@progress/kendo-vue-listbox 3.11.0 → 3.11.1-dev.202307111135

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.
@@ -94,14 +94,14 @@ var ListBoxToolbarVue2 = {
94
94
  "data-command": currentTool.name,
95
95
  title: title,
96
96
  "aria-label": title,
97
- icon: this.isRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
98
- svgIcon: this.isRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon
97
+ icon: this.currentRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
98
+ svgIcon: this.currentRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon
99
99
  },
100
100
  "data-command": currentTool.name,
101
101
  title: title,
102
102
  "aria-label": title,
103
- icon: this.isRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
104
- svgIcon: this.isRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon,
103
+ icon: this.currentRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
104
+ svgIcon: this.currentRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon,
105
105
  onClick: function onClick(e) {
106
106
  e.preventDefault();
107
107
  _this.handleToolClick(e, currentTool.name || null);
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-listbox',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1686052816,
8
+ publishDate: 1689075086,
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
  };
@@ -94,14 +94,14 @@ var ListBoxToolbarVue2 = {
94
94
  "data-command": currentTool.name,
95
95
  title: title,
96
96
  "aria-label": title,
97
- icon: this.isRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
98
- svgIcon: this.isRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon
97
+ icon: this.currentRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
98
+ svgIcon: this.currentRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon
99
99
  },
100
100
  "data-command": currentTool.name,
101
101
  title: title,
102
102
  "aria-label": title,
103
- icon: this.isRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
104
- svgIcon: this.isRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon,
103
+ icon: this.currentRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
104
+ svgIcon: this.currentRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon,
105
105
  onClick: function onClick(e) {
106
106
  e.preventDefault();
107
107
  _this.handleToolClick(e, currentTool.name || null);
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-listbox',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1686052816,
8
+ publishDate: 1689075086,
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
  };
@@ -100,14 +100,14 @@ var ListBoxToolbarVue2 = {
100
100
  "data-command": currentTool.name,
101
101
  title: title,
102
102
  "aria-label": title,
103
- icon: this.isRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
104
- svgIcon: this.isRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon
103
+ icon: this.currentRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
104
+ svgIcon: this.currentRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon
105
105
  },
106
106
  "data-command": currentTool.name,
107
107
  title: title,
108
108
  "aria-label": title,
109
- icon: this.isRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
110
- svgIcon: this.isRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon,
109
+ icon: this.currentRtl ? this.getRtlFontIcon(currentTool.iconName) : currentTool.iconName,
110
+ svgIcon: this.currentRtl ? this.getRtlSvgIcon(currentTool.svgIcon) : currentTool.svgIcon,
111
111
  onClick: function onClick(e) {
112
112
  e.preventDefault();
113
113
  _this.handleToolClick(e, currentTool.name || null);
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-listbox',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1686052816,
11
+ publishDate: 1689075086,
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-listbox",
3
- "version": "3.11.0",
3
+ "version": "3.11.1-dev.202307111135",
4
4
  "description": "Vue ListBox enables you to display a list of items and manage the data between multiple lists. Kendo UI for Vue ListBox package",
5
5
  "repository": {
6
6
  "type": "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/listbox/.*",
15
21
  "start": "gulp start",
@@ -36,13 +42,13 @@
36
42
  "vue": "^2.6.12 || ^3.0.2"
37
43
  },
38
44
  "dependencies": {
39
- "@progress/kendo-vue-common": "3.11.0"
45
+ "@progress/kendo-vue-common": "3.11.1-dev.202307111135"
40
46
  },
41
47
  "devDependencies": {
42
48
  "@progress/kendo-licensing": "^1.3.0",
43
49
  "@progress/kendo-svg-icons": "^1.0.0",
44
- "@progress/kendo-vue-buttons": "3.11.0",
45
- "@progress/kendo-vue-intl": "3.11.0"
50
+ "@progress/kendo-vue-buttons": "3.11.1-dev.202307111135",
51
+ "@progress/kendo-vue-intl": "3.11.1-dev.202307111135"
46
52
  },
47
53
  "@progress": {
48
54
  "friendlyName": "ListBox",