@tetacom/ng-components 1.7.1 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +1 -1
- package/docs/accordionDocs.mdx +1 -1
- package/docs/avatarDocs.mdx +1 -1
- package/docs/badgeDocs.mdx +1 -1
- package/docs/buttonDocs.mdx +1 -1
- package/docs/checkboxDocs.mdx +1 -1
- package/docs/chipDocs.mdx +1 -1
- package/docs/datePickerDocs.mdx +1 -1
- package/docs/dateRangeDocs.mdx +1 -1
- package/docs/delimiterDocs.mdx +1 -1
- package/docs/dropdownDocs.mdx +1 -1
- package/docs/expandCardlDocs.mdx +1 -1
- package/docs/expandPanelDocs.mdx +1 -1
- package/docs/fileAreaDocs.mdx +1 -1
- package/docs/iconDocs.mdx +1 -1
- package/docs/inputDocs.mdx +1 -1
- package/docs/listDocs.mdx +1 -1
- package/docs/messageDocs.mdx +1 -1
- package/docs/modalDocs.mdx +1 -1
- package/docs/progressBarDocs.mdx +1 -1
- package/docs/propertyGridDocs.mdx +1 -1
- package/docs/radioDocs.mdx +1 -1
- package/docs/resizePanelDocs.mdx +1 -1
- package/docs/selectDocs.mdx +1 -1
- package/docs/stepperDocs.mdx +1 -1
- package/docs/switchDocs.mdx +1 -1
- package/docs/tableDocs.mdx +1 -1
- package/docs/tabsDocs.mdx +1 -1
- package/docs/tagDocs.mdx +1 -1
- package/docs/toggleDocs.mdx +1 -1
- package/docs/toolbarDocs.mdx +1 -1
- package/docs/treeDocs.mdx +1 -1
- package/fesm2022/tetacom-ng-components.mjs +869 -932
- package/fesm2022/tetacom-ng-components.mjs.map +1 -1
- package/package.json +7 -6
- package/types/tetacom-ng-components.d.ts +3600 -0
- package/common/contract/auto-close-ignore-case.d.ts +0 -1
- package/common/contract/constructor-type.d.ts +0 -1
- package/common/contract/dynamic-data.d.ts +0 -6
- package/common/contract/i-dictionary.d.ts +0 -3
- package/common/contract/i-id-name.d.ts +0 -6
- package/common/contract/i-id.d.ts +0 -3
- package/common/contract/i-rect.d.ts +0 -8
- package/common/contract/i-tree-data.d.ts +0 -4
- package/common/contract/public-api.d.ts +0 -9
- package/common/contract/teta-content-ref.d.ts +0 -7
- package/common/enum/align.enum.d.ts +0 -11
- package/common/enum/public-api.d.ts +0 -3
- package/common/enum/teta-size.enum.d.ts +0 -7
- package/common/enum/vertical-align.enum.d.ts +0 -9
- package/common/model/public-api.d.ts +0 -1
- package/common/model/view-type.model.d.ts +0 -1
- package/common/public-api.d.ts +0 -5
- package/common/service/click.service.d.ts +0 -10
- package/common/service/dynamic-component.service.d.ts +0 -21
- package/common/service/overlay-container.service.d.ts +0 -14
- package/common/service/public-api.d.ts +0 -3
- package/common/util/array-util.d.ts +0 -9
- package/common/util/dom-util.d.ts +0 -5
- package/common/util/position-util.d.ts +0 -9
- package/common/util/public-api.d.ts +0 -3
- package/component/accordion/accordion/accordion.component.d.ts +0 -6
- package/component/accordion/accordion-content.directive.d.ts +0 -8
- package/component/accordion/accordion-head/accordion-head.component.d.ts +0 -15
- package/component/accordion/accordion-item/accordion-item.component.d.ts +0 -21
- package/component/accordion/public-api.d.ts +0 -4
- package/component/autocomplete/autocomplete/autocomplete.component.d.ts +0 -8
- package/component/autocomplete/public-api.d.ts +0 -1
- package/component/avatar/avatar/avatar.component.d.ts +0 -17
- package/component/avatar/model/avatar-color.enum.d.ts +0 -20
- package/component/avatar/public-api.d.ts +0 -1
- package/component/button/button/button.component.d.ts +0 -15
- package/component/button/public-api.d.ts +0 -1
- package/component/chart-3d/chart3d/chart3d.component.d.ts +0 -61
- package/component/chart-3d/model/base-3d-point.d.ts +0 -6
- package/component/chart-3d/model/chart-3d-options.d.ts +0 -11
- package/component/chart-3d/model/chart3d-tooltip.d.ts +0 -22
- package/component/chart-3d/model/public-api.d.ts +0 -2
- package/component/chart-3d/model/series-3d.d.ts +0 -11
- package/component/chart-3d/public-api.d.ts +0 -2
- package/component/chart-3d/services/chart3d-tooltip.service.d.ts +0 -15
- package/component/checkbox/checkbox/checkbox.component.d.ts +0 -47
- package/component/checkbox/public-api.d.ts +0 -1
- package/component/date-picker/base-calendar.d.ts +0 -50
- package/component/date-picker/base-picker.d.ts +0 -62
- package/component/date-picker/date-picker/date-calendar/date-calendar.component.d.ts +0 -21
- package/component/date-picker/date-picker/date-picker.component.d.ts +0 -61
- package/component/date-picker/date-range/date-range.component.d.ts +0 -51
- package/component/date-picker/date-range/range-calendar/range-calendar.component.d.ts +0 -40
- package/component/date-picker/day-picker/day-item/day-item.component.d.ts +0 -9
- package/component/date-picker/day-picker/day-picker.component.d.ts +0 -32
- package/component/date-picker/model/date-period.d.ts +0 -5
- package/component/date-picker/model/date-picker-mode.enum.d.ts +0 -5
- package/component/date-picker/model/day-model.d.ts +0 -16
- package/component/date-picker/model/from-to.model.d.ts +0 -4
- package/component/date-picker/model/min-max-date.model.d.ts +0 -4
- package/component/date-picker/model/public-api.d.ts +0 -5
- package/component/date-picker/month-picker/month-picker.component.d.ts +0 -19
- package/component/date-picker/public-api.d.ts +0 -5
- package/component/date-picker/year-picker/scroll-to-selected-year.directive.d.ts +0 -11
- package/component/date-picker/year-picker/year-picker.component.d.ts +0 -23
- package/component/delimiter/delimiter/delimiter.component.d.ts +0 -19
- package/component/delimiter/public-api.d.ts +0 -1
- package/component/divider/divider/divider.component.d.ts +0 -10
- package/component/divider/public-api.d.ts +0 -1
- package/component/dropdown/dropdown/dropdown.component.d.ts +0 -15
- package/component/dropdown/dropdown-base.d.ts +0 -45
- package/component/dropdown/dropdown-content.directive.d.ts +0 -9
- package/component/dropdown/dropdown-head.directive.d.ts +0 -8
- package/component/dropdown/dropdown.directive.d.ts +0 -16
- package/component/dropdown/public-api.d.ts +0 -4
- package/component/dynamic-component/popup-content/popup-content.component.d.ts +0 -13
- package/component/dynamic-component/public-api.d.ts +0 -1
- package/component/expand-card/expand-card/expand-card.component.d.ts +0 -13
- package/component/expand-card/expand-item/expand-item.component.d.ts +0 -9
- package/component/expand-card/public-api.d.ts +0 -2
- package/component/expand-panel/expand-panel/expand-panel.component.d.ts +0 -21
- package/component/expand-panel/expand-panel-content.directive.d.ts +0 -8
- package/component/expand-panel/expand-panel-head.directive.d.ts +0 -8
- package/component/expand-panel/public-api.d.ts +0 -3
- package/component/file-upload/file-item/file-item.component.d.ts +0 -8
- package/component/file-upload/file-upload-area/file-upload-area.component.d.ts +0 -22
- package/component/file-upload/public-api.d.ts +0 -2
- package/component/filter/base/filter-base.d.ts +0 -10
- package/component/filter/base/filter-component-base.d.ts +0 -12
- package/component/filter/boolean-filter/boolean-filter.component.d.ts +0 -30
- package/component/filter/contarct/boolean-filter.d.ts +0 -8
- package/component/filter/contarct/date-filter-value.d.ts +0 -14
- package/component/filter/contarct/date-filter.d.ts +0 -9
- package/component/filter/contarct/filter-component-map.d.ts +0 -3
- package/component/filter/contarct/filter-item.d.ts +0 -78
- package/component/filter/contarct/filter-state.d.ts +0 -30
- package/component/filter/contarct/i-filter.d.ts +0 -5
- package/component/filter/contarct/list-filter.d.ts +0 -11
- package/component/filter/contarct/numeric-filter-value.d.ts +0 -19
- package/component/filter/contarct/numeric-filter.d.ts +0 -11
- package/component/filter/contarct/sort-param.d.ts +0 -22
- package/component/filter/contarct/string-filter.d.ts +0 -11
- package/component/filter/date-filter/date-filter.component.d.ts +0 -30
- package/component/filter/enum/filter-type.enum.d.ts +0 -9
- package/component/filter/enum/list-filter-type.enum.d.ts +0 -4
- package/component/filter/enum/string-filter-type.enum.d.ts +0 -18
- package/component/filter/filter-host/filter-host.component.d.ts +0 -26
- package/component/filter/list-filter/list-filter.component.d.ts +0 -36
- package/component/filter/numeric-filter/numeric-filter.component.d.ts +0 -30
- package/component/filter/public-api.d.ts +0 -22
- package/component/filter/string-filter/string-filter.component.d.ts +0 -30
- package/component/icon/icon/icon.component.d.ts +0 -12
- package/component/icon/icon-file/icon-file.component.d.ts +0 -12
- package/component/icon/icon-sprite.directive.d.ts +0 -12
- package/component/icon/icon.service.d.ts +0 -19
- package/component/icon/public-api.d.ts +0 -4
- package/component/input/color-input/color-input.component.d.ts +0 -22
- package/component/input/form-group-title/form-group-title.component.d.ts +0 -9
- package/component/input/input/input.component.d.ts +0 -14
- package/component/input/public-api.d.ts +0 -5
- package/component/input/text-field/text-field.component.d.ts +0 -28
- package/component/message/message/message.component.d.ts +0 -19
- package/component/message/message-host/message-host.component.d.ts +0 -25
- package/component/message/message.service.d.ts +0 -15
- package/component/message/model/message.d.ts +0 -24
- package/component/message/public-api.d.ts +0 -4
- package/component/modal/dialog/dialog.component.d.ts +0 -21
- package/component/modal/dialog.service.d.ts +0 -13
- package/component/modal/modal-container/modal-container.component.d.ts +0 -17
- package/component/modal/modal.module.d.ts +0 -10
- package/component/modal/modal.service.d.ts +0 -23
- package/component/modal/model/current-modal.d.ts +0 -4
- package/component/modal/model/dialog-data.d.ts +0 -11
- package/component/modal/model/i-modal-config.d.ts +0 -11
- package/component/modal/model/i-modal-result.d.ts +0 -12
- package/component/modal/model/modal-close-reason.enum.d.ts +0 -6
- package/component/modal/model/modal-instance.d.ts +0 -16
- package/component/modal/public-api.d.ts +0 -10
- package/component/pager/model/pager-state.d.ts +0 -40
- package/component/pager/pager/pager.component.d.ts +0 -8
- package/component/pager/public-api.d.ts +0 -3
- package/component/pager/util/pager-util.d.ts +0 -4
- package/component/panel/panel/panel.component.d.ts +0 -12
- package/component/panel/public-api.d.ts +0 -1
- package/component/progress-bar/progress-bar/progress-bar.component.d.ts +0 -46
- package/component/progress-bar/public-api.d.ts +0 -1
- package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts +0 -17
- package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +0 -37
- package/component/property-grid/property-grid/property-grid-item-description.directive.d.ts +0 -9
- package/component/property-grid/property-grid/property-grid.component.d.ts +0 -25
- package/component/property-grid/public-api.d.ts +0 -3
- package/component/public-api.d.ts +0 -36
- package/component/radio/public-api.d.ts +0 -2
- package/component/radio/radio/radio.component.d.ts +0 -45
- package/component/radio/radio-button/radio-button.component.d.ts +0 -20
- package/component/resize-panel/public-api.d.ts +0 -1
- package/component/resize-panel/resize-panel/resize-panel.component.d.ts +0 -37
- package/component/select/public-api.d.ts +0 -3
- package/component/select/select/select.component.d.ts +0 -72
- package/component/select/select-option.directive.d.ts +0 -8
- package/component/select/select-value.directive.d.ts +0 -8
- package/component/sidebar/public-api.d.ts +0 -2
- package/component/sidebar/sidebar/sidebar.component.d.ts +0 -17
- package/component/sidebar/sidebar-position.enum.d.ts +0 -6
- package/component/stepper/public-api.d.ts +0 -1
- package/component/stepper/stepper/stepper.component.d.ts +0 -10
- package/component/switch/public-api.d.ts +0 -2
- package/component/switch/switch/switch.component.d.ts +0 -25
- package/component/switch/switch-button/switch-button.component.d.ts +0 -18
- package/component/switch/switch.service.d.ts +0 -10
- package/component/table/base/cell-component-base.d.ts +0 -42
- package/component/table/base/detail-component-base.d.ts +0 -11
- package/component/table/base/head-cell-component-base.d.ts +0 -9
- package/component/table/cell/cell.component.d.ts +0 -14
- package/component/table/cell-host/cell-host.component.d.ts +0 -20
- package/component/table/contract/cell-components-map.d.ts +0 -3
- package/component/table/contract/column-reorder-event.d.ts +0 -6
- package/component/table/contract/column-resize-event.d.ts +0 -6
- package/component/table/contract/head-dropdown-tab.d.ts +0 -13
- package/component/table/contract/i-cell-coordinates.d.ts +0 -4
- package/component/table/contract/i-cell-event.d.ts +0 -4
- package/component/table/contract/i-cell-instance.d.ts +0 -16
- package/component/table/contract/i-cell-value.d.ts +0 -4
- package/component/table/contract/public-api.d.ts +0 -12
- package/component/table/contract/sort-event.d.ts +0 -6
- package/component/table/contract/table-column-store.d.ts +0 -15
- package/component/table/contract/table-column.d.ts +0 -141
- package/component/table/contract/table-row.d.ts +0 -8
- package/component/table/default/boolean-cell/boolean-cell.component.d.ts +0 -16
- package/component/table/default/color-cell/color-cell.component.d.ts +0 -20
- package/component/table/default/date-cell/date-cell.component.d.ts +0 -18
- package/component/table/default/date-time-cell/date-time-cell.component.d.ts +0 -18
- package/component/table/default/default-head-cell/default-head-cell.component.d.ts +0 -20
- package/component/table/default/list-cell/list-cell.component.d.ts +0 -23
- package/component/table/default/numeric-cell/numeric-cell.component.d.ts +0 -16
- package/component/table/default/string-cell/string-cell.component.d.ts +0 -18
- package/component/table/enum/aggregation-type.enum.d.ts +0 -7
- package/component/table/enum/edit-event.enum.d.ts +0 -5
- package/component/table/enum/edit-type.enum.d.ts +0 -5
- package/component/table/enum/public-api.d.ts +0 -4
- package/component/table/enum/select-type.enum.d.ts +0 -5
- package/component/table/head-cell/head-cell.component.d.ts +0 -52
- package/component/table/head-cell-dropdown/head-cell-dropdown.component.d.ts +0 -25
- package/component/table/head-cell-host/head-cell-host.component.d.ts +0 -21
- package/component/table/public-api.d.ts +0 -42
- package/component/table/selection-cell/selection-cell.component.d.ts +0 -15
- package/component/table/selection-head-cell/selection-head-cell.component.d.ts +0 -16
- package/component/table/service/table.service.d.ts +0 -140
- package/component/table/table/table.component.d.ts +0 -87
- package/component/table/table-body/table-body.component.d.ts +0 -67
- package/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.d.ts +0 -31
- package/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.d.ts +0 -42
- package/component/table/table-head/table-head.component.d.ts +0 -31
- package/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.d.ts +0 -44
- package/component/table/table-head-group/table-head-group.component.d.ts +0 -24
- package/component/table/table-row/table-row.component.d.ts +0 -14
- package/component/table/util/color-util.d.ts +0 -3
- package/component/table/util/public-api.d.ts +0 -3
- package/component/table/util/state-util.d.ts +0 -17
- package/component/table/util/table-util.d.ts +0 -20
- package/component/tabs/public-api.d.ts +0 -10
- package/component/tabs/tab/tab.component.d.ts +0 -23
- package/component/tabs/tab-content.directive.d.ts +0 -8
- package/component/tabs/tab-title.directive.d.ts +0 -8
- package/component/tabs/tabs/tabs.component.d.ts +0 -43
- package/component/theme-switch/public-api.d.ts +0 -2
- package/component/theme-switch/theme-switch/theme-switch.component.d.ts +0 -16
- package/component/theme-switch/theme-switch.service.d.ts +0 -12
- package/component/toggle/public-api.d.ts +0 -1
- package/component/toggle/toggle/toggle.component.d.ts +0 -32
- package/component/toolbar/public-api.d.ts +0 -4
- package/component/toolbar/toolbar/toolbar.component.d.ts +0 -10
- package/component/tree/public-api.d.ts +0 -3
- package/component/tree/tree/tree.component.d.ts +0 -38
- package/component/tree/tree-item/tree-item.component.d.ts +0 -25
- package/component/tree/tree-item-toggle/tree-item-toggle.component.d.ts +0 -13
- package/component/tree/tree.service.d.ts +0 -17
- package/directive/auto-position/auto-position.directive.d.ts +0 -18
- package/directive/auto-position/public-api.d.ts +0 -1
- package/directive/click-outside/click-outside.directive.d.ts +0 -18
- package/directive/click-outside/public-api.d.ts +0 -1
- package/directive/context-menu/context-menu.directive.d.ts +0 -34
- package/directive/context-menu/public-api.d.ts +0 -1
- package/directive/disable-control/disable-control.directive.d.ts +0 -13
- package/directive/disable-control/public-api.d.ts +0 -1
- package/directive/drag-drop/drag-container.directive.d.ts +0 -32
- package/directive/drag-drop/drag-drop.service.d.ts +0 -40
- package/directive/drag-drop/drag-placeholder.directive.d.ts +0 -6
- package/directive/drag-drop/drag-preview.directive.d.ts +0 -8
- package/directive/drag-drop/drag.directive.d.ts +0 -33
- package/directive/drag-drop/model/drag-container-instance.d.ts +0 -11
- package/directive/drag-drop/model/drag-instance.d.ts +0 -9
- package/directive/drag-drop/model/drag-process.d.ts +0 -4
- package/directive/drag-drop/model/drag-selection.d.ts +0 -6
- package/directive/drag-drop/model/drop-event.d.ts +0 -8
- package/directive/drag-drop/model/drop-target.d.ts +0 -3
- package/directive/drag-drop/model/point.d.ts +0 -4
- package/directive/drag-drop/model/public-api.d.ts +0 -7
- package/directive/drag-drop/public-api.d.ts +0 -6
- package/directive/drag-sort/drag-sort-container.directive.d.ts +0 -16
- package/directive/drag-sort/drag-sort-event.d.ts +0 -7
- package/directive/drag-sort/drag-sort-item.directive.d.ts +0 -30
- package/directive/drag-sort/public-api.d.ts +0 -3
- package/directive/dynamic-content-base.directive.d.ts +0 -33
- package/directive/full-screen/full-screen-toggle.directive.d.ts +0 -7
- package/directive/full-screen/full-screen.directive.d.ts +0 -12
- package/directive/full-screen/full-screen.service.d.ts +0 -9
- package/directive/highlight/highlight.directive.d.ts +0 -12
- package/directive/highlight/public-api.d.ts +0 -1
- package/directive/hint/hint.directive.d.ts +0 -36
- package/directive/hint/public-api.d.ts +0 -1
- package/directive/let/let.directive.d.ts +0 -18
- package/directive/let/public-api.d.ts +0 -1
- package/directive/loader/loader.directive.d.ts +0 -24
- package/directive/loader/public-api.d.ts +0 -1
- package/directive/no-autofill/no-autofill.directive.d.ts +0 -10
- package/directive/no-autofill/public-api.d.ts +0 -1
- package/directive/only-number/only-number.directive.d.ts +0 -28
- package/directive/only-number/public-api.d.ts +0 -1
- package/directive/public-api.d.ts +0 -21
- package/directive/resize-drag/public-api.d.ts +0 -1
- package/directive/resize-drag/resize-drag.directive.d.ts +0 -20
- package/directive/scroll-into-view/public-api.d.ts +0 -1
- package/directive/scroll-into-view/scroll-into-view.directive.d.ts +0 -13
- package/directive/scrollable/public-api.d.ts +0 -2
- package/directive/scrollable/scrollable/scrollable.component.d.ts +0 -34
- package/directive/scrollable/scrollable.directive.d.ts +0 -6
- package/directive/teta-template/public-api.d.ts +0 -1
- package/directive/teta-template/teta-template.directive.d.ts +0 -10
- package/directive/tooltip/public-api.d.ts +0 -1
- package/directive/tooltip/tooltip.directive.d.ts +0 -31
- package/index.d.ts +0 -19
- package/locale/en.d.ts +0 -2
- package/locale/public-api.d.ts +0 -4
- package/locale/ru.d.ts +0 -2
- package/locale/teta-config.service.d.ts +0 -11
- package/locale/teta-localisation.d.ts +0 -36
- package/observable/animation-frame.d.ts +0 -4
- package/observable/public-api.d.ts +0 -2
- package/observable/zone-observable.d.ts +0 -5
- package/pipe/date-pipe/public-api.d.ts +0 -1
- package/pipe/date-pipe/teta-date.pipe.d.ts +0 -11
- package/pipe/number-pipe/number.pipe.d.ts +0 -7
- package/pipe/number-pipe/public-api.d.ts +0 -1
- package/pipe/prepend-zero/prepend-zero.pipe.d.ts +0 -7
- package/pipe/prepend-zero/public-api.d.ts +0 -1
- package/pipe/public-api.d.ts +0 -4
- package/pipe/util/number-helper.d.ts +0 -3
- package/util/bool-or-func.d.ts +0 -1
- package/util/date-util.d.ts +0 -43
- package/util/export-dom-image.d.ts +0 -12
- package/util/forms-util.d.ts +0 -15
- package/util/is-function.d.ts +0 -1
- package/util/public-api.d.ts +0 -6
- package/util/string-util.d.ts +0 -4
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ExpandPanelContentDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandPanelContentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandPanelContentDirective, "[tetaExpandPanelContent]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ExpandPanelHeadDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandPanelHeadDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandPanelHeadDirective, "[tetaExpandPanelHead]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FileItemComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileItemComponent, "teta-file-item", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FileUploadAreaComponent {
|
|
4
|
-
fileUpload: boolean;
|
|
5
|
-
get fileUploadActive(): boolean;
|
|
6
|
-
multiple: boolean;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
accept: string[];
|
|
9
|
-
upload: EventEmitter<FileList>;
|
|
10
|
-
input?: ElementRef;
|
|
11
|
-
buttonTemplate?: TemplateRef<any>;
|
|
12
|
-
files: any;
|
|
13
|
-
private _asActive;
|
|
14
|
-
dragEnter(event: DragEvent): void;
|
|
15
|
-
dragOver(event: DragEvent): void;
|
|
16
|
-
dragLeave(event: DragEvent): void;
|
|
17
|
-
drop(event: DragEvent): void;
|
|
18
|
-
fileChanged(event: any): void;
|
|
19
|
-
private preventDefaults;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadAreaComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadAreaComponent, "teta-file-upload-area", never, { "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; }, { "upload": "upload"; }, ["buttonTemplate"], ["*"], true, never>;
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FilterState } from '../contarct/filter-state';
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
3
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
4
|
-
import { IFilter } from '../contarct/i-filter';
|
|
5
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
6
|
-
export declare abstract class FilterComponentBase<T> {
|
|
7
|
-
abstract column: FilterItem;
|
|
8
|
-
abstract state: FilterState;
|
|
9
|
-
abstract data: T[];
|
|
10
|
-
abstract filterOptions: IIdName<any>[];
|
|
11
|
-
abstract filterChanged: EventEmitter<IFilter<any>>;
|
|
12
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FilterComponentBase } from '../base/filter-component-base';
|
|
3
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
4
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
5
|
-
import { FilterBase } from '../base/filter-base';
|
|
6
|
-
import { FilterState } from '../contarct/filter-state';
|
|
7
|
-
import { BooleanFilter } from '../contarct/boolean-filter';
|
|
8
|
-
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
9
|
-
import { Observable } from 'rxjs';
|
|
10
|
-
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class BooleanFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
|
|
13
|
-
private changeDetector;
|
|
14
|
-
private _config;
|
|
15
|
-
column: FilterItem;
|
|
16
|
-
data: T[];
|
|
17
|
-
filterOptions: IIdName<any>[];
|
|
18
|
-
filterChanged: EventEmitter<FilterBase<boolean>>;
|
|
19
|
-
filter: BooleanFilter;
|
|
20
|
-
state$: FilterState;
|
|
21
|
-
set state(val: FilterState);
|
|
22
|
-
get state(): FilterState;
|
|
23
|
-
locale: Observable<TetaLocalisation>;
|
|
24
|
-
constructor(changeDetector: ChangeDetectorRef, _config: TetaConfigService);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
setFilter(): void;
|
|
27
|
-
private getFilter;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterComponent<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterComponent<any>, "teta-boolean-filter", never, { "column": { "alias": "column"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare class DateFilterValue {
|
|
2
|
-
/**
|
|
3
|
-
* Значение должно быть меньше чем
|
|
4
|
-
*/
|
|
5
|
-
lessThan: Date | undefined | null;
|
|
6
|
-
/**
|
|
7
|
-
* Значение должно быть больше чем
|
|
8
|
-
*/
|
|
9
|
-
greaterThan: Date | undefined | null;
|
|
10
|
-
constructor(options?: {
|
|
11
|
-
lessThan?: Date | undefined | null;
|
|
12
|
-
greaterThan?: Date | undefined | null;
|
|
13
|
-
});
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FilterBase } from '../base/filter-base';
|
|
2
|
-
import { DateFilterValue } from './date-filter-value';
|
|
3
|
-
export declare class DateFilter extends FilterBase<DateFilterValue> {
|
|
4
|
-
constructor(options?: {
|
|
5
|
-
value?: DateFilterValue;
|
|
6
|
-
field: string;
|
|
7
|
-
name: string;
|
|
8
|
-
});
|
|
9
|
-
}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { FilterType } from '../enum/filter-type.enum';
|
|
2
|
-
import { StringFilterType } from '../enum/string-filter-type.enum';
|
|
3
|
-
import { ListFilterType } from '../enum/list-filter-type.enum';
|
|
4
|
-
export interface IFilterItemOptions {
|
|
5
|
-
sortOrder?: number;
|
|
6
|
-
name?: string;
|
|
7
|
-
caption?: string;
|
|
8
|
-
hint?: string;
|
|
9
|
-
sortable?: boolean;
|
|
10
|
-
sortField?: string;
|
|
11
|
-
filterable?: boolean;
|
|
12
|
-
filterField?: string;
|
|
13
|
-
filterType?: FilterType | null;
|
|
14
|
-
stringFilterType?: StringFilterType;
|
|
15
|
-
listFilterType?: ListFilterType;
|
|
16
|
-
strict?: boolean;
|
|
17
|
-
filterComponent?: any;
|
|
18
|
-
columns?: FilterItem[];
|
|
19
|
-
}
|
|
20
|
-
export declare class FilterItem {
|
|
21
|
-
/**
|
|
22
|
-
* Порядковый номер
|
|
23
|
-
*/
|
|
24
|
-
sortOrder: number;
|
|
25
|
-
/**
|
|
26
|
-
* Название столбца для заголовка таблицы
|
|
27
|
-
*/
|
|
28
|
-
caption: string;
|
|
29
|
-
/**
|
|
30
|
-
* Подсказка
|
|
31
|
-
*/
|
|
32
|
-
hint: string;
|
|
33
|
-
/**
|
|
34
|
-
* Название столбца в строке результатов
|
|
35
|
-
*/
|
|
36
|
-
name: string;
|
|
37
|
-
/**
|
|
38
|
-
* Возможность сортировать поле
|
|
39
|
-
*/
|
|
40
|
-
sortable: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Возможность фильтровать поле
|
|
43
|
-
*/
|
|
44
|
-
filterable: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* Поле для сортировки
|
|
47
|
-
*/
|
|
48
|
-
sortField: string;
|
|
49
|
-
/**
|
|
50
|
-
* Поле для фильтрации
|
|
51
|
-
*/
|
|
52
|
-
filterField: string;
|
|
53
|
-
/**
|
|
54
|
-
* Тип фильтра
|
|
55
|
-
*/
|
|
56
|
-
filterType: FilterType | null;
|
|
57
|
-
/**
|
|
58
|
-
* Тип сравнения строкового фильтра
|
|
59
|
-
*/
|
|
60
|
-
stringFilterType: StringFilterType;
|
|
61
|
-
/**
|
|
62
|
-
* Тип сравнения строкового фильтра
|
|
63
|
-
*/
|
|
64
|
-
listFilterType: ListFilterType;
|
|
65
|
-
/**
|
|
66
|
-
* Строгое сравнение
|
|
67
|
-
*/
|
|
68
|
-
strict: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Компонент для рендера фильтра
|
|
71
|
-
*/
|
|
72
|
-
filterComponent: any;
|
|
73
|
-
/**
|
|
74
|
-
* Дочерние элементы
|
|
75
|
-
*/
|
|
76
|
-
columns: FilterItem[];
|
|
77
|
-
constructor(options?: IFilterItemOptions);
|
|
78
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { StringFilter } from './string-filter';
|
|
2
|
-
import { NumericFilter } from './numeric-filter';
|
|
3
|
-
import { DateFilter } from './date-filter';
|
|
4
|
-
import { ListFilter } from './list-filter';
|
|
5
|
-
import { SortParam } from './sort-param';
|
|
6
|
-
import { BooleanFilter } from './boolean-filter';
|
|
7
|
-
export declare class FilterState {
|
|
8
|
-
stringFilters: StringFilter[];
|
|
9
|
-
numericFilters: NumericFilter[];
|
|
10
|
-
dateFilters: DateFilter[];
|
|
11
|
-
listFilters: ListFilter[];
|
|
12
|
-
booleanFilters: BooleanFilter[];
|
|
13
|
-
sortParams: SortParam[];
|
|
14
|
-
constructor(options?: {
|
|
15
|
-
stringFilters?: any[];
|
|
16
|
-
booleanFilters?: any[];
|
|
17
|
-
numericFilters?: any[];
|
|
18
|
-
dateFilters?: any[];
|
|
19
|
-
listFilters?: any[];
|
|
20
|
-
sortParams?: any[];
|
|
21
|
-
});
|
|
22
|
-
static restore(cookie: string): any;
|
|
23
|
-
save(cookieName: string): void;
|
|
24
|
-
addListFilter(value: ListFilter): ListFilter;
|
|
25
|
-
addDateFilter(value: DateFilter): DateFilter;
|
|
26
|
-
addStringFilter(value: StringFilter): StringFilter;
|
|
27
|
-
addBooleanFilter(value: BooleanFilter): BooleanFilter;
|
|
28
|
-
addNumericFilter(value: NumericFilter): NumericFilter;
|
|
29
|
-
clear(): void;
|
|
30
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FilterBase } from '../base/filter-base';
|
|
2
|
-
import { ListFilterType } from '../enum/list-filter-type.enum';
|
|
3
|
-
export declare class ListFilter extends FilterBase<any[]> {
|
|
4
|
-
type: ListFilterType;
|
|
5
|
-
constructor(options?: {
|
|
6
|
-
value?: any[];
|
|
7
|
-
type?: ListFilterType;
|
|
8
|
-
field: string;
|
|
9
|
-
name: string;
|
|
10
|
-
});
|
|
11
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class NumericFilterValue {
|
|
2
|
-
/**
|
|
3
|
-
* Значение должно быть меньше чем
|
|
4
|
-
*/
|
|
5
|
-
lessThan: number | null | undefined;
|
|
6
|
-
/**
|
|
7
|
-
* Значение должно быть больше чем
|
|
8
|
-
*/
|
|
9
|
-
greaterThan: number | null | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* Значение должно быть равно
|
|
12
|
-
*/
|
|
13
|
-
equalsTo: number | null | undefined;
|
|
14
|
-
constructor(options?: {
|
|
15
|
-
lessThan?: number | null | undefined;
|
|
16
|
-
greaterThan?: number | null | undefined;
|
|
17
|
-
equalsTo?: number | null | undefined;
|
|
18
|
-
});
|
|
19
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FilterBase } from '../base/filter-base';
|
|
2
|
-
import { NumericFilterValue } from './numeric-filter-value';
|
|
3
|
-
export declare class NumericFilter extends FilterBase<NumericFilterValue> {
|
|
4
|
-
strict: boolean;
|
|
5
|
-
constructor(options?: {
|
|
6
|
-
value?: NumericFilterValue;
|
|
7
|
-
strict?: boolean;
|
|
8
|
-
field: string;
|
|
9
|
-
name: string;
|
|
10
|
-
});
|
|
11
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare class SortParam {
|
|
2
|
-
/**
|
|
3
|
-
* Поле сортировки
|
|
4
|
-
*/
|
|
5
|
-
field: string;
|
|
6
|
-
/**
|
|
7
|
-
* Направление (true: Asc, false: Desc)
|
|
8
|
-
*/
|
|
9
|
-
asc: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* Порядок сортировки
|
|
12
|
-
*/
|
|
13
|
-
order: number;
|
|
14
|
-
/**
|
|
15
|
-
* Инициализация из анонимного объекта
|
|
16
|
-
*/
|
|
17
|
-
constructor(options?: {
|
|
18
|
-
field?: string;
|
|
19
|
-
asc?: boolean;
|
|
20
|
-
order?: number;
|
|
21
|
-
});
|
|
22
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FilterBase } from '../base/filter-base';
|
|
2
|
-
import { StringFilterType } from '../enum/string-filter-type.enum';
|
|
3
|
-
export declare class StringFilter extends FilterBase<string> {
|
|
4
|
-
type: StringFilterType;
|
|
5
|
-
constructor(options?: {
|
|
6
|
-
value?: string;
|
|
7
|
-
type?: StringFilterType;
|
|
8
|
-
field: string;
|
|
9
|
-
name: string;
|
|
10
|
-
});
|
|
11
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { DateFilterValue } from '../contarct/date-filter-value';
|
|
3
|
-
import { DateFilter } from '../contarct/date-filter';
|
|
4
|
-
import { FilterState } from '../contarct/filter-state';
|
|
5
|
-
import { FilterBase } from '../base/filter-base';
|
|
6
|
-
import { FilterComponentBase } from '../base/filter-component-base';
|
|
7
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
8
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
9
|
-
import { Observable } from 'rxjs';
|
|
10
|
-
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
11
|
-
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class DateFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
|
|
14
|
-
private changeDetector;
|
|
15
|
-
private _config;
|
|
16
|
-
column: FilterItem;
|
|
17
|
-
data: T[];
|
|
18
|
-
filterOptions: IIdName<any>[];
|
|
19
|
-
filterChanged: EventEmitter<FilterBase<DateFilterValue>>;
|
|
20
|
-
filter: DateFilter;
|
|
21
|
-
state$: FilterState;
|
|
22
|
-
set state(val: FilterState);
|
|
23
|
-
get state(): FilterState;
|
|
24
|
-
locale: Observable<TetaLocalisation>;
|
|
25
|
-
constructor(changeDetector: ChangeDetectorRef, _config: TetaConfigService);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
private getFilter;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent<any>, "teta-date-filter", never, { "column": { "alias": "column"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare enum StringFilterType {
|
|
2
|
-
/**
|
|
3
|
-
* Строгое совпадение
|
|
4
|
-
*/
|
|
5
|
-
Equals = 1,
|
|
6
|
-
/**
|
|
7
|
-
* Начинается с указанной подстроки
|
|
8
|
-
*/
|
|
9
|
-
StartsWith = 2,
|
|
10
|
-
/**
|
|
11
|
-
* Оканчивается указанной подстрокой
|
|
12
|
-
*/
|
|
13
|
-
EndsWith = 3,
|
|
14
|
-
/**
|
|
15
|
-
* Содержит указанную подстроку
|
|
16
|
-
*/
|
|
17
|
-
Contains = 4
|
|
18
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { FilterState } from '../contarct/filter-state';
|
|
3
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
4
|
-
import { FilterBase } from '../base/filter-base';
|
|
5
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FilterHostComponent<T> implements OnInit, OnDestroy {
|
|
8
|
-
private viewContainerRef;
|
|
9
|
-
set column(val: FilterItem);
|
|
10
|
-
set state(val: FilterState);
|
|
11
|
-
set data(data: T[]);
|
|
12
|
-
set filterOptions(val: IIdName<any>[]);
|
|
13
|
-
filterChanged: EventEmitter<FilterBase<any>>;
|
|
14
|
-
private _alive;
|
|
15
|
-
private _column;
|
|
16
|
-
private _state;
|
|
17
|
-
private _data;
|
|
18
|
-
private _filterOptions;
|
|
19
|
-
private _componentRef;
|
|
20
|
-
private _init;
|
|
21
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterHostComponent<any>, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterHostComponent<any>, "teta-filter-host", never, { "column": { "alias": "column"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ListFilter } from '../contarct/list-filter';
|
|
3
|
-
import { FilterComponentBase } from '../base/filter-component-base';
|
|
4
|
-
import { FilterBase } from '../base/filter-base';
|
|
5
|
-
import { FilterState } from '../contarct/filter-state';
|
|
6
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
7
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
8
|
-
import { Observable } from 'rxjs';
|
|
9
|
-
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
10
|
-
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class ListFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
|
|
13
|
-
private changeDetector;
|
|
14
|
-
private _config;
|
|
15
|
-
column: FilterItem;
|
|
16
|
-
data: T[];
|
|
17
|
-
filterOptions: IIdName<any>[];
|
|
18
|
-
filterChanged: EventEmitter<FilterBase<any[]>>;
|
|
19
|
-
filter: ListFilter;
|
|
20
|
-
state$: FilterState;
|
|
21
|
-
search: string;
|
|
22
|
-
locale: Observable<TetaLocalisation>;
|
|
23
|
-
get visibleOptions(): IIdName<any>[];
|
|
24
|
-
set state(val: FilterState);
|
|
25
|
-
get state(): FilterState;
|
|
26
|
-
excluded: boolean;
|
|
27
|
-
constructor(changeDetector: ChangeDetectorRef, _config: TetaConfigService);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
all(): boolean;
|
|
30
|
-
setAll(value: boolean): void;
|
|
31
|
-
setType(): void;
|
|
32
|
-
setFilter(value: any[]): void;
|
|
33
|
-
private getFilter;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListFilterComponent<any>, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListFilterComponent<any>, "teta-list-filter", never, { "column": { "alias": "column"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { NumericFilter } from '../contarct/numeric-filter';
|
|
3
|
-
import { FilterComponentBase } from '../base/filter-component-base';
|
|
4
|
-
import { FilterBase } from '../base/filter-base';
|
|
5
|
-
import { FilterState } from '../contarct/filter-state';
|
|
6
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
7
|
-
import { NumericFilterValue } from '../contarct/numeric-filter-value';
|
|
8
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
9
|
-
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
10
|
-
import { Observable } from 'rxjs';
|
|
11
|
-
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class NumericFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
|
|
14
|
-
private changeDetector;
|
|
15
|
-
private _config;
|
|
16
|
-
column: FilterItem;
|
|
17
|
-
data: T[];
|
|
18
|
-
filterOptions: IIdName<any>[];
|
|
19
|
-
filterChanged: EventEmitter<FilterBase<NumericFilterValue>>;
|
|
20
|
-
filter: NumericFilter;
|
|
21
|
-
private state$;
|
|
22
|
-
set state(val: FilterState);
|
|
23
|
-
get state(): FilterState;
|
|
24
|
-
locale: Observable<TetaLocalisation>;
|
|
25
|
-
constructor(changeDetector: ChangeDetectorRef, _config: TetaConfigService);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
private getFilter;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterComponent<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterComponent<any>, "teta-numeric-filter", never, { "column": { "alias": "column"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export * from './date-filter/date-filter.component';
|
|
2
|
-
export * from './list-filter/list-filter.component';
|
|
3
|
-
export * from './numeric-filter/numeric-filter.component';
|
|
4
|
-
export * from './string-filter/string-filter.component';
|
|
5
|
-
export * from './boolean-filter/boolean-filter.component';
|
|
6
|
-
export * from './filter-host/filter-host.component';
|
|
7
|
-
export * from './base/filter-base';
|
|
8
|
-
export * from './base/filter-component-base';
|
|
9
|
-
export * from './enum/filter-type.enum';
|
|
10
|
-
export * from './enum/list-filter-type.enum';
|
|
11
|
-
export * from './enum/string-filter-type.enum';
|
|
12
|
-
export * from './contarct/filter-item';
|
|
13
|
-
export * from './contarct/date-filter';
|
|
14
|
-
export * from './contarct/boolean-filter';
|
|
15
|
-
export * from './contarct/date-filter-value';
|
|
16
|
-
export * from './contarct/string-filter';
|
|
17
|
-
export * from './contarct/numeric-filter';
|
|
18
|
-
export * from './contarct/list-filter';
|
|
19
|
-
export * from './contarct/filter-state';
|
|
20
|
-
export * from './contarct/i-filter';
|
|
21
|
-
export * from './contarct/numeric-filter-value';
|
|
22
|
-
export * from './contarct/sort-param';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { StringFilter } from '../contarct/string-filter';
|
|
3
|
-
import { FilterState } from '../contarct/filter-state';
|
|
4
|
-
import { FilterBase } from '../base/filter-base';
|
|
5
|
-
import { FilterComponentBase } from '../base/filter-component-base';
|
|
6
|
-
import { FilterItem } from '../contarct/filter-item';
|
|
7
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
8
|
-
import { TetaConfigService } from '../../../locale/teta-config.service';
|
|
9
|
-
import { Observable } from 'rxjs';
|
|
10
|
-
import { TetaLocalisation } from '../../../locale/teta-localisation';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class StringFilterComponent<T> extends FilterComponentBase<T> implements OnInit {
|
|
13
|
-
private changeDetector;
|
|
14
|
-
private _config;
|
|
15
|
-
column: FilterItem;
|
|
16
|
-
data: T[];
|
|
17
|
-
filterOptions: IIdName<any>[];
|
|
18
|
-
filterChanged: EventEmitter<FilterBase<string>>;
|
|
19
|
-
filter: StringFilter;
|
|
20
|
-
state$: FilterState;
|
|
21
|
-
set state(val: FilterState);
|
|
22
|
-
get state(): FilterState;
|
|
23
|
-
locale: Observable<TetaLocalisation>;
|
|
24
|
-
constructor(changeDetector: ChangeDetectorRef, _config: TetaConfigService);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
setFilter(): void;
|
|
27
|
-
private getFilter;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterComponent<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterComponent<any>, "teta-string-filter", never, { "column": { "alias": "column"; "required": false; }; "data": { "alias": "data"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TetaSize } from '../../../common/enum/teta-size.enum';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IconComponent {
|
|
4
|
-
name: string;
|
|
5
|
-
size: TetaSize;
|
|
6
|
-
palette: string;
|
|
7
|
-
class: any;
|
|
8
|
-
private get getClass();
|
|
9
|
-
getName(): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "teta-icon", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "palette": { "alias": "palette"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IconFileComponent implements OnInit {
|
|
4
|
-
name: string;
|
|
5
|
-
class: any;
|
|
6
|
-
private get getClass();
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
getName(): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconFileComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconFileComponent, "teta-icon-file", never, { "name": { "alias": "name"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { IconService } from './icon.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IconSpriteDirective implements OnInit {
|
|
5
|
-
private _iconService;
|
|
6
|
-
tetaIconSprite: string | string[];
|
|
7
|
-
bypassInterceptors: boolean;
|
|
8
|
-
constructor(_iconService: IconService);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconSpriteDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IconSpriteDirective, "[tetaIconSprite]", never, { "tetaIconSprite": { "alias": "tetaIconSprite"; "required": false; }; "bypassInterceptors": { "alias": "bypassInterceptors"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { RendererFactory2 } from '@angular/core';
|
|
2
|
-
import { HttpBackend, HttpClient } from '@angular/common/http';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IconService {
|
|
5
|
-
protected _document: any;
|
|
6
|
-
private _rendererFactory;
|
|
7
|
-
private _httpBackend;
|
|
8
|
-
private _http;
|
|
9
|
-
private static _loaded;
|
|
10
|
-
private static _pending;
|
|
11
|
-
private _renderer;
|
|
12
|
-
constructor(_document: any, _rendererFactory: RendererFactory2, _httpBackend: HttpBackend, _http: HttpClient);
|
|
13
|
-
addSprite(url: string, bypassInterceptors?: boolean): void;
|
|
14
|
-
private getSVG;
|
|
15
|
-
private svgElementFromString;
|
|
16
|
-
private cloneSVG;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
|
|
19
|
-
}
|