@progress/kendo-angular-buttons 23.0.0 → 23.0.1-develop.1
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.
|
@@ -50,7 +50,7 @@ const packageMetadata = {
|
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
52
|
publishDate: 0,
|
|
53
|
-
version: '23.0.
|
|
53
|
+
version: '23.0.1-develop.1',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -6161,6 +6161,7 @@ class SmartPasteButtonComponent {
|
|
|
6161
6161
|
* Sets static form field metadata to bypass DOM extraction when Smart Paste runs.
|
|
6162
6162
|
* Use this when you want to provide form field configuration directly instead of extracting it from the DOM.
|
|
6163
6163
|
*
|
|
6164
|
+
* @hidden
|
|
6164
6165
|
* @default null
|
|
6165
6166
|
*/
|
|
6166
6167
|
smartPasteFormFields = null;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.
|
|
10
|
+
"publishDate": 1770808322,
|
|
11
|
+
"version": "23.0.1-develop.1",
|
|
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": "23.0.
|
|
3
|
+
"version": "23.0.1-develop.1",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1770808322,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"@angular/core": "19 - 21",
|
|
32
32
|
"@angular/platform-browser": "19 - 21",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-common": "23.0.
|
|
35
|
-
"@progress/kendo-angular-l10n": "23.0.
|
|
36
|
-
"@progress/kendo-angular-popup": "23.0.
|
|
37
|
-
"@progress/kendo-angular-icons": "23.0.
|
|
34
|
+
"@progress/kendo-angular-common": "23.0.1-develop.1",
|
|
35
|
+
"@progress/kendo-angular-l10n": "23.0.1-develop.1",
|
|
36
|
+
"@progress/kendo-angular-popup": "23.0.1-develop.1",
|
|
37
|
+
"@progress/kendo-angular-icons": "23.0.1-develop.1",
|
|
38
38
|
"@progress/kendo-smartpaste-common": "0.0.0-PLACEHOLDER",
|
|
39
39
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"tslib": "^2.3.1",
|
|
43
|
-
"@progress/kendo-angular-schematics": "23.0.
|
|
43
|
+
"@progress/kendo-angular-schematics": "23.0.1-develop.1",
|
|
44
44
|
"@progress/kendo-common": "^1.0.1",
|
|
45
45
|
"@progress/kendo-webspeech-common": "1.0.1"
|
|
46
46
|
},
|
|
@@ -103,6 +103,7 @@ export declare class SmartPasteButtonComponent implements OnInit, OnDestroy {
|
|
|
103
103
|
* Sets static form field metadata to bypass DOM extraction when Smart Paste runs.
|
|
104
104
|
* Use this when you want to provide form field configuration directly instead of extracting it from the DOM.
|
|
105
105
|
*
|
|
106
|
+
* @hidden
|
|
106
107
|
* @default null
|
|
107
108
|
*/
|
|
108
109
|
smartPasteFormFields: SmartPasteField[] | null;
|