@progress/kendo-vue-inputs 3.5.4-dev.202209071223 → 3.5.4-dev.202209091220
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/numerictextbox/NumericTextBox.js +0 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/numerictextbox/NumericTextBox.js +0 -2
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/numerictextbox/NumericTextBox.js +0 -2
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +11 -11
|
@@ -555,7 +555,6 @@ var NumericTextBoxVue2 = {
|
|
|
555
555
|
autocomplete: "off",
|
|
556
556
|
autocorrect: "off",
|
|
557
557
|
id: inputId,
|
|
558
|
-
"aria-valuenow": this.$data.currentValue !== null ? this.$data.currentValue : undefined,
|
|
559
558
|
name: this.$props.name
|
|
560
559
|
},
|
|
561
560
|
accesskey: this.$props.accessKey,
|
|
@@ -575,7 +574,6 @@ var NumericTextBoxVue2 = {
|
|
|
575
574
|
domProps: this.v3 ? undefined : {
|
|
576
575
|
"value": this.looseValue
|
|
577
576
|
},
|
|
578
|
-
"aria-valuenow": this.$data.currentValue !== null ? this.$data.currentValue : undefined,
|
|
579
577
|
name: this.$props.name,
|
|
580
578
|
onWheel: this.wheel,
|
|
581
579
|
on: this.v3 ? undefined : {
|
|
@@ -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: 1662725363,
|
|
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
|
};
|
|
@@ -555,7 +555,6 @@ var NumericTextBoxVue2 = {
|
|
|
555
555
|
autocomplete: "off",
|
|
556
556
|
autocorrect: "off",
|
|
557
557
|
id: inputId,
|
|
558
|
-
"aria-valuenow": this.$data.currentValue !== null ? this.$data.currentValue : undefined,
|
|
559
558
|
name: this.$props.name
|
|
560
559
|
},
|
|
561
560
|
accesskey: this.$props.accessKey,
|
|
@@ -575,7 +574,6 @@ var NumericTextBoxVue2 = {
|
|
|
575
574
|
domProps: this.v3 ? undefined : {
|
|
576
575
|
"value": this.looseValue
|
|
577
576
|
},
|
|
578
|
-
"aria-valuenow": this.$data.currentValue !== null ? this.$data.currentValue : undefined,
|
|
579
577
|
name: this.$props.name,
|
|
580
578
|
onWheel: this.wheel,
|
|
581
579
|
on: this.v3 ? undefined : {
|
|
@@ -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: 1662725363,
|
|
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
|
};
|
|
@@ -570,7 +570,6 @@ var NumericTextBoxVue2 = {
|
|
|
570
570
|
autocomplete: "off",
|
|
571
571
|
autocorrect: "off",
|
|
572
572
|
id: inputId,
|
|
573
|
-
"aria-valuenow": this.$data.currentValue !== null ? this.$data.currentValue : undefined,
|
|
574
573
|
name: this.$props.name
|
|
575
574
|
},
|
|
576
575
|
accesskey: this.$props.accessKey,
|
|
@@ -590,7 +589,6 @@ var NumericTextBoxVue2 = {
|
|
|
590
589
|
domProps: this.v3 ? undefined : {
|
|
591
590
|
"value": this.looseValue
|
|
592
591
|
},
|
|
593
|
-
"aria-valuenow": this.$data.currentValue !== null ? this.$data.currentValue : undefined,
|
|
594
592
|
name: this.$props.name,
|
|
595
593
|
onWheel: this.wheel,
|
|
596
594
|
on: this.v3 ? undefined : {
|
|
@@ -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: 1662725363,
|
|
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.5.4-dev.
|
|
4
|
+
"version": "3.5.4-dev.202209091220",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"vue": "^2.6.12 || ^3.0.2"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-vue-buttons": "3.5.4-dev.
|
|
48
|
-
"@progress/kendo-vue-common": "3.5.4-dev.
|
|
49
|
-
"@progress/kendo-vue-labels": "3.5.4-dev.
|
|
50
|
-
"@progress/kendo-vue-popup": "3.5.4-dev.
|
|
47
|
+
"@progress/kendo-vue-buttons": "3.5.4-dev.202209091220",
|
|
48
|
+
"@progress/kendo-vue-common": "3.5.4-dev.202209091220",
|
|
49
|
+
"@progress/kendo-vue-labels": "3.5.4-dev.202209091220",
|
|
50
|
+
"@progress/kendo-vue-popup": "3.5.4-dev.202209091220"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@progress/kendo-data-query": "^1.5.5",
|
|
54
54
|
"@progress/kendo-date-math": "^1.5.4",
|
|
55
55
|
"@progress/kendo-drawing": "^1.8.0",
|
|
56
56
|
"@progress/kendo-licensing": "^1.1.0",
|
|
57
|
-
"@progress/kendo-vue-buttons": "3.5.4-dev.
|
|
58
|
-
"@progress/kendo-vue-dropdowns": "3.5.4-dev.
|
|
59
|
-
"@progress/kendo-vue-form": "3.5.4-dev.
|
|
60
|
-
"@progress/kendo-vue-intl": "3.5.4-dev.
|
|
61
|
-
"@progress/kendo-vue-labels": "3.5.4-dev.
|
|
62
|
-
"@progress/kendo-vue-tooltip": "3.5.4-dev.
|
|
57
|
+
"@progress/kendo-vue-buttons": "3.5.4-dev.202209091220",
|
|
58
|
+
"@progress/kendo-vue-dropdowns": "3.5.4-dev.202209091220",
|
|
59
|
+
"@progress/kendo-vue-form": "3.5.4-dev.202209091220",
|
|
60
|
+
"@progress/kendo-vue-intl": "3.5.4-dev.202209091220",
|
|
61
|
+
"@progress/kendo-vue-labels": "3.5.4-dev.202209091220",
|
|
62
|
+
"@progress/kendo-vue-tooltip": "3.5.4-dev.202209091220",
|
|
63
63
|
"cldr-core": "^41.0.0",
|
|
64
64
|
"cldr-dates-full": "^41.0.0",
|
|
65
65
|
"cldr-numbers-full": "^41.0.0"
|