@progress/kendo-vue-dropdowns 3.5.1-dev.202208100944 → 3.5.1-dev.202208110751

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.
@@ -1055,15 +1055,7 @@ var DropDownListVue2 = {
1055
1055
  fillMode: fillMode,
1056
1056
  rounded: null,
1057
1057
  "class": 'k-input-button',
1058
- iconClass: classNames('k-icon k-i-arrow-s', iconClassName),
1059
- onMousedown: function onMousedown(e) {
1060
- return e.preventDefault();
1061
- },
1062
- on: this.v3 ? undefined : {
1063
- "mousedown": function onMousedown(e) {
1064
- return e.preventDefault();
1065
- }
1066
- }
1058
+ iconClass: classNames('k-icon k-i-arrow-s', iconClassName)
1067
1059
  }), dummySelect.call(this, value), renderListContainer.call(this)]);
1068
1060
  return label ? h("span", {
1069
1061
  "class": this.spanClassNames,
@@ -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: 1660123787,
8
+ publishDate: 1660203412,
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
  };
@@ -1055,15 +1055,7 @@ var DropDownListVue2 = {
1055
1055
  fillMode: fillMode,
1056
1056
  rounded: null,
1057
1057
  "class": 'k-input-button',
1058
- iconClass: classNames('k-icon k-i-arrow-s', iconClassName),
1059
- onMousedown: function onMousedown(e) {
1060
- return e.preventDefault();
1061
- },
1062
- on: this.v3 ? undefined : {
1063
- "mousedown": function onMousedown(e) {
1064
- return e.preventDefault();
1065
- }
1066
- }
1058
+ iconClass: classNames('k-icon k-i-arrow-s', iconClassName)
1067
1059
  }), dummySelect.call(this, value), renderListContainer.call(this)]);
1068
1060
  return label ? h("span", {
1069
1061
  "class": this.spanClassNames,
@@ -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: 1660123787,
8
+ publishDate: 1660203412,
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
  };
@@ -1072,15 +1072,7 @@ var DropDownListVue2 = {
1072
1072
  fillMode: fillMode,
1073
1073
  rounded: null,
1074
1074
  "class": 'k-input-button',
1075
- iconClass: (0, kendo_vue_common_1.classNames)('k-icon k-i-arrow-s', iconClassName),
1076
- onMousedown: function onMousedown(e) {
1077
- return e.preventDefault();
1078
- },
1079
- on: this.v3 ? undefined : {
1080
- "mousedown": function onMousedown(e) {
1081
- return e.preventDefault();
1082
- }
1083
- }
1075
+ iconClass: (0, kendo_vue_common_1.classNames)('k-icon k-i-arrow-s', iconClassName)
1084
1076
  }), dummySelect.call(this, value), renderListContainer.call(this)]);
1085
1077
  return label ? h("span", {
1086
1078
  "class": this.spanClassNames,
@@ -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: 1660123787,
11
+ publishDate: 1660203412,
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.5.1-dev.202208100944",
4
+ "version": "3.5.1-dev.202208110751",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -10,6 +10,12 @@
10
10
  "types": "dist/npm/main.d.ts",
11
11
  "module": "dist/es/main.js",
12
12
  "jsnext:main": "dist/es/main.js",
13
+ "exports": {
14
+ "node": "./dist/esm/main.js",
15
+ "import": "./dist/es/main.js",
16
+ "require": "./dist/npm/main.js",
17
+ "default": "./dist/npm/main.js"
18
+ },
13
19
  "scripts": {
14
20
  "test": "cd ../../ && npm run test -- --testPathPattern=/packages/dropdowns/.*",
15
21
  "start": "gulp start",
@@ -43,14 +49,14 @@
43
49
  "vue": "^2.6.12 || ^3.0.2"
44
50
  },
45
51
  "dependencies": {
46
- "@progress/kendo-vue-buttons": "3.5.1-dev.202208100944",
47
- "@progress/kendo-vue-common": "3.5.1-dev.202208100944",
48
- "@progress/kendo-vue-popup": "3.5.1-dev.202208100944"
52
+ "@progress/kendo-vue-buttons": "3.5.1-dev.202208110751",
53
+ "@progress/kendo-vue-common": "3.5.1-dev.202208110751",
54
+ "@progress/kendo-vue-popup": "3.5.1-dev.202208110751"
49
55
  },
50
56
  "devDependencies": {
51
57
  "@progress/kendo-data-query": "^1.5.4",
52
58
  "@progress/kendo-licensing": "^1.1.0",
53
- "@progress/kendo-vue-intl": "3.5.1-dev.202208100944"
59
+ "@progress/kendo-vue-intl": "3.5.1-dev.202208110751"
54
60
  },
55
61
  "author": "Progress",
56
62
  "license": "SEE LICENSE IN LICENSE.md",