ngx-tethys 17.0.9 → 17.0.11
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 +18 -0
- 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/button/button-icon.component.d.ts +2 -2
- package/button/button.component.d.ts +2 -2
- 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/date-picker/abstract-picker.component.d.ts +7 -7
- package/date-picker/abstract-picker.directive.d.ts +3 -3
- package/date-picker/base-picker.component.d.ts +2 -2
- package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
- package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
- package/date-picker/picker.component.d.ts +1 -1
- 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/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 +12 -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/copy/copy.directive.mjs +5 -4
- package/esm2022/core/behaviors/decorators.mjs +2 -2
- package/esm2022/date-picker/abstract-picker.component.mjs +11 -10
- package/esm2022/date-picker/abstract-picker.directive.mjs +6 -6
- package/esm2022/date-picker/base-picker.component.mjs +5 -5
- package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
- package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +5 -5
- package/esm2022/date-picker/picker.component.mjs +5 -5
- 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.directive.mjs +6 -5
- 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 +6 -6
- 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 +5 -4
- 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 +8 -7
- package/esm2022/pagination/pagination.component.mjs +9 -9
- package/esm2022/popover/popover.directive.mjs +6 -5
- package/esm2022/property/property-item.component.mjs +5 -4
- 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 +6 -5
- package/esm2022/table/table.component.mjs +14 -14
- 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 +10 -10
- package/esm2022/tree-select/tree-select.component.mjs +11 -11
- package/esm2022/upload/file-select.component.mjs +6 -5
- 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-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 +21 -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 +8 -7
- 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 +1 -1
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +26 -26
- 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 +5 -5
- 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 +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 +15 -14
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-nav.mjs +16 -16
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +8 -8
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +5 -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 +4 -3
- 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 +22 -22
- 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 +10 -10
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +15 -15
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-upload.mjs +5 -5
- 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.directive.d.ts +2 -2
- package/input/input-search.component.d.ts +1 -1
- package/input/input.component.d.ts +2 -2
- package/input-number/input-number.component.d.ts +2 -2
- 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 +1 -1
- package/menu/item/name/menu-item-name.component.d.ts +1 -1
- package/menu/menu.component.d.ts +1 -1
- 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 +4 -4
- package/package.json +1 -1
- package/pagination/pagination.component.d.ts +5 -5
- package/popover/popover.directive.d.ts +2 -2
- package/property/property-item.component.d.ts +4 -1
- 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/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/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/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/switch/switch.component.d.ts +2 -2
- package/table/table-column.component.d.ts +5 -5
- package/table/table-skeleton.component.d.ts +2 -2
- package/table/table.component.d.ts +10 -10
- 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 +6 -6
- package/tree-select/tree-select.component.d.ts +7 -7
- package/upload/file-select.component.d.ts +2 -2
- package/vote/vote.component.d.ts +3 -3
- package/watermark/watermark.directive.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [17.0.11](https://github.com/atinc/ngx-tethys/compare/17.0.10...17.0.11) (2024-06-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 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)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [17.0.10](https://github.com/atinc/ngx-tethys/compare/17.0.9...17.0.10) (2024-06-13)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **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)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
5
23
|
## [17.0.9](https://github.com/atinc/ngx-tethys/compare/17.0.8...17.0.9) (2024-06-13)
|
|
6
24
|
|
|
7
25
|
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
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;
|
|
@@ -154,11 +154,11 @@ export declare abstract class AbstractPickerComponent extends TabIndexDisabledCo
|
|
|
154
154
|
private setValueByPrecision;
|
|
155
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPickerComponent, never>;
|
|
156
156
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPickerComponent, never, never, { "thyMode": { "alias": "thyMode"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyAutoFocus": { "alias": "thyAutoFocus"; "required": false; }; "thyOpen": { "alias": "thyOpen"; "required": false; }; "thyDisabledDate": { "alias": "thyDisabledDate"; "required": false; }; "thyMinDate": { "alias": "thyMinDate"; "required": false; }; "thyMaxDate": { "alias": "thyMaxDate"; "required": false; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; }; "thyReadonly": { "alias": "thyReadonly"; "required": false; }; "thyOriginClassName": { "alias": "thyOriginClassName"; "required": false; }; "thyPanelClassName": { "alias": "thyPanelClassName"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyTimestampPrecision": { "alias": "thyTimestampPrecision"; "required": false; }; "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyAutoStartAndEnd": { "alias": "thyAutoStartAndEnd"; "required": false; }; "thyDefaultPickerValue": { "alias": "thyDefaultPickerValue"; "required": false; }; "thySuffixIcon": { "alias": "thySuffixIcon"; "required": false; }; "thyShowShortcut": { "alias": "thyShowShortcut"; "required": false; }; "thyShortcutPosition": { "alias": "thyShortcutPosition"; "required": false; }; "thyShortcutPresets": { "alias": "thyShortcutPresets"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "thyDateChange": "thyDateChange"; "thyOpenChange": "thyOpenChange"; }, never, never, false, never>;
|
|
157
|
-
static ngAcceptInputType_thyAllowClear:
|
|
158
|
-
static ngAcceptInputType_thyAutoFocus:
|
|
159
|
-
static ngAcceptInputType_thyOpen:
|
|
160
|
-
static ngAcceptInputType_thyReadonly:
|
|
161
|
-
static ngAcceptInputType_thyAutoStartAndEnd:
|
|
162
|
-
static ngAcceptInputType_thyShowShortcut:
|
|
163
|
-
static ngAcceptInputType_thyDisabled:
|
|
157
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
158
|
+
static ngAcceptInputType_thyAutoFocus: boolean | string | number;
|
|
159
|
+
static ngAcceptInputType_thyOpen: boolean | string | number;
|
|
160
|
+
static ngAcceptInputType_thyReadonly: boolean | string | number;
|
|
161
|
+
static ngAcceptInputType_thyAutoStartAndEnd: boolean | string | number;
|
|
162
|
+
static ngAcceptInputType_thyShowShortcut: boolean | string | number;
|
|
163
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
164
164
|
}
|
|
@@ -76,8 +76,8 @@ export declare abstract class PickerDirective extends AbstractPickerComponent im
|
|
|
76
76
|
onShowTimePickerChange(show: boolean): void;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickerDirective, never>;
|
|
78
78
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PickerDirective, never, never, { "thyDateRender": { "alias": "thyDateRender"; "required": false; }; "thyShowTime": { "alias": "thyShowTime"; "required": false; }; "thyMustShowTime": { "alias": "thyMustShowTime"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyOffset": { "alias": "thyOffset"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; }; "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; }, { "thyOnPanelChange": "thyOnPanelChange"; "thyOnCalendarChange": "thyOnCalendarChange"; }, never, never, false, never>;
|
|
79
|
-
static ngAcceptInputType_thyMustShowTime:
|
|
79
|
+
static ngAcceptInputType_thyMustShowTime: any;
|
|
80
80
|
static ngAcceptInputType_thyOffset: unknown;
|
|
81
|
-
static ngAcceptInputType_thyHasBackdrop:
|
|
82
|
-
static ngAcceptInputType_thyStopPropagation:
|
|
81
|
+
static ngAcceptInputType_thyHasBackdrop: any;
|
|
82
|
+
static ngAcceptInputType_thyStopPropagation: any;
|
|
83
83
|
}
|
|
@@ -73,6 +73,6 @@ export declare class BasePicker extends AbstractPickerComponent implements OnIni
|
|
|
73
73
|
private isValidDateLimit;
|
|
74
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasePicker, never>;
|
|
75
75
|
static ɵcmp: i0.ɵɵComponentDeclaration<BasePicker, "ng-component", never, { "thyDateRender": { "alias": "thyDateRender"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyShowTime": { "alias": "thyShowTime"; "required": false; }; "thyMustShowTime": { "alias": "thyMustShowTime"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; }, { "thyOnPanelChange": "thyOnPanelChange"; "thyOnCalendarChange": "thyOnCalendarChange"; "thyOnOk": "thyOnOk"; }, never, never, true, never>;
|
|
76
|
-
static ngAcceptInputType_thyHasBackdrop:
|
|
77
|
-
static ngAcceptInputType_thyMustShowTime:
|
|
76
|
+
static ngAcceptInputType_thyHasBackdrop: any;
|
|
77
|
+
static ngAcceptInputType_thyMustShowTime: any;
|
|
78
78
|
}
|
|
@@ -25,5 +25,5 @@ export declare class CalendarFooter implements OnInit, OnChanges {
|
|
|
25
25
|
private _initTimeShowMode;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarFooter, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooter, "calendar-footer", ["calendarFooter"], { "showTime": { "alias": "showTime"; "required": false; }; "mustShowTime": { "alias": "mustShowTime"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disableTimeConfirm": { "alias": "disableTimeConfirm"; "required": false; }; }, { "selectTime": "selectTime"; "clickOk": "clickOk"; "clickRemove": "clickRemove"; "showTimePickerChange": "showTimePickerChange"; }, never, never, true, never>;
|
|
28
|
-
static ngAcceptInputType_disableTimeConfirm:
|
|
28
|
+
static ngAcceptInputType_disableTimeConfirm: boolean | string | number;
|
|
29
29
|
}
|
|
@@ -44,5 +44,5 @@ export declare class InnerPopup implements OnChanges {
|
|
|
44
44
|
enableSuperPrevNext(direction: 'prev' | 'next', panelMode: ThyPanelMode): boolean;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<InnerPopup, never>;
|
|
46
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<InnerPopup, "inner-popup", ["innerPopup"], { "showWeek": { "alias": "showWeek"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "rangeActiveDate": { "alias": "rangeActiveDate"; "required": false; }; "enablePrev": { "alias": "enablePrev"; "required": false; }; "enableNext": { "alias": "enableNext"; "required": false; }; "disabledDate": { "alias": "disabledDate"; "required": false; }; "dateRender": { "alias": "dateRender"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "hoverValue": { "alias": "hoverValue"; "required": false; }; "panelMode": { "alias": "panelMode"; "required": false; }; "showDateRangeInput": { "alias": "showDateRangeInput"; "required": false; }; "partType": { "alias": "partType"; "required": false; }; "endPanelMode": { "alias": "endPanelMode"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "panelModeChange": "panelModeChange"; "headerChange": "headerChange"; "selectDate": "selectDate"; "dayHover": "dayHover"; }, never, never, true, never>;
|
|
47
|
-
static ngAcceptInputType_showDateRangeInput:
|
|
47
|
+
static ngAcceptInputType_showDateRangeInput: boolean | string | number;
|
|
48
48
|
}
|
|
@@ -75,5 +75,5 @@ export declare class ThyPicker implements OnChanges, AfterViewInit {
|
|
|
75
75
|
private updateReadableDate;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPicker, never>;
|
|
77
77
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyPicker, "thy-picker", ["thyPicker"], { "isRange": { "alias": "isRange"; "required": false; }; "open": { "alias": "open"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "className": { "alias": "className"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suffixIcon": { "alias": "suffixIcon"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "flexible": { "alias": "flexible"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "format": { "alias": "format"; "required": false; }; "flexibleDateGranularity": { "alias": "flexibleDateGranularity"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "blur": "blur"; "valueChange": "valueChange"; "openChange": "openChange"; "inputChange": "inputChange"; }, never, ["*"], true, never>;
|
|
78
|
-
static ngAcceptInputType_hasBackdrop:
|
|
78
|
+
static ngAcceptInputType_hasBackdrop: boolean | string | number;
|
|
79
79
|
}
|
|
@@ -80,6 +80,12 @@ export declare class ThyDateRange implements OnInit, ControlValueAccessor {
|
|
|
80
80
|
openOptionalDateRangesMenu(event: Event): void;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDateRange, never>;
|
|
82
82
|
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
|
-
|
|
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;
|
|
85
91
|
}
|
|
@@ -20,5 +20,5 @@ export declare class ThyDialogBody implements OnInit {
|
|
|
20
20
|
ngOnInit(): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDialogBody, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDialogBody, "thy-dialog-body", ["thyDialogBody"], { "thyClearPadding": { "alias": "thyClearPadding"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
|
|
23
|
-
static ngAcceptInputType_thyClearPadding:
|
|
23
|
+
static ngAcceptInputType_thyClearPadding: boolean | string | number;
|
|
24
24
|
}
|
|
@@ -32,5 +32,5 @@ export declare class ThyDialogFooter implements OnInit {
|
|
|
32
32
|
ngOnInit(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDialogFooter, never>;
|
|
34
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDialogFooter, "thy-dialog-footer", ["thyDialogFooter"], { "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyAlign": { "alias": "thyAlign"; "required": false; }; }, {}, ["description"], ["*"], true, never>;
|
|
35
|
-
static ngAcceptInputType_thyDivided:
|
|
35
|
+
static ngAcceptInputType_thyDivided: boolean | string | number;
|
|
36
36
|
}
|
|
@@ -49,5 +49,5 @@ export declare class ThyDialogHeader implements OnInit {
|
|
|
49
49
|
close(event?: Event): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDialogHeader, [null, null, null, { optional: true; }]>;
|
|
51
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDialogHeader, "thy-dialog-header", ["thyDialogHeader"], { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyTitleTranslationKey": { "alias": "thyTitleTranslationKey"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; }, { "thyOnClose": "thyOnClose"; }, ["headerTemplate"], never, true, never>;
|
|
52
|
-
static ngAcceptInputType_thyDivided:
|
|
52
|
+
static ngAcceptInputType_thyDivided: boolean | string | number;
|
|
53
53
|
}
|
|
@@ -46,6 +46,6 @@ export declare class ThyDivider implements OnChanges, OnInit {
|
|
|
46
46
|
setColor(color: ThyDividerColor): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDivider, never>;
|
|
48
48
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDivider, "thy-divider", never, { "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyStyle": { "alias": "thyStyle"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thyText": { "alias": "thyText"; "required": false; }; "thyTextDirection": { "alias": "thyTextDirection"; "required": false; }; "thyDeeper": { "alias": "thyDeeper"; "required": false; }; }, {}, never, never, true, never>;
|
|
49
|
-
static ngAcceptInputType_thyVertical:
|
|
50
|
-
static ngAcceptInputType_thyDeeper:
|
|
49
|
+
static ngAcceptInputType_thyVertical: boolean | string | number;
|
|
50
|
+
static ngAcceptInputType_thyDeeper: boolean | string | number;
|
|
51
51
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ThyDragHandleDirective {
|
|
|
18
18
|
constructor(element: ElementRef<HTMLElement>, drag: ThyDragDirective);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDragHandleDirective, [null, { optional: true; }]>;
|
|
20
20
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDragHandleDirective, "thy-drag-handle,[thyDragHandle]", never, { "disabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
-
static ngAcceptInputType_disabled:
|
|
21
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
22
22
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ThyDragDirective<T = any> implements OnDestroy {
|
|
|
34
34
|
ngOnDestroy(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDragDirective<any>, [null, { optional: true; }, null, null, null, null]>;
|
|
36
36
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDragDirective<any>, "thy-drag,[thyDrag]", never, { "dragData": { "alias": "thyDrag"; "required": false; }; "data": { "alias": "thyDragData"; "required": false; }; "disabled": { "alias": "thyDragDisabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
|
-
static ngAcceptInputType_disabled:
|
|
37
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
38
38
|
}
|
|
@@ -65,5 +65,5 @@ export declare class ThyDropContainerDirective<T = any> implements OnInit, After
|
|
|
65
65
|
ngOnDestroy(): void;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropContainerDirective<any>, never>;
|
|
67
67
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropContainerDirective<any>, "thy-drop-container,[thyDropContainer]", never, { "dragContainer": { "alias": "thyDropContainer"; "required": false; }; "data": { "alias": "thyDropContainerData"; "required": false; }; "disabled": { "alias": "thyDropContainerDisabled"; "required": false; }; "beforeStart": { "alias": "thyBeforeDragStart"; "required": false; }; "beforeOver": { "alias": "thyBeforeDragOver"; "required": false; }; "beforeDrop": { "alias": "thyBeforeDragDrop"; "required": false; }; }, { "started": "thyDragStarted"; "ended": "thyDragEnded"; "overed": "thyDragOvered"; "dropped": "thyDragDropped"; }, ["draggables"], never, true, never>;
|
|
68
|
-
static ngAcceptInputType_disabled:
|
|
68
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
69
69
|
}
|
|
@@ -32,7 +32,7 @@ export declare class ThyDropdownMenuItemDirective implements OnInit {
|
|
|
32
32
|
bindMouseenterEvent(): import("rxjs").Observable<Event>;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropdownMenuItemDirective, never>;
|
|
34
34
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropdownMenuItemDirective, "[thyDropdownMenuItem]", never, { "thyType": { "alias": "thyType"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
|
-
static ngAcceptInputType_thyDisabled:
|
|
35
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* 设置为菜单项图标
|
|
@@ -99,5 +99,5 @@ export declare class ThyDropdownMenuItemActiveDirective {
|
|
|
99
99
|
constructor();
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropdownMenuItemActiveDirective, never>;
|
|
101
101
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropdownMenuItemActiveDirective, "[thyDropdownMenuItemActive]", never, { "thyDropdownMenuItemActive": { "alias": "thyDropdownMenuItemActive"; "required": false; }; }, {}, never, never, true, never>;
|
|
102
|
-
static ngAcceptInputType_thyDropdownMenuItemActive:
|
|
102
|
+
static ngAcceptInputType_thyDropdownMenuItemActive: boolean | string | number;
|
|
103
103
|
}
|
|
@@ -32,7 +32,7 @@ export declare class ThyDropdownMenuComponent {
|
|
|
32
32
|
constructor();
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDropdownMenuComponent, never>;
|
|
34
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyDropdownMenuComponent, "thy-dropdown-menu", never, { "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyImmediateRender": { "alias": "thyImmediateRender"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
35
|
-
static ngAcceptInputType_thyImmediateRender:
|
|
35
|
+
static ngAcceptInputType_thyImmediateRender: boolean | string | number;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* 下拉菜单分组
|
|
@@ -83,6 +83,6 @@ export declare class ThyDropdownDirective extends ThyOverlayDirectiveBase implem
|
|
|
83
83
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDropdownDirective, "[thyDropdown]", never, { "thyDropdownMenu": { "alias": "thyDropdownMenu"; "required": false; }; "thyDropdown": { "alias": "thyDropdown"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyShowDelay": { "alias": "thyShowDelay"; "required": false; }; "thyHideDelay": { "alias": "thyHideDelay"; "required": false; }; "thyActiveClass": { "alias": "thyActiveClass"; "required": false; }; "thyPopoverOptions": { "alias": "thyPopoverOptions"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyMenuInsideClosable": { "alias": "thyMenuInsideClosable"; "required": false; }; "thyPanelClass": { "alias": "thyPanelClass"; "required": false; }; }, { "thyActiveChange": "thyActiveChange"; }, never, never, true, never>;
|
|
84
84
|
static ngAcceptInputType_thyShowDelay: unknown;
|
|
85
85
|
static ngAcceptInputType_thyHideDelay: unknown;
|
|
86
|
-
static ngAcceptInputType_thyMenuInsideClosable:
|
|
86
|
+
static ngAcceptInputType_thyMenuInsideClosable: boolean | string | number;
|
|
87
87
|
}
|
|
88
88
|
export {};
|
|
@@ -91,5 +91,5 @@ export declare class ThyEmpty implements OnInit, AfterViewInit, OnChanges {
|
|
|
91
91
|
setPresetSvg(icon: string): void;
|
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyEmpty, never>;
|
|
93
93
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyEmpty, "thy-empty", never, { "thyMessage": { "alias": "thyMessage"; "required": false; }; "thyTranslationKey": { "alias": "thyTranslationKey"; "required": false; }; "thyTranslationValues": { "alias": "thyTranslationValues"; "required": false; }; "thyEntityName": { "alias": "thyEntityName"; "required": false; }; "thyEntityNameTranslateKey": { "alias": "thyEntityNameTranslateKey"; "required": false; }; "thyIconName": { "alias": "thyIconName"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMarginTop": { "alias": "thyMarginTop"; "required": false; }; "thyTopAuto": { "alias": "thyTopAuto"; "required": false; }; "thyContainer": { "alias": "thyContainer"; "required": false; }; "thyImageUrl": { "alias": "thyImageUrl"; "required": false; }; "thyImageLoading": { "alias": "thyImageLoading"; "required": false; }; "thyImageFetchPriority": { "alias": "thyImageFetchPriority"; "required": false; }; "thyDescription": { "alias": "thyDescription"; "required": false; }; }, {}, ["extraTemplateRef"], never, true, never>;
|
|
94
|
-
static ngAcceptInputType_thyTopAuto:
|
|
94
|
+
static ngAcceptInputType_thyTopAuto: boolean | string | number;
|
|
95
95
|
}
|