@tetacom/ng-components 1.0.25 → 1.0.26
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/{dist/common → common}/contract/auto-close-ignore-case.d.ts +0 -0
- package/{dist/common → common}/contract/constructor-type.d.ts +0 -0
- package/{dist/common → common}/contract/dynamic-data.d.ts +0 -0
- package/{dist/common → common}/contract/i-dictionary.d.ts +0 -0
- package/{dist/common → common}/contract/i-id-name.d.ts +0 -0
- package/{dist/common → common}/contract/i-rect.d.ts +0 -0
- package/{dist/common → common}/contract/i-tree-data.d.ts +0 -0
- package/{dist/common → common}/contract/public-api.d.ts +0 -0
- package/{dist/common → common}/contract/teta-content-ref.d.ts +0 -0
- package/{dist/common → common}/enum/align.enum.d.ts +0 -0
- package/{dist/common → common}/enum/public-api.d.ts +0 -0
- package/{dist/common → common}/enum/teta-size.enum.d.ts +0 -0
- package/{dist/common → common}/enum/vertical-align.enum.d.ts +0 -0
- package/{dist/common → common}/public-api.d.ts +0 -0
- package/{dist/common → common}/service/click.service.d.ts +0 -0
- package/{dist/common → common}/service/dynamic-component.service.d.ts +0 -0
- package/{dist/common → common}/service/overlay-container.service.d.ts +0 -0
- package/{dist/common → common}/service/public-api.d.ts +0 -0
- package/{dist/common → common}/util/array-util.d.ts +0 -0
- package/{dist/common → common}/util/dom-util.d.ts +0 -0
- package/{dist/common → common}/util/position-util.d.ts +0 -0
- package/{dist/common → common}/util/public-api.d.ts +0 -0
- package/{dist/component → component}/accordion/accordion/accordion.component.d.ts +0 -0
- package/{dist/component → component}/accordion/accordion-content.directive.d.ts +0 -0
- package/{dist/component → component}/accordion/accordion-head/accordion-head.component.d.ts +0 -0
- package/{dist/component → component}/accordion/accordion-item/accordion-item.component.d.ts +0 -0
- package/{dist/component → component}/accordion/accordion.module.d.ts +0 -0
- package/{dist/component → component}/accordion/public-api.d.ts +0 -0
- package/{dist/component → component}/button/button/button.component.d.ts +0 -0
- package/{dist/component → component}/button/button.module.d.ts +0 -0
- package/{dist/component → component}/button/public-api.d.ts +0 -0
- package/{dist/component → component}/chart/chart/chart.component.d.ts +0 -0
- package/{dist/component → component}/chart/chart.module.d.ts +0 -0
- package/{dist/component → component}/chart/core/axis-creator.d.ts +0 -0
- package/{dist/component → component}/chart/core/chart.d.ts +0 -0
- package/{dist/component → component}/chart/core/public-api.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/area-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/bar-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/contour-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/default-drawer-mapping.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/line-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/pie-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/public-api.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/scatter-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/drawer/spline-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/legend-drawer/default-drawer-legend-mapping.d.ts +0 -0
- package/{dist/component → component}/chart/legend-drawer/gradient-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/legend-drawer/swatch-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/model/annotation.d.ts +0 -0
- package/{dist/component → component}/chart/model/axis-options.d.ts +0 -0
- package/{dist/component → component}/chart/model/chart-bounds.d.ts +0 -0
- package/{dist/component → component}/chart/model/chart-options.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/axis-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/dispatch-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/drag-point-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/legend-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/public-api.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/scale-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/scale.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/series-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/enum/zoom-type.d.ts +0 -0
- package/{dist/component → component}/chart/model/i-drag-event.d.ts +0 -0
- package/{dist/component → component}/chart/model/i-drawer-legend.d.ts +0 -0
- package/{dist/component → component}/chart/model/i-drawer.d.ts +0 -0
- package/{dist/component → component}/chart/model/i-zoom-event.d.ts +0 -0
- package/{dist/component → component}/chart/model/plot-band.d.ts +0 -0
- package/{dist/component → component}/chart/model/plot-line.d.ts +0 -0
- package/{dist/component → component}/chart/model/point/bar-point.d.ts +0 -0
- package/{dist/component → component}/chart/model/point/base-point.d.ts +0 -0
- package/{dist/component → component}/chart/model/point/contour-point.d.ts +0 -0
- package/{dist/component → component}/chart/model/point/marker-options.d.ts +0 -0
- package/{dist/component → component}/chart/model/point/public-api.d.ts +0 -0
- package/{dist/component → component}/chart/model/point/scatter-point.d.ts +0 -0
- package/{dist/component → component}/chart/model/public-api.d.ts +0 -0
- package/{dist/component → component}/chart/model/series.d.ts +0 -0
- package/{dist/component → component}/chart/model/tooltip-options.d.ts +0 -0
- package/{dist/component → component}/chart/public-api.d.ts +0 -0
- package/{dist/component → component}/chart-3d/chart-3d.module.d.ts +0 -0
- package/{dist/component → component}/chart-3d/chart3d/chart3d.component.d.ts +0 -0
- package/{dist/component → component}/chart-3d/model/base-3d-point.d.ts +0 -0
- package/{dist/component → component}/chart-3d/model/chart-3d-options.d.ts +0 -0
- package/{dist/component → component}/chart-3d/model/public-api.d.ts +0 -0
- package/{dist/component → component}/chart-3d/model/series-3d.d.ts +0 -0
- package/{dist/component → component}/chart-3d/public-api.d.ts +0 -0
- package/{dist/component → component}/checkbox/checkbox/checkbox.component.d.ts +0 -0
- package/{dist/component → component}/checkbox/checkbox.module.d.ts +0 -0
- package/{dist/component → component}/checkbox/public-api.d.ts +0 -0
- package/{dist/component → component}/date-picker/date-picker/date-picker.component.d.ts +0 -0
- package/{dist/component → component}/date-picker/date-picker.module.d.ts +0 -0
- package/{dist/component → component}/date-picker/day-select/day-select.component.d.ts +0 -0
- package/{dist/component → component}/date-picker/model/date-period.d.ts +0 -0
- package/{dist/component → component}/date-picker/model/date-picker-mode.enum.d.ts +0 -0
- package/{dist/component → component}/date-picker/model/day-model.d.ts +0 -0
- package/{dist/component → component}/date-picker/model/picker-locale-model.d.ts +0 -0
- package/{dist/component → component}/date-picker/month-picker/month-picker.component.d.ts +0 -0
- package/{dist/component → component}/date-picker/month-select/month-select.component.d.ts +0 -0
- package/{dist/component → component}/date-picker/public-api.d.ts +0 -0
- package/{dist/component → component}/date-picker/service/picker-locale.service.d.ts +0 -0
- package/{dist/component → component}/date-picker/service/picker-touch.service.d.ts +0 -0
- package/{dist/component → component}/date-picker/time-part-control/time-part-control.component.d.ts +0 -0
- package/{dist/component → component}/date-picker/util/date-picker-util.d.ts +0 -0
- package/{dist/component → component}/date-picker/year-select/year-select.component.d.ts +0 -0
- package/{dist/component → component}/delimiter/delimiter/delimiter.component.d.ts +0 -0
- package/{dist/component → component}/delimiter/delimiter.module.d.ts +0 -0
- package/{dist/component → component}/delimiter/public-api.d.ts +0 -0
- package/{dist/component → component}/dropdown/dropdown/dropdown.component.d.ts +0 -0
- package/{dist/component → component}/dropdown/dropdown-base.d.ts +0 -0
- package/{dist/component → component}/dropdown/dropdown-content.directive.d.ts +0 -0
- package/{dist/component → component}/dropdown/dropdown-head.directive.d.ts +0 -0
- package/{dist/component → component}/dropdown/dropdown.directive.d.ts +0 -0
- package/{dist/component → component}/dropdown/dropdown.module.d.ts +0 -0
- package/{dist/component → component}/dropdown/public-api.d.ts +0 -0
- package/{dist/component → component}/dynamic-component/dynamic-component.module.d.ts +0 -0
- package/{dist/component → component}/dynamic-component/popup-content/popup-content.component.d.ts +0 -0
- package/{dist/component → component}/dynamic-component/public-api.d.ts +0 -0
- package/{dist/component → component}/expand-panel/expand-panel/expand-panel.component.d.ts +0 -0
- package/{dist/component → component}/expand-panel/expand-panel-content.directive.d.ts +0 -0
- package/{dist/component → component}/expand-panel/expand-panel-head.directive.d.ts +0 -0
- package/{dist/component → component}/expand-panel/expand-panel.module.d.ts +0 -0
- package/{dist/component → component}/expand-panel/public-api.d.ts +0 -0
- package/{dist/component → component}/file-upload/file-item/file-item.component.d.ts +0 -0
- package/{dist/component → component}/file-upload/file-upload-area/file-upload-area.component.d.ts +0 -0
- package/{dist/component → component}/file-upload/file-upload.module.d.ts +0 -0
- package/{dist/component → component}/file-upload/public-api.d.ts +0 -0
- package/{dist/component → component}/filter/base/filter-base.d.ts +0 -0
- package/{dist/component → component}/filter/base/filter-component-base.d.ts +0 -0
- package/{dist/component → component}/filter/boolean-filter/boolean-filter.component.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/boolean-filter.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/date-filter-value.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/date-filter.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/filter-component-map.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/filter-item.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/filter-state.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/i-filter.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/list-filter.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/numeric-filter-value.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/numeric-filter.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/sort-param.d.ts +0 -0
- package/{dist/component → component}/filter/contarct/string-filter.d.ts +0 -0
- package/{dist/component → component}/filter/date-filter/date-filter.component.d.ts +0 -0
- package/{dist/component → component}/filter/enum/filter-type.enum.d.ts +0 -0
- package/{dist/component → component}/filter/enum/list-filter-type.enum.d.ts +0 -0
- package/{dist/component → component}/filter/enum/string-filter-type.enum.d.ts +0 -0
- package/{dist/component → component}/filter/filter-host/filter-host.component.d.ts +0 -0
- package/{dist/component → component}/filter/filter-panel/filter-panel.component.d.ts +0 -0
- package/{dist/component → component}/filter/filter.module.d.ts +0 -0
- package/{dist/component → component}/filter/list-filter/list-filter.component.d.ts +0 -0
- package/{dist/component → component}/filter/numeric-filter/numeric-filter.component.d.ts +0 -0
- package/{dist/component → component}/filter/public-api.d.ts +0 -0
- package/{dist/component → component}/filter/string-filter/string-filter.component.d.ts +0 -0
- package/{dist/component → component}/icon/icon/icon.component.d.ts +0 -0
- package/{dist/component → component}/icon/icon-sprite.directive.d.ts +0 -0
- package/{dist/component → component}/icon/icon.module.d.ts +0 -0
- package/{dist/component → component}/icon/icon.service.d.ts +0 -0
- package/{dist/component → component}/icon/public-api.d.ts +0 -0
- package/{dist/component → component}/input/form-group-title/form-group-title.component.d.ts +0 -0
- package/{dist/component → component}/input/input/input.component.d.ts +0 -0
- package/{dist/component → component}/input/input.module.d.ts +0 -0
- package/{dist/component → component}/input/public-api.d.ts +0 -0
- package/{dist/component → component}/input/text-field/text-field.component.d.ts +0 -0
- package/{dist/component → component}/message/message/message.component.d.ts +0 -0
- package/{dist/component → component}/message/message-host/message-host.component.d.ts +0 -0
- package/{dist/component → component}/message/message.module.d.ts +0 -0
- package/{dist/component → component}/message/message.service.d.ts +0 -0
- package/{dist/component → component}/message/model/message.d.ts +0 -0
- package/{dist/component → component}/message/public-api.d.ts +0 -0
- package/{dist/component → component}/modal/dialog/dialog.component.d.ts +0 -0
- package/{dist/component → component}/modal/dialog.service.d.ts +0 -0
- package/{dist/component → component}/modal/modal-container/modal-container.component.d.ts +0 -0
- package/{dist/component → component}/modal/modal.module.d.ts +0 -0
- package/{dist/component → component}/modal/modal.service.d.ts +0 -0
- package/{dist/component → component}/modal/model/current-modal.d.ts +0 -0
- package/{dist/component → component}/modal/model/i-modal-config.d.ts +0 -0
- package/{dist/component → component}/modal/model/i-modal-result.d.ts +0 -0
- package/{dist/component → component}/modal/model/modal-close-reason.enum.d.ts +0 -0
- package/{dist/component → component}/modal/model/modal-instance.d.ts +0 -0
- package/{dist/component → component}/modal/public-api.d.ts +0 -0
- package/{dist/component → component}/pager/model/pager-state.d.ts +0 -0
- package/{dist/component → component}/pager/pager/pager.component.d.ts +0 -0
- package/{dist/component → component}/pager/pager.module.d.ts +0 -0
- package/{dist/component → component}/pager/public-api.d.ts +0 -0
- package/{dist/component → component}/pager/util/pager-util.d.ts +0 -0
- package/{dist/component → component}/panel/panel/panel.component.d.ts +0 -0
- package/{dist/component → component}/panel/panel.module.d.ts +0 -0
- package/{dist/component → component}/panel/public-api.d.ts +0 -0
- package/{dist/component → component}/progress-bar/progress-bar/progress-bar.component.d.ts +0 -0
- package/{dist/component → component}/progress-bar/progress-bar.module.d.ts +0 -0
- package/{dist/component → component}/progress-bar/public-api.d.ts +0 -0
- package/{dist/component → component}/property-grid/default/date-item-default/date-item-default.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/default/list-item-default/list-item-default.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/default/numeric-item-default/numeric-item-default.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/default/string-item-default/string-item-default.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/property-grid/property-grid.component.d.ts +0 -0
- package/{dist/component → component}/property-grid/property-grid.module.d.ts +0 -0
- package/{dist/component → component}/property-grid/public-api.d.ts +0 -0
- package/{dist/component → component}/public-api.d.ts +0 -0
- package/{dist/component → component}/radio/public-api.d.ts +0 -0
- package/{dist/component → component}/radio/radio/radio.component.d.ts +0 -0
- package/{dist/component → component}/radio/radio-button/radio-button.component.d.ts +0 -0
- package/{dist/component → component}/radio/radio.module.d.ts +0 -0
- package/{dist/component → component}/resize-panel/public-api.d.ts +0 -0
- package/{dist/component → component}/resize-panel/resize-panel/resize-panel.component.d.ts +0 -0
- package/{dist/component → component}/resize-panel/resize-panel.module.d.ts +0 -0
- package/{dist/component → component}/select/public-api.d.ts +0 -0
- package/{dist/component → component}/select/select/select.component.d.ts +0 -0
- package/{dist/component → component}/select/select-option.directive.d.ts +0 -0
- package/{dist/component → component}/select/select-value.directive.d.ts +0 -0
- package/{dist/component → component}/select/select.module.d.ts +0 -0
- package/{dist/component → component}/sidebar/public-api.d.ts +0 -0
- package/{dist/component → component}/sidebar/sidebar/sidebar.component.d.ts +0 -0
- package/{dist/component → component}/sidebar/sidebar-position.enum.d.ts +0 -0
- package/{dist/component → component}/sidebar/sidebar.module.d.ts +0 -0
- package/{dist/component → component}/switch/public-api.d.ts +0 -0
- package/{dist/component → component}/switch/switch/switch.component.d.ts +0 -0
- package/{dist/component → component}/switch/switch-button/switch-button.component.d.ts +0 -0
- package/{dist/component → component}/switch/switch.module.d.ts +0 -0
- package/{dist/component → component}/switch/switch.service.d.ts +0 -0
- package/{dist/component → component}/table/base/cell-component-base.d.ts +0 -0
- package/{dist/component → component}/table/base/detail-component-base.d.ts +0 -0
- package/{dist/component → component}/table/base/group-row-component-base.d.ts +0 -0
- package/{dist/component → component}/table/base/head-cell-component-base.d.ts +0 -0
- package/{dist/component → component}/table/cell/cell.component.d.ts +0 -0
- package/{dist/component → component}/table/cell-host/cell-host.component.d.ts +0 -0
- package/{dist/component → component}/table/contract/cell-components-map.d.ts +0 -0
- package/{dist/component → component}/table/contract/column-reorder-event.d.ts +0 -0
- package/{dist/component → component}/table/contract/column-resize-event.d.ts +0 -0
- package/{dist/component → component}/table/contract/i-cell-coordinates.d.ts +0 -0
- package/{dist/component → component}/table/contract/i-cell-event.d.ts +0 -0
- package/{dist/component → component}/table/contract/i-cell-value.d.ts +0 -0
- package/{dist/component → component}/table/contract/public-api.d.ts +0 -0
- package/{dist/component → component}/table/contract/sort-event.d.ts +0 -0
- package/{dist/component → component}/table/contract/table-column-store.d.ts +0 -0
- package/{dist/component → component}/table/contract/table-column.d.ts +0 -0
- package/{dist/component → component}/table/contract/table-context-menu-config.d.ts +0 -0
- package/{dist/component → component}/table/contract/table-row.d.ts +0 -0
- package/{dist/component → component}/table/default/boolean-cell/boolean-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/default/date-cell/date-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/default/date-time-cell/date-time-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/default/default-head-cell/default-head-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/default/group-row/group-row.component.d.ts +0 -0
- package/{dist/component → component}/table/default/list-cell/list-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/default/numeric-cell/numeric-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/default/string-cell/string-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/enum/aggregation-type.enum.d.ts +0 -0
- package/{dist/component → component}/table/enum/edit-event.enum.d.ts +0 -0
- package/{dist/component → component}/table/enum/edit-type.enum.d.ts +0 -0
- package/{dist/component → component}/table/enum/public-api.d.ts +0 -0
- package/{dist/component → component}/table/enum/select-type.enum.d.ts +0 -0
- package/{dist/component → component}/table/head-cell/head-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +0 -0
- package/{dist/component → component}/table/head-cell-host/head-cell-host.component.d.ts +0 -0
- package/{dist/component → component}/table/public-api.d.ts +0 -0
- package/{dist/component → component}/table/selection-cell/selection-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/selection-head-cell/selection-head-cell.component.d.ts +0 -0
- package/{dist/component → component}/table/service/table.service.d.ts +0 -0
- package/{dist/component → component}/table/table/table.component.d.ts +0 -0
- package/{dist/component → component}/table/table-body/table-body.component.d.ts +0 -0
- package/{dist/component → component}/table/table-head/table-head.component.d.ts +0 -0
- package/{dist/component → component}/table/table-head-group/table-head-group.component.d.ts +0 -0
- package/{dist/component → component}/table/table.module.d.ts +0 -0
- package/{dist/component → component}/table/util/public-api.d.ts +0 -0
- package/{dist/component → component}/table/util/state-util.d.ts +0 -0
- package/{dist/component → component}/table/util/table-util.d.ts +0 -0
- package/{dist/component → component}/tabs/public-api.d.ts +0 -0
- package/{dist/component → component}/tabs/tab/tab.component.d.ts +0 -0
- package/{dist/component → component}/tabs/tab-content.directive.d.ts +0 -0
- package/{dist/component → component}/tabs/tab-title.directive.d.ts +0 -0
- package/{dist/component → component}/tabs/tabs/tabs.component.d.ts +0 -0
- package/{dist/component → component}/tabs/tabs.module.d.ts +0 -0
- package/{dist/component → component}/theme-switch/public-api.d.ts +0 -0
- package/{dist/component → component}/theme-switch/theme-switch/theme-switch.component.d.ts +0 -0
- package/{dist/component → component}/theme-switch/theme-switch.module.d.ts +0 -0
- package/{dist/component → component}/theme-switch/theme-switch.service.d.ts +0 -0
- package/{dist/component → component}/toggle/public-api.d.ts +0 -0
- package/{dist/component → component}/toggle/toggle/toggle.component.d.ts +0 -0
- package/{dist/component → component}/toggle/toggle.module.d.ts +0 -0
- package/{dist/component → component}/toolbar/public-api.d.ts +0 -0
- package/{dist/component → component}/toolbar/toolbar/toolbar.component.d.ts +0 -0
- package/{dist/component → component}/toolbar/toolbar.module.d.ts +0 -0
- package/{dist/component → component}/tree/public-api.d.ts +0 -0
- package/{dist/component → component}/tree/tree/tree.component.d.ts +0 -0
- package/{dist/component → component}/tree/tree-item/tree-item.component.d.ts +0 -0
- package/{dist/component → component}/tree/tree-item-toggle/tree-item-toggle.component.d.ts +0 -0
- package/{dist/component → component}/tree/tree.module.d.ts +0 -0
- package/{dist/component → component}/tree/tree.service.d.ts +0 -0
- package/{dist/directive → directive}/click-outside/click-outside.directive.d.ts +0 -0
- package/{dist/directive → directive}/click-outside/click-outside.module.d.ts +0 -0
- package/{dist/directive → directive}/click-outside/public-api.d.ts +0 -0
- package/{dist/directive → directive}/context-menu/context-menu.directive.d.ts +0 -0
- package/{dist/directive → directive}/context-menu/context-menu.module.d.ts +0 -0
- package/{dist/directive → directive}/context-menu/public-api.d.ts +0 -0
- package/{dist/directive → directive}/disable-control/disable-control.directive.d.ts +0 -0
- package/{dist/directive → directive}/disable-control/disable-control.module.d.ts +0 -0
- package/{dist/directive → directive}/disable-control/public-api.d.ts +0 -0
- package/{dist/directive → directive}/drag-sort/drag-sort-container.directive.d.ts +0 -0
- package/{dist/directive → directive}/drag-sort/drag-sort-event.d.ts +0 -0
- package/{dist/directive → directive}/drag-sort/drag-sort-item.directive.d.ts +0 -0
- package/{dist/directive → directive}/drag-sort/drag-sort.module.d.ts +0 -0
- package/{dist/directive → directive}/drag-sort/public-api.d.ts +0 -0
- package/{dist/directive → directive}/dynamic-content-base.directive.d.ts +0 -0
- package/{dist/directive → directive}/highlight/highlight.directive.d.ts +0 -0
- package/{dist/directive → directive}/highlight/highlight.module.d.ts +0 -0
- package/{dist/directive → directive}/highlight/public-api.d.ts +0 -0
- package/{dist/directive → directive}/hint/hint.directive.d.ts +0 -0
- package/{dist/directive → directive}/hint/hint.module.d.ts +0 -0
- package/{dist/directive → directive}/hint/public-api.d.ts +0 -0
- package/{dist/directive → directive}/loader/loader.directive.d.ts +0 -0
- package/{dist/directive → directive}/loader/loader.module.d.ts +0 -0
- package/{dist/directive → directive}/loader/public-api.d.ts +0 -0
- package/{dist/directive → directive}/no-autofill/no-autofill.directive.d.ts +0 -0
- package/{dist/directive → directive}/no-autofill/no-autofill.module.d.ts +0 -0
- package/{dist/directive → directive}/no-autofill/public-api.d.ts +0 -0
- package/{dist/directive → directive}/only-number/only-number.directive.d.ts +0 -0
- package/{dist/directive → directive}/only-number/only-number.module.d.ts +0 -0
- package/{dist/directive → directive}/only-number/public-api.d.ts +0 -0
- package/{dist/directive → directive}/public-api.d.ts +0 -0
- package/{dist/directive → directive}/resize-drag/public-api.d.ts +0 -0
- package/{dist/directive → directive}/resize-drag/resize-drag.directive.d.ts +0 -0
- package/{dist/directive → directive}/resize-drag/resize-drag.module.d.ts +0 -0
- package/{dist/directive → directive}/teta-template/public-api.d.ts +0 -0
- package/{dist/directive → directive}/teta-template/teta-template.directive.d.ts +0 -0
- package/{dist/directive → directive}/teta-template/teta-template.module.d.ts +0 -0
- package/{dist/directive → directive}/tooltip/public-api.d.ts +0 -0
- package/{dist/directive → directive}/tooltip/tooltip.directive.d.ts +0 -0
- package/{dist/directive → directive}/tooltip/tooltip.module.d.ts +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/auto-close-ignore-case.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/constructor-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/dynamic-data.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/i-dictionary.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/i-id-name.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/i-rect.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/i-tree-data.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/contract/teta-content-ref.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/enum/align.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/enum/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/enum/teta-size.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/enum/vertical-align.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/service/click.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/service/dynamic-component.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/service/overlay-container.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/service/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/util/array-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/util/dom-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/util/position-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/common/util/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/accordion/accordion/accordion.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/accordion/accordion-content.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/accordion/accordion-head/accordion-head.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/accordion/accordion-item/accordion-item.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/accordion/accordion.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/accordion/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/button/button/button.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/button/button.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/button/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/chart/chart.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/chart.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/core/axis-creator.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/core/chart.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/core/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/area-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/bar-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/contour-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/default-drawer-mapping.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/line-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/pie-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/scatter-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/drawer/spline-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/legend-drawer/default-drawer-legend-mapping.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/legend-drawer/gradient-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/legend-drawer/swatch-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/annotation.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/axis-options.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/chart-bounds.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/chart-options.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/axis-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/dispatch-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/drag-point-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/legend-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/scale-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/scale.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/series-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/enum/zoom-type.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/i-drag-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/i-drawer-legend.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/i-drawer.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/i-zoom-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/plot-band.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/plot-line.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/point/bar-point.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/point/base-point.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/point/contour-point.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/point/marker-options.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/point/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/point/scatter-point.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/series.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/model/tooltip-options.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/chart-3d.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/chart3d/chart3d.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/model/base-3d-point.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/model/chart-3d-options.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/model/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/model/series-3d.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/chart-3d/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/checkbox/checkbox/checkbox.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/checkbox/checkbox.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/checkbox/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/date-picker/date-picker.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/date-picker.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/day-select/day-select.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/model/date-period.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/model/date-picker-mode.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/model/day-model.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/model/picker-locale-model.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/month-picker/month-picker.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/month-select/month-select.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/service/picker-locale.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/service/picker-touch.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/time-part-control/time-part-control.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/util/date-picker-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/date-picker/year-select/year-select.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/delimiter/delimiter/delimiter.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/delimiter/delimiter.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/delimiter/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/dropdown/dropdown.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/dropdown-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/dropdown-content.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/dropdown-head.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/dropdown.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/dropdown.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dropdown/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dynamic-component/dynamic-component.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dynamic-component/popup-content/popup-content.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/dynamic-component/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/expand-panel/expand-panel/expand-panel.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/expand-panel/expand-panel-content.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/expand-panel/expand-panel-head.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/expand-panel/expand-panel.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/expand-panel/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/file-upload/file-item/file-item.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/file-upload/file-upload-area/file-upload-area.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/file-upload/file-upload.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/file-upload/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/base/filter-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/base/filter-component-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/boolean-filter/boolean-filter.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/boolean-filter.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/date-filter-value.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/date-filter.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/filter-component-map.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/filter-item.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/filter-state.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/i-filter.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/list-filter.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/numeric-filter-value.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/numeric-filter.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/sort-param.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/contarct/string-filter.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/date-filter/date-filter.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/enum/filter-type.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/enum/list-filter-type.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/enum/string-filter-type.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/filter-host/filter-host.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/filter-panel/filter-panel.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/filter.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/list-filter/list-filter.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/numeric-filter/numeric-filter.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/filter/string-filter/string-filter.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/icon/icon/icon.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/icon/icon-sprite.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/icon/icon.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/icon/icon.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/icon/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/input/form-group-title/form-group-title.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/input/input/input.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/input/input.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/input/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/input/text-field/text-field.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/message/message/message.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/message/message-host/message-host.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/message/message.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/message/message.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/message/model/message.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/message/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/dialog/dialog.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/dialog.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/modal-container/modal-container.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/modal.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/modal.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/model/current-modal.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/model/i-modal-config.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/model/i-modal-result.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/model/modal-close-reason.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/model/modal-instance.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/modal/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/pager/model/pager-state.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/pager/pager/pager.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/pager/pager.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/pager/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/pager/util/pager-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/panel/panel/panel.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/panel/panel.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/panel/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/progress-bar/progress-bar/progress-bar.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/progress-bar/progress-bar.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/progress-bar/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/default/date-item-default/date-item-default.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/default/list-item-default/list-item-default.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/default/numeric-item-default/numeric-item-default.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/default/string-item-default/string-item-default.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/property-grid/property-grid.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/property-grid.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/property-grid/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/radio/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/radio/radio/radio.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/radio/radio-button/radio-button.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/radio/radio.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/resize-panel/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/resize-panel/resize-panel/resize-panel.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/resize-panel/resize-panel.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/select/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/select/select/select.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/select/select-option.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/select/select-value.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/select/select.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/sidebar/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/sidebar/sidebar/sidebar.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/sidebar/sidebar-position.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/sidebar/sidebar.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/switch/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/switch/switch/switch.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/switch/switch-button/switch-button.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/switch/switch.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/switch/switch.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/base/cell-component-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/base/detail-component-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/base/group-row-component-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/base/head-cell-component-base.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/cell/cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/cell-host/cell-host.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/cell-components-map.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/column-reorder-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/column-resize-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/i-cell-coordinates.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/i-cell-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/i-cell-value.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/sort-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/table-column-store.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/table-column.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/table-context-menu-config.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/contract/table-row.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/boolean-cell/boolean-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/date-cell/date-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/date-time-cell/date-time-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/default-head-cell/default-head-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/group-row/group-row.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/list-cell/list-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/numeric-cell/numeric-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/default/string-cell/string-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/enum/aggregation-type.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/enum/edit-event.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/enum/edit-type.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/enum/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/enum/select-type.enum.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/head-cell/head-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/head-cell-host/head-cell-host.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/selection-cell/selection-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/selection-head-cell/selection-head-cell.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/service/table.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/table/table.component.mjs +1 -1
- package/{dist/esm2020 → esm2020}/component/table/table-body/table-body.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/table-head/table-head.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/table-head-group/table-head-group.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/table.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/util/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/util/state-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/table/util/table-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tabs/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tabs/tab/tab.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tabs/tab-content.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tabs/tab-title.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tabs/tabs/tabs.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tabs/tabs.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/theme-switch/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/theme-switch/theme-switch/theme-switch.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/theme-switch/theme-switch.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/theme-switch/theme-switch.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/toggle/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/toggle/toggle/toggle.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/toggle/toggle.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/toolbar/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/toolbar/toolbar/toolbar.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/toolbar/toolbar.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tree/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tree/tree/tree.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tree/tree-item/tree-item.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tree/tree.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/component/tree/tree.service.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/click-outside/click-outside.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/click-outside/click-outside.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/click-outside/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/context-menu/context-menu.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/context-menu/context-menu.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/context-menu/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/disable-control/disable-control.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/disable-control/disable-control.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/disable-control/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/drag-sort/drag-sort-container.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/drag-sort/drag-sort-event.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/drag-sort/drag-sort-item.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/drag-sort/drag-sort.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/drag-sort/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/dynamic-content-base.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/highlight/highlight.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/highlight/highlight.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/highlight/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/hint/hint.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/hint/hint.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/hint/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/loader/loader.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/loader/loader.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/loader/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/no-autofill/no-autofill.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/no-autofill/no-autofill.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/no-autofill/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/only-number/only-number.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/only-number/only-number.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/only-number/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/resize-drag/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/resize-drag/resize-drag.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/resize-drag/resize-drag.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/teta-template/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/teta-template/teta-template.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/teta-template/teta-template.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/tooltip/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/tooltip/tooltip.directive.mjs +0 -0
- package/{dist/esm2020 → esm2020}/directive/tooltip/tooltip.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/number-pipe/number-pipe.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/number-pipe/number.pipe.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/number-pipe/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/prepend-zero/prepend-zero.module.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/prepend-zero/prepend-zero.pipe.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/pipe/util/number-helper.mjs +0 -0
- package/{dist/esm2020 → esm2020}/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/tetacom-ng-components.mjs +0 -0
- package/{dist/esm2020 → esm2020}/util/date-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/util/forms-util.mjs +0 -0
- package/{dist/esm2020 → esm2020}/util/public-api.mjs +0 -0
- package/{dist/esm2020 → esm2020}/util/string-util.mjs +0 -0
- package/{dist/fesm2015 → fesm2015}/tetacom-ng-components.mjs +0 -0
- package/fesm2015/tetacom-ng-components.mjs.map +1 -0
- package/{dist/fesm2020 → fesm2020}/tetacom-ng-components.mjs +0 -0
- package/fesm2020/tetacom-ng-components.mjs.map +1 -0
- package/package.json +22 -2
- package/{dist/pipe → pipe}/number-pipe/number-pipe.module.d.ts +0 -0
- package/{dist/pipe → pipe}/number-pipe/number.pipe.d.ts +0 -0
- package/{dist/pipe → pipe}/number-pipe/public-api.d.ts +0 -0
- package/{dist/pipe → pipe}/prepend-zero/prepend-zero.module.d.ts +0 -0
- package/{dist/pipe → pipe}/prepend-zero/prepend-zero.pipe.d.ts +0 -0
- package/{dist/pipe → pipe}/public-api.d.ts +0 -0
- package/{dist/pipe → pipe}/util/number-helper.d.ts +0 -0
- package/{dist/public-api.d.ts → public-api.d.ts} +0 -0
- package/{dist/tetacom-ng-components.d.ts → tetacom-ng-components.d.ts} +0 -0
- package/{dist/util → util}/date-util.d.ts +0 -0
- package/{dist/util → util}/forms-util.d.ts +0 -0
- package/{dist/util → util}/public-api.d.ts +0 -0
- package/{dist/util → util}/string-util.d.ts +0 -0
- package/dist/README.md +0 -24
- package/dist/assets/color-icons.svg +0 -339
- package/dist/assets/icons.svg +0 -669
- package/dist/assets/intersect.svg +0 -3
- package/dist/assets/lithotype-icons.svg +0 -429
- package/dist/fesm2015/tetacom-ng-components.mjs.map +0 -1
- package/dist/fesm2020/tetacom-ng-components.mjs.map +0 -1
- package/dist/package.json +0 -35
- package/dist/style/accordion.scss +0 -47
- package/dist/style/assembly-library.scss +0 -36
- package/dist/style/assembly-presets.scss +0 -5
- package/dist/style/assembly.scss +0 -4
- package/dist/style/border.scss +0 -24
- package/dist/style/button.scss +0 -43
- package/dist/style/checkbox.scss +0 -31
- package/dist/style/chips.scss +0 -23
- package/dist/style/color.scss +0 -42
- package/dist/style/common.scss +0 -1
- package/dist/style/datepicker.scss +0 -106
- package/dist/style/drag.scss +0 -40
- package/dist/style/dropdown.scss +0 -30
- package/dist/style/font.scss +0 -7
- package/dist/style/hint.scss +0 -13
- package/dist/style/icon.scss +0 -12
- package/dist/style/input.scss +0 -162
- package/dist/style/layout.scss +0 -109
- package/dist/style/library.scss +0 -208
- package/dist/style/list.scss +0 -70
- package/dist/style/loader.scss +0 -40
- package/dist/style/message.scss +0 -51
- package/dist/style/modal.scss +0 -29
- package/dist/style/navigation.scss +0 -26
- package/dist/style/presets/color-presets.scss +0 -151
- package/dist/style/presets/font-presets.scss +0 -132
- package/dist/style/presets/layout-presets.scss +0 -1
- package/dist/style/presets/shadow-presets.scss +0 -16
- package/dist/style/presets/spacing-presets.scss +0 -2
- package/dist/style/progress.scss +0 -28
- package/dist/style/radio.scss +0 -56
- package/dist/style/reset.scss +0 -35
- package/dist/style/resize-panel.scss +0 -58
- package/dist/style/scroll.scss +0 -60
- package/dist/style/select.scss +0 -108
- package/dist/style/shadow.scss +0 -23
- package/dist/style/sidebar.scss +0 -40
- package/dist/style/sizing.scss +0 -12
- package/dist/style/spacing.scss +0 -45
- package/dist/style/switch.scss +0 -36
- package/dist/style/table.scss +0 -226
- package/dist/style/tabs.scss +0 -64
- package/dist/style/toggle.scss +0 -70
- package/dist/style/toolbar.scss +0 -23
- package/dist/style/tooltip.scss +0 -60
- package/dist/style/tree.scss +0 -60
- package/dist/style/util/button-util.scss +0 -58
- package/dist/style/util/color-util.scss +0 -3
- package/dist/style/util/font-util.scss +0 -11
- package/dist/style/util/scroll-util.scss +0 -4
- package/dist/style/util/shadow-util.scss +0 -3
- package/karma.conf.js +0 -44
- package/ng-package.json +0 -11
- package/src/Introduction.stories.mdx +0 -178
- package/src/common/contract/auto-close-ignore-case.ts +0 -1
- package/src/common/contract/constructor-type.ts +0 -1
- package/src/common/contract/dynamic-data.ts +0 -11
- package/src/common/contract/i-dictionary.ts +0 -3
- package/src/common/contract/i-id-name.ts +0 -6
- package/src/common/contract/i-rect.ts +0 -8
- package/src/common/contract/i-tree-data.ts +0 -4
- package/src/common/contract/public-api.ts +0 -8
- package/src/common/contract/teta-content-ref.ts +0 -6
- package/src/common/enum/align.enum.ts +0 -8
- package/src/common/enum/public-api.ts +0 -3
- package/src/common/enum/teta-size.enum.ts +0 -7
- package/src/common/enum/vertical-align.enum.ts +0 -6
- package/src/common/public-api.ts +0 -4
- package/src/common/service/click.service.spec.ts +0 -16
- package/src/common/service/click.service.ts +0 -16
- package/src/common/service/dynamic-component.service.spec.ts +0 -16
- package/src/common/service/dynamic-component.service.ts +0 -134
- package/src/common/service/overlay-container.service.spec.ts +0 -16
- package/src/common/service/overlay-container.service.ts +0 -37
- package/src/common/service/public-api.ts +0 -3
- package/src/common/util/array-util.ts +0 -140
- package/src/common/util/dom-util.ts +0 -16
- package/src/common/util/position-util.ts +0 -112
- package/src/common/util/public-api.ts +0 -3
- package/src/component/accordion/Accordion.stories.ts +0 -49
- package/src/component/accordion/accordion/accordion.component.html +0 -1
- package/src/component/accordion/accordion/accordion.component.scss +0 -0
- package/src/component/accordion/accordion/accordion.component.spec.ts +0 -25
- package/src/component/accordion/accordion/accordion.component.ts +0 -20
- package/src/component/accordion/accordion-content.directive.spec.ts +0 -8
- package/src/component/accordion/accordion-content.directive.ts +0 -9
- package/src/component/accordion/accordion-head/accordion-head.component.html +0 -6
- package/src/component/accordion/accordion-head/accordion-head.component.scss +0 -0
- package/src/component/accordion/accordion-head/accordion-head.component.spec.ts +0 -25
- package/src/component/accordion/accordion-head/accordion-head.component.ts +0 -54
- package/src/component/accordion/accordion-item/accordion-item.component.html +0 -4
- package/src/component/accordion/accordion-item/accordion-item.component.scss +0 -0
- package/src/component/accordion/accordion-item/accordion-item.component.spec.ts +0 -25
- package/src/component/accordion/accordion-item/accordion-item.component.ts +0 -48
- package/src/component/accordion/accordion.module.ts +0 -18
- package/src/component/accordion/public-api.ts +0 -5
- package/src/component/button/Button.stories.ts +0 -61
- package/src/component/button/button/button.component.html +0 -1
- package/src/component/button/button/button.component.scss +0 -0
- package/src/component/button/button/button.component.spec.ts +0 -25
- package/src/component/button/button/button.component.ts +0 -42
- package/src/component/button/button.module.ts +0 -16
- package/src/component/button/public-api.ts +0 -2
- package/src/component/chart/Chart.stories.ts +0 -97
- package/src/component/chart/chart/chart.component.html +0 -9
- package/src/component/chart/chart/chart.component.scss +0 -70
- package/src/component/chart/chart/chart.component.spec.ts +0 -25
- package/src/component/chart/chart/chart.component.ts +0 -241
- package/src/component/chart/chart-data.ts +0 -653
- package/src/component/chart/chart.module.ts +0 -10
- package/src/component/chart/color-list.ts +0 -22
- package/src/component/chart/core/axis-creator.ts +0 -130
- package/src/component/chart/core/chart.ts +0 -1831
- package/src/component/chart/core/public-api.ts +0 -2
- package/src/component/chart/drawer/area-drawer.ts +0 -30
- package/src/component/chart/drawer/bar-drawer.ts +0 -36
- package/src/component/chart/drawer/contour-drawer.ts +0 -47
- package/src/component/chart/drawer/default-drawer-mapping.ts +0 -19
- package/src/component/chart/drawer/line-drawer.ts +0 -203
- package/src/component/chart/drawer/pie-drawer.ts +0 -13
- package/src/component/chart/drawer/public-api.ts +0 -6
- package/src/component/chart/drawer/scatter-drawer.ts +0 -138
- package/src/component/chart/drawer/spline-drawer.ts +0 -33
- package/src/component/chart/legend-drawer/default-drawer-legend-mapping.ts +0 -8
- package/src/component/chart/legend-drawer/gradient-drawer.ts +0 -65
- package/src/component/chart/legend-drawer/swatch-drawer.ts +0 -81
- package/src/component/chart/model/annotation.ts +0 -96
- package/src/component/chart/model/axis-options.ts +0 -65
- package/src/component/chart/model/chart-bounds.ts +0 -18
- package/src/component/chart/model/chart-options.ts +0 -79
- package/src/component/chart/model/enum/axis-type.ts +0 -4
- package/src/component/chart/model/enum/dispatch-type.ts +0 -4
- package/src/component/chart/model/enum/drag-point-type.ts +0 -5
- package/src/component/chart/model/enum/legend-type.ts +0 -4
- package/src/component/chart/model/enum/public-api.ts +0 -7
- package/src/component/chart/model/enum/scale-type.ts +0 -7
- package/src/component/chart/model/enum/scale.ts +0 -5
- package/src/component/chart/model/enum/series-type.ts +0 -10
- package/src/component/chart/model/enum/zoom-type.ts +0 -5
- package/src/component/chart/model/i-drag-event.ts +0 -5
- package/src/component/chart/model/i-drawer-legend.ts +0 -14
- package/src/component/chart/model/i-drawer.ts +0 -19
- package/src/component/chart/model/i-zoom-event.ts +0 -9
- package/src/component/chart/model/plot-band.ts +0 -43
- package/src/component/chart/model/plot-line.ts +0 -30
- package/src/component/chart/model/point/bar-point.ts +0 -7
- package/src/component/chart/model/point/base-point.ts +0 -10
- package/src/component/chart/model/point/contour-point.ts +0 -5
- package/src/component/chart/model/point/marker-options.ts +0 -12
- package/src/component/chart/model/point/public-api.ts +0 -3
- package/src/component/chart/model/point/scatter-point.ts +0 -6
- package/src/component/chart/model/public-api.ts +0 -16
- package/src/component/chart/model/series.ts +0 -85
- package/src/component/chart/model/tooltip-options.ts +0 -35
- package/src/component/chart/public-api.ts +0 -6
- package/src/component/chart-3d/chart-3d.module.ts +0 -10
- package/src/component/chart-3d/chart3d/chart3d.component.html +0 -1
- package/src/component/chart-3d/chart3d/chart3d.component.scss +0 -5
- package/src/component/chart-3d/chart3d/chart3d.component.spec.ts +0 -25
- package/src/component/chart-3d/chart3d/chart3d.component.ts +0 -336
- package/src/component/chart-3d/model/base-3d-point.ts +0 -5
- package/src/component/chart-3d/model/chart-3d-options.ts +0 -15
- package/src/component/chart-3d/model/public-api.ts +0 -2
- package/src/component/chart-3d/model/series-3d.ts +0 -11
- package/src/component/chart-3d/public-api.ts +0 -3
- package/src/component/checkbox/Checkbox.mdx +0 -18
- package/src/component/checkbox/Checkbox.stories.ts +0 -92
- package/src/component/checkbox/checkbox/checkbox.component.html +0 -6
- package/src/component/checkbox/checkbox/checkbox.component.scss +0 -0
- package/src/component/checkbox/checkbox/checkbox.component.spec.ts +0 -25
- package/src/component/checkbox/checkbox/checkbox.component.ts +0 -149
- package/src/component/checkbox/checkbox.module.ts +0 -17
- package/src/component/checkbox/public-api.ts +0 -2
- package/src/component/date-picker/DatePicker.stories.ts +0 -51
- package/src/component/date-picker/MonthPicker.stories.ts +0 -32
- package/src/component/date-picker/date-picker/date-picker.component.html +0 -91
- package/src/component/date-picker/date-picker/date-picker.component.scss +0 -0
- package/src/component/date-picker/date-picker/date-picker.component.spec.ts +0 -25
- package/src/component/date-picker/date-picker/date-picker.component.ts +0 -305
- package/src/component/date-picker/date-picker.module.ts +0 -38
- package/src/component/date-picker/day-select/day-select.component.html +0 -23
- package/src/component/date-picker/day-select/day-select.component.scss +0 -0
- package/src/component/date-picker/day-select/day-select.component.spec.ts +0 -25
- package/src/component/date-picker/day-select/day-select.component.ts +0 -216
- package/src/component/date-picker/model/date-period.ts +0 -9
- package/src/component/date-picker/model/date-picker-mode.enum.ts +0 -5
- package/src/component/date-picker/model/day-model.ts +0 -26
- package/src/component/date-picker/model/picker-locale-model.ts +0 -26
- package/src/component/date-picker/month-picker/month-picker.component.html +0 -64
- package/src/component/date-picker/month-picker/month-picker.component.scss +0 -0
- package/src/component/date-picker/month-picker/month-picker.component.spec.ts +0 -25
- package/src/component/date-picker/month-picker/month-picker.component.ts +0 -278
- package/src/component/date-picker/month-select/month-select.component.html +0 -15
- package/src/component/date-picker/month-select/month-select.component.scss +0 -3
- package/src/component/date-picker/month-select/month-select.component.spec.ts +0 -25
- package/src/component/date-picker/month-select/month-select.component.ts +0 -193
- package/src/component/date-picker/public-api.ts +0 -5
- package/src/component/date-picker/service/picker-locale.service.spec.ts +0 -14
- package/src/component/date-picker/service/picker-locale.service.ts +0 -27
- package/src/component/date-picker/service/picker-touch.service.spec.ts +0 -16
- package/src/component/date-picker/service/picker-touch.service.ts +0 -38
- package/src/component/date-picker/time-part-control/time-part-control.component.html +0 -9
- package/src/component/date-picker/time-part-control/time-part-control.component.scss +0 -4
- package/src/component/date-picker/time-part-control/time-part-control.component.spec.ts +0 -25
- package/src/component/date-picker/time-part-control/time-part-control.component.ts +0 -86
- package/src/component/date-picker/util/date-picker-util.spec.ts +0 -7
- package/src/component/date-picker/util/date-picker-util.ts +0 -227
- package/src/component/date-picker/year-select/year-select.component.html +0 -11
- package/src/component/date-picker/year-select/year-select.component.scss +0 -3
- package/src/component/date-picker/year-select/year-select.component.spec.ts +0 -25
- package/src/component/date-picker/year-select/year-select.component.ts +0 -229
- package/src/component/delimiter/Delimiter.stories.ts +0 -54
- package/src/component/delimiter/delimiter/delimiter.component.html +0 -0
- package/src/component/delimiter/delimiter/delimiter.component.scss +0 -3
- package/src/component/delimiter/delimiter/delimiter.component.spec.ts +0 -25
- package/src/component/delimiter/delimiter/delimiter.component.ts +0 -56
- package/src/component/delimiter/delimiter.module.ts +0 -13
- package/src/component/delimiter/public-api.ts +0 -2
- package/src/component/dropdown/Dropdown.stories.ts +0 -167
- package/src/component/dropdown/dropdown/dropdown.component.html +0 -1
- package/src/component/dropdown/dropdown/dropdown.component.scss +0 -0
- package/src/component/dropdown/dropdown/dropdown.component.spec.ts +0 -25
- package/src/component/dropdown/dropdown/dropdown.component.ts +0 -41
- package/src/component/dropdown/dropdown-base.spec.ts +0 -7
- package/src/component/dropdown/dropdown-base.ts +0 -225
- package/src/component/dropdown/dropdown-content.directive.spec.ts +0 -8
- package/src/component/dropdown/dropdown-content.directive.ts +0 -12
- package/src/component/dropdown/dropdown-head.directive.spec.ts +0 -8
- package/src/component/dropdown/dropdown-head.directive.ts +0 -9
- package/src/component/dropdown/dropdown.directive.spec.ts +0 -8
- package/src/component/dropdown/dropdown.directive.ts +0 -39
- package/src/component/dropdown/dropdown.module.ts +0 -26
- package/src/component/dropdown/public-api.ts +0 -5
- package/src/component/dynamic-component/dynamic-component.module.ts +0 -13
- package/src/component/dynamic-component/popup-content/popup-content.component.html +0 -1
- package/src/component/dynamic-component/popup-content/popup-content.component.scss +0 -0
- package/src/component/dynamic-component/popup-content/popup-content.component.spec.ts +0 -25
- package/src/component/dynamic-component/popup-content/popup-content.component.ts +0 -56
- package/src/component/dynamic-component/public-api.ts +0 -2
- package/src/component/expand-panel/ExpandPanel.stories.ts +0 -22
- package/src/component/expand-panel/expand-panel/expand-panel.component.html +0 -36
- package/src/component/expand-panel/expand-panel/expand-panel.component.scss +0 -9
- package/src/component/expand-panel/expand-panel/expand-panel.component.spec.ts +0 -25
- package/src/component/expand-panel/expand-panel/expand-panel.component.ts +0 -65
- package/src/component/expand-panel/expand-panel-content.directive.spec.ts +0 -8
- package/src/component/expand-panel/expand-panel-content.directive.ts +0 -8
- package/src/component/expand-panel/expand-panel-head.directive.spec.ts +0 -8
- package/src/component/expand-panel/expand-panel-head.directive.ts +0 -8
- package/src/component/expand-panel/expand-panel.module.ts +0 -30
- package/src/component/expand-panel/public-api.ts +0 -4
- package/src/component/file-upload/File.stories.ts +0 -36
- package/src/component/file-upload/file-item/file-item.component.html +0 -1
- package/src/component/file-upload/file-item/file-item.component.scss +0 -0
- package/src/component/file-upload/file-item/file-item.component.spec.ts +0 -25
- package/src/component/file-upload/file-item/file-item.component.ts +0 -12
- package/src/component/file-upload/file-upload-area/file-upload-area.component.html +0 -16
- package/src/component/file-upload/file-upload-area/file-upload-area.component.scss +0 -3
- package/src/component/file-upload/file-upload-area/file-upload-area.component.spec.ts +0 -25
- package/src/component/file-upload/file-upload-area/file-upload-area.component.ts +0 -75
- package/src/component/file-upload/file-upload.module.ts +0 -13
- package/src/component/file-upload/public-api.ts +0 -3
- package/src/component/filter/base/filter-base.spec.ts +0 -7
- package/src/component/filter/base/filter-base.ts +0 -17
- package/src/component/filter/base/filter-component-base.spec.ts +0 -7
- package/src/component/filter/base/filter-component-base.ts +0 -13
- package/src/component/filter/boolean-filter/boolean-filter.component.html +0 -7
- package/src/component/filter/boolean-filter/boolean-filter.component.scss +0 -0
- package/src/component/filter/boolean-filter/boolean-filter.component.spec.ts +0 -25
- package/src/component/filter/boolean-filter/boolean-filter.component.ts +0 -71
- package/src/component/filter/contarct/boolean-filter.ts +0 -12
- package/src/component/filter/contarct/date-filter-value.ts +0 -20
- package/src/component/filter/contarct/date-filter.ts +0 -17
- package/src/component/filter/contarct/filter-component-map.ts +0 -24
- package/src/component/filter/contarct/filter-item.ts +0 -95
- package/src/component/filter/contarct/filter-state.ts +0 -172
- package/src/component/filter/contarct/i-filter.ts +0 -5
- package/src/component/filter/contarct/list-filter.ts +0 -20
- package/src/component/filter/contarct/numeric-filter-value.ts +0 -26
- package/src/component/filter/contarct/numeric-filter.ts +0 -20
- package/src/component/filter/contarct/sort-param.ts +0 -29
- package/src/component/filter/contarct/string-filter.ts +0 -21
- package/src/component/filter/date-filter/date-filter.component.html +0 -14
- package/src/component/filter/date-filter/date-filter.component.scss +0 -0
- package/src/component/filter/date-filter/date-filter.component.spec.ts +0 -25
- package/src/component/filter/date-filter/date-filter.component.ts +0 -68
- package/src/component/filter/enum/filter-type.enum.ts +0 -8
- package/src/component/filter/enum/list-filter-type.enum.ts +0 -4
- package/src/component/filter/enum/string-filter-type.enum.ts +0 -18
- package/src/component/filter/filter-host/filter-host.component.html +0 -1
- package/src/component/filter/filter-host/filter-host.component.scss +0 -0
- package/src/component/filter/filter-host/filter-host.component.spec.ts +0 -25
- package/src/component/filter/filter-host/filter-host.component.ts +0 -90
- package/src/component/filter/filter-panel/filter-panel.component.html +0 -1
- package/src/component/filter/filter-panel/filter-panel.component.scss +0 -0
- package/src/component/filter/filter-panel/filter-panel.component.spec.ts +0 -25
- package/src/component/filter/filter-panel/filter-panel.component.ts +0 -13
- package/src/component/filter/filter.module.ts +0 -46
- package/src/component/filter/list-filter/list-filter.component.html +0 -21
- package/src/component/filter/list-filter/list-filter.component.scss +0 -7
- package/src/component/filter/list-filter/list-filter.component.spec.ts +0 -25
- package/src/component/filter/list-filter/list-filter.component.ts +0 -109
- package/src/component/filter/numeric-filter/numeric-filter.component.html +0 -14
- package/src/component/filter/numeric-filter/numeric-filter.component.scss +0 -0
- package/src/component/filter/numeric-filter/numeric-filter.component.spec.ts +0 -25
- package/src/component/filter/numeric-filter/numeric-filter.component.ts +0 -72
- package/src/component/filter/public-api.ts +0 -27
- package/src/component/filter/string-filter/string-filter.component.html +0 -6
- package/src/component/filter/string-filter/string-filter.component.scss +0 -0
- package/src/component/filter/string-filter/string-filter.component.spec.ts +0 -25
- package/src/component/filter/string-filter/string-filter.component.ts +0 -73
- package/src/component/icon/Icon.stories.ts +0 -46
- package/src/component/icon/icon/icon.component.html +0 -3
- package/src/component/icon/icon/icon.component.scss +0 -0
- package/src/component/icon/icon/icon.component.spec.ts +0 -25
- package/src/component/icon/icon/icon.component.ts +0 -39
- package/src/component/icon/icon-sprite.directive.spec.ts +0 -8
- package/src/component/icon/icon-sprite.directive.ts +0 -24
- package/src/component/icon/icon.module.ts +0 -23
- package/src/component/icon/icon.service.spec.ts +0 -16
- package/src/component/icon/icon.service.ts +0 -57
- package/src/component/icon/icons-list.ts +0 -173
- package/src/component/icon/public-api.ts +0 -4
- package/src/component/input/Input.stories.ts +0 -142
- package/src/component/input/form-group-title/form-group-title.component.html +0 -4
- package/src/component/input/form-group-title/form-group-title.component.scss +0 -0
- package/src/component/input/form-group-title/form-group-title.component.spec.ts +0 -25
- package/src/component/input/form-group-title/form-group-title.component.ts +0 -20
- package/src/component/input/input/input.component.html +0 -12
- package/src/component/input/input/input.component.scss +0 -6
- package/src/component/input/input/input.component.spec.ts +0 -25
- package/src/component/input/input/input.component.ts +0 -33
- package/src/component/input/input.module.ts +0 -15
- package/src/component/input/public-api.ts +0 -4
- package/src/component/input/sample-input/sample-input/sample-input.component.html +0 -28
- package/src/component/input/sample-input/sample-input/sample-input.component.scss +0 -25
- package/src/component/input/sample-input/sample-input/sample-input.component.spec.ts +0 -25
- package/src/component/input/sample-input/sample-input/sample-input.component.ts +0 -38
- package/src/component/input/sample-input/sample-input.module.ts +0 -22
- package/src/component/input/text-field/text-field.component.html +0 -19
- package/src/component/input/text-field/text-field.component.scss +0 -0
- package/src/component/input/text-field/text-field.component.spec.ts +0 -25
- package/src/component/input/text-field/text-field.component.ts +0 -84
- package/src/component/list/List.stories.ts +0 -56
- package/src/component/list/list.module.ts +0 -12
- package/src/component/message/Message.stories.ts +0 -20
- package/src/component/message/message/message.component.html +0 -18
- package/src/component/message/message/message.component.scss +0 -0
- package/src/component/message/message/message.component.spec.ts +0 -25
- package/src/component/message/message/message.component.ts +0 -80
- package/src/component/message/message-host/message-host.component.html +0 -6
- package/src/component/message/message-host/message-host.component.scss +0 -0
- package/src/component/message/message-host/message-host.component.spec.ts +0 -25
- package/src/component/message/message-host/message-host.component.ts +0 -94
- package/src/component/message/message-samples/message-sample/message-sample.component.html +0 -31
- package/src/component/message/message-samples/message-sample/message-sample.component.scss +0 -0
- package/src/component/message/message-samples/message-sample/message-sample.component.spec.ts +0 -25
- package/src/component/message/message-samples/message-sample/message-sample.component.ts +0 -40
- package/src/component/message/message-samples/message-samples.module.ts +0 -19
- package/src/component/message/message.module.ts +0 -18
- package/src/component/message/message.service.spec.ts +0 -16
- package/src/component/message/message.service.ts +0 -38
- package/src/component/message/model/message.spec.ts +0 -7
- package/src/component/message/model/message.ts +0 -38
- package/src/component/message/public-api.ts +0 -5
- package/src/component/modal/Modal.stories.ts +0 -43
- package/src/component/modal/dialog/dialog.component.html +0 -20
- package/src/component/modal/dialog/dialog.component.scss +0 -5
- package/src/component/modal/dialog/dialog.component.spec.ts +0 -25
- package/src/component/modal/dialog/dialog.component.ts +0 -33
- package/src/component/modal/dialog.service.spec.ts +0 -16
- package/src/component/modal/dialog.service.ts +0 -59
- package/src/component/modal/modal-container/modal-container.component.html +0 -3
- package/src/component/modal/modal-container/modal-container.component.scss +0 -0
- package/src/component/modal/modal-container/modal-container.component.spec.ts +0 -25
- package/src/component/modal/modal-container/modal-container.component.ts +0 -76
- package/src/component/modal/modal-samples/alert-sample/alert-sample.component.html +0 -13
- package/src/component/modal/modal-samples/alert-sample/alert-sample.component.scss +0 -0
- package/src/component/modal/modal-samples/alert-sample/alert-sample.component.spec.ts +0 -25
- package/src/component/modal/modal-samples/alert-sample/alert-sample.component.ts +0 -31
- package/src/component/modal/modal-samples/modal-example/modal-example.component.html +0 -24
- package/src/component/modal/modal-samples/modal-example/modal-example.component.scss +0 -0
- package/src/component/modal/modal-samples/modal-example/modal-example.component.spec.ts +0 -25
- package/src/component/modal/modal-samples/modal-example/modal-example.component.ts +0 -18
- package/src/component/modal/modal-samples/modal-from-component/modal-from-component.component.html +0 -3
- package/src/component/modal/modal-samples/modal-from-component/modal-from-component.component.scss +0 -0
- package/src/component/modal/modal-samples/modal-from-component/modal-from-component.component.spec.ts +0 -25
- package/src/component/modal/modal-samples/modal-from-component/modal-from-component.component.ts +0 -31
- package/src/component/modal/modal-samples/modal-from-template/modal-from-template.component.html +0 -31
- package/src/component/modal/modal-samples/modal-from-template/modal-from-template.component.scss +0 -0
- package/src/component/modal/modal-samples/modal-from-template/modal-from-template.component.spec.ts +0 -25
- package/src/component/modal/modal-samples/modal-from-template/modal-from-template.component.ts +0 -34
- package/src/component/modal/modal-samples/modal-samples.module.ts +0 -43
- package/src/component/modal/modal.module.ts +0 -28
- package/src/component/modal/modal.service.spec.ts +0 -16
- package/src/component/modal/modal.service.ts +0 -153
- package/src/component/modal/model/current-modal.ts +0 -5
- package/src/component/modal/model/i-modal-config.ts +0 -12
- package/src/component/modal/model/i-modal-result.ts +0 -13
- package/src/component/modal/model/modal-close-reason.enum.ts +0 -6
- package/src/component/modal/model/modal-instance.ts +0 -44
- package/src/component/modal/public-api.ts +0 -11
- package/src/component/pager/Pager.stories.ts +0 -19
- package/src/component/pager/model/pager-state.spec.ts +0 -7
- package/src/component/pager/model/pager-state.ts +0 -80
- package/src/component/pager/pager/pager.component.html +0 -1
- package/src/component/pager/pager/pager.component.scss +0 -0
- package/src/component/pager/pager/pager.component.spec.ts +0 -25
- package/src/component/pager/pager/pager.component.ts +0 -13
- package/src/component/pager/pager.module.ts +0 -15
- package/src/component/pager/public-api.ts +0 -4
- package/src/component/pager/util/pager-util.spec.ts +0 -7
- package/src/component/pager/util/pager-util.ts +0 -7
- package/src/component/panel/panel/panel.component.html +0 -1
- package/src/component/panel/panel/panel.component.scss +0 -0
- package/src/component/panel/panel/panel.component.spec.ts +0 -25
- package/src/component/panel/panel/panel.component.ts +0 -42
- package/src/component/panel/panel.module.ts +0 -13
- package/src/component/panel/public-api.ts +0 -2
- package/src/component/progress-bar/ProgressBar.stories.ts +0 -29
- package/src/component/progress-bar/progress-bar/progress-bar.component.html +0 -7
- package/src/component/progress-bar/progress-bar/progress-bar.component.scss +0 -0
- package/src/component/progress-bar/progress-bar/progress-bar.component.spec.ts +0 -25
- package/src/component/progress-bar/progress-bar/progress-bar.component.ts +0 -158
- package/src/component/progress-bar/progress-bar.module.ts +0 -13
- package/src/component/progress-bar/public-api.ts +0 -2
- package/src/component/property-grid/PropertyGrid.stories.ts +0 -110
- package/src/component/property-grid/default/date-item-default/date-item-default.component.html +0 -1
- package/src/component/property-grid/default/date-item-default/date-item-default.component.scss +0 -0
- package/src/component/property-grid/default/date-item-default/date-item-default.component.spec.ts +0 -25
- package/src/component/property-grid/default/date-item-default/date-item-default.component.ts +0 -13
- package/src/component/property-grid/default/list-item-default/list-item-default.component.html +0 -1
- package/src/component/property-grid/default/list-item-default/list-item-default.component.scss +0 -0
- package/src/component/property-grid/default/list-item-default/list-item-default.component.spec.ts +0 -25
- package/src/component/property-grid/default/list-item-default/list-item-default.component.ts +0 -13
- package/src/component/property-grid/default/numeric-item-default/numeric-item-default.component.html +0 -1
- package/src/component/property-grid/default/numeric-item-default/numeric-item-default.component.scss +0 -0
- package/src/component/property-grid/default/numeric-item-default/numeric-item-default.component.spec.ts +0 -25
- package/src/component/property-grid/default/numeric-item-default/numeric-item-default.component.ts +0 -13
- package/src/component/property-grid/default/string-item-default/string-item-default.component.html +0 -1
- package/src/component/property-grid/default/string-item-default/string-item-default.component.scss +0 -0
- package/src/component/property-grid/default/string-item-default/string-item-default.component.spec.ts +0 -25
- package/src/component/property-grid/default/string-item-default/string-item-default.component.ts +0 -13
- package/src/component/property-grid/property-grid/property-grid-group/property-grid-group.component.html +0 -20
- package/src/component/property-grid/property-grid/property-grid-group/property-grid-group.component.scss +0 -0
- package/src/component/property-grid/property-grid/property-grid-group/property-grid-group.component.spec.ts +0 -25
- package/src/component/property-grid/property-grid/property-grid-group/property-grid-group.component.ts +0 -31
- package/src/component/property-grid/property-grid/property-grid-item/property-grid-item.component.html +0 -39
- package/src/component/property-grid/property-grid/property-grid-item/property-grid-item.component.scss +0 -0
- package/src/component/property-grid/property-grid/property-grid-item/property-grid-item.component.spec.ts +0 -24
- package/src/component/property-grid/property-grid/property-grid-item/property-grid-item.component.ts +0 -122
- package/src/component/property-grid/property-grid/property-grid.component.html +0 -18
- package/src/component/property-grid/property-grid/property-grid.component.scss +0 -3
- package/src/component/property-grid/property-grid/property-grid.component.spec.ts +0 -25
- package/src/component/property-grid/property-grid/property-grid.component.ts +0 -62
- package/src/component/property-grid/property-grid.module.ts +0 -53
- package/src/component/property-grid/public-api.ts +0 -2
- package/src/component/public-api.ts +0 -89
- package/src/component/radio/Radio.stories.ts +0 -28
- package/src/component/radio/public-api.ts +0 -3
- package/src/component/radio/radio/radio.component.html +0 -1
- package/src/component/radio/radio/radio.component.scss +0 -0
- package/src/component/radio/radio/radio.component.spec.ts +0 -26
- package/src/component/radio/radio/radio.component.ts +0 -264
- package/src/component/radio/radio-button/radio-button.component.html +0 -4
- package/src/component/radio/radio-button/radio-button.component.scss +0 -0
- package/src/component/radio/radio-button/radio-button.component.spec.ts +0 -26
- package/src/component/radio/radio-button/radio-button.component.ts +0 -71
- package/src/component/radio/radio.module.ts +0 -12
- package/src/component/resize-panel/Resize.stories.ts +0 -83
- package/src/component/resize-panel/public-api.ts +0 -2
- package/src/component/resize-panel/resize-panel/resize-panel.component.html +0 -9
- package/src/component/resize-panel/resize-panel/resize-panel.component.scss +0 -0
- package/src/component/resize-panel/resize-panel/resize-panel.component.spec.ts +0 -25
- package/src/component/resize-panel/resize-panel/resize-panel.component.ts +0 -210
- package/src/component/resize-panel/resize-panel.module.ts +0 -12
- package/src/component/select/Select.stories.ts +0 -254
- package/src/component/select/public-api.ts +0 -4
- package/src/component/select/select/select.component.html +0 -92
- package/src/component/select/select/select.component.scss +0 -0
- package/src/component/select/select/select.component.spec.ts +0 -25
- package/src/component/select/select/select.component.ts +0 -222
- package/src/component/select/select-option.directive.spec.ts +0 -8
- package/src/component/select/select-option.directive.ts +0 -9
- package/src/component/select/select-value.directive.spec.ts +0 -8
- package/src/component/select/select-value.directive.ts +0 -9
- package/src/component/select/select.module.ts +0 -26
- package/src/component/sidebar/Sidebar.stories.ts +0 -61
- package/src/component/sidebar/public-api.ts +0 -3
- package/src/component/sidebar/sidebar/sidebar.component.html +0 -14
- package/src/component/sidebar/sidebar/sidebar.component.scss +0 -0
- package/src/component/sidebar/sidebar/sidebar.component.spec.ts +0 -25
- package/src/component/sidebar/sidebar/sidebar.component.ts +0 -47
- package/src/component/sidebar/sidebar-position.enum.ts +0 -6
- package/src/component/sidebar/sidebar.module.ts +0 -16
- package/src/component/switch/Switch.stories.ts +0 -37
- package/src/component/switch/public-api.ts +0 -3
- package/src/component/switch/switch/switch.component.html +0 -1
- package/src/component/switch/switch/switch.component.scss +0 -0
- package/src/component/switch/switch/switch.component.spec.ts +0 -25
- package/src/component/switch/switch/switch.component.ts +0 -70
- package/src/component/switch/switch-button/switch-button.component.html +0 -1
- package/src/component/switch/switch-button/switch-button.component.scss +0 -0
- package/src/component/switch/switch-button/switch-button.component.spec.ts +0 -25
- package/src/component/switch/switch-button/switch-button.component.ts +0 -55
- package/src/component/switch/switch.module.ts +0 -15
- package/src/component/switch/switch.service.spec.ts +0 -16
- package/src/component/switch/switch.service.ts +0 -18
- package/src/component/table/Table.stories.ts +0 -102
- package/src/component/table/base/cell-component-base.ts +0 -146
- package/src/component/table/base/detail-component-base.ts +0 -13
- package/src/component/table/base/group-row-component-base.ts +0 -13
- package/src/component/table/base/head-cell-component-base.ts +0 -12
- package/src/component/table/cell/cell.component.html +0 -4
- package/src/component/table/cell/cell.component.scss +0 -0
- package/src/component/table/cell/cell.component.spec.ts +0 -25
- package/src/component/table/cell/cell.component.ts +0 -37
- package/src/component/table/cell-host/cell-host.component.html +0 -1
- package/src/component/table/cell-host/cell-host.component.scss +0 -0
- package/src/component/table/cell-host/cell-host.component.spec.ts +0 -25
- package/src/component/table/cell-host/cell-host.component.ts +0 -67
- package/src/component/table/contract/cell-components-map.ts +0 -24
- package/src/component/table/contract/column-reorder-event.ts +0 -11
- package/src/component/table/contract/column-resize-event.ts +0 -11
- package/src/component/table/contract/i-cell-coordinates.ts +0 -8
- package/src/component/table/contract/i-cell-event.ts +0 -5
- package/src/component/table/contract/i-cell-value.ts +0 -6
- package/src/component/table/contract/public-api.ts +0 -11
- package/src/component/table/contract/sort-event.ts +0 -11
- package/src/component/table/contract/table-column-store.ts +0 -24
- package/src/component/table/contract/table-column.ts +0 -172
- package/src/component/table/contract/table-context-menu-config.ts +0 -23
- package/src/component/table/contract/table-row.ts +0 -51
- package/src/component/table/default/boolean-cell/boolean-cell.component.html +0 -10
- package/src/component/table/default/boolean-cell/boolean-cell.component.scss +0 -0
- package/src/component/table/default/boolean-cell/boolean-cell.component.spec.ts +0 -25
- package/src/component/table/default/boolean-cell/boolean-cell.component.ts +0 -54
- package/src/component/table/default/date-cell/date-cell.component.html +0 -11
- package/src/component/table/default/date-cell/date-cell.component.scss +0 -0
- package/src/component/table/default/date-cell/date-cell.component.spec.ts +0 -25
- package/src/component/table/default/date-cell/date-cell.component.ts +0 -59
- package/src/component/table/default/date-time-cell/date-time-cell.component.html +0 -10
- package/src/component/table/default/date-time-cell/date-time-cell.component.scss +0 -0
- package/src/component/table/default/date-time-cell/date-time-cell.component.spec.ts +0 -25
- package/src/component/table/default/date-time-cell/date-time-cell.component.ts +0 -56
- package/src/component/table/default/default-head-cell/default-head-cell.component.html +0 -8
- package/src/component/table/default/default-head-cell/default-head-cell.component.scss +0 -6
- package/src/component/table/default/default-head-cell/default-head-cell.component.spec.ts +0 -25
- package/src/component/table/default/default-head-cell/default-head-cell.component.ts +0 -38
- package/src/component/table/default/group-row/group-row.component.html +0 -2
- package/src/component/table/default/group-row/group-row.component.scss +0 -0
- package/src/component/table/default/group-row/group-row.component.spec.ts +0 -25
- package/src/component/table/default/group-row/group-row.component.ts +0 -29
- package/src/component/table/default/list-cell/list-cell.component.html +0 -15
- package/src/component/table/default/list-cell/list-cell.component.scss +0 -0
- package/src/component/table/default/list-cell/list-cell.component.spec.ts +0 -25
- package/src/component/table/default/list-cell/list-cell.component.ts +0 -85
- package/src/component/table/default/numeric-cell/numeric-cell.component.html +0 -11
- package/src/component/table/default/numeric-cell/numeric-cell.component.scss +0 -3
- package/src/component/table/default/numeric-cell/numeric-cell.component.spec.ts +0 -25
- package/src/component/table/default/numeric-cell/numeric-cell.component.ts +0 -57
- package/src/component/table/default/string-cell/string-cell.component.html +0 -11
- package/src/component/table/default/string-cell/string-cell.component.scss +0 -0
- package/src/component/table/default/string-cell/string-cell.component.spec.ts +0 -25
- package/src/component/table/default/string-cell/string-cell.component.ts +0 -54
- package/src/component/table/enum/aggregation-type.enum.ts +0 -7
- package/src/component/table/enum/edit-event.enum.ts +0 -5
- package/src/component/table/enum/edit-type.enum.ts +0 -4
- package/src/component/table/enum/public-api.ts +0 -4
- package/src/component/table/enum/select-type.enum.ts +0 -5
- package/src/component/table/head-cell/head-cell.component.html +0 -45
- package/src/component/table/head-cell/head-cell.component.scss +0 -16
- package/src/component/table/head-cell/head-cell.component.spec.ts +0 -25
- package/src/component/table/head-cell/head-cell.component.ts +0 -150
- package/src/component/table/head-cell-dropdown/head-cell-dropdown.component.html +0 -145
- package/src/component/table/head-cell-dropdown/head-cell-dropdown.component.scss +0 -6
- package/src/component/table/head-cell-dropdown/head-cell-dropdown.component.spec.ts +0 -25
- package/src/component/table/head-cell-dropdown/head-cell-dropdown.component.ts +0 -240
- package/src/component/table/head-cell-host/head-cell-host.component.html +0 -1
- package/src/component/table/head-cell-host/head-cell-host.component.scss +0 -3
- package/src/component/table/head-cell-host/head-cell-host.component.spec.ts +0 -25
- package/src/component/table/head-cell-host/head-cell-host.component.ts +0 -50
- package/src/component/table/public-api.ts +0 -48
- package/src/component/table/selection-cell/selection-cell.component.html +0 -4
- package/src/component/table/selection-cell/selection-cell.component.scss +0 -5
- package/src/component/table/selection-cell/selection-cell.component.spec.ts +0 -25
- package/src/component/table/selection-cell/selection-cell.component.ts +0 -50
- package/src/component/table/selection-head-cell/selection-head-cell.component.html +0 -5
- package/src/component/table/selection-head-cell/selection-head-cell.component.scss +0 -5
- package/src/component/table/selection-head-cell/selection-head-cell.component.spec.ts +0 -25
- package/src/component/table/selection-head-cell/selection-head-cell.component.ts +0 -49
- package/src/component/table/service/table.service.spec.ts +0 -16
- package/src/component/table/service/table.service.ts +0 -570
- package/src/component/table/table/table.component.html +0 -68
- package/src/component/table/table/table.component.scss +0 -0
- package/src/component/table/table/table.component.spec.ts +0 -25
- package/src/component/table/table/table.component.ts +0 -444
- package/src/component/table/table-body/table-body.component.html +0 -121
- package/src/component/table/table-body/table-body.component.scss +0 -0
- package/src/component/table/table-body/table-body.component.spec.ts +0 -25
- package/src/component/table/table-body/table-body.component.ts +0 -280
- package/src/component/table/table-demo/table-demo/table-demo.component.html +0 -28
- package/src/component/table/table-demo/table-demo/table-demo.component.scss +0 -6
- package/src/component/table/table-demo/table-demo/table-demo.component.spec.ts +0 -25
- package/src/component/table/table-demo/table-demo/table-demo.component.ts +0 -136
- package/src/component/table/table-demo/table-demo.module.ts +0 -23
- package/src/component/table/table-head/table-head.component.html +0 -21
- package/src/component/table/table-head/table-head.component.scss +0 -0
- package/src/component/table/table-head/table-head.component.spec.ts +0 -25
- package/src/component/table/table-head/table-head.component.ts +0 -118
- package/src/component/table/table-head-group/table-head-group.component.html +0 -24
- package/src/component/table/table-head-group/table-head-group.component.scss +0 -0
- package/src/component/table/table-head-group/table-head-group.component.spec.ts +0 -25
- package/src/component/table/table-head-group/table-head-group.component.ts +0 -73
- package/src/component/table/table.module.ts +0 -100
- package/src/component/table/util/public-api.ts +0 -2
- package/src/component/table/util/state-util.spec.ts +0 -7
- package/src/component/table/util/state-util.ts +0 -182
- package/src/component/table/util/table-util.spec.ts +0 -7
- package/src/component/table/util/table-util.ts +0 -150
- package/src/component/tabs/Tabs.stories.ts +0 -55
- package/src/component/tabs/public-api.ts +0 -13
- package/src/component/tabs/tab/tab.component.html +0 -1
- package/src/component/tabs/tab/tab.component.scss +0 -0
- package/src/component/tabs/tab/tab.component.spec.ts +0 -25
- package/src/component/tabs/tab/tab.component.ts +0 -46
- package/src/component/tabs/tab-content.directive.spec.ts +0 -8
- package/src/component/tabs/tab-content.directive.ts +0 -9
- package/src/component/tabs/tab-title.directive.spec.ts +0 -8
- package/src/component/tabs/tab-title.directive.ts +0 -9
- package/src/component/tabs/tabs/tabs.component.html +0 -24
- package/src/component/tabs/tabs/tabs.component.scss +0 -0
- package/src/component/tabs/tabs/tabs.component.spec.ts +0 -25
- package/src/component/tabs/tabs/tabs.component.ts +0 -85
- package/src/component/tabs/tabs.module.ts +0 -26
- package/src/component/theme-switch/public-api.ts +0 -3
- package/src/component/theme-switch/theme-switch/theme-switch.component.html +0 -3
- package/src/component/theme-switch/theme-switch/theme-switch.component.scss +0 -4
- package/src/component/theme-switch/theme-switch/theme-switch.component.spec.ts +0 -25
- package/src/component/theme-switch/theme-switch/theme-switch.component.ts +0 -31
- package/src/component/theme-switch/theme-switch.module.ts +0 -17
- package/src/component/theme-switch/theme-switch.service.spec.ts +0 -16
- package/src/component/theme-switch/theme-switch.service.ts +0 -34
- package/src/component/toggle/Toggle.stories.ts +0 -34
- package/src/component/toggle/public-api.ts +0 -2
- package/src/component/toggle/toggle/toggle.component.html +0 -6
- package/src/component/toggle/toggle/toggle.component.scss +0 -0
- package/src/component/toggle/toggle/toggle.component.spec.ts +0 -25
- package/src/component/toggle/toggle/toggle.component.ts +0 -95
- package/src/component/toggle/toggle.module.ts +0 -11
- package/src/component/toolbar/Toolbar.stories.ts +0 -110
- package/src/component/toolbar/public-api.ts +0 -6
- package/src/component/toolbar/toolbar/toolbar.component.html +0 -1
- package/src/component/toolbar/toolbar/toolbar.component.scss +0 -0
- package/src/component/toolbar/toolbar/toolbar.component.spec.ts +0 -25
- package/src/component/toolbar/toolbar/toolbar.component.ts +0 -29
- package/src/component/toolbar/toolbar.module.ts +0 -13
- package/src/component/tree/Tree.stories.ts +0 -93
- package/src/component/tree/public-api.ts +0 -4
- package/src/component/tree/tree/tree.component.html +0 -8
- package/src/component/tree/tree/tree.component.scss +0 -0
- package/src/component/tree/tree/tree.component.spec.ts +0 -25
- package/src/component/tree/tree/tree.component.ts +0 -92
- package/src/component/tree/tree-item/tree-item.component.html +0 -12
- package/src/component/tree/tree-item/tree-item.component.scss +0 -0
- package/src/component/tree/tree-item/tree-item.component.spec.ts +0 -25
- package/src/component/tree/tree-item/tree-item.component.ts +0 -84
- package/src/component/tree/tree-item-toggle/tree-item-toggle.component.html +0 -2
- package/src/component/tree/tree-item-toggle/tree-item-toggle.component.scss +0 -4
- package/src/component/tree/tree-item-toggle/tree-item-toggle.component.spec.ts +0 -25
- package/src/component/tree/tree-item-toggle/tree-item-toggle.component.ts +0 -37
- package/src/component/tree/tree.module.ts +0 -14
- package/src/component/tree/tree.service.spec.ts +0 -16
- package/src/component/tree/tree.service.ts +0 -41
- package/src/directive/click-outside/click-outside.directive.spec.ts +0 -8
- package/src/directive/click-outside/click-outside.directive.ts +0 -64
- package/src/directive/click-outside/click-outside.module.ts +0 -13
- package/src/directive/click-outside/public-api.ts +0 -2
- package/src/directive/context-menu/ContextMenu.stories.ts +0 -65
- package/src/directive/context-menu/context-menu.directive.spec.ts +0 -8
- package/src/directive/context-menu/context-menu.directive.ts +0 -136
- package/src/directive/context-menu/context-menu.module.ts +0 -15
- package/src/directive/context-menu/public-api.ts +0 -2
- package/src/directive/disable-control/disable-control.directive.spec.ts +0 -8
- package/src/directive/disable-control/disable-control.directive.ts +0 -20
- package/src/directive/disable-control/disable-control.module.ts +0 -16
- package/src/directive/disable-control/public-api.ts +0 -2
- package/src/directive/drag-sort/DragSort.stories.ts +0 -60
- package/src/directive/drag-sort/drag-sort-container.directive.spec.ts +0 -8
- package/src/directive/drag-sort/drag-sort-container.directive.ts +0 -71
- package/src/directive/drag-sort/drag-sort-event.spec.ts +0 -7
- package/src/directive/drag-sort/drag-sort-event.ts +0 -7
- package/src/directive/drag-sort/drag-sort-item.directive.spec.ts +0 -8
- package/src/directive/drag-sort/drag-sort-item.directive.ts +0 -119
- package/src/directive/drag-sort/drag-sort.module.ts +0 -11
- package/src/directive/drag-sort/public-api.ts +0 -4
- package/src/directive/dynamic-content-base.directive.ts +0 -113
- package/src/directive/highlight/highlight.directive.spec.ts +0 -8
- package/src/directive/highlight/highlight.directive.ts +0 -68
- package/src/directive/highlight/highlight.module.ts +0 -13
- package/src/directive/highlight/public-api.ts +0 -2
- package/src/directive/hint/Hint.stories.ts +0 -111
- package/src/directive/hint/hint.directive.spec.ts +0 -8
- package/src/directive/hint/hint.directive.ts +0 -117
- package/src/directive/hint/hint.module.ts +0 -15
- package/src/directive/hint/public-api.ts +0 -2
- package/src/directive/loader/Loader.stories.ts +0 -21
- package/src/directive/loader/loader.directive.spec.ts +0 -8
- package/src/directive/loader/loader.directive.ts +0 -80
- package/src/directive/loader/loader.module.ts +0 -13
- package/src/directive/loader/public-api.ts +0 -2
- package/src/directive/no-autofill/no-autofill.directive.spec.ts +0 -8
- package/src/directive/no-autofill/no-autofill.directive.ts +0 -28
- package/src/directive/no-autofill/no-autofill.module.ts +0 -10
- package/src/directive/no-autofill/public-api.ts +0 -2
- package/src/directive/only-number/OnlyNumber.stories.ts +0 -29
- package/src/directive/only-number/only-number.directive.spec.ts +0 -8
- package/src/directive/only-number/only-number.directive.ts +0 -174
- package/src/directive/only-number/only-number.module.ts +0 -10
- package/src/directive/only-number/public-api.ts +0 -2
- package/src/directive/public-api.ts +0 -14
- package/src/directive/resize-drag/public-api.ts +0 -2
- package/src/directive/resize-drag/resize-drag.directive.spec.ts +0 -8
- package/src/directive/resize-drag/resize-drag.directive.ts +0 -62
- package/src/directive/resize-drag/resize-drag.module.ts +0 -10
- package/src/directive/teta-template/public-api.ts +0 -2
- package/src/directive/teta-template/teta-template.directive.spec.ts +0 -8
- package/src/directive/teta-template/teta-template.directive.ts +0 -15
- package/src/directive/teta-template/teta-template.module.ts +0 -18
- package/src/directive/tooltip/Tooltip.stories.ts +0 -96
- package/src/directive/tooltip/public-api.ts +0 -2
- package/src/directive/tooltip/tooltip.directive.spec.ts +0 -8
- package/src/directive/tooltip/tooltip.directive.ts +0 -116
- package/src/directive/tooltip/tooltip.module.ts +0 -12
- package/src/pipe/number-pipe/number-pipe.module.ts +0 -15
- package/src/pipe/number-pipe/number.pipe.spec.ts +0 -8
- package/src/pipe/number-pipe/number.pipe.ts +0 -26
- package/src/pipe/number-pipe/public-api.ts +0 -2
- package/src/pipe/prepend-zero/prepend-zero.module.ts +0 -10
- package/src/pipe/prepend-zero/prepend-zero.pipe.spec.ts +0 -8
- package/src/pipe/prepend-zero/prepend-zero.pipe.ts +0 -15
- package/src/pipe/prepend-zero/public-api.ts +0 -2
- package/src/pipe/public-api.ts +0 -1
- package/src/pipe/util/number-helper.ts +0 -37
- package/src/public-api.ts +0 -25
- package/src/test.ts +0 -26
- package/src/util/date-util.ts +0 -247
- package/src/util/forms-util.ts +0 -83
- package/src/util/public-api.ts +0 -3
- package/src/util/string-util.ts +0 -5
- package/tsconfig.lib.json +0 -18
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -17
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.29539 8H0V6.70446L6.70446 0H8V1.29539L1.29539 8ZM8 6.70446V8H6.70446L8 6.70446ZM1.29539 0L0 1.29539V0H1.29539Z" fill="#474747"/>
|
|
3
|
-
</svg>
|
|
@@ -1,429 +0,0 @@
|
|
|
1
|
-
<!-- SVG Sprite -->
|
|
2
|
-
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" width="0"
|
|
3
|
-
height="0" class="hidden">
|
|
4
|
-
<!-- SVG Sprite -->
|
|
5
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon1">
|
|
6
|
-
<g clip-path="url(#clip0)">
|
|
7
|
-
<rect width="16" height="16" fill="#E38C36"></rect>
|
|
8
|
-
<rect width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
9
|
-
<rect y="4" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
10
|
-
<rect y="8" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
11
|
-
<rect y="12" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
12
|
-
<rect x="15" y="1" width="1" height="1" transform="rotate(180 15 1)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
13
|
-
<rect x="15" y="5" width="1" height="1" transform="rotate(180 15 5)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
14
|
-
<rect x="15" y="9" width="1" height="1" transform="rotate(180 15 9)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
15
|
-
<rect x="15" y="13" width="1" height="1" transform="rotate(180 15 13)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
16
|
-
<rect x="13" y="1" width="5" height="1" transform="rotate(180 13 1)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
17
|
-
<rect x="13" y="5" width="5" height="1" transform="rotate(180 13 5)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
18
|
-
<rect x="13" y="9" width="5" height="1" transform="rotate(180 13 9)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
19
|
-
<rect x="13" y="13" width="5" height="1" transform="rotate(180 13 13)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
20
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 7 0)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
21
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 7 4)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
22
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 7 8)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
23
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 7 12)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
24
|
-
<rect x="4" y="2" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
25
|
-
<rect x="4" y="6" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
26
|
-
<rect x="4" y="10" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
27
|
-
<rect x="4" y="14" width="5" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
28
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 11 2)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
29
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 11 6)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
30
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 11 10)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
31
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 11 14)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
32
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 16 2)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
33
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 16 6)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
34
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 16 10)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
35
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 16 14)" fill="#600C00" fill-opacity="0.5"></rect>
|
|
36
|
-
<rect x="2" y="2" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
37
|
-
<rect x="2" y="6" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
38
|
-
<rect x="2" y="10" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
39
|
-
<rect x="2" y="14" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
40
|
-
<rect y="2" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
41
|
-
<rect y="6" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
42
|
-
<rect y="10" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
43
|
-
<rect y="14" width="1" height="1" fill="#600C00" fill-opacity="0.5"></rect>
|
|
44
|
-
</g>
|
|
45
|
-
<defs>
|
|
46
|
-
<clipPath>
|
|
47
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
48
|
-
</clipPath>
|
|
49
|
-
</defs>
|
|
50
|
-
</symbol>
|
|
51
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon2">
|
|
52
|
-
<g clip-path="url(#clip0)">
|
|
53
|
-
<rect width="16" height="16" fill="#BEBDBE"></rect>
|
|
54
|
-
<rect x="1" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
55
|
-
<rect x="1" y="4" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
56
|
-
<rect x="1" y="8" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
57
|
-
<rect x="1" y="12" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
58
|
-
<rect x="9" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
59
|
-
<rect x="9" y="4" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
60
|
-
<rect x="9" y="8" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
61
|
-
<rect x="9" y="12" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
62
|
-
<rect x="5" y="2" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
63
|
-
<rect x="5" y="6" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
64
|
-
<rect x="5" y="10" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
65
|
-
<rect x="5" y="14" width="6" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
66
|
-
<rect x="13" y="2" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
67
|
-
<rect x="13" y="6" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
68
|
-
<rect x="13" y="10" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
69
|
-
<rect x="13" y="14" width="7" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
70
|
-
<rect y="2" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
71
|
-
<rect y="6" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
72
|
-
<rect y="10" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
73
|
-
<rect y="14" width="3" height="1" fill="#1D1C1D" fill-opacity="0.5"></rect>
|
|
74
|
-
</g>
|
|
75
|
-
<defs>
|
|
76
|
-
<clipPath>
|
|
77
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
78
|
-
</clipPath>
|
|
79
|
-
</defs>
|
|
80
|
-
</symbol>
|
|
81
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon3">
|
|
82
|
-
<g clip-path="url(#clip0)">
|
|
83
|
-
<rect width="16" height="16" fill="#B0DEF5"></rect>
|
|
84
|
-
<path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.6"></path>
|
|
85
|
-
<path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.6"></path>
|
|
86
|
-
<rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
87
|
-
<rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
88
|
-
<rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
89
|
-
<rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
90
|
-
<rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
91
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.6"></rect>
|
|
92
|
-
</g>
|
|
93
|
-
<defs>
|
|
94
|
-
<clipPath>
|
|
95
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
96
|
-
</clipPath>
|
|
97
|
-
</defs>
|
|
98
|
-
</symbol>
|
|
99
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon4">
|
|
100
|
-
<g clip-path="url(#clip0)">
|
|
101
|
-
<rect width="16" height="16" fill="#9CB8AA"></rect>
|
|
102
|
-
<path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.5"></path>
|
|
103
|
-
<path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.5"></path>
|
|
104
|
-
<rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
105
|
-
<rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
106
|
-
<rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
107
|
-
<rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
108
|
-
<rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
109
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.5"></rect>
|
|
110
|
-
</g>
|
|
111
|
-
<defs>
|
|
112
|
-
<clipPath>
|
|
113
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
114
|
-
</clipPath>
|
|
115
|
-
</defs>
|
|
116
|
-
</symbol>
|
|
117
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon5">
|
|
118
|
-
<g clip-path="url(#clip0)">
|
|
119
|
-
<rect width="16" height="16" fill="#797E82"></rect>
|
|
120
|
-
<path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.6"></path>
|
|
121
|
-
<path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.6"></path>
|
|
122
|
-
<rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
123
|
-
<rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
124
|
-
<rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
125
|
-
<rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
126
|
-
<rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.6"></rect>
|
|
127
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.6"></rect>
|
|
128
|
-
</g>
|
|
129
|
-
<defs>
|
|
130
|
-
<clipPath>
|
|
131
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
132
|
-
</clipPath>
|
|
133
|
-
</defs>
|
|
134
|
-
</symbol>
|
|
135
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon6">
|
|
136
|
-
<g clip-path="url(#clip0)">
|
|
137
|
-
<rect width="16" height="16" fill="#D4B19D"></rect>
|
|
138
|
-
<rect y="1" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
|
|
139
|
-
<rect y="5" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
|
|
140
|
-
<rect x="1.40918" y="5.4256" width="1" height="4.68398" transform="rotate(30 1.40918 5.4256)" fill="#976659"
|
|
141
|
-
fill-opacity="0.6"></rect>
|
|
142
|
-
<rect x="5.15283" y="13.3691" width="1" height="4.2186" transform="rotate(30 5.15283 13.3691)" fill="#976659"
|
|
143
|
-
fill-opacity="0.6"></rect>
|
|
144
|
-
<rect x="9.53296" y="5.21106" width="1" height="4.93174" transform="rotate(30 9.53296 5.21106)" fill="#976659"
|
|
145
|
-
fill-opacity="0.6"></rect>
|
|
146
|
-
<path d="M17.5361 5.21106L18.4022 5.71106L15.9363 9.98207L15.0703 9.48207L17.5361 5.21106Z" fill="#976659"
|
|
147
|
-
fill-opacity="0.6"></path>
|
|
148
|
-
<rect x="13.0149" y="13.6081" width="1" height="4.25711" transform="rotate(30 13.0149 13.6081)" fill="#976659"
|
|
149
|
-
fill-opacity="0.6"></rect>
|
|
150
|
-
<rect x="7.31714" y="1.08496" width="1" height="5" transform="rotate(30 7.31714 1.08496)" fill="#976659"
|
|
151
|
-
fill-opacity="0.6"></rect>
|
|
152
|
-
<rect x="15.3171" y="1.08496" width="1" height="5" transform="rotate(30 15.3171 1.08496)" fill="#976659"
|
|
153
|
-
fill-opacity="0.6"></rect>
|
|
154
|
-
<rect x="11.3171" y="9.08496" width="1" height="5" transform="rotate(30 11.3171 9.08496)" fill="#976659"
|
|
155
|
-
fill-opacity="0.6"></rect>
|
|
156
|
-
<rect x="13.3171" y="-2.91504" width="1" height="5" transform="rotate(30 13.3171 -2.91504)" fill="#976659"
|
|
157
|
-
fill-opacity="0.6"></rect>
|
|
158
|
-
<rect x="3.51733" y="9.2381" width="1" height="4.90049" transform="rotate(30 3.51733 9.2381)" fill="#976659"
|
|
159
|
-
fill-opacity="0.6"></rect>
|
|
160
|
-
<path d="M5.28857 -2.82861L6.1546 -2.32861L3.70435 1.91534L2.83833 1.41534L5.28857 -2.82861Z" fill="#976659"
|
|
161
|
-
fill-opacity="0.6"></path>
|
|
162
|
-
<rect y="9" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
|
|
163
|
-
<rect y="13" width="16" height="1" fill="#976659" fill-opacity="0.6"></rect>
|
|
164
|
-
</g>
|
|
165
|
-
<defs>
|
|
166
|
-
<clipPath>
|
|
167
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
168
|
-
</clipPath>
|
|
169
|
-
</defs>
|
|
170
|
-
</symbol>
|
|
171
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon7">
|
|
172
|
-
<g clip-path="url(#clip0)">
|
|
173
|
-
<rect width="16" height="16" fill="#CFCFC5"></rect>
|
|
174
|
-
<path d="M0 2H4V3H0V2Z" fill="#191719" fill-opacity="0.5"></path>
|
|
175
|
-
<path d="M8 2H12V3H8V2Z" fill="#191719" fill-opacity="0.5"></path>
|
|
176
|
-
<rect x="4" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
177
|
-
<rect x="12" y="6" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
178
|
-
<rect y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
179
|
-
<rect x="8" y="10" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
180
|
-
<rect x="12" y="14" width="4" height="1" fill="#191719" fill-opacity="0.5"></rect>
|
|
181
|
-
<rect width="4" height="1" transform="matrix(-1 0 0 1 8 14)" fill="#191719" fill-opacity="0.5"></rect>
|
|
182
|
-
</g>
|
|
183
|
-
<defs>
|
|
184
|
-
<clipPath>
|
|
185
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
186
|
-
</clipPath>
|
|
187
|
-
</defs>
|
|
188
|
-
</symbol>
|
|
189
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon8">
|
|
190
|
-
<g clip-path="url(#clip0)">
|
|
191
|
-
<rect width="16" height="16" fill="#FFEFD5"></rect>
|
|
192
|
-
<rect y="2" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
|
|
193
|
-
<rect y="6" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
|
|
194
|
-
<rect x="3" y="7" width="1" height="4" fill="#797979" fill-opacity="0.6"></rect>
|
|
195
|
-
<rect x="3" y="15" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
|
|
196
|
-
<rect x="3" y="-1" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
|
|
197
|
-
<rect x="11" y="7" width="1" height="4" fill="#797979" fill-opacity="0.6"></rect>
|
|
198
|
-
<rect x="11" y="15" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
|
|
199
|
-
<rect x="11" y="-1" width="1" height="3" fill="#797979" fill-opacity="0.6"></rect>
|
|
200
|
-
<rect x="7" y="2" width="1" height="5" fill="#797979" fill-opacity="0.6"></rect>
|
|
201
|
-
<rect x="15" y="2" width="1" height="5" fill="#797979" fill-opacity="0.6"></rect>
|
|
202
|
-
<rect x="15" y="10" width="1" height="5" fill="#797979" fill-opacity="0.6"></rect>
|
|
203
|
-
<rect x="7" y="11" width="1" height="4" fill="#797979" fill-opacity="0.6"></rect>
|
|
204
|
-
<rect y="10" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
|
|
205
|
-
<rect y="14" width="16" height="1" fill="#797979" fill-opacity="0.6"></rect>
|
|
206
|
-
</g>
|
|
207
|
-
<defs>
|
|
208
|
-
<clipPath>
|
|
209
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
210
|
-
</clipPath>
|
|
211
|
-
</defs>
|
|
212
|
-
</symbol>
|
|
213
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon9">
|
|
214
|
-
<g clip-path="url(#clip0)">
|
|
215
|
-
<rect width="16" height="16" fill="#914F2F"></rect>
|
|
216
|
-
<rect y="1" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
|
|
217
|
-
<rect y="5" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
|
|
218
|
-
<rect x="1.40918" y="5.4256" width="1" height="4.68398" transform="rotate(30 1.40918 5.4256)" fill="#361F19"
|
|
219
|
-
fill-opacity="0.5"></rect>
|
|
220
|
-
<rect x="5.15283" y="13.3691" width="1" height="4.2186" transform="rotate(30 5.15283 13.3691)" fill="#361F19"
|
|
221
|
-
fill-opacity="0.5"></rect>
|
|
222
|
-
<rect x="9.53296" y="5.21106" width="1" height="4.93174" transform="rotate(30 9.53296 5.21106)" fill="#361F19"
|
|
223
|
-
fill-opacity="0.5"></rect>
|
|
224
|
-
<path d="M17.5361 5.21106L18.4022 5.71106L15.9363 9.98207L15.0703 9.48207L17.5361 5.21106Z" fill="#361F19"
|
|
225
|
-
fill-opacity="0.5"></path>
|
|
226
|
-
<rect x="13.0149" y="13.6081" width="1" height="4.25711" transform="rotate(30 13.0149 13.6081)" fill="#361F19"
|
|
227
|
-
fill-opacity="0.5"></rect>
|
|
228
|
-
<rect x="7.31714" y="1.08496" width="1" height="5" transform="rotate(30 7.31714 1.08496)" fill="#361F19"
|
|
229
|
-
fill-opacity="0.5"></rect>
|
|
230
|
-
<rect x="15.3171" y="1.08496" width="1" height="5" transform="rotate(30 15.3171 1.08496)" fill="#361F19"
|
|
231
|
-
fill-opacity="0.5"></rect>
|
|
232
|
-
<rect x="11.3171" y="9.08496" width="1" height="5" transform="rotate(30 11.3171 9.08496)" fill="#361F19"
|
|
233
|
-
fill-opacity="0.5"></rect>
|
|
234
|
-
<rect x="13.3171" y="-2.91504" width="1" height="5" transform="rotate(30 13.3171 -2.91504)" fill="#361F19"
|
|
235
|
-
fill-opacity="0.5"></rect>
|
|
236
|
-
<rect x="3.51733" y="9.2381" width="1" height="4.90049" transform="rotate(30 3.51733 9.2381)" fill="#361F19"
|
|
237
|
-
fill-opacity="0.5"></rect>
|
|
238
|
-
<path d="M5.28864 -2.82861L6.15466 -2.32861L3.70442 1.91534L2.83839 1.41534L5.28864 -2.82861Z" fill="#361F19"
|
|
239
|
-
fill-opacity="0.5"></path>
|
|
240
|
-
<rect y="9" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
|
|
241
|
-
<rect y="13" width="16" height="1" fill="#361F19" fill-opacity="0.5"></rect>
|
|
242
|
-
</g>
|
|
243
|
-
<defs>
|
|
244
|
-
<clipPath>
|
|
245
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
246
|
-
</clipPath>
|
|
247
|
-
</defs>
|
|
248
|
-
</symbol>
|
|
249
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon10">
|
|
250
|
-
<rect width="16" height="16" fill="#FFF487"></rect>
|
|
251
|
-
<rect width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
252
|
-
<rect y="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
253
|
-
<rect y="8" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
254
|
-
<rect y="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
255
|
-
<rect x="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
256
|
-
<rect x="4" y="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
257
|
-
<rect x="4" y="8" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
258
|
-
<rect x="4" y="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
259
|
-
<rect x="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
260
|
-
<rect x="12" y="4" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
261
|
-
<rect x="12" y="8" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
262
|
-
<rect x="12" y="12" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
263
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 9 0)" fill="#504400" fill-opacity="0.6"></rect>
|
|
264
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 9 4)" fill="#504400" fill-opacity="0.6"></rect>
|
|
265
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 9 8)" fill="#504400" fill-opacity="0.6"></rect>
|
|
266
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 9 12)" fill="#504400" fill-opacity="0.6"></rect>
|
|
267
|
-
<rect x="10" y="2" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
268
|
-
<rect x="10" y="6" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
269
|
-
<rect x="10" y="10" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
270
|
-
<rect x="10" y="14" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
271
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 15 2)" fill="#504400" fill-opacity="0.6"></rect>
|
|
272
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 15 6)" fill="#504400" fill-opacity="0.6"></rect>
|
|
273
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 15 10)" fill="#504400" fill-opacity="0.6"></rect>
|
|
274
|
-
<rect width="1" height="1" transform="matrix(-1 0 0 1 15 14)" fill="#504400" fill-opacity="0.6"></rect>
|
|
275
|
-
<rect x="6" y="2" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
276
|
-
<rect x="6" y="6" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
277
|
-
<rect x="6" y="10" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
278
|
-
<rect x="6" y="14" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
279
|
-
<rect x="2" y="2" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
280
|
-
<rect x="2" y="6" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
281
|
-
<rect x="2" y="10" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
282
|
-
<rect x="2" y="14" width="1" height="1" fill="#504400" fill-opacity="0.6"></rect>
|
|
283
|
-
</symbol>
|
|
284
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon11">
|
|
285
|
-
<g clip-path="url(#clip0)">
|
|
286
|
-
<rect width="16" height="16" fill="#526B56"></rect>
|
|
287
|
-
<path
|
|
288
|
-
d="M5.94797 3.06923C5.65383 3.06923 5.32917 3.15641 4.97399 3.33077C4.62435 3.5 4.29969 3.72308 4 4V2.83846C4.55498 2.27949 5.23205 2 6.03122 2C6.4086 2 6.75269 2.0359 7.06348 2.10769C7.37981 2.17949 7.78495 2.31282 8.27888 2.50769C8.64516 2.65128 8.96427 2.75897 9.23621 2.83077C9.50815 2.89744 9.77454 2.93077 10.0354 2.93077C10.3351 2.93077 10.6625 2.84872 11.0177 2.68462C11.3729 2.52051 11.7003 2.29231 12 2V3.15385C11.4339 3.71795 10.7569 4 9.96878 4C9.5692 4 9.19459 3.95897 8.84495 3.87692C8.49532 3.78974 8.12071 3.6641 7.72112 3.5C7.30489 3.3359 6.9719 3.22308 6.72216 3.16154C6.47242 3.1 6.21436 3.06923 5.94797 3.06923Z"
|
|
289
|
-
fill="#D1D1D1" fill-opacity="0.6"></path>
|
|
290
|
-
<path
|
|
291
|
-
d="M-2.05203 7.06923C-2.34617 7.06923 -2.67083 7.15641 -3.02601 7.33077C-3.37565 7.5 -3.70031 7.72308 -4 8V6.83846C-3.44502 6.27949 -2.76795 6 -1.96878 6C-1.5914 6 -1.24731 6.0359 -0.936524 6.10769C-0.620187 6.17949 -0.215054 6.31282 0.278876 6.50769C0.645161 6.65128 0.964273 6.75897 1.23621 6.83077C1.50815 6.89744 1.77454 6.93077 2.03538 6.93077C2.33507 6.93077 2.6625 6.84872 3.01769 6.68462C3.37288 6.52051 3.70031 6.29231 4 6V7.15385C3.43392 7.71795 2.75685 8 1.96878 8C1.5692 8 1.19459 7.95897 0.844953 7.87692C0.495317 7.78974 0.120708 7.6641 -0.278876 7.5C-0.695109 7.3359 -1.0281 7.22308 -1.27784 7.16154C-1.52758 7.1 -1.78564 7.06923 -2.05203 7.06923Z"
|
|
292
|
-
fill="#D1D1D1" fill-opacity="0.6"></path>
|
|
293
|
-
<path
|
|
294
|
-
d="M5.94797 11.0692C5.65383 11.0692 5.32917 11.1564 4.97399 11.3308C4.62435 11.5 4.29969 11.7231 4 12V10.8385C4.55498 10.2795 5.23205 10 6.03122 10C6.4086 10 6.75269 10.0359 7.06348 10.1077C7.37981 10.1795 7.78495 10.3128 8.27888 10.5077C8.64516 10.6513 8.96427 10.759 9.23621 10.8308C9.50815 10.8974 9.77454 10.9308 10.0354 10.9308C10.3351 10.9308 10.6625 10.8487 11.0177 10.6846C11.3729 10.5205 11.7003 10.2923 12 10V11.1538C11.4339 11.7179 10.7569 12 9.96878 12C9.5692 12 9.19459 11.959 8.84495 11.8769C8.49532 11.7897 8.12071 11.6641 7.72112 11.5C7.30489 11.3359 6.9719 11.2231 6.72216 11.1615C6.47242 11.1 6.21436 11.0692 5.94797 11.0692Z"
|
|
295
|
-
fill="#D1D1D1" fill-opacity="0.6"></path>
|
|
296
|
-
<path
|
|
297
|
-
d="M-2.05203 15.0692C-2.34617 15.0692 -2.67083 15.1564 -3.02601 15.3308C-3.37565 15.5 -3.70031 15.7231 -4 16V14.8385C-3.44502 14.2795 -2.76795 14 -1.96878 14C-1.5914 14 -1.24731 14.0359 -0.936524 14.1077C-0.620187 14.1795 -0.215054 14.3128 0.278876 14.5077C0.645161 14.6513 0.964273 14.759 1.23621 14.8308C1.50815 14.8974 1.77454 14.9308 2.03538 14.9308C2.33507 14.9308 2.6625 14.8487 3.01769 14.6846C3.37288 14.5205 3.70031 14.2923 4 14V15.1538C3.43392 15.7179 2.75685 16 1.96878 16C1.5692 16 1.19459 15.959 0.844953 15.8769C0.495317 15.7897 0.120708 15.6641 -0.278876 15.5C-0.695109 15.3359 -1.0281 15.2231 -1.27784 15.1615C-1.52758 15.1 -1.78564 15.0692 -2.05203 15.0692Z"
|
|
298
|
-
fill="#D1D1D1" fill-opacity="0.6"></path>
|
|
299
|
-
<path
|
|
300
|
-
d="M13.948 15.0692C13.6538 15.0692 13.3292 15.1564 12.974 15.3308C12.6243 15.5 12.2997 15.7231 12 16V14.8385C12.555 14.2795 13.232 14 14.0312 14C14.4086 14 14.7527 14.0359 15.0635 14.1077C15.3798 14.1795 15.7849 14.3128 16.2789 14.5077C16.6452 14.6513 16.9643 14.759 17.2362 14.8308C17.5082 14.8974 17.7745 14.9308 18.0354 14.9308C18.3351 14.9308 18.6625 14.8487 19.0177 14.6846C19.3729 14.5205 19.7003 14.2923 20 14V15.1538C19.4339 15.7179 18.7569 16 17.9688 16C17.5692 16 17.1946 15.959 16.845 15.8769C16.4953 15.7897 16.1207 15.6641 15.7211 15.5C15.3049 15.3359 14.9719 15.2231 14.7222 15.1615C14.4724 15.1 14.2144 15.0692 13.948 15.0692Z"
|
|
301
|
-
fill="#D1D1D1" fill-opacity="0.6"></path>
|
|
302
|
-
<path
|
|
303
|
-
d="M13.948 7.06923C13.6538 7.06923 13.3292 7.15641 12.974 7.33077C12.6243 7.5 12.2997 7.72308 12 8V6.83846C12.555 6.27949 13.232 6 14.0312 6C14.4086 6 14.7527 6.0359 15.0635 6.10769C15.3798 6.17949 15.7849 6.31282 16.2789 6.50769C16.6452 6.65128 16.9643 6.75897 17.2362 6.83077C17.5082 6.89744 17.7745 6.93077 18.0354 6.93077C18.3351 6.93077 18.6625 6.84872 19.0177 6.68462C19.3729 6.52051 19.7003 6.29231 20 6V7.15385C19.4339 7.71795 18.7569 8 17.9688 8C17.5692 8 17.1946 7.95897 16.845 7.87692C16.4953 7.78974 16.1207 7.6641 15.7211 7.5C15.3049 7.3359 14.9719 7.22308 14.7222 7.16154C14.4724 7.1 14.2144 7.06923 13.948 7.06923Z"
|
|
304
|
-
fill="#D1D1D1" fill-opacity="0.6"></path>
|
|
305
|
-
</g>
|
|
306
|
-
<defs>
|
|
307
|
-
<clipPath>
|
|
308
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
309
|
-
</clipPath>
|
|
310
|
-
</defs>
|
|
311
|
-
</symbol>
|
|
312
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon12">
|
|
313
|
-
<g clip-path="url(#clip0)">
|
|
314
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
315
|
-
<rect x="0.5" y="1.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
|
|
316
|
-
<rect x="4.5" y="9.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
|
|
317
|
-
<rect x="-3.5" y="9.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
|
|
318
|
-
<rect x="8.5" y="1.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
|
|
319
|
-
<rect x="12.5" y="9.5" width="5" height="5" fill="#EDB1BD" stroke="#EDB1BD"></rect>
|
|
320
|
-
</g>
|
|
321
|
-
<defs>
|
|
322
|
-
<clipPath>
|
|
323
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
324
|
-
</clipPath>
|
|
325
|
-
</defs>
|
|
326
|
-
</symbol>
|
|
327
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon13">
|
|
328
|
-
<g clip-path="url(#clip0)">
|
|
329
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
330
|
-
<rect y="2" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
331
|
-
<rect y="6" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
332
|
-
<rect x="3" y="7" width="1" height="4" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
333
|
-
<rect x="3" y="15" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
334
|
-
<rect x="3" y="-1" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
335
|
-
<rect x="11" y="7" width="1" height="4" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
336
|
-
<rect x="11" y="15" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
337
|
-
<rect x="11" y="-1" width="1" height="3" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
338
|
-
<rect x="7" y="2" width="1" height="5" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
339
|
-
<rect x="15" y="2" width="1" height="5" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
340
|
-
<rect x="15" y="10" width="1" height="5" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
341
|
-
<rect x="7" y="11" width="1" height="4" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
342
|
-
<rect y="10" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
343
|
-
<rect y="14" width="16" height="1" fill="#9C9C9C" fill-opacity="0.6"></rect>
|
|
344
|
-
</g>
|
|
345
|
-
<defs>
|
|
346
|
-
<clipPath>
|
|
347
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
348
|
-
</clipPath>
|
|
349
|
-
</defs>
|
|
350
|
-
</symbol>
|
|
351
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon14">
|
|
352
|
-
<g clip-path="url(#clip0)">
|
|
353
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
354
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 1H0V2H2V3H6V2H4V1Z" fill="#4A4A4A" fill-opacity="0.5"></path>
|
|
355
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 9H1V10H3V11H7V10H5V9Z" fill="#4A4A4A"
|
|
356
|
-
fill-opacity="0.5"></path>
|
|
357
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5H4V6H6V7H10V6H8V5Z" fill="#4A4A4A" fill-opacity="0.5"></path>
|
|
358
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 13H5V14H7V15H11V14H9V13Z" fill="#4A4A4A"
|
|
359
|
-
fill-opacity="0.5"></path>
|
|
360
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 5H-4V6H-2V7H2V6H0V5Z" fill="#4A4A4A"
|
|
361
|
-
fill-opacity="0.5"></path>
|
|
362
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 13H-3V14H-1V15H3V14H1V13Z" fill="#4A4A4A"
|
|
363
|
-
fill-opacity="0.5"></path>
|
|
364
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 1H8V2H10V3H14V2H12V1Z" fill="#4A4A4A"
|
|
365
|
-
fill-opacity="0.5"></path>
|
|
366
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 9H9V10H11V11H15V10H13V9Z" fill="#4A4A4A"
|
|
367
|
-
fill-opacity="0.5"></path>
|
|
368
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 5H12V6H14V7H18V6H16V5Z" fill="#4A4A4A"
|
|
369
|
-
fill-opacity="0.5"></path>
|
|
370
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 13H13V14H15V15H19V14H17V13Z" fill="#4A4A4A"
|
|
371
|
-
fill-opacity="0.5"></path>
|
|
372
|
-
</g>
|
|
373
|
-
<defs>
|
|
374
|
-
<clipPath>
|
|
375
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
376
|
-
</clipPath>
|
|
377
|
-
</defs>
|
|
378
|
-
</symbol>
|
|
379
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" id="intersect">
|
|
380
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.29539 8H0V6.70446L6.70446 0H8V1.29539L1.29539 8ZM8 6.70446V8H6.70446L8 6.70446ZM1.29539 0L0 1.29539V0H1.29539Z" fill="#474747"/>
|
|
381
|
-
</symbol>
|
|
382
|
-
<defs>
|
|
383
|
-
<pattern id="patternicon1" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
384
|
-
<use width="16" height="16" xlink:href="#icon1"></use>
|
|
385
|
-
</pattern>
|
|
386
|
-
<pattern id="patternicon2" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
387
|
-
<use width="16" height="16" xlink:href="#icon2"></use>
|
|
388
|
-
</pattern>
|
|
389
|
-
<pattern id="patternicon3" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
390
|
-
<use width="16" height="16" xlink:href="#icon3"></use>
|
|
391
|
-
</pattern>
|
|
392
|
-
<pattern id="patternicon4" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
393
|
-
<use width="16" height="16" xlink:href="#icon4"></use>
|
|
394
|
-
</pattern>
|
|
395
|
-
<pattern id="patternicon5" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
396
|
-
<use width="16" height="16" xlink:href="#icon5"></use>
|
|
397
|
-
</pattern>
|
|
398
|
-
<pattern id="patternicon6" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
399
|
-
<use width="16" height="16" xlink:href="#icon6"></use>
|
|
400
|
-
</pattern>
|
|
401
|
-
<pattern id="patternicon7" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
402
|
-
<use width="16" height="16" xlink:href="#icon7"></use>
|
|
403
|
-
</pattern>
|
|
404
|
-
<pattern id="patternicon8" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
405
|
-
<use width="16" height="16" xlink:href="#icon8"></use>
|
|
406
|
-
</pattern>
|
|
407
|
-
<pattern id="patternicon9" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
408
|
-
<use width="16" height="16" xlink:href="#icon9"></use>
|
|
409
|
-
</pattern>
|
|
410
|
-
<pattern id="patternicon10" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
411
|
-
<use width="16" height="16" xlink:href="#icon10"></use>
|
|
412
|
-
</pattern>
|
|
413
|
-
<pattern id="patternicon11" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
414
|
-
<use width="16" height="16" xlink:href="#icon11"></use>
|
|
415
|
-
</pattern>
|
|
416
|
-
<pattern id="patternicon12" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
417
|
-
<use width="16" height="16" xlink:href="#icon12"></use>
|
|
418
|
-
</pattern>
|
|
419
|
-
<pattern id="patternicon13" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
420
|
-
<use width="16" height="16" xlink:href="#icon13"></use>
|
|
421
|
-
</pattern>
|
|
422
|
-
<pattern id="patternicon14" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
|
|
423
|
-
<use width="16" height="16" xlink:href="#icon14"></use>
|
|
424
|
-
</pattern>
|
|
425
|
-
<pattern id="patternintersect" x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
|
|
426
|
-
<use width="8" height="8" xlink:href="#intersect"></use>
|
|
427
|
-
</pattern>
|
|
428
|
-
</defs>
|
|
429
|
-
</svg>
|