@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 +0,0 @@
|
|
|
1
|
-
export type AutoCloseIgnoreCase = 'esc' | 'enter' | 'inside' | 'outside';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type Ctor<T> = new (...params: any[]) => T;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './constructor-type';
|
|
2
|
-
export * from './dynamic-data';
|
|
3
|
-
export * from './i-id';
|
|
4
|
-
export * from './i-id-name';
|
|
5
|
-
export * from './i-dictionary';
|
|
6
|
-
export * from './i-tree-data';
|
|
7
|
-
export * from './i-rect';
|
|
8
|
-
export * from './teta-content-ref';
|
|
9
|
-
export * from './auto-close-ignore-case';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './view-type.model';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type viewType = 'brick' | 'rounded' | 'circle';
|
package/common/public-api.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClickService {
|
|
4
|
-
protected _document: any;
|
|
5
|
-
click: Observable<MouseEvent>;
|
|
6
|
-
contextMenu: Observable<MouseEvent>;
|
|
7
|
-
constructor(_document: any);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ClickService>;
|
|
10
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, ComponentRef, Injector, RendererFactory2, TemplateRef, Type } from '@angular/core';
|
|
2
|
-
import { DynamicData } from '../contract/dynamic-data';
|
|
3
|
-
import { TetaContentRef } from '../contract/teta-content-ref';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DynamicComponentService {
|
|
6
|
-
private _componentFactoryResolver;
|
|
7
|
-
private _rendererFactory;
|
|
8
|
-
private _appRef;
|
|
9
|
-
private _renderer;
|
|
10
|
-
constructor(_componentFactoryResolver: ComponentFactoryResolver, _rendererFactory: RendererFactory2, _appRef: ApplicationRef);
|
|
11
|
-
createComponent<T>(component: Type<T>, contentRef: TetaContentRef, injector: Injector, container: any): ComponentRef<T>;
|
|
12
|
-
createContent(content: string | TemplateRef<any> | Type<any> | null | undefined, injector: Injector, context?: any): TetaContentRef;
|
|
13
|
-
destroy<T>(component: ComponentRef<T> | null | undefined, content: TetaContentRef | null, container: HTMLElement): void;
|
|
14
|
-
getContext(content: string | TemplateRef<any> | Type<any> | null | undefined, context: any): any;
|
|
15
|
-
getInjector(data: DynamicData, parent: Injector): Injector;
|
|
16
|
-
private fromString;
|
|
17
|
-
private fromTemplate;
|
|
18
|
-
private fromComponent;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentService, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DynamicComponentService>;
|
|
21
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OverlayContainerService implements OnDestroy {
|
|
4
|
-
private document$;
|
|
5
|
-
private _containerClass;
|
|
6
|
-
private _container?;
|
|
7
|
-
constructor(document$: any);
|
|
8
|
-
getContainer(): HTMLElement | undefined;
|
|
9
|
-
private createContainer;
|
|
10
|
-
private removeContainer;
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayContainerService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayContainerService>;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare class ArrayUtil {
|
|
2
|
-
static asArray<T>(value: T | T[]): T[];
|
|
3
|
-
static flatten(data: any[], children?: string | ((item: any) => any[]), onlyLeafs?: boolean): any[];
|
|
4
|
-
static findRecursive(tree: any[], comparer: (iterableNode: any) => boolean, children?: string): any;
|
|
5
|
-
static filterRecursive(array: any[], filter: (item: any) => boolean, children?: string, keepChildren?: boolean, fullscanChildren?: boolean): any;
|
|
6
|
-
static distinct<T>(array: T[], comparator: (item: T) => any): T[];
|
|
7
|
-
static findParents(tree: any[], item: any): any[] | null;
|
|
8
|
-
static moveItem(list: any[], sourceIndex: number, targetIndex: number): any[];
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IRect } from '../contract/i-rect';
|
|
2
|
-
import { Align } from '../enum/align.enum';
|
|
3
|
-
import { VerticalAlign } from '../enum/vertical-align.enum';
|
|
4
|
-
export declare class PositionUtil {
|
|
5
|
-
static getPosition(containerPosition: IRect, elementPosition: IRect, align: Align, verticalAlign: VerticalAlign, margin?: number, verticalMargin?: number, transformedParentRect?: IRect): IRect;
|
|
6
|
-
static setElementPosition(element: HTMLElement, rect: IRect): void;
|
|
7
|
-
static getMaxHeight(position: IRect): number | null;
|
|
8
|
-
static getMaxWidth(position: IRect): number | null;
|
|
9
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AccordionComponent {
|
|
3
|
-
private readonly accordionClassName;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "teta-accordion", never, {}, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AccordionContentDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionContentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccordionContentDirective, "[tetaAccordionContent]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AccordionItemComponent } from '../accordion-item/accordion-item.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AccordionHeadComponent implements OnInit {
|
|
5
|
-
private readonly accordionHeadClass;
|
|
6
|
-
showToggle: boolean;
|
|
7
|
-
private readonly accordionItem$;
|
|
8
|
-
constructor(accordionItem: AccordionItemComponent);
|
|
9
|
-
toggle(): void;
|
|
10
|
-
get open(): boolean;
|
|
11
|
-
get disabled(): boolean;
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionHeadComponent, [{ host: true; }]>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionHeadComponent, "teta-accordion-head", never, { "showToggle": { "alias": "showToggle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
15
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AccordionComponent } from '../accordion/accordion.component';
|
|
3
|
-
import { AccordionContentDirective } from '../accordion-content.directive';
|
|
4
|
-
import { viewType } from '../../../common/model/view-type.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AccordionItemComponent {
|
|
7
|
-
private cdr$;
|
|
8
|
-
content?: AccordionContentDirective;
|
|
9
|
-
open: boolean;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
private readonly accordionItemClass;
|
|
12
|
-
divider: boolean;
|
|
13
|
-
get dividerClass(): boolean;
|
|
14
|
-
viewType: viewType;
|
|
15
|
-
get class(): string;
|
|
16
|
-
private readonly accordion$;
|
|
17
|
-
constructor(accordion: AccordionComponent, cdr$: ChangeDetectorRef);
|
|
18
|
-
toggle(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionItemComponent, [{ optional: true; }, null]>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionItemComponent, "teta-accordion-item", never, { "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "divider": { "alias": "divider"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; }, {}, ["content"], ["teta-accordion-head"], true, never>;
|
|
21
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AutocompleteComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "teta-autocomplete", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './autocomplete/autocomplete.component';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AvatarColorEnum } from '../model/avatar-color.enum';
|
|
3
|
-
import { viewType } from '../../../common/model/view-type.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AvatarComponent implements OnInit {
|
|
6
|
-
photo?: string | ArrayBuffer;
|
|
7
|
-
name?: string;
|
|
8
|
-
id?: number;
|
|
9
|
-
viewType?: viewType;
|
|
10
|
-
size?: '24' | '28' | '32' | '44' | '64' | '128' | '200';
|
|
11
|
-
get avatar(): string;
|
|
12
|
-
colorMap: Map<AvatarColorEnum, string>;
|
|
13
|
-
constructor();
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "teta-avatar", never, { "photo": { "alias": "photo"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare enum AvatarColorEnum {
|
|
2
|
-
vibrant = 0,
|
|
3
|
-
nebula = 1,
|
|
4
|
-
gorgonzola = 2,
|
|
5
|
-
lagoon = 3,
|
|
6
|
-
lime = 4,
|
|
7
|
-
pumpkin = 5,
|
|
8
|
-
vanity = 6,
|
|
9
|
-
navy = 7,
|
|
10
|
-
turquoise = 8,
|
|
11
|
-
greyish = 9,
|
|
12
|
-
heart = 10,
|
|
13
|
-
gloomy = 11,
|
|
14
|
-
rockman = 12,
|
|
15
|
-
hair = 13,
|
|
16
|
-
cerise = 14,
|
|
17
|
-
iris = 15,
|
|
18
|
-
caribbean = 16,
|
|
19
|
-
poisonous = 17
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './avatar/avatar.component';
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { viewType } from '../../../common/model/view-type.model';
|
|
2
|
-
import { TetaSize } from '../../../common/enum/teta-size.enum';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type ButtonViewType = 'primary' | 'outline' | 'ghost';
|
|
5
|
-
export declare class ButtonComponent {
|
|
6
|
-
palette: string;
|
|
7
|
-
class: any;
|
|
8
|
-
view: ButtonViewType;
|
|
9
|
-
square: boolean;
|
|
10
|
-
viewType: viewType;
|
|
11
|
-
size: TetaSize;
|
|
12
|
-
private get getClass();
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[teta-button], teta-button", never, { "palette": { "alias": "palette"; "required": false; }; "class": { "alias": "class"; "required": false; }; "view": { "alias": "view"; "required": false; }; "square": { "alias": "square"; "required": false; }; "viewType": { "alias": "viewType"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './button/button.component';
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Chart3dOptions } from '../model/chart-3d-options';
|
|
3
|
-
import { ThemeSwitchService } from '../../theme-switch/theme-switch.service';
|
|
4
|
-
import { Chart3dTooltipService } from '../services/chart3d-tooltip.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class Chart3dComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
7
|
-
private _elementRef;
|
|
8
|
-
private _themeService;
|
|
9
|
-
private _cdr;
|
|
10
|
-
private _tooltipService;
|
|
11
|
-
canvasRef: ElementRef;
|
|
12
|
-
tooltipRef: ElementRef;
|
|
13
|
-
private _scene;
|
|
14
|
-
private _camera;
|
|
15
|
-
private _renderer;
|
|
16
|
-
private _controls;
|
|
17
|
-
private _obs;
|
|
18
|
-
private _config;
|
|
19
|
-
private _animationFrameId;
|
|
20
|
-
private SIDE_SIZE;
|
|
21
|
-
private gridColor;
|
|
22
|
-
private axesColor;
|
|
23
|
-
private _alive;
|
|
24
|
-
tooltipVisible: boolean;
|
|
25
|
-
tooltipX: number;
|
|
26
|
-
tooltipY: number;
|
|
27
|
-
tooltipWellName: string;
|
|
28
|
-
tooltipMD: string;
|
|
29
|
-
tooltipTVD: string;
|
|
30
|
-
tooltipUnit: string;
|
|
31
|
-
private _wellMeshes;
|
|
32
|
-
private _tooltipMarker;
|
|
33
|
-
private _mouseMoveHandler;
|
|
34
|
-
private _mouseLeaveHandler;
|
|
35
|
-
constructor(_elementRef: ElementRef, _themeService: ThemeSwitchService, _cdr: ChangeDetectorRef, _tooltipService: Chart3dTooltipService);
|
|
36
|
-
set config(config: Chart3dOptions);
|
|
37
|
-
get config(): Chart3dOptions;
|
|
38
|
-
private get canvas();
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
ngAfterViewInit(): void;
|
|
41
|
-
ngOnDestroy(): void;
|
|
42
|
-
private init;
|
|
43
|
-
private createScene;
|
|
44
|
-
private setSize;
|
|
45
|
-
private render;
|
|
46
|
-
private startRenderingLoop;
|
|
47
|
-
private addResizeObserver;
|
|
48
|
-
private removeResizeObserver;
|
|
49
|
-
private makeSprite;
|
|
50
|
-
private drawTicks;
|
|
51
|
-
private getScales;
|
|
52
|
-
private addMouseMoveListener;
|
|
53
|
-
private handleMouseMove;
|
|
54
|
-
private showTooltip;
|
|
55
|
-
private hideTooltip;
|
|
56
|
-
private removeMouseListeners;
|
|
57
|
-
private disposeThreeResources;
|
|
58
|
-
private updateTooltipMarker;
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3dComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Chart3dComponent, "teta-chart3d", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>;
|
|
61
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Base3dPoint } from './base-3d-point';
|
|
2
|
-
import { Series3d } from './series-3d';
|
|
3
|
-
export declare class Chart3dOptions {
|
|
4
|
-
axes?: {
|
|
5
|
-
min?: number;
|
|
6
|
-
max?: number;
|
|
7
|
-
};
|
|
8
|
-
unit?: string;
|
|
9
|
-
series: Series3d<Base3dPoint>[];
|
|
10
|
-
constructor(options?: Chart3dOptions);
|
|
11
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as THREE from 'three';
|
|
2
|
-
import { Series3d } from './series-3d';
|
|
3
|
-
import { Base3dPoint } from './base-3d-point';
|
|
4
|
-
export interface WellMeshData {
|
|
5
|
-
mesh: THREE.Mesh;
|
|
6
|
-
series: Series3d<Base3dPoint>;
|
|
7
|
-
scale: {
|
|
8
|
-
x: any;
|
|
9
|
-
y: any;
|
|
10
|
-
z: any;
|
|
11
|
-
};
|
|
12
|
-
curve: THREE.CatmullRomCurve3;
|
|
13
|
-
points: Base3dPoint[];
|
|
14
|
-
}
|
|
15
|
-
export interface IntersectionResult {
|
|
16
|
-
wellData: WellMeshData;
|
|
17
|
-
intersectionPoint: THREE.Vector3;
|
|
18
|
-
closestCurvePoint: THREE.Vector3;
|
|
19
|
-
closestDataPoint: Base3dPoint;
|
|
20
|
-
md: number;
|
|
21
|
-
tvd: number;
|
|
22
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as THREE from 'three';
|
|
2
|
-
import { WellMeshData, IntersectionResult } from '../model/chart3d-tooltip';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class Chart3dTooltipService {
|
|
5
|
-
private _raycaster;
|
|
6
|
-
private _mouse;
|
|
7
|
-
findClosestPointOnCurveLocal(point: THREE.Vector3, curve: THREE.CatmullRomCurve3): THREE.Vector3;
|
|
8
|
-
constructor();
|
|
9
|
-
findIntersection(event: MouseEvent, canvas: HTMLCanvasElement, camera: THREE.Camera, wellMeshes: WellMeshData[]): IntersectionResult | null;
|
|
10
|
-
private findClosestPointOnCurveToRay;
|
|
11
|
-
private findClosestDataPoint;
|
|
12
|
-
private calculateTVD;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3dTooltipService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Chart3dTooltipService>;
|
|
15
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const CHECKBOX_CONTROL_VALUE_ACCESSOR: any;
|
|
5
|
-
export declare class CheckboxComponent implements ControlValueAccessor, OnInit {
|
|
6
|
-
private cdr;
|
|
7
|
-
tabindex: number;
|
|
8
|
-
class: any;
|
|
9
|
-
private get getClass();
|
|
10
|
-
palette: string;
|
|
11
|
-
noLabel: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* компонент неактивен
|
|
14
|
-
*/
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* true/false или list
|
|
18
|
-
*/
|
|
19
|
-
value: any;
|
|
20
|
-
/**
|
|
21
|
-
* true/false или list
|
|
22
|
-
*/
|
|
23
|
-
binary: boolean;
|
|
24
|
-
labelPosition: 'left' | 'right';
|
|
25
|
-
allowNull: boolean;
|
|
26
|
-
checked: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Значение
|
|
29
|
-
*/
|
|
30
|
-
private model$;
|
|
31
|
-
get model(): any;
|
|
32
|
-
set model(v: any);
|
|
33
|
-
constructor(cdr: ChangeDetectorRef);
|
|
34
|
-
changeValue(): void;
|
|
35
|
-
writeValue(model: any): void;
|
|
36
|
-
isChecked(): boolean;
|
|
37
|
-
removeValue(): void;
|
|
38
|
-
addValue(): void;
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
onChange(_: any): void;
|
|
41
|
-
onTouched(): void;
|
|
42
|
-
registerOnChange(fn: (_: any) => void): void;
|
|
43
|
-
registerOnTouched(fn: () => void): void;
|
|
44
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "teta-checkbox", never, { "class": { "alias": "class"; "required": false; }; "palette": { "alias": "palette"; "required": false; }; "noLabel": { "alias": "noLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "binary": { "alias": "binary"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './checkbox/checkbox.component';
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { Dayjs } from 'dayjs';
|
|
3
|
-
import { BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
4
|
-
import { viewType } from '../../common/model/view-type.model';
|
|
5
|
-
import { DayModel } from './model/day-model';
|
|
6
|
-
import { MinMaxDateModel } from './model/min-max-date.model';
|
|
7
|
-
import { TetaLocalisation } from '../../locale/teta-localisation';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare abstract class BaseCalendar implements OnChanges, OnDestroy {
|
|
10
|
-
protected _cdr: ChangeDetectorRef;
|
|
11
|
-
abstract selectedDate: any;
|
|
12
|
-
abstract locale: TetaLocalisation;
|
|
13
|
-
abstract open: boolean;
|
|
14
|
-
abstract viewType: viewType;
|
|
15
|
-
abstract min: Date | string | number;
|
|
16
|
-
abstract isDateNull: boolean;
|
|
17
|
-
abstract max: Date | string | number;
|
|
18
|
-
abstract setDate: EventEmitter<Date>;
|
|
19
|
-
currentMonth: ReplaySubject<number>;
|
|
20
|
-
minMax: ReplaySubject<MinMaxDateModel>;
|
|
21
|
-
currentYear: ReplaySubject<number>;
|
|
22
|
-
selectedPicker: BehaviorSubject<'day' | 'month' | 'year'>;
|
|
23
|
-
abstract calendar: DayModel[] | {
|
|
24
|
-
currentMonth: DayModel[];
|
|
25
|
-
nextMonth: DayModel[];
|
|
26
|
-
};
|
|
27
|
-
alive: boolean;
|
|
28
|
-
protected constructor(_cdr: ChangeDetectorRef);
|
|
29
|
-
generateCalendar(selectedDate: Dayjs, year: number, month: number, minMax: MinMaxDateModel): DayModel[];
|
|
30
|
-
isSuitableMinDate(d: Date, minDate: Date | string | number): boolean;
|
|
31
|
-
isSuitableMaxDate(d: Date, maxDate: Date | string | number): boolean;
|
|
32
|
-
isSelected(date: Date, selectedDate: Date): boolean;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
selectPicker(entity: 'day' | 'month' | 'year'): void;
|
|
35
|
-
selectMonth(month: number): void;
|
|
36
|
-
selectYear(year: number): void;
|
|
37
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
38
|
-
changeCalendarData(selectedDate: Date | number | string): void;
|
|
39
|
-
setYear(year: number): void;
|
|
40
|
-
changeMonth(month: number, year: number): void;
|
|
41
|
-
getAvailableMonthYear(month: number, year: number): {
|
|
42
|
-
availableMonth: number;
|
|
43
|
-
availableYear: number;
|
|
44
|
-
};
|
|
45
|
-
getMothName(month: number): string;
|
|
46
|
-
selectDate(date: Date): void;
|
|
47
|
-
scrollMonth: (e: any, month: number, year: number) => void;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseCalendar, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseCalendar, "ng-component", never, {}, {}, never, never, false, never>;
|
|
50
|
-
}
|