@progress/kendo-angular-buttons 17.1.2-develop.1 → 17.1.2-develop.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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1733824647,
13
- version: '17.1.2-develop.1',
12
+ publishDate: 1734351154,
13
+ version: '17.1.2-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -229,7 +229,7 @@ export class SplitButtonComponent extends ListButton {
229
229
  */
230
230
  arrowButtonClass;
231
231
  /**
232
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
232
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
233
233
  * be rendered for the button which opens the popup.
234
234
  */
235
235
  arrowButtonIcon = 'caret-alt-down';
@@ -43,8 +43,8 @@ const packageMetadata = {
43
43
  name: '@progress/kendo-angular-buttons',
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
46
- publishDate: 1733824647,
47
- version: '17.1.2-develop.1',
46
+ publishDate: 1734351154,
47
+ version: '17.1.2-develop.3',
48
48
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
49
49
  };
50
50
 
@@ -4865,7 +4865,7 @@ class SplitButtonComponent extends ListButton {
4865
4865
  */
4866
4866
  arrowButtonClass;
4867
4867
  /**
4868
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
4868
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
4869
4869
  * be rendered for the button which opens the popup.
4870
4870
  */
4871
4871
  arrowButtonIcon = 'caret-alt-down';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "17.1.2-develop.1",
3
+ "version": "17.1.2-develop.3",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "16 - 19",
26
26
  "@angular/platform-browser": "16 - 19",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "17.1.2-develop.1",
29
- "@progress/kendo-angular-l10n": "17.1.2-develop.1",
30
- "@progress/kendo-angular-popup": "17.1.2-develop.1",
31
- "@progress/kendo-angular-icons": "17.1.2-develop.1",
28
+ "@progress/kendo-angular-common": "17.1.2-develop.3",
29
+ "@progress/kendo-angular-l10n": "17.1.2-develop.3",
30
+ "@progress/kendo-angular-popup": "17.1.2-develop.3",
31
+ "@progress/kendo-angular-icons": "17.1.2-develop.3",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "17.1.2-develop.1",
36
+ "@progress/kendo-angular-schematics": "17.1.2-develop.3",
37
37
  "@progress/kendo-common": "^1.0.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
@@ -180,7 +180,7 @@ export declare class SplitButtonComponent extends ListButton implements AfterVie
180
180
  */
181
181
  arrowButtonClass: any;
182
182
  /**
183
- * Specifies the name of the [font icon]({% slug icons %}#toc-list-of-font-icons) that will
183
+ * Specifies the name of the [font icon](slug:icons#icons-list) that will
184
184
  * be rendered for the button which opens the popup.
185
185
  */
186
186
  arrowButtonIcon: string;