@progress/kendo-vue-dropdowns 4.1.1-dev.202312190914 → 4.1.1

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.
@@ -21,6 +21,7 @@ var ListVue2 = {
21
21
  listclick: null,
22
22
  scroll: null
23
23
  },
24
+ inheritAttrs: false,
24
25
  props: {
25
26
  id: String,
26
27
  show: Boolean,
@@ -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: 1702976563,
8
+ publishDate: 1703767687,
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
  };
@@ -21,6 +21,7 @@ var ListVue2 = {
21
21
  listclick: null,
22
22
  scroll: null
23
23
  },
24
+ inheritAttrs: false,
24
25
  props: {
25
26
  id: String,
26
27
  show: Boolean,
@@ -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: 1702976563,
8
+ publishDate: 1703767687,
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
  };
@@ -27,6 +27,7 @@ var ListVue2 = {
27
27
  listclick: null,
28
28
  scroll: null
29
29
  },
30
+ inheritAttrs: false,
30
31
  props: {
31
32
  id: String,
32
33
  show: Boolean,
@@ -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: 1702976563,
11
+ publishDate: 1703767687,
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": "4.1.1-dev.202312190914",
4
+ "version": "4.1.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -54,21 +54,21 @@
54
54
  "vue": "^2.6.12 || ^3.0.2"
55
55
  },
56
56
  "dependencies": {
57
- "@progress/kendo-vue-buttons": "4.1.1-dev.202312190914",
58
- "@progress/kendo-vue-common": "4.1.1-dev.202312190914",
59
- "@progress/kendo-vue-layout": "4.1.1-dev.202312190914",
60
- "@progress/kendo-vue-popup": "4.1.1-dev.202312190914"
57
+ "@progress/kendo-vue-buttons": "4.1.1",
58
+ "@progress/kendo-vue-common": "4.1.1",
59
+ "@progress/kendo-vue-layout": "4.1.1",
60
+ "@progress/kendo-vue-popup": "4.1.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@progress/kendo-data-query": "^1.5.4",
64
64
  "@progress/kendo-licensing": "^1.3.0",
65
65
  "@progress/kendo-svg-icons": "^2.0.0",
66
- "@progress/kendo-vue-data-tools": "4.1.1-dev.202312190914",
67
- "@progress/kendo-vue-inputs": "4.1.1-dev.202312190914",
68
- "@progress/kendo-vue-intl": "4.1.1-dev.202312190914",
69
- "@progress/kendo-vue-labels": "4.1.1-dev.202312190914",
70
- "@progress/kendo-vue-layout": "4.1.1-dev.202312190914",
71
- "@progress/kendo-vue-treeview": "4.1.1-dev.202312190914"
66
+ "@progress/kendo-vue-data-tools": "4.1.1",
67
+ "@progress/kendo-vue-inputs": "4.1.1",
68
+ "@progress/kendo-vue-intl": "4.1.1",
69
+ "@progress/kendo-vue-labels": "4.1.1",
70
+ "@progress/kendo-vue-layout": "4.1.1",
71
+ "@progress/kendo-vue-treeview": "4.1.1"
72
72
  },
73
73
  "author": "Progress",
74
74
  "license": "SEE LICENSE IN LICENSE.md",