@progress/kendo-vue-inputs 3.0.0-dev.202201180953 → 3.0.0-dev.202201181420
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.
|
@@ -373,7 +373,8 @@ var MaskedTextBoxVue2 = {
|
|
|
373
373
|
title: this.$props.title,
|
|
374
374
|
disabled: this.$props.disabled || undefined,
|
|
375
375
|
readOnly: this.$props.readonly || undefined,
|
|
376
|
-
placeholder: this.$props.placeholder
|
|
376
|
+
placeholder: this.$props.placeholder,
|
|
377
|
+
required: this.$props.required
|
|
377
378
|
},
|
|
378
379
|
autoComplete: "off",
|
|
379
380
|
autoCorrect: "off",
|
|
@@ -394,6 +395,7 @@ var MaskedTextBoxVue2 = {
|
|
|
394
395
|
disabled: this.$props.disabled || undefined,
|
|
395
396
|
readOnly: this.$props.readonly || undefined,
|
|
396
397
|
placeholder: this.$props.placeholder,
|
|
398
|
+
required: this.$props.required,
|
|
397
399
|
ref: this.v3 ? function (el) {
|
|
398
400
|
_this.inputRef = el;
|
|
399
401
|
} : 'input',
|
|
@@ -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: 1642514904,
|
|
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
|
};
|
|
@@ -385,7 +385,8 @@ var MaskedTextBoxVue2 = {
|
|
|
385
385
|
title: this.$props.title,
|
|
386
386
|
disabled: this.$props.disabled || undefined,
|
|
387
387
|
readOnly: this.$props.readonly || undefined,
|
|
388
|
-
placeholder: this.$props.placeholder
|
|
388
|
+
placeholder: this.$props.placeholder,
|
|
389
|
+
required: this.$props.required
|
|
389
390
|
},
|
|
390
391
|
autoComplete: "off",
|
|
391
392
|
autoCorrect: "off",
|
|
@@ -406,6 +407,7 @@ var MaskedTextBoxVue2 = {
|
|
|
406
407
|
disabled: this.$props.disabled || undefined,
|
|
407
408
|
readOnly: this.$props.readonly || undefined,
|
|
408
409
|
placeholder: this.$props.placeholder,
|
|
410
|
+
required: this.$props.required,
|
|
409
411
|
ref: this.v3 ? function (el) {
|
|
410
412
|
_this.inputRef = el;
|
|
411
413
|
} : 'input',
|
|
@@ -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: 1642514904,
|
|
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.0.0-dev.
|
|
4
|
+
"version": "3.0.0-dev.202201181420",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"vue": "^2.6.12 || ^3.0.2"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@progress/kendo-vue-buttons": "3.0.0-dev.
|
|
42
|
-
"@progress/kendo-vue-common": "3.0.0-dev.
|
|
43
|
-
"@progress/kendo-vue-labels": "3.0.0-dev.
|
|
44
|
-
"@progress/kendo-vue-popup": "3.0.0-dev.
|
|
41
|
+
"@progress/kendo-vue-buttons": "3.0.0-dev.202201181420",
|
|
42
|
+
"@progress/kendo-vue-common": "3.0.0-dev.202201181420",
|
|
43
|
+
"@progress/kendo-vue-labels": "3.0.0-dev.202201181420",
|
|
44
|
+
"@progress/kendo-vue-popup": "3.0.0-dev.202201181420"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@progress/kendo-data-query": "^1.5.5",
|
|
48
48
|
"@progress/kendo-date-math": "^1.5.4",
|
|
49
49
|
"@progress/kendo-drawing": "^1.8.0",
|
|
50
50
|
"@progress/kendo-licensing": "^1.1.0",
|
|
51
|
-
"@progress/kendo-vue-buttons": "3.0.0-dev.
|
|
52
|
-
"@progress/kendo-vue-form": "3.0.0-dev.
|
|
53
|
-
"@progress/kendo-vue-intl": "3.0.0-dev.
|
|
54
|
-
"@progress/kendo-vue-labels": "3.0.0-dev.
|
|
55
|
-
"@progress/kendo-vue-tooltip": "3.0.0-dev.
|
|
51
|
+
"@progress/kendo-vue-buttons": "3.0.0-dev.202201181420",
|
|
52
|
+
"@progress/kendo-vue-form": "3.0.0-dev.202201181420",
|
|
53
|
+
"@progress/kendo-vue-intl": "3.0.0-dev.202201181420",
|
|
54
|
+
"@progress/kendo-vue-labels": "3.0.0-dev.202201181420",
|
|
55
|
+
"@progress/kendo-vue-tooltip": "3.0.0-dev.202201181420",
|
|
56
56
|
"cldr-core": "^34.0.0",
|
|
57
57
|
"cldr-dates-full": "^34.0.0",
|
|
58
58
|
"cldr-numbers-full": "^34.0.0"
|