@progress/kendo-angular-toolbar 24.0.0-develop.20 → 24.0.0-develop.22

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.
@@ -12,7 +12,7 @@ import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/k
12
12
  import { validatePackage } from '@progress/kendo-licensing';
13
13
  import { take, filter, takeUntil } from 'rxjs/operators';
14
14
  import { Subject, Subscription, merge, fromEvent } from 'rxjs';
15
- import { caretAltLeftIcon, caretAltRightIcon, moreHorizontalIcon, moreVerticalIcon, caretAltDownIcon } from '@progress/kendo-svg-icons';
15
+ import { chevronLeftIcon, chevronRightIcon, moreHorizontalIcon, moreVerticalIcon, chevronDownIcon } from '@progress/kendo-svg-icons';
16
16
  import { ButtonComponent, ButtonGroupComponent, DropDownButtonComponent, SplitButtonComponent } from '@progress/kendo-angular-buttons';
17
17
  import { NgTemplateOutlet, NgClass, NgStyle } from '@angular/common';
18
18
  import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  productName: 'Kendo UI for Angular',
27
27
  productCode: 'KENDOUIANGULAR',
28
28
  productCodes: ['KENDOUIANGULAR'],
29
- publishDate: 1778149413,
30
- version: '24.0.0-develop.20',
29
+ publishDate: 1778164639,
30
+ version: '24.0.0-develop.22',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -979,8 +979,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
979
979
  }], ctorParameters: () => [{ type: i0.NgZone }, { type: i1.LocalizationService }] });
980
980
 
981
981
  const DIRECTION_CLASSES = {
982
- left: 'caret-alt-left',
983
- right: 'caret-alt-right'
982
+ left: 'chevron-left',
983
+ right: 'chevron-right'
984
984
  };
985
985
  /**
986
986
  * @hidden
@@ -1009,8 +1009,8 @@ class ToolbarScrollableButtonComponent {
1009
1009
  get svgIcon() {
1010
1010
  return this.scrollButtonSVGIcon;
1011
1011
  }
1012
- caretAltLeftIcon = caretAltLeftIcon;
1013
- caretAltRightIcon = caretAltRightIcon;
1012
+ chevronLeftIcon = chevronLeftIcon;
1013
+ chevronRightIcon = chevronRightIcon;
1014
1014
  subs = new Subscription();
1015
1015
  constructor(host, renderer, ngZone, localization) {
1016
1016
  this.host = host;
@@ -1062,11 +1062,11 @@ class ToolbarScrollableButtonComponent {
1062
1062
  }
1063
1063
  get scrollButtonSVGIcon() {
1064
1064
  const defaultPrevSVGIcon = !this.localization.rtl ?
1065
- this.caretAltLeftIcon :
1066
- this.caretAltRightIcon;
1065
+ this.chevronLeftIcon :
1066
+ this.chevronRightIcon;
1067
1067
  const defaultNextSVGIcon = !this.localization.rtl ?
1068
- this.caretAltRightIcon :
1069
- this.caretAltLeftIcon;
1068
+ this.chevronRightIcon :
1069
+ this.chevronLeftIcon;
1070
1070
  if (typeof this.overflow === 'object') {
1071
1071
  const prevIcon = this.overflow.prevSVGButtonIcon !== undefined ? this.overflow.prevSVGButtonIcon : defaultPrevSVGIcon;
1072
1072
  const nextIcon = this.overflow.nextSVGButtonIcon !== undefined ? this.overflow.nextSVGButtonIcon : defaultNextSVGIcon;
@@ -1362,11 +1362,11 @@ class ToolBarComponent {
1362
1362
  /**
1363
1363
  * @hidden
1364
1364
  */
1365
- prevButtonIcon = caretAltLeftIcon;
1365
+ prevButtonIcon = chevronLeftIcon;
1366
1366
  /**
1367
1367
  * @hidden
1368
1368
  */
1369
- nextButtonIcon = caretAltRightIcon;
1369
+ nextButtonIcon = chevronRightIcon;
1370
1370
  /**
1371
1371
  * @hidden
1372
1372
  */
