@progress/kendo-vue-grid 3.6.0-dev.202209131316 → 3.6.1-dev.202209141101

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.
@@ -102,7 +102,7 @@ var GridFilterCellVue2 = {
102
102
  value: selectedOperator,
103
103
  attrs: this.v3 ? undefined : {
104
104
  value: selectedOperator,
105
- iconClassName: "k-i-filter k-icon",
105
+ iconClassName: "k-i-filter k-button-icon",
106
106
  "data-items": this.$props.operators,
107
107
  textField: "text",
108
108
  title: localizationService.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -112,7 +112,7 @@ var GridFilterCellVue2 = {
112
112
  ariaLabel: 'filter'
113
113
  },
114
114
  "class": "k-dropdown-operator",
115
- iconClassName: "k-i-filter k-icon",
115
+ iconClassName: "k-i-filter k-button-icon",
116
116
  "data-items": this.$props.operators,
117
117
  textField: "text",
118
118
  title: localizationService.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-grid',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1663074635,
8
+ publishDate: 1663152907,
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
  };
@@ -102,7 +102,7 @@ var GridFilterCellVue2 = {
102
102
  value: selectedOperator,
103
103
  attrs: this.v3 ? undefined : {
104
104
  value: selectedOperator,
105
- iconClassName: "k-i-filter k-icon",
105
+ iconClassName: "k-i-filter k-button-icon",
106
106
  "data-items": this.$props.operators,
107
107
  textField: "text",
108
108
  title: localizationService.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -112,7 +112,7 @@ var GridFilterCellVue2 = {
112
112
  ariaLabel: 'filter'
113
113
  },
114
114
  "class": "k-dropdown-operator",
115
- iconClassName: "k-i-filter k-icon",
115
+ iconClassName: "k-i-filter k-button-icon",
116
116
  "data-items": this.$props.operators,
117
117
  textField: "text",
118
118
  title: localizationService.toLanguageString(filterChooseOperator, messages[filterChooseOperator]),
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-grid',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1663074635,
8
+ publishDate: 1663152907,
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
  };
@@ -118,7 +118,7 @@ var GridFilterCellVue2 = {
118
118
  value: selectedOperator,
119
119
  attrs: this.v3 ? undefined : {
120
120
  value: selectedOperator,
121
- iconClassName: "k-i-filter k-icon",
121
+ iconClassName: "k-i-filter k-button-icon",
122
122
  "data-items": this.$props.operators,
123
123
  textField: "text",
124
124
  title: localizationService.toLanguageString(main_1.filterChooseOperator, main_1.messages[main_1.filterChooseOperator]),
@@ -128,7 +128,7 @@ var GridFilterCellVue2 = {
128
128
  ariaLabel: 'filter'
129
129
  },
130
130
  "class": "k-dropdown-operator",
131
- iconClassName: "k-i-filter k-icon",
131
+ iconClassName: "k-i-filter k-button-icon",
132
132
  "data-items": this.$props.operators,
133
133
  textField: "text",
134
134
  title: localizationService.toLanguageString(main_1.filterChooseOperator, main_1.messages[main_1.filterChooseOperator]),
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-grid',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1663074635,
11
+ publishDate: 1663152907,
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-grid",
3
- "version": "3.6.0-dev.202209131316",
3
+ "version": "3.6.1-dev.202209141101",
4
4
  "description": "Kendo UI for Vue Grid package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,35 +30,35 @@
30
30
  "peerDependencies": {
31
31
  "@progress/kendo-data-query": "^1.5.4",
32
32
  "@progress/kendo-licensing": "^1.1.0",
33
- "@progress/kendo-vue-animation": "^3.2.0",
34
- "@progress/kendo-vue-data-tools": "^3.2.0",
35
- "@progress/kendo-vue-dateinputs": "^3.2.0",
36
- "@progress/kendo-vue-dropdowns": "^3.2.0",
37
- "@progress/kendo-vue-indicators": "^3.2.0",
38
- "@progress/kendo-vue-inputs": "^3.2.0",
39
- "@progress/kendo-vue-intl": "^3.2.0",
40
- "@progress/kendo-vue-popup": "^3.2.0",
33
+ "@progress/kendo-vue-animation": "^3.6.0",
34
+ "@progress/kendo-vue-data-tools": "^3.6.0",
35
+ "@progress/kendo-vue-dateinputs": "^3.6.0",
36
+ "@progress/kendo-vue-dropdowns": "^3.6.0",
37
+ "@progress/kendo-vue-indicators": "^3.6.0",
38
+ "@progress/kendo-vue-inputs": "^3.6.0",
39
+ "@progress/kendo-vue-intl": "^3.6.0",
40
+ "@progress/kendo-vue-popup": "^3.6.0",
41
41
  "vue": "^2.6.12 || ^3.0.2"
42
42
  },
43
43
  "dependencies": {
44
- "@progress/kendo-vue-common": "3.6.0-dev.202209131316"
44
+ "@progress/kendo-vue-common": "3.6.1-dev.202209141101"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@progress/kendo-data-query": "^1.5.4",
48
48
  "@progress/kendo-drawing": "^1.9.3",
49
49
  "@progress/kendo-licensing": "^1.1.0",
50
- "@progress/kendo-vue-animation": "3.6.0-dev.202209131316",
51
- "@progress/kendo-vue-buttons": "3.6.0-dev.202209131316",
52
- "@progress/kendo-vue-charts": "3.6.0-dev.202209131316",
53
- "@progress/kendo-vue-data-tools": "3.6.0-dev.202209131316",
54
- "@progress/kendo-vue-dateinputs": "3.6.0-dev.202209131316",
55
- "@progress/kendo-vue-dropdowns": "3.6.0-dev.202209131316",
56
- "@progress/kendo-vue-excel-export": "3.6.0-dev.202209131316",
57
- "@progress/kendo-vue-indicators": "3.6.0-dev.202209131316",
58
- "@progress/kendo-vue-inputs": "3.6.0-dev.202209131316",
59
- "@progress/kendo-vue-intl": "3.6.0-dev.202209131316",
60
- "@progress/kendo-vue-pdf": "3.6.0-dev.202209131316",
61
- "@progress/kendo-vue-popup": "3.6.0-dev.202209131316",
50
+ "@progress/kendo-vue-animation": "3.6.1-dev.202209141101",
51
+ "@progress/kendo-vue-buttons": "3.6.1-dev.202209141101",
52
+ "@progress/kendo-vue-charts": "3.6.1-dev.202209141101",
53
+ "@progress/kendo-vue-data-tools": "3.6.1-dev.202209141101",
54
+ "@progress/kendo-vue-dateinputs": "3.6.1-dev.202209141101",
55
+ "@progress/kendo-vue-dropdowns": "3.6.1-dev.202209141101",
56
+ "@progress/kendo-vue-excel-export": "3.6.1-dev.202209141101",
57
+ "@progress/kendo-vue-indicators": "3.6.1-dev.202209141101",
58
+ "@progress/kendo-vue-inputs": "3.6.1-dev.202209141101",
59
+ "@progress/kendo-vue-intl": "3.6.1-dev.202209141101",
60
+ "@progress/kendo-vue-pdf": "3.6.1-dev.202209141101",
61
+ "@progress/kendo-vue-popup": "3.6.1-dev.202209141101",
62
62
  "cldr-core": "^41.0.0",
63
63
  "cldr-dates-full": "^41.0.0",
64
64
  "cldr-numbers-full": "^41.0.0",