@progress/kendo-angular-spreadsheet 24.0.0-develop.22 → 24.0.0-develop.23
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.
|
@@ -11,7 +11,7 @@ import { SpreadsheetWidget, registerEditor, Matrix, dateToSerial, validation, ca
|
|
|
11
11
|
export { CellRef, Context, Deferred, Matrix, Range, RangeRef, Ref, Sheet, SpreadsheetWidget, View, Workbook, defineFunction } from '@progress/kendo-spreadsheet-common';
|
|
12
12
|
import * as i1$4 from '@progress/kendo-angular-intl';
|
|
13
13
|
import { localeData } from '@progress/kendo-angular-intl';
|
|
14
|
-
import { formulaFxIcon, trashIcon, copyIcon, pencilIcon, eyeSlashIcon, arrowRightIcon, arrowLeftIcon, filePdfIcon, sortClearIcon, sortDescIcon, sortAscIcon, filterIcon, eyeIcon, clipboardIcon, cutIcon, decimalIncreaseIcon, exclamationCircleIcon, decimalDecreaseIcon, fontShrinkIcon, fontGrowIcon, linkIcon, tableUnmergeIcon, cellsMergeVerticallyIcon, cellsMergeHorizontallyIcon, cellsMergeIcon, fontFamilyIcon, fontSizeIcon, customFormatIcon, downloadIcon, folderOpenIcon, bordersNoneIcon, tableColumnDeleteIcon, tableRowDeleteIcon, tableRowInsertBelowIcon, tableRowInsertAboveIcon, tableColumnInsertRightIcon, tableColumnInsertLeftIcon,
|
|
14
|
+
import { formulaFxIcon, trashIcon, copyIcon, pencilIcon, eyeSlashIcon, arrowRightIcon, arrowLeftIcon, filePdfIcon, sortClearIcon, sortDescIcon, sortAscIcon, filterIcon, eyeIcon, clipboardIcon, cutIcon, decimalIncreaseIcon, exclamationCircleIcon, decimalDecreaseIcon, fontShrinkIcon, fontGrowIcon, linkIcon, tableUnmergeIcon, cellsMergeVerticallyIcon, cellsMergeHorizontallyIcon, cellsMergeIcon, fontFamilyIcon, fontSizeIcon, customFormatIcon, downloadIcon, folderOpenIcon, bordersNoneIcon, tableColumnDeleteIcon, tableRowDeleteIcon, tableRowInsertBelowIcon, tableRowInsertAboveIcon, tableColumnInsertRightIcon, tableColumnInsertLeftIcon, textWrapArrowIcon, arrowRotateCcwIcon, underlineIcon, arrowRotateCwIcon, italicIcon, foregroundColorIcon, boldIcon, dropletIcon, alignMiddleIcon, alignLeftIcon, alignBottomIcon, alignTopIcon, alignRightIcon, alignJustifyIcon, alignCenterIcon, plusIcon, menuIcon, chevronDownIcon, chevronUpIcon, searchIcon, sortAscSmallIcon, sortDescSmallIcon, calendarIcon } from '@progress/kendo-svg-icons';
|
|
15
15
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
16
16
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
17
17
|
import * as i1$1 from '@progress/kendo-angular-popup';
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
productName: 'Kendo UI for Angular',
|
|
49
49
|
productCode: 'KENDOUIANGULAR',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '24.0.0-develop.
|
|
51
|
+
publishDate: 1778500816,
|
|
52
|
+
version: '24.0.0-develop.23',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -662,7 +662,7 @@ const commandIcons = {
|
|
|
662
662
|
redo: 'arrow-rotate-cw',
|
|
663
663
|
underline: 'underline',
|
|
664
664
|
undo: 'arrow-rotate-ccw',
|
|
665
|
-
wrap: 'text-wrap',
|
|
665
|
+
wrap: 'text-wrap-arrow',
|
|
666
666
|
addColumnLeft: 'table-column-insert-left',
|
|
667
667
|
addColumnRight: 'table-column-insert-right',
|
|
668
668
|
addRowAbove: 'table-row-insert-above',
|
|
@@ -721,7 +721,7 @@ const commandSVGIcons = {
|
|
|
721
721
|
redo: arrowRotateCwIcon,
|
|
722
722
|
underline: underlineIcon,
|
|
723
723
|
undo: arrowRotateCcwIcon,
|
|
724
|
-
wrap:
|
|
724
|
+
wrap: textWrapArrowIcon,
|
|
725
725
|
addColumnLeft: tableColumnInsertLeftIcon,
|
|
726
726
|
addColumnRight: tableColumnInsertRightIcon,
|
|
727
727
|
addRowAbove: tableRowInsertAboveIcon,
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1778500816,
|
|
11
|
+
"version": "24.0.0-develop.23",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-spreadsheet",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.23",
|
|
4
4
|
"description": "A Spreadsheet Component for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"package": {
|
|
35
35
|
"productName": "Kendo UI for Angular",
|
|
36
36
|
"productCode": "KENDOUIANGULAR",
|
|
37
|
-
"publishDate":
|
|
37
|
+
"publishDate": 1778500816,
|
|
38
38
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"@angular/core": "19 - 21",
|
|
45
45
|
"@angular/platform-browser": "19 - 21",
|
|
46
46
|
"@progress/kendo-licensing": "^1.11.0",
|
|
47
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
48
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
49
|
-
"@progress/kendo-angular-dialog": "24.0.0-develop.
|
|
50
|
-
"@progress/kendo-angular-dropdowns": "24.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-treeview": "24.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-dateinputs": "24.0.0-develop.
|
|
55
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
56
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
57
|
-
"@progress/kendo-angular-label": "24.0.0-develop.
|
|
58
|
-
"@progress/kendo-angular-layout": "24.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-menu": "24.0.0-develop.
|
|
60
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
61
|
-
"@progress/kendo-angular-toolbar": "24.0.0-develop.
|
|
47
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.23",
|
|
48
|
+
"@progress/kendo-angular-common": "24.0.0-develop.23",
|
|
49
|
+
"@progress/kendo-angular-dialog": "24.0.0-develop.23",
|
|
50
|
+
"@progress/kendo-angular-dropdowns": "24.0.0-develop.23",
|
|
51
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.23",
|
|
52
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.23",
|
|
53
|
+
"@progress/kendo-angular-treeview": "24.0.0-develop.23",
|
|
54
|
+
"@progress/kendo-angular-dateinputs": "24.0.0-develop.23",
|
|
55
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.23",
|
|
56
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.23",
|
|
57
|
+
"@progress/kendo-angular-label": "24.0.0-develop.23",
|
|
58
|
+
"@progress/kendo-angular-layout": "24.0.0-develop.23",
|
|
59
|
+
"@progress/kendo-angular-menu": "24.0.0-develop.23",
|
|
60
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.23",
|
|
61
|
+
"@progress/kendo-angular-toolbar": "24.0.0-develop.23",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.23",
|
|
67
67
|
"@progress/jszip-esm": "^1.0.3",
|
|
68
68
|
"@progress/kendo-common": "^1.0.1",
|
|
69
69
|
"@progress/kendo-date-math": "^1.5.10",
|
|
@@ -11,8 +11,8 @@ function default_1(options) {
|
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer deps of the dropdowns
|
|
14
|
-
'@progress/kendo-angular-navigation': '24.0.0-develop.
|
|
15
|
-
'@progress/kendo-angular-treeview': '24.0.0-develop.
|
|
14
|
+
'@progress/kendo-angular-navigation': '24.0.0-develop.23',
|
|
15
|
+
'@progress/kendo-angular-treeview': '24.0.0-develop.23'
|
|
16
16
|
} });
|
|
17
17
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
18
|
}
|