ngx-tethys 18.0.0-next.0 → 18.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +161 -1
- package/action/action.component.d.ts +3 -3
- package/alert/alert.component.d.ts +1 -1
- package/anchor/anchor.component.d.ts +3 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/autocomplete/autocomplete.trigger.directive.d.ts +1 -1
- package/avatar/avatar.component.d.ts +4 -4
- package/badge/badge.component.d.ts +3 -3
- package/breadcrumb/breadcrumb.component.d.ts +30 -2
- package/breadcrumb/module.d.ts +3 -1
- package/breadcrumb/styles/breadcrumb.scss +8 -0
- package/button/button-icon.component.d.ts +2 -2
- package/button/button.component.d.ts +2 -2
- package/button/styles/button.scss +5 -5
- package/card/card.component.d.ts +3 -3
- package/card/content.component.d.ts +1 -1
- package/carousel/carousel.component.d.ts +4 -4
- package/cascader/cascader-li.component.d.ts +5 -5
- package/cascader/cascader-search-option.component.d.ts +3 -3
- package/cascader/cascader.component.d.ts +8 -8
- package/checkbox/checkbox.component.d.ts +1 -1
- package/collapse/collapse-item.component.d.ts +2 -2
- package/collapse/collapse.component.d.ts +1 -1
- package/color-picker/color-picker-panel.component.d.ts +1 -1
- package/color-picker/color-picker.component.d.ts +3 -3
- package/copy/copy.directive.d.ts +1 -1
- package/core/behaviors/decorators.d.ts +1 -1
- package/core/overlay/abstract-overlay.config.d.ts +6 -0
- package/date-picker/abstract-picker.component.d.ts +15 -8
- package/date-picker/abstract-picker.directive.d.ts +3 -3
- package/date-picker/base-picker.component.d.ts +2 -2
- package/date-picker/date-picker.config.d.ts +1 -0
- package/date-picker/date-picker.service.d.ts +1 -0
- package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
- package/date-picker/lib/popups/date-popup.component.d.ts +2 -1
- package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
- package/date-picker/picker.component.d.ts +1 -1
- package/date-picker/picker.util.d.ts +2 -0
- package/date-range/date-range.component.d.ts +8 -2
- package/dialog/body/dialog-body.component.d.ts +1 -1
- package/dialog/footer/dialog-footer.component.d.ts +1 -1
- package/dialog/header/dialog-header.component.d.ts +1 -1
- package/divider/divider.component.d.ts +2 -2
- package/drag-drop/drag-handle.directive.d.ts +1 -1
- package/drag-drop/drag.directive.d.ts +1 -1
- package/drag-drop/drop-container.directive.d.ts +1 -1
- package/dropdown/dropdown-menu-item.directive.d.ts +2 -2
- package/dropdown/dropdown-menu.component.d.ts +1 -1
- package/dropdown/dropdown.directive.d.ts +1 -1
- package/empty/empty.component.d.ts +1 -1
- package/esm2022/action/action.component.mjs +7 -6
- package/esm2022/alert/alert.component.mjs +5 -5
- package/esm2022/anchor/anchor.component.mjs +5 -5
- package/esm2022/autocomplete/autocomplete.component.mjs +5 -4
- package/esm2022/autocomplete/autocomplete.trigger.directive.mjs +5 -5
- package/esm2022/avatar/avatar.component.mjs +8 -8
- package/esm2022/badge/badge.component.mjs +7 -6
- package/esm2022/breadcrumb/breadcrumb.component.mjs +73 -32
- package/esm2022/breadcrumb/module.mjs +6 -4
- package/esm2022/button/button-icon.component.mjs +6 -5
- package/esm2022/button/button.component.mjs +6 -6
- package/esm2022/card/card.component.mjs +7 -6
- package/esm2022/card/content.component.mjs +5 -4
- package/esm2022/carousel/carousel.component.mjs +8 -7
- package/esm2022/cascader/cascader-li.component.mjs +9 -8
- package/esm2022/cascader/cascader-search-option.component.mjs +7 -6
- package/esm2022/cascader/cascader.component.mjs +19 -12
- package/esm2022/checkbox/checkbox.component.mjs +5 -4
- package/esm2022/collapse/collapse-item.component.mjs +6 -6
- package/esm2022/collapse/collapse.component.mjs +5 -4
- package/esm2022/color-picker/color-picker-panel.component.mjs +5 -4
- package/esm2022/color-picker/color-picker.component.mjs +7 -6
- package/esm2022/color-picker/parts/inputs/inputs.component.mjs +1 -1
- package/esm2022/copy/copy.directive.mjs +5 -4
- package/esm2022/core/behaviors/decorators.mjs +2 -2
- package/esm2022/core/overlay/abstract-overlay.config.mjs +7 -1
- package/esm2022/date-picker/abstract-picker.component.mjs +28 -17
- package/esm2022/date-picker/abstract-picker.directive.mjs +8 -7
- package/esm2022/date-picker/base-picker.component.mjs +5 -5
- package/esm2022/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/date-picker/date-picker.config.mjs +2 -1
- package/esm2022/date-picker/date-picker.service.mjs +4 -1
- package/esm2022/date-picker/lib/calendar/calendar-footer.component.mjs +5 -5
- package/esm2022/date-picker/lib/date/date-header.component.mjs +4 -4
- package/esm2022/date-picker/lib/decade/decade-header.component.mjs +4 -4
- package/esm2022/date-picker/lib/month/month-header.component.mjs +4 -4
- package/esm2022/date-picker/lib/popups/date-popup.component.mjs +7 -4
- package/esm2022/date-picker/lib/popups/inner-popup.component.mjs +5 -5
- package/esm2022/date-picker/lib/year/year-header.component.mjs +4 -4
- package/esm2022/date-picker/month-picker.component.mjs +3 -3
- package/esm2022/date-picker/picker.component.mjs +5 -5
- package/esm2022/date-picker/picker.util.mjs +14 -2
- package/esm2022/date-picker/quarter-picker.component.mjs +3 -3
- package/esm2022/date-picker/range-picker.component.mjs +3 -3
- package/esm2022/date-picker/week-picker.component.mjs +3 -3
- package/esm2022/date-picker/year-picker.component.mjs +3 -3
- package/esm2022/date-range/date-range.component.mjs +6 -5
- package/esm2022/dialog/body/dialog-body.component.mjs +5 -4
- package/esm2022/dialog/footer/dialog-footer.component.mjs +5 -4
- package/esm2022/dialog/header/dialog-header.component.mjs +5 -4
- package/esm2022/divider/divider.component.mjs +6 -5
- package/esm2022/drag-drop/drag-handle.directive.mjs +5 -4
- package/esm2022/drag-drop/drag.directive.mjs +5 -4
- package/esm2022/drag-drop/drop-container.directive.mjs +5 -4
- package/esm2022/dropdown/dropdown-menu-item.directive.mjs +7 -6
- package/esm2022/dropdown/dropdown-menu.component.mjs +5 -4
- package/esm2022/dropdown/dropdown.directive.mjs +5 -5
- package/esm2022/empty/empty.component.mjs +5 -4
- package/esm2022/form/form-group-error/form-group-error.component.mjs +5 -4
- package/esm2022/form/form-group-label.directive.mjs +5 -4
- package/esm2022/form/form-group.component.mjs +7 -6
- package/esm2022/icon/icon.component.mjs +6 -5
- package/esm2022/image/image.class.mjs +1 -1
- package/esm2022/image/image.directive.mjs +6 -5
- package/esm2022/image/index.mjs +6 -5
- package/esm2022/image/preview/image-preview.component.mjs +21 -13
- package/esm2022/input/input-search.component.mjs +5 -4
- package/esm2022/input/input.component.mjs +6 -5
- package/esm2022/input-number/input-number.component.mjs +14 -7
- package/esm2022/layout/header.component.mjs +7 -6
- package/esm2022/layout/sidebar-header.component.mjs +5 -4
- package/esm2022/layout/sidebar.component.mjs +12 -11
- package/esm2022/list/list.component.mjs +5 -4
- package/esm2022/list/selection/selection-list.mjs +7 -7
- package/esm2022/loading/loading.component.mjs +6 -5
- package/esm2022/mention/mention.directive.mjs +3 -3
- package/esm2022/menu/group/menu-group.component.mjs +10 -9
- package/esm2022/menu/item/action/menu-item-action.component.mjs +17 -7
- package/esm2022/menu/item/name/menu-item-name.component.mjs +5 -4
- package/esm2022/menu/menu.component.mjs +5 -4
- package/esm2022/nav/icon-nav/icon-nav-link.directive.mjs +5 -4
- package/esm2022/nav/nav-ink-bar.directive.mjs +6 -5
- package/esm2022/nav/nav-item.directive.mjs +7 -6
- package/esm2022/nav/nav.component.mjs +18 -7
- package/esm2022/pagination/pagination.class.mjs +1 -1
- package/esm2022/pagination/pagination.component.mjs +22 -10
- package/esm2022/pagination/pagination.config.mjs +3 -2
- package/esm2022/popover/popover.directive.mjs +6 -5
- package/esm2022/popover/popover.service.mjs +2 -1
- package/esm2022/property/property-item.component.mjs +6 -5
- package/esm2022/property-operation/property-operation.component.mjs +9 -9
- package/esm2022/radio/group/radio-group.component.mjs +5 -4
- package/esm2022/rate/rate-item.component.mjs +5 -4
- package/esm2022/rate/rate.component.mjs +7 -7
- package/esm2022/resizable/resizable.directive.mjs +7 -6
- package/esm2022/resizable/resize-handle.component.mjs +5 -4
- package/esm2022/resizable/resize-handles.component.mjs +5 -4
- package/esm2022/segment/segment-item.component.mjs +5 -5
- package/esm2022/segment/segment.component.mjs +5 -4
- package/esm2022/select/custom-select/custom-select.component.mjs +14 -14
- package/esm2022/select/native-select/native-select.component.mjs +5 -5
- package/esm2022/shared/base-form-check.component.mjs +6 -5
- package/esm2022/shared/directives/thy-autofocus.directive.mjs +6 -5
- package/esm2022/shared/directives/thy-scroll.directive.mjs +5 -4
- package/esm2022/shared/directives/thy-show.mjs +5 -4
- package/esm2022/shared/option/group/option-group.component.mjs +5 -4
- package/esm2022/shared/option/list-option/list-option.component.mjs +5 -4
- package/esm2022/shared/option/option.component.mjs +5 -5
- package/esm2022/shared/select/select-control/select-control.component.mjs +10 -10
- package/esm2022/skeleton/skeleton-circle.component.mjs +5 -5
- package/esm2022/skeleton/skeleton-rectangle.component.mjs +5 -5
- package/esm2022/skeleton/skeleton.component.mjs +5 -4
- package/esm2022/skeleton/stylized/bullet-list.component.mjs +5 -4
- package/esm2022/skeleton/stylized/list.component.mjs +5 -4
- package/esm2022/skeleton/stylized/paragraph.component.mjs +5 -4
- package/esm2022/slide/slide-body/slide-body-section.component.mjs +5 -4
- package/esm2022/slider/slider.component.mjs +6 -6
- package/esm2022/space/space.component.mjs +5 -4
- package/esm2022/stepper/step-header.component.mjs +6 -5
- package/esm2022/stepper/stepper.component.mjs +5 -4
- package/esm2022/switch/switch.component.mjs +6 -5
- package/esm2022/table/table-column.component.mjs +9 -9
- package/esm2022/table/table-skeleton.component.mjs +8 -7
- package/esm2022/table/table.component.mjs +19 -17
- package/esm2022/tabs/tab.component.mjs +5 -4
- package/esm2022/tabs/tabs.component.mjs +6 -6
- package/esm2022/tag/tag.component.mjs +5 -5
- package/esm2022/time-picker/time-picker-panel.component.mjs +6 -6
- package/esm2022/time-picker/time-picker.component.mjs +9 -9
- package/esm2022/timeline/timeline.component.mjs +5 -4
- package/esm2022/tooltip/tooltip.directive.mjs +6 -6
- package/esm2022/tree/tree-node.component.mjs +9 -8
- package/esm2022/tree/tree.component.mjs +32 -11
- package/esm2022/tree/tree.service.mjs +3 -3
- package/esm2022/tree-select/tree-select.component.mjs +20 -18
- package/esm2022/upload/file-select.component.mjs +24 -27
- package/esm2022/version.mjs +2 -2
- package/esm2022/vote/vote.component.mjs +7 -6
- package/esm2022/watermark/watermark.directive.mjs +5 -4
- package/fesm2022/ngx-tethys-action.mjs +6 -5
- package/fesm2022/ngx-tethys-action.mjs.map +1 -1
- package/fesm2022/ngx-tethys-alert.mjs +4 -4
- package/fesm2022/ngx-tethys-alert.mjs.map +1 -1
- package/fesm2022/ngx-tethys-anchor.mjs +4 -4
- package/fesm2022/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2022/ngx-tethys-autocomplete.mjs +6 -6
- package/fesm2022/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2022/ngx-tethys-avatar.mjs +7 -7
- package/fesm2022/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2022/ngx-tethys-badge.mjs +6 -5
- package/fesm2022/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2022/ngx-tethys-breadcrumb.mjs +117 -77
- package/fesm2022/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2022/ngx-tethys-button.mjs +8 -8
- package/fesm2022/ngx-tethys-button.mjs.map +1 -1
- package/fesm2022/ngx-tethys-card.mjs +8 -7
- package/fesm2022/ngx-tethys-card.mjs.map +1 -1
- package/fesm2022/ngx-tethys-carousel.mjs +7 -6
- package/fesm2022/ngx-tethys-carousel.mjs.map +1 -1
- package/fesm2022/ngx-tethys-cascader.mjs +28 -21
- package/fesm2022/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2022/ngx-tethys-checkbox.mjs +4 -3
- package/fesm2022/ngx-tethys-checkbox.mjs.map +1 -1
- package/fesm2022/ngx-tethys-collapse.mjs +7 -7
- package/fesm2022/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2022/ngx-tethys-color-picker.mjs +9 -8
- package/fesm2022/ngx-tethys-color-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-copy.mjs +4 -3
- package/fesm2022/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2022/ngx-tethys-core.mjs +7 -1
- package/fesm2022/ngx-tethys-core.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-picker.mjs +86 -57
- package/fesm2022/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-date-range.mjs +5 -4
- package/fesm2022/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dialog.mjs +8 -7
- package/fesm2022/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2022/ngx-tethys-divider.mjs +5 -4
- package/fesm2022/ngx-tethys-divider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-drag-drop.mjs +8 -8
- package/fesm2022/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2022/ngx-tethys-dropdown.mjs +10 -10
- package/fesm2022/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2022/ngx-tethys-empty.mjs +4 -3
- package/fesm2022/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2022/ngx-tethys-form.mjs +10 -10
- package/fesm2022/ngx-tethys-form.mjs.map +1 -1
- package/fesm2022/ngx-tethys-icon.mjs +5 -5
- package/fesm2022/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2022/ngx-tethys-image.mjs +24 -16
- package/fesm2022/ngx-tethys-image.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input-number.mjs +13 -6
- package/fesm2022/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2022/ngx-tethys-input.mjs +7 -6
- package/fesm2022/ngx-tethys-input.mjs.map +1 -1
- package/fesm2022/ngx-tethys-layout.mjs +17 -16
- package/fesm2022/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2022/ngx-tethys-list.mjs +8 -8
- package/fesm2022/ngx-tethys-list.mjs.map +1 -1
- package/fesm2022/ngx-tethys-loading.mjs +5 -4
- package/fesm2022/ngx-tethys-loading.mjs.map +1 -1
- package/fesm2022/ngx-tethys-mention.mjs +2 -2
- package/fesm2022/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2022/ngx-tethys-menu.mjs +26 -16
- package/fesm2022/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2022/ngx-tethys-nav.mjs +26 -16
- package/fesm2022/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2022/ngx-tethys-pagination.mjs +23 -10
- package/fesm2022/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2022/ngx-tethys-popover.mjs +6 -5
- package/fesm2022/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property-operation.mjs +8 -8
- package/fesm2022/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2022/ngx-tethys-property.mjs +5 -4
- package/fesm2022/ngx-tethys-property.mjs.map +1 -1
- package/fesm2022/ngx-tethys-radio.mjs +7 -6
- package/fesm2022/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2022/ngx-tethys-rate.mjs +8 -8
- package/fesm2022/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2022/ngx-tethys-resizable.mjs +10 -10
- package/fesm2022/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2022/ngx-tethys-segment.mjs +6 -6
- package/fesm2022/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2022/ngx-tethys-select.mjs +15 -15
- package/fesm2022/ngx-tethys-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-shared.mjs +25 -25
- package/fesm2022/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2022/ngx-tethys-skeleton.mjs +14 -14
- package/fesm2022/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slide.mjs +4 -4
- package/fesm2022/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2022/ngx-tethys-slider.mjs +5 -5
- package/fesm2022/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2022/ngx-tethys-space.mjs +4 -3
- package/fesm2022/ngx-tethys-space.mjs.map +1 -1
- package/fesm2022/ngx-tethys-stepper.mjs +7 -6
- package/fesm2022/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2022/ngx-tethys-switch.mjs +5 -4
- package/fesm2022/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2022/ngx-tethys-table.mjs +29 -27
- package/fesm2022/ngx-tethys-table.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tabs.mjs +7 -7
- package/fesm2022/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tag.mjs +4 -4
- package/fesm2022/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2022/ngx-tethys-time-picker.mjs +11 -11
- package/fesm2022/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2022/ngx-tethys-timeline.mjs +4 -3
- package/fesm2022/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tooltip.mjs +5 -5
- package/fesm2022/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree-select.mjs +14 -11
- package/fesm2022/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2022/ngx-tethys-tree.mjs +39 -18
- package/fesm2022/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2022/ngx-tethys-upload.mjs +23 -27
- package/fesm2022/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2022/ngx-tethys-vote.mjs +6 -5
- package/fesm2022/ngx-tethys-vote.mjs.map +1 -1
- package/fesm2022/ngx-tethys-watermark.mjs +4 -3
- package/fesm2022/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/form/form-group-error/form-group-error.component.d.ts +1 -1
- package/form/form-group-label.directive.d.ts +1 -1
- package/form/form-group.component.d.ts +3 -3
- package/icon/icon.component.d.ts +2 -2
- package/image/image.class.d.ts +1 -1
- package/image/image.directive.d.ts +2 -2
- package/image/index.d.ts +5 -4
- package/image/preview/image-preview.component.d.ts +5 -5
- package/input/input-search.component.d.ts +1 -1
- package/input/input.component.d.ts +2 -2
- package/input/styles/input-group.scss +3 -0
- package/input-number/input-number.component.d.ts +10 -3
- package/layout/header.component.d.ts +3 -3
- package/layout/sidebar-header.component.d.ts +1 -1
- package/layout/sidebar.component.d.ts +7 -7
- package/list/list.component.d.ts +1 -1
- package/list/selection/selection-list.d.ts +3 -3
- package/loading/loading.component.d.ts +2 -2
- package/menu/group/menu-group.component.d.ts +6 -6
- package/menu/item/action/menu-item-action.component.d.ts +8 -3
- package/menu/item/name/menu-item-name.component.d.ts +1 -1
- package/menu/menu.component.d.ts +1 -1
- package/menu/styles/menu.scss +8 -0
- package/nav/icon-nav/icon-nav-link.directive.d.ts +1 -1
- package/nav/nav-ink-bar.directive.d.ts +2 -2
- package/nav/nav-item.directive.d.ts +3 -3
- package/nav/nav.component.d.ts +7 -5
- package/package.json +2 -2
- package/pagination/pagination.class.d.ts +4 -0
- package/pagination/pagination.component.d.ts +11 -6
- package/popover/popover.directive.d.ts +2 -2
- package/property/property-item.component.d.ts +4 -1
- package/property/styles/properties.scss +2 -0
- package/property-operation/property-operation.component.d.ts +5 -5
- package/radio/group/radio-group.component.d.ts +1 -1
- package/rate/rate-item.component.d.ts +1 -1
- package/rate/rate.component.d.ts +3 -3
- package/resizable/resizable.directive.d.ts +3 -3
- package/resizable/resize-handle.component.d.ts +1 -1
- package/resizable/resize-handles.component.d.ts +1 -1
- package/schematics/ng-update/update-18/complete.js +0 -10
- package/schematics/ng-update/update-18/index.spec.js +0 -73
- package/schematics/ng-update/update-18/update-data.js +4 -860
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/segment/segment-item.component.d.ts +1 -1
- package/segment/segment.component.d.ts +5 -1
- package/select/custom-select/custom-select.component.d.ts +10 -10
- package/select/native-select/native-select.component.d.ts +1 -1
- package/shared/base-form-check.component.d.ts +2 -2
- package/shared/directives/thy-autofocus.directive.d.ts +2 -2
- package/shared/directives/thy-scroll.directive.d.ts +1 -1
- package/shared/directives/thy-show.d.ts +1 -1
- package/shared/option/group/option-group.component.d.ts +1 -1
- package/shared/option/list-option/list-option.component.d.ts +1 -1
- package/shared/option/option.component.d.ts +1 -1
- package/shared/option/styles/select-dropdown.scss +1 -0
- package/shared/select/select-control/select-control.component.d.ts +6 -6
- package/skeleton/skeleton-circle.component.d.ts +1 -1
- package/skeleton/skeleton-rectangle.component.d.ts +1 -1
- package/skeleton/skeleton.component.d.ts +1 -1
- package/skeleton/stylized/bullet-list.component.d.ts +1 -1
- package/skeleton/stylized/list.component.d.ts +1 -1
- package/skeleton/stylized/paragraph.component.d.ts +1 -1
- package/slide/slide-body/slide-body-section.component.d.ts +1 -1
- package/slider/slider.component.d.ts +2 -2
- package/slider/slider.scss +12 -20
- package/space/space.component.d.ts +1 -1
- package/stepper/step-header.component.d.ts +2 -2
- package/stepper/stepper.component.d.ts +1 -1
- package/styles/modules/tables.scss +20 -0
- package/styles/variables.scss +2 -2
- package/switch/switch.component.d.ts +2 -2
- package/table/styles/skeleton.scss +5 -0
- package/table/table-column.component.d.ts +5 -5
- package/table/table-skeleton.component.d.ts +2 -2
- package/table/table.component.d.ts +13 -11
- package/tabs/tab.component.d.ts +1 -1
- package/tabs/tabs.component.d.ts +2 -2
- package/tag/tag.component.d.ts +1 -1
- package/time-picker/time-picker-panel.component.d.ts +2 -2
- package/time-picker/time-picker.component.d.ts +5 -5
- package/timeline/timeline.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +10 -2
- package/tree/tree-node.component.d.ts +20 -5
- package/tree/tree.component.d.ts +17 -7
- package/tree/tree.service.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +7 -7
- package/upload/file-select.component.d.ts +7 -8
- package/vote/vote.component.d.ts +3 -3
- package/watermark/watermark.directive.d.ts +1 -1
package/schematics/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "18.0.0-next.
|
|
1
|
+
export declare const VERSION = "18.0.0-next.2";
|
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;
|
package/slider/slider.scss
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
@mixin slider-pointer-size($size) {
|
|
17
17
|
@if $size == variables.$slider-height-sm {
|
|
18
|
-
width:
|
|
19
|
-
height:
|
|
18
|
+
width: 8px;
|
|
19
|
+
height: 14px;
|
|
20
20
|
} @else if $size == variables.$slider-height-md {
|
|
21
|
-
width:
|
|
21
|
+
width: 8px;
|
|
22
22
|
height: 18px;
|
|
23
23
|
} @else if $size == variables.$slider-height-lg {
|
|
24
|
-
width:
|
|
25
|
-
height:
|
|
24
|
+
width: 12px;
|
|
25
|
+
height: 26px;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
height: 100%;
|
|
65
65
|
}
|
|
66
66
|
.thy-slider-pointer {
|
|
67
|
-
transform: translate(-50%, 50%);
|
|
67
|
+
transform: translate(-50%, 50%) rotate(90deg);
|
|
68
68
|
left: 50%;
|
|
69
69
|
bottom: 0;
|
|
70
70
|
top: unset;
|
|
@@ -79,14 +79,6 @@
|
|
|
79
79
|
box-sizing: border-box;
|
|
80
80
|
height: 15px;
|
|
81
81
|
display: block;
|
|
82
|
-
&:not(.disabled) {
|
|
83
|
-
&:focus {
|
|
84
|
-
outline: 0;
|
|
85
|
-
.thy-slider-pointer {
|
|
86
|
-
border: 1px solid variables.$primary;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
82
|
.thy-slider-rail {
|
|
91
83
|
position: relative;
|
|
92
84
|
width: 100%;
|
|
@@ -102,10 +94,10 @@
|
|
|
102
94
|
position: absolute;
|
|
103
95
|
top: 50%;
|
|
104
96
|
transform: translate(-50%, -50%);
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
border-width:
|
|
97
|
+
border-radius: 6px;
|
|
98
|
+
width: 8px;
|
|
99
|
+
height: 14px;
|
|
100
|
+
border-width: 1px;
|
|
109
101
|
border-style: solid;
|
|
110
102
|
background-color: variables.$white;
|
|
111
103
|
}
|
|
@@ -123,7 +115,7 @@
|
|
|
123
115
|
bottom: 0;
|
|
124
116
|
}
|
|
125
117
|
.thy-slider-pointer {
|
|
126
|
-
transform: translate(-50%, 50%);
|
|
118
|
+
transform: translate(-50%, 50%) rotate(90deg);
|
|
127
119
|
left: 50%;
|
|
128
120
|
bottom: 0;
|
|
129
121
|
top: unset;
|
|
@@ -139,7 +131,7 @@
|
|
|
139
131
|
background-color: variables.$gray-400;
|
|
140
132
|
}
|
|
141
133
|
.thy-slider-pointer {
|
|
142
|
-
border-color: variables.$gray-
|
|
134
|
+
border-color: variables.$gray-400;
|
|
143
135
|
}
|
|
144
136
|
}
|
|
145
137
|
}
|
|
@@ -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
|
}
|
|
@@ -69,6 +69,13 @@
|
|
|
69
69
|
border: variables.$table-border-width solid variables.$table-border-color;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
&:has(+ .thy-table-skeleton) > thead {
|
|
73
|
+
// 有骨架屏去掉 thead 的 border-bottom,否则会和 table 的边框重叠加粗
|
|
74
|
+
tr th {
|
|
75
|
+
border-bottom: 0;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
72
79
|
@include tables.table-set-header(
|
|
73
80
|
center,
|
|
74
81
|
middle,
|
|
@@ -93,6 +100,19 @@
|
|
|
93
100
|
}
|
|
94
101
|
}
|
|
95
102
|
|
|
103
|
+
&:has(+ .thy-table-skeleton) {
|
|
104
|
+
// 有骨架屏 给table只设置上左边框的border-radius
|
|
105
|
+
border-radius: 0 !important;
|
|
106
|
+
border-top-left-radius: variables.$border-radius !important;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&:has(+ .thy-table-skeleton) > thead {
|
|
110
|
+
// 有骨架屏去掉 thead 的 border-bottom,否则会和 table 的边框重叠加粗
|
|
111
|
+
tr th {
|
|
112
|
+
border-bottom: 0;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
96
116
|
@include tables.table-set-header(
|
|
97
117
|
left,
|
|
98
118
|
middle,
|
package/styles/variables.scss
CHANGED
|
@@ -264,7 +264,7 @@ $input-ellipse-hover-focus-background-color: $white !default;
|
|
|
264
264
|
$input-form-check-size: 1rem !default;
|
|
265
265
|
$input-form-check-disable-color: $gray-400 !default;
|
|
266
266
|
$input-form-check-border-color: $gray-300 !default;
|
|
267
|
-
$form-label-color: $gray-
|
|
267
|
+
$form-label-color: $gray-800 !default;
|
|
268
268
|
$form-check-input-margin-t: 0.3rem !default;
|
|
269
269
|
$form-check-input-margin-l: 1rem !default;
|
|
270
270
|
$form-check-inline-margin-r: 0.75rem !default;
|
|
@@ -274,7 +274,7 @@ $form-check-label-margin-l: 0.5rem !default;
|
|
|
274
274
|
// Dropdown
|
|
275
275
|
$dropdown-menu-width: 240px !default;
|
|
276
276
|
$dropdown-menu-group-width: 280px !default;
|
|
277
|
-
$dropdown-menu-padding-y:
|
|
277
|
+
$dropdown-menu-padding-y: 12px;
|
|
278
278
|
$dropdown-menu-max-height: 400px !default;
|
|
279
279
|
$dropdown-menu-bg: $white !default;
|
|
280
280
|
$dropdown-menu-item-padding-x: 20px !default;
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -286,7 +286,9 @@ export declare class ThyTable implements OnInit, OnChanges, AfterViewInit, OnDes
|
|
|
286
286
|
showExpand(row: SafeAny): boolean;
|
|
287
287
|
isExpanded(row: SafeAny): boolean;
|
|
288
288
|
iconIndentComputed(level: number): number;
|
|
289
|
-
tdIndentComputed(level: number): {
|
|
289
|
+
tdIndentComputed(level: number, column: SafeAny): {
|
|
290
|
+
left: string;
|
|
291
|
+
right: string;
|
|
290
292
|
position: string;
|
|
291
293
|
paddingLeft: string;
|
|
292
294
|
};
|
|
@@ -316,19 +318,19 @@ export declare class ThyTable implements OnInit, OnChanges, AfterViewInit, OnDes
|
|
|
316
318
|
ngOnDestroy(): void;
|
|
317
319
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyTable, never>;
|
|
318
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>;
|
|
319
|
-
static ngAcceptInputType_thyLayoutFixed:
|
|
320
|
-
static ngAcceptInputType_thyHeaderFixed:
|
|
321
|
-
static ngAcceptInputType_thyLoadingDone:
|
|
322
|
-
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;
|
|
323
325
|
static ngAcceptInputType_thyPageIndex: unknown;
|
|
324
326
|
static ngAcceptInputType_thyPageSize: unknown;
|
|
325
327
|
static ngAcceptInputType_thyPageTotal: unknown;
|
|
326
|
-
static ngAcceptInputType_thyWholeRowSelect:
|
|
327
|
-
static ngAcceptInputType_thyHeadless:
|
|
328
|
-
static ngAcceptInputType_thyShowHeader:
|
|
329
|
-
static ngAcceptInputType_showTotal:
|
|
330
|
-
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;
|
|
331
333
|
static ngAcceptInputType_thyIndent: unknown;
|
|
332
|
-
static ngAcceptInputType_thyHoverDisplayOperation:
|
|
334
|
+
static ngAcceptInputType_thyHoverDisplayOperation: boolean | string | number;
|
|
333
335
|
}
|
|
334
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
|
}
|