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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { ThyFormGroupFooterAlign, ThyFormConfig } from '../form.class';
|
|
2
|
+
import { ThyFormGroupFooterAlign } from '../form.class';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* 表单组底部组件
|
|
@@ -21,9 +20,8 @@ export declare class ThyFormGroupFooter implements OnInit {
|
|
|
21
20
|
thyAlign: ThyFormGroupFooterAlign;
|
|
22
21
|
footerClassMap: {};
|
|
23
22
|
private get align();
|
|
24
|
-
constructor(thyParentForm: ThyFormDirective, defaultConfig: ThyFormConfig);
|
|
25
23
|
ngOnInit(): void;
|
|
26
24
|
setFooterClassMap(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyFormGroupFooter,
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyFormGroupFooter, never>;
|
|
28
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyFormGroupFooter, "thy-form-group-footer", never, { "thyAlign": { "alias": "thyAlign"; "required": false; }; }, {}, ["description"], ["*"], true, never>;
|
|
29
27
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { AsyncValidator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
-
import { ElementRef } from '@angular/core';
|
|
3
2
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { ThyFormDirective } from '../form.directive';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
7
5
|
* 用于校验表单控件的输入值是否已经存在
|
|
@@ -12,8 +10,7 @@ export declare class ThyUniqueCheckValidator implements AsyncValidator {
|
|
|
12
10
|
private elementRef;
|
|
13
11
|
private thyForm;
|
|
14
12
|
thyUniqueCheck: (value: any) => Observable<boolean>;
|
|
15
|
-
constructor(elementRef: ElementRef, thyForm: ThyFormDirective);
|
|
16
13
|
validate(ctrl: AbstractControl): Promise<ValidationErrors | null> | Observable<ValidationErrors | null>;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyUniqueCheckValidator,
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyUniqueCheckValidator, never>;
|
|
18
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyUniqueCheckValidator, "[thyUniqueCheck]", never, { "thyUniqueCheck": { "alias": "thyUniqueCheck"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
16
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ThyFullscreen } from './fullscreen.service';
|
|
3
2
|
import { ThyFullscreenMode } from './fullscreen.config';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -27,7 +26,6 @@ export declare class ThyFullscreenComponent implements OnInit, OnDestroy {
|
|
|
27
26
|
set fullscreenLaunch(fullscreenLaunch: ElementRef<HTMLButtonElement> | undefined);
|
|
28
27
|
private ngUnsubscribe$;
|
|
29
28
|
private fullscreenLaunch$;
|
|
30
|
-
constructor(elementRef: ElementRef, service: ThyFullscreen);
|
|
31
29
|
ngOnInit(): void;
|
|
32
30
|
private handleFullscreen;
|
|
33
31
|
ngOnDestroy(): void;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { NgZone } from '@angular/core';
|
|
2
1
|
import { ThyFullscreenRef } from './fullscreen-ref';
|
|
3
2
|
import { ThyFullscreenConfig } from './fullscreen.config';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ThyFullscreen {
|
|
6
5
|
protected document: Document;
|
|
7
6
|
private ngZone;
|
|
8
|
-
constructor(document: Document, ngZone: NgZone);
|
|
9
7
|
private fullscreenRefs;
|
|
10
8
|
/**
|
|
11
9
|
* 开始全屏
|
|
@@ -27,11 +27,10 @@ export declare class ThyColDirective implements OnInit, OnChanges, AfterViewInit
|
|
|
27
27
|
get span(): ThySpan;
|
|
28
28
|
private hostRenderer;
|
|
29
29
|
private takeUntilDestroyed;
|
|
30
|
-
constructor(thyRowDirective: ThyRowDirective);
|
|
31
30
|
ngOnInit(): void;
|
|
32
31
|
ngOnChanges(changes: SimpleChanges): void;
|
|
33
32
|
ngAfterViewInit(): void;
|
|
34
33
|
private updateHostClass;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyColDirective,
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyColDirective, never>;
|
|
36
35
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyColDirective, "[thyCol]", never, { "thyCol": { "alias": "thyCol"; "required": false; }; "thySpan": { "alias": "thySpan"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
36
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ThyGridToken } from './grid.token';
|
|
3
2
|
import { ThyGridResponsiveDescription } from './thy-grid.component';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -8,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
* @order 15
|
|
9
8
|
*/
|
|
10
9
|
export declare class ThyGridItem implements OnInit {
|
|
11
|
-
elementRef: ElementRef
|
|
10
|
+
elementRef: ElementRef<any>;
|
|
12
11
|
private grid;
|
|
13
12
|
/**
|
|
14
13
|
* 栅格项的占位列数,为 0 时会隐藏该栅格项
|
|
@@ -23,9 +22,8 @@ export declare class ThyGridItem implements OnInit {
|
|
|
23
22
|
private hostRenderer;
|
|
24
23
|
span: number;
|
|
25
24
|
offset: number;
|
|
26
|
-
constructor(elementRef: ElementRef, grid: ThyGridToken);
|
|
27
25
|
ngOnInit(): void;
|
|
28
26
|
private setGridItemStyle;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyGridItem,
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyGridItem, never>;
|
|
30
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyGridItem, "thy-grid-item,[thyGridItem]", never, { "thySpan": { "alias": "thySpan"; "required": false; }; "thyOffset": { "alias": "thyOffset"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
31
29
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AfterContentInit, ElementRef, NgZone, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { Subject } from 'rxjs';
|
|
4
3
|
import { ThyGridToken } from './grid.token';
|
|
5
4
|
import { ThyGridItem } from './thy-grid-item.component';
|
|
@@ -60,7 +59,6 @@ export declare class ThyGrid implements ThyGridToken, OnInit, OnChanges, AfterCo
|
|
|
60
59
|
private responsiveContainerWidth;
|
|
61
60
|
gridItemPropValueChange$: Subject<void>;
|
|
62
61
|
private takeUntilDestroyed;
|
|
63
|
-
constructor(elementRef: ElementRef, viewportRuler: ViewportRuler, ngZone: NgZone);
|
|
64
62
|
ngOnInit(): void;
|
|
65
63
|
ngOnChanges(changes: SimpleChanges): void;
|
|
66
64
|
ngAfterContentInit(): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit, NgZone } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 标记新手引导的步骤的target,使用指令方式的新手引导支持多路由跳转
|
|
@@ -14,7 +13,6 @@ export declare class ThyGuiderTargetDirective implements OnInit, OnDestroy, Afte
|
|
|
14
13
|
* 标记当前元素对应的新手引导中 step 的 key
|
|
15
14
|
*/
|
|
16
15
|
target: string;
|
|
17
|
-
constructor(guiderManager: ThyGuiderManager, el: ElementRef, ngZone: NgZone);
|
|
18
16
|
ngOnInit(): void;
|
|
19
17
|
ngAfterViewInit(): void;
|
|
20
18
|
ngOnDestroy(): void;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
1
|
import { ThyGuiderRef } from './guider-ref';
|
|
3
|
-
import { NgZone } from '@angular/core';
|
|
4
|
-
import { ThyPopover } from 'ngx-tethys/popover';
|
|
5
|
-
import { ThyGuiderManager } from './guider-manager';
|
|
6
|
-
import { RendererFactory2 } from '@angular/core';
|
|
7
2
|
import { ThyGuiderConfig } from './guider.class';
|
|
8
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
4
|
/**
|
|
11
5
|
* 新手引导服务
|
|
@@ -22,7 +16,6 @@ export declare class ThyGuider {
|
|
|
22
16
|
private document;
|
|
23
17
|
private guiderRef;
|
|
24
18
|
private guiderRefs;
|
|
25
|
-
constructor(rendererFactory: RendererFactory2, popover: ThyPopover, router: Router, guiderManager: ThyGuiderManager, ngZone: NgZone, overlay: Overlay, document: any);
|
|
26
19
|
create(config: ThyGuiderConfig): ThyGuiderRef;
|
|
27
20
|
private normalizeConfig;
|
|
28
21
|
private normalizeStep;
|
package/icon/icon-registry.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import {
|
|
3
|
-
import { DomSanitizer, SafeHtml, SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
+
import { SafeHtml, SafeResourceUrl } from '@angular/platform-browser';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export type IconMode = 'font' | 'svg';
|
|
6
5
|
export type SvgResourceUrl = SafeResourceUrl | string;
|
|
@@ -18,7 +17,6 @@ export declare class ThyIconRegistry {
|
|
|
18
17
|
private svgIconSetConfigs;
|
|
19
18
|
private inProgressUrlFetches;
|
|
20
19
|
get iconMode(): IconMode;
|
|
21
|
-
constructor(sanitizer: DomSanitizer, httpClient: HttpClient, document: any);
|
|
22
20
|
private getIconNameNotFoundError;
|
|
23
21
|
private getIconFailedToSanitizeLiteralError;
|
|
24
22
|
private internalAddSvgIconSet;
|
package/icon/icon.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ThyIconRegistry } from './icon-registry';
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 图标组件
|
|
@@ -34,7 +33,6 @@ export declare class ThyIcon implements OnInit, OnChanges {
|
|
|
34
33
|
iconLegging: boolean;
|
|
35
34
|
iconLinearGradient: boolean;
|
|
36
35
|
private hostRenderer;
|
|
37
|
-
constructor(render: Renderer2, elementRef: ElementRef, iconRegistry: ThyIconRegistry);
|
|
38
36
|
ngOnInit(): void;
|
|
39
37
|
ngOnChanges(changes: SimpleChanges): void;
|
|
40
38
|
private updateClasses;
|
|
@@ -7,8 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class ThyImageGroup {
|
|
9
9
|
injector: Injector;
|
|
10
|
-
element: ElementRef
|
|
11
|
-
constructor(injector: Injector, element: ElementRef);
|
|
10
|
+
element: ElementRef<any>;
|
|
12
11
|
images: ThyImageDirective[];
|
|
13
12
|
addImage(image: ThyImageDirective, index: number): void;
|
|
14
13
|
removeImage(index: number): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges, OnDestroy, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { ThyImageMeta } from './image.class';
|
|
3
|
-
import { ThyImageService } from './image.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* thyImage: 预览图片指令,只可绑定到 img 标签上
|
|
@@ -38,7 +37,6 @@ export declare class ThyImageDirective implements OnInit, OnChanges, AfterViewIn
|
|
|
38
37
|
thyResolveSize: boolean;
|
|
39
38
|
get previewable(): boolean;
|
|
40
39
|
private parentGroup;
|
|
41
|
-
constructor(thyImageService: ThyImageService, injector: Injector, elementRef: ElementRef);
|
|
42
40
|
ngOnInit(): void;
|
|
43
41
|
ngAfterViewInit(): void;
|
|
44
42
|
getParentGroup(): void;
|
package/image/image.service.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare class ThyImageService implements OnDestroy {
|
|
|
16
16
|
defaultConfig: ThyImagePreviewConfig;
|
|
17
17
|
private downloadClicked$;
|
|
18
18
|
private ngUnsubscribe$;
|
|
19
|
-
constructor(
|
|
19
|
+
constructor();
|
|
20
20
|
/**
|
|
21
21
|
* 图片预览方法
|
|
22
22
|
*/
|
|
@@ -25,6 +25,6 @@ export declare class ThyImageService implements OnDestroy {
|
|
|
25
25
|
}): ThyImagePreviewRef;
|
|
26
26
|
downloadClicked(): Observable<ThyImageInfo>;
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyImageService,
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyImageService, never>;
|
|
29
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThyImageService>;
|
|
30
30
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
2
|
import { ThyCopyEvent } from 'ngx-tethys/copy';
|
|
4
3
|
import { ThyDialog } from 'ngx-tethys/dialog';
|
|
5
4
|
import { ThyFullscreen } from 'ngx-tethys/fullscreen';
|
|
6
|
-
import { ThyNotifyService } from 'ngx-tethys/notify';
|
|
7
5
|
import { Observable } from 'rxjs';
|
|
8
6
|
import { InternalImageInfo, ThyImageInfo, ThyImagePreviewMode, ThyImagePreviewOperation, ThyImagePreviewOptions } from '../image.class';
|
|
9
7
|
import * as i0 from "@angular/core";
|
|
@@ -46,7 +44,6 @@ export declare class ThyImagePreview implements OnInit {
|
|
|
46
44
|
get defaultZoom(): number;
|
|
47
45
|
imageRef: ElementRef<HTMLImageElement>;
|
|
48
46
|
imagePreviewWrapper: ElementRef<HTMLElement>;
|
|
49
|
-
constructor(thyDialog: ThyDialog, thyFullscreen: ThyFullscreen, cdr: ChangeDetectorRef, ngZone: NgZone, notifyService: ThyNotifyService, host: ElementRef<HTMLElement>, sanitizer: DomSanitizer);
|
|
50
47
|
ngOnInit(): void;
|
|
51
48
|
setOriginalSize(): void;
|
|
52
49
|
setFitScreen(): void;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ThyInputDirective } from './input.directive';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
|
-
import { ThyInputGroup } from './input-group.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* 输入框输入文字展示
|
|
@@ -21,9 +20,9 @@ export declare class ThyInputCount implements OnInit {
|
|
|
21
20
|
maxLength: number | string;
|
|
22
21
|
inputLength: number;
|
|
23
22
|
thyInput$: Subject<ThyInputDirective>;
|
|
24
|
-
constructor(
|
|
23
|
+
constructor();
|
|
25
24
|
setup(): void;
|
|
26
25
|
ngOnInit(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyInputCount,
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyInputCount, never>;
|
|
28
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyInputCount, "thy-input-count", never, { "thyInput": { "alias": "thyInput"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
28
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { TemplateRef, AfterContentChecked, OnInit, OnDestroy
|
|
2
|
-
import { ThyTranslate } from 'ngx-tethys/core';
|
|
1
|
+
import { TemplateRef, AfterContentChecked, OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { ThyInputDirective } from './input.directive';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export type InputGroupSize = 'sm' | 'lg' | 'md' | '';
|
|
@@ -62,7 +61,6 @@ export declare class ThyInputGroup implements OnInit, AfterContentChecked, OnDes
|
|
|
62
61
|
* @private
|
|
63
62
|
*/
|
|
64
63
|
inputDirective: ThyInputDirective;
|
|
65
|
-
constructor(thyTranslate: ThyTranslate, ngZone: NgZone, cdr: ChangeDetectorRef);
|
|
66
64
|
ngOnInit(): void;
|
|
67
65
|
ngAfterContentChecked(): void;
|
|
68
66
|
private determineHasScrollbar;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AbstractControlValueAccessor, Constructor, ThyCanDisable, ThyHasTabIndex, ThyInitialized } from 'ngx-tethys/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import { ThyInputSize } from './input.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -60,7 +60,7 @@ export declare class ThyInputSearch extends _MixinBase implements ControlValueAc
|
|
|
60
60
|
* 清除搜索事件
|
|
61
61
|
*/
|
|
62
62
|
thyClear: EventEmitter<Event>;
|
|
63
|
-
constructor(
|
|
63
|
+
constructor();
|
|
64
64
|
ngOnInit(): void;
|
|
65
65
|
updateClasses(forceUpdate?: boolean): void;
|
|
66
66
|
writeValue(value: any): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { ThyInputSize } from './input.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -66,7 +66,6 @@ export declare class ThyInput implements ControlValueAccessor, OnInit {
|
|
|
66
66
|
disabled: boolean;
|
|
67
67
|
private onTouchedCallback;
|
|
68
68
|
private onChangeCallback;
|
|
69
|
-
constructor(ngZone: NgZone, elementRef: ElementRef);
|
|
70
69
|
ngOnInit(): void;
|
|
71
70
|
writeValue(value: any): void;
|
|
72
71
|
registerOnChange(fn: any): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type ThyInputSize = 'xs' | 'sm' | 'md' | 'lg' | '';
|
|
@@ -22,8 +22,7 @@ export declare class ThyInputDirective implements OnInit {
|
|
|
22
22
|
set thySize(size: ThyInputSize);
|
|
23
23
|
get ngControl(): NgControl;
|
|
24
24
|
get nativeElement(): HTMLInputElement;
|
|
25
|
-
constructor(elementRef: ElementRef, render: Renderer2, control: NgControl);
|
|
26
25
|
ngOnInit(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyInputDirective,
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyInputDirective, never>;
|
|
28
27
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyInputDirective, "input[thyInput], select[thyInput], textarea[thyInput]", ["thyInput"], { "thySize": { "alias": "thySize"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
28
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TabIndexDisabledControlValueAccessorMixin } from 'ngx-tethys/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
type InputSize = 'xs' | 'sm' | 'md' | 'lg' | '';
|
|
@@ -88,7 +88,7 @@ export declare class ThyInputNumber extends TabIndexDisabledControlValueAccessor
|
|
|
88
88
|
private innerMax;
|
|
89
89
|
private innerMin;
|
|
90
90
|
private isFocused;
|
|
91
|
-
constructor(
|
|
91
|
+
constructor();
|
|
92
92
|
setDisabledState?(isDisabled: boolean): void;
|
|
93
93
|
ngOnInit(): void;
|
|
94
94
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ThyHotkeyDispatcher } from '@tethys/cdk/hotkey';
|
|
3
2
|
import { ThyResizeEvent } from 'ngx-tethys/resizable';
|
|
4
|
-
import { ThyLayoutDirective } from './layout.component';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
export type ThySidebarTheme = 'white' | 'light' | 'dark';
|
|
7
5
|
export type ThySidebarDirection = 'left' | 'right';
|
|
@@ -52,14 +50,33 @@ export declare class ThySidebarDirective implements OnInit {
|
|
|
52
50
|
* @default true
|
|
53
51
|
*/
|
|
54
52
|
set thyHasBorderLeft(value: boolean);
|
|
55
|
-
constructor(thyLayoutDirective: ThyLayoutDirective);
|
|
56
53
|
ngOnInit(): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebarDirective,
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebarDirective, never>;
|
|
58
55
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThySidebarDirective, "[thySidebar]", never, { "thyDirection": { "alias": "thyDirection"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyIsolated": { "alias": "thyIsolated"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyHasBorderRight": { "alias": "thyHasBorderRight"; "required": false; }; "thyHasBorderLeft": { "alias": "thyHasBorderLeft"; "required": false; }; }, {}, never, never, true, never>;
|
|
59
|
-
static ngAcceptInputType_thyIsolated: boolean |
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
static ngAcceptInputType_thyIsolated: boolean |
|
|
57
|
+
/**
|
|
58
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
59
|
+
* @default 240px
|
|
60
|
+
*/
|
|
61
|
+
string | number;
|
|
62
|
+
static ngAcceptInputType_thyDivided: boolean |
|
|
63
|
+
/**
|
|
64
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
65
|
+
* @default 240px
|
|
66
|
+
*/
|
|
67
|
+
string | number;
|
|
68
|
+
static ngAcceptInputType_thyHasBorderRight: boolean |
|
|
69
|
+
/**
|
|
70
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
71
|
+
* @default 240px
|
|
72
|
+
*/
|
|
73
|
+
string | number;
|
|
74
|
+
static ngAcceptInputType_thyHasBorderLeft: boolean |
|
|
75
|
+
/**
|
|
76
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
77
|
+
* @default 240px
|
|
78
|
+
*/
|
|
79
|
+
string | number;
|
|
63
80
|
}
|
|
64
81
|
/**
|
|
65
82
|
* 侧边栏布局组件
|
|
@@ -67,7 +84,7 @@ export declare class ThySidebarDirective implements OnInit {
|
|
|
67
84
|
* @order 21
|
|
68
85
|
*/
|
|
69
86
|
export declare class ThySidebar implements OnInit, OnDestroy {
|
|
70
|
-
elementRef: ElementRef
|
|
87
|
+
elementRef: ElementRef<any>;
|
|
71
88
|
private hotkeyDispatcher;
|
|
72
89
|
sidebarDirective: ThySidebarDirective;
|
|
73
90
|
get sidebarWidth(): number;
|
|
@@ -132,7 +149,6 @@ export declare class ThySidebar implements OnInit, OnDestroy {
|
|
|
132
149
|
isResizable: boolean;
|
|
133
150
|
get dragMinWidth(): number;
|
|
134
151
|
private hotkeySubscription;
|
|
135
|
-
constructor(elementRef: ElementRef, hotkeyDispatcher: ThyHotkeyDispatcher);
|
|
136
152
|
ngOnInit(): void;
|
|
137
153
|
private subscribeHotkeyEvent;
|
|
138
154
|
private updateCollapseTip;
|
|
@@ -146,10 +162,25 @@ export declare class ThySidebar implements OnInit, OnDestroy {
|
|
|
146
162
|
ngOnDestroy(): void;
|
|
147
163
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebar, never>;
|
|
148
164
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySidebar, "thy-sidebar", never, { "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyDragMaxWidth": { "alias": "thyDragMaxWidth"; "required": false; }; "thyDragMinWidth": { "alias": "thyDragMinWidth"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; "thyCollapsedWidth": { "alias": "thyCollapsedWidth"; "required": false; }; "thyDefaultWidth": { "alias": "thyDefaultWidth"; "required": false; }; }, { "thyCollapsedChange": "thyCollapsedChange"; "thyDragWidthChange": "thyDragWidthChange"; }, never, ["*"], true, [{ directive: typeof ThySidebarDirective; inputs: { "thyTheme": "thyTheme"; "thyDirection": "thyDirection"; "thyWidth": "thyWidth"; "thyIsolated": "thyIsolated"; "thyDivided": "thyDivided"; "thyHasBorderLeft": "thyHasBorderLeft"; "thyHasBorderRight": "thyHasBorderRight"; }; outputs: {}; }]>;
|
|
149
|
-
static ngAcceptInputType_thyDraggable: boolean |
|
|
165
|
+
static ngAcceptInputType_thyDraggable: boolean |
|
|
166
|
+
/**
|
|
167
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
168
|
+
* @default 240px
|
|
169
|
+
*/
|
|
170
|
+
string | number;
|
|
150
171
|
static ngAcceptInputType_thyDragMaxWidth: unknown;
|
|
151
172
|
static ngAcceptInputType_thyDragMinWidth: unknown;
|
|
152
|
-
static ngAcceptInputType_thyCollapsible: boolean |
|
|
153
|
-
|
|
173
|
+
static ngAcceptInputType_thyCollapsible: boolean |
|
|
174
|
+
/**
|
|
175
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
176
|
+
* @default 240px
|
|
177
|
+
*/
|
|
178
|
+
string | number;
|
|
179
|
+
static ngAcceptInputType_thyCollapsed: boolean |
|
|
180
|
+
/**
|
|
181
|
+
* 宽度,默认是 240px,传入 `lg` 大小时宽度是300px
|
|
182
|
+
* @default 240px
|
|
183
|
+
*/
|
|
184
|
+
string | number;
|
|
154
185
|
static ngAcceptInputType_thyCollapsedWidth: unknown;
|
|
155
186
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IThyListOptionParentComponent, ThyListLayout, ThyListOption } from 'ngx-tethys/shared';
|
|
2
2
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
3
|
-
import { AfterContentInit,
|
|
3
|
+
import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
5
|
import { ThySelectionListChange } from './selection.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -101,7 +101,6 @@ export declare class ThySelectionList implements OnInit, OnDestroy, AfterContent
|
|
|
101
101
|
private _getOptionByValue;
|
|
102
102
|
private _getActiveOption;
|
|
103
103
|
private _setListSize;
|
|
104
|
-
constructor(renderer: Renderer2, elementRef: ElementRef, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef);
|
|
105
104
|
ngOnInit(): void;
|
|
106
105
|
writeValue(value: any[] | any): void;
|
|
107
106
|
registerOnChange(fn: any): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
/**
|
|
4
3
|
* 加载组件,页面调用接口等待请求时,给用户的反馈
|
|
@@ -24,7 +23,6 @@ export declare class ThyLoading {
|
|
|
24
23
|
*/
|
|
25
24
|
set thyIsMask(value: boolean);
|
|
26
25
|
loadingClassName: boolean;
|
|
27
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
28
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyLoading, never>;
|
|
29
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyLoading, "thy-loading", never, { "thyDone": { "alias": "thyDone"; "required": false; }; "thyTip": { "alias": "thyTip"; "required": false; }; "thyIsMask": { "alias": "thyIsMask"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
30
28
|
static ngAcceptInputType_thyDone: boolean | string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use
|
|
1
|
+
@use '../../styles/variables';
|
|
2
2
|
|
|
3
3
|
.thy-loading {
|
|
4
4
|
width: 100%;
|
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
padding-top: 20px;
|
|
23
23
|
font-size: variables.$font-size-base;
|
|
24
24
|
font-weight: normal;
|
|
25
|
+
margin-bottom: 8px;
|
|
26
|
+
margin-top: 8px;
|
|
25
27
|
}
|
|
26
28
|
}
|
|
27
29
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { NgControl } from '@angular/forms';
|
|
1
|
+
import { ThyPopoverConfig, ThyPopoverRef } from 'ngx-tethys/popover';
|
|
2
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
4
3
|
import { Mention, MentionSuggestionSelectEvent } from './interfaces';
|
|
5
4
|
import { ThyMentionSuggestions } from './suggestions/suggestions.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -32,7 +31,7 @@ export declare class ThyMentionDirective implements OnInit, OnDestroy {
|
|
|
32
31
|
get isOpened(): boolean;
|
|
33
32
|
private destroy$;
|
|
34
33
|
private openedSuggestionsRef$;
|
|
35
|
-
constructor(
|
|
34
|
+
constructor();
|
|
36
35
|
ngOnInit(): void;
|
|
37
36
|
ngOnDestroy(): void;
|
|
38
37
|
onClick(event: Event): void;
|
|
@@ -40,6 +39,6 @@ export declare class ThyMentionDirective implements OnInit, OnDestroy {
|
|
|
40
39
|
private lookup;
|
|
41
40
|
private openSuggestions;
|
|
42
41
|
private closeSuggestions;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMentionDirective,
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMentionDirective, never>;
|
|
44
43
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyMentionDirective, "[thyMention]", never, { "mentions": { "alias": "thyMention"; "required": false; }; "popoverConfig": { "alias": "thyPopoverConfig"; "required": false; }; }, { "select": "thySelectSuggestion"; }, never, never, true, never>;
|
|
45
44
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ThySelectionListChange } from 'ngx-tethys/list';
|
|
2
|
-
import { ThyPopoverRef } from 'ngx-tethys/popover';
|
|
3
2
|
import { Subject } from 'rxjs';
|
|
4
|
-
import { ElementRef,
|
|
3
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
5
4
|
import { SeekQueryResult } from '../adapter/adapter';
|
|
6
5
|
import { Mention, MentionDefaultDataItem, MentionSuggestionSelectEvent } from '../interfaces';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -19,7 +18,7 @@ export declare class ThyMentionSuggestions<TItem = MentionDefaultDataItem> imple
|
|
|
19
18
|
loadingDone: boolean;
|
|
20
19
|
private search$;
|
|
21
20
|
suggestionsClass: boolean;
|
|
22
|
-
constructor(
|
|
21
|
+
constructor();
|
|
23
22
|
ngOnInit(): void;
|
|
24
23
|
search(query: SeekQueryResult): void;
|
|
25
24
|
select(item: TItem, event: Event): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ComponentType } from '@angular/cdk/portal';
|
|
2
2
|
import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
3
|
-
import { ThyPopover } from 'ngx-tethys/popover';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* 菜单分组组件
|
|
@@ -65,52 +64,39 @@ export declare class ThyMenuGroup implements OnInit {
|
|
|
65
64
|
* 设置 Action 菜单
|
|
66
65
|
*/
|
|
67
66
|
set thyActionMenu(value: ComponentType<any> | TemplateRef<any>);
|
|
68
|
-
constructor(popover: ThyPopover);
|
|
69
67
|
ngOnInit(): void;
|
|
70
68
|
collapseGroup(): void;
|
|
71
69
|
onActionClick(event: Event): void;
|
|
72
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuGroup, never>;
|
|
73
71
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuGroup, "thy-menu-group,[thy-menu-group],[thyMenuGroup]", never, { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thyExpand": { "alias": "thyExpand"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; }; "thyShowIcon": { "alias": "thyShowIcon"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyActionIcon": { "alias": "thyActionIcon"; "required": false; }; "thyShowAction": { "alias": "thyShowAction"; "required": false; }; "thyActionStopPropagation": { "alias": "thyActionStopPropagation"; "required": false; }; "thyActionMenu": { "alias": "thyActionMenu"; "required": false; }; }, { "thyOnActionClick": "thyOnActionClick"; "thyCollapsedChange": "thyCollapsedChange"; }, ["headerContentTemplateRef"], ["*"], true, never>;
|
|
74
72
|
static ngAcceptInputType_thyExpand: boolean | string /**
|
|
75
|
-
*
|
|
76
|
-
* @deprecated
|
|
73
|
+
* 分组标题
|
|
77
74
|
*/ | /**
|
|
78
|
-
*
|
|
79
|
-
* @deprecated
|
|
75
|
+
* 分组标题
|
|
80
76
|
*/ number;
|
|
81
77
|
static ngAcceptInputType_thyCollapsed: boolean | string /**
|
|
82
|
-
*
|
|
83
|
-
* @deprecated
|
|
78
|
+
* 分组标题
|
|
84
79
|
*/ | /**
|
|
85
|
-
*
|
|
86
|
-
* @deprecated
|
|
80
|
+
* 分组标题
|
|
87
81
|
*/ number;
|
|
88
82
|
static ngAcceptInputType_thyCollapsible: boolean | string /**
|
|
89
|
-
*
|
|
90
|
-
* @deprecated
|
|
83
|
+
* 分组标题
|
|
91
84
|
*/ | /**
|
|
92
|
-
*
|
|
93
|
-
* @deprecated
|
|
85
|
+
* 分组标题
|
|
94
86
|
*/ number;
|
|
95
87
|
static ngAcceptInputType_thyShowIcon: boolean | string /**
|
|
96
|
-
*
|
|
97
|
-
* @deprecated
|
|
88
|
+
* 分组标题
|
|
98
89
|
*/ | /**
|
|
99
|
-
*
|
|
100
|
-
* @deprecated
|
|
90
|
+
* 分组标题
|
|
101
91
|
*/ number;
|
|
102
92
|
static ngAcceptInputType_thyShowAction: boolean | string /**
|
|
103
|
-
*
|
|
104
|
-
* @deprecated
|
|
93
|
+
* 分组标题
|
|
105
94
|
*/ | /**
|
|
106
|
-
*
|
|
107
|
-
* @deprecated
|
|
95
|
+
* 分组标题
|
|
108
96
|
*/ number;
|
|
109
97
|
static ngAcceptInputType_thyActionStopPropagation: boolean | string /**
|
|
110
|
-
*
|
|
111
|
-
* @deprecated
|
|
98
|
+
* 分组标题
|
|
112
99
|
*/ | /**
|
|
113
|
-
*
|
|
114
|
-
* @deprecated
|
|
100
|
+
* 分组标题
|
|
115
101
|
*/ number;
|
|
116
102
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ThyPopoverConfig } from 'ngx-tethys/popover';
|
|
2
2
|
import { ComponentType } from '@angular/cdk/portal';
|
|
3
|
-
import {
|
|
3
|
+
import { OnDestroy, TemplateRef } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* 菜单项操作组件
|
|
@@ -28,7 +28,6 @@ export declare class ThyMenuItemAction implements OnDestroy {
|
|
|
28
28
|
thyPopoverOptions: ThyPopoverConfig;
|
|
29
29
|
private bindClickEvent;
|
|
30
30
|
private removeClickListenerFn;
|
|
31
|
-
constructor(popover: ThyPopover, renderer: Renderer2, elementRef: ElementRef);
|
|
32
31
|
ngOnDestroy(): void;
|
|
33
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItemAction, never>;
|
|
34
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemAction, "thy-menu-item-action,[thy-menu-item-action],[thyMenuItemAction]", never, { "thyActionMenu": { "alias": "thyActionMenu"; "required": false; }; "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; }; }, {}, never, ["*"], true, never>;
|