@tetacom/ng-components 1.1.2 → 1.1.3
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/color-icons.svg +374 -697
- package/assets/file-icons.svg +0 -1
- package/assets/icons.svg +205 -138
- package/common/contract/auto-close-ignore-case.d.ts +1 -1
- package/common/contract/constructor-type.d.ts +1 -1
- package/common/model/public-api.d.ts +1 -0
- package/common/model/view-type.model.d.ts +1 -0
- package/common/public-api.d.ts +1 -0
- 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 +4 -1
- package/component/autocomplete/autocomplete/autocomplete.component.d.ts +1 -1
- package/component/avatar/avatar/avatar.component.d.ts +17 -0
- package/component/avatar/avatar.module.d.ts +9 -0
- package/component/avatar/model/avatar-color.enum.d.ts +20 -0
- package/component/avatar/public-api.d.ts +2 -0
- package/component/button/button/button.component.d.ts +5 -2
- package/component/chart-3d/chart3d/chart3d.component.d.ts +1 -1
- package/component/checkbox/checkbox/checkbox.component.d.ts +2 -1
- package/component/date-picker/base-calendar.d.ts +49 -0
- package/component/date-picker/base-picker.d.ts +60 -0
- package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +20 -0
- package/component/date-picker/date-picker/date-picker.component.d.ts +38 -68
- package/component/date-picker/date-picker.module.d.ts +19 -16
- package/component/date-picker/date-range/date-range.component.d.ts +46 -0
- package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +39 -0
- package/component/date-picker/day-picker/day-item/day-item.component.d.ts +9 -0
- package/component/date-picker/day-picker/day-picker.component.d.ts +30 -0
- package/component/date-picker/model/from-to.model.d.ts +4 -0
- package/component/date-picker/model/min-max-date.model.d.ts +4 -0
- package/component/date-picker/model/public-api.d.ts +5 -0
- package/component/date-picker/month-picker/month-picker.component.d.ts +16 -50
- package/component/date-picker/public-api.d.ts +6 -5
- package/component/date-picker/year-picker/scroll-to-selected-year.directive.d.ts +11 -0
- package/component/date-picker/year-picker/year-picker.component.d.ts +24 -0
- package/component/delimiter/delimiter/delimiter.component.d.ts +1 -1
- package/component/divider/divider/divider.component.d.ts +10 -0
- package/component/divider/divider.module.d.ts +8 -0
- package/component/divider/public-api.d.ts +2 -0
- package/component/dropdown/dropdown/dropdown.component.d.ts +1 -1
- package/component/dropdown/dropdown-base.d.ts +3 -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-card/expand-item/expand-item.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-base.d.ts +2 -2
- package/component/filter/base/filter-component-base.d.ts +1 -1
- package/component/filter/boolean-filter/boolean-filter.component.d.ts +2 -2
- package/component/filter/contarct/boolean-filter.d.ts +1 -2
- package/component/filter/contarct/date-filter.d.ts +1 -2
- package/component/filter/contarct/i-filter.d.ts +2 -2
- package/component/filter/contarct/list-filter.d.ts +1 -2
- package/component/filter/contarct/numeric-filter.d.ts +1 -2
- package/component/filter/contarct/string-filter.d.ts +1 -2
- package/component/filter/date-filter/date-filter.component.d.ts +3 -2
- package/component/filter/filter-host/filter-host.component.d.ts +2 -2
- package/component/filter/list-filter/list-filter.component.d.ts +2 -2
- package/component/filter/numeric-filter/numeric-filter.component.d.ts +3 -2
- package/component/filter/string-filter/string-filter.component.d.ts +2 -2
- package/component/icon/icon/icon.component.d.ts +1 -1
- package/component/icon/icon-file/icon-file.component.d.ts +9 -3
- package/component/icon/icon-file/icon-file.module.d.ts +9 -0
- package/component/icon/icon-sprite.directive.d.ts +1 -1
- package/component/icon/icon.module.d.ts +4 -5
- package/component/icon/public-api.d.ts +1 -0
- package/component/input/color-input/color-input.component.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 +3 -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/message/model/message.d.ts +3 -0
- 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/property-grid/property-grid-group/property-grid-group.component.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-item-description.directive.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid.component.d.ts +1 -1
- package/component/public-api.d.ts +2 -0
- 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 +4 -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 +4 -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/table-column.d.ts +0 -2
- package/component/table/default/boolean-cell/boolean-cell.component.d.ts +1 -4
- package/component/table/default/date-cell/date-cell.component.d.ts +1 -4
- package/component/table/default/date-time-cell/date-time-cell.component.d.ts +1 -4
- package/component/table/default/default-head-cell/default-head-cell.component.d.ts +1 -1
- package/component/table/default/list-cell/list-cell.component.d.ts +1 -5
- package/component/table/default/numeric-cell/numeric-cell.component.d.ts +1 -4
- package/component/table/default/string-cell/string-cell.component.d.ts +1 -4
- package/component/table/head-cell/head-cell.component.d.ts +1 -1
- package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +1 -1
- 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 +1 -1
- package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +1 -1
- 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 +1 -1
- package/component/table/table-head-group/table-head-group.component.d.ts +1 -1
- 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/auto-position/auto-position.directive.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-drop/model/drop-target.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 +3 -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/scrollable/scrollable/scrollable.component.d.ts +1 -1
- package/directive/scrollable/scrollable.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/esm2022/common/contract/teta-content-ref.mjs +11 -0
- package/esm2022/common/model/public-api.mjs +2 -0
- package/esm2022/common/model/view-type.model.mjs +2 -0
- package/esm2022/common/public-api.mjs +6 -0
- package/esm2022/common/service/click.service.mjs +26 -0
- package/esm2022/common/service/dynamic-component.service.mjs +97 -0
- package/esm2022/common/service/overlay-container.service.mjs +43 -0
- package/esm2022/component/accordion/accordion/accordion.component.mjs +19 -0
- package/esm2022/component/accordion/accordion-content.directive.mjs +17 -0
- package/esm2022/component/accordion/accordion-head/accordion-head.component.mjs +54 -0
- package/esm2022/component/accordion/accordion-item/accordion-item.component.mjs +58 -0
- package/{esm2020 → esm2022}/component/accordion/accordion.module.mjs +7 -7
- package/{esm2020 → esm2022}/component/autocomplete/autocomplete/autocomplete.component.mjs +4 -4
- package/{esm2020 → esm2022}/component/autocomplete/autocomplete.module.mjs +5 -5
- package/esm2022/component/avatar/avatar/avatar.component.mjs +60 -0
- package/esm2022/component/avatar/avatar.module.mjs +28 -0
- package/esm2022/component/avatar/model/avatar-color.enum.mjs +22 -0
- package/esm2022/component/avatar/public-api.mjs +3 -0
- package/esm2022/component/button/button/button.component.mjs +57 -0
- package/{esm2020 → esm2022}/component/button/button.module.mjs +5 -5
- package/{esm2020 → esm2022}/component/chart-3d/chart-3d.module.mjs +5 -5
- package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +255 -0
- package/esm2022/component/chart-3d/model/chart-3d-options.mjs +9 -0
- package/esm2022/component/chart-3d/model/series-3d.mjs +9 -0
- package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +154 -0
- package/{esm2020 → esm2022}/component/checkbox/checkbox.module.mjs +7 -7
- package/esm2022/component/date-picker/base-calendar.mjs +100 -0
- package/esm2022/component/date-picker/base-picker.mjs +107 -0
- package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +56 -0
- package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +206 -0
- package/esm2022/component/date-picker/date-picker.module.mjs +65 -0
- package/esm2022/component/date-picker/date-range/date-range.component.mjs +218 -0
- package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +119 -0
- package/esm2022/component/date-picker/day-picker/day-item/day-item.component.mjs +16 -0
- package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +120 -0
- package/esm2022/component/date-picker/model/date-period.mjs +9 -0
- package/esm2022/component/date-picker/model/day-model.mjs +19 -0
- package/esm2022/component/date-picker/model/from-to.model.mjs +2 -0
- package/esm2022/component/date-picker/model/min-max-date.model.mjs +2 -0
- package/esm2022/component/date-picker/model/public-api.mjs +6 -0
- package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +53 -0
- package/esm2022/component/date-picker/public-api.mjs +7 -0
- package/esm2022/component/date-picker/year-picker/scroll-to-selected-year.directive.mjs +27 -0
- package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +53 -0
- package/esm2022/component/delimiter/delimiter/delimiter.component.mjs +63 -0
- package/{esm2020 → esm2022}/component/delimiter/delimiter.module.mjs +5 -5
- package/esm2022/component/divider/divider/divider.component.mjs +20 -0
- package/esm2022/component/divider/divider.module.mjs +20 -0
- package/esm2022/component/divider/public-api.mjs +3 -0
- package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +36 -0
- package/esm2022/component/dropdown/dropdown-base.mjs +238 -0
- package/esm2022/component/dropdown/dropdown-content.directive.mjs +19 -0
- package/esm2022/component/dropdown/dropdown-head.directive.mjs +19 -0
- package/esm2022/component/dropdown/dropdown.directive.mjs +43 -0
- package/{esm2020 → esm2022}/component/dropdown/dropdown.module.mjs +11 -11
- package/{esm2020 → esm2022}/component/dynamic-component/dynamic-component.module.mjs +5 -5
- package/esm2022/component/dynamic-component/popup-content/popup-content.component.mjs +59 -0
- package/{esm2020 → esm2022}/component/expand-card/expand-card/expand-card.component.mjs +8 -8
- package/{esm2020 → esm2022}/component/expand-card/expand-card.module.mjs +15 -15
- package/{esm2020 → esm2022}/component/expand-card/expand-item/expand-item.component.mjs +6 -6
- package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +68 -0
- package/esm2022/component/expand-panel/expand-panel-content.directive.mjs +17 -0
- package/esm2022/component/expand-panel/expand-panel-head.directive.mjs +17 -0
- package/{esm2020 → esm2022}/component/expand-panel/expand-panel.module.mjs +17 -17
- package/{esm2020 → esm2022}/component/file-upload/file-item/file-item.component.mjs +4 -4
- package/esm2022/component/file-upload/file-upload-area/file-upload-area.component.mjs +87 -0
- package/{esm2020 → esm2022}/component/file-upload/file-upload.module.mjs +5 -5
- package/esm2022/component/filter/base/filter-base.mjs +13 -0
- package/{esm2020 → esm2022}/component/filter/base/filter-component-base.mjs +1 -1
- package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +67 -0
- package/esm2022/component/filter/contarct/boolean-filter.mjs +8 -0
- package/esm2022/component/filter/contarct/date-filter-value.mjs +17 -0
- package/esm2022/component/filter/contarct/date-filter.mjs +11 -0
- package/esm2022/component/filter/contarct/filter-item.mjs +78 -0
- package/esm2022/component/filter/contarct/filter-state.mjs +145 -0
- package/{esm2020 → esm2022}/component/filter/contarct/i-filter.mjs +1 -1
- package/esm2022/component/filter/contarct/list-filter.mjs +13 -0
- package/esm2022/component/filter/contarct/numeric-filter-value.mjs +22 -0
- package/esm2022/component/filter/contarct/numeric-filter.mjs +10 -0
- package/esm2022/component/filter/contarct/sort-param.mjs +26 -0
- package/esm2022/component/filter/contarct/string-filter.mjs +13 -0
- package/esm2022/component/filter/date-filter/date-filter.component.mjs +67 -0
- package/esm2022/component/filter/filter-host/filter-host.component.mjs +85 -0
- package/{esm2020 → esm2022}/component/filter/filter.module.mjs +31 -31
- package/esm2022/component/filter/list-filter/list-filter.component.mjs +103 -0
- package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +67 -0
- package/esm2022/component/filter/string-filter/string-filter.component.mjs +68 -0
- package/esm2022/component/icon/icon/icon.component.mjs +39 -0
- package/esm2022/component/icon/icon-file/icon-file.component.mjs +30 -0
- package/esm2022/component/icon/icon-file/icon-file.module.mjs +28 -0
- package/esm2022/component/icon/icon-sprite.directive.mjs +34 -0
- package/esm2022/component/icon/icon.module.mjs +33 -0
- package/esm2022/component/icon/icon.service.mjs +64 -0
- package/{esm2020 → esm2022}/component/icon/public-api.mjs +2 -1
- package/esm2022/component/input/color-input/color-input.component.mjs +75 -0
- package/{esm2020 → esm2022}/component/input/form-group-title/form-group-title.component.mjs +6 -7
- package/esm2022/component/input/input/input.component.mjs +41 -0
- package/esm2022/component/input/input.module.mjs +26 -0
- package/esm2022/component/input/text-field/text-field.component.mjs +102 -0
- package/esm2022/component/message/message/message.component.mjs +79 -0
- package/esm2022/component/message/message-host/message-host.component.mjs +91 -0
- package/{esm2020 → esm2022}/component/message/message.module.mjs +9 -9
- package/esm2022/component/message/message.service.mjs +37 -0
- package/esm2022/component/message/model/message.mjs +29 -0
- package/esm2022/component/modal/dialog/dialog.component.mjs +51 -0
- package/esm2022/component/modal/dialog.service.mjs +40 -0
- package/esm2022/component/modal/modal-container/modal-container.component.mjs +86 -0
- package/esm2022/component/modal/modal.module.mjs +50 -0
- package/esm2022/component/modal/modal.service.mjs +125 -0
- package/{esm2020 → esm2022}/component/modal/model/current-modal.mjs +2 -1
- package/esm2022/component/modal/model/modal-instance.mjs +37 -0
- package/esm2022/component/pager/model/pager-state.mjs +70 -0
- package/{esm2020 → esm2022}/component/pager/pager/pager.component.mjs +4 -4
- package/{esm2020 → esm2022}/component/pager/pager.module.mjs +7 -7
- package/esm2022/component/panel/panel/panel.component.mjs +50 -0
- package/{esm2020 → esm2022}/component/panel/panel.module.mjs +5 -5
- package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +139 -0
- package/{esm2020 → esm2022}/component/progress-bar/progress-bar.module.mjs +5 -5
- package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +45 -0
- package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +141 -0
- package/esm2022/component/property-grid/property-grid/property-grid-item-description.directive.mjs +21 -0
- package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +105 -0
- package/esm2022/component/property-grid/property-grid.module.mjs +87 -0
- package/esm2022/component/public-api.mjs +68 -0
- package/esm2022/component/radio/radio/radio.component.mjs +250 -0
- package/esm2022/component/radio/radio-button/radio-button.component.mjs +69 -0
- package/{esm2020 → esm2022}/component/radio/radio.module.mjs +5 -5
- package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +176 -0
- package/{esm2020 → esm2022}/component/resize-panel/resize-panel.module.mjs +5 -5
- package/esm2022/component/select/select/select.component.mjs +284 -0
- package/esm2022/component/select/select-option.directive.mjs +17 -0
- package/esm2022/component/select/select-value.directive.mjs +17 -0
- package/{esm2020 → esm2022}/component/select/select.module.mjs +21 -21
- package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +56 -0
- package/{esm2020 → esm2022}/component/sidebar/sidebar.module.mjs +9 -9
- package/esm2022/component/switch/switch/switch.component.mjs +67 -0
- package/esm2022/component/switch/switch-button/switch-button.component.mjs +52 -0
- package/{esm2020 → esm2022}/component/switch/switch.module.mjs +5 -5
- package/esm2022/component/switch/switch.service.mjs +22 -0
- package/esm2022/component/table/base/cell-component-base.mjs +108 -0
- package/{esm2020 → esm2022}/component/table/base/head-cell-component-base.mjs +4 -4
- package/esm2022/component/table/cell/cell.component.mjs +38 -0
- package/esm2022/component/table/cell-host/cell-host.component.mjs +56 -0
- package/esm2022/component/table/contract/column-reorder-event.mjs +9 -0
- package/esm2022/component/table/contract/column-resize-event.mjs +9 -0
- package/esm2022/component/table/contract/sort-event.mjs +9 -0
- package/esm2022/component/table/contract/table-column-store.mjs +17 -0
- package/esm2022/component/table/contract/table-column.mjs +112 -0
- package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +44 -0
- package/esm2022/component/table/default/date-cell/date-cell.component.mjs +46 -0
- package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +45 -0
- package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +51 -0
- package/esm2022/component/table/default/list-cell/list-cell.component.mjs +71 -0
- package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +53 -0
- package/esm2022/component/table/default/string-cell/string-cell.component.mjs +53 -0
- package/esm2022/component/table/head-cell/head-cell.component.mjs +207 -0
- package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +59 -0
- package/esm2022/component/table/head-cell-host/head-cell-host.component.mjs +66 -0
- package/esm2022/component/table/selection-cell/selection-cell.component.mjs +49 -0
- package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +47 -0
- package/esm2022/component/table/service/table.service.mjs +672 -0
- package/esm2022/component/table/table/table.component.mjs +491 -0
- package/esm2022/component/table/table-body/table-body.component.mjs +224 -0
- package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +66 -0
- package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +97 -0
- package/esm2022/component/table/table-head/table-head.component.mjs +85 -0
- package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +153 -0
- package/esm2022/component/table/table-head-group/table-head-group.component.mjs +82 -0
- package/{esm2020 → esm2022}/component/table/table.module.mjs +74 -74
- package/esm2022/component/tabs/tab/tab.component.mjs +46 -0
- package/esm2022/component/tabs/tab-content.directive.mjs +17 -0
- package/esm2022/component/tabs/tab-title.directive.mjs +17 -0
- package/esm2022/component/tabs/tabs/tabs.component.mjs +74 -0
- package/{esm2020 → esm2022}/component/tabs/tabs.module.mjs +11 -11
- package/esm2022/component/theme-switch/theme-switch/theme-switch.component.mjs +30 -0
- package/{esm2020 → esm2022}/component/theme-switch/theme-switch.module.mjs +9 -9
- package/esm2022/component/theme-switch/theme-switch.service.mjs +36 -0
- package/esm2022/component/toggle/toggle/toggle.component.mjs +89 -0
- package/{esm2020 → esm2022}/component/toggle/toggle.module.mjs +5 -5
- package/esm2022/component/toolbar/toolbar/toolbar.component.mjs +28 -0
- package/{esm2020 → esm2022}/component/toolbar/toolbar.module.mjs +5 -5
- package/esm2022/component/tree/tree/tree.component.mjs +150 -0
- package/esm2022/component/tree/tree-item/tree-item.component.mjs +90 -0
- package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +32 -0
- package/{esm2020 → esm2022}/component/tree/tree.module.mjs +5 -5
- package/esm2022/component/tree/tree.service.mjs +42 -0
- package/esm2022/directive/auto-position/auto-position.directive.mjs +72 -0
- package/{esm2020 → esm2022}/directive/auto-position/auto-position.module.mjs +5 -5
- package/esm2022/directive/click-outside/click-outside.directive.mjs +67 -0
- package/{esm2020 → esm2022}/directive/click-outside/click-outside.module.mjs +5 -5
- package/esm2022/directive/context-menu/context-menu.directive.mjs +132 -0
- package/{esm2020 → esm2022}/directive/context-menu/context-menu.module.mjs +7 -7
- package/esm2022/directive/disable-control/disable-control.directive.mjs +30 -0
- package/{esm2020 → esm2022}/directive/disable-control/disable-control.module.mjs +5 -5
- package/esm2022/directive/drag-drop/drag-container.directive.mjs +101 -0
- package/{esm2020 → esm2022}/directive/drag-drop/drag-drop.module.mjs +11 -11
- package/esm2022/directive/drag-drop/drag-drop.service.mjs +152 -0
- package/{esm2020 → esm2022}/directive/drag-drop/drag-placeholder.directive.mjs +4 -4
- package/esm2022/directive/drag-drop/drag-preview.directive.mjs +17 -0
- package/esm2022/directive/drag-drop/drag.directive.mjs +143 -0
- package/esm2022/directive/drag-drop/model/drag-container-instance.mjs +11 -0
- package/esm2022/directive/drag-drop/model/drag-instance.mjs +9 -0
- package/esm2022/directive/drag-sort/drag-sort-container.directive.mjs +68 -0
- package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +121 -0
- package/{esm2020 → esm2022}/directive/drag-sort/drag-sort.module.mjs +5 -5
- package/esm2022/directive/dynamic-content-base.directive.mjs +91 -0
- package/esm2022/directive/highlight/highlight.directive.mjs +73 -0
- package/{esm2020 → esm2022}/directive/highlight/highlight.module.mjs +5 -5
- package/esm2022/directive/hint/hint.directive.mjs +118 -0
- package/{esm2020 → esm2022}/directive/hint/hint.module.mjs +7 -7
- package/esm2022/directive/let/let.directive.mjs +40 -0
- package/{esm2020 → esm2022}/directive/let/let.module.mjs +5 -5
- package/esm2022/directive/loader/loader.directive.mjs +93 -0
- package/{esm2020 → esm2022}/directive/loader/loader.module.mjs +5 -5
- package/esm2022/directive/no-autofill/no-autofill.directive.mjs +32 -0
- package/{esm2020 → esm2022}/directive/no-autofill/no-autofill.module.mjs +5 -5
- package/esm2022/directive/only-number/only-number.directive.mjs +200 -0
- package/{esm2020 → esm2022}/directive/only-number/only-number.module.mjs +5 -5
- package/esm2022/directive/resize-drag/resize-drag.directive.mjs +73 -0
- package/{esm2020 → esm2022}/directive/resize-drag/resize-drag.module.mjs +5 -5
- package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +43 -0
- package/{esm2020 → esm2022}/directive/scroll-into-view/scroll-into-view.module.mjs +5 -5
- package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +107 -0
- package/esm2022/directive/scrollable/scrollable.directive.mjs +17 -0
- package/{esm2020 → esm2022}/directive/scrollable/scrollable.module.mjs +9 -9
- package/esm2022/directive/teta-template/teta-template.directive.mjs +24 -0
- package/{esm2020 → esm2022}/directive/teta-template/teta-template.module.mjs +5 -5
- package/esm2022/directive/tooltip/tooltip.directive.mjs +88 -0
- package/{esm2020 → esm2022}/directive/tooltip/tooltip.module.mjs +5 -5
- package/esm2022/locale/en.mjs +62 -0
- package/esm2022/locale/ru.mjs +62 -0
- package/esm2022/locale/teta-config.service.mjs +28 -0
- package/{esm2020 → esm2022}/locale/teta-localisation.mjs +1 -1
- package/{esm2020 → esm2022}/pipe/date-pipe/teta-date-pipe.module.mjs +5 -5
- package/esm2022/pipe/date-pipe/teta-date.pipe.mjs +35 -0
- package/{esm2020 → esm2022}/pipe/number-pipe/number-pipe.module.mjs +5 -5
- package/{esm2020 → esm2022}/pipe/number-pipe/number.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/util/forms-util.mjs +9 -9
- package/{fesm2020 → fesm2022}/tetacom-ng-components.mjs +7287 -6542
- package/fesm2022/tetacom-ng-components.mjs.map +1 -0
- package/locale/teta-localisation.d.ts +2 -0
- package/package.json +13 -14
- package/style/accordion.scss +28 -6
- package/style/assembly-library.scss +4 -1
- package/style/assembly-presets.scss +0 -1
- package/style/badge.scss +28 -0
- package/style/border.scss +2 -1
- package/style/bottombar.scss +5 -0
- package/style/button.scss +16 -13
- package/style/checkbox.scss +26 -13
- package/style/chips.scss +10 -10
- package/style/color.scss +1 -36
- package/style/datepicker.scss +139 -24
- package/style/divider.scss +15 -0
- package/style/drag.scss +1 -1
- package/style/dropdown.scss +6 -4
- package/style/hint.scss +5 -5
- package/style/icon.scss +2 -1
- package/style/input.scss +32 -23
- package/style/layout.scss +6 -2
- package/style/list.scss +11 -8
- package/style/loader.scss +2 -2
- package/style/message.scss +15 -7
- package/style/modal.scss +3 -2
- package/style/navigation.scss +4 -1
- package/style/presets/color-presets.scss +8 -160
- package/style/presets/font-presets.scss +26 -25
- package/style/presets/view-types.scss +17 -0
- package/style/progress.scss +3 -3
- package/style/radio.scss +21 -7
- package/style/reset.scss +1 -0
- package/style/resize-panel.scss +2 -2
- package/style/scroll.scss +3 -3
- package/style/select.scss +26 -21
- package/style/shadow.scss +0 -20
- package/style/sidebar.scss +1 -1
- package/style/skeleton.scss +1 -1
- package/style/switch.scss +15 -10
- package/style/table.scss +15 -15
- package/style/tabs.scss +11 -11
- package/style/tag.scss +37 -0
- package/style/toggle.scss +20 -18
- package/style/toolbar.scss +1 -1
- package/style/tooltip.scss +8 -6
- package/style/tree.scss +4 -4
- package/util/export-dom-image.d.ts +1 -1
- package/component/date-picker/day-select/day-select.component.d.ts +0 -51
- package/component/date-picker/month-select/month-select.component.d.ts +0 -40
- package/component/date-picker/service/picker-touch.service.d.ts +0 -12
- package/component/date-picker/time-part-control/time-part-control.component.d.ts +0 -26
- package/component/date-picker/util/date-picker-util.d.ts +0 -15
- package/component/date-picker/year-select/year-select.component.d.ts +0 -45
- package/esm2020/common/contract/teta-content-ref.mjs +0 -8
- package/esm2020/common/public-api.mjs +0 -5
- package/esm2020/common/service/click.service.mjs +0 -23
- package/esm2020/common/service/dynamic-component.service.mjs +0 -93
- package/esm2020/common/service/overlay-container.service.mjs +0 -41
- package/esm2020/component/accordion/accordion/accordion.component.mjs +0 -18
- package/esm2020/component/accordion/accordion-content.directive.mjs +0 -16
- package/esm2020/component/accordion/accordion-head/accordion-head.component.mjs +0 -52
- package/esm2020/component/accordion/accordion-item/accordion-item.component.mjs +0 -43
- package/esm2020/component/button/button/button.component.mjs +0 -40
- package/esm2020/component/chart-3d/chart3d/chart3d.component.mjs +0 -244
- package/esm2020/component/chart-3d/model/chart-3d-options.mjs +0 -7
- package/esm2020/component/chart-3d/model/series-3d.mjs +0 -7
- package/esm2020/component/checkbox/checkbox/checkbox.component.mjs +0 -134
- package/esm2020/component/date-picker/date-picker/date-picker.component.mjs +0 -289
- package/esm2020/component/date-picker/date-picker.module.mjs +0 -69
- package/esm2020/component/date-picker/day-select/day-select.component.mjs +0 -184
- package/esm2020/component/date-picker/model/date-period.mjs +0 -7
- package/esm2020/component/date-picker/model/day-model.mjs +0 -13
- package/esm2020/component/date-picker/month-picker/month-picker.component.mjs +0 -253
- package/esm2020/component/date-picker/month-select/month-select.component.mjs +0 -148
- package/esm2020/component/date-picker/public-api.mjs +0 -6
- package/esm2020/component/date-picker/service/picker-touch.service.mjs +0 -34
- package/esm2020/component/date-picker/time-part-control/time-part-control.component.mjs +0 -73
- package/esm2020/component/date-picker/util/date-picker-util.mjs +0 -142
- package/esm2020/component/date-picker/year-select/year-select.component.mjs +0 -189
- package/esm2020/component/delimiter/delimiter/delimiter.component.mjs +0 -63
- package/esm2020/component/dropdown/dropdown/dropdown.component.mjs +0 -30
- package/esm2020/component/dropdown/dropdown-base.mjs +0 -225
- package/esm2020/component/dropdown/dropdown-content.directive.mjs +0 -17
- package/esm2020/component/dropdown/dropdown-head.directive.mjs +0 -18
- package/esm2020/component/dropdown/dropdown.directive.mjs +0 -38
- package/esm2020/component/dynamic-component/popup-content/popup-content.component.mjs +0 -59
- package/esm2020/component/expand-panel/expand-panel/expand-panel.component.mjs +0 -65
- package/esm2020/component/expand-panel/expand-panel-content.directive.mjs +0 -16
- package/esm2020/component/expand-panel/expand-panel-head.directive.mjs +0 -16
- package/esm2020/component/file-upload/file-upload-area/file-upload-area.component.mjs +0 -82
- package/esm2020/component/filter/base/filter-base.mjs +0 -10
- package/esm2020/component/filter/boolean-filter/boolean-filter.component.mjs +0 -60
- package/esm2020/component/filter/contarct/boolean-filter.mjs +0 -10
- package/esm2020/component/filter/contarct/date-filter-value.mjs +0 -9
- package/esm2020/component/filter/contarct/date-filter.mjs +0 -11
- package/esm2020/component/filter/contarct/filter-item.mjs +0 -34
- package/esm2020/component/filter/contarct/filter-state.mjs +0 -145
- package/esm2020/component/filter/contarct/list-filter.mjs +0 -12
- package/esm2020/component/filter/contarct/numeric-filter-value.mjs +0 -10
- package/esm2020/component/filter/contarct/numeric-filter.mjs +0 -11
- package/esm2020/component/filter/contarct/sort-param.mjs +0 -14
- package/esm2020/component/filter/contarct/string-filter.mjs +0 -12
- package/esm2020/component/filter/date-filter/date-filter.component.mjs +0 -60
- package/esm2020/component/filter/filter-host/filter-host.component.mjs +0 -78
- package/esm2020/component/filter/list-filter/list-filter.component.mjs +0 -95
- package/esm2020/component/filter/numeric-filter/numeric-filter.component.mjs +0 -60
- package/esm2020/component/filter/string-filter/string-filter.component.mjs +0 -61
- package/esm2020/component/icon/icon/icon.component.mjs +0 -37
- package/esm2020/component/icon/icon-file/icon-file.component.mjs +0 -14
- package/esm2020/component/icon/icon-sprite.directive.mjs +0 -32
- package/esm2020/component/icon/icon.module.mjs +0 -38
- package/esm2020/component/icon/icon.service.mjs +0 -59
- package/esm2020/component/input/color-input/color-input.component.mjs +0 -73
- package/esm2020/component/input/input/input.component.mjs +0 -36
- package/esm2020/component/input/input.module.mjs +0 -26
- package/esm2020/component/input/text-field/text-field.component.mjs +0 -96
- package/esm2020/component/message/message/message.component.mjs +0 -74
- package/esm2020/component/message/message-host/message-host.component.mjs +0 -88
- package/esm2020/component/message/message.service.mjs +0 -35
- package/esm2020/component/message/model/message.mjs +0 -21
- package/esm2020/component/modal/dialog/dialog.component.mjs +0 -44
- package/esm2020/component/modal/dialog.service.mjs +0 -39
- package/esm2020/component/modal/modal-container/modal-container.component.mjs +0 -84
- package/esm2020/component/modal/modal.module.mjs +0 -50
- package/esm2020/component/modal/modal.service.mjs +0 -121
- package/esm2020/component/modal/model/modal-instance.mjs +0 -34
- package/esm2020/component/pager/model/pager-state.mjs +0 -50
- package/esm2020/component/panel/panel/panel.component.mjs +0 -51
- package/esm2020/component/progress-bar/progress-bar/progress-bar.component.mjs +0 -131
- package/esm2020/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +0 -38
- package/esm2020/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +0 -130
- package/esm2020/component/property-grid/property-grid/property-grid-item-description.directive.mjs +0 -19
- package/esm2020/component/property-grid/property-grid/property-grid.component.mjs +0 -97
- package/esm2020/component/property-grid/property-grid.module.mjs +0 -87
- package/esm2020/component/public-api.mjs +0 -65
- package/esm2020/component/radio/radio/radio.component.mjs +0 -245
- package/esm2020/component/radio/radio-button/radio-button.component.mjs +0 -63
- package/esm2020/component/resize-panel/resize-panel/resize-panel.component.mjs +0 -168
- package/esm2020/component/select/select/select.component.mjs +0 -260
- package/esm2020/component/select/select-option.directive.mjs +0 -16
- package/esm2020/component/select/select-value.directive.mjs +0 -16
- package/esm2020/component/sidebar/sidebar/sidebar.component.mjs +0 -54
- package/esm2020/component/switch/switch/switch.component.mjs +0 -52
- package/esm2020/component/switch/switch-button/switch-button.component.mjs +0 -47
- package/esm2020/component/switch/switch.service.mjs +0 -21
- package/esm2020/component/table/base/cell-component-base.mjs +0 -97
- package/esm2020/component/table/cell/cell.component.mjs +0 -33
- package/esm2020/component/table/cell-host/cell-host.component.mjs +0 -50
- package/esm2020/component/table/contract/column-reorder-event.mjs +0 -7
- package/esm2020/component/table/contract/column-resize-event.mjs +0 -7
- package/esm2020/component/table/contract/sort-event.mjs +0 -7
- package/esm2020/component/table/contract/table-column-store.mjs +0 -12
- package/esm2020/component/table/contract/table-column.mjs +0 -38
- package/esm2020/component/table/default/boolean-cell/boolean-cell.component.mjs +0 -45
- package/esm2020/component/table/default/date-cell/date-cell.component.mjs +0 -47
- package/esm2020/component/table/default/date-time-cell/date-time-cell.component.mjs +0 -46
- package/esm2020/component/table/default/default-head-cell/default-head-cell.component.mjs +0 -47
- package/esm2020/component/table/default/list-cell/list-cell.component.mjs +0 -76
- package/esm2020/component/table/default/numeric-cell/numeric-cell.component.mjs +0 -55
- package/esm2020/component/table/default/string-cell/string-cell.component.mjs +0 -54
- package/esm2020/component/table/head-cell/head-cell.component.mjs +0 -189
- package/esm2020/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +0 -50
- package/esm2020/component/table/head-cell-host/head-cell-host.component.mjs +0 -60
- package/esm2020/component/table/selection-cell/selection-cell.component.mjs +0 -46
- package/esm2020/component/table/selection-head-cell/selection-head-cell.component.mjs +0 -45
- package/esm2020/component/table/service/table.service.mjs +0 -648
- package/esm2020/component/table/table/table.component.mjs +0 -472
- package/esm2020/component/table/table-body/table-body.component.mjs +0 -203
- package/esm2020/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +0 -55
- package/esm2020/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +0 -86
- package/esm2020/component/table/table-head/table-head.component.mjs +0 -77
- package/esm2020/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +0 -141
- package/esm2020/component/table/table-head-group/table-head-group.component.mjs +0 -76
- package/esm2020/component/tabs/tab/tab.component.mjs +0 -42
- package/esm2020/component/tabs/tab-content.directive.mjs +0 -16
- package/esm2020/component/tabs/tab-title.directive.mjs +0 -16
- package/esm2020/component/tabs/tabs/tabs.component.mjs +0 -70
- package/esm2020/component/theme-switch/theme-switch/theme-switch.component.mjs +0 -28
- package/esm2020/component/theme-switch/theme-switch.service.mjs +0 -34
- package/esm2020/component/toggle/toggle/toggle.component.mjs +0 -79
- package/esm2020/component/toolbar/toolbar/toolbar.component.mjs +0 -26
- package/esm2020/component/tree/tree/tree.component.mjs +0 -138
- package/esm2020/component/tree/tree-item/tree-item.component.mjs +0 -85
- package/esm2020/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +0 -28
- package/esm2020/component/tree/tree.service.mjs +0 -40
- package/esm2020/directive/auto-position/auto-position.directive.mjs +0 -69
- package/esm2020/directive/click-outside/click-outside.directive.mjs +0 -65
- package/esm2020/directive/context-menu/context-menu.directive.mjs +0 -120
- package/esm2020/directive/disable-control/disable-control.directive.mjs +0 -29
- package/esm2020/directive/drag-drop/drag-container.directive.mjs +0 -92
- package/esm2020/directive/drag-drop/drag-drop.service.mjs +0 -142
- package/esm2020/directive/drag-drop/drag-preview.directive.mjs +0 -16
- package/esm2020/directive/drag-drop/drag.directive.mjs +0 -135
- package/esm2020/directive/drag-drop/model/drag-container-instance.mjs +0 -8
- package/esm2020/directive/drag-drop/model/drag-instance.mjs +0 -7
- package/esm2020/directive/drag-sort/drag-sort-container.directive.mjs +0 -64
- package/esm2020/directive/drag-sort/drag-sort-item.directive.mjs +0 -115
- package/esm2020/directive/dynamic-content-base.directive.mjs +0 -80
- package/esm2020/directive/highlight/highlight.directive.mjs +0 -72
- package/esm2020/directive/hint/hint.directive.mjs +0 -103
- package/esm2020/directive/let/let.directive.mjs +0 -38
- package/esm2020/directive/loader/loader.directive.mjs +0 -85
- package/esm2020/directive/no-autofill/no-autofill.directive.mjs +0 -30
- package/esm2020/directive/only-number/only-number.directive.mjs +0 -198
- package/esm2020/directive/resize-drag/resize-drag.directive.mjs +0 -71
- package/esm2020/directive/scroll-into-view/scroll-into-view.directive.mjs +0 -40
- package/esm2020/directive/scrollable/scrollable/scrollable.component.mjs +0 -96
- package/esm2020/directive/scrollable/scrollable.directive.mjs +0 -19
- package/esm2020/directive/teta-template/teta-template.directive.mjs +0 -22
- package/esm2020/directive/tooltip/tooltip.directive.mjs +0 -76
- package/esm2020/locale/en.mjs +0 -60
- package/esm2020/locale/ru.mjs +0 -60
- package/esm2020/locale/teta-config.service.mjs +0 -28
- package/esm2020/pipe/date-pipe/teta-date.pipe.mjs +0 -34
- package/esm2020/pipe/prepend-zero/prepend-zero.module.mjs +0 -18
- package/esm2020/pipe/prepend-zero/prepend-zero.pipe.mjs +0 -21
- package/fesm2015/tetacom-ng-components.mjs +0 -13042
- package/fesm2015/tetacom-ng-components.mjs.map +0 -1
- package/fesm2020/tetacom-ng-components.mjs.map +0 -1
- package/pipe/prepend-zero/prepend-zero.module.d.ts +0 -8
- package/pipe/prepend-zero/prepend-zero.pipe.d.ts +0 -7
- package/style/presets/shadow-presets.scss +0 -16
- package/style/tokens/basedark.tokens.css +0 -77
- package/style/tokens/baselight.tokens.css +0 -61
- package/style/tokens/global.tokens.css +0 -235
- package/style/tokens/utility.tokens.css +0 -1119
- package/style/util/button-util.scss +0 -58
- /package/{esm2020 → esm2022}/common/contract/auto-close-ignore-case.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/constructor-type.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/dynamic-data.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-dictionary.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-id-name.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-id.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-rect.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/i-tree-data.mjs +0 -0
- /package/{esm2020 → esm2022}/common/contract/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/align.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/teta-size.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/common/enum/vertical-align.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/common/service/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/array-util.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/dom-util.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/position-util.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/accordion/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/autocomplete/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/button/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/chart-3d/model/base-3d-point.mjs +0 -0
- /package/{esm2020 → esm2022}/component/chart-3d/model/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/chart-3d/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/checkbox/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/date-picker/model/date-picker-mode.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/delimiter/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/dropdown/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/dynamic-component/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/expand-card/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/expand-panel/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/file-upload/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/contarct/filter-component-map.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/enum/filter-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/enum/list-filter-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/enum/string-filter-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/filter/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/input/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/message/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/model/i-modal-config.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/model/i-modal-result.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/model/modal-close-reason.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/modal/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/pager/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/pager/util/pager-util.mjs +0 -0
- /package/{esm2020 → esm2022}/component/panel/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/progress-bar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/property-grid/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/radio/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/resize-panel/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/select/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/sidebar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/sidebar/sidebar-position.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/switch/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/base/detail-component-base.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/cell-components-map.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/head-dropdown-tab.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-coordinates.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-event.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-instance.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/i-cell-value.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/contract/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/aggregation-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/edit-event.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/edit-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/enum/select-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/util/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/util/state-util.mjs +0 -0
- /package/{esm2020 → esm2022}/component/table/util/table-util.mjs +0 -0
- /package/{esm2020 → esm2022}/component/tabs/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/theme-switch/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/toggle/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/toolbar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/component/tree/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/auto-position/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/click-outside/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/context-menu/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/disable-control/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drag-process.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drag-selection.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drop-event.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/drop-target.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/point.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/model/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-drop/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-sort/drag-sort-event.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/drag-sort/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/highlight/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/hint/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/let/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/loader/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/no-autofill/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/only-number/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/resize-drag/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/scroll-into-view/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/scrollable/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/teta-template/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/directive/tooltip/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/locale/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/observable/animation-frame.mjs +0 -0
- /package/{esm2020 → esm2022}/observable/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/observable/zoneObservable.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/date-pipe/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/number-pipe/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/pipe/util/number-helper.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/tetacom-ng-components.mjs +0 -0
- /package/{esm2020 → esm2022}/util/date-util.mjs +0 -0
- /package/{esm2020 → esm2022}/util/export-dom-image.mjs +0 -0
- /package/{esm2020 → esm2022}/util/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/util/string-util.mjs +0 -0
|
@@ -1,1119 +0,0 @@
|
|
|
1
|
-
.button_primary.button-primary {
|
|
2
|
-
background-color:var(--color-primary-50);
|
|
3
|
-
transition: background 0.8s;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.button_primary.button-primary:hover {
|
|
7
|
-
background: var(--color-primary-60) radial-gradient(circle, transparent 1%, var(--color-primary-60) 1%) center/15000%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.button_primary.button-primary:active {
|
|
11
|
-
background-color: var(--color-primary-70);
|
|
12
|
-
background-size: 100%;
|
|
13
|
-
transition: background 0s;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.button_ghost.button-primary {
|
|
17
|
-
color: var(--color-primary-90);
|
|
18
|
-
fill: var(--color-primary-90);
|
|
19
|
-
transition: background 0.8s;
|
|
20
|
-
background-color: transparent;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.button_ghost.button-primary:hover {
|
|
24
|
-
background: var(--color-primary-5) radial-gradient(circle, transparent 1%, var(--color-primary-5) 1%) center/15000%;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.button_ghost.button-primary:active {
|
|
28
|
-
background-color: var(--color-primary-10);
|
|
29
|
-
background-size: 100%;
|
|
30
|
-
transition: background 0s;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.button_outline.button-primary {
|
|
34
|
-
color: var(--color-primary-50);
|
|
35
|
-
fill: var(--color-primary-50);
|
|
36
|
-
border-color: var(--color-primary-50);
|
|
37
|
-
border-style: solid;
|
|
38
|
-
border-width: 1px;
|
|
39
|
-
transition: background 0.8s;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.button_outline.button-primary:hover {
|
|
43
|
-
background: var(--color-primary-5) radial-gradient(circle, transparent 1%, var(--color-primary-5) 1%) center/15000%;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.button_outline.button-primary:active {
|
|
47
|
-
background-color: var(--color-primary-10);
|
|
48
|
-
background-size: 100%;
|
|
49
|
-
transition: background 0s;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.button_primary.button-text {
|
|
53
|
-
background-color:var(--color-text-50);
|
|
54
|
-
transition: background 0.8s;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.button_primary.button-text:hover {
|
|
58
|
-
background: var(--color-text-60) radial-gradient(circle, transparent 1%, var(--color-text-60) 1%) center/15000%;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.button_primary.button-text:active {
|
|
62
|
-
background-color: var(--color-text-70);
|
|
63
|
-
background-size: 100%;
|
|
64
|
-
transition: background 0s;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.button_ghost.button-text {
|
|
68
|
-
color: var(--color-text-90);
|
|
69
|
-
fill: var(--color-text-90);
|
|
70
|
-
transition: background 0.8s;
|
|
71
|
-
background-color: transparent;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.button_ghost.button-text:hover {
|
|
75
|
-
background: var(--color-text-5) radial-gradient(circle, transparent 1%, var(--color-text-5) 1%) center/15000%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.button_ghost.button-text:active {
|
|
79
|
-
background-color: var(--color-text-10);
|
|
80
|
-
background-size: 100%;
|
|
81
|
-
transition: background 0s;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.button_outline.button-text {
|
|
85
|
-
color: var(--color-text-50);
|
|
86
|
-
fill: var(--color-text-50);
|
|
87
|
-
border-color: var(--color-text-50);
|
|
88
|
-
border-style: solid;
|
|
89
|
-
border-width: 1px;
|
|
90
|
-
transition: background 0.8s;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.button_outline.button-text:hover {
|
|
94
|
-
background: var(--color-text-5) radial-gradient(circle, transparent 1%, var(--color-text-5) 1%) center/15000%;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.button_outline.button-text:active {
|
|
98
|
-
background-color: var(--color-text-10);
|
|
99
|
-
background-size: 100%;
|
|
100
|
-
transition: background 0s;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.button_primary.button-red {
|
|
104
|
-
background-color:var(--color-red-50);
|
|
105
|
-
transition: background 0.8s;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.button_primary.button-red:hover {
|
|
109
|
-
background: var(--color-red-60) radial-gradient(circle, transparent 1%, var(--color-red-60) 1%) center/15000%;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.button_primary.button-red:active {
|
|
113
|
-
background-color: var(--color-red-70);
|
|
114
|
-
background-size: 100%;
|
|
115
|
-
transition: background 0s;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.button_ghost.button-red {
|
|
119
|
-
color: var(--color-red-90);
|
|
120
|
-
fill: var(--color-red-90);
|
|
121
|
-
transition: background 0.8s;
|
|
122
|
-
background-color: transparent;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.button_ghost.button-red:hover {
|
|
126
|
-
background: var(--color-red-5) radial-gradient(circle, transparent 1%, var(--color-red-5) 1%) center/15000%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.button_ghost.button-red:active {
|
|
130
|
-
background-color: var(--color-red-10);
|
|
131
|
-
background-size: 100%;
|
|
132
|
-
transition: background 0s;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.button_outline.button-red {
|
|
136
|
-
color: var(--color-red-50);
|
|
137
|
-
fill: var(--color-red-50);
|
|
138
|
-
border-color: var(--color-red-50);
|
|
139
|
-
border-style: solid;
|
|
140
|
-
border-width: 1px;
|
|
141
|
-
transition: background 0.8s;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.button_outline.button-red:hover {
|
|
145
|
-
background: var(--color-red-5) radial-gradient(circle, transparent 1%, var(--color-red-5) 1%) center/15000%;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.button_outline.button-red:active {
|
|
149
|
-
background-color: var(--color-red-10);
|
|
150
|
-
background-size: 100%;
|
|
151
|
-
transition: background 0s;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.button_primary.button-green {
|
|
155
|
-
background-color:var(--color-green-50);
|
|
156
|
-
transition: background 0.8s;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.button_primary.button-green:hover {
|
|
160
|
-
background: var(--color-green-60) radial-gradient(circle, transparent 1%, var(--color-green-60) 1%) center/15000%;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.button_primary.button-green:active {
|
|
164
|
-
background-color: var(--color-green-70);
|
|
165
|
-
background-size: 100%;
|
|
166
|
-
transition: background 0s;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.button_ghost.button-green {
|
|
170
|
-
color: var(--color-green-90);
|
|
171
|
-
fill: var(--color-green-90);
|
|
172
|
-
transition: background 0.8s;
|
|
173
|
-
background-color: transparent;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.button_ghost.button-green:hover {
|
|
177
|
-
background: var(--color-green-5) radial-gradient(circle, transparent 1%, var(--color-green-5) 1%) center/15000%;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.button_ghost.button-green:active {
|
|
181
|
-
background-color: var(--color-green-10);
|
|
182
|
-
background-size: 100%;
|
|
183
|
-
transition: background 0s;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.button_outline.button-green {
|
|
187
|
-
color: var(--color-green-50);
|
|
188
|
-
fill: var(--color-green-50);
|
|
189
|
-
border-color: var(--color-green-50);
|
|
190
|
-
border-style: solid;
|
|
191
|
-
border-width: 1px;
|
|
192
|
-
transition: background 0.8s;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.button_outline.button-green:hover {
|
|
196
|
-
background: var(--color-green-5) radial-gradient(circle, transparent 1%, var(--color-green-5) 1%) center/15000%;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.button_outline.button-green:active {
|
|
200
|
-
background-color: var(--color-green-10);
|
|
201
|
-
background-size: 100%;
|
|
202
|
-
transition: background 0s;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.button_primary.button-yellow {
|
|
206
|
-
background-color:var(--color-yellow-50);
|
|
207
|
-
transition: background 0.8s;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.button_primary.button-yellow:hover {
|
|
211
|
-
background: var(--color-yellow-60) radial-gradient(circle, transparent 1%, var(--color-yellow-60) 1%) center/15000%;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.button_primary.button-yellow:active {
|
|
215
|
-
background-color: var(--color-yellow-70);
|
|
216
|
-
background-size: 100%;
|
|
217
|
-
transition: background 0s;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.button_ghost.button-yellow {
|
|
221
|
-
color: var(--color-yellow-90);
|
|
222
|
-
fill: var(--color-yellow-90);
|
|
223
|
-
transition: background 0.8s;
|
|
224
|
-
background-color: transparent;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.button_ghost.button-yellow:hover {
|
|
228
|
-
background: var(--color-yellow-5) radial-gradient(circle, transparent 1%, var(--color-yellow-5) 1%) center/15000%;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.button_ghost.button-yellow:active {
|
|
232
|
-
background-color: var(--color-yellow-10);
|
|
233
|
-
background-size: 100%;
|
|
234
|
-
transition: background 0s;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.button_outline.button-yellow {
|
|
238
|
-
color: var(--color-yellow-50);
|
|
239
|
-
fill: var(--color-yellow-50);
|
|
240
|
-
border-color: var(--color-yellow-50);
|
|
241
|
-
border-style: solid;
|
|
242
|
-
border-width: 1px;
|
|
243
|
-
transition: background 0.8s;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.button_outline.button-yellow:hover {
|
|
247
|
-
background: var(--color-yellow-5) radial-gradient(circle, transparent 1%, var(--color-yellow-5) 1%) center/15000%;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.button_outline.button-yellow:active {
|
|
251
|
-
background-color: var(--color-yellow-10);
|
|
252
|
-
background-size: 100%;
|
|
253
|
-
transition: background 0s;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.color-global-link {
|
|
257
|
-
color: var(--color-global-link);
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.bg-global-link {
|
|
261
|
-
background-color: var(--color-global-link);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.border-global-link {
|
|
265
|
-
border-color: var(--color-global-link);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.fill-global-link {
|
|
269
|
-
fill: var(--color-global-link);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.color-global-white {
|
|
273
|
-
color: var(--color-global-white);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.bg-global-white {
|
|
277
|
-
background-color: var(--color-global-white);
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.border-global-white {
|
|
281
|
-
border-color: var(--color-global-white);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.fill-global-white {
|
|
285
|
-
fill: var(--color-global-white);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.color-global-bgcard {
|
|
289
|
-
color: var(--color-global-bgcard);
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.bg-global-bgcard {
|
|
293
|
-
background-color: var(--color-global-bgcard);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.border-global-bgcard {
|
|
297
|
-
border-color: var(--color-global-bgcard);
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.fill-global-bgcard {
|
|
301
|
-
fill: var(--color-global-bgcard);
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.color-global-bgmain {
|
|
305
|
-
color: var(--color-global-bgmain);
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.bg-global-bgmain {
|
|
309
|
-
background-color: var(--color-global-bgmain);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.border-global-bgmain {
|
|
313
|
-
border-color: var(--color-global-bgmain);
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.fill-global-bgmain {
|
|
317
|
-
fill: var(--color-global-bgmain);
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.color-text-5 {
|
|
321
|
-
color: var(--color-text-5);
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.bg-text-5 {
|
|
325
|
-
background-color: var(--color-text-5);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.border-text-5 {
|
|
329
|
-
border-color: var(--color-text-5);
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.fill-text-5 {
|
|
333
|
-
fill: var(--color-text-5);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.color-text-10 {
|
|
337
|
-
color: var(--color-text-10);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.bg-text-10 {
|
|
341
|
-
background-color: var(--color-text-10);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.border-text-10 {
|
|
345
|
-
border-color: var(--color-text-10);
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.fill-text-10 {
|
|
349
|
-
fill: var(--color-text-10);
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.color-text-20 {
|
|
353
|
-
color: var(--color-text-20);
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.bg-text-20 {
|
|
357
|
-
background-color: var(--color-text-20);
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.border-text-20 {
|
|
361
|
-
border-color: var(--color-text-20);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.fill-text-20 {
|
|
365
|
-
fill: var(--color-text-20);
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.color-text-30 {
|
|
369
|
-
color: var(--color-text-30);
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
.bg-text-30 {
|
|
373
|
-
background-color: var(--color-text-30);
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.border-text-30 {
|
|
377
|
-
border-color: var(--color-text-30);
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.fill-text-30 {
|
|
381
|
-
fill: var(--color-text-30);
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.color-text-40 {
|
|
385
|
-
color: var(--color-text-40);
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.bg-text-40 {
|
|
389
|
-
background-color: var(--color-text-40);
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.border-text-40 {
|
|
393
|
-
border-color: var(--color-text-40);
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.fill-text-40 {
|
|
397
|
-
fill: var(--color-text-40);
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.color-text-50 {
|
|
401
|
-
color: var(--color-text-50);
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.bg-text-50 {
|
|
405
|
-
background-color: var(--color-text-50);
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.border-text-50 {
|
|
409
|
-
border-color: var(--color-text-50);
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.fill-text-50 {
|
|
413
|
-
fill: var(--color-text-50);
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.color-text-60 {
|
|
417
|
-
color: var(--color-text-60);
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.bg-text-60 {
|
|
421
|
-
background-color: var(--color-text-60);
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.border-text-60 {
|
|
425
|
-
border-color: var(--color-text-60);
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.fill-text-60 {
|
|
429
|
-
fill: var(--color-text-60);
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.color-text-70 {
|
|
433
|
-
color: var(--color-text-70);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.bg-text-70 {
|
|
437
|
-
background-color: var(--color-text-70);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.border-text-70 {
|
|
441
|
-
border-color: var(--color-text-70);
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.fill-text-70 {
|
|
445
|
-
fill: var(--color-text-70);
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.color-text-80 {
|
|
449
|
-
color: var(--color-text-80);
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.bg-text-80 {
|
|
453
|
-
background-color: var(--color-text-80);
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.border-text-80 {
|
|
457
|
-
border-color: var(--color-text-80);
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.fill-text-80 {
|
|
461
|
-
fill: var(--color-text-80);
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.color-text-90 {
|
|
465
|
-
color: var(--color-text-90);
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.bg-text-90 {
|
|
469
|
-
background-color: var(--color-text-90);
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.border-text-90 {
|
|
473
|
-
border-color: var(--color-text-90);
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.fill-text-90 {
|
|
477
|
-
fill: var(--color-text-90);
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.color-primary-5 {
|
|
481
|
-
color: var(--color-primary-5);
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.bg-primary-5 {
|
|
485
|
-
background-color: var(--color-primary-5);
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.border-primary-5 {
|
|
489
|
-
border-color: var(--color-primary-5);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
.fill-primary-5 {
|
|
493
|
-
fill: var(--color-primary-5);
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.color-primary-10 {
|
|
497
|
-
color: var(--color-primary-10);
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.bg-primary-10 {
|
|
501
|
-
background-color: var(--color-primary-10);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.border-primary-10 {
|
|
505
|
-
border-color: var(--color-primary-10);
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.fill-primary-10 {
|
|
509
|
-
fill: var(--color-primary-10);
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.color-primary-20 {
|
|
513
|
-
color: var(--color-primary-20);
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.bg-primary-20 {
|
|
517
|
-
background-color: var(--color-primary-20);
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.border-primary-20 {
|
|
521
|
-
border-color: var(--color-primary-20);
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.fill-primary-20 {
|
|
525
|
-
fill: var(--color-primary-20);
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.color-primary-30 {
|
|
529
|
-
color: var(--color-primary-30);
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.bg-primary-30 {
|
|
533
|
-
background-color: var(--color-primary-30);
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.border-primary-30 {
|
|
537
|
-
border-color: var(--color-primary-30);
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.fill-primary-30 {
|
|
541
|
-
fill: var(--color-primary-30);
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.color-primary-40 {
|
|
545
|
-
color: var(--color-primary-40);
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.bg-primary-40 {
|
|
549
|
-
background-color: var(--color-primary-40);
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.border-primary-40 {
|
|
553
|
-
border-color: var(--color-primary-40);
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.fill-primary-40 {
|
|
557
|
-
fill: var(--color-primary-40);
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.color-primary-50 {
|
|
561
|
-
color: var(--color-primary-50);
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.bg-primary-50 {
|
|
565
|
-
background-color: var(--color-primary-50);
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.border-primary-50 {
|
|
569
|
-
border-color: var(--color-primary-50);
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.fill-primary-50 {
|
|
573
|
-
fill: var(--color-primary-50);
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.color-primary-60 {
|
|
577
|
-
color: var(--color-primary-60);
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.bg-primary-60 {
|
|
581
|
-
background-color: var(--color-primary-60);
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
.border-primary-60 {
|
|
585
|
-
border-color: var(--color-primary-60);
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
.fill-primary-60 {
|
|
589
|
-
fill: var(--color-primary-60);
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
.color-primary-70 {
|
|
593
|
-
color: var(--color-primary-70);
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.bg-primary-70 {
|
|
597
|
-
background-color: var(--color-primary-70);
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
.border-primary-70 {
|
|
601
|
-
border-color: var(--color-primary-70);
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
.fill-primary-70 {
|
|
605
|
-
fill: var(--color-primary-70);
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
.color-primary-80 {
|
|
609
|
-
color: var(--color-primary-80);
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.bg-primary-80 {
|
|
613
|
-
background-color: var(--color-primary-80);
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.border-primary-80 {
|
|
617
|
-
border-color: var(--color-primary-80);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.fill-primary-80 {
|
|
621
|
-
fill: var(--color-primary-80);
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
.color-primary-90 {
|
|
625
|
-
color: var(--color-primary-90);
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
.bg-primary-90 {
|
|
629
|
-
background-color: var(--color-primary-90);
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.border-primary-90 {
|
|
633
|
-
border-color: var(--color-primary-90);
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.fill-primary-90 {
|
|
637
|
-
fill: var(--color-primary-90);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
.color-green-5 {
|
|
641
|
-
color: var(--color-green-5);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.bg-green-5 {
|
|
645
|
-
background-color: var(--color-green-5);
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.border-green-5 {
|
|
649
|
-
border-color: var(--color-green-5);
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.fill-green-5 {
|
|
653
|
-
fill: var(--color-green-5);
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.color-green-10 {
|
|
657
|
-
color: var(--color-green-10);
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.bg-green-10 {
|
|
661
|
-
background-color: var(--color-green-10);
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
.border-green-10 {
|
|
665
|
-
border-color: var(--color-green-10);
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.fill-green-10 {
|
|
669
|
-
fill: var(--color-green-10);
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.color-green-20 {
|
|
673
|
-
color: var(--color-green-20);
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
.bg-green-20 {
|
|
677
|
-
background-color: var(--color-green-20);
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.border-green-20 {
|
|
681
|
-
border-color: var(--color-green-20);
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
.fill-green-20 {
|
|
685
|
-
fill: var(--color-green-20);
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.color-green-30 {
|
|
689
|
-
color: var(--color-green-30);
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.bg-green-30 {
|
|
693
|
-
background-color: var(--color-green-30);
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
.border-green-30 {
|
|
697
|
-
border-color: var(--color-green-30);
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
.fill-green-30 {
|
|
701
|
-
fill: var(--color-green-30);
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.color-green-40 {
|
|
705
|
-
color: var(--color-green-40);
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.bg-green-40 {
|
|
709
|
-
background-color: var(--color-green-40);
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.border-green-40 {
|
|
713
|
-
border-color: var(--color-green-40);
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.fill-green-40 {
|
|
717
|
-
fill: var(--color-green-40);
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.color-green-50 {
|
|
721
|
-
color: var(--color-green-50);
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
.bg-green-50 {
|
|
725
|
-
background-color: var(--color-green-50);
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.border-green-50 {
|
|
729
|
-
border-color: var(--color-green-50);
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.fill-green-50 {
|
|
733
|
-
fill: var(--color-green-50);
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
.color-green-60 {
|
|
737
|
-
color: var(--color-green-60);
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.bg-green-60 {
|
|
741
|
-
background-color: var(--color-green-60);
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
.border-green-60 {
|
|
745
|
-
border-color: var(--color-green-60);
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
.fill-green-60 {
|
|
749
|
-
fill: var(--color-green-60);
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.color-green-70 {
|
|
753
|
-
color: var(--color-green-70);
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
.bg-green-70 {
|
|
757
|
-
background-color: var(--color-green-70);
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
.border-green-70 {
|
|
761
|
-
border-color: var(--color-green-70);
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.fill-green-70 {
|
|
765
|
-
fill: var(--color-green-70);
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.color-green-80 {
|
|
769
|
-
color: var(--color-green-80);
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.bg-green-80 {
|
|
773
|
-
background-color: var(--color-green-80);
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.border-green-80 {
|
|
777
|
-
border-color: var(--color-green-80);
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.fill-green-80 {
|
|
781
|
-
fill: var(--color-green-80);
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
.color-green-90 {
|
|
785
|
-
color: var(--color-green-90);
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.bg-green-90 {
|
|
789
|
-
background-color: var(--color-green-90);
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.border-green-90 {
|
|
793
|
-
border-color: var(--color-green-90);
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
.fill-green-90 {
|
|
797
|
-
fill: var(--color-green-90);
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
.color-red-5 {
|
|
801
|
-
color: var(--color-red-5);
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.bg-red-5 {
|
|
805
|
-
background-color: var(--color-red-5);
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.border-red-5 {
|
|
809
|
-
border-color: var(--color-red-5);
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
.fill-red-5 {
|
|
813
|
-
fill: var(--color-red-5);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.color-red-10 {
|
|
817
|
-
color: var(--color-red-10);
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
.bg-red-10 {
|
|
821
|
-
background-color: var(--color-red-10);
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.border-red-10 {
|
|
825
|
-
border-color: var(--color-red-10);
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.fill-red-10 {
|
|
829
|
-
fill: var(--color-red-10);
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.color-red-20 {
|
|
833
|
-
color: var(--color-red-20);
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.bg-red-20 {
|
|
837
|
-
background-color: var(--color-red-20);
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
.border-red-20 {
|
|
841
|
-
border-color: var(--color-red-20);
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.fill-red-20 {
|
|
845
|
-
fill: var(--color-red-20);
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.color-red-30 {
|
|
849
|
-
color: var(--color-red-30);
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
.bg-red-30 {
|
|
853
|
-
background-color: var(--color-red-30);
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.border-red-30 {
|
|
857
|
-
border-color: var(--color-red-30);
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
.fill-red-30 {
|
|
861
|
-
fill: var(--color-red-30);
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.color-red-40 {
|
|
865
|
-
color: var(--color-red-40);
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.bg-red-40 {
|
|
869
|
-
background-color: var(--color-red-40);
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
.border-red-40 {
|
|
873
|
-
border-color: var(--color-red-40);
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.fill-red-40 {
|
|
877
|
-
fill: var(--color-red-40);
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
.color-red-50 {
|
|
881
|
-
color: var(--color-red-50);
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
.bg-red-50 {
|
|
885
|
-
background-color: var(--color-red-50);
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.border-red-50 {
|
|
889
|
-
border-color: var(--color-red-50);
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.fill-red-50 {
|
|
893
|
-
fill: var(--color-red-50);
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.color-red-60 {
|
|
897
|
-
color: var(--color-red-60);
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
.bg-red-60 {
|
|
901
|
-
background-color: var(--color-red-60);
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.border-red-60 {
|
|
905
|
-
border-color: var(--color-red-60);
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.fill-red-60 {
|
|
909
|
-
fill: var(--color-red-60);
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.color-red-70 {
|
|
913
|
-
color: var(--color-red-70);
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.bg-red-70 {
|
|
917
|
-
background-color: var(--color-red-70);
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.border-red-70 {
|
|
921
|
-
border-color: var(--color-red-70);
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.fill-red-70 {
|
|
925
|
-
fill: var(--color-red-70);
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.color-red-80 {
|
|
929
|
-
color: var(--color-red-80);
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.bg-red-80 {
|
|
933
|
-
background-color: var(--color-red-80);
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.border-red-80 {
|
|
937
|
-
border-color: var(--color-red-80);
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
.fill-red-80 {
|
|
941
|
-
fill: var(--color-red-80);
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.color-red-90 {
|
|
945
|
-
color: var(--color-red-90);
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.bg-red-90 {
|
|
949
|
-
background-color: var(--color-red-90);
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.border-red-90 {
|
|
953
|
-
border-color: var(--color-red-90);
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.fill-red-90 {
|
|
957
|
-
fill: var(--color-red-90);
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.color-yellow-5 {
|
|
961
|
-
color: var(--color-yellow-5);
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.bg-yellow-5 {
|
|
965
|
-
background-color: var(--color-yellow-5);
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.border-yellow-5 {
|
|
969
|
-
border-color: var(--color-yellow-5);
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
.fill-yellow-5 {
|
|
973
|
-
fill: var(--color-yellow-5);
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
.color-yellow-10 {
|
|
977
|
-
color: var(--color-yellow-10);
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
.bg-yellow-10 {
|
|
981
|
-
background-color: var(--color-yellow-10);
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.border-yellow-10 {
|
|
985
|
-
border-color: var(--color-yellow-10);
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
.fill-yellow-10 {
|
|
989
|
-
fill: var(--color-yellow-10);
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
.color-yellow-20 {
|
|
993
|
-
color: var(--color-yellow-20);
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
.bg-yellow-20 {
|
|
997
|
-
background-color: var(--color-yellow-20);
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
.border-yellow-20 {
|
|
1001
|
-
border-color: var(--color-yellow-20);
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.fill-yellow-20 {
|
|
1005
|
-
fill: var(--color-yellow-20);
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
.color-yellow-30 {
|
|
1009
|
-
color: var(--color-yellow-30);
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
.bg-yellow-30 {
|
|
1013
|
-
background-color: var(--color-yellow-30);
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
.border-yellow-30 {
|
|
1017
|
-
border-color: var(--color-yellow-30);
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.fill-yellow-30 {
|
|
1021
|
-
fill: var(--color-yellow-30);
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.color-yellow-40 {
|
|
1025
|
-
color: var(--color-yellow-40);
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.bg-yellow-40 {
|
|
1029
|
-
background-color: var(--color-yellow-40);
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.border-yellow-40 {
|
|
1033
|
-
border-color: var(--color-yellow-40);
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.fill-yellow-40 {
|
|
1037
|
-
fill: var(--color-yellow-40);
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.color-yellow-50 {
|
|
1041
|
-
color: var(--color-yellow-50);
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
.bg-yellow-50 {
|
|
1045
|
-
background-color: var(--color-yellow-50);
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
.border-yellow-50 {
|
|
1049
|
-
border-color: var(--color-yellow-50);
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
.fill-yellow-50 {
|
|
1053
|
-
fill: var(--color-yellow-50);
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
.color-yellow-60 {
|
|
1057
|
-
color: var(--color-yellow-60);
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.bg-yellow-60 {
|
|
1061
|
-
background-color: var(--color-yellow-60);
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.border-yellow-60 {
|
|
1065
|
-
border-color: var(--color-yellow-60);
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
.fill-yellow-60 {
|
|
1069
|
-
fill: var(--color-yellow-60);
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.color-yellow-70 {
|
|
1073
|
-
color: var(--color-yellow-70);
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.bg-yellow-70 {
|
|
1077
|
-
background-color: var(--color-yellow-70);
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
.border-yellow-70 {
|
|
1081
|
-
border-color: var(--color-yellow-70);
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
.fill-yellow-70 {
|
|
1085
|
-
fill: var(--color-yellow-70);
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.color-yellow-80 {
|
|
1089
|
-
color: var(--color-yellow-80);
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
.bg-yellow-80 {
|
|
1093
|
-
background-color: var(--color-yellow-80);
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
.border-yellow-80 {
|
|
1097
|
-
border-color: var(--color-yellow-80);
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.fill-yellow-80 {
|
|
1101
|
-
fill: var(--color-yellow-80);
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
.color-yellow-90 {
|
|
1105
|
-
color: var(--color-yellow-90);
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
.bg-yellow-90 {
|
|
1109
|
-
background-color: var(--color-yellow-90);
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
.border-yellow-90 {
|
|
1113
|
-
border-color: var(--color-yellow-90);
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.fill-yellow-90 {
|
|
1117
|
-
fill: var(--color-yellow-90);
|
|
1118
|
-
}
|
|
1119
|
-
|