@progress/kendo-vue-inputs 3.8.2 → 3.8.3-dev.202301271102
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/package-metadata.js +1 -1
- package/dist/es/radiobutton/interfaces/RadioGroupProps.d.ts +1 -1
- package/dist/es/switch/Switch.d.ts +0 -1
- package/dist/es/switch/Switch.js +0 -1
- package/dist/es/textarea/TextArea.d.ts +0 -1
- package/dist/es/textarea/TextArea.js +0 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/radiobutton/interfaces/RadioGroupProps.d.ts +1 -1
- package/dist/esm/switch/Switch.d.ts +0 -1
- package/dist/esm/switch/Switch.js +0 -1
- package/dist/esm/textarea/TextArea.d.ts +0 -1
- package/dist/esm/textarea/TextArea.js +0 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/radiobutton/interfaces/RadioGroupProps.d.ts +1 -1
- package/dist/npm/switch/Switch.d.ts +0 -1
- package/dist/npm/switch/Switch.js +0 -1
- package/dist/npm/textarea/TextArea.d.ts +0 -1
- package/dist/npm/textarea/TextArea.js +0 -1
- package/package.json +13 -13
|
@@ -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: 1674816456,
|
|
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
|
};
|
|
@@ -37,7 +37,7 @@ export interface RadioGroupProps {
|
|
|
37
37
|
/**
|
|
38
38
|
* Overrides the default component responsible for visualizing a single item.
|
|
39
39
|
*
|
|
40
|
-
* The default element is `li` with a [RadioButton]({% slug
|
|
40
|
+
* The default element is `li` with a [RadioButton]({% slug api_inputs_radiobuttonprops %}) as `children`.
|
|
41
41
|
*/
|
|
42
42
|
item?: any;
|
|
43
43
|
/**
|
|
@@ -176,7 +176,6 @@ declare let SwitchVue2: ComponentOptions<SwitchAll, DefaultData<SwitchData>, Def
|
|
|
176
176
|
/**
|
|
177
177
|
* Represents the [Kendo UI for Vue Native Switch component]({% slug overview_switch %}).
|
|
178
178
|
* Accepts properties of type [SwitchProps]({% slug api_inputs_switchprops %}).
|
|
179
|
-
* Obtaining the `ref` returns an object of type [SwitchHandle]({% slug api_inputs_switchhandle %}).
|
|
180
179
|
*/
|
|
181
180
|
declare const Switch: DefineComponent<SwitchProps, any, SwitchData, SwitchComputed, SwitchMethods, {}, {}, {}, string, SwitchProps, SwitchProps, {}>;
|
|
182
181
|
export { Switch, SwitchVue2 };
|
package/dist/es/switch/Switch.js
CHANGED
|
@@ -324,7 +324,6 @@ var SwitchVue2 = {
|
|
|
324
324
|
/**
|
|
325
325
|
* Represents the [Kendo UI for Vue Native Switch component]({% slug overview_switch %}).
|
|
326
326
|
* Accepts properties of type [SwitchProps]({% slug api_inputs_switchprops %}).
|
|
327
|
-
* Obtaining the `ref` returns an object of type [SwitchHandle]({% slug api_inputs_switchhandle %}).
|
|
328
327
|
*/
|
|
329
328
|
var Switch = SwitchVue2;
|
|
330
329
|
export { Switch, SwitchVue2 };
|
|
@@ -48,7 +48,6 @@ declare let TextAreaVue2: ComponentOptions<TextAreaAll, DefaultData<TextAreaData
|
|
|
48
48
|
* Represents the [Kendo UI for Vue Native TextArea component]({% slug overview_textarea %}).
|
|
49
49
|
*
|
|
50
50
|
* Accepts properties of type [TextAreaProps]({% slug api_inputs_textareaprops %}).
|
|
51
|
-
* Obtaining the `ref` returns an object of type [TextAreaHandle]({% slug api_inputs_textareahandle %}).
|
|
52
51
|
*
|
|
53
52
|
*
|
|
54
53
|
* ```jsx
|
|
@@ -397,7 +397,6 @@ var TextAreaVue2 = {
|
|
|
397
397
|
* Represents the [Kendo UI for Vue Native TextArea component]({% slug overview_textarea %}).
|
|
398
398
|
*
|
|
399
399
|
* Accepts properties of type [TextAreaProps]({% slug api_inputs_textareaprops %}).
|
|
400
|
-
* Obtaining the `ref` returns an object of type [TextAreaHandle]({% slug api_inputs_textareahandle %}).
|
|
401
400
|
*
|
|
402
401
|
*
|
|
403
402
|
* ```jsx
|
|
@@ -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: 1674816456,
|
|
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
|
};
|
|
@@ -37,7 +37,7 @@ export interface RadioGroupProps {
|
|
|
37
37
|
/**
|
|
38
38
|
* Overrides the default component responsible for visualizing a single item.
|
|
39
39
|
*
|
|
40
|
-
* The default element is `li` with a [RadioButton]({% slug
|
|
40
|
+
* The default element is `li` with a [RadioButton]({% slug api_inputs_radiobuttonprops %}) as `children`.
|
|
41
41
|
*/
|
|
42
42
|
item?: any;
|
|
43
43
|
/**
|
|
@@ -176,7 +176,6 @@ declare let SwitchVue2: ComponentOptions<SwitchAll, DefaultData<SwitchData>, Def
|
|
|
176
176
|
/**
|
|
177
177
|
* Represents the [Kendo UI for Vue Native Switch component]({% slug overview_switch %}).
|
|
178
178
|
* Accepts properties of type [SwitchProps]({% slug api_inputs_switchprops %}).
|
|
179
|
-
* Obtaining the `ref` returns an object of type [SwitchHandle]({% slug api_inputs_switchhandle %}).
|
|
180
179
|
*/
|
|
181
180
|
declare const Switch: DefineComponent<SwitchProps, any, SwitchData, SwitchComputed, SwitchMethods, {}, {}, {}, string, SwitchProps, SwitchProps, {}>;
|
|
182
181
|
export { Switch, SwitchVue2 };
|
|
@@ -324,7 +324,6 @@ var SwitchVue2 = {
|
|
|
324
324
|
/**
|
|
325
325
|
* Represents the [Kendo UI for Vue Native Switch component]({% slug overview_switch %}).
|
|
326
326
|
* Accepts properties of type [SwitchProps]({% slug api_inputs_switchprops %}).
|
|
327
|
-
* Obtaining the `ref` returns an object of type [SwitchHandle]({% slug api_inputs_switchhandle %}).
|
|
328
327
|
*/
|
|
329
328
|
var Switch = SwitchVue2;
|
|
330
329
|
export { Switch, SwitchVue2 };
|
|
@@ -48,7 +48,6 @@ declare let TextAreaVue2: ComponentOptions<TextAreaAll, DefaultData<TextAreaData
|
|
|
48
48
|
* Represents the [Kendo UI for Vue Native TextArea component]({% slug overview_textarea %}).
|
|
49
49
|
*
|
|
50
50
|
* Accepts properties of type [TextAreaProps]({% slug api_inputs_textareaprops %}).
|
|
51
|
-
* Obtaining the `ref` returns an object of type [TextAreaHandle]({% slug api_inputs_textareahandle %}).
|
|
52
51
|
*
|
|
53
52
|
*
|
|
54
53
|
* ```jsx
|
|
@@ -397,7 +397,6 @@ var TextAreaVue2 = {
|
|
|
397
397
|
* Represents the [Kendo UI for Vue Native TextArea component]({% slug overview_textarea %}).
|
|
398
398
|
*
|
|
399
399
|
* Accepts properties of type [TextAreaProps]({% slug api_inputs_textareaprops %}).
|
|
400
|
-
* Obtaining the `ref` returns an object of type [TextAreaHandle]({% slug api_inputs_textareahandle %}).
|
|
401
400
|
*
|
|
402
401
|
*
|
|
403
402
|
* ```jsx
|
|
@@ -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: 1674816456,
|
|
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
|
};
|
|
@@ -37,7 +37,7 @@ export interface RadioGroupProps {
|
|
|
37
37
|
/**
|
|
38
38
|
* Overrides the default component responsible for visualizing a single item.
|
|
39
39
|
*
|
|
40
|
-
* The default element is `li` with a [RadioButton]({% slug
|
|
40
|
+
* The default element is `li` with a [RadioButton]({% slug api_inputs_radiobuttonprops %}) as `children`.
|
|
41
41
|
*/
|
|
42
42
|
item?: any;
|
|
43
43
|
/**
|
|
@@ -176,7 +176,6 @@ declare let SwitchVue2: ComponentOptions<SwitchAll, DefaultData<SwitchData>, Def
|
|
|
176
176
|
/**
|
|
177
177
|
* Represents the [Kendo UI for Vue Native Switch component]({% slug overview_switch %}).
|
|
178
178
|
* Accepts properties of type [SwitchProps]({% slug api_inputs_switchprops %}).
|
|
179
|
-
* Obtaining the `ref` returns an object of type [SwitchHandle]({% slug api_inputs_switchhandle %}).
|
|
180
179
|
*/
|
|
181
180
|
declare const Switch: DefineComponent<SwitchProps, any, SwitchData, SwitchComputed, SwitchMethods, {}, {}, {}, string, SwitchProps, SwitchProps, {}>;
|
|
182
181
|
export { Switch, SwitchVue2 };
|
|
@@ -331,7 +331,6 @@ exports.SwitchVue2 = SwitchVue2;
|
|
|
331
331
|
/**
|
|
332
332
|
* Represents the [Kendo UI for Vue Native Switch component]({% slug overview_switch %}).
|
|
333
333
|
* Accepts properties of type [SwitchProps]({% slug api_inputs_switchprops %}).
|
|
334
|
-
* Obtaining the `ref` returns an object of type [SwitchHandle]({% slug api_inputs_switchhandle %}).
|
|
335
334
|
*/
|
|
336
335
|
var Switch = SwitchVue2;
|
|
337
336
|
exports.Switch = Switch;
|
|
@@ -48,7 +48,6 @@ declare let TextAreaVue2: ComponentOptions<TextAreaAll, DefaultData<TextAreaData
|
|
|
48
48
|
* Represents the [Kendo UI for Vue Native TextArea component]({% slug overview_textarea %}).
|
|
49
49
|
*
|
|
50
50
|
* Accepts properties of type [TextAreaProps]({% slug api_inputs_textareaprops %}).
|
|
51
|
-
* Obtaining the `ref` returns an object of type [TextAreaHandle]({% slug api_inputs_textareahandle %}).
|
|
52
51
|
*
|
|
53
52
|
*
|
|
54
53
|
* ```jsx
|
|
@@ -402,7 +402,6 @@ exports.TextAreaVue2 = TextAreaVue2;
|
|
|
402
402
|
* Represents the [Kendo UI for Vue Native TextArea component]({% slug overview_textarea %}).
|
|
403
403
|
*
|
|
404
404
|
* Accepts properties of type [TextAreaProps]({% slug api_inputs_textareaprops %}).
|
|
405
|
-
* Obtaining the `ref` returns an object of type [TextAreaHandle]({% slug api_inputs_textareahandle %}).
|
|
406
405
|
*
|
|
407
406
|
*
|
|
408
407
|
* ```jsx
|
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
|
+
"version": "3.8.3-dev.202301271102",
|
|
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.
|
|
50
|
-
"@progress/kendo-vue-common": "3.8.
|
|
51
|
-
"@progress/kendo-vue-dialogs": "3.8.
|
|
52
|
-
"@progress/kendo-vue-labels": "3.8.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.8.
|
|
49
|
+
"@progress/kendo-vue-buttons": "3.8.3-dev.202301271102",
|
|
50
|
+
"@progress/kendo-vue-common": "3.8.3-dev.202301271102",
|
|
51
|
+
"@progress/kendo-vue-dialogs": "3.8.3-dev.202301271102",
|
|
52
|
+
"@progress/kendo-vue-labels": "3.8.3-dev.202301271102",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.8.3-dev.202301271102"
|
|
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.
|
|
63
|
-
"@progress/kendo-vue-dropdowns": "3.8.
|
|
64
|
-
"@progress/kendo-vue-form": "3.8.
|
|
65
|
-
"@progress/kendo-vue-intl": "3.8.
|
|
66
|
-
"@progress/kendo-vue-labels": "3.8.
|
|
67
|
-
"@progress/kendo-vue-tooltip": "3.8.
|
|
68
|
-
"@progress/kendo-vue-upload": "3.8.
|
|
62
|
+
"@progress/kendo-vue-buttons": "3.8.3-dev.202301271102",
|
|
63
|
+
"@progress/kendo-vue-dropdowns": "3.8.3-dev.202301271102",
|
|
64
|
+
"@progress/kendo-vue-form": "3.8.3-dev.202301271102",
|
|
65
|
+
"@progress/kendo-vue-intl": "3.8.3-dev.202301271102",
|
|
66
|
+
"@progress/kendo-vue-labels": "3.8.3-dev.202301271102",
|
|
67
|
+
"@progress/kendo-vue-tooltip": "3.8.3-dev.202301271102",
|
|
68
|
+
"@progress/kendo-vue-upload": "3.8.3-dev.202301271102",
|
|
69
69
|
"cldr-core": "^41.0.0",
|
|
70
70
|
"cldr-dates-full": "^41.0.0",
|
|
71
71
|
"cldr-numbers-full": "^41.0.0"
|