@progress/kendo-vue-data-tools 3.0.2-dev.202201260931 → 3.0.2

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-data-tools',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1643189065,
8
+ publishDate: 1643195047,
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
  };
@@ -114,7 +114,7 @@ var PagerNumericButtonsVue2 = {
114
114
 
115
115
  var dropdown = function dropdown(currentButtons) {
116
116
  return h("select", {
117
- "class": "k-dropdownlist k-pager-nav",
117
+ "class": "k-dropdownlist k-picker k-picker-md k-rounded-md k-picker-solid",
118
118
  onChange: this.ddlChange,
119
119
  on: this.v3 ? undefined : {
120
120
  "change": this.ddlChange
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-data-tools',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1643189065,
11
+ publishDate: 1643195047,
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
  };
@@ -122,7 +122,7 @@ var PagerNumericButtonsVue2 = {
122
122
 
123
123
  var dropdown = function dropdown(currentButtons) {
124
124
  return h("select", {
125
- "class": "k-dropdownlist k-pager-nav",
125
+ "class": "k-dropdownlist k-picker k-picker-md k-rounded-md k-picker-solid",
126
126
  onChange: this.ddlChange,
127
127
  on: this.v3 ? undefined : {
128
128
  "change": this.ddlChange
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-data-tools",
3
3
  "description": "Kendo UI for Vue Data Tools package",
4
- "version": "3.0.2-dev.202201260931",
4
+ "version": "3.0.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -39,21 +39,21 @@
39
39
  "vue": "^2.6.12 || ^3.0.2"
40
40
  },
41
41
  "dependencies": {
42
- "@progress/kendo-vue-common": "3.0.2-dev.202201260931"
42
+ "@progress/kendo-vue-common": "3.0.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@progress/kendo-data-query": "^1.0.0",
46
46
  "@progress/kendo-date-math": "^1.4.1",
47
47
  "@progress/kendo-drawing": "^1.8.0",
48
48
  "@progress/kendo-licensing": "^1.1.1",
49
- "@progress/kendo-vue-animation": "3.0.2-dev.202201260931",
50
- "@progress/kendo-vue-buttons": "3.0.2-dev.202201260931",
51
- "@progress/kendo-vue-dateinputs": "3.0.2-dev.202201260931",
52
- "@progress/kendo-vue-dropdowns": "3.0.2-dev.202201260931",
53
- "@progress/kendo-vue-grid": "3.0.2-dev.202201260931",
54
- "@progress/kendo-vue-inputs": "3.0.2-dev.202201260931",
55
- "@progress/kendo-vue-intl": "3.0.2-dev.202201260931",
56
- "@progress/kendo-vue-popup": "3.0.2-dev.202201260931"
49
+ "@progress/kendo-vue-animation": "3.0.2",
50
+ "@progress/kendo-vue-buttons": "3.0.2",
51
+ "@progress/kendo-vue-dateinputs": "3.0.2",
52
+ "@progress/kendo-vue-dropdowns": "3.0.2",
53
+ "@progress/kendo-vue-grid": "3.0.2",
54
+ "@progress/kendo-vue-inputs": "3.0.2",
55
+ "@progress/kendo-vue-intl": "3.0.2",
56
+ "@progress/kendo-vue-popup": "3.0.2"
57
57
  },
58
58
  "@progress": {
59
59
  "friendlyName": "Data Tools",