@progress/kendo-angular-toolbar 17.1.1 → 17.1.2-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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-toolbar',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1733732363,
13
- version: '17.1.1',
12
+ publishDate: 1733999484,
13
+ version: '17.1.2-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -11,7 +11,7 @@ import { NgClass, NgIf, NgFor } from '@angular/common';
11
11
  import { take } from 'rxjs/operators';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the [Kendo UI ToolBar DropDownButton for Angular]({% slug controltypes_toolbar %}#toc-dropdownbuttons).
14
+ * Represents the [Kendo UI ToolBar DropDownButton for Angular](slug:controltypes_toolbar#drop-down-buttons).
15
15
  */
16
16
  export class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
17
17
  zone;
@@ -43,7 +43,7 @@ export class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
43
43
  showIcon = 'both';
44
44
  /**
45
45
  * Sets the text of the DropDownButton
46
- * ([see example](slug:controltypes_toolbar#toc-drop-down-buttons).
46
+ * ([see example](slug:controltypes_toolbar#toc-drop-down-buttons)).
47
47
  */
48
48
  set text(text) {
49
49
  this._text = text;
@@ -163,7 +163,7 @@ export class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
163
163
  disabled;
164
164
  /**
165
165
  * Sets the data of the DropDownButton
166
- * ([see example]({% slug controltypes_toolbar %}#toc-dropdownbuttons)).
166
+ * ([see example](slug:controltypes_toolbar#drop-down-buttons)).
167
167
  *
168
168
  * > The data has to be provided in an array-like list.
169
169
  */
@@ -11,7 +11,7 @@ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
11
11
  import { NgClass, NgIf, NgFor } from '@angular/common';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the [Kendo UI ToolBar SplitButton for Angular]({% slug controltypes_toolbar %}#toc-splitbuttons).
14
+ * Represents the [Kendo UI ToolBar SplitButton for Angular](slug:controltypes_toolbar#toc-split-buttons).
15
15
  */
16
16
  export class ToolBarSplitButtonComponent extends ToolBarToolComponent {
17
17
  // showText and showIcon showIcon should be declared first
@@ -30,7 +30,7 @@ export class ToolBarSplitButtonComponent extends ToolBarToolComponent {
30
30
  */
31
31
  showIcon = 'both';
32
32
  /**
33
- * Sets the text of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons).
33
+ * Sets the text of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons)).
34
34
  */
35
35
  set text(text) {
36
36
  this._text = text;
@@ -146,7 +146,7 @@ export class ToolBarSplitButtonComponent extends ToolBarToolComponent {
146
146
  */
147
147
  arrowButtonClass;
148
148
  /**
149
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
149
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
150
150
  * be rendered for the button which opens the popup.
151
151
  */
152
152
  arrowButtonIcon = 'caret-alt-down';
@@ -160,7 +160,7 @@ export class ToolBarSplitButtonComponent extends ToolBarToolComponent {
160
160
  */
161
161
  textField = 'text';
162
162
  /**
163
- * Sets the data of the SplitButton ([see example]({% slug controltypes_toolbar %}#toc-splitbuttons)).
163
+ * Sets the data of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons)).
164
164
  *
165
165
  * > The data has to be provided in an array-like list.
166
166
  */
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-toolbar',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1733732363,
28
- version: '17.1.1',
27
+ publishDate: 1733999484,
28
+ version: '17.1.2-develop.2',
29
29
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
30
30
  };
31
31
 
@@ -2289,7 +2289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2289
2289
  }] } });
2290
2290
 
2291
2291
  /**
2292
- * Represents the [Kendo UI ToolBar DropDownButton for Angular]({% slug controltypes_toolbar %}#toc-dropdownbuttons).
2292
+ * Represents the [Kendo UI ToolBar DropDownButton for Angular](slug:controltypes_toolbar#drop-down-buttons).
2293
2293
  */
2294
2294
  class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
2295
2295
  zone;
@@ -2321,7 +2321,7 @@ class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
2321
2321
  showIcon = 'both';
2322
2322
  /**
2323
2323
  * Sets the text of the DropDownButton
2324
- * ([see example](slug:controltypes_toolbar#toc-drop-down-buttons).
2324
+ * ([see example](slug:controltypes_toolbar#toc-drop-down-buttons)).
2325
2325
  */
2326
2326
  set text(text) {
2327
2327
  this._text = text;
@@ -2441,7 +2441,7 @@ class ToolBarDropDownButtonComponent extends ToolBarToolComponent {
2441
2441
  disabled;
2442
2442
  /**
2443
2443
  * Sets the data of the DropDownButton
2444
- * ([see example]({% slug controltypes_toolbar %}#toc-dropdownbuttons)).
2444
+ * ([see example](slug:controltypes_toolbar#drop-down-buttons)).
2445
2445
  *
2446
2446
  * > The data has to be provided in an array-like list.
2447
2447
  */
@@ -2777,7 +2777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2777
2777
  }] } });
2778
2778
 
2779
2779
  /**
2780
- * Represents the [Kendo UI ToolBar SplitButton for Angular]({% slug controltypes_toolbar %}#toc-splitbuttons).
2780
+ * Represents the [Kendo UI ToolBar SplitButton for Angular](slug:controltypes_toolbar#toc-split-buttons).
2781
2781
  */
2782
2782
  class ToolBarSplitButtonComponent extends ToolBarToolComponent {
2783
2783
  // showText and showIcon showIcon should be declared first
@@ -2796,7 +2796,7 @@ class ToolBarSplitButtonComponent extends ToolBarToolComponent {
2796
2796
  */
2797
2797
  showIcon = 'both';
2798
2798
  /**
2799
- * Sets the text of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons).
2799
+ * Sets the text of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons)).
2800
2800
  */
2801
2801
  set text(text) {
2802
2802
  this._text = text;
@@ -2912,7 +2912,7 @@ class ToolBarSplitButtonComponent extends ToolBarToolComponent {
2912
2912
  */
2913
2913
  arrowButtonClass;
2914
2914
  /**
2915
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
2915
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
2916
2916
  * be rendered for the button which opens the popup.
2917
2917
  */
2918
2918
  arrowButtonIcon = 'caret-alt-down';
@@ -2926,7 +2926,7 @@ class ToolBarSplitButtonComponent extends ToolBarToolComponent {
2926
2926
  */
2927
2927
  textField = 'text';
2928
2928
  /**
2929
- * Sets the data of the SplitButton ([see example]({% slug controltypes_toolbar %}#toc-splitbuttons)).
2929
+ * Sets the data of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons)).
2930
2930
  *
2931
2931
  * > The data has to be provided in an array-like list.
2932
2932
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "17.1.1",
3
+ "version": "17.1.2-develop.2",
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",
@@ -29,16 +29,16 @@
29
29
  "@angular/core": "16 - 19",
30
30
  "@angular/platform-browser": "16 - 19",
31
31
  "@progress/kendo-licensing": "^1.0.2",
32
- "@progress/kendo-angular-buttons": "17.1.1",
33
- "@progress/kendo-angular-common": "17.1.1",
34
- "@progress/kendo-angular-l10n": "17.1.1",
35
- "@progress/kendo-angular-icons": "17.1.1",
36
- "@progress/kendo-angular-popup": "17.1.1",
32
+ "@progress/kendo-angular-buttons": "17.1.2-develop.2",
33
+ "@progress/kendo-angular-common": "17.1.2-develop.2",
34
+ "@progress/kendo-angular-l10n": "17.1.2-develop.2",
35
+ "@progress/kendo-angular-icons": "17.1.2-develop.2",
36
+ "@progress/kendo-angular-popup": "17.1.2-develop.2",
37
37
  "rxjs": "^6.5.3 || ^7.0.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "tslib": "^2.3.1",
41
- "@progress/kendo-angular-schematics": "17.1.1"
41
+ "@progress/kendo-angular-schematics": "17.1.2-develop.2"
42
42
  },
43
43
  "schematics": "./schematics/collection.json",
44
44
  "module": "fesm2022/progress-kendo-angular-toolbar.mjs",
@@ -12,7 +12,7 @@ import { PreventableEvent } from '@progress/kendo-angular-buttons';
12
12
  import { SVGIcon } from '@progress/kendo-svg-icons';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
- * Represents the [Kendo UI ToolBar DropDownButton for Angular]({% slug controltypes_toolbar %}#toc-dropdownbuttons).
15
+ * Represents the [Kendo UI ToolBar DropDownButton for Angular](slug:controltypes_toolbar#drop-down-buttons).
16
16
  */
17
17
  export declare class ToolBarDropDownButtonComponent extends ToolBarToolComponent implements OnInit {
18
18
  private zone;
@@ -38,7 +38,7 @@ export declare class ToolBarDropDownButtonComponent extends ToolBarToolComponent
38
38
  showIcon: DisplayMode;
39
39
  /**
40
40
  * Sets the text of the DropDownButton
41
- * ([see example](slug:controltypes_toolbar#toc-drop-down-buttons).
41
+ * ([see example](slug:controltypes_toolbar#toc-drop-down-buttons)).
42
42
  */
43
43
  set text(text: string);
44
44
  get text(): string;
@@ -123,7 +123,7 @@ export declare class ToolBarDropDownButtonComponent extends ToolBarToolComponent
123
123
  disabled: boolean;
124
124
  /**
125
125
  * Sets the data of the DropDownButton
126
- * ([see example]({% slug controltypes_toolbar %}#toc-dropdownbuttons)).
126
+ * ([see example](slug:controltypes_toolbar#drop-down-buttons)).
127
127
  *
128
128
  * > The data has to be provided in an array-like list.
129
129
  */
@@ -12,7 +12,7 @@ import { PreventableEvent } from '@progress/kendo-angular-buttons';
12
12
  import { SVGIcon } from '@progress/kendo-svg-icons';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
- * Represents the [Kendo UI ToolBar SplitButton for Angular]({% slug controltypes_toolbar %}#toc-splitbuttons).
15
+ * Represents the [Kendo UI ToolBar SplitButton for Angular](slug:controltypes_toolbar#toc-split-buttons).
16
16
  */
17
17
  export declare class ToolBarSplitButtonComponent extends ToolBarToolComponent implements OnInit {
18
18
  /**
@@ -25,7 +25,7 @@ export declare class ToolBarSplitButtonComponent extends ToolBarToolComponent im
25
25
  */
26
26
  showIcon: DisplayMode;
27
27
  /**
28
- * Sets the text of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons).
28
+ * Sets the text of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons)).
29
29
  */
30
30
  set text(text: string);
31
31
  get text(): string;
@@ -105,7 +105,7 @@ export declare class ToolBarSplitButtonComponent extends ToolBarToolComponent im
105
105
  */
106
106
  arrowButtonClass: any;
107
107
  /**
108
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
108
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
109
109
  * be rendered for the button which opens the popup.
110
110
  */
111
111
  arrowButtonIcon: string;
@@ -119,7 +119,7 @@ export declare class ToolBarSplitButtonComponent extends ToolBarToolComponent im
119
119
  */
120
120
  textField: string;
121
121
  /**
122
- * Sets the data of the SplitButton ([see example]({% slug controltypes_toolbar %}#toc-splitbuttons)).
122
+ * Sets the data of the SplitButton ([see example](slug:controltypes_toolbar#toc-split-buttons)).
123
123
  *
124
124
  * > The data has to be provided in an array-like list.
125
125
  */