@progress/kendo-angular-spreadsheet 17.3.0-develop.2 → 18.0.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/esm2022/package-metadata.mjs +2 -2
- package/esm2022/sheets-bar/sheets-bar.component.mjs +4 -10
- package/esm2022/spreadsheet.component.mjs +1 -1
- package/esm2022/tools/shared/spreadsheet-dropdown-tools-base.mjs +4 -2
- package/fesm2022/progress-kendo-angular-spreadsheet.mjs +11 -15
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +2 -2
- package/sheets-bar/sheets-bar.component.d.ts +0 -2
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-spreadsheet',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '
|
12
|
+
publishDate: 1736256081,
|
13
|
+
version: '18.0.0-develop.2',
|
14
14
|
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',
|
15
15
|
};
|
@@ -10,7 +10,7 @@ import { ButtonComponent, DropDownButtonComponent } from '@progress/kendo-angula
|
|
10
10
|
import { Keys, isDocumentAvailable, isPresent, EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
|
11
11
|
import { DialogService } from '@progress/kendo-angular-dialog';
|
12
12
|
import { TabStripComponent, TabTemplateDirective, TabStripTabComponent } from '@progress/kendo-angular-layout';
|
13
|
-
import { caretAltDownIcon, menuIcon, plusIcon,
|
13
|
+
import { caretAltDownIcon, menuIcon, plusIcon, eyeIcon, eyeSlashIcon } from '@progress/kendo-svg-icons';
|
14
14
|
import { SpreadsheetService } from '../common/spreadsheet.service';
|
15
15
|
import { SpreadsheetLocalizationService } from '../localization/spreadsheet-localization.service';
|
16
16
|
import { ActionDialogComponent } from './action-dialog.component';
|
@@ -54,8 +54,6 @@ export class SheetsBarComponent {
|
|
54
54
|
plusIcon = plusIcon;
|
55
55
|
menuIcon = menuIcon;
|
56
56
|
caretAltDownIcon = caretAltDownIcon;
|
57
|
-
caretAltLeftIcon = caretAltLeftIcon;
|
58
|
-
caretAltRightIcon = caretAltRightIcon;
|
59
57
|
selected = false;
|
60
58
|
sheetsMenuList = [];
|
61
59
|
openedDdb = null;
|
@@ -75,11 +73,7 @@ export class SheetsBarComponent {
|
|
75
73
|
if (!isDocumentAvailable() || !this.element.nativeElement) {
|
76
74
|
return;
|
77
75
|
}
|
78
|
-
const prevBtn = this.element.nativeElement.querySelector('.k-tabstrip-prev');
|
79
|
-
const nextBtn = this.element.nativeElement.querySelector('.k-tabstrip-next');
|
80
76
|
const tablist = this.element.nativeElement.querySelector('.k-tabstrip-items');
|
81
|
-
this.renderer.addClass(prevBtn, 'k-order-1');
|
82
|
-
this.renderer.addClass(nextBtn, 'k-order-2');
|
83
77
|
this.renderer.setAttribute(tablist, 'id', this.tablistId);
|
84
78
|
this.tabListSub = this.renderer.listen(tablist, 'keydown', this.onTabListKeyDown.bind(this));
|
85
79
|
}
|
@@ -314,7 +308,7 @@ export class SheetsBarComponent {
|
|
314
308
|
<kendo-tabstrip #tabstrip
|
315
309
|
[tabPosition]="'bottom'"
|
316
310
|
[showContentArea]="false"
|
317
|
-
[scrollable]="{
|
311
|
+
[scrollable]="{ scrollButtonsPosition: 'end', mouseScroll: false }"
|
318
312
|
class="k-spreadsheet-sheets"
|
319
313
|
(tabSelect)="onTabSelect($event)">
|
320
314
|
<ng-container *ngFor="let sheet of sheets">
|
@@ -344,7 +338,7 @@ export class SheetsBarComponent {
|
|
344
338
|
</kendo-tabstrip-tab>
|
345
339
|
</ng-container>
|
346
340
|
</kendo-tabstrip>
|
347
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabTemplateDirective, selector: "[kendoTabTemplate]" }] });
|
341
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "size", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabTemplateDirective, selector: "[kendoTabTemplate]" }] });
|
348
342
|
}
|
349
343
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SheetsBarComponent, decorators: [{
|
350
344
|
type: Component,
|
@@ -375,7 +369,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
375
369
|
<kendo-tabstrip #tabstrip
|
376
370
|
[tabPosition]="'bottom'"
|
377
371
|
[showContentArea]="false"
|
378
|
-
[scrollable]="{
|
372
|
+
[scrollable]="{ scrollButtonsPosition: 'end', mouseScroll: false }"
|
379
373
|
class="k-spreadsheet-sheets"
|
380
374
|
(tabSelect)="onTabSelect($event)">
|
381
375
|
<ng-container *ngFor="let sheet of sheets">
|
@@ -477,7 +477,7 @@ export class SpreadsheetComponent {
|
|
477
477
|
return {
|
478
478
|
activeSheet: this.activeSheet,
|
479
479
|
...{
|
480
|
-
sheets: this.sheetsInfo &&
|
480
|
+
sheets: this.sheetsInfo && structuredClone(this.sheetsInfo),
|
481
481
|
intl: {
|
482
482
|
localeInfo: () => localeData(this.intl.localeId),
|
483
483
|
parseDate: (value, fmt) => this.intl.parseDate(value, fmt),
|
@@ -53,14 +53,16 @@ export class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
53
53
|
value;
|
54
54
|
tabindex = -1;
|
55
55
|
itemDisabled;
|
56
|
-
svgIcon
|
57
|
-
icon
|
56
|
+
svgIcon;
|
57
|
+
icon;
|
58
58
|
subs;
|
59
59
|
ngOnInit() {
|
60
60
|
this.value = this.toolsService.toolsState[this.command];
|
61
61
|
this.subs = this.toolsService.stateChange.subscribe(state => {
|
62
62
|
this.value = state[this.command];
|
63
63
|
});
|
64
|
+
this.svgIcon = commandSVGIcons[this.command];
|
65
|
+
this.icon = commandIcons[this.command];
|
64
66
|
}
|
65
67
|
ngOnDestroy() {
|
66
68
|
if (this.subs) {
|
@@ -11,7 +11,7 @@ import { validatePackage } from '@progress/kendo-licensing';
|
|
11
11
|
import { SpreadsheetWidget } from '@progress/kendo-spreadsheet-common';
|
12
12
|
import * as i1$3 from '@progress/kendo-angular-intl';
|
13
13
|
import { localeData } from '@progress/kendo-angular-intl';
|
14
|
-
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, decimalIncreaseIcon, cutIcon, clipboardIcon, eyeIcon, plusIcon, menuIcon, caretAltDownIcon
|
14
|
+
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, decimalIncreaseIcon, cutIcon, clipboardIcon, eyeIcon, plusIcon, menuIcon, caretAltDownIcon } from '@progress/kendo-svg-icons';
|
15
15
|
import * as i2 from '@progress/kendo-angular-l10n';
|
16
16
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
17
17
|
import * as i1 from '@progress/kendo-angular-popup';
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
38
38
|
name: '@progress/kendo-angular-spreadsheet',
|
39
39
|
productName: 'Kendo UI for Angular',
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
41
|
-
publishDate:
|
42
|
-
version: '
|
41
|
+
publishDate: 1736256081,
|
42
|
+
version: '18.0.0-develop.2',
|
43
43
|
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',
|
44
44
|
};
|
45
45
|
|
@@ -813,8 +813,6 @@ class SheetsBarComponent {
|
|
813
813
|
plusIcon = plusIcon;
|
814
814
|
menuIcon = menuIcon;
|
815
815
|
caretAltDownIcon = caretAltDownIcon;
|
816
|
-
caretAltLeftIcon = caretAltLeftIcon;
|
817
|
-
caretAltRightIcon = caretAltRightIcon;
|
818
816
|
selected = false;
|
819
817
|
sheetsMenuList = [];
|
820
818
|
openedDdb = null;
|
@@ -834,11 +832,7 @@ class SheetsBarComponent {
|
|
834
832
|
if (!isDocumentAvailable() || !this.element.nativeElement) {
|
835
833
|
return;
|
836
834
|
}
|
837
|
-
const prevBtn = this.element.nativeElement.querySelector('.k-tabstrip-prev');
|
838
|
-
const nextBtn = this.element.nativeElement.querySelector('.k-tabstrip-next');
|
839
835
|
const tablist = this.element.nativeElement.querySelector('.k-tabstrip-items');
|
840
|
-
this.renderer.addClass(prevBtn, 'k-order-1');
|
841
|
-
this.renderer.addClass(nextBtn, 'k-order-2');
|
842
836
|
this.renderer.setAttribute(tablist, 'id', this.tablistId);
|
843
837
|
this.tabListSub = this.renderer.listen(tablist, 'keydown', this.onTabListKeyDown.bind(this));
|
844
838
|
}
|
@@ -1073,7 +1067,7 @@ class SheetsBarComponent {
|
|
1073
1067
|
<kendo-tabstrip #tabstrip
|
1074
1068
|
[tabPosition]="'bottom'"
|
1075
1069
|
[showContentArea]="false"
|
1076
|
-
[scrollable]="{
|
1070
|
+
[scrollable]="{ scrollButtonsPosition: 'end', mouseScroll: false }"
|
1077
1071
|
class="k-spreadsheet-sheets"
|
1078
1072
|
(tabSelect)="onTabSelect($event)">
|
1079
1073
|
<ng-container *ngFor="let sheet of sheets">
|
@@ -1103,7 +1097,7 @@ class SheetsBarComponent {
|
|
1103
1097
|
</kendo-tabstrip-tab>
|
1104
1098
|
</ng-container>
|
1105
1099
|
</kendo-tabstrip>
|
1106
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabTemplateDirective, selector: "[kendoTabTemplate]" }] });
|
1100
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "size", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabTemplateDirective, selector: "[kendoTabTemplate]" }] });
|
1107
1101
|
}
|
1108
1102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SheetsBarComponent, decorators: [{
|
1109
1103
|
type: Component,
|
@@ -1134,7 +1128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
1134
1128
|
<kendo-tabstrip #tabstrip
|
1135
1129
|
[tabPosition]="'bottom'"
|
1136
1130
|
[showContentArea]="false"
|
1137
|
-
[scrollable]="{
|
1131
|
+
[scrollable]="{ scrollButtonsPosition: 'end', mouseScroll: false }"
|
1138
1132
|
class="k-spreadsheet-sheets"
|
1139
1133
|
(tabSelect)="onTabSelect($event)">
|
1140
1134
|
<ng-container *ngFor="let sheet of sheets">
|
@@ -2287,14 +2281,16 @@ class SpreadsheetDropDownToolBase extends ToolBarToolComponent {
|
|
2287
2281
|
value;
|
2288
2282
|
tabindex = -1;
|
2289
2283
|
itemDisabled;
|
2290
|
-
svgIcon
|
2291
|
-
icon
|
2284
|
+
svgIcon;
|
2285
|
+
icon;
|
2292
2286
|
subs;
|
2293
2287
|
ngOnInit() {
|
2294
2288
|
this.value = this.toolsService.toolsState[this.command];
|
2295
2289
|
this.subs = this.toolsService.stateChange.subscribe(state => {
|
2296
2290
|
this.value = state[this.command];
|
2297
2291
|
});
|
2292
|
+
this.svgIcon = commandSVGIcons[this.command];
|
2293
|
+
this.icon = commandIcons[this.command];
|
2298
2294
|
}
|
2299
2295
|
ngOnDestroy() {
|
2300
2296
|
if (this.subs) {
|
@@ -4103,7 +4099,7 @@ class SpreadsheetComponent {
|
|
4103
4099
|
return {
|
4104
4100
|
activeSheet: this.activeSheet,
|
4105
4101
|
...{
|
4106
|
-
sheets: this.sheetsInfo &&
|
4102
|
+
sheets: this.sheetsInfo && structuredClone(this.sheetsInfo),
|
4107
4103
|
intl: {
|
4108
4104
|
localeInfo: () => localeData(this.intl.localeId),
|
4109
4105
|
parseDate: (value, fmt) => this.intl.parseDate(value, fmt),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-spreadsheet",
|
3
|
-
"version": "
|
3
|
+
"version": "18.0.0-develop.2",
|
4
4
|
"description": "A Spreadsheet Component for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,24 +23,24 @@
|
|
23
23
|
"@angular/core": "16 - 19",
|
24
24
|
"@angular/platform-browser": "16 - 19",
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
26
|
-
"@progress/kendo-angular-buttons": "
|
27
|
-
"@progress/kendo-angular-common": "
|
28
|
-
"@progress/kendo-angular-dialog": "
|
29
|
-
"@progress/kendo-angular-dropdowns": "
|
30
|
-
"@progress/kendo-angular-icons": "
|
31
|
-
"@progress/kendo-angular-inputs": "
|
32
|
-
"@progress/kendo-angular-intl": "
|
33
|
-
"@progress/kendo-angular-l10n": "
|
34
|
-
"@progress/kendo-angular-label": "
|
35
|
-
"@progress/kendo-angular-layout": "
|
36
|
-
"@progress/kendo-angular-menu": "
|
37
|
-
"@progress/kendo-angular-popup": "
|
38
|
-
"@progress/kendo-angular-toolbar": "
|
26
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.2",
|
27
|
+
"@progress/kendo-angular-common": "18.0.0-develop.2",
|
28
|
+
"@progress/kendo-angular-dialog": "18.0.0-develop.2",
|
29
|
+
"@progress/kendo-angular-dropdowns": "18.0.0-develop.2",
|
30
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.2",
|
31
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.2",
|
32
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.2",
|
33
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.2",
|
34
|
+
"@progress/kendo-angular-label": "18.0.0-develop.2",
|
35
|
+
"@progress/kendo-angular-layout": "18.0.0-develop.2",
|
36
|
+
"@progress/kendo-angular-menu": "18.0.0-develop.2",
|
37
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.2",
|
38
|
+
"@progress/kendo-angular-toolbar": "18.0.0-develop.2",
|
39
39
|
"rxjs": "^6.5.3 || ^7.0.0"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
42
|
"tslib": "^2.3.1",
|
43
|
-
"@progress/kendo-angular-schematics": "
|
43
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.2",
|
44
44
|
"@progress/jszip-esm": "^1.0.3",
|
45
45
|
"@progress/kendo-common": "^1.0.1",
|
46
46
|
"@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': '
|
10
|
-
'@progress/kendo-angular-treeview': '
|
9
|
+
'@progress/kendo-angular-navigation': '18.0.0-develop.2',
|
10
|
+
'@progress/kendo-angular-treeview': '18.0.0-develop.2'
|
11
11
|
} });
|
12
12
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
13
13
|
}
|
@@ -37,8 +37,6 @@ export declare class SheetsBarComponent implements AfterViewInit, OnDestroy {
|
|
37
37
|
plusIcon: SVGIcon;
|
38
38
|
menuIcon: SVGIcon;
|
39
39
|
caretAltDownIcon: SVGIcon;
|
40
|
-
caretAltLeftIcon: SVGIcon;
|
41
|
-
caretAltRightIcon: SVGIcon;
|
42
40
|
selected: boolean;
|
43
41
|
sheetsMenuList: any[];
|
44
42
|
private openedDdb;
|