@progress/kendo-vue-inputs 5.0.0-dev.202405131437 → 5.0.1-dev.202405170657

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.
@@ -511,7 +511,7 @@ var MaskedTextBoxVue2 = {
511
511
  attrs: this.v3 ? undefined : {
512
512
  "for": inputId
513
513
  },
514
- "class": "k-label"
514
+ "class": "k-floating-label"
515
515
  }, [this.$props.label]) : h("span", {
516
516
  "class": "k-label"
517
517
  }, [this.$props.label]) : null]) : wrapper;
@@ -677,7 +677,7 @@ var NumericTextBoxVue2 = {
677
677
  attrs: this.v3 ? undefined : {
678
678
  "for": inputId
679
679
  },
680
- "class": "k-label"
680
+ "class": "k-floating-label"
681
681
  }, [this.$props.label]) : h("span", {
682
682
  "class": "k-label"
683
683
  }, [this.$props.label]) : null]) : numerictextbox;
@@ -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: 1715610422,
8
+ publishDate: 1715928431,
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
  };
@@ -511,7 +511,7 @@ var MaskedTextBoxVue2 = {
511
511
  attrs: this.v3 ? undefined : {
512
512
  "for": inputId
513
513
  },
514
- "class": "k-label"
514
+ "class": "k-floating-label"
515
515
  }, [this.$props.label]) : h("span", {
516
516
  "class": "k-label"
517
517
  }, [this.$props.label]) : null]) : wrapper;
@@ -677,7 +677,7 @@ var NumericTextBoxVue2 = {
677
677
  attrs: this.v3 ? undefined : {
678
678
  "for": inputId
679
679
  },
680
- "class": "k-label"
680
+ "class": "k-floating-label"
681
681
  }, [this.$props.label]) : h("span", {
682
682
  "class": "k-label"
683
683
  }, [this.$props.label]) : null]) : numerictextbox;
@@ -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: 1715610422,
8
+ publishDate: 1715928431,
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
  };
@@ -517,7 +517,7 @@ var MaskedTextBoxVue2 = {
517
517
  attrs: this.v3 ? undefined : {
518
518
  "for": inputId
519
519
  },
520
- "class": "k-label"
520
+ "class": "k-floating-label"
521
521
  }, [this.$props.label]) : h("span", {
522
522
  "class": "k-label"
523
523
  }, [this.$props.label]) : null]) : wrapper;
@@ -683,7 +683,7 @@ var NumericTextBoxVue2 = {
683
683
  attrs: this.v3 ? undefined : {
684
684
  "for": inputId
685
685
  },
686
- "class": "k-label"
686
+ "class": "k-floating-label"
687
687
  }, [this.$props.label]) : h("span", {
688
688
  "class": "k-label"
689
689
  }, [this.$props.label]) : null]) : numerictextbox;
@@ -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: 1715610422,
11
+ publishDate: 1715928431,
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": "5.0.0-dev.202405131437",
4
+ "version": "5.0.1-dev.202405170657",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -47,11 +47,11 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@progress/kendo-inputs-common": "^3.1.0",
50
- "@progress/kendo-vue-buttons": "5.0.0-dev.202405131437",
51
- "@progress/kendo-vue-common": "5.0.0-dev.202405131437",
52
- "@progress/kendo-vue-dialogs": "5.0.0-dev.202405131437",
53
- "@progress/kendo-vue-labels": "5.0.0-dev.202405131437",
54
- "@progress/kendo-vue-popup": "5.0.0-dev.202405131437"
50
+ "@progress/kendo-vue-buttons": "5.0.1-dev.202405170657",
51
+ "@progress/kendo-vue-common": "5.0.1-dev.202405170657",
52
+ "@progress/kendo-vue-dialogs": "5.0.1-dev.202405170657",
53
+ "@progress/kendo-vue-labels": "5.0.1-dev.202405170657",
54
+ "@progress/kendo-vue-popup": "5.0.1-dev.202405170657"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@progress/kendo-data-query": "^1.5.5",
@@ -60,13 +60,13 @@
60
60
  "@progress/kendo-file-saver": "^1.1.1",
61
61
  "@progress/kendo-licensing": "^1.3.0",
62
62
  "@progress/kendo-svg-icons": "^2.0.0",
63
- "@progress/kendo-vue-buttons": "5.0.0-dev.202405131437",
64
- "@progress/kendo-vue-dropdowns": "5.0.0-dev.202405131437",
65
- "@progress/kendo-vue-form": "5.0.0-dev.202405131437",
66
- "@progress/kendo-vue-intl": "5.0.0-dev.202405131437",
67
- "@progress/kendo-vue-labels": "5.0.0-dev.202405131437",
68
- "@progress/kendo-vue-tooltip": "5.0.0-dev.202405131437",
69
- "@progress/kendo-vue-upload": "5.0.0-dev.202405131437",
63
+ "@progress/kendo-vue-buttons": "5.0.1-dev.202405170657",
64
+ "@progress/kendo-vue-dropdowns": "5.0.1-dev.202405170657",
65
+ "@progress/kendo-vue-form": "5.0.1-dev.202405170657",
66
+ "@progress/kendo-vue-intl": "5.0.1-dev.202405170657",
67
+ "@progress/kendo-vue-labels": "5.0.1-dev.202405170657",
68
+ "@progress/kendo-vue-tooltip": "5.0.1-dev.202405170657",
69
+ "@progress/kendo-vue-upload": "5.0.1-dev.202405170657",
70
70
  "cldr-core": "^41.0.0",
71
71
  "cldr-dates-full": "^41.0.0",
72
72
  "cldr-numbers-full": "^41.0.0"