@progress/kendo-vue-dropdowns 3.6.0-dev.202209131316 → 3.6.1-dev.202209141101

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.
@@ -1045,7 +1045,7 @@ var DropDownListVue2 = {
1045
1045
  size: size,
1046
1046
  fillMode: fillMode,
1047
1047
  rounded: null,
1048
- iconClass: classNames('k-icon k-i-caret-alt-down', iconClassName),
1048
+ iconClass: classNames('k-icon', iconClassName ? iconClassName : 'k-i-caret-alt-down'),
1049
1049
  "aria-hidden": true
1050
1050
  },
1051
1051
  tabIndex: -1,
@@ -1053,7 +1053,7 @@ var DropDownListVue2 = {
1053
1053
  fillMode: fillMode,
1054
1054
  rounded: null,
1055
1055
  "class": 'k-input-button',
1056
- iconClass: classNames('k-icon k-i-caret-alt-down', iconClassName),
1056
+ iconClass: classNames('k-icon', iconClassName ? iconClassName : 'k-i-caret-alt-down'),
1057
1057
  "aria-hidden": true
1058
1058
  }), dummySelect.call(this, value), renderListContainer.call(this)]);
1059
1059
  return label ? h("span", {
@@ -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: 1663074257,
8
+ publishDate: 1663152521,
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
  };
@@ -1045,7 +1045,7 @@ var DropDownListVue2 = {
1045
1045
  size: size,
1046
1046
  fillMode: fillMode,
1047
1047
  rounded: null,
1048
- iconClass: classNames('k-icon k-i-caret-alt-down', iconClassName),
1048
+ iconClass: classNames('k-icon', iconClassName ? iconClassName : 'k-i-caret-alt-down'),
1049
1049
  "aria-hidden": true
1050
1050
  },
1051
1051
  tabIndex: -1,
@@ -1053,7 +1053,7 @@ var DropDownListVue2 = {
1053
1053
  fillMode: fillMode,
1054
1054
  rounded: null,
1055
1055
  "class": 'k-input-button',
1056
- iconClass: classNames('k-icon k-i-caret-alt-down', iconClassName),
1056
+ iconClass: classNames('k-icon', iconClassName ? iconClassName : 'k-i-caret-alt-down'),
1057
1057
  "aria-hidden": true
1058
1058
  }), dummySelect.call(this, value), renderListContainer.call(this)]);
1059
1059
  return label ? h("span", {
@@ -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: 1663074257,
8
+ publishDate: 1663152521,
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
  };
@@ -1062,7 +1062,7 @@ var DropDownListVue2 = {
1062
1062
  size: size,
1063
1063
  fillMode: fillMode,
1064
1064
  rounded: null,
1065
- iconClass: (0, kendo_vue_common_1.classNames)('k-icon k-i-caret-alt-down', iconClassName),
1065
+ iconClass: (0, kendo_vue_common_1.classNames)('k-icon', iconClassName ? iconClassName : 'k-i-caret-alt-down'),
1066
1066
  "aria-hidden": true
1067
1067
  },
1068
1068
  tabIndex: -1,
@@ -1070,7 +1070,7 @@ var DropDownListVue2 = {
1070
1070
  fillMode: fillMode,
1071
1071
  rounded: null,
1072
1072
  "class": 'k-input-button',
1073
- iconClass: (0, kendo_vue_common_1.classNames)('k-icon k-i-caret-alt-down', iconClassName),
1073
+ iconClass: (0, kendo_vue_common_1.classNames)('k-icon', iconClassName ? iconClassName : 'k-i-caret-alt-down'),
1074
1074
  "aria-hidden": true
1075
1075
  }), dummySelect.call(this, value), renderListContainer.call(this)]);
1076
1076
  return label ? h("span", {
@@ -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: 1663074257,
11
+ publishDate: 1663152521,
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.6.0-dev.202209131316",
4
+ "version": "3.6.1-dev.202209141101",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -45,18 +45,18 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@progress/kendo-licensing": "^1.1.0",
48
- "@progress/kendo-vue-intl": "^3.2.0",
48
+ "@progress/kendo-vue-intl": "^3.6.0",
49
49
  "vue": "^2.6.12 || ^3.0.2"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-vue-buttons": "3.6.0-dev.202209131316",
53
- "@progress/kendo-vue-common": "3.6.0-dev.202209131316",
54
- "@progress/kendo-vue-popup": "3.6.0-dev.202209131316"
52
+ "@progress/kendo-vue-buttons": "3.6.1-dev.202209141101",
53
+ "@progress/kendo-vue-common": "3.6.1-dev.202209141101",
54
+ "@progress/kendo-vue-popup": "3.6.1-dev.202209141101"
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.6.0-dev.202209131316"
59
+ "@progress/kendo-vue-intl": "3.6.1-dev.202209141101"
60
60
  },
61
61
  "author": "Progress",
62
62
  "license": "SEE LICENSE IN LICENSE.md",