@progress/kendo-vue-dropdowns 3.7.1 → 3.7.2

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.
@@ -796,6 +796,7 @@ var MultiSelectVue2 = {
796
796
  }
797
797
  },
798
798
  render: function render(createElement) {
799
+ var _this4 = this;
799
800
  var _a;
800
801
  var h = gh || createElement;
801
802
  var _b = this.$props,
@@ -1090,7 +1091,7 @@ var MultiSelectVue2 = {
1090
1091
  },
1091
1092
  onClick: this.handleWrapperClick,
1092
1093
  onMousedown: preventDefaultNonInputs
1093
- }, [tagsToRender.length > 0 &&
1094
+ }, [
1094
1095
  // @ts-ignore function children
1095
1096
  h(TagList, {
1096
1097
  removeTagIcon: removeTagIcon,
@@ -1119,7 +1120,9 @@ var MultiSelectVue2 = {
1119
1120
  focused: focusedTag ? tagsToRender.find(function (t) {
1120
1121
  return matchTags(t, focusedTag, dataItemKey);
1121
1122
  }) : undefined
1122
- }), renderSearchBar.call(this, id), renderClearButton.call(this, clearButton), renderLoading.call(this, loading), renderListContainer.call(this)]);
1123
+ }, this.v3 ? function () {
1124
+ return [renderSearchBar.call(_this4, id)];
1125
+ } : [renderSearchBar.call(_this4, id)]), renderClearButton.call(this, clearButton), renderLoading.call(this, loading), renderListContainer.call(this)]);
1123
1126
  return label ? h("span", {
1124
1127
  "class": this.spanClassNames,
1125
1128
  dir: this.$props.dir,
@@ -11,7 +11,7 @@ var __assign = this && this.__assign || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  // @ts-ignore
14
- import { getTemplate, kendoThemeMaps } from '@progress/kendo-vue-common';
14
+ import { getDefaultSlots, getTemplate, kendoThemeMaps } from '@progress/kendo-vue-common';
15
15
  import * as Vue from 'vue';
16
16
  var allVue = Vue;
17
17
  var gh = allVue.h;
@@ -83,6 +83,7 @@ var TagListVue2 = {
83
83
  },
84
84
  render: function render(createElement) {
85
85
  var h = gh || createElement;
86
+ var defaultSlot = getDefaultSlots(this);
86
87
  var _a = this.$props,
87
88
  dataItems = _a.dataItems,
88
89
  guid = _a.guid,
@@ -151,7 +152,7 @@ var TagListVue2 = {
151
152
  tagdelete: this.onTagDelete
152
153
  }
153
154
  });
154
- }, this)]);
155
+ }, this), defaultSlot]);
155
156
  }
156
157
  };
