@progress/kendo-vue-grid 3.8.0 → 3.8.1
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/header/GroupPanel.js +4 -14
- package/dist/es/header/HeaderRow.js +4 -8
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/header/GroupPanel.js +4 -14
- package/dist/esm/header/HeaderRow.js +4 -8
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/header/GroupPanel.js +4 -14
- package/dist/npm/header/HeaderRow.js +4 -8
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +22 -22
|
@@ -101,24 +101,14 @@ var GroupPanelVue2 = {
|
|
|
101
101
|
attrs: this.v3 ? undefined : {
|
|
102
102
|
role: 'toolbar',
|
|
103
103
|
"aria-label": groupHeaderAriaLabelValue,
|
|
104
|
-
"aria-controls": ariaControls
|
|
105
|
-
ontouchstart: 'return false'
|
|
104
|
+
"aria-controls": ariaControls
|
|
106
105
|
},
|
|
107
106
|
"aria-label": groupHeaderAriaLabelValue,
|
|
108
|
-
"aria-controls": ariaControls
|
|
109
|
-
ontouchstart: 'return false'
|
|
107
|
+
"aria-controls": ariaControls
|
|
110
108
|
}, [!!groups.length && h("div", {
|
|
111
|
-
"class": "k-chip-list k-chip-list-md"
|
|
112
|
-
ontouchstart: 'return false',
|
|
113
|
-
attrs: this.v3 ? undefined : {
|
|
114
|
-
ontouchstart: 'return false'
|
|
115
|
-
}
|
|
109
|
+
"class": "k-chip-list k-chip-list-md"
|
|
116
110
|
}, [groups]), h("div", {
|
|
117
|
-
"class": "k-grouping-drop-container"
|
|
118
|
-
ontouchstart: 'return false',
|
|
119
|
-
attrs: this.v3 ? undefined : {
|
|
120
|
-
ontouchstart: 'return false'
|
|
121
|
-
}
|
|
111
|
+
"class": "k-grouping-drop-container"
|
|
122
112
|
}, [!groups.length && provideLocalizationService(this).toLanguageString(messageKey, messages[messageKey])])]);
|
|
123
113
|
}
|
|
124
114
|
};
|
|
@@ -270,8 +270,7 @@ var HeaderRowVue2 = {
|
|
|
270
270
|
colSpan: column.colSpan,
|
|
271
271
|
rowSpan: column.rowSpan,
|
|
272
272
|
columnId: column.id,
|
|
273
|
-
navigatable: column.navigatable
|
|
274
|
-
ontouchstart: 'return false'
|
|
273
|
+
navigatable: column.navigatable
|
|
275
274
|
},
|
|
276
275
|
ariaLabel: sortable ? ariaAttrs.ariaLabel : undefined,
|
|
277
276
|
role: ariaAttrs.role,
|
|
@@ -292,8 +291,7 @@ var HeaderRowVue2 = {
|
|
|
292
291
|
"keydown": function onKeydown(e) {
|
|
293
292
|
return _this.cellKeyDown(e, column);
|
|
294
293
|
}
|
|
295
|
-
}
|
|
296
|
-
ontouchstart: 'return false'
|
|
294
|
+
}
|
|
297
295
|
}, this.v3 ? function () {
|
|
298
296
|
return [[
|
|
299
297
|
// @ts-ignore
|
|
@@ -512,12 +510,10 @@ var HeaderRowVue2 = {
|
|
|
512
510
|
role: "rowgroup",
|
|
513
511
|
attrs: this.v3 ? undefined : {
|
|
514
512
|
role: "rowgroup",
|
|
515
|
-
"data-keyboardnavheader": true
|
|
516
|
-
ontouchstart: 'return false'
|
|
513
|
+
"data-keyboardnavheader": true
|
|
517
514
|
},
|
|
518
515
|
"class": this.theadClasses,
|
|
519
|
-
"data-keyboardnavheader": true
|
|
520
|
-
ontouchstart: 'return false'
|
|
516
|
+
"data-keyboardnavheader": true
|
|
521
517
|
}, [this.$props.columnsMap.map(function (rowIndexes, index) {
|
|
522
518
|
var _this3 = this;
|
|
523
519
|
return (this.$props.groupable || this.$props.reorderable) &&
|
|
@@ -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: 1674121732,
|
|
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
|
};
|
|
@@ -101,24 +101,14 @@ var GroupPanelVue2 = {
|
|
|
101
101
|
attrs: this.v3 ? undefined : {
|
|
102
102
|
role: 'toolbar',
|
|
103
103
|
"aria-label": groupHeaderAriaLabelValue,
|
|
104
|
-
"aria-controls": ariaControls
|
|
105
|
-
ontouchstart: 'return false'
|
|
104
|
+
"aria-controls": ariaControls
|
|
106
105
|
},
|
|
107
106
|
"aria-label": groupHeaderAriaLabelValue,
|
|
108
|
-
"aria-controls": ariaControls
|
|
109
|
-
ontouchstart: 'return false'
|
|
107
|
+
"aria-controls": ariaControls
|
|
110
108
|
}, [!!groups.length && h("div", {
|
|
111
|
-
"class": "k-chip-list k-chip-list-md"
|
|
112
|
-
ontouchstart: 'return false',
|
|
113
|
-
attrs: this.v3 ? undefined : {
|
|
114
|
-
ontouchstart: 'return false'
|
|
115
|
-
}
|
|
109
|
+
"class": "k-chip-list k-chip-list-md"
|
|
116
110
|
}, [groups]), h("div", {
|
|
117
|
-
"class": "k-grouping-drop-container"
|
|
118
|
-
ontouchstart: 'return false',
|
|
119
|
-
attrs: this.v3 ? undefined : {
|
|
120
|
-
ontouchstart: 'return false'
|
|
121
|
-
}
|
|
111
|
+
"class": "k-grouping-drop-container"
|
|
122
112
|
}, [!groups.length && provideLocalizationService(this).toLanguageString(messageKey, messages[messageKey])])]);
|
|
123
113
|
}
|
|
124
114
|
};
|
|
@@ -270,8 +270,7 @@ var HeaderRowVue2 = {
|
|
|
270
270
|
colSpan: column.colSpan,
|
|
271
271
|
rowSpan: column.rowSpan,
|
|
272
272
|
columnId: column.id,
|
|
273
|
-
navigatable: column.navigatable
|
|
274
|
-
ontouchstart: 'return false'
|
|
273
|
+
navigatable: column.navigatable
|
|
275
274
|
},
|
|
276
275
|
ariaLabel: sortable ? ariaAttrs.ariaLabel : undefined,
|
|
277
276
|
role: ariaAttrs.role,
|
|
@@ -292,8 +291,7 @@ var HeaderRowVue2 = {
|
|
|
292
291
|
"keydown": function onKeydown(e) {
|
|
293
292
|
return _this.cellKeyDown(e, column);
|
|
294
293
|
}
|
|
295
|
-
}
|
|
296
|
-
ontouchstart: 'return false'
|
|
294
|
+
}
|
|
297
295
|
}, this.v3 ? function () {
|
|
298
296
|
return [[
|
|
299
297
|
// @ts-ignore
|
|
@@ -512,12 +510,10 @@ var HeaderRowVue2 = {
|
|
|
512
510
|
role: "rowgroup",
|
|
513
511
|
attrs: this.v3 ? undefined : {
|
|
514
512
|
role: "rowgroup",
|
|
515
|
-
"data-keyboardnavheader": true
|
|
516
|
-
ontouchstart: 'return false'
|
|
513
|
+
"data-keyboardnavheader": true
|
|
517
514
|
},
|
|
518
515
|
"class": this.theadClasses,
|
|
519
|
-
"data-keyboardnavheader": true
|
|
520
|
-
ontouchstart: 'return false'
|
|
516
|
+
"data-keyboardnavheader": true
|
|
521
517
|
}, [this.$props.columnsMap.map(function (rowIndexes, index) {
|
|
522
518
|
var _this3 = this;
|
|
523
519
|
return (this.$props.groupable || this.$props.reorderable) &&
|
|
@@ -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: 1674121732,
|
|
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
|
};
|
|
@@ -107,24 +107,14 @@ var GroupPanelVue2 = {
|
|
|
107
107
|
attrs: this.v3 ? undefined : {
|
|
108
108
|
role: 'toolbar',
|
|
109
109
|
"aria-label": groupHeaderAriaLabelValue,
|
|
110
|
-
"aria-controls": ariaControls
|
|
111
|
-
ontouchstart: 'return false'
|
|
110
|
+
"aria-controls": ariaControls
|
|
112
111
|
},
|
|
113
112
|
"aria-label": groupHeaderAriaLabelValue,
|
|
114
|
-
"aria-controls": ariaControls
|
|
115
|
-
ontouchstart: 'return false'
|
|
113
|
+
"aria-controls": ariaControls
|
|
116
114
|
}, [!!groups.length && h("div", {
|
|
117
|
-
"class": "k-chip-list k-chip-list-md"
|
|
118
|
-
ontouchstart: 'return false',
|
|
119
|
-
attrs: this.v3 ? undefined : {
|
|
120
|
-
ontouchstart: 'return false'
|
|
121
|
-
}
|
|
115
|
+
"class": "k-chip-list k-chip-list-md"
|
|
122
116
|
}, [groups]), h("div", {
|
|
123
|
-
"class": "k-grouping-drop-container"
|
|
124
|
-
ontouchstart: 'return false',
|
|
125
|
-
attrs: this.v3 ? undefined : {
|
|
126
|
-
ontouchstart: 'return false'
|
|
127
|
-
}
|
|
117
|
+
"class": "k-grouping-drop-container"
|
|
128
118
|
}, [!groups.length && (0, kendo_vue_intl_1.provideLocalizationService)(this).toLanguageString(main_1.groupPanelEmpty, main_1.messages[main_1.groupPanelEmpty])])]);
|
|
129
119
|
}
|
|
130
120
|
};
|
|
@@ -276,8 +276,7 @@ var HeaderRowVue2 = {
|
|
|
276
276
|
colSpan: column.colSpan,
|
|
277
277
|
rowSpan: column.rowSpan,
|
|
278
278
|
columnId: column.id,
|
|
279
|
-
navigatable: column.navigatable
|
|
280
|
-
ontouchstart: 'return false'
|
|
279
|
+
navigatable: column.navigatable
|
|
281
280
|
},
|
|
282
281
|
ariaLabel: sortable ? ariaAttrs.ariaLabel : undefined,
|
|
283
282
|
role: ariaAttrs.role,
|
|
@@ -298,8 +297,7 @@ var HeaderRowVue2 = {
|
|
|
298
297
|
"keydown": function onKeydown(e) {
|
|
299
298
|
return _this.cellKeyDown(e, column);
|
|
300
299
|
}
|
|
301
|
-
}
|
|
302
|
-
ontouchstart: 'return false'
|
|
300
|
+
}
|
|
303
301
|
}, this.v3 ? function () {
|
|
304
302
|
return [[
|
|
305
303
|
// @ts-ignore
|
|
@@ -518,12 +516,10 @@ var HeaderRowVue2 = {
|
|
|
518
516
|
role: "rowgroup",
|
|
519
517
|
attrs: this.v3 ? undefined : {
|
|
520
518
|
role: "rowgroup",
|
|
521
|
-
"data-keyboardnavheader": true
|
|
522
|
-
ontouchstart: 'return false'
|
|
519
|
+
"data-keyboardnavheader": true
|
|
523
520
|
},
|
|
524
521
|
"class": this.theadClasses,
|
|
525
|
-
"data-keyboardnavheader": true
|
|
526
|
-
ontouchstart: 'return false'
|
|
522
|
+
"data-keyboardnavheader": true
|
|
527
523
|
}, [this.$props.columnsMap.map(function (rowIndexes, index) {
|
|
528
524
|
var _this3 = this;
|
|
529
525
|
return (this.$props.groupable || this.$props.reorderable) &&
|
|
@@ -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: 1674121732,
|
|
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.8.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"description": "Kendo UI for Vue Grid package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,36 +31,36 @@
|
|
|
31
31
|
"@progress/kendo-data-query": "^1.5.4",
|
|
32
32
|
"@progress/kendo-licensing": "^1.3.0",
|
|
33
33
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
34
|
-
"@progress/kendo-vue-animation": "^3.
|
|
35
|
-
"@progress/kendo-vue-data-tools": "^3.
|
|
36
|
-
"@progress/kendo-vue-dateinputs": "^3.
|
|
37
|
-
"@progress/kendo-vue-dropdowns": "^3.
|
|
38
|
-
"@progress/kendo-vue-indicators": "^3.
|
|
39
|
-
"@progress/kendo-vue-inputs": "^3.
|
|
40
|
-
"@progress/kendo-vue-intl": "^3.
|
|
41
|
-
"@progress/kendo-vue-popup": "^3.
|
|
34
|
+
"@progress/kendo-vue-animation": "^3.8.0",
|
|
35
|
+
"@progress/kendo-vue-data-tools": "^3.8.0",
|
|
36
|
+
"@progress/kendo-vue-dateinputs": "^3.8.0",
|
|
37
|
+
"@progress/kendo-vue-dropdowns": "^3.8.0",
|
|
38
|
+
"@progress/kendo-vue-indicators": "^3.8.0",
|
|
39
|
+
"@progress/kendo-vue-inputs": "^3.8.0",
|
|
40
|
+
"@progress/kendo-vue-intl": "^3.8.0",
|
|
41
|
+
"@progress/kendo-vue-popup": "^3.8.0",
|
|
42
42
|
"vue": "^2.6.12 || ^3.0.2"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@progress/kendo-vue-common": "3.8.
|
|
45
|
+
"@progress/kendo-vue-common": "3.8.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@progress/kendo-data-query": "^1.5.4",
|
|
49
49
|
"@progress/kendo-drawing": "^1.9.3",
|
|
50
50
|
"@progress/kendo-licensing": "^1.3.0",
|
|
51
51
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
52
|
-
"@progress/kendo-vue-animation": "3.8.
|
|
53
|
-
"@progress/kendo-vue-buttons": "3.8.
|
|
54
|
-
"@progress/kendo-vue-charts": "3.8.
|
|
55
|
-
"@progress/kendo-vue-data-tools": "3.8.
|
|
56
|
-
"@progress/kendo-vue-dateinputs": "3.8.
|
|
57
|
-
"@progress/kendo-vue-dropdowns": "3.8.
|
|
58
|
-
"@progress/kendo-vue-excel-export": "3.8.
|
|
59
|
-
"@progress/kendo-vue-indicators": "3.8.
|
|
60
|
-
"@progress/kendo-vue-inputs": "3.8.
|
|
61
|
-
"@progress/kendo-vue-intl": "3.8.
|
|
62
|
-
"@progress/kendo-vue-pdf": "3.8.
|
|
63
|
-
"@progress/kendo-vue-popup": "3.8.
|
|
52
|
+
"@progress/kendo-vue-animation": "3.8.1",
|
|
53
|
+
"@progress/kendo-vue-buttons": "3.8.1",
|
|
54
|
+
"@progress/kendo-vue-charts": "3.8.1",
|
|
55
|
+
"@progress/kendo-vue-data-tools": "3.8.1",
|
|
56
|
+
"@progress/kendo-vue-dateinputs": "3.8.1",
|
|
57
|
+
"@progress/kendo-vue-dropdowns": "3.8.1",
|
|
58
|
+
"@progress/kendo-vue-excel-export": "3.8.1",
|
|
59
|
+
"@progress/kendo-vue-indicators": "3.8.1",
|
|
60
|
+
"@progress/kendo-vue-inputs": "3.8.1",
|
|
61
|
+
"@progress/kendo-vue-intl": "3.8.1",
|
|
62
|
+
"@progress/kendo-vue-pdf": "3.8.1",
|
|
63
|
+
"@progress/kendo-vue-popup": "3.8.1",
|
|
64
64
|
"cldr-core": "^41.0.0",
|
|
65
65
|
"cldr-dates-full": "^41.0.0",
|
|
66
66
|
"cldr-numbers-full": "^41.0.0",
|