@@ -2348,7 +2348,7 @@ class ToolBarComponent {
2348
2348
  @if (showLicenseWatermark) {
2349
2349
  <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
2350
2350
  }
2351
- `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: LocalizedToolbarMessagesDirective, selector: "[kendoToolbarLocalizedMessages]" }, { kind: "directive", type: ToolBarRendererComponent, selector: "[kendoToolbarRenderer]", inputs: ["tool", "location", "resizable"], outputs: ["rendererClick"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ToolbarScrollableButtonComponent, selector: "[kendoToolbarScrollableButton]", inputs: ["prev", "overflow"], outputs: ["onClick"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
2351
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: LocalizedToolbarMessagesDirective, selector: "[kendoToolbarLocalizedMessages]" }, { kind: "directive", type: ToolBarRendererComponent, selector: "[kendoToolbarRenderer]", inputs: ["tool", "location", "resizable"], outputs: ["rendererClick"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ToolbarScrollableButtonComponent, selector: "[kendoToolbarScrollableButton]", inputs: ["prev", "overflow"], outputs: ["onClick"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
2352
2352
  }
2353
2353
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolBarComponent, decorators: [{
2354
2354
  type: Component,
@@ -3138,7 +3138,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
3138
3138
  </button>
3139
3139
  }
3140
3140
  </ng-template>
3141
- `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: BadgeComponent, selector: "kendo-badge", inputs: ["align", "size", "fill", "themeColor", "rounded", "position", "cutoutBorder"] }, { kind: "component", type: BadgeContainerComponent, selector: "kendo-badge-container" }] });
3141
+ `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: BadgeComponent, selector: "kendo-badge", inputs: ["align", "size", "fill", "themeColor", "rounded", "position", "cutoutBorder"] }, { kind: "component", type: BadgeContainerComponent, selector: "kendo-badge-container" }] });
3142
3142
  }
3143
3143
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolBarButtonComponent, decorators: [{
3144
3144
  type: Component,
@@ -3664,7 +3664,7 @@ class ToolBarButtonGroupComponent extends ToolBarToolComponent {
3664
3664
  }
3665
3665
  </kendo-buttongroup>
3666
3666
  </ng-template>
3667
- `, isInline: true, dependencies: [{ kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
3667
+ `, isInline: true, dependencies: [{ kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
3668
3668
  }
3669
3669
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolBarButtonGroupComponent, decorators: [{
3670
3670
  type: Component,
@@ -4525,11 +4525,11 @@ class ToolBarSplitButtonComponent extends ToolBarToolComponent {
4525
4525
  /**
4526
4526
  * Sets the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/styling/icons#icons-list) for the arrow button.
4527
4527
  */
4528
- arrowButtonIcon = 'caret-alt-down';
4528
+ arrowButtonIcon = 'chevron-down';
4529
4529
  /**
4530
4530
  * Sets the [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) for the arrow button.
4531
4531
  */
4532
- arrowButtonSvgIcon = caretAltDownIcon;
4532
+ arrowButtonSvgIcon = chevronDownIcon;
4533
4533
  /**
4534
4534
  * Sets the text field for the button-list popup.
4535
4535
  * @default 'text'
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778149413,
11
- "version": "24.0.0-develop.20",
10
+ "publishDate": 1778164639,
11
+ "version": "24.0.0-develop.22",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "24.0.0-develop.20",
3
+ "version": "24.0.0-develop.22",
4
4
  "description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -43,7 +43,7 @@
43
43
  "package": {
44
44
  "productName": "Kendo UI for Angular",
45
45
  "productCode": "KENDOUIANGULAR",
46
- "publishDate": 1778149413,
46
+ "publishDate": 1778164639,
47
47
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
48
48
  }
49
49
  },
@@ -53,17 +53,17 @@
53
53
  "@angular/core": "19 - 21",
54
54
  "@angular/platform-browser": "19 - 21",
55
55
  "@progress/kendo-licensing": "^1.11.0",
56
- "@progress/kendo-angular-buttons": "24.0.0-develop.20",
57
- "@progress/kendo-angular-common": "24.0.0-develop.20",
58
- "@progress/kendo-angular-l10n": "24.0.0-develop.20",
59
- "@progress/kendo-angular-icons": "24.0.0-develop.20",
60
- "@progress/kendo-angular-indicators": "24.0.0-develop.20",
61
- "@progress/kendo-angular-popup": "24.0.0-develop.20",
56
+ "@progress/kendo-angular-buttons": "24.0.0-develop.22",
57
+ "@progress/kendo-angular-common": "24.0.0-develop.22",
58
+ "@progress/kendo-angular-l10n": "24.0.0-develop.22",
59
+ "@progress/kendo-angular-icons": "24.0.0-develop.22",
60
+ "@progress/kendo-angular-indicators": "24.0.0-develop.22",
61
+ "@progress/kendo-angular-popup": "24.0.0-develop.22",
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.20"
66
+ "@progress/kendo-angular-schematics": "24.0.0-develop.22"
67
67
  },
68
68
  "schematics": "./schematics/collection.json",
69
69
  "module": "fesm2022/progress-kendo-angular-toolbar.mjs",
@@ -25,8 +25,8 @@ export declare class ToolbarScrollableButtonComponent implements AfterViewInit,
25
25
  get iconClass(): string;
26
26
  get customIconClass(): string;
27
27
  get svgIcon(): SVGIcon;
28
- caretAltLeftIcon: SVGIcon;
29
- caretAltRightIcon: SVGIcon;
28
+ chevronLeftIcon: SVGIcon;
29
+ chevronRightIcon: SVGIcon;
30
30
  private subs;
31
31
  constructor(host: ElementRef, renderer: Renderer2, ngZone: NgZone, localization: LocalizationService);
32
32
  ngAfterViewInit(): void;