@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,22 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ColorInputComponent implements ControlValueAccessor {
|
|
5
|
-
private _cdr;
|
|
6
|
-
private elementRef;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
input: ElementRef;
|
|
9
|
-
value: string;
|
|
10
|
-
constructor(_cdr: ChangeDetectorRef);
|
|
11
|
-
onFocus(): void;
|
|
12
|
-
emitBlur(): void;
|
|
13
|
-
registerOnChange(fn: any): void;
|
|
14
|
-
registerOnTouched(fn: any): void;
|
|
15
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
16
|
-
writeValue(input: string): void;
|
|
17
|
-
onChange(input: string): void;
|
|
18
|
-
onTouched(): void;
|
|
19
|
-
getHexColor(color: string): string;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorInputComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorInputComponent, "teta-color-input", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormGroupTitleComponent implements OnInit {
|
|
4
|
-
private readonly className;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupTitleComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupTitleComponent, "teta-form-group-title", never, {}, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Align } from '../../../common/enum/align.enum';
|
|
2
|
-
import { viewType } from '../../../common/model/view-type.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InputComponent {
|
|
5
|
-
label?: string;
|
|
6
|
-
hint?: string;
|
|
7
|
-
viewType: viewType;
|
|
8
|
-
horizontal: boolean;
|
|
9
|
-
required: boolean;
|
|
10
|
-
get column(): boolean;
|
|
11
|
-
align: typeof Align;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "teta-input", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["*", "message"], true, never>;
|
|
14
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TextFieldComponent implements ControlValueAccessor {
|
|
5
|
-
private _cdr;
|
|
6
|
-
placeholder: string;
|
|
7
|
-
leftIconName?: string;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
onlyNumber: boolean;
|
|
10
|
-
decimalPart: number;
|
|
11
|
-
invalid: boolean;
|
|
12
|
-
input: ElementRef;
|
|
13
|
-
inputFocused: boolean;
|
|
14
|
-
private readonly textField;
|
|
15
|
-
value: string;
|
|
16
|
-
constructor(_cdr: ChangeDetectorRef);
|
|
17
|
-
onFocus(): void;
|
|
18
|
-
keyPress(event: KeyboardEvent): void;
|
|
19
|
-
emitBlur(): void;
|
|
20
|
-
registerOnChange(fn: any): void;
|
|
21
|
-
registerOnTouched(fn: any): void;
|
|
22
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
23
|
-
writeValue(input: string): void;
|
|
24
|
-
onChange(input: string): void;
|
|
25
|
-
onTouched(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "teta-text-field", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "leftIconName": { "alias": "leftIconName"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "onlyNumber": { "alias": "onlyNumber"; "required": false; }; "decimalPart": { "alias": "decimalPart"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { Message } from '../model/message';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MessageComponent implements AfterViewInit, OnDestroy {
|
|
5
|
-
message: Message;
|
|
6
|
-
index: number;
|
|
7
|
-
closed: EventEmitter<any>;
|
|
8
|
-
class: any;
|
|
9
|
-
private get getClass();
|
|
10
|
-
timeout: any;
|
|
11
|
-
constructor();
|
|
12
|
-
init(): void;
|
|
13
|
-
reset(): void;
|
|
14
|
-
closeMe(event: MouseEvent): void;
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "teta-message", never, { "message": { "alias": "message"; "required": false; }; "index": { "alias": "index"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MessageService } from '../message.service';
|
|
3
|
-
import { Message } from '../model/message';
|
|
4
|
-
import { Align } from '../../../common/enum/align.enum';
|
|
5
|
-
import { VerticalAlign } from '../../../common/enum/vertical-align.enum';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MessageHostComponent implements OnInit, OnDestroy {
|
|
8
|
-
private _svc;
|
|
9
|
-
private _cdr;
|
|
10
|
-
class: any;
|
|
11
|
-
align: Align;
|
|
12
|
-
verticalAlign: VerticalAlign;
|
|
13
|
-
itemClose: EventEmitter<any>;
|
|
14
|
-
messages: Message[];
|
|
15
|
-
private readonly _alignMap;
|
|
16
|
-
private readonly _valignMap;
|
|
17
|
-
private get getClass();
|
|
18
|
-
private _alive;
|
|
19
|
-
constructor(_svc: MessageService, _cdr: ChangeDetectorRef);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
closedItem(event: any): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageHostComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MessageHostComponent, "teta-message-host", never, { "class": { "alias": "class"; "required": false; }; "align": { "alias": "align"; "required": false; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; }; }, { "itemClose": "itemClose"; }, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { Message } from './model/message';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MessageService {
|
|
5
|
-
message: Observable<Message>;
|
|
6
|
-
clear: Observable<string>;
|
|
7
|
-
private _message;
|
|
8
|
-
private _clear;
|
|
9
|
-
constructor();
|
|
10
|
-
add(message: Message): void;
|
|
11
|
-
addMultiple(messages: Message[]): void;
|
|
12
|
-
clearMessages(name: string): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
|
15
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { viewType } from '../../../common/model/view-type.model';
|
|
3
|
-
export declare class Message {
|
|
4
|
-
name: string | null | undefined;
|
|
5
|
-
title: string | null | undefined;
|
|
6
|
-
text: string | null | undefined;
|
|
7
|
-
infinite: boolean;
|
|
8
|
-
viewType?: viewType;
|
|
9
|
-
duration: number;
|
|
10
|
-
className: string[] | null | undefined;
|
|
11
|
-
palette: string;
|
|
12
|
-
template: TemplateRef<any>;
|
|
13
|
-
constructor(options?: {
|
|
14
|
-
name?: string;
|
|
15
|
-
title: string;
|
|
16
|
-
text?: string;
|
|
17
|
-
infinite?: boolean;
|
|
18
|
-
duration?: number;
|
|
19
|
-
viewType?: viewType;
|
|
20
|
-
palette?: string;
|
|
21
|
-
className?: string[];
|
|
22
|
-
template?: TemplateRef<any>;
|
|
23
|
-
});
|
|
24
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { CurrentModal } from '../model/current-modal';
|
|
2
|
-
import { DialogButtonType } from '../model/dialog-data';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DialogComponent {
|
|
5
|
-
modal: CurrentModal;
|
|
6
|
-
title: string;
|
|
7
|
-
private _text;
|
|
8
|
-
get text(): string;
|
|
9
|
-
set text(value: string);
|
|
10
|
-
private _confirm;
|
|
11
|
-
get confirm(): DialogButtonType;
|
|
12
|
-
set confirm(value: DialogButtonType);
|
|
13
|
-
private _decline;
|
|
14
|
-
get decline(): null | DialogButtonType;
|
|
15
|
-
set decline(value: null | DialogButtonType);
|
|
16
|
-
constructor(modal: CurrentModal);
|
|
17
|
-
cancel(): void;
|
|
18
|
-
ok(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "teta-dialog", never, { "title": { "alias": "title"; "required": true; }; "text": { "alias": "text"; "required": false; }; "confirm": { "alias": "confirm"; "required": false; }; "decline": { "alias": "decline"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ModalService } from './modal.service';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { DialogDataType } from './model/dialog-data';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DialogService {
|
|
6
|
-
private _modal;
|
|
7
|
-
constructor(_modal: ModalService);
|
|
8
|
-
alert(title: string): void;
|
|
9
|
-
confirm(confirmDialogData: DialogDataType): Observable<boolean>;
|
|
10
|
-
private createDialog;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
13
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { IModalConfig } from '../model/i-modal-config';
|
|
3
|
-
import { IModalResult } from '../model/i-modal-result';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ModalContainerComponent {
|
|
6
|
-
private elRef$;
|
|
7
|
-
config: IModalConfig;
|
|
8
|
-
closeEvent: EventEmitter<IModalResult<any>>;
|
|
9
|
-
tabindex: number;
|
|
10
|
-
dialog: boolean;
|
|
11
|
-
get classList(): string;
|
|
12
|
-
constructor(elRef$: ElementRef);
|
|
13
|
-
keyup(event: KeyboardEvent): void;
|
|
14
|
-
click(event: MouseEvent): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalContainerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContainerComponent, "teta-modal-container", never, { "config": { "alias": "config"; "required": false; }; }, { "closeEvent": "closeEvent"; }, never, ["*"], true, never>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@jsverse/transloco";
|
|
4
|
-
import * as i3 from "./modal-container/modal-container.component";
|
|
5
|
-
import * as i4 from "./dialog/dialog.component";
|
|
6
|
-
export declare class ModalModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, never, [typeof i1.CommonModule, typeof i2.TranslocoModule, typeof i3.ModalContainerComponent, typeof i4.DialogComponent], [typeof i3.ModalContainerComponent, typeof i4.DialogComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
10
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Injector, TemplateRef, Type } from '@angular/core';
|
|
2
|
-
import { ModalInstance } from './model/modal-instance';
|
|
3
|
-
import { DynamicComponentService } from '../../common/service/dynamic-component.service';
|
|
4
|
-
import { IModalConfig } from './model/i-modal-config';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ModalService {
|
|
7
|
-
private _document;
|
|
8
|
-
private _injector;
|
|
9
|
-
private _factory;
|
|
10
|
-
private _stack;
|
|
11
|
-
private _modalChanged;
|
|
12
|
-
private readonly _container;
|
|
13
|
-
constructor(_document: any, _injector: Injector, _factory: DynamicComponentService);
|
|
14
|
-
closeAll(): void;
|
|
15
|
-
create<T = any>(content: string | TemplateRef<any> | Type<any>, data?: any, config?: IModalConfig, injector?: Injector): ModalInstance<T>;
|
|
16
|
-
private getContext;
|
|
17
|
-
private getInjector;
|
|
18
|
-
private register;
|
|
19
|
-
private unregister;
|
|
20
|
-
private focus;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
|
|
23
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
export interface IModalConfig {
|
|
3
|
-
backdrop?: boolean;
|
|
4
|
-
closeOnBackdropClick?: boolean;
|
|
5
|
-
resizable?: boolean;
|
|
6
|
-
draggable?: boolean;
|
|
7
|
-
class?: string[];
|
|
8
|
-
esc?: boolean;
|
|
9
|
-
beforeClose?: Observable<any>;
|
|
10
|
-
beforeOpen?: Observable<any>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModalCloseReason } from './modal-close-reason.enum';
|
|
2
|
-
export interface IModalResult<T = any> {
|
|
3
|
-
/**
|
|
4
|
-
* Любые другие данные которые пользователь желает вернуть при закрытии окна
|
|
5
|
-
*/
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
data?: T;
|
|
8
|
-
/**
|
|
9
|
-
* Причина закрытия окна
|
|
10
|
-
*/
|
|
11
|
-
reason: ModalCloseReason;
|
|
12
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { IModalResult } from './i-modal-result';
|
|
3
|
-
import { ComponentRef } from '@angular/core';
|
|
4
|
-
import { TetaContentRef } from '../../../common/contract/teta-content-ref';
|
|
5
|
-
import { ModalContainerComponent } from '../modal-container/modal-container.component';
|
|
6
|
-
export declare class ModalInstance<T = any> {
|
|
7
|
-
private _window;
|
|
8
|
-
private _content;
|
|
9
|
-
onClose: Observable<IModalResult<T>>;
|
|
10
|
-
private _onClose;
|
|
11
|
-
constructor(_window: ComponentRef<ModalContainerComponent>, _content: TetaContentRef);
|
|
12
|
-
get window(): ComponentRef<ModalContainerComponent>;
|
|
13
|
-
get component(): ComponentRef<any> | null;
|
|
14
|
-
close: (event?: IModalResult) => void;
|
|
15
|
-
private destroy;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './modal.module';
|
|
2
|
-
export * from './modal.service';
|
|
3
|
-
export * from './dialog.service';
|
|
4
|
-
export * from './dialog/dialog.component';
|
|
5
|
-
export * from './modal-container/modal-container.component';
|
|
6
|
-
export * from './model/current-modal';
|
|
7
|
-
export * from './model/i-modal-result';
|
|
8
|
-
export * from './model/modal-close-reason.enum';
|
|
9
|
-
export * from './model/i-modal-config';
|
|
10
|
-
export * from './model/modal-instance';
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export declare class PagerState {
|
|
2
|
-
/**
|
|
3
|
-
* Текущая страница
|
|
4
|
-
*/
|
|
5
|
-
page: number;
|
|
6
|
-
/**
|
|
7
|
-
* Количество записей на странице
|
|
8
|
-
*/
|
|
9
|
-
pageSize: number;
|
|
10
|
-
/**
|
|
11
|
-
* Количество страниц
|
|
12
|
-
*/
|
|
13
|
-
count: number;
|
|
14
|
-
/**
|
|
15
|
-
* Количество записей
|
|
16
|
-
*/
|
|
17
|
-
totalCount: number;
|
|
18
|
-
/**
|
|
19
|
-
* первая видимая страница
|
|
20
|
-
*/
|
|
21
|
-
start: number;
|
|
22
|
-
/**
|
|
23
|
-
* Последняя видимая страница
|
|
24
|
-
*/
|
|
25
|
-
end: number;
|
|
26
|
-
/**
|
|
27
|
-
* Список страниц
|
|
28
|
-
*/
|
|
29
|
-
pages: number[];
|
|
30
|
-
/**
|
|
31
|
-
* Инициализация из анонимного объекта
|
|
32
|
-
*/
|
|
33
|
-
constructor(options?: {
|
|
34
|
-
page?: number;
|
|
35
|
-
pageSize?: number;
|
|
36
|
-
count?: number;
|
|
37
|
-
totalCount?: number;
|
|
38
|
-
});
|
|
39
|
-
createPages(): void;
|
|
40
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PagerComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "teta-pager", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PanelComponent implements OnInit {
|
|
4
|
-
width: number;
|
|
5
|
-
private get panel();
|
|
6
|
-
private readonly column;
|
|
7
|
-
private readonly auto;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "teta-panel", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './panel/panel.component';
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const SLIDER_CONTROL_VALUE_ACCESSOR: any;
|
|
5
|
-
export declare class ProgressBarComponent implements OnInit, ControlValueAccessor {
|
|
6
|
-
private _elementRef;
|
|
7
|
-
private _renderer;
|
|
8
|
-
private _cdr;
|
|
9
|
-
private _document;
|
|
10
|
-
min: number;
|
|
11
|
-
max: number;
|
|
12
|
-
step: number;
|
|
13
|
-
private readonly slider;
|
|
14
|
-
private readonly progressBar;
|
|
15
|
-
percent: number;
|
|
16
|
-
moving: boolean;
|
|
17
|
-
set value(value: number);
|
|
18
|
-
get value(): number;
|
|
19
|
-
get containerPosition(): {
|
|
20
|
-
min: any;
|
|
21
|
-
max: any;
|
|
22
|
-
};
|
|
23
|
-
private _value;
|
|
24
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2, _cdr: ChangeDetectorRef, _document: any);
|
|
25
|
-
mouseup(): void;
|
|
26
|
-
click: (event: MouseEvent) => void;
|
|
27
|
-
onChange(_: any): void;
|
|
28
|
-
onTouched(): void;
|
|
29
|
-
registerOnChange(fn: (_: any) => void): void;
|
|
30
|
-
registerOnTouched(fn: () => void): void;
|
|
31
|
-
setDisabledState(isDisabled: boolean): void;
|
|
32
|
-
writeValue(value: number): void;
|
|
33
|
-
mousedown: () => void;
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
private mousemove;
|
|
36
|
-
private getMousePositionInPercents;
|
|
37
|
-
private setValue;
|
|
38
|
-
private getValueFromPercent;
|
|
39
|
-
private preventGlobalMouseEvents;
|
|
40
|
-
private restoreGlobalMouseEvents;
|
|
41
|
-
private addListener;
|
|
42
|
-
private removeListener;
|
|
43
|
-
private setPercentFromValue;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "teta-progress-bar", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; }, {}, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './progress-bar/progress-bar.component';
|
package/component/property-grid/property-grid/property-grid-group/property-grid-group.component.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IDictionary } from '../../../../common/contract/i-dictionary';
|
|
2
|
-
import { IIdName } from '../../../../common/contract/i-id-name';
|
|
3
|
-
import { TableColumn } from '../../../table/contract/table-column';
|
|
4
|
-
import { PropertyGridItemDescriptionDirective } from '../property-grid-item-description.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PropertyGridGroupComponent<T> {
|
|
7
|
-
column: import("@angular/core").InputSignal<TableColumn>;
|
|
8
|
-
hideNonEditable: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
dict: import("@angular/core").InputSignal<IDictionary<IIdName<any>[]>>;
|
|
10
|
-
item: import("@angular/core").InputSignal<T>;
|
|
11
|
-
horizontal: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
controlValueChange: import("@angular/core").OutputEmitterRef<IIdName<any>>;
|
|
13
|
-
decimalPart: import("@angular/core").InputSignal<number>;
|
|
14
|
-
itemTemplates: import("@angular/core").InputSignal<readonly PropertyGridItemDescriptionDirective[]>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridGroupComponent<any>, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridGroupComponent<any>, "teta-property-grid-group", never, { "column": { "alias": "column"; "required": false; "isSignal": true; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; "isSignal": true; }; "dict": { "alias": "dict"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; "decimalPart": { "alias": "decimalPart"; "required": false; "isSignal": true; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; "isSignal": true; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
|
|
17
|
-
}
|
package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { IDictionary } from '../../../../common/contract/i-dictionary';
|
|
4
|
-
import { IIdName } from '../../../../common/contract/i-id-name';
|
|
5
|
-
import { Align } from '../../../../common/enum/align.enum';
|
|
6
|
-
import { FilterType } from '../../../filter/enum/filter-type.enum';
|
|
7
|
-
import { TableColumn } from '../../../table/contract/table-column';
|
|
8
|
-
import { PropertyGridItemDescriptionDirective } from '../property-grid-item-description.directive';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class PropertyGridItemComponent<T> implements OnDestroy, OnChanges {
|
|
11
|
-
private transloco;
|
|
12
|
-
private _formGroup;
|
|
13
|
-
column: import("@angular/core").InputSignal<TableColumn>;
|
|
14
|
-
hideNonEditable: import("@angular/core").InputSignal<boolean>;
|
|
15
|
-
dict: import("@angular/core").InputSignal<IDictionary<IIdName<any>[]>>;
|
|
16
|
-
decimalPart: import("@angular/core").InputSignal<number>;
|
|
17
|
-
item: import("@angular/core").InputSignal<T>;
|
|
18
|
-
itemTemplates: import("@angular/core").InputSignal<readonly PropertyGridItemDescriptionDirective[]>;
|
|
19
|
-
template: import("@angular/core").Signal<PropertyGridItemDescriptionDirective>;
|
|
20
|
-
get formGroup(): FormGroup;
|
|
21
|
-
editable: import("@angular/core").Signal<boolean>;
|
|
22
|
-
horizontal: import("@angular/core").InputSignal<boolean>;
|
|
23
|
-
controlValueChange: import("@angular/core").OutputEmitterRef<IIdName<any>>;
|
|
24
|
-
align: typeof Align;
|
|
25
|
-
filterTypeEnum: typeof FilterType;
|
|
26
|
-
private _formSub;
|
|
27
|
-
caption: import("@angular/core").Signal<string>;
|
|
28
|
-
hint: import("@angular/core").Signal<string>;
|
|
29
|
-
private _alive;
|
|
30
|
-
getDict(): IIdName<any>[];
|
|
31
|
-
controlIsInvalid(controlName: string): boolean;
|
|
32
|
-
getError(column: TableColumn): string;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
ngOnChanges(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemComponent<any>, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridItemComponent<any>, "teta-property-grid-item", never, { "column": { "alias": "column"; "required": false; "isSignal": true; }; "hideNonEditable": { "alias": "hideNonEditable"; "required": false; "isSignal": true; }; "dict": { "alias": "dict"; "required": false; "isSignal": true; }; "decimalPart": { "alias": "decimalPart"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "itemTemplates": { "alias": "itemTemplates"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; }, { "controlValueChange": "controlValueChange"; }, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PropertyGridItemDescriptionDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
name: string;
|
|
6
|
-
constructor(template: TemplateRef<any>);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridItemDescriptionDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PropertyGridItemDescriptionDirective, "[tetaPropertyGridItemDescription]", never, { "name": { "alias": "tetaPropertyGridItemDescription"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ControlContainer, FormGroup } from '@angular/forms';
|
|
2
|
-
import { IDictionary } from '../../../common/contract/i-dictionary';
|
|
3
|
-
import { IIdName } from '../../../common/contract/i-id-name';
|
|
4
|
-
import { TableColumn } from '../../table/contract/table-column';
|
|
5
|
-
import { PropertyGridItemDescriptionDirective } from './property-grid-item-description.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PropertyGridComponent<T> {
|
|
8
|
-
private _formGroup;
|
|
9
|
-
formClass: boolean;
|
|
10
|
-
itemTemplates: import("@angular/core").Signal<readonly PropertyGridItemDescriptionDirective[]>;
|
|
11
|
-
hideNonEditable: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
columns: import("@angular/core").InputSignal<TableColumn[]>;
|
|
13
|
-
dict: import("@angular/core").InputSignal<IDictionary<IIdName<any>[]>>;
|
|
14
|
-
item: import("@angular/core").InputSignal<T>;
|
|
15
|
-
horizontal: import("@angular/core").InputSignal<boolean>;
|
|
16
|
-
decimalPart: import("@angular/core").InputSignal<number>;
|
|
17
|
-
controlValueChange: import("@angular/core").OutputEmitterRef<IIdName<any>>;
|
|
18
|
-
get formGroup(): FormGroup;
|
|
19
|
-
constructor(_formGroup: ControlContainer);
|
|
20
|
-
getEditable(column: TableColumn): boolean;
|
|
21
|
-
onControlValueChange(event: IIdName<any>): void;
|
|
22
|
-
private getDictValue;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertyGridComponent<any>, [{ optional: true; }]>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertyGridComponent<any>, "teta-property-grid", never, { "hideNonEditable": { "alias": "hideNonEditable"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "dict": { "alias": "dict"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; "decimalPart": { "alias": "decimalPart"; "required": false; "isSignal": true; }; }, { "controlValueChange": "controlValueChange"; }, ["itemTemplates"], never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export * from './accordion/public-api';
|
|
2
|
-
export * from './avatar/public-api';
|
|
3
|
-
export * from './autocomplete/public-api';
|
|
4
|
-
export * from './button/public-api';
|
|
5
|
-
export * from './chart-3d/public-api';
|
|
6
|
-
export * from './checkbox/public-api';
|
|
7
|
-
export * from './date-picker/public-api';
|
|
8
|
-
export * from './delimiter/public-api';
|
|
9
|
-
export * from './dropdown/public-api';
|
|
10
|
-
export * from './dynamic-component/public-api';
|
|
11
|
-
export * from './expand-card/public-api';
|
|
12
|
-
export * from './expand-panel/public-api';
|
|
13
|
-
export * from './file-upload/public-api';
|
|
14
|
-
export * from './filter/public-api';
|
|
15
|
-
export * from './icon/public-api';
|
|
16
|
-
export * from './input/public-api';
|
|
17
|
-
export * from './message/public-api';
|
|
18
|
-
export * from './modal/public-api';
|
|
19
|
-
export * from './pager/public-api';
|
|
20
|
-
export * from './panel/public-api';
|
|
21
|
-
export * from './progress-bar/public-api';
|
|
22
|
-
export * from './property-grid/public-api';
|
|
23
|
-
export * from './radio/public-api';
|
|
24
|
-
export * from './select/public-api';
|
|
25
|
-
export * from './sidebar/public-api';
|
|
26
|
-
export * from './switch/public-api';
|
|
27
|
-
export * from './table/public-api';
|
|
28
|
-
export * from './tabs/public-api';
|
|
29
|
-
export * from './theme-switch/public-api';
|
|
30
|
-
export * from './toggle/public-api';
|
|
31
|
-
export * from './toolbar/public-api';
|
|
32
|
-
export * from './tree/public-api';
|
|
33
|
-
export * from './stepper/public-api';
|
|
34
|
-
export * from './chart-3d/public-api';
|
|
35
|
-
export * from './divider/public-api';
|
|
36
|
-
export * from './resize-panel/public-api';
|