@progress/kendo-react-spreadsheet 13.3.0 → 13.4.0-develop.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/messages.d.ts ADDED
@@ -0,0 +1,117 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ /**
9
+ * @hidden
10
+ */
11
+ export declare const messages: {
12
+ "spreadsheet.bold": string;
13
+ "spreadsheet.italic": string;
14
+ "spreadsheet.underline": string;
15
+ "spreadsheet.undo": string;
16
+ "spreadsheet.redo": string;
17
+ "spreadsheet.fontSize": string;
18
+ "spreadsheet.fontSizeIncrease": string;
19
+ "spreadsheet.fontSizeDecrease": string;
20
+ "spreadsheet.fontName": string;
21
+ "spreadsheet.cleanFormatting": string;
22
+ "spreadsheet.format": string;
23
+ "spreadsheet.alignHorizontally": string;
24
+ "spreadsheet.alignVertically": string;
25
+ "spreadsheet.align": string;
26
+ "spreadsheet.alignLeft": string;
27
+ "spreadsheet.alignRight": string;
28
+ "spreadsheet.alignCenter": string;
29
+ "spreadsheet.alignJustify": string;
30
+ "spreadsheet.center": string;
31
+ "spreadsheet.justify": string;
32
+ "spreadsheet.alignTop": string;
33
+ "spreadsheet.alignMiddle": string;
34
+ "spreadsheet.alignBottom": string;
35
+ "spreadsheet.increaseDecimal": string;
36
+ "spreadsheet.decreaseDecimal": string;
37
+ "spreadsheet.textColor": string;
38
+ "spreadsheet.background": string;
39
+ "spreadsheet.addRowAbove": string;
40
+ "spreadsheet.addRowBelow": string;
41
+ "spreadsheet.addColumnLeft": string;
42
+ "spreadsheet.addColumnRight": string;
43
+ "spreadsheet.deleteRow": string;
44
+ "spreadsheet.deleteColumn": string;
45
+ "spreadsheet.openFile": string;
46
+ "spreadsheet.exportToExcel": string;
47
+ "spreadsheet.textWrap": string;
48
+ "spreadsheet.gridLines": string;
49
+ "spreadsheet.nameBox": string;
50
+ "spreadsheet.defaultSheetName": string;
51
+ "spreadsheet.home": string;
52
+ "spreadsheet.file": string;
53
+ "spreadsheet.insert": string;
54
+ "spreadsheet.addNewSheet": string;
55
+ "spreadsheet.formatTab": string;
56
+ "spreadsheet.modifyMerged": string;
57
+ "spreadsheet.cannotModifyDisabled": string;
58
+ "spreadsheet.openUnsupported": string;
59
+ "spreadsheet.duplicateSheetName": string;
60
+ "spreadsheet.error": string;
61
+ "spreadsheet.ok": string;
62
+ };
63
+ /**
64
+ * @hidden
65
+ */
66
+ export declare const keys: {
67
+ bold: string;
68
+ italic: string;
69
+ underline: string;
70
+ undo: string;
71
+ redo: string;
72
+ fontSize: string;
73
+ fontSizeIncrease: string;
74
+ fontSizeDecrease: string;
75
+ fontName: string;
76
+ cleanFormatting: string;
77
+ format: string;
78
+ alignHorizontally: string;
79
+ alignVertically: string;
80
+ align: string;
81
+ alignLeft: string;
82
+ alignRight: string;
83
+ alignCenter: string;
84
+ center: string;
85
+ alignJustify: string;
86
+ justify: string;
87
+ alignTop: string;
88
+ alignMiddle: string;
89
+ alignBottom: string;
90
+ increaseDecimal: string;
91
+ decreaseDecimal: string;
92
+ textColor: string;
93
+ background: string;
94
+ addRowAbove: string;
95
+ addRowBelow: string;
96
+ addColumnLeft: string;
97
+ addColumnRight: string;
98
+ deleteRow: string;
99
+ deleteColumn: string;
100
+ open: string;
101
+ exportToExcel: string;
102
+ textWrap: string;
103
+ gridLines: string;
104
+ nameBox: string;
105
+ defaultSheetName: string;
106
+ file: string;
107
+ home: string;
108
+ insert: string;
109
+ addNewSheet: string;
110
+ error: string;
111
+ ok: string;
112
+ modifyMerged: string;
113
+ cannotModifyDisabled: string;
114
+ openUnsupported: string;
115
+ duplicateSheetName: string;
116
+ formatTab: string;
117
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { PackageMetadata } from '@progress/kendo-licensing';
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare const packageMetadata: PackageMetadata;
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-spreadsheet",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1768550488,version:"13.3.0",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"});exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-spreadsheet",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1770288444,version:"13.4.0-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"});exports.packageMetadata=e;
@@ -1,19 +1,13 @@
1
1
  /**
2
- * @license
3
- *-------------------------------------------------------------------------------------------
4
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
- * Licensed under commercial license. See LICENSE.md in the package root for more information
6
- *-------------------------------------------------------------------------------------------
2
+ * @hidden
7
3
  */
