@progress/kendo-angular-buttons 13.0.0-develop.17 → 13.0.0-develop.19
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.
|
@@ -25,7 +25,7 @@ export declare class ButtonGroupComponent implements OnInit, OnDestroy, AfterCon
|
|
|
25
25
|
* precedence over the `disabled` attributes of the underlying buttons and they will be ignored.
|
|
26
26
|
*
|
|
27
27
|
* For more information on how to configure the Button, refer to
|
|
28
|
-
* its [API documentation]({% slug
|
|
28
|
+
* its [API documentation]({% slug api_buttons_buttoncomponent %}).
|
|
29
29
|
*/
|
|
30
30
|
disabled: boolean;
|
|
31
31
|
/**
|
|
@@ -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:
|
|
13
|
-
version: '13.0.0-develop.
|
|
12
|
+
publishDate: 1685948570,
|
|
13
|
+
version: '13.0.0-develop.19',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-buttons',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '13.0.0-develop.
|
|
31
|
+
publishDate: 1685948570,
|
|
32
|
+
version: '13.0.0-develop.19',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-buttons',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '13.0.0-develop.
|
|
49
|
+
publishDate: 1685948570,
|
|
50
|
+
version: '13.0.0-develop.19',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "13.0.0-develop.
|
|
3
|
+
"version": "13.0.0-develop.19",
|
|
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": "13 - 16",
|
|
26
26
|
"@angular/platform-browser": "13 - 16",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "13.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "13.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "13.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "13.0.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "13.0.0-develop.19",
|
|
29
|
+
"@progress/kendo-angular-l10n": "13.0.0-develop.19",
|
|
30
|
+
"@progress/kendo-angular-popup": "13.0.0-develop.19",
|
|
31
|
+
"@progress/kendo-angular-icons": "13.0.0-develop.19",
|
|
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": "13.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "13.0.0-develop.19",
|
|
37
37
|
"@progress/kendo-common": "^0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|