@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tetacom/ng-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^13.0.0",
|
|
@@ -11,5 +11,25 @@
|
|
|
11
11
|
},
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"access": "public"
|
|
14
|
-
}
|
|
14
|
+
},
|
|
15
|
+
"module": "fesm2015/tetacom-ng-components.mjs",
|
|
16
|
+
"es2020": "fesm2020/tetacom-ng-components.mjs",
|
|
17
|
+
"esm2020": "esm2020/tetacom-ng-components.mjs",
|
|
18
|
+
"fesm2020": "fesm2020/tetacom-ng-components.mjs",
|
|
19
|
+
"fesm2015": "fesm2015/tetacom-ng-components.mjs",
|
|
20
|
+
"typings": "tetacom-ng-components.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
"./package.json": {
|
|
23
|
+
"default": "./package.json"
|
|
24
|
+
},
|
|
25
|
+
".": {
|
|
26
|
+
"types": "./tetacom-ng-components.d.ts",
|
|
27
|
+
"esm2020": "./esm2020/tetacom-ng-components.mjs",
|
|
28
|
+
"es2020": "./fesm2020/tetacom-ng-components.mjs",
|
|
29
|
+
"es2015": "./fesm2015/tetacom-ng-components.mjs",
|
|
30
|
+
"node": "./fesm2015/tetacom-ng-components.mjs",
|
|
31
|
+
"default": "./fesm2020/tetacom-ng-components.mjs"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"sideEffects": false
|
|
15
35
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/README.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# Components
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project components`.
|
|
8
|
-
> Note: Don't forget to add `--project components` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build components` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build components`, go to the dist folder `cd dist/components` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test components` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -1,339 +0,0 @@
|
|
|
1
|
-
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" width="0"
|
|
2
|
-
height="0" class="hidden">
|
|
3
|
-
<!-- SVG Sprite -->
|
|
4
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisColor">
|
|
5
|
-
<rect x="3" y="1" width="1" height="14" fill="#17AE66"></rect>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89188 3.06024C7.96161 2.88715 8 2.69806 8 2.5C8 1.67157 7.32843 1 6.5 1C5.67157 1 5 1.67157 5 2.5C5 3.32843 5.67157 4 6.5 4C6.7645 4 7.01302 3.93154 7.22879 3.81137L10.0764 6.02616C10.0268 6.1751 10 6.33441 10 6.5C10 6.73158 10.0525 6.95091 10.1462 7.14673L8.14673 9.1462C7.9509 9.05248 7.73158 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12C7.80758 12 8.09353 11.9074 8.33152 11.7486L10.0683 13.0512C10.0239 13.1929 10 13.3437 10 13.5C10 14.3284 10.6716 15 11.5 15C12.3284 15 13 14.3284 13 13.5C13 12.6716 12.3284 12 11.5 12C11.1924 12 10.9065 12.0926 10.6685 12.2514L8.93172 10.9488C8.92465 10.9713 8.91707 10.9937 8.90898 11.0157C8.96786 10.8549 9 10.6812 9 10.5C9 10.2684 8.94753 10.0491 8.85382 9.85332L10.8533 7.85382C11.0491 7.94753 11.2684 8 11.5 8C12.3284 8 13 7.32843 13 6.5C13 5.67157 12.3284 5 11.5 5C11.2019 5 10.924 5.08698 10.6905 5.23696L7.89188 3.06024ZM6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2C6.22386 2 6 2.22386 6 2.5C6 2.77614 6.22386 3 6.5 3ZM11.5 7C11.7761 7 12 6.77614 12 6.5C12 6.22386 11.7761 6 11.5 6C11.2239 6 11 6.22386 11 6.5C11 6.77614 11.2239 7 11.5 7ZM8 10.5C8 10.7761 7.77614 11 7.5 11C7.22386 11 7 10.7761 7 10.5C7 10.2239 7.22386 10 7.5 10C7.77614 10 8 10.2239 8 10.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14Z" fill="#17AE66"></path>
|
|
7
|
-
</symbol>
|
|
8
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisInnerColor">
|
|
9
|
-
<rect x="3" y="1" width="1" height="14" fill="#17AE66"></rect>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.89188 3.06024C7.96161 2.88715 8 2.69806 8 2.5C8 1.67157 7.32843 1 6.5 1C5.67157 1 5 1.67157 5 2.5C5 3.32843 5.67157 4 6.5 4C6.7645 4 7.01302 3.93154 7.22879 3.81137L10.0764 6.02616C10.0268 6.1751 10 6.33441 10 6.5C10 6.73158 10.0525 6.95091 10.1462 7.14673L8.14673 9.1462C7.9509 9.05248 7.73158 9 7.5 9C6.67157 9 6 9.67157 6 10.5C6 11.3284 6.67157 12 7.5 12C7.80758 12 8.09353 11.9074 8.33152 11.7486L10.0683 13.0512C10.0239 13.1929 10 13.3437 10 13.5C10 14.3284 10.6716 15 11.5 15C12.3284 15 13 14.3284 13 13.5C13 12.6716 12.3284 12 11.5 12C11.1924 12 10.9065 12.0926 10.6685 12.2514L8.93172 10.9488C8.92465 10.9713 8.91707 10.9937 8.90898 11.0157C8.96786 10.8549 9 10.6812 9 10.5C9 10.2684 8.94753 10.0491 8.85382 9.85332L10.8533 7.85382C11.0491 7.94753 11.2684 8 11.5 8C12.3284 8 13 7.32843 13 6.5C13 5.67157 12.3284 5 11.5 5C11.2019 5 10.924 5.08698 10.6905 5.23696L7.89188 3.06024ZM6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2C6.22386 2 6 2.22386 6 2.5C6 2.77614 6.22386 3 6.5 3ZM11.5 7C11.7761 7 12 6.77614 12 6.5C12 6.22386 11.7761 6 11.5 6C11.2239 6 11 6.22386 11 6.5C11 6.77614 11.2239 7 11.5 7ZM8 10.5C8 10.7761 7.77614 11 7.5 11C7.22386 11 7 10.7761 7 10.5C7 10.2239 7.22386 10 7.5 10C7.77614 10 8 10.2239 8 10.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14Z" fill="#9D9D9D"></path>
|
|
11
|
-
</symbol>
|
|
12
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gisSimpleColor">
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89188 3.06024C6.96161 2.88715 7 2.69806 7 2.5C7 1.67157 6.32843 1 5.5 1C4.67157 1 4 1.67157 4 2.5C4 3.32843 4.67157 4 5.5 4C5.7645 4 6.01302 3.93154 6.22879 3.81137L9.07638 6.02616C9.02683 6.1751 9 6.33441 9 6.5C9 6.73158 9.05248 6.95091 9.1462 7.14673L7.14673 9.1462C6.9509 9.05248 6.73158 9 6.5 9C5.67157 9 5 9.67157 5 10.5C5 11.3284 5.67157 12 6.5 12C6.80758 12 7.09353 11.9074 7.33152 11.7486L9.06829 13.0512C9.02392 13.1929 9 13.3437 9 13.5C9 14.3284 9.67157 15 10.5 15C11.3284 15 12 14.3284 12 13.5C12 12.6716 11.3284 12 10.5 12C10.1924 12 9.90649 12.0926 9.6685 12.2514L7.93172 10.9488C7.92465 10.9713 7.91707 10.9937 7.90898 11.0157C7.96786 10.8549 8 10.6812 8 10.5C8 10.2684 7.94753 10.0491 7.85382 9.85332L9.85331 7.85382C10.0491 7.94753 10.2684 8 10.5 8C11.3284 8 12 7.32843 12 6.5C12 5.67157 11.3284 5 10.5 5C10.2019 5 9.92403 5.08698 9.69051 5.23696L6.89188 3.06024ZM5.5 3C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2C5.22386 2 5 2.22386 5 2.5C5 2.77614 5.22386 3 5.5 3ZM10.5 7C10.7761 7 11 6.77614 11 6.5C11 6.22386 10.7761 6 10.5 6C10.2239 6 10 6.22386 10 6.5C10 6.77614 10.2239 7 10.5 7ZM7 10.5C7 10.7761 6.77614 11 6.5 11C6.22386 11 6 10.7761 6 10.5C6 10.2239 6.22386 10 6.5 10C6.77614 10 7 10.2239 7 10.5ZM10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C10.2239 13 10 13.2239 10 13.5C10 13.7761 10.2239 14 10.5 14Z" fill="#9D9D9D"></path>
|
|
14
|
-
</symbol>
|
|
15
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpAddColor">
|
|
16
|
-
<g clip-path="url(#clip0)">
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
18
|
-
<path d="M15.9049 8.87688C15.9677 8.5889 15.9999 8.29633 15.9999 8C15.9999 3.58172 8.83643 0 -0.00012207 0C-8.83668 0 -16.0001 3.58172 -16.0001 8C-16.0001 12.4183 -8.83668 16 -0.00012207 16C2.89642 16 5.6132 15.6152 7.95683 14.9421C7.35507 14.1166 7 13.0998 7 12C7 9.23858 9.23857 7 12 7C13.5799 7 14.9886 7.73273 15.9049 8.87688Z" fill="#247BA1"></path>
|
|
19
|
-
<path d="M11.8349 7.00268C9.14988 7.08981 7 9.29384 7 12C7 12.289 7.02452 12.5723 7.07161 12.848C5.08845 13.5724 2.64403 14 -0.00012207 14C-6.62754 14 -12.0001 11.3137 -12.0001 8C-12.0001 4.68629 -6.62754 2 -0.00012207 2C5.94774 2 10.8849 4.16365 11.8349 7.00268Z" fill="#70C1B4"></path>
|
|
20
|
-
<ellipse cx="-0.00012207" cy="8" rx="8" ry="4" fill="#FBE169"></ellipse>
|
|
21
|
-
<ellipse cx="-0.00012207" cy="8" rx="4" ry="2" fill="#F15E5B"></ellipse>
|
|
22
|
-
</g>
|
|
23
|
-
<defs>
|
|
24
|
-
<clipPath id="clip0">
|
|
25
|
-
<rect width="15.9999" height="16" fill="white" transform="translate(-0.000244141)"></rect>
|
|
26
|
-
</clipPath>
|
|
27
|
-
</defs>
|
|
28
|
-
</symbol>
|
|
29
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grpColor">
|
|
30
|
-
<g clip-path="url(#clip0)">
|
|
31
|
-
<ellipse cy="8" rx="16" ry="8" fill="#247BA1"></ellipse>
|
|
32
|
-
<ellipse cy="8" rx="12" ry="6" fill="#70C1B4"></ellipse>
|
|
33
|
-
<ellipse cy="8" rx="8" ry="4" fill="#FBE169"></ellipse>
|
|
34
|
-
<ellipse cy="8" rx="4" ry="2" fill="#F15E5B"></ellipse>
|
|
35
|
-
</g>
|
|
36
|
-
<defs>
|
|
37
|
-
<clipPath id="clip0">
|
|
38
|
-
<rect width="15.9999" height="16" fill="white" transform="translate(-0.00012207)"></rect>
|
|
39
|
-
</clipPath>
|
|
40
|
-
</defs>
|
|
41
|
-
</symbol>
|
|
42
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagAddColor">
|
|
43
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9962 10.9961V9H12.9991V10.9961H14.9952V12.999H12.9991V14.9951H10.9962V12.999H9.00006V10.9961H10.9962Z" fill="#17AE66"></path>
|
|
44
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.00012 11.975V9.00098H4.01465C3.25358 9.00098 2.58138 8.74577 1.99805 8.23535V11.4824C1.99805 11.9017 2.14616 12.2594 2.44238 12.5557C2.73861 12.8519 3.09179 13 3.50195 13H7.00012V12.025C7.00008 12.0167 7.00006 12.0083 7.00006 12C7.00006 11.9917 7.00008 11.9833 7.00012 11.975ZM12.0001 7C12.5503 7 13.0797 7.08887 13.5749 7.25304C13.8687 6.89516 14.0156 6.47748 14.0156 6V5.50098C14.0202 5.0817 13.8744 4.72624 13.5781 4.43457C13.2819 4.1429 12.9287 3.99707 12.5186 3.99707H11.0146V3.49805C11.0192 3.08333 10.8734 2.73014 10.5771 2.43848C10.2809 2.14681 9.92774 2.00098 9.51758 2.00098H6.50293C6.08366 2.00098 5.72819 2.14681 5.43652 2.43848C5.14486 2.73014 4.99902 3.08333 4.99902 3.49805V3.99707H3.50195C3.09179 4.00163 2.73861 4.14974 2.44238 4.44141C2.14616 4.73307 1.99805 5.08626 1.99805 5.50098V6C1.99805 6.55143 2.19401 7.02311 2.58594 7.41504C2.97787 7.80697 3.4541 8.00293 4.01465 8.00293H8.99568C9.83209 7.37325 10.8725 7 12.0001 7ZM5.99707 3.99707H10.0166V3.49805C10.0166 3.36133 9.96647 3.24284 9.86621 3.14258C9.76595 3.04232 9.64974 2.99447 9.51758 2.99902H6.50293C6.37077 2.99902 6.25456 3.04687 6.1543 3.14258C6.05404 3.23828 6.00163 3.35677 5.99707 3.49805V3.99707Z" fill="#9D9D9D"></path>
|
|
45
|
-
</symbol>
|
|
46
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbagColor">
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.00195 9.00098V9.48633C7.00195 9.63672 7.05208 9.75977 7.15234 9.85547C7.2526 9.95117 7.37337 9.99902 7.51465 9.99902H8.49902C8.64942 9.99902 8.77246 9.94889 8.86816 9.84863C8.96387 9.74837 9.014 9.6276 9.01855 9.48633V9.00098H11.999C12.7601 9.00098 13.4323 8.74577 14.0156 8.23535V11.4824C14.0156 11.8971 13.8698 12.2549 13.5781 12.5557C13.2819 12.8519 12.9287 13 12.5186 13H3.50195C3.09179 13 2.73861 12.8519 2.44238 12.5557C2.14616 12.2594 1.99805 11.9017 1.99805 11.4824V8.23535C2.58138 8.74577 3.25358 9.00098 4.01465 9.00098H7.00195ZM5.99707 3.99707H10.0166V3.49805C10.0166 3.36133 9.96647 3.24284 9.86621 3.14258C9.76595 3.04232 9.64974 2.99447 9.51758 2.99902H6.50293C6.37077 2.99902 6.25456 3.04687 6.1543 3.14258C6.05404 3.23828 6.00163 3.35677 5.99707 3.49805V3.99707ZM1.99805 5.50098C1.99805 5.08626 2.14616 4.73307 2.44238 4.44141C2.73861 4.14974 3.09179 4.00163 3.50195 3.99707H4.99902V3.49805C4.99902 3.08333 5.14486 2.73014 5.43652 2.43848C5.72819 2.14681 6.08366 2.00098 6.50293 2.00098H9.51758C9.92774 2.00098 10.2809 2.14681 10.5771 2.43848C10.8734 2.73014 11.0192 3.08333 11.0146 3.49805V3.99707H12.5186C12.9287 3.99707 13.2819 4.1429 13.5781 4.43457C13.8744 4.72624 14.0202 5.0817 14.0156 5.50098V6C14.0156 6.55143 13.8197 7.02311 13.4277 7.41504C13.0358 7.80697 12.5596 8.00293 11.999 8.00293H4.01465C3.4541 8.00293 2.97787 7.80697 2.58594 7.41504C2.19401 7.02311 1.99805 6.55143 1.99805 6V5.50098Z" fill="#9D9D9D"></path>
|
|
48
|
-
</symbol>
|
|
49
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="improveColor">
|
|
50
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 13L4.99999 14H3V13H5ZM13 7V14H11V7H13ZM9 10L8.999 14H6.99901L7.00001 10H9Z" fill="#258EDE"></path>
|
|
51
|
-
<path d="M12.9941 5.9834V1H7.99707L9.89746 2.88672L3.00098 9.80371L4.21094 11L11.1143 4.10352L12.9941 5.9834Z" fill="#C66829"></path>
|
|
52
|
-
</symbol>
|
|
53
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineColor">
|
|
54
|
-
<rect x="1.99988" y="7" width="12" height="2" fill="#E55759"></rect>
|
|
55
|
-
</symbol>
|
|
56
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineDashedColor">
|
|
57
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.99988 7H0.999878V9H4.99988V7ZM5.99988 7V9H9.99988V7H5.99988ZM10.9999 7V9H14.9999V7H10.9999Z" fill="#E55759"></path>
|
|
58
|
-
</symbol>
|
|
59
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lineGradientColor">
|
|
60
|
-
<rect x="1.99988" y="2" width="12" height="2" fill="#E55759"></rect>
|
|
61
|
-
<rect width="12" height="10" transform="matrix(1 0 0 -1 1.99988 14)" fill="url(#paint0_linear)" fill-opacity="0.6"></rect>
|
|
62
|
-
<defs>
|
|
63
|
-
<linearGradient id="paint0_linear" x1="6" y1="0" x2="6" y2="10" gradientUnits="userSpaceOnUse">
|
|
64
|
-
<stop stop-color="#E55759" stop-opacity="0"></stop>
|
|
65
|
-
<stop offset="1" stop-color="#E55759"></stop>
|
|
66
|
-
</linearGradient>
|
|
67
|
-
</defs>
|
|
68
|
-
</symbol>
|
|
69
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidAddColor">
|
|
70
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29591 1.14802C8.83795 1.8475 9.88821 3.26556 10.8325 4.90402C11.262 5.64924 11.6167 6.34897 11.896 7.00106C9.18248 7.05629 6.99976 9.27325 6.99976 12C6.99976 13.1256 7.37171 14.1643 7.9994 15C5.42628 14.9999 3.33295 12.7992 3.33295 10.0941C3.33295 8.76257 3.94996 7.01663 5.16683 4.90489C6.11109 3.26629 7.16134 1.84775 7.70335 1.14805C7.77592 1.05438 7.88473 1 7.99965 1C8.11453 0.999964 8.22337 1.05434 8.29591 1.14802Z" fill="#258EDE"></path>
|
|
71
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9958 10.9961V9H12.9987V10.9961H14.9948V12.999H12.9987V14.9951H10.9958V12.999H8.99969V10.9961H10.9958Z" fill="#17AE66"></path>
|
|
72
|
-
</symbol>
|
|
73
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquidSystemColor">
|
|
74
|
-
<g clip-path="url(#clip0)">
|
|
75
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.29628 1.14802C8.83832 1.8475 9.88857 3.26556 10.8328 4.90402C11.2623 5.64924 11.6171 6.34897 11.8964 7.00106C9.18284 7.05629 7.00012 9.27325 7.00012 12C7.00012 13.1256 7.37207 14.1643 7.99976 15C5.42665 14.9999 3.33331 12.7992 3.33331 10.0941C3.33331 8.76257 3.95033 7.01663 5.16719 4.90489C6.11145 3.26629 7.16171 1.84775 7.70372 1.14805C7.77629 1.05438 7.8851 1 8.00001 1C8.1149 0.999964 8.22374 1.05434 8.29628 1.14802Z" fill="#258EDE"></path>
|
|
76
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3335 8V9.14367C11.0169 9.21727 10.72 9.34213 10.452 9.50905L9.6431 8.70017L8.70029 9.64298L9.50917 10.4519C9.34226 10.7199 9.21739 11.0168 9.14379 11.3333H8.00012V12.6667H9.14379C9.21739 12.9832 9.34226 13.2801 9.50917 13.5481L8.70029 14.357L9.6431 15.2998L10.452 14.4909C10.72 14.6579 11.0169 14.7827 11.3335 14.8563V16H12.6668V14.8563C12.9834 14.7827 13.2803 14.6579 13.5483 14.4909L14.3571 15.2998L15.3 14.357L14.4911 13.5481C14.658 13.2801 14.7829 12.9832 14.8565 12.6667H16.0001V11.3333H14.8565C14.7829 11.0168 14.658 10.7199 14.4911 10.4519L15.3 9.64298L14.3571 8.70017L13.5483 9.50905C13.2803 9.34213 12.9834 9.21727 12.6668 9.14367V8H11.3335ZM13.6668 12C13.6668 12.9205 12.9206 13.6667 12.0001 13.6667C11.0796 13.6667 10.3335 12.9205 10.3335 12C10.3335 11.0795 11.0796 10.3333 12.0001 10.3333C12.9206 10.3333 13.6668 11.0795 13.6668 12Z" fill="#7A7B8B"></path>
|
|
77
|
-
</g>
|
|
78
|
-
<defs>
|
|
79
|
-
<clipPath id="clip0">
|
|
80
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
81
|
-
</clipPath>
|
|
82
|
-
</defs>
|
|
83
|
-
</symbol>
|
|
84
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lithotypeColor">
|
|
85
|
-
<rect x="1.99963" y="14" width="12" height="1" fill="#FFB115"></rect>
|
|
86
|
-
<rect x="1.99963" y="11" width="12" height="1" fill="#FFB115"></rect>
|
|
87
|
-
<rect x="1.99963" y="8" width="1" height="1" fill="#C66829"></rect>
|
|
88
|
-
<rect x="3.99963" y="5" width="1" height="1" fill="#C66829"></rect>
|
|
89
|
-
<rect x="1.99963" y="2" width="1" height="1" fill="#C66829"></rect>
|
|
90
|
-
<rect x="5.99963" y="8" width="1" height="1" fill="#C66829"></rect>
|
|
91
|
-
<rect x="7.99963" y="5" width="1" height="1" fill="#C66829"></rect>
|
|
92
|
-
<rect x="5.99963" y="2" width="1" height="1" fill="#C66829"></rect>
|
|
93
|
-
<rect x="9.99963" y="8" width="1" height="1" fill="#C66829"></rect>
|
|
94
|
-
<rect x="11.9996" y="5" width="1" height="1" fill="#C66829"></rect>
|
|
95
|
-
<rect x="9.99963" y="2" width="1" height="1" fill="#C66829"></rect>
|
|
96
|
-
</symbol>
|
|
97
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="mapColor">
|
|
98
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.97235 3.99707C7.38901 4.00163 6.91506 4.1862 6.55048 4.55078C6.18589 4.91537 6.0036 5.38932 6.0036 5.97266C6.0036 6.55599 6.18817 7.03906 6.55731 7.42188C6.93101 7.80925 7.40269 8.00293 7.97235 8.00293C8.54202 8.00293 9.0228 7.80697 9.41473 7.41504C9.80666 7.02311 10.0026 6.54232 10.0026 5.97266C10.0026 5.40299 9.80894 4.93132 9.42157 4.55762C9.03876 4.18392 8.55569 3.99707 7.97235 3.99707ZM7.97235 13.1982C7.7536 13.1982 7.5508 13.139 7.36395 13.0205C7.1771 12.902 7.05634 12.7607 7.00165 12.5967L4.69794 8.20117C4.23309 7.63607 4.00067 6.94792 4.00067 6.13672C4.00067 5.32552 4.1784 4.61231 4.53387 3.99707C4.8939 3.38183 5.38153 2.89421 5.99677 2.53418C6.612 2.17415 7.27964 1.99414 7.99969 1.99414C8.71975 1.99414 9.38739 2.17643 10.0026 2.54102C10.6179 2.89649 11.1055 3.38183 11.4655 3.99707C11.8255 4.61231 12.0056 5.29134 12.0056 6.03418C12.0056 6.77702 11.7709 7.49935 11.3015 8.20117L8.99774 12.5967C8.94761 12.7471 8.82001 12.8861 8.61493 13.0137C8.40529 13.1367 8.1911 13.1982 7.97235 13.1982Z" fill="#D4685D"></path>
|
|
99
|
-
</symbol>
|
|
100
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="nktColor">
|
|
101
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 7L5 7L5 9L1 9L1 7Z" fill="#C66829"></path>
|
|
102
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 2L9 2L9 14L7 14L7 2Z" fill="#258EDE"></path>
|
|
103
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 9L11 7L15 7L15 9L11 9Z" fill="#C66829"></path>
|
|
104
|
-
</symbol>
|
|
105
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzAddColor">
|
|
106
|
-
<g clip-path="url(#clip0)">
|
|
107
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
108
|
-
<path d="M15.9049 8.87688C15.9677 8.5889 15.9999 8.29633 15.9999 8C15.9999 3.58172 8.83643 0 -0.00012207 0C-8.83668 0 -16.0001 3.58172 -16.0001 8C-16.0001 12.4183 -8.83668 16 -0.00012207 16C2.89642 16 5.6132 15.6152 7.95683 14.9421C7.35507 14.1166 7 13.0998 7 12C7 9.23858 9.23858 7 12 7C13.5799 7 14.9886 7.73273 15.9049 8.87688Z" fill="#247BA1"></path>
|
|
109
|
-
<path d="M10.9563 7.10908C10.7121 4.62405 9.45718 2.43569 7.60814 0.96061C5.66796 0.435257 2.99982 0 -0.000183105 0V16C2.99982 16 5.66796 15.5647 7.60815 15.0394C7.69726 14.9683 7.78499 14.8955 7.8713 14.8212C7.32154 14.0182 6.99994 13.0467 6.99994 12C6.99994 9.59649 8.69583 7.58907 10.9563 7.10908Z" fill="#FBE169"></path>
|
|
110
|
-
</g>
|
|
111
|
-
<defs>
|
|
112
|
-
<clipPath id="clip0">
|
|
113
|
-
<rect width="15.9999" height="16" fill="white" transform="translate(-0.000183105)"></rect>
|
|
114
|
-
</clipPath>
|
|
115
|
-
</defs>
|
|
116
|
-
</symbol>
|
|
117
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opzColor">
|
|
118
|
-
<g clip-path="url(#clip0)">
|
|
119
|
-
<ellipse cy="8" rx="16" ry="8" fill="#247BA1"></ellipse>
|
|
120
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.60833 0.96061C9.67543 2.60965 11 5.15014 11 8C11 10.8499 9.67543 13.3903 7.60833 15.0394C5.66815 15.5647 3 16 0 16C0 13 0 11.9667 0 8.5C0 5.03327 0 2.5 0 0C3 0 5.66815 0.435257 7.60833 0.96061Z" fill="#FBE169"></path>
|
|
121
|
-
</g>
|
|
122
|
-
<defs>
|
|
123
|
-
<clipPath id="clip0">
|
|
124
|
-
<rect width="15.9999" height="16" fill="white"></rect>
|
|
125
|
-
</clipPath>
|
|
126
|
-
</defs>
|
|
127
|
-
</symbol>
|
|
128
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortDownColor">
|
|
129
|
-
<path d="M9 3H7V10H5L8 13L11 10H9V3Z" fill="#0A7CD6"></path>
|
|
130
|
-
</symbol>
|
|
131
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sortUpColor">
|
|
132
|
-
<path d="M9 13H7V6H5L8 3L11 6H9V13Z" fill="#0A7CD6"></path>
|
|
133
|
-
</symbol>
|
|
134
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumAddColor">
|
|
135
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
136
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9961 3H3V3.99805L6.99901 8.00391L3 12.0029V13.001H11.9961V13H9H8H7V12.0029H5.99413L8.99509 8.00391L5.99413 3.99805H9.99997L11.9961 6.00098V3Z" fill="#C66829"></path>
|
|
137
|
-
</symbol>
|
|
138
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sumColor">
|
|
139
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.99969 3H11.9958V6.00098L9.99967 3.99805H5.99382L8.99479 8.00391L5.99382 12.0029H9.99967L11.9958 10V13.001H2.99969V12.0029L6.9987 8.00391L2.99969 3.99805V3Z" fill="#C66829"></path>
|
|
140
|
-
</symbol>
|
|
141
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellAddColor">
|
|
142
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.613 9.59925L3.52306 12.3389L2.85375 14L2 13.6108L6.71937 1.89818C7.20191 0.700609 8.79809 0.700605 9.28063 1.89818L11.353 7.04147C9.7377 7.25017 8.36404 8.22975 7.613 9.59925ZM7.57312 2.28736C7.73397 1.88817 8.26603 1.88817 8.42688 2.28736L9.06004 3.85875L8 4.53525L6.93996 3.85875L7.57312 2.28736ZM8.90268 5.11132L9.42932 4.77524L9.79391 5.68009L8.90268 5.11132ZM8 5.6874L9.89984 6.89985L8.00296 8.17047L6.10092 6.89936L8 5.6874ZM5.42633 7.61532L7.13101 8.75455L4.16742 10.7397L5.42633 7.61532ZM6.57068 4.77524L6.20609 5.68009L7.09732 5.11132L6.57068 4.77524Z" fill="#258EDE"></path>
|
|
143
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
144
|
-
</symbol>
|
|
145
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellColor">
|
|
146
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.42688 2.28736C8.26603 1.88817 7.73397 1.88817 7.57312 2.28736L6.93996 3.85875L8 4.53525L9.06004 3.85875L8.42688 2.28736ZM9.42932 4.77524L8.90268 5.11132L9.79391 5.68009L9.42932 4.77524ZM9.89984 6.89985L8 5.6874L6.10092 6.89936L8.00296 8.17047L9.89984 6.89985ZM7.13101 8.75455L5.42633 7.61532L4.16742 10.7397L7.13101 8.75455ZM3.52306 12.3389L8.00354 9.33765L12.4705 12.3228L13.1462 14L14 13.6108L9.28063 1.89818C8.79809 0.700605 7.20191 0.700609 6.71937 1.89818L2 13.6108L2.85375 14L3.52306 12.3389ZM11.8271 10.7261L8.87549 8.75357L10.5739 7.61589L11.8271 10.7261ZM6.20609 5.68009L6.57068 4.77524L7.09732 5.11132L6.20609 5.68009Z" fill="#258EDE"></path>
|
|
147
|
-
</symbol>
|
|
148
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellConstructionColor">
|
|
149
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 2H2V14H14V2H13V3V4H11V5H13V6H11V7H13V10V13H8H7H3V10V7H5V6H3V5H5V4H3V3V2Z" fill="#D4685D"></path>
|
|
150
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 2H7V9H9V2H10V10H9H7H6V9V2Z" fill="#9D9D9D"></path>
|
|
151
|
-
</symbol>
|
|
152
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addColor">
|
|
153
|
-
<path d="M9 3H7V7H3V9H7V13H9V9H13V7H9V3Z" fill="#17AE66"></path>
|
|
154
|
-
</symbol>
|
|
155
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="areasColor">
|
|
156
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 2L3 2L3 14L2 14L2 2Z" fill="#C66829"></path>
|
|
157
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 2L7 2L7 14L5 14L5 2Z" fill="#17AE66"></path>
|
|
158
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 2L11 2L11 14L9 14L9 2Z" fill="#17AE66"></path>
|
|
159
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14L13 2L14 2L14 14L13 14Z" fill="#C66829"></path>
|
|
160
|
-
</symbol>
|
|
161
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="barChart">
|
|
162
|
-
<path d="M5 3H9V5H5V3Z" fill="#E55759"></path>
|
|
163
|
-
<path d="M5 7H14V9H5V7Z" fill="#E55759"></path>
|
|
164
|
-
<path d="M5 11H11V13H5V11Z" fill="#E55759"></path>
|
|
165
|
-
<rect x="2" y="2" width="1" height="12" fill="#9D9D9D"></rect>
|
|
166
|
-
</symbol>
|
|
167
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="barChart-1">
|
|
168
|
-
<path d="M5 6H14V10H9.5H5V6Z" fill="#F2C94C"></path>
|
|
169
|
-
<path d="M5 11H14V14H5V11Z" fill="#24C38E"></path>
|
|
170
|
-
<path d="M5 2H14V5H5V2Z" fill="#E55759"></path>
|
|
171
|
-
<rect x="2" y="2" width="1" height="12" fill="#9D9D9D"></rect>
|
|
172
|
-
</symbol>
|
|
173
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calcColor">
|
|
174
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 3C3 2.44772 3.44772 2 4 2H12C12.5523 2 13 2.44772 13 3V13C13 13.5523 12.5523 14 12 14H4C3.44772 14 3 13.5523 3 13V3ZM4 3H12V5H4V3ZM6 7H5V8H6V7ZM7 7H8V8H7V7ZM11 7H9V8H11V7ZM5 9H6V10H5V9ZM8 9H7V10H8V9ZM5 11H6V12H5V11ZM8 11H7V12H8V11ZM9 9H11V10H9V9ZM11 11H9V12H11V11Z" fill="#FFB115"></path>
|
|
175
|
-
</symbol>
|
|
176
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendarColor">
|
|
177
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0007 13.002L12.9998 6H3.00366L3.00464 13.002H13.0007ZM3.00464 14C2.70386 14 2.46232 13.9089 2.28003 13.7266C2.09774 13.5443 2.00431 13.3027 1.99976 13.002L2.00183 5.00488C2.00183 4.74056 2.09753 4.50814 2.28894 4.30762C2.48035 4.1071 2.7196 4.00456 3.00671 4H5.00281L5.00378 5H6.00183L6.00085 4H10.0018L10.0028 5H11.0077L11.0067 4H13.0028C13.2899 4.00456 13.5292 4.1071 13.7206 4.30762C13.912 4.50814 14.0054 4.74056 14.0009 5.00488L13.9988 13.002C13.9988 13.3027 13.9076 13.5443 13.7253 13.7266C13.543 13.9089 13.3015 14 13.0007 14H3.00464ZM11.0067 4H10.0018L10.0028 2H11.0077L11.0067 4ZM6.00085 4H5.00281L5.00378 2H6.00183L6.00085 4Z" fill="#C66829"></path>
|
|
178
|
-
<path d="M11.9998 10.998V10H10.0037V10.998H11.9998Z" fill="#7D8F9A"></path>
|
|
179
|
-
<path d="M8.99683 10.998V10H7.00073V10.998H8.99683Z" fill="#7D8F9A"></path>
|
|
180
|
-
<path d="M5.9978 10.998V10H4.00171V10.998H5.9978Z" fill="#7D8F9A"></path>
|
|
181
|
-
<path d="M11.9978 8.99805V8H10.0017V8.99805H11.9978Z" fill="#7D8F9A"></path>
|
|
182
|
-
<path d="M8.99487 8.99805V8H6.99878V8.99805H8.99487Z" fill="#7D8F9A"></path>
|
|
183
|
-
<path d="M5.99585 8.99805V8H3.99976V8.99805H5.99585Z" fill="#7D8F9A"></path>
|
|
184
|
-
</symbol>
|
|
185
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineColor">
|
|
186
|
-
<path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
|
|
187
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14C9.92277 10.8492 8.04321 6.63239 8.04321 2H7C7 6.57077 8.73116 10.7567 11.603 14H13Z" fill="#E55759"></path>
|
|
188
|
-
</symbol>
|
|
189
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineDashed">
|
|
190
|
-
<path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
|
|
191
|
-
<path d="M7.00005 2H8.00005V3H7.00005V2Z" fill="#E55759"></path>
|
|
192
|
-
<path d="M11.1117 13.2967L11.8152 12.586L12.5259 13.2894L11.8225 14.0002L11.1117 13.2967Z" fill="#E55759"></path>
|
|
193
|
-
<path d="M6.99994 5.48995L7.9695 5.2451L8.4592 7.18422L7.48964 7.42907L6.99994 5.48995Z" fill="#E55759"></path>
|
|
194
|
-
<path d="M8.50002 9.98648L9.31857 9.41205L10.4674 11.0492L9.64889 11.6236L8.50002 9.98648Z" fill="#E55759"></path>
|
|
195
|
-
</symbol>
|
|
196
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chartLineGradientColor">
|
|
197
|
-
<path d="M10.5 12L9.5 9.5L8 6L7.5 2H2V14H12L11.5 13L10.5 12Z" fill="url(#paint0_linear)" fill-opacity="0.8"></path>
|
|
198
|
-
<path d="M2 2H3V14H2V13V2Z" fill="#9D9D9D"></path>
|
|
199
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 14C9.92277 10.8492 8.04321 6.63239 8.04321 2H7C7 6.57077 8.73116 10.7567 11.603 14H13Z" fill="#E55759"></path>
|
|
200
|
-
<defs>
|
|
201
|
-
<linearGradient id="paint0_linear" x1="2" y1="8" x2="12" y2="8" gradientUnits="userSpaceOnUse">
|
|
202
|
-
<stop stop-color="#E55759" stop-opacity="0"></stop>
|
|
203
|
-
<stop offset="1" stop-color="#E55759"></stop>
|
|
204
|
-
</linearGradient>
|
|
205
|
-
</defs>
|
|
206
|
-
</symbol>
|
|
207
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clusterColor">
|
|
208
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.06146 3L1.06146 13H2.1385L6.13849 3H5.06146Z" fill="#17AE66"></path>
|
|
209
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5731 3.28736C8.73395 2.88817 9.26601 2.88817 9.42685 3.28736L10.06 4.85875L8.99997 5.53525L7.93994 4.85875L8.5731 3.28736ZM9.90266 6.11132L10.4293 5.77524L10.7939 6.68009L9.90266 6.11132ZM8.99997 6.6874L10.8998 7.89985L9.00294 9.17047L7.1009 7.89936L8.99997 6.6874ZM6.4263 8.61532L8.13099 9.75455L5.1674 11.7397L6.4263 8.61532ZM9.00351 10.3376L4.52304 13.3389L4.25666 14H3.24609L7.71935 2.89818C8.20188 1.70061 9.79806 1.70061 10.2806 2.89818L14.7539 14H13.7433L13.4704 13.3228L9.00351 10.3376ZM9.87546 9.75357L12.8271 11.7261L11.5739 8.61589L9.87546 9.75357ZM7.57066 5.77524L7.20607 6.68009L8.09729 6.11132L7.57066 5.77524Z" fill="#17AE66"></path>
|
|
210
|
-
</symbol>
|
|
211
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="coinColor">
|
|
212
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.99707 13V13.998H7.00195V13H5.99707ZM5.99707 10.9971V12.002H7.00195V10.9971H5.99707ZM1.99805 9.99902V10.9971H3.00293V9.99902H1.99805ZM8 8.80273C7.44401 8.80273 6.97233 8.86881 6.58496 9.00098C6.19759 9.13314 6.00163 9.29948 5.99707 9.5C5.99251 9.70052 6.1862 9.86686 6.57812 9.99902C6.97005 10.1312 7.44401 10.1973 8 10.1973C8.55599 10.1973 9.02767 10.1312 9.41504 9.99902C9.80241 9.86686 9.99837 9.70052 10.0029 9.5C10.0075 9.29948 9.8138 9.13314 9.42188 9.00098C9.02995 8.86881 8.55599 8.80273 8 8.80273ZM11.001 13.499C11.0055 13.9046 10.7161 14.2555 10.1328 14.5518C9.54948 14.848 8.83855 14.9961 8 14.9961C7.16145 14.9961 6.4528 14.8503 5.87402 14.5586C5.29524 14.2578 5.00358 13.9046 4.99902 13.499V9.5C4.99447 9.0944 5.28385 8.74349 5.86719 8.44727C6.45052 8.15104 7.16145 8.00293 8 8.00293C8.83855 8.00293 9.5472 8.15104 10.126 8.44727C10.7048 8.74349 10.9964 9.0944 11.001 9.5V13.499ZM1.99805 8.00293V9.00098H3.00293V8.00293H1.99805ZM1.99805 6V6.99805H3.00293V6H1.99805ZM11.999 4.79688C11.443 4.79688 10.9714 4.86523 10.584 5.00195C10.1966 5.13867 10.0029 5.30501 10.0029 5.50098C10.0029 5.7015 10.1966 5.86784 10.584 6C10.9714 6.13216 11.443 6.19824 11.999 6.19824C12.555 6.19824 13.0267 6.13216 13.4141 6C13.8014 5.86784 13.9974 5.7015 14.002 5.50098C14.002 5.30501 13.806 5.13867 13.4141 5.00195C13.0221 4.86523 12.5505 4.79688 11.999 4.79688ZM15 11.5029C15 11.9085 14.7106 12.2594 14.1318 12.5557C13.5531 12.8519 12.8421 13 11.999 13V9.00098C11.999 8.55436 11.7165 8.14876 11.1514 7.78418C10.5863 7.41959 9.86849 7.15755 8.99805 6.99805V5.50098C8.99805 5.09538 9.28971 4.74447 9.87305 4.44824C10.4564 4.15202 11.165 4.00391 11.999 4.00391C12.833 4.00391 13.5417 4.14974 14.125 4.44141C14.7083 4.74219 15 5.09538 15 5.50098V11.5029ZM1.99805 3.99707V5.00195H3.00293V3.99707H1.99805ZM5.99707 2.5C5.99707 2.29948 5.80339 2.13314 5.41602 2.00098C5.02864 1.86881 4.55697 1.80273 4.00098 1.80273C3.44498 1.80273 2.97331 1.86881 2.58594 2.00098C2.19857 2.13314 2.0026 2.29948 1.99805 2.5C1.99805 2.70052 2.19401 2.86686 2.58594 2.99902C2.97787 3.13119 3.44954 3.19727 4.00098 3.19727C4.55697 3.19727 5.02864 3.13119 5.41602 2.99902C5.80339 2.86686 5.99707 2.70052 5.99707 2.5ZM4.00098 12.002C3.16699 12.002 2.45834 11.8516 1.875 11.5508C1.29166 11.25 1 10.8991 1 10.498V2.5C1 2.0944 1.28939 1.74349 1.86816 1.44727C2.44694 1.15104 3.15559 1.00293 3.99414 1.00293C4.83269 1.00293 5.54362 1.15104 6.12695 1.44727C6.70573 1.74349 6.9974 2.0944 7.00195 2.5V6.99805C6.51888 7.05273 6.08366 7.16211 5.69629 7.32617C5.30892 7.49024 5.01498 7.65885 4.81445 7.83203C4.61393 8.00521 4.4362 8.20801 4.28125 8.44043C4.1263 8.67741 4.03288 8.86426 4.00098 9.00098V12.002Z" fill="#FFB115"></path>
|
|
213
|
-
</symbol>
|
|
214
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="deleteColor">
|
|
215
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99509 3.99625V2.99821H5.99413V3.99625H9.99509ZM12.9961 5.99918H11.998V13.0011C11.998 13.3019 11.9069 13.5435 11.7246 13.7257C11.5423 13.908 11.3008 13.9992 11 13.9992H4.99609C4.73632 13.9992 4.5039 13.9058 4.29882 13.7189C4.0983 13.5321 3.99804 13.2928 3.99804 13.0011V5.99918H3V5.00114C3 4.71858 3.10026 4.48161 3.30078 4.2902C3.5013 4.09879 3.73372 4.00081 3.99804 3.99625H4.99609V2.99821C5.00064 2.7111 5.10318 2.47184 5.3037 2.28043C5.50422 2.08903 5.73436 1.9956 5.99413 2.00016H9.99509C10.2959 2.00016 10.5374 2.0913 10.7197 2.2736C10.902 2.45589 10.9954 2.69742 11 2.99821V3.99625H11.998C12.2988 4.00081 12.5403 4.09423 12.7226 4.27653C12.9049 4.45882 12.9961 4.70035 12.9961 5.00114V5.99918Z" fill="#E25241"></path>
|
|
216
|
-
</symbol>
|
|
217
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentColor">
|
|
218
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0026 10.999H4.99866V10.001H10.0026V10.999ZM10.0026 9.00293H4.99866V7.99805H10.0026V9.00293ZM8.99768 7H4.99866V6.00195H8.99768V7ZM4.00061 2.99902V13.002H11.0006V6L7.99963 2.99902H4.00061ZM4.00061 14C3.69983 14 3.45829 13.9089 3.276 13.7266C3.09371 13.5443 3.00256 13.3027 3.00256 13.002V2.99902C3.00256 2.69824 3.09371 2.45671 3.276 2.27441C3.45829 2.09212 3.69983 2.00098 4.00061 2.00098H8.41663L11.9987 5.58301V13.002C11.9987 13.2845 11.8984 13.5215 11.6979 13.7129C11.4974 13.9043 11.2649 14 11.0006 14H4.00061Z" fill="#C66829"></path>
|
|
219
|
-
</symbol>
|
|
220
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="favorite">
|
|
221
|
-
<path d="M4.00195 4C4.00195 3.44771 4.44967 3 5.00195 3L11 3C11.5523 3 12 3.44772 12 4V12.997L11 13.0005L8 9.99898L5 13.0005L4.00195 12.997L4.00195 4Z" fill="#17AE66"></path>
|
|
222
|
-
</symbol>
|
|
223
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterColor">
|
|
224
|
-
<path d="M8.99863 13H7.00137V8.45681L3 4.82101V3H13V4.82101L8.99863 8.45681V13Z" fill="#C66829"></path>
|
|
225
|
-
</symbol>
|
|
226
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortDownColor">
|
|
227
|
-
<path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
|
|
228
|
-
<path d="M12 3H10V10H8L11 13L14 10H12V3Z" fill="#0A7CD6"></path>
|
|
229
|
-
</symbol>
|
|
230
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortUpColor">
|
|
231
|
-
<path d="M8 3H2V4.82101L6.00137 8.45681V13H7.99863V8.45681L8 8.45556V3Z" fill="#C66829"></path>
|
|
232
|
-
<path d="M12 13H10V6H8L11 3L14 6H12V13Z" fill="#0A7CD6"></path>
|
|
233
|
-
</symbol>
|
|
234
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderAddColor">
|
|
235
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1803 7.06686C8.80885 7.45795 7 9.51773 7 12C7 12.3425 7.03443 12.6769 7.10002 13H3.00488L2 6.00001H5.00098L7.00391 3.99708H12.999C13.2588 3.99252 13.4889 4.08594 13.6895 4.27735C13.89 4.46876 13.9948 4.71029 14.0039 5.00196V7.41775C13.6849 7.27807 13.3486 7.17071 12.999 7.09982V5.00196H7.30469L6.2998 6.00001H11.0029L11.1803 7.06686Z" fill="#FFB115"></path>
|
|
236
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9961 10.9961V9H12.999V10.9961H14.9951V12.999H12.999V14.9951H10.9961V12.999H9V10.9961H10.9961Z" fill="#17AE66"></path>
|
|
237
|
-
</symbol>
|
|
238
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderColor">
|
|
239
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9971 12.002V5.00196H7.30273L6.29785 6.00001H11.001L11.999 12.002H12.9971ZM12.9971 3.99708C13.2568 3.99252 13.487 4.08594 13.6875 4.27735C13.888 4.46876 13.9928 4.71029 14.002 5.00196V12.002C14.002 12.2845 13.9017 12.5215 13.7012 12.7129C13.5007 12.9043 13.266 13 12.9971 13H3.00293L1.99805 6.00001H4.99902L7.00195 3.99708H12.9971Z" fill="#FFB115"></path>
|
|
240
|
-
</symbol>
|
|
241
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="geomechColor">
|
|
242
|
-
<circle cx="8" cy="8" r="7" fill="#E55759"></circle>
|
|
243
|
-
<circle cx="8" cy="8" r="5" fill="#F5F62E"></circle>
|
|
244
|
-
<circle cx="8" cy="8" r="3" fill="#07B23F"></circle>
|
|
245
|
-
<circle cx="8" cy="8" r="1" fill="#00F5F3"></circle>
|
|
246
|
-
</symbol>
|
|
247
|
-
</svg>
|
|
248
|
-
<!-- SVG References -->
|
|
249
|
-
<svg class="icon">
|
|
250
|
-
<use xlink:href="#gisColor"></use>
|
|
251
|
-
</svg><svg class="icon">
|
|
252
|
-
<use xlink:href="#gisInnerColor"></use>
|
|
253
|
-
</svg><svg class="icon">
|
|
254
|
-
<use xlink:href="#gisSimpleColor"></use>
|
|
255
|
-
</svg><svg class="icon">
|
|
256
|
-
<use xlink:href="#grpAddColor"></use>
|
|
257
|
-
</svg><svg class="icon">
|
|
258
|
-
<use xlink:href="#grpColor"></use>
|
|
259
|
-
</svg><svg class="icon">
|
|
260
|
-
<use xlink:href="#handbagAddColor"></use>
|
|
261
|
-
</svg><svg class="icon">
|
|
262
|
-
<use xlink:href="#handbagColor"></use>
|
|
263
|
-
</svg><svg class="icon">
|
|
264
|
-
<use xlink:href="#improveColor"></use>
|
|
265
|
-
</svg><svg class="icon">
|
|
266
|
-
<use xlink:href="#lineColor"></use>
|
|
267
|
-
</svg><svg class="icon">
|
|
268
|
-
<use xlink:href="#lineDashedColor"></use>
|
|
269
|
-
</svg><svg class="icon">
|
|
270
|
-
<use xlink:href="#lineGradientColor"></use>
|
|
271
|
-
</svg><svg class="icon">
|
|
272
|
-
<use xlink:href="#liquidAddColor"></use>
|
|
273
|
-
</svg><svg class="icon">
|
|
274
|
-
<use xlink:href="#liquidSystemColor"></use>
|
|
275
|
-
</svg><svg class="icon">
|
|
276
|
-
<use xlink:href="#lithotypeColor"></use>
|
|
277
|
-
</svg><svg class="icon">
|
|
278
|
-
<use xlink:href="#mapColor"></use>
|
|
279
|
-
</svg><svg class="icon">
|
|
280
|
-
<use xlink:href="#nktColor"></use>
|
|
281
|
-
</svg><svg class="icon">
|
|
282
|
-
<use xlink:href="#opzAddColor"></use>
|
|
283
|
-
</svg><svg class="icon">
|
|
284
|
-
<use xlink:href="#opzColor"></use>
|
|
285
|
-
</svg><svg class="icon">
|
|
286
|
-
<use xlink:href="#sortDownColor"></use>
|
|
287
|
-
</svg><svg class="icon">
|
|
288
|
-
<use xlink:href="#sortUpColor"></use>
|
|
289
|
-
</svg><svg class="icon">
|
|
290
|
-
<use xlink:href="#sumAddColor"></use>
|
|
291
|
-
</svg><svg class="icon">
|
|
292
|
-
<use xlink:href="#sumColor"></use>
|
|
293
|
-
</svg><svg class="icon">
|
|
294
|
-
<use xlink:href="#wellAddColor"></use>
|
|
295
|
-
</svg><svg class="icon">
|
|
296
|
-
<use xlink:href="#wellColor"></use>
|
|
297
|
-
</svg><svg class="icon">
|
|
298
|
-
<use xlink:href="#wellConstructionColor"></use>
|
|
299
|
-
</svg><svg class="icon">
|
|
300
|
-
<use xlink:href="#addColor"></use>
|
|
301
|
-
</svg><svg class="icon">
|
|
302
|
-
<use xlink:href="#areasColor"></use>
|
|
303
|
-
</svg><svg class="icon">
|
|
304
|
-
<use xlink:href="#barChart"></use>
|
|
305
|
-
</svg><svg class="icon">
|
|
306
|
-
<use xlink:href="#barChart-1"></use>
|
|
307
|
-
</svg><svg class="icon">
|
|
308
|
-
<use xlink:href="#calcColor"></use>
|
|
309
|
-
</svg><svg class="icon">
|
|
310
|
-
<use xlink:href="#calendarColor"></use>
|
|
311
|
-
</svg><svg class="icon">
|
|
312
|
-
<use xlink:href="#chartLineColor"></use>
|
|
313
|
-
</svg><svg class="icon">
|
|
314
|
-
<use xlink:href="#chartLineDashed"></use>
|
|
315
|
-
</svg><svg class="icon">
|
|
316
|
-
<use xlink:href="#chartLineGradientColor"></use>
|
|
317
|
-
</svg><svg class="icon">
|
|
318
|
-
<use xlink:href="#clusterColor"></use>
|
|
319
|
-
</svg><svg class="icon">
|
|
320
|
-
<use xlink:href="#coinColor"></use>
|
|
321
|
-
</svg><svg class="icon">
|
|
322
|
-
<use xlink:href="#deleteColor"></use>
|
|
323
|
-
</svg><svg class="icon">
|
|
324
|
-
<use xlink:href="#documentColor"></use>
|
|
325
|
-
</svg><svg class="icon">
|
|
326
|
-
<use xlink:href="#favorite"></use>
|
|
327
|
-
</svg><svg class="icon">
|
|
328
|
-
<use xlink:href="#filterColor"></use>
|
|
329
|
-
</svg><svg class="icon">
|
|
330
|
-
<use xlink:href="#filterSortDownColor"></use>
|
|
331
|
-
</svg><svg class="icon">
|
|
332
|
-
<use xlink:href="#filterSortUpColor"></use>
|
|
333
|
-
</svg><svg class="icon">
|
|
334
|
-
<use xlink:href="#folderAddColor"></use>
|
|
335
|
-
</svg><svg class="icon">
|
|
336
|
-
<use xlink:href="#folderColor"></use>
|
|
337
|
-
</svg><svg class="icon">
|
|
338
|
-
<use xlink:href="#geomechColor"></use>
|
|
339
|
-
</svg>
|