@progress/kendo-angular-treelist 20.1.2-develop.2 → 21.0.0-develop.11
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/data/data-item.interface.d.ts +1 -1
- package/esm2022/binding-directives/base-binding.directive.mjs +4 -4
- package/esm2022/binding-directives/data-bound-tree-component.mjs +3 -3
- package/esm2022/binding-directives/flat-binding.directive.mjs +5 -5
- package/esm2022/binding-directives/hierarchy-binding.directive.mjs +5 -5
- package/esm2022/column-menu/column-chooser-item-checked.directive.mjs +4 -4
- package/esm2022/column-menu/column-chooser.component.mjs +4 -4
- package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
- package/esm2022/column-menu/column-list.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
- package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
- package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
- package/esm2022/column-menu/column-menu-item.component.mjs +3 -3
- package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
- package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
- package/esm2022/column-menu/column-menu.component.mjs +5 -5
- package/esm2022/column-menu/column-menu.service.mjs +4 -4
- package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
- package/esm2022/column-resizing/column-resizing.service.mjs +3 -3
- package/esm2022/column-resizing/table.directive.mjs +4 -4
- package/esm2022/columns/checkbox-column.component.mjs +5 -5
- package/esm2022/columns/column-base.mjs +4 -4
- package/esm2022/columns/column-group.component.mjs +5 -5
- package/esm2022/columns/column.component.mjs +5 -5
- package/esm2022/columns/command-column.component.mjs +5 -5
- package/esm2022/columns/rowreorder-column.component.mjs +5 -5
- package/esm2022/columns/span-column.component.mjs +5 -5
- package/esm2022/common/column-info.service.mjs +3 -3
- package/esm2022/common/dom-events.service.mjs +3 -3
- package/esm2022/common/id.service.mjs +4 -4
- package/esm2022/common/option-changes.service.mjs +3 -3
- package/esm2022/common/provider.service.mjs +4 -4
- package/esm2022/common/single-popup.service.mjs +4 -4
- package/esm2022/data/change-notification.service.mjs +4 -4
- package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
- package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
- package/esm2022/dragdrop/drag-hint.service.mjs +4 -4
- package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
- package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
- package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
- package/esm2022/editing/add-command-tool.directive.mjs +4 -4
- package/esm2022/editing/add-command.directive.mjs +4 -4
- package/esm2022/editing/base-command.directive.mjs +4 -4
- package/esm2022/editing/cancel-command.directive.mjs +4 -4
- package/esm2022/editing/edit-command.directive.mjs +4 -4
- package/esm2022/editing/edit-template.directive.mjs +5 -5
- package/esm2022/editing/edit.service.mjs +5 -5
- package/esm2022/editing/remove-command.directive.mjs +4 -4
- package/esm2022/editing/save-command.directive.mjs +4 -4
- package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
- package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
- package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
- package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
- package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
- package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
- package/esm2022/excel/excel-command.directive.mjs +4 -4
- package/esm2022/excel/excel.component.mjs +4 -4
- package/esm2022/excel/excel.module.mjs +4 -4
- package/esm2022/excel/excel.service.mjs +3 -3
- package/esm2022/expand-state/expand-state.service.mjs +3 -3
- package/esm2022/expand-state/expandable-tree-component.mjs +3 -3
- package/esm2022/expand-state/expandable.directive.mjs +4 -4
- package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/boolean-filter.component.mjs +4 -4
- package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
- package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/date-filter.component.mjs +4 -4
- package/esm2022/filtering/filter-host.directive.mjs +4 -4
- package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
- package/esm2022/filtering/filter-input.directive.mjs +5 -5
- package/esm2022/filtering/filter-row.component.mjs +4 -4
- package/esm2022/filtering/filter.service.mjs +5 -5
- package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
- package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
- package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
- package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
- package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
- package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
- package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
- package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
- package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/numeric-filter.component.mjs +4 -4
- package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
- package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/string-filter.component.mjs +4 -4
- package/esm2022/layout/browser-support.service.mjs +4 -4
- package/esm2022/layout/resizable.directive.mjs +4 -4
- package/esm2022/layout/resize.service.mjs +3 -3
- package/esm2022/layout/responsive.service.mjs +3 -3
- package/esm2022/localization/custom-messages.component.mjs +4 -4
- package/esm2022/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/localization/messages.mjs +3 -3
- package/esm2022/navigation/focus-group.mjs +4 -4
- package/esm2022/navigation/focus-root.mjs +5 -5
- package/esm2022/navigation/focusable.directive.mjs +5 -5
- package/esm2022/navigation/logical-cell.directive.mjs +4 -4
- package/esm2022/navigation/logical-row.directive.mjs +4 -4
- package/esm2022/navigation/navigation.service.mjs +5 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
- package/esm2022/pdf/pdf-command.directive.mjs +4 -4
- package/esm2022/pdf/pdf-margin.component.mjs +3 -3
- package/esm2022/pdf/pdf-template.directive.mjs +5 -5
- package/esm2022/pdf/pdf.component.mjs +4 -4
- package/esm2022/pdf/pdf.module.mjs +4 -4
- package/esm2022/pdf/pdf.service.mjs +3 -3
- package/esm2022/rendering/cell-template.directive.mjs +5 -5
- package/esm2022/rendering/cell.component.mjs +4 -4
- package/esm2022/rendering/common/col-group.component.mjs +3 -3
- package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
- package/esm2022/rendering/common/level-items.pipe.mjs +3 -3
- package/esm2022/rendering/common/loading.component.mjs +4 -4
- package/esm2022/rendering/common/spacer.component.mjs +3 -3
- package/esm2022/rendering/footer-template.directive.mjs +5 -5
- package/esm2022/rendering/header/header-template.directive.mjs +5 -5
- package/esm2022/rendering/header/header.component.mjs +4 -4
- package/esm2022/rendering/header/select-all-checkbox.directive.mjs +4 -4
- package/esm2022/rendering/list.component.mjs +5 -5
- package/esm2022/rendering/no-records-template.directive.mjs +5 -5
- package/esm2022/rendering/table-body.component.mjs +5 -5
- package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
- package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
- package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
- package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
- package/esm2022/row-reordering/flat-reorder.service.mjs +3 -3
- package/esm2022/row-reordering/hierarchical-reorder.service.mjs +3 -3
- package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
- package/esm2022/scrolling/scroll-request.service.mjs +3 -3
- package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
- package/esm2022/scrolling/suspend.service.mjs +3 -3
- package/esm2022/selection/marquee.directive.mjs +4 -4
- package/esm2022/selection/selectable.directive.mjs +4 -4
- package/esm2022/selection/selection.service.mjs +3 -3
- package/esm2022/treelist.component.mjs +4 -4
- package/esm2022/treelist.module.mjs +4 -4
- package/fesm2022/progress-kendo-angular-treelist.mjs +688 -688
- package/filtering/filterable.d.ts +1 -1
- package/package.json +23 -23
- package/schematics/ngAdd/index.js +4 -4
|
@@ -176,8 +176,8 @@ export class FilterMenuContainerComponent {
|
|
|
176
176
|
get filterText() {
|
|
177
177
|
return this.localization.get("filterFilterButton");
|
|
178
178
|
}
|
|
179
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
180
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
179
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.FilterService, skipSelf: true }, { token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
180
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
|
181
181
|
FilterService,
|
|
182
182
|
MenuTabbingService
|
|
183
183
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
|
@@ -221,7 +221,7 @@ export class FilterMenuContainerComponent {
|
|
|
221
221
|
</form>
|
|
222
222
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
223
223
|
}
|
|
224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
|
225
225
|
type: Component,
|
|
226
226
|
args: [{
|
|
227
227
|
providers: [
|
|
@@ -272,9 +272,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
272
272
|
standalone: true,
|
|
273
273
|
imports: [ReactiveFormsModule, FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass, ButtonComponent]
|
|
274
274
|
}]
|
|
275
|
-
}], ctorParameters:
|
|
275
|
+
}], ctorParameters: () => [{ type: i1.FilterService, decorators: [{
|
|
276
276
|
type: SkipSelf
|
|
277
|
-
}] }, { type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i3.MenuTabbingService }]
|
|
277
|
+
}] }, { type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i3.MenuTabbingService }], propDecorators: { close: [{
|
|
278
278
|
type: Output
|
|
279
279
|
}], column: [{
|
|
280
280
|
type: Input
|
|
@@ -30,15 +30,15 @@ export class FilterMenuDropDownListDirective {
|
|
|
30
30
|
this.host.toggle(false);
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[kendoFilterMenuDropDown]',
|
|
40
40
|
standalone: true
|
|
41
41
|
}]
|
|
42
|
-
}], ctorParameters:
|
|
42
|
+
}], ctorParameters: () => [{ type: i1.DropDownListComponent }], propDecorators: { filterMenuDropDownLabel: [{
|
|
43
43
|
type: Input
|
|
44
44
|
}] } });
|
|
@@ -30,16 +30,16 @@ export class FilterMenuHostDirective extends FilterHostDirective {
|
|
|
30
30
|
this.component.instance.filterService = this.filterService;
|
|
31
31
|
this.component.instance.menuTabbingService = this.menuTabbingService;
|
|
32
32
|
}
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[kendoFilterMenuHost]',
|
|
40
40
|
standalone: true
|
|
41
41
|
}]
|
|
42
|
-
}], ctorParameters:
|
|
42
|
+
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { filterService: [{
|
|
43
43
|
type: Input
|
|
44
44
|
}], menuTabbingService: [{
|
|
45
45
|
type: Input
|
|
@@ -85,8 +85,8 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
|
|
|
85
85
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
86
86
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
87
87
|
}
|
|
88
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
89
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
88
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
89
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
90
90
|
<kendo-dropdownlist
|
|
91
91
|
kendoFilterMenuDropDown
|
|
92
92
|
[filterMenuDropDownLabel]="filterMenuDropDownLabel"
|
|
@@ -101,7 +101,7 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
|
|
|
101
101
|
<ng-content></ng-content>
|
|
102
102
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "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"] }] });
|
|
103
103
|
}
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{
|
|
107
107
|
selector: 'kendo-treelist-filter-menu-input-wrapper',
|
|
@@ -122,7 +122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
122
122
|
standalone: true,
|
|
123
123
|
imports: [DropDownListComponent, FilterMenuDropDownListDirective]
|
|
124
124
|
}]
|
|
125
|
-
}], ctorParameters:
|
|
125
|
+
}], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { filterService: [{
|
|
126
126
|
type: Input
|
|
127
127
|
}], isFirstDropDown: [{
|
|
128
128
|
type: Input
|
|
@@ -29,15 +29,15 @@ export class FilterMenuTemplateDirective {
|
|
|
29
29
|
constructor(templateRef) {
|
|
30
30
|
this.templateRef = templateRef;
|
|
31
31
|
}
|
|
32
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
33
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
32
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterMenuTemplate]", ngImport: i0 });
|
|
34
34
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
|
|
36
36
|
type: Directive,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: '[kendoTreeListFilterMenuTemplate]',
|
|
39
39
|
standalone: true
|
|
40
40
|
}]
|
|
41
|
-
}], ctorParameters:
|
|
41
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
42
42
|
type: Optional
|
|
43
|
-
}] }]
|
|
43
|
+
}] }] });
|
|
@@ -126,8 +126,8 @@ export class FilterMenuComponent {
|
|
|
126
126
|
focusRoot() {
|
|
127
127
|
this.isNavigable ? this.navigationService.focusCell(0, this.column.leafIndex) : this.anchor.nativeElement.focus();
|
|
128
128
|
}
|
|
129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
130
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
129
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuComponent, deps: [{ token: i1.FilterService }, { token: i2.SinglePopupService }, { token: i3.ContextService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i5.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
130
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuComponent, isStandalone: true, selector: "kendo-treelist-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
|
|
131
131
|
<a #anchor
|
|
132
132
|
class="k-grid-filter-menu k-grid-header-menu"
|
|
133
133
|
[class.k-active]="hasFilters"
|
|
@@ -153,7 +153,7 @@ export class FilterMenuComponent {
|
|
|
153
153
|
</ng-template>
|
|
154
154
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
|
|
155
155
|
}
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuComponent, decorators: [{
|
|
157
157
|
type: Component,
|
|
158
158
|
args: [{
|
|
159
159
|
selector: 'kendo-treelist-filter-menu',
|
|
@@ -185,9 +185,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
185
185
|
standalone: true,
|
|
186
186
|
imports: [IconWrapperComponent, FilterMenuContainerComponent]
|
|
187
187
|
}]
|
|
188
|
-
}], ctorParameters:
|
|
188
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.IdService, decorators: [{
|
|
189
189
|
type: Optional
|
|
190
|
-
}] }]
|
|
190
|
+
}] }], propDecorators: { column: [{
|
|
191
191
|
type: Input
|
|
192
192
|
}], filter: [{
|
|
193
193
|
type: Input
|
|
@@ -20,15 +20,15 @@ export class BooleanFilterRadioButtonDirective {
|
|
|
20
20
|
this.radioButtonEl = this.hostElement.nativeElement;
|
|
21
21
|
this.renderer.setAttribute(this.hostElement.nativeElement, 'aria-label', this.columnLabel);
|
|
22
22
|
}
|
|
23
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
24
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
23
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
24
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterRadioButtonDirective, isStandalone: true, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterRadioButtonDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: '[kendoFilterMenuRadioButton]',
|
|
30
30
|
standalone: true
|
|
31
31
|
}]
|
|
32
|
-
}], ctorParameters:
|
|
32
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { columnLabel: [{
|
|
33
33
|
type: Input
|
|
34
34
|
}] } });
|
|
@@ -14,9 +14,9 @@ export class MenuTabbingService {
|
|
|
14
14
|
isPopupOpen = false;
|
|
15
15
|
lastMenuItem;
|
|
16
16
|
isTabbedInterface = false;
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MenuTabbingService });
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MenuTabbingService, decorators: [{
|
|
21
21
|
type: Injectable
|
|
22
22
|
}] });
|
|
@@ -48,8 +48,8 @@ export class NumericFilterMenuInputComponent {
|
|
|
48
48
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
49
49
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
53
53
|
<kendo-treelist-filter-menu-input-wrapper
|
|
54
54
|
[column]="column"
|
|
55
55
|
[filter]="filter"
|
|
@@ -80,7 +80,7 @@ export class NumericFilterMenuInputComponent {
|
|
|
80
80
|
</kendo-treelist-filter-menu-input-wrapper>
|
|
81
81
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
82
82
|
}
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
|
|
84
84
|
type: Component,
|
|
85
85
|
args: [{
|
|
86
86
|
selector: 'kendo-treelist-numeric-filter-menu-input',
|
|
@@ -117,7 +117,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
117
117
|
standalone: true,
|
|
118
118
|
imports: [FilterMenuInputWrapperComponent, NumericTextBoxComponent, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
|
|
119
119
|
}]
|
|
120
|
-
}], ctorParameters:
|
|
120
|
+
}], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { operators: [{
|
|
121
121
|
type: Input
|
|
122
122
|
}], column: [{
|
|
123
123
|
type: Input
|
|
@@ -98,8 +98,8 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
98
98
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
99
99
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
100
100
|
}
|
|
101
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
102
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu", inputs: { 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: `
|
|
103
103
|
<kendo-treelist-numeric-filter-menu-input
|
|
104
104
|
[currentFilter]="firstFilter"
|
|
105
105
|
[operators]="operators"
|
|
@@ -147,7 +147,7 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
|
147
147
|
</kendo-treelist-numeric-filter-menu-input>
|
|
148
148
|
`, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-treelist-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "placeholder", "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", "adaptiveTitle", "adaptiveSubtitle", "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"] }] });
|
|
149
149
|
}
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
|
|
151
151
|
type: Component,
|
|
152
152
|
args: [{
|
|
153
153
|
selector: 'kendo-treelist-numeric-filter-menu',
|
|
@@ -201,7 +201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
201
201
|
standalone: true,
|
|
202
202
|
imports: [NumericFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
|
|
203
203
|
}]
|
|
204
|
-
}], ctorParameters:
|
|
204
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
|
|
205
205
|
type: HostBinding,
|
|
206
206
|
args: ['class.k-filtercell']
|
|
207
207
|
}], filter: [{
|
|
@@ -37,8 +37,8 @@ export class StringFilterMenuInputComponent {
|
|
|
37
37
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
38
38
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
|
|
42
42
|
<kendo-treelist-filter-menu-input-wrapper
|
|
43
43
|
[column]="column"
|
|
44
44
|
[filter]="filter"
|
|
@@ -58,7 +58,7 @@ export class StringFilterMenuInputComponent {
|
|
|
58
58
|
</kendo-treelist-filter-menu-input-wrapper>
|
|
59
59
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { 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: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
60
60
|
}
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
|
|
62
62
|
type: Component,
|
|
63
63
|
args: [{
|
|
64
64
|
selector: 'kendo-treelist-string-filter-menu-input',
|
|
@@ -84,7 +84,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
84
84
|
standalone: true,
|
|
85
85
|
imports: [FilterMenuInputWrapperComponent, TextBoxComponent, ReactiveFormsModule, FilterInputDirective, FormsModule]
|
|
86
86
|
}]
|
|
87
|
-
}], ctorParameters:
|
|
87
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { operators: [{
|
|
88
88
|
type: Input
|
|
89
89
|
}], column: [{
|
|
90
90
|
type: Input
|
|
@@ -91,8 +91,8 @@ export class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
91
91
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
92
92
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
93
93
|
}
|
|
94
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
95
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
94
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
95
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
96
96
|
<kendo-treelist-string-filter-menu-input
|
|
97
97
|
[currentFilter]="firstFilter"
|
|
98
98
|
[operators]="operators"
|
|
@@ -124,7 +124,7 @@ export class StringFilterMenuComponent extends StringFilterComponent {
|
|
|
124
124
|
</kendo-treelist-string-filter-menu-input>
|
|
125
125
|
`, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-treelist-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "placeholder", "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", "adaptiveTitle", "adaptiveSubtitle", "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"] }] });
|
|
126
126
|
}
|
|
127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
128
128
|
type: Component,
|
|
129
129
|
args: [{
|
|
130
130
|
selector: 'kendo-treelist-string-filter-menu',
|
|
@@ -162,7 +162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
162
162
|
standalone: true,
|
|
163
163
|
imports: [StringFilterMenuInputComponent, NgIf, DropDownListComponent]
|
|
164
164
|
}]
|
|
165
|
-
}], ctorParameters:
|
|
165
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
|
|
166
166
|
type: HostBinding,
|
|
167
167
|
args: ['class.k-filtercell']
|
|
168
168
|
}], filter: [{
|
|
@@ -119,13 +119,13 @@ export class NumericFilterComponent extends BaseFilterCellComponent {
|
|
|
119
119
|
this.operators = toJSON(this.operatorList.toArray());
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
123
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
123
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterComponent, inputs: { column: "column", operator: "operator", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, usesInheritance: true, ngImport: i0 });
|
|
124
124
|
}
|
|
125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterComponent, decorators: [{
|
|
126
126
|
type: Directive,
|
|
127
127
|
args: [{}]
|
|
128
|
-
}], ctorParameters:
|
|
128
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { column: [{
|
|
129
129
|
type: Input
|
|
130
130
|
}], operator: [{
|
|
131
131
|
type: Input
|
|
@@ -48,15 +48,15 @@ export class AfterEqFilterOperatorComponent extends FilterOperatorBase {
|
|
|
48
48
|
value: 'gte'
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-eq-operator", providers: [
|
|
53
53
|
{
|
|
54
54
|
provide: FilterOperatorBase,
|
|
55
55
|
useExisting: forwardRef(() => AfterEqFilterOperatorComponent)
|
|
56
56
|
}
|
|
57
57
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
58
58
|
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterEqFilterOperatorComponent, decorators: [{
|
|
60
60
|
type: Component,
|
|
61
61
|
args: [{
|
|
62
62
|
providers: [
|
|
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
69
69
|
template: ``,
|
|
70
70
|
standalone: true
|
|
71
71
|
}]
|
|
72
|
-
}], ctorParameters:
|
|
72
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -48,15 +48,15 @@ export class AfterFilterOperatorComponent extends FilterOperatorBase {
|
|
|
48
48
|
value: 'gt'
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-operator", providers: [
|
|
53
53
|
{
|
|
54
54
|
provide: FilterOperatorBase,
|
|
55
55
|
useExisting: forwardRef(() => AfterFilterOperatorComponent)
|
|
56
56
|
}
|
|
57
57
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
58
58
|
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterFilterOperatorComponent, decorators: [{
|
|
60
60
|
type: Component,
|
|
61
61
|
args: [{
|
|
62
62
|
providers: [
|
|
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
69
69
|
template: ``,
|
|
70
70
|
standalone: true
|
|
71
71
|
}]
|
|
72
|
-
}], ctorParameters:
|
|
72
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -48,15 +48,15 @@ export class BeforeEqFilterOperatorComponent extends FilterOperatorBase {
|
|
|
48
48
|
value: 'lte'
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-eq-operator", providers: [
|
|
53
53
|
{
|
|
54
54
|
provide: FilterOperatorBase,
|
|
55
55
|
useExisting: forwardRef(() => BeforeEqFilterOperatorComponent)
|
|
56
56
|
}
|
|
57
57
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
58
58
|
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeEqFilterOperatorComponent, decorators: [{
|
|
60
60
|
type: Component,
|
|
61
61
|
args: [{
|
|
62
62
|
providers: [
|
|
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
69
69
|
template: ``,
|
|
70
70
|
standalone: true
|
|
71
71
|
}]
|
|
72
|
-
}], ctorParameters:
|
|
72
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -48,15 +48,15 @@ export class BeforeFilterOperatorComponent extends FilterOperatorBase {
|
|
|
48
48
|
value: 'lt'
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-operator", providers: [
|
|
53
53
|
{
|
|
54
54
|
provide: FilterOperatorBase,
|
|
55
55
|
useExisting: forwardRef(() => BeforeFilterOperatorComponent)
|
|
56
56
|
}
|
|
57
57
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
58
58
|
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeFilterOperatorComponent, decorators: [{
|
|
60
60
|
type: Component,
|
|
61
61
|
args: [{
|
|
62
62
|
providers: [
|
|
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
69
69
|
template: ``,
|
|
70
70
|
standalone: true
|
|
71
71
|
}]
|
|
72
|
-
}], ctorParameters:
|
|
72
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -40,15 +40,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
40
40
|
*/
|
|
41
41
|
export class ContainsFilterOperatorComponent extends FilterOperatorBase {
|
|
42
42
|
constructor(localization) { super('contains', localization); }
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
44
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
43
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-contains-operator", providers: [
|
|
45
45
|
{
|
|
46
46
|
provide: FilterOperatorBase,
|
|
47
47
|
useExisting: forwardRef(() => ContainsFilterOperatorComponent)
|
|
48
48
|
}
|
|
49
49
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainsFilterOperatorComponent, decorators: [{
|
|
52
52
|
type: Component,
|
|
53
53
|
args: [{
|
|
54
54
|
providers: [
|
|
@@ -61,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
61
61
|
template: ``,
|
|
62
62
|
standalone: true
|
|
63
63
|
}]
|
|
64
|
-
}], ctorParameters:
|
|
64
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -40,15 +40,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
40
40
|
*/
|
|
41
41
|
export class EndsWithFilterOperatorComponent extends FilterOperatorBase {
|
|
42
42
|
constructor(localization) { super('endswith', localization); }
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
44
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
43
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-endswith-operator", providers: [
|
|
45
45
|
{
|
|
46
46
|
provide: FilterOperatorBase,
|
|
47
47
|
useExisting: forwardRef(() => EndsWithFilterOperatorComponent)
|
|
48
48
|
}
|
|
49
49
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EndsWithFilterOperatorComponent, decorators: [{
|
|
52
52
|
type: Component,
|
|
53
53
|
args: [{
|
|
54
54
|
providers: [
|
|
@@ -61,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
61
61
|
template: ``,
|
|
62
62
|
standalone: true
|
|
63
63
|
}]
|
|
64
|
-
}], ctorParameters:
|
|
64
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -88,15 +88,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
88
88
|
*/
|
|
89
89
|
export class EqualFilterOperatorComponent extends FilterOperatorBase {
|
|
90
90
|
constructor(localization) { super('eq', localization); }
|
|
91
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
92
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
91
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
|
|
93
93
|
{
|
|
94
94
|
provide: FilterOperatorBase,
|
|
95
95
|
useExisting: forwardRef(() => EqualFilterOperatorComponent)
|
|
96
96
|
}
|
|
97
97
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
98
98
|
}
|
|
99
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EqualFilterOperatorComponent, decorators: [{
|
|
100
100
|
type: Component,
|
|
101
101
|
args: [{
|
|
102
102
|
providers: [
|
|
@@ -109,4 +109,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
109
109
|
template: ``,
|
|
110
110
|
standalone: true
|
|
111
111
|
}]
|
|
112
|
-
}], ctorParameters:
|
|
112
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -84,15 +84,15 @@ export class FilterOperatorBase {
|
|
|
84
84
|
this._text = this.messages[this.operator];
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
88
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
87
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
88
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterOperatorBase, inputs: { text: "text" }, ngImport: i0 });
|
|
89
89
|
}
|
|
90
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
90
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterOperatorBase, decorators: [{
|
|
91
91
|
type: Directive,
|
|
92
92
|
args: [{}]
|
|
93
|
-
}], ctorParameters:
|
|
93
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
94
94
|
type: Inject,
|
|
95
95
|
args: ['filterOperator']
|
|
96
|
-
}] }, { type: i1.LocalizationService }]
|
|
96
|
+
}] }, { type: i1.LocalizationService }], propDecorators: { text: [{
|
|
97
97
|
type: Input
|
|
98
98
|
}] } });
|