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,4 +1,4 @@
|
|
|
1
|
-
import { OnInit, AfterViewInit,
|
|
1
|
+
import { OnInit, AfterViewInit, ElementRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* 菜单项组件
|
|
@@ -12,7 +12,6 @@ export declare class ThyMenuItem implements OnInit, AfterViewInit {
|
|
|
12
12
|
* 菜单项的图标
|
|
13
13
|
*/
|
|
14
14
|
thyIcon: string;
|
|
15
|
-
constructor(renderer: Renderer2);
|
|
16
15
|
ngOnInit(): void;
|
|
17
16
|
ngAfterViewInit(): void;
|
|
18
17
|
private wrapSpanForText;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
1
|
import { ThyGlobalMessageConfig } from '../message.config';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
@@ -7,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
7
6
|
export declare class ThyAbstractMessageContainerComponent {
|
|
8
7
|
private elementRef;
|
|
9
8
|
offset: string;
|
|
10
|
-
constructor(
|
|
9
|
+
constructor(defaultConfig: ThyGlobalMessageConfig);
|
|
11
10
|
toOverlayTop(): void;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAbstractMessageContainerComponent, never>;
|
|
13
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAbstractMessageContainerComponent, never, never, {}, {}, never, never, false, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ThyMessageBaseConfig } from '../message.config';
|
|
3
3
|
import { ThyAbstractMessageQueue } from './abstract-message-queue.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -23,7 +23,7 @@ export declare class ThyAbstractMessageComponent<TConfig extends ThyMessageBaseC
|
|
|
23
23
|
private closeTimer;
|
|
24
24
|
private queue;
|
|
25
25
|
set thyConfig(value: TConfig);
|
|
26
|
-
constructor(
|
|
26
|
+
constructor(queue: ThyAbstractMessageQueue);
|
|
27
27
|
ngOnInit(): void;
|
|
28
28
|
mouseenter(): void;
|
|
29
29
|
mouseleave(): void;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
1
|
import { ThyAbstractMessageContainerComponent } from './abstract';
|
|
3
2
|
import { ThyMessageQueue } from './message-queue.service';
|
|
4
|
-
import { ThyGlobalMessageConfig } from './message.config';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
7
5
|
* @internal
|
|
@@ -9,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
9
7
|
export declare class ThyMessageContainer extends ThyAbstractMessageContainerComponent {
|
|
10
8
|
messageQueue: ThyMessageQueue;
|
|
11
9
|
className: string;
|
|
12
|
-
constructor(
|
|
10
|
+
constructor();
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMessageContainer, never>;
|
|
14
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMessageContainer, "thy-message-container", never, {}, {}, never, never, true, never>;
|
|
15
13
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { ThyAbstractMessageQueue } from './abstract';
|
|
2
2
|
import { ThyMessageRef } from './message-ref';
|
|
3
|
-
import { ThyGlobalMessageConfig } from './message.config';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* @internal
|
|
7
6
|
*/
|
|
8
7
|
export declare class ThyMessageQueue extends ThyAbstractMessageQueue<ThyMessageRef> {
|
|
9
|
-
constructor(
|
|
8
|
+
constructor();
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMessageQueue, never>;
|
|
11
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThyMessageQueue>;
|
|
12
11
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { NgZone } from '@angular/core';
|
|
2
1
|
import { ThyMessageConfig } from './message.config';
|
|
3
|
-
import { ThyMessageQueue } from './message-queue.service';
|
|
4
2
|
import { ThyAbstractMessageComponent } from './abstract';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
@@ -11,7 +9,7 @@ export declare class ThyMessage extends ThyAbstractMessageComponent<ThyMessageCo
|
|
|
11
9
|
config: ThyMessageConfig;
|
|
12
10
|
private hostRenderer;
|
|
13
11
|
set thyConfig(value: ThyMessageConfig);
|
|
14
|
-
constructor(
|
|
12
|
+
constructor();
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMessage, never>;
|
|
16
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMessage, "thy-message", never, { "thyConfig": { "alias": "thyConfig"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
15
|
}
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Injector, TemplateRef } from '@angular/core';
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
3
2
|
import { ThyMessageContainer } from './message-container.component';
|
|
4
3
|
import { ThyMessageRef } from './message-ref';
|
|
5
|
-
import {
|
|
6
|
-
import { ThyGlobalMessageConfig, ThyMessageConfig } from './message.config';
|
|
4
|
+
import { ThyMessageConfig } from './message.config';
|
|
7
5
|
import { ThyAbstractMessageService } from './abstract';
|
|
8
6
|
import * as i0 from "@angular/core";
|
|
9
7
|
export declare class ThyMessageService extends ThyAbstractMessageService<ThyMessageContainer> {
|
|
10
8
|
private messageQueue;
|
|
11
9
|
private _lastMessageId;
|
|
12
10
|
private defaultConfig;
|
|
13
|
-
constructor(
|
|
11
|
+
constructor();
|
|
14
12
|
/**
|
|
15
13
|
* 打开 success 类型的 Message
|
|
16
14
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
type IconNavTypes = 'primary' | 'secondary' | 'individual' | '';
|
|
4
4
|
/**
|
|
@@ -12,7 +12,7 @@ export declare class ThyIconNav implements OnInit {
|
|
|
12
12
|
isIconNav: boolean;
|
|
13
13
|
set thyType(type: IconNavTypes);
|
|
14
14
|
private updateClasses;
|
|
15
|
-
constructor(
|
|
15
|
+
constructor();
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyIconNav, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyIconNav, "thy-icon-nav", never, { "thyType": { "alias": "thyType"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
/**
|
|
4
3
|
* @internal
|
|
@@ -6,11 +5,10 @@ import * as i0 from "@angular/core";
|
|
|
6
5
|
export declare class ThyNavInkBarDirective {
|
|
7
6
|
private elementRef;
|
|
8
7
|
private ngZone;
|
|
9
|
-
animationMode?:
|
|
8
|
+
animationMode?: "NoopAnimations" | "BrowserAnimations";
|
|
10
9
|
isVertical: boolean;
|
|
11
10
|
showInkBar: boolean;
|
|
12
11
|
get animated(): boolean;
|
|
13
|
-
constructor(elementRef: ElementRef<HTMLElement>, ngZone: NgZone, animationMode?: string);
|
|
14
12
|
alignToElement(element: HTMLElement): void;
|
|
15
13
|
private setStyles;
|
|
16
14
|
private getLeftPosition;
|
|
@@ -19,7 +17,7 @@ export declare class ThyNavInkBarDirective {
|
|
|
19
17
|
private getElementHeight;
|
|
20
18
|
private show;
|
|
21
19
|
hide(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavInkBarDirective,
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavInkBarDirective, never>;
|
|
23
21
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavInkBarDirective, "thy-nav-ink-bar, [thyNavInkBar]", never, { "isVertical": { "alias": "isVertical"; "required": false; }; "showInkBar": { "alias": "showInkBar"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
22
|
static ngAcceptInputType_isVertical: boolean | string | number;
|
|
25
23
|
static ngAcceptInputType_showInkBar: boolean | string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef,
|
|
1
|
+
import { AfterViewInit, ElementRef, QueryList } from '@angular/core';
|
|
2
2
|
import { RouterLinkActive } from '@angular/router';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type ThyNavLink = '' | 'active';
|
|
@@ -8,7 +8,7 @@ export type ThyNavLink = '' | 'active';
|
|
|
8
8
|
* @order 20
|
|
9
9
|
*/
|
|
10
10
|
export declare class ThyNavItemDirective implements AfterViewInit {
|
|
11
|
-
elementRef: ElementRef
|
|
11
|
+
elementRef: ElementRef<any>;
|
|
12
12
|
private routerLinkActive;
|
|
13
13
|
private ngZone;
|
|
14
14
|
/**
|
|
@@ -45,12 +45,11 @@ export declare class ThyNavItemDirective implements AfterViewInit {
|
|
|
45
45
|
isActive: boolean;
|
|
46
46
|
private hostRenderer;
|
|
47
47
|
private readonly destroyRef;
|
|
48
|
-
constructor(elementRef: ElementRef, routerLinkActive: RouterLinkActive, ngZone: NgZone);
|
|
49
48
|
ngAfterViewInit(): void;
|
|
50
49
|
setOffset(): void;
|
|
51
50
|
linkIsActive(): boolean;
|
|
52
51
|
setNavLinkHidden(value: boolean): void;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavItemDirective,
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavItemDirective, never>;
|
|
54
53
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavItemDirective, "[thyNavLink],[thyNavItem]", never, { "thyNavItemActive": { "alias": "thyNavItemActive"; "required": false; }; "thyNavLinkActive": { "alias": "thyNavLinkActive"; "required": false; }; "thyNavItemDisabled": { "alias": "thyNavItemDisabled"; "required": false; }; }, {}, ["links", "routers"], never, true, never>;
|
|
55
54
|
static ngAcceptInputType_thyNavItemActive: boolean | string | number;
|
|
56
55
|
static ngAcceptInputType_thyNavLinkActive: boolean | string | number;
|
package/nav/nav.component.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ThyPopover } from 'ngx-tethys/popover';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { AfterContentChecked, AfterContentInit, AfterViewInit,
|
|
2
|
+
import { AfterContentChecked, AfterContentInit, AfterViewInit, ElementRef, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
4
3
|
import { RouterLinkActive } from '@angular/router';
|
|
5
4
|
import { ThyNavInkBarDirective } from './nav-ink-bar.directive';
|
|
6
5
|
import { ThyNavItemDirective } from './nav-item.directive';
|
|
@@ -107,7 +106,6 @@ export declare class ThyNav implements OnInit, AfterViewInit, AfterContentInit,
|
|
|
107
106
|
private updateClasses;
|
|
108
107
|
private curActiveIndex;
|
|
109
108
|
private prevActiveIndex;
|
|
110
|
-
constructor(elementRef: ElementRef, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, popover: ThyPopover);
|
|
111
109
|
ngOnInit(): void;
|
|
112
110
|
ngAfterViewInit(): void;
|
|
113
111
|
ngAfterContentInit(): void;
|
package/nav/nav.pipe.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @private
|
|
6
5
|
*/
|
|
7
6
|
export declare class BypassSecurityTrustHtmlPipe implements PipeTransform {
|
|
8
7
|
private sanitizer;
|
|
9
|
-
constructor(sanitizer: DomSanitizer);
|
|
10
8
|
transform(format: string): any;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BypassSecurityTrustHtmlPipe, never>;
|
|
12
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<BypassSecurityTrustHtmlPipe, "bypassSecurityTrustHtml", true>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
1
|
import { ThyAbstractMessageContainerComponent } from 'ngx-tethys/message';
|
|
3
2
|
import { ThyNotifyQueue } from './notify-queue.service';
|
|
4
|
-
import { ThyGlobalNotifyConfig } from './notify.config';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
7
5
|
* @private
|
|
@@ -9,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
9
7
|
export declare class ThyNotifyContainer extends ThyAbstractMessageContainerComponent {
|
|
10
8
|
notifyQueue: ThyNotifyQueue;
|
|
11
9
|
className: string;
|
|
12
|
-
constructor(
|
|
10
|
+
constructor();
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNotifyContainer, never>;
|
|
14
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyNotifyContainer, "thy-notify-container", never, {}, {}, never, never, true, never>;
|
|
15
13
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ThyAbstractMessageQueue } from 'ngx-tethys/message';
|
|
2
2
|
import { ThyNotifyRef } from './notify-ref';
|
|
3
|
-
import { ThyGlobalNotifyConfig } from './notify.config';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* @internal
|
|
@@ -10,7 +9,7 @@ export declare class ThyNotifyQueue extends ThyAbstractMessageQueue<ThyNotifyRef
|
|
|
10
9
|
topRightQueues$: import("rxjs").Observable<ThyNotifyRef[]>;
|
|
11
10
|
bottomLeftQueues$: import("rxjs").Observable<ThyNotifyRef[]>;
|
|
12
11
|
bottomRightQueues$: import("rxjs").Observable<ThyNotifyRef[]>;
|
|
13
|
-
constructor(
|
|
12
|
+
constructor();
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNotifyQueue, never>;
|
|
15
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThyNotifyQueue>;
|
|
16
15
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ThyNotifyConfig, ThyNotifyPlacement } from './notify.config';
|
|
3
3
|
import { ThyAbstractMessageComponent } from 'ngx-tethys/message';
|
|
4
|
-
import { ThyNotifyQueue } from './notify-queue.service';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* @private
|
|
@@ -15,7 +14,7 @@ export declare class ThyNotify extends ThyAbstractMessageComponent<ThyNotifyConf
|
|
|
15
14
|
contentIsString: boolean;
|
|
16
15
|
placement: ThyNotifyPlacement;
|
|
17
16
|
set thyConfig(value: ThyNotifyConfig);
|
|
18
|
-
constructor(
|
|
17
|
+
constructor();
|
|
19
18
|
ngOnInit(): void;
|
|
20
19
|
extendContent(): void;
|
|
21
20
|
showDetailToggle(): void;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
1
|
import { ThyGlobalNotifyConfig, ThyNotifyConfig } from './notify.config';
|
|
3
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
4
2
|
import { ThyNotifyRef } from './notify-ref';
|
|
5
3
|
import { ThyNotifyContainer } from './notify-container.component';
|
|
6
|
-
import { ThyNotifyQueue } from './notify-queue.service';
|
|
7
4
|
import { ThyAbstractMessageService } from 'ngx-tethys/message';
|
|
8
5
|
import { ComponentTypeOrTemplateRef } from 'ngx-tethys/core';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
@@ -15,7 +12,7 @@ export declare class ThyNotifyService extends ThyAbstractMessageService<ThyNotif
|
|
|
15
12
|
protected config: ThyGlobalNotifyConfig;
|
|
16
13
|
private _lastNotifyId;
|
|
17
14
|
private defaultConfig;
|
|
18
|
-
constructor(
|
|
15
|
+
constructor();
|
|
19
16
|
/**
|
|
20
17
|
* 打开自定义配置的 Notify
|
|
21
18
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { isTemplateRef } from 'ngx-tethys/util';
|
|
3
3
|
import { ThyPaginationConfigModel } from './pagination.class';
|
|
4
|
-
import { ThyPaginationConfig } from './pagination.config';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* 分页组件,当数据量过多时,使用分页分解数据。
|
|
@@ -125,7 +124,6 @@ export declare class ThyPagination implements OnInit {
|
|
|
125
124
|
to: number;
|
|
126
125
|
};
|
|
127
126
|
}>;
|
|
128
|
-
constructor(paginationConfig: ThyPaginationConfig, cdr: ChangeDetectorRef);
|
|
129
127
|
ngOnInit(): void;
|
|
130
128
|
private setMarginalCount;
|
|
131
129
|
private setPageIndex;
|
|
@@ -136,27 +134,17 @@ export declare class ThyPagination implements OnInit {
|
|
|
136
134
|
selectPage(pageIndex: number): void;
|
|
137
135
|
jumpPage(input: HTMLInputElement): void;
|
|
138
136
|
onPageSizeChange(event: number): void;
|
|
139
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPagination,
|
|
137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPagination, never>;
|
|
140
138
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyPagination, "thy-pagination", never, { "thyPageIndex": { "alias": "thyPageIndex"; "required": false; }; "thyPageSize": { "alias": "thyPageSize"; "required": false; }; "thyTotal": { "alias": "thyTotal"; "required": false; }; "thyCustomPages": { "alias": "thyCustomPages"; "required": false; }; "disabled": { "alias": "thyDisabled"; "required": false; }; "showQuickJumper": { "alias": "thyShowQuickJumper"; "required": false; }; "showTotalPageCount": { "alias": "thyShowTotalPageCount"; "required": false; }; "size": { "alias": "thySize"; "required": false; }; "maxCount": { "alias": "thyMaxCount"; "required": false; }; "marginalCount": { "alias": "thyMarginalCount"; "required": false; }; "thyRangeCount": { "alias": "thyRangeCount"; "required": false; }; "showSizeChanger": { "alias": "thyShowSizeChanger"; "required": false; }; "pageSizeOptions": { "alias": "thyPageSizeOptions"; "required": false; }; "hideOnSinglePage": { "alias": "thyHideOnSinglePage"; "required": false; }; "unit": { "alias": "thyUnit"; "required": false; }; "showTotal": { "alias": "thyShowTotal"; "required": false; }; }, { "pageIndexChange": "thyPageIndexChange"; "pageChanged": "thyPageChanged"; "pageSizeChanged": "thyPageSizeChanged"; }, never, never, true, never>;
|
|
141
139
|
static ngAcceptInputType_thyPageIndex: unknown;
|
|
142
140
|
static ngAcceptInputType_thyPageSize: unknown;
|
|
143
141
|
static ngAcceptInputType_thyTotal: unknown;
|
|
144
|
-
static ngAcceptInputType_disabled: boolean | string | number
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
static ngAcceptInputType_showQuickJumper: boolean | string | number /**
|
|
148
|
-
* 总页数 与 totalPages 二选一传入
|
|
149
|
-
*/;
|
|
150
|
-
static ngAcceptInputType_showTotalPageCount: boolean | string | number /**
|
|
151
|
-
* 总页数 与 totalPages 二选一传入
|
|
152
|
-
*/;
|
|
142
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
143
|
+
static ngAcceptInputType_showQuickJumper: boolean | string | number;
|
|
144
|
+
static ngAcceptInputType_showTotalPageCount: boolean | string | number;
|
|
153
145
|
static ngAcceptInputType_maxCount: unknown;
|
|
154
146
|
static ngAcceptInputType_marginalCount: unknown;
|
|
155
147
|
static ngAcceptInputType_thyRangeCount: unknown;
|
|
156
|
-
static ngAcceptInputType_showSizeChanger: boolean | string | number
|
|
157
|
-
|
|
158
|
-
*/;
|
|
159
|
-
static ngAcceptInputType_hideOnSinglePage: boolean | string | number /**
|
|
160
|
-
* 总页数 与 totalPages 二选一传入
|
|
161
|
-
*/;
|
|
148
|
+
static ngAcceptInputType_showSizeChanger: boolean | string | number;
|
|
149
|
+
static ngAcceptInputType_hideOnSinglePage: boolean | string | number;
|
|
162
150
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @private
|
|
6
5
|
*/
|
|
7
6
|
export declare class PaginationTotalCountFormat implements PipeTransform {
|
|
8
7
|
private sanitizer;
|
|
9
|
-
constructor(sanitizer: DomSanitizer);
|
|
10
8
|
transform(count: number, format: string): any;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationTotalCountFormat, never>;
|
|
12
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<PaginationTotalCountFormat, "paginationTotalPagesFormat", true>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ThyTranslate } from 'ngx-tethys/core';
|
|
3
|
-
import { ThyPopover } from '../popover.service';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
/**
|
|
6
4
|
* 悬浮层头部组件
|
|
@@ -27,7 +25,6 @@ export declare class ThyPopoverHeader {
|
|
|
27
25
|
* @internal
|
|
28
26
|
*/
|
|
29
27
|
thyClosed: EventEmitter<Event>;
|
|
30
|
-
constructor(translate: ThyTranslate, thyPopover: ThyPopover);
|
|
31
28
|
/**
|
|
32
29
|
* @internal
|
|
33
30
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { ThyAbstractOverlayContainer,
|
|
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 { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
|
|
4
|
+
import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
6
5
|
import { ThyPopoverConfig } from './popover.config';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
/**
|
|
@@ -25,7 +24,7 @@ export declare class ThyPopoverContainer<TData = unknown> extends ThyAbstractOve
|
|
|
25
24
|
updatePosition: EventEmitter<any>;
|
|
26
25
|
outsideClicked: EventEmitter<any>;
|
|
27
26
|
beforeAttachPortal(): void;
|
|
28
|
-
constructor(
|
|
27
|
+
constructor();
|
|
29
28
|
ngAfterViewInit(): void;
|
|
30
29
|
/** Callback, invoked whenever an animation on the host completes. */
|
|
31
30
|
onAnimationDone(event: AnimationEvent): void;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { ElementRef,
|
|
2
|
-
import { Platform } from '@angular/cdk/platform';
|
|
1
|
+
import { ElementRef, OnDestroy, TemplateRef, OnInit } from '@angular/core';
|
|
3
2
|
import { OverlayRef } from '@angular/cdk/overlay';
|
|
4
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
5
3
|
import { ThyOverlayDirectiveBase, ThyOverlayTrigger, ThyPlacement } from 'ngx-tethys/core';
|
|
6
|
-
import { ThyPopover } from './popover.service';
|
|
7
4
|
import { ComponentType } from '@angular/cdk/portal';
|
|
8
5
|
import { ThyPopoverConfig } from './popover.config';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
@@ -57,7 +54,7 @@ export declare class ThyPopoverDirective extends ThyOverlayDirectiveBase impleme
|
|
|
57
54
|
*/
|
|
58
55
|
set thyDisabled(value: boolean);
|
|
59
56
|
private popoverRef;
|
|
60
|
-
constructor(
|
|
57
|
+
constructor();
|
|
61
58
|
ngOnInit(): void;
|
|
62
59
|
createOverlay(): OverlayRef;
|
|
63
60
|
show(delay?: number): void;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { ComponentTypeOrTemplateRef, ThyAbstractOverlayRef, ThyAbstractOverlayService } from 'ngx-tethys/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Platform } from '@angular/cdk/platform';
|
|
5
|
-
import { Injector, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
+
import { OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
|
|
3
|
+
import { Injector, OnDestroy } from '@angular/core';
|
|
6
4
|
import { ThyPopoverContainer } from './popover-container.component';
|
|
7
5
|
import { ThyPopoverRef } from './popover-ref';
|
|
8
6
|
import { ThyPopoverConfig } from './popover.config';
|
|
@@ -28,7 +26,7 @@ export declare class ThyPopover extends ThyAbstractOverlayService<ThyPopoverConf
|
|
|
28
26
|
protected createInjector<T>(config: ThyPopoverConfig, popoverRef: ThyPopoverRef<T>, popoverContainer: ThyPopoverContainer): Injector;
|
|
29
27
|
private originElementAddActiveClass;
|
|
30
28
|
private originElementRemoveActiveClass;
|
|
31
|
-
constructor(
|
|
29
|
+
constructor();
|
|
32
30
|
private ensureCloseClosest;
|
|
33
31
|
/**
|
|
34
32
|
* 打开悬浮层
|
|
@@ -55,6 +53,6 @@ export declare class ThyPopover extends ThyAbstractOverlayService<ThyPopoverConf
|
|
|
55
53
|
* @internal
|
|
56
54
|
*/
|
|
57
55
|
ngOnDestroy(): void;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPopover,
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPopover, never>;
|
|
59
57
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThyPopover>;
|
|
60
58
|
}
|
|
@@ -20,7 +20,6 @@ export declare class ThyProgressStrip {
|
|
|
20
20
|
set thyType(type: ThyProgressType);
|
|
21
21
|
set thyValue(value: number);
|
|
22
22
|
set thyColor(color: string);
|
|
23
|
-
constructor(progress: ThyParentProgress);
|
|
24
23
|
recalculatePercentage(): void;
|
|
25
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyProgressStrip, never>;
|
|
26
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyProgressStrip, "thy-progress-bar", never, { "thyTips": { "alias": "thyTips"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { ThyClickDispatcher } from 'ngx-tethys/core';
|
|
2
1
|
import { Subject } from 'rxjs';
|
|
3
|
-
import {
|
|
4
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
5
|
-
import { ThyProperties } from './properties.component';
|
|
2
|
+
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
6
3
|
import * as i0 from "@angular/core";
|
|
7
4
|
export type ThyPropertyItemOperationTrigger = 'hover' | 'always';
|
|
8
5
|
/**
|
|
@@ -69,7 +66,7 @@ export declare class ThyPropertyItem implements OnInit, OnChanges, OnDestroy {
|
|
|
69
66
|
private clickEventSubscription;
|
|
70
67
|
get gridColumn(): string;
|
|
71
68
|
isVertical: boolean;
|
|
72
|
-
constructor(
|
|
69
|
+
constructor();
|
|
73
70
|
ngOnInit(): void;
|
|
74
71
|
ngOnChanges(changes: SimpleChanges): void;
|
|
75
72
|
setEditing(editing: boolean): void;
|
|
@@ -85,6 +82,9 @@ export declare class ThyPropertyItem implements OnInit, OnChanges, OnDestroy {
|
|
|
85
82
|
ngOnDestroy(): void;
|
|
86
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPropertyItem, never>;
|
|
87
84
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyPropertyItem, "thy-property-item", never, { "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyEditable": { "alias": "thyEditable"; "required": false; }; "thySpan": { "alias": "thySpan"; "required": false; }; "thyOperationTrigger": { "alias": "thyOperationTrigger"; "required": false; }; }, { "thyEditingChange": "thyEditingChange"; }, ["label", "editor", "operation"], ["*"], true, never>;
|
|
88
|
-
static ngAcceptInputType_thyEditable: boolean | string | number
|
|
85
|
+
static ngAcceptInputType_thyEditable: boolean | string | number /**
|
|
86
|
+
* 设置属性操作现实触发方式,默认 always 一直显示
|
|
87
|
+
* @type 'hover' | 'always'
|
|
88
|
+
*/;
|
|
89
89
|
static ngAcceptInputType_thySpan: unknown;
|
|
90
90
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, OnInit, TemplateRef, OnDestroy
|
|
2
|
-
import { ThyTranslate } from 'ngx-tethys/core';
|
|
1
|
+
import { AfterContentInit, ElementRef, EventEmitter, OnInit, TemplateRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
type ThyPropertyOperationTypes = 'primary' | 'success' | 'warning' | 'danger';
|
|
5
4
|
/**
|
|
@@ -77,7 +76,6 @@ export declare class ThyPropertyOperation implements OnInit, AfterContentInit, O
|
|
|
77
76
|
private destroy$;
|
|
78
77
|
private setHostClass;
|
|
79
78
|
private setOnlyHasTips;
|
|
80
|
-
constructor(thyTranslate: ThyTranslate, elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
|
|
81
79
|
ngOnInit(): void;
|
|
82
80
|
ngAfterContentInit(): void;
|
|
83
81
|
ngOnDestroy(): void;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { OnInit
|
|
2
|
-
import { ThyTranslate } from 'ngx-tethys/core';
|
|
3
|
-
import { ThyRadioGroup } from './../group/radio-group.component';
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
4
2
|
import { ThyRadio } from '../radio.component';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
@@ -13,9 +11,8 @@ export declare class ThyRadioButton extends ThyRadio implements OnInit {
|
|
|
13
11
|
name: string;
|
|
14
12
|
thyValue: string;
|
|
15
13
|
set thyChecked(value: boolean);
|
|
16
|
-
constructor(thyTranslate: ThyTranslate, thyRadioGroupComponent: ThyRadioGroup, changeDetectorRef: ChangeDetectorRef);
|
|
17
14
|
ngOnInit(): void;
|
|
18
15
|
click($event: MouseEvent): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadioButton,
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadioButton, never>;
|
|
20
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyRadioButton, "[thy-radio-button],[thyRadioButton]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
1
|
+
import { AfterContentInit, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { ThyRadioButton } from '../button/radio-button.component';
|
|
4
4
|
import { ThyRadio } from '../radio.component';
|
|
@@ -31,7 +31,6 @@ export declare class ThyRadioGroup implements ControlValueAccessor, OnInit, OnCh
|
|
|
31
31
|
thyDisabled: boolean;
|
|
32
32
|
onChange: (_: string) => void;
|
|
33
33
|
onTouched: () => void;
|
|
34
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
35
34
|
addRadio(radio: ThyRadio | ThyRadioButton): void;
|
|
36
35
|
updateValue(value: string, emit: boolean): void;
|
|
37
36
|
writeValue(value: any): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ThyTranslate } from 'ngx-tethys/core';
|
|
3
3
|
import { ThyFormCheckBaseComponent } from 'ngx-tethys/shared';
|
|
4
4
|
import { ThyRadioGroup } from './group/radio-group.component';
|
|
@@ -17,9 +17,8 @@ export declare class ThyRadio extends ThyFormCheckBaseComponent implements OnIni
|
|
|
17
17
|
*/
|
|
18
18
|
thyValue: string;
|
|
19
19
|
set thyChecked(value: boolean);
|
|
20
|
-
constructor(thyTranslate: ThyTranslate, thyRadioGroupComponent: ThyRadioGroup, changeDetectorRef: ChangeDetectorRef);
|
|
21
20
|
ngOnInit(): void;
|
|
22
21
|
change(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadio,
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadio, never>;
|
|
24
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyRadio, "[thy-radio],[thyRadio]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
25
24
|
}
|
package/rate/rate.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TabIndexDisabledControlValueAccessorMixin } from 'ngx-tethys/core';
|
|
2
|
-
import {
|
|
2
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
@@ -54,7 +54,7 @@ export declare class ThyRate extends TabIndexDisabledControlValueAccessorMixin i
|
|
|
54
54
|
*/
|
|
55
55
|
readonly thyItemHoverChange: EventEmitter<number>;
|
|
56
56
|
className: boolean;
|
|
57
|
-
constructor(
|
|
57
|
+
constructor();
|
|
58
58
|
get thyValue(): number;
|
|
59
59
|
set thyValue(value: number);
|
|
60
60
|
writeValue(value: number): void;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, ElementRef,
|
|
2
|
-
import { ThyResizableService } from './resizable.service';
|
|
3
|
-
import { Platform } from '@angular/cdk/platform';
|
|
1
|
+
import { AfterViewInit, OnDestroy, ElementRef, EventEmitter } from '@angular/core';
|
|
4
2
|
import { ThyResizeEvent } from './interface';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
@@ -79,7 +77,7 @@ export declare class ThyResizableDirective implements AfterViewInit, OnDestroy {
|
|
|
79
77
|
private ghostElement;
|
|
80
78
|
private currentHandleEvent;
|
|
81
79
|
private readonly destroyRef;
|
|
82
|
-
constructor(
|
|
80
|
+
constructor();
|
|
83
81
|
ngAfterViewInit(): void;
|
|
84
82
|
setCursor(): void;
|
|
85
83
|
endResize(event: MouseEvent | TouchEvent): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
3
|
import { ThyResizeHandleMouseDownEvent } from './resize-handle.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -23,7 +23,7 @@ export declare class ThyResizableService implements OnDestroy {
|
|
|
23
23
|
documentMouseUpOutsideAngular$: Subject<MouseEvent | TouchEvent>;
|
|
24
24
|
documentMouseMoveOutsideAngular$: Subject<MouseEvent | TouchEvent>;
|
|
25
25
|
mouseEnteredOutsideAngular$: Subject<boolean>;
|
|
26
|
-
constructor(
|
|
26
|
+
constructor();
|
|
27
27
|
startResizing(event: MouseEvent | TouchEvent): void;
|
|
28
28
|
private clearListeners;
|
|
29
29
|
ngOnDestroy(): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { ThyResizeDirection } from './interface';
|
|
3
|
-
import { ThyResizableService } from './resizable.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ThyResizeHandleMouseDownEvent {
|
|
6
5
|
direction: ThyResizeDirection;
|
|
@@ -30,7 +29,6 @@ export declare class ThyResizeHandle implements OnInit {
|
|
|
30
29
|
readonly thyMouseDown: EventEmitter<ThyResizeHandleMouseDownEvent>;
|
|
31
30
|
private hostRenderer;
|
|
32
31
|
private readonly destroyRef;
|
|
33
|
-
constructor(ngZone: NgZone, thyResizableService: ThyResizableService, host: ElementRef<HTMLElement>);
|
|
34
32
|
ngOnInit(): void;
|
|
35
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyResizeHandle, never>;
|
|
36
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyResizeHandle, "thy-resize-handle, [thy-resize-handle]", ["thyResizeHandle"], { "thyDirection": { "alias": "thyDirection"; "required": false; }; "thyLine": { "alias": "thyLine"; "required": false; }; }, { "thyMouseDown": "thyMouseDown"; }, never, ["*"], true, never>;
|