@progress/kendo-vue-dropdowns 3.9.2 → 3.9.3-dev.202304060656

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.
@@ -29,6 +29,7 @@ var stopPropagation = function stopPropagation(event) {
29
29
  */
30
30
  var TagListVue2 = {
31
31
  name: 'TagList',
32
+ inheritAttrs: false,
32
33
  props: {
33
34
  removeTagIcon: String,
34
35
  dataItems: Array,
@@ -21,7 +21,8 @@ import { getItemValue } from './utils';
21
21
  * @hidden
22
22
  */
23
23
  var ListItemVue2 = {
24
- name: 'list-item',
24
+ name: 'KendoListItem',
25
+ inheritAttrs: false,
25
26
  props: {
26
27
  id: String,
27
28
  index: Number,
@@ -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: 1680686648,
8
+ publishDate: 1680763575,
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
  };
@@ -29,6 +29,7 @@ var stopPropagation = function stopPropagation(event) {
29
29
  */
30
30
  var TagListVue2 = {
31
31
  name: 'TagList',
32
+ inheritAttrs: false,
32
33
  props: {
33
34
  removeTagIcon: String,
34
35
  dataItems: Array,
@@ -21,7 +21,8 @@ import { getItemValue } from './utils.js';
21
21
  * @hidden
22
22
  */
23
23
  var ListItemVue2 = {
24
- name: 'list-item',
24
+ name: 'KendoListItem',
25
+ inheritAttrs: false,
25
26
  props: {
26
27
  id: String,
27
28
  index: Number,
@@ -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: 1680686648,
8
+ publishDate: 1680763575,
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
  };
@@ -35,6 +35,7 @@ var stopPropagation = function stopPropagation(event) {
35
35
  */
36
36
  var TagListVue2 = {
37
37
  name: 'TagList',
38
+ inheritAttrs: false,
38
39
  props: {
39
40
  removeTagIcon: String,
40
41
  dataItems: Array,
@@ -27,7 +27,8 @@ var utils_1 = require("./utils");
27
27
  * @hidden
28
28
  */
29
29
  var ListItemVue2 = {
30
- name: 'list-item',
30
+ name: 'KendoListItem',
31
+ inheritAttrs: false,
31
32
  props: {
32
33
  id: String,
33
34
  index: Number,
@@ -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: 1680686648,
11
+ publishDate: 1680763575,
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.9.2",
4
+ "version": "3.9.3-dev.202304060656",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -50,15 +50,15 @@
50
50
  "vue": "^2.6.12 || ^3.0.2"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-vue-buttons": "3.9.2",
54
- "@progress/kendo-vue-common": "3.9.2",
55
- "@progress/kendo-vue-popup": "3.9.2"
53
+ "@progress/kendo-vue-buttons": "3.9.3-dev.202304060656",
54
+ "@progress/kendo-vue-common": "3.9.3-dev.202304060656",
55
+ "@progress/kendo-vue-popup": "3.9.3-dev.202304060656"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@progress/kendo-data-query": "^1.5.4",
59
59
  "@progress/kendo-licensing": "^1.3.0",
60
60
  "@progress/kendo-svg-icons": "^1.0.0",
61
- "@progress/kendo-vue-intl": "3.9.2"
61
+ "@progress/kendo-vue-intl": "3.9.3-dev.202304060656"
62
62
  },
63
63
  "author": "Progress",
64
64
  "license": "SEE LICENSE IN LICENSE.md",