@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
package/docs/switchDocs.mdx
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {Meta} from
|
|
2
|
-
import SwitchStories from
|
|
1
|
+
import { Meta } from '@storybook/blocks';
|
|
2
|
+
import SwitchStories from '../src/component/switch/Switch.stories';
|
|
3
3
|
|
|
4
|
-
<Meta of={SwitchStories}/>
|
|
4
|
+
<Meta of={SwitchStories} />
|
|
5
5
|
|
|
6
|
-
<div class=
|
|
6
|
+
<div class="column gap-24">
|
|
7
7
|
<h1>Switch</h1>
|
|
8
|
-
<div class=
|
|
9
|
-
<p>
|
|
8
|
+
<div class="column">
|
|
9
|
+
<p>
|
|
10
|
+
Switch — компонент, которые совмещает в себе несколько элементов навигации по странице. Занимает много места, но
|
|
11
|
+
упрощает переходы по разделам.
|
|
12
|
+
</p>
|
|
10
13
|
</div>
|
|
11
14
|
<h3>Правила применения</h3>
|
|
12
|
-
<div class=
|
|
15
|
+
<div class="column">
|
|
13
16
|
<p>Основные правила применения этого элемента:</p>
|
|
14
17
|
<ul>
|
|
15
18
|
<li>Не использовать более восьми кнопок в группе выбора.</li>
|
|
@@ -18,86 +21,96 @@ import SwitchStories from "../src/component/switch/Switch.stories";
|
|
|
18
21
|
</ul>
|
|
19
22
|
</div>
|
|
20
23
|
<h3>Как использовать</h3>
|
|
21
|
-
<div class=
|
|
22
|
-
<p
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
<div class="column">
|
|
25
|
+
<p>
|
|
26
|
+
В данной библиотеке этот компонент называется <code>teta-switch</code>. Для управления состоянием используется{' '}
|
|
27
|
+
<code>ngModel</code>.
|
|
28
|
+
</p>
|
|
29
|
+
<p>
|
|
30
|
+
Внутрь <code>teta-switch</code> необходимо передать специальные кнопки <code>teta-switch-button</code>, у которых
|
|
31
|
+
есть свойство <code>value</code> являющееся идентификатором для их выбора
|
|
32
|
+
</p>
|
|
33
|
+
</div>
|
|
25
34
|
<h3>Пример кода</h3>
|
|
26
|
-
<p
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
35
|
+
<p>
|
|
36
|
+
<pre>
|
|
37
|
+
<code>
|
|
38
|
+
<teta-switch [(ngModel)]="selected"> <teta-switch-button value="1"> 1
|
|
39
|
+
</teta-switch-button> <teta-switch-button value="2"> 2
|
|
40
|
+
</teta-switch-button> </teta-switch>
|
|
41
|
+
</code>
|
|
42
|
+
</pre>
|
|
43
|
+
</p>
|
|
34
44
|
<h3>Свойства</h3>
|
|
35
45
|
<h4>teta-switch</h4>
|
|
36
46
|
<table>
|
|
37
47
|
<thead>
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
48
|
+
<tr>
|
|
49
|
+
<th>Свойство</th>
|
|
50
|
+
<th>Tип</th>
|
|
51
|
+
<th>Описание</th>
|
|
52
|
+
</tr>
|
|
43
53
|
</thead>
|
|
44
54
|
<tbody>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
55
|
+
<tr>
|
|
56
|
+
<td class="text-align-center">
|
|
57
|
+
<p>viewType</p>
|
|
58
|
+
</td>
|
|
59
|
+
<td class="text-align-center">
|
|
60
|
+
<code>'rounded'|'circle'|'brick'</code>
|
|
61
|
+
</td>
|
|
62
|
+
<td class="text-align-center">
|
|
63
|
+
<p>Свойство округления компонента.</p>
|
|
64
|
+
</td>
|
|
65
|
+
</tr>
|
|
66
|
+
<tr>
|
|
67
|
+
<td class="text-align-center">
|
|
68
|
+
<p>disabled</p>
|
|
69
|
+
</td>
|
|
70
|
+
<td class="text-align-center">
|
|
71
|
+
<code>boolean</code>
|
|
72
|
+
</td>
|
|
73
|
+
<td class="text-align-center">
|
|
74
|
+
<p>Отключает реакцию компонента на клик пользователя</p>
|
|
75
|
+
</td>
|
|
76
|
+
</tr>
|
|
67
77
|
</tbody>
|
|
68
78
|
</table>
|
|
69
79
|
<h4>teta-switch-button</h4>
|
|
70
80
|
<table>
|
|
71
81
|
<thead>
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
82
|
+
<tr>
|
|
83
|
+
<th>Свойство</th>
|
|
84
|
+
<th>Tип</th>
|
|
85
|
+
<th>Описание</th>
|
|
86
|
+
</tr>
|
|
77
87
|
</thead>
|
|
78
88
|
<tbody>
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
89
|
+
<tr>
|
|
90
|
+
<td class="text-align-center">
|
|
91
|
+
<p>size</p>
|
|
92
|
+
</td>
|
|
93
|
+
<td class="text-align-center">
|
|
94
|
+
<code>'m' |'l'</code>
|
|
95
|
+
</td>
|
|
96
|
+
<td class="text-align-center">
|
|
97
|
+
<p>Размер кнопки</p>
|
|
98
|
+
</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
101
|
+
<td class="text-align-center">
|
|
102
|
+
<p>palette</p>
|
|
103
|
+
</td>
|
|
104
|
+
<td class="text-align-center">
|
|
105
|
+
<code>string</code>
|
|
106
|
+
</td>
|
|
107
|
+
<td class="text-align-center">
|
|
108
|
+
<p>
|
|
109
|
+
Отвечает за цвет фона кнопки. Принимает в себя название палитры и указывает 50-й оттенок (Пример: вводим
|
|
110
|
+
yellow- цвет будет color-yellow-50)."
|
|
111
|
+
</p>
|
|
112
|
+
</td>
|
|
113
|
+
</tr>
|
|
101
114
|
</tbody>
|
|
102
115
|
</table>
|
|
103
116
|
</div>
|
package/docs/tagDocs.mdx
CHANGED
|
@@ -1,19 +1,25 @@
|
|
|
1
|
-
import {Meta} from
|
|
2
|
-
import TagStories from
|
|
1
|
+
import { Meta } from '@storybook/blocks';
|
|
2
|
+
import TagStories from '../src/component/tag/Tag.stories';
|
|
3
3
|
|
|
4
|
-
<Meta of={TagStories}/>
|
|
4
|
+
<Meta of={TagStories} />
|
|
5
5
|
|
|
6
|
-
<div class=
|
|
6
|
+
<div class="column gap-24">
|
|
7
7
|
<h1>Тег</h1>
|
|
8
|
-
<div class=
|
|
9
|
-
<p>
|
|
10
|
-
|
|
11
|
-
которые
|
|
8
|
+
<div class="column">
|
|
9
|
+
<p>
|
|
10
|
+
Tag (тег) — компонент, который объединяет между собой похожие объекты: статьи, документы, фотографии. По сути, это
|
|
11
|
+
метки, которые позволяет маркировать и классифицировать контент, и состоят из релевантных ключевых слов, которые
|
|
12
|
+
облегчают поиск и просмотр контента.
|
|
13
|
+
</p>
|
|
12
14
|
</div>
|
|
13
15
|
<h3>Как использовать</h3>
|
|
14
|
-
<div class=
|
|
15
|
-
<p
|
|
16
|
+
<div class="column">
|
|
17
|
+
<p>
|
|
18
|
+
Для того чтобы сделать чип, нужно к блоку добавить CSS класс <code>tag</code>
|
|
19
|
+
</p>
|
|
16
20
|
<p>Если помимо текста в чипе нужна кнопка (допустим кнопка с иконкой closeBig), то она должна идти после текста</p>
|
|
17
|
-
<p
|
|
21
|
+
<p>
|
|
22
|
+
У тегов есть дополнительный класс для отображения с фоном - <code>tag_filled</code>
|
|
23
|
+
</p>
|
|
18
24
|
</div>
|
|
19
25
|
</div>
|
package/docs/toggleDocs.mdx
CHANGED
|
@@ -1,54 +1,60 @@
|
|
|
1
|
-
import {Meta} from
|
|
2
|
-
import toggleStories from
|
|
1
|
+
import { Meta } from '@storybook/blocks';
|
|
2
|
+
import toggleStories from '../src/component/toggle/Toggle.stories';
|
|
3
3
|
|
|
4
|
-
<Meta of={toggleStories}/>
|
|
4
|
+
<Meta of={toggleStories} />
|
|
5
5
|
|
|
6
|
-
<div class=
|
|
6
|
+
<div class="column gap-24">
|
|
7
7
|
<h1>Переключатель</h1>
|
|
8
|
-
<div class=
|
|
8
|
+
<div class="column">
|
|
9
9
|
<p>Toggle (переключатель) — компонент, который позволяет переключаться между состояниями.</p>
|
|
10
10
|
</div>
|
|
11
11
|
<h3>Функции</h3>
|
|
12
|
-
<div class=
|
|
13
|
-
<p
|
|
12
|
+
<div class="column">
|
|
13
|
+
<p>
|
|
14
|
+
Функционально тогл — аналог чекбокса, но контекст их использования может отличаться. Тогл нельзя использовать для
|
|
15
|
+
выбора элементов в списке. Например, выбрать несколько параметров.
|
|
16
|
+
</p>
|
|
14
17
|
<p>Тогл больше и заметнее чекбокса. Хорошо, когда на странице 1 тогл, максимум 2–3.</p>
|
|
15
18
|
</div>
|
|
16
19
|
<h3>Как использовать</h3>
|
|
17
|
-
<div class=
|
|
18
|
-
<p
|
|
20
|
+
<div class="column">
|
|
21
|
+
<p>
|
|
22
|
+
<code>teta-toggle</code> - компонент для создание тогла. Для управления его состоянием используется{' '}
|
|
23
|
+
<code>ngModel</code>
|
|
24
|
+
</p>
|
|
19
25
|
</div>
|
|
20
26
|
<h3>Свойства</h3>
|
|
21
27
|
<table>
|
|
22
28
|
<thead>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
29
|
+
<tr>
|
|
30
|
+
<th>Свойство</th>
|
|
31
|
+
<th>Tип</th>
|
|
32
|
+
<th>Описание</th>
|
|
33
|
+
</tr>
|
|
28
34
|
</thead>
|
|
29
35
|
<tbody>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
36
|
+
<tr>
|
|
37
|
+
<td class="text-align-center">
|
|
38
|
+
<p>noLabel</p>
|
|
39
|
+
</td>
|
|
40
|
+
<td class="text-align-center">
|
|
41
|
+
<code>boolean</code>
|
|
42
|
+
</td>
|
|
43
|
+
<td class="text-align-center">
|
|
44
|
+
<p>Свойство, которое отображает/скрывает блок текста в тогле</p>
|
|
45
|
+
</td>
|
|
46
|
+
</tr>
|
|
47
|
+
<tr>
|
|
48
|
+
<td class="text-align-center">
|
|
49
|
+
<p>disabled</p>
|
|
50
|
+
</td>
|
|
51
|
+
<td class="text-align-center">
|
|
52
|
+
<code>boolean</code>
|
|
53
|
+
</td>
|
|
54
|
+
<td class="text-align-center">
|
|
55
|
+
<p>Отключает взаимодействие со всем листом радиокнопок</p>
|
|
56
|
+
</td>
|
|
57
|
+
</tr>
|
|
52
58
|
</tbody>
|
|
53
59
|
</table>
|
|
54
60
|
</div>
|
package/docs/toolbarDocs.mdx
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
|
-
import {Meta} from
|
|
2
|
-
import ToolbarStories from
|
|
1
|
+
import { Meta } from '@storybook/blocks';
|
|
2
|
+
import ToolbarStories from '../src/component/toolbar/Toolbar.stories';
|
|
3
3
|
|
|
4
|
-
<Meta of={ToolbarStories}/>
|
|
4
|
+
<Meta of={ToolbarStories} />
|
|
5
5
|
|
|
6
|
-
<div class=
|
|
6
|
+
<div class="column gap-24">
|
|
7
7
|
<h1>Панель инструментов</h1>
|
|
8
|
-
<div class=
|
|
9
|
-
<p>
|
|
8
|
+
<div class="column">
|
|
9
|
+
<p>
|
|
10
|
+
Toolbar (панель инструментов) — элемент графического интерфейса пользователя. Обычно панель инструментов
|
|
11
|
+
располагается в верхней части окна программы и содержит иконки, кнопки или выпадающие списки, которые позволяют
|
|
12
|
+
пользователю выполнять определенные действия без необходимости просматривать меню или вводить команды вручную.
|
|
13
|
+
</p>
|
|
10
14
|
</div>
|
|
11
15
|
<h3>Как использовать</h3>
|
|
12
|
-
<div class=
|
|
13
|
-
<p
|
|
16
|
+
<div class="column">
|
|
17
|
+
<p>
|
|
18
|
+
Для создания туллбара используется компонент <code>teta-toolbar</code>
|
|
19
|
+
</p>
|
|
14
20
|
<p>Внутрь передается контент, который необходимо отобразить в нем.</p>
|
|
15
21
|
</div>
|
|
16
22
|
</div>
|
package/docs/treeDocs.mdx
CHANGED
|
@@ -1,107 +1,126 @@
|
|
|
1
|
-
import {Meta} from
|
|
2
|
-
import TreeStories from
|
|
1
|
+
import { Meta } from '@storybook/blocks';
|
|
2
|
+
import TreeStories from '../src/component/tree/Tree.stories';
|
|
3
3
|
|
|
4
|
-
<Meta of={TreeStories}/>
|
|
4
|
+
<Meta of={TreeStories} />
|
|
5
5
|
|
|
6
|
-
<div class=
|
|
6
|
+
<div class="column gap-24">
|
|
7
7
|
<h1>Дерево</h1>
|
|
8
|
-
<div class=
|
|
9
|
-
<p>
|
|
8
|
+
<div class="column">
|
|
9
|
+
<p>
|
|
10
|
+
Tree (дерево) — компонент, использующийся для отображения иерархических структур, представленных расширяемыми
|
|
11
|
+
узлами дерева.
|
|
12
|
+
</p>
|
|
10
13
|
<p>Компонент используется для сущностей, которые имеют ссылки на самих себя.</p>
|
|
11
14
|
</div>
|
|
12
15
|
<h3>Правила применения</h3>
|
|
13
|
-
<div class=
|
|
14
|
-
<p
|
|
16
|
+
<div class="column">
|
|
17
|
+
<p>
|
|
18
|
+
У дерева есть отдельные элементы (TreeItem), которые совмещаются между собой. Каждый элемент имеет свой
|
|
19
|
+
уровень.Раскрытие происходит иерархично: 1 уровень раскрывается на 2 уровень, 2 уровень на 3 уровень и т. п.
|
|
20
|
+
</p>
|
|
15
21
|
</div>
|
|
16
22
|
<h3>Как использовать</h3>
|
|
17
|
-
<div class=
|
|
18
|
-
<p
|
|
19
|
-
|
|
20
|
-
</
|
|
23
|
+
<div class="column">
|
|
24
|
+
<p>
|
|
25
|
+
Для начала нужно создать <code> <teta-tree></code>. Этот компонент ждет свойство <code>data</code>, оно ждет
|
|
26
|
+
объект со свойством <code>children</code>, которое принимает массив таких же данных. Также можно передавать любые
|
|
27
|
+
дополнительные свойства, которые необходимы вам для генерации дерева.
|
|
28
|
+
</p>
|
|
29
|
+
<p>
|
|
30
|
+
Внутрь необходимо передать блок <code>ng-template</code> с директивой <code>teta-template</code> для кастомизации
|
|
31
|
+
элемента дерева.
|
|
32
|
+
</p>
|
|
33
|
+
</div>
|
|
21
34
|
<h3>Пример кода</h3>
|
|
22
|
-
<p
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
35
|
+
<p>
|
|
36
|
+
<pre>
|
|
37
|
+
<code>
|
|
38
|
+
<teta-tree [data]="data"> <ng-template tetaTemplate let-item>
|
|
39
|
+
<teta-icon [name]="item.icon"></teta-icon>
|
|
40
|
+
<p>{{item.name}}</p> </ng-template>
|
|
41
|
+
</teta-tree>
|
|
42
|
+
</code>
|
|
43
|
+
</pre>
|
|
44
|
+
</p>
|
|
28
45
|
<h3>Свойства</h3>
|
|
29
46
|
<h4>teta-tree</h4>
|
|
30
47
|
<table>
|
|
31
48
|
<thead>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
49
|
+
<tr>
|
|
50
|
+
<th>Свойство</th>
|
|
51
|
+
<th>Tип</th>
|
|
52
|
+
<th>Описание</th>
|
|
53
|
+
</tr>
|
|
37
54
|
</thead>
|
|
38
55
|
<tbody>
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
56
|
+
<tr>
|
|
57
|
+
<td class="text-align-center">
|
|
58
|
+
<p>data</p>
|
|
59
|
+
</td>
|
|
60
|
+
<td class="text-align-center">
|
|
61
|
+
<code>ITreeData[]</code>
|
|
62
|
+
</td>
|
|
63
|
+
<td class="text-align-center">
|
|
64
|
+
<p>Данные для формирования дерева</p>
|
|
65
|
+
</td>
|
|
66
|
+
</tr>
|
|
67
|
+
<tr>
|
|
68
|
+
<td class="text-align-center">
|
|
69
|
+
<p>childNodeName</p>
|
|
70
|
+
</td>
|
|
71
|
+
<td class="text-align-center">
|
|
72
|
+
<code>string</code>
|
|
73
|
+
</td>
|
|
74
|
+
<td class="text-align-center">
|
|
75
|
+
<p>
|
|
76
|
+
Свойство, отвечающее за название элемента с дочерними элементами дерева (по дефолту <code>children</code>)
|
|
77
|
+
</p>
|
|
78
|
+
</td>
|
|
79
|
+
</tr>
|
|
80
|
+
<tr>
|
|
81
|
+
<td class="text-align-center">
|
|
82
|
+
<p>height</p>
|
|
83
|
+
</td>
|
|
84
|
+
<td class="text-align-center">
|
|
85
|
+
<code>number</code>
|
|
86
|
+
</td>
|
|
87
|
+
<td class="text-align-center">
|
|
88
|
+
<p>Высота дерева</p>
|
|
89
|
+
</td>
|
|
90
|
+
</tr>
|
|
91
|
+
<tr>
|
|
92
|
+
<td class="text-align-center">
|
|
93
|
+
<p>openItems</p>
|
|
94
|
+
</td>
|
|
95
|
+
<td class="text-align-center">
|
|
96
|
+
<code>ITreeData[]</code>
|
|
97
|
+
</td>
|
|
98
|
+
<td class="text-align-center">
|
|
99
|
+
<p>Свойство, отвечающее контроль над открытыми элементами дерева</p>
|
|
100
|
+
</td>
|
|
101
|
+
</tr>
|
|
102
|
+
<tr>
|
|
103
|
+
<td class="text-align-center">
|
|
104
|
+
<p>virtual</p>
|
|
105
|
+
</td>
|
|
106
|
+
<td class="text-align-center">
|
|
107
|
+
<code>boolean</code>
|
|
108
|
+
</td>
|
|
109
|
+
<td class="text-align-center">
|
|
110
|
+
<p>Флаг добавления виртуального скролла</p>
|
|
111
|
+
</td>
|
|
112
|
+
</tr>
|
|
113
|
+
<tr>
|
|
114
|
+
<td class="text-align-center">
|
|
115
|
+
<p>openItemsChange</p>
|
|
116
|
+
</td>
|
|
117
|
+
<td class="text-align-center">
|
|
118
|
+
<code>function</code>
|
|
119
|
+
</td>
|
|
120
|
+
<td class="text-align-center">
|
|
121
|
+
<p>Переданная функция срабатывает при открытии/закрытии элемента дерева и отдает открытые элементы дерева</p>
|
|
122
|
+
</td>
|
|
123
|
+
</tr>
|
|
105
124
|
</tbody>
|
|
106
125
|
</table>
|
|
107
126
|
</div>
|
|
@@ -5,4 +5,4 @@ export class TetaContentRef {
|
|
|
5
5
|
this.componentRef = componentRef;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV0YS1jb250ZW50LXJlZi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21tb24vY29udHJhY3QvdGV0YS1jb250ZW50LXJlZi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sY0FBYztJQUN6QixZQUFtQixLQUFZLEVBQVMsT0FBaUIsRUFBUyxZQUFnQztRQUEvRSxVQUFLLEdBQUwsS0FBSyxDQUFPO1FBQVMsWUFBTyxHQUFQLE9BQU8sQ0FBVTtRQUFTLGlCQUFZLEdBQVosWUFBWSxDQUFvQjtJQUFHLENBQUM7Q0FDdkciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRSZWYsIFZpZXdSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGNsYXNzIFRldGFDb250ZW50UmVmIHtcbiAgY29uc3RydWN0b3IocHVibGljIG5vZGVzOiBhbnlbXSwgcHVibGljIHZpZXdSZWY/OiBWaWV3UmVmLCBwdWJsaWMgY29tcG9uZW50UmVmPzogQ29tcG9uZW50UmVmPGFueT4pIHt9XG59XG4iXX0=
|
|
@@ -10,4 +10,4 @@ export var Align;
|
|
|
10
10
|
Align[Align["outerRight"] = 7] = "outerRight";
|
|
11
11
|
Align[Align["outerAuto"] = 8] = "outerAuto";
|
|
12
12
|
})(Align || (Align = {}));
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxpZ24uZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21tb24vZW51bS9hbGlnbi5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLEtBVVg7QUFWRCxXQUFZLEtBQUs7SUFDZixpQ0FBSSxDQUFBO0lBQ0osbUNBQUssQ0FBQTtJQUNMLHFDQUFNLENBQUE7SUFDTixpQ0FBSSxDQUFBO0lBQ0oseUNBQVEsQ0FBQTtJQUNSLHlDQUFRLENBQUE7SUFDUiwyQ0FBUyxDQUFBO0lBQ1QsNkNBQVUsQ0FBQTtJQUNWLDJDQUFTLENBQUE7QUFDWCxDQUFDLEVBVlcsS0FBSyxLQUFMLEtBQUssUUFVaEIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBBbGlnbiB7XG4gIGxlZnQsXG4gIHJpZ2h0LFxuICBjZW50ZXIsXG4gIGF1dG8sXG4gIGZpdFdpZHRoLFxuICBtaW5XaWR0aCxcbiAgb3V0ZXJMZWZ0LFxuICBvdXRlclJpZ2h0LFxuICBvdXRlckF1dG8sXG59XG4iXX0=
|
|
@@ -8,4 +8,4 @@ export var VerticalAlign;
|
|
|
8
8
|
VerticalAlign[VerticalAlign["innerBottom"] = 5] = "innerBottom";
|
|
9
9
|
VerticalAlign[VerticalAlign["innerAuto"] = 6] = "innerAuto";
|
|
10
10
|
})(VerticalAlign || (VerticalAlign = {}));
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVydGljYWwtYWxpZ24uZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21tb24vZW51bS92ZXJ0aWNhbC1hbGlnbi5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLGFBUVg7QUFSRCxXQUFZLGFBQWE7SUFDdkIsK0NBQUcsQ0FBQTtJQUNILHFEQUFNLENBQUE7SUFDTixxREFBTSxDQUFBO0lBQ04saURBQUksQ0FBQTtJQUNKLHlEQUFRLENBQUE7SUFDUiwrREFBVyxDQUFBO0lBQ1gsMkRBQVMsQ0FBQTtBQUNYLENBQUMsRUFSVyxhQUFhLEtBQWIsYUFBYSxRQVF4QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFZlcnRpY2FsQWxpZ24ge1xuICB0b3AsXG4gIGJvdHRvbSxcbiAgY2VudGVyLFxuICBhdXRvLFxuICBpbm5lclRvcCxcbiAgaW5uZXJCb3R0b20sXG4gIGlubmVyQXV0byxcbn1cbiJdfQ==
|