@progress/kendo-vue-grid 3.0.1-dev.202201201352 → 3.0.3-dev.202201280639

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.
@@ -220,11 +220,13 @@ var GridFilterCellVue2 = {
220
220
  "class": "k-filtercell-wrapper"
221
221
  }, [filterComponent.call(this, this.$props.filterType, this.$props.value), renderOperatorEditor.call(this), // @ts-ignore function children
222
222
  h(Button, {
223
- icon: 'filter-clear',
223
+ type: "button",
224
224
  attrs: this.v3 ? undefined : {
225
+ type: "button",
225
226
  icon: 'filter-clear',
226
227
  title: localizationService.toLanguageString(filterClearButton, messages[filterClearButton])
227
228
  },
229
+ icon: 'filter-clear',
228
230
  "class": {
229
231
  /* button is always visible if there is either value or operator */
230
232
  'k-disabled': !(!(this.$props.value === null || this.$props.value === '') || this.$props.operator)
@@ -180,9 +180,9 @@ var GridColumnMenuCheckboxFilterVue2 = {
180
180
  on: this.v3 ? undefined : {
181
181
  "input": this.handleSearchChange
182
182
  }
183
- })]), h("span", {
184
- "class": "k-icon k-i-search"
185
- })]);
183
+ }), h("span", {
184
+ "class": "k-input-icon k-icon k-i-search"
185
+ })])]);
186
186
  };
187
187
 
