@progress/kendo-angular-inputs 16.5.0-develop.6 → 16.5.0
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-inputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.5.0
|
|
12
|
+
publishDate: 1721814068,
|
|
13
|
+
version: '16.5.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -544,8 +544,8 @@ const packageMetadata = {
|
|
|
544
544
|
name: '@progress/kendo-angular-inputs',
|
|
545
545
|
productName: 'Kendo UI for Angular',
|
|
546
546
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
547
|
-
publishDate:
|
|
548
|
-
version: '16.5.0
|
|
547
|
+
publishDate: 1721814068,
|
|
548
|
+
version: '16.5.0',
|
|
549
549
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
550
550
|
};
|
|
551
551
|
|
|
@@ -543,8 +543,8 @@ const packageMetadata = {
|
|
|
543
543
|
name: '@progress/kendo-angular-inputs',
|
|
544
544
|
productName: 'Kendo UI for Angular',
|
|
545
545
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
546
|
-
publishDate:
|
|
547
|
-
version: '16.5.0
|
|
546
|
+
publishDate: 1721814068,
|
|
547
|
+
version: '16.5.0',
|
|
548
548
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
549
549
|
};
|
|
550
550
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "16.5.0
|
|
3
|
+
"version": "16.5.0",
|
|
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",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/platform-browser": "15 - 18",
|
|
35
35
|
"@progress/kendo-drawing": "^1.19.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.5.0
|
|
38
|
-
"@progress/kendo-angular-common": "16.5.0
|
|
39
|
-
"@progress/kendo-angular-dialog": "16.5.0
|
|
40
|
-
"@progress/kendo-angular-intl": "16.5.0
|
|
41
|
-
"@progress/kendo-angular-l10n": "16.5.0
|
|
42
|
-
"@progress/kendo-angular-popup": "16.5.0
|
|
43
|
-
"@progress/kendo-angular-icons": "16.5.0
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.5.0",
|
|
38
|
+
"@progress/kendo-angular-common": "16.5.0",
|
|
39
|
+
"@progress/kendo-angular-dialog": "16.5.0",
|
|
40
|
+
"@progress/kendo-angular-intl": "16.5.0",
|
|
41
|
+
"@progress/kendo-angular-l10n": "16.5.0",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.5.0",
|
|
43
|
+
"@progress/kendo-angular-icons": "16.5.0",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.5.0
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.5.0",
|
|
49
49
|
"@progress/kendo-common": "^0.2.2",
|
|
50
50
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
51
|
"@progress/kendo-inputs-common": "^3.1.0"
|