ngx-tethys 14.0.6 → 14.0.8
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 +37 -0
- package/action/action.component.d.ts +1 -1
- package/action/actions.component.d.ts +1 -1
- package/action-menu/action-menu-item.directive.d.ts +7 -7
- package/action-menu/action-menu-sub-item.directive.d.ts +1 -1
- package/action-menu/action-menu-toggle.component.d.ts +1 -1
- package/action-menu/action-menu.component.d.ts +4 -4
- package/affix/affix.component.d.ts +1 -1
- package/alert/alert.component.d.ts +1 -1
- package/alert/alert.directive.d.ts +1 -1
- package/anchor/anchor-link.component.d.ts +1 -1
- package/anchor/anchor.component.d.ts +1 -1
- package/arrow-switcher/arrow-switcher.component.d.ts +1 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/autocomplete/autocomplete.trigger.directive.d.ts +1 -1
- package/autocomplete/overlay/autocomplete-container.component.d.ts +1 -1
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/avatar.pipe.d.ts +3 -3
- package/back-top/back-top.component.d.ts +1 -1
- package/badge/badge.component.d.ts +26 -27
- package/badge/examples/custom-color/custom-color.component.scss +9 -0
- package/badge/styles/badge.scss +20 -6
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/button/button-group.component.d.ts +1 -1
- package/button/button-icon.component.d.ts +1 -1
- package/button/button.component.d.ts +1 -1
- package/calendar/calendar-cells.d.ts +2 -2
- package/calendar/calendar-header.component.d.ts +1 -1
- package/calendar/calendar.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/content.component.d.ts +1 -1
- package/card/header.component.d.ts +1 -1
- package/carousel/carousel-item.directive.d.ts +12 -0
- package/carousel/carousel.component.d.ts +93 -0
- package/carousel/carousel.service.d.ts +17 -0
- package/carousel/engine/carousel-base.d.ts +27 -0
- package/carousel/engine/carousel-fade.d.ts +15 -0
- package/carousel/engine/carousel-noop.d.ts +14 -0
- package/carousel/engine/carousel-slide.d.ts +16 -0
- package/carousel/engine/index.d.ts +4 -0
- package/carousel/examples/arrow/arrow.component.scss +9 -0
- package/carousel/examples/auto-play/auto-play.component.scss +9 -0
- package/carousel/examples/basic/basic.component.scss +9 -0
- package/carousel/examples/dot/dot.component.scss +26 -0
- package/carousel/examples/effect/effect.component.scss +11 -0
- package/carousel/examples/touchable/touchable.component.scss +9 -0
- package/carousel/examples/trigger/trigger.component.scss +22 -0
- package/carousel/index.d.ts +4 -0
- package/carousel/module.d.ts +11 -0
- package/carousel/styles/carousel.scss +87 -0
- package/carousel/styles/index.scss +1 -0
- package/carousel/styles/variables.scss +3 -0
- package/carousel/typings.d.ts +23 -0
- package/cascader/cascader-li.component.d.ts +1 -1
- package/cascader/cascader.component.d.ts +3 -3
- package/checkbox/checkbox.component.d.ts +1 -1
- package/collapse/collapse-item.component.d.ts +1 -1
- package/collapse/collapse.component.d.ts +1 -1
- package/copy/copy.directive.d.ts +1 -1
- package/core/color/color.d.ts +1 -1
- package/core/event-dispatchers/event-dispatcher.d.ts +1 -1
- package/core/store/store.d.ts +1 -1
- package/date-picker/abstract-picker.component.d.ts +1 -1
- package/date-picker/abstract-picker.directive.d.ts +1 -1
- package/date-picker/base-picker.component.d.ts +1 -1
- package/date-picker/date-picker.component.d.ts +1 -1
- package/date-picker/date-picker.directive.d.ts +1 -1
- package/date-picker/lib/calendar/calendar-footer.component.d.ts +1 -1
- package/date-picker/lib/calendar/calendar-header.component.d.ts +1 -1
- package/date-picker/lib/calendar/calendar-table.component.d.ts +1 -1
- package/date-picker/lib/date/date-header.component.d.ts +1 -1
- package/date-picker/lib/date/date-table-cell.component.d.ts +1 -1
- package/date-picker/lib/date/date-table.component.d.ts +1 -1
- package/date-picker/lib/date-carousel/date-carousel.component.d.ts +1 -1
- package/date-picker/lib/decade/decade-header.component.d.ts +1 -1
- package/date-picker/lib/decade/decade-table.component.d.ts +1 -1
- package/date-picker/lib/month/month-header.component.d.ts +1 -1
- package/date-picker/lib/month/month-table.component.d.ts +1 -1
- package/date-picker/lib/popups/date-popup.component.d.ts +1 -1
- package/date-picker/lib/popups/inner-popup.component.d.ts +1 -1
- package/date-picker/lib/year/year-header.component.d.ts +1 -1
- package/date-picker/lib/year/year-table.component.d.ts +1 -1
- package/date-picker/month-picker.component.d.ts +1 -1
- package/date-picker/picker.component.d.ts +1 -1
- package/date-picker/picker.pipes.d.ts +3 -3
- package/date-picker/picker.validators.d.ts +2 -2
- package/date-picker/range-picker.component.d.ts +1 -1
- package/date-picker/range-picker.directive.d.ts +1 -1
- package/date-picker/week-picker.component.d.ts +1 -1
- package/date-picker/year-picker.component.d.ts +1 -1
- package/date-range/date-range.component.d.ts +1 -1
- package/date-range/optional-dates/optional-dates.component.d.ts +1 -1
- package/dialog/body/dialog-body.component.d.ts +1 -1
- package/dialog/confirm/confirm.component.d.ts +1 -1
- package/dialog/dialog-container.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 +1 -1
- package/dot/dot.component.d.ts +1 -1
- package/drag-drop/drag-content.directive.d.ts +1 -1
- 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-active.directive.d.ts +1 -1
- package/dropdown/dropdown-menu-item.directive.d.ts +7 -7
- package/dropdown/dropdown-menu.component.d.ts +4 -4
- package/dropdown/dropdown-submenu.component.d.ts +1 -1
- package/dropdown/dropdown.directive.d.ts +1 -1
- package/empty/empty.component.d.ts +1 -1
- package/esm2020/action/action.component.mjs +6 -6
- package/esm2020/action/action.module.mjs +5 -5
- package/esm2020/action/actions.component.mjs +3 -3
- package/esm2020/action-menu/action-menu-item.directive.mjs +21 -21
- package/esm2020/action-menu/action-menu-sub-item.directive.mjs +3 -3
- package/esm2020/action-menu/action-menu-toggle.component.mjs +3 -3
- package/esm2020/action-menu/action-menu.component.mjs +12 -12
- package/esm2020/action-menu/action-menu.module.mjs +5 -5
- package/esm2020/affix/affix.component.mjs +3 -3
- package/esm2020/affix/affix.module.mjs +5 -5
- package/esm2020/alert/alert.component.mjs +5 -5
- package/esm2020/alert/alert.directive.mjs +3 -3
- package/esm2020/alert/alert.module.mjs +5 -5
- package/esm2020/anchor/anchor-link.component.mjs +4 -4
- package/esm2020/anchor/anchor.component.mjs +6 -6
- package/esm2020/anchor/anchor.module.mjs +5 -5
- package/esm2020/arrow-switcher/arrow-switcher.component.mjs +8 -8
- package/esm2020/arrow-switcher/module.mjs +5 -5
- package/esm2020/autocomplete/autocomplete.component.mjs +6 -6
- package/esm2020/autocomplete/autocomplete.trigger.directive.mjs +3 -3
- package/esm2020/autocomplete/module.mjs +15 -17
- package/esm2020/autocomplete/overlay/autocomplete-container.component.mjs +4 -4
- package/esm2020/autocomplete/overlay/autocomplete.service.mjs +3 -3
- package/esm2020/avatar/avatar.component.mjs +5 -5
- package/esm2020/avatar/avatar.module.mjs +6 -6
- package/esm2020/avatar/avatar.pipe.mjs +9 -9
- package/esm2020/avatar/avatar.service.mjs +3 -3
- package/esm2020/back-top/back-top.component.mjs +6 -6
- package/esm2020/back-top/back-top.module.mjs +5 -5
- package/esm2020/badge/badge.component.mjs +114 -133
- package/esm2020/badge/badge.module.mjs +5 -5
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.component.mjs +6 -6
- package/esm2020/breadcrumb/module.mjs +5 -5
- package/esm2020/button/button-group.component.mjs +3 -3
- package/esm2020/button/button-icon.component.mjs +5 -5
- package/esm2020/button/button.component.mjs +6 -6
- package/esm2020/button/button.module.mjs +5 -5
- package/esm2020/calendar/calendar-cells.mjs +6 -6
- package/esm2020/calendar/calendar-header.component.mjs +7 -7
- package/esm2020/calendar/calendar.component.mjs +5 -5
- package/esm2020/calendar/module.mjs +13 -15
- package/esm2020/card/card.component.mjs +4 -4
- package/esm2020/card/card.module.mjs +5 -5
- package/esm2020/card/content.component.mjs +3 -3
- package/esm2020/card/header.component.mjs +3 -3
- package/esm2020/carousel/carousel-item.directive.mjs +32 -0
- package/esm2020/carousel/carousel.component.mjs +292 -0
- package/esm2020/carousel/carousel.service.mjs +73 -0
- package/esm2020/carousel/engine/carousel-base.mjs +43 -0
- package/esm2020/carousel/engine/carousel-fade.mjs +46 -0
- package/esm2020/carousel/engine/carousel-noop.mjs +28 -0
- package/esm2020/carousel/engine/carousel-slide.mjs +62 -0
- package/esm2020/carousel/engine/index.mjs +5 -0
- package/esm2020/carousel/index.mjs +5 -0
- package/esm2020/carousel/module.mjs +22 -0
- package/esm2020/carousel/ngx-tethys-carousel.mjs +5 -0
- package/esm2020/carousel/typings.mjs +2 -0
- package/esm2020/cascader/cascader-li.component.mjs +7 -7
- package/esm2020/cascader/cascader.component.mjs +16 -21
- package/esm2020/cascader/module.mjs +12 -14
- package/esm2020/checkbox/checkbox.component.mjs +4 -4
- package/esm2020/checkbox/module.mjs +5 -5
- package/esm2020/collapse/collapse-item.component.mjs +6 -6
- package/esm2020/collapse/collapse.component.mjs +3 -3
- package/esm2020/collapse/module.mjs +5 -5
- package/esm2020/copy/copy.directive.mjs +4 -4
- package/esm2020/copy/module.mjs +5 -5
- package/esm2020/core/click-positioner.mjs +3 -3
- package/esm2020/core/color/color.mjs +2 -2
- package/esm2020/core/event-dispatchers/click-dispatcher.mjs +3 -3
- package/esm2020/core/event-dispatchers/event-dispatcher.mjs +3 -3
- package/esm2020/core/event-dispatchers/keyboard-dispatcher.mjs +3 -3
- package/esm2020/core/scroll.mjs +3 -3
- package/esm2020/core/store/action.mjs +3 -3
- package/esm2020/core/store/store.mjs +4 -4
- package/esm2020/core/translate.mjs +3 -3
- package/esm2020/core/update-host-class.service.mjs +3 -3
- package/esm2020/date-picker/abstract-picker.component.mjs +4 -4
- package/esm2020/date-picker/abstract-picker.directive.mjs +3 -3
- package/esm2020/date-picker/base-picker.component.mjs +3 -3
- package/esm2020/date-picker/date-helper.service.mjs +3 -3
- package/esm2020/date-picker/date-picker.component.mjs +6 -6
- package/esm2020/date-picker/date-picker.directive.mjs +3 -3
- package/esm2020/date-picker/date-picker.module.mjs +5 -5
- package/esm2020/date-picker/date-picker.service.mjs +3 -3
- package/esm2020/date-picker/lib/calendar/calendar-footer.component.mjs +7 -7
- package/esm2020/date-picker/lib/calendar/calendar-header.component.mjs +3 -3
- package/esm2020/date-picker/lib/calendar/calendar-table.component.mjs +3 -3
- package/esm2020/date-picker/lib/date/date-header.component.mjs +5 -5
- package/esm2020/date-picker/lib/date/date-table-cell.component.mjs +3 -3
- package/esm2020/date-picker/lib/date/date-table.component.mjs +5 -5
- package/esm2020/date-picker/lib/date-carousel/date-carousel.component.mjs +7 -7
- package/esm2020/date-picker/lib/decade/decade-header.component.mjs +5 -5
- package/esm2020/date-picker/lib/decade/decade-table.component.mjs +3 -3
- package/esm2020/date-picker/lib/lib-packer.module.mjs +5 -5
- package/esm2020/date-picker/lib/month/month-header.component.mjs +5 -5
- package/esm2020/date-picker/lib/month/month-table.component.mjs +3 -3
- package/esm2020/date-picker/lib/popups/date-popup.component.mjs +9 -9
- package/esm2020/date-picker/lib/popups/inner-popup.component.mjs +13 -13
- package/esm2020/date-picker/lib/year/year-header.component.mjs +5 -5
- package/esm2020/date-picker/lib/year/year-table.component.mjs +3 -3
- package/esm2020/date-picker/month-picker.component.mjs +6 -6
- package/esm2020/date-picker/picker.component.mjs +6 -6
- package/esm2020/date-picker/picker.pipes.mjs +9 -9
- package/esm2020/date-picker/picker.validators.mjs +6 -6
- package/esm2020/date-picker/range-picker.component.mjs +6 -6
- package/esm2020/date-picker/range-picker.directive.mjs +3 -3
- package/esm2020/date-picker/week-picker.component.mjs +6 -6
- package/esm2020/date-picker/year-picker.component.mjs +6 -6
- package/esm2020/date-range/date-range.component.mjs +5 -5
- package/esm2020/date-range/module.mjs +5 -5
- package/esm2020/date-range/optional-dates/optional-dates.component.mjs +8 -8
- package/esm2020/dialog/body/dialog-body.component.mjs +3 -3
- package/esm2020/dialog/confirm/confirm.component.mjs +8 -8
- package/esm2020/dialog/dialog-container.component.mjs +5 -5
- package/esm2020/dialog/dialog.module.mjs +6 -6
- package/esm2020/dialog/dialog.service.mjs +3 -3
- package/esm2020/dialog/footer/dialog-footer.component.mjs +3 -3
- package/esm2020/dialog/header/dialog-header.component.mjs +6 -6
- package/esm2020/divider/divider.component.mjs +5 -5
- package/esm2020/divider/divider.module.mjs +5 -5
- package/esm2020/dot/dot.component.mjs +3 -3
- package/esm2020/dot/dot.module.mjs +5 -5
- package/esm2020/drag-drop/drag-content.directive.mjs +3 -3
- package/esm2020/drag-drop/drag-drop.service.mjs +3 -3
- package/esm2020/drag-drop/drag-handle.directive.mjs +3 -3
- package/esm2020/drag-drop/drag.directive.mjs +4 -4
- package/esm2020/drag-drop/drop-container.directive.mjs +3 -3
- package/esm2020/drag-drop/module.mjs +5 -5
- package/esm2020/dropdown/dropdown-active.directive.mjs +3 -3
- package/esm2020/dropdown/dropdown-menu-item.directive.mjs +22 -22
- package/esm2020/dropdown/dropdown-menu.component.mjs +12 -12
- package/esm2020/dropdown/dropdown-submenu.component.mjs +3 -3
- package/esm2020/dropdown/dropdown.directive.mjs +3 -3
- package/esm2020/dropdown/module.mjs +5 -5
- package/esm2020/empty/empty.component.mjs +5 -5
- package/esm2020/empty/empty.config.mjs +3 -3
- package/esm2020/empty/empty.module.mjs +5 -5
- package/esm2020/flexible-text/flexible-text.component.mjs +3 -3
- package/esm2020/flexible-text/flexible-text.module.mjs +5 -5
- package/esm2020/form/form-group-error/form-group-error.component.mjs +6 -6
- package/esm2020/form/form-group-label.directive.mjs +3 -3
- package/esm2020/form/form-group.component.mjs +5 -5
- package/esm2020/form/form-submit.directive.mjs +3 -3
- package/esm2020/form/form-validator-loader.mjs +3 -3
- package/esm2020/form/form-validator.service.mjs +3 -3
- package/esm2020/form/form.directive.mjs +3 -3
- package/esm2020/form/from-group-footer/form-group-footer.component.mjs +3 -3
- package/esm2020/form/module.mjs +5 -5
- package/esm2020/form/validator/confirm-validator.directive.mjs +3 -3
- package/esm2020/form/validator/max-validator.directive.mjs +3 -3
- package/esm2020/form/validator/min-validator.directive.mjs +3 -3
- package/esm2020/form/validator/unique-validator.directive.mjs +3 -3
- package/esm2020/fullscreen/fullscreen-launch.directive.mjs +3 -3
- package/esm2020/fullscreen/fullscreen.component.mjs +3 -3
- package/esm2020/fullscreen/fullscreen.module.mjs +4 -4
- package/esm2020/fullscreen/fullscreen.service.mjs +3 -3
- package/esm2020/grid/module.mjs +5 -5
- package/esm2020/grid/thy-col.directive.mjs +3 -3
- package/esm2020/grid/thy-row.directive.mjs +3 -3
- package/esm2020/guider/guider-hint/guider-hint.component.mjs +3 -3
- package/esm2020/guider/guider-manager.mjs +3 -3
- package/esm2020/guider/guider.directive.mjs +3 -3
- package/esm2020/guider/guider.module.mjs +5 -5
- package/esm2020/guider/guider.service.mjs +3 -3
- package/esm2020/icon/icon-registry.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +4 -4
- package/esm2020/icon/icon.module.mjs +5 -5
- package/esm2020/image/image-group.component.mjs +3 -3
- package/esm2020/image/image.directive.mjs +4 -4
- package/esm2020/image/image.service.mjs +3 -3
- package/esm2020/image/module.mjs +14 -16
- package/esm2020/image/preview/image-preview.component.mjs +9 -9
- package/esm2020/input/input-group.component.mjs +3 -3
- package/esm2020/input/input-search.component.mjs +6 -6
- package/esm2020/input/input.component.mjs +6 -6
- package/esm2020/input/input.directive.mjs +3 -3
- package/esm2020/input/module.mjs +5 -5
- package/esm2020/input-number/input-number.component.mjs +7 -7
- package/esm2020/input-number/module.mjs +5 -5
- package/esm2020/label/label.component.mjs +5 -5
- package/esm2020/label/label.module.mjs +5 -5
- package/esm2020/layout/content-main.component.mjs +3 -3
- package/esm2020/layout/content-section.component.mjs +3 -3
- package/esm2020/layout/content.component.mjs +3 -3
- package/esm2020/layout/header.component.mjs +6 -6
- package/esm2020/layout/layout.component.mjs +3 -3
- package/esm2020/layout/layout.module.mjs +5 -5
- package/esm2020/layout/sidebar-content.component.mjs +3 -3
- package/esm2020/layout/sidebar-footer.component.mjs +3 -3
- package/esm2020/layout/sidebar-header.component.mjs +4 -4
- package/esm2020/layout/sidebar.component.mjs +8 -8
- package/esm2020/list/list-item-meta.component.mjs +5 -5
- package/esm2020/list/list-item.component.mjs +3 -3
- package/esm2020/list/list.component.mjs +4 -4
- package/esm2020/list/list.module.mjs +5 -5
- package/esm2020/list/selection/selection-list.mjs +3 -3
- package/esm2020/loading/loading.component.mjs +3 -3
- package/esm2020/loading/loading.module.mjs +5 -5
- package/esm2020/mention/mention.directive.mjs +3 -3
- package/esm2020/mention/mention.module.mjs +5 -5
- package/esm2020/mention/suggestions/suggestions.component.mjs +5 -5
- package/esm2020/menu/divider/menu-divider.component.mjs +3 -3
- package/esm2020/menu/group/menu-group.component.mjs +6 -6
- package/esm2020/menu/item/action/menu-item-action.component.mjs +3 -3
- package/esm2020/menu/item/icon/menu-item-icon.component.mjs +3 -3
- package/esm2020/menu/item/menu-item.component.mjs +5 -5
- package/esm2020/menu/item/name/menu-item-name.component.mjs +3 -3
- package/esm2020/menu/menu.component.mjs +4 -4
- package/esm2020/menu/menu.module.mjs +5 -5
- package/esm2020/nav/icon-nav/icon-nav-link.directive.mjs +5 -5
- package/esm2020/nav/icon-nav/icon-nav.component.mjs +3 -3
- package/esm2020/nav/nav-item.directive.mjs +4 -4
- package/esm2020/nav/nav.component.mjs +6 -6
- package/esm2020/nav/nav.module.mjs +5 -5
- package/esm2020/nav/nav.pipe.mjs +3 -3
- package/esm2020/notify/module.mjs +5 -5
- package/esm2020/notify/notify-container.component.mjs +4 -4
- package/esm2020/notify/notify-content.component.mjs +6 -6
- package/esm2020/notify/notify-queue.store.mjs +4 -4
- package/esm2020/notify/notify.component.mjs +6 -6
- package/esm2020/notify/notify.service.mjs +3 -3
- package/esm2020/pagination/pagination.component.mjs +8 -8
- package/esm2020/pagination/pagination.module.mjs +5 -5
- package/esm2020/pagination/pagination.pipe.mjs +3 -3
- package/esm2020/popover/body/popover-body.component.mjs +3 -3
- package/esm2020/popover/header/popover-header.component.mjs +3 -3
- package/esm2020/popover/module.mjs +5 -5
- package/esm2020/popover/popover-container.component.mjs +4 -4
- package/esm2020/popover/popover.directive.mjs +4 -4
- package/esm2020/popover/popover.service.mjs +3 -3
- package/esm2020/progress/bar/progress-bar.component.mjs +3 -3
- package/esm2020/progress/progress.component.mjs +7 -7
- package/esm2020/progress/progress.module.mjs +5 -5
- package/esm2020/property/module.mjs +5 -5
- package/esm2020/property/properties.component.mjs +6 -6
- package/esm2020/property/property-item.component.mjs +4 -4
- package/esm2020/property-operation/group/property-operation-group.component.mjs +3 -3
- package/esm2020/property-operation/module.mjs +5 -5
- package/esm2020/property-operation/property-operation.component.mjs +6 -6
- package/esm2020/radio/button/radio-button.component.mjs +3 -3
- package/esm2020/radio/group/radio-group.component.mjs +3 -3
- package/esm2020/radio/module.mjs +5 -5
- package/esm2020/radio/radio.component.mjs +4 -4
- package/esm2020/rate/module.mjs +5 -5
- package/esm2020/rate/rate-item.component.mjs +6 -6
- package/esm2020/rate/rate.component.mjs +9 -9
- package/esm2020/resizable/module.mjs +5 -5
- package/esm2020/resizable/resizable.directive.mjs +4 -4
- package/esm2020/resizable/resizable.service.mjs +3 -3
- package/esm2020/resizable/resize-handle.component.mjs +3 -3
- package/esm2020/resizable/resize-handles.component.mjs +6 -6
- package/esm2020/result/result.component.mjs +3 -3
- package/esm2020/result/result.module.mjs +5 -5
- package/esm2020/segment/segment-item.component.mjs +6 -6
- package/esm2020/segment/segment.component.mjs +5 -5
- package/esm2020/segment/segment.module.mjs +5 -5
- package/esm2020/select/custom-select/custom-select.component.mjs +8 -8
- package/esm2020/select/module.mjs +15 -17
- package/esm2020/select/select.component.mjs +6 -6
- package/esm2020/shared/base-form-check.component.mjs +3 -3
- package/esm2020/shared/directives/thy-autofocus.directive.mjs +3 -3
- package/esm2020/shared/directives/thy-contextmenu.directive.mjs +3 -3
- package/esm2020/shared/directives/thy-ctrl-enter.directive.mjs +3 -3
- package/esm2020/shared/directives/thy-drag-drop.directive.mjs +3 -3
- package/esm2020/shared/directives/thy-enter.directive.mjs +3 -3
- package/esm2020/shared/directives/thy-scroll.directive.mjs +3 -3
- package/esm2020/shared/directives/thy-show.mjs +3 -3
- package/esm2020/shared/directives/thy-stop-propagation.directive.mjs +3 -3
- package/esm2020/shared/ng-transclude.directive.mjs +3 -3
- package/esm2020/shared/option/group/option-group.component.mjs +3 -3
- package/esm2020/shared/option/list-option/list-option.component.mjs +5 -5
- package/esm2020/shared/option/module.mjs +5 -5
- package/esm2020/shared/option/option-group.component.mjs +3 -3
- package/esm2020/shared/option/option.component.mjs +3 -3
- package/esm2020/shared/select/module.mjs +5 -5
- package/esm2020/shared/select/select-control/select-control.component.mjs +8 -8
- package/esm2020/shared/shared.module.mjs +5 -5
- package/esm2020/skeleton/module.mjs +5 -5
- package/esm2020/skeleton/skeleton.component.mjs +3 -3
- package/esm2020/skeleton/stylized/avatar.component.mjs +3 -3
- package/esm2020/skeleton/stylized/bullet-list.component.mjs +4 -4
- package/esm2020/skeleton/stylized/list.component.mjs +3 -3
- package/esm2020/skeleton/stylized/paragraph.component.mjs +3 -3
- package/esm2020/skeleton/stylized/title.component.mjs +3 -3
- package/esm2020/slide/drawer/drawer-container.directive.mjs +3 -3
- package/esm2020/slide/slide-body/slide-body-section.component.mjs +3 -3
- package/esm2020/slide/slide-body/slide-body.component.mjs +3 -3
- package/esm2020/slide/slide-container.component.mjs +5 -5
- package/esm2020/slide/slide-footer/slide-footer.component.mjs +3 -3
- package/esm2020/slide/slide-header/slide-header.component.mjs +5 -5
- package/esm2020/slide/slide-layout/slide-layout.component.mjs +3 -3
- package/esm2020/slide/slide-ref.service.mjs +3 -3
- package/esm2020/slide/slide.module.mjs +5 -5
- package/esm2020/slide/slide.service.mjs +3 -3
- package/esm2020/slider/slider.component.mjs +5 -5
- package/esm2020/slider/slider.module.mjs +5 -5
- package/esm2020/space/space.component.mjs +7 -7
- package/esm2020/space/space.module.mjs +5 -5
- package/esm2020/statistic/statistic.component.mjs +3 -3
- package/esm2020/statistic/statistic.module.mjs +5 -5
- package/esm2020/stepper/step-header.component.mjs +3 -3
- package/esm2020/stepper/step.component.mjs +3 -3
- package/esm2020/stepper/stepper-button.directive.mjs +6 -6
- package/esm2020/stepper/stepper.component.mjs +6 -6
- package/esm2020/stepper/stepper.module.mjs +5 -5
- package/esm2020/strength/strength.component.mjs +3 -3
- package/esm2020/strength/strength.module.mjs +5 -5
- package/esm2020/switch/switch.component.mjs +4 -4
- package/esm2020/switch/switch.module.mjs +5 -5
- package/esm2020/table/table-column.component.mjs +4 -4
- package/esm2020/table/table.component.mjs +33 -17
- package/esm2020/table/table.interface.mjs +1 -1
- package/esm2020/table/table.module.mjs +14 -16
- package/esm2020/table/table.pipe.mjs +3 -3
- package/esm2020/tabs/tab-content.component.mjs +47 -0
- package/esm2020/tabs/tab.component.mjs +3 -3
- package/esm2020/tabs/tabs.component.mjs +26 -7
- package/esm2020/tabs/tabs.module.mjs +7 -6
- package/esm2020/tag/index.mjs +2 -1
- package/esm2020/tag/tag.component.mjs +4 -4
- package/esm2020/tag/tag.module.mjs +8 -7
- package/esm2020/tag/tags.component.mjs +20 -0
- package/esm2020/time-picker/inner/inner-time-picker.component.mjs +3 -3
- package/esm2020/time-picker/inner/inner-time-picker.config.mjs +3 -3
- package/esm2020/time-picker/inner/inner-time-picker.store.mjs +4 -4
- package/esm2020/time-picker/time-picker-panel.component.mjs +7 -7
- package/esm2020/time-picker/time-picker.component.mjs +11 -11
- package/esm2020/time-picker/time-picker.module.mjs +5 -5
- package/esm2020/timeline/timeline-item.component.mjs +4 -4
- package/esm2020/timeline/timeline.component.mjs +17 -7
- package/esm2020/timeline/timeline.module.mjs +5 -5
- package/esm2020/timeline/timeline.service.mjs +3 -3
- package/esm2020/tooltip/tooltip.component.mjs +4 -4
- package/esm2020/tooltip/tooltip.directive.mjs +4 -4
- package/esm2020/tooltip/tooltip.module.mjs +5 -5
- package/esm2020/tooltip/tooltip.service.mjs +3 -3
- package/esm2020/transfer/transfer-list.component.mjs +6 -6
- package/esm2020/transfer/transfer.component.mjs +5 -5
- package/esm2020/transfer/transfer.module.mjs +5 -5
- package/esm2020/tree/tree-node.component.mjs +11 -8
- package/esm2020/tree/tree-replace-region.component.mjs +3 -3
- package/esm2020/tree/tree.component.mjs +12 -10
- package/esm2020/tree/tree.module.mjs +16 -18
- package/esm2020/tree/tree.service.mjs +3 -3
- package/esm2020/tree-select/module.mjs +12 -14
- package/esm2020/tree-select/tree-select.component.mjs +12 -12
- package/esm2020/typography/module.mjs +5 -5
- package/esm2020/typography/text/text.component.mjs +7 -7
- package/esm2020/typography/text-color.directive.mjs +3 -3
- package/esm2020/upload/file-drop.directive.mjs +3 -3
- package/esm2020/upload/file-select-base.mjs +3 -3
- package/esm2020/upload/file-select.component.mjs +3 -3
- package/esm2020/upload/module.mjs +5 -5
- package/esm2020/upload/upload.service.mjs +3 -3
- package/esm2020/version.mjs +2 -2
- package/esm2020/vote/vote.component.mjs +6 -6
- package/esm2020/vote/vote.module.mjs +5 -5
- package/esm2020/watermark/watermark.directive.mjs +4 -4
- package/esm2020/watermark/watermark.module.mjs +5 -5
- package/fesm2015/ngx-tethys-action-menu.mjs +43 -43
- package/fesm2015/ngx-tethys-action-menu.mjs.map +1 -1
- package/fesm2015/ngx-tethys-action.mjs +13 -13
- package/fesm2015/ngx-tethys-action.mjs.map +1 -1
- package/fesm2015/ngx-tethys-affix.mjs +7 -7
- package/fesm2015/ngx-tethys-affix.mjs.map +1 -1
- package/fesm2015/ngx-tethys-alert.mjs +12 -12
- package/fesm2015/ngx-tethys-alert.mjs.map +1 -1
- package/fesm2015/ngx-tethys-anchor.mjs +14 -14
- package/fesm2015/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2015/ngx-tethys-arrow-switcher.mjs +13 -13
- package/fesm2015/ngx-tethys-arrow-switcher.mjs.map +1 -1
- package/fesm2015/ngx-tethys-autocomplete.mjs +29 -31
- package/fesm2015/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2015/ngx-tethys-avatar.mjs +22 -22
- package/fesm2015/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2015/ngx-tethys-back-top.mjs +9 -9
- package/fesm2015/ngx-tethys-back-top.mjs.map +1 -1
- package/fesm2015/ngx-tethys-badge.mjs +117 -136
- package/fesm2015/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2015/ngx-tethys-breadcrumb.mjs +13 -13
- package/fesm2015/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2015/ngx-tethys-button.mjs +15 -15
- package/fesm2015/ngx-tethys-button.mjs.map +1 -1
- package/fesm2015/ngx-tethys-calendar.mjs +29 -31
- package/fesm2015/ngx-tethys-calendar.mjs.map +1 -1
- package/fesm2015/ngx-tethys-card.mjs +13 -13
- package/fesm2015/ngx-tethys-card.mjs.map +1 -1
- package/fesm2015/ngx-tethys-carousel.mjs +588 -0
- package/fesm2015/ngx-tethys-carousel.mjs.map +1 -0
- package/fesm2015/ngx-tethys-cascader.mjs +34 -41
- package/fesm2015/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2015/ngx-tethys-checkbox.mjs +8 -8
- package/fesm2015/ngx-tethys-checkbox.mjs.map +1 -1
- package/fesm2015/ngx-tethys-collapse.mjs +12 -12
- package/fesm2015/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2015/ngx-tethys-copy.mjs +7 -7
- package/fesm2015/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2015/ngx-tethys-core.mjs +27 -27
- package/fesm2015/ngx-tethys-core.mjs.map +1 -1
- package/fesm2015/ngx-tethys-date-picker.mjs +1029 -1029
- package/fesm2015/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2015/ngx-tethys-date-range.mjs +16 -16
- package/fesm2015/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2015/ngx-tethys-dialog.mjs +29 -29
- package/fesm2015/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2015/ngx-tethys-divider.mjs +8 -8
- package/fesm2015/ngx-tethys-divider.mjs.map +1 -1
- package/fesm2015/ngx-tethys-dot.mjs +7 -7
- package/fesm2015/ngx-tethys-dot.mjs.map +1 -1
- package/fesm2015/ngx-tethys-drag-drop.mjs +19 -19
- package/fesm2015/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2015/ngx-tethys-dropdown.mjs +46 -46
- package/fesm2015/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2015/ngx-tethys-empty.mjs +12 -12
- package/fesm2015/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2015/ngx-tethys-flexible-text.mjs +7 -7
- package/fesm2015/ngx-tethys-flexible-text.mjs.map +1 -1
- package/fesm2015/ngx-tethys-form.mjs +43 -43
- package/fesm2015/ngx-tethys-form.mjs.map +1 -1
- package/fesm2015/ngx-tethys-fullscreen.mjs +13 -13
- package/fesm2015/ngx-tethys-grid.mjs +10 -10
- package/fesm2015/ngx-tethys-grid.mjs.map +1 -1
- package/fesm2015/ngx-tethys-guider.mjs +16 -16
- package/fesm2015/ngx-tethys-guider.mjs.map +1 -1
- package/fesm2015/ngx-tethys-icon.mjs +10 -10
- package/fesm2015/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2015/ngx-tethys-image.mjs +34 -36
- package/fesm2015/ngx-tethys-image.mjs.map +1 -1
- package/fesm2015/ngx-tethys-input-number.mjs +10 -10
- package/fesm2015/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2015/ngx-tethys-input.mjs +19 -19
- package/fesm2015/ngx-tethys-input.mjs.map +1 -1
- package/fesm2015/ngx-tethys-label.mjs +9 -9
- package/fesm2015/ngx-tethys-label.mjs.map +1 -1
- package/fesm2015/ngx-tethys-layout.mjs +37 -37
- package/fesm2015/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2015/ngx-tethys-list.mjs +18 -18
- package/fesm2015/ngx-tethys-list.mjs.map +1 -1
- package/fesm2015/ngx-tethys-loading.mjs +7 -7
- package/fesm2015/ngx-tethys-loading.mjs.map +1 -1
- package/fesm2015/ngx-tethys-mention.mjs +12 -12
- package/fesm2015/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2015/ngx-tethys-menu.mjs +27 -27
- package/fesm2015/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2015/ngx-tethys-nav.mjs +31 -31
- package/fesm2015/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2015/ngx-tethys-notify.mjs +22 -22
- package/fesm2015/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2015/ngx-tethys-pagination.mjs +18 -18
- package/fesm2015/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2015/ngx-tethys-popover.mjs +19 -19
- package/fesm2015/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2015/ngx-tethys-progress.mjs +13 -13
- package/fesm2015/ngx-tethys-progress.mjs.map +1 -1
- package/fesm2015/ngx-tethys-property-operation.mjs +13 -13
- package/fesm2015/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2015/ngx-tethys-property.mjs +13 -13
- package/fesm2015/ngx-tethys-property.mjs.map +1 -1
- package/fesm2015/ngx-tethys-radio.mjs +14 -14
- package/fesm2015/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2015/ngx-tethys-rate.mjs +15 -15
- package/fesm2015/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2015/ngx-tethys-resizable.mjs +18 -18
- package/fesm2015/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2015/ngx-tethys-result.mjs +7 -7
- package/fesm2015/ngx-tethys-result.mjs.map +1 -1
- package/fesm2015/ngx-tethys-segment.mjs +13 -13
- package/fesm2015/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2015/ngx-tethys-select.mjs +26 -28
- package/fesm2015/ngx-tethys-select.mjs.map +1 -1
- package/fesm2015/ngx-tethys-shared.mjs +63 -63
- package/fesm2015/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2015/ngx-tethys-skeleton.mjs +23 -23
- package/fesm2015/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2015/ngx-tethys-slide.mjs +34 -34
- package/fesm2015/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2015/ngx-tethys-slider.mjs +8 -8
- package/fesm2015/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2015/ngx-tethys-space.mjs +10 -10
- package/fesm2015/ngx-tethys-space.mjs.map +1 -1
- package/fesm2015/ngx-tethys-statistic.mjs +7 -7
- package/fesm2015/ngx-tethys-statistic.mjs.map +1 -1
- package/fesm2015/ngx-tethys-stepper.mjs +21 -21
- package/fesm2015/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2015/ngx-tethys-strength.mjs +7 -7
- package/fesm2015/ngx-tethys-strength.mjs.map +1 -1
- package/fesm2015/ngx-tethys-switch.mjs +8 -8
- package/fesm2015/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2015/ngx-tethys-table.mjs +56 -42
- package/fesm2015/ngx-tethys-table.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tabs.mjs +77 -15
- package/fesm2015/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tag.mjs +28 -10
- package/fesm2015/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2015/ngx-tethys-time-picker.mjs +28 -28
- package/fesm2015/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2015/ngx-tethys-timeline.mjs +26 -16
- package/fesm2015/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tooltip.mjs +13 -13
- package/fesm2015/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2015/ngx-tethys-transfer.mjs +17 -17
- package/fesm2015/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tree-select.mjs +23 -25
- package/fesm2015/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tree.mjs +39 -36
- package/fesm2015/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2015/ngx-tethys-typography.mjs +13 -13
- package/fesm2015/ngx-tethys-typography.mjs.map +1 -1
- package/fesm2015/ngx-tethys-upload.mjs +16 -16
- package/fesm2015/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2015/ngx-tethys-vote.mjs +9 -9
- package/fesm2015/ngx-tethys-vote.mjs.map +1 -1
- package/fesm2015/ngx-tethys-watermark.mjs +7 -7
- package/fesm2015/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2015/ngx-tethys.mjs +1 -1
- package/fesm2015/ngx-tethys.mjs.map +1 -1
- package/fesm2020/ngx-tethys-action-menu.mjs +43 -43
- package/fesm2020/ngx-tethys-action-menu.mjs.map +1 -1
- package/fesm2020/ngx-tethys-action.mjs +13 -13
- package/fesm2020/ngx-tethys-action.mjs.map +1 -1
- package/fesm2020/ngx-tethys-affix.mjs +7 -7
- package/fesm2020/ngx-tethys-affix.mjs.map +1 -1
- package/fesm2020/ngx-tethys-alert.mjs +12 -12
- package/fesm2020/ngx-tethys-alert.mjs.map +1 -1
- package/fesm2020/ngx-tethys-anchor.mjs +14 -14
- package/fesm2020/ngx-tethys-anchor.mjs.map +1 -1
- package/fesm2020/ngx-tethys-arrow-switcher.mjs +13 -13
- package/fesm2020/ngx-tethys-arrow-switcher.mjs.map +1 -1
- package/fesm2020/ngx-tethys-autocomplete.mjs +29 -31
- package/fesm2020/ngx-tethys-autocomplete.mjs.map +1 -1
- package/fesm2020/ngx-tethys-avatar.mjs +22 -22
- package/fesm2020/ngx-tethys-avatar.mjs.map +1 -1
- package/fesm2020/ngx-tethys-back-top.mjs +9 -9
- package/fesm2020/ngx-tethys-back-top.mjs.map +1 -1
- package/fesm2020/ngx-tethys-badge.mjs +117 -136
- package/fesm2020/ngx-tethys-badge.mjs.map +1 -1
- package/fesm2020/ngx-tethys-breadcrumb.mjs +13 -13
- package/fesm2020/ngx-tethys-breadcrumb.mjs.map +1 -1
- package/fesm2020/ngx-tethys-button.mjs +15 -15
- package/fesm2020/ngx-tethys-button.mjs.map +1 -1
- package/fesm2020/ngx-tethys-calendar.mjs +29 -31
- package/fesm2020/ngx-tethys-calendar.mjs.map +1 -1
- package/fesm2020/ngx-tethys-card.mjs +13 -13
- package/fesm2020/ngx-tethys-card.mjs.map +1 -1
- package/fesm2020/ngx-tethys-carousel.mjs +583 -0
- package/fesm2020/ngx-tethys-carousel.mjs.map +1 -0
- package/fesm2020/ngx-tethys-cascader.mjs +34 -41
- package/fesm2020/ngx-tethys-cascader.mjs.map +1 -1
- package/fesm2020/ngx-tethys-checkbox.mjs +8 -8
- package/fesm2020/ngx-tethys-checkbox.mjs.map +1 -1
- package/fesm2020/ngx-tethys-collapse.mjs +12 -12
- package/fesm2020/ngx-tethys-collapse.mjs.map +1 -1
- package/fesm2020/ngx-tethys-copy.mjs +7 -7
- package/fesm2020/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2020/ngx-tethys-core.mjs +27 -27
- package/fesm2020/ngx-tethys-core.mjs.map +1 -1
- package/fesm2020/ngx-tethys-date-picker.mjs +1013 -1013
- package/fesm2020/ngx-tethys-date-picker.mjs.map +1 -1
- package/fesm2020/ngx-tethys-date-range.mjs +16 -16
- package/fesm2020/ngx-tethys-date-range.mjs.map +1 -1
- package/fesm2020/ngx-tethys-dialog.mjs +29 -29
- package/fesm2020/ngx-tethys-dialog.mjs.map +1 -1
- package/fesm2020/ngx-tethys-divider.mjs +8 -8
- package/fesm2020/ngx-tethys-divider.mjs.map +1 -1
- package/fesm2020/ngx-tethys-dot.mjs +7 -7
- package/fesm2020/ngx-tethys-dot.mjs.map +1 -1
- package/fesm2020/ngx-tethys-drag-drop.mjs +19 -19
- package/fesm2020/ngx-tethys-drag-drop.mjs.map +1 -1
- package/fesm2020/ngx-tethys-dropdown.mjs +46 -46
- package/fesm2020/ngx-tethys-dropdown.mjs.map +1 -1
- package/fesm2020/ngx-tethys-empty.mjs +12 -12
- package/fesm2020/ngx-tethys-empty.mjs.map +1 -1
- package/fesm2020/ngx-tethys-flexible-text.mjs +7 -7
- package/fesm2020/ngx-tethys-flexible-text.mjs.map +1 -1
- package/fesm2020/ngx-tethys-form.mjs +43 -43
- package/fesm2020/ngx-tethys-form.mjs.map +1 -1
- package/fesm2020/ngx-tethys-fullscreen.mjs +13 -13
- package/fesm2020/ngx-tethys-grid.mjs +10 -10
- package/fesm2020/ngx-tethys-grid.mjs.map +1 -1
- package/fesm2020/ngx-tethys-guider.mjs +16 -16
- package/fesm2020/ngx-tethys-guider.mjs.map +1 -1
- package/fesm2020/ngx-tethys-icon.mjs +10 -10
- package/fesm2020/ngx-tethys-icon.mjs.map +1 -1
- package/fesm2020/ngx-tethys-image.mjs +34 -36
- package/fesm2020/ngx-tethys-image.mjs.map +1 -1
- package/fesm2020/ngx-tethys-input-number.mjs +10 -10
- package/fesm2020/ngx-tethys-input-number.mjs.map +1 -1
- package/fesm2020/ngx-tethys-input.mjs +19 -19
- package/fesm2020/ngx-tethys-input.mjs.map +1 -1
- package/fesm2020/ngx-tethys-label.mjs +9 -9
- package/fesm2020/ngx-tethys-label.mjs.map +1 -1
- package/fesm2020/ngx-tethys-layout.mjs +37 -37
- package/fesm2020/ngx-tethys-layout.mjs.map +1 -1
- package/fesm2020/ngx-tethys-list.mjs +18 -18
- package/fesm2020/ngx-tethys-list.mjs.map +1 -1
- package/fesm2020/ngx-tethys-loading.mjs +7 -7
- package/fesm2020/ngx-tethys-loading.mjs.map +1 -1
- package/fesm2020/ngx-tethys-mention.mjs +12 -12
- package/fesm2020/ngx-tethys-mention.mjs.map +1 -1
- package/fesm2020/ngx-tethys-menu.mjs +27 -27
- package/fesm2020/ngx-tethys-menu.mjs.map +1 -1
- package/fesm2020/ngx-tethys-nav.mjs +31 -31
- package/fesm2020/ngx-tethys-nav.mjs.map +1 -1
- package/fesm2020/ngx-tethys-notify.mjs +22 -22
- package/fesm2020/ngx-tethys-notify.mjs.map +1 -1
- package/fesm2020/ngx-tethys-pagination.mjs +18 -18
- package/fesm2020/ngx-tethys-pagination.mjs.map +1 -1
- package/fesm2020/ngx-tethys-popover.mjs +19 -19
- package/fesm2020/ngx-tethys-popover.mjs.map +1 -1
- package/fesm2020/ngx-tethys-progress.mjs +13 -13
- package/fesm2020/ngx-tethys-progress.mjs.map +1 -1
- package/fesm2020/ngx-tethys-property-operation.mjs +13 -13
- package/fesm2020/ngx-tethys-property-operation.mjs.map +1 -1
- package/fesm2020/ngx-tethys-property.mjs +13 -13
- package/fesm2020/ngx-tethys-property.mjs.map +1 -1
- package/fesm2020/ngx-tethys-radio.mjs +14 -14
- package/fesm2020/ngx-tethys-radio.mjs.map +1 -1
- package/fesm2020/ngx-tethys-rate.mjs +15 -15
- package/fesm2020/ngx-tethys-rate.mjs.map +1 -1
- package/fesm2020/ngx-tethys-resizable.mjs +18 -18
- package/fesm2020/ngx-tethys-resizable.mjs.map +1 -1
- package/fesm2020/ngx-tethys-result.mjs +7 -7
- package/fesm2020/ngx-tethys-result.mjs.map +1 -1
- package/fesm2020/ngx-tethys-segment.mjs +13 -13
- package/fesm2020/ngx-tethys-segment.mjs.map +1 -1
- package/fesm2020/ngx-tethys-select.mjs +26 -28
- package/fesm2020/ngx-tethys-select.mjs.map +1 -1
- package/fesm2020/ngx-tethys-shared.mjs +63 -63
- package/fesm2020/ngx-tethys-shared.mjs.map +1 -1
- package/fesm2020/ngx-tethys-skeleton.mjs +23 -23
- package/fesm2020/ngx-tethys-skeleton.mjs.map +1 -1
- package/fesm2020/ngx-tethys-slide.mjs +34 -34
- package/fesm2020/ngx-tethys-slide.mjs.map +1 -1
- package/fesm2020/ngx-tethys-slider.mjs +8 -8
- package/fesm2020/ngx-tethys-slider.mjs.map +1 -1
- package/fesm2020/ngx-tethys-space.mjs +10 -10
- package/fesm2020/ngx-tethys-space.mjs.map +1 -1
- package/fesm2020/ngx-tethys-statistic.mjs +7 -7
- package/fesm2020/ngx-tethys-statistic.mjs.map +1 -1
- package/fesm2020/ngx-tethys-stepper.mjs +21 -21
- package/fesm2020/ngx-tethys-stepper.mjs.map +1 -1
- package/fesm2020/ngx-tethys-strength.mjs +7 -7
- package/fesm2020/ngx-tethys-strength.mjs.map +1 -1
- package/fesm2020/ngx-tethys-switch.mjs +8 -8
- package/fesm2020/ngx-tethys-switch.mjs.map +1 -1
- package/fesm2020/ngx-tethys-table.mjs +56 -42
- package/fesm2020/ngx-tethys-table.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tabs.mjs +77 -15
- package/fesm2020/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tag.mjs +28 -10
- package/fesm2020/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2020/ngx-tethys-time-picker.mjs +28 -28
- package/fesm2020/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2020/ngx-tethys-timeline.mjs +26 -16
- package/fesm2020/ngx-tethys-timeline.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tooltip.mjs +13 -13
- package/fesm2020/ngx-tethys-tooltip.mjs.map +1 -1
- package/fesm2020/ngx-tethys-transfer.mjs +17 -17
- package/fesm2020/ngx-tethys-transfer.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tree-select.mjs +23 -25
- package/fesm2020/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tree.mjs +39 -36
- package/fesm2020/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2020/ngx-tethys-typography.mjs +13 -13
- package/fesm2020/ngx-tethys-typography.mjs.map +1 -1
- package/fesm2020/ngx-tethys-upload.mjs +16 -16
- package/fesm2020/ngx-tethys-upload.mjs.map +1 -1
- package/fesm2020/ngx-tethys-vote.mjs +9 -9
- package/fesm2020/ngx-tethys-vote.mjs.map +1 -1
- package/fesm2020/ngx-tethys-watermark.mjs +7 -7
- package/fesm2020/ngx-tethys-watermark.mjs.map +1 -1
- package/fesm2020/ngx-tethys.mjs +1 -1
- package/fesm2020/ngx-tethys.mjs.map +1 -1
- package/flexible-text/flexible-text.component.d.ts +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 +1 -1
- package/form/form-submit.directive.d.ts +1 -1
- package/form/form.directive.d.ts +1 -1
- package/form/from-group-footer/form-group-footer.component.d.ts +1 -1
- package/form/validator/confirm-validator.directive.d.ts +1 -1
- package/form/validator/max-validator.directive.d.ts +1 -1
- package/form/validator/min-validator.directive.d.ts +1 -1
- package/form/validator/unique-validator.directive.d.ts +1 -1
- package/fullscreen/fullscreen-launch.directive.d.ts +1 -1
- package/fullscreen/fullscreen.component.d.ts +1 -1
- package/grid/thy-col.directive.d.ts +1 -1
- package/grid/thy-row.directive.d.ts +1 -1
- package/guider/guider-hint/guider-hint.component.d.ts +1 -1
- package/guider/guider.directive.d.ts +1 -1
- package/icon/icon.component.d.ts +1 -1
- package/image/image-group.component.d.ts +1 -1
- package/image/image.directive.d.ts +1 -1
- package/image/preview/image-preview.component.d.ts +1 -1
- package/{ngx-tethys.d.ts → index.d.ts} +0 -0
- package/input/input-group.component.d.ts +1 -1
- package/input/input-search.component.d.ts +1 -1
- package/input/input.component.d.ts +1 -1
- package/input/input.directive.d.ts +1 -1
- package/input-number/input-number.component.d.ts +1 -1
- package/label/label.component.d.ts +1 -1
- package/layout/content-main.component.d.ts +1 -1
- package/layout/content-section.component.d.ts +1 -1
- package/layout/content.component.d.ts +1 -1
- package/layout/header.component.d.ts +1 -1
- package/layout/layout.component.d.ts +1 -1
- package/layout/sidebar-content.component.d.ts +1 -1
- package/layout/sidebar-footer.component.d.ts +1 -1
- package/layout/sidebar-header.component.d.ts +1 -1
- package/layout/sidebar.component.d.ts +1 -1
- package/list/list-item-meta.component.d.ts +1 -1
- package/list/list-item.component.d.ts +1 -1
- package/list/list.component.d.ts +1 -1
- package/list/selection/selection-list.d.ts +1 -1
- package/loading/loading.component.d.ts +1 -1
- package/mention/mention.directive.d.ts +1 -1
- package/mention/suggestions/suggestions.component.d.ts +1 -1
- package/menu/divider/menu-divider.component.d.ts +1 -1
- package/menu/group/menu-group.component.d.ts +1 -1
- package/menu/item/action/menu-item-action.component.d.ts +1 -1
- package/menu/item/icon/menu-item-icon.component.d.ts +1 -1
- package/menu/item/menu-item.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/icon-nav/icon-nav.component.d.ts +1 -1
- package/nav/nav-item.directive.d.ts +1 -1
- package/nav/nav.component.d.ts +1 -1
- package/nav/nav.pipe.d.ts +1 -1
- package/notify/notify-container.component.d.ts +1 -1
- package/notify/notify-content.component.d.ts +1 -1
- package/notify/notify.component.d.ts +1 -1
- package/package.json +91 -83
- package/pagination/pagination.component.d.ts +1 -1
- package/pagination/pagination.pipe.d.ts +1 -1
- package/popover/body/popover-body.component.d.ts +1 -1
- package/popover/header/popover-header.component.d.ts +1 -1
- package/popover/popover-container.component.d.ts +1 -1
- package/popover/popover.directive.d.ts +1 -1
- package/progress/bar/progress-bar.component.d.ts +1 -1
- package/progress/progress.component.d.ts +1 -1
- package/property/properties.component.d.ts +1 -1
- package/property/property-item.component.d.ts +1 -1
- package/property-operation/group/property-operation-group.component.d.ts +1 -1
- package/property-operation/property-operation.component.d.ts +1 -1
- package/radio/button/radio-button.component.d.ts +1 -1
- package/radio/group/radio-group.component.d.ts +1 -1
- package/radio/radio.component.d.ts +1 -1
- package/rate/rate-item.component.d.ts +1 -1
- package/rate/rate.component.d.ts +1 -1
- package/resizable/resizable.directive.d.ts +1 -1
- package/resizable/resize-handle.component.d.ts +1 -1
- package/resizable/resize-handles.component.d.ts +1 -1
- package/result/result.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 +1 -1
- package/select/custom-select/custom-select.component.d.ts +1 -1
- package/select/select.component.d.ts +1 -1
- package/shared/base-form-check.component.d.ts +1 -1
- package/shared/directives/thy-autofocus.directive.d.ts +1 -1
- package/shared/directives/thy-contextmenu.directive.d.ts +1 -1
- package/shared/directives/thy-ctrl-enter.directive.d.ts +1 -1
- package/shared/directives/thy-drag-drop.directive.d.ts +1 -1
- package/shared/directives/thy-enter.directive.d.ts +1 -1
- package/shared/directives/thy-scroll.directive.d.ts +1 -1
- package/shared/directives/thy-show.d.ts +1 -1
- package/shared/directives/thy-stop-propagation.directive.d.ts +1 -1
- package/shared/ng-transclude.directive.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-group.component.d.ts +1 -1
- package/shared/option/option.component.d.ts +1 -1
- package/shared/select/select-control/select-control.component.d.ts +1 -1
- package/skeleton/skeleton.component.d.ts +1 -1
- package/skeleton/stylized/avatar.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/skeleton/stylized/title.component.d.ts +1 -1
- package/slide/drawer/drawer-container.directive.d.ts +1 -1
- package/slide/slide-body/slide-body-section.component.d.ts +1 -1
- package/slide/slide-body/slide-body.component.d.ts +1 -1
- package/slide/slide-container.component.d.ts +1 -1
- package/slide/slide-footer/slide-footer.component.d.ts +1 -1
- package/slide/slide-header/slide-header.component.d.ts +1 -1
- package/slide/slide-layout/slide-layout.component.d.ts +1 -1
- package/slider/slider.component.d.ts +1 -1
- package/space/space.component.d.ts +2 -2
- package/statistic/statistic.component.d.ts +1 -1
- package/stepper/step-header.component.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper-button.directive.d.ts +2 -2
- package/stepper/stepper.component.d.ts +1 -1
- package/strength/strength.component.d.ts +1 -1
- package/styles/index.scss +1 -0
- package/styles/mixins/link.scss +6 -2
- package/styles/modules/link.scss +2 -1
- package/styles/modules/utils.scss +2 -0
- package/styles/variables.scss +4 -1
- package/switch/switch.component.d.ts +1 -1
- package/table/table-column.component.d.ts +1 -1
- package/table/table.component.d.ts +5 -1
- package/table/table.interface.d.ts +1 -0
- package/table/table.pipe.d.ts +1 -1
- package/tabs/styles/tabs.scss +11 -4
- package/tabs/tab-content.component.d.ts +9 -0
- package/tabs/tab.component.d.ts +1 -1
- package/tabs/tabs.component.d.ts +9 -1
- package/tabs/tabs.module.d.ts +5 -4
- package/tag/index.d.ts +1 -0
- package/tag/styles/mixin.scss +1 -0
- package/tag/styles/tag.scss +8 -1
- package/tag/tag.component.d.ts +1 -1
- package/tag/tag.module.d.ts +4 -3
- package/tag/tags.component.d.ts +8 -0
- package/time-picker/inner/inner-time-picker.component.d.ts +1 -1
- package/time-picker/time-picker-panel.component.d.ts +1 -1
- package/time-picker/time-picker.component.d.ts +1 -1
- package/timeline/timeline-item.component.d.ts +4 -3
- package/timeline/timeline.component.d.ts +2 -2
- package/tooltip/tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +1 -1
- package/transfer/transfer-list.component.d.ts +1 -1
- package/transfer/transfer.component.d.ts +1 -1
- package/tree/tree-node.component.d.ts +2 -1
- package/tree/tree-replace-region.component.d.ts +1 -1
- package/tree/tree.component.d.ts +2 -1
- package/tree-select/tree-select.component.d.ts +2 -2
- package/typography/text/text.component.d.ts +1 -1
- package/typography/text-color.directive.d.ts +1 -1
- package/upload/file-drop.directive.d.ts +1 -1
- package/upload/file-select-base.d.ts +1 -1
- package/upload/file-select.component.d.ts +1 -1
- package/vote/vote.component.d.ts +1 -1
- package/watermark/watermark.directive.d.ts +1 -1
- package/action/ngx-tethys-action.d.ts +0 -5
- package/action/package.json +0 -10
- package/action-menu/ngx-tethys-action-menu.d.ts +0 -5
- package/action-menu/package.json +0 -10
- package/affix/ngx-tethys-affix.d.ts +0 -5
- package/affix/package.json +0 -10
- package/alert/ngx-tethys-alert.d.ts +0 -5
- package/alert/package.json +0 -10
- package/anchor/ngx-tethys-anchor.d.ts +0 -5
- package/anchor/package.json +0 -10
- package/arrow-switcher/ngx-tethys-arrow-switcher.d.ts +0 -5
- package/arrow-switcher/package.json +0 -10
- package/autocomplete/ngx-tethys-autocomplete.d.ts +0 -5
- package/autocomplete/package.json +0 -10
- package/avatar/ngx-tethys-avatar.d.ts +0 -5
- package/avatar/package.json +0 -10
- package/back-top/ngx-tethys-back-top.d.ts +0 -5
- package/back-top/package.json +0 -10
- package/badge/ngx-tethys-badge.d.ts +0 -5
- package/badge/package.json +0 -10
- package/breadcrumb/ngx-tethys-breadcrumb.d.ts +0 -5
- package/breadcrumb/package.json +0 -10
- package/button/ngx-tethys-button.d.ts +0 -5
- package/button/package.json +0 -10
- package/calendar/ngx-tethys-calendar.d.ts +0 -5
- package/calendar/package.json +0 -10
- package/card/ngx-tethys-card.d.ts +0 -5
- package/card/package.json +0 -10
- package/cascader/ngx-tethys-cascader.d.ts +0 -5
- package/cascader/package.json +0 -10
- package/checkbox/ngx-tethys-checkbox.d.ts +0 -5
- package/checkbox/package.json +0 -10
- package/collapse/ngx-tethys-collapse.d.ts +0 -5
- package/collapse/package.json +0 -10
- package/copy/ngx-tethys-copy.d.ts +0 -5
- package/copy/package.json +0 -10
- package/core/ngx-tethys-core.d.ts +0 -5
- package/core/package.json +0 -10
- package/date-picker/ngx-tethys-date-picker.d.ts +0 -5
- package/date-picker/package.json +0 -10
- package/date-range/ngx-tethys-date-range.d.ts +0 -5
- package/date-range/package.json +0 -10
- package/dialog/ngx-tethys-dialog.d.ts +0 -5
- package/dialog/package.json +0 -10
- package/divider/ngx-tethys-divider.d.ts +0 -5
- package/divider/package.json +0 -10
- package/dot/ngx-tethys-dot.d.ts +0 -5
- package/dot/package.json +0 -10
- package/drag-drop/ngx-tethys-drag-drop.d.ts +0 -5
- package/drag-drop/package.json +0 -10
- package/dropdown/ngx-tethys-dropdown.d.ts +0 -5
- package/dropdown/package.json +0 -10
- package/empty/ngx-tethys-empty.d.ts +0 -5
- package/empty/package.json +0 -10
- package/flexible-text/ngx-tethys-flexible-text.d.ts +0 -5
- package/flexible-text/package.json +0 -10
- package/form/ngx-tethys-form.d.ts +0 -5
- package/form/package.json +0 -10
- package/fullscreen/ngx-tethys-fullscreen.d.ts +0 -5
- package/fullscreen/package.json +0 -10
- package/grid/ngx-tethys-grid.d.ts +0 -5
- package/grid/package.json +0 -10
- package/guider/ngx-tethys-guider.d.ts +0 -5
- package/guider/package.json +0 -10
- package/icon/ngx-tethys-icon.d.ts +0 -5
- package/icon/package.json +0 -10
- package/image/ngx-tethys-image.d.ts +0 -5
- package/image/package.json +0 -10
- package/input/ngx-tethys-input.d.ts +0 -5
- package/input/package.json +0 -10
- package/input-number/ngx-tethys-input-number.d.ts +0 -5
- package/input-number/package.json +0 -10
- package/label/ngx-tethys-label.d.ts +0 -5
- package/label/package.json +0 -10
- package/layout/ngx-tethys-layout.d.ts +0 -5
- package/layout/package.json +0 -10
- package/list/ngx-tethys-list.d.ts +0 -5
- package/list/package.json +0 -10
- package/loading/ngx-tethys-loading.d.ts +0 -5
- package/loading/package.json +0 -10
- package/mention/ngx-tethys-mention.d.ts +0 -5
- package/mention/package.json +0 -10
- package/menu/ngx-tethys-menu.d.ts +0 -5
- package/menu/package.json +0 -10
- package/nav/ngx-tethys-nav.d.ts +0 -5
- package/nav/package.json +0 -10
- package/notify/ngx-tethys-notify.d.ts +0 -5
- package/notify/package.json +0 -10
- package/pagination/ngx-tethys-pagination.d.ts +0 -5
- package/pagination/package.json +0 -10
- package/popover/ngx-tethys-popover.d.ts +0 -5
- package/popover/package.json +0 -10
- package/progress/ngx-tethys-progress.d.ts +0 -5
- package/progress/package.json +0 -10
- package/property/ngx-tethys-property.d.ts +0 -5
- package/property/package.json +0 -10
- package/property-operation/ngx-tethys-property-operation.d.ts +0 -5
- package/property-operation/package.json +0 -10
- package/radio/ngx-tethys-radio.d.ts +0 -5
- package/radio/package.json +0 -10
- package/rate/ngx-tethys-rate.d.ts +0 -5
- package/rate/package.json +0 -10
- package/resizable/ngx-tethys-resizable.d.ts +0 -5
- package/resizable/package.json +0 -10
- package/result/ngx-tethys-result.d.ts +0 -5
- package/result/package.json +0 -10
- package/segment/ngx-tethys-segment.d.ts +0 -5
- package/segment/package.json +0 -10
- package/select/ngx-tethys-select.d.ts +0 -5
- package/select/package.json +0 -10
- package/shared/ngx-tethys-shared.d.ts +0 -5
- package/shared/package.json +0 -10
- package/skeleton/ngx-tethys-skeleton.d.ts +0 -5
- package/skeleton/package.json +0 -10
- package/slide/ngx-tethys-slide.d.ts +0 -5
- package/slide/package.json +0 -10
- package/slider/ngx-tethys-slider.d.ts +0 -5
- package/slider/package.json +0 -10
- package/space/ngx-tethys-space.d.ts +0 -5
- package/space/package.json +0 -10
- package/statistic/ngx-tethys-statistic.d.ts +0 -5
- package/statistic/package.json +0 -10
- package/stepper/ngx-tethys-stepper.d.ts +0 -5
- package/stepper/package.json +0 -10
- package/strength/ngx-tethys-strength.d.ts +0 -5
- package/strength/package.json +0 -10
- package/switch/ngx-tethys-switch.d.ts +0 -5
- package/switch/package.json +0 -10
- package/table/ngx-tethys-table.d.ts +0 -5
- package/table/package.json +0 -10
- package/tabs/ngx-tethys-tabs.d.ts +0 -5
- package/tabs/package.json +0 -10
- package/tag/ngx-tethys-tag.d.ts +0 -5
- package/tag/package.json +0 -10
- package/testing/ngx-tethys-testing.d.ts +0 -5
- package/testing/package.json +0 -10
- package/time-picker/ngx-tethys-time-picker.d.ts +0 -5
- package/time-picker/package.json +0 -10
- package/timeline/ngx-tethys-timeline.d.ts +0 -5
- package/timeline/package.json +0 -10
- package/tooltip/ngx-tethys-tooltip.d.ts +0 -5
- package/tooltip/package.json +0 -10
- package/transfer/ngx-tethys-transfer.d.ts +0 -5
- package/transfer/package.json +0 -10
- package/tree/ngx-tethys-tree.d.ts +0 -5
- package/tree/package.json +0 -10
- package/tree-select/ngx-tethys-tree-select.d.ts +0 -5
- package/tree-select/package.json +0 -10
- package/types/ngx-tethys-types.d.ts +0 -5
- package/types/package.json +0 -10
- package/typography/ngx-tethys-typography.d.ts +0 -5
- package/typography/package.json +0 -10
- package/upload/ngx-tethys-upload.d.ts +0 -5
- package/upload/package.json +0 -10
- package/util/ngx-tethys-util.d.ts +0 -5
- package/util/package.json +0 -10
- package/vote/ngx-tethys-vote.d.ts +0 -5
- package/vote/package.json +0 -10
- package/watermark/ngx-tethys-watermark.d.ts +0 -5
- package/watermark/package.json +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,43 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [14.0.8](https://github.com/atinc/ngx-tethys/compare/14.0.7...14.0.8) (2022-09-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **styles:** add min-height: 0px to d-flex-column-fill and min-width: 0px to d-flex-row-fill ([631b010](https://github.com/atinc/ngx-tethys/commit/631b0104d19383855ba5e379bc16eb8e80ef38f0))
|
|
11
|
+
* **tabs:** adjust component name & var name #INFR-4669 ([cb5643a](https://github.com/atinc/ngx-tethys/commit/cb5643ad2dfb68117418480bd1c9453eab2eceae)), closes [#INFR-4669](https://github.com/atinc/ngx-tethys/issues/INFR-4669)
|
|
12
|
+
* **tag:** change the line-height value to the Tag height #INFR-4655 ([af5ae52](https://github.com/atinc/ngx-tethys/commit/af5ae52e2583307cc46657ddcba24a5eccaf7065)), closes [#INFR-4655](https://github.com/atinc/ngx-tethys/issues/INFR-4655)
|
|
13
|
+
* **typography:** update selector [thyText] to [thyText]:not(thy-divider) avoid conflict ([3bef611](https://github.com/atinc/ngx-tethys/commit/3bef61145b3cf6453b7c4363afce7770c5b30cdb))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **carousel:** add carousel component #INFR-4172 ([#2182](https://github.com/atinc/ngx-tethys/issues/2182)) ([8dd64e3](https://github.com/atinc/ngx-tethys/commit/8dd64e39628d1b6f66651cd5c9fc2cfc93ae69bf)), closes [#INFR-4172](https://github.com/atinc/ngx-tethys/issues/INFR-4172)
|
|
19
|
+
* **tabs:** add tab pane animated #INFR-4635 ([#2185](https://github.com/atinc/ngx-tethys/issues/2185)) ([97d87bc](https://github.com/atinc/ngx-tethys/commit/97d87bcc2b98829040a3805c69d7c92a593e8fc8)), closes [#INFR-4635](https://github.com/atinc/ngx-tethys/issues/INFR-4635)
|
|
20
|
+
* **tag:** add thy-tags component #INFR-4667 [#2187](https://github.com/atinc/ngx-tethys/issues/2187) ([#2188](https://github.com/atinc/ngx-tethys/issues/2188)) ([e6c120c](https://github.com/atinc/ngx-tethys/commit/e6c120c633fcd39dcbf40db0f8e05305a4e917af)), closes [#INFR-4667](https://github.com/atinc/ngx-tethys/issues/INFR-4667)
|
|
21
|
+
* **tree:** add thyIndex property #INFR-4632 ([#2181](https://github.com/atinc/ngx-tethys/issues/2181)) ([1095431](https://github.com/atinc/ngx-tethys/commit/109543145662b1e28aa048b410339515d07ec0a0)), closes [#INFR-4632](https://github.com/atinc/ngx-tethys/issues/INFR-4632) [#INFR-4632](https://github.com/atinc/ngx-tethys/issues/INFR-4632)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [14.0.7](https://github.com/atinc/ngx-tethys/compare/14.0.6...14.0.7) (2022-09-08)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **cascader:** should only show one column when first opened #INFR-4617 ([#2177](https://github.com/atinc/ngx-tethys/issues/2177)) ([09bfbc9](https://github.com/atinc/ngx-tethys/commit/09bfbc9fc23ce2507d802b8277a83b304041f6f9)), closes [#INFR-4617](https://github.com/atinc/ngx-tethys/issues/INFR-4617) [#INFR-4617](https://github.com/atinc/ngx-tethys/issues/INFR-4617)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **badge:** add default type instead of secondary and support built-in color for thyTextColor and thyBackgroundColor #INFR-4576 ([#2173](https://github.com/atinc/ngx-tethys/issues/2173)) ([7cc2dcf](https://github.com/atinc/ngx-tethys/commit/7cc2dcff398808337d6b46624e4ae80086210868)), closes [#INFR-4576](https://github.com/atinc/ngx-tethys/issues/INFR-4576)
|
|
36
|
+
* **link:** set opacity to 50% for disabled #INFR-4621 ([#2178](https://github.com/atinc/ngx-tethys/issues/2178)) ([bf4fe5c](https://github.com/atinc/ngx-tethys/commit/bf4fe5ce77a934562aa00b86140574572cb62b9d)), closes [#INFR-4621](https://github.com/atinc/ngx-tethys/issues/INFR-4621)
|
|
37
|
+
* **table:** add page size controller to table pagination #INFR-3371 ([#2138](https://github.com/atinc/ngx-tethys/issues/2138)) ([736f495](https://github.com/atinc/ngx-tethys/commit/736f4956a7e8e7e2b0fb8e01f433acbe9582c0b6)), closes [#INFR-3371](https://github.com/atinc/ngx-tethys/issues/INFR-3371)
|
|
38
|
+
* **timeline:** improve timeline examples and overview #INFR-4538 ([d4267c0](https://github.com/atinc/ngx-tethys/commit/d4267c0a37a11a0e6a76860a3ebbdc610f6ab3e4)), closes [#INFR-4538](https://github.com/atinc/ngx-tethys/issues/INFR-4538)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
5
42
|
## [14.0.6](https://github.com/atinc/ngx-tethys/compare/14.0.5...14.0.6) (2022-09-06)
|
|
6
43
|
|
|
7
44
|
|
|
@@ -53,5 +53,5 @@ export declare class ThyActionComponent implements OnInit, AfterViewInit, OnChan
|
|
|
53
53
|
private setActionType;
|
|
54
54
|
private updateClasses;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionComponent, "thy-action, [thyAction]", never, { "thyType": "thyType"; "thyIcon": "thyIcon"; "thyActionIcon": "thyActionIcon"; "thyActive": "thyActive"; "thyActionActive": "thyActionActive"; "thyTheme": "thyTheme"; "thyHoverIcon": "thyHoverIcon"; "thyDisabled": "thyDisabled"; }, {}, never, ["*"]>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionComponent, "thy-action, [thyAction]", never, { "thyType": "thyType"; "thyIcon": "thyIcon"; "thyActionIcon": "thyActionIcon"; "thyActive": "thyActive"; "thyActionActive": "thyActionActive"; "thyTheme": "thyTheme"; "thyHoverIcon": "thyHoverIcon"; "thyDisabled": "thyDisabled"; }, {}, never, ["*"], false>;
|
|
57
57
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ThyActionsComponent implements OnInit, AfterContentInit, On
|
|
|
18
18
|
ngAfterContentInit(): void;
|
|
19
19
|
private setActionsSize;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionsComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionsComponent, "thy-actions", never, { "thySize": "thySize"; }, {}, ["actions"], ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionsComponent, "thy-actions", never, { "thySize": "thySize"; }, {}, ["actions"], ["*"], false>;
|
|
22
22
|
}
|
|
@@ -20,42 +20,42 @@ export declare class ThyActionMenuItemDirective implements OnInit, OnDestroy {
|
|
|
20
20
|
getElement(): HTMLElement;
|
|
21
21
|
bindMouseenterEvent(): import("rxjs").Observable<Event>;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemDirective, "[thyActionMenuItem]", never, { "thyDisabled": "thyDisabled"; "thyType": "thyType"; }, {}, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemDirective, "[thyActionMenuItem]", never, { "thyDisabled": "thyDisabled"; "thyType": "thyType"; }, {}, never, never, false>;
|
|
24
24
|
}
|
|
25
25
|
export declare class ThyActionMenuItemIconDirective {
|
|
26
26
|
className: boolean;
|
|
27
27
|
constructor();
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemIconDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemIconDirective, "[thyActionMenuItemIcon]", never, {}, {}, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemIconDirective, "[thyActionMenuItemIcon]", never, {}, {}, never, never, false>;
|
|
30
30
|
}
|
|
31
31
|
export declare class ThyActionMenuItemNameDirective {
|
|
32
32
|
className: boolean;
|
|
33
33
|
constructor();
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemNameDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemNameDirective, "[thyActionMenuItemName]", never, {}, {}, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemNameDirective, "[thyActionMenuItemName]", never, {}, {}, never, never, false>;
|
|
36
36
|
}
|
|
37
37
|
export declare class ThyActionMenuItemMetaDirective {
|
|
38
38
|
className: boolean;
|
|
39
39
|
constructor();
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemMetaDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemMetaDirective, "[thyActionMenuItemMeta]", never, {}, {}, never>;
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemMetaDirective, "[thyActionMenuItemMeta]", never, {}, {}, never, never, false>;
|
|
42
42
|
}
|
|
43
43
|
export declare class ThyActionMenuItemInfoDirective {
|
|
44
44
|
className: boolean;
|
|
45
45
|
constructor();
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemInfoDirective, never>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemInfoDirective, "[thyActionMenuItemInfo]", never, {}, {}, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemInfoDirective, "[thyActionMenuItemInfo]", never, {}, {}, never, never, false>;
|
|
48
48
|
}
|
|
49
49
|
export declare class ThyActionMenuItemExtendIconDirective {
|
|
50
50
|
className: boolean;
|
|
51
51
|
constructor();
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemExtendIconDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemExtendIconDirective, "[thyActionMenuItemExtendIcon]", never, {}, {}, never>;
|
|
53
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemExtendIconDirective, "[thyActionMenuItemExtendIcon]", never, {}, {}, never, never, false>;
|
|
54
54
|
}
|
|
55
55
|
export declare class ThyActionMenuItemActiveDirective {
|
|
56
56
|
_isActive: boolean;
|
|
57
57
|
set thyActionMenuItemActive(value: boolean);
|
|
58
58
|
constructor();
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuItemActiveDirective, never>;
|
|
60
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemActiveDirective, "[thyActionMenuItemActive]", never, { "thyActionMenuItemActive": "thyActionMenuItemActive"; }, {}, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuItemActiveDirective, "[thyActionMenuItemActive]", never, { "thyActionMenuItemActive": "thyActionMenuItemActive"; }, {}, never, never, false>;
|
|
61
61
|
}
|
|
@@ -12,6 +12,6 @@ export declare class ThyActionMenuSubItemDirective extends _MixinBase implements
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuSubItemDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuSubItemDirective, "[thyActionMenuSubItem]", never, { "thyActionMenuSubItem": "thyActionMenuSubItem"; }, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuSubItemDirective, "[thyActionMenuSubItem]", never, { "thyActionMenuSubItem": "thyActionMenuSubItem"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -23,5 +23,5 @@ export declare class ThyActionMenuToggleDirective {
|
|
|
23
23
|
onRightClick(event: any): boolean;
|
|
24
24
|
private _show;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuToggleDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuToggleDirective, "[thyActionMenuToggle]", never, { "thyActionMenuToggle": "thyActionMenuToggle"; "thyPlacement": "thyPlacement"; "thyAction": "thyAction"; "thyStopPropagation": "thyStopPropagation"; "thyContainerClass": "thyContainerClass"; "thyOriginActiveClass": "thyOriginActiveClass"; }, {}, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuToggleDirective, "[thyActionMenuToggle]", never, { "thyActionMenuToggle": "thyActionMenuToggle"; "thyPlacement": "thyPlacement"; "thyAction": "thyAction"; "thyStopPropagation": "thyStopPropagation"; "thyContainerClass": "thyContainerClass"; "thyOriginActiveClass": "thyOriginActiveClass"; }, {}, never, never, false>;
|
|
27
27
|
}
|
|
@@ -9,7 +9,7 @@ export declare class ThyActionMenuComponent {
|
|
|
9
9
|
set thyWidth(value: string);
|
|
10
10
|
constructor();
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuComponent, "thy-action-menu", never, { "thyTheme": "thyTheme"; "thyWidth": "thyWidth"; }, {}, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuComponent, "thy-action-menu", never, { "thyTheme": "thyTheme"; "thyWidth": "thyWidth"; }, {}, never, ["*"], false>;
|
|
13
13
|
}
|
|
14
14
|
export declare class ThyActionMenuGroupComponent {
|
|
15
15
|
groupTitle: string;
|
|
@@ -17,7 +17,7 @@ export declare class ThyActionMenuGroupComponent {
|
|
|
17
17
|
set thyTitle(value: string);
|
|
18
18
|
constructor();
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuGroupComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuGroupComponent, "thy-action-menu-group", never, { "thyTitle": "thyTitle"; }, {}, never, ["*"]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuGroupComponent, "thy-action-menu-group", never, { "thyTitle": "thyTitle"; }, {}, never, ["*"], false>;
|
|
21
21
|
}
|
|
22
22
|
export declare class ThyActionMenuDividerComponent {
|
|
23
23
|
title: string;
|
|
@@ -28,11 +28,11 @@ export declare class ThyActionMenuDividerComponent {
|
|
|
28
28
|
set thyType(value: ThyActionMenuDividerType);
|
|
29
29
|
constructor();
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuDividerComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuDividerComponent, "thy-action-menu-divider", never, { "thyTitle": "thyTitle"; "thyType": "thyType"; }, {}, never, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyActionMenuDividerComponent, "thy-action-menu-divider", never, { "thyTitle": "thyTitle"; "thyType": "thyType"; }, {}, never, never, false>;
|
|
32
32
|
}
|
|
33
33
|
export declare class ThyActionMenuDividerTitleDirective {
|
|
34
34
|
className: boolean;
|
|
35
35
|
constructor();
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyActionMenuDividerTitleDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuDividerTitleDirective, "[thyActionMenuDividerTitle]", never, {}, {}, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyActionMenuDividerTitleDirective, "[thyActionMenuDividerTitle]", never, {}, {}, never, never, false>;
|
|
38
38
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ThyAffixComponent implements AfterViewInit, OnChanges, OnDe
|
|
|
34
34
|
private syncPlaceholderStyle;
|
|
35
35
|
updatePosition(e: Event): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAffixComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAffixComponent, "thy-affix", ["thyAffix"], { "thyContainer": "thyContainer"; "thyOffsetTop": "thyOffsetTop"; "thyOffsetBottom": "thyOffsetBottom"; }, { "thyChange": "thyChange"; }, never, ["*"]>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAffixComponent, "thy-affix", ["thyAffix"], { "thyContainer": "thyContainer"; "thyOffsetTop": "thyOffsetTop"; "thyOffsetBottom": "thyOffsetBottom"; }, { "thyChange": "thyChange"; }, never, ["*"], false>;
|
|
38
38
|
}
|
|
@@ -26,6 +26,6 @@ export declare class ThyAlertComponent implements OnInit, OnChanges {
|
|
|
26
26
|
closeAlert(): void;
|
|
27
27
|
private updateClass;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAlertComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAlertComponent, "thy-alert", never, { "thyType": "thyType"; "thyTheme": "thyTheme"; "thyMessage": "thyMessage"; "thyIcon": "thyIcon"; "thyCloseable": "thyCloseable"; }, {}, ["alertOperation"], never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAlertComponent, "thy-alert", never, { "thyType": "thyType"; "thyTheme": "thyTheme"; "thyMessage": "thyMessage"; "thyIcon": "thyIcon"; "thyCloseable": "thyCloseable"; }, {}, ["alertOperation"], never, false>;
|
|
30
30
|
}
|
|
31
31
|
export {};
|
|
@@ -3,5 +3,5 @@ export declare class ThyAlertActionItemDirective {
|
|
|
3
3
|
class: boolean;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAlertActionItemDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAlertActionItemDirective, "[thyAlertActionItem]", never, {}, {}, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAlertActionItemDirective, "[thyAlertActionItem]", never, {}, {}, never, never, false>;
|
|
7
7
|
}
|
|
@@ -21,5 +21,5 @@ export declare class ThyAnchorLinkComponent implements OnInit, OnDestroy {
|
|
|
21
21
|
goToClick(e: Event): void;
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAnchorLinkComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorLinkComponent, "thy-link", ["thyLink"], { "thyHref": "thyHref"; "thyTitle": "thyTitle"; }, {}, ["thyTemplate"], ["*"]>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorLinkComponent, "thy-link", ["thyLink"], { "thyHref": "thyHref"; "thyTitle": "thyTitle"; }, {}, ["thyTemplate"], ["*"], false>;
|
|
25
25
|
}
|
|
@@ -41,5 +41,5 @@ export declare class ThyAnchorComponent implements OnDestroy, AfterViewInit, OnC
|
|
|
41
41
|
handleScrollTo(linkComponent: ThyAnchorLinkComponent): void;
|
|
42
42
|
ngOnChanges(changes: SimpleChanges): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAnchorComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorComponent, "thy-anchor", ["thyAnchor"], { "thyAffix": "thyAffix"; "thyBounds": "thyBounds"; "thyOffsetTop": "thyOffsetTop"; "thyContainer": "thyContainer"; "thyTarget": "thyTarget"; }, { "thyClick": "thyClick"; "thyScroll": "thyScroll"; }, never, ["*"]>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAnchorComponent, "thy-anchor", ["thyAnchor"], { "thyAffix": "thyAffix"; "thyBounds": "thyBounds"; "thyOffsetTop": "thyOffsetTop"; "thyContainer": "thyContainer"; "thyTarget": "thyTarget"; }, { "thyClick": "thyClick"; "thyScroll": "thyScroll"; }, never, ["*"], false>;
|
|
45
45
|
}
|
|
@@ -33,5 +33,5 @@ export declare class ThyArrowSwitcherComponent implements OnInit, ControlValueAc
|
|
|
33
33
|
onPreviousClick(event: Event): void;
|
|
34
34
|
onNextClick(event: Event): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyArrowSwitcherComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyArrowSwitcherComponent, "thy-arrow-switcher", never, { "thyTheme": "thyTheme"; "thyTotal": "thyTotal"; "thySize": "thySize"; }, { "thyPrevious": "thyPrevious"; "thyNext": "thyNext"; }, never, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyArrowSwitcherComponent, "thy-arrow-switcher", never, { "thyTheme": "thyTheme"; "thyTotal": "thyTotal"; "thySize": "thySize"; }, { "thyPrevious": "thyPrevious"; "thyNext": "thyNext"; }, never, never, false>;
|
|
37
37
|
}
|
|
@@ -52,6 +52,6 @@ export declare class ThyAutocompleteComponent extends _MixinBase implements IThy
|
|
|
52
52
|
private setDropDownClass;
|
|
53
53
|
ngOnDestroy(): void;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteComponent, "thy-autocomplete", never, { "thyEmptyText": "thyEmptyText"; "thyAutoActiveFirstOption": "thyAutoActiveFirstOption"; }, { "thyOptionSelected": "thyOptionSelected"; "thyOpened": "thyOpened"; "thyClosed": "thyClosed"; "thyOptionActivated": "thyOptionActivated"; }, ["options"], ["*"]>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteComponent, "thy-autocomplete", never, { "thyEmptyText": "thyEmptyText"; "thyAutoActiveFirstOption": "thyAutoActiveFirstOption"; }, { "thyOptionSelected": "thyOptionSelected"; "thyOpened": "thyOpened"; "thyClosed": "thyClosed"; "thyOptionActivated": "thyOptionActivated"; }, ["options"], ["*"], false>;
|
|
56
56
|
}
|
|
57
57
|
export {};
|
|
@@ -51,5 +51,5 @@ export declare class ThyAutocompleteTriggerDirective implements OnInit, OnDestro
|
|
|
51
51
|
private destroyPanel;
|
|
52
52
|
ngOnDestroy(): void;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteTriggerDirective, [null, null, null, null, null, { optional: true; }, null]>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger]", ["thyAutocompleteTrigger"], { "autocompleteComponent": "thyAutocompleteComponent"; "autocomplete": "thyAutocomplete"; "thyOffset": "thyOffset"; "thyAutocompleteWidth": "thyAutocompleteWidth"; "thyPlacement": "thyPlacement"; "thyIsFocusOpen": "thyIsFocusOpen"; }, {}, never>;
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyAutocompleteTriggerDirective, "input[thyAutocompleteTrigger], textarea[thyAutocompleteTrigger], thy-input[thyAutocompleteTrigger], thy-input-search[thyAutocompleteTrigger]", ["thyAutocompleteTrigger"], { "autocompleteComponent": "thyAutocompleteComponent"; "autocomplete": "thyAutocomplete"; "thyOffset": "thyOffset"; "thyAutocompleteWidth": "thyAutocompleteWidth"; "thyPlacement": "thyPlacement"; "thyIsFocusOpen": "thyIsFocusOpen"; }, {}, never, never, false>;
|
|
55
55
|
}
|
|
@@ -27,5 +27,5 @@ export declare class ThyAutocompleteContainerComponent extends ThyAbstractOverla
|
|
|
27
27
|
onAnimationStart(event: AnimationEvent): void;
|
|
28
28
|
startExitAnimation(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAutocompleteContainerComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteContainerComponent, "thy-autocomplete-container", never, {}, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAutocompleteContainerComponent, "thy-autocomplete-container", never, {}, {}, never, never, false>;
|
|
31
31
|
}
|
|
@@ -45,5 +45,5 @@ export declare class ThyAvatarComponent implements OnInit {
|
|
|
45
45
|
remove($event: Event): void;
|
|
46
46
|
avatarImgError($event: Event): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyAvatarComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAvatarComponent, "thy-avatar", never, { "thyShowName": "thyShowName"; "thySrc": "thySrc"; "thyName": "thyName"; "thySize": "thySize"; "thyShowRemove": "thyShowRemove"; "thyImgClass": "thyImgClass"; "thyDisabled": "thyDisabled"; "thyLoading": "thyLoading"; "thyFetchPriority": "thyFetchPriority"; }, { "thyOnRemove": "thyOnRemove"; "thyError": "thyError"; }, never, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyAvatarComponent, "thy-avatar", never, { "thyShowName": "thyShowName"; "thySrc": "thySrc"; "thyName": "thyName"; "thySize": "thySize"; "thyShowRemove": "thyShowRemove"; "thyImgClass": "thyImgClass"; "thyDisabled": "thyDisabled"; "thyLoading": "thyLoading"; "thyFetchPriority": "thyFetchPriority"; }, { "thyOnRemove": "thyOnRemove"; "thyError": "thyError"; }, never, never, false>;
|
|
49
49
|
}
|
package/avatar/avatar.pipe.d.ts
CHANGED
|
@@ -4,20 +4,20 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AvatarShortNamePipe implements PipeTransform {
|
|
5
5
|
transform(name: string | null | undefined): string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarShortNamePipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarShortNamePipe, "avatarShortName">;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarShortNamePipe, "avatarShortName", false>;
|
|
8
8
|
}
|
|
9
9
|
export declare class AvatarBgColorPipe implements PipeTransform {
|
|
10
10
|
transform(name: string): {
|
|
11
11
|
'background-color': string;
|
|
12
12
|
};
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarBgColorPipe, never>;
|
|
14
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarBgColorPipe, "avatarBgColor">;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarBgColorPipe, "avatarBgColor", false>;
|
|
15
15
|
}
|
|
16
16
|
export declare class AvatarSrcPipe implements PipeTransform {
|
|
17
17
|
private thyAvatarService;
|
|
18
18
|
constructor(thyAvatarService: ThyAvatarService);
|
|
19
19
|
transform(src: string, size: number): string;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarSrcPipe, never>;
|
|
21
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarSrcPipe, "thyAvatarSrc">;
|
|
21
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AvatarSrcPipe, "thyAvatarSrc", false>;
|
|
22
22
|
}
|
|
23
23
|
export declare const AvatarPipes: (typeof AvatarShortNamePipe | typeof AvatarBgColorPipe | typeof AvatarSrcPipe)[];
|
|
@@ -35,5 +35,5 @@ export declare class ThyBackTopComponent implements OnInit, OnDestroy, OnChanges
|
|
|
35
35
|
ngOnDestroy(): void;
|
|
36
36
|
ngOnChanges(changes: any): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyBackTopComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBackTopComponent, "thy-back-top,[thyBackTop]", never, { "thyTemplate": "thyTemplate"; "thyVisibilityHeight": "thyVisibilityHeight"; "thyContainer": "thyContainer"; }, { "thyClick": "thyClick"; "visibleChange": "visibleChange"; }, never, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBackTopComponent, "thy-back-top,[thyBackTop]", never, { "thyTemplate": "thyTemplate"; "thyVisibilityHeight": "thyVisibilityHeight"; "thyContainer": "thyContainer"; }, { "thyClick": "thyClick"; "visibleChange": "visibleChange"; }, never, never, false>;
|
|
39
39
|
}
|
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
export declare type ThyBadgeSize = 'md' | 'sm' | 'lg';
|
|
3
4
|
/**
|
|
4
5
|
* 徽标组件,支持组件`thy-badge`和`thyBadge`指令两种使用方式
|
|
6
|
+
* @name thy-badge,[thyBadge]
|
|
5
7
|
*/
|
|
6
8
|
export declare class ThyBadgeComponent implements OnInit {
|
|
7
9
|
private elementRef;
|
|
8
10
|
displayContent: string;
|
|
9
11
|
badgeClassName: string;
|
|
10
12
|
private nativeElement;
|
|
11
|
-
private
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
backgroundColor: string;
|
|
13
|
+
private initialized;
|
|
14
|
+
protected isWrapper: boolean;
|
|
15
|
+
isShowBadge: boolean;
|
|
16
|
+
private keepShowValue;
|
|
17
|
+
private value;
|
|
18
|
+
private valueHasBeenSet;
|
|
19
|
+
private maxCount;
|
|
20
|
+
private type;
|
|
21
|
+
private size;
|
|
22
|
+
private isDot;
|
|
23
|
+
private isHollow;
|
|
24
|
+
protected textColor: string;
|
|
25
|
+
protected builtInTextColorClass: string;
|
|
26
|
+
protected backgroundColor: string;
|
|
27
|
+
protected builtInBackgroundColorClass: string;
|
|
28
|
+
protected supClasses: string[];
|
|
28
29
|
constructor(elementRef: ElementRef);
|
|
29
|
-
containerClassName: boolean;
|
|
30
30
|
/**
|
|
31
|
-
* 徽标类型, 类型为 'primary' | 'danger' | 'warning' | '
|
|
31
|
+
* 徽标类型, 类型为 'default' | 'primary' | 'danger' | 'warning' | 'success'
|
|
32
|
+
* @default danger
|
|
32
33
|
*/
|
|
33
34
|
set thyType(value: string);
|
|
34
35
|
/**
|
|
@@ -49,13 +50,12 @@ export declare class ThyBadgeComponent implements OnInit {
|
|
|
49
50
|
*/
|
|
50
51
|
set thyMaxCount(value: number);
|
|
51
52
|
/**
|
|
52
|
-
* 徽标显示的大小,分别为
|
|
53
|
+
* 徽标显示的大小,分别为 'sm' | 'md' | 'lg'
|
|
53
54
|
* @default md
|
|
54
55
|
*/
|
|
55
|
-
set thySize(value:
|
|
56
|
+
set thySize(value: ThyBadgeSize);
|
|
56
57
|
/**
|
|
57
58
|
* 已废弃,徽标是一个实心点,已经被废弃
|
|
58
|
-
* @default md
|
|
59
59
|
*/
|
|
60
60
|
set thyIsDot(value: boolean);
|
|
61
61
|
/**
|
|
@@ -67,17 +67,16 @@ export declare class ThyBadgeComponent implements OnInit {
|
|
|
67
67
|
*/
|
|
68
68
|
set thyKeepShow(value: boolean);
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* 设置徽标字体的颜色,支持内置颜色和自定义颜色 'primary' | '#87d068' | ...
|
|
71
71
|
*/
|
|
72
72
|
set thyTextColor(value: string);
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* 设置徽标的背景颜色,支持内置颜色和自定义颜色 'primary' | '#87d068' | ...
|
|
75
75
|
*/
|
|
76
76
|
set thyBackgroundColor(value: string);
|
|
77
77
|
ngOnInit(): void;
|
|
78
|
-
private
|
|
78
|
+
private combineBadgeClasses;
|
|
79
79
|
private combineBadgeDisplayContent;
|
|
80
|
-
private resetBadgeClassNameMap;
|
|
81
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyBadgeComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadgeComponent, "thy-badge,[thyBadge]", never, { "thyType": "thyType"; "thyCount": "thyCount"; "thyContent": "thyContent"; "thyContext": "thyContext"; "thyMaxCount": "thyMaxCount"; "thySize": "thySize"; "thyIsDot": "thyIsDot"; "thyIsHollow": "thyIsHollow"; "thyKeepShow": "thyKeepShow"; "thyTextColor": "thyTextColor"; "thyBackgroundColor": "thyBackgroundColor"; }, {}, never, ["*"]>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBadgeComponent, "thy-badge,[thyBadge]", never, { "thyType": "thyType"; "thyCount": "thyCount"; "thyContent": "thyContent"; "thyContext": "thyContext"; "thyMaxCount": "thyMaxCount"; "thySize": "thySize"; "thyIsDot": "thyIsDot"; "thyIsHollow": "thyIsHollow"; "thyKeepShow": "thyKeepShow"; "thyTextColor": "thyTextColor"; "thyBackgroundColor": "thyBackgroundColor"; }, {}, never, ["*"], false>;
|
|
83
82
|
}
|
package/badge/styles/badge.scss
CHANGED
|
@@ -75,6 +75,18 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
+
.thy-badge-default {
|
|
79
|
+
@include mixin.set-badge-color(variables.$gray-600, variables.$gray-200);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.thy-badge-success {
|
|
83
|
+
@include mixin.set-badge-color(variables.$white, variables.$success);
|
|
84
|
+
&.thy-badge-hollow {
|
|
85
|
+
background-color: transparent;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// 使用 thy-badge-default,暂时没有去除
|
|
78
90
|
.thy-badge-secondary {
|
|
79
91
|
@include mixin.set-badge-color(variables.$gray-600, variables.$gray-200);
|
|
80
92
|
&.thy-badge-dot {
|
|
@@ -88,12 +100,14 @@
|
|
|
88
100
|
|
|
89
101
|
// #endregion
|
|
90
102
|
// #region
|
|
91
|
-
.thy-badge-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
103
|
+
.thy-badge-wrapper {
|
|
104
|
+
.thy-badge {
|
|
105
|
+
position: absolute;
|
|
106
|
+
top: 0px;
|
|
107
|
+
right: 0;
|
|
108
|
+
transform: translateY(-50%) translateX(50%);
|
|
109
|
+
z-index: 1;
|
|
110
|
+
}
|
|
97
111
|
}
|
|
98
112
|
|
|
99
113
|
.thy-badge-lg {
|
|
@@ -10,5 +10,5 @@ export declare class ThyBreadcrumbItemComponent implements AfterViewInit {
|
|
|
10
10
|
ngAfterViewInit(): void;
|
|
11
11
|
private wrapSpanForText;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbItemComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbItemComponent, "thy-breadcrumb-item,[thyBreadcrumbItem]", ["ThyBreadcrumbItem"], {}, {}, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbItemComponent, "thy-breadcrumb-item,[thyBreadcrumbItem]", ["ThyBreadcrumbItem"], {}, {}, never, ["*"], false>;
|
|
14
14
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ThyBreadcrumbComponent {
|
|
|
15
15
|
thySeparator: 'slash' | 'backslash' | 'vertical-line';
|
|
16
16
|
private setIcon;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyBreadcrumbComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbComponent, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": "thyIcon"; "thySeparator": "thySeparator"; }, {}, never, ["*"]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyBreadcrumbComponent, "thy-breadcrumb", ["ThyBreadcrumb"], { "thyIcon": "thyIcon"; "thySeparator": "thySeparator"; }, {}, never, ["*"], false>;
|
|
19
19
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ThyButtonGroupComponent implements OnInit {
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
private setClasses;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonGroupComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonGroupComponent, "thy-button-group", never, { "thySize": "thySize"; "thyType": "thyType"; "thyClearMinWidth": "thyClearMinWidth"; }, {}, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonGroupComponent, "thy-button-group", never, { "thySize": "thySize"; "thyType": "thyType"; "thyClearMinWidth": "thyClearMinWidth"; }, {}, never, ["*"], false>;
|
|
22
22
|
}
|
|
@@ -29,5 +29,5 @@ export declare class ThyButtonIconComponent implements OnInit {
|
|
|
29
29
|
private setClasses;
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonIconComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIconComponent, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": "thySize"; "thyIcon": "thyIcon"; "thyButtonIcon": "thyButtonIcon"; "thyShape": "thyShape"; "thyLight": "thyLight"; "thyActive": "thyActive"; "thyTheme": "thyTheme"; "thyColor": "thyColor"; }, {}, never, ["*"]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonIconComponent, "thy-button-icon,[thy-button-icon],[thyButtonIcon]", never, { "thySize": "thySize"; "thyIcon": "thyIcon"; "thyButtonIcon": "thyButtonIcon"; "thyShape": "thyShape"; "thyLight": "thyLight"; "thyActive": "thyActive"; "thyTheme": "thyTheme"; "thyColor": "thyColor"; }, {}, never, ["*"], false>;
|
|
33
33
|
}
|
|
@@ -33,5 +33,5 @@ export declare class ThyButtonComponent implements OnInit, AfterViewInit {
|
|
|
33
33
|
ngAfterViewInit(): void;
|
|
34
34
|
private wrapSpanForText;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyButtonComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonComponent, "thy-button,[thy-button],[thyButton]", never, { "thyButton": "thyButton"; "thyType": "thyType"; "thyLoading": "thyLoading"; "thyLoadingText": "thyLoadingText"; "thySize": "thySize"; "thyIcon": "thyIcon"; "thyBlock": "thyBlock"; }, {}, never, ["*"]>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyButtonComponent, "thy-button,[thy-button],[thyButton]", never, { "thyButton": "thyButton"; "thyType": "thyType"; "thyLoading": "thyLoading"; "thyLoadingText": "thyLoadingText"; "thySize": "thySize"; "thyIcon": "thyIcon"; "thyBlock": "thyBlock"; }, {}, never, ["*"], false>;
|
|
37
37
|
}
|
|
@@ -4,12 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class ThyDateCellDirective {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyDateCellDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDateCellDirective, "[thyDateCell]", ["thyDateCell"], {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyDateCellDirective, "[thyDateCell]", ["thyDateCell"], {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* 自定义右上角操作项,可通过 *thyCalendarHeaderOperation传入模板
|
|
11
11
|
*/
|
|
12
12
|
export declare class ThyCalendarHeaderOperationDirective {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCalendarHeaderOperationDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCalendarHeaderOperationDirective, "[thyCalendarHeaderOperation]", ["thyCalendarHeaderOperation"], {}, {}, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCalendarHeaderOperationDirective, "[thyCalendarHeaderOperation]", ["thyCalendarHeaderOperation"], {}, {}, never, never, false>;
|
|
15
15
|
}
|
|
@@ -41,5 +41,5 @@ export declare class ThyCalendarHeaderComponent implements OnInit {
|
|
|
41
41
|
setDate(value: TinyDate): void;
|
|
42
42
|
isCurrentDate(currentDate: TinyDate): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCalendarHeaderComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarHeaderComponent, "thy-calendar-header", never, { "currentDate": "currentDate"; "operationRender": "operationRender"; }, { "yearChange": "yearChange"; "monthChange": "monthChange"; "dateRangeChange": "dateRangeChange"; }, never, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarHeaderComponent, "thy-calendar-header", never, { "currentDate": "currentDate"; "operationRender": "operationRender"; }, { "yearChange": "yearChange"; "monthChange": "monthChange"; "dateRangeChange": "dateRangeChange"; }, never, never, false>;
|
|
45
45
|
}
|
|
@@ -71,6 +71,6 @@ export declare class ThyCalendarComponent implements OnInit, OnChanges {
|
|
|
71
71
|
private updateDate;
|
|
72
72
|
ngOnChanges(changes: SimpleChanges): void;
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCalendarComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarComponent, "thy-calendar", never, { "thyMode": "thyMode"; "thyValue": "thyValue"; "thyDisabledDate": "thyDisabledDate"; "thyDateCell": "thyDateCell"; "thyCalendarHeaderOperation": "thyCalendarHeaderOperation"; }, { "thySelectChange": "thySelectChange"; "thyValueChange": "thyValueChange"; "thyDateRangeChange": "thyDateRangeChange"; }, ["thyDateCellChild", "thyCalendarHeaderOperationChild"], never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCalendarComponent, "thy-calendar", never, { "thyMode": "thyMode"; "thyValue": "thyValue"; "thyDisabledDate": "thyDisabledDate"; "thyDateCell": "thyDateCell"; "thyCalendarHeaderOperation": "thyCalendarHeaderOperation"; }, { "thySelectChange": "thySelectChange"; "thyValueChange": "thyValueChange"; "thyDateRangeChange": "thyDateRangeChange"; }, ["thyDateCellChild", "thyCalendarHeaderOperationChild"], never, false>;
|
|
75
75
|
}
|
|
76
76
|
export {};
|
package/card/card.component.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ export declare class ThyCardComponent {
|
|
|
5
5
|
thyBordered: boolean | string;
|
|
6
6
|
thySize: 'md' | 'sm' | 'lg';
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardComponent, "thy-card", never, { "thyHasLeftRightPadding": "thyHasLeftRightPadding"; "thyDivided": "thyDivided"; "thyBordered": "thyBordered"; "thySize": "thySize"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardComponent, "thy-card", never, { "thyHasLeftRightPadding": "thyHasLeftRightPadding"; "thyDivided": "thyDivided"; "thyBordered": "thyBordered"; "thySize": "thySize"; }, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ThyCardContentComponent implements OnInit {
|
|
|
7
7
|
set thySize(value: string);
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardContentComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardContentComponent, "thy-card-content", never, { "thyScroll": "thyScroll"; "thySize": "thySize"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardContentComponent, "thy-card-content", never, { "thyScroll": "thyScroll"; "thySize": "thySize"; }, {}, never, ["*"], false>;
|
|
11
11
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ThyCardHeaderComponent implements OnInit {
|
|
|
11
11
|
constructor();
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCardHeaderComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardHeaderComponent, "thy-card-header", never, { "thyTitle": "thyTitle"; "thyDescription": "thyDescription"; "thySize": "thySize"; }, {}, ["titleTemplateRef", "descriptionTemplateRef", "operationTemplateRef"], never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCardHeaderComponent, "thy-card-header", never, { "thyTitle": "thyTitle"; "thyDescription": "thyDescription"; "thySize": "thySize"; }, {}, ["titleTemplateRef", "descriptionTemplateRef", "operationTemplateRef"], never, false>;
|
|
15
15
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ThyCarouselItemDirective {
|
|
4
|
+
private renderer;
|
|
5
|
+
private _active;
|
|
6
|
+
readonly el: HTMLElement;
|
|
7
|
+
set isActive(value: boolean);
|
|
8
|
+
get isActive(): boolean;
|
|
9
|
+
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCarouselItemDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ThyCarouselItemDirective, "[thy-carousel-item],[thyCarouselItem]", ["thyCarouseItem"], {}, {}, never, never, false>;
|
|
12
|
+
}
|