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
|
@@ -113,9 +113,9 @@ export declare class ThyTableColumnComponent implements OnInit {
|
|
|
113
113
|
private _generateKey;
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTableColumnComponent, [null, { optional: true; }]>;
|
|
115
115
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTableColumnComponent, "thy-table-column", never, { "model": { "alias": "thyModelKey"; "required": false; }; "title": { "alias": "thyTitle"; "required": false; }; "type": { "alias": "thyType"; "required": false; }; "thyWidth": { "alias": "thyWidth"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "className": { "alias": "thyClassName"; "required": false; }; "headerClassName": { "alias": "thyHeaderClassName"; "required": false; }; "disabled": { "alias": "thyDisabled"; "required": false; }; "selections": { "alias": "thySelections"; "required": false; }; "defaultText": { "alias": "thyDefaultText"; "required": false; }; "expand": { "alias": "thyExpand"; "required": false; }; "thySortable": { "alias": "thySortable"; "required": false; }; "sortDirection": { "alias": "thySortDirection"; "required": false; }; "fixed": { "alias": "thyFixed"; "required": false; }; "operational": { "alias": "thyOperational"; "required": false; }; "secondary": { "alias": "thySecondary"; "required": false; }; }, { "sortChange": "thySortChange"; }, ["headerTemplateRef", "cellTemplateRef", "templateRef"], ["*"], true, never>;
|
|
116
|
-
static ngAcceptInputType_disabled:
|
|
117
|
-
static ngAcceptInputType_expand:
|
|
118
|
-
static ngAcceptInputType_thySortable:
|
|
119
|
-
static ngAcceptInputType_operational:
|
|
120
|
-
static ngAcceptInputType_secondary:
|
|
116
|
+
static ngAcceptInputType_disabled: boolean | string | number;
|
|
117
|
+
static ngAcceptInputType_expand: boolean | string | number;
|
|
118
|
+
static ngAcceptInputType_thySortable: boolean | string | number;
|
|
119
|
+
static ngAcceptInputType_operational: boolean | string | number;
|
|
120
|
+
static ngAcceptInputType_secondary: boolean | string | number;
|
|
121
121
|
}
|
|
@@ -89,6 +89,6 @@ export declare class ThyTableSkeleton implements AfterViewInit {
|
|
|
89
89
|
ngAfterViewInit(): void;
|
|
90
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTableSkeleton, never>;
|
|
91
91
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTableSkeleton, "thy-table-skeleton", never, { "thyBorderRadius": { "alias": "thyBorderRadius"; "required": false; }; "thyRowHeight": { "alias": "thyRowHeight"; "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; }; "thyHeadless": { "alias": "thyHeadless"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "thyColumns": { "alias": "thyColumns"; "required": false; }; }, {}, never, never, true, never>;
|
|
92
|
-
static ngAcceptInputType_thyAnimated:
|
|
93
|
-
static ngAcceptInputType_thyHeadless:
|
|
92
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
93
|
+
static ngAcceptInputType_thyHeadless: boolean | string | number;
|
|
94
94
|
}
|
|
@@ -318,19 +318,19 @@ export declare class ThyTable implements OnInit, OnChanges, AfterViewInit, OnDes
|
|
|
318
318
|
ngOnDestroy(): void;
|
|
319
319
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTable, never>;
|
|
320
320
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTable, "thy-table", never, { "thyMode": { "alias": "thyMode"; "required": false; }; "thyGroupBy": { "alias": "thyGroupBy"; "required": false; }; "thyRowKey": { "alias": "thyRowKey"; "required": false; }; "thyGroups": { "alias": "thyGroups"; "required": false; }; "thyModel": { "alias": "thyModel"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyMinWidth": { "alias": "thyMinWidth"; "required": false; }; "thyLayoutFixed": { "alias": "thyLayoutFixed"; "required": false; }; "thyHeaderFixed": { "alias": "thyHeaderFixed"; "required": false; }; "thyHeight": { "alias": "thyHeight"; "required": false; }; "thyClassName": { "alias": "thyClassName"; "required": false; }; "thyRowClassName": { "alias": "thyRowClassName"; "required": false; }; "thyLoadingDone": { "alias": "thyLoadingDone"; "required": false; }; "thyLoadingText": { "alias": "thyLoadingText"; "required": false; }; "thyEmptyOptions": { "alias": "thyEmptyOptions"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyPageIndex": { "alias": "thyPageIndex"; "required": false; }; "thyPageSize": { "alias": "thyPageSize"; "required": false; }; "thyPageTotal": { "alias": "thyPageTotal"; "required": false; }; "thyWholeRowSelect": { "alias": "thyWholeRowSelect"; "required": false; }; "thyHeadless": { "alias": "thyHeadless"; "required": false; }; "thyShowHeader": { "alias": "thyShowHeader"; "required": false; }; "showTotal": { "alias": "thyShowTotal"; "required": false; }; "showSizeChanger": { "alias": "thyShowSizeChanger"; "required": false; }; "pageSizeOptions": { "alias": "thyPageSizeOptions"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyChildrenKey": { "alias": "thyChildrenKey"; "required": false; }; "thyHoverDisplayOperation": { "alias": "thyHoverDisplayOperation"; "required": false; }; "thyDragDisabledPredicate": { "alias": "thyDragDisabledPredicate"; "required": false; }; "thyColumnSkeletonTypes": { "alias": "thyColumnSkeletonTypes"; "required": false; }; }, { "thyOnSwitchChange": "thyOnSwitchChange"; "thyOnPageChange": "thyOnPageChange"; "thyOnPageIndexChange": "thyOnPageIndexChange"; "thyOnPageSizeChange": "thyOnPageSizeChange"; "thyOnMultiSelectChange": "thyOnMultiSelectChange"; "thyOnRadioSelectChange": "thyOnRadioSelectChange"; "thyOnDraggableChange": "thyOnDraggableChange"; "thyOnRowClick": "thyOnRowClick"; "thySortChange": "thySortChange"; "thyOnRowContextMenu": "thyOnRowContextMenu"; }, ["emptyTemplate", "groupTemplate", "listOfColumnComponents"], ["*"], true, never>;
|
|
321
|
-
static ngAcceptInputType_thyLayoutFixed:
|
|
322
|
-
static ngAcceptInputType_thyHeaderFixed:
|
|
323
|
-
static ngAcceptInputType_thyLoadingDone:
|
|
324
|
-
static ngAcceptInputType_thyDraggable:
|
|
321
|
+
static ngAcceptInputType_thyLayoutFixed: boolean | string | number;
|
|
322
|
+
static ngAcceptInputType_thyHeaderFixed: boolean | string | number;
|
|
323
|
+
static ngAcceptInputType_thyLoadingDone: boolean | string | number;
|
|
324
|
+
static ngAcceptInputType_thyDraggable: boolean | string | number;
|
|
325
325
|
static ngAcceptInputType_thyPageIndex: unknown;
|
|
326
326
|
static ngAcceptInputType_thyPageSize: unknown;
|
|
327
327
|
static ngAcceptInputType_thyPageTotal: unknown;
|
|
328
|
-
static ngAcceptInputType_thyWholeRowSelect:
|
|
329
|
-
static ngAcceptInputType_thyHeadless:
|
|
330
|
-
static ngAcceptInputType_thyShowHeader:
|
|
331
|
-
static ngAcceptInputType_showTotal:
|
|
332
|
-
static ngAcceptInputType_showSizeChanger:
|
|
328
|
+
static ngAcceptInputType_thyWholeRowSelect: boolean | string | number;
|
|
329
|
+
static ngAcceptInputType_thyHeadless: boolean | string | number;
|
|
330
|
+
static ngAcceptInputType_thyShowHeader: boolean | string | number;
|
|
331
|
+
static ngAcceptInputType_showTotal: boolean | string | number;
|
|
332
|
+
static ngAcceptInputType_showSizeChanger: boolean | string | number;
|
|
333
333
|
static ngAcceptInputType_thyIndent: unknown;
|
|
334
|
-
static ngAcceptInputType_thyHoverDisplayOperation:
|
|
334
|
+
static ngAcceptInputType_thyHoverDisplayOperation: boolean | string | number;
|
|
335
335
|
}
|
|
336
336
|
export {};
|
package/tabs/tab.component.d.ts
CHANGED
|
@@ -28,5 +28,5 @@ export declare class ThyTab implements OnInit {
|
|
|
28
28
|
ngOnInit(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTab, never>;
|
|
30
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTab, "thy-tab", never, { "thyTitle": { "alias": "thyTitle"; "required": false; }; "id": { "alias": "id"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, ["titleTemplateRef"], ["*"], true, never>;
|
|
31
|
-
static ngAcceptInputType_thyDisabled:
|
|
31
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
32
32
|
}
|
package/tabs/tabs.component.d.ts
CHANGED
|
@@ -62,6 +62,6 @@ export declare class ThyTabs implements OnInit, OnChanges, AfterContentInit {
|
|
|
62
62
|
tabTrackBy(index: number, item: ThyTab): number;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTabs, never>;
|
|
64
64
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTabs, "thy-tabs", never, { "thyType": { "alias": "thyType"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyActiveTab": { "alias": "thyActiveTab"; "required": false; }; "thyExtra": { "alias": "thyExtra"; "required": false; }; "thyPosition": { "alias": "thyPosition"; "required": false; }; "thyAnimated": { "alias": "thyAnimated"; "required": false; }; "thyResponsive": { "alias": "thyResponsive"; "required": false; }; }, { "thyActiveTabChange": "thyActiveTabChange"; }, ["tabs"], never, true, never>;
|
|
65
|
-
static ngAcceptInputType_thyAnimated:
|
|
66
|
-
static ngAcceptInputType_thyResponsive:
|
|
65
|
+
static ngAcceptInputType_thyAnimated: boolean | string | number;
|
|
66
|
+
static ngAcceptInputType_thyResponsive: boolean | string | number;
|
|
67
67
|
}
|
package/tag/tag.component.d.ts
CHANGED
|
@@ -48,5 +48,5 @@ export declare class ThyTag implements OnInit, OnChanges {
|
|
|
48
48
|
private setColor;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTag, never>;
|
|
50
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTag, "thy-tag,[thyTag]", never, { "thyTag": { "alias": "thyTag"; "required": false; }; "thyShape": { "alias": "thyShape"; "required": false; }; "thyColor": { "alias": "thyColor"; "required": false; }; "thyTheme": { "alias": "thyTheme"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyHoverable": { "alias": "thyHoverable"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
51
|
-
static ngAcceptInputType_thyHoverable:
|
|
51
|
+
static ngAcceptInputType_thyHoverable: boolean | string | number;
|
|
52
52
|
}
|
|
@@ -109,6 +109,6 @@ export declare class ThyTimePanel implements OnInit, OnDestroy, ControlValueAcce
|
|
|
109
109
|
ngOnDestroy(): void;
|
|
110
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimePanel, never>;
|
|
111
111
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimePanel, "thy-time-picker-panel", never, { "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyHourStep": { "alias": "thyHourStep"; "required": false; }; "thyMinuteStep": { "alias": "thyMinuteStep"; "required": false; }; "thySecondStep": { "alias": "thySecondStep"; "required": false; }; "thyShowSelectNow": { "alias": "thyShowSelectNow"; "required": false; }; "thyShowOperations": { "alias": "thyShowOperations"; "required": false; }; }, { "thyPickChange": "thyPickChange"; "thyClosePanel": "thyClosePanel"; }, never, never, true, never>;
|
|
112
|
-
static ngAcceptInputType_thyShowSelectNow:
|
|
113
|
-
static ngAcceptInputType_thyShowOperations:
|
|
112
|
+
static ngAcceptInputType_thyShowSelectNow: boolean | string | number;
|
|
113
|
+
static ngAcceptInputType_thyShowOperations: boolean | string | number;
|
|
114
114
|
}
|
|
@@ -134,9 +134,9 @@ export declare class ThyTimePicker implements OnInit, AfterViewInit, ControlValu
|
|
|
134
134
|
private disabledUserOperation;
|
|
135
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimePicker, never>;
|
|
136
136
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimePicker, "thy-time-picker", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thyPlacement": { "alias": "thyPlacement"; "required": false; }; "thyFormat": { "alias": "thyFormat"; "required": false; }; "thyHourStep": { "alias": "thyHourStep"; "required": false; }; "thyMinuteStep": { "alias": "thyMinuteStep"; "required": false; }; "thySecondStep": { "alias": "thySecondStep"; "required": false; }; "thyPopupClass": { "alias": "thyPopupClass"; "required": false; }; "thyBackdrop": { "alias": "thyBackdrop"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyReadonly": { "alias": "thyReadonly"; "required": false; }; "thyShowSelectNow": { "alias": "thyShowSelectNow"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; }, { "thyOpenChange": "thyOpenChange"; }, never, never, true, never>;
|
|
137
|
-
static ngAcceptInputType_thyBackdrop:
|
|
138
|
-
static ngAcceptInputType_thyDisabled:
|
|
139
|
-
static ngAcceptInputType_thyReadonly:
|
|
140
|
-
static ngAcceptInputType_thyShowSelectNow:
|
|
141
|
-
static ngAcceptInputType_thyAllowClear:
|
|
137
|
+
static ngAcceptInputType_thyBackdrop: boolean | string | number;
|
|
138
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
139
|
+
static ngAcceptInputType_thyReadonly: boolean | string | number;
|
|
140
|
+
static ngAcceptInputType_thyShowSelectNow: boolean | string | number;
|
|
141
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
142
142
|
}
|
|
@@ -49,5 +49,5 @@ export declare class ThyTimeline implements OnInit, AfterContentInit, OnChanges,
|
|
|
49
49
|
private updateChildren;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTimeline, never>;
|
|
51
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTimeline, "thy-timeline", never, { "thyReverse": { "alias": "thyReverse"; "required": false; }; "thyMode": { "alias": "thyMode"; "required": false; }; "thyDirection": { "alias": "thyDirection"; "required": false; }; }, {}, ["listOfItems"], ["*"], true, never>;
|
|
52
|
-
static ngAcceptInputType_thyReverse:
|
|
52
|
+
static ngAcceptInputType_thyReverse: boolean | string | number;
|
|
53
53
|
}
|
|
@@ -79,7 +79,15 @@ export declare class ThyTooltipDirective extends ThyOverlayDirectiveBase impleme
|
|
|
79
79
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyTooltipDirective, "[thyTooltip],[thy-tooltip]", ["thyTooltip"], { "content": { "alias": "thyTooltip"; "required": false; }; "placement": { "alias": "thyTooltipPlacement"; "required": false; }; "thyTooltipClass": { "alias": "thyTooltipClass"; "required": false; }; "showDelay": { "alias": "thyTooltipShowDelay"; "required": false; }; "hideDelay": { "alias": "thyTooltipHideDelay"; "required": false; }; "thyTooltipTrigger": { "alias": "thyTooltipTrigger"; "required": false; }; "thyTooltipDisabled": { "alias": "thyTooltipDisabled"; "required": false; }; "data": { "alias": "thyTooltipTemplateContext"; "required": false; }; "tooltipOffset": { "alias": "thyTooltipOffset"; "required": false; }; "tooltipPin": { "alias": "thyTooltipPin"; "required": false; }; }, {}, never, never, true, never>;
|
|
80
80
|
static ngAcceptInputType_showDelay: unknown;
|
|
81
81
|
static ngAcceptInputType_hideDelay: unknown;
|
|
82
|
-
static ngAcceptInputType_thyTooltipDisabled:
|
|
82
|
+
static ngAcceptInputType_thyTooltipDisabled: boolean /**
|
|
83
|
+
* 隐藏提示内容延迟毫秒
|
|
84
|
+
*/ | /**
|
|
85
|
+
* 隐藏提示内容延迟毫秒
|
|
86
|
+
*/ string | number;
|
|
83
87
|
static ngAcceptInputType_tooltipOffset: unknown;
|
|
84
|
-
static ngAcceptInputType_tooltipPin:
|
|
88
|
+
static ngAcceptInputType_tooltipPin: boolean /**
|
|
89
|
+
* 隐藏提示内容延迟毫秒
|
|
90
|
+
*/ | /**
|
|
91
|
+
* 隐藏提示内容延迟毫秒
|
|
92
|
+
*/ string | number;
|
|
85
93
|
}
|
|
@@ -99,11 +99,26 @@ export declare class ThyTreeNodeComponent implements OnDestroy, OnInit, OnChange
|
|
|
99
99
|
ngOnDestroy(): void;
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTreeNodeComponent, never>;
|
|
101
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTreeNodeComponent, "thy-tree-node", never, { "node": { "alias": "node"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "templateRef": { "alias": "templateRef"; "required": false; }; "emptyChildrenTemplateRef": { "alias": "emptyChildrenTemplateRef"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; }, { "thyOnClick": "thyOnClick"; "thyDblClick": "thyDblClick"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnCheckboxChange": "thyOnCheckboxChange"; }, ["childrenTreeTemplateRef"], never, true, never>;
|
|
102
|
-
static ngAcceptInputType_thyAsync:
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
static
|
|
102
|
+
static ngAcceptInputType_thyAsync: boolean | string | number /**
|
|
103
|
+
* 设置节点名称是否支持超出截取
|
|
104
|
+
* @default false
|
|
105
|
+
*/;
|
|
106
|
+
static ngAcceptInputType_thyMultiple: boolean | string | number /**
|
|
107
|
+
* 设置节点名称是否支持超出截取
|
|
108
|
+
* @default false
|
|
109
|
+
*/;
|
|
110
|
+
static ngAcceptInputType_thyDraggable: boolean | string | number /**
|
|
111
|
+
* 设置节点名称是否支持超出截取
|
|
112
|
+
* @default false
|
|
113
|
+
*/;
|
|
114
|
+
static ngAcceptInputType_thyCheckable: boolean | string | number /**
|
|
115
|
+
* 设置节点名称是否支持超出截取
|
|
116
|
+
* @default false
|
|
117
|
+
*/;
|
|
118
|
+
static ngAcceptInputType_thyTitleTruncate: boolean | string | number /**
|
|
119
|
+
* 设置节点名称是否支持超出截取
|
|
120
|
+
* @default false
|
|
121
|
+
*/;
|
|
107
122
|
static ngAcceptInputType_thyItemSize: unknown;
|
|
108
123
|
static ngAcceptInputType_thyIndent: unknown;
|
|
109
124
|
}
|
package/tree/tree.component.d.ts
CHANGED
|
@@ -205,13 +205,13 @@ export declare class ThyTree implements ControlValueAccessor, OnInit, OnChanges,
|
|
|
205
205
|
ngOnDestroy(): void;
|
|
206
206
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTree, never>;
|
|
207
207
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTree, "thy-tree", never, { "thyNodes": { "alias": "thyNodes"; "required": false; }; "thyShowExpand": { "alias": "thyShowExpand"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDraggable": { "alias": "thyDraggable"; "required": false; }; "thyCheckable": { "alias": "thyCheckable"; "required": false; }; "thyClickBehavior": { "alias": "thyClickBehavior"; "required": false; }; "thyCheckStateResolve": { "alias": "thyCheckStateResolve"; "required": false; }; "thyAsync": { "alias": "thyAsync"; "required": false; }; "thyType": { "alias": "thyType"; "required": false; }; "thyIcons": { "alias": "thyIcons"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyItemSize": { "alias": "thyItemSize"; "required": false; }; "thyTitleTruncate": { "alias": "thyTitleTruncate"; "required": false; }; "thySelectedKeys": { "alias": "thySelectedKeys"; "required": false; }; "thyIndent": { "alias": "thyIndent"; "required": false; }; "thyBeforeDragStart": { "alias": "thyBeforeDragStart"; "required": false; }; "thyBeforeDragDrop": { "alias": "thyBeforeDragDrop"; "required": false; }; }, { "viewport": "viewport"; "thyOnClick": "thyOnClick"; "thyOnCheckboxChange": "thyOnCheckboxChange"; "thyOnExpandChange": "thyOnExpandChange"; "thyOnDragDrop": "thyOnDragDrop"; "thyDblClick": "thyDblClick"; }, ["templateRef", "emptyChildrenTemplate"], never, true, never>;
|
|
208
|
-
static ngAcceptInputType_thyMultiple:
|
|
209
|
-
static ngAcceptInputType_thyDraggable:
|
|
210
|
-
static ngAcceptInputType_thyCheckable:
|
|
211
|
-
static ngAcceptInputType_thyAsync:
|
|
212
|
-
static ngAcceptInputType_thyVirtualScroll:
|
|
208
|
+
static ngAcceptInputType_thyMultiple: boolean | string | number;
|
|
209
|
+
static ngAcceptInputType_thyDraggable: boolean | string | number;
|
|
210
|
+
static ngAcceptInputType_thyCheckable: boolean | string | number;
|
|
211
|
+
static ngAcceptInputType_thyAsync: boolean | string | number;
|
|
212
|
+
static ngAcceptInputType_thyVirtualScroll: boolean | string | number;
|
|
213
213
|
static ngAcceptInputType_thyItemSize: unknown;
|
|
214
|
-
static ngAcceptInputType_thyTitleTruncate:
|
|
214
|
+
static ngAcceptInputType_thyTitleTruncate: boolean | string | number;
|
|
215
215
|
static ngAcceptInputType_thyIndent: unknown;
|
|
216
216
|
}
|
|
217
217
|
export {};
|
|
@@ -176,13 +176,13 @@ export declare class ThyTreeSelect extends TabIndexDisabledControlValueAccessorM
|
|
|
176
176
|
getNodeChildren(node: ThyTreeSelectNode): Observable<ThyTreeSelectNode>;
|
|
177
177
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTreeSelect, never>;
|
|
178
178
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyTreeSelect, "thy-tree-select", never, { "thyTreeNodes": { "alias": "thyTreeNodes"; "required": false; }; "thyVirtualScroll": { "alias": "thyVirtualScroll"; "required": false; }; "thyPrimaryKey": { "alias": "thyPrimaryKey"; "required": false; }; "thyShowKey": { "alias": "thyShowKey"; "required": false; }; "thyChildCountKey": { "alias": "thyChildCountKey"; "required": false; }; "thyAllowClear": { "alias": "thyAllowClear"; "required": false; }; "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyDisable": { "alias": "thyDisable"; "required": false; }; "thyPlaceholder": { "alias": "thyPlaceholder"; "required": false; }; "thySize": { "alias": "thySize"; "required": false; }; "thyEmptyOptionsText": { "alias": "thyEmptyOptionsText"; "required": false; }; "thyHiddenNodeKey": { "alias": "thyHiddenNodeKey"; "required": false; }; "thyDisableNodeKey": { "alias": "thyDisableNodeKey"; "required": false; }; "thyAsyncNode": { "alias": "thyAsyncNode"; "required": false; }; "thyShowWholeName": { "alias": "thyShowWholeName"; "required": false; }; "thyShowSearch": { "alias": "thyShowSearch"; "required": false; }; "thyIconType": { "alias": "thyIconType"; "required": false; }; "thyHiddenNodeFn": { "alias": "thyHiddenNodeFn"; "required": false; }; "thyDisableNodeFn": { "alias": "thyDisableNodeFn"; "required": false; }; "thyGetNodeChildren": { "alias": "thyGetNodeChildren"; "required": false; }; }, { "thyExpandStatusChange": "thyExpandStatusChange"; }, ["thyTreeSelectTriggerDisplayRef", "treeNodeTemplateRef"], never, true, never>;
|
|
179
|
-
static ngAcceptInputType_thyVirtualScroll:
|
|
180
|
-
static ngAcceptInputType_thyAllowClear:
|
|
181
|
-
static ngAcceptInputType_thyMultiple:
|
|
182
|
-
static ngAcceptInputType_thyDisable:
|
|
183
|
-
static ngAcceptInputType_thyAsyncNode:
|
|
184
|
-
static ngAcceptInputType_thyShowWholeName:
|
|
185
|
-
static ngAcceptInputType_thyShowSearch:
|
|
179
|
+
static ngAcceptInputType_thyVirtualScroll: boolean | string | number;
|
|
180
|
+
static ngAcceptInputType_thyAllowClear: boolean | string | number;
|
|
181
|
+
static ngAcceptInputType_thyMultiple: boolean | string | number;
|
|
182
|
+
static ngAcceptInputType_thyDisable: boolean | string | number;
|
|
183
|
+
static ngAcceptInputType_thyAsyncNode: boolean | string | number;
|
|
184
|
+
static ngAcceptInputType_thyShowWholeName: boolean | string | number;
|
|
185
|
+
static ngAcceptInputType_thyShowSearch: boolean | string | number;
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
188
|
* @private
|
|
@@ -38,7 +38,7 @@ export declare class ThyFileSelect extends FileSelectBaseDirective implements On
|
|
|
38
38
|
ngOnDestroy(): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyFileSelect, never>;
|
|
40
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyFileSelect, "[thyFileSelect],thy-file-select", never, { "thyMultiple": { "alias": "thyMultiple"; "required": false; }; "thyAcceptFolder": { "alias": "thyAcceptFolder"; "required": false; }; "thyAcceptType": { "alias": "thyAcceptType"; "required": false; }; "thySizeThreshold": { "alias": "thySizeThreshold"; "required": false; }; }, { "thyOnFileSelect": "thyOnFileSelect"; }, never, ["*"], true, never>;
|
|
41
|
-
static ngAcceptInputType_thyMultiple:
|
|
42
|
-
static ngAcceptInputType_thyAcceptFolder:
|
|
41
|
+
static ngAcceptInputType_thyMultiple: boolean | string | number;
|
|
42
|
+
static ngAcceptInputType_thyAcceptFolder: boolean | string | number;
|
|
43
43
|
static ngAcceptInputType_thySizeThreshold: unknown;
|
|
44
44
|
}
|
package/vote/vote.component.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export declare class ThyVote implements OnInit {
|
|
|
66
66
|
_setClassesByType(): void;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyVote, never>;
|
|
68
68
|
static ɵcmp: i0.ɵɵComponentDeclaration<ThyVote, "thy-vote,[thyVote]", never, { "thySize": { "alias": "thySize"; "required": false; }; "thyVote": { "alias": "thyVote"; "required": false; }; "thyRound": { "alias": "thyRound"; "required": false; }; "thyLayout": { "alias": "thyLayout"; "required": false; }; "thyVoteCount": { "alias": "thyVoteCount"; "required": false; }; "thyIcon": { "alias": "thyIcon"; "required": false; }; "thyHasVoted": { "alias": "thyHasVoted"; "required": false; }; "thyDisabled": { "alias": "thyDisabled"; "required": false; }; }, {}, ["voteIcon"], never, true, never>;
|
|
69
|
-
static ngAcceptInputType_thyRound:
|
|
70
|
-
static ngAcceptInputType_thyHasVoted:
|
|
71
|
-
static ngAcceptInputType_thyDisabled:
|
|
69
|
+
static ngAcceptInputType_thyRound: boolean | string | number;
|
|
70
|
+
static ngAcceptInputType_thyHasVoted: boolean | string | number;
|
|
71
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
72
72
|
}
|
|
@@ -41,5 +41,5 @@ export declare class ThyWatermarkDirective implements OnInit, OnChanges {
|
|
|
41
41
|
private observeAttributes;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyWatermarkDirective, never>;
|
|
43
43
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyWatermarkDirective, "[thyWatermark]", never, { "thyDisabled": { "alias": "thyDisabled"; "required": false; }; "thyWatermark": { "alias": "thyWatermark"; "required": false; }; "thyCanvasConfig": { "alias": "thyCanvasConfig"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
|
-
static ngAcceptInputType_thyDisabled:
|
|
44
|
+
static ngAcceptInputType_thyDisabled: boolean | string | number;
|
|
45
45
|
}
|