ngx-tethys 18.0.0-next.0 → 18.0.0-next.2
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 +161 -1
- package/action/action.component.d.ts +3 -3
- package/alert/alert.component.d.ts +1 -1
- package/anchor/anchor.component.d.ts +3 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/autocomplete/autocomplete.trigger.directive.d.ts +1 -1
- package/avatar/avatar.component.d.ts +4 -4
- package/badge/badge.component.d.ts +3 -3
- package/breadcrumb/breadcrumb.component.d.ts +30 -2
- package/breadcrumb/module.d.ts +3 -1
- package/breadcrumb/styles/breadcrumb.scss +8 -0
- package/button/button-icon.component.d.ts +2 -2
- package/button/button.component.d.ts +2 -2
- package/button/styles/button.scss +5 -5
- package/card/card.component.d.ts +3 -3
- package/card/content.component.d.ts +1 -1
- package/carousel/carousel.component.d.ts +4 -4
- package/cascader/cascader-li.component.d.ts +5 -5
- package/cascader/cascader-search-option.component.d.ts +3 -3
- package/cascader/cascader.component.d.ts +8 -8
- package/checkbox/checkbox.component.d.ts +1 -1
- package/collapse/collapse-item.component.d.ts +2 -2
- package/collapse/collapse.component.d.ts +1 -1
- package/color-picker/color-picker-panel.component.d.ts +1 -1
- package/color-picker/color-picker.component.d.ts +3 -3
- package/copy/copy.directive.d.ts +1 -1
- package/core/behaviors/decorators.d.ts +1 -1
- package/core/overlay/abstract-overlay.config.d.ts +6 -0
- package/date-picker/abstract-picker.component.d.ts +15 -8
- package/date-picker/abstract-picker.directive.d.ts +3 -3
- package/date-picker/base-picker.component.d.ts +2 -2
- package/date-picker/date-picker.config.d.ts +1 -0
- package/date-picker/date-picker.service.d.ts +1 -0
- package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
- package/date-picker/lib/popups/date-popup.component.d.ts +2 -1
- package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
- package/date-picker/picker.component.d.ts +1 -1
- package/date-picker/picker.util.d.ts +2 -0
- package/date-range/date-range.component.d.ts +8 -2
- package/dialog/body/dialog-body.component.d.ts +1 -1
- package/dialog/footer/dialog-footer.component.d.ts +1 -1
- package/dialog/header/dialog-header.component.d.ts +1 -1
- package/divider/divider.component.d.ts +2 -2
- package/drag-drop/drag-handle.directive.d.ts +1 -1
- package/drag-drop/drag.directive.d.ts +1 -1
- package/drag-drop/drop-container.directive.d.ts +1 -1
- package/dropdown/dropdown-menu-item.directive.d.ts +2 -2
- package/dropdown/dropdown-menu.component.d.ts +1 -1
- package/dropdown/dropdown.directive.d.ts +1 -1
- package/empty/empty.component.d.ts +1 -1
- package/esm2022/action/action.component.mjs +7 -6
- package/esm2022/alert/alert.component.mjs +5 -5
- package/esm2022/anchor/anchor.component.mjs +5 -5
- package/esm2022/autocomplete/autocomplete.component.mjs +5 -4
- package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +5 -5
- package/esm2022/avatar/avatar.component.mjs +8 -8
- package/esm2022/badge/badge.component.mjs +7 -6
- package/esm2022/breadcrumb/breadcrumb.component.mjs +73 -32
- package/esm2022/breadcrumb/module.mjs +6 -4
- package/esm2022/button/button-icon.component.mjs +6 -5
- package/esm2022/button/button.component.mjs +6 -6
- package/esm2022/card/card.component.mjs +7 -6
- package/esm2022/card/content.component.mjs +5 -4
- package/esm2022/carousel/carousel.component.mjs +8 -7
- package/esm2022/cascader/cascader-li.component.mjs +9 -8
- package/esm2022/cascader/cascader-search-option.component.mjs +7 -6
- package/esm2022/cascader/cascader.component.mjs +19 -12
- package/esm2022/checkbox/checkbox.component.mjs +5 -4
- package/esm2022/collapse/collapse-item.component.mjs +6 -6
- package/esm2022/collapse/collapse.component.mjs +5 -4
- package/esm2022/color-picker/color-picker-panel.component.mjs +5 -4
- package/esm2022/color-picker/color-picker.component.mjs +7 -6
- package/esm2022/color-picker/parts/inputs/inputs.component.mjs +1 -1
- package/esm2022/copy/copy.directive.mjs +5 -4
- package/esm2022/core/behaviors/decorators.mjs +2 -2
- package/esm2022/core/overlay/abstract-overlay.config.mjs +7 -1
- package/esm2022/date-picker/abstract-picker.component.mjs +28 -17
- package/esm2022/date-picker/abstract-picker.directive.mjs +8 -7
- package/esm2022/date-picker/base-picker.component.mjs +5 -5
- package/esm2022/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/date-picker/date-picker.config.mjs +2 -1
- package/esm2022/date-picker/date-picker.service.mjs +4 -1
- package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
- package/esm2022/date-picker/lib/date/date-header.component.mjs +4 -4
- package/esm2022/date-picker/lib/decade/decade-header.component.mjs +4 -4
- package/esm2022/date-picker/lib/month/month-header.component.mjs +4 -4
- package/esm2022/date-picker/lib/popups/date-popup.component.mjs +7 -4
- package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +5 -5
- package/esm2022/date-picker/lib/year/year-header.component.mjs +4 -4
- package/esm2022/date-picker/month-picker.component.mjs +3 -3
- package/esm2022/date-picker/picker.component.mjs +5 -5
- package/esm2022/date-picker/picker.util.mjs +14 -2
- package/esm2022/date-picker/quarter-picker.component.mjs +3 -3
- package/esm2022/date-picker/range-picker.component.mjs +3 -3
- package/esm2022/date-picker/week-picker.component.mjs +3 -3
- package/esm2022/date-picker/year-picker.component.mjs +3 -3
- package/esm2022/date-range/date-range.component.mjs +6 -5
- package/esm2022/dialog/body/dialog-body.component.mjs +5 -4
- package/esm2022/dialog/footer/dialog-footer.component.mjs +5 -4
- package/esm2022/dialog/header/dialog-header.component.mjs +5 -4
- package/esm2022/divider/divider.component.mjs +6 -5
- package/esm2022/drag-drop/drag-handle.directive.mjs +5 -4
- package/esm2022/drag-drop/drag.directive.mjs +5 -4
- package/esm2022/drag-drop/drop-container.directive.mjs +5 -4
- package/esm2022/dropdown/dropdown-menu-item.directive.mjs +7 -6
- package/esm2022/dropdown/dropdown-menu.component.mjs +5 -4
- package/esm2022/dropdown/dropdown.directive.mjs +5 -5
- package/esm2022/empty/empty.component.mjs +5 -4
- package/esm2022/form/form-group-error/form-group-error.component.mjs +5 -4
- package/esm2022/form/form-group-label.directive.mjs +5 -4
- package/esm2022/form/form-group.component.mjs +7 -6
- package/esm2022/icon/icon.component.mjs +6 -5
- package/esm2022/image/image.class.mjs +1 -1
- package/esm2022/image/image.directive.mjs +6 -5
- package/esm2022/image/index.mjs +6 -5
- package/esm2022/image/preview/image-preview.component.mjs +21 -13
- package/esm2022/input/input-search.component.mjs +5 -4
- package/esm2022/input/input.component.mjs +6 -5
- package/esm2022/input-number/input-number.component.mjs +14 -7
- package/esm2022/layout/header.component.mjs +7 -6
- package/esm2022/layout/sidebar-header.component.mjs +5 -4
- package/esm2022/layout/sidebar.component.mjs +12 -11
- package/esm2022/list/list.component.mjs +5 -4
- package/esm2022/list/selection/selection-list.mjs +7 -7
- package/esm2022/loading/loading.component.mjs +6 -5
- package/esm2022/mention/mention.directive.mjs +3 -3
- package/esm2022/menu/group/menu-group.component.mjs +10 -9
- package/esm2022/menu/item/action/menu-item-action.component.mjs +17 -7
- package/esm2022/menu/item/name/menu-item-name.component.mjs +5 -4
- package/esm2022/menu/menu.component.mjs +5 -4
- package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +5 -4
- package/esm2022/nav/nav-ink-bar.directive.mjs +6 -5
- package/esm2022/nav/nav-item.directive.mjs +7 -6
- package/esm2022/nav/nav.component.mjs +18 -7
- package/esm2022/pagination/pagination.class.mjs +1 -1
- package/esm2022/pagination/pagination.component.mjs +22 -10
- package/esm2022/pagination/pagination.config.mjs +3 -2
- package/esm2022/popover/popover.directive.mjs +6 -5
- package/esm2022/popover/popover.service.mjs +2 -1
- package/esm2022/property/property-item.component.mjs +6 -5
- package/esm2022/property-operation/property-operation.component.mjs +9 -9
- package/esm2022/radio/group/radio-group.component.mjs +5 -4
- package/esm2022/rate/rate-item.component.mjs +5 -4
- package/esm2022/rate/rate.component.mjs +7 -7
- package/esm2022/resizable/resizable.directive.mjs +7 -6
- package/esm2022/resizable/resize-handle.component.mjs +5 -4
- package/esm2022/resizable/resize-handles.component.mjs +5 -4
- package/esm2022/segment/segment-item.component.mjs +5 -5
- package/esm2022/segment/segment.component.mjs +5 -4
- package/esm2022/select/custom-select/custom-select.component.mjs +14 -14
- package/esm2022/select/native-select/native-select.component.mjs +5 -5
- package/esm2022/shared/base-form-check.component.mjs +6 -5
- package/esm2022/shared/directives/thy-autofocus.directive.mjs +6 -5
- package/esm2022/shared/directives/thy-scroll.directive.mjs +5 -4
- package/esm2022/shared/directives/thy-show.mjs +5 -4
- package/esm2022/shared/option/group/option-group.component.mjs +5 -4
- package/esm2022/shared/option/list-option/list-option.component.mjs +5 -4
- package/esm2022/shared/option/option.component.mjs +5 -5
- package/esm2022/shared/select/select-control/select-control.component.mjs +10 -10
- package/esm2022/skeleton/skeleton-circle.component.mjs +5 -5
- package/esm2022/skeleton/skeleton-rectangle.component.mjs +5 -5
- package/esm2022/skeleton/skeleton.component.mjs +5 -4
- package/esm2022/skeleton/stylized/bullet-list.component.mjs +5 -4
- package/esm2022/skeleton/stylized/list.component.mjs +5 -4
- package/esm2022/skeleton/stylized/paragraph.component.mjs +5 -4
- package/esm2022/slide/slide-body/slide-body-section.component.mjs +5 -4
- package/esm2022/slider/slider.component.mjs +6 -6
- package/esm2022/space/space.component.mjs +5 -4
- package/esm2022/stepper/step-header.component.mjs +6 -5
- package/esm2022/stepper/stepper.component.mjs +5 -4
- package/esm2022/switch/switch.component.mjs +6 -5
- package/esm2022/table/table-column.component.mjs +9 -9
- package/esm2022/table/table-skeleton.component.mjs +8 -7
- package/esm2022/table/table.component.mjs +19 -17
- package/esm2022/tabs/tab.component.mjs +5 -4
- package/esm2022/tabs/tabs.component.mjs +6 -6
- package/esm2022/tag/tag.component.mjs +5 -5
- package/esm2022/time-picker/time-picker-panel.component.mjs +6 -6
- package/esm2022/time-picker/time-picker.component.mjs +9 -9
- package/esm2022/timeline/timeline.component.mjs +5 -4
- package/esm2022/tooltip/tooltip.directive.mjs +6 -6
- package/esm2022/tree/tree-node.component.mjs +9 -8
- package/esm2022/tree/tree.component.mjs +32 -11
- package/esm2022/tree/tree.service.mjs +3 -3
- package/esm2022/tree-select/tree-select.component.mjs +20 -18
- package/esm2022/upload/file-select.component.mjs +24 -27
- package/esm2022/version.mjs +2 -2
- package/esm2022/vote/vote.component.mjs +7 -6
- package/esm2022/watermark/watermark.directive.mjs +5 -4
- package/fesm2022/ngx-tethys-action.mjs +6 -5
- package/fesm2022/ngx-tethys-action.mjs.map +1 -1
- package/fesm2022/ngx-tethys-alert.mjs +4 -4
- package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
- package/fesm2022/ngx-tethys-anchor.mjs +4 -4
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-autocomplete.mjs +6 -6
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +7 -7
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-badge.mjs +6 -5
- package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2022/ngx-tethys-breadcrumb.mjs +117 -77
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +8 -8
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-card.mjs +8 -7
- package/fesm2022/ngx-tethys-card.mjs.map +1 -1
- package/fesm2022/ngx-tethys-carousel.mjs +7 -6
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +28 -21
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +4 -3
- package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
- package/fesm2022/ngx-tethys-collapse.mjs +7 -7
- package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2022/ngx-tethys-color-picker.mjs +9 -8
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-copy.mjs +4 -3
- package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2022/ngx-tethys-core.mjs +7 -1
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +86 -57
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +5 -4
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +8 -7
- package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2022/ngx-tethys-divider.mjs +5 -4
- package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-drag-drop.mjs +8 -8
- package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dropdown.mjs +10 -10
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +4 -3
- package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2022/ngx-tethys-form.mjs +10 -10
- package/fesm2022/ngx-tethys-form.mjs.map +1 -1
- package/fesm2022/ngx-tethys-icon.mjs +5 -5
- package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2022/ngx-tethys-image.mjs +24 -16
- package/fesm2022/ngx-tethys-image.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input-number.mjs +13 -6
- package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input.mjs +7 -6
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +17 -16
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +8 -8
- package/fesm2022/ngx-tethys-list.mjs.map +1 -1
- package/fesm2022/ngx-tethys-loading.mjs +5 -4
- package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
- package/fesm2022/ngx-tethys-mention.mjs +2 -2
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +26 -16
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-nav.mjs +26 -16
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +23 -10
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +6 -5
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property-operation.mjs +8 -8
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +5 -4
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +7 -6
- package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2022/ngx-tethys-rate.mjs +8 -8
- package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2022/ngx-tethys-resizable.mjs +10 -10
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-segment.mjs +6 -6
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +15 -15
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +25 -25
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +14 -14
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +4 -4
- package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slider.mjs +5 -5
- package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-space.mjs +4 -3
- package/fesm2022/ngx-tethys-space.mjs.map +1 -1
- package/fesm2022/ngx-tethys-stepper.mjs +7 -6
- package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2022/ngx-tethys-switch.mjs +5 -4
- package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2022/ngx-tethys-table.mjs +29 -27
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +7 -7
- package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tag.mjs +4 -4
- package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2022/ngx-tethys-time-picker.mjs +11 -11
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +4 -3
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +5 -5
- package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +14 -11
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +39 -18
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-upload.mjs +23 -27
- package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2022/ngx-tethys-vote.mjs +6 -5
- package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
- package/fesm2022/ngx-tethys-watermark.mjs +4 -3
- 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/form/form-group-error/form-group-error.component.d.ts +1 -1
- package/form/form-group-label.directive.d.ts +1 -1
- package/form/form-group.component.d.ts +3 -3
- package/icon/icon.component.d.ts +2 -2
- package/image/image.class.d.ts +1 -1
- package/image/image.directive.d.ts +2 -2
- package/image/index.d.ts +5 -4
- package/image/preview/image-preview.component.d.ts +5 -5
- package/input/input-search.component.d.ts +1 -1
- package/input/input.component.d.ts +2 -2
- package/input/styles/input-group.scss +3 -0
- package/input-number/input-number.component.d.ts +10 -3
- package/layout/header.component.d.ts +3 -3
- package/layout/sidebar-header.component.d.ts +1 -1
- package/layout/sidebar.component.d.ts +7 -7
- package/list/list.component.d.ts +1 -1
- package/list/selection/selection-list.d.ts +3 -3
- package/loading/loading.component.d.ts +2 -2
- package/menu/group/menu-group.component.d.ts +6 -6
- package/menu/item/action/menu-item-action.component.d.ts +8 -3
- package/menu/item/name/menu-item-name.component.d.ts +1 -1
- package/menu/menu.component.d.ts +1 -1
- package/menu/styles/menu.scss +8 -0
- package/nav/icon-nav/icon-nav-link.directive.d.ts +1 -1
- package/nav/nav-ink-bar.directive.d.ts +2 -2
- package/nav/nav-item.directive.d.ts +3 -3
- package/nav/nav.component.d.ts +7 -5
- package/package.json +2 -2
- package/pagination/pagination.class.d.ts +4 -0
- package/pagination/pagination.component.d.ts +11 -6
- package/popover/popover.directive.d.ts +2 -2
- package/property/property-item.component.d.ts +4 -1
- package/property/styles/properties.scss +2 -0
- package/property-operation/property-operation.component.d.ts +5 -5
- package/radio/group/radio-group.component.d.ts +1 -1
- package/rate/rate-item.component.d.ts +1 -1
- package/rate/rate.component.d.ts +3 -3
- package/resizable/resizable.directive.d.ts +3 -3
- package/resizable/resize-handle.component.d.ts +1 -1
- package/resizable/resize-handles.component.d.ts +1 -1
- package/schematics/ng-update/update-18/complete.js +0 -10
- package/schematics/ng-update/update-18/index.spec.js +0 -73
- package/schematics/ng-update/update-18/update-data.js +4 -860
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/segment/segment-item.component.d.ts +1 -1
- package/segment/segment.component.d.ts +5 -1
- package/select/custom-select/custom-select.component.d.ts +10 -10
- package/select/native-select/native-select.component.d.ts +1 -1
- package/shared/base-form-check.component.d.ts +2 -2
- package/shared/directives/thy-autofocus.directive.d.ts +2 -2
- package/shared/directives/thy-scroll.directive.d.ts +1 -1
- package/shared/directives/thy-show.d.ts +1 -1
- package/shared/option/group/option-group.component.d.ts +1 -1
- package/shared/option/list-option/list-option.component.d.ts +1 -1
- package/shared/option/option.component.d.ts +1 -1
- package/shared/option/styles/select-dropdown.scss +1 -0
- package/shared/select/select-control/select-control.component.d.ts +6 -6
- package/skeleton/skeleton-circle.component.d.ts +1 -1
- package/skeleton/skeleton-rectangle.component.d.ts +1 -1
- package/skeleton/skeleton.component.d.ts +1 -1
- package/skeleton/stylized/bullet-list.component.d.ts +1 -1
- package/skeleton/stylized/list.component.d.ts +1 -1
- package/skeleton/stylized/paragraph.component.d.ts +1 -1
- package/slide/slide-body/slide-body-section.component.d.ts +1 -1
- package/slider/slider.component.d.ts +2 -2
- package/slider/slider.scss +12 -20
- package/space/space.component.d.ts +1 -1
- package/stepper/step-header.component.d.ts +2 -2
- package/stepper/stepper.component.d.ts +1 -1
- package/styles/modules/tables.scss +20 -0
- package/styles/variables.scss +2 -2
- package/switch/switch.component.d.ts +2 -2
- package/table/styles/skeleton.scss +5 -0
- package/table/table-column.component.d.ts +5 -5
- package/table/table-skeleton.component.d.ts +2 -2
- package/table/table.component.d.ts +13 -11
- package/tabs/tab.component.d.ts +1 -1
- package/tabs/tabs.component.d.ts +2 -2
- package/tag/tag.component.d.ts +1 -1
- package/time-picker/time-picker-panel.component.d.ts +2 -2
- package/time-picker/time-picker.component.d.ts +5 -5
- package/timeline/timeline.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +10 -2
- package/tree/tree-node.component.d.ts +20 -5
- package/tree/tree.component.d.ts +17 -7
- package/tree/tree.service.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +7 -7
- package/upload/file-select.component.d.ts +7 -8
- package/vote/vote.component.d.ts +3 -3
- package/watermark/watermark.directive.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file. See [
|
|
3
|
+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
# [18.0.0-next.2](https://github.com/atinc/ngx-tethys/compare/18.0.0-next.1...18.0.0-next.2) (2024-08-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# [18.0.0-next.1](https://github.com/atinc/ngx-tethys/compare/17.0.17...18.0.0-next.1) (2024-08-01)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **cdk:** return Observable for execute of ActionBehavior ([d9fde11](https://github.com/atinc/ngx-tethys/commit/d9fde111128706af69621d64256e236dce42fa60))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Reverts
|
|
18
|
+
|
|
19
|
+
* Revert "build: release 18.0.0-next.1" ([285851e](https://github.com/atinc/ngx-tethys/commit/285851e7120ab6c9dc3c6aeb63394cfc90a986db))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [18.0.0-next.0](https://github.com/atinc/ngx-tethys/compare/17.0.6...18.0.0-next.0) (2024-05-24)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* upgrade ng to 18 #INFR-12428 ([5e89bdb](https://github.com/atinc/ngx-tethys/commit/5e89bdbac4a0e5e7af4fe3cb8d8057ba120a6b7f)), closes [#INFR-12428](https://github.com/atinc/ngx-tethys/issues/INFR-12428)
|
|
29
|
+
|
|
30
|
+
|
|
4
31
|
|
|
5
32
|
# [18.0.0-next.0](https://github.com/atinc/ngx-tethys/compare/17.0.6...18.0.0-next.0) (2024-05-24)
|
|
6
33
|
|
|
@@ -15,6 +42,139 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
15
42
|
* upgrade ng to 18 #INFR-12428 ([5e89bdb](https://github.com/atinc/ngx-tethys/commit/5e89bdbac4a0e5e7af4fe3cb8d8057ba120a6b7f)), closes [#INFR-12428](https://github.com/atinc/ngx-tethys/issues/INFR-12428)
|
|
16
43
|
* **util:** remove deprecated for coerceBooleanProperty #INFR-12378 ([#3088](https://github.com/atinc/ngx-tethys/issues/3088)) ([921945a](https://github.com/atinc/ngx-tethys/commit/921945a5cd461ea31829aef9fac42eb4e3bf233f)), closes [#INFR-12378](https://github.com/atinc/ngx-tethys/issues/INFR-12378)
|
|
17
44
|
|
|
45
|
+
## [17.0.17](https://github.com/atinc/ngx-tethys/compare/17.0.16...17.0.17) (2024-07-26)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* **image:** image operation support ThyImagePreviewOperation #INFR-13015 ([f10e483](https://github.com/atinc/ngx-tethys/commit/f10e483ddfb1339f10a2d6719d78bfefd6dc158e)), closes [#INFR-13015](https://github.com/atinc/ngx-tethys/issues/INFR-13015)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [17.0.16](https://github.com/atinc/ngx-tethys/compare/17.0.15...17.0.16) (2024-07-25)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* **cascader:** update position when sub menu appears off screen #INFR-12988 ([#3126](https://github.com/atinc/ngx-tethys/issues/3126)) ([a3d568b](https://github.com/atinc/ngx-tethys/commit/a3d568b9c006cf37dc89db3d80008247fba485ad)), closes [#INFR-12988](https://github.com/atinc/ngx-tethys/issues/INFR-12988)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## [17.0.15](https://github.com/atinc/ngx-tethys/compare/17.0.14...17.0.15) (2024-07-24)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* **date-picker:** the middle switch button is unavailable and clicking it will close the panel when the gap is 2 #INFR-12997 ([#3127](https://github.com/atinc/ngx-tethys/issues/3127)) ([bd240f8](https://github.com/atinc/ngx-tethys/commit/bd240f83c8ca836cb4e1af68607a43e637a73537)), closes [#INFR-12997](https://github.com/atinc/ngx-tethys/issues/INFR-12997)
|
|
69
|
+
* **input-number:** handle value is null set to empty(#INFR-9745) ([e4b1188](https://github.com/atinc/ngx-tethys/commit/e4b118878f5d794163801916b202a0b260c27be2)), closes [#INFR-9745](https://github.com/atinc/ngx-tethys/issues/INFR-9745)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
* **property:** property operation position support behind label or content. #INFR-11955 ([#3128](https://github.com/atinc/ngx-tethys/issues/3128)) ([e86ee19](https://github.com/atinc/ngx-tethys/commit/e86ee19f84a3372a366b09c464e828c29985f449)), closes [#INFR-11955](https://github.com/atinc/ngx-tethys/issues/INFR-11955)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [17.0.14](https://github.com/atinc/ngx-tethys/compare/17.0.13...17.0.14) (2024-07-18)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
* **table:** fix table skeleton styles error #INFR-12877 ([#3118](https://github.com/atinc/ngx-tethys/issues/3118)) ([cf89598](https://github.com/atinc/ngx-tethys/commit/cf89598e1835f301f66ed511e1829e38b5d4a17f)), closes [#INFR-12877](https://github.com/atinc/ngx-tethys/issues/INFR-12877)
|
|
84
|
+
* **tree-select:** #INFR-12947 change treeNodes when thyVirtualScroll… ([#3124](https://github.com/atinc/ngx-tethys/issues/3124)) ([22c7e0a](https://github.com/atinc/ngx-tethys/commit/22c7e0ad501e6038dc71f774953d1ac05399baca)), closes [#INFR-12947](https://github.com/atinc/ngx-tethys/issues/INFR-12947)
|
|
85
|
+
* **upload:** error occurs when accessing the viewchild element in the setter of a static input property #INFR-1979 ([#3120](https://github.com/atinc/ngx-tethys/issues/3120)) ([3b45a23](https://github.com/atinc/ngx-tethys/commit/3b45a237d236107362201ad9903686298bcf540e)), closes [#INFR-1979](https://github.com/atinc/ngx-tethys/issues/INFR-1979)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Features
|
|
89
|
+
|
|
90
|
+
* **form:** change form-label's color to [#333](https://github.com/atinc/ngx-tethys/issues/333) #INFR-12861 ([f390a01](https://github.com/atinc/ngx-tethys/commit/f390a0161eb613dc34103e7df5436c4caf885f93)), closes [#INFR-12861](https://github.com/atinc/ngx-tethys/issues/INFR-12861)
|
|
91
|
+
* **menu:** thyMenuItemAction click support thy-memu-item hightlight … ([#3119](https://github.com/atinc/ngx-tethys/issues/3119)) ([a4b83c5](https://github.com/atinc/ngx-tethys/commit/a4b83c5799e78c699f59e57e26063a9e7d4cfc33))
|
|
92
|
+
* **popover:** support canPush config for flexible connected position strategy #INFR-2298 ([#3123](https://github.com/atinc/ngx-tethys/issues/3123)) ([b0f4455](https://github.com/atinc/ngx-tethys/commit/b0f4455bd6895bdac0eb973473ab2bfd022e4621)), closes [#INFR-2298](https://github.com/atinc/ngx-tethys/issues/INFR-2298) [#INFR-2298](https://github.com/atinc/ngx-tethys/issues/INFR-2298)
|
|
93
|
+
* **select:** change group name's font-size to 12px #INFR-12860 ([4083418](https://github.com/atinc/ngx-tethys/commit/4083418c64a27d93b21d9ce1898f326a81d53c47)), closes [#INFR-12860](https://github.com/atinc/ngx-tethys/issues/INFR-12860)
|
|
94
|
+
* **slider:** optimize styles for slider pointer #INFR-12896 ([#3121](https://github.com/atinc/ngx-tethys/issues/3121)) ([c9f1809](https://github.com/atinc/ngx-tethys/commit/c9f1809f2a8cc24a817cd96f936aaacbf55994a1)), closes [#INFR-12896](https://github.com/atinc/ngx-tethys/issues/INFR-12896) [#INFR-12896](https://github.com/atinc/ngx-tethys/issues/INFR-12896)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## [17.0.13](https://github.com/atinc/ngx-tethys/compare/17.0.12...17.0.13) (2024-07-03)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Features
|
|
102
|
+
|
|
103
|
+
* **tree:** thy-tree support thyExpandedKeys and thyExpandAll #INFR-12795 ([#3110](https://github.com/atinc/ngx-tethys/issues/3110)) ([ce8aedf](https://github.com/atinc/ngx-tethys/commit/ce8aedfbe39430f8cddfc1a7c2c583e770b7800f)), closes [#INFR-12795](https://github.com/atinc/ngx-tethys/issues/INFR-12795)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## [17.0.12](https://github.com/atinc/ngx-tethys/compare/17.0.11...17.0.12) (2024-07-02)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* **style:** fix $dropdown-menu-padding-y 10px to 12px #INFR-12736 ([#3108](https://github.com/atinc/ngx-tethys/issues/3108)) ([b4f7649](https://github.com/atinc/ngx-tethys/commit/b4f7649024cfbd568a861675064f574d8262a9ce)), closes [#INFR-12736](https://github.com/atinc/ngx-tethys/issues/INFR-12736)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Features
|
|
116
|
+
|
|
117
|
+
* **inputNumber:** add thyStepChange event emitter for click arrow #INFR-… ([#3109](https://github.com/atinc/ngx-tethys/issues/3109)) ([4d5c421](https://github.com/atinc/ngx-tethys/commit/4d5c4211b05b533896ea34532e12f133c08ffa8d))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## [17.0.11](https://github.com/atinc/ngx-tethys/compare/17.0.10...17.0.11) (2024-06-17)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Features
|
|
125
|
+
|
|
126
|
+
* use the ngx-tethys/util's coerceBooleanProperty instead of booleanAttribute #INFR-12648 ([#3106](https://github.com/atinc/ngx-tethys/issues/3106)) ([368a728](https://github.com/atinc/ngx-tethys/commit/368a72878d5403d79c7bd4d369f1c2799408587d)), closes [#INFR-12648](https://github.com/atinc/ngx-tethys/issues/INFR-12648)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
## [17.0.10](https://github.com/atinc/ngx-tethys/compare/17.0.9...17.0.10) (2024-06-13)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Bug Fixes
|
|
134
|
+
|
|
135
|
+
* **mention:** fix mention popover config originPosition not work #INFR-12631 ([60e18c0](https://github.com/atinc/ngx-tethys/commit/60e18c03789c09d66174a826ef0f0e482d79b1fe)), closes [#INFR-12631](https://github.com/atinc/ngx-tethys/issues/INFR-12631)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## [17.0.9](https://github.com/atinc/ngx-tethys/compare/17.0.8...17.0.9) (2024-06-13)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* **input:** #INFR-12590 thy-input-group-with-textarea-suffix add padding-bottom ([#3101](https://github.com/atinc/ngx-tethys/issues/3101)) ([af34452](https://github.com/atinc/ngx-tethys/commit/af34452ed1b32010f2aafa64b2f99a4b05b3cee0))
|
|
145
|
+
* **nav:** #INFR-12632 fix prevActiveIndex not reset when links are changed ([#3102](https://github.com/atinc/ngx-tethys/issues/3102)) ([f981f65](https://github.com/atinc/ngx-tethys/commit/f981f65056c8b4b095a573c07e730d191c32067d))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## [17.0.8](https://github.com/atinc/ngx-tethys/compare/17.0.7...17.0.8) (2024-05-31)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
* **date-picker:** handle range directive add timestampPrecision (#INFR-11707) ([#3099](https://github.com/atinc/ngx-tethys/issues/3099)) ([38bd5dd](https://github.com/atinc/ngx-tethys/commit/38bd5dd8408acb22f4c49503c6854f42354e711f)), closes [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Features
|
|
158
|
+
|
|
159
|
+
* **breadcrumb:** 面包屑导航支持传入items时省略展示 #INFR-12463 [@wangkai](https://github.com/wangkai) [@xuhaifeng](https://github.com/xuhaifeng) [@wumeimin](https://github.com/wumeimin) ([#3098](https://github.com/atinc/ngx-tethys/issues/3098)) ([c3da50f](https://github.com/atinc/ngx-tethys/commit/c3da50f2625fbc5cd4d7c25215758401176c132e)), closes [#INFR-12463](https://github.com/atinc/ngx-tethys/issues/INFR-12463)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## [17.0.7](https://github.com/atinc/ngx-tethys/compare/17.0.6...17.0.7) (2024-05-28)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* **cascader:** remove divider when set thyCustomOptions to undefined #INFR-12299 ([#3085](https://github.com/atinc/ngx-tethys/issues/3085)) ([80813dd](https://github.com/atinc/ngx-tethys/commit/80813dd425695e88f040983ac0b2e5428c3889af)), closes [#INFR-12299](https://github.com/atinc/ngx-tethys/issues/INFR-12299)
|
|
169
|
+
* **table:** change bind style with ngStyle #INFR-12443 ([d91d142](https://github.com/atinc/ngx-tethys/commit/d91d142dc65c289a98b9adfd04d948386a9a0507)), closes [#INFR-12443](https://github.com/atinc/ngx-tethys/issues/INFR-12443)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Features
|
|
173
|
+
|
|
174
|
+
* **date-picker:** support set time tamp length default length to 10 #INFR-11707 [@wumeimin](https://github.com/wumeimin) [@xuhaifeng](https://github.com/xuhaifeng) (#INFR-11707) ([#3089](https://github.com/atinc/ngx-tethys/issues/3089)) ([44b05f7](https://github.com/atinc/ngx-tethys/commit/44b05f7b635af17a8502d09ffe62c99308a0ab64)), closes [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707) [#INFR-11707](https://github.com/atinc/ngx-tethys/issues/INFR-11707)
|
|
175
|
+
* **pagination:** support pagination custom suffix unit(#INFR-12336) ([#3091](https://github.com/atinc/ngx-tethys/issues/3091)) ([88f4db0](https://github.com/atinc/ngx-tethys/commit/88f4db0d8caa2720c523a5e8c28cc240abdf2fbf)), closes [#INFR-12336](https://github.com/atinc/ngx-tethys/issues/INFR-12336)
|
|
176
|
+
* **util:** remove deprecated for coerceBooleanProperty #INFR-12378 ([#3088](https://github.com/atinc/ngx-tethys/issues/3088)) ([921945a](https://github.com/atinc/ngx-tethys/commit/921945a5cd461ea31829aef9fac42eb4e3bf233f)), closes [#INFR-12378](https://github.com/atinc/ngx-tethys/issues/INFR-12378)
|
|
177
|
+
|
|
18
178
|
|
|
19
179
|
|
|
20
180
|
## [17.0.6](https://github.com/atinc/ngx-tethys/compare/17.0.5...17.0.6) (2024-04-22)
|
|
@@ -80,7 +80,7 @@ export declare class ThyAction implements OnInit, AfterViewInit, OnChanges, OnDe
|
|
|
80
80
|
ngOnDestroy(): void;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAction, never>;
|
|
82
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAction, "thy-action, [thyAction]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyActionIcon": { "alias": "thyActionIcon"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyActionActive": { "alias": "thyActionActive"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyHoverIcon": { "alias": "thyHoverIcon"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
83
|
-
static ngAcceptInputType_thyActive:
|
|
84
|
-
static ngAcceptInputType_thyActionActive:
|
|
85
|
-
static ngAcceptInputType_thyDisabled:
|
|
83
|
+
static ngAcceptInputType_thyActive: boolean | string | number;
|
|
84
|
+
static ngAcceptInputType_thyActionActive: boolean | string | number;
|
|
85
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
86
86
|
}
|
|
@@ -54,6 +54,6 @@ export declare class ThyAlert implements OnInit, OnChanges {
|
|
|
54
54
|
private updateClass;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAlert, never>;
|
|
56
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAlert, "thy-alert", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyMessage": { "alias": "thyMessage"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyCloseable": { "alias": "thyCloseable"; "required": false; }; }, {}, ["alertOperation"], never, true, never>;
|
|
57
|
-
static ngAcceptInputType_thyCloseable:
|
|
57
|
+
static ngAcceptInputType_thyCloseable: boolean | string | number;
|
|
58
58
|
}
|
|
59
59
|
export {};
|
|
@@ -71,7 +71,9 @@ export declare class ThyAnchor implements OnDestroy, AfterViewInit, OnChanges {
|
|
|
71
71
|
ngOnChanges(changes: SimpleChanges): void;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAnchor, never>;
|
|
73
73
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchor, "thy-anchor", ["thyAnchor"], { "thyAffix": { "alias": "thyAffix"; "required": false; }; "thyBounds": { "alias": "thyBounds"; "required": false; }; "thyOffsetTop": { "alias": "thyOffsetTop"; "required": false; }; "thyContainer": { "alias": "thyContainer"; "required": false; }; "thyDirection": { "alias": "thyDirection"; "required": false; }; }, { "thyClick": "thyClick"; "thyScroll": "thyScroll"; }, never, ["*"], true, never>;
|
|
74
|
-
static ngAcceptInputType_thyAffix:
|
|
74
|
+
static ngAcceptInputType_thyAffix: boolean | string /**
|
|
75
|
+
* 固定模式
|
|
76
|
+
*/ | number;
|
|
75
77
|
static ngAcceptInputType_thyBounds: unknown;
|
|
76
78
|
static ngAcceptInputType_thyOffsetTop: unknown;
|
|
77
79
|
}
|
|
@@ -81,5 +81,5 @@ export declare class ThyAutocomplete implements IThyOptionParentComponent, OnIni
|
|
|
81
81
|
ngOnDestroy(): void;
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocomplete, never>;
|
|
83
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocomplete, "thy-autocomplete", never, { "thyEmptyText": { "alias": "thyEmptyText"; "required": false; }; "thyAutoActiveFirstOption": { "alias": "thyAutoActiveFirstOption"; "required": false; }; }, { "thyOptionSelected": "thyOptionSelected"; "thyOpened": "thyOpened"; "thyClosed": "thyClosed"; "thyOptionActivated": "thyOptionActivated"; }, ["options"], ["*"], true, never>;
|
|
84
|
-
static ngAcceptInputType_thyAutoActiveFirstOption:
|
|
84
|
+
static ngAcceptInputType_thyAutoActiveFirstOption: boolean | string | number;
|
|
85
85
|
}
|
|
@@ -83,5 +83,5 @@ export declare class ThyAutocompleteTriggerDirective implements OnInit, OnDestro
|
|
|
83
83
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger], input[thyAutocomplete], textarea[thyAutocomplete], thy-input[thyAutocomplete], thy-input-search[thyAutocomplete]", ["thyAutocompleteTrigger", "thyAutocomplete"], { "autocompleteComponent": { "alias": "thyAutocompleteComponent"; "required": false; }; "autocomplete": { "alias": "thyAutocomplete"; "required": false; }; "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyAutocompleteWidth": { "alias": "thyAutocompleteWidth"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyIsFocusOpen": { "alias": "thyIsFocusOpen"; "required": false; }; }, {}, never, never, true, never>;
|
|
84
84
|
static ngAcceptInputType_thyOffset: unknown;
|
|
85
85
|
static ngAcceptInputType_thyAutocompleteWidth: unknown;
|
|
86
|
-
static ngAcceptInputType_thyIsFocusOpen:
|
|
86
|
+
static ngAcceptInputType_thyIsFocusOpen: boolean | string | number;
|
|
87
87
|
}
|
|
@@ -104,8 +104,8 @@ export declare class ThyAvatar implements OnInit {
|
|
|
104
104
|
avatarImgError($event: Event): void;
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAvatar, never>;
|
|
106
106
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAvatar, "thy-avatar", never, { "thyShowName": { "alias": "thyShowName"; "required": false; }; "thySrc": { "alias": "thySrc"; "required": false; }; "thyName": { "alias": "thyName"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyShowRemove": { "alias": "thyShowRemove"; "required": false; }; "thyRemovable": { "alias": "thyRemovable"; "required": false; }; "thyImgClass": { "alias": "thyImgClass"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyLoading": { "alias": "thyLoading"; "required": false; }; "thyFetchPriority": { "alias": "thyFetchPriority"; "required": false; }; }, { "thyOnRemove": "thyOnRemove"; "thyRemove": "thyRemove"; "thyError": "thyError"; }, never, never, true, never>;
|
|
107
|
-
static ngAcceptInputType_thyShowName:
|
|
108
|
-
static ngAcceptInputType_thyShowRemove:
|
|
109
|
-
static ngAcceptInputType_thyRemovable:
|
|
110
|
-
static ngAcceptInputType_thyDisabled:
|
|
107
|
+
static ngAcceptInputType_thyShowName: boolean | string | number;
|
|
108
|
+
static ngAcceptInputType_thyShowRemove: boolean | string | number;
|
|
109
|
+
static ngAcceptInputType_thyRemovable: boolean | string | number;
|
|
110
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
111
111
|
}
|
|
@@ -91,7 +91,7 @@ export declare class ThyBadge implements OnInit {
|
|
|
91
91
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadge, "thy-badge,[thyBadge]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyCount": { "alias": "thyCount"; "required": false; }; "thyContent": { "alias": "thyContent"; "required": false; }; "thyContext": { "alias": "thyContext"; "required": false; }; "thyMaxCount": { "alias": "thyMaxCount"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyIsDot": { "alias": "thyIsDot"; "required": false; }; "thyIsHollow": { "alias": "thyIsHollow"; "required": false; }; "thyKeepShow": { "alias": "thyKeepShow"; "required": false; }; "thyTextColor": { "alias": "thyTextColor"; "required": false; }; "thyBackgroundColor": { "alias": "thyBackgroundColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
92
92
|
static ngAcceptInputType_thyCount: unknown;
|
|
93
93
|
static ngAcceptInputType_thyMaxCount: unknown;
|
|
94
|
-
static ngAcceptInputType_thyIsDot:
|
|
95
|
-
static ngAcceptInputType_thyIsHollow:
|
|
96
|
-
static ngAcceptInputType_thyKeepShow:
|
|
94
|
+
static ngAcceptInputType_thyIsDot: boolean | string | number;
|
|
95
|
+
static ngAcceptInputType_thyIsHollow: boolean | string | number;
|
|
96
|
+
static ngAcceptInputType_thyKeepShow: boolean | string | number;
|
|
97
97
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { TemplateRef, OnChanges, SimpleChanges, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { SafeAny } from 'ngx-tethys/types';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
4
|
/**
|
|
3
5
|
* 面包屑组件
|
|
4
6
|
* @name thy-breadcrumb
|
|
5
7
|
* @order 10
|
|
6
8
|
*/
|
|
7
|
-
export declare class ThyBreadcrumb {
|
|
9
|
+
export declare class ThyBreadcrumb implements OnInit, OnChanges {
|
|
10
|
+
private cdr;
|
|
8
11
|
iconClasses: string[];
|
|
9
12
|
svgIconName: string;
|
|
10
13
|
/**
|
|
@@ -16,7 +19,32 @@ export declare class ThyBreadcrumb {
|
|
|
16
19
|
* @type slash | backslash | vertical-line
|
|
17
20
|
*/
|
|
18
21
|
thySeparator: 'slash' | 'backslash' | 'vertical-line';
|
|
22
|
+
/**
|
|
23
|
+
* 面包屑的每一项数据
|
|
24
|
+
*/
|
|
25
|
+
items: SafeAny[];
|
|
26
|
+
/**
|
|
27
|
+
* 最大显示数量,超出此数量后,面包屑会被省略, 0 表示不省略(仅当传入 thyItems 时有效)
|
|
28
|
+
*/
|
|
29
|
+
thyMaxCount: number;
|
|
30
|
+
/**
|
|
31
|
+
* 是否可点击弹出已被省略的面包屑项(仅当传入 thyItems 时有效)
|
|
32
|
+
*/
|
|
33
|
+
thyExpandable: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* 面包屑的每一项模板(仅当传入 thyItems 时有效)
|
|
36
|
+
*/
|
|
37
|
+
itemTemplate: TemplateRef<SafeAny>;
|
|
38
|
+
ellipsisItemId: string;
|
|
39
|
+
ellipsisItems: SafeAny[];
|
|
40
|
+
showItems: SafeAny[];
|
|
41
|
+
constructor(cdr: ChangeDetectorRef);
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
44
|
private setIcon;
|
|
45
|
+
private resetItems;
|
|
20
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumb, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumb, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": { "alias": "thyIcon"; "required": false; }; "thySeparator": { "alias": "thySeparator"; "required": false; }; }, {},
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumb, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": { "alias": "thyIcon"; "required": false; }; "thySeparator": { "alias": "thySeparator"; "required": false; }; "items": { "alias": "thyItems"; "required": false; }; "thyMaxCount": { "alias": "thyMaxCount"; "required": false; }; "thyExpandable": { "alias": "thyExpandable"; "required": false; }; }, {}, ["itemTemplate"], ["*"], true, never>;
|
|
48
|
+
static ngAcceptInputType_thyMaxCount: unknown;
|
|
49
|
+
static ngAcceptInputType_thyExpandable: boolean | string | number;
|
|
22
50
|
}
|
package/breadcrumb/module.d.ts
CHANGED
|
@@ -3,8 +3,10 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "ngx-tethys/icon";
|
|
4
4
|
import * as i3 from "./breadcrumb.component";
|
|
5
5
|
import * as i4 from "./breadcrumb-item.component";
|
|
6
|
+
import * as i5 from "ngx-tethys/action";
|
|
7
|
+
import * as i6 from "ngx-tethys/dropdown";
|
|
6
8
|
export declare class ThyBreadcrumbModule {
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThyBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.ThyIconModule, typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem], [typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ThyBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.ThyIconModule, typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem, typeof i5.ThyActionModule, typeof i6.ThyDropdownModule], [typeof i3.ThyBreadcrumb, typeof i4.ThyBreadcrumbItem]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ThyBreadcrumbModule>;
|
|
10
12
|
}
|
|
@@ -38,6 +38,14 @@
|
|
|
38
38
|
color: variables.$breadcrumb-separator-color;
|
|
39
39
|
font-size: variables.$font-size-base;
|
|
40
40
|
}
|
|
41
|
+
|
|
42
|
+
&.thy-breadcrumb-item-ellipsis .ellipsis-action {
|
|
43
|
+
opacity: unset;
|
|
44
|
+
.thy-icon {
|
|
45
|
+
margin-left: 0;
|
|
46
|
+
margin-right: 0;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
41
49
|
}
|
|
42
50
|
|
|
43
51
|
&.thy-breadcrumb-separator {
|
|
@@ -59,6 +59,6 @@ export declare class ThyButtonIcon implements OnInit {
|
|
|
59
59
|
ngOnInit(): void;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonIcon, never>;
|
|
61
61
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIcon, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyButtonIcon": { "alias": "thyButtonIcon"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyLight": { "alias": "thyLight"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
62
|
-
static ngAcceptInputType_thyLight:
|
|
63
|
-
static ngAcceptInputType_thyActive:
|
|
62
|
+
static ngAcceptInputType_thyLight: boolean | string | number;
|
|
63
|
+
static ngAcceptInputType_thyActive: boolean | string | number;
|
|
64
64
|
}
|
|
@@ -66,6 +66,6 @@ export declare class ThyButton implements OnInit, AfterViewInit {
|
|
|
66
66
|
private wrapSpanForText;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyButton, never>;
|
|
68
68
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButton, "thy-button,[thy-button],[thyButton]", never, { "thyButton": { "alias": "thyButton"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyLoading": { "alias": "thyLoading"; "required": false; }; "thyLoadingText": { "alias": "thyLoadingText"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyBlock": { "alias": "thyBlock"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
69
|
-
static ngAcceptInputType_thyLoading:
|
|
70
|
-
static ngAcceptInputType_thyBlock:
|
|
69
|
+
static ngAcceptInputType_thyLoading: boolean | string | number;
|
|
70
|
+
static ngAcceptInputType_thyBlock: boolean | string | number;
|
|
71
71
|
}
|
|
@@ -110,11 +110,11 @@ fieldset:disabled a.btn {
|
|
|
110
110
|
@include mixin.button-outline-variant(
|
|
111
111
|
variables.$gray-700,
|
|
112
112
|
variables.$gray-300,
|
|
113
|
-
variables.$
|
|
114
|
-
|
|
115
|
-
variables.$
|
|
116
|
-
|
|
117
|
-
variables.$
|
|
113
|
+
variables.$gray-700,
|
|
114
|
+
variables.$gray-100,
|
|
115
|
+
variables.$gray-300,
|
|
116
|
+
variables.$gray-100,
|
|
117
|
+
variables.$gray-300
|
|
118
118
|
);
|
|
119
119
|
}
|
|
120
120
|
|
package/card/card.component.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare class ThyCard {
|
|
|
28
28
|
thySize: 'md' | 'sm' | 'lg';
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCard, never>;
|
|
30
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCard, "thy-card", never, { "thyHasLeftRightPadding": { "alias": "thyHasLeftRightPadding"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyBordered": { "alias": "thyBordered"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
31
|
-
static ngAcceptInputType_thyHasLeftRightPadding:
|
|
32
|
-
static ngAcceptInputType_thyDivided:
|
|
33
|
-
static ngAcceptInputType_thyBordered:
|
|
31
|
+
static ngAcceptInputType_thyHasLeftRightPadding: boolean | string | number;
|
|
32
|
+
static ngAcceptInputType_thyDivided: boolean | string | number;
|
|
33
|
+
static ngAcceptInputType_thyBordered: boolean | string | number;
|
|
34
34
|
}
|
|
@@ -22,5 +22,5 @@ export declare class ThyCardContent implements OnInit {
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardContent, never>;
|
|
24
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardContent, "thy-card-content", never, { "thyScroll": { "alias": "thyScroll"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
25
|
-
static ngAcceptInputType_thyScroll:
|
|
25
|
+
static ngAcceptInputType_thyScroll: boolean | string | number;
|
|
26
26
|
}
|
|
@@ -111,9 +111,9 @@ export declare class ThyCarousel implements OnInit, AfterViewInit, AfterContentI
|
|
|
111
111
|
ngOnDestroy(): void;
|
|
112
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCarousel, never>;
|
|
113
113
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCarousel, "thy-carousel", never, { "thyAutoPlay": { "alias": "thyAutoPlay"; "required": false; }; "thyAutoPlayInterval": { "alias": "thyAutoPlayInterval"; "required": false; }; "thyEffect": { "alias": "thyEffect"; "required": false; }; "thyIndicators": { "alias": "thyIndicators"; "required": false; }; "thyIndicatorRender": { "alias": "thyIndicatorRender"; "required": false; }; "thyControls": { "alias": "thyControls"; "required": false; }; "thyControlPrev": { "alias": "thyControlPrev"; "required": false; }; "thyControlNext": { "alias": "thyControlNext"; "required": false; }; "thyTouchable": { "alias": "thyTouchable"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyPause": { "alias": "thyPause"; "required": false; }; }, { "thyBeforeChange": "thyBeforeChange"; "thyAfterChange": "thyAfterChange"; }, ["carouselItems"], ["*"], true, never>;
|
|
114
|
-
static ngAcceptInputType_thyAutoPlay:
|
|
114
|
+
static ngAcceptInputType_thyAutoPlay: boolean | string | number;
|
|
115
115
|
static ngAcceptInputType_thyAutoPlayInterval: unknown;
|
|
116
|
-
static ngAcceptInputType_thyIndicators:
|
|
117
|
-
static ngAcceptInputType_thyControls:
|
|
118
|
-
static ngAcceptInputType_thyTouchable:
|
|
116
|
+
static ngAcceptInputType_thyIndicators: boolean | string | number;
|
|
117
|
+
static ngAcceptInputType_thyControls: boolean | string | number;
|
|
118
|
+
static ngAcceptInputType_thyTouchable: boolean | string | number;
|
|
119
119
|
}
|
|
@@ -24,9 +24,9 @@ export declare class ThyCascaderOptionComponent implements OnInit {
|
|
|
24
24
|
toggleOption(value: boolean): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascaderOptionComponent, never>;
|
|
26
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderOptionComponent, "[thy-cascader-option]", never, { "option": { "alias": "option"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "isOnlySelectLeaf": { "alias": "isOnlySelectLeaf"; "required": false; }; "optionRender": { "alias": "optionRender"; "required": false; }; "active": { "alias": "active"; "required": false; }; "halfSelected": { "alias": "halfSelected"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "labelProperty": { "alias": "labelProperty"; "required": false; }; }, { "toggleSelectChange": "toggleSelectChange"; }, never, never, true, never>;
|
|
27
|
-
static ngAcceptInputType_multiple:
|
|
28
|
-
static ngAcceptInputType_isOnlySelectLeaf:
|
|
29
|
-
static ngAcceptInputType_active:
|
|
30
|
-
static ngAcceptInputType_halfSelected:
|
|
31
|
-
static ngAcceptInputType_selected:
|
|
27
|
+
static ngAcceptInputType_multiple: boolean | string | number;
|
|
28
|
+
static ngAcceptInputType_isOnlySelectLeaf: boolean | string | number;
|
|
29
|
+
static ngAcceptInputType_active: boolean | string | number;
|
|
30
|
+
static ngAcceptInputType_halfSelected: boolean | string | number;
|
|
31
|
+
static ngAcceptInputType_selected: boolean | string | number;
|
|
32
32
|
}
|
|
@@ -20,7 +20,7 @@ export declare class ThyCascaderSearchOptionComponent implements OnInit {
|
|
|
20
20
|
toggleOption(value: boolean): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascaderSearchOptionComponent, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderSearchOptionComponent, "[thy-cascader-search-option]", never, { "option": { "alias": "option"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "isOnlySelectLeaf": { "alias": "isOnlySelectLeaf"; "required": false; }; "active": { "alias": "active"; "required": false; }; "optionRender": { "alias": "optionRender"; "required": false; }; }, { "toggleSelectChange": "toggleSelectChange"; }, never, never, true, never>;
|
|
23
|
-
static ngAcceptInputType_multiple:
|
|
24
|
-
static ngAcceptInputType_isOnlySelectLeaf:
|
|
25
|
-
static ngAcceptInputType_active:
|
|
23
|
+
static ngAcceptInputType_multiple: boolean | string | number;
|
|
24
|
+
static ngAcceptInputType_isOnlySelectLeaf: boolean | string | number;
|
|
25
|
+
static ngAcceptInputType_active: boolean | string | number;
|
|
26
26
|
}
|
|
@@ -282,13 +282,13 @@ export declare class ThyCascader extends TabIndexDisabledControlValueAccessorMix
|
|
|
282
282
|
ngOnDestroy(): void;
|
|
283
283
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascader, never>;
|
|
284
284
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascader, "thy-cascader,[thy-cascader]", never, { "thyValueProperty": { "alias": "thyValueProperty"; "required": false; }; "thyLabelProperty": { "alias": "thyLabelProperty"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyOptions": { "alias": "thyOptions"; "required": false; }; "thyCustomOptions": { "alias": "thyCustomOptions"; "required": false; }; "thyChangeOn": { "alias": "thyChangeOn"; "required": false; }; "thyChangeOnSelect": { "alias": "thyChangeOnSelect"; "required": false; }; "thyShowInput": { "alias": "thyShowInput"; "required": false; }; "thyOptionRender": { "alias": "thyOptionRender"; "required": false; }; "thyLabelRender": { "alias": "thyLabelRender"; "required": false; }; "thyLoadData": { "alias": "thyLoadData"; "required": false; }; "thyTriggerAction": { "alias": "thyTriggerAction"; "required": false; }; "thyExpandTriggerAction": { "alias": "thyExpandTriggerAction"; "required": false; }; "thyMenuStyle": { "alias": "thyMenuStyle"; "required": false; }; "thySearchListStyle": { "alias": "thySearchListStyle"; "required": false; }; "thyMenuClassName": { "alias": "thyMenuClassName"; "required": false; }; "thyColumnClassName": { "alias": "thyColumnClassName"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyIsOnlySelectLeaf": { "alias": "thyIsOnlySelectLeaf"; "required": false; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; }, { "thyChange": "thyChange"; "thySelectionChange": "thySelectionChange"; "thySelect": "thySelect"; "thyDeselect": "thyDeselect"; "thyClear": "thyClear"; "thyExpandStatusChange": "thyExpandStatusChange"; }, never, never, true, never>;
|
|
285
|
-
static ngAcceptInputType_thyChangeOnSelect:
|
|
286
|
-
static ngAcceptInputType_thyShowInput:
|
|
287
|
-
static ngAcceptInputType_thyDisabled:
|
|
288
|
-
static ngAcceptInputType_thyMultiple:
|
|
285
|
+
static ngAcceptInputType_thyChangeOnSelect: boolean | string | number;
|
|
286
|
+
static ngAcceptInputType_thyShowInput: boolean | string | number;
|
|
287
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
288
|
+
static ngAcceptInputType_thyMultiple: boolean | string | number;
|
|
289
289
|
static ngAcceptInputType_thyMaxTagCount: unknown;
|
|
290
|
-
static ngAcceptInputType_thyIsOnlySelectLeaf:
|
|
291
|
-
static ngAcceptInputType_thyAutoExpand:
|
|
292
|
-
static ngAcceptInputType_thyShowSearch:
|
|
293
|
-
static ngAcceptInputType_thyHasBackdrop:
|
|
290
|
+
static ngAcceptInputType_thyIsOnlySelectLeaf: boolean | string | number;
|
|
291
|
+
static ngAcceptInputType_thyAutoExpand: boolean | string | number;
|
|
292
|
+
static ngAcceptInputType_thyShowSearch: boolean | string | number;
|
|
293
|
+
static ngAcceptInputType_thyHasBackdrop: boolean | string | number;
|
|
294
294
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ThyCheckbox extends ThyFormCheckBaseComponent {
|
|
|
17
17
|
constructor(thyTranslate: ThyTranslate);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCheckbox, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCheckbox, "thy-checkbox,[thy-checkbox],[thyCheckbox]", never, { "thyIndeterminate": { "alias": "thyIndeterminate"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
|
-
static ngAcceptInputType_thyIndeterminate:
|
|
20
|
+
static ngAcceptInputType_thyIndeterminate: boolean | string | number;
|
|
21
21
|
}
|
|
@@ -55,6 +55,6 @@ export declare class ThyCollapseItem implements OnInit, OnDestroy {
|
|
|
55
55
|
ngOnDestroy(): void;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCollapseItem, [null, { host: true; }]>;
|
|
57
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCollapseItem, "thy-collapse-panel, thy-collapse-item", ["ThyCollapseComponent"], { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thyActive": { "alias": "thyActive"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyHeaderTemplate": { "alias": "thyHeaderTemplate"; "required": false; }; "thyArrowIcon": { "alias": "thyArrowIcon"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; }, { "thyActiveChange": "thyActiveChange"; }, never, ["*"], true, never>;
|
|
58
|
-
static ngAcceptInputType_thyActive:
|
|
59
|
-
static ngAcceptInputType_thyDisabled:
|
|
58
|
+
static ngAcceptInputType_thyActive: boolean | string | number;
|
|
59
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
60
60
|
}
|
|
@@ -31,5 +31,5 @@ export declare class ThyCollapse implements OnInit {
|
|
|
31
31
|
click(collapseItem: ThyCollapseItem, event: Event): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCollapse, never>;
|
|
33
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCollapse, "thy-collapse", never, { "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyAccordion": { "alias": "thyAccordion"; "required": false; }; "thyArrowIconPosition": { "alias": "thyArrowIconPosition"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
34
|
-
static ngAcceptInputType_thyAccordion:
|
|
34
|
+
static ngAcceptInputType_thyAccordion: boolean | string | number;
|
|
35
35
|
}
|
|
@@ -27,5 +27,5 @@ export declare class ThyColorPickerPanel implements OnInit {
|
|
|
27
27
|
getIconColor(item: string): "white" | "black";
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyColorPickerPanel, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyColorPickerPanel, "thy-color-picker-panel", never, { "color": { "alias": "color"; "required": false; }; "colorChange": { "alias": "colorChange"; "required": false; }; "defaultColor": { "alias": "defaultColor"; "required": false; }; "transparentColorSelectable": { "alias": "transparentColorSelectable"; "required": false; }; "defaultColors": { "alias": "defaultColors"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
|
-
static ngAcceptInputType_transparentColorSelectable:
|
|
30
|
+
static ngAcceptInputType_transparentColorSelectable: boolean | string | number;
|
|
31
31
|
}
|
|
@@ -96,10 +96,10 @@ export declare class ThyColorPickerDirective extends _BaseMixin implements OnIni
|
|
|
96
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyColorPickerDirective, never>;
|
|
97
97
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyColorPickerDirective, "[thyColorPicker]", never, { "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyDefaultColor": { "alias": "thyDefaultColor"; "required": false; }; "thyTransparentColorSelectable": { "alias": "thyTransparentColorSelectable"; "required": false; }; "thyPresetColors": { "alias": "thyPresetColors"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyShowDelay": { "alias": "thyShowDelay"; "required": false; }; "thyHideDelay": { "alias": "thyHideDelay"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "thyPanelOpen": "thyPanelOpen"; "thyPanelClose": "thyPanelClose"; }, never, never, true, never>;
|
|
98
98
|
static ngAcceptInputType_thyOffset: unknown;
|
|
99
|
-
static ngAcceptInputType_thyHasBackdrop:
|
|
100
|
-
static ngAcceptInputType_thyTransparentColorSelectable:
|
|
99
|
+
static ngAcceptInputType_thyHasBackdrop: boolean | string | number;
|
|
100
|
+
static ngAcceptInputType_thyTransparentColorSelectable: boolean | string | number;
|
|
101
101
|
static ngAcceptInputType_thyShowDelay: unknown;
|
|
102
102
|
static ngAcceptInputType_thyHideDelay: unknown;
|
|
103
|
-
static ngAcceptInputType_thyDisabled:
|
|
103
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
104
104
|
}
|
|
105
105
|
export {};
|
package/copy/copy.directive.d.ts
CHANGED
|
@@ -45,5 +45,5 @@ export declare class ThyCopyDirective implements OnInit, OnDestroy {
|
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCopyDirective, never>;
|
|
47
47
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCopyDirective, "[thyCopy]", never, { "thyCopySuccessText": { "alias": "thyCopySuccessText"; "required": false; }; "thyCopyTips": { "alias": "thyCopyTips"; "required": false; }; "thyCopyTipsOffset": { "alias": "thyCopyTipsOffset"; "required": false; }; "thyCopyContent": { "alias": "thyCopyContent"; "required": false; }; "thyShowNotify": { "alias": "thyShowNotify"; "required": false; }; }, { "thyCopy": "thyCopy"; }, never, never, true, [{ directive: typeof i1.ThyTooltipDirective; inputs: {}; outputs: {}; }]>;
|
|
48
|
-
static ngAcceptInputType_thyShowNotify:
|
|
48
|
+
static ngAcceptInputType_thyShowNotify: boolean | string | number;
|
|
49
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @deprecated Please use {transform:
|
|
2
|
+
* @deprecated Please use {transform: coerceBooleanProperty} in Input instead
|
|
3
3
|
*/
|
|
4
4
|
export declare function InputBoolean(): PropertyDecorator;
|
|
5
5
|
export declare function InputCssPixel(): PropertyDecorator;
|
|
@@ -109,6 +109,12 @@ export declare class ThyAbstractOverlayConfig<TData = unknown> {
|
|
|
109
109
|
* 关闭弹窗前的回调函数,返回 false 可阻止关闭弹窗
|
|
110
110
|
*/
|
|
111
111
|
canClose?: (result?: unknown) => boolean;
|
|
112
|
+
/**
|
|
113
|
+
* 设置当提供的位置均不适合时是否可以将覆盖层推到屏幕上
|
|
114
|
+
* @description.en-us Sets whether the overlay can be pushed on-screen if none of the provided positions fit
|
|
115
|
+
* @default true
|
|
116
|
+
*/
|
|
117
|
+
canPush?: boolean;
|
|
112
118
|
}
|
|
113
119
|
export interface ThyAbstractOverlayOptions {
|
|
114
120
|
/** component name, e.g. dialog | popover | slide */
|