@progress/kendo-angular-treelist 20.1.2-develop.1 → 21.0.0-develop.10
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 +6 -5
- 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 +690 -689
- package/filtering/filterable.d.ts +1 -1
- package/package.json +23 -23
- package/schematics/ngAdd/index.js +4 -4
|
@@ -63,8 +63,8 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
|
63
63
|
const columnName = this.column.title || this.column.field;
|
|
64
64
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
65
65
|
}
|
|
66
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
67
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
66
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
|
68
68
|
<kendo-treelist-filter-wrapper-cell
|
|
69
69
|
[column]="column"
|
|
70
70
|
[filter]="filter"
|
|
@@ -80,7 +80,7 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
|
80
80
|
</kendo-treelist-filter-wrapper-cell>
|
|
81
81
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
|
82
82
|
}
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
|
|
84
84
|
type: Component,
|
|
85
85
|
args: [{
|
|
86
86
|
selector: 'kendo-treelist-autocomplete-filter-cell',
|
|
@@ -102,7 +102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
102
102
|
standalone: true,
|
|
103
103
|
imports: [FilterCellWrapperComponent, AutoCompleteComponent, FilterInputDirective]
|
|
104
104
|
}]
|
|
105
|
-
}], ctorParameters:
|
|
105
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.ColumnComponent }, { type: i3.LocalizationService }], propDecorators: { showOperators: [{
|
|
106
106
|
type: Input
|
|
107
107
|
}], column: [{
|
|
108
108
|
type: Input
|
|
@@ -55,8 +55,8 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
|
55
55
|
const columnName = this.column.title || this.column.field;
|
|
56
56
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
57
57
|
}
|
|
58
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
59
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
58
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
59
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
|
60
60
|
<kendo-treelist-filter-wrapper-cell
|
|
61
61
|
[column]="column"
|
|
62
62
|
[filter]="filter"
|
|
@@ -77,7 +77,7 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
|
77
77
|
</kendo-treelist-filter-wrapper-cell>
|
|
78
78
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }] });
|
|
79
79
|
}
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
|
|
81
81
|
type: Component,
|
|
82
82
|
args: [{
|
|
83
83
|
selector: 'kendo-treelist-boolean-filter-cell',
|
|
@@ -104,4 +104,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
104
104
|
standalone: true,
|
|
105
105
|
imports: [FilterCellWrapperComponent, DropDownListComponent, FilterInputDirective, FocusableDirective]
|
|
106
106
|
}]
|
|
107
|
-
}], ctorParameters:
|
|
107
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }] });
|
|
@@ -58,8 +58,8 @@ export class DateFilterCellComponent extends DateFilterComponent {
|
|
|
58
58
|
const columnName = this.column.title || this.column.field;
|
|
59
59
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
60
60
|
}
|
|
61
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
62
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
61
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
63
63
|
<kendo-treelist-filter-wrapper-cell
|
|
64
64
|
[column]="column"
|
|
65
65
|
[filter]="filter"
|
|
@@ -90,7 +90,7 @@ export class DateFilterCellComponent extends DateFilterComponent {
|
|
|
90
90
|
</kendo-treelist-filter-wrapper-cell>
|
|
91
91
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
92
92
|
}
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterCellComponent, decorators: [{
|
|
94
94
|
type: Component,
|
|
95
95
|
args: [{
|
|
96
96
|
selector: 'kendo-treelist-date-filter-cell',
|
|
@@ -127,6 +127,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
127
127
|
standalone: true,
|
|
128
128
|
imports: [FilterCellWrapperComponent, DatePickerComponent, FilterInputDirective, FocusableDirective, DatePickerCustomMessagesComponent]
|
|
129
129
|
}]
|
|
130
|
-
}], ctorParameters:
|
|
130
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { showOperators: [{
|
|
131
131
|
type: Input
|
|
132
132
|
}] } });
|
|
@@ -21,13 +21,13 @@ export class FilterCellHostDirective extends FilterHostDirective {
|
|
|
21
21
|
}
|
|
22
22
|
return StringFilterCellComponent;
|
|
23
23
|
}
|
|
24
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellHostDirective, decorators: [{
|
|
28
28
|
type: Directive,
|
|
29
29
|
args: [{
|
|
30
30
|
selector: '[kendoFilterCellHost]',
|
|
31
31
|
standalone: true
|
|
32
32
|
}]
|
|
33
|
-
}], ctorParameters:
|
|
33
|
+
}], ctorParameters: () => [{ type: i0.ViewContainerRef }] });
|
|
@@ -142,8 +142,8 @@ export class FilterCellOperatorsComponent {
|
|
|
142
142
|
messageFor(token) {
|
|
143
143
|
return this.localization.get(token);
|
|
144
144
|
}
|
|
145
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
146
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
145
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
146
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
|
147
147
|
<kendo-dropdownlist
|
|
148
148
|
#dropdown
|
|
149
149
|
*ngIf="showOperators"
|
|
@@ -173,7 +173,7 @@ export class FilterCellOperatorsComponent {
|
|
|
173
173
|
</button>
|
|
174
174
|
`, isInline: true, dependencies: [{ 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: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { 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"] }] });
|
|
175
175
|
}
|
|
176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
|
|
177
177
|
type: Component,
|
|
178
178
|
args: [{
|
|
179
179
|
selector: 'kendo-treelist-filter-cell-operators',
|
|
@@ -209,7 +209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
209
209
|
standalone: true,
|
|
210
210
|
imports: [NgIf, DropDownListComponent, FocusableDirective, ButtonComponent]
|
|
211
211
|
}]
|
|
212
|
-
}], ctorParameters:
|
|
212
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
|
|
213
213
|
type: HostBinding,
|
|
214
214
|
args: ['class.k-filtercell-operator']
|
|
215
215
|
}], dropdown: [{
|
|
@@ -32,15 +32,15 @@ export class FilterCellTemplateDirective {
|
|
|
32
32
|
constructor(templateRef) {
|
|
33
33
|
this.templateRef = templateRef;
|
|
34
34
|
}
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
36
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterCellTemplate]", ngImport: i0 });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
|
39
39
|
type: Directive,
|
|
40
40
|
args: [{
|
|
41
41
|
selector: '[kendoTreeListFilterCellTemplate]',
|
|
42
42
|
standalone: true
|
|
43
43
|
}]
|
|
44
|
-
}], ctorParameters:
|
|
44
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
45
45
|
type: Optional
|
|
46
|
-
}] }]
|
|
46
|
+
}] }] });
|
|
@@ -32,8 +32,8 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
|
32
32
|
filterChange(filter) {
|
|
33
33
|
this.applyFilter(filter);
|
|
34
34
|
}
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
36
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
36
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
37
37
|
<ng-content></ng-content>
|
|
38
38
|
<kendo-treelist-filter-cell-operators
|
|
39
39
|
[showOperators]="showOperators"
|
|
@@ -45,7 +45,7 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
|
45
45
|
</kendo-treelist-filter-cell-operators>
|
|
46
46
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
|
|
47
47
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{
|
|
51
51
|
selector: 'kendo-treelist-filter-wrapper-cell',
|
|
@@ -63,7 +63,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
63
63
|
standalone: true,
|
|
64
64
|
imports: [FilterCellOperatorsComponent]
|
|
65
65
|
}]
|
|
66
|
-
}], ctorParameters:
|
|
66
|
+
}], ctorParameters: () => [{ type: i1.FilterService }], propDecorators: { hostClasses: [{
|
|
67
67
|
type: HostBinding,
|
|
68
68
|
args: ['class.k-filtercell-wrapper']
|
|
69
69
|
}], overrideBaseClasses: [{
|
|
@@ -41,8 +41,8 @@ export class FilterCellComponent {
|
|
|
41
41
|
get isFilterable() {
|
|
42
42
|
return isPresent(this.column) && !isNullOrEmptyString(this.column.field) && this.column.filterable;
|
|
43
43
|
}
|
|
44
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
45
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
44
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
|
45
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellComponent, isStandalone: true, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
|
|
46
46
|
<ng-container *ngIf="isFilterable">
|
|
47
47
|
<ng-container [ngSwitch]="hasTemplate">
|
|
48
48
|
<ng-container *ngSwitchCase="false">
|
|
@@ -59,7 +59,7 @@ export class FilterCellComponent {
|
|
|
59
59
|
</ng-container>
|
|
60
60
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellComponent, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: '[kendoTreeListFilterCell]',
|
|
@@ -82,7 +82,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
82
82
|
standalone: true,
|
|
83
83
|
imports: [NgIf, NgSwitch, NgSwitchCase, FilterCellHostDirective, NgTemplateOutlet]
|
|
84
84
|
}]
|
|
85
|
-
}], ctorParameters:
|
|
85
|
+
}], ctorParameters: () => [{ type: i1.FocusGroup }], propDecorators: { column: [{
|
|
86
86
|
type: Input
|
|
87
87
|
}], filter: [{
|
|
88
88
|
type: Input
|
|
@@ -69,8 +69,8 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
69
69
|
const columnName = this.column.title || this.column.field;
|
|
70
70
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
71
71
|
}
|
|
72
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
73
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
72
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
73
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
74
74
|
<kendo-treelist-filter-wrapper-cell
|
|
75
75
|
[column]="column"
|
|
76
76
|
[filter]="filter"
|
|
@@ -99,7 +99,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
99
99
|
</kendo-treelist-filter-wrapper-cell>
|
|
100
100
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
101
101
|
}
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
|
|
103
103
|
type: Component,
|
|
104
104
|
args: [{
|
|
105
105
|
selector: 'kendo-treelist-numeric-filter-cell',
|
|
@@ -134,7 +134,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
134
134
|
standalone: true,
|
|
135
135
|
imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
|
|
136
136
|
}]
|
|
137
|
-
}], ctorParameters:
|
|
137
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { filterDelay: [{
|
|
138
138
|
type: Input
|
|
139
139
|
}], showOperators: [{
|
|
140
140
|
type: Input
|
|
@@ -63,8 +63,8 @@ export class StringFilterCellComponent extends StringFilterComponent {
|
|
|
63
63
|
const columnName = this.column.title || this.column.field;
|
|
64
64
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
65
65
|
}
|
|
66
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
67
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
66
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
|
|
68
68
|
<kendo-treelist-filter-wrapper-cell
|
|
69
69
|
[column]="column"
|
|
70
70
|
[filter]="filter"
|
|
@@ -82,7 +82,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
|
|
|
82
82
|
</kendo-treelist-filter-wrapper-cell>
|
|
83
83
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { 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"] }] });
|
|
84
84
|
}
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterCellComponent, decorators: [{
|
|
86
86
|
type: Component,
|
|
87
87
|
args: [{
|
|
88
88
|
selector: 'kendo-treelist-string-filter-cell',
|
|
@@ -106,7 +106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
106
106
|
standalone: true,
|
|
107
107
|
imports: [FilterCellWrapperComponent, ReactiveFormsModule, FocusableDirective, FilterInputDirective, FormsModule, TextBoxComponent]
|
|
108
108
|
}]
|
|
109
|
-
}], ctorParameters:
|
|
109
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { filterDelay: [{
|
|
110
110
|
type: Input
|
|
111
111
|
}], showOperators: [{
|
|
112
112
|
type: Input
|
|
@@ -145,13 +145,13 @@ export class DateFilterComponent extends BaseFilterCellComponent {
|
|
|
145
145
|
this.operators = toJSON(this.operatorList.toArray());
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
149
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
148
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
149
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterComponent, inputs: { column: "column", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0 });
|
|
150
150
|
}
|
|
151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterComponent, decorators: [{
|
|
152
152
|
type: Directive,
|
|
153
153
|
args: [{}]
|
|
154
|
-
}], ctorParameters:
|
|
154
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { column: [{
|
|
155
155
|
type: Input
|
|
156
156
|
}], operator: [{
|
|
157
157
|
type: Input
|
|
@@ -43,13 +43,13 @@ export class FilterHostDirective {
|
|
|
43
43
|
instance.column = column;
|
|
44
44
|
instance.filter = filter;
|
|
45
45
|
}
|
|
46
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
47
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
47
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterHostDirective, inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
|
|
48
48
|
}
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterHostDirective, decorators: [{
|
|
50
50
|
type: Directive,
|
|
51
51
|
args: [{}]
|
|
52
|
-
}], ctorParameters:
|
|
52
|
+
}], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { column: [{
|
|
53
53
|
type: Input
|
|
54
54
|
}], filter: [{
|
|
55
55
|
type: Input
|
|
@@ -103,13 +103,13 @@ export class FilterInputWrapperComponent extends BaseFilterCellComponent {
|
|
|
103
103
|
this.filterInputDisabled = isEmptyValueOperator(this.currentOperator);
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
107
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
106
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
107
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterInputWrapperComponent, inputs: { column: "column", defaultOperator: "defaultOperator" }, queries: [{ propertyName: "input", first: true, predicate: FilterInputDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
108
108
|
}
|
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputWrapperComponent, decorators: [{
|
|
110
110
|
type: Directive,
|
|
111
111
|
args: [{}]
|
|
112
|
-
}], ctorParameters:
|
|
112
|
+
}], ctorParameters: () => [{ type: i1.FilterService }], propDecorators: { column: [{
|
|
113
113
|
type: Input
|
|
114
114
|
}], input: [{
|
|
115
115
|
type: ContentChild,
|
|
@@ -86,21 +86,21 @@ export class FilterInputDirective {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
90
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
89
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
90
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", column: "column", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
|
|
91
91
|
}
|
|
92
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputDirective, decorators: [{
|
|
93
93
|
type: Directive,
|
|
94
94
|
args: [{
|
|
95
95
|
selector: '[kendoFilterInput]',
|
|
96
96
|
standalone: true
|
|
97
97
|
}]
|
|
98
|
-
}], ctorParameters:
|
|
98
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
99
99
|
type: Self
|
|
100
100
|
}, {
|
|
101
101
|
type: Inject,
|
|
102
102
|
args: [NG_VALUE_ACCESSOR]
|
|
103
|
-
}] }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }]
|
|
103
|
+
}] }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { kendoInput: [{
|
|
104
104
|
type: ContentChild,
|
|
105
105
|
args: [KendoInput, { static: true }]
|
|
106
106
|
}], filterDelay: [{
|
|
@@ -25,8 +25,8 @@ export class FilterRowComponent {
|
|
|
25
25
|
getColumnComponent(column) {
|
|
26
26
|
return column;
|
|
27
27
|
}
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
29
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterRowComponent, isStandalone: true, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
|
30
30
|
<td *ngFor="let column of columns; let columnIndex = index" role="gridcell"
|
|
31
31
|
[attr.aria-label]="filterLabel"
|
|
32
32
|
kendoTreeListFilterCell
|
|
@@ -41,7 +41,7 @@ export class FilterRowComponent {
|
|
|
41
41
|
></td>
|
|
42
42
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable", "headerLabelText"] }] });
|
|
43
43
|
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterRowComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
46
|
args: [{
|
|
47
47
|
selector: '[kendoTreeListFilterRow]',
|
|
@@ -62,7 +62,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
62
62
|
standalone: true,
|
|
63
63
|
imports: [NgFor, FilterCellComponent, LogicalCellDirective]
|
|
64
64
|
}]
|
|
65
|
-
}], ctorParameters:
|
|
65
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { columns: [{
|
|
66
66
|
type: Input
|
|
67
67
|
}], filter: [{
|
|
68
68
|
type: Input
|
|
@@ -32,11 +32,11 @@ export class FilterService {
|
|
|
32
32
|
constructor(menuTabbingService) {
|
|
33
33
|
this.menuTabbingService = menuTabbingService;
|
|
34
34
|
}
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
36
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService, deps: [{ token: i1.MenuTabbingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
36
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService, decorators: [{
|
|
39
39
|
type: Injectable
|
|
40
|
-
}], ctorParameters:
|
|
40
|
+
}], ctorParameters: () => [{ type: i1.MenuTabbingService, decorators: [{
|
|
41
41
|
type: Optional
|
|
42
|
-
}] }]
|
|
42
|
+
}] }] });
|
|
@@ -104,8 +104,8 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
|
104
104
|
const columnName = this.column.title || this.column.field;
|
|
105
105
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
106
106
|
}
|
|
107
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
108
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
107
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
108
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }, { propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
109
109
|
<ul class="k-radio-list k-reset">
|
|
110
110
|
<li *ngFor="let item of items">
|
|
111
111
|
<kendo-radiobutton
|
|
@@ -123,7 +123,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
|
123
123
|
</ul>
|
|
124
124
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: RadioButtonComponent, selector: "kendo-radiobutton", inputs: ["checked"], outputs: ["checkedChange"], exportAs: ["kendoRadioButton"] }, { kind: "directive", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: ["columnLabel"] }] });
|
|
125
125
|
}
|
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
|
|
127
127
|
type: Component,
|
|
128
128
|
args: [{
|
|
129
129
|
selector: 'kendo-treelist-boolean-filter-menu',
|
|
@@ -147,7 +147,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
147
147
|
standalone: true,
|
|
148
148
|
imports: [NgFor, RadioButtonComponent, BooleanFilterRadioButtonDirective]
|
|
149
149
|
}]
|
|
150
|
-
}], ctorParameters:
|
|
150
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
|
|
151
151
|
type: HostBinding,
|
|
152
152
|
args: ['class.k-filtercell']
|
|
153
153
|
}], inputElem: [{
|
|
@@ -62,8 +62,8 @@ export class DateFilterMenuInputComponent {
|
|
|
62
62
|
const columnName = this.column ? this.column.title || this.column.field : '';
|
|
63
63
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
|
64
64
|
}
|
|
65
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
66
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
65
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
66
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
|
|
67
67
|
<kendo-treelist-filter-menu-input-wrapper
|
|
68
68
|
[column]="column"
|
|
69
69
|
[filter]="filter"
|
|
@@ -97,7 +97,7 @@ export class DateFilterMenuInputComponent {
|
|
|
97
97
|
</kendo-treelist-filter-menu-input-wrapper>
|
|
98
98
|
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
99
99
|
}
|
|
100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
|
|
101
101
|
type: Component,
|
|
102
102
|
args: [{
|
|
103
103
|
selector: 'kendo-treelist-date-filter-menu-input',
|
|
@@ -137,7 +137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
137
137
|
standalone: true,
|
|
138
138
|
imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective, DatePickerCustomMessagesComponent]
|
|
139
139
|
}]
|
|
140
|
-
}], ctorParameters:
|
|
140
|
+
}], ctorParameters: () => [{ type: i1.SinglePopupService }, { type: i2.LocalizationService }], propDecorators: { operators: [{
|
|
141
141
|
type: Input
|
|
142
142
|
}], column: [{
|
|
143
143
|
type: Input
|
|
@@ -81,8 +81,8 @@ export class DateFilterMenuComponent extends DateFilterComponent {
|
|
|
81
81
|
this.logicOperators = logicOperators(this.localization);
|
|
82
82
|
super.localizationChange();
|
|
83
83
|
}
|
|
84
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
85
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
84
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
85
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
86
86
|
<kendo-treelist-date-filter-menu-input
|
|
87
87
|
[currentFilter]="firstFilter"
|
|
88
88
|
[operators]="operators"
|
|
@@ -133,7 +133,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
|
|
|
133
133
|
</kendo-treelist-date-filter-menu-input>
|
|
134
134
|
`, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "menuTabbingService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber", "isFirstDropDown"] }, { 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"] }] });
|
|
135
135
|
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
|
|
137
137
|
type: Component,
|
|
138
138
|
args: [{
|
|
139
139
|
selector: 'kendo-treelist-date-filter-menu',
|
|
@@ -190,7 +190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
190
190
|
standalone: true,
|
|
191
191
|
imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
|
|
192
192
|
}]
|
|
193
|
-
}], ctorParameters:
|
|
193
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
|
|
194
194
|
type: HostBinding,
|
|
195
195
|
args: ['class.k-filtercell']
|
|
196
196
|
}], filter: [{
|