@progress/kendo-vue-grid 3.0.2 → 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.
- package/dist/cdn/js/kendo-vue-grid.js +1 -1
- package/dist/es/cells/GridFilterCell.js +3 -1
- package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.js +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/cells/GridFilterCell.js +3 -1
- package/dist/npm/columnMenu/GridColumnMenuCheckboxFilter.js +3 -3
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +13 -13
|
@@ -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
|
-
|
|
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
|
-
})
|
|
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) {
|
|
@@ -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:
|
|
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
|
-
|
|
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
|
-
})
|
|
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) {
|
|
@@ -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:
|
|
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.
|
|
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.
|
|
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.
|
|
44
|
-
"@progress/kendo-vue-buttons": "3.0.
|
|
45
|
-
"@progress/kendo-vue-charts": "3.0.
|
|
46
|
-
"@progress/kendo-vue-data-tools": "3.0.
|
|
47
|
-
"@progress/kendo-vue-dateinputs": "3.0.
|
|
48
|
-
"@progress/kendo-vue-dropdowns": "3.0.
|
|
49
|
-
"@progress/kendo-vue-excel-export": "3.0.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.0.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.0.
|
|
52
|
-
"@progress/kendo-vue-pdf": "3.0.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.0.
|
|
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",
|