188
188
  var uniqueFilterValues = filterValues.filter(function (item, index) {
@@ -81,7 +81,7 @@ var GroupingIndicatorVue2 = {
81
81
  _this.indicatorContainerRef = el;
82
82
  } : 'indicatorContainer'
83
83
  }, [h("div", {
84
- "class": "k-chip k-chip-md k-rounded-md k-chip-solid k-chip-solid-base"
84
+ "class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
85
85
  }, [h("span", {
86
86
  "class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
87
87
  }), h("span", {
@@ -117,7 +117,7 @@ var GroupingIndicatorVue2 = {
117
117
  _this.indicatorContainerRef = el;
118
118
  } : 'indicatorContainer'
119
119
  }, [h("div", {
120
- "class": "k-chip k-chip-md k-rounded-md k-chip-solid k-chip-solid-base"
120
+ "class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
121
121
  }, [h("span", {
122
122
  "class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
123
123
  }), h("span", {
@@ -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: 1642686434,
8
+ publishDate: 1643351664,
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
  };
@@ -236,11 +236,13 @@ var GridFilterCellVue2 = {
236
236
  "class": "k-filtercell-wrapper"
237
237
  }, [filterComponent.call(this, this.$props.filterType, this.$props.value), renderOperatorEditor.call(this), // @ts-ignore function children
238
238
  h(kendo_vue_buttons_1.Button, {
239
- icon: 'filter-clear',
239
+ type: "button",
240
240
  attrs: this.v3 ? undefined : {
241
+ type: "button",
241
242
  icon: 'filter-clear',
242
243
  title: localizationService.toLanguageString(messages_1.filterClearButton, messages_1.messages[messages_1.filterClearButton])
243
244
  },
245
+ icon: 'filter-clear',
244
246
  "class": {
245
247
  /* button is always visible if there is either value or operator */
246
248
  'k-disabled': !(!(this.$props.value === null || this.$props.value === '') || this.$props.operator)
@@ -198,9 +198,9 @@ var GridColumnMenuCheckboxFilterVue2 = {
198
198
  on: this.v3 ? undefined : {
199
199
  "input": this.handleSearchChange
200
200
  }
201
- })]), h("span", {
202
- "class": "k-icon k-i-search"
203
- })]);
201
+ }), h("span", {
202
+ "class": "k-input-icon k-icon k-i-search"
203
+ })])]);
204
204
  };
205
205
 
206
206
  var uniqueFilterValues = filterValues.filter(function (item, index) {
@@ -90,7 +90,7 @@ var GroupingIndicatorVue2 = {
90
90
  _this.indicatorContainerRef = el;
91
91
  } : 'indicatorContainer'
92
92
  }, [h("div", {
93
- "class": "k-chip k-chip-md k-rounded-md k-chip-solid k-chip-solid-base"
93
+ "class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
94
94
  }, [h("span", {
95
95
  "class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
96
96
  }), h("span", {
@@ -126,7 +126,7 @@ var GroupingIndicatorVue2 = {
126
126
  _this.indicatorContainerRef = el;
127
127
  } : 'indicatorContainer'
128
128
  }, [h("div", {
129
- "class": "k-chip k-chip-md k-rounded-md k-chip-solid k-chip-solid-base"
129
+ "class": "k-chip k-chip-lg k-rounded-md k-chip-solid k-chip-solid-base"
130
130
  }, [h("span", {
131
131
  "class": 'k-chip-icon k-icon k-i-sort-' + _this2.$props.dir + '-sm'
132
132
  }), h("span", {
@@ -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: 1642686434,
11
+ publishDate: 1643351664,
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.0.1-dev.202201201352",
3
+ "version": "3.0.3-dev.202201280639",
4
4
  "description": "Kendo UI for Vue Grid package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,23 +34,23 @@
34
34
  "vue": "^2.6.12 || ^3.0.2"
35
35
  },
36
36
  "dependencies": {
37
- "@progress/kendo-vue-common": "3.0.1-dev.202201201352"
37
+ "@progress/kendo-vue-common": "3.0.3-dev.202201280639"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@progress/kendo-data-query": "^1.5.4",
41
41
  "@progress/kendo-drawing": "^1.9.3",
42
42
  "@progress/kendo-licensing": "^1.1.0",
43
- "@progress/kendo-vue-animation": "3.0.1-dev.202201201352",
44
- "@progress/kendo-vue-buttons": "3.0.1-dev.202201201352",
45
- "@progress/kendo-vue-charts": "3.0.1-dev.202201201352",
46
- "@progress/kendo-vue-data-tools": "3.0.1-dev.202201201352",
47
- "@progress/kendo-vue-dateinputs": "3.0.1-dev.202201201352",
48
- "@progress/kendo-vue-dropdowns": "3.0.1-dev.202201201352",
49
- "@progress/kendo-vue-excel-export": "3.0.1-dev.202201201352",
50
- "@progress/kendo-vue-inputs": "3.0.1-dev.202201201352",
51
- "@progress/kendo-vue-intl": "3.0.1-dev.202201201352",
52
- "@progress/kendo-vue-pdf": "3.0.1-dev.202201201352",
53
- "@progress/kendo-vue-popup": "3.0.1-dev.202201201352",
43
+ "@progress/kendo-vue-animation": "3.0.3-dev.202201280639",
44
+ "@progress/kendo-vue-buttons": "3.0.3-dev.202201280639",
45
+ "@progress/kendo-vue-charts": "3.0.3-dev.202201280639",
46
+ "@progress/kendo-vue-data-tools": "3.0.3-dev.202201280639",
47
+ "@progress/kendo-vue-dateinputs": "3.0.3-dev.202201280639",
48
+ "@progress/kendo-vue-dropdowns": "3.0.3-dev.202201280639",
49
+ "@progress/kendo-vue-excel-export": "3.0.3-dev.202201280639",
50
+ "@progress/kendo-vue-inputs": "3.0.3-dev.202201280639",
51
+ "@progress/kendo-vue-intl": "3.0.3-dev.202201280639",
52
+ "@progress/kendo-vue-pdf": "3.0.3-dev.202201280639",
53
+ "@progress/kendo-vue-popup": "3.0.3-dev.202201280639",
54
54
  "cldr-core": "^34.0.0",
55
55
  "cldr-dates-full": "^34.0.0",
56
56
  "cldr-numbers-full": "^34.0.0",