@progress/kendo-angular-spreadsheet 20.0.3-develop.2 → 20.0.3
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/esm2022/index.mjs
CHANGED
|
@@ -11,3 +11,4 @@ export { SheetsBarComponent } from './sheets-bar/sheets-bar.component';
|
|
|
11
11
|
export * from './tools';
|
|
12
12
|
export * from './directives';
|
|
13
13
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
14
|
+
export { SpreadsheetWidget, defineFunction, Sheet, View, Range, Workbook, Context, Matrix, Ref, CellRef, RangeRef, Deferred, } from '@progress/kendo-spreadsheet-common';
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '20.0.3
|
|
13
|
+
publishDate: 1756992874,
|
|
14
|
+
version: '20.0.3',
|
|
15
15
|
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',
|
|
16
16
|
};
|
|
@@ -9,6 +9,7 @@ import { Subject, Subscription } from 'rxjs';
|
|
|
9
9
|
import { take, map } from 'rxjs/operators';
|
|
10
10
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
11
11
|
import { SpreadsheetWidget, registerEditor, Matrix, dateToSerial, validation, calc, serialToDate } from '@progress/kendo-spreadsheet-common';
|
|
12
|
+
export { CellRef, Context, Deferred, Matrix, Range, RangeRef, Ref, Sheet, SpreadsheetWidget, View, Workbook, defineFunction } from '@progress/kendo-spreadsheet-common';
|
|
12
13
|
import * as i1$4 from '@progress/kendo-angular-intl';
|
|
13
14
|
import { localeData } from '@progress/kendo-angular-intl';
|
|
14
15
|
import { formulaFxIcon, trashIcon, copyIcon, pencilIcon, eyeSlashIcon, arrowRightIcon, arrowLeftIcon, alignCenterIcon, alignJustifyIcon, alignLeftIcon, alignRightIcon, alignTopIcon, alignMiddleIcon, alignBottomIcon, dropletIcon, boldIcon, foregroundColorIcon, italicIcon, arrowRotateCwIcon, underlineIcon, arrowRotateCcwIcon, textWrapIcon, tableColumnInsertLeftIcon, tableColumnInsertRightIcon, tableRowInsertAboveIcon, tableRowInsertBelowIcon, tableRowDeleteIcon, tableColumnDeleteIcon, bordersNoneIcon, folderOpenIcon, downloadIcon, customFormatIcon, fontSizeIcon, fontFamilyIcon, cellsMergeIcon, cellsMergeHorizontallyIcon, cellsMergeVerticallyIcon, tableUnmergeIcon, linkIcon, fontGrowIcon, fontShrinkIcon, decimalDecreaseIcon, exclamationCircleIcon, decimalIncreaseIcon, cutIcon, clipboardIcon, eyeIcon, plusIcon, menuIcon, caretAltDownIcon, calendarIcon } from '@progress/kendo-svg-icons';
|
|
@@ -42,8 +43,8 @@ const packageMetadata = {
|
|
|
42
43
|
productName: 'Kendo UI for Angular',
|
|
43
44
|
productCode: 'KENDOUIANGULAR',
|
|
44
45
|
productCodes: ['KENDOUIANGULAR'],
|
|
45
|
-
publishDate:
|
|
46
|
-
version: '20.0.3
|
|
46
|
+
publishDate: 1756992874,
|
|
47
|
+
version: '20.0.3',
|
|
47
48
|
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',
|
|
48
49
|
};
|
|
49
50
|
|
package/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ export { FormulaListComponent } from './action-bar/list.component';
|
|
|
8
8
|
export { FormulaInputDirective } from './action-bar/formula-input.directive';
|
|
9
9
|
export { NameBoxComponent } from './action-bar/namebox.component';
|
|
10
10
|
export { SheetsBarComponent } from './sheets-bar/sheets-bar.component';
|
|
11
|
-
export { SheetInfo, SpreadsheetMainMenuItem as ToolbarTab, SpreadsheetChangeEvent, SpreadsheetActiveSheetChangeEvent, SpreadsheetExcelExportEvent, SpreadsheetExcelImportEvent, SpreadsheetMainMenuItem } from './models';
|
|
11
|
+
export { SheetInfo, SpreadsheetMainMenuItem as ToolbarTab, SpreadsheetChangeEvent, SpreadsheetActiveSheetChangeEvent, SpreadsheetExcelExportEvent, SpreadsheetExcelImportEvent, SpreadsheetMainMenuItem, } from './models';
|
|
12
12
|
export * from './tools';
|
|
13
13
|
export * from './directives';
|
|
14
14
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
15
|
-
export { SheetDescriptor, CellDefaultStyle, SheetRow, SheetColumn, DocumentDescriptor, Cell, ExcelExportSettings } from '@progress/kendo-spreadsheet-common';
|
|
15
|
+
export { SheetDescriptor, CellDefaultStyle, SheetRow, SheetColumn, DocumentDescriptor, Cell, ExcelExportSettings, SpreadsheetWidget, defineFunction, SpreadsheetOptions, Sheet, View, Range, Workbook, CellBorder, Context, Matrix, Ref, CellRef, RangeRef, Deferred, } from '@progress/kendo-spreadsheet-common';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-spreadsheet",
|
|
3
|
-
"version": "20.0.3
|
|
3
|
+
"version": "20.0.3",
|
|
4
4
|
"description": "A Spreadsheet Component for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1756992874,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"@angular/core": "16 - 20",
|
|
30
30
|
"@angular/platform-browser": "16 - 20",
|
|
31
31
|
"@progress/kendo-licensing": "^1.7.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "20.0.3
|
|
33
|
-
"@progress/kendo-angular-common": "20.0.3
|
|
34
|
-
"@progress/kendo-angular-dialog": "20.0.3
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "20.0.3
|
|
36
|
-
"@progress/kendo-angular-icons": "20.0.3
|
|
37
|
-
"@progress/kendo-angular-inputs": "20.0.3
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "20.0.3
|
|
39
|
-
"@progress/kendo-angular-intl": "20.0.3
|
|
40
|
-
"@progress/kendo-angular-l10n": "20.0.3
|
|
41
|
-
"@progress/kendo-angular-label": "20.0.3
|
|
42
|
-
"@progress/kendo-angular-layout": "20.0.3
|
|
43
|
-
"@progress/kendo-angular-menu": "20.0.3
|
|
44
|
-
"@progress/kendo-angular-popup": "20.0.3
|
|
45
|
-
"@progress/kendo-angular-toolbar": "20.0.3
|
|
32
|
+
"@progress/kendo-angular-buttons": "20.0.3",
|
|
33
|
+
"@progress/kendo-angular-common": "20.0.3",
|
|
34
|
+
"@progress/kendo-angular-dialog": "20.0.3",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "20.0.3",
|
|
36
|
+
"@progress/kendo-angular-icons": "20.0.3",
|
|
37
|
+
"@progress/kendo-angular-inputs": "20.0.3",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "20.0.3",
|
|
39
|
+
"@progress/kendo-angular-intl": "20.0.3",
|
|
40
|
+
"@progress/kendo-angular-l10n": "20.0.3",
|
|
41
|
+
"@progress/kendo-angular-label": "20.0.3",
|
|
42
|
+
"@progress/kendo-angular-layout": "20.0.3",
|
|
43
|
+
"@progress/kendo-angular-menu": "20.0.3",
|
|
44
|
+
"@progress/kendo-angular-popup": "20.0.3",
|
|
45
|
+
"@progress/kendo-angular-toolbar": "20.0.3",
|
|
46
46
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"tslib": "^2.3.1",
|
|
50
|
-
"@progress/kendo-angular-schematics": "20.0.3
|
|
50
|
+
"@progress/kendo-angular-schematics": "20.0.3",
|
|
51
51
|
"@progress/jszip-esm": "^1.0.3",
|
|
52
52
|
"@progress/kendo-common": "^1.0.1",
|
|
53
53
|
"@progress/kendo-date-math": "^1.5.10",
|
|
@@ -6,8 +6,8 @@ function default_1(options) {
|
|
|
6
6
|
// Peer dependency of icons
|
|
7
7
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
8
8
|
// peer deps of the dropdowns
|
|
9
|
-
'@progress/kendo-angular-navigation': '20.0.3
|
|
10
|
-
'@progress/kendo-angular-treeview': '20.0.3
|
|
9
|
+
'@progress/kendo-angular-navigation': '20.0.3',
|
|
10
|
+
'@progress/kendo-angular-treeview': '20.0.3'
|
|
11
11
|
} });
|
|
12
12
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
13
13
|
}
|