ngx-tethys 14.0.0 → 14.0.3
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 +64 -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 +1 -1
- 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/button/styles/button-icon.scss +26 -8
- package/button/styles/mixin.scss +17 -0
- 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/cascader/cascader-li.component.d.ts +7 -3
- package/cascader/cascader.component.d.ts +70 -74
- package/cascader/module.d.ts +3 -1
- package/cascader/styles/cascader.scss +3 -64
- 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 +17 -3
- package/core/color/color.d.ts +3 -0
- 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 +3 -3
- 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/cascader/cascader-li.component.mjs +37 -9
- package/esm2020/cascader/cascader.component.mjs +279 -184
- package/esm2020/cascader/module.mjs +31 -6
- 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 +16 -5
- package/esm2020/copy/module.mjs +5 -5
- package/esm2020/core/click-positioner.mjs +3 -3
- package/esm2020/core/color/color.mjs +5 -1
- 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 +7 -4
- package/esm2020/mention/mention.module.mjs +5 -5
- package/esm2020/mention/suggestions/suggestions.component.mjs +7 -7
- 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 +5 -5
- 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 +7 -6
- package/esm2020/property/properties.component.mjs +34 -40
- package/esm2020/property/property-item.component.mjs +88 -9
- 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 +7 -7
- package/esm2020/shared/select/select-control/select-control.component.mjs +12 -15
- 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 +15 -15
- package/esm2020/table/table.module.mjs +14 -16
- package/esm2020/table/table.pipe.mjs +3 -3
- package/esm2020/tabs/tab.component.mjs +3 -3
- package/esm2020/tabs/tabs.component.mjs +5 -5
- package/esm2020/tabs/tabs.module.mjs +5 -5
- package/esm2020/tag/tag.component.mjs +5 -5
- package/esm2020/tag/tag.module.mjs +5 -5
- 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 +13 -9
- package/esm2020/time-picker/time-picker.component.mjs +67 -37
- package/esm2020/time-picker/time-picker.module.mjs +5 -5
- package/esm2020/timeline/timeline-item.component.mjs +3 -3
- package/esm2020/timeline/timeline.component.mjs +4 -4
- 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 +6 -6
- package/esm2020/tree/tree-replace-region.component.mjs +3 -3
- package/esm2020/tree/tree.component.mjs +8 -8
- 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 -25
- package/esm2020/typography/index.mjs +4 -0
- package/esm2020/typography/module.mjs +21 -0
- package/esm2020/typography/ngx-tethys-typography.mjs +5 -0
- package/esm2020/typography/text/text.component.mjs +23 -0
- package/esm2020/typography/text-color.directive.mjs +42 -0
- package/esm2020/upload/file-drop.component.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 +5 -5
- 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 +7 -7
- 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-cascader.mjs +345 -196
- 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 +19 -8
- package/fesm2015/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2015/ngx-tethys-core.mjs +31 -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 +16 -13
- 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 +32 -32
- 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 +121 -52
- 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 +68 -71
- 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 +38 -40
- package/fesm2015/ngx-tethys-table.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tabs.mjs +12 -12
- package/fesm2015/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tag.mjs +8 -8
- package/fesm2015/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2015/ngx-tethys-time-picker.mjs +90 -56
- package/fesm2015/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2015/ngx-tethys-timeline.mjs +14 -14
- 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 -38
- package/fesm2015/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2015/ngx-tethys-tree.mjs +32 -34
- package/fesm2015/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2015/ngx-tethys-typography.mjs +87 -0
- package/fesm2015/ngx-tethys-typography.mjs.map +1 -0
- 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 +8 -8
- 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 +7 -7
- 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-cascader.mjs +343 -196
- 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 +19 -8
- package/fesm2020/ngx-tethys-copy.mjs.map +1 -1
- package/fesm2020/ngx-tethys-core.mjs +31 -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 +16 -13
- 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 +32 -32
- 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 +121 -52
- 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 +68 -71
- 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 +38 -40
- package/fesm2020/ngx-tethys-table.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tabs.mjs +12 -12
- package/fesm2020/ngx-tethys-tabs.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tag.mjs +8 -8
- package/fesm2020/ngx-tethys-tag.mjs.map +1 -1
- package/fesm2020/ngx-tethys-time-picker.mjs +90 -56
- package/fesm2020/ngx-tethys-time-picker.mjs.map +1 -1
- package/fesm2020/ngx-tethys-timeline.mjs +14 -14
- 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 -38
- package/fesm2020/ngx-tethys-tree-select.mjs.map +1 -1
- package/fesm2020/ngx-tethys-tree.mjs +32 -34
- package/fesm2020/ngx-tethys-tree.mjs.map +1 -1
- package/fesm2020/ngx-tethys-typography.mjs +87 -0
- package/fesm2020/ngx-tethys-typography.mjs.map +1 -0
- 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 +8 -8
- 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/label/styles/label.scss +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 +2 -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/nav/styles/mixin.scss +2 -1
- package/nav/styles/nav.scss +3 -2
- 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 +90 -82
- 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/module.d.ts +2 -1
- package/property/properties.component.d.ts +2 -3
- package/property/property-item.component.d.ts +27 -5
- package/property/styles/properties.scss +11 -5
- 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/ng-add/index.js +2 -2
- 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/option/styles/option.mixin.scss +2 -10
- package/shared/option/styles/select-dropdown.scss +1 -1
- package/shared/select/module.d.ts +2 -2
- package/shared/select/select-control/select-control.component.d.ts +3 -3
- package/shared/select/select-control/select-control.scss +26 -12
- package/shared/select/styles/select.mixin.scss +49 -10
- 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/index.scss +1 -0
- package/styles/variables.scss +21 -7
- package/switch/switch.component.d.ts +1 -1
- package/table/table-column.component.d.ts +1 -1
- package/table/table.component.d.ts +1 -1
- package/table/table.pipe.d.ts +1 -1
- package/tabs/tab.component.d.ts +1 -1
- package/tabs/tabs.component.d.ts +1 -1
- package/tag/tag.component.d.ts +2 -2
- package/time-picker/inner/inner-time-picker.component.d.ts +1 -1
- package/time-picker/styles/time-picker.scss +3 -0
- package/time-picker/time-picker-panel.component.d.ts +3 -2
- package/time-picker/time-picker.component.d.ts +5 -5
- package/timeline/timeline-item.component.d.ts +1 -1
- package/timeline/timeline.component.d.ts +1 -1
- 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 +1 -1
- package/tree/tree-replace-region.component.d.ts +1 -1
- package/tree/tree.component.d.ts +1 -1
- package/tree-select/styles/tree-select.scss +1 -1
- package/tree-select/tree-select.component.d.ts +2 -3
- package/typography/index.d.ts +3 -0
- package/typography/module.d.ts +10 -0
- package/typography/styles/mixin.scss +0 -0
- package/typography/styles/typography.scss +14 -0
- package/typography/text/text.component.d.ts +16 -0
- package/typography/text-color.directive.d.ts +17 -0
- package/upload/file-drop.component.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/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,34 @@
|
|
|
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.3](https://github.com/atinc/ngx-tethys/compare/14.0.2...14.0.3) (2022-08-31)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [14.0.2](https://github.com/atinc/ngx-tethys/compare/14.0.1...14.0.2) (2022-08-31)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **label:** fix label border-radius #INFR-4486 ([#2148](https://github.com/atinc/ngx-tethys/issues/2148)) ([4ab201e](https://github.com/atinc/ngx-tethys/commit/4ab201efce101847c5def7d337bf6402cd584281)), closes [#INFR-4486](https://github.com/atinc/ngx-tethys/issues/INFR-4486)
|
|
15
|
+
* **nav:** replace nav component active-class 'active' to 'nav-active' #INFR-4482 ([#2143](https://github.com/atinc/ngx-tethys/issues/2143)) ([f333f24](https://github.com/atinc/ngx-tethys/commit/f333f2410a880f31ea2b559f877fd4e9df1972b2)), closes [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482) [#INFR-4482](https://github.com/atinc/ngx-tethys/issues/INFR-4482)
|
|
16
|
+
* **property:** remove auto fill item span logic #INFR-4471 ([b2a9c75](https://github.com/atinc/ngx-tethys/commit/b2a9c750fd77bf45e3b3d1667749cfd378e70123)), closes [#INFR-4471](https://github.com/atinc/ngx-tethys/issues/INFR-4471)
|
|
17
|
+
* **select:** center thy-tag ([#2145](https://github.com/atinc/ngx-tethys/issues/2145)) ([de34ae7](https://github.com/atinc/ngx-tethys/commit/de34ae74c122da4e851a9d4bff5c9a64cecf8cf6))
|
|
18
|
+
* **select:** fix select-control height when empty and center placeholder ([#2150](https://github.com/atinc/ngx-tethys/issues/2150)) ([a650e57](https://github.com/atinc/ngx-tethys/commit/a650e57a024bcbf10f24e0753ea47edbd8f9403b))
|
|
19
|
+
* **watermark:** adjust the refresh condition #INFR-4478 ([e667d73](https://github.com/atinc/ngx-tethys/commit/e667d73b53ce8a8958f170d8611018ffdecfc0b3)), closes [#INFR-4478](https://github.com/atinc/ngx-tethys/issues/INFR-4478)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **mention:** add show suggestions limit #INFR-176 ([#2140](https://github.com/atinc/ngx-tethys/issues/2140)) ([d68bcb9](https://github.com/atinc/ngx-tethys/commit/d68bcb927ba94c084da11354eceaf03104b0c98d)), closes [#INFR-176](https://github.com/atinc/ngx-tethys/issues/INFR-176)
|
|
25
|
+
* **select:** change select and tree-select border-radius to dropdown… ([#2147](https://github.com/atinc/ngx-tethys/issues/2147)) ([7bf0eae](https://github.com/atinc/ngx-tethys/commit/7bf0eae93be348df3df3450408f31c92f56895d2))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [14.0.1](https://github.com/atinc/ngx-tethys/compare/13.2.7...14.0.1) (2022-08-26)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
5
33
|
# [14.0.0](https://github.com/atinc/ngx-tethys/compare/13.2.5...14.0.0) (2022-08-24)
|
|
6
34
|
|
|
7
35
|
|
|
@@ -14,6 +42,42 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
14
42
|
|
|
15
43
|
|
|
16
44
|
|
|
45
|
+
## [13.2.7](https://github.com/atinc/ngx-tethys/compare/13.2.6...13.2.7) (2022-08-26)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* **button:** add active class and fix btn-icon-active style error #INFR-4378 ([#2129](https://github.com/atinc/ngx-tethys/issues/2129)) ([2919678](https://github.com/atinc/ngx-tethys/commit/291967843281bf5176f815ea2e9e4ff2c4226864)), closes [#INFR-4378](https://github.com/atinc/ngx-tethys/issues/INFR-4378)
|
|
51
|
+
* **property:** set thy-properties block and set padding-right for property label ([61aaddf](https://github.com/atinc/ngx-tethys/commit/61aaddfca7023044ff475911c1c841c34086fc91))
|
|
52
|
+
* **select:** center select control value ([#2131](https://github.com/atinc/ngx-tethys/issues/2131)) ([f3dab37](https://github.com/atinc/ngx-tethys/commit/f3dab37397ed435269fb35ad46c5aefcab71b807))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* **property:** blur when click in previous overlay ([a291edf](https://github.com/atinc/ngx-tethys/commit/a291edf0680a34c4277ebc442da552024d6486a6))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [13.2.6](https://github.com/atinc/ngx-tethys/compare/13.2.5...13.2.6) (2022-08-25)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* **dialog:** import ThyCheckboxModule #INFR-4410 ([08ea36f](https://github.com/atinc/ngx-tethys/commit/08ea36f4e95dfac80bfb900ffed50324ce709c18)), closes [#INFR-4410](https://github.com/atinc/ngx-tethys/issues/INFR-4410)
|
|
67
|
+
* **property:** add thyFlexibleText for label text and add property-item-editor-offset for margin-left #INFR-4394 ([#2117](https://github.com/atinc/ngx-tethys/issues/2117)) ([7ab2c9e](https://github.com/atinc/ngx-tethys/commit/7ab2c9e6158684495950a9004e8034d06f33b7a5)), closes [#INFR-4394](https://github.com/atinc/ngx-tethys/issues/INFR-4394)
|
|
68
|
+
* **time-picker:** fix use origin value when input not valid date and improve test #INFR-4316 ([#2108](https://github.com/atinc/ngx-tethys/issues/2108)) ([153e7eb](https://github.com/atinc/ngx-tethys/commit/153e7ebc824c2f6ccc557dad8fe0869fc5032074)), closes [#INFR-4316](https://github.com/atinc/ngx-tethys/issues/INFR-4316)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
73
|
+
* **cascader:** add mulitple feature #INFR-2596 ([#2111](https://github.com/atinc/ngx-tethys/issues/2111)) ([8e745fb](https://github.com/atinc/ngx-tethys/commit/8e745fb29ff331d9b3bf3d0d4673e524be32b7cf)), closes [#INFR-2596](https://github.com/atinc/ngx-tethys/issues/INFR-2596)
|
|
74
|
+
* **mention:** add isOpened for mention directive #INFR-4414 ([e342745](https://github.com/atinc/ngx-tethys/commit/e3427458f0889f643bcadf38e04b037cc6333985)), closes [#INFR-4414](https://github.com/atinc/ngx-tethys/issues/INFR-4414)
|
|
75
|
+
* **property:** add thySpan for thy-property-item #INFR-4358 ([#2116](https://github.com/atinc/ngx-tethys/issues/2116)) ([d902859](https://github.com/atinc/ngx-tethys/commit/d902859d40b8695012ca2a802013b33e98ad9221)), closes [#INFR-4358](https://github.com/atinc/ngx-tethys/issues/INFR-4358)
|
|
76
|
+
* **property:** support property editing ([#2120](https://github.com/atinc/ngx-tethys/issues/2120)) ([20edd1a](https://github.com/atinc/ngx-tethys/commit/20edd1a5527c063feef824c6106f2dc9b9ce074c))
|
|
77
|
+
* **typography:** add typography module contains thy-text #INFR-4234 ([#2099](https://github.com/atinc/ngx-tethys/issues/2099)) ([16aa7ba](https://github.com/atinc/ngx-tethys/commit/16aa7ba4e099d44018ee08678efba5a92d72374a)), closes [#INFR-4234](https://github.com/atinc/ngx-tethys/issues/INFR-4234)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
17
81
|
## [13.2.5](https://github.com/atinc/ngx-tethys/compare/13.2.4...13.2.5) (2022-08-24)
|
|
18
82
|
|
|
19
83
|
|
|
@@ -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
|
}
|
|
@@ -79,5 +79,5 @@ export declare class ThyBadgeComponent implements OnInit {
|
|
|
79
79
|
private combineBadgeDisplayContent;
|
|
80
80
|
private resetBadgeClassNameMap;
|
|
81
81
|
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, ["*"]>;
|
|
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, ["*"], false>;
|
|
83
83
|
}
|
|
@@ -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
|
}
|
|
@@ -17,6 +17,12 @@
|
|
|
17
17
|
border: none;
|
|
18
18
|
background: none;
|
|
19
19
|
}
|
|
20
|
+
|
|
21
|
+
&.active,
|
|
22
|
+
&.btn-icon-active {
|
|
23
|
+
@include mixin.btn-icon-active(variables.$primary);
|
|
24
|
+
}
|
|
25
|
+
|
|
20
26
|
@include mixin.btn-icon-size-variant(
|
|
21
27
|
variables.$font-size-md,
|
|
22
28
|
variables.$btn-icon-circle-padding-base,
|
|
@@ -60,7 +66,7 @@
|
|
|
60
66
|
.thy-icon {
|
|
61
67
|
border-width: 2px;
|
|
62
68
|
}
|
|
63
|
-
&:not(:hover):not(.invalid).circle-solid {
|
|
69
|
+
&:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-solid {
|
|
64
70
|
i,
|
|
65
71
|
.wtf,
|
|
66
72
|
.thy-icon {
|
|
@@ -68,7 +74,7 @@
|
|
|
68
74
|
border-color: variables.$btn-icon-thick-solid-color;
|
|
69
75
|
}
|
|
70
76
|
}
|
|
71
|
-
&:not(:hover):not(.invalid).circle-dashed {
|
|
77
|
+
&:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-dashed {
|
|
72
78
|
i,
|
|
73
79
|
.wtf,
|
|
74
80
|
.thy-icon {
|
|
@@ -105,7 +111,7 @@
|
|
|
105
111
|
}
|
|
106
112
|
}
|
|
107
113
|
}
|
|
108
|
-
&:not(:hover).circle-dashed {
|
|
114
|
+
&:not(:hover):not(.active):not(.btn-icon-active).circle-dashed {
|
|
109
115
|
i,
|
|
110
116
|
.wtf,
|
|
111
117
|
.thy-icon {
|
|
@@ -119,16 +125,16 @@
|
|
|
119
125
|
border-style: solid;
|
|
120
126
|
}
|
|
121
127
|
}
|
|
128
|
+
|
|
129
|
+
&.active,
|
|
130
|
+
&.btn-icon-active {
|
|
131
|
+
@include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-base);
|
|
132
|
+
}
|
|
122
133
|
}
|
|
123
134
|
|
|
124
135
|
.btn-icon-light {
|
|
125
136
|
color: variables.$btn-icon-light-color;
|
|
126
137
|
}
|
|
127
|
-
|
|
128
|
-
.btn-icon-active {
|
|
129
|
-
color: variables.$primary;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
138
|
.btn-icon-xs {
|
|
133
139
|
@include mixin.btn-icon-size-variant(
|
|
134
140
|
variables.$font-size-base,
|
|
@@ -136,6 +142,10 @@
|
|
|
136
142
|
variables.$font-size-base,
|
|
137
143
|
variables.$input-btn-height-xs
|
|
138
144
|
);
|
|
145
|
+
&.btn-icon-circle.active,
|
|
146
|
+
&.btn-icon-circle.btn-icon-active {
|
|
147
|
+
@include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-xs);
|
|
148
|
+
}
|
|
139
149
|
}
|
|
140
150
|
|
|
141
151
|
.btn-icon-sm {
|
|
@@ -145,6 +155,10 @@
|
|
|
145
155
|
variables.$font-size-base,
|
|
146
156
|
variables.$input-btn-height-md
|
|
147
157
|
);
|
|
158
|
+
&.btn-icon-circle.active,
|
|
159
|
+
&.btn-icon-circle.btn-icon-active {
|
|
160
|
+
@include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-sm);
|
|
161
|
+
}
|
|
148
162
|
}
|
|
149
163
|
|
|
150
164
|
.btn-icon-lg {
|
|
@@ -154,6 +168,10 @@
|
|
|
154
168
|
variables.$font-size-lg,
|
|
155
169
|
variables.$input-btn-height-lg
|
|
156
170
|
);
|
|
171
|
+
&.btn-icon-circle.active,
|
|
172
|
+
&.btn-icon-circle.btn-icon-active {
|
|
173
|
+
@include mixin.btn-icon-circle-active(variables.$primary, variables.$btn-icon-circle-padding-lg);
|
|
174
|
+
}
|
|
157
175
|
}
|
|
158
176
|
|
|
159
177
|
// 属性操作鼠标移上去 btn-icon-circle 样式的变化
|
package/button/styles/mixin.scss
CHANGED
|
@@ -237,3 +237,20 @@
|
|
|
237
237
|
font-size: $font-size;
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
|
+
|
|
241
|
+
@mixin btn-icon-active($active-color) {
|
|
242
|
+
color: $active-color;
|
|
243
|
+
.thy-icon {
|
|
244
|
+
color: $active-color;
|
|
245
|
+
border-color: $active-color;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
@mixin btn-icon-circle-active($active-color, $round-padding) {
|
|
250
|
+
@include btn-icon-active($active-color);
|
|
251
|
+
.thy-icon {
|
|
252
|
+
border-style: solid;
|
|
253
|
+
border-width: 2px;
|
|
254
|
+
padding: $round-padding - variables.$btn-icon-circle-padding-difference;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
@@ -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
|
}
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { CascaderOption } from './types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ThyCascaderOptionComponent implements OnInit {
|
|
5
5
|
option: CascaderOption;
|
|
6
|
+
multiple: boolean;
|
|
7
|
+
isOnlySelectLeaf: boolean;
|
|
6
8
|
item: boolean;
|
|
7
9
|
active: boolean;
|
|
8
10
|
get disabled(): boolean;
|
|
9
11
|
get expand(): boolean;
|
|
10
|
-
|
|
12
|
+
labelProperty: string;
|
|
13
|
+
toggleSelectChange: EventEmitter<boolean>;
|
|
11
14
|
constructor();
|
|
12
15
|
getOptionLabel(): any;
|
|
13
16
|
ngOnInit(): void;
|
|
17
|
+
toggleOption(value: boolean): void;
|
|
14
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThyCascaderOptionComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderOptionComponent, "[thy-cascader-option]", never, { "option": "option"; "active": "active"; "
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ThyCascaderOptionComponent, "[thy-cascader-option]", never, { "option": "option"; "multiple": "multiple"; "isOnlySelectLeaf": "isOnlySelectLeaf"; "active": "active"; "labelProperty": "labelProperty"; }, { "toggleSelectChange": "toggleSelectChange"; }, never, never, false>;
|
|
16
20
|
}
|