@progress/kendo-vue-inputs 3.9.2 → 3.9.3-dev.202304071437
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.js +6 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/radiobutton/RadioButton.js +1 -0
- package/dist/es/textbox/TextBox.js +6 -1
- package/dist/esm/input/Input.js +6 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/radiobutton/RadioButton.js +1 -0
- package/dist/esm/textbox/TextBox.js +6 -1
- package/dist/npm/input/Input.js +6 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/radiobutton/RadioButton.js +1 -0
- package/dist/npm/textbox/TextBox.js +6 -1
- package/package.json +13 -13
package/dist/es/input/Input.js
CHANGED
|
@@ -44,7 +44,10 @@ var InputVue2 = {
|
|
|
44
44
|
type: [String, Number],
|
|
45
45
|
default: undefined
|
|
46
46
|
},
|
|
47
|
-
disabled:
|
|
47
|
+
disabled: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: undefined
|
|
50
|
+
},
|
|
48
51
|
defaultValue: {
|
|
49
52
|
type: [String, Number],
|
|
50
53
|
default: ''
|
|
@@ -169,6 +172,7 @@ var InputVue2 = {
|
|
|
169
172
|
placeholder: this.$props.placeholder,
|
|
170
173
|
id: inputId,
|
|
171
174
|
required: required,
|
|
175
|
+
disabled: this.$props.disabled,
|
|
172
176
|
value: this.computedValue
|
|
173
177
|
}),
|
|
174
178
|
attrs: this.v3 ? undefined : __assign(__assign({}, this.$attrs), {
|
|
@@ -182,6 +186,7 @@ var InputVue2 = {
|
|
|
182
186
|
ariaLabelledby: ariaLabelledBy,
|
|
183
187
|
ariaDescribedby: ariaDescribedBy,
|
|
184
188
|
ariaDisabled: this.$props.disabled,
|
|
189
|
+
disabled: this.$props.disabled,
|
|
185
190
|
value: this.computedValue,
|
|
186
191
|
class: this.inputInnerClass,
|
|
187
192
|
ref: this.v3 ? function (el) {
|
|
@@ -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: 1680877681,
|
|
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
|
};
|
|
@@ -44,7 +44,10 @@ var TextBoxVue2 = {
|
|
|
44
44
|
type: [String, Number],
|
|
45
45
|
default: undefined
|
|
46
46
|
},
|
|
47
|
-
disabled:
|
|
47
|
+
disabled: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: undefined
|
|
50
|
+
},
|
|
48
51
|
defaultValue: {
|
|
49
52
|
type: [String, Number],
|
|
50
53
|
default: ''
|
|
@@ -169,6 +172,7 @@ var TextBoxVue2 = {
|
|
|
169
172
|
placeholder: this.$props.placeholder,
|
|
170
173
|
id: inputId,
|
|
171
174
|
required: required,
|
|
175
|
+
disabled: this.$props.disabled,
|
|
172
176
|
value: this.computedValue
|
|
173
177
|
}),
|
|
174
178
|
attrs: this.v3 ? undefined : __assign(__assign({}, this.$attrs), {
|
|
@@ -182,6 +186,7 @@ var TextBoxVue2 = {
|
|
|
182
186
|
ariaLabelledby: ariaLabelledBy,
|
|
183
187
|
ariaDescribedby: ariaDescribedBy,
|
|
184
188
|
ariaDisabled: this.$props.disabled,
|
|
189
|
+
disabled: this.$props.disabled,
|
|
185
190
|
value: this.computedValue,
|
|
186
191
|
class: this.inputInnerClass,
|
|
187
192
|
ref: this.v3 ? function (el) {
|
package/dist/esm/input/Input.js
CHANGED
|
@@ -44,7 +44,10 @@ var InputVue2 = {
|
|
|
44
44
|
type: [String, Number],
|
|
45
45
|
default: undefined
|
|
46
46
|
},
|
|
47
|
-
disabled:
|
|
47
|
+
disabled: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: undefined
|
|
50
|
+
},
|
|
48
51
|
defaultValue: {
|
|
49
52
|
type: [String, Number],
|
|
50
53
|
default: ''
|
|
@@ -169,6 +172,7 @@ var InputVue2 = {
|
|
|
169
172
|
placeholder: this.$props.placeholder,
|
|
170
173
|
id: inputId,
|
|
171
174
|
required: required,
|
|
175
|
+
disabled: this.$props.disabled,
|
|
172
176
|
value: this.computedValue
|
|
173
177
|
}),
|
|
174
178
|
attrs: this.v3 ? undefined : __assign(__assign({}, this.$attrs), {
|
|
@@ -182,6 +186,7 @@ var InputVue2 = {
|
|
|
182
186
|
ariaLabelledby: ariaLabelledBy,
|
|
183
187
|
ariaDescribedby: ariaDescribedBy,
|
|
184
188
|
ariaDisabled: this.$props.disabled,
|
|
189
|
+
disabled: this.$props.disabled,
|
|
185
190
|
value: this.computedValue,
|
|
186
191
|
class: this.inputInnerClass,
|
|
187
192
|
ref: this.v3 ? function (el) {
|
|
@@ -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: 1680877681,
|
|
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
|
};
|
|
@@ -44,7 +44,10 @@ var TextBoxVue2 = {
|
|
|
44
44
|
type: [String, Number],
|
|
45
45
|
default: undefined
|
|
46
46
|
},
|
|
47
|
-
disabled:
|
|
47
|
+
disabled: {
|
|
48
|
+
type: Boolean,
|
|
49
|
+
default: undefined
|
|
50
|
+
},
|
|
48
51
|
defaultValue: {
|
|
49
52
|
type: [String, Number],
|
|
50
53
|
default: ''
|
|
@@ -169,6 +172,7 @@ var TextBoxVue2 = {
|
|
|
169
172
|
placeholder: this.$props.placeholder,
|
|
170
173
|
id: inputId,
|
|
171
174
|
required: required,
|
|
175
|
+
disabled: this.$props.disabled,
|
|
172
176
|
value: this.computedValue
|
|
173
177
|
}),
|
|
174
178
|
attrs: this.v3 ? undefined : __assign(__assign({}, this.$attrs), {
|
|
@@ -182,6 +186,7 @@ var TextBoxVue2 = {
|
|
|
182
186
|
ariaLabelledby: ariaLabelledBy,
|
|
183
187
|
ariaDescribedby: ariaDescribedBy,
|
|
184
188
|
ariaDisabled: this.$props.disabled,
|
|
189
|
+
disabled: this.$props.disabled,
|
|
185
190
|
value: this.computedValue,
|
|
186
191
|
class: this.inputInnerClass,
|
|
187
192
|
ref: this.v3 ? function (el) {
|
package/dist/npm/input/Input.js
CHANGED
|
@@ -50,7 +50,10 @@ var InputVue2 = {
|
|
|
50
50
|
type: [String, Number],
|
|
51
51
|
default: undefined
|
|
52
52
|
},
|
|
53
|
-
disabled:
|
|
53
|
+
disabled: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: undefined
|
|
56
|
+
},
|
|
54
57
|
defaultValue: {
|
|
55
58
|
type: [String, Number],
|
|
56
59
|
default: ''
|
|
@@ -175,6 +178,7 @@ var InputVue2 = {
|
|
|
175
178
|
placeholder: this.$props.placeholder,
|
|
176
179
|
id: inputId,
|
|
177
180
|
required: required,
|
|
181
|
+
disabled: this.$props.disabled,
|
|
178
182
|
value: this.computedValue
|
|
179
183
|
}),
|
|
180
184
|
attrs: this.v3 ? undefined : __assign(__assign({}, this.$attrs), {
|
|
@@ -188,6 +192,7 @@ var InputVue2 = {
|
|
|
188
192
|
ariaLabelledby: ariaLabelledBy,
|
|
189
193
|
ariaDescribedby: ariaDescribedBy,
|
|
190
194
|
ariaDisabled: this.$props.disabled,
|
|
195
|
+
disabled: this.$props.disabled,
|
|
191
196
|
value: this.computedValue,
|
|
192
197
|
class: this.inputInnerClass,
|
|
193
198
|
ref: this.v3 ? function (el) {
|
|
@@ -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: 1680877681,
|
|
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
|
};
|
|
@@ -50,7 +50,10 @@ var TextBoxVue2 = {
|
|
|
50
50
|
type: [String, Number],
|
|
51
51
|
default: undefined
|
|
52
52
|
},
|
|
53
|
-
disabled:
|
|
53
|
+
disabled: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: undefined
|
|
56
|
+
},
|
|
54
57
|
defaultValue: {
|
|
55
58
|
type: [String, Number],
|
|
56
59
|
default: ''
|
|
@@ -175,6 +178,7 @@ var TextBoxVue2 = {
|
|
|
175
178
|
placeholder: this.$props.placeholder,
|
|
176
179
|
id: inputId,
|
|
177
180
|
required: required,
|
|
181
|
+
disabled: this.$props.disabled,
|
|
178
182
|
value: this.computedValue
|
|
179
183
|
}),
|
|
180
184
|
attrs: this.v3 ? undefined : __assign(__assign({}, this.$attrs), {
|
|
@@ -188,6 +192,7 @@ var TextBoxVue2 = {
|
|
|
188
192
|
ariaLabelledby: ariaLabelledBy,
|
|
189
193
|
ariaDescribedby: ariaDescribedBy,
|
|
190
194
|
ariaDisabled: this.$props.disabled,
|
|
195
|
+
disabled: this.$props.disabled,
|
|
191
196
|
value: this.computedValue,
|
|
192
197
|
class: this.inputInnerClass,
|
|
193
198
|
ref: this.v3 ? function (el) {
|
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.9.
|
|
4
|
+
"version": "3.9.3-dev.202304071437",
|
|
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.9.
|
|
50
|
-
"@progress/kendo-vue-common": "3.9.
|
|
51
|
-
"@progress/kendo-vue-dialogs": "3.9.
|
|
52
|
-
"@progress/kendo-vue-labels": "3.9.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.9.
|
|
49
|
+
"@progress/kendo-vue-buttons": "3.9.3-dev.202304071437",
|
|
50
|
+
"@progress/kendo-vue-common": "3.9.3-dev.202304071437",
|
|
51
|
+
"@progress/kendo-vue-dialogs": "3.9.3-dev.202304071437",
|
|
52
|
+
"@progress/kendo-vue-labels": "3.9.3-dev.202304071437",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.9.3-dev.202304071437"
|
|
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.9.
|
|
63
|
-
"@progress/kendo-vue-dropdowns": "3.9.
|
|
64
|
-
"@progress/kendo-vue-form": "3.9.
|
|
65
|
-
"@progress/kendo-vue-intl": "3.9.
|
|
66
|
-
"@progress/kendo-vue-labels": "3.9.
|
|
67
|
-
"@progress/kendo-vue-tooltip": "3.9.
|
|
68
|
-
"@progress/kendo-vue-upload": "3.9.
|
|
62
|
+
"@progress/kendo-vue-buttons": "3.9.3-dev.202304071437",
|
|
63
|
+
"@progress/kendo-vue-dropdowns": "3.9.3-dev.202304071437",
|
|
64
|
+
"@progress/kendo-vue-form": "3.9.3-dev.202304071437",
|
|
65
|
+
"@progress/kendo-vue-intl": "3.9.3-dev.202304071437",
|
|
66
|
+
"@progress/kendo-vue-labels": "3.9.3-dev.202304071437",
|
|
67
|
+
"@progress/kendo-vue-tooltip": "3.9.3-dev.202304071437",
|
|
68
|
+
"@progress/kendo-vue-upload": "3.9.3-dev.202304071437",
|
|
69
69
|
"cldr-core": "^41.0.0",
|
|
70
70
|
"cldr-dates-full": "^41.0.0",
|
|
71
71
|
"cldr-numbers-full": "^41.0.0"
|