@progress/kendo-angular-spreadsheet 17.3.0-develop.2 → 18.0.0-develop.1

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.
@@ -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: 1736180714,
13
- version: '17.3.0-develop.2',
12
+ publishDate: 1736249872,
13
+ version: '18.0.0-develop.1',
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, caretAltLeftIcon, caretAltRightIcon, eyeIcon, eyeSlashIcon } from '@progress/kendo-svg-icons';
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]="{prevButtonIcon: 'caret-alt-left', prevSVGButtonIcon: caretAltLeftIcon, nextButtonIcon: 'caret-alt-right', nextSVGButtonIcon: caretAltRightIcon}"
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]="{prevButtonIcon: 'caret-alt-left', prevSVGButtonIcon: caretAltLeftIcon, nextButtonIcon: 'caret-alt-right', nextSVGButtonIcon: caretAltRightIcon}"
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">
@@ -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, caretAltLeftIcon, caretAltRightIcon } from '@progress/kendo-svg-icons';
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: 1736180714,
42
- version: '17.3.0-develop.2',
41
+ publishDate: 1736249872,
42
+ version: '18.0.0-develop.1',
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]="{prevButtonIcon: 'caret-alt-left', prevSVGButtonIcon: caretAltLeftIcon, nextButtonIcon: 'caret-alt-right', nextSVGButtonIcon: caretAltRightIcon}"
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]="{prevButtonIcon: 'caret-alt-left', prevSVGButtonIcon: caretAltLeftIcon, nextButtonIcon: 'caret-alt-right', nextSVGButtonIcon: caretAltRightIcon}"
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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-spreadsheet",
3
- "version": "17.3.0-develop.2",
3
+ "version": "18.0.0-develop.1",
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": "17.3.0-develop.2",
27
- "@progress/kendo-angular-common": "17.3.0-develop.2",
28
- "@progress/kendo-angular-dialog": "17.3.0-develop.2",
29
- "@progress/kendo-angular-dropdowns": "17.3.0-develop.2",
30
- "@progress/kendo-angular-icons": "17.3.0-develop.2",
31
- "@progress/kendo-angular-inputs": "17.3.0-develop.2",
32
- "@progress/kendo-angular-intl": "17.3.0-develop.2",
33
- "@progress/kendo-angular-l10n": "17.3.0-develop.2",
34
- "@progress/kendo-angular-label": "17.3.0-develop.2",
35
- "@progress/kendo-angular-layout": "17.3.0-develop.2",
36
- "@progress/kendo-angular-menu": "17.3.0-develop.2",
37
- "@progress/kendo-angular-popup": "17.3.0-develop.2",
38
- "@progress/kendo-angular-toolbar": "17.3.0-develop.2",
26
+ "@progress/kendo-angular-buttons": "18.0.0-develop.1",
27
+ "@progress/kendo-angular-common": "18.0.0-develop.1",
28
+ "@progress/kendo-angular-dialog": "18.0.0-develop.1",
29
+ "@progress/kendo-angular-dropdowns": "18.0.0-develop.1",
30
+ "@progress/kendo-angular-icons": "18.0.0-develop.1",
31
+ "@progress/kendo-angular-inputs": "18.0.0-develop.1",
32
+ "@progress/kendo-angular-intl": "18.0.0-develop.1",
33
+ "@progress/kendo-angular-l10n": "18.0.0-develop.1",
34
+ "@progress/kendo-angular-label": "18.0.0-develop.1",
35
+ "@progress/kendo-angular-layout": "18.0.0-develop.1",
36
+ "@progress/kendo-angular-menu": "18.0.0-develop.1",
37
+ "@progress/kendo-angular-popup": "18.0.0-develop.1",
38
+ "@progress/kendo-angular-toolbar": "18.0.0-develop.1",
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": "17.3.0-develop.2",
43
+ "@progress/kendo-angular-schematics": "18.0.0-develop.1",
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': '17.3.0-develop.2',
10
- '@progress/kendo-angular-treeview': '17.3.0-develop.2'
9
+ '@progress/kendo-angular-navigation': '18.0.0-develop.1',
10
+ '@progress/kendo-angular-treeview': '18.0.0-develop.1'
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;