ngx-tethys 17.0.10 → 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 +9 -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/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-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
|
@@ -56,10 +56,10 @@ export declare class ThySidebarDirective implements OnInit {
|
|
|
56
56
|
ngOnInit(): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebarDirective, [{ optional: true; host: true; }]>;
|
|
58
58
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThySidebarDirective, "[thySidebar]", never, { "thyDirection": { "alias": "thyDirection"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyIsolated": { "alias": "thyIsolated"; "required": false; }; "thyDivided": { "alias": "thyDivided"; "required": false; }; "thyHasBorderRight": { "alias": "thyHasBorderRight"; "required": false; }; "thyHasBorderLeft": { "alias": "thyHasBorderLeft"; "required": false; }; }, {}, never, never, true, never>;
|
|
59
|
-
static ngAcceptInputType_thyIsolated:
|
|
60
|
-
static ngAcceptInputType_thyDivided:
|
|
61
|
-
static ngAcceptInputType_thyHasBorderRight:
|
|
62
|
-
static ngAcceptInputType_thyHasBorderLeft:
|
|
59
|
+
static ngAcceptInputType_thyIsolated: boolean | string | number;
|
|
60
|
+
static ngAcceptInputType_thyDivided: boolean | string | number;
|
|
61
|
+
static ngAcceptInputType_thyHasBorderRight: boolean | string | number;
|
|
62
|
+
static ngAcceptInputType_thyHasBorderLeft: boolean | string | number;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* 侧边栏布局组件
|
|
@@ -146,10 +146,10 @@ export declare class ThySidebar implements OnInit, OnDestroy {
|
|
|
146
146
|
ngOnDestroy(): void;
|
|
147
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySidebar, never>;
|
|
148
148
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySidebar, "thy-sidebar", never, { "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyDragMaxWidth": { "alias": "thyDragMaxWidth"; "required": false; }; "thyDragMinWidth": { "alias": "thyDragMinWidth"; "required": false; }; "thyTrigger": { "alias": "thyTrigger"; "required": false; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; "thyCollapsedWidth": { "alias": "thyCollapsedWidth"; "required": false; }; "thyDefaultWidth": { "alias": "thyDefaultWidth"; "required": false; }; }, { "thyCollapsedChange": "thyCollapsedChange"; "thyDragWidthChange": "thyDragWidthChange"; }, never, ["*"], true, [{ directive: typeof ThySidebarDirective; inputs: { "thyTheme": "thyTheme"; "thyDirection": "thyDirection"; "thyWidth": "thyWidth"; "thyIsolated": "thyIsolated"; "thyDivided": "thyDivided"; "thyHasBorderLeft": "thyHasBorderLeft"; "thyHasBorderRight": "thyHasBorderRight"; }; outputs: {}; }]>;
|
|
149
|
-
static ngAcceptInputType_thyDraggable:
|
|
149
|
+
static ngAcceptInputType_thyDraggable: boolean | string | number;
|
|
150
150
|
static ngAcceptInputType_thyDragMaxWidth: unknown;
|
|
151
151
|
static ngAcceptInputType_thyDragMinWidth: unknown;
|
|
152
|
-
static ngAcceptInputType_thyCollapsible:
|
|
153
|
-
static ngAcceptInputType_thyCollapsed:
|
|
152
|
+
static ngAcceptInputType_thyCollapsible: boolean | string | number;
|
|
153
|
+
static ngAcceptInputType_thyCollapsed: boolean | string | number;
|
|
154
154
|
static ngAcceptInputType_thyCollapsedWidth: unknown;
|
|
155
155
|
}
|
package/list/list.component.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ export declare class ThyList {
|
|
|
15
15
|
constructor();
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyList, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyList, "thy-list", never, { "thyDivided": { "alias": "thyDivided"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
18
|
-
static ngAcceptInputType_thyDivided:
|
|
18
|
+
static ngAcceptInputType_thyDivided: boolean | string | number;
|
|
19
19
|
}
|
|
@@ -122,7 +122,7 @@ export declare class ThySelectionList implements OnInit, OnDestroy, AfterContent
|
|
|
122
122
|
ngOnDestroy(): void;
|
|
123
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySelectionList, never>;
|
|
124
124
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySelectionList, "thy-selection-list,[thy-selection-list]", never, { "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyBindKeyEventContainer": { "alias": "thyBindKeyEventContainer"; "required": false; }; "thyScrollContainer": { "alias": "thyScrollContainer"; "required": false; }; "thyBeforeKeydown": { "alias": "thyBeforeKeydown"; "required": false; }; "thyUniqueKey": { "alias": "thyUniqueKey"; "required": false; }; "thyCompareWith": { "alias": "thyCompareWith"; "required": false; }; "thyLayout": { "alias": "thyLayout"; "required": false; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thySpaceKeyEnabled": { "alias": "thySpaceKeyEnabled"; "required": false; }; }, { "thySelectionChange": "thySelectionChange"; }, ["options"], ["*"], true, never>;
|
|
125
|
-
static ngAcceptInputType_thyMultiple:
|
|
126
|
-
static ngAcceptInputType_thyAutoActiveFirstItem:
|
|
127
|
-
static ngAcceptInputType_thySpaceKeyEnabled:
|
|
125
|
+
static ngAcceptInputType_thyMultiple: boolean | string | number;
|
|
126
|
+
static ngAcceptInputType_thyAutoActiveFirstItem: boolean | string | number;
|
|
127
|
+
static ngAcceptInputType_thySpaceKeyEnabled: boolean | string | number;
|
|
128
128
|
}
|
|
@@ -27,6 +27,6 @@ export declare class ThyLoading {
|
|
|
27
27
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyLoading, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyLoading, "thy-loading", never, { "thyDone": { "alias": "thyDone"; "required": false; }; "thyTip": { "alias": "thyTip"; "required": false; }; "thyIsMask": { "alias": "thyIsMask"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
30
|
-
static ngAcceptInputType_thyDone:
|
|
31
|
-
static ngAcceptInputType_thyIsMask:
|
|
30
|
+
static ngAcceptInputType_thyDone: boolean | string | number;
|
|
31
|
+
static ngAcceptInputType_thyIsMask: boolean | string | number;
|
|
32
32
|
}
|
|
@@ -71,10 +71,10 @@ export declare class ThyMenuGroup implements OnInit {
|
|
|
71
71
|
onActionClick(event: Event): void;
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuGroup, never>;
|
|
73
73
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuGroup, "thy-menu-group,[thy-menu-group],[thyMenuGroup]", never, { "thyTitle": { "alias": "thyTitle"; "required": false; }; "thyExpand": { "alias": "thyExpand"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; "thyCollapsible": { "alias": "thyCollapsible"; "required": false; }; "thyShowIcon": { "alias": "thyShowIcon"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyActionIcon": { "alias": "thyActionIcon"; "required": false; }; "thyShowAction": { "alias": "thyShowAction"; "required": false; }; "thyActionStopPropagation": { "alias": "thyActionStopPropagation"; "required": false; }; "thyActionMenu": { "alias": "thyActionMenu"; "required": false; }; }, { "thyOnActionClick": "thyOnActionClick"; "thyCollapsedChange": "thyCollapsedChange"; }, ["headerContentTemplateRef"], ["*"], true, never>;
|
|
74
|
-
static ngAcceptInputType_thyExpand:
|
|
75
|
-
static ngAcceptInputType_thyCollapsed:
|
|
76
|
-
static ngAcceptInputType_thyCollapsible:
|
|
77
|
-
static ngAcceptInputType_thyShowIcon:
|
|
78
|
-
static ngAcceptInputType_thyShowAction:
|
|
79
|
-
static ngAcceptInputType_thyActionStopPropagation:
|
|
74
|
+
static ngAcceptInputType_thyExpand: boolean | string | number;
|
|
75
|
+
static ngAcceptInputType_thyCollapsed: boolean | string | number;
|
|
76
|
+
static ngAcceptInputType_thyCollapsible: boolean | string | number;
|
|
77
|
+
static ngAcceptInputType_thyShowIcon: boolean | string | number;
|
|
78
|
+
static ngAcceptInputType_thyShowAction: boolean | string | number;
|
|
79
|
+
static ngAcceptInputType_thyActionStopPropagation: boolean | string | number;
|
|
80
80
|
}
|
|
@@ -27,5 +27,5 @@ export declare class ThyMenuItemAction implements OnDestroy {
|
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItemAction, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemAction, "thy-menu-item-action,[thy-menu-item-action],[thyMenuItemAction]", never, { "thyActionMenu": { "alias": "thyActionMenu"; "required": false; }; "thyStopPropagation": { "alias": "thyStopPropagation"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
30
|
-
static ngAcceptInputType_thyStopPropagation:
|
|
30
|
+
static ngAcceptInputType_thyStopPropagation: boolean | string | number;
|
|
31
31
|
}
|
|
@@ -14,5 +14,5 @@ export declare class ThyMenuItemName implements OnInit {
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenuItemName, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenuItemName, "thy-menu-item-name,[thy-menu-item-name],[thyMenuItemName]", never, { "thyOverflowEllipsis": { "alias": "thyOverflowEllipsis"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
17
|
-
static ngAcceptInputType_thyOverflowEllipsis:
|
|
17
|
+
static ngAcceptInputType_thyOverflowEllipsis: boolean | string | number;
|
|
18
18
|
}
|
package/menu/menu.component.d.ts
CHANGED
|
@@ -23,5 +23,5 @@ export declare class ThyMenu implements OnInit {
|
|
|
23
23
|
ngOnInit(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyMenu, never>;
|
|
25
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyMenu, "thy-menu,[thy-menu],[thyMenu]", never, { "thyTheme": { "alias": "thyTheme"; "required": false; }; "thyCollapsed": { "alias": "thyCollapsed"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26
|
-
static ngAcceptInputType_thyCollapsed:
|
|
26
|
+
static ngAcceptInputType_thyCollapsed: boolean | string | number;
|
|
27
27
|
}
|
|
@@ -10,5 +10,5 @@ export declare class ThyIconNavLink {
|
|
|
10
10
|
set thyIconNavLinkActive(active: boolean);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyIconNavLink, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyIconNavLink, "[thyIconNavLink]", never, { "thyIconNavLinkIcon": { "alias": "thyIconNavLinkIcon"; "required": false; }; "thyIconNavLinkActive": { "alias": "thyIconNavLinkActive"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
13
|
-
static ngAcceptInputType_thyIconNavLinkActive:
|
|
13
|
+
static ngAcceptInputType_thyIconNavLinkActive: boolean | string | number;
|
|
14
14
|
}
|
|
@@ -21,6 +21,6 @@ export declare class ThyNavInkBarDirective {
|
|
|
21
21
|
hide(): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavInkBarDirective, [null, null, { optional: true; }]>;
|
|
23
23
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavInkBarDirective, "thy-nav-ink-bar, [thyNavInkBar]", never, { "isVertical": { "alias": "isVertical"; "required": false; }; "showInkBar": { "alias": "showInkBar"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
-
static ngAcceptInputType_isVertical:
|
|
25
|
-
static ngAcceptInputType_showInkBar:
|
|
24
|
+
static ngAcceptInputType_isVertical: boolean | string | number;
|
|
25
|
+
static ngAcceptInputType_showInkBar: boolean | string | number;
|
|
26
26
|
}
|
|
@@ -52,7 +52,7 @@ export declare class ThyNavItemDirective implements AfterViewInit {
|
|
|
52
52
|
setNavLinkHidden(value: boolean): void;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNavItemDirective, [null, { optional: true; }, null]>;
|
|
54
54
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyNavItemDirective, "[thyNavLink],[thyNavItem]", never, { "thyNavItemActive": { "alias": "thyNavItemActive"; "required": false; }; "thyNavLinkActive": { "alias": "thyNavLinkActive"; "required": false; }; "thyNavItemDisabled": { "alias": "thyNavItemDisabled"; "required": false; }; }, {}, ["links", "routers"], never, true, never>;
|
|
55
|
-
static ngAcceptInputType_thyNavItemActive:
|
|
56
|
-
static ngAcceptInputType_thyNavLinkActive:
|
|
57
|
-
static ngAcceptInputType_thyNavItemDisabled:
|
|
55
|
+
static ngAcceptInputType_thyNavItemActive: boolean | string | number;
|
|
56
|
+
static ngAcceptInputType_thyNavLinkActive: boolean | string | number;
|
|
57
|
+
static ngAcceptInputType_thyNavItemDisabled: boolean | string | number;
|
|
58
58
|
}
|
package/nav/nav.component.d.ts
CHANGED
|
@@ -125,8 +125,8 @@ export declare class ThyNav implements OnInit, AfterViewInit, AfterContentInit,
|
|
|
125
125
|
ngOnChanges(changes: SimpleChanges): void;
|
|
126
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNav, never>;
|
|
127
127
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyNav, "thy-nav", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyHorizontal": { "alias": "thyHorizontal"; "required": false; }; "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyFill": { "alias": "thyFill"; "required": false; }; "thyResponsive": { "alias": "thyResponsive"; "required": false; }; "thyInsideClosable": { "alias": "thyInsideClosable"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; }, {}, ["moreOperation", "morePopover", "extra", "links", "routers"], ["*"], true, never>;
|
|
128
|
-
static ngAcceptInputType_thyVertical:
|
|
129
|
-
static ngAcceptInputType_thyFill:
|
|
130
|
-
static ngAcceptInputType_thyResponsive:
|
|
131
|
-
static ngAcceptInputType_thyInsideClosable:
|
|
128
|
+
static ngAcceptInputType_thyVertical: boolean | string | number;
|
|
129
|
+
static ngAcceptInputType_thyFill: boolean | string | number;
|
|
130
|
+
static ngAcceptInputType_thyResponsive: boolean | string | number;
|
|
131
|
+
static ngAcceptInputType_thyInsideClosable: boolean | string | number;
|
|
132
132
|
}
|
package/package.json
CHANGED
|
@@ -141,12 +141,12 @@ export declare class ThyPagination implements OnInit {
|
|
|
141
141
|
static ngAcceptInputType_thyPageIndex: unknown;
|
|
142
142
|
static ngAcceptInputType_thyPageSize: unknown;
|
|
143
143
|
static ngAcceptInputType_thyTotal: unknown;
|
|
144
|
-
static ngAcceptInputType_disabled:
|
|
145
|
-
static ngAcceptInputType_showQuickJumper:
|
|
146
|
-
static ngAcceptInputType_showTotalPageCount:
|
|
144
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
145
|
+
static ngAcceptInputType_showQuickJumper: boolean | string | number;
|
|
146
|
+
static ngAcceptInputType_showTotalPageCount: boolean | string | number;
|
|
147
147
|
static ngAcceptInputType_maxCount: unknown;
|
|
148
148
|
static ngAcceptInputType_marginalCount: unknown;
|
|
149
149
|
static ngAcceptInputType_thyRangeCount: unknown;
|
|
150
|
-
static ngAcceptInputType_showSizeChanger:
|
|
151
|
-
static ngAcceptInputType_hideOnSinglePage:
|
|
150
|
+
static ngAcceptInputType_showSizeChanger: boolean | string | number;
|
|
151
|
+
static ngAcceptInputType_hideOnSinglePage: boolean | string | number;
|
|
152
152
|
}
|
|
@@ -68,6 +68,6 @@ export declare class ThyPopoverDirective extends ThyOverlayDirectiveBase impleme
|
|
|
68
68
|
static ngAcceptInputType_thyOffset: unknown;
|
|
69
69
|
static ngAcceptInputType_thyShowDelay: unknown;
|
|
70
70
|
static ngAcceptInputType_thyHideDelay: unknown;
|
|
71
|
-
static ngAcceptInputType_thyAutoAdaptive:
|
|
72
|
-
static ngAcceptInputType_thyDisabled:
|
|
71
|
+
static ngAcceptInputType_thyAutoAdaptive: boolean | string | number;
|
|
72
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
73
73
|
}
|
|
@@ -85,6 +85,9 @@ export declare class ThyPropertyItem implements OnInit, OnChanges, OnDestroy {
|
|
|
85
85
|
ngOnDestroy(): void;
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPropertyItem, never>;
|
|
87
87
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyPropertyItem, "thy-property-item", never, { "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyEditable": { "alias": "thyEditable"; "required": false; }; "thySpan": { "alias": "thySpan"; "required": false; }; "thyOperationTrigger": { "alias": "thyOperationTrigger"; "required": false; }; }, { "thyEditingChange": "thyEditingChange"; }, ["label", "editor", "operation"], ["*"], true, never>;
|
|
88
|
-
static ngAcceptInputType_thyEditable:
|
|
88
|
+
static ngAcceptInputType_thyEditable: boolean /**
|
|
89
|
+
* 属性名称自定义模板
|
|
90
|
+
* @type TemplateRef
|
|
91
|
+
*/ | string | number;
|
|
89
92
|
static ngAcceptInputType_thySpan: unknown;
|
|
90
93
|
}
|
|
@@ -84,10 +84,10 @@ export declare class ThyPropertyOperation implements OnInit, AfterContentInit, O
|
|
|
84
84
|
remove($event: Event): void;
|
|
85
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyPropertyOperation, never>;
|
|
86
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyPropertyOperation, "thy-property-operation", never, { "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyLabelTextTranslateKey": { "alias": "thyLabelTextTranslateKey"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyShowClose": { "alias": "thyShowClose"; "required": false; }; "thyLabelHasValue": { "alias": "thyLabelHasValue"; "required": false; }; "thyLabelHideWhenHasValue": { "alias": "thyLabelHideWhenHasValue"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "active": { "alias": "thyActive"; "required": false; }; "disabled": { "alias": "thyDisabled"; "required": false; }; }, { "thyOnRemove": "thyOnRemove"; "thyClick": "thyClick"; }, ["operationIcon"], ["*"], true, never>;
|
|
87
|
-
static ngAcceptInputType_thyShowClose:
|
|
88
|
-
static ngAcceptInputType_thyLabelHasValue:
|
|
89
|
-
static ngAcceptInputType_thyLabelHideWhenHasValue:
|
|
90
|
-
static ngAcceptInputType_active:
|
|
91
|
-
static ngAcceptInputType_disabled:
|
|
87
|
+
static ngAcceptInputType_thyShowClose: boolean | string | number;
|
|
88
|
+
static ngAcceptInputType_thyLabelHasValue: boolean | string | number;
|
|
89
|
+
static ngAcceptInputType_thyLabelHideWhenHasValue: boolean | string | number;
|
|
90
|
+
static ngAcceptInputType_active: boolean | string | number;
|
|
91
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
92
92
|
}
|
|
93
93
|
export {};
|
|
@@ -45,5 +45,5 @@ export declare class ThyRadioGroup implements ControlValueAccessor, OnInit, OnCh
|
|
|
45
45
|
private _setClasses;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRadioGroup, never>;
|
|
47
47
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyRadioGroup, "thy-radio-group", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyLayout": { "alias": "thyLayout"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
48
|
-
static ngAcceptInputType_thyDisabled:
|
|
48
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
49
49
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ThyRateItem implements OnInit {
|
|
|
15
15
|
clickRateItem(isHalf: boolean): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRateItem, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyRateItem, "thy-rate-item, [thy-rate-item]", never, { "allowHalf": { "alias": "allowHalf"; "required": false; }; "iconValue": { "alias": "iconValue"; "required": false; }; "iconTemplate": { "alias": "iconTemplate"; "required": false; }; }, { "itemHover": "itemHover"; "itemClick": "itemClick"; }, never, never, true, never>;
|
|
18
|
-
static ngAcceptInputType_allowHalf:
|
|
18
|
+
static ngAcceptInputType_allowHalf: boolean | string | number;
|
|
19
19
|
}
|
package/rate/rate.component.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare class ThyRate extends TabIndexDisabledControlValueAccessorMixin i
|
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyRate, never>;
|
|
74
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyRate, "thy-rate", never, { "thyCount": { "alias": "thyCount"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyAllowHalf": { "alias": "thyAllowHalf"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyTooltips": { "alias": "thyTooltips"; "required": false; }; "thyIconTemplate": { "alias": "thyIconTemplate"; "required": false; }; }, { "thyItemHoverChange": "thyItemHoverChange"; }, never, never, true, never>;
|
|
75
75
|
static ngAcceptInputType_thyCount: unknown;
|
|
76
|
-
static ngAcceptInputType_thyDisabled:
|
|
77
|
-
static ngAcceptInputType_thyAllowHalf:
|
|
78
|
-
static ngAcceptInputType_thyAllowClear:
|
|
76
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
77
|
+
static ngAcceptInputType_thyAllowHalf: boolean | string | number;
|
|
78
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
79
79
|
}
|
|
@@ -98,7 +98,7 @@ export declare class ThyResizableDirective implements AfterViewInit, OnDestroy {
|
|
|
98
98
|
static ngAcceptInputType_thyGridColumnCount: unknown;
|
|
99
99
|
static ngAcceptInputType_thyMaxColumn: unknown;
|
|
100
100
|
static ngAcceptInputType_thyMinColumn: unknown;
|
|
101
|
-
static ngAcceptInputType_thyLockAspectRatio:
|
|
102
|
-
static ngAcceptInputType_thyPreview:
|
|
103
|
-
static ngAcceptInputType_thyDisabled:
|
|
101
|
+
static ngAcceptInputType_thyLockAspectRatio: boolean | string | number;
|
|
102
|
+
static ngAcceptInputType_thyPreview: boolean | string | number;
|
|
103
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
104
104
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ThyResizeHandle implements OnInit {
|
|
|
34
34
|
ngOnInit(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyResizeHandle, never>;
|
|
36
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyResizeHandle, "thy-resize-handle, [thy-resize-handle]", ["thyResizeHandle"], { "thyDirection": { "alias": "thyDirection"; "required": false; }; "thyLine": { "alias": "thyLine"; "required": false; }; }, { "thyMouseDown": "thyMouseDown"; }, never, ["*"], true, never>;
|
|
37
|
-
static ngAcceptInputType_thyLine:
|
|
37
|
+
static ngAcceptInputType_thyLine: boolean | string | number;
|
|
38
38
|
}
|
|
@@ -20,5 +20,5 @@ export declare class ThyResizeHandles implements OnChanges {
|
|
|
20
20
|
ngOnChanges(changes: SimpleChanges): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyResizeHandles, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyResizeHandles, "thy-resize-handles", ["thyResizeHandles"], { "thyDirections": { "alias": "thyDirections"; "required": false; }; "thyLine": { "alias": "thyLine"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
-
static ngAcceptInputType_thyLine:
|
|
23
|
+
static ngAcceptInputType_thyLine: boolean | string | number;
|
|
24
24
|
}
|
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "17.0.
|
|
1
|
+
export declare const VERSION = "17.0.11";
|
package/schematics/version.js
CHANGED
|
@@ -35,5 +35,5 @@ export declare class ThySegmentItem implements AfterViewInit, OnDestroy {
|
|
|
35
35
|
ngOnDestroy(): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySegmentItem, [null, null, null, null, { optional: true; }]>;
|
|
37
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySegmentItem, "thy-segment-item,[thy-segment-item]", never, { "thyValue": { "alias": "thyValue"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
38
|
-
static ngAcceptInputType_thyDisabled:
|
|
38
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
39
39
|
}
|
|
@@ -54,6 +54,10 @@ export declare class ThySegment implements IThySegmentComponent, AfterContentIni
|
|
|
54
54
|
handleThumbAnimationDone(event: AnimationEvent): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySegment, never>;
|
|
56
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySegment, "thy-segment", ["thySegment"], { "thySize": { "alias": "thySize"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyActiveIndex": { "alias": "thyActiveIndex"; "required": false; }; }, { "thySelectChange": "thySelectChange"; }, ["options"], ["*"], true, never>;
|
|
57
|
-
static ngAcceptInputType_thyDisabled:
|
|
57
|
+
static ngAcceptInputType_thyDisabled: boolean | string /**
|
|
58
|
+
* 是否禁用分段控制器
|
|
59
|
+
*/ | /**
|
|
60
|
+
* 是否禁用分段控制器
|
|
61
|
+
*/ number;
|
|
58
62
|
static ngAcceptInputType_thyActiveIndex: unknown;
|
|
59
63
|
}
|
|
@@ -276,16 +276,16 @@ export declare class ThySelect extends TabIndexDisabledControlValueAccessorMixin
|
|
|
276
276
|
ngOnDestroy(): void;
|
|
277
277
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySelect, [null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
278
278
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySelect, "thy-select,thy-custom-select", ["thySelect"], { "thyDropdownWidthMode": { "alias": "thyDropdownWidthMode"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyPlaceHolder": { "alias": "thyPlaceHolder"; "required": false; }; "thyServerSearch": { "alias": "thyServerSearch"; "required": false; }; "thyLoadState": { "alias": "thyLoadState"; "required": false; }; "thyAutoActiveFirstItem": { "alias": "thyAutoActiveFirstItem"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyEmptyStateText": { "alias": "thyEmptyStateText"; "required": false; }; "thyEmptySearchMessageText": { "alias": "thyEmptySearchMessageText"; "required": false; }; "thyEnableScrollLoad": { "alias": "thyEnableScrollLoad"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thySortComparator": { "alias": "thySortComparator"; "required": false; }; "thyFooterTemplate": { "alias": "thyFooterTemplate"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyOrigin": { "alias": "thyOrigin"; "required": false; }; "thyFooterClass": { "alias": "thyFooterClass"; "required": false; }; "thyAutoExpand": { "alias": "thyAutoExpand"; "required": false; }; "thyHasBackdrop": { "alias": "thyHasBackdrop"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; }; "thyOptions": { "alias": "thyOptions"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnScrollToBottom": "thyOnScrollToBottom"; "thyOnExpandStatusChange": "thyOnExpandStatusChange"; }, ["selectedValueDisplayRef", "contentOptions", "contentGroups"], ["*"], true, never>;
|
|
279
|
-
static ngAcceptInputType_thyShowSearch:
|
|
280
|
-
static ngAcceptInputType_thyServerSearch:
|
|
281
|
-
static ngAcceptInputType_thyLoadState:
|
|
282
|
-
static ngAcceptInputType_thyAutoActiveFirstItem:
|
|
283
|
-
static ngAcceptInputType_thyEnableScrollLoad:
|
|
284
|
-
static ngAcceptInputType_thyAllowClear:
|
|
285
|
-
static ngAcceptInputType_thyDisabled:
|
|
286
|
-
static ngAcceptInputType_thyAutoExpand:
|
|
287
|
-
static ngAcceptInputType_thyHasBackdrop:
|
|
279
|
+
static ngAcceptInputType_thyShowSearch: boolean | string | number;
|
|
280
|
+
static ngAcceptInputType_thyServerSearch: boolean | string | number;
|
|
281
|
+
static ngAcceptInputType_thyLoadState: boolean | string | number;
|
|
282
|
+
static ngAcceptInputType_thyAutoActiveFirstItem: boolean | string | number;
|
|
283
|
+
static ngAcceptInputType_thyEnableScrollLoad: boolean | string | number;
|
|
284
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
285
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
286
|
+
static ngAcceptInputType_thyAutoExpand: boolean | string | number;
|
|
287
|
+
static ngAcceptInputType_thyHasBackdrop: boolean | string | number;
|
|
288
288
|
static ngAcceptInputType_thyMaxTagCount: unknown;
|
|
289
|
-
static ngAcceptInputType_thyBorderless:
|
|
289
|
+
static ngAcceptInputType_thyBorderless: boolean | string | number;
|
|
290
290
|
}
|
|
291
291
|
export {};
|
|
@@ -31,5 +31,5 @@ export declare class ThyNativeSelect extends TabIndexDisabledControlValueAccesso
|
|
|
31
31
|
clearSelectValue(event: Event): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyNativeSelect, never>;
|
|
33
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyNativeSelect, "thy-native-select", never, { "thySize": { "alias": "thySize"; "required": false; }; "name": { "alias": "name"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
34
|
-
static ngAcceptInputType_thyAllowClear:
|
|
34
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
35
35
|
}
|
|
@@ -47,6 +47,6 @@ export declare class ThyFormCheckBaseComponent extends TabIndexDisabledControlVa
|
|
|
47
47
|
markForCheck(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyFormCheckBaseComponent, never>;
|
|
49
49
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyFormCheckBaseComponent, never, never, { "thyInline": { "alias": "thyInline"; "required": false; }; "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyLabelTextTranslateKey": { "alias": "thyLabelTextTranslateKey"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
50
|
-
static ngAcceptInputType_thyInline:
|
|
51
|
-
static ngAcceptInputType_thyDisabled:
|
|
50
|
+
static ngAcceptInputType_thyInline: boolean | string | number;
|
|
51
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
52
52
|
}
|
|
@@ -21,6 +21,6 @@ export declare class ThyAutofocusDirective {
|
|
|
21
21
|
constructor(elementRef: ElementRef, ngZone: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutofocusDirective, never>;
|
|
23
23
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutofocusDirective, "input[thyAutofocus],textarea[thyAutofocus]", never, { "thyAutofocus": { "alias": "thyAutofocus"; "required": false; }; "thyAutoSelect": { "alias": "thyAutoSelect"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
-
static ngAcceptInputType_thyAutofocus:
|
|
25
|
-
static ngAcceptInputType_thyAutoSelect:
|
|
24
|
+
static ngAcceptInputType_thyAutofocus: boolean | string | number;
|
|
25
|
+
static ngAcceptInputType_thyAutoSelect: boolean | string | number;
|
|
26
26
|
}
|
|
@@ -38,5 +38,5 @@ export declare class ThyScrollDirective implements OnInit, OnDestroy {
|
|
|
38
38
|
getElementRef(): ElementRef<HTMLElement>;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyScrollDirective, never>;
|
|
40
40
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyScrollDirective, "[thyScroll]", never, { "thyEnable": { "alias": "thyEnable"; "required": false; }; }, { "thyOnScrolled": "thyOnScrolled"; }, never, never, true, never>;
|
|
41
|
-
static ngAcceptInputType_thyEnable:
|
|
41
|
+
static ngAcceptInputType_thyEnable: boolean | string | number;
|
|
42
42
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ThyShowDirective implements OnDestroy {
|
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyShowDirective, never>;
|
|
18
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyShowDirective, "[thyShow]", never, { "thyShow": { "alias": "thyShow"; "required": false; }; }, { "thyShowChange": "thyShowChange"; }, never, never, true, never>;
|
|
19
|
-
static ngAcceptInputType_thyShow:
|
|
19
|
+
static ngAcceptInputType_thyShow: boolean | string | number;
|
|
20
20
|
}
|
|
@@ -22,5 +22,5 @@ export declare class ThySelectOptionGroup implements OnDestroy, AfterContentInit
|
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySelectOptionGroup, never>;
|
|
24
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySelectOptionGroup, "thy-option-group", never, { "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyGroupLabel": { "alias": "thyGroupLabel"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
|
|
25
|
-
static ngAcceptInputType_thyDisabled:
|
|
25
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
26
26
|
}
|
|
@@ -36,5 +36,5 @@ export declare class ThyListOption implements Highlightable {
|
|
|
36
36
|
getLabel(): string;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyListOption, [null, null, { optional: true; }]>;
|
|
38
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyListOption, "thy-list-option,[thy-list-option]", never, { "id": { "alias": "id"; "required": false; }; "thyValue": { "alias": "thyValue"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
39
|
-
static ngAcceptInputType_thyDisabled:
|
|
39
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
40
40
|
}
|
|
@@ -55,5 +55,5 @@ export declare class ThyOption extends SelectOptionBase implements OnDestroy, Hi
|
|
|
55
55
|
ngOnDestroy(): void;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyOption, [null, { optional: true; }, { optional: true; }, null]>;
|
|
57
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyOption, "thy-option", never, { "thyValue": { "alias": "thyValue"; "required": false; }; "thyRawValue": { "alias": "thyRawValue"; "required": false; }; "thyLabelText": { "alias": "thyLabelText"; "required": false; }; "thyShowOptionCustom": { "alias": "thyShowOptionCustom"; "required": false; }; "thySearchKey": { "alias": "thySearchKey"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, { "selectionChange": "selectionChange"; "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
|
|
58
|
-
static ngAcceptInputType_thyDisabled:
|
|
58
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
59
59
|
}
|
|
@@ -70,11 +70,11 @@ export declare class ThySelectControl implements OnInit {
|
|
|
70
70
|
onBlur(event: Event): void;
|
|
71
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySelectControl, never>;
|
|
72
72
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySelectControl, "thy-select-control,[thySelectControl]", never, { "thyPanelOpened": { "alias": "thyPanelOpened"; "required": false; }; "thyIsMultiple": { "alias": "thyIsMultiple"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thySelectedOptions": { "alias": "thySelectedOptions"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "customDisplayTemplate": { "alias": "customDisplayTemplate"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMaxTagCount": { "alias": "thyMaxTagCount"; "required": false; }; "thyBorderless": { "alias": "thyBorderless"; "required": false; }; "thyPreset": { "alias": "thyPreset"; "required": false; }; }, { "thyOnSearch": "thyOnSearch"; "thyOnRemove": "thyOnRemove"; "thyOnClear": "thyOnClear"; "thyOnBlur": "thyOnBlur"; }, never, never, true, never>;
|
|
73
|
-
static ngAcceptInputType_thyPanelOpened:
|
|
74
|
-
static ngAcceptInputType_thyIsMultiple:
|
|
75
|
-
static ngAcceptInputType_thyShowSearch:
|
|
76
|
-
static ngAcceptInputType_thyDisabled:
|
|
77
|
-
static ngAcceptInputType_thyAllowClear:
|
|
73
|
+
static ngAcceptInputType_thyPanelOpened: boolean | string | number;
|
|
74
|
+
static ngAcceptInputType_thyIsMultiple: boolean | string | number;
|
|
75
|
+
static ngAcceptInputType_thyShowSearch: boolean | string | number;
|
|
76
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
77
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
78
78
|
static ngAcceptInputType_thyMaxTagCount: unknown;
|
|
79
|
-
static ngAcceptInputType_thyBorderless:
|
|
79
|
+
static ngAcceptInputType_thyBorderless: boolean | string | number;
|
|
80
80
|
}
|
|
@@ -46,6 +46,6 @@ export declare class ThySkeletonCircle implements OnInit, OnChanges {
|
|
|
46
46
|
ngOnChanges(changes: SimpleChanges): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonCircle, [{ optional: true; }, { optional: true; }]>;
|
|
48
48
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonCircle, "thy-skeleton-circle", never, { "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; }, {}, never, never, true, never>;
|
|
49
|
-
static ngAcceptInputType_thyAnimated:
|
|
49
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
50
50
|
}
|
|
51
51
|
export {};
|
|
@@ -56,6 +56,6 @@ export declare class ThySkeletonRectangle implements OnInit, OnChanges {
|
|
|
56
56
|
ngOnChanges(changes: SimpleChanges): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonRectangle, [{ optional: true; }, { optional: true; }]>;
|
|
58
58
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonRectangle, "thy-skeleton-rectangle", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
59
|
-
static ngAcceptInputType_thyAnimated:
|
|
59
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
60
60
|
}
|
|
61
61
|
export {};
|
|
@@ -24,5 +24,5 @@ export declare class ThySkeleton {
|
|
|
24
24
|
thySecondaryColor: string;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeleton, never>;
|
|
26
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeleton, "thy-skeleton", never, { "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27
|
-
static ngAcceptInputType_thyAnimated:
|
|
27
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
28
28
|
}
|
|
@@ -53,5 +53,5 @@ export declare class ThySkeletonBulletList {
|
|
|
53
53
|
constructor();
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonBulletList, never>;
|
|
55
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonBulletList, "thy-skeleton-bullet-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
56
|
-
static ngAcceptInputType_thyAnimated:
|
|
56
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
57
57
|
}
|
|
@@ -42,5 +42,5 @@ export declare class ThySkeletonList {
|
|
|
42
42
|
get thyRowCount(): number | string;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonList, never>;
|
|
44
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonList, "thy-skeleton-list", never, { "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
45
|
-
static ngAcceptInputType_thyAnimated:
|
|
45
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
46
46
|
}
|
|
@@ -50,5 +50,5 @@ export declare class ThySkeletonParagraph {
|
|
|
50
50
|
get thyRowCount(): number | string;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySkeletonParagraph, never>;
|
|
52
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySkeletonParagraph, "thy-skeleton-paragraph", never, { "thyFirstWidth": { "alias": "thyFirstWidth"; "required": false; }; "thyLastWidth": { "alias": "thyLastWidth"; "required": false; }; "thyRowWidth": { "alias": "thyRowWidth"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "required": false; }; "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyAnimatedInterval": { "alias": "thyAnimatedInterval"; "required": false; }; "thyPrimaryColor": { "alias": "thyPrimaryColor"; "required": false; }; "thySecondaryColor": { "alias": "thySecondaryColor"; "required": false; }; "thyRowCount": { "alias": "thyRowCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
53
|
-
static ngAcceptInputType_thyAnimated:
|
|
53
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
54
54
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ThySlideBodySection implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlideBodySection, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySlideBodySection, "thy-slide-body-section", never, { "thyDividerBorder": { "alias": "thyDividerBorder"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
18
|
-
static ngAcceptInputType_thyDividerBorder:
|
|
18
|
+
static ngAcceptInputType_thyDividerBorder: boolean | string | number;
|
|
19
19
|
}
|
|
@@ -104,8 +104,8 @@ export declare class ThySlider extends TabIndexDisabledControlValueAccessorMixin
|
|
|
104
104
|
private getDecimals;
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySlider, never>;
|
|
106
106
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySlider, "thy-slider", never, { "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyMax": { "alias": "thyMax"; "required": false; }; "thyMin": { "alias": "thyMin"; "required": false; }; "thyStep": { "alias": "thyStep"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; }, { "thyAfterChange": "thyAfterChange"; }, never, never, true, never>;
|
|
107
|
-
static ngAcceptInputType_thyVertical:
|
|
108
|
-
static ngAcceptInputType_thyDisabled:
|
|
107
|
+
static ngAcceptInputType_thyVertical: boolean | string | number;
|
|
108
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
109
109
|
static ngAcceptInputType_thyMax: unknown;
|
|
110
110
|
static ngAcceptInputType_thyMin: unknown;
|
|
111
111
|
static ngAcceptInputType_thyStep: unknown;
|
|
@@ -41,5 +41,5 @@ export declare class ThySpace implements OnInit, AfterContentInit {
|
|
|
41
41
|
ngAfterContentInit(): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySpace, never>;
|
|
43
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySpace, "thy-space", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyVertical": { "alias": "thyVertical"; "required": false; }; "thyAlign": { "alias": "thyAlign"; "required": false; }; }, {}, ["items"], ["*"], true, never>;
|
|
44
|
-
static ngAcceptInputType_thyVertical:
|
|
44
|
+
static ngAcceptInputType_thyVertical: boolean | string | number;
|
|
45
45
|
}
|
|
@@ -13,6 +13,6 @@ export declare class ThyStepHeader {
|
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStepHeader, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyStepHeader, "thy-step-header", never, { "label": { "alias": "label"; "required": false; }; "index": { "alias": "index"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
15
|
static ngAcceptInputType_index: unknown;
|
|
16
|
-
static ngAcceptInputType_selected:
|
|
17
|
-
static ngAcceptInputType_active:
|
|
16
|
+
static ngAcceptInputType_selected: boolean | string | number;
|
|
17
|
+
static ngAcceptInputType_active: boolean | string | number;
|
|
18
18
|
}
|
|
@@ -35,5 +35,5 @@ export declare class ThyStepper implements IThyStepperComponent {
|
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyStepper, never>;
|
|
36
36
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyStepper, "thy-stepper", never, { "thySelectedIndex": { "alias": "thySelectedIndex"; "required": false; }; "thySelected": { "alias": "thySelected"; "required": false; }; "thyShowStepHeader": { "alias": "thyShowStepHeader"; "required": false; }; }, { "selectionChange": "selectionChange"; }, ["steps"], never, true, never>;
|
|
37
37
|
static ngAcceptInputType_thySelectedIndex: unknown;
|
|
38
|
-
static ngAcceptInputType_thyShowStepHeader:
|
|
38
|
+
static ngAcceptInputType_thyShowStepHeader: boolean | string | number;
|
|
39
39
|
}
|
|
@@ -65,6 +65,6 @@ export declare class ThySwitch extends TabIndexDisabledControlValueAccessorMixin
|
|
|
65
65
|
setLoadingCircle(): void;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThySwitch, never>;
|
|
67
67
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThySwitch, "thy-switch", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyLoading": { "alias": "thyLoading"; "required": false; }; }, { "thyChange": "thyChange"; }, never, never, true, never>;
|
|
68
|
-
static ngAcceptInputType_thyDisabled:
|
|
69
|
-
static ngAcceptInputType_thyLoading:
|
|
68
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
69
|
+
static ngAcceptInputType_thyLoading: boolean | string | number;
|
|
70
70
|
}
|