@progress/kendo-angular-treelist 14.4.0-develop.2 → 14.4.0-develop.21
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/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/binding-directives/base-binding.directive.d.ts +1 -1
- package/binding-directives/data-bound-tree-component.d.ts +1 -1
- package/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-locked-change-event.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-settings.interface.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +1 -1
- package/column-menu/column-menu.module.d.ts +1 -1
- package/column-menu/column-menu.service.d.ts +1 -1
- package/column-menu/column-visibility-change-event.d.ts +1 -1
- package/column-menu/utils.d.ts +1 -1
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/column-resize.interface.d.ts +1 -1
- package/column-resizing/column-resizing.service.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/columns/column-common.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column-list.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/columns-container.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/rowreorder-column.component.d.ts +1 -1
- package/columns/sort-settings.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/column-info.service.d.ts +1 -1
- package/common/create-form-group.d.ts +1 -1
- package/common/default-track-by.d.ts +1 -1
- package/common/dom-events.service.d.ts +1 -1
- package/common/filter-descriptor-differ.d.ts +1 -1
- package/common/filter-operator.interface.d.ts +1 -1
- package/common/id.service.d.ts +1 -1
- package/common/option-changes.service.d.ts +1 -1
- package/common/preventable-event.d.ts +1 -1
- package/common/provider.service.d.ts +1 -1
- package/common/remove-confirmation.d.ts +1 -1
- package/common/single-popup.service.d.ts +1 -1
- package/common/sort.service.d.ts +1 -1
- package/constants.d.ts +1 -1
- package/data/change-event-args.interface.d.ts +1 -1
- package/data/change-notification.service.d.ts +1 -1
- package/data/data-item.interface.d.ts +1 -1
- package/data/data.collection.d.ts +1 -1
- package/data/treelist-item.interface.d.ts +1 -1
- package/dragdrop/column-reorder-config.d.ts +1 -1
- package/dragdrop/column-reorder-event.d.ts +1 -1
- package/dragdrop/column-reorder.service.d.ts +1 -1
- package/dragdrop/common.d.ts +1 -1
- package/dragdrop/context-types.d.ts +1 -1
- package/dragdrop/drag-and-drop.module.d.ts +1 -1
- package/dragdrop/drag-and-drop.service.d.ts +1 -1
- package/dragdrop/drag-hint.service.d.ts +1 -1
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-cue.service.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/add-event-args.interface.d.ts +1 -1
- package/editing/base-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/cancel-event-args.interface.d.ts +1 -1
- package/editing/cell-close-event.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-event-args.interface.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/edit.service.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/remove-event-args.interface.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing/save-event-args.interface.d.ts +1 -1
- package/editing-directives/create-form-group-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/editing-directive-base.d.ts +1 -1
- package/editing-directives/flat-edit.service.d.ts +1 -1
- package/editing-directives/hierarchy-edit.service.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/local-edit.service.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/row-editing-directive-base.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/editing-directives/utils.d.ts +1 -1
- package/esm2020/binding-directives/base-binding.directive.mjs +1 -1
- package/esm2020/binding-directives/data-bound-tree-component.mjs +1 -1
- package/esm2020/binding-directives/flat-binding.directive.mjs +1 -1
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +1 -1
- package/esm2020/column-menu/column-chooser.component.mjs +1 -1
- package/esm2020/column-menu/column-list.component.mjs +1 -1
- package/esm2020/column-menu/column-locked-change-event.mjs +1 -1
- package/esm2020/column-menu/column-menu-chooser.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-filter.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-item-base.mjs +1 -1
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +1 -1
- package/esm2020/column-menu/column-menu-item.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-lock.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-settings.interface.mjs +1 -1
- package/esm2020/column-menu/column-menu-sort.component.mjs +1 -1
- package/esm2020/column-menu/column-menu-template.directive.mjs +1 -1
- package/esm2020/column-menu/column-menu.component.mjs +3 -3
- package/esm2020/column-menu/column-menu.module.mjs +1 -1
- package/esm2020/column-menu/column-menu.service.mjs +1 -1
- package/esm2020/column-menu/column-visibility-change-event.mjs +1 -1
- package/esm2020/column-menu/utils.mjs +1 -1
- package/esm2020/column-resizing/column-handle.directive.mjs +1 -1
- package/esm2020/column-resizing/column-resize.interface.mjs +1 -1
- package/esm2020/column-resizing/column-resizing.service.mjs +1 -1
- package/esm2020/column-resizing/table.directive.mjs +1 -1
- package/esm2020/columns/checkbox-column.component.mjs +1 -1
- package/esm2020/columns/column-base.mjs +1 -1
- package/esm2020/columns/column-common.mjs +1 -1
- package/esm2020/columns/column-group.component.mjs +1 -1
- package/esm2020/columns/column-list.mjs +1 -1
- package/esm2020/columns/column.component.mjs +1 -1
- package/esm2020/columns/columns-container.mjs +1 -1
- package/esm2020/columns/command-column.component.mjs +1 -1
- package/esm2020/columns/rowreorder-column.component.mjs +1 -1
- package/esm2020/columns/sort-settings.mjs +1 -1
- package/esm2020/columns/span-column.component.mjs +1 -1
- package/esm2020/common/cell-click-event-args.interface.mjs +1 -1
- package/esm2020/common/column-info.service.mjs +1 -1
- package/esm2020/common/create-form-group.mjs +1 -1
- package/esm2020/common/default-track-by.mjs +1 -1
- package/esm2020/common/dom-events.service.mjs +1 -1
- package/esm2020/common/filter-descriptor-differ.mjs +1 -1
- package/esm2020/common/filter-operator.interface.mjs +1 -1
- package/esm2020/common/id.service.mjs +1 -1
- package/esm2020/common/option-changes.service.mjs +1 -1
- package/esm2020/common/preventable-event.mjs +1 -1
- package/esm2020/common/provider.service.mjs +1 -1
- package/esm2020/common/remove-confirmation.mjs +1 -1
- package/esm2020/common/single-popup.service.mjs +1 -1
- package/esm2020/common/sort.service.mjs +1 -1
- package/esm2020/constants.mjs +1 -1
- package/esm2020/data/change-event-args.interface.mjs +1 -1
- package/esm2020/data/change-notification.service.mjs +1 -1
- package/esm2020/data/data-item.interface.mjs +1 -1
- package/esm2020/data/data.collection.mjs +1 -1
- package/esm2020/data/treelist-item.interface.mjs +1 -1
- package/esm2020/dragdrop/column-reorder-config.mjs +1 -1
- package/esm2020/dragdrop/column-reorder-event.mjs +1 -1
- package/esm2020/dragdrop/column-reorder.service.mjs +1 -1
- package/esm2020/dragdrop/common.mjs +1 -1
- package/esm2020/dragdrop/context-types.mjs +1 -1
- package/esm2020/dragdrop/drag-and-drop.module.mjs +1 -1
- package/esm2020/dragdrop/drag-and-drop.service.mjs +1 -1
- package/esm2020/dragdrop/drag-hint.service.mjs +1 -1
- package/esm2020/dragdrop/draggable-column.directive.mjs +1 -1
- package/esm2020/dragdrop/drop-cue.service.mjs +1 -1
- package/esm2020/dragdrop/drop-target.directive.mjs +1 -1
- package/esm2020/editing/add-command.directive.mjs +1 -1
- package/esm2020/editing/add-event-args.interface.mjs +1 -1
- package/esm2020/editing/base-command.directive.mjs +1 -1
- package/esm2020/editing/cancel-command.directive.mjs +1 -1
- package/esm2020/editing/cancel-event-args.interface.mjs +1 -1
- package/esm2020/editing/cell-close-event.mjs +1 -1
- package/esm2020/editing/edit-command.directive.mjs +1 -1
- package/esm2020/editing/edit-event-args.interface.mjs +1 -1
- package/esm2020/editing/edit-template.directive.mjs +1 -1
- package/esm2020/editing/edit.service.mjs +1 -1
- package/esm2020/editing/remove-command.directive.mjs +1 -1
- package/esm2020/editing/remove-event-args.interface.mjs +1 -1
- package/esm2020/editing/save-command.directive.mjs +1 -1
- package/esm2020/editing/save-event-args.interface.mjs +1 -1
- package/esm2020/editing-directives/create-form-group-args.interface.mjs +1 -1
- package/esm2020/editing-directives/edit-service.interface.mjs +1 -1
- package/esm2020/editing-directives/editing-directive-base.mjs +1 -1
- package/esm2020/editing-directives/flat-edit.service.mjs +1 -1
- package/esm2020/editing-directives/hierarchy-edit.service.mjs +1 -1
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +1 -1
- package/esm2020/editing-directives/local-edit.service.mjs +1 -1
- package/esm2020/editing-directives/reactive-editing.directive.mjs +1 -1
- package/esm2020/editing-directives/row-editing-directive-base.mjs +1 -1
- package/esm2020/editing-directives/template-editing.directive.mjs +1 -1
- package/esm2020/editing-directives/utils.mjs +1 -1
- package/esm2020/excel/excel-command.directive.mjs +1 -1
- package/esm2020/excel/excel-export-data.interface.mjs +1 -1
- package/esm2020/excel/excel-export-event.mjs +1 -1
- package/esm2020/excel/excel.component.mjs +1 -1
- package/esm2020/excel/excel.module.mjs +1 -1
- package/esm2020/excel/excel.service.mjs +1 -1
- package/esm2020/expand-state/expand-event.mjs +1 -1
- package/esm2020/expand-state/expand-state.service.mjs +1 -1
- package/esm2020/expand-state/expandable-tree-component.mjs +1 -1
- package/esm2020/expand-state/expandable.directive.mjs +1 -1
- package/esm2020/filtering/base-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/boolean-filter.component.mjs +1 -1
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +2 -2
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/cell/filter-cell-component.factory.mjs +1 -1
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +1 -1
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +1 -1
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +1 -1
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +1 -1
- package/esm2020/filtering/cell/filter-cell.component.mjs +1 -1
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +2 -2
- package/esm2020/filtering/cell/row-filtering.module.mjs +1 -1
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/date-filter.component.mjs +1 -1
- package/esm2020/filtering/filter-component.interface.mjs +1 -1
- package/esm2020/filtering/filter-host.directive.mjs +1 -1
- package/esm2020/filtering/filter-input-wrapper.component.mjs +1 -1
- package/esm2020/filtering/filter-input.directive.mjs +1 -1
- package/esm2020/filtering/filter-row.component.mjs +1 -1
- package/esm2020/filtering/filter.service.mjs +1 -1
- package/esm2020/filtering/filterable.mjs +1 -1
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +1 -1
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +1 -1
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu-component.factory.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +3 -3
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu.component.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu.module.mjs +1 -1
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +2 -2
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +1 -1
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +1 -1
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +1 -1
- package/esm2020/filtering/numeric-filter.component.mjs +1 -1
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/filter-operator.base.mjs +1 -1
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +1 -1
- package/esm2020/filtering/shared-filtering.module.mjs +1 -1
- package/esm2020/filtering/string-filter.component.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout/browser-support.service.mjs +1 -1
- package/esm2020/layout/resizable.directive.mjs +1 -1
- package/esm2020/layout/resize.service.mjs +1 -1
- package/esm2020/layout/responsive.service.mjs +1 -1
- package/esm2020/layout/row-sync.mjs +1 -1
- package/esm2020/localization/custom-messages.component.mjs +1 -1
- package/esm2020/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/localization/messages.mjs +1 -1
- package/esm2020/navigation/default-focusable-element.mjs +1 -1
- package/esm2020/navigation/focus-group.mjs +1 -1
- package/esm2020/navigation/focus-root.mjs +1 -1
- package/esm2020/navigation/focusable-element.interface.mjs +1 -1
- package/esm2020/navigation/focusable.directive.mjs +1 -1
- package/esm2020/navigation/item-map.mjs +1 -1
- package/esm2020/navigation/logical-cell.directive.mjs +1 -1
- package/esm2020/navigation/logical-cell.interface.mjs +1 -1
- package/esm2020/navigation/logical-row.directive.mjs +1 -1
- package/esm2020/navigation/logical-row.interface.mjs +1 -1
- package/esm2020/navigation/model-cell.mjs +1 -1
- package/esm2020/navigation/navigation-cell.interface.mjs +1 -1
- package/esm2020/navigation/navigation-change.interface.mjs +1 -1
- package/esm2020/navigation/navigation-cursor.mjs +1 -1
- package/esm2020/navigation/navigation-metadata.mjs +1 -1
- package/esm2020/navigation/navigation-mode.mjs +1 -1
- package/esm2020/navigation/navigation-model.mjs +1 -1
- package/esm2020/navigation/navigation-row.interface.mjs +1 -1
- package/esm2020/navigation/navigation.service.mjs +1 -1
- package/esm2020/navigation/treelist-focusable-element.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/pager/pager-context.service.mjs +1 -1
- package/esm2020/pager/pager-element.component.mjs +1 -1
- package/esm2020/pager/pager-info.component.mjs +1 -1
- package/esm2020/pager/pager-input.component.mjs +2 -2
- package/esm2020/pager/pager-next-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-numeric-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-page-sizes.component.mjs +1 -1
- package/esm2020/pager/pager-prev-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-settings.mjs +1 -1
- package/esm2020/pager/pager-template.directive.mjs +1 -1
- package/esm2020/pager/pager.component.mjs +2 -6
- package/esm2020/pager/pager.module.mjs +1 -1
- package/esm2020/pager/pagesize-item.interface.mjs +1 -1
- package/esm2020/pdf/export-element.mjs +1 -1
- package/esm2020/pdf/pdf-command.directive.mjs +1 -1
- package/esm2020/pdf/pdf-export-event.mjs +1 -1
- package/esm2020/pdf/pdf-margin.component.mjs +1 -1
- package/esm2020/pdf/pdf-margin.interface.mjs +1 -1
- package/esm2020/pdf/pdf-template.directive.mjs +1 -1
- package/esm2020/pdf/pdf.component.mjs +1 -1
- package/esm2020/pdf/pdf.module.mjs +1 -1
- package/esm2020/pdf/pdf.service.mjs +1 -1
- package/esm2020/pdf/treelist-query.mjs +1 -1
- package/esm2020/progress-kendo-angular-treelist.mjs +1 -1
- package/esm2020/rendering/body.module.mjs +1 -1
- package/esm2020/rendering/cell-template.directive.mjs +1 -1
- package/esm2020/rendering/cell.component.mjs +2 -2
- package/esm2020/rendering/common/col-group.component.mjs +1 -1
- package/esm2020/rendering/common/dom-queries.mjs +1 -1
- package/esm2020/rendering/common/field-accessor.pipe.mjs +1 -1
- package/esm2020/rendering/common/level-items.pipe.mjs +1 -1
- package/esm2020/rendering/common/loading.component.mjs +1 -1
- package/esm2020/rendering/common/row-class.mjs +1 -1
- package/esm2020/rendering/common/spacer.component.mjs +1 -1
- package/esm2020/rendering/common/template-context.directive.mjs +1 -1
- package/esm2020/rendering/constants.mjs +1 -1
- package/esm2020/rendering/footer-template.directive.mjs +1 -1
- package/esm2020/rendering/header/header-template.directive.mjs +1 -1
- package/esm2020/rendering/header/header.component.mjs +1 -1
- package/esm2020/rendering/header/header.module.mjs +1 -1
- package/esm2020/rendering/list.component.mjs +1 -1
- package/esm2020/rendering/no-records-template.directive.mjs +1 -1
- package/esm2020/rendering/table-body.component.mjs +1 -1
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +1 -1
- package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +1 -1
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +1 -1
- package/esm2020/rendering/toolbar/toolbar.component.mjs +1 -1
- package/esm2020/row-reordering/flat-reorder.service.mjs +1 -1
- package/esm2020/row-reordering/hierarchical-reorder.service.mjs +1 -1
- package/esm2020/row-reordering/row-reorder.service.mjs +1 -1
- package/esm2020/row-reordering/types.mjs +1 -1
- package/esm2020/row-reordering/utils.mjs +1 -1
- package/esm2020/scrolling/content-scroll-event.mjs +1 -1
- package/esm2020/scrolling/row-height.service.mjs +1 -1
- package/esm2020/scrolling/scroll-bottom-event.mjs +1 -1
- package/esm2020/scrolling/scroll-request.service.mjs +1 -1
- package/esm2020/scrolling/scroll-sync.service.mjs +1 -1
- package/esm2020/scrolling/scroller.service.mjs +1 -1
- package/esm2020/scrolling/scrollmode.mjs +1 -1
- package/esm2020/scrolling/suspend.service.mjs +1 -1
- package/esm2020/selection/is-selected.mjs +1 -1
- package/esm2020/selection/marquee.directive.mjs +1 -1
- package/esm2020/selection/selectable-settings.mjs +1 -1
- package/esm2020/selection/selectable.directive.mjs +1 -1
- package/esm2020/selection/selection-change-event.mjs +1 -1
- package/esm2020/selection/selection-state.mjs +1 -1
- package/esm2020/selection/selection.service.mjs +1 -1
- package/esm2020/shared.module.mjs +1 -1
- package/esm2020/treelist.component.mjs +1 -1
- package/esm2020/treelist.module.mjs +1 -1
- package/esm2020/utils.mjs +1 -1
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel-export-data.interface.d.ts +1 -1
- package/excel/excel-export-event.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +1 -1
- package/excel/excel.service.d.ts +1 -1
- package/expand-state/expand-event.d.ts +1 -1
- package/expand-state/expand-state.service.d.ts +1 -1
- package/expand-state/expandable-tree-component.d.ts +1 -1
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +13 -17
- package/fesm2020/progress-kendo-angular-treelist.mjs +13 -17
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/boolean-filter.component.d.ts +1 -1
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-component.factory.d.ts +1 -1
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-component.interface.d.ts +1 -1
- package/filtering/filter-host.directive.d.ts +1 -1
- package/filtering/filter-input-wrapper.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/filter.service.d.ts +1 -1
- package/filtering/filterable.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-component.factory.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu.module.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/numeric-filter.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/filter-operator.base.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +1 -1
- package/filtering/string-filter.component.d.ts +1 -1
- package/index.d.ts +1 -1
- package/layout/browser-support.service.d.ts +1 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/layout/resize.service.d.ts +1 -1
- package/layout/responsive.service.d.ts +1 -1
- package/layout/row-sync.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/navigation/default-focusable-element.d.ts +1 -1
- package/navigation/focus-group.d.ts +1 -1
- package/navigation/focus-root.d.ts +1 -1
- package/navigation/focusable-element.interface.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/item-map.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-cell.interface.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/navigation/logical-row.interface.d.ts +1 -1
- package/navigation/model-cell.d.ts +1 -1
- package/navigation/navigation-cell.interface.d.ts +1 -1
- package/navigation/navigation-change.interface.d.ts +1 -1
- package/navigation/navigation-cursor.d.ts +1 -1
- package/navigation/navigation-metadata.d.ts +1 -1
- package/navigation/navigation-mode.d.ts +1 -1
- package/navigation/navigation-model.d.ts +1 -1
- package/navigation/navigation-row.interface.d.ts +1 -1
- package/navigation/navigation.service.d.ts +1 -1
- package/navigation/treelist-focusable-element.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +17 -17
- package/pager/pager-context.service.d.ts +1 -1
- package/pager/pager-element.component.d.ts +1 -1
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +1 -1
- package/pager/pager-next-buttons.component.d.ts +1 -1
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +1 -1
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-settings.d.ts +1 -1
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -2
- package/pager/pager.module.d.ts +1 -1
- package/pager/pagesize-item.interface.d.ts +1 -1
- package/pdf/export-element.d.ts +1 -1
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-export-event.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-margin.interface.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +1 -1
- package/pdf/pdf.service.d.ts +1 -1
- package/pdf/treelist-query.d.ts +1 -1
- package/progress-kendo-angular-treelist.d.ts +1 -1
- package/rendering/body.module.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +1 -1
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/dom-queries.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/level-items.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/row-class.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/common/template-context.directive.d.ts +1 -1
- package/rendering/constants.d.ts +1 -1
- package/rendering/footer-template.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +1 -1
- package/rendering/header/header.module.d.ts +1 -1
- package/rendering/list.component.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-navigation.service.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/row-reordering/flat-reorder.service.d.ts +1 -1
- package/row-reordering/hierarchical-reorder.service.d.ts +1 -1
- package/row-reordering/row-reorder.service.d.ts +1 -1
- package/row-reordering/types.d.ts +1 -1
- package/row-reordering/utils.d.ts +1 -1
- package/schematics/ngAdd/index.js +3 -3
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/scrolling/row-height.service.d.ts +1 -1
- package/scrolling/scroll-bottom-event.d.ts +1 -1
- package/scrolling/scroll-request.service.d.ts +1 -1
- package/scrolling/scroll-sync.service.d.ts +1 -1
- package/scrolling/scroller.service.d.ts +1 -1
- package/scrolling/scrollmode.d.ts +1 -1
- package/scrolling/suspend.service.d.ts +1 -1
- package/selection/is-selected.d.ts +1 -1
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectable-settings.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/selection/selection-change-event.d.ts +1 -1
- package/selection/selection-state.d.ts +1 -1
- package/selection/selection.service.d.ts +1 -1
- package/shared.module.d.ts +1 -1
- package/treelist.component.d.ts +1 -1
- package/treelist.module.d.ts +1 -1
- package/utils.d.ts +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import * as i0 from '@angular/core';
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
49
49
|
productName: 'Kendo UI for Angular',
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
51
|
-
publishDate:
|
52
|
-
version: '14.4.0-develop.
|
51
|
+
publishDate: 1706523007,
|
52
|
+
version: '14.4.0-develop.21',
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
54
54
|
};
|
55
55
|
|
@@ -6664,7 +6664,7 @@ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
6664
6664
|
[step]="step">
|
6665
6665
|
</kendo-numerictextbox>
|
6666
6666
|
</kendo-treelist-filter-menu-input-wrapper>
|
6667
|
-
`, isInline: true, components: [{ type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "currentFilter"] }, { type: i3$2.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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
6667
|
+
`, isInline: true, components: [{ type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "currentFilter"] }, { type: i3$2.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"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
6668
6668
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
|
6669
6669
|
type: Component,
|
6670
6670
|
args: [{
|
@@ -7627,7 +7627,7 @@ class FilterMenuContainerComponent {
|
|
7627
7627
|
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: FilterService, skipSelf: true }, { token: FilterService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
7628
7628
|
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [FilterService], ngImport: i0, template: `
|
7629
7629
|
<form (submit)="submit()" (reset)="reset()"
|
7630
|
-
class="k-filter-menu
|
7630
|
+
class="k-filter-menu">
|
7631
7631
|
<div class="k-filter-menu-container">
|
7632
7632
|
<ng-container [ngSwitch]="hasTemplate">
|
7633
7633
|
<ng-container *ngSwitchCase="false">
|
@@ -7670,7 +7670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
7670
7670
|
selector: 'kendo-treelist-filter-menu-container',
|
7671
7671
|
template: `
|
7672
7672
|
<form (submit)="submit()" (reset)="reset()"
|
7673
|
-
class="k-filter-menu
|
7673
|
+
class="k-filter-menu">
|
7674
7674
|
<div class="k-filter-menu-container">
|
7675
7675
|
<ng-container [ngSwitch]="hasTemplate">
|
7676
7676
|
<ng-container *ngSwitchCase="false">
|
@@ -8621,7 +8621,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
8621
8621
|
type: Input
|
8622
8622
|
}] } });
|
8623
8623
|
|
8624
|
-
const
|
8624
|
+
const POPUP_CLASSES = 'k-grid-columnmenu-popup k-column-menu';
|
8625
8625
|
/**
|
8626
8626
|
* Represents the [column menu]({% slug columnmenu_treelist %}) component of the TreeList.
|
8627
8627
|
*/
|
@@ -8701,7 +8701,7 @@ class ColumnMenuComponent {
|
|
8701
8701
|
e.preventDefault();
|
8702
8702
|
this.expandedFilter = !this.hasColumnChooser;
|
8703
8703
|
this.expandedColumns = !this.hasFilter;
|
8704
|
-
this.popupRef = this.popupService.open(anchor, template, this.popupRef,
|
8704
|
+
this.popupRef = this.popupService.open(anchor, template, this.popupRef, POPUP_CLASSES);
|
8705
8705
|
}
|
8706
8706
|
/**
|
8707
8707
|
* @hidden
|
@@ -9220,7 +9220,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
9220
9220
|
[step]="step">
|
9221
9221
|
</kendo-numerictextbox>
|
9222
9222
|
</kendo-treelist-filter-wrapper-cell>
|
9223
|
-
`, isInline: true, components: [{ type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i3$2.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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
9223
|
+
`, isInline: true, components: [{ type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i3$2.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"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
9224
9224
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
|
9225
9225
|
type: Component,
|
9226
9226
|
args: [{
|
@@ -11350,7 +11350,7 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
11350
11350
|
</ng-container>
|
11351
11351
|
</ng-container>
|
11352
11352
|
</ng-container>
|
11353
|
-
`, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i3$2.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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i3$3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "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", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i4$1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }], pipes: { "levelItems": LevelItemsPipe, "valueOf": FieldAccessorPipe } });
|
11353
|
+
`, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i3$2.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"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i3$3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "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", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i4$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4$1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i4$1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i4$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }], pipes: { "levelItems": LevelItemsPipe, "valueOf": FieldAccessorPipe } });
|
11354
11354
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CellComponent, decorators: [{
|
11355
11355
|
type: Component,
|
11356
11356
|
args: [{
|
@@ -13659,7 +13659,7 @@ PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
13659
13659
|
</kendo-numerictextbox>
|
13660
13660
|
{{textFor('pagerOf')}} {{totalPages}}
|
13661
13661
|
</span>
|
13662
|
-
`, isInline: true, components: [{ type: i3$2.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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i1$3.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
13662
|
+
`, isInline: true, components: [{ type: i3$2.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"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i1$3.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
13663
13663
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerInputComponent, decorators: [{
|
13664
13664
|
type: Component,
|
13665
13665
|
args: [{
|
@@ -13825,7 +13825,6 @@ class PagerComponent {
|
|
13825
13825
|
this.pageChange = new EventEmitter();
|
13826
13826
|
this.pagerRole = 'application';
|
13827
13827
|
this.pagerRoleDescription = 'pager';
|
13828
|
-
this.pagerWrapClass = true;
|
13829
13828
|
this.gridPagerClass = true;
|
13830
13829
|
this.pagerClass = true;
|
13831
13830
|
this.pagerSizingClass = true;
|
@@ -14038,7 +14037,7 @@ class PagerComponent {
|
|
14038
14037
|
}
|
14039
14038
|
}
|
14040
14039
|
PagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerComponent, deps: [{ token: NavigationService }, { token: i1$1.LocalizationService }, { token: PagerContextService }, { token: FocusGroup }, { token: FocusRoot }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
14041
|
-
PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerComponent, selector: "kendo-treelist-pager", inputs: { allCount: "allCount", total: "total", skip: "skip", navigable: "navigable", pageSize: "pageSize", options: "options", template: "template" }, outputs: { pageChange: "pageChange" }, host: { properties: { "attr.role": "this.pagerRole", "attr.aria-roledescription": "this.pagerRoleDescription", "class.k-
|
14040
|
+
PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerComponent, selector: "kendo-treelist-pager", inputs: { allCount: "allCount", total: "total", skip: "skip", navigable: "navigable", pageSize: "pageSize", options: "options", template: "template" }, outputs: { pageChange: "pageChange" }, host: { properties: { "attr.role": "this.pagerRole", "attr.aria-roledescription": "this.pagerRoleDescription", "class.k-grid-pager": "this.gridPagerClass", "class.k-pager": "this.pagerClass", "class.k-pager-md": "this.pagerSizingClass", "attr.tabindex": "this.hostTabindex", "attr.aria-label": "this.hostAriaLabel" } }, providers: [{
|
14042
14041
|
provide: FOCUS_ROOT_ACTIVE,
|
14043
14042
|
useValue: true
|
14044
14043
|
}, {
|
@@ -14173,9 +14172,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
14173
14172
|
}], pagerRoleDescription: [{
|
14174
14173
|
type: HostBinding,
|
14175
14174
|
args: ['attr.aria-roledescription']
|
14176
|
-
}], pagerWrapClass: [{
|
14177
|
-
type: HostBinding,
|
14178
|
-
args: ['class.k-pager-wrap']
|
14179
14175
|
}], gridPagerClass: [{
|
14180
14176
|
type: HostBinding,
|
14181
14177
|
args: ['class.k-grid-pager']
|
@@ -17319,7 +17315,7 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
17319
17315
|
[value]="currentFilter?.value">
|
17320
17316
|
</kendo-autocomplete>
|
17321
17317
|
</kendo-treelist-filter-wrapper-cell>
|
17322
|
-
`, isInline: true, components: [{ type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i3$1.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoAutoComplete"] }], directives: [{ type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
17318
|
+
`, isInline: true, components: [{ type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i3$1.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }], directives: [{ type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
17323
17319
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
|
17324
17320
|
type: Component,
|
17325
17321
|
args: [{
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { QueryList, AfterContentInit, OnDestroy } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ColumnComponent } from '../columns/column.component';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ColumnComponent } from '../../columns/column.component';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ChangeDetectorRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterService } from '../filter.service';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Type } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Type, ViewContainerRef, ComponentFactoryResolver } from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { TemplateRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterService } from '../filter.service';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import * as i0 from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { OnInit } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ColumnComponent } from '../columns/column.component';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Type, ViewContainerRef, OnInit, OnDestroy, OnChanges, ComponentRef, ComponentFactoryResolver, SimpleChange } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { SimpleChange } from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, AfterViewInit, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Subject } from 'rxjs';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ElementRef, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { OnDestroy } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Type } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { OnInit, EventEmitter, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Type, ViewContainerRef, ComponentFactoryResolver } from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterService } from '../filter.service';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { TemplateRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterService } from "../filter.service";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import * as i0 from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { OnInit } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { OnDestroy } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|