@progress/kendo-vue-inputs 3.8.4-dev.202302160720 → 3.8.4-dev.202302210950
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.
- package/dist/cdn/js/kendo-vue-inputs.js +1 -1
- package/dist/es/input/Input.d.ts +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/input/Input.d.ts +3 -3
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/input/Input.d.ts +3 -3
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +13 -13
package/dist/es/input/Input.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
20
20
|
disabled?: boolean;
|
|
21
21
|
validate?: boolean;
|
|
22
22
|
/**
|
|
23
|
-
* Configures the `size` of the
|
|
23
|
+
* Configures the `size` of the Input.
|
|
24
24
|
*
|
|
25
25
|
* The available options are:
|
|
26
26
|
* - small
|
|
@@ -32,7 +32,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
32
32
|
*/
|
|
33
33
|
size?: null | 'small' | 'medium' | 'large' | string;
|
|
34
34
|
/**
|
|
35
|
-
* Configures the `roundness` of the
|
|
35
|
+
* Configures the `roundness` of the Input.
|
|
36
36
|
*
|
|
37
37
|
* The available options are:
|
|
38
38
|
* - small
|
|
@@ -45,7 +45,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
45
45
|
*/
|
|
46
46
|
rounded?: null | 'small' | 'medium' | 'large' | 'full' | string;
|
|
47
47
|
/**
|
|
48
|
-
* Configures the `fillMode` of the
|
|
48
|
+
* Configures the `fillMode` of the Input.
|
|
49
49
|
*
|
|
50
50
|
* The available options are:
|
|
51
51
|
* - solid
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-inputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1676971750,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -20,7 +20,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
20
20
|
disabled?: boolean;
|
|
21
21
|
validate?: boolean;
|
|
22
22
|
/**
|
|
23
|
-
* Configures the `size` of the
|
|
23
|
+
* Configures the `size` of the Input.
|
|
24
24
|
*
|
|
25
25
|
* The available options are:
|
|
26
26
|
* - small
|
|
@@ -32,7 +32,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
32
32
|
*/
|
|
33
33
|
size?: null | 'small' | 'medium' | 'large' | string;
|
|
34
34
|
/**
|
|
35
|
-
* Configures the `roundness` of the
|
|
35
|
+
* Configures the `roundness` of the Input.
|
|
36
36
|
*
|
|
37
37
|
* The available options are:
|
|
38
38
|
* - small
|
|
@@ -45,7 +45,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
45
45
|
*/
|
|
46
46
|
rounded?: null | 'small' | 'medium' | 'large' | 'full' | string;
|
|
47
47
|
/**
|
|
48
|
-
* Configures the `fillMode` of the
|
|
48
|
+
* Configures the `fillMode` of the Input.
|
|
49
49
|
*
|
|
50
50
|
* The available options are:
|
|
51
51
|
* - solid
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-inputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1676971750,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -20,7 +20,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
20
20
|
disabled?: boolean;
|
|
21
21
|
validate?: boolean;
|
|
22
22
|
/**
|
|
23
|
-
* Configures the `size` of the
|
|
23
|
+
* Configures the `size` of the Input.
|
|
24
24
|
*
|
|
25
25
|
* The available options are:
|
|
26
26
|
* - small
|
|
@@ -32,7 +32,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
32
32
|
*/
|
|
33
33
|
size?: null | 'small' | 'medium' | 'large' | string;
|
|
34
34
|
/**
|
|
35
|
-
* Configures the `roundness` of the
|
|
35
|
+
* Configures the `roundness` of the Input.
|
|
36
36
|
*
|
|
37
37
|
* The available options are:
|
|
38
38
|
* - small
|
|
@@ -45,7 +45,7 @@ export interface InputProps extends FormComponentProps {
|
|
|
45
45
|
*/
|
|
46
46
|
rounded?: null | 'small' | 'medium' | 'large' | 'full' | string;
|
|
47
47
|
/**
|
|
48
|
-
* Configures the `fillMode` of the
|
|
48
|
+
* Configures the `fillMode` of the Input.
|
|
49
49
|
*
|
|
50
50
|
* The available options are:
|
|
51
51
|
* - solid
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-inputs',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1676971750,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-inputs",
|
|
3
3
|
"description": "Kendo UI for Vue Input package",
|
|
4
|
-
"version": "3.8.4-dev.
|
|
4
|
+
"version": "3.8.4-dev.202302210950",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@progress/kendo-inputs-common": "^3.1.0",
|
|
49
|
-
"@progress/kendo-vue-buttons": "3.8.4-dev.
|
|
50
|
-
"@progress/kendo-vue-common": "3.8.4-dev.
|
|
51
|
-
"@progress/kendo-vue-dialogs": "3.8.4-dev.
|
|
52
|
-
"@progress/kendo-vue-labels": "3.8.4-dev.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.8.4-dev.
|
|
49
|
+
"@progress/kendo-vue-buttons": "3.8.4-dev.202302210950",
|
|
50
|
+
"@progress/kendo-vue-common": "3.8.4-dev.202302210950",
|
|
51
|
+
"@progress/kendo-vue-dialogs": "3.8.4-dev.202302210950",
|
|
52
|
+
"@progress/kendo-vue-labels": "3.8.4-dev.202302210950",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.8.4-dev.202302210950"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@progress/kendo-data-query": "^1.5.5",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
60
60
|
"@progress/kendo-licensing": "^1.3.0",
|
|
61
61
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
62
|
-
"@progress/kendo-vue-buttons": "3.8.4-dev.
|
|
63
|
-
"@progress/kendo-vue-dropdowns": "3.8.4-dev.
|
|
64
|
-
"@progress/kendo-vue-form": "3.8.4-dev.
|
|
65
|
-
"@progress/kendo-vue-intl": "3.8.4-dev.
|
|
66
|
-
"@progress/kendo-vue-labels": "3.8.4-dev.
|
|
67
|
-
"@progress/kendo-vue-tooltip": "3.8.4-dev.
|
|
68
|
-
"@progress/kendo-vue-upload": "3.8.4-dev.
|
|
62
|
+
"@progress/kendo-vue-buttons": "3.8.4-dev.202302210950",
|
|
63
|
+
"@progress/kendo-vue-dropdowns": "3.8.4-dev.202302210950",
|
|
64
|
+
"@progress/kendo-vue-form": "3.8.4-dev.202302210950",
|
|
65
|
+
"@progress/kendo-vue-intl": "3.8.4-dev.202302210950",
|
|
66
|
+
"@progress/kendo-vue-labels": "3.8.4-dev.202302210950",
|
|
67
|
+
"@progress/kendo-vue-tooltip": "3.8.4-dev.202302210950",
|
|
68
|
+
"@progress/kendo-vue-upload": "3.8.4-dev.202302210950",
|
|
69
69
|
"cldr-core": "^41.0.0",
|
|
70
70
|
"cldr-dates-full": "^41.0.0",
|
|
71
71
|
"cldr-numbers-full": "^41.0.0"
|