@progress/kendo-vue-grid 3.1.3 → 3.1.5-dev.202204110939
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/NOTICE.txt +49 -6
- package/dist/cdn/js/kendo-vue-grid.js +1 -1
- package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.js +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/columnMenu/GridColumnMenuCheckboxFilter.js +3 -3
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +13 -13
|
@@ -165,7 +165,9 @@ var GridColumnMenuCheckboxFilterVue2 = {
|
|
|
165
165
|
"class": "k-list-filter"
|
|
166
166
|
}, [h("span", {
|
|
167
167
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
168
|
-
}, [h("
|
|
168
|
+
}, [h("span", {
|
|
169
|
+
"class": "k-input-icon k-icon k-i-search"
|
|
170
|
+
}), h("input", {
|
|
169
171
|
ref: 'searchBox',
|
|
170
172
|
placeholder: localizationService.toLanguageString(searchPlaceholder, messages[searchPlaceholder]),
|
|
171
173
|
attrs: this.v3 ? undefined : {
|
|
@@ -180,8 +182,6 @@ var GridColumnMenuCheckboxFilterVue2 = {
|
|
|
180
182
|
on: this.v3 ? undefined : {
|
|
181
183
|
"input": this.handleSearchChange
|
|
182
184
|
}
|
|
183
|
-
}), h("span", {
|
|
184
|
-
"class": "k-input-icon k-icon k-i-search"
|
|
185
185
|
})])]);
|
|
186
186
|
};
|
|
187
187
|
|
|
@@ -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: 1649669673,
|
|
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
|
};
|
|
@@ -183,7 +183,9 @@ var GridColumnMenuCheckboxFilterVue2 = {
|
|
|
183
183
|
"class": "k-list-filter"
|
|
184
184
|
}, [h("span", {
|
|
185
185
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
186
|
-
}, [h("
|
|
186
|
+
}, [h("span", {
|
|
187
|
+
"class": "k-input-icon k-icon k-i-search"
|
|
188
|
+
}), h("input", {
|
|
187
189
|
ref: 'searchBox',
|
|
188
190
|
placeholder: localizationService.toLanguageString(messages_1.searchPlaceholder, messages_1.messages[messages_1.searchPlaceholder]),
|
|
189
191
|
attrs: this.v3 ? undefined : {
|
|
@@ -198,8 +200,6 @@ var GridColumnMenuCheckboxFilterVue2 = {
|
|
|
198
200
|
on: this.v3 ? undefined : {
|
|
199
201
|
"input": this.handleSearchChange
|
|
200
202
|
}
|
|
201
|
-
}), h("span", {
|
|
202
|
-
"class": "k-input-icon k-icon k-i-search"
|
|
203
203
|
})])]);
|
|
204
204
|
};
|
|
205
205
|
|
|
@@ -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: 1649669673,
|
|
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.1.
|
|
3
|
+
"version": "3.1.5-dev.202204110939",
|
|
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.1.
|
|
37
|
+
"@progress/kendo-vue-common": "3.1.5-dev.202204110939"
|
|
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.1.
|
|
44
|
-
"@progress/kendo-vue-buttons": "3.1.
|
|
45
|
-
"@progress/kendo-vue-charts": "3.1.
|
|
46
|
-
"@progress/kendo-vue-data-tools": "3.1.
|
|
47
|
-
"@progress/kendo-vue-dateinputs": "3.1.
|
|
48
|
-
"@progress/kendo-vue-dropdowns": "3.1.
|
|
49
|
-
"@progress/kendo-vue-excel-export": "3.1.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.1.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.1.
|
|
52
|
-
"@progress/kendo-vue-pdf": "3.1.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.1.
|
|
43
|
+
"@progress/kendo-vue-animation": "3.1.5-dev.202204110939",
|
|
44
|
+
"@progress/kendo-vue-buttons": "3.1.5-dev.202204110939",
|
|
45
|
+
"@progress/kendo-vue-charts": "3.1.5-dev.202204110939",
|
|
46
|
+
"@progress/kendo-vue-data-tools": "3.1.5-dev.202204110939",
|
|
47
|
+
"@progress/kendo-vue-dateinputs": "3.1.5-dev.202204110939",
|
|
48
|
+
"@progress/kendo-vue-dropdowns": "3.1.5-dev.202204110939",
|
|
49
|
+
"@progress/kendo-vue-excel-export": "3.1.5-dev.202204110939",
|
|
50
|
+
"@progress/kendo-vue-inputs": "3.1.5-dev.202204110939",
|
|
51
|
+
"@progress/kendo-vue-intl": "3.1.5-dev.202204110939",
|
|
52
|
+
"@progress/kendo-vue-pdf": "3.1.5-dev.202204110939",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.1.5-dev.202204110939",
|
|
54
54
|
"cldr-core": "^34.0.0",
|
|
55
55
|
"cldr-dates-full": "^34.0.0",
|
|
56
56
|
"cldr-numbers-full": "^34.0.0",
|