@progress/kendo-angular-inputs 23.0.1-develop.3 → 23.0.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.
|
@@ -567,7 +567,7 @@ const packageMetadata = {
|
|
|
567
567
|
productCode: 'KENDOUIANGULAR',
|
|
568
568
|
productCodes: ['KENDOUIANGULAR'],
|
|
569
569
|
publishDate: 0,
|
|
570
|
-
version: '23.0.1
|
|
570
|
+
version: '23.0.1',
|
|
571
571
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
572
572
|
};
|
|
573
573
|
|
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.1
|
|
10
|
+
"publishDate": 1770815687,
|
|
11
|
+
"version": "23.0.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-inputs",
|
|
3
|
-
"version": "23.0.1
|
|
3
|
+
"version": "23.0.1",
|
|
4
4
|
"description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"package": {
|
|
29
29
|
"productName": "Kendo UI for Angular",
|
|
30
30
|
"productCode": "KENDOUIANGULAR",
|
|
31
|
-
"publishDate":
|
|
31
|
+
"publishDate": 1770815687,
|
|
32
32
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"@angular/platform-browser": "19 - 21",
|
|
41
41
|
"@progress/kendo-drawing": "^1.24.0",
|
|
42
42
|
"@progress/kendo-licensing": "^1.10.0",
|
|
43
|
-
"@progress/kendo-angular-buttons": "23.0.1
|
|
44
|
-
"@progress/kendo-angular-common": "23.0.1
|
|
45
|
-
"@progress/kendo-angular-utils": "23.0.1
|
|
46
|
-
"@progress/kendo-angular-navigation": "23.0.1
|
|
47
|
-
"@progress/kendo-angular-dialog": "23.0.1
|
|
48
|
-
"@progress/kendo-angular-intl": "23.0.1
|
|
49
|
-
"@progress/kendo-angular-l10n": "23.0.1
|
|
50
|
-
"@progress/kendo-angular-popup": "23.0.1
|
|
51
|
-
"@progress/kendo-angular-icons": "23.0.1
|
|
43
|
+
"@progress/kendo-angular-buttons": "23.0.1",
|
|
44
|
+
"@progress/kendo-angular-common": "23.0.1",
|
|
45
|
+
"@progress/kendo-angular-utils": "23.0.1",
|
|
46
|
+
"@progress/kendo-angular-navigation": "23.0.1",
|
|
47
|
+
"@progress/kendo-angular-dialog": "23.0.1",
|
|
48
|
+
"@progress/kendo-angular-intl": "23.0.1",
|
|
49
|
+
"@progress/kendo-angular-l10n": "23.0.1",
|
|
50
|
+
"@progress/kendo-angular-popup": "23.0.1",
|
|
51
|
+
"@progress/kendo-angular-icons": "23.0.1",
|
|
52
52
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
|
-
"@progress/kendo-angular-schematics": "23.0.1
|
|
56
|
+
"@progress/kendo-angular-schematics": "23.0.1",
|
|
57
57
|
"@progress/kendo-common": "^1.0.1",
|
|
58
58
|
"@progress/kendo-draggable": "^3.0.0",
|
|
59
59
|
"@progress/kendo-inputs-common": "^3.1.0"
|