@progress/kendo-angular-grid 16.7.2-develop.1 → 16.8.0-develop.2
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/esm2020/filtering/cell/numeric-filter-cell.component.mjs +5 -1
- package/esm2020/filtering/cell/row-filtering.module.mjs +0 -1
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +5 -1
- package/esm2020/filtering/menu/filter-menu.module.mjs +0 -1
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +5 -1
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +20 -2
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +5 -1
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +10 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-grid.mjs +52 -12
- package/fesm2020/progress-kendo-angular-grid.mjs +52 -12
- package/filtering/cell/numeric-filter-cell.component.d.ts +6 -1
- package/filtering/cell/string-filter-cell.component.d.ts +6 -1
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +6 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +11 -1
- package/filtering/menu/string-filter-menu-input.component.d.ts +2 -1
- package/filtering/menu/string-filter-menu.component.d.ts +11 -1
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +4 -4
|
@@ -71,7 +71,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
-
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
74
|
+
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
75
75
|
<kendo-grid-filter-wrapper-cell
|
|
76
76
|
[column]="column"
|
|
77
77
|
[filter]="filter"
|
|
@@ -93,6 +93,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
93
93
|
[max]="max"
|
|
94
94
|
[size]="size"
|
|
95
95
|
[step]="step"
|
|
96
|
+
[placeholder]="placeholder"
|
|
96
97
|
>
|
|
97
98
|
<kendo-numerictextbox-messages
|
|
98
99
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -128,6 +129,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
128
129
|
[max]="max"
|
|
129
130
|
[size]="size"
|
|
130
131
|
[step]="step"
|
|
132
|
+
[placeholder]="placeholder"
|
|
131
133
|
>
|
|
132
134
|
<kendo-numerictextbox-messages
|
|
133
135
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -144,4 +146,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
144
146
|
type: Input
|
|
145
147
|
}], showOperators: [{
|
|
146
148
|
type: Input
|
|
149
|
+
}], placeholder: [{
|
|
150
|
+
type: Input
|
|
147
151
|
}] } });
|
|
@@ -92,7 +92,6 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
92
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
93
93
|
type: NgModule,
|
|
94
94
|
args: [{
|
|
95
|
-
entryComponents: ENTRY_COMPONENTS,
|
|
96
95
|
exports: [...KENDO_GRID_FILTER_ROW],
|
|
97
96
|
imports: [...KENDO_GRID_FILTER_ROW],
|
|
98
97
|
providers: [
|
|
@@ -67,7 +67,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
70
|
-
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
70
|
+
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
71
71
|
<kendo-grid-filter-wrapper-cell
|
|
72
72
|
[column]="column"
|
|
73
73
|
[filter]="filter"
|
|
@@ -81,6 +81,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
81
81
|
kendoFilterInput
|
|
82
82
|
[columnLabel]="columnLabel"
|
|
83
83
|
[filterDelay]="filterDelay"
|
|
84
|
+
[placeholder]="placeholder"
|
|
84
85
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
85
86
|
</kendo-grid-filter-wrapper-cell>
|
|
86
87
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
@@ -102,6 +103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
102
103
|
kendoFilterInput
|
|
103
104
|
[columnLabel]="columnLabel"
|
|
104
105
|
[filterDelay]="filterDelay"
|
|
106
|
+
[placeholder]="placeholder"
|
|
105
107
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
106
108
|
</kendo-grid-filter-wrapper-cell>
|
|
107
109
|
`,
|
|
@@ -112,4 +114,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
112
114
|
type: Input
|
|
113
115
|
}], showOperators: [{
|
|
114
116
|
type: Input
|
|
117
|
+
}], placeholder: [{
|
|
118
|
+
type: Input
|
|
115
119
|
}] } });
|
|
@@ -96,7 +96,6 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
96
96
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
97
97
|
type: NgModule,
|
|
98
98
|
args: [{
|
|
99
|
-
entryComponents: ENTRY_COMPONENTS,
|
|
100
99
|
exports: [...KENDO_GRID_FILTER_MENU],
|
|
101
100
|
imports: [...KENDO_GRID_FILTER_MENU],
|
|
102
101
|
providers: [
|
|
@@ -44,7 +44,7 @@ export class NumericFilterMenuInputComponent {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
NumericFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
-
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
47
|
+
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format", placeholder: "placeholder" }, ngImport: i0, template: `
|
|
48
48
|
<kendo-grid-filter-menu-input-wrapper
|
|
49
49
|
[column]="column"
|
|
50
50
|
[filter]="filter"
|
|
@@ -67,6 +67,7 @@ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
67
67
|
[min]="min"
|
|
68
68
|
[max]="max"
|
|
69
69
|
[step]="step"
|
|
70
|
+
[placeholder]="placeholder"
|
|
70
71
|
>
|
|
71
72
|
<kendo-numerictextbox-messages
|
|
72
73
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -103,6 +104,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
103
104
|
[min]="min"
|
|
104
105
|
[max]="max"
|
|
105
106
|
[step]="step"
|
|
107
|
+
[placeholder]="placeholder"
|
|
106
108
|
>
|
|
107
109
|
<kendo-numerictextbox-messages
|
|
108
110
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -145,4 +147,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
145
147
|
type: Input
|
|
146
148
|
}], format: [{
|
|
147
149
|
type: Input
|
|
150
|
+
}], placeholder: [{
|
|
151
|
+
type: Input
|
|
148
152
|
}] } });
|
|
@@ -52,6 +52,16 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
52
52
|
* @default 500
|
|
53
53
|
*/
|
|
54
54
|
this.filterDelay = 500;
|
|
55
|
+
/**
|
|
56
|
+
* The placeholder text for the filter input.
|
|
57
|
+
* @type {string}
|
|
58
|
+
*/
|
|
59
|
+
this.placeholder = '';
|
|
60
|
+
/**
|
|
61
|
+
* The placeholder text for the extra filter input. Applies when `extra` is set to `true`.
|
|
62
|
+
* @type {string}
|
|
63
|
+
*/
|
|
64
|
+
this.extraPlaceholder = '';
|
|
55
65
|
}
|
|
56
66
|
/**
|
|
57
67
|
* @hidden
|
|
@@ -79,7 +89,7 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
79
89
|
}
|
|
80
90
|
}
|
|
81
91
|
NumericFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
82
|
-
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
92
|
+
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
83
93
|
<kendo-grid-numeric-filter-menu-input
|
|
84
94
|
[currentFilter]="firstFilter"
|
|
85
95
|
[operators]="operators"
|
|
@@ -95,6 +105,7 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
95
105
|
[step]="step"
|
|
96
106
|
[menuTabbingService]="menuTabbingService"
|
|
97
107
|
[isFirstDropDown]="true"
|
|
108
|
+
[placeholder]="placeholder"
|
|
98
109
|
>
|
|
99
110
|
</kendo-grid-numeric-filter-menu-input>
|
|
100
111
|
<kendo-dropdownlist
|
|
@@ -123,9 +134,10 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
123
134
|
[max]="max"
|
|
124
135
|
[step]="step"
|
|
125
136
|
[menuTabbingService]="menuTabbingService"
|
|
137
|
+
[placeholder]="extraPlaceholder"
|
|
126
138
|
>
|
|
127
139
|
</kendo-grid-numeric-filter-menu-input>
|
|
128
|
-
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
140
|
+
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format", "placeholder"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
129
141
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
|
|
130
142
|
type: Component,
|
|
131
143
|
args: [{
|
|
@@ -146,6 +158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
146
158
|
[step]="step"
|
|
147
159
|
[menuTabbingService]="menuTabbingService"
|
|
148
160
|
[isFirstDropDown]="true"
|
|
161
|
+
[placeholder]="placeholder"
|
|
149
162
|
>
|
|
150
163
|
</kendo-grid-numeric-filter-menu-input>
|
|
151
164
|
<kendo-dropdownlist
|
|
@@ -174,6 +187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
174
187
|
[max]="max"
|
|
175
188
|
[step]="step"
|
|
176
189
|
[menuTabbingService]="menuTabbingService"
|
|
190
|
+
[placeholder]="extraPlaceholder"
|
|
177
191
|
>
|
|
178
192
|
</kendo-grid-numeric-filter-menu-input>
|
|
179
193
|
`,
|
|
@@ -193,6 +207,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
193
207
|
type: Input
|
|
194
208
|
}], filterDelay: [{
|
|
195
209
|
type: Input
|
|
210
|
+
}], placeholder: [{
|
|
211
|
+
type: Input
|
|
212
|
+
}], extraPlaceholder: [{
|
|
213
|
+
type: Input
|
|
196
214
|
}], menuTabbingService: [{
|
|
197
215
|
type: Input
|
|
198
216
|
}] } });
|
|
@@ -30,7 +30,7 @@ export class StringFilterMenuInputComponent {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
StringFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
-
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
|
|
33
|
+
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", placeholder: "placeholder" }, ngImport: i0, template: `
|
|
34
34
|
<kendo-grid-filter-menu-input-wrapper
|
|
35
35
|
[column]="column"
|
|
36
36
|
[filter]="filter"
|
|
@@ -46,6 +46,7 @@ StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
46
46
|
kendoFilterInput
|
|
47
47
|
[columnLabel]="columnLabel"
|
|
48
48
|
[filterDelay]="0"
|
|
49
|
+
[attr.placeholder]="placeholder"
|
|
49
50
|
[ngModel]="currentFilter?.value" />
|
|
50
51
|
</kendo-grid-filter-menu-input-wrapper>
|
|
51
52
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
@@ -69,6 +70,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
69
70
|
kendoFilterInput
|
|
70
71
|
[columnLabel]="columnLabel"
|
|
71
72
|
[filterDelay]="0"
|
|
73
|
+
[attr.placeholder]="placeholder"
|
|
72
74
|
[ngModel]="currentFilter?.value" />
|
|
73
75
|
</kendo-grid-filter-menu-input-wrapper>
|
|
74
76
|
`,
|
|
@@ -91,4 +93,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
91
93
|
type: Input
|
|
92
94
|
}], menuTabbingService: [{
|
|
93
95
|
type: Input
|
|
96
|
+
}], placeholder: [{
|
|
97
|
+
type: Input
|
|
94
98
|
}] } });
|
|
@@ -73,7 +73,7 @@ export class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
76
|
+
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
77
77
|
<kendo-grid-string-filter-menu-input
|
|
78
78
|
[currentFilter]="firstFilter"
|
|
79
79
|
[operators]="operators"
|
|
@@ -81,6 +81,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
81
81
|
[column]="column"
|
|
82
82
|
[filter]="filter"
|
|
83
83
|
[isFirstDropDown]="true"
|
|
84
|
+
[placeholder]="placeholder"
|
|
84
85
|
[menuTabbingService]="menuTabbingService">
|
|
85
86
|
</kendo-grid-string-filter-menu-input>
|
|
86
87
|
<kendo-dropdownlist
|
|
@@ -101,9 +102,10 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
101
102
|
[filterService]="filterService"
|
|
102
103
|
[column]="column"
|
|
103
104
|
[filter]="filter"
|
|
105
|
+
[placeholder]="extraPlaceholder"
|
|
104
106
|
[menuTabbingService]="menuTabbingService">
|
|
105
107
|
</kendo-grid-string-filter-menu-input>
|
|
106
|
-
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
108
|
+
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService", "placeholder"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
107
109
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
108
110
|
type: Component,
|
|
109
111
|
args: [{
|
|
@@ -116,6 +118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
116
118
|
[column]="column"
|
|
117
119
|
[filter]="filter"
|
|
118
120
|
[isFirstDropDown]="true"
|
|
121
|
+
[placeholder]="placeholder"
|
|
119
122
|
[menuTabbingService]="menuTabbingService">
|
|
120
123
|
</kendo-grid-string-filter-menu-input>
|
|
121
124
|
<kendo-dropdownlist
|
|
@@ -136,6 +139,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
136
139
|
[filterService]="filterService"
|
|
137
140
|
[column]="column"
|
|
138
141
|
[filter]="filter"
|
|
142
|
+
[placeholder]="extraPlaceholder"
|
|
139
143
|
[menuTabbingService]="menuTabbingService">
|
|
140
144
|
</kendo-grid-string-filter-menu-input>
|
|
141
145
|
`,
|
|
@@ -153,6 +157,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
153
157
|
type: Input
|
|
154
158
|
}], filterService: [{
|
|
155
159
|
type: Input
|
|
160
|
+
}], placeholder: [{
|
|
161
|
+
type: Input
|
|
162
|
+
}], extraPlaceholder: [{
|
|
163
|
+
type: Input
|
|
156
164
|
}], menuTabbingService: [{
|
|
157
165
|
type: Input
|
|
158
166
|
}] } });
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-grid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.
|
|
12
|
+
publishDate: 1724164279,
|
|
13
|
+
version: '16.8.0-develop.2',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -7086,7 +7086,7 @@ class StringFilterMenuInputComponent {
|
|
|
7086
7086
|
}
|
|
7087
7087
|
}
|
|
7088
7088
|
StringFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7089
|
-
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
|
|
7089
|
+
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", placeholder: "placeholder" }, ngImport: i0, template: `
|
|
7090
7090
|
<kendo-grid-filter-menu-input-wrapper
|
|
7091
7091
|
[column]="column"
|
|
7092
7092
|
[filter]="filter"
|
|
@@ -7102,6 +7102,7 @@ StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
7102
7102
|
kendoFilterInput
|
|
7103
7103
|
[columnLabel]="columnLabel"
|
|
7104
7104
|
[filterDelay]="0"
|
|
7105
|
+
[attr.placeholder]="placeholder"
|
|
7105
7106
|
[ngModel]="currentFilter?.value" />
|
|
7106
7107
|
</kendo-grid-filter-menu-input-wrapper>
|
|
7107
7108
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
@@ -7125,6 +7126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7125
7126
|
kendoFilterInput
|
|
7126
7127
|
[columnLabel]="columnLabel"
|
|
7127
7128
|
[filterDelay]="0"
|
|
7129
|
+
[attr.placeholder]="placeholder"
|
|
7128
7130
|
[ngModel]="currentFilter?.value" />
|
|
7129
7131
|
</kendo-grid-filter-menu-input-wrapper>
|
|
7130
7132
|
`,
|
|
@@ -7147,6 +7149,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7147
7149
|
type: Input
|
|
7148
7150
|
}], menuTabbingService: [{
|
|
7149
7151
|
type: Input
|
|
7152
|
+
}], placeholder: [{
|
|
7153
|
+
type: Input
|
|
7150
7154
|
}] } });
|
|
7151
7155
|
|
|
7152
7156
|
/**
|
|
@@ -7206,7 +7210,7 @@ class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
7206
7210
|
}
|
|
7207
7211
|
}
|
|
7208
7212
|
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7209
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7213
|
+
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7210
7214
|
<kendo-grid-string-filter-menu-input
|
|
7211
7215
|
[currentFilter]="firstFilter"
|
|
7212
7216
|
[operators]="operators"
|
|
@@ -7214,6 +7218,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
7214
7218
|
[column]="column"
|
|
7215
7219
|
[filter]="filter"
|
|
7216
7220
|
[isFirstDropDown]="true"
|
|
7221
|
+
[placeholder]="placeholder"
|
|
7217
7222
|
[menuTabbingService]="menuTabbingService">
|
|
7218
7223
|
</kendo-grid-string-filter-menu-input>
|
|
7219
7224
|
<kendo-dropdownlist
|
|
@@ -7234,9 +7239,10 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
7234
7239
|
[filterService]="filterService"
|
|
7235
7240
|
[column]="column"
|
|
7236
7241
|
[filter]="filter"
|
|
7242
|
+
[placeholder]="extraPlaceholder"
|
|
7237
7243
|
[menuTabbingService]="menuTabbingService">
|
|
7238
7244
|
</kendo-grid-string-filter-menu-input>
|
|
7239
|
-
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7245
|
+
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService", "placeholder"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7240
7246
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
7241
7247
|
type: Component,
|
|
7242
7248
|
args: [{
|
|
@@ -7249,6 +7255,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7249
7255
|
[column]="column"
|
|
7250
7256
|
[filter]="filter"
|
|
7251
7257
|
[isFirstDropDown]="true"
|
|
7258
|
+
[placeholder]="placeholder"
|
|
7252
7259
|
[menuTabbingService]="menuTabbingService">
|
|
7253
7260
|
</kendo-grid-string-filter-menu-input>
|
|
7254
7261
|
<kendo-dropdownlist
|
|
@@ -7269,6 +7276,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7269
7276
|
[filterService]="filterService"
|
|
7270
7277
|
[column]="column"
|
|
7271
7278
|
[filter]="filter"
|
|
7279
|
+
[placeholder]="extraPlaceholder"
|
|
7272
7280
|
[menuTabbingService]="menuTabbingService">
|
|
7273
7281
|
</kendo-grid-string-filter-menu-input>
|
|
7274
7282
|
`,
|
|
@@ -7286,6 +7294,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7286
7294
|
type: Input
|
|
7287
7295
|
}], filterService: [{
|
|
7288
7296
|
type: Input
|
|
7297
|
+
}], placeholder: [{
|
|
7298
|
+
type: Input
|
|
7299
|
+
}], extraPlaceholder: [{
|
|
7300
|
+
type: Input
|
|
7289
7301
|
}], menuTabbingService: [{
|
|
7290
7302
|
type: Input
|
|
7291
7303
|
}] } });
|
|
@@ -7430,7 +7442,7 @@ class NumericFilterMenuInputComponent {
|
|
|
7430
7442
|
}
|
|
7431
7443
|
}
|
|
7432
7444
|
NumericFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7433
|
-
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
7445
|
+
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format", placeholder: "placeholder" }, ngImport: i0, template: `
|
|
7434
7446
|
<kendo-grid-filter-menu-input-wrapper
|
|
7435
7447
|
[column]="column"
|
|
7436
7448
|
[filter]="filter"
|
|
@@ -7453,6 +7465,7 @@ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
7453
7465
|
[min]="min"
|
|
7454
7466
|
[max]="max"
|
|
7455
7467
|
[step]="step"
|
|
7468
|
+
[placeholder]="placeholder"
|
|
7456
7469
|
>
|
|
7457
7470
|
<kendo-numerictextbox-messages
|
|
7458
7471
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -7489,6 +7502,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7489
7502
|
[min]="min"
|
|
7490
7503
|
[max]="max"
|
|
7491
7504
|
[step]="step"
|
|
7505
|
+
[placeholder]="placeholder"
|
|
7492
7506
|
>
|
|
7493
7507
|
<kendo-numerictextbox-messages
|
|
7494
7508
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -7531,6 +7545,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7531
7545
|
type: Input
|
|
7532
7546
|
}], format: [{
|
|
7533
7547
|
type: Input
|
|
7548
|
+
}], placeholder: [{
|
|
7549
|
+
type: Input
|
|
7534
7550
|
}] } });
|
|
7535
7551
|
|
|
7536
7552
|
/**
|
|
@@ -7569,6 +7585,16 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
7569
7585
|
* @default 500
|
|
7570
7586
|
*/
|
|
7571
7587
|
this.filterDelay = 500;
|
|
7588
|
+
/**
|
|
7589
|
+
* The placeholder text for the filter input.
|
|
7590
|
+
* @type {string}
|
|
7591
|
+
*/
|
|
7592
|
+
this.placeholder = '';
|
|
7593
|
+
/**
|
|
7594
|
+
* The placeholder text for the extra filter input. Applies when `extra` is set to `true`.
|
|
7595
|
+
* @type {string}
|
|
7596
|
+
*/
|
|
7597
|
+
this.extraPlaceholder = '';
|
|
7572
7598
|
}
|
|
7573
7599
|
/**
|
|
7574
7600
|
* @hidden
|
|
@@ -7596,7 +7622,7 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
7596
7622
|
}
|
|
7597
7623
|
}
|
|
7598
7624
|
NumericFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7599
|
-
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7625
|
+
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7600
7626
|
<kendo-grid-numeric-filter-menu-input
|
|
7601
7627
|
[currentFilter]="firstFilter"
|
|
7602
7628
|
[operators]="operators"
|
|
@@ -7612,6 +7638,7 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
7612
7638
|
[step]="step"
|
|
7613
7639
|
[menuTabbingService]="menuTabbingService"
|
|
7614
7640
|
[isFirstDropDown]="true"
|
|
7641
|
+
[placeholder]="placeholder"
|
|
7615
7642
|
>
|
|
7616
7643
|
</kendo-grid-numeric-filter-menu-input>
|
|
7617
7644
|
<kendo-dropdownlist
|
|
@@ -7640,9 +7667,10 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
7640
7667
|
[max]="max"
|
|
7641
7668
|
[step]="step"
|
|
7642
7669
|
[menuTabbingService]="menuTabbingService"
|
|
7670
|
+
[placeholder]="extraPlaceholder"
|
|
7643
7671
|
>
|
|
7644
7672
|
</kendo-grid-numeric-filter-menu-input>
|
|
7645
|
-
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7673
|
+
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format", "placeholder"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7646
7674
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
|
|
7647
7675
|
type: Component,
|
|
7648
7676
|
args: [{
|
|
@@ -7663,6 +7691,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7663
7691
|
[step]="step"
|
|
7664
7692
|
[menuTabbingService]="menuTabbingService"
|
|
7665
7693
|
[isFirstDropDown]="true"
|
|
7694
|
+
[placeholder]="placeholder"
|
|
7666
7695
|
>
|
|
7667
7696
|
</kendo-grid-numeric-filter-menu-input>
|
|
7668
7697
|
<kendo-dropdownlist
|
|
@@ -7691,6 +7720,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7691
7720
|
[max]="max"
|
|
7692
7721
|
[step]="step"
|
|
7693
7722
|
[menuTabbingService]="menuTabbingService"
|
|
7723
|
+
[placeholder]="extraPlaceholder"
|
|
7694
7724
|
>
|
|
7695
7725
|
</kendo-grid-numeric-filter-menu-input>
|
|
7696
7726
|
`,
|
|
@@ -7710,6 +7740,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7710
7740
|
type: Input
|
|
7711
7741
|
}], filterDelay: [{
|
|
7712
7742
|
type: Input
|
|
7743
|
+
}], placeholder: [{
|
|
7744
|
+
type: Input
|
|
7745
|
+
}], extraPlaceholder: [{
|
|
7746
|
+
type: Input
|
|
7713
7747
|
}], menuTabbingService: [{
|
|
7714
7748
|
type: Input
|
|
7715
7749
|
}] } });
|
|
@@ -9504,7 +9538,7 @@ class StringFilterCellComponent extends StringFilterComponent {
|
|
|
9504
9538
|
}
|
|
9505
9539
|
}
|
|
9506
9540
|
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: FilterService }, { token: ContextService }, { token: SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9507
|
-
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
9541
|
+
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
9508
9542
|
<kendo-grid-filter-wrapper-cell
|
|
9509
9543
|
[column]="column"
|
|
9510
9544
|
[filter]="filter"
|
|
@@ -9518,6 +9552,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
9518
9552
|
kendoFilterInput
|
|
9519
9553
|
[columnLabel]="columnLabel"
|
|
9520
9554
|
[filterDelay]="filterDelay"
|
|
9555
|
+
[placeholder]="placeholder"
|
|
9521
9556
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
9522
9557
|
</kendo-grid-filter-wrapper-cell>
|
|
9523
9558
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
@@ -9539,6 +9574,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9539
9574
|
kendoFilterInput
|
|
9540
9575
|
[columnLabel]="columnLabel"
|
|
9541
9576
|
[filterDelay]="filterDelay"
|
|
9577
|
+
[placeholder]="placeholder"
|
|
9542
9578
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
9543
9579
|
</kendo-grid-filter-wrapper-cell>
|
|
9544
9580
|
`,
|
|
@@ -9549,6 +9585,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9549
9585
|
type: Input
|
|
9550
9586
|
}], showOperators: [{
|
|
9551
9587
|
type: Input
|
|
9588
|
+
}], placeholder: [{
|
|
9589
|
+
type: Input
|
|
9552
9590
|
}] } });
|
|
9553
9591
|
|
|
9554
9592
|
/**
|
|
@@ -9606,7 +9644,7 @@ class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
9606
9644
|
}
|
|
9607
9645
|
}
|
|
9608
9646
|
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: FilterService }, { token: ContextService }, { token: SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9609
|
-
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
9647
|
+
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
9610
9648
|
<kendo-grid-filter-wrapper-cell
|
|
9611
9649
|
[column]="column"
|
|
9612
9650
|
[filter]="filter"
|
|
@@ -9628,6 +9666,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
9628
9666
|
[max]="max"
|
|
9629
9667
|
[size]="size"
|
|
9630
9668
|
[step]="step"
|
|
9669
|
+
[placeholder]="placeholder"
|
|
9631
9670
|
>
|
|
9632
9671
|
<kendo-numerictextbox-messages
|
|
9633
9672
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -9663,6 +9702,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9663
9702
|
[max]="max"
|
|
9664
9703
|
[size]="size"
|
|
9665
9704
|
[step]="step"
|
|
9705
|
+
[placeholder]="placeholder"
|
|
9666
9706
|
>
|
|
9667
9707
|
<kendo-numerictextbox-messages
|
|
9668
9708
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -9679,6 +9719,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9679
9719
|
type: Input
|
|
9680
9720
|
}], showOperators: [{
|
|
9681
9721
|
type: Input
|
|
9722
|
+
}], placeholder: [{
|
|
9723
|
+
type: Input
|
|
9682
9724
|
}] } });
|
|
9683
9725
|
|
|
9684
9726
|
/**
|
|
@@ -19390,8 +19432,8 @@ const packageMetadata = {
|
|
|
19390
19432
|
name: '@progress/kendo-angular-grid',
|
|
19391
19433
|
productName: 'Kendo UI for Angular',
|
|
19392
19434
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
19393
|
-
publishDate:
|
|
19394
|
-
version: '16.
|
|
19435
|
+
publishDate: 1724164279,
|
|
19436
|
+
version: '16.8.0-develop.2',
|
|
19395
19437
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
19396
19438
|
};
|
|
19397
19439
|
|
|
@@ -27730,7 +27772,6 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
27730
27772
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
27731
27773
|
type: NgModule,
|
|
27732
27774
|
args: [{
|
|
27733
|
-
entryComponents: ENTRY_COMPONENTS$1,
|
|
27734
27775
|
exports: [...KENDO_GRID_FILTER_ROW],
|
|
27735
27776
|
imports: [...KENDO_GRID_FILTER_ROW],
|
|
27736
27777
|
providers: [
|
|
@@ -27786,7 +27827,6 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
27786
27827
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
27787
27828
|
type: NgModule,
|
|
27788
27829
|
args: [{
|
|
27789
|
-
entryComponents: ENTRY_COMPONENTS,
|
|
27790
27830
|
exports: [...KENDO_GRID_FILTER_MENU],
|
|
27791
27831
|
imports: [...KENDO_GRID_FILTER_MENU],
|
|
27792
27832
|
providers: [
|
|
@@ -7248,7 +7248,7 @@ class StringFilterMenuInputComponent {
|
|
|
7248
7248
|
}
|
|
7249
7249
|
}
|
|
7250
7250
|
StringFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7251
|
-
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
|
|
7251
|
+
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", placeholder: "placeholder" }, ngImport: i0, template: `
|
|
7252
7252
|
<kendo-grid-filter-menu-input-wrapper
|
|
7253
7253
|
[column]="column"
|
|
7254
7254
|
[filter]="filter"
|
|
@@ -7264,6 +7264,7 @@ StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
7264
7264
|
kendoFilterInput
|
|
7265
7265
|
[columnLabel]="columnLabel"
|
|
7266
7266
|
[filterDelay]="0"
|
|
7267
|
+
[attr.placeholder]="placeholder"
|
|
7267
7268
|
[ngModel]="currentFilter?.value" />
|
|
7268
7269
|
</kendo-grid-filter-menu-input-wrapper>
|
|
7269
7270
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
@@ -7287,6 +7288,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7287
7288
|
kendoFilterInput
|
|
7288
7289
|
[columnLabel]="columnLabel"
|
|
7289
7290
|
[filterDelay]="0"
|
|
7291
|
+
[attr.placeholder]="placeholder"
|
|
7290
7292
|
[ngModel]="currentFilter?.value" />
|
|
7291
7293
|
</kendo-grid-filter-menu-input-wrapper>
|
|
7292
7294
|
`,
|
|
@@ -7309,6 +7311,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7309
7311
|
type: Input
|
|
7310
7312
|
}], menuTabbingService: [{
|
|
7311
7313
|
type: Input
|
|
7314
|
+
}], placeholder: [{
|
|
7315
|
+
type: Input
|
|
7312
7316
|
}] } });
|
|
7313
7317
|
|
|
7314
7318
|
/**
|
|
@@ -7368,7 +7372,7 @@ class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
7368
7372
|
}
|
|
7369
7373
|
}
|
|
7370
7374
|
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7371
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7375
|
+
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7372
7376
|
<kendo-grid-string-filter-menu-input
|
|
7373
7377
|
[currentFilter]="firstFilter"
|
|
7374
7378
|
[operators]="operators"
|
|
@@ -7376,6 +7380,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
7376
7380
|
[column]="column"
|
|
7377
7381
|
[filter]="filter"
|
|
7378
7382
|
[isFirstDropDown]="true"
|
|
7383
|
+
[placeholder]="placeholder"
|
|
7379
7384
|
[menuTabbingService]="menuTabbingService">
|
|
7380
7385
|
</kendo-grid-string-filter-menu-input>
|
|
7381
7386
|
<kendo-dropdownlist
|
|
@@ -7396,9 +7401,10 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
7396
7401
|
[filterService]="filterService"
|
|
7397
7402
|
[column]="column"
|
|
7398
7403
|
[filter]="filter"
|
|
7404
|
+
[placeholder]="extraPlaceholder"
|
|
7399
7405
|
[menuTabbingService]="menuTabbingService">
|
|
7400
7406
|
</kendo-grid-string-filter-menu-input>
|
|
7401
|
-
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7407
|
+
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService", "placeholder"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7402
7408
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
7403
7409
|
type: Component,
|
|
7404
7410
|
args: [{
|
|
@@ -7411,6 +7417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7411
7417
|
[column]="column"
|
|
7412
7418
|
[filter]="filter"
|
|
7413
7419
|
[isFirstDropDown]="true"
|
|
7420
|
+
[placeholder]="placeholder"
|
|
7414
7421
|
[menuTabbingService]="menuTabbingService">
|
|
7415
7422
|
</kendo-grid-string-filter-menu-input>
|
|
7416
7423
|
<kendo-dropdownlist
|
|
@@ -7431,6 +7438,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7431
7438
|
[filterService]="filterService"
|
|
7432
7439
|
[column]="column"
|
|
7433
7440
|
[filter]="filter"
|
|
7441
|
+
[placeholder]="extraPlaceholder"
|
|
7434
7442
|
[menuTabbingService]="menuTabbingService">
|
|
7435
7443
|
</kendo-grid-string-filter-menu-input>
|
|
7436
7444
|
`,
|
|
@@ -7448,6 +7456,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7448
7456
|
type: Input
|
|
7449
7457
|
}], filterService: [{
|
|
7450
7458
|
type: Input
|
|
7459
|
+
}], placeholder: [{
|
|
7460
|
+
type: Input
|
|
7461
|
+
}], extraPlaceholder: [{
|
|
7462
|
+
type: Input
|
|
7451
7463
|
}], menuTabbingService: [{
|
|
7452
7464
|
type: Input
|
|
7453
7465
|
}] } });
|
|
@@ -7592,7 +7604,7 @@ class NumericFilterMenuInputComponent {
|
|
|
7592
7604
|
}
|
|
7593
7605
|
}
|
|
7594
7606
|
NumericFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7595
|
-
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
7607
|
+
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format", placeholder: "placeholder" }, ngImport: i0, template: `
|
|
7596
7608
|
<kendo-grid-filter-menu-input-wrapper
|
|
7597
7609
|
[column]="column"
|
|
7598
7610
|
[filter]="filter"
|
|
@@ -7615,6 +7627,7 @@ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
7615
7627
|
[min]="min"
|
|
7616
7628
|
[max]="max"
|
|
7617
7629
|
[step]="step"
|
|
7630
|
+
[placeholder]="placeholder"
|
|
7618
7631
|
>
|
|
7619
7632
|
<kendo-numerictextbox-messages
|
|
7620
7633
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -7651,6 +7664,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7651
7664
|
[min]="min"
|
|
7652
7665
|
[max]="max"
|
|
7653
7666
|
[step]="step"
|
|
7667
|
+
[placeholder]="placeholder"
|
|
7654
7668
|
>
|
|
7655
7669
|
<kendo-numerictextbox-messages
|
|
7656
7670
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -7693,6 +7707,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7693
7707
|
type: Input
|
|
7694
7708
|
}], format: [{
|
|
7695
7709
|
type: Input
|
|
7710
|
+
}], placeholder: [{
|
|
7711
|
+
type: Input
|
|
7696
7712
|
}] } });
|
|
7697
7713
|
|
|
7698
7714
|
/**
|
|
@@ -7731,6 +7747,16 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
7731
7747
|
* @default 500
|
|
7732
7748
|
*/
|
|
7733
7749
|
this.filterDelay = 500;
|
|
7750
|
+
/**
|
|
7751
|
+
* The placeholder text for the filter input.
|
|
7752
|
+
* @type {string}
|
|
7753
|
+
*/
|
|
7754
|
+
this.placeholder = '';
|
|
7755
|
+
/**
|
|
7756
|
+
* The placeholder text for the extra filter input. Applies when `extra` is set to `true`.
|
|
7757
|
+
* @type {string}
|
|
7758
|
+
*/
|
|
7759
|
+
this.extraPlaceholder = '';
|
|
7734
7760
|
}
|
|
7735
7761
|
/**
|
|
7736
7762
|
* @hidden
|
|
@@ -7758,7 +7784,7 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
7758
7784
|
}
|
|
7759
7785
|
}
|
|
7760
7786
|
NumericFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7761
|
-
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7787
|
+
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
7762
7788
|
<kendo-grid-numeric-filter-menu-input
|
|
7763
7789
|
[currentFilter]="firstFilter"
|
|
7764
7790
|
[operators]="operators"
|
|
@@ -7774,6 +7800,7 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
7774
7800
|
[step]="step"
|
|
7775
7801
|
[menuTabbingService]="menuTabbingService"
|
|
7776
7802
|
[isFirstDropDown]="true"
|
|
7803
|
+
[placeholder]="placeholder"
|
|
7777
7804
|
>
|
|
7778
7805
|
</kendo-grid-numeric-filter-menu-input>
|
|
7779
7806
|
<kendo-dropdownlist
|
|
@@ -7802,9 +7829,10 @@ NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
7802
7829
|
[max]="max"
|
|
7803
7830
|
[step]="step"
|
|
7804
7831
|
[menuTabbingService]="menuTabbingService"
|
|
7832
|
+
[placeholder]="extraPlaceholder"
|
|
7805
7833
|
>
|
|
7806
7834
|
</kendo-grid-numeric-filter-menu-input>
|
|
7807
|
-
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7835
|
+
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format", "placeholder"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
7808
7836
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
|
|
7809
7837
|
type: Component,
|
|
7810
7838
|
args: [{
|
|
@@ -7825,6 +7853,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7825
7853
|
[step]="step"
|
|
7826
7854
|
[menuTabbingService]="menuTabbingService"
|
|
7827
7855
|
[isFirstDropDown]="true"
|
|
7856
|
+
[placeholder]="placeholder"
|
|
7828
7857
|
>
|
|
7829
7858
|
</kendo-grid-numeric-filter-menu-input>
|
|
7830
7859
|
<kendo-dropdownlist
|
|
@@ -7853,6 +7882,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7853
7882
|
[max]="max"
|
|
7854
7883
|
[step]="step"
|
|
7855
7884
|
[menuTabbingService]="menuTabbingService"
|
|
7885
|
+
[placeholder]="extraPlaceholder"
|
|
7856
7886
|
>
|
|
7857
7887
|
</kendo-grid-numeric-filter-menu-input>
|
|
7858
7888
|
`,
|
|
@@ -7872,6 +7902,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7872
7902
|
type: Input
|
|
7873
7903
|
}], filterDelay: [{
|
|
7874
7904
|
type: Input
|
|
7905
|
+
}], placeholder: [{
|
|
7906
|
+
type: Input
|
|
7907
|
+
}], extraPlaceholder: [{
|
|
7908
|
+
type: Input
|
|
7875
7909
|
}], menuTabbingService: [{
|
|
7876
7910
|
type: Input
|
|
7877
7911
|
}] } });
|
|
@@ -9467,7 +9501,7 @@ class StringFilterCellComponent extends StringFilterComponent {
|
|
|
9467
9501
|
}
|
|
9468
9502
|
}
|
|
9469
9503
|
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: FilterService }, { token: ContextService }, { token: SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9470
|
-
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
9504
|
+
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
9471
9505
|
<kendo-grid-filter-wrapper-cell
|
|
9472
9506
|
[column]="column"
|
|
9473
9507
|
[filter]="filter"
|
|
@@ -9481,6 +9515,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
9481
9515
|
kendoFilterInput
|
|
9482
9516
|
[columnLabel]="columnLabel"
|
|
9483
9517
|
[filterDelay]="filterDelay"
|
|
9518
|
+
[placeholder]="placeholder"
|
|
9484
9519
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
9485
9520
|
</kendo-grid-filter-wrapper-cell>
|
|
9486
9521
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
@@ -9502,6 +9537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9502
9537
|
kendoFilterInput
|
|
9503
9538
|
[columnLabel]="columnLabel"
|
|
9504
9539
|
[filterDelay]="filterDelay"
|
|
9540
|
+
[placeholder]="placeholder"
|
|
9505
9541
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
9506
9542
|
</kendo-grid-filter-wrapper-cell>
|
|
9507
9543
|
`,
|
|
@@ -9512,6 +9548,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9512
9548
|
type: Input
|
|
9513
9549
|
}], showOperators: [{
|
|
9514
9550
|
type: Input
|
|
9551
|
+
}], placeholder: [{
|
|
9552
|
+
type: Input
|
|
9515
9553
|
}] } });
|
|
9516
9554
|
|
|
9517
9555
|
/**
|
|
@@ -9569,7 +9607,7 @@ class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
9569
9607
|
}
|
|
9570
9608
|
}
|
|
9571
9609
|
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: FilterService }, { token: ContextService }, { token: SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9572
|
-
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
9610
|
+
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
9573
9611
|
<kendo-grid-filter-wrapper-cell
|
|
9574
9612
|
[column]="column"
|
|
9575
9613
|
[filter]="filter"
|
|
@@ -9591,6 +9629,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
9591
9629
|
[max]="max"
|
|
9592
9630
|
[size]="size"
|
|
9593
9631
|
[step]="step"
|
|
9632
|
+
[placeholder]="placeholder"
|
|
9594
9633
|
>
|
|
9595
9634
|
<kendo-numerictextbox-messages
|
|
9596
9635
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -9626,6 +9665,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9626
9665
|
[max]="max"
|
|
9627
9666
|
[size]="size"
|
|
9628
9667
|
[step]="step"
|
|
9668
|
+
[placeholder]="placeholder"
|
|
9629
9669
|
>
|
|
9630
9670
|
<kendo-numerictextbox-messages
|
|
9631
9671
|
[increment]="messageFor('filterNumericIncrement')"
|
|
@@ -9642,6 +9682,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9642
9682
|
type: Input
|
|
9643
9683
|
}], showOperators: [{
|
|
9644
9684
|
type: Input
|
|
9685
|
+
}], placeholder: [{
|
|
9686
|
+
type: Input
|
|
9645
9687
|
}] } });
|
|
9646
9688
|
|
|
9647
9689
|
/**
|
|
@@ -19292,8 +19334,8 @@ const packageMetadata = {
|
|
|
19292
19334
|
name: '@progress/kendo-angular-grid',
|
|
19293
19335
|
productName: 'Kendo UI for Angular',
|
|
19294
19336
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
19295
|
-
publishDate:
|
|
19296
|
-
version: '16.
|
|
19337
|
+
publishDate: 1724164279,
|
|
19338
|
+
version: '16.8.0-develop.2',
|
|
19297
19339
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
19298
19340
|
};
|
|
19299
19341
|
|
|
@@ -27618,7 +27660,6 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
27618
27660
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
27619
27661
|
type: NgModule,
|
|
27620
27662
|
args: [{
|
|
27621
|
-
entryComponents: ENTRY_COMPONENTS$1,
|
|
27622
27663
|
exports: [...KENDO_GRID_FILTER_ROW],
|
|
27623
27664
|
imports: [...KENDO_GRID_FILTER_ROW],
|
|
27624
27665
|
providers: [
|
|
@@ -27674,7 +27715,6 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
27674
27715
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
27675
27716
|
type: NgModule,
|
|
27676
27717
|
args: [{
|
|
27677
|
-
entryComponents: ENTRY_COMPONENTS,
|
|
27678
27718
|
exports: [...KENDO_GRID_FILTER_MENU],
|
|
27679
27719
|
imports: [...KENDO_GRID_FILTER_MENU],
|
|
27680
27720
|
providers: [
|
|
@@ -39,6 +39,11 @@ export declare class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
39
39
|
* @default true
|
|
40
40
|
*/
|
|
41
41
|
showOperators: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* The placeholder text for the filter input.
|
|
44
|
+
* @type {string}
|
|
45
|
+
*/
|
|
46
|
+
placeholder: string;
|
|
42
47
|
private subs;
|
|
43
48
|
constructor(filterService: FilterService, ctx: ContextService, sizingService: SizingOptionsService);
|
|
44
49
|
ngOnDestroy(): void;
|
|
@@ -51,5 +56,5 @@ export declare class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
51
56
|
*/
|
|
52
57
|
get columnLabel(): string;
|
|
53
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterCellComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-grid-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, true, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-grid-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; "placeholder": "placeholder"; }, {}, never, never, true, never>;
|
|
55
60
|
}
|
|
@@ -37,6 +37,11 @@ export declare class StringFilterCellComponent extends StringFilterComponent {
|
|
|
37
37
|
* @default true
|
|
38
38
|
*/
|
|
39
39
|
showOperators: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* The placeholder text for the filter input.
|
|
42
|
+
* @type {string}
|
|
43
|
+
*/
|
|
44
|
+
placeholder: string;
|
|
40
45
|
private subs;
|
|
41
46
|
constructor(filterService: FilterService, ctx: ContextService, sizingService: SizingOptionsService);
|
|
42
47
|
ngOnDestroy(): void;
|
|
@@ -45,5 +50,5 @@ export declare class StringFilterCellComponent extends StringFilterComponent {
|
|
|
45
50
|
*/
|
|
46
51
|
get columnLabel(): string;
|
|
47
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterCellComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-grid-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, true, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-grid-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; "placeholder": "placeholder"; }, {}, never, never, true, never>;
|
|
49
54
|
}
|
|
@@ -57,6 +57,11 @@ export declare class NumericFilterMenuInputComponent {
|
|
|
57
57
|
* By default, the `column.format` value is used (if set).
|
|
58
58
|
*/
|
|
59
59
|
format: string;
|
|
60
|
+
/**
|
|
61
|
+
* The placeholder text for the filter input.
|
|
62
|
+
* @type {string}
|
|
63
|
+
*/
|
|
64
|
+
placeholder: string;
|
|
60
65
|
constructor(ctx: ContextService);
|
|
61
66
|
messageFor(key: string): string;
|
|
62
67
|
/**
|
|
@@ -64,5 +69,5 @@ export declare class NumericFilterMenuInputComponent {
|
|
|
64
69
|
*/
|
|
65
70
|
get columnLabel(): string;
|
|
66
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuInputComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-grid-numeric-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "filterDelay": "filterDelay"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never, never, true, never>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-grid-numeric-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "filterDelay": "filterDelay"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; "placeholder": "placeholder"; }, {}, never, never, true, never>;
|
|
68
73
|
}
|
|
@@ -59,6 +59,16 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
59
59
|
* @default 500
|
|
60
60
|
*/
|
|
61
61
|
filterDelay: number;
|
|
62
|
+
/**
|
|
63
|
+
* The placeholder text for the filter input.
|
|
64
|
+
* @type {string}
|
|
65
|
+
*/
|
|
66
|
+
placeholder: string;
|
|
67
|
+
/**
|
|
68
|
+
* The placeholder text for the extra filter input. Applies when `extra` is set to `true`.
|
|
69
|
+
* @type {string}
|
|
70
|
+
*/
|
|
71
|
+
extraPlaceholder: string;
|
|
62
72
|
/**
|
|
63
73
|
* @hidden
|
|
64
74
|
*/
|
|
@@ -70,5 +80,5 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
70
80
|
get filterMenuDropDownLabel(): string;
|
|
71
81
|
protected localizationChange(): void;
|
|
72
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-grid-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "filterDelay": "filterDelay"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-grid-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "filterDelay": "filterDelay"; "placeholder": "placeholder"; "extraPlaceholder": "extraPlaceholder"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
|
|
74
84
|
}
|
|
@@ -24,8 +24,9 @@ export declare class StringFilterMenuInputComponent {
|
|
|
24
24
|
filterService: FilterService;
|
|
25
25
|
isFirstDropDown: boolean;
|
|
26
26
|
menuTabbingService: MenuTabbingService;
|
|
27
|
+
placeholder: string;
|
|
27
28
|
constructor(ctx: ContextService);
|
|
28
29
|
get columnLabel(): string;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuInputComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-grid-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-grid-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "isFirstDropDown": "isFirstDropDown"; "menuTabbingService": "menuTabbingService"; "placeholder": "placeholder"; }, {}, never, never, true, never>;
|
|
31
32
|
}
|
|
@@ -53,6 +53,16 @@ export declare class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
53
53
|
* The `FilterService` instance which is responsible for handling the changes in the filter descriptor.
|
|
54
54
|
*/
|
|
55
55
|
filterService: FilterService;
|
|
56
|
+
/**
|
|
57
|
+
* The placeholder text for the filter input.
|
|
58
|
+
* @type {string}
|
|
59
|
+
*/
|
|
60
|
+
placeholder: any;
|
|
61
|
+
/**
|
|
62
|
+
* The placeholder text for the second filter input. Applies when `extra` is set to `true`.
|
|
63
|
+
* @type {string}
|
|
64
|
+
*/
|
|
65
|
+
extraPlaceholder: any;
|
|
56
66
|
/**
|
|
57
67
|
* @hidden
|
|
58
68
|
*/
|
|
@@ -64,5 +74,5 @@ export declare class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
64
74
|
get filterMenuDropDownLabel(): string;
|
|
65
75
|
protected localizationChange(): void;
|
|
66
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-grid-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-grid-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; "placeholder": "placeholder"; "extraPlaceholder": "extraPlaceholder"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
|
|
68
78
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.8.0-develop.2",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.19.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "16.
|
|
37
|
-
"@progress/kendo-angular-common": "16.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "16.
|
|
39
|
-
"@progress/kendo-angular-layout": "16.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "16.
|
|
41
|
-
"@progress/kendo-angular-excel-export": "16.
|
|
42
|
-
"@progress/kendo-angular-icons": "16.
|
|
43
|
-
"@progress/kendo-angular-inputs": "16.
|
|
44
|
-
"@progress/kendo-angular-intl": "16.
|
|
45
|
-
"@progress/kendo-angular-l10n": "16.
|
|
46
|
-
"@progress/kendo-angular-label": "16.
|
|
47
|
-
"@progress/kendo-angular-pdf-export": "16.
|
|
48
|
-
"@progress/kendo-angular-popup": "16.
|
|
49
|
-
"@progress/kendo-angular-utils": "16.
|
|
36
|
+
"@progress/kendo-angular-buttons": "16.8.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-common": "16.8.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "16.8.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-layout": "16.8.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "16.8.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "16.8.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-icons": "16.8.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-inputs": "16.8.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-intl": "16.8.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-l10n": "16.8.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-label": "16.8.0-develop.2",
|
|
47
|
+
"@progress/kendo-angular-pdf-export": "16.8.0-develop.2",
|
|
48
|
+
"@progress/kendo-angular-popup": "16.8.0-develop.2",
|
|
49
|
+
"@progress/kendo-angular-utils": "16.8.0-develop.2",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
|
-
"@progress/kendo-angular-schematics": "16.
|
|
54
|
+
"@progress/kendo-angular-schematics": "16.8.0-develop.2",
|
|
55
55
|
"@progress/kendo-common": "^0.2.0",
|
|
56
56
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
57
57
|
},
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '16.
|
|
8
|
-
'@progress/kendo-angular-navigation': '16.
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.8.0-develop.2',
|
|
8
|
+
'@progress/kendo-angular-navigation': '16.8.0-develop.2',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '16.
|
|
10
|
+
'@progress/kendo-angular-dialog': '16.8.0-develop.2',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^3.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '16.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '16.8.0-develop.2'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|