@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
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tetacom/ng-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.43",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^13.0.0",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"esm2020": "esm2020/tetacom-ng-components.mjs",
|
|
22
22
|
"fesm2020": "fesm2020/tetacom-ng-components.mjs",
|
|
23
23
|
"fesm2015": "fesm2015/tetacom-ng-components.mjs",
|
|
24
|
-
"typings": "
|
|
24
|
+
"typings": "index.d.ts",
|
|
25
25
|
"exports": {
|
|
26
26
|
"./package.json": {
|
|
27
27
|
"default": "./package.json"
|
|
28
28
|
},
|
|
29
29
|
".": {
|
|
30
|
-
"types": "./
|
|
30
|
+
"types": "./index.d.ts",
|
|
31
31
|
"esm2020": "./esm2020/tetacom-ng-components.mjs",
|
|
32
32
|
"es2020": "./fesm2020/tetacom-ng-components.mjs",
|
|
33
33
|
"es2015": "./fesm2015/tetacom-ng-components.mjs",
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class NumberPipe implements PipeTransform {
|
|
4
4
|
transform(value: number, decimalLength?: number, chunkDelimiter?: string, decimalDelimiter?: string, chunkLength?: number): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "tetaNumber">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "tetaNumber", false>;
|
|
7
7
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class PrependZeroPipe implements PipeTransform {
|
|
4
4
|
transform(value: number, length: number): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrependZeroPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PrependZeroPipe, "tetaPrependZero">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PrependZeroPipe, "tetaPrependZero", false>;
|
|
7
7
|
}
|
|
@@ -67,78 +67,84 @@ $themes: (
|
|
|
67
67
|
'white': (
|
|
68
68
|
'50': rgba(255, 255, 255)
|
|
69
69
|
),
|
|
70
|
+
'black': (
|
|
71
|
+
'50': rgba(28, 27, 33, 1)
|
|
72
|
+
),
|
|
70
73
|
'backdrop': (
|
|
71
74
|
'50': rgba(144, 148, 153, 0.4)
|
|
72
75
|
)
|
|
73
76
|
),
|
|
74
77
|
'dark': (
|
|
75
78
|
'primary': (
|
|
76
|
-
'90': rgba(118,173,255,1),
|
|
77
|
-
'80': rgba(89,155,255,1),
|
|
78
|
-
'70': rgba(59,138,255,1),
|
|
79
|
-
'60': rgba(46,122,255,1),
|
|
80
|
-
'50': rgba(40,108,253,1),
|
|
81
|
-
'40': rgba(45,93,212,1),
|
|
82
|
-
'30': rgba(47,80,175,1),
|
|
83
|
-
'20': rgba(46,68,139,1),
|
|
84
|
-
'10': rgba(43,56,107,1),
|
|
85
|
-
'5': rgba(37,44,77,1),
|
|
79
|
+
'90': rgba(118, 173, 255, 1),
|
|
80
|
+
'80': rgba(89, 155, 255, 1),
|
|
81
|
+
'70': rgba(59, 138, 255, 1),
|
|
82
|
+
'60': rgba(46, 122, 255, 1),
|
|
83
|
+
'50': rgba(40, 108, 253, 1),
|
|
84
|
+
'40': rgba(45, 93, 212, 1),
|
|
85
|
+
'30': rgba(47, 80, 175, 1),
|
|
86
|
+
'20': rgba(46, 68, 139, 1),
|
|
87
|
+
'10': rgba(43, 56, 107, 1),
|
|
88
|
+
'5': rgba(37, 44, 77, 1),
|
|
86
89
|
),
|
|
87
90
|
'text': (
|
|
88
|
-
'90': rgba(211,213,215,1),
|
|
89
|
-
'80': rgba(147,151,155,1),
|
|
90
|
-
'70': rgba(128,131,137,1),
|
|
91
|
-
'60': rgba(90,91,98,1),
|
|
92
|
-
'50': rgba(62,62,69,1),
|
|
93
|
-
'40': rgba(81,81,88,1),
|
|
94
|
-
'30': rgba(71,71,78,1),
|
|
95
|
-
'20': rgba(61,61,68,1),
|
|
96
|
-
'10': rgba(51,51,58,1),
|
|
97
|
-
'5': rgba(41,41,48,1),
|
|
91
|
+
'90': rgba(211, 213, 215, 1),
|
|
92
|
+
'80': rgba(147, 151, 155, 1),
|
|
93
|
+
'70': rgba(128, 131, 137, 1),
|
|
94
|
+
'60': rgba(90, 91, 98, 1),
|
|
95
|
+
'50': rgba(62, 62, 69, 1),
|
|
96
|
+
'40': rgba(81, 81, 88, 1),
|
|
97
|
+
'30': rgba(71, 71, 78, 1),
|
|
98
|
+
'20': rgba(61, 61, 68, 1),
|
|
99
|
+
'10': rgba(51, 51, 58, 1),
|
|
100
|
+
'5': rgba(41, 41, 48, 1),
|
|
98
101
|
),
|
|
99
102
|
'red': (
|
|
100
|
-
'90': rgba(168,46,38,1),
|
|
101
|
-
'80': rgba(183,56,49,1),
|
|
102
|
-
'70': rgba(194,63,56,1),
|
|
103
|
-
'60': rgba(212,72,62,1),
|
|
104
|
-
'50': rgba(226,82,65,1),
|
|
105
|
-
'40': rgba(222,94,86,1),
|
|
106
|
-
'30': rgba(215,121,118,1),
|
|
107
|
-
'20': rgba(227,158,156,1),
|
|
108
|
-
'10': rgba(247,207,211,1),
|
|
109
|
-
'5': rgba(252,236,238,1),
|
|
103
|
+
'90': rgba(168, 46, 38, 1),
|
|
104
|
+
'80': rgba(183, 56, 49, 1),
|
|
105
|
+
'70': rgba(194, 63, 56, 1),
|
|
106
|
+
'60': rgba(212, 72, 62, 1),
|
|
107
|
+
'50': rgba(226, 82, 65, 1),
|
|
108
|
+
'40': rgba(222, 94, 86, 1),
|
|
109
|
+
'30': rgba(215, 121, 118, 1),
|
|
110
|
+
'20': rgba(227, 158, 156, 1),
|
|
111
|
+
'10': rgba(247, 207, 211, 1),
|
|
112
|
+
'5': rgba(252, 236, 238, 1),
|
|
110
113
|
),
|
|
111
114
|
'green': (
|
|
112
|
-
'90': rgba(40,95,27,1),
|
|
113
|
-
'80': rgba(55,126,48,1),
|
|
114
|
-
'70': rgba(66,142,59,1),
|
|
115
|
-
'60': rgba(78,160,70,1),
|
|
116
|
-
'50': rgba(89,174,80,1),
|
|
117
|
-
'40': rgba(111,187,105,1),
|
|
118
|
-
'30': rgba(136,198,131,1),
|
|
119
|
-
'20': rgba(169,214,166,1),
|
|
120
|
-
'10': rgba(203,230,201,1),
|
|
121
|
-
'5': rgba(233,245,233,1),
|
|
115
|
+
'90': rgba(40, 95, 27, 1),
|
|
116
|
+
'80': rgba(55, 126, 48, 1),
|
|
117
|
+
'70': rgba(66, 142, 59, 1),
|
|
118
|
+
'60': rgba(78, 160, 70, 1),
|
|
119
|
+
'50': rgba(89, 174, 80, 1),
|
|
120
|
+
'40': rgba(111, 187, 105, 1),
|
|
121
|
+
'30': rgba(136, 198, 131, 1),
|
|
122
|
+
'20': rgba(169, 214, 166, 1),
|
|
123
|
+
'10': rgba(203, 230, 201, 1),
|
|
124
|
+
'5': rgba(233, 245, 233, 1),
|
|
122
125
|
),
|
|
123
126
|
'yellow': (
|
|
124
|
-
'90': rgba(238,104,0,1),
|
|
125
|
-
'80': rgba(238,136,0,1),
|
|
126
|
-
'70': rgba(238,152,0,1),
|
|
127
|
-
'60': rgba(238,171,0,1),
|
|
128
|
-
'50': rgba(237,184,0,1),
|
|
129
|
-
'40': rgba(239,194,27,1),
|
|
130
|
-
'30': rgba(241,206,72,1),
|
|
131
|
-
'20': rgba(245,219,126,1),
|
|
132
|
-
'10': rgba(249,233,177,1),
|
|
133
|
-
'5': rgba(252,247,225,1),
|
|
127
|
+
'90': rgba(238, 104, 0, 1),
|
|
128
|
+
'80': rgba(238, 136, 0, 1),
|
|
129
|
+
'70': rgba(238, 152, 0, 1),
|
|
130
|
+
'60': rgba(238, 171, 0, 1),
|
|
131
|
+
'50': rgba(237, 184, 0, 1),
|
|
132
|
+
'40': rgba(239, 194, 27, 1),
|
|
133
|
+
'30': rgba(241, 206, 72, 1),
|
|
134
|
+
'20': rgba(245, 219, 126, 1),
|
|
135
|
+
'10': rgba(249, 233, 177, 1),
|
|
136
|
+
'5': rgba(252, 247, 225, 1),
|
|
134
137
|
),
|
|
135
138
|
'background': (
|
|
136
|
-
'50': rgba(34,34,41,1),
|
|
137
|
-
'0': rgba(28,27,33,1),
|
|
139
|
+
'50': rgba(34, 34, 41, 1),
|
|
140
|
+
'0': rgba(28, 27, 33, 1),
|
|
138
141
|
),
|
|
139
142
|
'white': (
|
|
140
143
|
'50': rgba(255, 255, 255, 1)
|
|
141
144
|
),
|
|
145
|
+
'black': (
|
|
146
|
+
'50': rgba(28, 27, 33, 1)
|
|
147
|
+
),
|
|
142
148
|
'backdrop': (
|
|
143
149
|
'50': rgba(144, 148, 153, 0.4)
|
|
144
150
|
)
|
package/style/switch.scss
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
background: getColorVar('background', '50');
|
|
11
11
|
color: getColorVar('text', '90');
|
|
12
12
|
fill: getColorVar('text', '90');
|
|
13
|
-
//overflow: hidden;
|
|
14
13
|
|
|
15
14
|
&-button {
|
|
16
15
|
display: inline-flex;
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
|
|
28
27
|
&_active {
|
|
29
28
|
border: solid 0;
|
|
30
|
-
border-radius:
|
|
29
|
+
border-radius: 4px;
|
|
31
30
|
background: getColorVar('primary', '50');
|
|
32
31
|
fill: getColorVar('white', '50');
|
|
33
32
|
color: getColorVar('white', '50');
|
package/util/forms-util.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AbstractControl,
|
|
1
|
+
import { AbstractControl, UntypedFormGroup, ValidationErrors } from '@angular/forms';
|
|
2
2
|
import { TableColumn } from '../component/table/contract/table-column';
|
|
3
3
|
export declare class FormsUtil {
|
|
4
|
-
static validateAllFormFields(formGroup:
|
|
5
|
-
static controlIsInvalid(formGroup:
|
|
6
|
-
static getControlErrors(formGroup:
|
|
4
|
+
static validateAllFormFields(formGroup: UntypedFormGroup): void;
|
|
5
|
+
static controlIsInvalid(formGroup: UntypedFormGroup, controlName: string): boolean;
|
|
6
|
+
static getControlErrors(formGroup: UntypedFormGroup, controlName: string): string[];
|
|
7
7
|
static matchValuesValidator(matchTo: string): (control: AbstractControl) => ValidationErrors | null;
|
|
8
8
|
static requiredIf(value: boolean): (control: AbstractControl) => ValidationErrors | null;
|
|
9
|
-
static initFormFromColumns(columns: TableColumn[], dataItem: any):
|
|
9
|
+
static initFormFromColumns(columns: TableColumn[], dataItem: any): UntypedFormGroup;
|
|
10
10
|
static getValidators(column: TableColumn): any[];
|
|
11
11
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TableRow } from '../contract/table-row';
|
|
2
|
-
import { TableColumn } from '../contract/table-column';
|
|
3
|
-
export declare abstract class GroupRowComponentBase<T> {
|
|
4
|
-
/**
|
|
5
|
-
* The row details are displayed for
|
|
6
|
-
*/
|
|
7
|
-
abstract row: TableRow<T>;
|
|
8
|
-
/**
|
|
9
|
-
* displayed columns
|
|
10
|
-
*/
|
|
11
|
-
abstract columns: TableColumn[];
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class TableRow<T> {
|
|
2
|
-
set edit(value: boolean);
|
|
3
|
-
get edit(): boolean;
|
|
4
|
-
expanded: boolean;
|
|
5
|
-
showDetails: boolean;
|
|
6
|
-
data: T;
|
|
7
|
-
isGroup: boolean;
|
|
8
|
-
level: number;
|
|
9
|
-
path: any[];
|
|
10
|
-
groupColumn: string;
|
|
11
|
-
groupValue: any[];
|
|
12
|
-
private _edit;
|
|
13
|
-
private _hash;
|
|
14
|
-
constructor(data?: any);
|
|
15
|
-
get hash(): string;
|
|
16
|
-
editData(items?: any): void;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { GroupRowComponentBase } from '../../base/group-row-component-base';
|
|
3
|
-
import { TableRow } from '../../contract/table-row';
|
|
4
|
-
import { TableColumn } from '../../contract/table-column';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GroupRowComponent<T> extends GroupRowComponentBase<T> implements OnInit {
|
|
7
|
-
row: TableRow<T>;
|
|
8
|
-
columns: TableColumn[];
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupRowComponent<any>, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupRowComponent<any>, "teta-group-row", never, { "row": "row"; "columns": "columns"; }, {}, never, never>;
|
|
13
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export class GroupRowComponentBase {
|
|
2
|
-
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JvdXAtcm93LWNvbXBvbmVudC1iYXNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC90YWJsZS9iYXNlL2dyb3VwLXJvdy1jb21wb25lbnQtYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxNQUFNLE9BQWdCLHFCQUFxQjtDQVMxQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7VGFibGVSb3d9IGZyb20gJy4uL2NvbnRyYWN0L3RhYmxlLXJvdyc7XG5pbXBvcnQge1RhYmxlQ29sdW1ufSBmcm9tICcuLi9jb250cmFjdC90YWJsZS1jb2x1bW4nO1xuXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgR3JvdXBSb3dDb21wb25lbnRCYXNlPFQ+IHtcbiAgLyoqXG4gICAqIFRoZSByb3cgZGV0YWlscyBhcmUgZGlzcGxheWVkIGZvclxuICAgKi9cbiAgYWJzdHJhY3Qgcm93OiBUYWJsZVJvdzxUPjtcbiAgLyoqXG4gICAqIGRpc3BsYXllZCBjb2x1bW5zXG4gICAqL1xuICBhYnN0cmFjdCBjb2x1bW5zOiBUYWJsZUNvbHVtbltdO1xufVxuIl19
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as hash from 'object-hash';
|
|
2
|
-
export class TableRow {
|
|
3
|
-
constructor(data) {
|
|
4
|
-
this.expanded = false;
|
|
5
|
-
this.showDetails = false;
|
|
6
|
-
this.path = [];
|
|
7
|
-
this.groupValue = [];
|
|
8
|
-
// children: GridRow<T>[] = [];
|
|
9
|
-
// parents: GridRow<T>[];
|
|
10
|
-
// private backup: any = {};
|
|
11
|
-
this._edit = false;
|
|
12
|
-
if (data) {
|
|
13
|
-
this.data = data;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
set edit(value) {
|
|
17
|
-
if (value !== this._edit) {
|
|
18
|
-
this._edit = value;
|
|
19
|
-
this._hash = null;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
get edit() {
|
|
23
|
-
return this._edit;
|
|
24
|
-
}
|
|
25
|
-
get hash() {
|
|
26
|
-
if (!this._hash) {
|
|
27
|
-
const hashObj = { ...this.data };
|
|
28
|
-
if (hashObj.children) {
|
|
29
|
-
delete hashObj.children;
|
|
30
|
-
}
|
|
31
|
-
this._hash = hash.sha1(hashObj);
|
|
32
|
-
}
|
|
33
|
-
return this._hash;
|
|
34
|
-
}
|
|
35
|
-
editData(items) {
|
|
36
|
-
this.data = items;
|
|
37
|
-
this._hash = null;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtcm93LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2NvbXBvbmVudC90YWJsZS9jb250cmFjdC90YWJsZS1yb3cudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLElBQUksTUFBTSxhQUFhLENBQUM7QUFFcEMsTUFBTSxPQUFPLFFBQVE7SUEyQm5CLFlBQVksSUFBVTtRQWZ0QixhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO1FBSXBCLFNBQUksR0FBVSxFQUFFLENBQUM7UUFFakIsZUFBVSxHQUFVLEVBQUUsQ0FBQztRQUV2QiwrQkFBK0I7UUFDL0IseUJBQXlCO1FBQ3pCLDRCQUE0QjtRQUNwQixVQUFLLEdBQUcsS0FBSyxDQUFDO1FBSXBCLElBQUksSUFBSSxFQUFFO1lBQ1IsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7U0FDbEI7SUFDSCxDQUFDO0lBOUJELElBQUksSUFBSSxDQUFDLEtBQWM7UUFDckIsSUFBSSxLQUFLLEtBQUssSUFBSSxDQUFDLEtBQUssRUFBRTtZQUN4QixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztZQUNuQixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQztTQUNuQjtJQUNILENBQUM7SUFFRCxJQUFJLElBQUk7UUFDTixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQztJQXVCRCxJQUFXLElBQUk7UUFDYixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNmLE1BQU0sT0FBTyxHQUFRLEVBQUUsR0FBRyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7WUFDdEMsSUFBSSxPQUFPLENBQUMsUUFBUSxFQUFFO2dCQUNwQixPQUFPLE9BQU8sQ0FBQyxRQUFRLENBQUM7YUFDekI7WUFDRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7U0FDakM7UUFDRCxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQztJQUVNLFFBQVEsQ0FBQyxLQUFXO1FBQ3pCLElBQUksQ0FBQyxJQUFJLEdBQUcsS0FBSyxDQUFDO1FBQ2xCLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO0lBQ3BCLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGhhc2ggZnJvbSAnb2JqZWN0LWhhc2gnO1xuXG5leHBvcnQgY2xhc3MgVGFibGVSb3c8VD4ge1xuICBzZXQgZWRpdCh2YWx1ZTogYm9vbGVhbikge1xuICAgIGlmICh2YWx1ZSAhPT0gdGhpcy5fZWRpdCkge1xuICAgICAgdGhpcy5fZWRpdCA9IHZhbHVlO1xuICAgICAgdGhpcy5faGFzaCA9IG51bGw7XG4gICAgfVxuICB9XG5cbiAgZ2V0IGVkaXQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2VkaXQ7XG4gIH1cblxuICBleHBhbmRlZCA9IGZhbHNlO1xuICBzaG93RGV0YWlscyA9IGZhbHNlO1xuICBkYXRhOiBUO1xuICBpc0dyb3VwOiBib29sZWFuO1xuICBsZXZlbDogbnVtYmVyO1xuICBwYXRoOiBhbnlbXSA9IFtdO1xuICBncm91cENvbHVtbjogc3RyaW5nO1xuICBncm91cFZhbHVlOiBhbnlbXSA9IFtdO1xuXG4gIC8vIGNoaWxkcmVuOiBHcmlkUm93PFQ+W10gPSBbXTtcbiAgLy8gcGFyZW50czogR3JpZFJvdzxUPltdO1xuICAvLyBwcml2YXRlIGJhY2t1cDogYW55ID0ge307XG4gIHByaXZhdGUgX2VkaXQgPSBmYWxzZTtcbiAgcHJpdmF0ZSBfaGFzaDogc3RyaW5nIHwgbnVsbDtcblxuICBjb25zdHJ1Y3RvcihkYXRhPzogYW55KSB7XG4gICAgaWYgKGRhdGEpIHtcbiAgICAgIHRoaXMuZGF0YSA9IGRhdGE7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGdldCBoYXNoKCk6IHN0cmluZyB7XG4gICAgaWYgKCF0aGlzLl9oYXNoKSB7XG4gICAgICBjb25zdCBoYXNoT2JqOiBhbnkgPSB7IC4uLnRoaXMuZGF0YSB9O1xuICAgICAgaWYgKGhhc2hPYmouY2hpbGRyZW4pIHtcbiAgICAgICAgZGVsZXRlIGhhc2hPYmouY2hpbGRyZW47XG4gICAgICB9XG4gICAgICB0aGlzLl9oYXNoID0gaGFzaC5zaGExKGhhc2hPYmopO1xuICAgIH1cbiAgICByZXR1cm4gdGhpcy5faGFzaDtcbiAgfVxuXG4gIHB1YmxpYyBlZGl0RGF0YShpdGVtcz86IGFueSk6IHZvaWQge1xuICAgIHRoaXMuZGF0YSA9IGl0ZW1zO1xuICAgIHRoaXMuX2hhc2ggPSBudWxsO1xuICB9XG59XG4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input, } from '@angular/core';
|
|
2
|
-
import { GroupRowComponentBase } from '../../base/group-row-component-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class GroupRowComponent extends GroupRowComponentBase {
|
|
5
|
-
constructor() {
|
|
6
|
-
super();
|
|
7
|
-
}
|
|
8
|
-
ngOnInit() { }
|
|
9
|
-
}
|
|
10
|
-
GroupRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: GroupRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
GroupRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: GroupRowComponent, selector: "teta-group-row", inputs: { row: "row", columns: "columns" }, usesInheritance: true, ngImport: i0, template: "<span>{{row.groupValue[row.level]}} ()</span>\n<!--<span>{{row.groupValue[row.level]}} ({{row.children.length}})</span>-->\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: GroupRowComponent, decorators: [{
|
|
13
|
-
type: Component,
|
|
14
|
-
args: [{ selector: 'teta-group-row', changeDetection: ChangeDetectionStrategy.OnPush, template: "<span>{{row.groupValue[row.level]}} ()</span>\n<!--<span>{{row.groupValue[row.level]}} ({{row.children.length}})</span>-->\n", styles: [""] }]
|
|
15
|
-
}], ctorParameters: function () { return []; }, propDecorators: { row: [{
|
|
16
|
-
type: Input
|
|
17
|
-
}], columns: [{
|
|
18
|
-
type: Input
|
|
19
|
-
}] } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JvdXAtcm93LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvdGFibGUvZGVmYXVsdC9ncm91cC1yb3cvZ3JvdXAtcm93LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnQvdGFibGUvZGVmYXVsdC9ncm91cC1yb3cvZ3JvdXAtcm93LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULEtBQUssR0FFTixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQzs7QUFVNUUsTUFBTSxPQUFPLGlCQUNYLFNBQVEscUJBQXdCO0lBTWhDO1FBQ0UsS0FBSyxFQUFFLENBQUM7SUFDVixDQUFDO0lBRUQsUUFBUSxLQUFVLENBQUM7OzhHQVhSLGlCQUFpQjtrR0FBakIsaUJBQWlCLHlIQ2hCOUIsOEhBRUE7MkZEY2EsaUJBQWlCO2tCQU43QixTQUFTOytCQUNFLGdCQUFnQixtQkFHVCx1QkFBdUIsQ0FBQyxNQUFNOzBFQU10QyxHQUFHO3NCQUFYLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBHcm91cFJvd0NvbXBvbmVudEJhc2UgfSBmcm9tICcuLi8uLi9iYXNlL2dyb3VwLXJvdy1jb21wb25lbnQtYmFzZSc7XG5pbXBvcnQgeyBUYWJsZVJvdyB9IGZyb20gJy4uLy4uL2NvbnRyYWN0L3RhYmxlLXJvdyc7XG5pbXBvcnQgeyBUYWJsZUNvbHVtbiB9IGZyb20gJy4uLy4uL2NvbnRyYWN0L3RhYmxlLWNvbHVtbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3RldGEtZ3JvdXAtcm93JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2dyb3VwLXJvdy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2dyb3VwLXJvdy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgR3JvdXBSb3dDb21wb25lbnQ8VD5cbiAgZXh0ZW5kcyBHcm91cFJvd0NvbXBvbmVudEJhc2U8VD5cbiAgaW1wbGVtZW50cyBPbkluaXRcbntcbiAgQElucHV0KCkgcm93OiBUYWJsZVJvdzxUPjtcbiAgQElucHV0KCkgY29sdW1uczogVGFibGVDb2x1bW5bXTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcigpO1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7fVxufVxuIiwiPHNwYW4+e3tyb3cuZ3JvdXBWYWx1ZVtyb3cubGV2ZWxdfX0gKCk8L3NwYW4+XG48IS0tPHNwYW4+e3tyb3cuZ3JvdXBWYWx1ZVtyb3cubGV2ZWxdfX0gKHt7cm93LmNoaWxkcmVuLmxlbmd0aH19KTwvc3Bhbj4tLT5cbiJdfQ==
|