@ng-nest/ui 17.0.1 → 17.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/affix/affix.component.d.ts +1 -2
- package/affix/affix.module.d.ts +1 -3
- package/alert/alert.component.d.ts +4 -5
- package/alert/alert.module.d.ts +1 -8
- package/anchor/anchor-inner.component.d.ts +1 -1
- package/anchor/anchor.component.d.ts +6 -7
- package/anchor/anchor.module.d.ts +2 -6
- package/api/api.component.d.ts +4 -4
- package/api/api.module.d.ts +1 -2
- package/auto-complete/auto-complete-portal.component.d.ts +3 -5
- package/auto-complete/auto-complete.component.d.ts +12 -13
- package/auto-complete/auto-complete.module.d.ts +1 -9
- package/avatar/avatar-group.component.d.ts +1 -2
- package/avatar/avatar.component.d.ts +6 -7
- package/avatar/avatar.module.d.ts +2 -6
- package/back-top/back-top.component.d.ts +7 -12
- package/back-top/back-top.module.d.ts +1 -5
- package/badge/badge.component.d.ts +3 -8
- package/badge/badge.module.d.ts +1 -3
- package/base-form/base-form.component.d.ts +1 -1
- package/base-form/base-form.module.d.ts +1 -2
- package/border/border.component.d.ts +4 -4
- package/border/border.module.d.ts +1 -1
- package/button/button.component.d.ts +8 -10
- package/button/button.module.d.ts +1 -5
- package/button/buttons.component.d.ts +4 -5
- package/calendar/calendar.component.d.ts +9 -14
- package/calendar/calendar.module.d.ts +1 -10
- package/card/card.component.d.ts +2 -6
- package/card/card.module.d.ts +1 -5
- package/carousel/carousel-panel.component.d.ts +10 -13
- package/carousel/carousel.component.d.ts +4 -8
- package/carousel/carousel.module.d.ts +1 -5
- package/cascade/cascade-portal.component.d.ts +4 -5
- package/cascade/cascade.component.d.ts +14 -13
- package/cascade/cascade.module.d.ts +1 -9
- package/checkbox/checkbox.component.d.ts +6 -9
- package/checkbox/checkbox.module.d.ts +1 -8
- package/collapse/collapse-panel.component.d.ts +5 -8
- package/collapse/collapse.component.d.ts +3 -7
- package/collapse/collapse.module.d.ts +1 -5
- package/color/color.component.d.ts +4 -6
- package/color/color.module.d.ts +1 -3
- package/color-picker/color-picker-portal.component.d.ts +7 -11
- package/color-picker/color-picker.component.d.ts +11 -12
- package/color-picker/color-picker.module.d.ts +1 -11
- package/comment/comment-reply.component.d.ts +4 -9
- package/comment/comment.component.d.ts +5 -9
- package/comment/comment.module.d.ts +1 -11
- package/container/aside.component.d.ts +5 -5
- package/container/container.component.d.ts +2 -3
- package/container/container.module.d.ts +1 -3
- package/container/footer.component.d.ts +5 -7
- package/container/header.component.d.ts +5 -7
- package/container/main.component.d.ts +4 -4
- package/crumb/crumb.component.d.ts +4 -6
- package/crumb/crumb.module.d.ts +1 -5
- package/date-picker/date-picker-portal.component.d.ts +5 -9
- package/date-picker/date-picker.component.d.ts +14 -16
- package/date-picker/date-picker.module.d.ts +2 -21
- package/date-picker/date-quarter.pipe.d.ts +1 -1
- package/date-picker/date-range-portal.component.d.ts +1 -1
- package/date-picker/date-range.component.d.ts +17 -19
- package/date-picker/picker-date.component.d.ts +8 -12
- package/date-picker/picker-month.component.d.ts +8 -11
- package/date-picker/picker-quarter.component.d.ts +9 -14
- package/date-picker/picker-year.component.d.ts +5 -8
- package/description/description-item.component.d.ts +1 -2
- package/description/description.component.d.ts +4 -5
- package/description/description.module.d.ts +2 -5
- package/dialog/dialog-container.component.d.ts +1 -2
- package/dialog/dialog-portal.component.d.ts +1 -1
- package/dialog/dialog-portal.directives.d.ts +13 -17
- package/dialog/dialog.component.d.ts +15 -17
- package/dialog/dialog.module.d.ts +1 -14
- package/dialog/dialog.service.d.ts +8 -10
- package/doc/doc.component.d.ts +6 -6
- package/doc/doc.module.d.ts +1 -2
- package/drag/drag.directive.d.ts +5 -6
- package/drag/drag.module.d.ts +1 -2
- package/drawer/drawer-container.component.d.ts +1 -2
- package/drawer/drawer-portal.component.d.ts +1 -2
- package/drawer/drawer-portal.directives.d.ts +5 -6
- package/drawer/drawer.component.d.ts +10 -15
- package/drawer/drawer.module.d.ts +2 -8
- package/drawer/drawer.service.d.ts +5 -7
- package/dropdown/dropdown-portal.component.d.ts +1 -1
- package/dropdown/dropdown.component.d.ts +10 -13
- package/dropdown/dropdown.module.d.ts +1 -7
- package/empty/empty.component.d.ts +4 -7
- package/empty/empty.module.d.ts +1 -6
- package/esm2022/affix/affix.component.mjs +11 -11
- package/esm2022/affix/affix.module.mjs +6 -9
- package/esm2022/affix/affix.property.mjs +3 -3
- package/esm2022/alert/alert.component.mjs +19 -19
- package/esm2022/alert/alert.module.mjs +6 -14
- package/esm2022/alert/alert.property.mjs +4 -4
- package/esm2022/anchor/anchor-inner.component.mjs +5 -4
- package/esm2022/anchor/anchor.component.mjs +18 -21
- package/esm2022/anchor/anchor.module.mjs +6 -11
- package/esm2022/anchor/anchor.property.mjs +7 -7
- package/esm2022/api/api.component.mjs +14 -12
- package/esm2022/api/api.module.mjs +6 -8
- package/esm2022/auto-complete/auto-complete-portal.component.mjs +15 -16
- package/esm2022/auto-complete/auto-complete.component.mjs +44 -31
- package/esm2022/auto-complete/auto-complete.module.mjs +7 -16
- package/esm2022/auto-complete/auto-complete.property.mjs +3 -3
- package/esm2022/avatar/avatar-group.component.mjs +7 -7
- package/esm2022/avatar/avatar.component.mjs +17 -19
- package/esm2022/avatar/avatar.module.mjs +6 -11
- package/esm2022/avatar/avatar.property.mjs +7 -7
- package/esm2022/back-top/back-top.component.mjs +23 -29
- package/esm2022/back-top/back-top.module.mjs +6 -11
- package/esm2022/back-top/back-top.property.mjs +3 -3
- package/esm2022/badge/badge.component.mjs +18 -23
- package/esm2022/badge/badge.module.mjs +6 -9
- package/esm2022/badge/badge.property.mjs +3 -3
- package/esm2022/base-form/base-form.component.mjs +11 -6
- package/esm2022/base-form/base-form.module.mjs +7 -8
- package/esm2022/base-form/base-form.property.mjs +4 -4
- package/esm2022/border/border.component.mjs +14 -12
- package/esm2022/border/border.module.mjs +6 -6
- package/esm2022/button/button.component.mjs +19 -24
- package/esm2022/button/button.module.mjs +6 -11
- package/esm2022/button/button.property.mjs +7 -7
- package/esm2022/button/buttons.component.mjs +15 -15
- package/esm2022/calendar/calendar.component.mjs +38 -30
- package/esm2022/calendar/calendar.module.mjs +6 -16
- package/esm2022/calendar/calendar.property.mjs +3 -3
- package/esm2022/card/card.component.mjs +14 -17
- package/esm2022/card/card.module.mjs +6 -11
- package/esm2022/card/card.property.mjs +3 -3
- package/esm2022/carousel/carousel-panel.component.mjs +36 -34
- package/esm2022/carousel/carousel.component.mjs +19 -26
- package/esm2022/carousel/carousel.module.mjs +7 -12
- package/esm2022/carousel/carousel.property.mjs +6 -6
- package/esm2022/cascade/cascade-portal.component.mjs +20 -20
- package/esm2022/cascade/cascade.component.mjs +34 -29
- package/esm2022/cascade/cascade.module.mjs +7 -16
- package/esm2022/cascade/cascade.property.mjs +3 -3
- package/esm2022/checkbox/checkbox.component.mjs +31 -27
- package/esm2022/checkbox/checkbox.module.mjs +6 -14
- package/esm2022/checkbox/checkbox.property.mjs +3 -3
- package/esm2022/collapse/collapse-panel.component.mjs +18 -21
- package/esm2022/collapse/collapse.component.mjs +11 -15
- package/esm2022/collapse/collapse.module.mjs +6 -11
- package/esm2022/collapse/collapse.property.mjs +6 -6
- package/esm2022/color/color.component.mjs +14 -19
- package/esm2022/color/color.module.mjs +6 -9
- package/esm2022/color/color.property.mjs +3 -3
- package/esm2022/color-picker/color-picker-portal.component.mjs +45 -35
- package/esm2022/color-picker/color-picker.component.mjs +36 -35
- package/esm2022/color-picker/color-picker.module.mjs +7 -44
- package/esm2022/color-picker/color-picker.property.mjs +3 -3
- package/esm2022/comment/comment-reply.component.mjs +18 -19
- package/esm2022/comment/comment.component.mjs +30 -25
- package/esm2022/comment/comment.module.mjs +6 -43
- package/esm2022/comment/comment.property.mjs +7 -7
- package/esm2022/container/aside.component.mjs +15 -13
- package/esm2022/container/container.component.mjs +14 -14
- package/esm2022/container/container.module.mjs +7 -37
- package/esm2022/container/container.property.mjs +12 -12
- package/esm2022/container/footer.component.mjs +17 -21
- package/esm2022/container/header.component.mjs +17 -21
- package/esm2022/container/main.component.mjs +14 -12
- package/esm2022/core/config/config.service.mjs +11 -6
- package/esm2022/core/services/http.service.mjs +3 -3
- package/esm2022/core/services/preloading-strategy.service.mjs +6 -5
- package/esm2022/core/services/storage.service.mjs +3 -3
- package/esm2022/core/theme/theme.service.mjs +3 -3
- package/esm2022/crumb/crumb.component.mjs +15 -19
- package/esm2022/crumb/crumb.module.mjs +6 -11
- package/esm2022/crumb/crumb.property.mjs +3 -3
- package/esm2022/date-picker/date-picker-portal.component.mjs +38 -29
- package/esm2022/date-picker/date-picker.component.mjs +52 -47
- package/esm2022/date-picker/date-picker.module.mjs +7 -108
- package/esm2022/date-picker/date-picker.property.mjs +18 -18
- package/esm2022/date-picker/date-quarter.pipe.mjs +5 -5
- package/esm2022/date-picker/date-range-portal.component.mjs +25 -13
- package/esm2022/date-picker/date-range.component.mjs +50 -51
- package/esm2022/date-picker/picker-date.component.mjs +45 -43
- package/esm2022/date-picker/picker-month.component.mjs +31 -30
- package/esm2022/date-picker/picker-quarter.component.mjs +31 -32
- package/esm2022/date-picker/picker-year.component.mjs +26 -25
- package/esm2022/description/description-item.component.mjs +6 -9
- package/esm2022/description/description.component.mjs +13 -14
- package/esm2022/description/description.module.mjs +6 -10
- package/esm2022/description/description.property.mjs +6 -6
- package/esm2022/dialog/dialog-container.component.mjs +7 -7
- package/esm2022/dialog/dialog-portal.component.mjs +22 -11
- package/esm2022/dialog/dialog-portal.directives.mjs +48 -48
- package/esm2022/dialog/dialog-ref.mjs +1 -1
- package/esm2022/dialog/dialog.component.mjs +40 -48
- package/esm2022/dialog/dialog.module.mjs +12 -71
- package/esm2022/dialog/dialog.property.mjs +6 -6
- package/esm2022/dialog/dialog.service.mjs +16 -17
- package/esm2022/doc/doc.component.mjs +12 -10
- package/esm2022/doc/doc.module.mjs +6 -8
- package/esm2022/drag/drag.directive.mjs +11 -11
- package/esm2022/drag/drag.module.mjs +6 -8
- package/esm2022/drag/drag.property.mjs +3 -3
- package/esm2022/drawer/drawer-container.component.mjs +7 -7
- package/esm2022/drawer/drawer-portal.component.mjs +12 -12
- package/esm2022/drawer/drawer-portal.directives.mjs +22 -21
- package/esm2022/drawer/drawer.component.mjs +23 -33
- package/esm2022/drawer/drawer.module.mjs +10 -27
- package/esm2022/drawer/drawer.property.mjs +6 -6
- package/esm2022/drawer/drawer.service.mjs +15 -15
- package/esm2022/dropdown/dropdown-portal.component.mjs +8 -7
- package/esm2022/dropdown/dropdown.component.mjs +18 -22
- package/esm2022/dropdown/dropdown.module.mjs +7 -14
- package/esm2022/dropdown/dropdown.property.mjs +3 -3
- package/esm2022/empty/empty.component.mjs +20 -18
- package/esm2022/empty/empty.module.mjs +6 -12
- package/esm2022/empty/empty.property.mjs +3 -3
- package/esm2022/examples/examples.component.mjs +12 -10
- package/esm2022/examples/examples.module.mjs +6 -8
- package/esm2022/find/find.component.mjs +48 -33
- package/esm2022/find/find.module.mjs +6 -54
- package/esm2022/find/find.property.mjs +3 -3
- package/esm2022/form/control.component.mjs +67 -40
- package/esm2022/form/form.component.mjs +28 -22
- package/esm2022/form/form.module.mjs +6 -71
- package/esm2022/form/form.property.mjs +6 -6
- package/esm2022/highlight/highlight.component.mjs +26 -24
- package/esm2022/highlight/highlight.module.mjs +6 -10
- package/esm2022/highlight/highlight.property.mjs +3 -3
- package/esm2022/i18n/i18n.directive.mjs +14 -11
- package/esm2022/i18n/i18n.module.mjs +6 -6
- package/esm2022/i18n/i18n.pipe.mjs +6 -5
- package/esm2022/i18n/i18n.service.mjs +9 -13
- package/esm2022/icon/icon.component.mjs +21 -22
- package/esm2022/icon/icon.module.mjs +6 -11
- package/esm2022/icon/icon.property.mjs +4 -4
- package/esm2022/icon/icon.service.mjs +36 -35
- package/esm2022/image/image-group.component.mjs +12 -6
- package/esm2022/image/image-preview.component.mjs +26 -32
- package/esm2022/image/image.component.mjs +30 -30
- package/esm2022/image/image.module.mjs +6 -15
- package/esm2022/image/image.property.mjs +6 -6
- package/esm2022/inner/inner.component.mjs +14 -14
- package/esm2022/inner/inner.module.mjs +6 -9
- package/esm2022/inner/inner.property.mjs +3 -3
- package/esm2022/input/input-group.component.mjs +12 -14
- package/esm2022/input/input.component.mjs +33 -35
- package/esm2022/input/input.module.mjs +6 -13
- package/esm2022/input/input.property.mjs +6 -6
- package/esm2022/input-number/input-number.component.mjs +23 -27
- package/esm2022/input-number/input-number.module.mjs +6 -13
- package/esm2022/input-number/input-number.property.mjs +3 -3
- package/esm2022/keyword/keyword.directive.mjs +14 -14
- package/esm2022/keyword/keyword.module.mjs +6 -9
- package/esm2022/keyword/keyword.property.mjs +5 -5
- package/esm2022/layout/col.component.mjs +15 -19
- package/esm2022/layout/layout.module.mjs +6 -9
- package/esm2022/layout/layout.property.mjs +7 -7
- package/esm2022/layout/row.component.mjs +13 -13
- package/esm2022/link/link.component.mjs +17 -19
- package/esm2022/link/link.module.mjs +6 -12
- package/esm2022/link/link.property.mjs +3 -3
- package/esm2022/list/list-drop-group.directive.mjs +5 -4
- package/esm2022/list/list-option.component.mjs +16 -17
- package/esm2022/list/list.component.mjs +36 -33
- package/esm2022/list/list.module.mjs +6 -54
- package/esm2022/list/list.property.mjs +6 -6
- package/esm2022/loading/loading.component.mjs +19 -22
- package/esm2022/loading/loading.module.mjs +6 -12
- package/esm2022/loading/loading.property.mjs +3 -3
- package/esm2022/menu/menu-node.component.mjs +17 -18
- package/esm2022/menu/menu.component.mjs +21 -27
- package/esm2022/menu/menu.module.mjs +6 -13
- package/esm2022/menu/menu.property.mjs +6 -6
- package/esm2022/message/message.component.mjs +10 -16
- package/esm2022/message/message.module.mjs +7 -14
- package/esm2022/message/message.service.mjs +13 -13
- package/esm2022/message-box/message-box.component.mjs +21 -12
- package/esm2022/message-box/message-box.module.mjs +7 -49
- package/esm2022/message-box/message-box.service.mjs +13 -12
- package/esm2022/notification/notification.component.mjs +10 -16
- package/esm2022/notification/notification.module.mjs +7 -14
- package/esm2022/notification/notification.service.mjs +15 -11
- package/esm2022/outlet/outlet.directive.mjs +10 -10
- package/esm2022/outlet/outlet.module.mjs +6 -8
- package/esm2022/page-header/page-header.component.mjs +18 -19
- package/esm2022/page-header/page-header.module.mjs +6 -10
- package/esm2022/page-header/page-header.property.mjs +3 -3
- package/esm2022/pagination/pagination.component.mjs +37 -33
- package/esm2022/pagination/pagination.module.mjs +6 -15
- package/esm2022/pagination/pagination.property.mjs +3 -3
- package/esm2022/pattern/pattern.component.mjs +12 -10
- package/esm2022/pattern/pattern.module.mjs +6 -8
- package/esm2022/popconfirm/popconfirm.component.mjs +23 -26
- package/esm2022/popconfirm/popconfirm.module.mjs +6 -13
- package/esm2022/popconfirm/popconfirm.property.mjs +3 -3
- package/esm2022/popover/popover-portal.component.mjs +16 -16
- package/esm2022/popover/popover.directive.mjs +17 -19
- package/esm2022/popover/popover.module.mjs +7 -13
- package/esm2022/popover/popover.property.mjs +3 -3
- package/esm2022/portal/portal.module.mjs +8 -11
- package/esm2022/portal/portal.service.mjs +13 -12
- package/esm2022/progress/progress.component.mjs +16 -19
- package/esm2022/progress/progress.module.mjs +6 -11
- package/esm2022/progress/progress.property.mjs +3 -3
- package/esm2022/radio/radio.component.mjs +21 -25
- package/esm2022/radio/radio.module.mjs +6 -14
- package/esm2022/radio/radio.property.mjs +3 -3
- package/esm2022/rate/rate.component.mjs +22 -22
- package/esm2022/rate/rate.module.mjs +6 -13
- package/esm2022/rate/rate.property.mjs +3 -3
- package/esm2022/resizable/resizable.directive.mjs +57 -46
- package/esm2022/resizable/resizable.module.mjs +7 -9
- package/esm2022/resizable/resizable.property.mjs +5 -5
- package/esm2022/result/result.component.mjs +15 -19
- package/esm2022/result/result.module.mjs +6 -11
- package/esm2022/result/result.property.mjs +3 -3
- package/esm2022/ripple/ripple.directive.mjs +12 -11
- package/esm2022/ripple/ripple.module.mjs +7 -10
- package/esm2022/ripple/ripple.property.mjs +3 -3
- package/esm2022/select/select-portal.component.mjs +7 -6
- package/esm2022/select/select.component.mjs +51 -50
- package/esm2022/select/select.module.mjs +7 -48
- package/esm2022/select/select.property.mjs +3 -3
- package/esm2022/skeleton/skeleton.component.mjs +14 -17
- package/esm2022/skeleton/skeleton.module.mjs +6 -10
- package/esm2022/skeleton/skeleton.property.mjs +3 -3
- package/esm2022/slider/slider.component.mjs +38 -39
- package/esm2022/slider/slider.module.mjs +7 -13
- package/esm2022/slider/slider.property.mjs +3 -3
- package/esm2022/slider-select/slider-select.component.mjs +46 -38
- package/esm2022/slider-select/slider-select.module.mjs +6 -38
- package/esm2022/slider-select/slider-select.property.mjs +3 -3
- package/esm2022/statistic/countdown.component.mjs +15 -16
- package/esm2022/statistic/statistic.component.mjs +13 -14
- package/esm2022/statistic/statistic.module.mjs +6 -11
- package/esm2022/statistic/statistic.property.mjs +6 -6
- package/esm2022/steps/steps.component.mjs +17 -22
- package/esm2022/steps/steps.module.mjs +6 -11
- package/esm2022/steps/steps.property.mjs +3 -3
- package/esm2022/switch/switch.component.mjs +18 -18
- package/esm2022/switch/switch.module.mjs +6 -13
- package/esm2022/switch/switch.property.mjs +3 -3
- package/esm2022/table/table-body.component.mjs +23 -13
- package/esm2022/table/table-foot.component.mjs +12 -16
- package/esm2022/table/table-head.component.mjs +35 -31
- package/esm2022/table/table.component.mjs +22 -13
- package/esm2022/table/table.module.mjs +6 -71
- package/esm2022/table/table.property.mjs +12 -12
- package/esm2022/tabs/tab-content.component.mjs +13 -11
- package/esm2022/tabs/tab-link.directive.mjs +11 -9
- package/esm2022/tabs/tab.component.mjs +11 -11
- package/esm2022/tabs/tabs.component.mjs +28 -27
- package/esm2022/tabs/tabs.module.mjs +7 -28
- package/esm2022/tabs/tabs.property.mjs +6 -6
- package/esm2022/tag/tag.component.mjs +16 -20
- package/esm2022/tag/tag.module.mjs +6 -11
- package/esm2022/tag/tag.property.mjs +3 -3
- package/esm2022/text-retract/text-retract.component.mjs +16 -19
- package/esm2022/text-retract/text-retract.module.mjs +6 -12
- package/esm2022/text-retract/text-retract.property.mjs +3 -3
- package/esm2022/textarea/textarea.component.mjs +24 -25
- package/esm2022/textarea/textarea.module.mjs +6 -12
- package/esm2022/textarea/textarea.property.mjs +3 -3
- package/esm2022/theme/theme.component.mjs +42 -31
- package/esm2022/theme/theme.module.mjs +6 -42
- package/esm2022/theme/theme.property.mjs +3 -3
- package/esm2022/time-ago/time-ago.module.mjs +6 -8
- package/esm2022/time-ago/time-ago.pipe.mjs +21 -21
- package/esm2022/time-picker/time-picker-frame.component.mjs +30 -30
- package/esm2022/time-picker/time-picker-portal.component.mjs +18 -20
- package/esm2022/time-picker/time-picker.component.mjs +40 -41
- package/esm2022/time-picker/time-picker.module.mjs +7 -48
- package/esm2022/time-picker/time-picker.property.mjs +3 -3
- package/esm2022/time-range/time-range.module.mjs +7 -7
- package/esm2022/time-range/time-range.pipe.mjs +5 -5
- package/esm2022/timeline/timeline.component.mjs +17 -20
- package/esm2022/timeline/timeline.module.mjs +6 -13
- package/esm2022/timeline/timeline.property.mjs +3 -3
- package/esm2022/tooltip/tooltip-portal.component.mjs +16 -16
- package/esm2022/tooltip/tooltip.directive.mjs +16 -19
- package/esm2022/tooltip/tooltip.module.mjs +7 -13
- package/esm2022/tooltip/tooltip.property.mjs +3 -3
- package/esm2022/transfer/transfer.component.mjs +70 -55
- package/esm2022/transfer/transfer.module.mjs +6 -59
- package/esm2022/transfer/transfer.property.mjs +3 -3
- package/esm2022/tree/tree-node.component.mjs +36 -30
- package/esm2022/tree/tree.component.mjs +12 -16
- package/esm2022/tree/tree.module.mjs +6 -43
- package/esm2022/tree/tree.property.mjs +6 -6
- package/esm2022/tree/tree.service.mjs +6 -5
- package/esm2022/tree-file/tree-file.component.mjs +34 -31
- package/esm2022/tree-file/tree-file.module.mjs +6 -15
- package/esm2022/tree-file/tree-file.property.mjs +3 -3
- package/esm2022/tree-select/tree-select-portal.component.mjs +24 -26
- package/esm2022/tree-select/tree-select.component.mjs +52 -51
- package/esm2022/tree-select/tree-select.module.mjs +8 -56
- package/esm2022/tree-select/tree-select.property.mjs +3 -3
- package/esm2022/typography/typography.component.mjs +12 -12
- package/esm2022/typography/typography.module.mjs +6 -9
- package/esm2022/typography/typography.property.mjs +3 -3
- package/esm2022/upload/upload-portal.component.mjs +11 -12
- package/esm2022/upload/upload.component.mjs +42 -43
- package/esm2022/upload/upload.module.mjs +6 -55
- package/esm2022/upload/upload.property.mjs +3 -3
- package/examples/examples.component.d.ts +6 -6
- package/examples/examples.module.d.ts +1 -2
- package/fesm2022/ng-nest-ui-affix.mjs +18 -21
- package/fesm2022/ng-nest-ui-affix.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-alert.mjs +25 -32
- package/fesm2022/ng-nest-ui-alert.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-anchor.mjs +32 -37
- package/fesm2022/ng-nest-ui-anchor.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-api.mjs +18 -18
- package/fesm2022/ng-nest-ui-api.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-auto-complete.mjs +65 -57
- package/fesm2022/ng-nest-ui-auto-complete.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-avatar.mjs +33 -38
- package/fesm2022/ng-nest-ui-avatar.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-back-top.mjs +30 -39
- package/fesm2022/ng-nest-ui-back-top.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-badge.mjs +25 -32
- package/fesm2022/ng-nest-ui-badge.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-base-form.mjs +19 -14
- package/fesm2022/ng-nest-ui-base-form.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-border.mjs +18 -16
- package/fesm2022/ng-nest-ui-border.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-button.mjs +40 -49
- package/fesm2022/ng-nest-ui-button.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-calendar.mjs +44 -44
- package/fesm2022/ng-nest-ui-calendar.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-card.mjs +21 -28
- package/fesm2022/ng-nest-ui-card.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-carousel.mjs +62 -68
- package/fesm2022/ng-nest-ui-carousel.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-cascade.mjs +58 -58
- package/fesm2022/ng-nest-ui-cascade.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-checkbox.mjs +37 -39
- package/fesm2022/ng-nest-ui-checkbox.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-collapse.mjs +36 -47
- package/fesm2022/ng-nest-ui-collapse.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-color-picker.mjs +84 -106
- package/fesm2022/ng-nest-ui-color-picker.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-color.mjs +22 -28
- package/fesm2022/ng-nest-ui-color.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-comment.mjs +51 -83
- package/fesm2022/ng-nest-ui-comment.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-container.mjs +80 -114
- package/fesm2022/ng-nest-ui-container.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-core.mjs +24 -18
- package/fesm2022/ng-nest-ui-core.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-crumb.mjs +22 -30
- package/fesm2022/ng-nest-ui-crumb.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-date-picker.mjs +277 -326
- package/fesm2022/ng-nest-ui-date-picker.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-description.mjs +28 -35
- package/fesm2022/ng-nest-ui-description.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-dialog.mjs +193 -242
- package/fesm2022/ng-nest-ui-dialog.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-doc.mjs +16 -16
- package/fesm2022/ng-nest-ui-doc.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-drag.mjs +19 -20
- package/fesm2022/ng-nest-ui-drag.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-drawer.mjs +128 -149
- package/fesm2022/ng-nest-ui-drawer.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-dropdown.mjs +33 -38
- package/fesm2022/ng-nest-ui-dropdown.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-empty.mjs +26 -31
- package/fesm2022/ng-nest-ui-empty.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-examples.mjs +16 -16
- package/fesm2022/ng-nest-ui-examples.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-find.mjs +55 -86
- package/fesm2022/ng-nest-ui-find.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-form.mjs +98 -126
- package/fesm2022/ng-nest-ui-form.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-highlight.mjs +33 -33
- package/fesm2022/ng-nest-ui-highlight.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-i18n.mjs +29 -29
- package/fesm2022/ng-nest-ui-i18n.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-icon.mjs +62 -64
- package/fesm2022/ng-nest-ui-icon.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-image.mjs +69 -75
- package/fesm2022/ng-nest-ui-image.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-inner.mjs +21 -24
- package/fesm2022/ng-nest-ui-inner.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-input-number.mjs +31 -38
- package/fesm2022/ng-nest-ui-input-number.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-input.mjs +51 -60
- package/fesm2022/ng-nest-ui-input.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-keyword.mjs +22 -24
- package/fesm2022/ng-nest-ui-keyword.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-layout.mjs +35 -41
- package/fesm2022/ng-nest-ui-layout.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-link.mjs +24 -31
- package/fesm2022/ng-nest-ui-link.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-list.mjs +63 -100
- package/fesm2022/ng-nest-ui-list.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-loading.mjs +26 -34
- package/fesm2022/ng-nest-ui-loading.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-menu.mjs +42 -54
- package/fesm2022/ng-nest-ui-menu.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-message-box.mjs +38 -66
- package/fesm2022/ng-nest-ui-message-box.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-message.mjs +26 -37
- package/fesm2022/ng-nest-ui-message.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-notification.mjs +28 -35
- package/fesm2022/ng-nest-ui-notification.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-outlet.mjs +14 -16
- package/fesm2022/ng-nest-ui-outlet.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-page-header.mjs +25 -30
- package/fesm2022/ng-nest-ui-page-header.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-pagination.mjs +43 -47
- package/fesm2022/ng-nest-ui-pagination.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-pattern.mjs +16 -16
- package/fesm2022/ng-nest-ui-pattern.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-popconfirm.mjs +30 -40
- package/fesm2022/ng-nest-ui-popconfirm.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-popover.mjs +39 -44
- package/fesm2022/ng-nest-ui-popover.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-portal.mjs +26 -26
- package/fesm2022/ng-nest-ui-portal.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-progress.mjs +22 -29
- package/fesm2022/ng-nest-ui-progress.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-radio.mjs +28 -38
- package/fesm2022/ng-nest-ui-radio.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-rate.mjs +29 -34
- package/fesm2022/ng-nest-ui-rate.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-resizable.mjs +67 -57
- package/fesm2022/ng-nest-ui-resizable.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-result.mjs +22 -30
- package/fesm2022/ng-nest-ui-result.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-ripple.mjs +20 -21
- package/fesm2022/ng-nest-ui-ripple.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-select.mjs +66 -100
- package/fesm2022/ng-nest-ui-select.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-skeleton.mjs +21 -27
- package/fesm2022/ng-nest-ui-skeleton.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-slider-select.mjs +53 -73
- package/fesm2022/ng-nest-ui-slider-select.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-slider.mjs +46 -52
- package/fesm2022/ng-nest-ui-slider.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-statistic.mjs +34 -40
- package/fesm2022/ng-nest-ui-statistic.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-steps.mjs +24 -33
- package/fesm2022/ng-nest-ui-steps.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-switch.mjs +25 -30
- package/fesm2022/ng-nest-ui-switch.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-table.mjs +111 -154
- package/fesm2022/ng-nest-ui-table.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tabs.mjs +67 -79
- package/fesm2022/ng-nest-ui-tabs.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tag.mjs +23 -31
- package/fesm2022/ng-nest-ui-tag.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-text-retract.mjs +22 -30
- package/fesm2022/ng-nest-ui-text-retract.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-textarea.mjs +31 -36
- package/fesm2022/ng-nest-ui-textarea.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-theme.mjs +49 -71
- package/fesm2022/ng-nest-ui-theme.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-time-ago.mjs +24 -26
- package/fesm2022/ng-nest-ui-time-ago.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-time-picker.mjs +89 -127
- package/fesm2022/ng-nest-ui-time-picker.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-time-range.mjs +10 -10
- package/fesm2022/ng-nest-ui-time-range.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-timeline.mjs +24 -33
- package/fesm2022/ng-nest-ui-timeline.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tooltip.mjs +38 -44
- package/fesm2022/ng-nest-ui-tooltip.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-transfer.mjs +76 -111
- package/fesm2022/ng-nest-ui-transfer.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tree-file.mjs +41 -46
- package/fesm2022/ng-nest-ui-tree-file.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tree-select.mjs +83 -126
- package/fesm2022/ng-nest-ui-tree-select.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tree.mjs +60 -89
- package/fesm2022/ng-nest-ui-tree.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-typography.mjs +19 -21
- package/fesm2022/ng-nest-ui-typography.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-upload.mjs +58 -106
- package/fesm2022/ng-nest-ui-upload.mjs.map +1 -1
- package/find/find.component.d.ts +6 -8
- package/find/find.module.d.ts +1 -13
- package/form/control.component.d.ts +6 -7
- package/form/form.component.d.ts +5 -8
- package/form/form.module.d.ts +1 -24
- package/highlight/highlight.component.d.ts +12 -10
- package/highlight/highlight.module.d.ts +1 -4
- package/i18n/i18n.directive.d.ts +6 -7
- package/i18n/i18n.module.d.ts +1 -1
- package/i18n/i18n.pipe.d.ts +1 -1
- package/i18n/i18n.service.d.ts +3 -2
- package/icon/icon.component.d.ts +7 -9
- package/icon/icon.module.d.ts +1 -3
- package/icon/icon.property.d.ts +1 -1
- package/icon/icon.service.d.ts +6 -7
- package/image/image-group.component.d.ts +3 -1
- package/image/image-preview.component.d.ts +5 -10
- package/image/image.component.d.ts +9 -14
- package/image/image.module.d.ts +3 -11
- package/inner/inner.component.d.ts +2 -3
- package/inner/inner.module.d.ts +1 -3
- package/input/input-group.component.d.ts +3 -6
- package/input/input.component.d.ts +8 -10
- package/input/input.module.d.ts +2 -8
- package/input-number/input-number.component.d.ts +5 -6
- package/input-number/input-number.module.d.ts +1 -7
- package/keyword/keyword.directive.d.ts +3 -4
- package/keyword/keyword.module.d.ts +1 -3
- package/keyword/keyword.property.d.ts +1 -1
- package/layout/col.component.d.ts +5 -7
- package/layout/layout.module.d.ts +1 -3
- package/layout/row.component.d.ts +3 -4
- package/link/link.component.d.ts +5 -7
- package/link/link.module.d.ts +1 -6
- package/list/list-drop-group.directive.d.ts +1 -1
- package/list/list-option.component.d.ts +6 -7
- package/list/list.component.d.ts +9 -12
- package/list/list.module.d.ts +1 -13
- package/loading/loading.component.d.ts +7 -10
- package/loading/loading.module.d.ts +1 -6
- package/menu/menu-node.component.d.ts +6 -7
- package/menu/menu.component.d.ts +4 -8
- package/menu/menu.module.d.ts +1 -7
- package/message/message.component.d.ts +3 -7
- package/message/message.module.d.ts +1 -5
- package/message/message.service.d.ts +4 -5
- package/message-box/message-box.component.d.ts +1 -1
- package/message-box/message-box.module.d.ts +1 -11
- package/message-box/message-box.service.d.ts +2 -5
- package/notification/notification.component.d.ts +3 -7
- package/notification/notification.module.d.ts +1 -5
- package/notification/notification.service.d.ts +1 -3
- package/outlet/outlet.directive.d.ts +4 -5
- package/outlet/outlet.module.d.ts +1 -2
- package/package.json +36 -36
- package/page-header/page-header.component.d.ts +5 -7
- package/page-header/page-header.module.d.ts +1 -4
- package/pagination/pagination.component.d.ts +8 -11
- package/pagination/pagination.module.d.ts +1 -9
- package/pattern/pattern.component.d.ts +4 -4
- package/pattern/pattern.module.d.ts +1 -2
- package/popconfirm/popconfirm.component.d.ts +6 -9
- package/popconfirm/popconfirm.module.d.ts +1 -7
- package/popover/popover-portal.component.d.ts +4 -5
- package/popover/popover.directive.d.ts +9 -10
- package/popover/popover.module.d.ts +1 -6
- package/portal/portal.module.d.ts +1 -3
- package/portal/portal.service.d.ts +3 -4
- package/progress/progress.component.d.ts +3 -7
- package/progress/progress.module.d.ts +1 -5
- package/radio/radio.component.d.ts +6 -9
- package/radio/radio.module.d.ts +1 -8
- package/rate/rate.component.d.ts +6 -8
- package/rate/rate.module.d.ts +1 -7
- package/resizable/resizable.directive.d.ts +5 -7
- package/resizable/resizable.module.d.ts +1 -2
- package/resizable/resizable.property.d.ts +1 -1
- package/result/result.component.d.ts +3 -7
- package/result/result.module.d.ts +1 -5
- package/ripple/ripple.directive.d.ts +4 -5
- package/ripple/ripple.module.d.ts +1 -3
- package/select/select-portal.component.d.ts +1 -1
- package/select/select.component.d.ts +14 -15
- package/select/select.module.d.ts +1 -12
- package/skeleton/skeleton.component.d.ts +3 -6
- package/skeleton/skeleton.module.d.ts +1 -4
- package/slider/slider.component.d.ts +5 -8
- package/slider/slider.module.d.ts +1 -7
- package/slider-select/slider-select.component.d.ts +6 -7
- package/slider-select/slider-select.module.d.ts +1 -9
- package/statistic/countdown.component.d.ts +6 -7
- package/statistic/statistic.component.d.ts +2 -3
- package/statistic/statistic.module.d.ts +1 -5
- package/steps/steps.component.d.ts +4 -8
- package/steps/steps.module.d.ts +1 -5
- package/style/core/index.css +1 -1
- package/style/params/colors.scss +1 -1
- package/switch/switch.component.d.ts +6 -7
- package/switch/switch.module.d.ts +1 -7
- package/table/table-body.component.d.ts +1 -1
- package/table/table-foot.component.d.ts +3 -6
- package/table/table-head.component.d.ts +5 -8
- package/table/table.component.d.ts +1 -1
- package/table/table.module.d.ts +4 -17
- package/tabs/tab-content.component.d.ts +6 -6
- package/tabs/tab-link.directive.d.ts +2 -2
- package/tabs/tab.component.d.ts +2 -3
- package/tabs/tabs.component.d.ts +8 -9
- package/tabs/tabs.module.d.ts +3 -9
- package/tag/tag.component.d.ts +4 -8
- package/tag/tag.module.d.ts +1 -5
- package/text-retract/text-retract.component.d.ts +6 -10
- package/text-retract/text-retract.module.d.ts +1 -6
- package/textarea/textarea.component.d.ts +5 -7
- package/textarea/textarea.module.d.ts +1 -6
- package/theme/theme.component.d.ts +8 -9
- package/theme/theme.module.d.ts +1 -10
- package/time-ago/time-ago.module.d.ts +1 -1
- package/time-ago/time-ago.pipe.d.ts +6 -9
- package/time-picker/time-picker-frame.component.d.ts +5 -6
- package/time-picker/time-picker-portal.component.d.ts +5 -7
- package/time-picker/time-picker.component.d.ts +14 -16
- package/time-picker/time-picker.module.d.ts +2 -13
- package/time-range/time-range.module.d.ts +1 -1
- package/time-range/time-range.pipe.d.ts +1 -1
- package/timeline/timeline.component.d.ts +5 -8
- package/timeline/timeline.module.d.ts +1 -7
- package/tooltip/tooltip-portal.component.d.ts +4 -5
- package/tooltip/tooltip.directive.d.ts +8 -9
- package/tooltip/tooltip.module.d.ts +1 -6
- package/transfer/transfer.component.d.ts +6 -9
- package/transfer/transfer.module.d.ts +1 -15
- package/tree/tree-node.component.d.ts +6 -10
- package/tree/tree.component.d.ts +1 -1
- package/tree/tree.module.d.ts +1 -11
- package/tree-file/tree-file.component.d.ts +5 -10
- package/tree-file/tree-file.module.d.ts +1 -9
- package/tree-select/tree-select-portal.component.d.ts +5 -7
- package/tree-select/tree-select.component.d.ts +14 -15
- package/tree-select/tree-select.module.d.ts +1 -14
- package/typography/typography.component.d.ts +3 -4
- package/typography/typography.module.d.ts +1 -3
- package/upload/upload-portal.component.d.ts +5 -7
- package/upload/upload.component.d.ts +12 -16
- package/upload/upload.module.d.ts +1 -14
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { XCarouselPanelProperty } from './carousel.property';
|
|
3
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
4
|
import { XCarouselComponent } from './carousel.component';
|
|
5
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
6
5
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class XCarouselPanelComponent extends XCarouselPanelProperty implements OnInit {
|
|
9
|
-
carousel: XCarouselComponent;
|
|
10
|
-
renderer: Renderer2;
|
|
11
|
-
elementRef: ElementRef<HTMLElement>;
|
|
12
|
-
sanitizer: DomSanitizer;
|
|
13
|
-
cdr: ChangeDetectorRef;
|
|
14
|
-
configService: XConfigService;
|
|
7
|
+
export declare class XCarouselPanelComponent extends XCarouselPanelProperty implements OnInit, OnDestroy {
|
|
15
8
|
index: number;
|
|
16
9
|
width: number;
|
|
17
10
|
height: number;
|
|
@@ -22,15 +15,19 @@ export declare class XCarouselPanelComponent extends XCarouselPanelProperty impl
|
|
|
22
15
|
inStage: boolean;
|
|
23
16
|
updateSub: BehaviorSubject<boolean>;
|
|
24
17
|
unSubject: Subject<void>;
|
|
25
|
-
|
|
18
|
+
carousel: XCarouselComponent | null;
|
|
19
|
+
private renderer;
|
|
20
|
+
private elementRef;
|
|
21
|
+
private cdr;
|
|
22
|
+
configService: XConfigService;
|
|
26
23
|
ngOnInit(): void;
|
|
27
24
|
ngOnDestroy(): void;
|
|
28
25
|
setActive(): void;
|
|
29
26
|
setStyles(): void;
|
|
30
|
-
calcCardTranslate(index: number, activeIndex: number): number;
|
|
27
|
+
calcCardTranslate(index: number, activeIndex: number): number | undefined;
|
|
31
28
|
update(): void;
|
|
32
29
|
panelClick(): void;
|
|
33
30
|
setClass(cls: string, value: boolean): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<XCarouselPanelComponent,
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCarouselPanelComponent, "x-carousel-panel", never, {}, {}, never, ["*"],
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XCarouselPanelComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCarouselPanelComponent, "x-carousel-panel", never, {}, {}, never, ["*"], true, never>;
|
|
36
33
|
}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, ElementRef, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
2
|
import { XCarouselProperty } from './carousel.property';
|
|
3
3
|
import { XNumber, XConfigService } from '@ng-nest/ui/core';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class XCarouselComponent extends XCarouselProperty implements OnInit, OnChanges {
|
|
7
|
-
renderer: Renderer2;
|
|
8
|
-
elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
cdr: ChangeDetectorRef;
|
|
10
|
-
configService: XConfigService;
|
|
11
7
|
carousel: ElementRef<HTMLElement>;
|
|
12
8
|
content: ElementRef<HTMLElement>;
|
|
13
9
|
start: number;
|
|
@@ -21,8 +17,9 @@ export declare class XCarouselComponent extends XCarouselProperty implements OnI
|
|
|
21
17
|
count: number;
|
|
22
18
|
private _unSubject;
|
|
23
19
|
private _resizeObserver;
|
|
20
|
+
private cdr;
|
|
21
|
+
configService: XConfigService;
|
|
24
22
|
get page(): number;
|
|
25
|
-
constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, configService: XConfigService);
|
|
26
23
|
ngOnInit(): void;
|
|
27
24
|
ngAfterViewInit(): void;
|
|
28
25
|
ngOnChanges(simples: SimpleChanges): void;
|
|
@@ -32,7 +29,6 @@ export declare class XCarouselComponent extends XCarouselProperty implements OnI
|
|
|
32
29
|
setActiveItem(index: number): void;
|
|
33
30
|
setClassMap(): void;
|
|
34
31
|
getActivated(index: number): boolean;
|
|
35
|
-
trackByPanel(index: number, _item: any): number;
|
|
36
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCarouselComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCarouselComponent, "x-carousel", never, {}, {}, never, ["*"],
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCarouselComponent, "x-carousel", never, {}, {}, never, ["*"], true, never>;
|
|
38
34
|
}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./carousel.component";
|
|
3
3
|
import * as i2 from "./carousel-panel.component";
|
|
4
|
-
import * as i3 from "./carousel.property";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@ng-nest/ui/button";
|
|
7
|
-
import * as i6 from "@ng-nest/ui/progress";
|
|
8
4
|
export declare class XCarouselModule {
|
|
9
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCarouselModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XCarouselModule, [typeof i1.XCarouselComponent, typeof i2.XCarouselPanelComponent
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XCarouselModule, never, [typeof i1.XCarouselComponent, typeof i2.XCarouselPanelComponent], [typeof i1.XCarouselComponent, typeof i2.XCarouselPanelComponent]>;
|
|
11
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<XCarouselModule>;
|
|
12
8
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit, OnDestroy, TemplateRef } from '@angular/core';
|
|
2
2
|
import { XCascadeNode, XCascadeNodeTrigger } from './cascade.property';
|
|
3
3
|
import { XPositionTopBottom } from '@ng-nest/ui/core';
|
|
4
4
|
import { Subject } from 'rxjs';
|
|
5
5
|
import { XInputComponent } from '@ng-nest/ui/input';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class XCascadePortalComponent implements OnInit, OnDestroy {
|
|
8
|
-
ngZone: NgZone;
|
|
9
|
-
cdr: ChangeDetectorRef;
|
|
10
8
|
placement: XPositionTopBottom;
|
|
11
9
|
done(event: {
|
|
12
10
|
toState: any;
|
|
@@ -29,7 +27,8 @@ export declare class XCascadePortalComponent implements OnInit, OnDestroy {
|
|
|
29
27
|
hoverDelayUnSub: Subject<void>;
|
|
30
28
|
inputCom: XInputComponent;
|
|
31
29
|
private _unSubject;
|
|
32
|
-
|
|
30
|
+
private ngZone;
|
|
31
|
+
private cdr;
|
|
33
32
|
ngOnInit(): void;
|
|
34
33
|
ngOnDestroy(): void;
|
|
35
34
|
init(): void;
|
|
@@ -40,5 +39,5 @@ export declare class XCascadePortalComponent implements OnInit, OnDestroy {
|
|
|
40
39
|
nodeClick(node: XCascadeNode): void;
|
|
41
40
|
nodeExpansion(node: XCascadeNode, click?: boolean): void;
|
|
42
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCascadePortalComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCascadePortalComponent, "x-cascade-portal", never, {}, {}, never, never,
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCascadePortalComponent, "x-cascade-portal", never, {}, {}, never, never, true, never>;
|
|
44
43
|
}
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
import { XCascadePortalComponent } from './cascade-portal.component';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
|
-
import { OnInit, ChangeDetectorRef,
|
|
3
|
+
import { OnInit, ChangeDetectorRef, ElementRef, SimpleChanges, OnChanges, AfterViewInit, OnDestroy } from '@angular/core';
|
|
4
4
|
import { XCascadeNode, XCascadeProperty } from './cascade.property';
|
|
5
|
-
import {
|
|
5
|
+
import { XConfigService } from '@ng-nest/ui/core';
|
|
6
|
+
import { XPortalOverlayRef } from '@ng-nest/ui/portal';
|
|
6
7
|
import { XInputComponent } from '@ng-nest/ui/input';
|
|
7
|
-
import {
|
|
8
|
+
import { OverlayConfig } from '@angular/cdk/overlay';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class XCascadeComponent extends XCascadeProperty implements OnInit, OnChanges {
|
|
10
|
-
renderer: Renderer2;
|
|
11
|
-
cdr: ChangeDetectorRef;
|
|
12
|
-
private portalService;
|
|
13
|
-
private viewContainerRef;
|
|
14
|
-
elementRef: ElementRef;
|
|
15
|
-
private overlay;
|
|
10
|
+
export declare class XCascadeComponent extends XCascadeProperty implements OnInit, AfterViewInit, OnChanges, OnDestroy {
|
|
16
11
|
cascade: ElementRef<HTMLElement>;
|
|
17
12
|
inputCom: XInputComponent;
|
|
18
13
|
writeValue(value: any): void;
|
|
@@ -39,8 +34,14 @@ export declare class XCascadeComponent extends XCascadeProperty implements OnIni
|
|
|
39
34
|
positionChange: Subject<any>;
|
|
40
35
|
closeSubject: Subject<void>;
|
|
41
36
|
private _unSubject;
|
|
42
|
-
document
|
|
43
|
-
|
|
37
|
+
private document;
|
|
38
|
+
private renderer;
|
|
39
|
+
cdr: ChangeDetectorRef;
|
|
40
|
+
private portalService;
|
|
41
|
+
private viewContainerRef;
|
|
42
|
+
private elementRef;
|
|
43
|
+
private overlay;
|
|
44
|
+
configService: XConfigService;
|
|
44
45
|
ngOnInit(): void;
|
|
45
46
|
ngAfterViewInit(): void;
|
|
46
47
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -68,5 +69,5 @@ export declare class XCascadeComponent extends XCascadeProperty implements OnIni
|
|
|
68
69
|
setPortal(): void;
|
|
69
70
|
formControlChanges(): void;
|
|
70
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCascadeComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCascadeComponent, "x-cascade", never, {}, {}, never, never,
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCascadeComponent, "x-cascade", never, {}, {}, never, never, true, never>;
|
|
72
73
|
}
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./cascade.component";
|
|
3
|
-
import * as i2 from "./cascade-portal.component";
|
|
4
|
-
import * as i3 from "./cascade.property";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@ng-nest/ui/portal";
|
|
8
|
-
import * as i7 from "@ng-nest/ui/input";
|
|
9
|
-
import * as i8 from "@ng-nest/ui/list";
|
|
10
|
-
import * as i9 from "@ng-nest/ui/base-form";
|
|
11
3
|
export declare class XCascadeModule {
|
|
12
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCascadeModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XCascadeModule, [typeof i1.XCascadeComponent
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XCascadeModule, never, [typeof i1.XCascadeComponent], [typeof i1.XCascadeComponent]>;
|
|
14
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<XCascadeModule>;
|
|
15
7
|
}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, ChangeDetectorRef, OnChanges, SimpleChanges, OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { XCheckboxNode, XCheckboxProperty } from './checkbox.property';
|
|
3
3
|
import { XConfigService, XBoolean } from '@ng-nest/ui/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class XCheckboxComponent extends XCheckboxProperty implements OnChanges {
|
|
6
|
-
renderer: Renderer2;
|
|
7
|
-
elementRef: ElementRef<HTMLElement>;
|
|
8
|
-
cdr: ChangeDetectorRef;
|
|
9
|
-
configService: XConfigService;
|
|
5
|
+
export declare class XCheckboxComponent extends XCheckboxProperty implements OnInit, OnChanges, OnDestroy {
|
|
10
6
|
checkbox: ElementRef<HTMLElement>;
|
|
11
7
|
checkboxType: 'initial' | 'button' | 'icon' | 'tag';
|
|
12
8
|
writeValue(value: boolean | Array<any>): void;
|
|
@@ -16,7 +12,9 @@ export declare class XCheckboxComponent extends XCheckboxProperty implements OnC
|
|
|
16
12
|
nodes: XCheckboxNode[];
|
|
17
13
|
single: boolean;
|
|
18
14
|
private _unSubject;
|
|
19
|
-
|
|
15
|
+
private renderer;
|
|
16
|
+
cdr: ChangeDetectorRef;
|
|
17
|
+
configService: XConfigService;
|
|
20
18
|
ngOnInit(): void;
|
|
21
19
|
ngOnChanges(changes: SimpleChanges): void;
|
|
22
20
|
ngOnDestroy(): void;
|
|
@@ -25,8 +23,7 @@ export declare class XCheckboxComponent extends XCheckboxProperty implements OnC
|
|
|
25
23
|
checkboxClick(event: Event, node: XCheckboxNode): void;
|
|
26
24
|
getChecked(id: any): boolean;
|
|
27
25
|
private setData;
|
|
28
|
-
trackByItem(_index: number, item: XCheckboxNode): any;
|
|
29
26
|
formControlChanges(): void;
|
|
30
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCheckboxComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCheckboxComponent, "x-checkbox", never, {}, {}, never, never,
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCheckboxComponent, "x-checkbox", never, {}, {}, never, never, true, never>;
|
|
32
29
|
}
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./checkbox.component";
|
|
3
|
-
import * as i2 from "./checkbox.property";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "@ng-nest/ui/button";
|
|
7
|
-
import * as i6 from "@ng-nest/ui/tag";
|
|
8
|
-
import * as i7 from "@ng-nest/ui/outlet";
|
|
9
|
-
import * as i8 from "@ng-nest/ui/base-form";
|
|
10
3
|
export declare class XCheckboxModule {
|
|
11
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCheckboxModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XCheckboxModule, [typeof i1.XCheckboxComponent
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XCheckboxModule, never, [typeof i1.XCheckboxComponent], [typeof i1.XCheckboxComponent]>;
|
|
13
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<XCheckboxModule>;
|
|
14
7
|
}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { XCollapsePanelProperty } from './collapse.property';
|
|
3
3
|
import { XCollapseComponent } from './collapse.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class XCollapsePanelComponent extends XCollapsePanelProperty implements OnInit {
|
|
6
|
-
collapseComponent: XCollapseComponent;
|
|
7
|
-
renderer: Renderer2;
|
|
8
|
-
elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
cdr: ChangeDetectorRef;
|
|
10
6
|
index: number;
|
|
11
|
-
|
|
7
|
+
collapseComponent: XCollapseComponent | null;
|
|
8
|
+
private cdr;
|
|
12
9
|
ngOnInit(): void;
|
|
13
10
|
headerClick(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<XCollapsePanelComponent,
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCollapsePanelComponent, "x-collapse-panel", never, {}, {}, never, ["*"],
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XCollapsePanelComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCollapsePanelComponent, "x-collapse-panel", never, {}, {}, never, ["*"], true, never>;
|
|
16
13
|
}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { XCollapseProperty } from './collapse.property';
|
|
3
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class XCollapseComponent extends XCollapseProperty implements OnInit {
|
|
6
|
-
renderer: Renderer2;
|
|
7
|
-
elementRef: ElementRef<HTMLElement>;
|
|
8
|
-
cdr: ChangeDetectorRef;
|
|
9
|
-
configService: XConfigService;
|
|
10
6
|
start: number;
|
|
11
7
|
panelChanges: Function[];
|
|
12
|
-
|
|
8
|
+
configService: XConfigService;
|
|
13
9
|
ngOnInit(): void;
|
|
14
10
|
change(num: number, add?: boolean): void;
|
|
15
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCollapseComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCollapseComponent, "x-collapse", never, {}, {}, never, ["*"],
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCollapseComponent, "x-collapse", never, {}, {}, never, ["*"], true, never>;
|
|
17
13
|
}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./collapse.component";
|
|
3
3
|
import * as i2 from "./collapse-panel.component";
|
|
4
|
-
import * as i3 from "./collapse.property";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@ng-nest/ui/icon";
|
|
7
|
-
import * as i6 from "@ng-nest/ui/outlet";
|
|
8
4
|
export declare class XCollapseModule {
|
|
9
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCollapseModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XCollapseModule, [typeof i1.XCollapseComponent, typeof i2.XCollapsePanelComponent
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XCollapseModule, never, [typeof i1.XCollapseComponent, typeof i2.XCollapsePanelComponent], [typeof i1.XCollapseComponent, typeof i2.XCollapsePanelComponent]>;
|
|
11
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<XCollapseModule>;
|
|
12
8
|
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { XColorProperty } from './color.property';
|
|
3
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class XColorComponent extends XColorProperty implements OnInit {
|
|
6
|
+
colors: string[];
|
|
7
|
+
private doc;
|
|
6
8
|
private renderer;
|
|
7
9
|
private elementRef;
|
|
8
10
|
configService: XConfigService;
|
|
9
|
-
colors: string[];
|
|
10
|
-
private doc;
|
|
11
|
-
constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, configService: XConfigService);
|
|
12
11
|
ngOnInit(): void;
|
|
13
12
|
setColors(): void;
|
|
14
|
-
trackByColor(_index: number, item: string): string;
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<XColorComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XColorComponent, "x-color", never, {}, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XColorComponent, "x-color", never, {}, {}, never, never, true, never>;
|
|
17
15
|
}
|
package/color/color.module.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./color.component";
|
|
3
|
-
import * as i2 from "./color.property";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
3
|
export declare class XColorModule {
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<XColorModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XColorModule, [typeof i1.XColorComponent
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XColorModule, never, [typeof i1.XColorComponent], [typeof i1.XColorComponent]>;
|
|
8
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<XColorModule>;
|
|
9
7
|
}
|
|
@@ -1,20 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { XColorType } from './color-picker.property';
|
|
3
3
|
import { XPositionTopBottom } from '@ng-nest/ui/core';
|
|
4
4
|
import { XSliderSelectComponent } from '@ng-nest/ui/slider-select';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
6
|
import { CdkDragMove } from '@angular/cdk/drag-drop';
|
|
7
|
-
import { DecimalPipe, PercentPipe } from '@angular/common';
|
|
8
7
|
import { XInputComponent } from '@ng-nest/ui/input';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
export declare class XColorPickerPortalComponent implements OnInit, OnDestroy {
|
|
11
|
-
elementRef: ElementRef<HTMLElement>;
|
|
12
|
-
renderer: Renderer2;
|
|
13
|
-
doc: any;
|
|
14
|
-
ngZone: NgZone;
|
|
15
|
-
cdr: ChangeDetectorRef;
|
|
16
|
-
decimal: DecimalPipe;
|
|
17
|
-
percent: PercentPipe;
|
|
18
10
|
placement: XPositionTopBottom;
|
|
19
11
|
done(event: {
|
|
20
12
|
toState: any;
|
|
@@ -62,7 +54,11 @@ export declare class XColorPickerPortalComponent implements OnInit, OnDestroy {
|
|
|
62
54
|
};
|
|
63
55
|
hex: string;
|
|
64
56
|
private _unSubject;
|
|
65
|
-
|
|
57
|
+
private doc;
|
|
58
|
+
private renderer;
|
|
59
|
+
private cdr;
|
|
60
|
+
private decimal;
|
|
61
|
+
private percent;
|
|
66
62
|
ngOnInit(): void;
|
|
67
63
|
ngOnDestroy(): void;
|
|
68
64
|
ngAfterViewInit(): void;
|
|
@@ -130,5 +126,5 @@ export declare class XColorPickerPortalComponent implements OnInit, OnDestroy {
|
|
|
130
126
|
repeatWord(word: string, num: number): string;
|
|
131
127
|
repeatLetter(word: string, num: number): string;
|
|
132
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<XColorPickerPortalComponent, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XColorPickerPortalComponent, "x-color-picker-portal", never, {}, {}, never, never,
|
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XColorPickerPortalComponent, "x-color-picker-portal", never, {}, {}, never, never, true, never>;
|
|
134
130
|
}
|
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import { XColorPickerPortalComponent } from './color-picker-portal.component';
|
|
2
|
-
import {
|
|
2
|
+
import { XPortalOverlayRef } from '@ng-nest/ui/portal';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
|
-
import { OnInit, ChangeDetectorRef,
|
|
4
|
+
import { OnInit, ChangeDetectorRef, ElementRef, AfterViewInit, OnDestroy } from '@angular/core';
|
|
5
5
|
import { XColorPickerProperty } from './color-picker.property';
|
|
6
6
|
import { XInputComponent } from '@ng-nest/ui/input';
|
|
7
|
-
import {
|
|
7
|
+
import { OverlayConfig } from '@angular/cdk/overlay';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class XColorPickerComponent extends XColorPickerProperty implements OnInit {
|
|
10
|
-
renderer: Renderer2;
|
|
11
|
-
cdr: ChangeDetectorRef;
|
|
12
|
-
private portalService;
|
|
13
|
-
private viewContainerRef;
|
|
14
|
-
private overlay;
|
|
15
|
-
elementRef: ElementRef;
|
|
9
|
+
export declare class XColorPickerComponent extends XColorPickerProperty implements OnInit, AfterViewInit, OnDestroy {
|
|
16
10
|
colorPicker: ElementRef<HTMLElement>;
|
|
17
11
|
inputCom: XInputComponent;
|
|
18
12
|
writeValue(value: string): void;
|
|
@@ -40,7 +34,12 @@ export declare class XColorPickerComponent extends XColorPickerProperty implemen
|
|
|
40
34
|
closeSubject: Subject<void>;
|
|
41
35
|
private _unSubject;
|
|
42
36
|
document: Document;
|
|
43
|
-
|
|
37
|
+
private renderer;
|
|
38
|
+
cdr: ChangeDetectorRef;
|
|
39
|
+
private portalService;
|
|
40
|
+
private viewContainerRef;
|
|
41
|
+
private overlay;
|
|
42
|
+
private elementRef;
|
|
44
43
|
ngOnInit(): void;
|
|
45
44
|
ngAfterViewInit(): void;
|
|
46
45
|
ngOnDestroy(): void;
|
|
@@ -62,5 +61,5 @@ export declare class XColorPickerComponent extends XColorPickerProperty implemen
|
|
|
62
61
|
setClassMap(): void;
|
|
63
62
|
formControlChanges(): void;
|
|
64
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<XColorPickerComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XColorPickerComponent, "x-color-picker", never, {}, {}, never, never,
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XColorPickerComponent, "x-color-picker", never, {}, {}, never, never, true, never>;
|
|
66
65
|
}
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./color-picker.component";
|
|
3
|
-
import * as i2 from "./color-picker-portal.component";
|
|
4
|
-
import * as i3 from "./color-picker.property";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@angular/cdk/drag-drop";
|
|
8
|
-
import * as i7 from "@ng-nest/ui/portal";
|
|
9
|
-
import * as i8 from "@ng-nest/ui/slider-select";
|
|
10
|
-
import * as i9 from "@ng-nest/ui/tabs";
|
|
11
|
-
import * as i10 from "@ng-nest/ui/input";
|
|
12
|
-
import * as i11 from "@ng-nest/ui/base-form";
|
|
13
3
|
export declare class XColorPickerModule {
|
|
14
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<XColorPickerModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XColorPickerModule, [typeof i1.XColorPickerComponent
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XColorPickerModule, never, [typeof i1.XColorPickerComponent], [typeof i1.XColorPickerComponent]>;
|
|
16
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<XColorPickerModule>;
|
|
17
7
|
}
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import { Renderer2, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
1
|
import { XCommentReplyProperty } from './comment.property';
|
|
3
2
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
|
-
import { XI18nService } from '@ng-nest/ui/i18n';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
export declare class XCommentReplyComponent extends XCommentReplyProperty {
|
|
7
|
-
renderer: Renderer2;
|
|
8
|
-
elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
cdr: ChangeDetectorRef;
|
|
10
|
-
i18n: XI18nService;
|
|
11
|
-
configService: XConfigService;
|
|
12
5
|
inputValue: string;
|
|
13
6
|
private _unSubject;
|
|
14
|
-
|
|
7
|
+
private cdr;
|
|
8
|
+
private i18n;
|
|
9
|
+
configService: XConfigService;
|
|
15
10
|
ngOnInit(): void;
|
|
16
11
|
ngOnDestroy(): void;
|
|
17
12
|
sureOnClick(): void;
|
|
18
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCommentReplyComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCommentReplyComponent, "x-comment-reply", never, {}, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCommentReplyComponent, "x-comment-reply", never, {}, {}, never, never, true, never>;
|
|
20
15
|
}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SimpleChanges, OnChanges } from '@angular/core';
|
|
2
2
|
import { XCommentNode, XCommentProperty } from './comment.property';
|
|
3
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
|
-
import { XI18nService } from '@ng-nest/ui/i18n';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class XCommentComponent extends XCommentProperty implements OnChanges {
|
|
7
|
-
renderer: Renderer2;
|
|
8
|
-
elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
cdr: ChangeDetectorRef;
|
|
10
|
-
i18n: XI18nService;
|
|
11
|
-
configService: XConfigService;
|
|
12
6
|
nodes: XCommentNode[];
|
|
13
7
|
private _unSubject;
|
|
14
|
-
|
|
8
|
+
private cdr;
|
|
9
|
+
private i18n;
|
|
10
|
+
configService: XConfigService;
|
|
15
11
|
ngOnInit(): void;
|
|
16
12
|
ngOnChanges(changes: SimpleChanges): void;
|
|
17
13
|
ngOnDestroy(): void;
|
|
@@ -24,5 +20,5 @@ export declare class XCommentComponent extends XCommentProperty implements OnCha
|
|
|
24
20
|
trackByNode(_index: number, item: XCommentNode): any;
|
|
25
21
|
private setData;
|
|
26
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCommentComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XCommentComponent, "x-comment", never, {}, {}, never, never,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XCommentComponent, "x-comment", never, {}, {}, never, never, true, never>;
|
|
28
24
|
}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./comment.component";
|
|
3
3
|
import * as i2 from "./comment-reply.component";
|
|
4
|
-
import * as i3 from "./comment.property";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@ng-nest/ui/i18n";
|
|
8
|
-
import * as i7 from "@ng-nest/ui/input";
|
|
9
|
-
import * as i8 from "@ng-nest/ui/link";
|
|
10
|
-
import * as i9 from "@ng-nest/ui/avatar";
|
|
11
|
-
import * as i10 from "@ng-nest/ui/button";
|
|
12
|
-
import * as i11 from "@ng-nest/ui/text-retract";
|
|
13
|
-
import * as i12 from "@ng-nest/ui/time-ago";
|
|
14
4
|
export declare class XCommentModule {
|
|
15
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<XCommentModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XCommentModule, [typeof i1.XCommentComponent, typeof i2.XCommentReplyComponent
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XCommentModule, never, [typeof i1.XCommentComponent, typeof i2.XCommentReplyComponent], [typeof i1.XCommentComponent, typeof i2.XCommentReplyComponent]>;
|
|
17
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<XCommentModule>;
|
|
18
8
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { XAsideProperty } from './container.property';
|
|
3
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class XAsideComponent extends XAsideProperty {
|
|
5
|
+
export declare class XAsideComponent extends XAsideProperty implements OnInit {
|
|
6
|
+
get getWidth(): number | undefined;
|
|
6
7
|
private renderer;
|
|
7
8
|
private elementRef;
|
|
8
9
|
configService: XConfigService;
|
|
9
|
-
|
|
10
|
-
constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, configService: XConfigService);
|
|
10
|
+
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<XAsideComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XAsideComponent, "x-aside", never, {}, {}, never, ["*"],
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XAsideComponent, "x-aside", never, {}, {}, never, ["*"], true, never>;
|
|
13
13
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit,
|
|
1
|
+
import { OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { XContainerProperty } from './container.property';
|
|
3
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,9 @@ export declare class XContainerComponent extends XContainerProperty implements O
|
|
|
6
6
|
private renderer;
|
|
7
7
|
private elementRef;
|
|
8
8
|
configService: XConfigService;
|
|
9
|
-
constructor(renderer: Renderer2, elementRef: ElementRef<HTMLElement>, configService: XConfigService);
|
|
10
9
|
ngOnInit(): void;
|
|
11
10
|
ngOnChanges(changes: SimpleChanges): void;
|
|
12
11
|
setDirection(): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<XContainerComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XContainerComponent, "x-container", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XContainerComponent, "x-container", never, {}, {}, never, ["*"], true, never>;
|
|
15
14
|
}
|
|
@@ -4,10 +4,8 @@ import * as i2 from "./header.component";
|
|
|
4
4
|
import * as i3 from "./aside.component";
|
|
5
5
|
import * as i4 from "./main.component";
|
|
6
6
|
import * as i5 from "./footer.component";
|
|
7
|
-
import * as i6 from "./container.property";
|
|
8
|
-
import * as i7 from "@angular/common";
|
|
9
7
|
export declare class XContainerModule {
|
|
10
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<XContainerModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<XContainerModule, [typeof i1.XContainerComponent, typeof i2.XHeaderComponent, typeof i3.XAsideComponent, typeof i4.XMainComponent, typeof i5.XFooterComponent
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<XContainerModule, never, [typeof i1.XContainerComponent, typeof i2.XHeaderComponent, typeof i3.XAsideComponent, typeof i4.XMainComponent, typeof i5.XFooterComponent], [typeof i1.XContainerComponent, typeof i2.XHeaderComponent, typeof i3.XAsideComponent, typeof i4.XMainComponent, typeof i5.XFooterComponent]>;
|
|
12
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<XContainerModule>;
|
|
13
11
|
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { XFooterProperty } from './container.property';
|
|
3
|
-
import { XContainerComponent } from './container.component';
|
|
4
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class XFooterComponent extends XFooterProperty implements OnInit {
|
|
7
|
-
|
|
6
|
+
get getHeight(): import("@ng-nest/ui/core").XNumber;
|
|
7
|
+
private container;
|
|
8
8
|
private renderer;
|
|
9
9
|
private elementRef;
|
|
10
10
|
configService: XConfigService;
|
|
11
|
-
get getHeight(): import("@ng-nest/ui/core").XNumber;
|
|
12
|
-
constructor(container: XContainerComponent, renderer: Renderer2, elementRef: ElementRef<HTMLElement>, configService: XConfigService);
|
|
13
11
|
ngOnInit(): void;
|
|
14
12
|
setDirection(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<XFooterComponent,
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XFooterComponent, "x-footer", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XFooterComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XFooterComponent, "x-footer", never, {}, {}, never, ["*"], true, never>;
|
|
17
15
|
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { OnInit
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { XHeaderProperty } from './container.property';
|
|
3
|
-
import { XContainerComponent } from './container.component';
|
|
4
3
|
import { XConfigService } from '@ng-nest/ui/core';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class XHeaderComponent extends XHeaderProperty implements OnInit {
|
|
7
|
-
|
|
6
|
+
get getHeight(): number | undefined;
|
|
7
|
+
private container;
|
|
8
8
|
private renderer;
|
|
9
9
|
private elementRef;
|
|
10
10
|
configService: XConfigService;
|
|
11
|
-
get getHeight(): number | undefined;
|
|
12
|
-
constructor(container: XContainerComponent, renderer: Renderer2, elementRef: ElementRef<HTMLElement>, configService: XConfigService);
|
|
13
11
|
ngOnInit(): void;
|
|
14
12
|
setDirection(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<XHeaderComponent,
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XHeaderComponent, "x-header", never, {}, {}, never, ["*"],
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<XHeaderComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XHeaderComponent, "x-header", never, {}, {}, never, ["*"], true, never>;
|
|
17
15
|
}
|