157
158
  /**
@@ -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: 1666777787,
8
+ publishDate: 1667289883,
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
  };
@@ -796,6 +796,7 @@ var MultiSelectVue2 = {
796
796
  }
797
797
  },
798
798
  render: function render(createElement) {
799
+ var _this4 = this;
799
800
  var _a;
800
801
  var h = gh || createElement;
801
802
  var _b = this.$props,
@@ -1090,7 +1091,7 @@ var MultiSelectVue2 = {
1090
1091
  },
1091
1092
  onClick: this.handleWrapperClick,
1092
1093
  onMousedown: preventDefaultNonInputs
1093
- }, [tagsToRender.length > 0 &&
1094
+ }, [
1094
1095
  // @ts-ignore function children
1095
1096
  h(TagList, {
1096
1097
  removeTagIcon: removeTagIcon,
@@ -1119,7 +1120,9 @@ var MultiSelectVue2 = {
1119
1120
  focused: focusedTag ? tagsToRender.find(function (t) {
1120
1121
  return matchTags(t, focusedTag, dataItemKey);
1121
1122
  }) : undefined
1122
- }), renderSearchBar.call(this, id), renderClearButton.call(this, clearButton), renderLoading.call(this, loading), renderListContainer.call(this)]);
1123
+ }, this.v3 ? function () {
1124
+ return [renderSearchBar.call(_this4, id)];
1125
+ } : [renderSearchBar.call(_this4, id)]), renderClearButton.call(this, clearButton), renderLoading.call(this, loading), renderListContainer.call(this)]);
1123
1126
  return label ? h("span", {
1124
1127
  "class": this.spanClassNames,
1125
1128
  dir: this.$props.dir,
@@ -11,7 +11,7 @@ var __assign = this && this.__assign || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  // @ts-ignore
14
- import { getTemplate, kendoThemeMaps } from '@progress/kendo-vue-common';
14
+ import { getDefaultSlots, getTemplate, kendoThemeMaps } from '@progress/kendo-vue-common';
15
15
  import * as Vue from 'vue';
16
16
  var allVue = Vue;
17
17
  var gh = allVue.h;
@@ -83,6 +83,7 @@ var TagListVue2 = {
83
83
  },
84
84
  render: function render(createElement) {
85
85
  var h = gh || createElement;
86
+ var defaultSlot = getDefaultSlots(this);
86
87
  var _a = this.$props,
87
88
  dataItems = _a.dataItems,
88
89
  guid = _a.guid,
@@ -151,7 +152,7 @@ var TagListVue2 = {
151
152
  tagdelete: this.onTagDelete
152
153
  }
153
154
  });
154
- }, this)]);
155
+ }, this), defaultSlot]);
155
156
  }
156
157
  };
157
158
  /**
@@ -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: 1666777787,
8
+ publishDate: 1667289883,
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
  };
@@ -802,6 +802,7 @@ var MultiSelectVue2 = {
802
802
  }
803
803
  },
804
804
  render: function render(createElement) {
805
+ var _this4 = this;
805
806
  var _a;
806
807
  var h = gh || createElement;
807
808
  var _b = this.$props,
@@ -1096,7 +1097,7 @@ var MultiSelectVue2 = {
1096
1097
  },
1097
1098
  onClick: this.handleWrapperClick,
1098
1099
  onMousedown: utils_1.preventDefaultNonInputs
1099
- }, [tagsToRender.length > 0 &&
1100
+ }, [
1100
1101
  // @ts-ignore function children
1101
1102
  h(TagList_1.TagList, {
1102
1103
  removeTagIcon: removeTagIcon,
@@ -1125,7 +1126,9 @@ var MultiSelectVue2 = {
1125
1126
  focused: focusedTag ? tagsToRender.find(function (t) {
1126
1127
  return matchTags(t, focusedTag, dataItemKey);
1127
1128
  }) : undefined
1128
- }), renderSearchBar.call(this, id), renderClearButton.call(this, clearButton), renderLoading.call(this, loading), renderListContainer.call(this)]);
1129
+ }, this.v3 ? function () {
1130
+ return [renderSearchBar.call(_this4, id)];
1131
+ } : [renderSearchBar.call(_this4, id)]), renderClearButton.call(this, clearButton), renderLoading.call(this, loading), renderListContainer.call(this)]);
1129
1132
  return label ? h("span", {
1130
1133
  "class": this.spanClassNames,
1131
1134
  dir: this.$props.dir,
@@ -89,6 +89,7 @@ var TagListVue2 = {
89
89
  },
90
90
  render: function render(createElement) {
91
91
  var h = gh || createElement;
92
+ var defaultSlot = (0, kendo_vue_common_1.getDefaultSlots)(this);
92
93
  var _a = this.$props,
93
94
  dataItems = _a.dataItems,
94
95
  guid = _a.guid,
@@ -157,7 +158,7 @@ var TagListVue2 = {
157
158
  tagdelete: this.onTagDelete
158
159
  }
159
160
  });
160
- }, this)]);
161
+ }, this), defaultSlot]);
161
162
  }
162
163
  };
163
164
  exports.TagListVue2 = TagListVue2;
@@ -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: 1666777787,
11
+ publishDate: 1667289883,
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": "3.7.1",
4
+ "version": "3.7.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -49,14 +49,14 @@
49
49
  "vue": "^2.6.12 || ^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-vue-buttons": "3.7.1",
53
- "@progress/kendo-vue-common": "3.7.1",
54
- "@progress/kendo-vue-popup": "3.7.1"
52
+ "@progress/kendo-vue-buttons": "3.7.2",
53
+ "@progress/kendo-vue-common": "3.7.2",
54
+ "@progress/kendo-vue-popup": "3.7.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@progress/kendo-data-query": "^1.5.4",
58
58
  "@progress/kendo-licensing": "^1.1.0",
59
- "@progress/kendo-vue-intl": "3.7.1"
59
+ "@progress/kendo-vue-intl": "3.7.2"
60
60
  },
61
61
  "author": "Progress",
62
62
  "license": "SEE LICENSE IN LICENSE.md",