@progress/kendo-angular-buttons 25.2.0-develop.1 → 25.2.0-develop.11

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.
@@ -49,8 +49,8 @@ const packageMetadata = {
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCode: 'KENDOUIANGULAR',
51
51
  productCodes: ['KENDOUIANGULAR'],
52
- publishDate: 1789372871,
53
- version: '25.2.0-develop.1',
52
+ publishDate: 1789742513,
53
+ version: '25.2.0-develop.11',
54
54
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
55
55
  };
56
56
 
@@ -4636,7 +4636,7 @@ class Messages extends ComponentMessages {
4636
4636
  * For example, for a SplitButton with the text `'Reply'`, the default `aria-label` is `'Reply splitbutton'`.
4637
4637
  *
4638
4638
  * To reorder the SplitButton text and the localizable part, use the `splitButtonLabel` property with a
4639
- * placeholder for the button text, such as `'splitbutton for {buttonText}'`. The `{buttonText}` placeholder
4639
+ * placeholder for the button text, such as `'splitbutton for [[buttonText]]'`. The `[[buttonText]]` placeholder
4640
4640
  * is replaced internally with the current SplitButton text. For instance, the resulting `aria-label` is
4641
4641
  * rendered as `'splitbutton for Reply'`.
4642
4642
  *
@@ -4644,7 +4644,7 @@ class Messages extends ComponentMessages {
4644
4644
  * ```ts
4645
4645
  * <kendo-splitbutton>
4646
4646
  * <kendo-splitbutton-messages
4647
- * splitButtonLabel="splitbutton for {buttonText}">
4647
+ * splitButtonLabel="splitbutton for [[buttonText]]">
4648
4648
  * </kendo-splitbutton-messages>
4649
4649
  * </kendo-splitbutton>
4650
4650
  * ```
package/index.d.ts CHANGED
@@ -2237,7 +2237,7 @@ declare class Messages extends ComponentMessages {
2237
2237
  * For example, for a SplitButton with the text `'Reply'`, the default `aria-label` is `'Reply splitbutton'`.
2238
2238
  *
2239
2239
  * To reorder the SplitButton text and the localizable part, use the `splitButtonLabel` property with a
2240
- * placeholder for the button text, such as `'splitbutton for {buttonText}'`. The `{buttonText}` placeholder
2240
+ * placeholder for the button text, such as `'splitbutton for [[buttonText]]'`. The `[[buttonText]]` placeholder
2241
2241
  * is replaced internally with the current SplitButton text. For instance, the resulting `aria-label` is
2242
2242
  * rendered as `'splitbutton for Reply'`.
2243
2243
  *
@@ -2245,7 +2245,7 @@ declare class Messages extends ComponentMessages {
2245
2245
  * ```ts
2246
2246
  * <kendo-splitbutton>
2247
2247
  * <kendo-splitbutton-messages
2248
- * splitButtonLabel="splitbutton for {buttonText}">
2248
+ * splitButtonLabel="splitbutton for [[buttonText]]">
2249
2249
  * </kendo-splitbutton-messages>
2250
2250
  * </kendo-splitbutton>
2251
2251
  * ```
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1789372871,
11
- "version": "25.2.0-develop.1",
10
+ "publishDate": 1789742513,
11
+ "version": "25.2.0-develop.11",
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-buttons",
3
- "version": "25.2.0-develop.1",
3
+ "version": "25.2.0-develop.11",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -56,7 +56,7 @@
56
56
  "package": {
57
57
  "productName": "Kendo UI for Angular",
58
58
  "productCode": "KENDOUIANGULAR",
59
- "publishDate": 1789372871,
59
+ "publishDate": 1789742513,
60
60
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
61
61
  }
62
62
  },
@@ -66,15 +66,15 @@
66
66
  "@angular/core": "20 - 22",
67
67
  "@angular/platform-browser": "20 - 22",
68
68
  "@progress/kendo-licensing": "^1.11.0",
69
- "@progress/kendo-angular-common": "25.2.0-develop.1",
70
- "@progress/kendo-angular-l10n": "25.2.0-develop.1",
71
- "@progress/kendo-angular-popup": "25.2.0-develop.1",
72
- "@progress/kendo-angular-icons": "25.2.0-develop.1",
69
+ "@progress/kendo-angular-common": "25.2.0-develop.11",
70
+ "@progress/kendo-angular-l10n": "25.2.0-develop.11",
71
+ "@progress/kendo-angular-popup": "25.2.0-develop.11",
72
+ "@progress/kendo-angular-icons": "25.2.0-develop.11",
73
73
  "rxjs": "^6.5.3 || ^7.0.0"
74
74
  },
75
75
  "dependencies": {
76
76
  "tslib": "^2.3.1",
77
- "@progress/kendo-angular-schematics": "25.2.0-develop.1",
77
+ "@progress/kendo-angular-schematics": "25.2.0-develop.11",
78
78
  "@progress/kendo-common": "^1.0.1",
79
79
  "@progress/kendo-webspeech-common": "1.0.1",
80
80
  "@progress/kendo-smartpaste-common": "1.0.0"