@progress/kendo-react-spreadsheet
Version:
KendoReact Spreadsheet package
85 lines (84 loc) • 3.13 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
"use client";
import { Spreadsheet as r, toolsValueMap as t } from "./Spreadsheet.mjs";
import { CalcError as m, CellRef as n, Context as l, Matrix as p, NULLREF as f, NameRef as i, Range as x, RangeRef as d, Ref as c, Sheet as R, SpreadsheetWidget as s, UnionRef as g, View as u, Workbook as A, dateToSerial as C, defineAlias as D, defineFunction as F, packDate as k, packTime as S, serialToDate as T, unpackDate as w, unpackTime as h } from "@progress/kendo-spreadsheet-common";
import { AddColumnLeft as E, AddColumnRight as L, AddRowAbove as U, AddRowBelow as b, DeleteColumn as y, DeleteRow as B } from "./tools/tableTools.mjs";
import { AlignHorizontally as V, AlignVertically as W, Alignment as M } from "./tools/align.mjs";
import { BackgroundColor as v } from "./tools/backgroundColor.mjs";
import { Bold as H } from "./tools/bold.mjs";
import { CleanFormatting as j } from "./tools/cleanFormat.mjs";
import { DecreaseDecimal as J, IncreaseDecimal as K } from "./tools/adjustDecimals.mjs";
import { DecreaseFontSize as Q, FontSize as X, IncreaseFontSize as Y } from "./tools/fontSize.mjs";
import { ExcelExport as _ } from "./tools/export.mjs";
import { FontFamily as ee } from "./tools/fontFamily.mjs";
import { Format as re } from "./tools/format.mjs";
import { GridLines as ae } from "./tools/gridLines.mjs";
import { Italic as ne } from "./tools/italic.mjs";
import { Open as pe } from "./tools/open.mjs";
import { Redo as ie } from "./tools/redo.mjs";
import { TextColor as de } from "./tools/textColor.mjs";
import { TextWrap as Re } from "./tools/textWrap.mjs";
import { Underline as ge } from "./tools/underline.mjs";
import { Undo as Ae } from "./tools/undo.mjs";
import { defaultTabs as De } from "./tools/defaultTools.mjs";
export {
E as AddColumnLeft,
L as AddColumnRight,
U as AddRowAbove,
b as AddRowBelow,
V as AlignHorizontally,
W as AlignVertically,
M as Alignment,
v as BackgroundColor,
H as Bold,
m as CalcError,
n as CellRef,
j as CleanFormatting,
l as Context,
J as DecreaseDecimal,
Q as DecreaseFontSize,
y as DeleteColumn,
B as DeleteRow,
_ as ExcelExport,
ee as FontFamily,
X as FontSize,
re as Format,
ae as GridLines,
K as IncreaseDecimal,
Y as IncreaseFontSize,
ne as Italic,
p as Matrix,
f as NULLREF,
i as NameRef,
pe as Open,
x as Range,
d as RangeRef,
ie as Redo,
c as Ref,
R as Sheet,
r as Spreadsheet,
s as SpreadsheetWidget,
de as TextColor,
Re as TextWrap,
ge as Underline,
Ae as Undo,
g as UnionRef,
u as View,
A as Workbook,
C as dateToSerial,
De as defaultTabs,
D as defineAlias,
F as defineFunction,
k as packDate,
S as packTime,
T as serialToDate,
t as toolsValueMap,
w as unpackDate,
h as unpackTime
};