@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aggregates/status-bar-template.directive.d.ts +1 -1
- package/aggregates/status-bar.component.d.ts +1 -1
- package/column-menu/column-chooser-item-checked.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-menu-autosize-all.component.d.ts +1 -1
- package/column-menu/column-menu-autosize.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-container.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.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-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-position.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.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-resizing/column-handle.directive.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-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.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/clipboard.directive.d.ts +1 -1
- package/databinding.directive.d.ts +1 -1
- package/directives.d.ts +260 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +2 -2
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
- package/esm2020/aggregates/status-bar.component.mjs +6 -4
- package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
- package/esm2020/column-menu/column-chooser.component.mjs +5 -5
- package/esm2020/column-menu/column-list.component.mjs +6 -5
- package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +26 -19
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/reorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/common/clipboard.directive.mjs +3 -2
- package/esm2020/databinding.directive.mjs +3 -2
- package/esm2020/directives.mjs +479 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +12 -10
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
- package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
- package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +78 -137
- package/esm2020/grid.component.mjs +31 -25
- package/esm2020/grid.module.mjs +180 -237
- package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header.component.mjs +10 -8
- package/esm2020/grouping/group-panel.component.mjs +11 -10
- package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
- package/esm2020/grouping/group.module.mjs +37 -37
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-input.directive.mjs +5 -2
- package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
- package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +10 -11
- package/esm2020/pager/pager.module.mjs +35 -81
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +72 -109
- package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +15 -11
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +6 -4
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
- package/esm2020/rendering/details-expand.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer.component.mjs +9 -7
- package/esm2020/rendering/footer/footer.module.mjs +24 -18
- package/esm2020/rendering/grid-table.directive.mjs +3 -2
- package/esm2020/rendering/groups-expand.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +19 -18
- package/esm2020/rendering/header/header.module.mjs +136 -47
- package/esm2020/rendering/list.component.mjs +12 -11
- package/esm2020/rendering/loading-template.directive.mjs +3 -2
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +15 -12
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
- package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
- package/esm2020/selection/selection.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +24 -80
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +4 -4
- package/fesm2015/progress-kendo-angular-grid.mjs +23474 -23456
- package/fesm2020/progress-kendo-angular-grid.mjs +22569 -22551
- 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-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 +38 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.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/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-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-dropdownlist.directive.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 +52 -17
- package/filtering/menu/filter-radio-button.directive.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/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/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 +38 -30
- package/grid.component.d.ts +3 -3
- package/grid.module.d.ts +131 -116
- package/grouping/group-footer-template.directive.d.ts +1 -1
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-header.component.d.ts +1 -1
- package/grouping/group-panel.component.d.ts +1 -1
- package/grouping/group-scroll-binding.directive.d.ts +1 -1
- package/grouping/group.module.d.ts +27 -12
- package/index.d.ts +1 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +16 -16
- package/pager/pager-dropdown.directive.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-input.directive.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 +2 -2
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-settings.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- package/pager/pager.module.d.ts +26 -19
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.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 +6 -6
- package/rendering/body.module.d.ts +39 -25
- package/rendering/cell-loading.template.directive.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/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +1 -1
- package/rendering/details-expand.directive.d.ts +1 -1
- package/rendering/footer/footer-template.directive.d.ts +1 -1
- package/rendering/footer/footer.component.d.ts +1 -1
- package/rendering/footer/footer.module.d.ts +19 -5
- package/rendering/grid-table.directive.d.ts +1 -1
- package/rendering/groups-expand.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 +90 -13
- package/rendering/list.component.d.ts +1 -1
- package/rendering/loading-template.directive.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-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/shared.module.d.ts +4 -6
- package/column-menu/column-menu.module.d.ts +0 -35
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -113
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
|
@@ -22,11 +22,12 @@ export class EditTemplateDirective {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25
|
-
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, selector: "[kendoGridEditTemplate]", ngImport: i0 });
|
|
25
|
+
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGridEditTemplate]", ngImport: i0 });
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{
|
|
29
|
-
selector: '[kendoGridEditTemplate]'
|
|
29
|
+
selector: '[kendoGridEditTemplate]',
|
|
30
|
+
standalone: true
|
|
30
31
|
}]
|
|
31
32
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
32
33
|
type: Optional
|
|
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
|
|
|
7
7
|
import { EditService } from './edit.service';
|
|
8
8
|
import { CELL_CONTEXT } from '../rendering/common/cell-context';
|
|
9
9
|
import { ContextService } from '../common/provider.service';
|
|
10
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
11
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "./edit.service";
|
|
12
14
|
import * as i2 from "../common/provider.service";
|
|
13
|
-
import * as i3 from "@angular/common";
|
|
14
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
15
15
|
/**
|
|
16
16
|
* Represents the `remove` command of the Grid. You can apply this directive to any `button` element
|
|
17
17
|
* inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
|
|
@@ -63,7 +63,7 @@ export class RemoveCommandDirective extends Button {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
66
|
-
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, selector: "[kendoGridRemoveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
66
|
+
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoGridRemoveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
67
67
|
<kendo-icon-wrapper
|
|
68
68
|
*ngIf="icon || svgIcon"
|
|
69
69
|
innerCssClass="k-button-icon"
|
|
@@ -74,7 +74,7 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
74
74
|
</span>
|
|
75
75
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
76
76
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
77
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
77
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
78
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, decorators: [{
|
|
79
79
|
type: Component,
|
|
80
80
|
args: [{
|
|
@@ -90,7 +90,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
90
90
|
</span>
|
|
91
91
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
92
92
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
93
|
-
|
|
93
|
+
`,
|
|
94
|
+
standalone: true,
|
|
95
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
94
96
|
}]
|
|
95
97
|
}], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
|
|
96
98
|
type: Inject,
|
|
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
|
|
|
7
7
|
import { EditService } from './edit.service';
|
|
8
8
|
import { CELL_CONTEXT } from '../rendering/common/cell-context';
|
|
9
9
|
import { ContextService } from '../common/provider.service';
|
|
10
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
11
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "./edit.service";
|
|
12
14
|
import * as i2 from "../common/provider.service";
|
|
13
|
-
import * as i3 from "@angular/common";
|
|
14
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
15
15
|
/**
|
|
16
16
|
* Represents the `save` command of the Grid. You can apply this directive to any `button`
|
|
17
17
|
* element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
|
|
@@ -66,7 +66,7 @@ export class SaveCommandDirective extends Button {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
-
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, selector: "[kendoGridSaveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
69
|
+
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, isStandalone: true, selector: "[kendoGridSaveCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
70
70
|
<kendo-icon-wrapper
|
|
71
71
|
*ngIf="icon || svgIcon"
|
|
72
72
|
innerCssClass="k-button-icon"
|
|
@@ -77,7 +77,7 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
77
77
|
</span>
|
|
78
78
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
79
79
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
80
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
80
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
81
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{
|
|
@@ -93,7 +93,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
93
93
|
</span>
|
|
94
94
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
95
95
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
96
|
-
|
|
96
|
+
`,
|
|
97
|
+
standalone: true,
|
|
98
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
97
99
|
}]
|
|
98
100
|
}], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
|
|
99
101
|
type: Inject,
|
|
@@ -69,11 +69,12 @@ export class InCellEditingDirective extends EditingDirectiveBase {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
72
|
-
InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: InCellEditingDirective, selector: "[kendoGridInCellEditing]", inputs: { createFormGroup: ["kendoGridInCellEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
|
|
72
|
+
InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: InCellEditingDirective, isStandalone: true, selector: "[kendoGridInCellEditing]", inputs: { createFormGroup: ["kendoGridInCellEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
|
|
73
73
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InCellEditingDirective, decorators: [{
|
|
74
74
|
type: Directive,
|
|
75
75
|
args: [{
|
|
76
|
-
selector: '[kendoGridInCellEditing]'
|
|
76
|
+
selector: '[kendoGridInCellEditing]',
|
|
77
|
+
standalone: true
|
|
77
78
|
}]
|
|
78
79
|
}], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.LocalDataChangesService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { createFormGroup: [{
|
|
79
80
|
type: Input,
|
|
@@ -12,7 +12,7 @@ import * as i1 from "../grid.component";
|
|
|
12
12
|
import * as i2 from "../editing/local-data-changes.service";
|
|
13
13
|
/**
|
|
14
14
|
* A directive which encapsulates the editing operations of the Grid when using the
|
|
15
|
-
* Reactive Forms ([see example](
|
|
15
|
+
* Reactive Forms ([see example](slug:editing_directives_grid#toc-reactive-editing-directive)).
|
|
16
16
|
*/
|
|
17
17
|
export class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
|
18
18
|
constructor(grid, localDataChangesService) {
|
|
@@ -35,11 +35,12 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
38
|
-
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, selector: "[kendoGridReactiveEditing]", inputs: { createFormGroup: ["kendoGridReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
|
|
38
|
+
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoGridReactiveEditing]", inputs: { createFormGroup: ["kendoGridReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
|
|
39
39
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
|
|
40
40
|
type: Directive,
|
|
41
41
|
args: [{
|
|
42
|
-
selector: '[kendoGridReactiveEditing]'
|
|
42
|
+
selector: '[kendoGridReactiveEditing]',
|
|
43
|
+
standalone: true
|
|
43
44
|
}]
|
|
44
45
|
}], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.LocalDataChangesService }]; }, propDecorators: { createFormGroup: [{
|
|
45
46
|
type: Input,
|
|
@@ -45,11 +45,12 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.GridComponent }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
48
|
-
TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateEditingDirective, selector: "[kendoGridTemplateEditing]", inputs: { createNewItem: ["kendoGridTemplateEditing", "createNewItem"] }, usesInheritance: true, ngImport: i0 });
|
|
48
|
+
TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateEditingDirective, isStandalone: true, selector: "[kendoGridTemplateEditing]", inputs: { createNewItem: ["kendoGridTemplateEditing", "createNewItem"] }, usesInheritance: true, ngImport: i0 });
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateEditingDirective, decorators: [{
|
|
50
50
|
type: Directive,
|
|
51
51
|
args: [{
|
|
52
|
-
selector: '[kendoGridTemplateEditing]'
|
|
52
|
+
selector: '[kendoGridTemplateEditing]',
|
|
53
|
+
standalone: true
|
|
53
54
|
}]
|
|
54
55
|
}], ctorParameters: function () { return [{ type: i1.GridComponent }, { type: i2.LocalDataChangesService }]; }, propDecorators: { createNewItem: [{
|
|
55
56
|
type: Input,
|
|
@@ -6,11 +6,11 @@ import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer
|
|
|
6
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
7
7
|
import { ContextService } from '../common/provider.service';
|
|
8
8
|
import { ExcelService } from './excel.service';
|
|
9
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
10
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
import * as i1 from "./excel.service";
|
|
11
13
|
import * as i2 from "../common/provider.service";
|
|
12
|
-
import * as i3 from "@angular/common";
|
|
13
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
14
14
|
/**
|
|
15
15
|
* Represents the `export-to-Excel` command of the Grid. You can apply this
|
|
16
16
|
* directive to any `button` element inside a
|
|
@@ -51,7 +51,7 @@ export class ExcelCommandDirective extends Button {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
-
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, selector: "[kendoGridExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
54
|
+
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoGridExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
55
55
|
<kendo-icon-wrapper
|
|
56
56
|
*ngIf="icon || svgIcon"
|
|
57
57
|
innerCssClass="k-button-icon"
|
|
@@ -62,7 +62,7 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
62
62
|
</span>
|
|
63
63
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
64
64
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
65
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
65
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
66
66
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, decorators: [{
|
|
67
67
|
type: Component,
|
|
68
68
|
args: [{
|
|
@@ -78,7 +78,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
78
78
|
</span>
|
|
79
79
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
80
80
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
81
|
-
|
|
81
|
+
`,
|
|
82
|
+
standalone: true,
|
|
83
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
82
84
|
}]
|
|
83
85
|
}], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
|
84
86
|
type: HostListener,
|
|
@@ -125,12 +125,13 @@ export class ExcelComponent {
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
128
|
-
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, selector: "kendo-grid-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions", collapsible: "collapsible" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
|
128
|
+
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, isStandalone: true, selector: "kendo-grid-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", paddingCellOptions: "paddingCellOptions", headerPaddingCellOptions: "headerPaddingCellOptions", collapsible: "collapsible" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
|
129
129
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, decorators: [{
|
|
130
130
|
type: Component,
|
|
131
131
|
args: [{
|
|
132
132
|
selector: 'kendo-grid-excel',
|
|
133
|
-
template:
|
|
133
|
+
template: ``,
|
|
134
|
+
standalone: true
|
|
134
135
|
}]
|
|
135
136
|
}], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
|
136
137
|
type: Input
|
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
|
9
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
6
|
+
import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
|
7
|
+
import { KENDO_GRID_EXCEL_EXPORT } from '../directives';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
|
-
|
|
9
|
+
import * as i1 from "@progress/kendo-angular-icons";
|
|
10
|
+
import * as i2 from "./excel.component";
|
|
11
|
+
import * as i3 from "./excel-command.directive";
|
|
12
|
+
import * as i4 from "@progress/kendo-angular-excel-export";
|
|
13
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12
14
|
/**
|
|
13
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
16
|
* definition for the Excel component of the Grid.
|
|
@@ -33,13 +35,13 @@ const declarations = [ExcelComponent, ExcelCommandDirective];
|
|
|
33
35
|
export class ExcelModule {
|
|
34
36
|
}
|
|
35
37
|
ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
36
|
-
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule,
|
|
37
|
-
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [
|
|
38
|
+
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.ExcelComponent, i3.ExcelCommandDirective, i4.ExcelExportComponent, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective], exports: [i2.ExcelComponent, i3.ExcelCommandDirective, i4.ExcelExportComponent, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective] });
|
|
39
|
+
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, i2.ExcelComponent, i3.ExcelCommandDirective, i4.ExcelExportComponent, i4.ColumnComponent, i4.ColumnGroupComponent] });
|
|
38
40
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, decorators: [{
|
|
39
41
|
type: NgModule,
|
|
40
42
|
args: [{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT],
|
|
44
|
+
exports: [...KENDO_GRID_EXCEL_EXPORT],
|
|
45
|
+
providers: [IconsService]
|
|
44
46
|
}]
|
|
45
47
|
}] });
|
|
@@ -9,14 +9,14 @@ import { FilterService } from '../filter.service';
|
|
|
9
9
|
import { BaseFilterCellComponent, localizeOperators } from '../base-filter-cell.component';
|
|
10
10
|
import { SizingOptionsService } from '../../layout/sizing-options.service';
|
|
11
11
|
import { ContextService } from '../../common/provider.service';
|
|
12
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
13
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
|
14
|
+
import { AutoCompleteComponent } from '@progress/kendo-angular-dropdowns';
|
|
12
15
|
import * as i0 from "@angular/core";
|
|
13
16
|
import * as i1 from "../filter.service";
|
|
14
17
|
import * as i2 from "../../columns/column.component";
|
|
15
18
|
import * as i3 from "../../common/provider.service";
|
|
16
19
|
import * as i4 from "../../layout/sizing-options.service";
|
|
17
|
-
import * as i5 from "@progress/kendo-angular-dropdowns";
|
|
18
|
-
import * as i6 from "../filter-input.directive";
|
|
19
|
-
import * as i7 from "./filter-cell-wrapper.component";
|
|
20
20
|
const stringOperators = localizeOperators({
|
|
21
21
|
"filterContainsOperator": "contains",
|
|
22
22
|
"filterNotContainsOperator": "doesnotcontain",
|
|
@@ -61,7 +61,7 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.ContextService }, { token: i4.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
-
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, selector: "kendo-grid-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
|
64
|
+
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-grid-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
|
65
65
|
<kendo-grid-filter-wrapper-cell
|
|
66
66
|
[column]="column"
|
|
67
67
|
[filter]="filter"
|
|
@@ -75,7 +75,7 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
75
75
|
[value]="currentFilter?.value">
|
|
76
76
|
</kendo-autocomplete>
|
|
77
77
|
</kendo-grid-filter-wrapper-cell>
|
|
78
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
78
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: 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", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }] });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
81
|
args: [{
|
|
@@ -94,7 +94,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
94
94
|
[value]="currentFilter?.value">
|
|
95
95
|
</kendo-autocomplete>
|
|
96
96
|
</kendo-grid-filter-wrapper-cell>
|
|
97
|
-
|
|
97
|
+
`,
|
|
98
|
+
standalone: true,
|
|
99
|
+
imports: [FilterCellWrapperComponent, AutoCompleteComponent, FilterInputDirective]
|
|
98
100
|
}]
|
|
99
101
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ColumnComponent }, { type: i3.ContextService }, { type: i4.SizingOptionsService }]; }, propDecorators: { showOperators: [{
|
|
100
102
|
type: Input
|
|
@@ -8,14 +8,14 @@ import { BooleanFilterComponent } from '../boolean-filter.component';
|
|
|
8
8
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
9
9
|
import { SizingOptionsService } from '../../layout/sizing-options.service';
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
|
12
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
13
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
|
14
|
+
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
|
11
15
|
import * as i0 from "@angular/core";
|
|
12
16
|
import * as i1 from "../filter.service";
|
|
13
17
|
import * as i2 from "../../common/provider.service";
|
|
14
18
|
import * as i3 from "../../layout/sizing-options.service";
|
|
15
|
-
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
16
|
-
import * as i5 from "../../navigation/focusable.directive";
|
|
17
|
-
import * as i6 from "../filter-input.directive";
|
|
18
|
-
import * as i7 from "./filter-cell-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a Boolean filter-cell component.
|
|
21
21
|
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
@@ -60,7 +60,7 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
-
BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, selector: "kendo-grid-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
|
63
|
+
BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-grid-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
|
64
64
|
<kendo-grid-filter-wrapper-cell
|
|
65
65
|
[column]="column"
|
|
66
66
|
[filter]="filter"
|
|
@@ -80,7 +80,7 @@ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
80
80
|
[value]="currentFilter?.value">
|
|
81
81
|
</kendo-dropdownlist>
|
|
82
82
|
</kendo-grid-filter-wrapper-cell>
|
|
83
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
83
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }] });
|
|
84
84
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
|
|
85
85
|
type: Component,
|
|
86
86
|
args: [{
|
|
@@ -105,6 +105,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
105
105
|
[value]="currentFilter?.value">
|
|
106
106
|
</kendo-dropdownlist>
|
|
107
107
|
</kendo-grid-filter-wrapper-cell>
|
|
108
|
-
|
|
108
|
+
`,
|
|
109
|
+
standalone: true,
|
|
110
|
+
imports: [FilterCellWrapperComponent, DropDownListComponent, FilterInputDirective, FocusableDirective]
|
|
109
111
|
}]
|
|
110
112
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i0.ChangeDetectorRef }, { type: i3.SizingOptionsService }]; } });
|
|
@@ -8,14 +8,14 @@ import { DateFilterComponent } from '../date-filter.component';
|
|
|
8
8
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
9
9
|
import { SizingOptionsService } from '../../layout/sizing-options.service';
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
|
12
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
13
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
|
14
|
+
import { DatePickerComponent, DatePickerCustomMessagesComponent } from '@progress/kendo-angular-dateinputs';
|
|
11
15
|
import * as i0 from "@angular/core";
|
|
12
16
|
import * as i1 from "../filter.service";
|
|
13
17
|
import * as i2 from "../../common/provider.service";
|
|
14
18
|
import * as i3 from "../../layout/sizing-options.service";
|
|
15
|
-
import * as i4 from "@progress/kendo-angular-dateinputs";
|
|
16
|
-
import * as i5 from "../../navigation/focusable.directive";
|
|
17
|
-
import * as i6 from "../filter-input.directive";
|
|
18
|
-
import * as i7 from "./filter-cell-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a [DatePicker](slug:overview_datepicker) filter-cell component.
|
|
21
21
|
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
@@ -77,7 +77,7 @@ export class DateFilterCellComponent extends DateFilterComponent {
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
80
|
-
DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, selector: "kendo-grid-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
80
|
+
DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-grid-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
81
81
|
<kendo-grid-filter-wrapper-cell
|
|
82
82
|
[column]="column"
|
|
83
83
|
[filter]="filter"
|
|
@@ -108,7 +108,7 @@ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
108
108
|
</kendo-datepicker-messages>
|
|
109
109
|
</kendo-datepicker>
|
|
110
110
|
</kendo-grid-filter-wrapper-cell>
|
|
111
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
111
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
112
112
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, decorators: [{
|
|
113
113
|
type: Component,
|
|
114
114
|
args: [{
|
|
@@ -144,7 +144,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
144
144
|
</kendo-datepicker-messages>
|
|
145
145
|
</kendo-datepicker>
|
|
146
146
|
</kendo-grid-filter-wrapper-cell>
|
|
147
|
-
|
|
147
|
+
`,
|
|
148
|
+
standalone: true,
|
|
149
|
+
imports: [FilterCellWrapperComponent, DatePickerComponent, FilterInputDirective, FocusableDirective, DatePickerCustomMessagesComponent]
|
|
148
150
|
}]
|
|
149
151
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { showOperators: [{
|
|
150
152
|
type: Input
|
|
@@ -23,10 +23,11 @@ export class FilterCellHostDirective extends FilterHostDirective {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
|
|
26
|
-
FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
|
26
|
+
FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellHostDirective, decorators: [{
|
|
28
28
|
type: Directive,
|
|
29
29
|
args: [{
|
|
30
|
-
selector: '[kendoFilterCellHost]'
|
|
30
|
+
selector: '[kendoFilterCellHost]',
|
|
31
|
+
standalone: true
|
|
31
32
|
}]
|
|
32
33
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; } });
|
|
@@ -10,13 +10,12 @@ import { filterClearIcon, filterIcon } from '@progress/kendo-svg-icons';
|
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
11
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
12
12
|
import { ColumnComponent } from '../../columns/column.component';
|
|
13
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
|
14
|
+
import { NgIf } from '@angular/common';
|
|
15
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
13
16
|
import * as i0 from "@angular/core";
|
|
14
17
|
import * as i1 from "../../common/provider.service";
|
|
15
18
|
import * as i2 from "../../layout/sizing-options.service";
|
|
16
|
-
import * as i3 from "@angular/common";
|
|
17
|
-
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
18
|
-
import * as i5 from "../../navigation/focusable.directive";
|
|
19
|
-
import * as i6 from "@progress/kendo-angular-buttons";
|
|
20
19
|
/**
|
|
21
20
|
* Represents a component which accommodates the filter operators.
|
|
22
21
|
*
|
|
@@ -127,7 +126,7 @@ export class FilterCellOperatorsComponent {
|
|
|
127
126
|
}
|
|
128
127
|
}
|
|
129
128
|
FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.ContextService }, { token: i2.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
130
|
-
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
|
129
|
+
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-grid-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
|
131
130
|
<kendo-dropdownlist
|
|
132
131
|
#dropdown
|
|
133
132
|
*ngIf="showOperators"
|
|
@@ -156,7 +155,7 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
|
156
155
|
[size]="size"
|
|
157
156
|
(click)="clearClick()"
|
|
158
157
|
(keydown)="clearKeydown($event)"></button>
|
|
159
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
158
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
160
159
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
|
|
161
160
|
type: Component,
|
|
162
161
|
args: [{
|
|
@@ -190,7 +189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
190
189
|
[size]="size"
|
|
191
190
|
(click)="clearClick()"
|
|
192
191
|
(keydown)="clearKeydown($event)"></button>
|
|
193
|
-
|
|
192
|
+
`,
|
|
193
|
+
standalone: true,
|
|
194
|
+
imports: [NgIf, DropDownListComponent, FocusableDirective, ButtonComponent]
|
|
194
195
|
}]
|
|
195
196
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.SizingOptionsService }]; }, propDecorators: { hostClasses: [{
|
|
196
197
|
type: HostBinding,
|
|
@@ -31,11 +31,12 @@ export class FilterCellTemplateDirective {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
-
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
|
|
34
|
+
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
|
|
35
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
|
36
36
|
type: Directive,
|
|
37
37
|
args: [{
|
|
38
|
-
selector: '[kendoGridFilterCellTemplate]'
|
|
38
|
+
selector: '[kendoGridFilterCellTemplate]',
|
|
39
|
+
standalone: true
|
|
39
40
|
}]
|
|
40
41
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
41
42
|
type: Optional
|
|
@@ -6,9 +6,9 @@ import { Component, Input, HostBinding } from '@angular/core';
|
|
|
6
6
|
import { FilterService } from '../filter.service';
|
|
7
7
|
import { isPresent, isNullOrEmptyString } from '../../utils';
|
|
8
8
|
import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
|
|
9
|
+
import { FilterCellOperatorsComponent } from './filter-cell-operators.component';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
import * as i1 from "../filter.service";
|
|
11
|
-
import * as i2 from "./filter-cell-operators.component";
|
|
12
12
|
const EMPTY_FILTER_OPERATORS = ['isnull', 'isnotnull', 'isempty', 'isnotempty'];
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
@@ -34,7 +34,7 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
37
|
-
FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
37
|
+
FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
38
38
|
<ng-content></ng-content>
|
|
39
39
|
<kendo-grid-filter-cell-operators
|
|
40
40
|
[showOperators]="showOperators"
|
|
@@ -44,7 +44,7 @@ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
44
44
|
[showButton]="showButton"
|
|
45
45
|
[(value)]="currentOperator">
|
|
46
46
|
</kendo-grid-filter-cell-operators>
|
|
47
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
47
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{
|
|
@@ -59,7 +59,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
59
59
|
[showButton]="showButton"
|
|
60
60
|
[(value)]="currentOperator">
|
|
61
61
|
</kendo-grid-filter-cell-operators>
|
|
62
|
-
|
|
62
|
+
`,
|
|
63
|
+
standalone: true,
|
|
64
|
+
imports: [FilterCellOperatorsComponent]
|
|
63
65
|
}]
|
|
64
66
|
}], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
|
|
65
67
|
type: HostBinding,
|