@progress/kendo-vue-dropdowns 4.1.1 → 4.2.0

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.
@@ -595,7 +595,7 @@ var MultiSelectTreeVue2 = {
595
595
  id: 'tagslist-' + id
596
596
  },
597
597
  "class": classNames('k-input-values k-chip-list k-selection-multiple', (_b = {}, _b["k-chip-list-".concat(sizeMap[size] || size)] = size, _b['k-readonly'] = this.hasValue, _b))
598
- }, [this.tagsToRenderRef.length > 0 ? h(TagList, {
598
+ }, [this.tagsToRenderRef.length > 0 && h(TagList, {
599
599
  tagRender: tagTemplate,
600
600
  attrs: this.v3 ? undefined : {
601
601
  tagRender: tagTemplate,
@@ -620,7 +620,7 @@ var MultiSelectTreeVue2 = {
620
620
  tagsRounded: rounded,
621
621
  size: size,
622
622
  fillMode: fillMode
623
- }) : h("span", {
623
+ }), h("span", {
624
624
  "class": "k-input-inner",
625
625
  role: 'combobox',
626
626
  attrs: this.v3 ? undefined : {
@@ -634,7 +634,7 @@ var MultiSelectTreeVue2 = {
634
634
  "aria-expanded": this.isOpen,
635
635
  "aria-describedby": 'tagslist-' + id,
636
636
  "aria-label": this.$props.ariaLabelledBy
637
- }, [h("span", {
637
+ }, [this.tagsToRender.length === 0 && h("span", {
638
638
  "class": "k-input-value-text"
639
639
  }, [placeholder])])]), this.$props.loading && h(Icon, {
640
640
  "class": "k-input-loading-icon",
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dropdowns',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1703767687,
8
+ publishDate: 1705504221,
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
  };
@@ -595,7 +595,7 @@ var MultiSelectTreeVue2 = {
595
595
  id: 'tagslist-' + id
596
596
  },
597
597
  "class": classNames('k-input-values k-chip-list k-selection-multiple', (_b = {}, _b["k-chip-list-".concat(sizeMap[size] || size)] = size, _b['k-readonly'] = this.hasValue, _b))
598
- }, [this.tagsToRenderRef.length > 0 ? h(TagList, {
598
+ }, [this.tagsToRenderRef.length > 0 && h(TagList, {
599
599
  tagRender: tagTemplate,
600
600
  attrs: this.v3 ? undefined : {
601
601
  tagRender: tagTemplate,
@@ -620,7 +620,7 @@ var MultiSelectTreeVue2 = {
620
620
  tagsRounded: rounded,
621
621
  size: size,
622
622
  fillMode: fillMode
623
- }) : h("span", {
623
+ }), h("span", {
624
624
  "class": "k-input-inner",
625
625
  role: 'combobox',
626
626
  attrs: this.v3 ? undefined : {
@@ -634,7 +634,7 @@ var MultiSelectTreeVue2 = {
634
634
  "aria-expanded": this.isOpen,
635
635
  "aria-describedby": 'tagslist-' + id,
636
636
  "aria-label": this.$props.ariaLabelledBy
637
- }, [h("span", {
637
+ }, [this.tagsToRender.length === 0 && h("span", {
638
638
  "class": "k-input-value-text"
639
639
  }, [placeholder])])]), this.$props.loading && h(Icon, {
640
640
  "class": "k-input-loading-icon",
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dropdowns',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1703767687,
8
+ publishDate: 1705504221,
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
  };
@@ -601,7 +601,7 @@ var MultiSelectTreeVue2 = {
601
601
  id: 'tagslist-' + id
602
602
  },
603
603
  "class": (0, kendo_vue_common_1.classNames)('k-input-values k-chip-list k-selection-multiple', (_b = {}, _b["k-chip-list-".concat(sizeMap[size] || size)] = size, _b['k-readonly'] = this.hasValue, _b))
604
- }, [this.tagsToRenderRef.length > 0 ? h(TagList_1.TagList, {
604
+ }, [this.tagsToRenderRef.length > 0 && h(TagList_1.TagList, {
605
605
  tagRender: tagTemplate,
606
606
  attrs: this.v3 ? undefined : {
607
607
  tagRender: tagTemplate,
@@ -626,7 +626,7 @@ var MultiSelectTreeVue2 = {
626
626
  tagsRounded: rounded,
627
627
  size: size,
628
628
  fillMode: fillMode
629
- }) : h("span", {
629
+ }), h("span", {
630
630
  "class": "k-input-inner",
631
631
  role: 'combobox',
632
632
  attrs: this.v3 ? undefined : {
@@ -640,7 +640,7 @@ var MultiSelectTreeVue2 = {
640
640
  "aria-expanded": this.isOpen,
641
641
  "aria-describedby": 'tagslist-' + id,
642
642
  "aria-label": this.$props.ariaLabelledBy
643
- }, [h("span", {
643
+ }, [this.tagsToRender.length === 0 && h("span", {
644
644
  "class": "k-input-value-text"
645
645
  }, [placeholder])])]), this.$props.loading && h(kendo_vue_common_1.Icon, {
646
646
  "class": "k-input-loading-icon",
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-dropdowns',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1703767687,
11
+ publishDate: 1705504221,
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-dropdowns",
3
3
  "description": "Kendo UI for Vue Dropdowns package",
4
- "version": "4.1.1",
4
+ "version": "4.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -54,21 +54,21 @@
54
54
  "vue": "^2.6.12 || ^3.0.2"
55
55
  },
56
56
  "dependencies": {
57
- "@progress/kendo-vue-buttons": "4.1.1",
58
- "@progress/kendo-vue-common": "4.1.1",
59
- "@progress/kendo-vue-layout": "4.1.1",
60
- "@progress/kendo-vue-popup": "4.1.1"
57
+ "@progress/kendo-vue-buttons": "4.2.0",
58
+ "@progress/kendo-vue-common": "4.2.0",
59
+ "@progress/kendo-vue-layout": "4.2.0",
60
+ "@progress/kendo-vue-popup": "4.2.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@progress/kendo-data-query": "^1.5.4",
64
64
  "@progress/kendo-licensing": "^1.3.0",
65
65
  "@progress/kendo-svg-icons": "^2.0.0",
66
- "@progress/kendo-vue-data-tools": "4.1.1",
67
- "@progress/kendo-vue-inputs": "4.1.1",
68
- "@progress/kendo-vue-intl": "4.1.1",
69
- "@progress/kendo-vue-labels": "4.1.1",
70
- "@progress/kendo-vue-layout": "4.1.1",
71
- "@progress/kendo-vue-treeview": "4.1.1"
66
+ "@progress/kendo-vue-data-tools": "4.2.0",
67
+ "@progress/kendo-vue-inputs": "4.2.0",
68
+ "@progress/kendo-vue-intl": "4.2.0",
69
+ "@progress/kendo-vue-labels": "4.2.0",
70
+ "@progress/kendo-vue-layout": "4.2.0",
71
+ "@progress/kendo-vue-treeview": "4.2.0"
72
72
  },
73
73
  "author": "Progress",
74
74
  "license": "SEE LICENSE IN LICENSE.md",