ngx-tethys 18.0.8 → 18.1.0-next.1
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 +19 -1
- package/action/action.component.d.ts +1 -2
- package/affix/affix.component.d.ts +2 -4
- package/alert/alert.component.d.ts +11 -19
- package/anchor/anchor-link.component.d.ts +2 -4
- package/anchor/anchor.component.d.ts +2 -7
- 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 +2 -2
- 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/index.d.ts +26 -27
- 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-cell.component.d.ts +1 -1
- 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 -4
- package/date-picker/lib/popups/inner-popup.component.d.ts +0 -2
- 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 +3 -11
- 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/divider/divider.component.d.ts +8 -2
- 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 +20 -21
- package/esm2022/affix/affix.component.mjs +11 -14
- package/esm2022/alert/alert.component.mjs +55 -81
- package/esm2022/anchor/anchor-link.component.mjs +23 -16
- package/esm2022/anchor/anchor.component.mjs +27 -24
- package/esm2022/arrow-switcher/arrow-switcher.component.mjs +25 -26
- package/esm2022/autocomplete/autocomplete.component.mjs +11 -11
- 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-list/avatar-list.component.mjs +4 -4
- package/esm2022/avatar/avatar.component.mjs +27 -28
- package/esm2022/avatar/avatar.pipe.mjs +6 -7
- package/esm2022/back-top/back-top.component.mjs +14 -18
- package/esm2022/badge/badge.component.mjs +8 -9
- package/esm2022/breadcrumb/breadcrumb-item.component.mjs +7 -7
- package/esm2022/breadcrumb/breadcrumb.component.mjs +15 -17
- package/esm2022/button/button-icon.component.mjs +4 -4
- package/esm2022/button/button.component.mjs +15 -15
- package/esm2022/calendar/calendar-header.component.mjs +15 -15
- package/esm2022/calendar/calendar.component.mjs +14 -15
- package/esm2022/card/header.component.mjs +4 -4
- package/esm2022/carousel/carousel-item.directive.mjs +7 -6
- package/esm2022/carousel/carousel.component.mjs +13 -15
- package/esm2022/carousel/carousel.service.mjs +7 -9
- package/esm2022/cascader/cascader-li.component.mjs +4 -4
- package/esm2022/cascader/cascader-search-option.component.mjs +4 -4
- package/esm2022/cascader/cascader.component.mjs +15 -22
- package/esm2022/checkbox/checkbox.component.mjs +11 -13
- package/esm2022/collapse/collapse-item.component.mjs +21 -24
- package/esm2022/color-picker/color-picker-panel.component.mjs +14 -15
- 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/comment/comment.component.mjs +4 -4
- 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 +10 -11
- package/esm2022/date-picker/date-picker.directive.mjs +6 -8
- package/esm2022/date-picker/date-picker.service.mjs +6 -10
- package/esm2022/date-picker/index.mjs +27 -28
- package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +7 -8
- package/esm2022/date-picker/lib/calendar/calendar-header.component.mjs +6 -7
- package/esm2022/date-picker/lib/date/date-header.component.mjs +6 -12
- package/esm2022/date-picker/lib/date/date-table-cell.component.mjs +4 -4
- package/esm2022/date-picker/lib/date/date-table.component.mjs +10 -12
- package/esm2022/date-picker/lib/date-carousel/date-carousel.component.mjs +16 -16
- package/esm2022/date-picker/lib/decade/decade-header.component.mjs +8 -11
- package/esm2022/date-picker/lib/decade/decade-table.component.mjs +4 -4
- package/esm2022/date-picker/lib/month/month-header.component.mjs +6 -12
- package/esm2022/date-picker/lib/month/month-table.component.mjs +9 -10
- package/esm2022/date-picker/lib/popups/date-popup.component.mjs +14 -29
- package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +14 -20
- package/esm2022/date-picker/lib/quarter/quarter-table.component.mjs +9 -10
- package/esm2022/date-picker/lib/year/year-header.component.mjs +6 -12
- package/esm2022/date-picker/lib/year/year-table.component.mjs +4 -4
- package/esm2022/date-picker/month-picker.component.mjs +9 -11
- package/esm2022/date-picker/picker.component.mjs +24 -35
- package/esm2022/date-picker/picker.pipes.mjs +10 -11
- package/esm2022/date-picker/quarter-picker.component.mjs +9 -11
- package/esm2022/date-picker/range-picker.component.mjs +9 -11
- package/esm2022/date-picker/range-picker.directive.mjs +6 -8
- package/esm2022/date-picker/week-picker.component.mjs +9 -11
- package/esm2022/date-picker/year-picker.component.mjs +9 -11
- package/esm2022/date-range/date-range.component.mjs +17 -18
- package/esm2022/date-range/optional-dates/optional-dates.component.mjs +9 -13
- 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 +10 -14
- package/esm2022/dialog/header/dialog-header.component.mjs +17 -22
- package/esm2022/divider/divider.component.mjs +21 -13
- 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-menu.component.mjs +11 -7
- package/esm2022/dropdown/dropdown-submenu.component.mjs +9 -10
- package/esm2022/dropdown/dropdown.directive.mjs +12 -10
- package/esm2022/empty/empty.component.mjs +17 -20
- package/esm2022/flexible-text/flexible-text.component.mjs +16 -17
- package/esm2022/form/form-group-error/form-group-error.component.mjs +12 -15
- package/esm2022/form/form-group-label.directive.mjs +9 -10
- package/esm2022/form/form-group.component.mjs +18 -22
- 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 +13 -19
- 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-hint/guider-hint.component.mjs +4 -4
- 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 +36 -41
- package/esm2022/input/input-count.component.mjs +7 -10
- package/esm2022/input/input-group.component.mjs +15 -16
- package/esm2022/input/input-search.component.mjs +9 -10
- package/esm2022/input/input.component.mjs +17 -17
- package/esm2022/input/input.directive.mjs +12 -17
- package/esm2022/input-number/input-number.component.mjs +6 -6
- package/esm2022/layout/header.component.mjs +4 -4
- package/esm2022/layout/sidebar-header.component.mjs +4 -4
- package/esm2022/layout/sidebar.component.mjs +125 -121
- package/esm2022/list/list-item-meta.component.mjs +4 -4
- package/esm2022/list/selection/selection-list.mjs +25 -25
- package/esm2022/loading/loading.component.mjs +10 -11
- package/esm2022/mention/mention.directive.mjs +9 -14
- package/esm2022/mention/suggestions/suggestions.component.mjs +11 -12
- package/esm2022/menu/group/menu-group.component.mjs +37 -38
- package/esm2022/menu/item/action/menu-item-action.component.mjs +15 -16
- package/esm2022/menu/item/menu-item.component.mjs +8 -9
- 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 +21 -15
- package/esm2022/message/message-queue.service.mjs +6 -8
- package/esm2022/message/message.component.mjs +9 -10
- package/esm2022/message/message.service.mjs +10 -11
- package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +4 -5
- 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 +35 -38
- package/esm2022/nav/nav.pipe.mjs +6 -7
- package/esm2022/notify/notify-container.component.mjs +11 -14
- package/esm2022/notify/notify-queue.service.mjs +6 -8
- package/esm2022/notify/notify.component.mjs +10 -10
- package/esm2022/notify/notify.service.mjs +11 -12
- package/esm2022/pagination/pagination.component.mjs +41 -46
- package/esm2022/pagination/pagination.pipe.mjs +6 -7
- package/esm2022/popover/header/popover-header.component.mjs +15 -17
- 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-circle.component.mjs +4 -7
- package/esm2022/progress/progress-strip.component.mjs +10 -13
- package/esm2022/progress/progress.component.mjs +5 -8
- package/esm2022/property/property-item.component.mjs +13 -16
- package/esm2022/property-operation/property-operation.component.mjs +27 -28
- 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 +12 -18
- package/esm2022/rate/rate.component.mjs +10 -10
- package/esm2022/resizable/resizable.directive.mjs +10 -12
- package/esm2022/resizable/resizable.service.mjs +7 -9
- package/esm2022/resizable/resize-handle.component.mjs +16 -14
- package/esm2022/resizable/resize-handles.component.mjs +12 -5
- package/esm2022/result/result.component.mjs +4 -4
- package/esm2022/segment/segment-item.component.mjs +15 -18
- package/esm2022/segment/segment.component.mjs +29 -30
- package/esm2022/select/custom-select/custom-select.component.mjs +19 -35
- package/esm2022/select/native-select/native-select.component.mjs +10 -11
- 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 +14 -22
- package/esm2022/shared/option/option.component.mjs +11 -22
- package/esm2022/shared/select/select-control/select-control.component.mjs +27 -27
- package/esm2022/skeleton/skeleton-circle.component.mjs +7 -15
- package/esm2022/skeleton/skeleton-rectangle.component.mjs +7 -15
- package/esm2022/skeleton/stylized/bullet-list.component.mjs +8 -9
- package/esm2022/skeleton/stylized/list.component.mjs +8 -9
- package/esm2022/skeleton/stylized/paragraph.component.mjs +8 -9
- 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 +13 -14
- 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 +16 -16
- package/esm2022/statistic/statistic.component.mjs +23 -23
- package/esm2022/stepper/step.component.mjs +6 -11
- package/esm2022/stepper/stepper-button.directive.mjs +10 -11
- package/esm2022/stepper/stepper.component.mjs +5 -5
- package/esm2022/strength/strength.component.mjs +11 -12
- package/esm2022/switch/switch.component.mjs +11 -11
- package/esm2022/table/table-column.component.mjs +58 -63
- package/esm2022/table/table-skeleton.component.mjs +35 -38
- package/esm2022/table/table.component.mjs +19 -29
- package/esm2022/tabs/tab-content.component.mjs +9 -9
- package/esm2022/tabs/tabs.component.mjs +22 -25
- package/esm2022/tag/tag.component.mjs +22 -22
- package/esm2022/time-picker/inner/inner-time-picker.component.mjs +12 -12
- package/esm2022/time-picker/time-picker-panel.component.mjs +31 -34
- package/esm2022/time-picker/time-picker.component.mjs +33 -43
- package/esm2022/timeline/timeline-item.component.mjs +15 -16
- package/esm2022/timeline/timeline.component.mjs +15 -16
- package/esm2022/tooltip/tooltip.component.mjs +17 -17
- package/esm2022/tooltip/tooltip.directive.mjs +11 -10
- package/esm2022/tooltip/tooltip.service.mjs +9 -13
- package/esm2022/transfer/transfer-list.component.mjs +9 -9
- package/esm2022/transfer/transfer.component.mjs +4 -4
- package/esm2022/tree/tree-node.component.mjs +16 -20
- package/esm2022/tree/tree.component.mjs +90 -96
- package/esm2022/tree-select/tree-select.component.mjs +28 -36
- package/esm2022/typography/bg-color.directive.mjs +9 -9
- package/esm2022/typography/text/text.component.mjs +3 -4
- 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/vote/vote.component.mjs +4 -4
- package/esm2022/watermark/watermark.directive.mjs +12 -12
- package/fesm2022/ngx-tethys-action.mjs +20 -20
- 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-alert.mjs +54 -80
- package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
- package/fesm2022/ngx-tethys-anchor.mjs +48 -35
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-arrow-switcher.mjs +25 -25
- package/fesm2022/ngx-tethys-arrow-switcher.mjs.map +1 -1
- package/fesm2022/ngx-tethys-autocomplete.mjs +63 -75
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +32 -32
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-back-top.mjs +15 -18
- package/fesm2022/ngx-tethys-back-top.mjs.map +1 -1
- package/fesm2022/ngx-tethys-badge.mjs +8 -8
- package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2022/ngx-tethys-breadcrumb.mjs +19 -21
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +16 -16
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-calendar.mjs +26 -26
- package/fesm2022/ngx-tethys-calendar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-card.mjs +3 -3
- package/fesm2022/ngx-tethys-card.mjs.map +1 -1
- package/fesm2022/ngx-tethys-carousel.mjs +23 -24
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +19 -25
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +10 -11
- package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
- package/fesm2022/ngx-tethys-collapse.mjs +20 -22
- package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2022/ngx-tethys-color-picker.mjs +47 -45
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-comment.mjs +3 -3
- package/fesm2022/ngx-tethys-comment.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 +2872 -2924
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +24 -26
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +61 -77
- package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2022/ngx-tethys-divider.mjs +20 -12
- package/fesm2022/ngx-tethys-divider.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 +49 -43
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +18 -18
- 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 +74 -89
- 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 +20 -26
- 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 +60 -65
- 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 +53 -60
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +129 -124
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +27 -27
- package/fesm2022/ngx-tethys-list.mjs.map +1 -1
- package/fesm2022/ngx-tethys-loading.mjs +10 -10
- package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
- package/fesm2022/ngx-tethys-mention.mjs +19 -24
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +56 -57
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-message.mjs +47 -41
- package/fesm2022/ngx-tethys-message.mjs.map +1 -1
- package/fesm2022/ngx-tethys-nav.mjs +61 -72
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-notify.mjs +31 -34
- package/fesm2022/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +46 -51
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +51 -57
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-progress.mjs +15 -24
- package/fesm2022/ngx-tethys-progress.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property-operation.mjs +27 -27
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +14 -14
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +33 -39
- package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2022/ngx-tethys-rate.mjs +9 -9
- package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2022/ngx-tethys-resizable.mjs +43 -34
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-result.mjs +3 -3
- package/fesm2022/ngx-tethys-result.mjs.map +1 -1
- package/fesm2022/ngx-tethys-segment.mjs +41 -44
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +28 -44
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +135 -150
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +33 -47
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +33 -37
- 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 +16 -16
- package/fesm2022/ngx-tethys-space.mjs.map +1 -1
- package/fesm2022/ngx-tethys-statistic.mjs +22 -22
- package/fesm2022/ngx-tethys-statistic.mjs.map +1 -1
- package/fesm2022/ngx-tethys-stepper.mjs +17 -22
- 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 +10 -10
- package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2022/ngx-tethys-table.mjs +107 -124
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +29 -32
- 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 +70 -80
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +26 -26
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +35 -36
- package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2022/ngx-tethys-transfer.mjs +10 -10
- package/fesm2022/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +29 -37
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +102 -110
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-typography.mjs +18 -18
- 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-vote.mjs +3 -3
- package/fesm2022/ngx-tethys-vote.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 +30 -8
- 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 +2 -4
- 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-circle.component.d.ts +0 -1
- package/progress/progress-strip.component.d.ts +0 -1
- package/progress/progress.component.d.ts +0 -1
- package/property/property-item.component.d.ts +6 -9
- 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 +2 -7
- 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 +2 -7
- 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 +6 -7
- 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/skeleton/stylized/bullet-list.component.d.ts +9 -1
- 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 +1 -3
- package/table/table.component.d.ts +3 -5
- package/tabs/tabs.component.d.ts +1 -3
- 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 -3
- 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 { ElementRef, EventEmitter, OnChanges,
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ThyColor } from '../../helpers/color.class';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -9,7 +9,6 @@ export declare class ThyHue implements OnChanges {
|
|
|
9
9
|
className: boolean;
|
|
10
10
|
color: ThyColor;
|
|
11
11
|
colorChange: EventEmitter<ThyColor>;
|
|
12
|
-
constructor(renderer: Renderer2);
|
|
13
12
|
pointer: ElementRef;
|
|
14
13
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15
14
|
private changePointerPosition;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges,
|
|
1
|
+
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ThyColor } from '../../helpers/color.class';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -12,7 +12,6 @@ export declare class ThySaturation implements OnChanges {
|
|
|
12
12
|
colorChange: EventEmitter<ThyColor>;
|
|
13
13
|
color: ThyColor;
|
|
14
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
-
constructor(renderer: Renderer2);
|
|
16
15
|
setBackground(): void;
|
|
17
16
|
changePointerPosition(s: number, v: number): void;
|
|
18
17
|
handleChange(event: {
|
package/copy/copy.directive.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ThyNotifyService } from 'ngx-tethys/notify';
|
|
3
2
|
import { ThyTooltipDirective } from 'ngx-tethys/tooltip';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
import * as i1 from "ngx-tethys/tooltip";
|
|
@@ -38,7 +37,6 @@ export declare class ThyCopyDirective implements OnInit, OnDestroy {
|
|
|
38
37
|
* 是否展示通知
|
|
39
38
|
*/
|
|
40
39
|
thyShowNotify: boolean;
|
|
41
|
-
constructor(document: any, tooltipDirective: ThyTooltipDirective, notifyService: ThyNotifyService);
|
|
42
40
|
ngOnInit(): void;
|
|
43
41
|
private getContent;
|
|
44
42
|
onClick(event: Event): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ThyClickDispatcher } from './event-dispatchers/index';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export interface ThyClickPosition {
|
|
4
3
|
x: number;
|
|
@@ -8,7 +7,6 @@ export declare class ThyClickPositioner {
|
|
|
8
7
|
private clickDispatcher;
|
|
9
8
|
private lastPosition;
|
|
10
9
|
private initialized;
|
|
11
|
-
constructor(clickDispatcher: ThyClickDispatcher);
|
|
12
10
|
get lastClickPosition(): ThyClickPosition | null;
|
|
13
11
|
runTaskUseLastPosition(task: (position?: ThyClickPosition) => void): void;
|
|
14
12
|
initialize(): void;
|
package/core/scroll.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { NgZone } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export type EasyingFn = (t: number, b: number, c: number, d: number) => number;
|
|
4
3
|
export declare class ThyScrollService {
|
|
5
4
|
private ngZone;
|
|
6
5
|
private document;
|
|
7
|
-
constructor(
|
|
6
|
+
constructor();
|
|
8
7
|
/** Set the position of the scroll bar of `element`. */
|
|
9
8
|
setScrollTop(element: Element | Window, topValue?: number): void;
|
|
10
9
|
/** Get the position of the scoll bar of `element`. */
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { Dictionary } from 'ngx-tethys/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UpdateHostClassService {
|
|
5
5
|
private renderer;
|
|
6
6
|
private _classNames;
|
|
7
7
|
private _hostElement;
|
|
8
|
-
constructor(renderer: Renderer2);
|
|
9
8
|
initializeElement(element: HTMLElement | ElementRef<HTMLElement>): this;
|
|
10
9
|
updateClass(classNames: string[]): this;
|
|
11
10
|
updateClassByMap(classMap: Dictionary<boolean>): void;
|
|
@@ -131,7 +131,7 @@ export declare abstract class AbstractPickerComponent extends TabIndexDisabledCo
|
|
|
131
131
|
get realOpenState(): boolean;
|
|
132
132
|
get isShowDatePopup(): boolean;
|
|
133
133
|
initValue(): void;
|
|
134
|
-
constructor(
|
|
134
|
+
constructor();
|
|
135
135
|
ngOnInit(): void;
|
|
136
136
|
isFlexible(): void;
|
|
137
137
|
onDateValueChange(event: ThyDateChangeEvent): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ThyPlacement } from 'ngx-tethys/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ThyPopoverConfig } from 'ngx-tethys/popover';
|
|
3
3
|
import { FunctionProp } from 'ngx-tethys/util';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* @private
|
|
12
12
|
*/
|
|
13
13
|
export declare abstract class PickerDirective extends AbstractPickerComponent implements OnInit, AfterViewInit, OnDestroy, OnChanges {
|
|
14
|
-
elementRef: ElementRef
|
|
14
|
+
elementRef: ElementRef<any>;
|
|
15
15
|
cdr: ChangeDetectorRef;
|
|
16
16
|
private thyPopover;
|
|
17
17
|
showWeek: boolean;
|
|
@@ -67,7 +67,6 @@ export declare abstract class PickerDirective extends AbstractPickerComponent im
|
|
|
67
67
|
private openOverlay;
|
|
68
68
|
closeOverlay(): void;
|
|
69
69
|
initActionSubscribe(): void;
|
|
70
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, thyPopover: ThyPopover);
|
|
71
70
|
ngAfterViewInit(): void;
|
|
72
71
|
ngOnDestroy(): void;
|
|
73
72
|
onValueChange(value: CompatibleValue): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ThyClickDispatcher, ThyPlacement } from 'ngx-tethys/core';
|
|
2
2
|
import { FunctionProp, TinyDate } from 'ngx-tethys/util';
|
|
3
|
-
import {
|
|
3
|
+
import { ElementRef, EventEmitter, NgZone, OnChanges, OnInit, TemplateRef } from '@angular/core';
|
|
4
4
|
import { AbstractPickerComponent } from './abstract-picker.component';
|
|
5
5
|
import { CompatibleValue, RangeAdvancedValue } from './inner-types';
|
|
6
6
|
import { CompatibleDate, ThyPanelMode } from './standard-types';
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
* @private
|
|
11
11
|
*/
|
|
12
12
|
export declare class BasePicker extends AbstractPickerComponent implements OnInit, OnChanges {
|
|
13
|
-
protected element: ElementRef
|
|
13
|
+
protected element: ElementRef<any>;
|
|
14
14
|
showWeek: boolean;
|
|
15
15
|
panelMode: ThyPanelMode | ThyPanelMode[];
|
|
16
16
|
initialized: boolean;
|
|
@@ -57,7 +57,6 @@ export declare class BasePicker extends AbstractPickerComponent implements OnIni
|
|
|
57
57
|
thyClickDispatcher: ThyClickDispatcher;
|
|
58
58
|
platformId: Object;
|
|
59
59
|
ngZone: NgZone;
|
|
60
|
-
constructor(cdr: ChangeDetectorRef, element: ElementRef);
|
|
61
60
|
ngOnInit(): void;
|
|
62
61
|
onValueChange(value: CompatibleValue | RangeAdvancedValue): void;
|
|
63
62
|
onInputValueChange(formatDate: string | null | Array<null>): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { BasePicker } from './base-picker.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class ThyDatePicker extends BasePicker implements OnInit {
|
|
10
10
|
isRange: boolean;
|
|
11
11
|
private hostRenderer;
|
|
12
|
-
constructor(
|
|
12
|
+
constructor();
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDatePicker, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDatePicker, "thy-date-picker", ["thyDatePicker"], {}, {}, never, never, true, never>;
|
|
15
15
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { PickerDirective } from './abstract-picker.directive';
|
|
3
|
-
import { ThyPopover } from 'ngx-tethys/popover';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* 日期选择指令
|
|
@@ -9,7 +8,6 @@ import * as i0 from "@angular/core";
|
|
|
9
8
|
*/
|
|
10
9
|
export declare class ThyDatePickerDirective extends PickerDirective implements OnInit {
|
|
11
10
|
isRange: boolean;
|
|
12
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, thyPopover: ThyPopover);
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDatePickerDirective, never>;
|
|
14
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDatePickerDirective, "[thyDatePicker]", ["thyDatePicker"], {}, {}, never, never, true, never>;
|
|
15
13
|
}
|
|
@@ -2,12 +2,12 @@ import { ThyDatePickerConfig } from './date-picker.config';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ThyDatePickerConfigService {
|
|
4
4
|
config: ThyDatePickerConfig;
|
|
5
|
-
constructor(
|
|
5
|
+
constructor();
|
|
6
6
|
get shortcutDatePresets(): import("ngx-tethys/date-picker").CompatiblePresets;
|
|
7
7
|
get shortcutPosition(): import("ngx-tethys/date-picker").ThyShortcutPosition;
|
|
8
8
|
get showShortcut(): boolean;
|
|
9
9
|
get shortcutRangesPresets(): import("ngx-tethys/date-picker").CompatiblePresets;
|
|
10
10
|
get timestampPrecision(): "seconds" | "milliseconds";
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDatePickerConfigService,
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDatePickerConfigService, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<ThyDatePickerConfigService>;
|
|
13
13
|
}
|
package/date-picker/index.d.ts
CHANGED
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './base-picker.component';
|
|
4
|
-
export * from './date-helper.service';
|
|
1
|
+
export * from './standard-types';
|
|
2
|
+
export * from './date-picker.module';
|
|
5
3
|
export * from './date-picker.component';
|
|
6
|
-
export * from './
|
|
4
|
+
export * from './range-picker.component';
|
|
5
|
+
export * from './month-picker.component';
|
|
6
|
+
export * from './week-picker.component';
|
|
7
|
+
export * from './year-picker.component';
|
|
8
|
+
export * from './quarter-picker.component';
|
|
9
|
+
export * from './picker.validators';
|
|
10
|
+
export * from './picker.pipes';
|
|
7
11
|
export * from './date-picker.directive';
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
12
|
+
export * from './range-picker.directive';
|
|
13
|
+
export * from './base-picker.component';
|
|
14
|
+
export * from './picker.component';
|
|
15
|
+
export * from './lib/lib-packer.module';
|
|
11
16
|
export * from './lib/calendar/calendar-header.component';
|
|
12
|
-
export * from './lib/
|
|
13
|
-
export * from './lib/date/date-header.component';
|
|
17
|
+
export * from './lib/calendar/calendar-footer.component';
|
|
14
18
|
export * from './lib/date/date-table-cell.component';
|
|
15
19
|
export * from './lib/date/date-table.component';
|
|
20
|
+
export * from './lib/date/date-header.component';
|
|
16
21
|
export * from './lib/date/types';
|
|
17
|
-
export * from './lib/decade/decade-header.component';
|
|
18
|
-
export * from './lib/decade/decade-table.component';
|
|
19
|
-
export * from './lib/lib-packer.module';
|
|
20
22
|
export * from './lib/month/month-header.component';
|
|
21
23
|
export * from './lib/month/month-table.component';
|
|
22
|
-
export * from './lib/popups/date-popup.component';
|
|
23
|
-
export * from './lib/popups/inner-popup.component';
|
|
24
|
-
export * from './lib/quarter/quarter-table.component';
|
|
25
24
|
export * from './lib/year/year-header.component';
|
|
26
25
|
export * from './lib/year/year-table.component';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './quarter-
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
26
|
+
export * from './lib/decade/decade-header.component';
|
|
27
|
+
export * from './lib/decade/decade-table.component';
|
|
28
|
+
export * from './lib/popups/inner-popup.component';
|
|
29
|
+
export * from './lib/popups/date-popup.component';
|
|
30
|
+
export * from './lib/date-carousel/date-carousel.component';
|
|
31
|
+
export * from './lib/quarter/quarter-table.component';
|
|
32
|
+
export * from './abstract-picker.component';
|
|
33
|
+
export * from './abstract-picker.directive';
|
|
34
|
+
export * from './date-helper.service';
|
|
35
|
+
export * from './date-picker.service';
|
|
36
|
+
export * from './date-picker.config';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
1
|
+
import { EventEmitter, OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { TinyDate } from 'ngx-tethys/util';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -15,7 +15,6 @@ export declare class CalendarFooter implements OnInit, OnChanges {
|
|
|
15
15
|
readonly showTimePickerChange: EventEmitter<boolean>;
|
|
16
16
|
isShowTime: boolean;
|
|
17
17
|
isCanTime: boolean;
|
|
18
|
-
constructor(_elementRef: ElementRef, _viewContainerRef: ViewContainerRef);
|
|
19
18
|
ngOnInit(): void;
|
|
20
19
|
ngOnChanges(changes: SimpleChanges): void;
|
|
21
20
|
onSelectTime(date: Date): void;
|
|
@@ -24,7 +24,6 @@ export declare abstract class CalendarHeader implements OnInit, OnChanges {
|
|
|
24
24
|
abstract getSelectors(): PanelSelector[];
|
|
25
25
|
prefixCls: string;
|
|
26
26
|
selectors: PanelSelector[];
|
|
27
|
-
constructor(dateHelper: DateHelperService);
|
|
28
27
|
ngOnInit(): void;
|
|
29
28
|
ngOnChanges(changes: SimpleChanges): void;
|
|
30
29
|
superPrevious(): void;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { DateHelperService } from '../../../date-picker/date-helper.service';
|
|
2
1
|
import { CalendarHeader, PanelSelector } from '../calendar/calendar-header.component';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @private
|
|
6
5
|
*/
|
|
7
6
|
export declare class DateHeader extends CalendarHeader {
|
|
8
|
-
dateHelper: DateHelperService;
|
|
9
|
-
constructor(dateHelper: DateHelperService);
|
|
10
7
|
getSelectors(): PanelSelector[];
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateHeader, never>;
|
|
12
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<DateHeader, "date-header", never, {}, {}, never, never, true, never>;
|
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class DateTableCell {
|
|
8
8
|
isTemplateRef: typeof isTemplateRef;
|
|
9
|
-
prefixCls: 'thy-calendar';
|
|
9
|
+
prefixCls: 'thy-calendar' | 'thy-calendar-full';
|
|
10
10
|
cell: DateCell;
|
|
11
11
|
isNonEmptyString: (v: any) => boolean;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTableCell, never>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { TinyDate } from 'ngx-tethys/util';
|
|
2
2
|
import { EventEmitter, OnChanges } from '@angular/core';
|
|
3
|
-
import { DateHelperService } from '../../date-helper.service';
|
|
4
3
|
import { DateCell, DateBodyRow } from './types';
|
|
5
4
|
import { CalendarTable } from '../calendar/calendar-table.component';
|
|
6
|
-
import { ThyDatePickerConfigService } from '../../date-picker.service';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
/**
|
|
9
7
|
* @private
|
|
@@ -12,7 +10,7 @@ export declare class DateTable extends CalendarTable implements OnChanges {
|
|
|
12
10
|
private dateHelper;
|
|
13
11
|
private datePickerConfigService;
|
|
14
12
|
readonly dayHover: EventEmitter<TinyDate>;
|
|
15
|
-
constructor(
|
|
13
|
+
constructor();
|
|
16
14
|
private chooseDate;
|
|
17
15
|
makeHeadRow(): DateCell[];
|
|
18
16
|
private getVeryShortWeekFormat;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { TinyDate } from 'ngx-tethys/util';
|
|
4
4
|
import { AdvancedSelectableCell, RangeAdvancedValue } from '../../inner-types';
|
|
@@ -23,7 +23,6 @@ export declare class DateCarousel implements OnInit, ControlValueAccessor, OnDes
|
|
|
23
23
|
private selectedValueChange$;
|
|
24
24
|
private _onChange;
|
|
25
25
|
private _onTouched;
|
|
26
|
-
constructor(cdr: ChangeDetectorRef);
|
|
27
26
|
ngOnInit(): void;
|
|
28
27
|
writeValue(value: RangeAdvancedValue): void;
|
|
29
28
|
registerOnChange(fn: any): void;
|
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class DecadeHeader extends CalendarHeader {
|
|
8
8
|
dateHelper: DateHelperService;
|
|
9
|
-
constructor(
|
|
9
|
+
constructor();
|
|
10
10
|
get startYear(): number;
|
|
11
11
|
get endYear(): number;
|
|
12
12
|
superPrevious(): void;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { DateHelperService } from '../../../date-picker/date-helper.service';
|
|
2
1
|
import { CalendarHeader, PanelSelector } from '../calendar/calendar-header.component';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @private
|
|
6
5
|
*/
|
|
7
6
|
export declare class MonthHeader extends CalendarHeader {
|
|
8
|
-
dateHelper: DateHelperService;
|
|
9
|
-
constructor(dateHelper: DateHelperService);
|
|
10
7
|
getSelectors(): PanelSelector[];
|
|
11
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonthHeader, never>;
|
|
12
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<MonthHeader, "month-header", never, {}, {}, never, never, true, never>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnChanges } from '@angular/core';
|
|
2
|
-
import { DateHelperService } from '../../date-helper.service';
|
|
3
2
|
import { CalendarTable } from '../calendar/calendar-table.component';
|
|
4
3
|
import { DateCell, DateBodyRow } from '../date/types';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -10,7 +9,7 @@ export declare class MonthTable extends CalendarTable implements OnChanges {
|
|
|
10
9
|
private dateHelper;
|
|
11
10
|
MAX_ROW: number;
|
|
12
11
|
MAX_COL: number;
|
|
13
|
-
constructor(
|
|
12
|
+
constructor();
|
|
14
13
|
private chooseMonth;
|
|
15
14
|
makeHeadRow(): DateCell[];
|
|
16
15
|
makeBodyRows(): DateBodyRow[];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FunctionProp, TinyDate } from 'ngx-tethys/util';
|
|
2
|
-
import {
|
|
3
|
-
import { ThyDatePickerConfigService } from '../../date-picker.service';
|
|
2
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core';
|
|
4
3
|
import { CompatibleValue, DatePickerFlexibleTab, RangeAdvancedValue, RangePartType } from '../../inner-types';
|
|
5
4
|
import { CompatibleDate, CompatiblePresets, DisabledDateFn, SupportTimeOptions, ThyDateChangeEvent, ThyDateGranularity, ThyPanelMode, ThyShortcutPosition, ThyShortcutPreset } from '../../standard-types';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -56,7 +55,6 @@ export declare class DatePopup implements OnChanges, OnInit {
|
|
|
56
55
|
endPanelMode: ThyPanelMode | ThyPanelMode[];
|
|
57
56
|
innerShortcutPresets: ThyShortcutPreset[];
|
|
58
57
|
disableTimeConfirm: boolean;
|
|
59
|
-
constructor(cdr: ChangeDetectorRef, datePickerConfigService: ThyDatePickerConfigService);
|
|
60
58
|
setProperty<T extends keyof DatePopup>(key: T, value: this[T]): void;
|
|
61
59
|
ngOnInit(): void;
|
|
62
60
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -91,7 +89,6 @@ export declare class DatePopup implements OnChanges, OnInit {
|
|
|
91
89
|
private isDisableTimeConfirm;
|
|
92
90
|
private getSelectedShortcutPreset;
|
|
93
91
|
shortcutSetValue(shortcutPresets: ThyShortcutPreset): void;
|
|
94
|
-
trackByFn(index: number): number;
|
|
95
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePopup, never>;
|
|
96
93
|
static ɵcmp: i0.ɵɵComponentDeclaration<DatePopup, "date-popup", ["datePopup"], { "isRange": { "alias": "isRange"; "required": false; }; "showWeek": { "alias": "showWeek"; "required": false; }; "format": { "alias": "format"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "mustShowTime": { "alias": "mustShowTime"; "required": false; }; "dateRender": { "alias": "dateRender"; "required": false; }; "className": { "alias": "className"; "required": false; }; "panelMode": { "alias": "panelMode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "defaultPickerValue": { "alias": "defaultPickerValue"; "required": false; }; "showShortcut": { "alias": "showShortcut"; "required": false; }; "shortcutPresets": { "alias": "shortcutPresets"; "required": false; }; "shortcutPosition": { "alias": "shortcutPosition"; "required": false; }; "flexible": { "alias": "flexible"; "required": false; }; "flexibleDateGranularity": { "alias": "flexibleDateGranularity"; "required": false; }; "timestampPrecision": { "alias": "timestampPrecision"; "required": false; }; }, { "panelModeChange": "panelModeChange"; "calendarChange": "calendarChange"; "valueChange": "valueChange"; "resultOk": "resultOk"; "showTimePickerChange": "showTimePickerChange"; "dateValueChange": "dateValueChange"; }, never, never, true, never>;
|
|
97
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import { FunctionProp, TinyDate } from 'ngx-tethys/util';
|
|
3
|
-
import { DateHelperService } from '../../date-helper.service';
|
|
4
3
|
import { RangePartType } from '../../inner-types';
|
|
5
4
|
import { DisabledDateFn, ThyPanelMode } from '../../standard-types';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -32,7 +31,6 @@ export declare class InnerPopup implements OnChanges {
|
|
|
32
31
|
readonly selectDate: EventEmitter<TinyDate>;
|
|
33
32
|
readonly dayHover: EventEmitter<TinyDate>;
|
|
34
33
|
prefixCls: string;
|
|
35
|
-
constructor(dateHelper: DateHelperService);
|
|
36
34
|
ngOnChanges(changes: SimpleChanges): void;
|
|
37
35
|
getReadableValue(value: TinyDate): string;
|
|
38
36
|
onSelectDate(date: TinyDate | Date): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnChanges } from '@angular/core';
|
|
2
2
|
import { TinyDate } from 'ngx-tethys/util';
|
|
3
|
-
import { DateHelperService } from '../../date-helper.service';
|
|
4
3
|
import { CalendarTable } from '../calendar/calendar-table.component';
|
|
5
4
|
import { DateCell, DateBodyRow } from '../date/types';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -11,7 +10,7 @@ export declare class QuarterTable extends CalendarTable implements OnChanges {
|
|
|
11
10
|
private dateHelper;
|
|
12
11
|
MAX_ROW: number;
|
|
13
12
|
MAX_COL: number;
|
|
14
|
-
constructor(
|
|
13
|
+
constructor();
|
|
15
14
|
private chooseQuarter;
|
|
16
15
|
makeHeadRow(): DateCell[];
|
|
17
16
|
makeBodyRows(): DateBodyRow[];
|
|
@@ -8,7 +8,6 @@ export declare class YearHeader extends CalendarHeader {
|
|
|
8
8
|
dateHelper: DateHelperService;
|
|
9
9
|
get startYear(): number;
|
|
10
10
|
get endYear(): number;
|
|
11
|
-
constructor(dateHelper: DateHelperService);
|
|
12
11
|
superPrevious(): void;
|
|
13
12
|
superNext(): void;
|
|
14
13
|
getSelectors(): PanelSelector[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { BasePicker } from './base-picker.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -13,7 +13,7 @@ export declare class ThyMonthPicker extends BasePicker {
|
|
|
13
13
|
*/
|
|
14
14
|
thyFormat: string;
|
|
15
15
|
private hostRenderer;
|
|
16
|
-
constructor(
|
|
16
|
+
constructor();
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMonthPicker, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMonthPicker, "thy-month-picker", ["thyMonthPicker"], { "thyFormat": { "alias": "thyFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ThyPlacement } from 'ngx-tethys/core';
|
|
2
2
|
import { TinyDate } from 'ngx-tethys/util';
|
|
3
3
|
import { CdkConnectedOverlay, CdkOverlayOrigin, ConnectedOverlayPositionChange } from '@angular/cdk/overlay';
|
|
4
|
-
import { AfterViewInit,
|
|
5
|
-
import { DateHelperService } from './date-helper.service';
|
|
4
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
6
5
|
import { CompatibleValue, RangePartType } from './inner-types';
|
|
7
6
|
import { ThyDateGranularity } from './standard-types';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
@@ -50,7 +49,6 @@ export declare class ThyPicker implements OnChanges, AfterViewInit {
|
|
|
50
49
|
overlayPositions: import("@angular/cdk/overlay").ConnectionPositionPair[];
|
|
51
50
|
get realOpenState(): boolean;
|
|
52
51
|
get readonlyState(): boolean;
|
|
53
|
-
constructor(changeDetector: ChangeDetectorRef, dateHelper: DateHelperService);
|
|
54
52
|
ngOnChanges(changes: SimpleChanges): void;
|
|
55
53
|
ngAfterViewInit(): void;
|
|
56
54
|
focus(): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DateHelperService } from './date-helper.service';
|
|
3
2
|
import { AdvancedSelectableCell } from './inner-types';
|
|
4
3
|
import { CompatibleDate, DateEntry, ThyDateGranularity, ThyDateRangeEntry } from './standard-types';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,7 +7,6 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
*/
|
|
9
8
|
export declare class ThyDatePickerFormatPipe implements PipeTransform {
|
|
10
9
|
private dateHelper;
|
|
11
|
-
constructor(dateHelper: DateHelperService);
|
|
12
10
|
transform(originalValue: CompatibleDate | DateEntry | ThyDateRangeEntry, formatStr?: string): string;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDatePickerFormatPipe, never>;
|
|
14
12
|
static ɵpipe: i0.ɵɵPipeDeclaration<ThyDatePickerFormatPipe, "thyDatePickerFormat", true>;
|
|
@@ -23,7 +21,6 @@ export declare class ThyQuarterPickerFormatPipe implements PipeTransform {
|
|
|
23
21
|
*/
|
|
24
22
|
export declare class ThyDatePickerFormatStringPipe implements PipeTransform {
|
|
25
23
|
private dateHelper;
|
|
26
|
-
constructor(dateHelper: DateHelperService);
|
|
27
24
|
transform(originalValue: CompatibleDate | DateEntry | ThyDateRangeEntry): string;
|
|
28
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDatePickerFormatStringPipe, never>;
|
|
29
26
|
static ɵpipe: i0.ɵɵPipeDeclaration<ThyDatePickerFormatStringPipe, "thyDatePickerFormatString", true>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { BasePicker } from './base-picker.component';
|
|
3
3
|
import { ThyPanelMode } from './standard-types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -17,7 +17,7 @@ export declare class ThyQuarterPicker extends BasePicker {
|
|
|
17
17
|
isRange: boolean;
|
|
18
18
|
endPanelMode: ThyPanelMode;
|
|
19
19
|
private hostRenderer;
|
|
20
|
-
constructor(
|
|
20
|
+
constructor();
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyQuarterPicker, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyQuarterPicker, "thy-quarter-picker", ["thyQuarterPicker"], { "thyFormat": { "alias": "thyFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { BasePicker } from './base-picker.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -10,7 +10,7 @@ export declare class ThyRangePicker extends BasePicker implements OnInit {
|
|
|
10
10
|
protected elementRef: ElementRef;
|
|
11
11
|
isRange: boolean;
|
|
12
12
|
private hostRenderer;
|
|
13
|
-
constructor(
|
|
13
|
+
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRangePicker, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyRangePicker, "thy-range-picker", ["thyRangePicker"], {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { PickerDirective } from './abstract-picker.directive';
|
|
3
|
-
import { ThyPopover } from 'ngx-tethys/popover';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* 日期范围选择指令
|
|
@@ -9,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
9
8
|
*/
|
|
10
9
|
export declare class ThyRangePickerDirective extends PickerDirective implements OnInit {
|
|
11
10
|
isRange: boolean;
|
|
12
|
-
constructor(
|
|
11
|
+
constructor();
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRangePickerDirective, never>;
|
|
14
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyRangePickerDirective, "[thyRangePicker]", ["thyRangePicker"], {}, {}, never, never, true, never>;
|
|
15
14
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { BasePicker } from './base-picker.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -10,7 +10,7 @@ export declare class ThyWeekPicker extends BasePicker {
|
|
|
10
10
|
protected elementRef: ElementRef;
|
|
11
11
|
showWeek: boolean;
|
|
12
12
|
private hostRenderer;
|
|
13
|
-
constructor(
|
|
13
|
+
constructor();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyWeekPicker, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyWeekPicker, "thy-week-picker", ["thyWeekPicker"], {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { BasePicker } from './base-picker.component';
|
|
3
3
|
import { ThyPanelMode } from './standard-types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -17,7 +17,7 @@ export declare class ThyYearPicker extends BasePicker {
|
|
|
17
17
|
isRange: boolean;
|
|
18
18
|
endPanelMode: ThyPanelMode;
|
|
19
19
|
private hostRenderer;
|
|
20
|
-
constructor(
|
|
20
|
+
constructor();
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyYearPicker, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyYearPicker, "thy-year-picker", ["thyYearPicker"], { "thyFormat": { "alias": "thyFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { DateRangeItemInfo } from './date-range.class';
|
|
4
|
-
import { ThyPopover } from 'ngx-tethys/popover';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
7
6
|
* 预设时间段及自定义时间段选择组件
|
|
@@ -67,7 +66,6 @@ export declare class ThyDateRange implements OnInit, ControlValueAccessor {
|
|
|
67
66
|
};
|
|
68
67
|
onModelChange: Function;
|
|
69
68
|
onModelTouched: Function;
|
|
70
|
-
constructor(thyPopover: ThyPopover, cdr: ChangeDetectorRef);
|
|
71
69
|
writeValue(value: any): void;
|
|
72
70
|
registerOnChange(fn: any): void;
|
|
73
71
|
registerOnTouched(fn: any): void;
|
|
@@ -80,12 +78,6 @@ export declare class ThyDateRange implements OnInit, ControlValueAccessor {
|
|
|
80
78
|
openOptionalDateRangesMenu(event: Event): void;
|
|
81
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDateRange, never>;
|
|
82
80
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDateRange, "thy-date-range", never, { "thyOptionalDateRanges": { "alias": "thyOptionalDateRanges"; "required": false; }; "thyHiddenMenu": { "alias": "thyHiddenMenu"; "required": false; }; "thyDisabledSwitch": { "alias": "thyDisabledSwitch"; "required": false; }; "thyCustomTextValue": { "alias": "thyCustomTextValue"; "required": false; }; "thyMinDate": { "alias": "thyMinDate"; "required": false; }; "thyMaxDate": { "alias": "thyMaxDate"; "required": false; }; "thyCustomKey": { "alias": "thyCustomKey"; "required": false; }; "thyPickerFormat": { "alias": "thyPickerFormat"; "required": false; }; "thyDisabledDate": { "alias": "thyDisabledDate"; "required": false; }; }, { "thyOnCalendarChange": "thyOnCalendarChange"; }, never, never, true, never>;
|
|
83
|
-
static ngAcceptInputType_thyHiddenMenu:
|
|
84
|
-
|
|
85
|
-
* @type Date | number
|
|
86
|
-
*/ boolean | string | number;
|
|
87
|
-
static ngAcceptInputType_thyDisabledSwitch: /**
|
|
88
|
-
* 自定义日期选择中可选择的最大时间
|
|
89
|
-
* @type Date | number
|
|
90
|
-
*/ boolean | string | number;
|
|
81
|
+
static ngAcceptInputType_thyHiddenMenu: boolean | string | number;
|
|
82
|
+
static ngAcceptInputType_thyDisabledSwitch: boolean | string | number;
|
|
91
83
|
}
|