8
- const e = Object.freeze({
9
- name: "@progress/kendo-react-spreadsheet",
10
- productName: "KendoReact",
11
- productCode: "KENDOUIREACT",
12
- productCodes: ["KENDOUIREACT"],
13
- publishDate: 1768550488,
14
- version: "13.3.0",
15
- licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
4
+ export const packageMetadata = Object.freeze({
5
+ name: '@progress/kendo-react-spreadsheet',
6
+ productName: 'KendoReact',
7
+ productCode: 'KENDOUIREACT',
8
+ productCodes: ['KENDOUIREACT'],
9
+ publishDate: 1683639393,
10
+ version: '13.4.0-develop.2',
11
+ licensingDocsUrl:
12
+ 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
16
13
  });
17
- export {
18
- e as packageMetadata
19
- };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-spreadsheet",
3
- "version": "13.3.0",
3
+ "version": "13.4.0-develop.2",
4
4
  "description": "KendoReact Spreadsheet package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -32,16 +32,16 @@
32
32
  "@progress/kendo-file-saver": "^1.1.1",
33
33
  "@progress/kendo-licensing": "^1.7.2",
34
34
  "@progress/kendo-ooxml": "^1.7.0",
35
- "@progress/kendo-react-buttons": "13.3.0",
36
- "@progress/kendo-react-common": "13.3.0",
37
- "@progress/kendo-react-dialogs": "13.3.0",
38
- "@progress/kendo-react-dropdowns": "13.3.0",
39
- "@progress/kendo-react-inputs": "13.3.0",
40
- "@progress/kendo-react-intl": "13.3.0",
41
- "@progress/kendo-react-layout": "13.3.0",
42
- "@progress/kendo-react-popup": "13.3.0",
43
- "@progress/kendo-react-sortable": "13.3.0",
44
- "@progress/kendo-react-upload": "13.3.0",
35
+ "@progress/kendo-react-buttons": "13.4.0-develop.2",
36
+ "@progress/kendo-react-common": "13.4.0-develop.2",
37
+ "@progress/kendo-react-dialogs": "13.4.0-develop.2",
38
+ "@progress/kendo-react-dropdowns": "13.4.0-develop.2",
39
+ "@progress/kendo-react-inputs": "13.4.0-develop.2",
40
+ "@progress/kendo-react-intl": "13.4.0-develop.2",
41
+ "@progress/kendo-react-layout": "13.4.0-develop.2",
42
+ "@progress/kendo-react-popup": "13.4.0-develop.2",
43
+ "@progress/kendo-react-sortable": "13.4.0-develop.2",
44
+ "@progress/kendo-react-upload": "13.4.0-develop.2",
45
45
  "@progress/kendo-spreadsheet-common": "^1.2.7",
46
46
  "@progress/kendo-svg-icons": "^4.0.0",
47
47
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
@@ -68,7 +68,7 @@
68
68
  "package": {
69
69
  "productName": "KendoReact",
70
70
  "productCode": "KENDOUIREACT",
71
- "publishDate": 1768550488,
71
+ "publishDate": 1770288444,
72
72
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
73
73
  }
74
74
  },
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the IncreaseDecimal tool component.
12
+ */
13
+ export interface IncreaseDecimalProps extends SpreadsheetToolProps {
14
+ }
15
+ /**
16
+ * The IncreaseDecimal tool component.
17
+ */
18
+ export declare const IncreaseDecimal: React.FunctionComponent<IncreaseDecimalProps>;
19
+ /**
20
+ * The props of the DecreaseDecimal tool component.
21
+ */
22
+ export interface DecreaseDecimalProps extends SpreadsheetToolProps {
23
+ }
24
+ /**
25
+ * The DecreaseDecimal tool component.
26
+ */
27
+ export declare const DecreaseDecimal: React.FunctionComponent<DecreaseDecimalProps>;
@@ -8,7 +8,7 @@
8
8
  import * as t from "react";
9
9
  import { Button as D } from "@progress/kendo-react-buttons";
10
10
  import { useLocalization as f } from "@progress/kendo-react-intl";
11
- import { keys as n, messages as I } from "../messages.mjs";
11
+ import { messages as I, keys as n } from "../messages.mjs";
12
12
  import { decimalIncreaseIcon as a, decimalDecreaseIcon as c } from "@progress/kendo-svg-icons";
13
13
  const s = (i) => (m) => {
14
14
  const { icon: l, svgIcon: r, titleKey: e, value: u } = i, { spreadsheetRef: o } = m, d = t.useCallback(() => {
@@ -0,0 +1,51 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the Alignment tool component.
12
+ */
13
+ export interface AlignmentProps extends SpreadsheetToolProps {
14
+ /**
15
+ * The value of the tool.
16
+ */
17
+ value: {
18
+ textAlign?: string;
19
+ verticalAlign?: string;
20
+ };
21
+ }
22
+ /**
23
+ * The Alignment tool component.
24
+ */
25
+ export declare const Alignment: React.FunctionComponent<AlignmentProps>;
26
+ /**
27
+ * The props of the AlignHorizontally tool component.
28
+ */
29
+ export interface AlignHorizontallyProps extends SpreadsheetToolProps {
30
+ /**
31
+ * The value of the tool.
32
+ */
33
+ value: string;
34
+ }
35
+ /**
36
+ * The props of the AlignVertically tool component.
37
+ */
38
+ export interface AlignVerticallyProps extends SpreadsheetToolProps {
39
+ /**
40
+ * The value of the tool.
41
+ */
42
+ value: string;
43
+ }
44
+ /**
45
+ * The AlignHorizontally tool component.
46
+ */
47
+ export declare const AlignHorizontally: React.FunctionComponent<AlignHorizontallyProps>;
48
+ /**
49
+ * The AlignVertically tool component.
50
+ */
51
+ export declare const AlignVertically: React.FunctionComponent<AlignVerticallyProps>;
package/tools/align.mjs CHANGED
@@ -8,9 +8,9 @@
8
8
  import * as c from "react";
9
9
  import { DropDownButton as v } from "@progress/kendo-react-buttons";
10
10
  import { IconWrap as x } from "@progress/kendo-react-common";
11
- import { alignLeftIcon as f, caretAltDownIcon as I, alignCenterIcon as h, alignRightIcon as L, alignJustifyIcon as z, alignTopIcon as b, alignMiddleIcon as k, alignBottomIcon as A } from "@progress/kendo-svg-icons";
11
+ import { alignLeftIcon as f, alignCenterIcon as h, alignRightIcon as L, alignJustifyIcon as z, alignTopIcon as b, alignMiddleIcon as k, alignBottomIcon as I, caretAltDownIcon as A } from "@progress/kendo-svg-icons";
12
12
  import { useLocalization as K } from "@progress/kendo-react-intl";
13
- import { messages as u, keys as n } from "../messages.mjs";
13
+ import { keys as n, messages as u } from "../messages.mjs";
14
14
  const i = [
15
15
  {
16
16
  icon: "align-left",
@@ -62,7 +62,7 @@ const i = [
62
62
  },
63
63
  {
64
64
  icon: "align-bottom",
65
- svgIcon: A,
65
+ svgIcon: I,
66
66
  textKey: n.alignBottom,
67
67
  commandName: "verticalAlign",
68
68
  value: "bottom",
@@ -95,7 +95,7 @@ const i = [
95
95
  fillMode: "flat",
96
96
  onItemClick: y,
97
97
  title: s.toLanguageString(n.align, u[n.align]),
98
- text: /* @__PURE__ */ c.createElement(x, { name: "caret-alt-down", icon: I })
98
+ text: /* @__PURE__ */ c.createElement(x, { name: "caret-alt-down", icon: A })
99
99
  }
100
100
  );
101
101
  };
@@ -107,7 +107,7 @@ const w = {
107
107
  titleKey: n.alignHorizontally
108
108
  }, E = {
109
109
  items: R,
110
- icon: { icon: "align-bottom", svgIcon: A },
110
+ icon: { icon: "align-bottom", svgIcon: I },
111
111
  displayName: "AlignVertically",
112
112
  titleKey: n.alignVertically
113
113
  }, N = (a) => {
@@ -132,7 +132,7 @@ const w = {
132
132
  fillMode: "flat",
133
133
  onItemClick: y,
134
134
  title: s.toLanguageString(a.titleKey, u[a.titleKey]),
135
- text: /* @__PURE__ */ c.createElement(x, { name: "caret-alt-down", icon: I })
135
+ text: /* @__PURE__ */ c.createElement(x, { name: "caret-alt-down", icon: A })
136
136
  }
137
137
  );
138
138
  };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { ColorToolProps } from './utils.js';
9
+ /**
10
+ * The props of the BackgroundColor tool component.
11
+ */
12
+ export interface BackgroundColorProps extends ColorToolProps {
13
+ }
14
+ /**
15
+ * The BackgroundColor tool component.
16
+ */
17
+ export declare const BackgroundColor: React.FunctionComponent<BackgroundColorProps>;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { PropertyChangeToolProps } from './utils.js';
9
+ /**
10
+ * The props of the Bold tool component.
11
+ */
12
+ export interface BoldProps extends PropertyChangeToolProps {
13
+ }
14
+ /**
15
+ * The Bold tool component.
16
+ */
17
+ export declare const Bold: React.FunctionComponent<BoldProps>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { PropertyChangeToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * @hidden
12
+ */
13
+ export interface CleanFormattingProps extends PropertyChangeToolProps {
14
+ }
15
+ /**
16
+ * @hidden
17
+ */
18
+ export declare const CleanFormatting: React.FunctionComponent<CleanFormattingProps>;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetTab } from '../SpreadsheetProps.js';
9
+ /**
10
+ * The default toolbar configuration.
11
+ */
12
+ export declare const defaultTabs: SpreadsheetTab[];
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the ExcelExport tool component.
12
+ */
13
+ export interface ExcelExportProps extends SpreadsheetToolProps {
14
+ }
15
+ /**
16
+ * The ExcelExport tool component.
17
+ */
18
+ export declare const ExcelExport: React.FunctionComponent<ExcelExportProps>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { DropDownToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the FontFamily tool component.
12
+ */
13
+ export interface FontFamilyProps extends DropDownToolProps {
14
+ }
15
+ /**
16
+ * The FontFamily tool component.
17
+ */
18
+ export declare const FontFamily: React.FunctionComponent<FontFamilyProps>;
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as t from "react";
9
9
  import { DropDownList as l } from "@progress/kendo-react-dropdowns";
10
- import { FONT_FAMILIES as s, DEFAULT_FONT_FAMILY as f } from "./utils.mjs";
10
+ import { DEFAULT_FONT_FAMILY as s, FONT_FAMILIES as f } from "./utils.mjs";
11
11
  import { useLocalization as p } from "@progress/kendo-react-intl";
12
12
  import { keys as o, messages as u } from "../messages.mjs";
13
13
  const c = (a) => {
@@ -25,8 +25,8 @@ const c = (a) => {
25
25
  {
26
26
  onChange: r,
27
27
  value: n,
28
- data: s,
29
- defaultValue: f,
28
+ data: f,
29
+ defaultValue: s,
30
30
  fillMode: "flat",
31
31
  title: p().toLanguageString(o.fontName, u[o.fontName]),
32
32
  leftRightKeysNavigation: !1
@@ -0,0 +1,46 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { DropDownToolProps, SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the FontSize tool component.
12
+ */
13
+ export interface FontSizeProps extends DropDownToolProps {
14
+ }
15
+ /**
16
+ * The FontSize tool component.
17
+ */
18
+ export declare const FontSize: React.FunctionComponent<FontSizeProps>;
19
+ /**
20
+ * @hidden
21
+ */
22
+ interface FontSizeChangeToolProps extends SpreadsheetToolProps {
23
+ /**
24
+ * The selected state of the tool.
25
+ */
26
+ value: number;
27
+ }
28
+ /**
29
+ * The props of the IncreaseFontSize tool component.
30
+ */
31
+ export interface IncreaseFontSizeProps extends FontSizeChangeToolProps {
32
+ }
33
+ /**
34
+ * The IncreaseFontSize tool component.
35
+ */
36
+ export declare const IncreaseFontSize: React.FunctionComponent<IncreaseFontSizeProps>;
37
+ /**
38
+ * The props of the DecreaseFontSize tool component.
39
+ */
40
+ export interface DecreaseFontSizeProps extends FontSizeChangeToolProps {
41
+ }
42
+ /**
43
+ * The DecreaseFontSize tool component.
44
+ */
45
+ export declare const DecreaseFontSize: React.FunctionComponent<DecreaseFontSizeProps>;
46
+ export {};
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as l from "react";
9
9
  import { ComboBox as F } from "@progress/kendo-react-dropdowns";
10
- import { FONT_SIZES as I, DEFAULT_FONT_SIZE as v } from "./utils.mjs";
10
+ import { DEFAULT_FONT_SIZE as I, FONT_SIZES as v } from "./utils.mjs";
11
11
  import { keys as m, messages as y } from "../messages.mjs";
12
12
  import { useLocalization as z } from "@progress/kendo-react-intl";
13
13
  import { Button as x } from "@progress/kendo-react-buttons";
@@ -34,8 +34,8 @@ const u = 1, f = 409, d = (e) => typeof e == "string" ? parseFloat(e) : e, k = (
34
34
  {
35
35
  onChange: p,
36
36
  value: o,
37
- data: I,
38
- defaultValue: v,
37
+ data: v,
38
+ defaultValue: I,
39
39
  allowCustom: !0,
40
40
  fillMode: "flat",
41
41
  title: s,
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the Format tool component.
12
+ */
13
+ export interface FormatProps extends SpreadsheetToolProps {
14
+ }
15
+ /**
16
+ * The Format tool component.
17
+ */
18
+ export declare const Format: React.FunctionComponent<FormatProps>;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the GridLines tool component.
12
+ */
13
+ export interface GridLinesProps extends SpreadsheetToolProps {
14
+ /**
15
+ * The selected state of the tool.
16
+ */
17
+ value?: boolean;
18
+ }
19
+ /**
20
+ * The GridLines tool component.
21
+ */
22
+ export declare const GridLines: React.FunctionComponent<GridLinesProps>;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ export * from './adjustDecimals.js';
9
+ export * from './align.js';
10
+ export * from './backgroundColor.js';
11
+ export * from './bold.js';
12
+ export * from './defaultTools.js';
13
+ export * from './export.js';
14
+ export * from './fontFamily.js';
15
+ export * from './fontSize.js';
16
+ export * from './cleanFormat.js';
17
+ export * from './format.js';
18
+ export * from './gridLines.js';
19
+ export * from './italic.js';
20
+ export * from './open.js';
21
+ export * from './redo.js';
22
+ export * from './tableTools.js';
23
+ export * from './textColor.js';
24
+ export * from './textWrap.js';
25
+ export * from './underline.js';
26
+ export * from './undo.js';
27
+ export { type SpreadsheetToolProps } from './utils.js';
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { PropertyChangeToolProps } from './utils.js';
9
+ /**
10
+ * The props of the Italic tool component.
11
+ */
12
+ export interface ItalicProps extends PropertyChangeToolProps {
13
+ }
14
+ /**
15
+ * The Italic tool component.
16
+ */
17
+ export declare const Italic: React.FunctionComponent<ItalicProps>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { SpreadsheetToolProps } from './utils.js';
9
+ import * as React from 'react';
10
+ /**
11
+ * The props of the Open tool component.
12
+ */
13
+ export interface OpenProps extends SpreadsheetToolProps {
14
+ }
15
+ /**
16
+ * The Open tool component.
17
+ */
18
+ export declare const Open: React.FunctionComponent<OpenProps>;