@progress/kendo-vue-data-tools 3.7.4-dev.202212300853 → 3.7.4-dev.202301091431

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.
Files changed (95) hide show
  1. package/dist/cdn/js/kendo-vue-data-tools.js +1 -1
  2. package/dist/es/cells/FilterCell.js +35 -21
  3. package/dist/es/columnmenu/ColumnMenu.js +5 -2
  4. package/dist/es/columnmenu/ColumnMenuCheckboxFilter.js +4 -1
  5. package/dist/es/columnmenu/ColumnMenuSort.js +8 -8
  6. package/dist/es/drag/ColumnDraggable.js +6 -2
  7. package/dist/es/filter/Expression.js +17 -8
  8. package/dist/es/filter/GroupToolbar.js +33 -8
  9. package/dist/es/header/FilterRow.d.ts +1 -0
  10. package/dist/es/header/FilterRow.js +9 -6
  11. package/dist/es/header/Header.d.ts +1 -0
  12. package/dist/es/header/Header.js +12 -2
  13. package/dist/es/header/HeaderRow.d.ts +1 -0
  14. package/dist/es/header/HeaderRow.js +12 -5
  15. package/dist/es/header/HeaderTdElement.d.ts +46 -0
  16. package/dist/es/header/HeaderTdElement.js +92 -0
  17. package/dist/es/header/HeaderThElement.d.ts +8 -1
  18. package/dist/es/header/HeaderThElement.js +10 -2
  19. package/dist/es/header/main.d.ts +1 -0
  20. package/dist/es/header/main.js +1 -0
  21. package/dist/es/interfaces/FilterCellProps.d.ts +12 -0
  22. package/dist/es/package-metadata.js +1 -1
  23. package/dist/es/pager/Pager.d.ts +13 -1
  24. package/dist/es/pager/Pager.js +66 -28
  25. package/dist/es/pager/PagerInput.d.ts +9 -1
  26. package/dist/es/pager/PagerInput.js +16 -2
  27. package/dist/es/pager/PagerNavigationButton.d.ts +13 -0
  28. package/dist/es/pager/PagerNavigationButton.js +30 -20
  29. package/dist/es/pager/PagerNumericButtons.d.ts +5 -1
  30. package/dist/es/pager/PagerNumericButtons.js +61 -27
  31. package/dist/es/pager/PagerPageSizes.d.ts +1 -0
  32. package/dist/es/pager/PagerPageSizes.js +3 -0
  33. package/dist/esm/cells/FilterCell.js +35 -21
  34. package/dist/esm/columnmenu/ColumnMenu.js +5 -2
  35. package/dist/esm/columnmenu/ColumnMenuCheckboxFilter.js +4 -1
  36. package/dist/esm/columnmenu/ColumnMenuSort.js +8 -8
  37. package/dist/esm/drag/ColumnDraggable.js +6 -2
  38. package/dist/esm/filter/Expression.js +17 -8
  39. package/dist/esm/filter/GroupToolbar.js +33 -8
  40. package/dist/esm/header/FilterRow.d.ts +1 -0
  41. package/dist/esm/header/FilterRow.js +9 -6
  42. package/dist/esm/header/Header.d.ts +1 -0
  43. package/dist/esm/header/Header.js +12 -2
  44. package/dist/esm/header/HeaderRow.d.ts +1 -0
  45. package/dist/esm/header/HeaderRow.js +12 -5
  46. package/dist/esm/header/HeaderTdElement.d.ts +46 -0
  47. package/dist/esm/header/HeaderTdElement.js +92 -0
  48. package/dist/esm/header/HeaderThElement.d.ts +8 -1
  49. package/dist/esm/header/HeaderThElement.js +10 -2
  50. package/dist/esm/header/main.d.ts +1 -0
  51. package/dist/esm/header/main.js +1 -0
  52. package/dist/esm/interfaces/FilterCellProps.d.ts +12 -0
  53. package/dist/esm/package-metadata.js +1 -1
  54. package/dist/esm/pager/Pager.d.ts +13 -1
  55. package/dist/esm/pager/Pager.js +66 -28
  56. package/dist/esm/pager/PagerInput.d.ts +9 -1
  57. package/dist/esm/pager/PagerInput.js +16 -2
  58. package/dist/esm/pager/PagerNavigationButton.d.ts +13 -0
  59. package/dist/esm/pager/PagerNavigationButton.js +30 -20
  60. package/dist/esm/pager/PagerNumericButtons.d.ts +5 -1
  61. package/dist/esm/pager/PagerNumericButtons.js +61 -27
  62. package/dist/esm/pager/PagerPageSizes.d.ts +1 -0
  63. package/dist/esm/pager/PagerPageSizes.js +3 -0
  64. package/dist/npm/cells/FilterCell.js +34 -20
  65. package/dist/npm/columnmenu/ColumnMenu.js +5 -2
  66. package/dist/npm/columnmenu/ColumnMenuCheckboxFilter.js +4 -1
  67. package/dist/npm/columnmenu/ColumnMenuSort.js +8 -8
  68. package/dist/npm/drag/ColumnDraggable.js +6 -2
  69. package/dist/npm/filter/Expression.js +17 -8
  70. package/dist/npm/filter/GroupToolbar.js +33 -8
  71. package/dist/npm/header/FilterRow.d.ts +1 -0
  72. package/dist/npm/header/FilterRow.js +9 -6
  73. package/dist/npm/header/Header.d.ts +1 -0
  74. package/dist/npm/header/Header.js +11 -1
  75. package/dist/npm/header/HeaderRow.d.ts +1 -0
  76. package/dist/npm/header/HeaderRow.js +12 -5
  77. package/dist/npm/header/HeaderTdElement.d.ts +46 -0
  78. package/dist/npm/header/HeaderTdElement.js +99 -0
  79. package/dist/npm/header/HeaderThElement.d.ts +8 -1
  80. package/dist/npm/header/HeaderThElement.js +10 -2
  81. package/dist/npm/header/main.d.ts +1 -0
  82. package/dist/npm/header/main.js +1 -0
  83. package/dist/npm/interfaces/FilterCellProps.d.ts +12 -0
  84. package/dist/npm/package-metadata.js +1 -1
  85. package/dist/npm/pager/Pager.d.ts +13 -1
  86. package/dist/npm/pager/Pager.js +65 -27
  87. package/dist/npm/pager/PagerInput.d.ts +9 -1
  88. package/dist/npm/pager/PagerInput.js +16 -2
  89. package/dist/npm/pager/PagerNavigationButton.d.ts +13 -0
  90. package/dist/npm/pager/PagerNavigationButton.js +30 -20
  91. package/dist/npm/pager/PagerNumericButtons.d.ts +5 -1
  92. package/dist/npm/pager/PagerNumericButtons.js +61 -27
  93. package/dist/npm/pager/PagerPageSizes.d.ts +1 -0
  94. package/dist/npm/pager/PagerPageSizes.js +3 -0
  95. package/package.json +12 -11
