@tetacom/ng-components 1.0.38 → 1.0.41
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/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 +3 -2
- package/component/filter/boolean-filter/boolean-filter.component.d.ts +1 -1
- package/component/filter/date-filter/date-filter.component.d.ts +1 -1
- package/component/filter/filter-host/filter-host.component.d.ts +1 -1
- package/component/filter/list-filter/list-filter.component.d.ts +1 -1
- package/component/filter/numeric-filter/numeric-filter.component.d.ts +1 -1
- package/component/filter/string-filter/string-filter.component.d.ts +1 -1
- 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 +1 -1
- package/component/table/base/head-cell-component-base.d.ts +1 -1
- package/component/table/cell/cell.component.d.ts +1 -1
- package/component/table/cell-host/cell-host.component.d.ts +1 -1
- package/component/table/contract/head-dropdown-tab.d.ts +13 -0
- package/component/table/contract/public-api.d.ts +1 -0
- package/component/table/contract/table-column.d.ts +7 -3
- package/component/table/default/boolean-cell/boolean-cell.component.d.ts +1 -1
- package/component/table/default/date-cell/date-cell.component.d.ts +1 -1
- package/component/table/default/date-time-cell/date-time-cell.component.d.ts +1 -1
- package/component/table/default/default-head-cell/default-head-cell.component.d.ts +1 -1
- package/component/table/default/group-row/group-row.component.d.ts +1 -1
- package/component/table/default/list-cell/list-cell.component.d.ts +1 -1
- package/component/table/default/numeric-cell/numeric-cell.component.d.ts +1 -1
- package/component/table/default/string-cell/string-cell.component.d.ts +1 -1
- package/component/table/head-cell/head-cell.component.d.ts +8 -4
- package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +5 -43
- package/component/table/head-cell-host/head-cell-host.component.d.ts +1 -1
- package/component/table/selection-cell/selection-cell.component.d.ts +1 -1
- package/component/table/selection-head-cell/selection-head-cell.component.d.ts +1 -1
- package/component/table/table/table.component.d.ts +1 -1
- package/component/table/table-body/table-body.component.d.ts +1 -1
- package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +32 -0
- package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +41 -0
- package/component/table/table-head/table-head.component.d.ts +1 -1
- package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +46 -0
- package/component/table/table-head-group/table-head-group.component.d.ts +1 -1
- package/component/table/table.module.d.ts +23 -20
- 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/public-api.d.ts +1 -0
- package/directive/resize-drag/resize-drag.directive.d.ts +1 -1
- package/directive/scroll-into-view/public-api.d.ts +2 -0
- package/directive/scroll-into-view/scroll-into-view.directive.d.ts +13 -0
- package/directive/scroll-into-view/scroll-into-view.module.d.ts +8 -0
- 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/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 +16 -16
- 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 +13 -13
- 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 +5 -5
- 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 +10 -10
- 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 +13 -9
- package/esm2020/component/file-upload/file-upload.module.mjs +5 -5
- package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +7 -7
- package/esm2020/component/filter/date-filter/date-filter.component.mjs +8 -8
- 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 +7 -7
- package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +7 -7
- package/esm2020/component/filter/string-filter/string-filter.component.mjs +6 -6
- 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 +13 -13
- 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 +3 -3
- package/esm2020/component/table/base/head-cell-component-base.mjs +3 -3
- package/esm2020/component/table/cell/cell.component.mjs +4 -4
- package/esm2020/component/table/cell-host/cell-host.component.mjs +4 -4
- package/esm2020/component/table/contract/head-dropdown-tab.mjs +2 -0
- package/esm2020/component/table/contract/public-api.mjs +2 -1
- package/esm2020/component/table/contract/table-column.mjs +4 -2
- package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +7 -7
- package/esm2020/component/table/default/date-cell/date-cell.component.mjs +7 -7
- package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +7 -7
- package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +7 -7
- package/esm2020/component/table/default/group-row/group-row.component.mjs +4 -4
- package/esm2020/component/table/default/list-cell/list-cell.component.mjs +7 -7
- package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +4 -4
- package/esm2020/component/table/default/string-cell/string-cell.component.mjs +4 -4
- package/esm2020/component/table/head-cell/head-cell.component.mjs +63 -20
- package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +20 -183
- package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +3 -3
- package/esm2020/component/table/selection-cell/selection-cell.component.mjs +7 -7
- package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -5
- package/esm2020/component/table/service/table.service.mjs +14 -5
- package/esm2020/component/table/table/table.component.mjs +15 -8
- package/esm2020/component/table/table-body/table-body.component.mjs +38 -34
- package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +55 -0
- package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +81 -0
- package/esm2020/component/table/table-head/table-head.component.mjs +25 -25
- package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +140 -0
- package/esm2020/component/table/table-head-group/table-head-group.component.mjs +7 -7
- package/esm2020/component/table/table.module.mjs +33 -26
- 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/public-api.mjs +2 -1
- 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/public-api.mjs +3 -0
- package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +40 -0
- package/esm2020/directive/scroll-into-view/scroll-into-view.module.mjs +23 -0
- 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 +1534 -1382
- package/fesm2015/tetacom-ng-components.mjs.map +1 -1
- package/fesm2020/tetacom-ng-components.mjs +1531 -1383
- 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/layout.scss +2 -1
- package/style/presets/color-presets.scss +58 -52
- package/style/table.scss +14 -1
- package/util/forms-util.d.ts +5 -5
|
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.41",
|
|
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
|
}
|
package/style/layout.scss
CHANGED
|
@@ -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/table.scss
CHANGED
|
@@ -122,11 +122,24 @@
|
|
|
122
122
|
width: 8px;
|
|
123
123
|
background: transparent;
|
|
124
124
|
z-index: 10;
|
|
125
|
+
display: none;
|
|
126
|
+
padding: 0 4px;
|
|
127
|
+
|
|
128
|
+
&_drag {
|
|
129
|
+
background: getColorVar('white', '50');
|
|
130
|
+
width: 1px;
|
|
131
|
+
height: 100%;
|
|
132
|
+
}
|
|
125
133
|
|
|
126
134
|
&:hover {
|
|
127
|
-
|
|
135
|
+
cursor: col-resize;
|
|
128
136
|
}
|
|
129
137
|
}
|
|
138
|
+
|
|
139
|
+
&:hover &__resize {
|
|
140
|
+
display: block;
|
|
141
|
+
}
|
|
142
|
+
|
|
130
143
|
}
|
|
131
144
|
|
|
132
145
|
&__dropdown {
|
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
|
}
|