@tetacom/ng-components 1.4.4 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons.svg +54 -0
- package/component/avatar/avatar/avatar.component.d.ts +1 -1
- package/component/button/button/button.component.d.ts +1 -1
- package/component/date-picker/base-calendar.d.ts +1 -1
- package/component/date-picker/base-picker.d.ts +1 -1
- package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +1 -1
- package/component/date-picker/date-picker/date-picker.component.d.ts +1 -1
- package/component/date-picker/date-range/date-range.component.d.ts +1 -1
- package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +1 -1
- package/component/date-picker/day-picker/day-item/day-item.component.d.ts +1 -1
- package/component/date-picker/day-picker/day-picker.component.d.ts +4 -4
- package/component/date-picker/month-picker/month-picker.component.d.ts +2 -2
- package/component/date-picker/public-api.d.ts +2 -2
- package/component/date-picker/year-picker/year-picker.component.d.ts +3 -3
- package/component/filter/boolean-filter/boolean-filter.component.d.ts +3 -3
- package/component/message/model/message.d.ts +1 -1
- package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +11 -17
- package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +18 -19
- package/component/property-grid/property-grid/property-grid.component.d.ts +10 -15
- package/component/property-grid/public-api.d.ts +0 -1
- package/component/switch/switch/switch.component.d.ts +1 -1
- package/component/table/table-row/table-row.component.d.ts +2 -2
- package/component/tree/tree/tree.component.d.ts +1 -1
- package/docs/avatarDocs.mdx +78 -72
- package/docs/datePickerDocs.mdx +3 -3
- package/docs/dateRangeDocs.mdx +3 -3
- package/docs/delimiterDocs.mdx +78 -78
- package/docs/dropdownDocs.mdx +143 -123
- package/docs/expandCardlDocs.mdx +49 -45
- package/docs/expandPanelDocs.mdx +104 -92
- package/docs/fileAreaDocs.mdx +64 -59
- package/docs/inputDocs.mdx +70 -67
- package/docs/listDocs.mdx +14 -8
- package/docs/messageDocs.mdx +47 -34
- package/docs/progressBarDocs.mdx +65 -51
- package/docs/propertyGridDocs.mdx +173 -115
- package/docs/radioDocs.mdx +92 -80
- package/docs/resizePanelDocs.mdx +79 -67
- package/docs/selectDocs.mdx +262 -220
- package/docs/switchDocs.mdx +86 -73
- package/docs/tagDocs.mdx +17 -11
- package/docs/toggleDocs.mdx +42 -36
- package/docs/toolbarDocs.mdx +14 -8
- package/docs/treeDocs.mdx +108 -89
- package/esm2022/common/contract/teta-content-ref.mjs +1 -1
- package/esm2022/common/enum/align.enum.mjs +1 -1
- package/esm2022/common/enum/vertical-align.enum.mjs +1 -1
- package/esm2022/common/service/dynamic-component.service.mjs +1 -1
- package/esm2022/common/util/array-util.mjs +5 -7
- package/esm2022/common/util/dom-util.mjs +2 -3
- package/esm2022/common/util/position-util.mjs +6 -14
- package/esm2022/component/accordion/accordion-content.directive.mjs +2 -2
- package/esm2022/component/accordion/public-api.mjs +1 -1
- package/esm2022/component/autocomplete/autocomplete/autocomplete.component.mjs +2 -3
- package/esm2022/component/autocomplete/public-api.mjs +1 -1
- package/esm2022/component/avatar/avatar/avatar.component.mjs +4 -5
- package/esm2022/component/avatar/model/avatar-color.enum.mjs +1 -1
- package/esm2022/component/avatar/public-api.mjs +1 -1
- package/esm2022/component/button/button/button.component.mjs +2 -2
- package/esm2022/component/button/public-api.mjs +1 -1
- package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +11 -24
- package/esm2022/component/chart-3d/model/chart-3d-options.mjs +1 -1
- package/esm2022/component/chart-3d/public-api.mjs +1 -1
- package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/component/checkbox/public-api.mjs +1 -1
- package/esm2022/component/date-picker/base-calendar.mjs +7 -14
- package/esm2022/component/date-picker/base-picker.mjs +3 -2
- package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +4 -11
- package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +5 -6
- package/esm2022/component/date-picker/date-range/date-range.component.mjs +6 -14
- package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +4 -4
- package/esm2022/component/date-picker/day-picker/day-item/day-item.component.mjs +5 -6
- package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +9 -9
- package/esm2022/component/date-picker/model/date-picker-mode.enum.mjs +1 -1
- package/esm2022/component/date-picker/model/from-to.model.mjs +1 -1
- package/esm2022/component/date-picker/model/min-max-date.model.mjs +1 -1
- package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +4 -4
- package/esm2022/component/date-picker/public-api.mjs +3 -3
- package/esm2022/component/date-picker/year-picker/scroll-to-selected-year.directive.mjs +3 -3
- package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +9 -7
- package/esm2022/component/delimiter/delimiter/delimiter.component.mjs +2 -2
- package/esm2022/component/delimiter/public-api.mjs +1 -1
- package/esm2022/component/divider/divider/divider.component.mjs +4 -4
- package/esm2022/component/divider/public-api.mjs +1 -1
- package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +2 -3
- package/esm2022/component/dropdown/dropdown-base.mjs +11 -22
- package/esm2022/component/dropdown/dropdown-content.directive.mjs +2 -2
- package/esm2022/component/dropdown/dropdown-head.directive.mjs +2 -2
- package/esm2022/component/dropdown/dropdown.directive.mjs +4 -5
- package/esm2022/component/dropdown/public-api.mjs +1 -1
- package/esm2022/component/dynamic-component/popup-content/popup-content.component.mjs +4 -10
- package/esm2022/component/dynamic-component/public-api.mjs +1 -1
- package/esm2022/component/expand-card/expand-card/expand-card.component.mjs +4 -5
- package/esm2022/component/expand-card/expand-item/expand-item.component.mjs +4 -4
- package/esm2022/component/expand-card/public-api.mjs +1 -1
- package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +4 -9
- package/esm2022/component/expand-panel/expand-panel-content.directive.mjs +1 -1
- package/esm2022/component/expand-panel/expand-panel-head.directive.mjs +1 -1
- package/esm2022/component/expand-panel/public-api.mjs +1 -1
- package/esm2022/component/file-upload/file-item/file-item.component.mjs +1 -1
- package/esm2022/component/file-upload/file-upload-area/file-upload-area.component.mjs +3 -8
- package/esm2022/component/file-upload/public-api.mjs +1 -1
- package/esm2022/component/filter/base/filter-base.mjs +1 -1
- package/esm2022/component/filter/base/filter-component-base.mjs +1 -1
- package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +5 -11
- package/esm2022/component/filter/contarct/boolean-filter.mjs +1 -1
- package/esm2022/component/filter/contarct/date-filter-value.mjs +3 -3
- package/esm2022/component/filter/contarct/date-filter.mjs +1 -1
- package/esm2022/component/filter/contarct/filter-component-map.mjs +2 -4
- package/esm2022/component/filter/contarct/filter-item.mjs +2 -2
- package/esm2022/component/filter/contarct/filter-state.mjs +1 -1
- package/esm2022/component/filter/contarct/list-filter.mjs +1 -1
- package/esm2022/component/filter/contarct/numeric-filter.mjs +1 -1
- package/esm2022/component/filter/contarct/sort-param.mjs +1 -1
- package/esm2022/component/filter/contarct/string-filter.mjs +1 -1
- package/esm2022/component/filter/date-filter/date-filter.component.mjs +3 -8
- package/esm2022/component/filter/enum/list-filter-type.enum.mjs +1 -1
- package/esm2022/component/filter/filter-host/filter-host.component.mjs +2 -3
- package/esm2022/component/filter/list-filter/list-filter.component.mjs +5 -14
- package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +3 -8
- package/esm2022/component/filter/public-api.mjs +1 -1
- package/esm2022/component/filter/string-filter/string-filter.component.mjs +4 -9
- package/esm2022/component/icon/icon/icon.component.mjs +3 -3
- package/esm2022/component/icon/icon-file/icon-file.component.mjs +2 -3
- package/esm2022/component/icon/icon-sprite.directive.mjs +2 -2
- package/esm2022/component/icon/icon.service.mjs +5 -6
- package/esm2022/component/icon/public-api.mjs +1 -1
- package/esm2022/component/input/color-input/color-input.component.mjs +3 -3
- package/esm2022/component/input/form-group-title/form-group-title.component.mjs +2 -2
- package/esm2022/component/input/input/input.component.mjs +4 -4
- package/esm2022/component/input/public-api.mjs +1 -1
- package/esm2022/component/input/text-field/text-field.component.mjs +3 -9
- package/esm2022/component/message/message/message.component.mjs +3 -7
- package/esm2022/component/message/message-host/message-host.component.mjs +5 -9
- package/esm2022/component/message/message.service.mjs +2 -2
- package/esm2022/component/message/model/message.mjs +2 -2
- package/esm2022/component/message/public-api.mjs +1 -1
- package/esm2022/component/modal/dialog/dialog.component.mjs +3 -8
- package/esm2022/component/modal/dialog.service.mjs +1 -1
- package/esm2022/component/modal/modal-container/modal-container.component.mjs +4 -11
- package/esm2022/component/modal/modal.module.mjs +4 -12
- package/esm2022/component/modal/modal.service.mjs +1 -1
- package/esm2022/component/modal/model/current-modal.mjs +1 -1
- package/esm2022/component/modal/model/i-modal-result.mjs +1 -1
- package/esm2022/component/modal/model/modal-instance.mjs +1 -1
- package/esm2022/component/pager/model/pager-state.mjs +3 -2
- package/esm2022/component/pager/pager/pager.component.mjs +1 -1
- package/esm2022/component/pager/public-api.mjs +1 -1
- package/esm2022/component/pager/util/pager-util.mjs +1 -1
- package/esm2022/component/panel/panel/panel.component.mjs +4 -10
- package/esm2022/component/panel/public-api.mjs +1 -1
- package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +5 -6
- package/esm2022/component/progress-bar/public-api.mjs +1 -1
- package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +15 -49
- package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +44 -58
- package/esm2022/component/property-grid/property-grid/property-grid-item-description.directive.mjs +2 -2
- package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +24 -46
- package/esm2022/component/property-grid/public-api.mjs +1 -2
- package/esm2022/component/radio/public-api.mjs +1 -1
- package/esm2022/component/radio/radio/radio.component.mjs +7 -11
- package/esm2022/component/radio/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/component/resize-panel/public-api.mjs +1 -1
- package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +5 -10
- package/esm2022/component/select/public-api.mjs +1 -1
- package/esm2022/component/select/select/select.component.mjs +10 -18
- package/esm2022/component/select/select-option.directive.mjs +2 -2
- package/esm2022/component/select/select-value.directive.mjs +2 -2
- package/esm2022/component/sidebar/public-api.mjs +1 -1
- package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +6 -12
- package/esm2022/component/sidebar/sidebar-position.enum.mjs +1 -1
- package/esm2022/component/switch/public-api.mjs +1 -1
- package/esm2022/component/switch/switch/switch.component.mjs +4 -7
- package/esm2022/component/switch/switch-button/switch-button.component.mjs +2 -3
- package/esm2022/component/switch/switch.service.mjs +2 -2
- package/esm2022/component/table/base/cell-component-base.mjs +10 -22
- package/esm2022/component/table/base/detail-component-base.mjs +1 -1
- package/esm2022/component/table/base/head-cell-component-base.mjs +2 -2
- package/esm2022/component/table/cell/cell.component.mjs +4 -4
- package/esm2022/component/table/cell-host/cell-host.component.mjs +1 -1
- package/esm2022/component/table/contract/cell-components-map.mjs +2 -4
- package/esm2022/component/table/contract/column-reorder-event.mjs +1 -1
- package/esm2022/component/table/contract/sort-event.mjs +1 -1
- package/esm2022/component/table/contract/table-column.mjs +3 -3
- package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +4 -8
- package/esm2022/component/table/default/date-cell/date-cell.component.mjs +4 -9
- package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +4 -9
- package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +5 -6
- package/esm2022/component/table/default/list-cell/list-cell.component.mjs +7 -13
- package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +4 -9
- package/esm2022/component/table/default/string-cell/string-cell.component.mjs +4 -8
- package/esm2022/component/table/enum/edit-event.enum.mjs +1 -1
- package/esm2022/component/table/enum/edit-type.enum.mjs +1 -1
- package/esm2022/component/table/enum/select-type.enum.mjs +1 -1
- package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +4 -11
- package/esm2022/component/table/head-cell-host/head-cell-host.component.mjs +3 -4
- package/esm2022/component/table/public-api.mjs +1 -1
- package/esm2022/component/table/selection-cell/selection-cell.component.mjs +4 -6
- package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +5 -7
- package/esm2022/component/table/service/table.service.mjs +35 -52
- package/esm2022/component/table/table/table.component.mjs +12 -24
- package/esm2022/component/table/table-body/table-body.component.mjs +15 -21
- package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +5 -6
- package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +4 -5
- package/esm2022/component/table/table-head/table-head.component.mjs +10 -10
- package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +12 -12
- package/esm2022/component/table/table-head-group/table-head-group.component.mjs +7 -12
- package/esm2022/component/table/table-row/table-row.component.mjs +3 -3
- package/esm2022/component/table/util/state-util.mjs +13 -25
- package/esm2022/component/table/util/table-util.mjs +15 -9
- package/esm2022/component/tabs/public-api.mjs +1 -1
- package/esm2022/component/tabs/tab-content.directive.mjs +2 -2
- package/esm2022/component/tabs/tab-title.directive.mjs +2 -2
- package/esm2022/component/theme-switch/public-api.mjs +1 -1
- package/esm2022/component/toggle/public-api.mjs +1 -1
- package/esm2022/component/toggle/toggle/toggle.component.mjs +3 -3
- package/esm2022/component/toolbar/public-api.mjs +1 -1
- package/esm2022/component/toolbar/toolbar/toolbar.component.mjs +2 -2
- package/esm2022/component/tree/public-api.mjs +1 -1
- package/esm2022/component/tree/tree/tree.component.mjs +6 -6
- package/esm2022/component/tree/tree-item/tree-item.component.mjs +9 -20
- package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +5 -6
- package/esm2022/component/tree/tree.service.mjs +1 -1
- package/esm2022/directive/auto-position/auto-position.directive.mjs +3 -3
- package/esm2022/directive/auto-position/public-api.mjs +1 -1
- package/esm2022/directive/click-outside/click-outside.directive.mjs +2 -2
- package/esm2022/directive/click-outside/public-api.mjs +1 -1
- package/esm2022/directive/context-menu/context-menu.directive.mjs +4 -8
- package/esm2022/directive/context-menu/public-api.mjs +1 -1
- package/esm2022/directive/disable-control/disable-control.directive.mjs +1 -1
- package/esm2022/directive/disable-control/public-api.mjs +1 -1
- package/esm2022/directive/drag-drop/drag-container.directive.mjs +8 -10
- package/esm2022/directive/drag-drop/drag-drop.service.mjs +14 -11
- package/esm2022/directive/drag-drop/drag-placeholder.directive.mjs +2 -2
- package/esm2022/directive/drag-drop/drag-preview.directive.mjs +2 -2
- package/esm2022/directive/drag-drop/drag.directive.mjs +4 -7
- package/esm2022/directive/drag-drop/model/drag-container-instance.mjs +1 -1
- package/esm2022/directive/drag-drop/model/drag-instance.mjs +1 -1
- package/esm2022/directive/drag-drop/model/drag-process.mjs +1 -1
- package/esm2022/directive/drag-drop/model/drag-selection.mjs +1 -1
- package/esm2022/directive/drag-drop/model/drop-event.mjs +1 -1
- package/esm2022/directive/drag-drop/model/drop-target.mjs +1 -1
- package/esm2022/directive/drag-sort/drag-sort-container.directive.mjs +2 -3
- package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +4 -10
- package/esm2022/directive/drag-sort/public-api.mjs +1 -1
- package/esm2022/directive/dynamic-content-base.directive.mjs +3 -3
- package/esm2022/directive/highlight/highlight.directive.mjs +4 -5
- package/esm2022/directive/highlight/public-api.mjs +1 -1
- package/esm2022/directive/hint/hint.directive.mjs +5 -14
- package/esm2022/directive/hint/public-api.mjs +1 -1
- package/esm2022/directive/let/let.directive.mjs +2 -2
- package/esm2022/directive/let/public-api.mjs +1 -1
- package/esm2022/directive/loader/loader.directive.mjs +3 -3
- package/esm2022/directive/loader/public-api.mjs +1 -1
- package/esm2022/directive/no-autofill/no-autofill.directive.mjs +1 -1
- package/esm2022/directive/no-autofill/public-api.mjs +1 -1
- package/esm2022/directive/only-number/public-api.mjs +1 -1
- package/esm2022/directive/resize-drag/public-api.mjs +1 -1
- package/esm2022/directive/resize-drag/resize-drag.directive.mjs +2 -2
- package/esm2022/directive/scroll-into-view/public-api.mjs +1 -1
- package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +3 -3
- package/esm2022/directive/scrollable/public-api.mjs +1 -1
- package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +6 -13
- package/esm2022/directive/scrollable/scrollable.directive.mjs +2 -2
- package/esm2022/directive/teta-template/public-api.mjs +1 -1
- package/esm2022/directive/teta-template/teta-template.directive.mjs +2 -2
- package/esm2022/directive/tooltip/public-api.mjs +1 -1
- package/esm2022/directive/tooltip/tooltip.directive.mjs +3 -4
- package/esm2022/index.mjs +1 -1
- package/esm2022/locale/en.mjs +2 -10
- package/esm2022/locale/ru.mjs +2 -10
- package/esm2022/locale/teta-config.service.mjs +2 -2
- package/esm2022/locale/teta-localisation.mjs +1 -1
- package/esm2022/observable/public-api.mjs +1 -1
- package/esm2022/observable/zone-observable.mjs +4 -4
- package/esm2022/pipe/date-pipe/teta-date.pipe.mjs +2 -2
- package/esm2022/pipe/number-pipe/number.pipe.mjs +2 -2
- package/esm2022/pipe/number-pipe/public-api.mjs +1 -1
- package/esm2022/pipe/util/number-helper.mjs +1 -1
- package/esm2022/util/bool-or-func.mjs +1 -1
- package/esm2022/util/date-util.mjs +2 -4
- package/esm2022/util/export-dom-image.mjs +1 -1
- package/esm2022/util/forms-util.mjs +9 -27
- package/esm2022/util/string-util.mjs +1 -3
- package/fesm2022/tetacom-ng-components.mjs +548 -1024
- package/fesm2022/tetacom-ng-components.mjs.map +1 -1
- package/locale/teta-localisation.d.ts +1 -14
- package/package.json +1 -1
- package/style/assembly-library.scss +41 -41
- package/style/assembly-presets.scss +4 -4
- package/style/assembly.scss +3 -3
- package/style/border.scss +2 -2
- package/style/color.scss +2 -3
- package/style/datepicker.scss +9 -10
- package/style/divider.scss +2 -1
- package/style/drag.scss +1 -1
- package/style/dropdown.scss +4 -5
- package/style/font.scss +2 -2
- package/style/hint.scss +3 -3
- package/style/input.scss +14 -9
- package/style/layout.scss +8 -8
- package/style/list.scss +4 -3
- package/style/loader.scss +1 -1
- package/style/message.scss +3 -3
- package/style/navigation.scss +6 -6
- package/style/presets/color-presets.scss +2 -2
- package/style/presets/view-types.scss +1 -1
- package/style/progress.scss +3 -2
- package/style/radio.scss +2 -4
- package/style/reset.scss +3 -1
- package/style/resize-panel.scss +12 -6
- package/style/scroll.scss +1 -1
- package/style/select.scss +5 -4
- package/style/shadow.scss +3 -3
- package/style/sidebar.scss +2 -2
- package/style/sizing.scss +1 -1
- package/style/skeleton.scss +3 -4
- package/style/spacing.scss +1 -1
- package/style/switch.scss +2 -3
- package/style/tag.scss +8 -8
- package/style/toggle.scss +3 -6
- package/style/toolbar.scss +3 -3
- package/style/tooltip.scss +5 -4
- package/style/tree.scss +2 -2
- package/style/util/font-util.scss +1 -1
- package/util/forms-util.d.ts +1 -2
- package/component/property-grid/property-grid.module.d.ts +0 -13
- package/esm2022/component/property-grid/property-grid.module.mjs +0 -57
|
@@ -30,20 +30,7 @@ export interface TetaLocalisation {
|
|
|
30
30
|
notSelected: string;
|
|
31
31
|
yes: string;
|
|
32
32
|
no: string;
|
|
33
|
-
months: [
|
|
34
|
-
string,
|
|
35
|
-
string,
|
|
36
|
-
string,
|
|
37
|
-
string,
|
|
38
|
-
string,
|
|
39
|
-
string,
|
|
40
|
-
string,
|
|
41
|
-
string,
|
|
42
|
-
string,
|
|
43
|
-
string,
|
|
44
|
-
string,
|
|
45
|
-
string
|
|
46
|
-
];
|
|
33
|
+
months: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
47
34
|
days: [string, string, string, string, string, string, string];
|
|
48
35
|
daysShort: [string, string, string, string, string, string, string];
|
|
49
36
|
}
|
package/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
7
|
-
@import
|
|
8
|
-
@import
|
|
9
|
-
@import
|
|
10
|
-
@import
|
|
11
|
-
@import
|
|
12
|
-
@import
|
|
13
|
-
@import
|
|
14
|
-
@import
|
|
15
|
-
@import
|
|
16
|
-
@import
|
|
17
|
-
@import
|
|
18
|
-
@import
|
|
19
|
-
@import
|
|
20
|
-
@import
|
|
21
|
-
@import
|
|
22
|
-
@import
|
|
23
|
-
@import
|
|
24
|
-
@import
|
|
25
|
-
@import
|
|
26
|
-
@import
|
|
27
|
-
@import
|
|
28
|
-
@import
|
|
29
|
-
@import
|
|
30
|
-
@import
|
|
31
|
-
@import
|
|
32
|
-
@import
|
|
33
|
-
@import
|
|
34
|
-
@import
|
|
35
|
-
@import
|
|
36
|
-
@import
|
|
37
|
-
@import
|
|
38
|
-
@import
|
|
39
|
-
@import
|
|
40
|
-
@import
|
|
41
|
-
@import
|
|
1
|
+
@import './accordion.scss';
|
|
2
|
+
@import './skeleton.scss';
|
|
3
|
+
@import './badge.scss';
|
|
4
|
+
@import './border.scss';
|
|
5
|
+
@import './button.scss';
|
|
6
|
+
@import './checkbox.scss';
|
|
7
|
+
@import './chips.scss';
|
|
8
|
+
@import './color.scss';
|
|
9
|
+
@import './datepicker.scss';
|
|
10
|
+
@import './drag.scss';
|
|
11
|
+
@import './dropdown.scss';
|
|
12
|
+
@import './font.scss';
|
|
13
|
+
@import './hint.scss';
|
|
14
|
+
@import './icon.scss';
|
|
15
|
+
@import './input.scss';
|
|
16
|
+
@import './layout.scss';
|
|
17
|
+
@import './library.scss';
|
|
18
|
+
@import './list.scss';
|
|
19
|
+
@import './loader.scss';
|
|
20
|
+
@import './message.scss';
|
|
21
|
+
@import './modal.scss';
|
|
22
|
+
@import './navigation.scss';
|
|
23
|
+
@import './progress.scss';
|
|
24
|
+
@import './radio.scss';
|
|
25
|
+
@import './resize-panel.scss';
|
|
26
|
+
@import './scroll.scss';
|
|
27
|
+
@import './select.scss';
|
|
28
|
+
@import './shadow.scss';
|
|
29
|
+
@import './sidebar.scss';
|
|
30
|
+
@import './sizing.scss';
|
|
31
|
+
@import './spacing.scss';
|
|
32
|
+
@import './switch.scss';
|
|
33
|
+
@import './table.scss';
|
|
34
|
+
@import './tabs.scss';
|
|
35
|
+
@import './tag.scss';
|
|
36
|
+
@import './toggle.scss';
|
|
37
|
+
@import './toolbar.scss';
|
|
38
|
+
@import './tooltip.scss';
|
|
39
|
+
@import './tree.scss';
|
|
40
|
+
@import './bottombar.scss';
|
|
41
|
+
@import './divider.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
1
|
+
@import './presets/color-presets.scss';
|
|
2
|
+
@import './presets/font-presets.scss';
|
|
3
|
+
@import './presets/spacing-presets.scss';
|
|
4
|
+
@import './presets/layout-presets.scss';
|
package/style/assembly.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import './reset.scss';
|
|
2
2
|
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
3
|
+
@import './assembly-presets.scss';
|
|
4
|
+
@import './assembly-library.scss';
|
package/style/border.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import './common.scss';
|
|
2
2
|
|
|
3
3
|
.border {
|
|
4
4
|
border-style: solid;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
@for $radius from 0 through 12 {
|
|
13
13
|
&-radius-#{$radius} {
|
|
14
|
-
border-radius: 1px * $radius!important;
|
|
14
|
+
border-radius: 1px * $radius !important;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
package/style/color.scss
CHANGED
package/style/datepicker.scss
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
1
|
+
@import 'util/font-util.scss';
|
|
2
|
+
@import 'util/shadow-util.scss';
|
|
3
|
+
@import 'util/color-util.scss';
|
|
4
|
+
@import 'presets/view-types.scss';
|
|
5
5
|
|
|
6
|
-
.daterange{
|
|
6
|
+
.daterange {
|
|
7
7
|
display: inline-flex;
|
|
8
8
|
width: 200px;
|
|
9
9
|
min-width: 0;
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
|
|
18
18
|
@include getView('base');
|
|
19
19
|
|
|
20
|
-
&-time{
|
|
21
|
-
|
|
20
|
+
&-time {
|
|
21
|
+
width: 160px;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
&-wide {
|
|
@@ -67,7 +67,8 @@
|
|
|
67
67
|
border-radius: 0;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
&:focus &-head,
|
|
70
|
+
&:focus &-head,
|
|
71
|
+
&_open &-head {
|
|
71
72
|
border-color: var(--color-primary-50);
|
|
72
73
|
}
|
|
73
74
|
|
|
@@ -124,8 +125,6 @@
|
|
|
124
125
|
background-color: var(--color-primary-50);
|
|
125
126
|
}
|
|
126
127
|
}
|
|
127
|
-
|
|
128
|
-
|
|
129
128
|
}
|
|
130
129
|
|
|
131
130
|
&-content {
|
package/style/divider.scss
CHANGED
package/style/drag.scss
CHANGED
package/style/dropdown.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import 'util/color-util';
|
|
2
|
+
@import 'util/shadow-util';
|
|
3
|
+
@import 'presets/view-types.scss';
|
|
4
4
|
|
|
5
5
|
.dropdown {
|
|
6
6
|
border: solid 1px var(--color-text-5);
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
z-index: 1050;
|
|
10
10
|
box-shadow: var(--shadow-2);
|
|
11
11
|
background: var(--color-global-bgcard);
|
|
12
|
-
animation: fadeInFromNone .5s ease-out;
|
|
12
|
+
animation: fadeInFromNone 0.5s ease-out;
|
|
13
13
|
|
|
14
14
|
@include getView('base');
|
|
15
15
|
|
|
@@ -39,4 +39,3 @@
|
|
|
39
39
|
opacity: 1;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
|
package/style/font.scss
CHANGED
package/style/hint.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import 'util/shadow-util.scss';
|
|
2
|
+
@import 'util/color-util.scss';
|
|
3
|
+
@import 'presets/view-types.scss';
|
|
4
4
|
.hint {
|
|
5
5
|
box-shadow: var(--shadow-1);
|
|
6
6
|
padding: 8px;
|
package/style/input.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
|
+
@import 'util/font-util.scss';
|
|
3
|
+
@import 'presets/view-types.scss';
|
|
4
4
|
|
|
5
5
|
.form-container {
|
|
6
6
|
display: flex;
|
|
@@ -30,11 +30,13 @@
|
|
|
30
30
|
background: var(--color-global-bgcard);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.text-field,
|
|
33
|
+
.text-field,
|
|
34
|
+
.input,
|
|
35
|
+
.textarea {
|
|
34
36
|
padding: 6px 8px;
|
|
35
37
|
border: solid 1px var(--color-text-5);
|
|
36
38
|
background-color: var(--color-text-5);
|
|
37
|
-
background-clip:padding-box;
|
|
39
|
+
background-clip: padding-box;
|
|
38
40
|
color: var(--color-text-90);
|
|
39
41
|
@include getFont($fonts, 'body-3');
|
|
40
42
|
display: flex;
|
|
@@ -47,7 +49,6 @@
|
|
|
47
49
|
|
|
48
50
|
@include getView('field');
|
|
49
51
|
|
|
50
|
-
|
|
51
52
|
&_invalid {
|
|
52
53
|
border-color: var(--color-red-50);
|
|
53
54
|
}
|
|
@@ -62,7 +63,8 @@
|
|
|
62
63
|
color: var(--color-text-40);
|
|
63
64
|
}
|
|
64
65
|
|
|
65
|
-
&:focus-within,
|
|
66
|
+
&:focus-within,
|
|
67
|
+
&:focus {
|
|
66
68
|
border-color: var(--color-primary-50);
|
|
67
69
|
}
|
|
68
70
|
|
|
@@ -76,7 +78,9 @@
|
|
|
76
78
|
}
|
|
77
79
|
}
|
|
78
80
|
|
|
79
|
-
&:disabled,
|
|
81
|
+
&:disabled,
|
|
82
|
+
&[disabled],
|
|
83
|
+
&_disabled {
|
|
80
84
|
border: 0;
|
|
81
85
|
background: var(--color-text-5);
|
|
82
86
|
color: var(--color-text-20);
|
|
@@ -104,7 +108,8 @@
|
|
|
104
108
|
}
|
|
105
109
|
}
|
|
106
110
|
|
|
107
|
-
.text-field,
|
|
111
|
+
.text-field,
|
|
112
|
+
.input {
|
|
108
113
|
height: 28px;
|
|
109
114
|
}
|
|
110
115
|
|
package/style/layout.scss
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@import
|
|
1
|
+
@use 'sass:math';
|
|
2
|
+
@import 'util/color-util';
|
|
3
3
|
|
|
4
4
|
@function widthCol($n) {
|
|
5
|
-
@return math.div(100%, $columns-count) * $n
|
|
5
|
+
@return math.div(100%, $columns-count) * $n;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
body {
|
|
@@ -37,10 +37,10 @@ body {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
.row-reverse {
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: row-reverse;
|
|
43
|
+
}
|
|
44
44
|
|
|
45
45
|
.column {
|
|
46
46
|
display: flex;
|
|
@@ -138,5 +138,5 @@ body {
|
|
|
138
138
|
border: solid 0;
|
|
139
139
|
border-radius: 4px;
|
|
140
140
|
overflow: hidden;
|
|
141
|
-
background: var(--color-global-bgcard)
|
|
141
|
+
background: var(--color-global-bgcard);
|
|
142
142
|
}
|
package/style/list.scss
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
|
+
@import 'util/font-util.scss';
|
|
3
3
|
|
|
4
4
|
.list {
|
|
5
|
-
padding: 8px
|
|
5
|
+
padding: 8px;
|
|
6
6
|
display: inline-flex;
|
|
7
7
|
flex-direction: column;
|
|
8
8
|
border-radius: 8px;
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
min-height: 28px;
|
|
17
17
|
display: inline-flex;
|
|
18
18
|
align-items: center;
|
|
19
|
+
border-radius: 8px;
|
|
19
20
|
padding: 0 8px;
|
|
20
21
|
white-space: nowrap;
|
|
21
22
|
background-color: transparent;
|
package/style/loader.scss
CHANGED
package/style/message.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import 'util/shadow-util.scss';
|
|
2
2
|
|
|
3
3
|
.message {
|
|
4
4
|
position: relative;
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
color: var(--color-text-90);
|
|
14
14
|
|
|
15
15
|
@each $paletteName, $palette in map-get($themes, nth(map-keys($themes), 1)) {
|
|
16
|
-
&#{'-'
|
|
16
|
+
&#{'-' + $paletteName}::before {
|
|
17
17
|
background: getColorVar($paletteName, '50');
|
|
18
|
-
content:
|
|
18
|
+
content: ' ';
|
|
19
19
|
position: absolute;
|
|
20
20
|
top: 0;
|
|
21
21
|
left: 0;
|
package/style/navigation.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
|
+
@import 'util/font-util.scss';
|
|
3
|
+
@import 'presets/view-types.scss';
|
|
4
4
|
|
|
5
5
|
.navigation {
|
|
6
6
|
&-item {
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
@include getView('base');
|
|
16
16
|
|
|
17
17
|
@each $paletteName, $palette in map-get($themes, nth(map-keys($themes), 1)) {
|
|
18
|
-
&#{'-'
|
|
18
|
+
&#{'-' + $paletteName} {
|
|
19
19
|
background: getColorVar($paletteName, '50');
|
|
20
20
|
}
|
|
21
|
-
&#{'-'
|
|
21
|
+
&#{'-' + $paletteName} &-item:hover {
|
|
22
22
|
background: getColorVar($paletteName, '40');
|
|
23
23
|
cursor: pointer;
|
|
24
24
|
}
|
|
25
|
-
&#{'-'
|
|
25
|
+
&#{'-' + $paletteName} &-item_active {
|
|
26
26
|
background: getColorVar($paletteName, '30');
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use '@tetacom/themes/src/tatneft/presets.scss' as tatneft;
|
|
2
2
|
@use '@tetacom/themes/src/base/presets.scss' as base;
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
3
|
+
@import '@tetacom/themes/src/global.tokens.css';
|
|
4
|
+
@import '@tetacom/themes/src/util.scss';
|
|
5
5
|
|
|
6
6
|
$themes: map-collect('themes', tatneft.$presets, base.$presets);
|
|
7
7
|
$shadows: map-collect('shadow', tatneft.$presets, base.$presets);
|
package/style/progress.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
2
|
|
|
3
3
|
.progress {
|
|
4
4
|
width: 100%;
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
background: var(--color-primary-50);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
&:hover &-slider,
|
|
25
|
+
&:hover &-slider,
|
|
26
|
+
&-slider_visible {
|
|
26
27
|
cursor: grab;
|
|
27
28
|
}
|
|
28
29
|
}
|
package/style/radio.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
1
|
+
@import 'util/font-util.scss';
|
|
2
|
+
@import 'util/color-util.scss';
|
|
3
3
|
|
|
4
4
|
.radio {
|
|
5
5
|
display: grid;
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
align-items: center;
|
|
13
13
|
@include getFont($fonts, 'body-3');
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
&_disabled {
|
|
17
16
|
filter: grayscale(50%);
|
|
18
17
|
color: var(--color-text-40);
|
|
@@ -40,7 +39,6 @@
|
|
|
40
39
|
background-color: var(--color-text-5);
|
|
41
40
|
color: var(--color-text-40);
|
|
42
41
|
border: solid 1px var(--color-text-30);
|
|
43
|
-
|
|
44
42
|
}
|
|
45
43
|
|
|
46
44
|
&-small-icon {
|
package/style/reset.scss
CHANGED
package/style/resize-panel.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
2
|
|
|
3
3
|
.resize {
|
|
4
4
|
&-panel {
|
|
@@ -13,11 +13,14 @@
|
|
|
13
13
|
fill: var(--color-text-20);
|
|
14
14
|
z-index: 10;
|
|
15
15
|
|
|
16
|
-
&_active,
|
|
16
|
+
&_active,
|
|
17
|
+
&:hover {
|
|
17
18
|
fill: var(--color-text-90);
|
|
18
19
|
}
|
|
19
20
|
|
|
20
|
-
&_left,
|
|
21
|
+
&_left,
|
|
22
|
+
&_right,
|
|
23
|
+
&_vertical {
|
|
21
24
|
height: 100%;
|
|
22
25
|
top: 0;
|
|
23
26
|
}
|
|
@@ -30,7 +33,8 @@
|
|
|
30
33
|
left: 100%;
|
|
31
34
|
}
|
|
32
35
|
|
|
33
|
-
&_top,
|
|
36
|
+
&_top,
|
|
37
|
+
&_bottom {
|
|
34
38
|
width: 100%;
|
|
35
39
|
left: 0;
|
|
36
40
|
}
|
|
@@ -45,11 +49,13 @@
|
|
|
45
49
|
}
|
|
46
50
|
|
|
47
51
|
&-drag {
|
|
48
|
-
&_horizontal:hover,
|
|
52
|
+
&_horizontal:hover,
|
|
53
|
+
&_horizontal#{&}_active {
|
|
49
54
|
cursor: row-resize;
|
|
50
55
|
}
|
|
51
56
|
|
|
52
|
-
&_vertical:hover,
|
|
57
|
+
&_vertical:hover,
|
|
58
|
+
&_vertical#{&}_active {
|
|
53
59
|
cursor: col-resize;
|
|
54
60
|
}
|
|
55
61
|
}
|
package/style/scroll.scss
CHANGED
package/style/select.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
|
+
@import 'util/font-util.scss';
|
|
3
|
+
@import 'presets/view-types.scss';
|
|
4
4
|
|
|
5
5
|
.select {
|
|
6
6
|
display: inline-flex;
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
&:focus:not(&_disabled) &-head,
|
|
75
|
+
&:focus:not(&_disabled) &-head,
|
|
76
|
+
&_open &-head {
|
|
76
77
|
border-color: var(--color-primary-50);
|
|
77
78
|
}
|
|
78
79
|
|
package/style/shadow.scss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
3
|
-
@import
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'sass:list';
|
|
3
|
+
@import 'util/shadow-util.scss';
|
package/style/sidebar.scss
CHANGED
package/style/sizing.scss
CHANGED
package/style/skeleton.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import 'util/color-util.scss';
|
|
2
2
|
|
|
3
3
|
.skeleton-pulse {
|
|
4
4
|
height: 100%;
|
|
@@ -9,11 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
@keyframes pulse {
|
|
11
11
|
0% {
|
|
12
|
-
background-position: 0% 0
|
|
12
|
+
background-position: 0% 0%;
|
|
13
13
|
}
|
|
14
14
|
100% {
|
|
15
|
-
background-position: -135% 0
|
|
15
|
+
background-position: -135% 0%;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
|
|
19
18
|
}
|
package/style/spacing.scss
CHANGED