@tetacom/ng-components 1.0.40 → 1.0.43
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/assets/icons.svg +92 -70
- package/component/accordion/accordion/accordion.component.d.ts +1 -1
- package/component/accordion/accordion-content.directive.d.ts +1 -1
- package/component/accordion/accordion-head/accordion-head.component.d.ts +1 -1
- package/component/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/component/button/button/button.component.d.ts +1 -1
- package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
- package/component/checkbox/checkbox/checkbox.component.d.ts +1 -1
- package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
- package/component/date-picker/day-select/day-select.component.d.ts +1 -1
- package/component/date-picker/month-picker/month-picker.component.d.ts +1 -1
- package/component/date-picker/month-select/month-select.component.d.ts +1 -1
- package/component/date-picker/time-part-control/time-part-control.component.d.ts +1 -1
- package/component/date-picker/year-select/year-select.component.d.ts +1 -1
- package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
- package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
- package/component/dropdown/dropdown-base.d.ts +1 -1
- package/component/dropdown/dropdown-content.directive.d.ts +1 -1
- package/component/dropdown/dropdown-head.directive.d.ts +1 -1
- package/component/dropdown/dropdown.directive.d.ts +1 -1
- package/component/dynamic-component/popup-content/popup-content.component.d.ts +1 -1
- package/component/expand-card/expand-card/expand-card.component.d.ts +1 -1
- package/component/expand-panel/expand-panel/expand-panel.component.d.ts +1 -1
- package/component/expand-panel/expand-panel-content.directive.d.ts +1 -1
- package/component/expand-panel/expand-panel-head.directive.d.ts +1 -1
- package/component/file-upload/file-item/file-item.component.d.ts +1 -1
- package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +1 -1
- package/component/filter/base/filter-component-base.d.ts +1 -2
- package/component/filter/boolean-filter/boolean-filter.component.d.ts +2 -3
- package/component/filter/date-filter/date-filter.component.d.ts +2 -3
- package/component/filter/filter-host/filter-host.component.d.ts +2 -3
- package/component/filter/list-filter/list-filter.component.d.ts +2 -3
- package/component/filter/numeric-filter/numeric-filter.component.d.ts +2 -3
- package/component/filter/string-filter/string-filter.component.d.ts +2 -3
- package/component/icon/icon/icon.component.d.ts +1 -1
- package/component/icon/icon-sprite.directive.d.ts +1 -1
- package/component/input/form-group-title/form-group-title.component.d.ts +1 -1
- package/component/input/input/input.component.d.ts +1 -1
- package/component/input/text-field/text-field.component.d.ts +1 -1
- package/component/message/message/message.component.d.ts +1 -1
- package/component/message/message-host/message-host.component.d.ts +1 -1
- package/component/modal/dialog/dialog.component.d.ts +1 -1
- package/component/modal/modal-container/modal-container.component.d.ts +1 -1
- package/component/pager/pager/pager.component.d.ts +1 -1
- package/component/panel/panel/panel.component.d.ts +1 -1
- package/component/progress-bar/progress-bar/progress-bar.component.d.ts +1 -1
- package/component/property-grid/default/date-item-default/date-item-default.component.d.ts +1 -1
- package/component/property-grid/default/list-item-default/list-item-default.component.d.ts +1 -1
- package/component/property-grid/default/numeric-item-default/numeric-item-default.component.d.ts +1 -1
- package/component/property-grid/default/string-item-default/string-item-default.component.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +3 -3
- package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +4 -4
- package/component/property-grid/property-grid/property-grid.component.d.ts +3 -3
- package/component/radio/radio/radio.component.d.ts +1 -1
- package/component/radio/radio-button/radio-button.component.d.ts +1 -1
- package/component/resize-panel/resize-panel/resize-panel.component.d.ts +1 -1
- package/component/select/select/select.component.d.ts +1 -1
- package/component/select/select-option.directive.d.ts +1 -1
- package/component/select/select-value.directive.d.ts +1 -1
- package/component/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/component/switch/switch/switch.component.d.ts +1 -1
- package/component/switch/switch-button/switch-button.component.d.ts +1 -1
- package/component/table/base/cell-component-base.d.ts +2 -3
- package/component/table/base/detail-component-base.d.ts +1 -2
- package/component/table/base/head-cell-component-base.d.ts +3 -3
- package/component/table/cell/cell.component.d.ts +2 -3
- package/component/table/cell-host/cell-host.component.d.ts +2 -3
- package/component/table/contract/i-cell-instance.d.ts +1 -2
- package/component/table/contract/public-api.d.ts +0 -1
- package/component/table/contract/table-column.d.ts +0 -16
- package/component/table/default/boolean-cell/boolean-cell.component.d.ts +2 -3
- package/component/table/default/date-cell/date-cell.component.d.ts +2 -3
- package/component/table/default/date-time-cell/date-time-cell.component.d.ts +2 -3
- package/component/table/default/default-head-cell/default-head-cell.component.d.ts +6 -4
- package/component/table/default/list-cell/list-cell.component.d.ts +2 -3
- package/component/table/default/numeric-cell/numeric-cell.component.d.ts +2 -3
- package/component/table/default/string-cell/string-cell.component.d.ts +2 -3
- package/component/table/head-cell/head-cell.component.d.ts +2 -3
- package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +2 -3
- package/component/table/head-cell-host/head-cell-host.component.d.ts +6 -4
- package/component/table/public-api.d.ts +0 -1
- package/component/table/selection-cell/selection-cell.component.d.ts +3 -4
- package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
- package/component/table/service/table.service.d.ts +13 -17
- package/component/table/table/table.component.d.ts +12 -18
- package/component/table/table-body/table-body.component.d.ts +11 -17
- package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +2 -3
- package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +2 -3
- package/component/table/table-head/table-head.component.d.ts +2 -3
- package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +2 -3
- package/component/table/table-head-group/table-head-group.component.d.ts +2 -3
- package/component/table/table.module.d.ts +31 -32
- package/component/tabs/tab/tab.component.d.ts +1 -1
- package/component/tabs/tab-content.directive.d.ts +1 -1
- package/component/tabs/tab-title.directive.d.ts +1 -1
- package/component/tabs/tabs/tabs.component.d.ts +1 -1
- package/component/theme-switch/theme-switch/theme-switch.component.d.ts +1 -1
- package/component/toggle/toggle/toggle.component.d.ts +1 -1
- package/component/toolbar/toolbar/toolbar.component.d.ts +1 -1
- package/component/tree/tree/tree.component.d.ts +1 -1
- package/component/tree/tree-item/tree-item.component.d.ts +1 -1
- package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +1 -1
- package/directive/click-outside/click-outside.directive.d.ts +1 -1
- package/directive/context-menu/context-menu.directive.d.ts +1 -1
- package/directive/disable-control/disable-control.directive.d.ts +1 -1
- package/directive/drag-drop/drag-container.directive.d.ts +1 -1
- package/directive/drag-drop/drag-placeholder.directive.d.ts +1 -1
- package/directive/drag-drop/drag-preview.directive.d.ts +1 -1
- package/directive/drag-drop/drag.directive.d.ts +1 -1
- package/directive/drag-sort/drag-sort-container.directive.d.ts +1 -1
- package/directive/drag-sort/drag-sort-item.directive.d.ts +1 -1
- package/directive/dynamic-content-base.directive.d.ts +1 -1
- package/directive/highlight/highlight.directive.d.ts +1 -1
- package/directive/hint/hint.directive.d.ts +1 -1
- package/directive/let/let.directive.d.ts +1 -1
- package/directive/loader/loader.directive.d.ts +1 -1
- package/directive/no-autofill/no-autofill.directive.d.ts +1 -1
- package/directive/only-number/only-number.directive.d.ts +1 -1
- package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
- package/directive/scroll-into-view/scroll-into-view.directive.d.ts +1 -1
- package/directive/teta-template/teta-template.directive.d.ts +1 -1
- package/directive/tooltip/tooltip.directive.d.ts +1 -1
- package/esm2020/common/service/click.service.mjs +3 -3
- package/esm2020/common/service/dynamic-component.service.mjs +3 -3
- package/esm2020/common/service/overlay-container.service.mjs +3 -3
- package/esm2020/common/util/array-util.mjs +2 -2
- package/esm2020/component/accordion/accordion/accordion.component.mjs +4 -4
- package/esm2020/component/accordion/accordion-content.directive.mjs +3 -3
- package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +6 -6
- package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +4 -4
- package/esm2020/component/accordion/accordion.module.mjs +6 -8
- package/esm2020/component/button/button/button.component.mjs +4 -4
- package/esm2020/component/button/button.module.mjs +5 -7
- package/esm2020/component/chart-3d/chart-3d.module.mjs +5 -5
- package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +3 -3
- package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +6 -6
- package/esm2020/component/checkbox/checkbox.module.mjs +6 -8
- package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +15 -15
- package/esm2020/component/date-picker/date-picker.module.mjs +12 -14
- package/esm2020/component/date-picker/day-select/day-select.component.mjs +4 -4
- package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +12 -12
- package/esm2020/component/date-picker/month-select/month-select.component.mjs +3 -3
- package/esm2020/component/date-picker/service/picker-touch.service.mjs +3 -3
- package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +5 -5
- package/esm2020/component/date-picker/year-select/year-select.component.mjs +3 -3
- package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +3 -3
- package/esm2020/component/delimiter/delimiter.module.mjs +5 -7
- package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +4 -4
- package/esm2020/component/dropdown/dropdown-base.mjs +3 -3
- package/esm2020/component/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2020/component/dropdown/dropdown-head.directive.mjs +3 -3
- package/esm2020/component/dropdown/dropdown.directive.mjs +3 -3
- package/esm2020/component/dropdown/dropdown.module.mjs +5 -7
- package/esm2020/component/dynamic-component/dynamic-component.module.mjs +5 -7
- package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +4 -4
- package/esm2020/component/expand-card/expand-card/expand-card.component.mjs +8 -8
- package/esm2020/component/expand-card/expand-card.module.mjs +9 -11
- package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +7 -7
- package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +3 -3
- package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +3 -3
- package/esm2020/component/expand-panel/expand-panel.module.mjs +9 -11
- package/esm2020/component/file-upload/file-item/file-item.component.mjs +4 -4
- package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +6 -6
- package/esm2020/component/file-upload/file-upload.module.mjs +5 -5
- package/esm2020/component/filter/base/filter-component-base.mjs +1 -1
- package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +8 -8
- package/esm2020/component/filter/date-filter/date-filter.component.mjs +9 -9
- package/esm2020/component/filter/filter-host/filter-host.component.mjs +5 -10
- package/esm2020/component/filter/filter.module.mjs +12 -14
- package/esm2020/component/filter/list-filter/list-filter.component.mjs +8 -8
- package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +8 -8
- package/esm2020/component/filter/string-filter/string-filter.component.mjs +7 -7
- package/esm2020/component/icon/icon/icon.component.mjs +4 -4
- package/esm2020/component/icon/icon-sprite.directive.mjs +3 -3
- package/esm2020/component/icon/icon.module.mjs +6 -8
- package/esm2020/component/icon/icon.service.mjs +3 -3
- package/esm2020/component/input/form-group-title/form-group-title.component.mjs +4 -4
- package/esm2020/component/input/input/input.component.mjs +3 -3
- package/esm2020/component/input/input.module.mjs +5 -5
- package/esm2020/component/input/text-field/text-field.component.mjs +7 -7
- package/esm2020/component/message/message/message.component.mjs +6 -6
- package/esm2020/component/message/message-host/message-host.component.mjs +6 -6
- package/esm2020/component/message/message.module.mjs +7 -9
- package/esm2020/component/message/message.service.mjs +3 -3
- package/esm2020/component/modal/dialog/dialog.component.mjs +7 -7
- package/esm2020/component/modal/dialog.service.mjs +3 -3
- package/esm2020/component/modal/modal-container/modal-container.component.mjs +4 -4
- package/esm2020/component/modal/modal.module.mjs +10 -12
- package/esm2020/component/modal/modal.service.mjs +3 -3
- package/esm2020/component/pager/pager/pager.component.mjs +4 -4
- package/esm2020/component/pager/pager.module.mjs +6 -8
- package/esm2020/component/panel/panel/panel.component.mjs +4 -4
- package/esm2020/component/panel/panel.module.mjs +5 -7
- package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +4 -4
- package/esm2020/component/progress-bar/progress-bar.module.mjs +5 -7
- package/esm2020/component/property-grid/default/date-item-default/date-item-default.component.mjs +4 -4
- package/esm2020/component/property-grid/default/list-item-default/list-item-default.component.mjs +4 -4
- package/esm2020/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +4 -4
- package/esm2020/component/property-grid/default/string-item-default/string-item-default.component.mjs +4 -4
- package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +8 -8
- package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +12 -12
- package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +8 -8
- package/esm2020/component/property-grid/property-grid.module.mjs +16 -18
- package/esm2020/component/radio/radio/radio.component.mjs +4 -4
- package/esm2020/component/radio/radio-button/radio-button.component.mjs +4 -4
- package/esm2020/component/radio/radio.module.mjs +5 -5
- package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +7 -7
- package/esm2020/component/resize-panel/resize-panel.module.mjs +5 -5
- package/esm2020/component/select/select/select.component.mjs +15 -15
- package/esm2020/component/select/select-option.directive.mjs +3 -3
- package/esm2020/component/select/select-value.directive.mjs +3 -3
- package/esm2020/component/select/select.module.mjs +11 -13
- package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +5 -5
- package/esm2020/component/sidebar/sidebar.module.mjs +7 -9
- package/esm2020/component/switch/switch/switch.component.mjs +4 -4
- package/esm2020/component/switch/switch-button/switch-button.component.mjs +4 -4
- package/esm2020/component/switch/switch.module.mjs +5 -7
- package/esm2020/component/switch/switch.service.mjs +3 -3
- package/esm2020/component/table/base/cell-component-base.mjs +5 -5
- package/esm2020/component/table/base/detail-component-base.mjs +1 -1
- package/esm2020/component/table/base/head-cell-component-base.mjs +4 -4
- package/esm2020/component/table/cell/cell.component.mjs +5 -5
- package/esm2020/component/table/cell-host/cell-host.component.mjs +5 -5
- package/esm2020/component/table/contract/i-cell-instance.mjs +1 -1
- package/esm2020/component/table/contract/public-api.mjs +1 -2
- package/esm2020/component/table/contract/table-column.mjs +1 -8
- package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +8 -8
- package/esm2020/component/table/default/date-cell/date-cell.component.mjs +9 -9
- package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +9 -9
- package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +15 -6
- package/esm2020/component/table/default/list-cell/list-cell.component.mjs +11 -11
- package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +5 -5
- package/esm2020/component/table/default/string-cell/string-cell.component.mjs +5 -5
- package/esm2020/component/table/head-cell/head-cell.component.mjs +16 -16
- package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +11 -12
- package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +16 -4
- package/esm2020/component/table/public-api.mjs +1 -2
- package/esm2020/component/table/selection-cell/selection-cell.component.mjs +6 -6
- package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -5
- package/esm2020/component/table/service/table.service.mjs +13 -15
- package/esm2020/component/table/table/table.component.mjs +24 -21
- package/esm2020/component/table/table-body/table-body.component.mjs +38 -41
- package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +10 -10
- package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +4 -4
- package/esm2020/component/table/table-head/table-head.component.mjs +7 -7
- package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +13 -13
- package/esm2020/component/table/table-head-group/table-head-group.component.mjs +7 -7
- package/esm2020/component/table/table.module.mjs +23 -30
- package/esm2020/component/tabs/tab/tab.component.mjs +4 -4
- package/esm2020/component/tabs/tab-content.directive.mjs +3 -3
- package/esm2020/component/tabs/tab-title.directive.mjs +3 -3
- package/esm2020/component/tabs/tabs/tabs.component.mjs +4 -4
- package/esm2020/component/tabs/tabs.module.mjs +5 -7
- package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +3 -3
- package/esm2020/component/theme-switch/theme-switch.module.mjs +7 -9
- package/esm2020/component/theme-switch/theme-switch.service.mjs +3 -3
- package/esm2020/component/toggle/toggle/toggle.component.mjs +4 -4
- package/esm2020/component/toggle/toggle.module.mjs +5 -5
- package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +4 -4
- package/esm2020/component/toolbar/toolbar.module.mjs +5 -7
- package/esm2020/component/tree/tree/tree.component.mjs +6 -6
- package/esm2020/component/tree/tree-item/tree-item.component.mjs +5 -5
- package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +3 -3
- package/esm2020/component/tree/tree.module.mjs +5 -5
- package/esm2020/component/tree/tree.service.mjs +3 -3
- package/esm2020/directive/click-outside/click-outside.directive.mjs +3 -3
- package/esm2020/directive/click-outside/click-outside.module.mjs +5 -7
- package/esm2020/directive/context-menu/context-menu.directive.mjs +3 -3
- package/esm2020/directive/context-menu/context-menu.module.mjs +6 -8
- package/esm2020/directive/disable-control/disable-control.directive.mjs +3 -3
- package/esm2020/directive/disable-control/disable-control.module.mjs +5 -7
- package/esm2020/directive/drag-drop/drag-container.directive.mjs +3 -3
- package/esm2020/directive/drag-drop/drag-drop.module.mjs +5 -7
- package/esm2020/directive/drag-drop/drag-drop.service.mjs +3 -3
- package/esm2020/directive/drag-drop/drag-placeholder.directive.mjs +3 -3
- package/esm2020/directive/drag-drop/drag-preview.directive.mjs +3 -3
- package/esm2020/directive/drag-drop/drag.directive.mjs +3 -3
- package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +3 -3
- package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +3 -3
- package/esm2020/directive/drag-sort/drag-sort.module.mjs +5 -5
- package/esm2020/directive/dynamic-content-base.directive.mjs +3 -3
- package/esm2020/directive/highlight/highlight.directive.mjs +3 -3
- package/esm2020/directive/highlight/highlight.module.mjs +5 -7
- package/esm2020/directive/hint/hint.directive.mjs +3 -3
- package/esm2020/directive/hint/hint.module.mjs +6 -8
- package/esm2020/directive/let/let.directive.mjs +3 -3
- package/esm2020/directive/let/let.module.mjs +5 -7
- package/esm2020/directive/loader/loader.directive.mjs +3 -3
- package/esm2020/directive/loader/loader.module.mjs +5 -7
- package/esm2020/directive/no-autofill/no-autofill.directive.mjs +3 -3
- package/esm2020/directive/no-autofill/no-autofill.module.mjs +5 -5
- package/esm2020/directive/only-number/only-number.directive.mjs +3 -3
- package/esm2020/directive/only-number/only-number.module.mjs +5 -5
- package/esm2020/directive/resize-drag/resize-drag.directive.mjs +3 -3
- package/esm2020/directive/resize-drag/resize-drag.module.mjs +5 -5
- package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +5 -5
- package/esm2020/directive/scroll-into-view/scroll-into-view.module.mjs +5 -7
- package/esm2020/directive/teta-template/teta-template.directive.mjs +3 -3
- package/esm2020/directive/teta-template/teta-template.module.mjs +5 -7
- package/esm2020/directive/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/directive/tooltip/tooltip.module.mjs +5 -5
- package/esm2020/locale/teta-config.service.mjs +3 -3
- package/esm2020/pipe/number-pipe/number-pipe.module.mjs +5 -7
- package/esm2020/pipe/number-pipe/number.pipe.mjs +3 -3
- package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +5 -5
- package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +3 -3
- package/esm2020/util/forms-util.mjs +6 -6
- package/fesm2015/tetacom-ng-components.mjs +1241 -1364
- package/fesm2015/tetacom-ng-components.mjs.map +1 -1
- package/fesm2020/tetacom-ng-components.mjs +1215 -1341
- package/fesm2020/tetacom-ng-components.mjs.map +1 -1
- package/{tetacom-ng-components.d.ts → index.d.ts} +0 -0
- package/package.json +3 -3
- package/pipe/number-pipe/number.pipe.d.ts +1 -1
- package/pipe/prepend-zero/prepend-zero.pipe.d.ts +1 -1
- package/style/presets/color-presets.scss +58 -52
- package/style/switch.scss +1 -2
- package/util/forms-util.d.ts +5 -5
- package/component/table/base/group-row-component-base.d.ts +0 -12
- package/component/table/contract/table-row.d.ts +0 -17
- package/component/table/default/group-row/group-row.component.d.ts +0 -13
- package/esm2020/component/table/base/group-row-component-base.mjs +0 -3
- package/esm2020/component/table/contract/table-row.mjs +0 -40
- package/esm2020/component/table/default/group-row/group-row.component.mjs +0 -20
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit, Type } from '@angular/core';
|
|
2
|
-
import { TableRow } from '../contract/table-row';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit, Type } from '@angular/core';
|
|
3
2
|
import { TableColumn } from '../contract/table-column';
|
|
4
|
-
import { GroupRowComponentBase } from '../base/group-row-component-base';
|
|
5
3
|
import { TableService } from '../service/table.service';
|
|
6
4
|
import { DetailComponentBase } from '../base/detail-component-base';
|
|
7
5
|
import { SelectType } from '../enum/select-type.enum';
|
|
@@ -14,23 +12,20 @@ import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
|
14
12
|
import * as i0 from "@angular/core";
|
|
15
13
|
export declare class TableBodyComponent<T> implements OnInit, OnDestroy {
|
|
16
14
|
private _svc;
|
|
15
|
+
private _elementRef;
|
|
17
16
|
private _config;
|
|
18
17
|
private _cdr;
|
|
19
18
|
virtual: boolean;
|
|
20
|
-
activeRow:
|
|
21
|
-
selectedRows:
|
|
19
|
+
activeRow: T;
|
|
20
|
+
selectedRows: T[];
|
|
22
21
|
additionalComponent: Type<DetailComponentBase<T>>;
|
|
23
|
-
tree: boolean;
|
|
24
22
|
aggregate: boolean;
|
|
25
|
-
grouping: boolean;
|
|
26
|
-
groupRowComponent: Type<GroupRowComponentBase<T>>;
|
|
27
|
-
openLevels: number;
|
|
28
23
|
selectType: SelectType;
|
|
29
|
-
rowClass: (row:
|
|
24
|
+
rowClass: (row: T, index?: number) => string;
|
|
30
25
|
viewport: CdkVirtualScrollViewport;
|
|
31
26
|
private readonly tableBodyClass;
|
|
32
|
-
set data(data:
|
|
33
|
-
get data():
|
|
27
|
+
set data(data: T[]);
|
|
28
|
+
get data(): T[];
|
|
34
29
|
dict: IDictionary<IIdName<any>[]>;
|
|
35
30
|
locked: TableColumn[];
|
|
36
31
|
unlocked: TableColumn[];
|
|
@@ -46,18 +41,17 @@ export declare class TableBodyComponent<T> implements OnInit, OnDestroy {
|
|
|
46
41
|
set columns(columns: TableColumn[]);
|
|
47
42
|
get columns(): TableColumn[];
|
|
48
43
|
locale: Observable<TetaLocalisation>;
|
|
49
|
-
constructor(_svc: TableService<T>, _config: TetaConfigService, _cdr: ChangeDetectorRef);
|
|
50
|
-
setActiveRow(row:
|
|
51
|
-
getData: (index: any, count: any, success: any) => any;
|
|
44
|
+
constructor(_svc: TableService<T>, _elementRef: ElementRef, _config: TetaConfigService, _cdr: ChangeDetectorRef);
|
|
45
|
+
setActiveRow(row: T): void;
|
|
52
46
|
ngOnInit(): void;
|
|
53
47
|
ngOnDestroy(): void;
|
|
54
48
|
getAggregateValue(column: TableColumn): number;
|
|
55
49
|
getAggregateText(column: TableColumn): string;
|
|
56
|
-
trackRow(index: number, row:
|
|
50
|
+
trackRow(index: number, row: T): any;
|
|
57
51
|
trackColumns(index: number, column: TableColumn): any;
|
|
58
52
|
private getSum;
|
|
59
53
|
private getMin;
|
|
60
54
|
private getMax;
|
|
61
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyComponent<any>, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent<any>, "teta-table-body", never, { "virtual": "virtual"; "activeRow": "activeRow"; "selectedRows": "selectedRows"; "additionalComponent": "additionalComponent"; "
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent<any>, "teta-table-body", never, { "virtual": "virtual"; "activeRow": "activeRow"; "selectedRows": "selectedRows"; "additionalComponent": "additionalComponent"; "aggregate": "aggregate"; "selectType": "selectType"; "rowClass": "rowClass"; }, {}, never, never, false>;
|
|
63
57
|
}
|
|
@@ -5,7 +5,6 @@ import { Observable } from 'rxjs';
|
|
|
5
5
|
import { TetaLocalisation } from '../../../../locale/teta-localisation';
|
|
6
6
|
import { TableService } from '../../service/table.service';
|
|
7
7
|
import { TetaConfigService } from '../../../../locale/teta-config.service';
|
|
8
|
-
import { TableRow } from '../../contract/table-row';
|
|
9
8
|
import { IDictionary } from '../../../../common/contract/i-dictionary';
|
|
10
9
|
import { IIdName } from '../../../../common/contract/i-id-name';
|
|
11
10
|
import { ITreeData } from '../../../../common/contract/i-tree-data';
|
|
@@ -18,7 +17,7 @@ export declare class FilterDropdownTabComponent<T> implements OnInit {
|
|
|
18
17
|
columns: ITreeData[];
|
|
19
18
|
column: TableColumn;
|
|
20
19
|
state: FilterState;
|
|
21
|
-
data:
|
|
20
|
+
data: T[];
|
|
22
21
|
close: () => void;
|
|
23
22
|
locale: Observable<TetaLocalisation>;
|
|
24
23
|
filterOptions: Observable<IDictionary<IIdName<any>[]>>;
|
|
@@ -28,5 +27,5 @@ export declare class FilterDropdownTabComponent<T> implements OnInit {
|
|
|
28
27
|
applyFilter(): void;
|
|
29
28
|
ngOnInit(): void;
|
|
30
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterDropdownTabComponent<any>, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDropdownTabComponent<any>, "teta-filter-dropdown-tab", never, { "columns": "columns"; "column": "column"; "state": "state"; "data": "data"; "close": "close"; }, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDropdownTabComponent<any>, "teta-filter-dropdown-tab", never, { "columns": "columns"; "column": "column"; "state": "state"; "data": "data"; "close": "close"; }, {}, never, never, false>;
|
|
32
31
|
}
|
|
@@ -7,7 +7,6 @@ import { TetaLocalisation } from '../../../../locale/teta-localisation';
|
|
|
7
7
|
import { SortParam } from '../../../filter/contarct/sort-param';
|
|
8
8
|
import { FilterState } from '../../../filter/contarct/filter-state';
|
|
9
9
|
import { ITreeData } from '../../../../common/contract/i-tree-data';
|
|
10
|
-
import { TableRow } from '../../contract/table-row';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
11
|
export declare class MainDropdownTabComponent<T> implements OnInit {
|
|
13
12
|
private _svc;
|
|
@@ -17,7 +16,7 @@ export declare class MainDropdownTabComponent<T> implements OnInit {
|
|
|
17
16
|
columns: ITreeData[];
|
|
18
17
|
column: TableColumn;
|
|
19
18
|
state: FilterState;
|
|
20
|
-
data:
|
|
19
|
+
data: T[];
|
|
21
20
|
close: () => void;
|
|
22
21
|
locale: Observable<TetaLocalisation>;
|
|
23
22
|
constructor(_svc: TableService<T>, _config: TetaConfigService, _elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
@@ -37,5 +36,5 @@ export declare class MainDropdownTabComponent<T> implements OnInit {
|
|
|
37
36
|
autosizeAllColumns(): void;
|
|
38
37
|
ngOnInit(): void;
|
|
39
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainDropdownTabComponent<any>, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MainDropdownTabComponent<any>, "teta-main-dropdown-tab", never, { "columns": "columns"; "column": "column"; "state": "state"; "data": "data"; "close": "close"; }, {}, never, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainDropdownTabComponent<any>, "teta-main-dropdown-tab", never, { "columns": "columns"; "column": "column"; "state": "state"; "data": "data"; "close": "close"; }, {}, never, never, false>;
|
|
41
40
|
}
|
|
@@ -3,7 +3,6 @@ import { TableColumn } from '../contract/table-column';
|
|
|
3
3
|
import { FilterState } from '../../filter/contarct/filter-state';
|
|
4
4
|
import { TableService } from '../service/table.service';
|
|
5
5
|
import { SelectType } from '../enum/select-type.enum';
|
|
6
|
-
import { TableRow } from '../contract/table-row';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class TableHeadComponent<T> implements OnInit, OnDestroy {
|
|
9
8
|
private _svc;
|
|
@@ -22,11 +21,11 @@ export declare class TableHeadComponent<T> implements OnInit, OnDestroy {
|
|
|
22
21
|
get columns(): TableColumn[];
|
|
23
22
|
get locked(): TableColumn[];
|
|
24
23
|
get unlocked(): TableColumn[];
|
|
25
|
-
data:
|
|
24
|
+
data: T[];
|
|
26
25
|
constructor(_svc: TableService<T>, _cdr: ChangeDetectorRef);
|
|
27
26
|
track(index: number, item: TableColumn): any;
|
|
28
27
|
ngOnInit(): void;
|
|
29
28
|
ngOnDestroy(): void;
|
|
30
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeadComponent<any>, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadComponent<any>, "teta-table-head", never, { "selectType": "selectType"; "showHeadCellMenu": "showHeadCellMenu"; }, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadComponent<any>, "teta-table-head", never, { "selectType": "selectType"; "showHeadCellMenu": "showHeadCellMenu"; }, {}, never, never, false>;
|
|
32
31
|
}
|
package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import { TetaLocalisation } from '../../../../locale/teta-localisation';
|
|
|
6
6
|
import { TableService } from '../../service/table.service';
|
|
7
7
|
import { TetaConfigService } from '../../../../locale/teta-config.service';
|
|
8
8
|
import { ITreeData } from '../../../../common/contract/i-tree-data';
|
|
9
|
-
import { TableRow } from '../../contract/table-row';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class VisibilityDropdownTabComponent<T> implements OnInit {
|
|
12
11
|
private _svc;
|
|
@@ -16,7 +15,7 @@ export declare class VisibilityDropdownTabComponent<T> implements OnInit {
|
|
|
16
15
|
columns: ITreeData[];
|
|
17
16
|
column: TableColumn;
|
|
18
17
|
state: FilterState;
|
|
19
|
-
data:
|
|
18
|
+
data: T[];
|
|
20
19
|
close: () => void;
|
|
21
20
|
locale: Observable<TetaLocalisation>;
|
|
22
21
|
hiddenColumns: string[];
|
|
@@ -42,5 +41,5 @@ export declare class VisibilityDropdownTabComponent<T> implements OnInit {
|
|
|
42
41
|
ngOnInit(): void;
|
|
43
42
|
ngOnDestroy(): void;
|
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<VisibilityDropdownTabComponent<any>, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VisibilityDropdownTabComponent<any>, "teta-visibility-dropdown-tab", never, { "columns": "columns"; "column": "column"; "state": "state"; "data": "data"; "close": "close"; }, {}, never, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VisibilityDropdownTabComponent<any>, "teta-visibility-dropdown-tab", never, { "columns": "columns"; "column": "column"; "state": "state"; "data": "data"; "close": "close"; }, {}, never, never, false>;
|
|
46
45
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { TableColumn } from '../contract/table-column';
|
|
3
3
|
import { TableService } from '../service/table.service';
|
|
4
|
-
import { TableRow } from '../contract/table-row';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TableHeadGroupComponent<T> implements OnInit, OnDestroy {
|
|
7
6
|
private _svc;
|
|
8
7
|
private _cdr;
|
|
9
8
|
showHeadCellMenu: boolean;
|
|
10
|
-
data:
|
|
9
|
+
data: T[];
|
|
11
10
|
set column(column: TableColumn);
|
|
12
11
|
get column(): TableColumn;
|
|
13
12
|
get flexGrow(): any;
|
|
@@ -21,5 +20,5 @@ export declare class TableHeadGroupComponent<T> implements OnInit, OnDestroy {
|
|
|
21
20
|
ngOnInit(): void;
|
|
22
21
|
ngOnDestroy(): void;
|
|
23
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeadGroupComponent<any>, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadGroupComponent<any>, "teta-table-head-group", never, { "showHeadCellMenu": "showHeadCellMenu"; "data": "data"; "column": "column"; }, {}, never, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadGroupComponent<any>, "teta-table-head-group", never, { "showHeadCellMenu": "showHeadCellMenu"; "data": "data"; "column": "column"; }, {}, never, never, false>;
|
|
25
24
|
}
|
|
@@ -9,39 +9,38 @@ import * as i7 from "./table-head/table-head.component";
|
|
|
9
9
|
import * as i8 from "./table-body/table-body.component";
|
|
10
10
|
import * as i9 from "./cell/cell.component";
|
|
11
11
|
import * as i10 from "./cell-host/cell-host.component";
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./head-cell/head-cell.component";
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./selection-cell/selection-cell.component";
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./default/
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./table-head/
|
|
22
|
-
import * as i21 from "./table-head/
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "../
|
|
28
|
-
import * as i27 from "../
|
|
29
|
-
import * as i28 from "../
|
|
30
|
-
import * as i29 from "../
|
|
31
|
-
import * as i30 from "
|
|
32
|
-
import * as i31 from "
|
|
33
|
-
import * as i32 from "../
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "
|
|
37
|
-
import * as i36 from "
|
|
38
|
-
import * as i37 from "
|
|
39
|
-
import * as i38 from "../../directive/
|
|
40
|
-
import * as i39 from "
|
|
41
|
-
import * as i40 from "
|
|
42
|
-
import * as i41 from "../../directive/context-menu/context-menu.module";
|
|
12
|
+
import * as i11 from "./table-head-group/table-head-group.component";
|
|
13
|
+
import * as i12 from "./head-cell/head-cell.component";
|
|
14
|
+
import * as i13 from "./default/default-head-cell/default-head-cell.component";
|
|
15
|
+
import * as i14 from "./selection-cell/selection-cell.component";
|
|
16
|
+
import * as i15 from "./selection-head-cell/selection-head-cell.component";
|
|
17
|
+
import * as i16 from "./head-cell-dropdown/head-cell-dropdown.component";
|
|
18
|
+
import * as i17 from "./default/date-time-cell/date-time-cell.component";
|
|
19
|
+
import * as i18 from "./default/boolean-cell/boolean-cell.component";
|
|
20
|
+
import * as i19 from "./table-head/main-dropdown-tab/main-dropdown-tab.component";
|
|
21
|
+
import * as i20 from "./table-head/filter-dropdown-tab/filter-dropdown-tab.component";
|
|
22
|
+
import * as i21 from "./table-head/visibility-dropdown-tab/visibility-dropdown-tab.component";
|
|
23
|
+
import * as i22 from "@angular/common";
|
|
24
|
+
import * as i23 from "../filter/filter.module";
|
|
25
|
+
import * as i24 from "@angular/forms";
|
|
26
|
+
import * as i25 from "../checkbox/checkbox.module";
|
|
27
|
+
import * as i26 from "../icon/icon.module";
|
|
28
|
+
import * as i27 from "../dropdown/dropdown.module";
|
|
29
|
+
import * as i28 from "../tabs/tabs.module";
|
|
30
|
+
import * as i29 from "../select/select.module";
|
|
31
|
+
import * as i30 from "../../pipe/number-pipe/number-pipe.module";
|
|
32
|
+
import * as i31 from "../date-picker/date-picker.module";
|
|
33
|
+
import * as i32 from "../button/button.module";
|
|
34
|
+
import * as i33 from "../../directive/hint/hint.module";
|
|
35
|
+
import * as i34 from "../tree/tree.module";
|
|
36
|
+
import * as i35 from "../../directive/only-number/only-number.module";
|
|
37
|
+
import * as i36 from "../toolbar/toolbar.module";
|
|
38
|
+
import * as i37 from "../../directive/click-outside/click-outside.module";
|
|
39
|
+
import * as i38 from "../../directive/resize-drag/resize-drag.module";
|
|
40
|
+
import * as i39 from "@angular/cdk/scrolling";
|
|
41
|
+
import * as i40 from "../../directive/context-menu/context-menu.module";
|
|
43
42
|
export declare class TableModule {
|
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.NumericCellComponent, typeof i3.ListCellComponent, typeof i4.DateCellComponent, typeof i5.StringCellComponent, typeof i6.HeadCellHostComponent, typeof i7.TableHeadComponent, typeof i8.TableBodyComponent, typeof i9.CellComponent, typeof i10.CellHostComponent, typeof i11.
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.NumericCellComponent, typeof i3.ListCellComponent, typeof i4.DateCellComponent, typeof i5.StringCellComponent, typeof i6.HeadCellHostComponent, typeof i7.TableHeadComponent, typeof i8.TableBodyComponent, typeof i9.CellComponent, typeof i10.CellHostComponent, typeof i11.TableHeadGroupComponent, typeof i12.HeadCellComponent, typeof i13.DefaultHeadCellComponent, typeof i14.SelectionCellComponent, typeof i15.SelectionHeadCellComponent, typeof i16.HeadCellDropdownComponent, typeof i17.DateTimeCellComponent, typeof i18.BooleanCellComponent, typeof i19.MainDropdownTabComponent, typeof i20.FilterDropdownTabComponent, typeof i21.VisibilityDropdownTabComponent], [typeof i22.CommonModule, typeof i23.FilterModule, typeof i24.FormsModule, typeof i25.CheckboxModule, typeof i26.IconModule, typeof i27.DropdownModule, typeof i28.TabsModule, typeof i29.SelectModule, typeof i30.NumberPipeModule, typeof i31.DatePickerModule, typeof i32.ButtonModule, typeof i33.HintModule, typeof i34.TreeModule, typeof i35.OnlyNumberModule, typeof i36.ToolbarModule, typeof i37.ClickOutsideModule, typeof i38.ResizeDragModule, typeof i39.ScrollingModule, typeof i40.ContextMenuModule], [typeof i1.TableComponent, typeof i2.NumericCellComponent, typeof i3.ListCellComponent, typeof i4.DateCellComponent, typeof i5.StringCellComponent, typeof i6.HeadCellHostComponent, typeof i7.TableHeadComponent, typeof i8.TableBodyComponent, typeof i9.CellComponent, typeof i10.CellHostComponent, typeof i17.DateTimeCellComponent, typeof i18.BooleanCellComponent]>;
|
|
46
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
47
46
|
}
|
|
@@ -19,5 +19,5 @@ export declare class TabComponent implements AfterContentChecked {
|
|
|
19
19
|
contentTpl: TabContentDirective;
|
|
20
20
|
ngAfterContentChecked(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "teta-tab", never, { "id": "id"; "title": "title"; "disabled": "disabled"; }, {}, ["titleTpl", "contentTpl"], never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "teta-tab", never, { "id": "id"; "title": "title"; "disabled": "disabled"; }, {}, ["titleTpl", "contentTpl"], never, false>;
|
|
23
23
|
}
|
|
@@ -4,5 +4,5 @@ export declare class TabContentDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[tetaTabContent]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[tetaTabContent]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class TabTitleDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabTitleDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[tetaTabTitle]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[tetaTabTitle]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -30,5 +30,5 @@ export declare class TabsComponent implements AfterContentChecked {
|
|
|
30
30
|
ngAfterContentChecked(): void;
|
|
31
31
|
private _getTabById;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "teta-tabs", never, { "activeId": "activeId"; "destroyOnHide": "destroyOnHide"; }, { "tabChange": "tabChange"; }, ["tabs"], never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "teta-tabs", never, { "activeId": "activeId"; "destroyOnHide": "destroyOnHide"; }, { "tabChange": "tabChange"; }, ["tabs"], never, false>;
|
|
34
34
|
}
|
|
@@ -12,5 +12,5 @@ export declare class ThemeSwitchComponent implements OnInit {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
switchTheme(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeSwitchComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThemeSwitchComponent, "teta-theme-switch", never, { "palette": "palette"; "view": "view"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThemeSwitchComponent, "teta-theme-switch", never, { "palette": "palette"; "view": "view"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -29,5 +29,5 @@ export declare class ToggleComponent implements ControlValueAccessor, OnInit {
|
|
|
29
29
|
registerOnTouched(fn: () => void): void;
|
|
30
30
|
setDisabledState?(isDisabled: boolean): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "teta-toggle", never, { "palette": "palette"; "noLabel": "noLabel"; "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "teta-toggle", never, { "palette": "palette"; "noLabel": "noLabel"; "disabled": "disabled"; }, {}, never, ["*"], false>;
|
|
33
33
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ToolbarComponent implements OnInit {
|
|
|
6
6
|
private get getClass();
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "teta-toolbar", never, { "palette": "palette"; "class": "class"; }, {}, never, ["*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "teta-toolbar", never, { "palette": "palette"; "class": "class"; }, {}, never, ["*"], false>;
|
|
10
10
|
}
|
|
@@ -25,5 +25,5 @@ export declare class TreeComponent implements OnInit, AfterContentInit, OnChange
|
|
|
25
25
|
ngOnChanges(changes: SimpleChanges): void;
|
|
26
26
|
ngOnDestroy(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "teta-tree", never, { "data": "data"; "class": "class"; "padding": "padding"; "childNodeName": "childNodeName"; "openItems": "openItems"; "compareItems": "compareItems"; }, { "service": "service"; "openItemsChange": "openItemsChange"; }, ["template"], never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "teta-tree", never, { "data": "data"; "class": "class"; "padding": "padding"; "childNodeName": "childNodeName"; "openItems": "openItems"; "compareItems": "compareItems"; }, { "service": "service"; "openItemsChange": "openItemsChange"; }, ["template"], never, false>;
|
|
29
29
|
}
|
|
@@ -24,5 +24,5 @@ export declare class TreeItemComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
24
24
|
ngOnChanges(changes: SimpleChanges): void;
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "teta-tree-item", never, { "item": "item"; "depth": "depth"; "padding": "padding"; "childNodeName": "childNodeName"; "template": "template"; "noChildMode": "noChildMode"; }, {}, never, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemComponent, "teta-tree-item", never, { "item": "item"; "depth": "depth"; "padding": "padding"; "childNodeName": "childNodeName"; "template": "template"; "noChildMode": "noChildMode"; }, {}, never, never, false>;
|
|
28
28
|
}
|
|
@@ -11,5 +11,5 @@ export declare class TreeItemToggleComponent implements OnInit {
|
|
|
11
11
|
constructor(service: TreeService, _cdr: ChangeDetectorRef);
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeItemToggleComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemToggleComponent, "teta-tree-item-toggle", never, { "item": "item"; }, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeItemToggleComponent, "teta-tree-item-toggle", never, { "item": "item"; }, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -14,5 +14,5 @@ export declare class ClickOutsideDirective implements OnDestroy {
|
|
|
14
14
|
private removeListener;
|
|
15
15
|
private listener;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[tetaClickOutside]", never, { "rightClick": "rightClick"; "tetaClickOutside": "tetaClickOutside"; }, { "clickOutside": "clickOutside"; }, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[tetaClickOutside]", never, { "rightClick": "rightClick"; "tetaClickOutside": "tetaClickOutside"; }, { "clickOutside": "clickOutside"; }, never, never, false>;
|
|
18
18
|
}
|
|
@@ -28,5 +28,5 @@ export declare class ContextMenuDirective extends DynamicContentBaseDirective im
|
|
|
28
28
|
protected setPosition(): void;
|
|
29
29
|
private createMenu;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[tetaContextMenu]", never, { "tetaContextMenu": "tetaContextMenu"; "autoCloseIgnore": "autoCloseIgnore"; }, {}, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuDirective, "[tetaContextMenu]", never, { "tetaContextMenu": "tetaContextMenu"; "autoCloseIgnore": "autoCloseIgnore"; }, {}, never, never, false>;
|
|
32
32
|
}
|
|
@@ -5,5 +5,5 @@ export declare class DisableControlDirective {
|
|
|
5
5
|
set tetaDisableControl(val: boolean);
|
|
6
6
|
constructor(ngControl: NgControl);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DisableControlDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[tetaDisableControl]", never, { "tetaDisableControl": "tetaDisableControl"; }, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[tetaDisableControl]", never, { "tetaDisableControl": "tetaDisableControl"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -28,5 +28,5 @@ export declare class DragContainerDirective<T> implements OnInit, OnDestroy {
|
|
|
28
28
|
ngOnInit(): void;
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragContainerDirective<any>, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragContainerDirective<any>, "[tetaDragContainer]", ["dragContainer"], { "data": "tetaDragContainer"; "multiple": "multiple"; "allowDrop": "allowDrop"; }, { "tetaDrop": "tetaDrop"; "tetaDragEnter": "tetaDragEnter"; }, ["_previewTemplate"]>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragContainerDirective<any>, "[tetaDragContainer]", ["dragContainer"], { "data": "tetaDragContainer"; "multiple": "multiple"; "allowDrop": "allowDrop"; }, { "tetaDrop": "tetaDrop"; "tetaDragEnter": "tetaDragEnter"; }, ["_previewTemplate"], never, false>;
|
|
32
32
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class DragPlaceholderDirective {
|
|
3
3
|
constructor();
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragPlaceholderDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragPlaceholderDirective, "[tetaDragPlaceholder]", never, {}, {}, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragPlaceholderDirective, "[tetaDragPlaceholder]", never, {}, {}, never, never, false>;
|
|
6
6
|
}
|
|
@@ -4,5 +4,5 @@ export declare class DragPreviewDirective {
|
|
|
4
4
|
templateRef: TemplateRef<any>;
|
|
5
5
|
constructor(templateRef: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragPreviewDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragPreviewDirective, "[tetaDragPreview]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragPreviewDirective, "[tetaDragPreview]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -27,5 +27,5 @@ export declare class DragDirective<T> implements OnInit, OnDestroy {
|
|
|
27
27
|
ngOnInit(): void;
|
|
28
28
|
ngOnDestroy(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragDirective<any>, [{ optional: true; skipSelf: true; }, null, null, null]>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragDirective<any>, "[tetaDrag]", ["drag"], { "data": "tetaDrag"; "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; }, { "tetaDragEnter": "tetaDragEnter"; "tetaDrop": "tetaDrop"; }, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragDirective<any>, "[tetaDrag]", ["drag"], { "data": "tetaDrag"; "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; }, { "tetaDragEnter": "tetaDragEnter"; "tetaDrop": "tetaDrop"; }, never, never, false>;
|
|
31
31
|
}
|
|
@@ -13,5 +13,5 @@ export declare class DragSortContainerDirective<T> {
|
|
|
13
13
|
setList(list: T[]): void;
|
|
14
14
|
updateSortOrder(source: T, target: T, insertBefore: boolean): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragSortContainerDirective<any>, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortContainerDirective<any>, "[tetaDragSortContainer]", never, { "dragSortList": "dragSortList"; }, { "dragSorted": "dragSorted"; }, never, never, false>;
|
|
17
17
|
}
|
|
@@ -26,5 +26,5 @@ export declare class DragSortItemDirective<T> implements OnInit, OnDestroy {
|
|
|
26
26
|
private destroyDrag;
|
|
27
27
|
private getDropPosition;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragSortItemDirective<any>, [{ host: true; }, null, null]>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortItemDirective<any>, "[tetaDragSortItem]", never, { "tetaDragSortItem": "tetaDragSortItem"; "dragSortDirection": "dragSortDirection"; }, {}, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DragSortItemDirective<any>, "[tetaDragSortItem]", never, { "tetaDragSortItem": "tetaDragSortItem"; "dragSortDirection": "dragSortDirection"; }, {}, never, never, false>;
|
|
30
30
|
}
|
|
@@ -30,5 +30,5 @@ export declare abstract class DynamicContentBaseDirective implements OnInit, OnD
|
|
|
30
30
|
protected destroyContentRef(): void;
|
|
31
31
|
protected abstract setPosition(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicContentBaseDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicContentBaseDirective, never, never, { "data": "data"; "className": "className"; "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "open": "open"; }, { "openChange": "openChange"; }, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicContentBaseDirective, never, never, { "data": "data"; "className": "className"; "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "open": "open"; }, { "openChange": "openChange"; }, never, never, false>;
|
|
34
34
|
}
|
|
@@ -8,5 +8,5 @@ export declare class HighlightDirective {
|
|
|
8
8
|
private recursiveReplaceNode;
|
|
9
9
|
private wrapNode;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightDirective, "[tetaHighlight]", never, { "tetaHighlight": "tetaHighlight"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightDirective, "[tetaHighlight]", never, { "tetaHighlight": "tetaHighlight"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -29,5 +29,5 @@ export declare class HintDirective extends DynamicContentBaseDirective implement
|
|
|
29
29
|
private createHint;
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<HintDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HintDirective, "[tetaHint]", never, { "tetaHint": "tetaHint"; "align": "align"; "verticalAlign": "verticalAlign"; "delay": "delay"; }, {}, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HintDirective, "[tetaHint]", never, { "tetaHint": "tetaHint"; "align": "align"; "verticalAlign": "verticalAlign"; "delay": "delay"; }, {}, never, never, false>;
|
|
33
33
|
}
|
|
@@ -5,7 +5,7 @@ export declare class LetDirective<T> {
|
|
|
5
5
|
constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<LetContext<T>>);
|
|
6
6
|
static ngTemplateContextGuard<T>(_dir: LetDirective<T>, _ctx: any): _ctx is LetDirective<Exclude<T, null | undefined>>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LetDirective<any>, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[tetaLet]", never, { "tetaLet": "tetaLet"; }, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[tetaLet]", never, { "tetaLet": "tetaLet"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
10
10
|
export declare class LetContext<T> implements ContextWithImplicit<T> {
|
|
11
11
|
private readonly internalDirectiveInstance;
|
|
@@ -19,5 +19,5 @@ export declare class LoaderDirective implements OnDestroy {
|
|
|
19
19
|
private hide;
|
|
20
20
|
private setPosition;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderDirective, "[tetaLoader]", never, { "appendToBody": "appendToBody"; "mask": "mask"; "tetaLoader": "tetaLoader"; }, {}, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderDirective, "[tetaLoader]", never, { "appendToBody": "appendToBody"; "mask": "mask"; "tetaLoader": "tetaLoader"; }, {}, never, never, false>;
|
|
23
23
|
}
|
|
@@ -6,5 +6,5 @@ export declare class NoAutofillDirective implements OnInit {
|
|
|
6
6
|
constructor(_renderer: Renderer2, _elementRef: ElementRef);
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoAutofillDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoAutofillDirective, "[tetaNoAutofill]", never, {}, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NoAutofillDirective, "[tetaNoAutofill]", never, {}, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -21,5 +21,5 @@ export declare class OnlyNumberDirective {
|
|
|
21
21
|
onKeyDown(e: KeyboardEvent): void;
|
|
22
22
|
validateValue(value: string): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnlyNumberDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[tetaOnlyNumber]", never, { "tetaOnlyNumber": "tetaOnlyNumber"; "allowDecimals": "allowDecimals"; "allowSign": "allowSign"; "decimalSeparator": "decimalSeparator"; "commaSeparator": "commaSeparator"; }, {}, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[tetaOnlyNumber]", never, { "tetaOnlyNumber": "tetaOnlyNumber"; "allowDecimals": "allowDecimals"; "allowSign": "allowSign"; "decimalSeparator": "decimalSeparator"; "commaSeparator": "commaSeparator"; }, {}, never, never, false>;
|
|
25
25
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ResizeDragDirective {
|
|
|
16
16
|
private handleMouseUp;
|
|
17
17
|
private handleMouseMove;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeDragDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDragDirective, "[tetaResizeDrag]", never, { "tetaResizeDrag": "tetaResizeDrag"; }, { "resizeStart": "resizeStart"; "resizeProcess": "resizeProcess"; "resizeEnd": "resizeEnd"; }, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeDragDirective, "[tetaResizeDrag]", never, { "tetaResizeDrag": "tetaResizeDrag"; }, { "resizeStart": "resizeStart"; "resizeProcess": "resizeProcess"; "resizeEnd": "resizeEnd"; }, never, never, false>;
|
|
20
20
|
}
|
|
@@ -9,5 +9,5 @@ export declare class ScrollIntoViewDirective implements OnChanges {
|
|
|
9
9
|
constructor(platformId: any, elementRef: ElementRef);
|
|
10
10
|
ngOnChanges(simpleChange: SimpleChanges): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewDirective, "[tetaScrollIntoView]", never, { "tetaScrollIntoView": "tetaScrollIntoView"; "behavior": "behavior"; "block": "block"; }, {}, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewDirective, "[tetaScrollIntoView]", never, { "tetaScrollIntoView": "tetaScrollIntoView"; "behavior": "behavior"; "block": "block"; }, {}, never, never, false>;
|
|
13
13
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TetaTemplateDirective {
|
|
|
6
6
|
constructor(template: TemplateRef<any>);
|
|
7
7
|
getId(): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TetaTemplateDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TetaTemplateDirective, "[tetaTemplate]", never, { "id": "tetaTemplate"; }, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TetaTemplateDirective, "[tetaTemplate]", never, { "id": "tetaTemplate"; }, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -27,5 +27,5 @@ export declare class TooltipDirective extends DynamicContentBaseDirective implem
|
|
|
27
27
|
protected setPosition(): void;
|
|
28
28
|
private createTooltip;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tetaTooltip]", never, { "tetaTooltip": "tetaTooltip"; "align": "align"; "verticalAlign": "verticalAlign"; }, {}, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tetaTooltip]", never, { "tetaTooltip": "tetaTooltip"; "align": "align"; "verticalAlign": "verticalAlign"; }, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -9,9 +9,9 @@ export class ClickService {
|
|
|
9
9
|
this.contextMenu = fromEvent(this._document, 'contextmenu');
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
ClickService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
|
+
ClickService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickService, providedIn: 'root' });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickService, decorators: [{
|
|
15
15
|
type: Injectable,
|
|
16
16
|
args: [{
|
|
17
17
|
providedIn: 'root',
|
|
@@ -82,9 +82,9 @@ export class DynamicComponentService {
|
|
|
82
82
|
return new TetaContentRef([[componentNativeEl]], componentRef.hostView, componentRef);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
86
|
-
DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
85
|
+
DynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.RendererFactory2 }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
86
|
+
DynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentService, providedIn: 'root' });
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DynamicComponentService, decorators: [{
|
|
88
88
|
type: Injectable,
|
|
89
89
|
args: [{
|
|
90
90
|
providedIn: 'root',
|
|
@@ -27,9 +27,9 @@ export class OverlayContainerService {
|
|
|
27
27
|
this.removeContainer();
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
31
|
-
OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
OverlayContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: OverlayContainerService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
31
|
+
OverlayContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: OverlayContainerService, providedIn: 'root' });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: OverlayContainerService, decorators: [{
|
|
33
33
|
type: Injectable,
|
|
34
34
|
args: [{
|
|
35
35
|
providedIn: 'root'
|