@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
|
@@ -41,5 +41,5 @@ export declare class YearSelectComponent implements OnInit, OnDestroy, AfterView
|
|
|
41
41
|
isMinInvalid: (dat: Date) => boolean;
|
|
42
42
|
isMaxInvalid: (dat: Date) => boolean;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<YearSelectComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YearSelectComponent, "teta-year-select", never, { "currentYear": "currentYear"; "today": "today"; "size": "size"; "minDate": "minDate"; "maxDate": "maxDate"; "allowableRange": "allowableRange"; }, { "yearSelected": "yearSelected"; "yearApplied": "yearApplied"; }, never, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<YearSelectComponent, "teta-year-select", never, { "currentYear": "currentYear"; "today": "today"; "size": "size"; "minDate": "minDate"; "maxDate": "maxDate"; "allowableRange": "allowableRange"; }, { "yearSelected": "yearSelected"; "yearApplied": "yearApplied"; }, never, never, false>;
|
|
45
45
|
}
|
|
@@ -15,5 +15,5 @@ export declare class DelimiterComponent implements OnInit {
|
|
|
15
15
|
getBgColor(): string;
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DelimiterComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DelimiterComponent, "teta-delimiter", never, { "direction": "direction"; "palette": "palette"; "height": "height"; "verticalMargin": "verticalMargin"; "horizontalMargin": "horizontalMargin"; "class": "class"; }, {}, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DelimiterComponent, "teta-delimiter", never, { "direction": "direction"; "palette": "palette"; "height": "height"; "verticalMargin": "verticalMargin"; "horizontalMargin": "horizontalMargin"; "class": "class"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -11,5 +11,5 @@ export declare class DropdownComponent extends DropdownBase implements OnInit, O
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "teta-dropdown", ["dropdown"], {}, {}, never, ["[tetaDropdownHead]"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "teta-dropdown", ["dropdown"], {}, {}, never, ["[tetaDropdownHead]"], false>;
|
|
15
15
|
}
|
|
@@ -36,5 +36,5 @@ export declare class DropdownBase {
|
|
|
36
36
|
private openDropdown;
|
|
37
37
|
private setPosition;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownBase, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownBase, never, never, { "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "disabled": "disabled"; "backdrop": "backdrop"; "className": "className"; "open": "open"; "autoClose": "autoClose"; "autoCloseIgnore": "autoCloseIgnore"; }, { "openChange": "openChange"; }, ["_head", "_content"]>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownBase, never, never, { "align": "align"; "verticalAlign": "verticalAlign"; "appendToBody": "appendToBody"; "disabled": "disabled"; "backdrop": "backdrop"; "className": "className"; "open": "open"; "autoClose": "autoClose"; "autoCloseIgnore": "autoCloseIgnore"; }, { "openChange": "openChange"; }, ["_head", "_content"], never, false>;
|
|
40
40
|
}
|
|
@@ -5,5 +5,5 @@ export declare class DropdownContentDirective {
|
|
|
5
5
|
nativeElement: HTMLElement;
|
|
6
6
|
constructor(_elementRef: ElementRef<HTMLElement>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownContentDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownContentDirective, "[tetaDropdownContent]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownContentDirective, "[tetaDropdownContent]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ export declare class DropdownHeadDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownHeadDirective, [{ optional: true; }]>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownHeadDirective, "[tetaDropdownHead]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownHeadDirective, "[tetaDropdownHead]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -12,5 +12,5 @@ export declare class DropdownDirective extends DropdownBase implements OnInit, O
|
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
ngAfterViewInit(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "[tetaDropdown]", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDirective, "[tetaDropdown]", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PopupContentComponent implements OnInit, OnDestroy {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
ngOnDestroy(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopupContentComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopupContentComponent, "teta-popup-content", never, { "className": "className"; }, {}, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopupContentComponent, "teta-popup-content", never, { "className": "className"; }, {}, never, ["*"], false>;
|
|
13
13
|
}
|
|
@@ -9,5 +9,5 @@ export declare class ExpandCardComponent implements OnInit {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
setOpen(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandCardComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandCardComponent, "teta-expand-card", ["expand-card"], { "open": "open"; "showCross": "showCross"; }, { "openChange": "openChange"; "crossClick": "crossClick"; }, never, ["head", "*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandCardComponent, "teta-expand-card", ["expand-card"], { "open": "open"; "showCross": "showCross"; }, { "openChange": "openChange"; "crossClick": "crossClick"; }, never, ["head", "*"], false>;
|
|
13
13
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ExpandPanelComponent implements OnInit {
|
|
|
17
17
|
private saveCookie;
|
|
18
18
|
private restoreCookie;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandPanelComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandPanelComponent, "teta-expand-panel", never, { "placeholder": "placeholder"; "open": "open"; "cookieName": "cookieName"; "direction": "direction"; }, { "openChange": "openChange"; }, ["content", "head"], never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandPanelComponent, "teta-expand-panel", never, { "placeholder": "placeholder"; "open": "open"; "cookieName": "cookieName"; "direction": "direction"; }, { "openChange": "openChange"; }, ["content", "head"], never, false>;
|
|
21
21
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ExpandPanelContentDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandPanelContentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandPanelContentDirective, "[tetaExpandPanelContent]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandPanelContentDirective, "[tetaExpandPanelContent]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ExpandPanelHeadDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandPanelHeadDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandPanelHeadDirective, "[tetaExpandPanelHead]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandPanelHeadDirective, "[tetaExpandPanelHead]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class FileItemComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileItemComponent, "teta-file-item", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileItemComponent, "teta-file-item", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -20,5 +20,5 @@ export declare class FileUploadAreaComponent implements OnInit {
|
|
|
20
20
|
fileChanged(event: any): void;
|
|
21
21
|
private preventDefaults;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadAreaComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadAreaComponent, "teta-file-upload-area", never, { "multiple": "multiple"; "disabled": "disabled"; "accept": "accept"; }, { "upload": "upload"; }, ["buttonTemplate"], ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadAreaComponent, "teta-file-upload-area", never, { "multiple": "multiple"; "disabled": "disabled"; "accept": "accept"; }, { "upload": "upload"; }, ["buttonTemplate"], ["*"], false>;
|
|
24
24
|
}
|
|
@@ -3,11 +3,10 @@ import { EventEmitter } from '@angular/core';
|
|
|
3
3
|
import { FilterItem } from '../contarct/filter-item';
|
|
4
4
|
import { IFilter } from '../contarct/i-filter';
|
|
5
5
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
6
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
7
6
|
export declare abstract class FilterComponentBase<T> {
|
|
8
7
|
abstract column: FilterItem;
|
|
9
8
|
abstract state: FilterState;
|
|
10
|
-
abstract data:
|
|
9
|
+
abstract data: T[];
|
|
11
10
|
abstract filterOptions: IIdName<any>[];
|
|
12
11
|
abstract filterChanged: EventEmitter<IFilter>;
|
|
13
12
|
}
|
|
@@ -5,12 +5,11 @@ import { IIdName } from '../../../common/contract/i-id-name';
|
|
|
5
5
|
import { FilterBase } from '../base/filter-base';
|
|
6
6
|
import { FilterState } from '../contarct/filter-state';
|
|
7
7
|
import { BooleanFilter } from '../contarct/boolean-filter';
|
|
8
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
export declare class BooleanFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
|
|
11
10
|
private changeDetector;
|
|
12
11
|
column: FilterItem;
|
|
13
|
-
data:
|
|
12
|
+
data: T[];
|
|
14
13
|
filterOptions: IIdName<any>[];
|
|
15
14
|
filterChanged: EventEmitter<FilterBase>;
|
|
16
15
|
filter: BooleanFilter;
|
|
@@ -22,5 +21,5 @@ export declare class BooleanFilterComponent<T> extends FilterComponentBase<T> im
|
|
|
22
21
|
setFilter(): void;
|
|
23
22
|
private getFilter;
|
|
24
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterComponent<any>, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterComponent<any>, "teta-boolean-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterComponent<any>, "teta-boolean-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never, false>;
|
|
26
25
|
}
|
|
@@ -5,7 +5,6 @@ import { FilterBase } from '../base/filter-base';
|
|
|
5
5
|
import { FilterComponentBase } from '../base/filter-component-base';
|
|
6
6
|
import { FilterItem } from '../contarct/filter-item';
|
|
7
7
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
8
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
9
8
|
import { Observable } from 'rxjs';
|
|
10
9
|
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
11
10
|
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
@@ -14,7 +13,7 @@ export declare class DateFilterComponent<T> extends FilterComponentBase<T> imple
|
|
|
14
13
|
private changeDetector;
|
|
15
14
|
private _config;
|
|
16
15
|
column: FilterItem;
|
|
17
|
-
data:
|
|
16
|
+
data: T[];
|
|
18
17
|
filterOptions: IIdName<any>[];
|
|
19
18
|
filterChanged: EventEmitter<FilterBase>;
|
|
20
19
|
filter: DateFilter;
|
|
@@ -26,5 +25,5 @@ export declare class DateFilterComponent<T> extends FilterComponentBase<T> imple
|
|
|
26
25
|
ngOnInit(): void;
|
|
27
26
|
private getFilter;
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent<any>, "teta-date-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent<any>, "teta-date-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never, false>;
|
|
30
29
|
}
|
|
@@ -3,13 +3,12 @@ import { FilterState } from '../contarct/filter-state';
|
|
|
3
3
|
import { FilterItem } from '../contarct/filter-item';
|
|
4
4
|
import { FilterBase } from '../base/filter-base';
|
|
5
5
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
6
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class FilterHostComponent<T> implements OnInit, OnDestroy {
|
|
9
8
|
private viewContainerRef;
|
|
10
9
|
set column(val: FilterItem);
|
|
11
10
|
set state(val: FilterState);
|
|
12
|
-
set data(data:
|
|
11
|
+
set data(data: T[]);
|
|
13
12
|
set filterOptions(val: IIdName<any>[]);
|
|
14
13
|
filterChanged: EventEmitter<FilterBase>;
|
|
15
14
|
private _alive;
|
|
@@ -23,5 +22,5 @@ export declare class FilterHostComponent<T> implements OnInit, OnDestroy {
|
|
|
23
22
|
ngOnInit(): void;
|
|
24
23
|
ngOnDestroy(): void;
|
|
25
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterHostComponent<any>, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterHostComponent<any>, "teta-filter-host", never, { "column": "column"; "state": "state"; "data": "data"; "filterOptions": "filterOptions"; }, { "filterChanged": "filterChanged"; }, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterHostComponent<any>, "teta-filter-host", never, { "column": "column"; "state": "state"; "data": "data"; "filterOptions": "filterOptions"; }, { "filterChanged": "filterChanged"; }, never, never, false>;
|
|
27
26
|
}
|
|
@@ -5,7 +5,6 @@ import { FilterBase } from '../base/filter-base';
|
|
|
5
5
|
import { FilterState } from '../contarct/filter-state';
|
|
6
6
|
import { FilterItem } from '../contarct/filter-item';
|
|
7
7
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
8
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
9
8
|
import { Observable } from 'rxjs';
|
|
10
9
|
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
11
10
|
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
@@ -14,7 +13,7 @@ export declare class ListFilterComponent<T> extends FilterComponentBase<T> imple
|
|
|
14
13
|
private changeDetector;
|
|
15
14
|
private _config;
|
|
16
15
|
column: FilterItem;
|
|
17
|
-
data:
|
|
16
|
+
data: T[];
|
|
18
17
|
filterOptions: IIdName<any>[];
|
|
19
18
|
filterChanged: EventEmitter<FilterBase>;
|
|
20
19
|
filter: ListFilter;
|
|
@@ -33,5 +32,5 @@ export declare class ListFilterComponent<T> extends FilterComponentBase<T> imple
|
|
|
33
32
|
setFilter(value: any[]): void;
|
|
34
33
|
private getFilter;
|
|
35
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListFilterComponent<any>, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListFilterComponent<any>, "teta-list-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListFilterComponent<any>, "teta-list-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never, false>;
|
|
37
36
|
}
|
|
@@ -5,7 +5,6 @@ import { FilterBase } from '../base/filter-base';
|
|
|
5
5
|
import { FilterState } from '../contarct/filter-state';
|
|
6
6
|
import { FilterItem } from '../contarct/filter-item';
|
|
7
7
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
8
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
9
8
|
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
10
9
|
import { Observable } from 'rxjs';
|
|
11
10
|
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
@@ -14,7 +13,7 @@ export declare class NumericFilterComponent<T> extends FilterComponentBase<T> im
|
|
|
14
13
|
private changeDetector;
|
|
15
14
|
private _config;
|
|
16
15
|
column: FilterItem;
|
|
17
|
-
data:
|
|
16
|
+
data: T[];
|
|
18
17
|
filterOptions: IIdName<any>[];
|
|
19
18
|
filterChanged: EventEmitter<FilterBase>;
|
|
20
19
|
filter: NumericFilter;
|
|
@@ -26,5 +25,5 @@ export declare class NumericFilterComponent<T> extends FilterComponentBase<T> im
|
|
|
26
25
|
ngOnInit(): void;
|
|
27
26
|
private getFilter;
|
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterComponent<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterComponent<any>, "teta-numeric-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterComponent<any>, "teta-numeric-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never, false>;
|
|
30
29
|
}
|
|
@@ -5,7 +5,6 @@ import { FilterBase } from '../base/filter-base';
|
|
|
5
5
|
import { FilterComponentBase } from '../base/filter-component-base';
|
|
6
6
|
import { FilterItem } from '../contarct/filter-item';
|
|
7
7
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
8
|
-
import { TableRow } from '../../table/contract/table-row';
|
|
9
8
|
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
10
9
|
import { Observable } from 'rxjs';
|
|
11
10
|
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
@@ -14,7 +13,7 @@ export declare class StringFilterComponent<T> extends FilterComponentBase<T> imp
|
|
|
14
13
|
private changeDetector;
|
|
15
14
|
private _config;
|
|
16
15
|
column: FilterItem;
|
|
17
|
-
data:
|
|
16
|
+
data: T[];
|
|
18
17
|
filterOptions: IIdName<any>[];
|
|
19
18
|
filterChanged: EventEmitter<FilterBase>;
|
|
20
19
|
filter: StringFilter;
|
|
@@ -27,5 +26,5 @@ export declare class StringFilterComponent<T> extends FilterComponentBase<T> imp
|
|
|
27
26
|
setFilter(): void;
|
|
28
27
|
private getFilter;
|
|
29
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterComponent<any>, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterComponent<any>, "teta-string-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterComponent<any>, "teta-string-filter", never, { "column": "column"; "data": "data"; "filterOptions": "filterOptions"; "state": "state"; }, { "filterChanged": "filterChanged"; }, never, never, false>;
|
|
31
30
|
}
|
|
@@ -11,5 +11,5 @@ export declare class IconComponent implements OnInit {
|
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
getName(): string;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "teta-icon", never, { "name": "name"; "size": "size"; "palette": "palette"; "class": "class"; }, {}, never, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "teta-icon", never, { "name": "name"; "size": "size"; "palette": "palette"; "class": "class"; }, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -8,5 +8,5 @@ export declare class IconSpriteDirective implements OnInit {
|
|
|
8
8
|
constructor(_iconService: IconService);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconSpriteDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IconSpriteDirective, "[tetaIconSprite]", never, { "tetaIconSprite": "tetaIconSprite"; "bypassInterceptors": "bypassInterceptors"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IconSpriteDirective, "[tetaIconSprite]", never, { "tetaIconSprite": "tetaIconSprite"; "bypassInterceptors": "bypassInterceptors"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FormGroupTitleComponent implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupTitleComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupTitleComponent, "teta-form-group-title", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupTitleComponent, "teta-form-group-title", never, {}, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
@@ -8,5 +8,5 @@ export declare class InputComponent implements OnInit {
|
|
|
8
8
|
constructor();
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "teta-input", never, { "label": "label"; "horizontal": "horizontal"; "required": "required"; }, {}, never, ["*", "message"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "teta-input", never, { "label": "label"; "horizontal": "horizontal"; "required": "required"; }, {}, never, ["*", "message"], false>;
|
|
12
12
|
}
|
|
@@ -23,5 +23,5 @@ export declare class TextFieldComponent implements ControlValueAccessor {
|
|
|
23
23
|
onChange(input: string): void;
|
|
24
24
|
onTouched(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "teta-text-field", never, { "placeholder": "placeholder"; "leftIconName": "leftIconName"; "disabled": "disabled"; "onlyNumber": "onlyNumber"; "invalid": "invalid"; }, {}, never, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "teta-text-field", never, { "placeholder": "placeholder"; "leftIconName": "leftIconName"; "disabled": "disabled"; "onlyNumber": "onlyNumber"; "invalid": "invalid"; }, {}, never, never, false>;
|
|
27
27
|
}
|
|
@@ -15,5 +15,5 @@ export declare class MessageComponent implements AfterViewInit, OnDestroy {
|
|
|
15
15
|
ngAfterViewInit(): void;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "teta-message", never, { "message": "message"; "index": "index"; "class": "class"; }, { "closed": "closed"; }, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "teta-message", never, { "message": "message"; "index": "index"; "class": "class"; }, { "closed": "closed"; }, never, never, false>;
|
|
19
19
|
}
|
|
@@ -21,5 +21,5 @@ export declare class MessageHostComponent implements OnInit, OnDestroy {
|
|
|
21
21
|
closedItem(event: any): void;
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageHostComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageHostComponent, "teta-message-host", never, { "class": "class"; "align": "align"; "verticalAlign": "verticalAlign"; }, { "itemClose": "itemClose"; }, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageHostComponent, "teta-message-host", never, { "class": "class"; "align": "align"; "verticalAlign": "verticalAlign"; }, { "itemClose": "itemClose"; }, never, never, false>;
|
|
25
25
|
}
|
|
@@ -15,5 +15,5 @@ export declare class DialogComponent implements OnInit {
|
|
|
15
15
|
ok(): void;
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "teta-dialog", never, { "message": "message"; "buttonText": "buttonText"; "buttonIcon": "buttonIcon"; "buttonPalette": "buttonPalette"; "showCancelButton": "showCancelButton"; }, {}, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "teta-dialog", never, { "message": "message"; "buttonText": "buttonText"; "buttonIcon": "buttonIcon"; "buttonPalette": "buttonPalette"; "showCancelButton": "showCancelButton"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ModalContainerComponent {
|
|
|
13
13
|
keyup(event: KeyboardEvent): void;
|
|
14
14
|
click(event: MouseEvent): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "teta-modal-container", never, { "config": "config"; }, { "closeEvent": "closeEvent"; }, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "teta-modal-container", never, { "config": "config"; }, { "closeEvent": "closeEvent"; }, never, ["*"], false>;
|
|
17
17
|
}
|
|
@@ -4,5 +4,5 @@ export declare class PagerComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "teta-pager", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "teta-pager", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -8,5 +8,5 @@ export declare class PanelComponent implements OnInit {
|
|
|
8
8
|
constructor();
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "teta-panel", never, { "width": "width"; }, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "teta-panel", never, { "width": "width"; }, {}, never, ["*"], false>;
|
|
12
12
|
}
|
|
@@ -42,5 +42,5 @@ export declare class ProgressBarComponent implements OnInit, ControlValueAccesso
|
|
|
42
42
|
private removeListener;
|
|
43
43
|
private setPercentFromValue;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "teta-progress-bar", never, { "min": "min"; "max": "max"; "step": "step"; }, {}, never, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "teta-progress-bar", never, { "min": "min"; "max": "max"; "step": "step"; }, {}, never, never, false>;
|
|
46
46
|
}
|
|
@@ -4,5 +4,5 @@ export declare class DateItemDefaultComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateItemDefaultComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateItemDefaultComponent, "teta-date-item-default", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateItemDefaultComponent, "teta-date-item-default", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ListItemDefaultComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDefaultComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemDefaultComponent, "teta-list-item-default", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemDefaultComponent, "teta-list-item-default", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
package/component/property-grid/default/numeric-item-default/numeric-item-default.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class NumericItemDefaultComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericItemDefaultComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericItemDefaultComponent, "teta-numeric-item-default", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericItemDefaultComponent, "teta-numeric-item-default", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
package/component/property-grid/default/string-item-default/string-item-default.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class StringItemDefaultComponent implements OnInit {
|
|
|
4
4
|
constructor();
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringItemDefaultComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringItemDefaultComponent, "teta-string-item-default", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringItemDefaultComponent, "teta-string-item-default", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts
CHANGED
|
@@ -2,18 +2,18 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { TableColumn } from '../../../table/contract/table-column';
|
|
3
3
|
import { IDictionary } from '../../../../common/contract/i-dictionary';
|
|
4
4
|
import { IIdName } from '../../../../common/contract/i-id-name';
|
|
5
|
-
import {
|
|
5
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class PropertyGridGroupComponent<T> implements OnInit {
|
|
8
8
|
formClass: boolean;
|
|
9
9
|
column: TableColumn;
|
|
10
10
|
hideNonEditable: boolean;
|
|
11
11
|
dict: IDictionary<IIdName<any>[]>;
|
|
12
|
-
formGroup:
|
|
12
|
+
formGroup: UntypedFormGroup;
|
|
13
13
|
horizontal: boolean;
|
|
14
14
|
controlValueChange: EventEmitter<IIdName<any>>;
|
|
15
15
|
constructor();
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridGroupComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": "column"; "hideNonEditable": "hideNonEditable"; "dict": "dict"; "formGroup": "formGroup"; "horizontal": "horizontal"; }, { "controlValueChange": "controlValueChange"; }, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": "column"; "hideNonEditable": "hideNonEditable"; "dict": "dict"; "formGroup": "formGroup"; "horizontal": "horizontal"; }, { "controlValueChange": "controlValueChange"; }, never, never, false>;
|
|
19
19
|
}
|
package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { TableColumn } from '../../../table/contract/table-column';
|
|
|
3
3
|
import { IDictionary } from '../../../../common/contract/i-dictionary';
|
|
4
4
|
import { IIdName } from '../../../../common/contract/i-id-name';
|
|
5
5
|
import { FilterType } from '../../../filter/enum/filter-type.enum';
|
|
6
|
-
import {
|
|
6
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
7
7
|
import { TranslocoService } from '@ngneat/transloco';
|
|
8
8
|
import { Align } from '../../../../common/enum/align.enum';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
@@ -12,8 +12,8 @@ export declare class PropertyGridItemComponent<T> implements OnInit, OnDestroy {
|
|
|
12
12
|
column: TableColumn;
|
|
13
13
|
hideNonEditable: boolean;
|
|
14
14
|
dict: IDictionary<IIdName<any>[]>;
|
|
15
|
-
set formGroup(form:
|
|
16
|
-
get formGroup():
|
|
15
|
+
set formGroup(form: UntypedFormGroup);
|
|
16
|
+
get formGroup(): UntypedFormGroup;
|
|
17
17
|
horizontal: boolean;
|
|
18
18
|
controlValueChange: EventEmitter<IIdName<any>>;
|
|
19
19
|
align: typeof Align;
|
|
@@ -30,5 +30,5 @@ export declare class PropertyGridItemComponent<T> implements OnInit, OnDestroy {
|
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngOnDestroy(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemComponent<any>, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": "column"; "hideNonEditable": "hideNonEditable"; "dict": "dict"; "formGroup": "formGroup"; "horizontal": "horizontal"; }, { "controlValueChange": "controlValueChange"; }, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": "column"; "hideNonEditable": "hideNonEditable"; "dict": "dict"; "formGroup": "formGroup"; "horizontal": "horizontal"; }, { "controlValueChange": "controlValueChange"; }, never, never, false>;
|
|
34
34
|
}
|
|
@@ -2,14 +2,14 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { TableColumn } from '../../table/contract/table-column';
|
|
3
3
|
import { IDictionary } from '../../../common/contract/i-dictionary';
|
|
4
4
|
import { IIdName } from '../../../common/contract/i-id-name';
|
|
5
|
-
import {
|
|
5
|
+
import { UntypedFormGroup } from '@angular/forms';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class PropertyGridComponent<T> implements OnInit, OnDestroy {
|
|
8
8
|
formClass: boolean;
|
|
9
9
|
hideNonEditable: boolean;
|
|
10
10
|
columns: TableColumn[];
|
|
11
11
|
dict: IDictionary<IIdName<any>[]>;
|
|
12
|
-
formGroup:
|
|
12
|
+
formGroup: UntypedFormGroup;
|
|
13
13
|
horizontal: boolean;
|
|
14
14
|
controlValueChange: EventEmitter<IIdName<any>>;
|
|
15
15
|
private _alive;
|
|
@@ -19,5 +19,5 @@ export declare class PropertyGridComponent<T> implements OnInit, OnDestroy {
|
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
private getDictValue;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridComponent<any>, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": "hideNonEditable"; "columns": "columns"; "dict": "dict"; "formGroup": "formGroup"; "horizontal": "horizontal"; }, { "controlValueChange": "controlValueChange"; }, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": "hideNonEditable"; "columns": "columns"; "dict": "dict"; "formGroup": "formGroup"; "horizontal": "horizontal"; }, { "controlValueChange": "controlValueChange"; }, never, never, false>;
|
|
23
23
|
}
|
|
@@ -42,5 +42,5 @@ export declare class RadioComponent implements OnInit, ControlValueAccessor {
|
|
|
42
42
|
private selectPrevious;
|
|
43
43
|
private checkSelected;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "teta-radio", never, { "inline": "inline"; "checkChangeSelected": "checkChangeSelected"; "disabled": "disabled"; "value": "value"; }, {}, never, ["*"]>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "teta-radio", never, { "inline": "inline"; "checkChangeSelected": "checkChangeSelected"; "disabled": "disabled"; "value": "value"; }, {}, never, ["*"], false>;
|
|
46
46
|
}
|
|
@@ -16,5 +16,5 @@ export declare class RadioButtonComponent implements OnInit, OnDestroy {
|
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, [null, { host: true; }]>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "teta-radio-button", never, { "checked": "checked"; "disabled": "disabled"; "value": "value"; }, {}, never, ["*"]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "teta-radio-button", never, { "checked": "checked"; "disabled": "disabled"; "value": "value"; }, {}, never, ["*"], false>;
|
|
20
20
|
}
|
|
@@ -32,5 +32,5 @@ export declare class ResizePanelComponent implements OnInit, OnDestroy {
|
|
|
32
32
|
private restorePosition;
|
|
33
33
|
private save;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizePanelComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResizePanelComponent, "teta-resize-panel", never, { "direction": "direction"; "grabPosition": "grabPosition"; "name": "name"; "minSize": "minSize"; "maxSize": "maxSize"; }, {}, never, ["*"]>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResizePanelComponent, "teta-resize-panel", never, { "direction": "direction"; "grabPosition": "grabPosition"; "name": "name"; "minSize": "minSize"; "maxSize": "maxSize"; }, {}, never, ["*"], false>;
|
|
36
36
|
}
|
|
@@ -55,5 +55,5 @@ export declare class SelectComponent implements ControlValueAccessor, OnInit {
|
|
|
55
55
|
setDisabledState?(isDisabled: boolean): void;
|
|
56
56
|
private getSelectedValue;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "teta-select", never, { "multiple": "multiple"; "options": "options"; "invalid": "invalid"; "align": "align"; "verticalAlign": "verticalAlign"; "autoClose": "autoClose"; "autoCloseIgnore": "autoCloseIgnore"; "disabled": "disabled"; "itemSize": "itemSize"; "virtual": "virtual"; "icon": "icon"; "placeholder": "placeholder"; "appendToBody": "appendToBody"; "allowNull": "allowNull"; "valueRef": "valueRef"; "textRef": "textRef"; "searchRef": "searchRef"; }, {}, ["optionDirective", "valueDirective"], never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "teta-select", never, { "multiple": "multiple"; "options": "options"; "invalid": "invalid"; "align": "align"; "verticalAlign": "verticalAlign"; "autoClose": "autoClose"; "autoCloseIgnore": "autoCloseIgnore"; "disabled": "disabled"; "itemSize": "itemSize"; "virtual": "virtual"; "icon": "icon"; "placeholder": "placeholder"; "appendToBody": "appendToBody"; "allowNull": "allowNull"; "valueRef": "valueRef"; "textRef": "textRef"; "searchRef": "searchRef"; }, {}, ["optionDirective", "valueDirective"], never, false>;
|
|
59
59
|
}
|
|
@@ -4,5 +4,5 @@ export declare class SelectOptionDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, "[tetaSelectOption]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, "[tetaSelectOption]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class SelectValueDirective {
|
|
|
4
4
|
template: TemplateRef<any>;
|
|
5
5
|
constructor(template: TemplateRef<any>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueDirective, "[tetaSelectValue]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueDirective, "[tetaSelectValue]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -13,5 +13,5 @@ export declare class SidebarComponent implements OnInit {
|
|
|
13
13
|
setOpen(value: boolean): void;
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "teta-sidebar", never, { "position": "position"; "backdrop": "backdrop"; "open": "open"; "className": "className"; }, { "openChange": "openChange"; }, never, ["*"]>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "teta-sidebar", never, { "position": "position"; "backdrop": "backdrop"; "open": "open"; "className": "className"; }, { "openChange": "openChange"; }, never, ["*"], false>;
|
|
17
17
|
}
|
|
@@ -18,5 +18,5 @@ export declare class SwitchComponent implements OnInit, OnDestroy, ControlValueA
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "teta-switch", never, {}, {}, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "teta-switch", never, {}, {}, never, ["*"], false>;
|
|
22
22
|
}
|
|
@@ -14,5 +14,5 @@ export declare class SwitchButtonComponent implements OnInit, OnDestroy {
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchButtonComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchButtonComponent, "teta-switch-button", never, { "value": "value"; "class": "class"; }, {}, never, ["*"]>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchButtonComponent, "teta-switch-button", never, { "value": "value"; "class": "class"; }, {}, never, ["*"], false>;
|
|
18
18
|
}
|