@progress/kendo-vue-data-tools 2.6.3 → 2.6.4
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-data-tools.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +10 -10
- package/dist/es/filteringCells/BooleanFilter.d.ts +0 -1
- package/dist/es/filteringCells/BooleanFilter.js +0 -55
- package/dist/es/filteringCells/DateFilter.d.ts +0 -1
- package/dist/es/filteringCells/DateFilter.js +0 -12
- package/dist/es/filteringCells/FilterComponent.d.ts +0 -1
- package/dist/es/filteringCells/FilterComponent.js +0 -105
- package/dist/npm/filteringCells/BooleanFilter.d.ts +0 -1
- package/dist/npm/filteringCells/BooleanFilter.js +0 -56
- package/dist/npm/filteringCells/DateFilter.d.ts +0 -1
- package/dist/npm/filteringCells/DateFilter.js +0 -13
- package/dist/npm/filteringCells/FilterComponent.d.ts +0 -1
- package/dist/npm/filteringCells/FilterComponent.js +0 -106
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-data-tools',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1638285469,
|
|
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
|
};
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-data-tools',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1638285469,
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-data-tools",
|
|
3
3
|
"description": "Kendo UI for Vue Data Tools package",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"vue": "^2.6.12 || ^3.0.2"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@progress/kendo-vue-common": "2.6.
|
|
42
|
+
"@progress/kendo-vue-common": "2.6.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@progress/kendo-data-query": "^1.0.0",
|
|
46
46
|
"@progress/kendo-date-math": "^1.4.1",
|
|
47
47
|
"@progress/kendo-drawing": "^1.8.0",
|
|
48
48
|
"@progress/kendo-licensing": "^1.1.1",
|
|
49
|
-
"@progress/kendo-vue-animation": "2.6.
|
|
50
|
-
"@progress/kendo-vue-buttons": "2.6.
|
|
51
|
-
"@progress/kendo-vue-dateinputs": "2.6.
|
|
52
|
-
"@progress/kendo-vue-dropdowns": "2.6.
|
|
53
|
-
"@progress/kendo-vue-grid": "2.6.
|
|
54
|
-
"@progress/kendo-vue-inputs": "2.6.
|
|
55
|
-
"@progress/kendo-vue-intl": "2.6.
|
|
56
|
-
"@progress/kendo-vue-popup": "2.6.
|
|
49
|
+
"@progress/kendo-vue-animation": "2.6.4",
|
|
50
|
+
"@progress/kendo-vue-buttons": "2.6.4",
|
|
51
|
+
"@progress/kendo-vue-dateinputs": "2.6.4",
|
|
52
|
+
"@progress/kendo-vue-dropdowns": "2.6.4",
|
|
53
|
+
"@progress/kendo-vue-grid": "2.6.4",
|
|
54
|
+
"@progress/kendo-vue-inputs": "2.6.4",
|
|
55
|
+
"@progress/kendo-vue-intl": "2.6.4",
|
|
56
|
+
"@progress/kendo-vue-popup": "2.6.4"
|
|
57
57
|
},
|
|
58
58
|
"@progress": {
|
|
59
59
|
"friendlyName": "Data Tools",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
// // @ts-ignore
|
|
2
|
-
// import * as Vue from 'vue';
|
|
3
|
-
// const allVue = Vue as any;
|
|
4
|
-
// const gh = allVue.h;
|
|
5
|
-
// import { DefineComponent } from '../additionalTypes';
|
|
6
|
-
// import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
7
|
-
// type DefaultData<V> = object | ((this: V) => {});
|
|
8
|
-
// type DefaultMethods<V> = { [key: string]: (this: V, ...args: any[]) => any };
|
|
9
|
-
// import { createFilterComponent, FilterComponentSettings } from './FilterComponent';
|
|
10
|
-
// import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
11
|
-
// import { FilterCellProps } from './FilterCellProps';
|
|
12
|
-
// import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
13
|
-
// const booleanOperator: string = 'eq';
|
|
14
|
-
// const settings: FilterComponentSettings = {
|
|
15
|
-
// emptyFilter: { operator: booleanOperator, value: '' },
|
|
16
|
-
// inputComponent: _props => null,
|
|
17
|
-
// operatorComponent: function(props: any, cellProps: FilterCellProps) {
|
|
18
|
-
// const { filter = [], field } = cellProps;
|
|
19
|
-
// const current = filter.find(f => f.field === field);
|
|
20
|
-
// return (
|
|
21
|
-
// <DropDownList
|
|
22
|
-
// {...props}
|
|
23
|
-
// value={props.data.find(x => x.operator === (current ? current.value : ''))}
|
|
24
|
-
// onChange={e => {
|
|
25
|
-
// if (!cellProps.onFilterChange) {
|
|
26
|
-
// return;
|
|
27
|
-
// }
|
|
28
|
-
// const value = e.target.value.operator;
|
|
29
|
-
// if (value === '') {
|
|
30
|
-
// if (current) {
|
|
31
|
-
// cellProps.onFilterChange.call(undefined, {
|
|
32
|
-
// filter: filter.filter(f => f.field !== current.field),
|
|
33
|
-
// field,
|
|
34
|
-
// syntheticEvent: e.syntheticEvent
|
|
35
|
-
// });
|
|
36
|
-
// }
|
|
37
|
-
// return;
|
|
38
|
-
// }
|
|
39
|
-
// let filterResult: Array<FilterDescriptor> = current ?
|
|
40
|
-
// filter.map(f => f.field === field ? { ...current, value } : f) :
|
|
41
|
-
// [ ...filter, { value, field, operator: booleanOperator } ];
|
|
42
|
-
// cellProps.onFilterChange.call(undefined, {
|
|
43
|
-
// filter: filterResult,
|
|
44
|
-
// field,
|
|
45
|
-
// syntheticEvent: e.syntheticEvent
|
|
46
|
-
// });
|
|
47
|
-
// }}
|
|
48
|
-
// />
|
|
49
|
-
// );
|
|
50
|
-
// }
|
|
51
|
-
// };
|
|
52
|
-
// /**
|
|
53
|
-
// * @hidden
|
|
54
|
-
// */
|
|
55
|
-
// export class BooleanFilterCell extends createFilterComponent(settings) { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// import { createFilterComponent, FilterComponentSettings } from './FilterComponent';
|
|
2
|
-
// import { DatePicker } from '@progress/kendo-vue-dateinputs';
|
|
3
|
-
// import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
4
|
-
// const settings: FilterComponentSettings = {
|
|
5
|
-
// inputComponent: props => <DatePicker {...props} />,
|
|
6
|
-
// operatorComponent: props => <DropDownList {...props} />,
|
|
7
|
-
// emptyFilter: { operator: 'eq', value: null }
|
|
8
|
-
// };
|
|
9
|
-
// /**
|
|
10
|
-
// * @hidden
|
|
11
|
-
// */
|
|
12
|
-
// export class DateFilterCell extends createFilterComponent(settings) { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
// import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
2
|
-
// import { FilterOperator } from './FilterOperator';
|
|
3
|
-
// import { FilterComponentProps } from './FilterComponentProps';
|
|
4
|
-
// /**
|
|
5
|
-
// * @hidden
|
|
6
|
-
// */
|
|
7
|
-
// export interface FilterComponentSettings {
|
|
8
|
-
// inputComponent: (props: any) => React.ReactNode;
|
|
9
|
-
// operatorComponent: (props: any, cellProps: FilterComponentProps) => React.ReactNode;
|
|
10
|
-
// emptyFilter: FilterDescriptor;
|
|
11
|
-
// operators?: FilterOperator[];
|
|
12
|
-
// }
|
|
13
|
-
// /**
|
|
14
|
-
// * @hidden
|
|
15
|
-
// */
|
|
16
|
-
// export const createFilterComponent = (settings: FilterComponentSettings) => {
|
|
17
|
-
// const Cell: React.ComponentClass<FilterComponentProps> =
|
|
18
|
-
// class FilterComponent extends React.Component<FilterComponentProps> {
|
|
19
|
-
// filterChange = (event) => {
|
|
20
|
-
// if (this.props.onFilterChange) {
|
|
21
|
-
// this.props.onFilterChange(event);
|
|
22
|
-
// }
|
|
23
|
-
// };
|
|
24
|
-
// inputChange = (e: any) => {
|
|
25
|
-
// const value = e.target.value;
|
|
26
|
-
// const { filter = [], field = '' } = this.props;
|
|
27
|
-
// const existing = this.findCellFilter();
|
|
28
|
-
// const filterResult: Array<FilterDescriptor> = existing ?
|
|
29
|
-
// filter.map(f => f.field === field ? { ...existing, value } : f) :
|
|
30
|
-
// [ ...filter, { ...settings.emptyFilter, value, field }];
|
|
31
|
-
// this.filterChange({
|
|
32
|
-
// filter: filterResult,
|
|
33
|
-
// field,
|
|
34
|
-
// syntheticEvent: e.syntheticEvent
|
|
35
|
-
// });
|
|
36
|
-
// };
|
|
37
|
-
// operatorChange = (e: any) => {
|
|
38
|
-
// const { operator } = e.target.value;
|
|
39
|
-
// const { filter = [], field = '' } = this.props;
|
|
40
|
-
// const existing = this.findCellFilter();
|
|
41
|
-
// const filterResult: Array<FilterDescriptor> = existing ?
|
|
42
|
-
// filter.map(f => f.field === field ? { ...existing, operator } : f) :
|
|
43
|
-
// [ ...filter, { ...settings.emptyFilter, field, operator }];
|
|
44
|
-
// this.filterChange({
|
|
45
|
-
// filter: filterResult,
|
|
46
|
-
// field,
|
|
47
|
-
// syntheticEvent: e.syntheticEvent
|
|
48
|
-
// });
|
|
49
|
-
// };
|
|
50
|
-
// clearButtonClick = (e: React.SyntheticEvent<any>) => {
|
|
51
|
-
// const { filter = [], field = '' } = this.props;
|
|
52
|
-
// this.filterChange({
|
|
53
|
-
// filter: filter.filter(f => f.field !== field),
|
|
54
|
-
// field,
|
|
55
|
-
// syntheticEvent: e
|
|
56
|
-
// });
|
|
57
|
-
// };
|
|
58
|
-
// findCellFilter = (): FilterDescriptor | undefined => {
|
|
59
|
-
// const { filter = [], field } = this.props;
|
|
60
|
-
// return filter.find(f => f.field === field);
|
|
61
|
-
// };
|
|
62
|
-
// render() {
|
|
63
|
-
// const { clearButtonTitle = '', operators = [] } = this.props;
|
|
64
|
-
// const filter = this.findCellFilter() || { ...settings.emptyFilter, operator: '' };
|
|
65
|
-
// const { operator, value } = filter;
|
|
66
|
-
// const operatorComponentProps = {
|
|
67
|
-
// value: operators.find(item => item.operator === operator) || null,
|
|
68
|
-
// onChange: this.operatorChange,
|
|
69
|
-
// className: 'k-dropdown-operator',
|
|
70
|
-
// iconClassName: 'k-i-filter k-icon',
|
|
71
|
-
// data: operators,
|
|
72
|
-
// textField: 'text',
|
|
73
|
-
// popupSettings: { width: '' },
|
|
74
|
-
// components: this.props.components
|
|
75
|
-
// };
|
|
76
|
-
// return (
|
|
77
|
-
// <div className="k-filtercell">
|
|
78
|
-
// <div className="k-filtercell-wrapper">
|
|
79
|
-
// {settings.inputComponent({
|
|
80
|
-
// value, onChange: this.inputChange,
|
|
81
|
-
// components: this.props.components
|
|
82
|
-
// })}
|
|
83
|
-
// <div className="k-filtercell-operator">
|
|
84
|
-
// {settings.operatorComponent(operatorComponentProps, this.props)}
|
|
85
|
-
// <button
|
|
86
|
-
// className={
|
|
87
|
-
// /* button is always visible if there is either value or operator */
|
|
88
|
-
// (!(value === null || value === '') || operator) ?
|
|
89
|
-
// 'k-button k-button-icon k-clear-button-visible' :
|
|
90
|
-
// 'k-button k-button-icon'
|
|
91
|
-
// }
|
|
92
|
-
// title={clearButtonTitle}
|
|
93
|
-
// type="button"
|
|
94
|
-
// onClick={this.clearButtonClick}
|
|
95
|
-
// >
|
|
96
|
-
// <span className="k-icon k-i-filter-clear" />
|
|
97
|
-
// </button>
|
|
98
|
-
// </div>
|
|
99
|
-
// </div>
|
|
100
|
-
// </div>
|
|
101
|
-
// );
|
|
102
|
-
// }
|
|
103
|
-
// };
|
|
104
|
-
// return Cell;
|
|
105
|
-
// };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
// // @ts-ignore
|
|
2
|
-
// import * as Vue from 'vue';
|
|
3
|
-
// const allVue = Vue as any;
|
|
4
|
-
// const gh = allVue.h;
|
|
5
|
-
// import { DefineComponent } from '../additionalTypes';
|
|
6
|
-
// import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
7
|
-
// type DefaultData<V> = object | ((this: V) => {});
|
|
8
|
-
// type DefaultMethods<V> = { [key: string]: (this: V, ...args: any[]) => any };
|
|
9
|
-
// import { createFilterComponent, FilterComponentSettings } from './FilterComponent';
|
|
10
|
-
// import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
11
|
-
// import { FilterCellProps } from './FilterCellProps';
|
|
12
|
-
// import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
13
|
-
// const booleanOperator: string = 'eq';
|
|
14
|
-
// const settings: FilterComponentSettings = {
|
|
15
|
-
// emptyFilter: { operator: booleanOperator, value: '' },
|
|
16
|
-
// inputComponent: _props => null,
|
|
17
|
-
// operatorComponent: function(props: any, cellProps: FilterCellProps) {
|
|
18
|
-
// const { filter = [], field } = cellProps;
|
|
19
|
-
// const current = filter.find(f => f.field === field);
|
|
20
|
-
// return (
|
|
21
|
-
// <DropDownList
|
|
22
|
-
// {...props}
|
|
23
|
-
// value={props.data.find(x => x.operator === (current ? current.value : ''))}
|
|
24
|
-
// onChange={e => {
|
|
25
|
-
// if (!cellProps.onFilterChange) {
|
|
26
|
-
// return;
|
|
27
|
-
// }
|
|
28
|
-
// const value = e.target.value.operator;
|
|
29
|
-
// if (value === '') {
|
|
30
|
-
// if (current) {
|
|
31
|
-
// cellProps.onFilterChange.call(undefined, {
|
|
32
|
-
// filter: filter.filter(f => f.field !== current.field),
|
|
33
|
-
// field,
|
|
34
|
-
// syntheticEvent: e.syntheticEvent
|
|
35
|
-
// });
|
|
36
|
-
// }
|
|
37
|
-
// return;
|
|
38
|
-
// }
|
|
39
|
-
// let filterResult: Array<FilterDescriptor> = current ?
|
|
40
|
-
// filter.map(f => f.field === field ? { ...current, value } : f) :
|
|
41
|
-
// [ ...filter, { value, field, operator: booleanOperator } ];
|
|
42
|
-
// cellProps.onFilterChange.call(undefined, {
|
|
43
|
-
// filter: filterResult,
|
|
44
|
-
// field,
|
|
45
|
-
// syntheticEvent: e.syntheticEvent
|
|
46
|
-
// });
|
|
47
|
-
// }}
|
|
48
|
-
// />
|
|
49
|
-
// );
|
|
50
|
-
// }
|
|
51
|
-
// };
|
|
52
|
-
// /**
|
|
53
|
-
// * @hidden
|
|
54
|
-
// */
|
|
55
|
-
// export class BooleanFilterCell extends createFilterComponent(settings) { }
|
|
56
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// import { createFilterComponent, FilterComponentSettings } from './FilterComponent';
|
|
2
|
-
// import { DatePicker } from '@progress/kendo-vue-dateinputs';
|
|
3
|
-
// import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
4
|
-
// const settings: FilterComponentSettings = {
|
|
5
|
-
// inputComponent: props => <DatePicker {...props} />,
|
|
6
|
-
// operatorComponent: props => <DropDownList {...props} />,
|
|
7
|
-
// emptyFilter: { operator: 'eq', value: null }
|
|
8
|
-
// };
|
|
9
|
-
// /**
|
|
10
|
-
// * @hidden
|
|
11
|
-
// */
|
|
12
|
-
// export class DateFilterCell extends createFilterComponent(settings) { }
|
|
13
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
// import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
2
|
-
// import { FilterOperator } from './FilterOperator';
|
|
3
|
-
// import { FilterComponentProps } from './FilterComponentProps';
|
|
4
|
-
// /**
|
|
5
|
-
// * @hidden
|
|
6
|
-
// */
|
|
7
|
-
// export interface FilterComponentSettings {
|
|
8
|
-
// inputComponent: (props: any) => React.ReactNode;
|
|
9
|
-
// operatorComponent: (props: any, cellProps: FilterComponentProps) => React.ReactNode;
|
|
10
|
-
// emptyFilter: FilterDescriptor;
|
|
11
|
-
// operators?: FilterOperator[];
|
|
12
|
-
// }
|
|
13
|
-
// /**
|
|
14
|
-
// * @hidden
|
|
15
|
-
// */
|
|
16
|
-
// export const createFilterComponent = (settings: FilterComponentSettings) => {
|
|
17
|
-
// const Cell: React.ComponentClass<FilterComponentProps> =
|
|
18
|
-
// class FilterComponent extends React.Component<FilterComponentProps> {
|
|
19
|
-
// filterChange = (event) => {
|
|
20
|
-
// if (this.props.onFilterChange) {
|
|
21
|
-
// this.props.onFilterChange(event);
|
|
22
|
-
// }
|
|
23
|
-
// };
|
|
24
|
-
// inputChange = (e: any) => {
|
|
25
|
-
// const value = e.target.value;
|
|
26
|
-
// const { filter = [], field = '' } = this.props;
|
|
27
|
-
// const existing = this.findCellFilter();
|
|
28
|
-
// const filterResult: Array<FilterDescriptor> = existing ?
|
|
29
|
-
// filter.map(f => f.field === field ? { ...existing, value } : f) :
|
|
30
|
-
// [ ...filter, { ...settings.emptyFilter, value, field }];
|
|
31
|
-
// this.filterChange({
|
|
32
|
-
// filter: filterResult,
|
|
33
|
-
// field,
|
|
34
|
-
// syntheticEvent: e.syntheticEvent
|
|
35
|
-
// });
|
|
36
|
-
// };
|
|
37
|
-
// operatorChange = (e: any) => {
|
|
38
|
-
// const { operator } = e.target.value;
|
|
39
|
-
// const { filter = [], field = '' } = this.props;
|
|
40
|
-
// const existing = this.findCellFilter();
|
|
41
|
-
// const filterResult: Array<FilterDescriptor> = existing ?
|
|
42
|
-
// filter.map(f => f.field === field ? { ...existing, operator } : f) :
|
|
43
|
-
// [ ...filter, { ...settings.emptyFilter, field, operator }];
|
|
44
|
-
// this.filterChange({
|
|
45
|
-
// filter: filterResult,
|
|
46
|
-
// field,
|
|
47
|
-
// syntheticEvent: e.syntheticEvent
|
|
48
|
-
// });
|
|
49
|
-
// };
|
|
50
|
-
// clearButtonClick = (e: React.SyntheticEvent<any>) => {
|
|
51
|
-
// const { filter = [], field = '' } = this.props;
|
|
52
|
-
// this.filterChange({
|
|
53
|
-
// filter: filter.filter(f => f.field !== field),
|
|
54
|
-
// field,
|
|
55
|
-
// syntheticEvent: e
|
|
56
|
-
// });
|
|
57
|
-
// };
|
|
58
|
-
// findCellFilter = (): FilterDescriptor | undefined => {
|
|
59
|
-
// const { filter = [], field } = this.props;
|
|
60
|
-
// return filter.find(f => f.field === field);
|
|
61
|
-
// };
|
|
62
|
-
// render() {
|
|
63
|
-
// const { clearButtonTitle = '', operators = [] } = this.props;
|
|
64
|
-
// const filter = this.findCellFilter() || { ...settings.emptyFilter, operator: '' };
|
|
65
|
-
// const { operator, value } = filter;
|
|
66
|
-
// const operatorComponentProps = {
|
|
67
|
-
// value: operators.find(item => item.operator === operator) || null,
|
|
68
|
-
// onChange: this.operatorChange,
|
|
69
|
-
// className: 'k-dropdown-operator',
|
|
70
|
-
// iconClassName: 'k-i-filter k-icon',
|
|
71
|
-
// data: operators,
|
|
72
|
-
// textField: 'text',
|
|
73
|
-
// popupSettings: { width: '' },
|
|
74
|
-
// components: this.props.components
|
|
75
|
-
// };
|
|
76
|
-
// return (
|
|
77
|
-
// <div className="k-filtercell">
|
|
78
|
-
// <div className="k-filtercell-wrapper">
|
|
79
|
-
// {settings.inputComponent({
|
|
80
|
-
// value, onChange: this.inputChange,
|
|
81
|
-
// components: this.props.components
|
|
82
|
-
// })}
|
|
83
|
-
// <div className="k-filtercell-operator">
|
|
84
|
-
// {settings.operatorComponent(operatorComponentProps, this.props)}
|
|
85
|
-
// <button
|
|
86
|
-
// className={
|
|
87
|
-
// /* button is always visible if there is either value or operator */
|
|
88
|
-
// (!(value === null || value === '') || operator) ?
|
|
89
|
-
// 'k-button k-button-icon k-clear-button-visible' :
|
|
90
|
-
// 'k-button k-button-icon'
|
|
91
|
-
// }
|
|
92
|
-
// title={clearButtonTitle}
|
|
93
|
-
// type="button"
|
|
94
|
-
// onClick={this.clearButtonClick}
|
|
95
|
-
// >
|
|
96
|
-
// <span className="k-icon k-i-filter-clear" />
|
|
97
|
-
// </button>
|
|
98
|
-
// </div>
|
|
99
|
-
// </div>
|
|
100
|
-
// </div>
|
|
101
|
-
// );
|
|
102
|
-
// }
|
|
103
|
-
// };
|
|
104
|
-
// return Cell;
|
|
105
|
-
// };
|
|
106
|
-
"use strict";
|