@progress/kendo-angular-treelist 20.1.2-develop.2 → 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 +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
|
@@ -39,15 +39,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
39
39
|
*/
|
|
40
40
|
export class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
|
41
41
|
constructor(localization) { super('gt', localization); }
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gt-operator", providers: [
|
|
44
44
|
{
|
|
45
45
|
provide: FilterOperatorBase,
|
|
46
46
|
useExisting: forwardRef(() => GreaterFilterOperatorComponent)
|
|
47
47
|
}
|
|
48
48
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterFilterOperatorComponent, decorators: [{
|
|
51
51
|
type: Component,
|
|
52
52
|
args: [{
|
|
53
53
|
providers: [
|
|
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
60
60
|
template: ``,
|
|
61
61
|
standalone: true
|
|
62
62
|
}]
|
|
63
|
-
}], ctorParameters:
|
|
63
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -39,15 +39,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
39
39
|
*/
|
|
40
40
|
export class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
|
41
41
|
constructor(localization) { super('gte', localization); }
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gte-operator", providers: [
|
|
44
44
|
{
|
|
45
45
|
provide: FilterOperatorBase,
|
|
46
46
|
useExisting: forwardRef(() => GreaterOrEqualToFilterOperatorComponent)
|
|
47
47
|
}
|
|
48
48
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, decorators: [{
|
|
51
51
|
type: Component,
|
|
52
52
|
args: [{
|
|
53
53
|
providers: [
|
|
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
60
60
|
template: ``,
|
|
61
61
|
standalone: true
|
|
62
62
|
}]
|
|
63
|
-
}], ctorParameters:
|
|
63
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -40,15 +40,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
40
40
|
*/
|
|
41
41
|
export class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
|
42
42
|
constructor(localization) { super('isempty', 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: IsEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IsEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isempty-operator", providers: [
|
|
45
45
|
{
|
|
46
46
|
provide: FilterOperatorBase,
|
|
47
47
|
useExisting: forwardRef(() => IsEmptyFilterOperatorComponent)
|
|
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: IsEmptyFilterOperatorComponent, 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 IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
|
42
42
|
constructor(localization) { super('isnotempty', 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: IsNotEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IsNotEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
|
|
45
45
|
{
|
|
46
46
|
provide: FilterOperatorBase,
|
|
47
47
|
useExisting: forwardRef(() => IsNotEmptyFilterOperatorComponent)
|
|
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: IsNotEmptyFilterOperatorComponent, 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 IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
|
90
90
|
constructor(localization) { super('isnotnull', 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: IsNotNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IsNotNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
|
|
93
93
|
{
|
|
94
94
|
provide: FilterOperatorBase,
|
|
95
95
|
useExisting: forwardRef(() => IsNotNullFilterOperatorComponent)
|
|
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: IsNotNullFilterOperatorComponent, 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 }] });
|
|
@@ -88,15 +88,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
88
88
|
*/
|
|
89
89
|
export class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
|
90
90
|
constructor(localization) { super('isnull', 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: IsNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IsNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnull-operator", providers: [
|
|
93
93
|
{
|
|
94
94
|
provide: FilterOperatorBase,
|
|
95
95
|
useExisting: forwardRef(() => IsNullFilterOperatorComponent)
|
|
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: IsNullFilterOperatorComponent, 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 }] });
|
|
@@ -39,15 +39,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
39
39
|
*/
|
|
40
40
|
export class LessFilterOperatorComponent extends FilterOperatorBase {
|
|
41
41
|
constructor(localization) { super('lt', localization); }
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: LessFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lt-operator", providers: [
|
|
44
44
|
{
|
|
45
45
|
provide: FilterOperatorBase,
|
|
46
46
|
useExisting: forwardRef(() => LessFilterOperatorComponent)
|
|
47
47
|
}
|
|
48
48
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LessFilterOperatorComponent, decorators: [{
|
|
51
51
|
type: Component,
|
|
52
52
|
args: [{
|
|
53
53
|
providers: [
|
|
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
60
60
|
template: ``,
|
|
61
61
|
standalone: true
|
|
62
62
|
}]
|
|
63
|
-
}], ctorParameters:
|
|
63
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -39,15 +39,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
39
39
|
*/
|
|
40
40
|
export class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
|
41
41
|
constructor(localization) { super('lte', localization); }
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: LessOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lte-operator", providers: [
|
|
44
44
|
{
|
|
45
45
|
provide: FilterOperatorBase,
|
|
46
46
|
useExisting: forwardRef(() => LessOrEqualToFilterOperatorComponent)
|
|
47
47
|
}
|
|
48
48
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
49
49
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, decorators: [{
|
|
51
51
|
type: Component,
|
|
52
52
|
args: [{
|
|
53
53
|
providers: [
|
|
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
60
60
|
template: ``,
|
|
61
61
|
standalone: true
|
|
62
62
|
}]
|
|
63
|
-
}], ctorParameters:
|
|
63
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -88,15 +88,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
88
88
|
*/
|
|
89
89
|
export class NotEqualFilterOperatorComponent extends FilterOperatorBase {
|
|
90
90
|
constructor(localization) { super('neq', 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: NotEqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NotEqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-neq-operator", providers: [
|
|
93
93
|
{
|
|
94
94
|
provide: FilterOperatorBase,
|
|
95
95
|
useExisting: forwardRef(() => NotEqualFilterOperatorComponent)
|
|
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: NotEqualFilterOperatorComponent, 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 }] });
|
|
@@ -40,15 +40,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
40
40
|
*/
|
|
41
41
|
export class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
|
|
42
42
|
constructor(localization) { super('doesnotcontain', 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: DoesNotContainFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DoesNotContainFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-not-contains-operator", providers: [
|
|
45
45
|
{
|
|
46
46
|
provide: FilterOperatorBase,
|
|
47
47
|
useExisting: forwardRef(() => DoesNotContainFilterOperatorComponent)
|
|
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: DoesNotContainFilterOperatorComponent, 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 StartsWithFilterOperatorComponent extends FilterOperatorBase {
|
|
42
42
|
constructor(localization) { super('startswith', 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: StartsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StartsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-startswith-operator", providers: [
|
|
45
45
|
{
|
|
46
46
|
provide: FilterOperatorBase,
|
|
47
47
|
useExisting: forwardRef(() => StartsWithFilterOperatorComponent)
|
|
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: StartsWithFilterOperatorComponent, 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 }] });
|
|
@@ -76,13 +76,13 @@ export class StringFilterComponent extends BaseFilterCellComponent {
|
|
|
76
76
|
this.operators = toJSON(this.operatorList.toArray());
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
80
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
79
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
80
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterComponent, inputs: { column: "column", operator: "operator" }, usesInheritance: true, ngImport: i0 });
|
|
81
81
|
}
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterComponent, decorators: [{
|
|
83
83
|
type: Directive,
|
|
84
84
|
args: [{}]
|
|
85
|
-
}], ctorParameters:
|
|
85
|
+
}], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { column: [{
|
|
86
86
|
type: Input
|
|
87
87
|
}], operator: [{
|
|
88
88
|
type: Input
|
|
@@ -77,9 +77,9 @@ export class BrowserSupportService {
|
|
|
77
77
|
get rtlScrollLeft() {
|
|
78
78
|
return rtlScrollLeft();
|
|
79
79
|
}
|
|
80
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
81
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
80
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BrowserSupportService, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
81
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BrowserSupportService });
|
|
82
82
|
}
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BrowserSupportService, decorators: [{
|
|
84
84
|
type: Injectable
|
|
85
|
-
}], ctorParameters:
|
|
85
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ChangeDetectorRef }] });
|
|
@@ -66,16 +66,16 @@ export class ResizableContainerDirective {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
70
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
69
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ResizeService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
70
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ResizableContainerDirective, isStandalone: true, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
|
|
71
71
|
}
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResizableContainerDirective, decorators: [{
|
|
73
73
|
type: Directive,
|
|
74
74
|
args: [{
|
|
75
75
|
selector: '[kendoTreeListResizableContainer]',
|
|
76
76
|
standalone: true
|
|
77
77
|
}]
|
|
78
|
-
}], ctorParameters:
|
|
78
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ResizeService }, { type: i2.ContextService }], propDecorators: { lockedWidth: [{
|
|
79
79
|
type: Input,
|
|
80
80
|
args: ['lockedWidth']
|
|
81
81
|
}], kendoTreeListResizableContainer: [{
|
|
@@ -21,9 +21,9 @@ export class ResizeService {
|
|
|
21
21
|
this.resizeSubscription.unsubscribe();
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
25
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
25
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResizeService });
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResizeService, decorators: [{
|
|
28
28
|
type: Injectable
|
|
29
29
|
}] });
|
|
@@ -26,9 +26,9 @@ export class ResponsiveService {
|
|
|
26
26
|
matchesMedia(media) {
|
|
27
27
|
return !media || this.matchMedia(bootstrapToMedia(media));
|
|
28
28
|
}
|
|
29
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
30
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
29
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
30
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResponsiveService });
|
|
31
31
|
}
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ResponsiveService, decorators: [{
|
|
33
33
|
type: Injectable
|
|
34
34
|
}] });
|
|
@@ -29,15 +29,15 @@ export class CustomMessagesComponent extends Messages {
|
|
|
29
29
|
get override() {
|
|
30
30
|
return true;
|
|
31
31
|
}
|
|
32
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
33
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
32
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
|
|
34
34
|
{
|
|
35
35
|
provide: Messages,
|
|
36
36
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
37
37
|
}
|
|
38
38
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
39
39
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
41
41
|
type: Component,
|
|
42
42
|
args: [{
|
|
43
43
|
providers: [
|
|
@@ -50,4 +50,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
50
50
|
template: ``,
|
|
51
51
|
standalone: true
|
|
52
52
|
}]
|
|
53
|
-
}], ctorParameters:
|
|
53
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -16,15 +16,15 @@ export class LocalizedMessagesDirective extends Messages {
|
|
|
16
16
|
super();
|
|
17
17
|
this.service = service;
|
|
18
18
|
}
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: Messages,
|
|
23
23
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
24
24
|
}
|
|
25
25
|
], 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: LocalizedMessagesDirective, decorators: [{
|
|
28
28
|
type: Directive,
|
|
29
29
|
args: [{
|
|
30
30
|
providers: [
|
|
@@ -36,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
36
36
|
selector: '[kendoTreeListLocalizedMessages]',
|
|
37
37
|
standalone: true
|
|
38
38
|
}]
|
|
39
|
-
}], ctorParameters:
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -361,10 +361,10 @@ export class Messages extends ComponentMessages {
|
|
|
361
361
|
* [See example](slug:globalization_treelist#toc-custom-messages).
|
|
362
362
|
*/
|
|
363
363
|
filterMenuTitle;
|
|
364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
365
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
365
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerInputLabel: "pagerInputLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItemsTotal: "pagerItemsTotal", pagerSelectPage: "pagerSelectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", filterDateToday: "filterDateToday", filterDateToggle: "filterDateToggle", filterNumericDecrement: "filterNumericDecrement", filterNumericIncrement: "filterNumericIncrement", filterMenuOperatorsDropDownLabel: "filterMenuOperatorsDropDownLabel", filterMenuLogicDropDownLabel: "filterMenuLogicDropDownLabel", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", dragRowHandleLabel: "dragRowHandleLabel", selectRowCheckboxLabel: "selectRowCheckboxLabel", selectAllRowsCheckboxLabel: "selectAllRowsCheckboxLabel", autosizeThisColumn: "autosizeThisColumn", autosizeAllColumns: "autosizeAllColumns", filterMenuTitle: "filterMenuTitle" }, usesInheritance: true, ngImport: i0 });
|
|
366
366
|
}
|
|
367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
|
|
368
368
|
type: Directive,
|
|
369
369
|
args: [{}]
|
|
370
370
|
}], propDecorators: { groupPanelEmpty: [{
|
|
@@ -97,9 +97,9 @@ export class FocusGroup {
|
|
|
97
97
|
this.children.forEach(f => f.toggle(active));
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
101
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusGroup, deps: [{ token: i1.FocusRoot }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
101
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusGroup });
|
|
102
102
|
}
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusGroup, decorators: [{
|
|
104
104
|
type: Injectable
|
|
105
|
-
}], ctorParameters:
|
|
105
|
+
}], ctorParameters: () => [{ type: i1.FocusRoot }] });
|
|
@@ -37,14 +37,14 @@ export class FocusRoot {
|
|
|
37
37
|
this.groups.forEach(f => f.deactivate());
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
41
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
41
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusRoot });
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusRoot, decorators: [{
|
|
44
44
|
type: Injectable
|
|
45
|
-
}], ctorParameters:
|
|
45
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
46
46
|
type: Optional
|
|
47
47
|
}, {
|
|
48
48
|
type: Inject,
|
|
49
49
|
args: [FOCUS_ROOT_ACTIVE]
|
|
50
|
-
}] }]
|
|
50
|
+
}] }] });
|
|
@@ -134,10 +134,10 @@ export class FocusableDirective {
|
|
|
134
134
|
registerElement(element) {
|
|
135
135
|
this.element = element;
|
|
136
136
|
}
|
|
137
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
138
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
137
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.FocusGroup, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
138
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FocusableDirective, isStandalone: true, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
|
|
139
139
|
}
|
|
140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusableDirective, decorators: [{
|
|
141
141
|
type: Directive,
|
|
142
142
|
args: [{
|
|
143
143
|
selector: '[kendoTreeListFocusable]' + `,
|
|
@@ -149,9 +149,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
149
149
|
`,
|
|
150
150
|
standalone: true
|
|
151
151
|
}]
|
|
152
|
-
}], ctorParameters:
|
|
152
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.FocusGroup, decorators: [{
|
|
153
153
|
type: Optional
|
|
154
|
-
}] }]
|
|
154
|
+
}] }], propDecorators: { cellContext: [{
|
|
155
155
|
type: Input,
|
|
156
156
|
args: ['kendoTreeListFocusable']
|
|
157
157
|
}], enabled: [{
|
|
@@ -138,14 +138,14 @@ export class LogicalCellDirective {
|
|
|
138
138
|
isFocused() {
|
|
139
139
|
return this.navigationService.isCellFocused(this);
|
|
140
140
|
}
|
|
141
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
142
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
141
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
142
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LogicalCellDirective, isStandalone: true, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
|
|
143
143
|
provide: FocusGroup,
|
|
144
144
|
deps: [FocusRoot],
|
|
145
145
|
useClass: FocusGroup
|
|
146
146
|
}], usesOnChanges: true, ngImport: i0 });
|
|
147
147
|
}
|
|
148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LogicalCellDirective, decorators: [{
|
|
149
149
|
type: Directive,
|
|
150
150
|
args: [{
|
|
151
151
|
providers: [{
|
|
@@ -156,7 +156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
156
156
|
selector: '[kendoTreeListLogicalCell]',
|
|
157
157
|
standalone: true
|
|
158
158
|
}]
|
|
159
|
-
}], ctorParameters:
|
|
159
|
+
}], ctorParameters: () => [{ type: i1.FocusGroup }, { type: i0.ElementRef }, { type: i2.ColumnInfoService }, { type: i3.IdService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }], propDecorators: { logicalColIndex: [{
|
|
160
160
|
type: Input
|
|
161
161
|
}], logicalRowIndex: [{
|
|
162
162
|
type: Input
|
|
@@ -92,16 +92,16 @@ export class LogicalRowDirective {
|
|
|
92
92
|
get columnsArray() {
|
|
93
93
|
return this.totalColumns?.allColumns.toArray() || [];
|
|
94
94
|
}
|
|
95
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
96
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
95
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
96
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LogicalRowDirective, isStandalone: true, selector: "[kendoTreeListLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", isNew: "isNew", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-treelist-row-index": "this.rowIndex", "attr.aria-owns": "this.ariaOwns", "class.k-table-row": "this.tableRowClass" } }, usesOnChanges: true, ngImport: i0 });
|
|
97
97
|
}
|
|
98
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
98
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LogicalRowDirective, decorators: [{
|
|
99
99
|
type: Directive,
|
|
100
100
|
args: [{
|
|
101
101
|
selector: '[kendoTreeListLogicalRow]',
|
|
102
102
|
standalone: true
|
|
103
103
|
}]
|
|
104
|
-
}], ctorParameters:
|
|
104
|
+
}], ctorParameters: () => [{ type: i1.IdService }, { type: i2.NavigationService }], propDecorators: { logicalRowIndex: [{
|
|
105
105
|
type: Input
|
|
106
106
|
}], logicalSlaveRow: [{
|
|
107
107
|
type: Input
|