@@ -3,7 +3,7 @@ import * as Vue from 'vue';
3
3
  var allVue = Vue;
4
4
  var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
- import { Icon } from '@progress/kendo-vue-common';
6
+ import { Button as KButton } from '@progress/kendo-vue-buttons';
7
7
  /**
8
8
  * @hidden
9
9
  */
@@ -11,8 +11,11 @@ var PagerNavigationButtonVue2 = {
11
11
  name: 'KendoPagerNavigationButton',
12
12
  props: {
13
13
  title: String,
14
+ disabled: Boolean,
14
15
  icon: String,
15
- page: Number
16
+ svgIcon: Object,
17
+ page: Number,
18
+ size: String
16
19
  },
17
20
  inject: {
18
21
  kendoLocalizationService: {
@@ -38,28 +41,35 @@ var PagerNavigationButtonVue2 = {
38
41
  // @ts-ignore
39
42
  render: function render(createElement) {
40
43
  var h = gh || createElement;
41
- return h("a", {
42
- "class": 'k-link k-pager-nav',
43
- onClick: this.changePage,
44
- on: this.v3 ? undefined : {
45
- "click": this.changePage
46
- },
47
- href: "#",
44
+ return h(KButton, {
45
+ fillMode: 'flat',
48
46
  attrs: this.v3 ? undefined : {
49
- href: "#",
50
- role: "button",
51
- title: this.$props.title,
52
- "aria-label": this.$props.title
47
+ fillMode: 'flat',
48
+ themeColor: 'base',
49
+ size: this.$props.size,
50
+ rounded: null,
51
+ ariaLabel: this.title,
52
+ icon: this.icon,
53
+ svgIcon: this.svgIcon,
54
+ title: this.title,
55
+ disabled: this.disabled,
56
+ role: "button"
53
57
  },
58
+ themeColor: 'base',
59
+ size: this.$props.size,
60
+ rounded: null,
61
+ "class": 'k-pager-nav',
62
+ ariaLabel: this.title,
63
+ icon: this.icon,
64
+ svgIcon: this.svgIcon,
65
+ title: this.title,
66
+ disabled: this.disabled,
54
67
  role: "button",
55
- title: this.$props.title,
56
- "aria-label": this.$props.title
57
- }, [h(Icon, {
58
- name: this.icon,
59
- attrs: this.v3 ? undefined : {
60
- name: this.icon
68
+ onClick: this.changePage,
69
+ on: this.v3 ? undefined : {
70
+ "click": this.changePage
61
71
  }
62
- })]);
72
+ });
63
73
  }
64
74
  };
65
75
  /**
@@ -14,9 +14,13 @@ export interface PagerNumericButtonsProps {
14
14
  */
15
15
  currentPage: number;
16
16
  /**
17
- * The size type of the buttons. When set to 'small' the buttons are shown as dropdownlist component.
17
+ * The sizing type of the buttons.
18
18
  */
19
19
  size?: string;
20
+ /**
21
+ * The responsive type of the buttons. When set to 'small' the buttons are shown as dropdownlist component.
22
+ */
23
+ responsiveSize?: string;
20
24
  }
21
25
  /**
22
26
  * @hidden
@@ -1,7 +1,10 @@
1
+ // @ts-ignore
1
2
  import * as Vue from 'vue';
2
3
  var allVue = Vue;
3
4
  var gh = allVue.h;
4
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
+ import { Button as KButton } from '@progress/kendo-vue-buttons';
7
+ import { kendoThemeMaps } from '@progress/kendo-vue-common';
5
8
  /**
6
9
  * @hidden
7
10
  */
@@ -11,7 +14,8 @@ var PagerNumericButtonsVue2 = {
11
14
  buttonCount: Number,
12
15
  totalPages: Number,
13
16
  currentPage: Number,
14
- size: String
17
+ size: String,
18
+ responsiveSize: String
15
19
  },
16
20
  computed: {
17
21
  start: {
@@ -29,6 +33,16 @@ var PagerNumericButtonsVue2 = {
29
33
  get: function get() {
30
34
  return Math.min(this.start + this.$props.buttonCount - 1, this.$props.totalPages);
31
35
  }
36
+ },
37
+ dropdownClass: function dropdownClass() {
38
+ var _a;
39
+ var size = this.$props.size;
40
+ return _a = {
41
+ 'k-picker': true,
42
+ 'k-dropdown-list': true,
43
+ 'k-dropdown': true,
44
+ 'k-rounded-md': true
45
+ }, _a["k-picker-".concat(kendoThemeMaps.sizeMap[size] || size)] = size, _a;
32
46
  }
33
47
  },
34
48
  methods: {
@@ -51,8 +65,17 @@ var PagerNumericButtonsVue2 = {
51
65
  render: function render(createElement) {
52
66
  var _this = this;
53
67
  var h = gh || createElement;
54
- var prevDots = this.start > 1 ? h("li", [h("a", {
55
- "class": "k-link",
68
+ var prevDots = this.start > 1 && h(KButton, {
69
+ fillMode: 'flat',
70
+ attrs: this.v3 ? undefined : {
71
+ fillMode: 'flat',
72
+ themeColor: 'primary',
73
+ size: this.$props.size,
74
+ rounded: null
75
+ },
76
+ themeColor: 'primary',
77
+ size: this.$props.size,
78
+ rounded: null,
56
79
  onClick: function onClick(e) {
57
80
  return _this.click(e, _this.start - 1);
58
81
  },
@@ -60,14 +83,19 @@ var PagerNumericButtonsVue2 = {
60
83
  "click": function onClick(e) {
61
84
  return _this.click(e, _this.start - 1);
62
85
  }
63
- },
64
- href: "#",
65
- attrs: this.v3 ? undefined : {
66
- href: "#"
67
86
  }
68
- }, ["..."])]) : '';
69
- var postDots = this.end < this.$props.totalPages ? h("li", [h("a", {
70
- "class": "k-link",
87
+ }, ["..."]);
88
+ var postDots = this.end < this.$props.totalPages && h(KButton, {
89
+ fillMode: 'flat',
90
+ attrs: this.v3 ? undefined : {
91
+ fillMode: 'flat',
92
+ themeColor: 'primary',
93
+ size: this.$props.size,
94
+ rounded: null
95
+ },
96
+ themeColor: 'primary',
97
+ size: this.$props.size,
98
+ rounded: null,
71
99
  onClick: function onClick(e) {
72
100
  return _this.click(e, _this.end + 1);
73
101
  },
@@ -75,25 +103,16 @@ var PagerNumericButtonsVue2 = {
75
103
  "click": function onClick(e) {
76
104
  return _this.click(e, _this.end + 1);
77
105
  }
78
- },
79
- href: "#",
80
- attrs: this.v3 ? undefined : {
81
- href: "#"
82
106
  }
83
- }, ["..."])]) : '';
107
+ }, ["..."]);
84
108
  var buttons = [];
85
109
  for (var idx = this.start; idx <= this.end; idx++) {
86
110
  buttons.push(idx);
87
111
  }
88
112
  var numerics = buttons.map(function (page) {
89
113
  var _this = this;
90
- return h("li", {
91
- key: page
92
- }, [h("a", {
93
- href: "#",
94
- attrs: this.v3 ? undefined : {
95
- href: "#"
96
- },
114
+ return h(KButton, {
115
+ key: page,
97
116
  onClick: function onClick(e) {
98
117
  return _this.click(e, page);
99
118
  },
@@ -102,12 +121,27 @@ var PagerNumericButtonsVue2 = {
102
121
  return _this.click(e, page);
103
122
  }
104
123
  },
105
- "class": this.$props.currentPage === page ? 'k-link k-selected' : 'k-link'
106
- }, [page])]);
124
+ selected: this.$props.currentPage === page,
125
+ attrs: this.v3 ? undefined : {
126
+ selected: this.$props.currentPage === page,
127
+ fillMode: 'flat',
128
+ themeColor: 'primary',
129
+ size: this.$props.size,
130
+ rounded: null,
131
+ role: "button",
132
+ "aria-current": this.$props.currentPage === page ? true : undefined
133
+ },
134
+ fillMode: 'flat',
135
+ themeColor: 'primary',
136
+ size: this.$props.size,
137
+ rounded: null,
138
+ role: "button",
139
+ "aria-current": this.$props.currentPage === page ? true : undefined
140
+ }, [page]);
107
141
  }, this);
108
142
  var dropdown = function dropdown(currentButtons) {
109
143
  return h("select", {
110
- "class": "k-dropdownlist k-picker k-picker-md k-rounded-md k-picker-solid",
144
+ "class": this.dropdownClass,
111
145
  onChange: this.ddlChange,
112
146
  on: this.v3 ? undefined : {
113
147
  "change": this.ddlChange
@@ -125,9 +159,9 @@ var PagerNumericButtonsVue2 = {
125
159
  };
126
160
  return h("div", {
127
161
  "class": "k-pager-numbers-wrap"
128
- }, [this.$props.size !== 'small' ? h("ul", {
162
+ }, [h("div", {
129
163
  "class": "k-pager-numbers"
130
- }, [prevDots, numerics, postDots]) : dropdown.call(this, buttons)]);
164
+ }, [prevDots, numerics, postDots]), dropdown.call(this, buttons)]);
131
165
  }
132
166
  };
133
167
  /**
@@ -17,6 +17,7 @@ export interface PagerPageSizesProps {
17
17
  * The page sizes.
18
18
  */
19
19
  pageSizes: number[];
20
+ size?: null | 'small' | 'medium' | 'large' | string;
20
21
  /**
21
22
  * A map with the messages.
22
23
  */
@@ -16,6 +16,7 @@ var PagerPageSizesVue2 = {
16
16
  value: [String, Number],
17
17
  pageSize: Number,
18
18
  pageSizes: Array,
19
+ size: String,
19
20
  messagesMap: Function
20
21
  },
21
22
  inject: {
@@ -71,9 +72,11 @@ var PagerPageSizesVue2 = {
71
72
  attrs: this.v3 ? undefined : {
72
73
  value: value !== undefined ? value : pageSize,
73
74
  dataItems: sizes,
75
+ size: this.$props.size,
74
76
  ariaLabel: ls.toLanguageString(pageSelectionMessage.messageKey, pageSelectionMessage.defaultMessage)
75
77
  },
76
78
  dataItems: sizes,
79
+ size: this.$props.size,
77
80
  ariaLabel: ls.toLanguageString(pageSelectionMessage.messageKey, pageSelectionMessage.defaultMessage),
78
81
  onChange: this.pageSizeChange,
79
82
  on: this.v3 ? undefined : {
@@ -7,11 +7,12 @@ var inject = allVue.inject;
7
7
  import { Button } from '@progress/kendo-vue-buttons';
8
8
  import { messages, columnMenuFilterClearButton as filterClearButton, columnMenuFilterChooseOperator as filterChooseOperator, filterTextFilterAriaLabel, filterEnumFilterDropdownAriaLabel, filterDateFilterAriaLabel, filterNumericFilterAriaLabel, filterDropDownOperatorAriaLabel } from '../messages/main.js';
9
9
  import { DropDownList } from '@progress/kendo-vue-dropdowns';
10
- import { NumericTextBox } from '@progress/kendo-vue-inputs';
10
+ import { NumericTextBox, Input } from '@progress/kendo-vue-inputs';
11
11
  import { DatePicker } from '@progress/kendo-vue-dateinputs';
12
12
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
13
13
  import { cellBoolDropdownChange, cellInputChange, cellOperatorChange } from '../filterCommon.js';
14
14
  import { templateRendering, getListeners, getTemplate } from '@progress/kendo-vue-common';
15
+ import { filterClearIcon } from '@progress/kendo-svg-icons';
15
16
  /**
16
17
  * @hidden
17
18
  */
@@ -34,7 +35,8 @@ var FilterCellVue2 = {
34
35
  booleanValues: Array,
35
36
  onChange: Function,
36
37
  render: [String, Function, Object],
37
- ariaLabel: String
38
+ ariaLabel: String,
39
+ size: String
38
40
  },
39
41
  inject: {
40
42
  kendoLocalizationService: {
@@ -85,6 +87,7 @@ var FilterCellVue2 = {
85
87
  render: function render(createElement) {
86
88
  var _this = this;
87
89
  var h = gh || createElement;
90
+ var size = this.$props.size;
88
91
  var ls = provideLocalizationService(this);
89
92
  var selectedOperator = this.$props.operators.find(function (item) {
90
93
  return item.operator === _this.$props.operator;
@@ -103,6 +106,7 @@ var FilterCellVue2 = {
103
106
  value: selectedOperator,
104
107
  attrs: this.v3 ? undefined : {
105
108
  value: selectedOperator,
109
+ size: size,
106
110
  iconClassName: "k-i-filter k-button-icon",
107
111
  "data-items": this.$props.operators,
108
112
  textField: "text",
@@ -112,6 +116,7 @@ var FilterCellVue2 = {
112
116
  },
113
117
  "aria-label": this.ariaLabel || ls.toLanguageString(filterDropDownOperatorAriaLabel, messages[filterDropDownOperatorAriaLabel])
114
118
  },
119
+ size: size,
115
120
  "class": "k-dropdown-operator",
116
121
  iconClassName: "k-i-filter k-button-icon",
117
122
  "data-items": this.$props.operators,
@@ -131,12 +136,14 @@ var FilterCellVue2 = {
131
136
  return (
132
137
  // @ts-ignore
133
138
  h(NumericTextBox, {
134
- value: value,
139
+ size: size,
135
140
  attrs: this.v3 ? undefined : {
141
+ size: size,
136
142
  value: value,
137
143
  title: this.$props.title,
138
144
  "aria-label": this.ariaLabel || ls.toLanguageString(filterNumericFilterAriaLabel, messages[filterNumericFilterAriaLabel])
139
145
  },
146
+ value: value,
140
147
  onChange: function onChange(e) {
141
148
  _this.inputChange(e.value, e.event);
142
149
  },
@@ -153,12 +160,14 @@ var FilterCellVue2 = {
153
160
  return (
154
161
  // @ts-ignore
155
162
  h(DatePicker, {
156
- value: value,
163
+ size: size,
157
164
  attrs: this.v3 ? undefined : {
165
+ size: size,
158
166
  value: value,
159
167
  title: this.$props.title,
160
168
  "aria-label": this.ariaLabel || ls.toLanguageString(filterDateFilterAriaLabel, messages[filterDateFilterAriaLabel])
161
169
  },
170
+ value: value,
162
171
  onChange: function onChange(e) {
163
172
  _this.inputChange(e.value, e);
164
173
  },
@@ -180,10 +189,9 @@ var FilterCellVue2 = {
180
189
  on: this.v3 ? undefined : {
181
190
  "change": this.boolDropdownChange
182
191
  },
183
- value: booleanValues.find(function (item) {
184
- return item.operator === (value !== null ? value : '');
185
- }),
192
+ size: size,
186
193
  attrs: this.v3 ? undefined : {
194
+ size: size,
187
195
  value: booleanValues.find(function (item) {
188
196
  return item.operator === (value !== null ? value : '');
189
197
  }),
@@ -192,6 +200,9 @@ var FilterCellVue2 = {
192
200
  title: this.$props.title,
193
201
  "aria-label": this.ariaLabel || ls.toLanguageString(filterEnumFilterDropdownAriaLabel, messages[filterEnumFilterDropdownAriaLabel])
194
202
  },
203
+ value: booleanValues.find(function (item) {
204
+ return item.operator === (value !== null ? value : '');
205
+ }),
195
206
  "data-items": booleanValues,
196
207
  textField: "text",
197
208
  title: this.$props.title,
@@ -199,14 +210,15 @@ var FilterCellVue2 = {
199
210
  })
200
211
  );
201
212
  default:
202
- return h("span", {
203
- "class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
204
- }, [h("input", {
205
- "class": "k-input-inner",
206
- value: this.v3 ? value || '' : null,
207
- domProps: this.v3 ? undefined : {
208
- "value": value || ''
213
+ return h(Input, {
214
+ size: size,
215
+ attrs: this.v3 ? undefined : {
216
+ size: size,
217
+ value: value || '',
218
+ title: this.$props.title,
219
+ "aria-label": this.ariaLabel || ls.toLanguageString(filterTextFilterAriaLabel, messages[filterTextFilterAriaLabel])
209
220
  },
221
+ value: value || '',
210
222
  onInput: function onInput(e) {
211
223
  _this.inputChange(e.target.value, e);
212
224
  },
@@ -216,28 +228,30 @@ var FilterCellVue2 = {
216
228
  }
217
229
  },
218
230
  title: this.$props.title,
219
- attrs: this.v3 ? undefined : {
220
- title: this.$props.title,
221
- "aria-label": this.ariaLabel || ls.toLanguageString(filterTextFilterAriaLabel, messages[filterTextFilterAriaLabel])
222
- },
223
231
  "aria-label": this.ariaLabel || ls.toLanguageString(filterTextFilterAriaLabel, messages[filterTextFilterAriaLabel])
224
- })]);
232
+ });
225
233
  }
226
234
  };
227
235
  var defaultRendering = h("div", {
228
236
  "class": "k-filtercell"
229
- }, [h("span", [filterComponent.call(this, this.$props.filterType, this.$props.value), h("div", {
237
+ }, [h("div", {
238
+ "class": "k-filtercell-wrapper"
239
+ }, [filterComponent.call(this, this.$props.filterType, this.$props.value), h("div", {
230
240
  "class": "k-filtercell-operator"
231
241
  }, [renderOperatorEditor.call(this),
232
242
  // @ts-ignore function children
233
243
  h(Button, {
234
- type: "button",
244
+ size: size,
235
245
  attrs: this.v3 ? undefined : {
246
+ size: size,
236
247
  type: "button",
237
248
  icon: 'filter-clear',
249
+ svgIcon: filterClearIcon,
238
250
  title: ls.toLanguageString(filterClearButton, messages[filterClearButton])
239
251
  },
252
+ type: "button",
240
253
  icon: 'filter-clear',
254
+ svgIcon: filterClearIcon,
241
255
  "class": {
242
256
  /* button is always visible if there is either value or operator */
243
257
  'k-disabled': !(!(this.$props.value === null || this.$props.value === '') || this.$props.operator)
@@ -6,6 +6,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  var inject = allVue.inject;
7
7
  import { guid, Icon, setRef } from '@progress/kendo-vue-common';
8
8
  import { Popup } from '@progress/kendo-vue-popup';
9
+ import { moreVerticalIcon } from '@progress/kendo-svg-icons';
9
10
  import { ColumnMenuContent } from './ColumnMenuContent.js';
10
11
  import { tableKeyboardNavigationTools } from '../navigation/utils.js';
11
12
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
@@ -136,8 +137,10 @@ var ColumnMenuVue2 = {
136
137
  }, [h(Icon, {
137
138
  name: 'more-vertical',
138
139
  attrs: this.v3 ? undefined : {
139
- name: 'more-vertical'
140
- }
140
+ name: 'more-vertical',
141
+ icon: moreVerticalIcon
142
+ },
143
+ icon: moreVerticalIcon
141
144
  })]),
142
145
  // @ts-ignore function children
143
146
  h(Popup, {
@@ -29,6 +29,7 @@ import { Button } from '@progress/kendo-vue-buttons';
29
29
  import { ColumnMenuItem } from './ColumnMenuItem.js';
30
30
  import { ColumnMenuItemGroup } from './ColumnMenuItemGroup.js';
31
31
  import { ColumnMenuItemContent } from './ColumnMenuItemContent.js';
32
+ import { searchIcon } from '@progress/kendo-svg-icons';
32
33
  import { Checkbox } from '@progress/kendo-vue-inputs';
33
34
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
34
35
  import { messages, columnMenuFilterClearButton as filterClearButton, columnMenuFilterSubmitButton as filterSubmitButton, columnMenuFilterTitle as filterTitle, searchPlaceholder, filterCheckAll } from '../messages/main.js';
@@ -147,8 +148,10 @@ var ColumnMenuCheckboxFilterVue2 = {
147
148
  }, [h(Icon, {
148
149
  name: 'search',
149
150
  attrs: this.v3 ? undefined : {
150
- name: 'search'
151
+ name: 'search',
152
+ icon: searchIcon
151
153
  },
154
+ icon: searchIcon,
152
155
  "class": "k-input-icon"
153
156
  }), h("input", {
154
157
  ref: 'searchBox',
@@ -166,10 +166,10 @@ var ColumnMenuSortVue2 = {
166
166
  title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
167
167
  attrs: _this.v3 ? undefined : {
168
168
  title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
169
- iconClass: 'k-i-sort-asc-sm',
169
+ iconClass: 'k-i-sort-asc-small',
170
170
  selected: sortedAsc(currentSortIndex, sort)
171
171
  },
172
- iconClass: 'k-i-sort-asc-sm',
172
+ iconClass: 'k-i-sort-asc-small',
173
173
  selected: sortedAsc(currentSortIndex, sort),
174
174
  onMenuitemclick: _this.onAscClick,
175
175
  on: _this.v3 ? undefined : {
@@ -181,10 +181,10 @@ var ColumnMenuSortVue2 = {
181
181
  title: localizationService.toLanguageString(sortDescending, messages[sortDescending]),
182
182
  attrs: _this.v3 ? undefined : {
183
183
  title: localizationService.toLanguageString(sortDescending, messages[sortDescending]),
184
- iconClass: 'k-i-sort-desc-sm',
184
+ iconClass: 'k-i-sort-desc-small',
185
185
  selected: sortedDesc(currentSortIndex, sort)
186
186
  },
187
- iconClass: 'k-i-sort-desc-sm',
187
+ iconClass: 'k-i-sort-desc-small',
188
188
  selected: sortedDesc(currentSortIndex, sort),
189
189
  onMenuitemclick: _this.onDescClick,
190
190
  on: _this.v3 ? undefined : {
@@ -195,10 +195,10 @@ var ColumnMenuSortVue2 = {
195
195
  title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
196
196
  attrs: _this.v3 ? undefined : {
197
197
  title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
198
- iconClass: 'k-i-sort-asc-sm',
198
+ iconClass: 'k-i-sort-asc-small',
199
199
  selected: sortedAsc(currentSortIndex, sort)
200
200
  },
201
- iconClass: 'k-i-sort-asc-sm',
201
+ iconClass: 'k-i-sort-asc-small',
202
202
  selected: sortedAsc(currentSortIndex, sort),
203
203
  onMenuitemclick: _this.onAscClick,
204
204
  on: _this.v3 ? undefined : {
@@ -208,10 +208,10 @@ var ColumnMenuSortVue2 = {
208
208
  title: localizationService.toLanguageString(sortDescending, messages[sortDescending]),
209
209
  attrs: _this.v3 ? undefined : {
210
210
  title: localizationService.toLanguageString(sortDescending, messages[sortDescending]),
211
- iconClass: 'k-i-sort-desc-sm',
211
+ iconClass: 'k-i-sort-desc-small',
212
212
  selected: sortedDesc(currentSortIndex, sort)
213
213
  },
214
- iconClass: 'k-i-sort-desc-sm',
214
+ iconClass: 'k-i-sort-desc-small',
215
215
  selected: sortedDesc(currentSortIndex, sort),
216
216
  onMenuitemclick: _this.onDescClick,
217
217
  on: _this.v3 ? undefined : {
@@ -57,8 +57,12 @@ var ColumnDraggableVue2 = {
57
57
  onRelease: this.onRelease,
58
58
  ref: 'draggable'
59
59
  }, this.v3 ? function () {
60
- return [h("tr", [defaultSlot])];
61
- } : [h("tr", [defaultSlot])])
60
+ return [h("tr", {
61
+ "class": 'k-table-row'
62
+ }, [defaultSlot])];
63
+ } : [h("tr", {
64
+ "class": 'k-table-row'
65
+ }, [defaultSlot])])
62
66
  );
63
67
  }
64
68
  };
@@ -29,6 +29,7 @@ import { getTemplate } from '@progress/kendo-vue-common';
29
29
  import { Button, Toolbar, ToolbarItem } from '@progress/kendo-vue-buttons';
30
30
  import { DropDownList } from '@progress/kendo-vue-dropdowns';
31
31
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
32
+ import { xIcon } from '@progress/kendo-svg-icons';
32
33
  import { unaryOperator, stringOperator } from './operators.js';
33
34
  import { messages, filterClose, filterExpressionDropdownAriaLabel, filterExpressionOperatorDropdownAriaLabel } from '../messages/main.js';
34
35
  import { TextFilter } from './filters/TextFilter.js';
@@ -273,11 +274,13 @@ var ExpressionVue2 = {
273
274
  title: locService.toLanguageString(filterClose, messages[filterClose]),
274
275
  attrs: _this.v3 ? undefined : {
275
276
  title: locService.toLanguageString(filterClose, messages[filterClose]),
276
- icon: "close",
277
+ icon: "x",
278
+ svgIcon: xIcon,
277
279
  look: "flat",
278
280
  type: "button"
279
281
  },
280
- icon: "close",
282
+ icon: "x",
283
+ svgIcon: xIcon,
281
284
  look: "flat",
282
285
  type: "button",
283
286
  onClick: _this.onFilterRemove,
@@ -289,11 +292,13 @@ var ExpressionVue2 = {
289
292
  title: locService.toLanguageString(filterClose, messages[filterClose]),
290
293
  attrs: _this.v3 ? undefined : {
291
294
  title: locService.toLanguageString(filterClose, messages[filterClose]),
292
- icon: "close",
295
+ icon: "x",
296
+ svgIcon: xIcon,
293
297
  look: "flat",
294
298
  type: "button"
295
299
  },
296
- icon: "close",
300
+ icon: "x",
301
+ svgIcon: xIcon,
297
302
  look: "flat",
298
303
  type: "button",
299
304
  onClick: _this.onFilterRemove,
@@ -396,11 +401,13 @@ var ExpressionVue2 = {
396
401
  title: locService.toLanguageString(filterClose, messages[filterClose]),
397
402
  attrs: _this.v3 ? undefined : {
398
403
  title: locService.toLanguageString(filterClose, messages[filterClose]),
399
- icon: "close",
404
+ icon: "x",
405
+ svgIcon: xIcon,
400
406
  look: "flat",
401
407
  type: "button"
402
408
  },
403
- icon: "close",
409
+ icon: "x",
410
+ svgIcon: xIcon,
404
411
  look: "flat",
405
412
  type: "button",
406
413
  onClick: _this.onFilterRemove,
@@ -412,11 +419,13 @@ var ExpressionVue2 = {
412
419
  title: locService.toLanguageString(filterClose, messages[filterClose]),
413
420
  attrs: _this.v3 ? undefined : {
414
421
  title: locService.toLanguageString(filterClose, messages[filterClose]),
415
- icon: "close",
422
+ icon: "x",
423
+ svgIcon: xIcon,
416
424
  look: "flat",
417
425
  type: "button"
418
426
  },
419
- icon: "close",
427
+ icon: "x",
428
+ svgIcon: xIcon,
420
429
  look: "flat",
421
430
  type: "button",
422
431
  onClick: _this.onFilterRemove,