ngx-tethys 18.1.0-next.0 → 18.1.0
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/CHANGELOG.md +13 -0
- package/action/action.component.d.ts +1 -2
- package/affix/affix.component.d.ts +2 -4
- package/anchor/anchor-link.component.d.ts +2 -4
- package/anchor/anchor.component.d.ts +1 -4
- package/arrow-switcher/arrow-switcher.component.d.ts +1 -2
- package/autocomplete/autocomplete.component.d.ts +1 -2
- package/autocomplete/autocomplete.trigger.directive.d.ts +3 -5
- package/autocomplete/overlay/autocomplete-container.component.d.ts +4 -4
- package/autocomplete/overlay/autocomplete.service.d.ts +3 -5
- package/avatar/avatar.component.d.ts +1 -3
- package/avatar/avatar.pipe.d.ts +0 -2
- package/back-top/back-top.component.d.ts +2 -4
- package/badge/badge.component.d.ts +5 -14
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -2
- package/breadcrumb/breadcrumb.component.d.ts +1 -2
- package/button/button.component.d.ts +1 -2
- package/calendar/calendar-header.component.d.ts +1 -2
- package/calendar/calendar.component.d.ts +1 -2
- package/carousel/carousel-item.directive.d.ts +1 -2
- package/carousel/carousel.component.d.ts +1 -4
- package/carousel/carousel.service.d.ts +1 -2
- package/cascader/cascader.component.d.ts +4 -4
- package/checkbox/checkbox.component.d.ts +0 -2
- package/collapse/collapse-item.component.d.ts +2 -4
- package/color-picker/color-picker-panel.component.d.ts +2 -3
- package/color-picker/color-picker.component.d.ts +2 -4
- package/color-picker/coordinates.directive.d.ts +1 -2
- package/color-picker/parts/alpha/alpha.component.d.ts +1 -2
- package/color-picker/parts/hue/hue.component.d.ts +1 -2
- package/color-picker/parts/saturation/saturation.component.d.ts +1 -2
- package/copy/copy.directive.d.ts +0 -2
- package/core/click-positioner.d.ts +0 -2
- package/core/scroll.d.ts +1 -2
- package/core/update-host-class.service.d.ts +1 -2
- package/date-picker/abstract-picker.component.d.ts +1 -1
- package/date-picker/abstract-picker.directive.d.ts +2 -3
- package/date-picker/base-picker.component.d.ts +2 -3
- package/date-picker/date-picker.component.d.ts +2 -2
- package/date-picker/date-picker.directive.d.ts +1 -3
- package/date-picker/date-picker.service.d.ts +2 -2
- package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -2
- package/date-picker/lib/calendar/calendar-header.component.d.ts +0 -1
- package/date-picker/lib/date/date-header.component.d.ts +0 -3
- package/date-picker/lib/date/date-table.component.d.ts +1 -3
- package/date-picker/lib/date-carousel/date-carousel.component.d.ts +1 -2
- package/date-picker/lib/decade/decade-header.component.d.ts +1 -1
- package/date-picker/lib/month/month-header.component.d.ts +0 -3
- package/date-picker/lib/month/month-table.component.d.ts +1 -2
- package/date-picker/lib/popups/date-popup.component.d.ts +1 -3
- package/date-picker/lib/popups/inner-popup.component.d.ts +1 -4
- package/date-picker/lib/quarter/quarter-table.component.d.ts +1 -2
- package/date-picker/lib/year/year-header.component.d.ts +0 -1
- package/date-picker/month-picker.component.d.ts +2 -2
- package/date-picker/picker.component.d.ts +1 -3
- package/date-picker/picker.pipes.d.ts +0 -3
- package/date-picker/quarter-picker.component.d.ts +2 -2
- package/date-picker/range-picker.component.d.ts +2 -2
- package/date-picker/range-picker.directive.d.ts +2 -3
- package/date-picker/week-picker.component.d.ts +2 -2
- package/date-picker/year-picker.component.d.ts +2 -2
- package/date-range/date-range.component.d.ts +1 -3
- package/date-range/optional-dates/optional-dates.component.d.ts +0 -2
- package/dialog/body/dialog-body.component.d.ts +0 -2
- package/dialog/confirm/confirm.component.d.ts +2 -3
- package/dialog/dialog-container.component.d.ts +4 -5
- package/dialog/dialog.service.d.ts +4 -4
- package/dialog/footer/dialog-footer.component.d.ts +2 -2
- package/dialog/header/dialog-header.component.d.ts +2 -6
- package/dot/dot.component.d.ts +1 -2
- package/drag-drop/drag-content.directive.d.ts +2 -3
- package/drag-drop/drag-handle.directive.d.ts +2 -3
- package/drag-drop/drag.directive.d.ts +4 -5
- package/drag-drop/drop-container.directive.d.ts +6 -3
- package/dropdown/dropdown-active.directive.d.ts +3 -4
- package/dropdown/dropdown-menu-item.directive.d.ts +1 -2
- package/dropdown/dropdown-submenu.component.d.ts +1 -3
- package/dropdown/dropdown.directive.d.ts +3 -5
- package/empty/empty.component.d.ts +6 -6
- package/esm2022/action/action.component.mjs +18 -18
- package/esm2022/affix/affix.component.mjs +11 -14
- package/esm2022/anchor/anchor-link.component.mjs +9 -10
- package/esm2022/anchor/anchor.component.mjs +11 -16
- package/esm2022/arrow-switcher/arrow-switcher.component.mjs +22 -22
- package/esm2022/autocomplete/autocomplete.component.mjs +7 -7
- package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +30 -37
- package/esm2022/autocomplete/overlay/autocomplete-container.component.mjs +11 -15
- package/esm2022/autocomplete/overlay/autocomplete.service.mjs +14 -21
- package/esm2022/avatar/avatar.component.mjs +24 -25
- package/esm2022/avatar/avatar.pipe.mjs +6 -7
- package/esm2022/back-top/back-top.component.mjs +11 -15
- package/esm2022/badge/badge.component.mjs +6 -6
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
- package/esm2022/breadcrumb/breadcrumb.component.mjs +12 -12
- package/esm2022/button/button.component.mjs +12 -12
- package/esm2022/calendar/calendar-header.component.mjs +12 -12
- package/esm2022/calendar/calendar.component.mjs +12 -12
- package/esm2022/carousel/carousel-item.directive.mjs +7 -6
- package/esm2022/carousel/carousel.component.mjs +10 -12
- package/esm2022/carousel/carousel.service.mjs +7 -9
- package/esm2022/cascader/cascader.component.mjs +11 -16
- package/esm2022/checkbox/checkbox.component.mjs +7 -9
- package/esm2022/collapse/collapse-item.component.mjs +18 -21
- package/esm2022/color-picker/color-picker-panel.component.mjs +11 -12
- package/esm2022/color-picker/color-picker.component.mjs +10 -11
- package/esm2022/color-picker/coordinates.directive.mjs +10 -10
- package/esm2022/color-picker/parts/alpha/alpha.component.mjs +6 -6
- package/esm2022/color-picker/parts/hue/hue.component.mjs +6 -6
- package/esm2022/color-picker/parts/saturation/saturation.component.mjs +9 -9
- package/esm2022/copy/copy.directive.mjs +8 -12
- package/esm2022/core/click-positioner.mjs +6 -7
- package/esm2022/core/scroll.mjs +7 -9
- package/esm2022/core/store/store.mjs +1 -1
- package/esm2022/core/update-host-class.service.mjs +6 -6
- package/esm2022/date-picker/abstract-picker.component.mjs +5 -5
- package/esm2022/date-picker/abstract-picker.directive.mjs +42 -44
- package/esm2022/date-picker/base-picker.component.mjs +26 -26
- package/esm2022/date-picker/date-picker.component.mjs +6 -6
- package/esm2022/date-picker/date-picker.directive.mjs +6 -8
- package/esm2022/date-picker/date-picker.service.mjs +6 -10
- package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
- package/esm2022/date-picker/lib/calendar/calendar-header.component.mjs +6 -7
- package/esm2022/date-picker/lib/date/date-header.component.mjs +3 -9
- package/esm2022/date-picker/lib/date/date-table.component.mjs +7 -9
- package/esm2022/date-picker/lib/date-carousel/date-carousel.component.mjs +12 -12
- package/esm2022/date-picker/lib/decade/decade-header.component.mjs +5 -8
- package/esm2022/date-picker/lib/month/month-header.component.mjs +3 -9
- package/esm2022/date-picker/lib/month/month-table.component.mjs +6 -7
- package/esm2022/date-picker/lib/popups/date-popup.component.mjs +12 -13
- package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +12 -13
- package/esm2022/date-picker/lib/quarter/quarter-table.component.mjs +6 -7
- package/esm2022/date-picker/lib/year/year-header.component.mjs +3 -9
- package/esm2022/date-picker/month-picker.component.mjs +6 -7
- package/esm2022/date-picker/picker.component.mjs +21 -22
- package/esm2022/date-picker/picker.pipes.mjs +10 -11
- package/esm2022/date-picker/quarter-picker.component.mjs +6 -7
- package/esm2022/date-picker/range-picker.component.mjs +6 -7
- package/esm2022/date-picker/range-picker.directive.mjs +6 -8
- package/esm2022/date-picker/week-picker.component.mjs +6 -7
- package/esm2022/date-picker/year-picker.component.mjs +6 -7
- package/esm2022/date-range/date-range.component.mjs +14 -15
- package/esm2022/date-range/optional-dates/optional-dates.component.mjs +8 -9
- package/esm2022/dialog/body/dialog-body.component.mjs +11 -12
- package/esm2022/dialog/confirm/confirm.component.mjs +10 -14
- package/esm2022/dialog/dialog-container.component.mjs +13 -18
- package/esm2022/dialog/dialog.service.mjs +10 -17
- package/esm2022/dialog/footer/dialog-footer.component.mjs +7 -11
- package/esm2022/dialog/header/dialog-header.component.mjs +14 -19
- package/esm2022/dot/dot.component.mjs +7 -7
- package/esm2022/drag-drop/drag-content.directive.mjs +7 -9
- package/esm2022/drag-drop/drag-handle.directive.mjs +7 -9
- package/esm2022/drag-drop/drag.directive.mjs +13 -16
- package/esm2022/drag-drop/drop-container.directive.mjs +13 -13
- package/esm2022/dropdown/dropdown-active.directive.mjs +9 -12
- package/esm2022/dropdown/dropdown-menu-item.directive.mjs +12 -12
- package/esm2022/dropdown/dropdown-submenu.component.mjs +9 -10
- package/esm2022/dropdown/dropdown.directive.mjs +12 -10
- package/esm2022/empty/empty.component.mjs +14 -17
- package/esm2022/flexible-text/flexible-text.component.mjs +16 -17
- package/esm2022/form/form-group-error/form-group-error.component.mjs +9 -12
- package/esm2022/form/form-group-label.directive.mjs +9 -10
- package/esm2022/form/form-group.component.mjs +15 -19
- package/esm2022/form/form-submit.directive.mjs +6 -7
- package/esm2022/form/form-validator-loader.mjs +1 -1
- package/esm2022/form/form-validator.service.mjs +12 -13
- package/esm2022/form/form.directive.mjs +11 -16
- package/esm2022/form/from-group-footer/form-group-footer.component.mjs +10 -16
- package/esm2022/form/validator/unique-validator.directive.mjs +7 -10
- package/esm2022/fullscreen/fullscreen.component.mjs +10 -11
- package/esm2022/fullscreen/fullscreen.service.mjs +7 -10
- package/esm2022/grid/thy-col.directive.mjs +9 -14
- package/esm2022/grid/thy-grid-item.component.mjs +8 -14
- package/esm2022/grid/thy-grid.component.mjs +7 -8
- package/esm2022/guider/guider.directive.mjs +8 -9
- package/esm2022/guider/guider.service.mjs +12 -19
- package/esm2022/icon/icon-registry.mjs +11 -16
- package/esm2022/icon/icon.component.mjs +8 -9
- package/esm2022/image/image-group.component.mjs +7 -7
- package/esm2022/image/image.directive.mjs +11 -12
- package/esm2022/image/image.service.mjs +8 -14
- package/esm2022/image/preview/image-preview.component.mjs +34 -38
- package/esm2022/input/input-count.component.mjs +7 -10
- package/esm2022/input/input-group.component.mjs +12 -13
- package/esm2022/input/input-search.component.mjs +7 -7
- package/esm2022/input/input.component.mjs +14 -14
- package/esm2022/input/input.directive.mjs +12 -17
- package/esm2022/input-number/input-number.component.mjs +6 -6
- package/esm2022/layout/sidebar.component.mjs +45 -51
- package/esm2022/list/selection/selection-list.mjs +25 -25
- package/esm2022/loading/loading.component.mjs +8 -8
- package/esm2022/mention/mention.directive.mjs +9 -14
- package/esm2022/mention/suggestions/suggestions.component.mjs +8 -9
- package/esm2022/menu/group/menu-group.component.mjs +34 -35
- package/esm2022/menu/item/action/menu-item-action.component.mjs +15 -16
- package/esm2022/menu/item/menu-item.component.mjs +6 -6
- package/esm2022/message/abstract/abstract-message-container.component.mjs +5 -5
- package/esm2022/message/abstract/abstract-message.component.mjs +6 -6
- package/esm2022/message/message-container.component.mjs +9 -11
- package/esm2022/message/message-queue.service.mjs +6 -8
- package/esm2022/message/message.component.mjs +7 -7
- package/esm2022/message/message.service.mjs +10 -11
- package/esm2022/nav/icon-nav/icon-nav.component.mjs +6 -6
- package/esm2022/nav/nav-ink-bar.directive.mjs +9 -14
- package/esm2022/nav/nav-item.directive.mjs +8 -11
- package/esm2022/nav/nav.component.mjs +32 -33
- package/esm2022/nav/nav.pipe.mjs +6 -7
- package/esm2022/notify/notify-container.component.mjs +8 -11
- package/esm2022/notify/notify-queue.service.mjs +6 -8
- package/esm2022/notify/notify.component.mjs +7 -7
- package/esm2022/notify/notify.service.mjs +11 -12
- package/esm2022/pagination/pagination.component.mjs +38 -43
- package/esm2022/pagination/pagination.pipe.mjs +6 -7
- package/esm2022/popover/header/popover-header.component.mjs +12 -14
- package/esm2022/popover/popover-container.component.mjs +11 -13
- package/esm2022/popover/popover.directive.mjs +13 -12
- package/esm2022/popover/popover.service.mjs +14 -26
- package/esm2022/progress/progress-strip.component.mjs +10 -13
- package/esm2022/property/property-item.component.mjs +10 -13
- package/esm2022/property-operation/property-operation.component.mjs +24 -25
- package/esm2022/radio/button/radio-button.component.mjs +9 -15
- package/esm2022/radio/group/radio-group.component.mjs +17 -17
- package/esm2022/radio/radio.component.mjs +8 -14
- package/esm2022/rate/rate.component.mjs +6 -6
- package/esm2022/resizable/resizable.directive.mjs +10 -12
- package/esm2022/resizable/resizable.service.mjs +7 -9
- package/esm2022/resizable/resize-handle.component.mjs +7 -8
- package/esm2022/segment/segment-item.component.mjs +12 -15
- package/esm2022/segment/segment.component.mjs +26 -26
- package/esm2022/select/custom-select/custom-select.component.mjs +14 -28
- package/esm2022/select/native-select/native-select.component.mjs +6 -6
- package/esm2022/shared/base-form-check.component.mjs +7 -8
- package/esm2022/shared/directives/string-or-template-outlet.directive.mjs +7 -7
- package/esm2022/shared/directives/thy-autofocus.directive.mjs +10 -10
- package/esm2022/shared/directives/thy-contextmenu.directive.mjs +8 -8
- package/esm2022/shared/directives/thy-ctrl-enter.directive.mjs +8 -8
- package/esm2022/shared/directives/thy-enter.directive.mjs +8 -8
- package/esm2022/shared/directives/thy-scroll.directive.mjs +21 -21
- package/esm2022/shared/directives/thy-show.mjs +11 -11
- package/esm2022/shared/directives/thy-stop-propagation.directive.mjs +7 -5
- package/esm2022/shared/directives/view-outlet.directive.mjs +7 -7
- package/esm2022/shared/ng-transclude.directive.mjs +6 -5
- package/esm2022/shared/option/group/option-group.component.mjs +10 -10
- package/esm2022/shared/option/list-option/list-option.component.mjs +12 -19
- package/esm2022/shared/option/option.component.mjs +9 -19
- package/esm2022/shared/select/select-control/select-control.component.mjs +23 -23
- package/esm2022/skeleton/skeleton-circle.component.mjs +7 -15
- package/esm2022/skeleton/skeleton-rectangle.component.mjs +7 -15
- package/esm2022/slide/drawer/drawer-container.directive.mjs +6 -6
- package/esm2022/slide/slide-container.component.mjs +12 -16
- package/esm2022/slide/slide-header/slide-header.component.mjs +10 -11
- package/esm2022/slide/slide-ref.service.mjs +1 -1
- package/esm2022/slide/slide.service.mjs +8 -12
- package/esm2022/slider/slider.component.mjs +8 -8
- package/esm2022/space/space.component.mjs +13 -13
- package/esm2022/statistic/statistic.component.mjs +20 -20
- package/esm2022/stepper/step.component.mjs +6 -11
- package/esm2022/stepper/stepper-button.directive.mjs +10 -11
- package/esm2022/strength/strength.component.mjs +11 -12
- package/esm2022/switch/switch.component.mjs +6 -6
- package/esm2022/table/table-column.component.mjs +58 -63
- package/esm2022/table/table-skeleton.component.mjs +32 -32
- package/esm2022/table/table.component.mjs +16 -24
- package/esm2022/tabs/tabs.component.mjs +19 -19
- package/esm2022/tag/tag.component.mjs +22 -22
- package/esm2022/time-picker/inner/inner-time-picker.component.mjs +10 -9
- package/esm2022/time-picker/time-picker-panel.component.mjs +27 -27
- package/esm2022/time-picker/time-picker.component.mjs +29 -29
- package/esm2022/timeline/timeline-item.component.mjs +12 -13
- package/esm2022/timeline/timeline.component.mjs +7 -8
- package/esm2022/tooltip/tooltip.component.mjs +14 -14
- package/esm2022/tooltip/tooltip.directive.mjs +11 -10
- package/esm2022/tooltip/tooltip.service.mjs +9 -13
- package/esm2022/transfer/transfer-list.component.mjs +6 -6
- package/esm2022/tree/tree-node.component.mjs +13 -17
- package/esm2022/tree/tree.component.mjs +86 -90
- package/esm2022/tree-select/tree-select.component.mjs +22 -27
- package/esm2022/typography/bg-color.directive.mjs +9 -9
- package/esm2022/typography/text-color.directive.mjs +9 -9
- package/esm2022/upload/file-drop.directive.mjs +1 -1
- package/esm2022/upload/file-select-base.mjs +5 -6
- package/esm2022/upload/file-select.component.mjs +4 -3
- package/esm2022/upload/upload.service.mjs +6 -7
- package/esm2022/version.mjs +2 -2
- package/esm2022/watermark/watermark.directive.mjs +12 -12
- package/fesm2022/ngx-tethys-action.mjs +17 -17
- package/fesm2022/ngx-tethys-action.mjs.map +1 -1
- package/fesm2022/ngx-tethys-affix.mjs +12 -14
- package/fesm2022/ngx-tethys-affix.mjs.map +1 -1
- package/fesm2022/ngx-tethys-anchor.mjs +19 -22
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-arrow-switcher.mjs +21 -21
- package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
- package/fesm2022/ngx-tethys-autocomplete.mjs +59 -71
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +27 -27
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-back-top.mjs +12 -15
- package/fesm2022/ngx-tethys-back-top.mjs.map +1 -1
- package/fesm2022/ngx-tethys-badge.mjs +5 -5
- package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2022/ngx-tethys-breadcrumb.mjs +16 -16
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +11 -11
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-calendar.mjs +21 -21
- package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-carousel.mjs +20 -21
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +11 -15
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +6 -7
- package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
- package/fesm2022/ngx-tethys-collapse.mjs +17 -19
- package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2022/ngx-tethys-color-picker.mjs +44 -42
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-copy.mjs +8 -12
- package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2022/ngx-tethys-core.mjs +14 -16
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +192 -216
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +20 -20
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +56 -72
- package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dot.mjs +6 -6
- package/fesm2022/ngx-tethys-dot.mjs.map +1 -1
- package/fesm2022/ngx-tethys-drag-drop.mjs +33 -37
- package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dropdown.mjs +39 -37
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +15 -15
- package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2022/ngx-tethys-flexible-text.mjs +16 -17
- package/fesm2022/ngx-tethys-flexible-text.mjs.map +1 -1
- package/fesm2022/ngx-tethys-form.mjs +67 -82
- package/fesm2022/ngx-tethys-form.mjs.map +1 -1
- package/fesm2022/ngx-tethys-fullscreen.mjs +14 -17
- package/fesm2022/ngx-tethys-fullscreen.mjs.map +1 -1
- package/fesm2022/ngx-tethys-grid.mjs +20 -29
- package/fesm2022/ngx-tethys-grid.mjs.map +1 -1
- package/fesm2022/ngx-tethys-guider.mjs +17 -23
- package/fesm2022/ngx-tethys-guider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-icon.mjs +18 -22
- package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2022/ngx-tethys-image.mjs +57 -62
- package/fesm2022/ngx-tethys-image.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input-number.mjs +5 -5
- package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input.mjs +46 -53
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +45 -50
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +24 -24
- package/fesm2022/ngx-tethys-list.mjs.map +1 -1
- package/fesm2022/ngx-tethys-loading.mjs +7 -7
- package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
- package/fesm2022/ngx-tethys-mention.mjs +16 -21
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +51 -52
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-message.mjs +33 -35
- package/fesm2022/ngx-tethys-message.mjs.map +1 -1
- package/fesm2022/ngx-tethys-nav.mjs +55 -64
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-notify.mjs +26 -29
- package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +44 -49
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +48 -54
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-progress.mjs +9 -12
- package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property-operation.mjs +24 -24
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +11 -11
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +29 -35
- package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2022/ngx-tethys-rate.mjs +5 -5
- package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2022/ngx-tethys-resizable.mjs +22 -25
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-segment.mjs +35 -38
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +20 -34
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +128 -143
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +11 -25
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +30 -34
- package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slider.mjs +7 -7
- package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-space.mjs +13 -13
- package/fesm2022/ngx-tethys-space.mjs.map +1 -1
- package/fesm2022/ngx-tethys-statistic.mjs +19 -19
- package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
- package/fesm2022/ngx-tethys-stepper.mjs +13 -18
- package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2022/ngx-tethys-strength.mjs +11 -11
- package/fesm2022/ngx-tethys-strength.mjs.map +1 -1
- package/fesm2022/ngx-tethys-switch.mjs +5 -5
- package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2022/ngx-tethys-table.mjs +103 -115
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +19 -19
- package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tag.mjs +21 -21
- package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2022/ngx-tethys-time-picker.mjs +61 -58
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +16 -16
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +32 -33
- package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2022/ngx-tethys-transfer.mjs +5 -5
- package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +23 -28
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +96 -102
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-typography.mjs +15 -15
- package/fesm2022/ngx-tethys-typography.mjs.map +1 -1
- package/fesm2022/ngx-tethys-upload.mjs +11 -12
- package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2022/ngx-tethys-watermark.mjs +12 -12
- package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/flexible-text/flexible-text.component.d.ts +1 -3
- package/form/form-group-error/form-group-error.component.d.ts +1 -3
- package/form/form-group-label.directive.d.ts +0 -2
- package/form/form-group.component.d.ts +1 -4
- package/form/form-submit.directive.d.ts +0 -2
- package/form/form-validator.service.d.ts +0 -2
- package/form/form.directive.d.ts +4 -4
- package/form/from-group-footer/form-group-footer.component.d.ts +2 -4
- package/form/validator/unique-validator.directive.d.ts +1 -4
- package/fullscreen/fullscreen.component.d.ts +0 -2
- package/fullscreen/fullscreen.service.d.ts +0 -2
- package/grid/thy-col.directive.d.ts +1 -2
- package/grid/thy-grid-item.component.d.ts +2 -4
- package/grid/thy-grid.component.d.ts +1 -3
- package/guider/guider.directive.d.ts +1 -3
- package/guider/guider.service.d.ts +0 -7
- package/icon/icon-registry.d.ts +1 -3
- package/icon/icon.component.d.ts +1 -3
- package/image/image-group.component.d.ts +1 -2
- package/image/image.directive.d.ts +1 -3
- package/image/image.service.d.ts +2 -2
- package/image/preview/image-preview.component.d.ts +1 -4
- package/input/input-count.component.d.ts +3 -4
- package/input/input-group.component.d.ts +1 -3
- package/input/input-search.component.d.ts +2 -2
- package/input/input.component.d.ts +1 -2
- package/input/input.directive.d.ts +2 -3
- package/input-number/input-number.component.d.ts +2 -2
- package/layout/sidebar.component.d.ts +44 -13
- package/list/selection/selection-list.d.ts +1 -2
- package/loading/loading.component.d.ts +0 -2
- package/loading/styles/loading.scss +3 -1
- package/mention/mention.directive.d.ts +4 -5
- package/mention/suggestions/suggestions.component.d.ts +2 -3
- package/menu/group/menu-group.component.d.ts +12 -26
- package/menu/item/action/menu-item-action.component.d.ts +2 -3
- package/menu/item/menu-item.component.d.ts +1 -2
- package/message/abstract/abstract-message-container.component.d.ts +1 -2
- package/message/abstract/abstract-message.component.d.ts +2 -2
- package/message/message-container.component.d.ts +1 -3
- package/message/message-queue.service.d.ts +1 -2
- package/message/message.component.d.ts +1 -3
- package/message/message.service.d.ts +3 -5
- package/nav/icon-nav/icon-nav.component.d.ts +2 -2
- package/nav/nav-ink-bar.directive.d.ts +2 -4
- package/nav/nav-item.directive.d.ts +3 -4
- package/nav/nav.component.d.ts +1 -3
- package/nav/nav.pipe.d.ts +0 -2
- package/notify/notify-container.component.d.ts +1 -3
- package/notify/notify-queue.service.d.ts +1 -2
- package/notify/notify.component.d.ts +2 -3
- package/notify/notify.service.d.ts +1 -4
- package/package.json +1 -1
- package/pagination/pagination.component.d.ts +7 -19
- package/pagination/pagination.pipe.d.ts +0 -2
- package/popover/header/popover-header.component.d.ts +0 -3
- package/popover/popover-container.component.d.ts +3 -4
- package/popover/popover.directive.d.ts +2 -5
- package/popover/popover.service.d.ts +4 -6
- package/progress/progress-strip.component.d.ts +0 -1
- package/property/property-item.component.d.ts +6 -6
- package/property-operation/property-operation.component.d.ts +1 -3
- package/radio/button/radio-button.component.d.ts +2 -5
- package/radio/group/radio-group.component.d.ts +1 -2
- package/radio/radio.component.d.ts +2 -3
- package/rate/rate.component.d.ts +2 -2
- package/resizable/resizable.directive.d.ts +2 -4
- package/resizable/resizable.service.d.ts +2 -2
- package/resizable/resize-handle.component.d.ts +1 -3
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/segment/segment-item.component.d.ts +4 -5
- package/segment/segment.component.d.ts +1 -2
- package/select/custom-select/custom-select.component.d.ts +5 -5
- package/select/native-select/native-select.component.d.ts +1 -1
- package/shared/base-form-check.component.d.ts +1 -1
- package/shared/directives/string-or-template-outlet.directive.d.ts +1 -2
- package/shared/directives/thy-autofocus.directive.d.ts +0 -2
- package/shared/directives/thy-contextmenu.directive.d.ts +1 -2
- package/shared/directives/thy-ctrl-enter.directive.d.ts +1 -2
- package/shared/directives/thy-enter.directive.d.ts +1 -2
- package/shared/directives/thy-scroll.directive.d.ts +1 -2
- package/shared/directives/thy-show.d.ts +1 -2
- package/shared/directives/thy-stop-propagation.directive.d.ts +2 -2
- package/shared/directives/view-outlet.directive.d.ts +1 -2
- package/shared/ng-transclude.directive.d.ts +1 -1
- package/shared/option/group/option-group.component.d.ts +1 -2
- package/shared/option/list-option/list-option.component.d.ts +5 -10
- package/shared/option/option.component.d.ts +5 -5
- package/shared/select/select-control/select-control.component.d.ts +1 -2
- package/skeleton/skeleton-circle.component.d.ts +1 -4
- package/skeleton/skeleton-rectangle.component.d.ts +5 -5
- package/slide/drawer/drawer-container.directive.d.ts +1 -2
- package/slide/slide-container.component.d.ts +3 -4
- package/slide/slide-header/slide-header.component.d.ts +0 -2
- package/slide/slide.service.d.ts +3 -3
- package/slider/slider.component.d.ts +2 -2
- package/space/space.component.d.ts +1 -2
- package/statistic/statistic.component.d.ts +1 -2
- package/stepper/step.component.d.ts +1 -2
- package/stepper/stepper-button.directive.d.ts +0 -3
- package/strength/strength.component.d.ts +0 -1
- package/switch/switch.component.d.ts +1 -1
- package/table/table-column.component.d.ts +32 -8
- package/table/table-skeleton.component.d.ts +3 -12
- package/table/table.component.d.ts +3 -5
- package/tabs/tabs.component.d.ts +1 -2
- package/tag/tag.component.d.ts +7 -3
- package/time-picker/inner/inner-time-picker.component.d.ts +2 -4
- package/time-picker/time-picker-panel.component.d.ts +1 -2
- package/time-picker/time-picker.component.d.ts +1 -2
- package/timeline/timeline-item.component.d.ts +1 -3
- package/timeline/timeline.component.d.ts +1 -3
- package/tooltip/tooltip.component.d.ts +1 -2
- package/tooltip/tooltip.directive.d.ts +6 -9
- package/tooltip/tooltip.service.d.ts +2 -4
- package/transfer/transfer-list.component.d.ts +1 -2
- package/tree/tree-node.component.d.ts +5 -21
- package/tree/tree.component.d.ts +1 -2
- package/tree-select/tree-select.component.d.ts +5 -6
- package/typography/bg-color.directive.d.ts +0 -2
- package/typography/text-color.directive.d.ts +1 -2
- package/upload/file-select-base.d.ts +2 -3
- package/upload/file-select.component.d.ts +1 -0
- package/upload/upload.service.d.ts +0 -2
- package/watermark/watermark.directive.d.ts +1 -2
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "18.1.0
|
|
1
|
+
export declare const VERSION = "18.1.0";
|
package/schematics/version.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { IThySegmentComponent } from './segment.token';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { SafeAny } from 'ngx-tethys/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -7,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
7
6
|
* @name thy-segment-item,[thy-segment-item]
|
|
8
7
|
*/
|
|
9
8
|
export declare class ThySegmentItem implements AfterViewInit, OnDestroy {
|
|
10
|
-
elementRef: ElementRef
|
|
9
|
+
elementRef: ElementRef<any>;
|
|
11
10
|
private ngZone;
|
|
12
11
|
private cdr;
|
|
13
12
|
private renderer;
|
|
@@ -27,13 +26,13 @@ export declare class ThySegmentItem implements AfterViewInit, OnDestroy {
|
|
|
27
26
|
isOnlyIcon: boolean;
|
|
28
27
|
isWithText: boolean;
|
|
29
28
|
private destroy$;
|
|
30
|
-
constructor(
|
|
29
|
+
constructor();
|
|
31
30
|
ngAfterViewInit(): void;
|
|
32
31
|
select(): void;
|
|
33
32
|
unselect(): void;
|
|
34
33
|
private wrapSpanForText;
|
|
35
34
|
ngOnDestroy(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThySegmentItem,
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThySegmentItem, never>;
|
|
37
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySegmentItem, "thy-segment-item,[thy-segment-item]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
38
37
|
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
39
38
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
1
|
+
import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { ThumbAnimationProps } from 'ngx-tethys/core';
|
|
3
3
|
import { ThySegmentItem } from './segment-item.component';
|
|
4
4
|
import { IThySegmentComponent } from './segment.token';
|
|
@@ -48,7 +48,6 @@ export declare class ThySegment implements IThySegmentComponent, AfterContentIni
|
|
|
48
48
|
params: ThumbAnimationProps;
|
|
49
49
|
};
|
|
50
50
|
transitionedTo: any;
|
|
51
|
-
constructor(cdr: ChangeDetectorRef, destroyRef: DestroyRef);
|
|
52
51
|
ngAfterContentInit(): void;
|
|
53
52
|
changeSelectedItem(item: ThySegmentItem, event?: Event): void;
|
|
54
53
|
handleThumbAnimationDone(event: AnimationEvent): void;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TabIndexDisabledControlValueAccessorMixin,
|
|
1
|
+
import { TabIndexDisabledControlValueAccessorMixin, ThyPlacement } from 'ngx-tethys/core';
|
|
2
2
|
import { IThyOptionParentComponent, SelectControlSize, ThyOption, ThyOptionSelectionChangeEvent, ThySelectOptionGroup } from 'ngx-tethys/shared';
|
|
3
3
|
import { FunctionProp } from 'ngx-tethys/util';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
|
|
6
6
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
7
|
-
import { CdkConnectedOverlay, ConnectionPositionPair,
|
|
8
|
-
import { AfterContentInit, AfterViewInit,
|
|
7
|
+
import { CdkConnectedOverlay, ConnectionPositionPair, ScrollStrategy } from '@angular/cdk/overlay';
|
|
8
|
+
import { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';
|
|
9
9
|
import { ControlValueAccessor } from '@angular/forms';
|
|
10
10
|
import { ThyDropdownWidthMode, ThySelectConfig } from '../select.config';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
@@ -227,7 +227,7 @@ export declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin
|
|
|
227
227
|
private isSearching;
|
|
228
228
|
groupBy: (item: ThySelectOptionModel) => string;
|
|
229
229
|
get placement(): ThyPlacement;
|
|
230
|
-
constructor(
|
|
230
|
+
constructor();
|
|
231
231
|
writeValue(value: any): void;
|
|
232
232
|
ngOnInit(): void;
|
|
233
233
|
buildOptionGroups(options: ThySelectOptionModel[]): ThyOptionGroupModel[];
|
|
@@ -274,7 +274,7 @@ export declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin
|
|
|
274
274
|
private subscribeTriggerResize;
|
|
275
275
|
private unsubscribeTriggerResize;
|
|
276
276
|
ngOnDestroy(): void;
|
|
277
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThySelect,
|
|
277
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThySelect, never>;
|
|
278
278
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySelect, "thy-select,thy-custom-select", ["thySelect"], { "thyDropdownWidthMode": { "alias": "thyDropdownWidthMode"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; }; "thyServerSearch": { "alias": "thyServerSearch"; "required": false; }; "thyLoadState": { "alias": "thyLoadState"; "required": false; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; }; "thyEmptySearchMessageText": { "alias": "thyEmptySearchMessageText"; "required": false; }; "thyEnableScrollLoad": { "alias": "thyEnableScrollLoad"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thySortComparator": { "alias": "thySortComparator"; "required": false; }; "thyFooterTemplate": { "alias": "thyFooterTemplate"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyOrigin": { "alias": "thyOrigin"; "required": false; }; "thyFooterClass": { "alias": "thyFooterClass"; "required": false; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; }; "thyOptions": { "alias": "thyOptions"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnScrollToBottom": "thyOnScrollToBottom"; "thyOnExpandStatusChange": "thyOnExpandStatusChange"; }, ["selectedValueDisplayRef", "contentOptions", "contentGroups"], ["*"], true, never>;
|
|
279
279
|
static ngAcceptInputType_thyShowSearch: boolean | string | number;
|
|
280
280
|
static ngAcceptInputType_thyServerSearch: boolean | string | number;
|
|
@@ -23,7 +23,7 @@ export declare class ThyNativeSelect extends TabIndexDisabledControlValueAccesso
|
|
|
23
23
|
thyAllowClear: boolean;
|
|
24
24
|
writeValue(obj: any): void;
|
|
25
25
|
setDisabledState?(isDisabled: boolean): void;
|
|
26
|
-
constructor(
|
|
26
|
+
constructor();
|
|
27
27
|
ngModelChange(): void;
|
|
28
28
|
ngOnInit(): void;
|
|
29
29
|
onBlur(event: FocusEvent): void;
|
|
@@ -42,7 +42,7 @@ export declare class ThyFormCheckBaseComponent extends TabIndexDisabledControlVa
|
|
|
42
42
|
registerOnTouched(fn: any): void;
|
|
43
43
|
setDisabledState?(isDisabled: boolean): void;
|
|
44
44
|
updateValue(value: boolean): void;
|
|
45
|
-
constructor(
|
|
45
|
+
constructor();
|
|
46
46
|
change(): void;
|
|
47
47
|
markForCheck(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyFormCheckBaseComponent, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnChanges,
|
|
1
|
+
import { OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @name thyStringOrTemplateOutlet
|
|
@@ -10,7 +10,6 @@ export declare class ThyStringOrTemplateOutletDirective implements OnChanges {
|
|
|
10
10
|
private textNode;
|
|
11
11
|
thyStringOrTemplateOutletContext: any;
|
|
12
12
|
thyStringOrTemplateOutlet: any | TemplateRef<any>;
|
|
13
|
-
constructor(viewContainerRef: ViewContainerRef, renderer: Renderer2);
|
|
14
13
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15
14
|
private updateView;
|
|
16
15
|
private clear;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
/**
|
|
4
3
|
* 自动聚焦指令
|
|
@@ -18,7 +17,6 @@ export declare class ThyAutofocusDirective {
|
|
|
18
17
|
* @default false
|
|
19
18
|
*/
|
|
20
19
|
set thyAutoSelect(value: boolean);
|
|
21
|
-
constructor(elementRef: ElementRef, ngZone: NgZone);
|
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutofocusDirective, never>;
|
|
23
21
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutofocusDirective, "input[thyAutofocus],textarea[thyAutofocus]", never, { "thyAutofocus": { "alias": "thyAutofocus"; "required": false; }; "thyAutoSelect": { "alias": "thyAutoSelect"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
22
|
static ngAcceptInputType_thyAutofocus: boolean | string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @name thyContextMenu
|
|
@@ -9,7 +9,6 @@ export declare class ThyContextMenuDirective implements OnInit, OnDestroy {
|
|
|
9
9
|
private renderer;
|
|
10
10
|
thyContextMenu: EventEmitter<any>;
|
|
11
11
|
private removeContextListenerFn;
|
|
12
|
-
constructor(ngZone: NgZone, elementRef: ElementRef, renderer: Renderer2);
|
|
13
12
|
rightClick: (event: Event) => void;
|
|
14
13
|
ngOnInit(): void;
|
|
15
14
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @name thyCtrlEnter
|
|
@@ -9,7 +9,6 @@ export declare class ThyCtrlEnterDirective implements OnInit, OnDestroy {
|
|
|
9
9
|
private renderer;
|
|
10
10
|
thyCtrlEnter: EventEmitter<any>;
|
|
11
11
|
private removeKeydownListenerFn;
|
|
12
|
-
constructor(ngZone: NgZone, elementRef: ElementRef, renderer: Renderer2);
|
|
13
12
|
onKeydown: (event: KeyboardEvent) => void;
|
|
14
13
|
ngOnInit(): void;
|
|
15
14
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnInit,
|
|
1
|
+
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* 与 (keydown.enter) 区别是支持组合键,当按 Ctrl + Enter 或者 Command + Enter 也会触发
|
|
@@ -11,7 +11,6 @@ export declare class ThyEnterDirective implements OnInit, OnDestroy {
|
|
|
11
11
|
thyEnter: EventEmitter<any>;
|
|
12
12
|
onKeydown: (event: KeyboardEvent) => void;
|
|
13
13
|
private removeKeydownListenerFn;
|
|
14
|
-
constructor(ngZone: NgZone, elementRef: ElementRef, renderer: Renderer2);
|
|
15
14
|
ngOnInit(): void;
|
|
16
15
|
ngOnDestroy(): void;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyEnterDirective, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, OnInit,
|
|
1
|
+
import { ElementRef, OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @name thyScroll
|
|
@@ -32,7 +32,6 @@ export declare class ThyScrollDirective implements OnInit, OnDestroy {
|
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
thyOnScrolled: EventEmitter<ElementRef>;
|
|
35
|
-
constructor(elementRef: ElementRef<any>, ngZone: NgZone);
|
|
36
35
|
ngOnInit(): void;
|
|
37
36
|
ngOnDestroy(): void;
|
|
38
37
|
getElementRef(): ElementRef<HTMLElement>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @name thyShow
|
|
@@ -12,7 +12,6 @@ export declare class ThyShowDirective implements OnDestroy {
|
|
|
12
12
|
private unListenEvent;
|
|
13
13
|
private unListenDocument;
|
|
14
14
|
set thyShow(condition: boolean);
|
|
15
|
-
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, ngZone: NgZone);
|
|
16
15
|
ngOnDestroy(): void;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyShowDirective, never>;
|
|
18
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyShowDirective, "[thyShow]", never, { "thyShow": { "alias": "thyShow"; "required": false; }; }, { "thyShowChange": "thyShowChange"; }, never, never, true, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* 阻止事件冒泡
|
|
@@ -10,7 +10,7 @@ export declare class ThyStopPropagationDirective implements OnDestroy {
|
|
|
10
10
|
set thyStopPropagation(value: string | boolean);
|
|
11
11
|
private _changes$;
|
|
12
12
|
private _destroy$;
|
|
13
|
-
constructor(
|
|
13
|
+
constructor();
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStopPropagationDirective, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyStopPropagationDirective, "[thyStopPropagation]", never, { "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges, Type,
|
|
1
|
+
import { OnChanges, SimpleChanges, Type, TemplateRef } from '@angular/core';
|
|
2
2
|
import { SafeAny } from 'ngx-tethys/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -20,7 +20,6 @@ export declare class ThyViewOutletDirective implements OnChanges {
|
|
|
20
20
|
*/
|
|
21
21
|
thyViewOutletContext?: SafeAny;
|
|
22
22
|
private keyValueDiffer;
|
|
23
|
-
constructor(viewContainerRef: ViewContainerRef, keyValueDiffers: KeyValueDiffers);
|
|
24
23
|
ngOnChanges(changes: SimpleChanges): void;
|
|
25
24
|
private updateContext;
|
|
26
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyViewOutletDirective, never>;
|
|
@@ -9,7 +9,7 @@ export declare class ThyTranscludeDirective {
|
|
|
9
9
|
protected _ngTransclude: TemplateRef<any>;
|
|
10
10
|
set thyTransclude(templateRef: TemplateRef<any>);
|
|
11
11
|
get thyTransclude(): TemplateRef<any>;
|
|
12
|
-
constructor(
|
|
12
|
+
constructor();
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTranscludeDirective, never>;
|
|
14
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTranscludeDirective, "[thyTransclude]", never, { "thyTransclude": { "alias": "thyTransclude"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QueryList,
|
|
1
|
+
import { QueryList, OnDestroy, AfterContentInit } from '@angular/core';
|
|
2
2
|
import { Observable, Subject } from 'rxjs';
|
|
3
3
|
import { ThyOptionVisibleChangeEvent, ThyOption } from '../option.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,7 +16,6 @@ export declare class ThySelectOptionGroup implements OnDestroy, AfterContentInit
|
|
|
16
16
|
options: QueryList<ThyOption>;
|
|
17
17
|
_destroy$: Subject<void>;
|
|
18
18
|
optionVisibleChanges: Observable<ThyOptionVisibleChangeEvent>;
|
|
19
|
-
constructor(_ngZone: NgZone, cdr: ChangeDetectorRef);
|
|
20
19
|
ngAfterContentInit(): void;
|
|
21
20
|
_resetOptions(): void;
|
|
22
21
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { Highlightable } from '@angular/cdk/a11y';
|
|
3
3
|
import { IThyListOptionParentComponent } from '../option.token';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -10,7 +10,6 @@ export type ThyListLayout = 'list' | 'grid';
|
|
|
10
10
|
export declare class ThyListOption implements Highlightable {
|
|
11
11
|
element: ElementRef<HTMLElement>;
|
|
12
12
|
private changeDetector;
|
|
13
|
-
/** @docs-private */
|
|
14
13
|
parentSelectionList: IThyListOptionParentComponent;
|
|
15
14
|
get _isListOption(): boolean;
|
|
16
15
|
get _parentLayout(): boolean;
|
|
@@ -22,9 +21,6 @@ export declare class ThyListOption implements Highlightable {
|
|
|
22
21
|
disabled?: boolean;
|
|
23
22
|
/** Whether the option is selected. */
|
|
24
23
|
get selected(): boolean;
|
|
25
|
-
constructor(element: ElementRef<HTMLElement>, changeDetector: ChangeDetectorRef,
|
|
26
|
-
/** @docs-private */
|
|
27
|
-
parentSelectionList: IThyListOptionParentComponent);
|
|
28
24
|
onClick(event: Event): void;
|
|
29
25
|
/** Allows for programmatic focusing of the option. */
|
|
30
26
|
setActiveStyles(): void;
|
|
@@ -34,11 +30,10 @@ export declare class ThyListOption implements Highlightable {
|
|
|
34
30
|
* @docs-private
|
|
35
31
|
*/
|
|
36
32
|
getLabel(): string;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyListOption,
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyListOption, never>;
|
|
38
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyListOption, "thy-list-option,[thy-list-option]", never, { "id": { "alias": "id"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
39
|
-
static ngAcceptInputType_thyDisabled:
|
|
35
|
+
static ngAcceptInputType_thyDisabled:
|
|
40
36
|
/** Allows for programmatic focusing of the option. */
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
string | number;
|
|
37
|
+
// this.parentSelectionList.setFocusedOption(this, event);
|
|
38
|
+
boolean | string | number;
|
|
44
39
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TemplateRef, ElementRef,
|
|
1
|
+
import { TemplateRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { Highlightable } from '@angular/cdk/a11y';
|
|
3
3
|
import { SelectOptionBase } from './select-option-base';
|
|
4
|
-
import {
|
|
4
|
+
import { IThyOptionParentComponent } from './option.token';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ThyOptionSelectionChangeEvent {
|
|
7
7
|
option: ThyOption;
|
|
@@ -18,7 +18,7 @@ export declare class ThyOptionVisibleChangeEvent {
|
|
|
18
18
|
export declare class ThyOption extends SelectOptionBase implements OnDestroy, Highlightable {
|
|
19
19
|
element: ElementRef<HTMLElement>;
|
|
20
20
|
parent: IThyOptionParentComponent;
|
|
21
|
-
group:
|
|
21
|
+
group: import("ngx-tethys/shared").ThySelectOptionGroup;
|
|
22
22
|
private cdr;
|
|
23
23
|
private _selected;
|
|
24
24
|
private _hidden;
|
|
@@ -38,7 +38,7 @@ export declare class ThyOption extends SelectOptionBase implements OnDestroy, Hi
|
|
|
38
38
|
get selected(): boolean;
|
|
39
39
|
readonly selectionChange: EventEmitter<ThyOptionSelectionChangeEvent>;
|
|
40
40
|
readonly visibleChange: EventEmitter<ThyOptionVisibleChangeEvent>;
|
|
41
|
-
constructor(
|
|
41
|
+
constructor();
|
|
42
42
|
getHostElement(): HTMLElement;
|
|
43
43
|
onClick(event: Event): void;
|
|
44
44
|
handleKeydown(event: KeyboardEvent): void;
|
|
@@ -53,7 +53,7 @@ export declare class ThyOption extends SelectOptionBase implements OnDestroy, Hi
|
|
|
53
53
|
getLabel(): string;
|
|
54
54
|
private emitSelectionChangeEvent;
|
|
55
55
|
ngOnDestroy(): void;
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyOption,
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyOption, never>;
|
|
57
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyOption, "thy-option", never, { "thyValue": { "alias": "thyValue"; "required": false; }; "thyRawValue": { "alias": "thyRawValue"; "required": false; }; "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyShowOptionCustom": { "alias": "thyShowOptionCustom"; "required": false; }; "thySearchKey": { "alias": "thySearchKey"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
|
|
58
58
|
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
59
59
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ThyTagSize } from 'ngx-tethys/tag';
|
|
2
|
-
import { ElementRef, EventEmitter, OnInit,
|
|
2
|
+
import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
3
3
|
import { SelectOptionBase } from '../../option/select-option-base';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export type SelectControlSize = 'xs' | 'sm' | 'md' | 'lg' | '';
|
|
@@ -58,7 +58,6 @@ export declare class ThySelectControl implements OnInit {
|
|
|
58
58
|
get maxSelectedTags(): SelectOptionBase[];
|
|
59
59
|
get showClearIcon(): boolean;
|
|
60
60
|
get isSelectedValue(): boolean;
|
|
61
|
-
constructor(renderer: Renderer2);
|
|
62
61
|
ngOnInit(): void;
|
|
63
62
|
setSelectControlClass(): void;
|
|
64
63
|
setInputValue(value: string): void;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ThySkeleton } from './skeleton.component';
|
|
3
|
-
import { ThySkeletonConfigModel } from './skeleton.config';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
interface Style {
|
|
6
4
|
background?: string;
|
|
@@ -40,11 +38,10 @@ export declare class ThySkeletonCircle implements OnInit, OnChanges {
|
|
|
40
38
|
*/
|
|
41
39
|
thyAnimated: boolean;
|
|
42
40
|
afterStyles: Style;
|
|
43
|
-
constructor(skeletonConfigModel: ThySkeletonConfigModel, _parent: ThySkeleton);
|
|
44
41
|
ngOnInit(): void;
|
|
45
42
|
crateAfterStyles(): void;
|
|
46
43
|
ngOnChanges(changes: SimpleChanges): void;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonCircle,
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonCircle, never>;
|
|
48
45
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonCircle, "thy-skeleton-circle", never, { "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; }, {}, never, never, true, never>;
|
|
49
46
|
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
50
47
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ThySkeleton } from './skeleton.component';
|
|
3
|
-
import { ThySkeletonConfigModel } from './skeleton.config';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
interface Style {
|
|
6
4
|
background?: string;
|
|
@@ -50,12 +48,14 @@ export declare class ThySkeletonRectangle implements OnInit, OnChanges {
|
|
|
50
48
|
*/
|
|
51
49
|
thySecondaryColor: string;
|
|
52
50
|
afterStyles: Style;
|
|
53
|
-
constructor(skeletonConfigModel: ThySkeletonConfigModel, _parent: ThySkeleton);
|
|
54
51
|
ngOnInit(): void;
|
|
55
52
|
crateAfterStyles(): void;
|
|
56
53
|
ngOnChanges(changes: SimpleChanges): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonRectangle,
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonRectangle, never>;
|
|
58
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonRectangle, "thy-skeleton-rectangle", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
59
|
-
static ngAcceptInputType_thyAnimated:
|
|
56
|
+
static ngAcceptInputType_thyAnimated: /**
|
|
57
|
+
* 骨架次色
|
|
58
|
+
* @default #aaaaaa
|
|
59
|
+
*/ boolean | string | number;
|
|
60
60
|
}
|
|
61
61
|
export {};
|
|
@@ -5,8 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* @order 60
|
|
6
6
|
*/
|
|
7
7
|
export declare class ThyDrawerContainerDirective {
|
|
8
|
-
elementRef: ElementRef
|
|
9
|
-
constructor(elementRef: ElementRef);
|
|
8
|
+
elementRef: ElementRef<any>;
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDrawerContainerDirective, never>;
|
|
11
10
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDrawerContainerDirective, "[thyDrawerContainer]", never, {}, {}, never, never, true, never>;
|
|
12
11
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ThyAbstractOverlayContainer, ThyPortalOutlet } from 'ngx-tethys/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { AnimationEvent } from '@angular/animations';
|
|
4
|
-
import {
|
|
5
|
-
import { ChangeDetectorRef, ElementRef, NgZone, OnDestroy, Renderer2 } from '@angular/core';
|
|
4
|
+
import { OnDestroy } from '@angular/core';
|
|
6
5
|
import { ThySlideConfig, ThySlideFromTypes } from './slide.config';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
/**
|
|
@@ -11,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
11
10
|
export declare class ThySlideContainer extends ThyAbstractOverlayContainer implements OnDestroy {
|
|
12
11
|
private elementRef;
|
|
13
12
|
private document;
|
|
14
|
-
config: ThySlideConfig
|
|
13
|
+
config: ThySlideConfig<any>;
|
|
15
14
|
private renderer;
|
|
16
15
|
private viewportRuler;
|
|
17
16
|
private readonly ngZone;
|
|
@@ -32,7 +31,7 @@ export declare class ThySlideContainer extends ThyAbstractOverlayContainer imple
|
|
|
32
31
|
private get hostOffset();
|
|
33
32
|
private get transform();
|
|
34
33
|
private get drawerContainerElementClass();
|
|
35
|
-
constructor(
|
|
34
|
+
constructor();
|
|
36
35
|
private setDrawerContainerElement;
|
|
37
36
|
private setSlideContainerStyles;
|
|
38
37
|
private checkContainerWithinViewport;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { TemplateRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ThySlideService } from '../slide.service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 滑动弹出框的头部组件
|
|
@@ -30,7 +29,6 @@ export declare class ThySlideHeader implements OnInit {
|
|
|
30
29
|
* @type TemplateRef
|
|
31
30
|
*/
|
|
32
31
|
headerOperateTemplate: TemplateRef<any>;
|
|
33
|
-
constructor(thySlideService: ThySlideService);
|
|
34
32
|
ngOnInit(): void;
|
|
35
33
|
closeModal(event: Event): void;
|
|
36
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideHeader, never>;
|
package/slide/slide.service.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentTypeOrTemplateRef, ThyAbstractOverlayRef, ThyAbstractOverlayService } from 'ngx-tethys/core';
|
|
2
|
-
import {
|
|
2
|
+
import { OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
|
|
3
3
|
import { Injector, OnDestroy } from '@angular/core';
|
|
4
4
|
import { ThySlideContainer } from './slide-container.component';
|
|
5
5
|
import { ThySlideRef } from './slide-ref.service';
|
|
@@ -17,12 +17,12 @@ export declare class ThySlideService extends ThyAbstractOverlayService<ThySlideC
|
|
|
17
17
|
protected createAbstractOverlayRef<T>(overlayRef: OverlayRef, containerInstance: ThySlideContainer, config: ThySlideConfig): ThyAbstractOverlayRef<T, ThySlideContainer, any>;
|
|
18
18
|
protected createInjector<T>(config: ThySlideConfig, overlayRef: ThyAbstractOverlayRef<T, ThySlideContainer, any>, containerInstance: ThySlideContainer): Injector;
|
|
19
19
|
private overlayIsOpened;
|
|
20
|
-
constructor(
|
|
20
|
+
constructor();
|
|
21
21
|
/**
|
|
22
22
|
* 打开滑动弹出框
|
|
23
23
|
*/
|
|
24
24
|
open<T, TData = unknown, TResult = unknown>(componentOrTemplateRef: ComponentTypeOrTemplateRef<T>, config: ThySlideConfig<TData>): ThySlideRef<T, TResult>;
|
|
25
25
|
ngOnDestroy(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideService,
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideService, never>;
|
|
27
27
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThySlideService>;
|
|
28
28
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit, OnChanges, OnDestroy, AfterViewInit, SimpleChanges, EventEmitter,
|
|
1
|
+
import { OnInit, OnChanges, OnDestroy, AfterViewInit, SimpleChanges, EventEmitter, ElementRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { TabIndexDisabledControlValueAccessorMixin } from 'ngx-tethys/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -74,7 +74,7 @@ export declare class ThySlider extends TabIndexDisabledControlValueAccessorMixin
|
|
|
74
74
|
private hostRenderer;
|
|
75
75
|
private onChangeCallback;
|
|
76
76
|
private onTouchedCallback;
|
|
77
|
-
constructor(
|
|
77
|
+
constructor();
|
|
78
78
|
ngOnInit(): void;
|
|
79
79
|
ngAfterViewInit(): void;
|
|
80
80
|
writeValue(newValue: number): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
1
|
+
import { AfterContentInit, OnInit, QueryList, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ThySpacingSize } from 'ngx-tethys/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -36,7 +36,6 @@ export declare class ThySpace implements OnInit, AfterContentInit {
|
|
|
36
36
|
*/
|
|
37
37
|
set thyAlign(align: string);
|
|
38
38
|
items: QueryList<TemplateRef<HTMLElement>>;
|
|
39
|
-
constructor(cdr: ChangeDetectorRef);
|
|
40
39
|
ngOnInit(): void;
|
|
41
40
|
ngAfterContentInit(): void;
|
|
42
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySpace, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export type ThyStatisticColorType = 'primary' | 'success' | 'warning' | 'danger' | 'info';
|
|
4
4
|
export type ThyStatisticShape = 'card';
|
|
@@ -108,7 +108,6 @@ export declare class ThyStatistic implements OnInit {
|
|
|
108
108
|
* @type TemplateRef<void>
|
|
109
109
|
*/
|
|
110
110
|
set suffix(value: TemplateRef<void>);
|
|
111
|
-
constructor(elementRef: ElementRef);
|
|
112
111
|
ngOnInit(): void;
|
|
113
112
|
setColor(color: string): void;
|
|
114
113
|
_setClassesByType(): void;
|
|
@@ -22,8 +22,7 @@ export declare class ThyStep {
|
|
|
22
22
|
* @default check-circle
|
|
23
23
|
*/
|
|
24
24
|
thyIcon: string;
|
|
25
|
-
constructor(stepper: IThyStepperComponent);
|
|
26
25
|
select(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStep,
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStep, never>;
|
|
28
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyStep, "thy-step", never, { "label": { "alias": "label"; "required": false; }; "thyLabel": { "alias": "thyLabel"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
29
28
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ThyStepper } from './stepper.component';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
/**
|
|
4
3
|
* 在步进工作流中移动到下一个步骤的按钮
|
|
@@ -8,7 +7,6 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
*/
|
|
9
8
|
export declare class ThyStepperNextDirective {
|
|
10
9
|
private stepper;
|
|
11
|
-
constructor(stepper: ThyStepper);
|
|
12
10
|
click($event: any): void;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStepperNextDirective, never>;
|
|
14
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyStepperNextDirective, "[thyStepperNext]", never, {}, {}, never, never, true, never>;
|
|
@@ -21,7 +19,6 @@ export declare class ThyStepperNextDirective {
|
|
|
21
19
|
*/
|
|
22
20
|
export declare class ThyStepperPreviousDirective {
|
|
23
21
|
private stepper;
|
|
24
|
-
constructor(stepper: ThyStepper);
|
|
25
22
|
click($event: any): void;
|
|
26
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStepperPreviousDirective, never>;
|
|
27
24
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyStepperPreviousDirective, "[thyStepperPrevious]", never, {}, {}, never, never, true, never>;
|
|
@@ -45,7 +45,6 @@ export declare class ThyStrength implements OnInit, ControlValueAccessor {
|
|
|
45
45
|
set lowKey(value: string);
|
|
46
46
|
private _onChange;
|
|
47
47
|
private _onTouched;
|
|
48
|
-
constructor(translate: ThyTranslate);
|
|
49
48
|
ngOnInit(): void;
|
|
50
49
|
writeValue(value: ThyStrengthEnum): void;
|
|
51
50
|
registerOnChange(fn: (value: any) => any): void;
|
|
@@ -52,7 +52,7 @@ export declare class ThySwitch extends TabIndexDisabledControlValueAccessorMixin
|
|
|
52
52
|
* @deprecated
|
|
53
53
|
*/
|
|
54
54
|
thyChange: EventEmitter<Event>;
|
|
55
|
-
constructor(
|
|
55
|
+
constructor();
|
|
56
56
|
ngOnInit(): void;
|
|
57
57
|
onModelChange: Function;
|
|
58
58
|
onModelTouched: Function;
|