@ng-nest/ui 13.0.9 → 13.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/alert.component.d.ts +2 -0
- package/alert/alert.module.d.ts +2 -1
- package/alert/alert.property.d.ts +80 -1
- package/badge/badge.component.d.ts +4 -0
- package/badge/badge.property.d.ts +6 -1
- package/badge/examples/en_US/default/offset/README.md +6 -0
- package/badge/examples/zh_CN/default/offset/README.md +6 -0
- package/collapse/collapse.property.d.ts +16 -1
- package/collapse/examples/en_US/default/arrow/README.md +6 -0
- package/collapse/examples/en_US/default/border/README.md +6 -0
- package/collapse/examples/zh_CN/default/arrow/README.md +6 -0
- package/collapse/examples/zh_CN/default/border/README.md +6 -0
- package/core/animation/badge.d.ts +2 -0
- package/core/animation/public-api.d.ts +1 -0
- package/core/config/config.d.ts +9 -0
- package/dialog/dialog.component.d.ts +27 -2
- package/dialog/dialog.module.d.ts +2 -1
- package/dialog/dialog.property.d.ts +27 -9
- package/dialog/dialog.service.d.ts +4 -2
- package/dialog/examples/zh_CN/default/resizable/README.md +6 -0
- package/esm2020/affix/affix.component.mjs +3 -3
- package/esm2020/affix/affix.module.mjs +4 -4
- package/esm2020/affix/affix.property.mjs +3 -3
- package/esm2020/alert/alert.component.mjs +12 -8
- package/esm2020/alert/alert.module.mjs +7 -6
- package/esm2020/alert/alert.property.mjs +58 -4
- package/esm2020/anchor/anchor.component.mjs +3 -3
- package/esm2020/anchor/anchor.module.mjs +4 -4
- package/esm2020/anchor/anchor.property.mjs +3 -3
- package/esm2020/api/api.component.mjs +3 -3
- package/esm2020/api/api.module.mjs +4 -4
- package/esm2020/auto-complete/auto-complete-portal.component.mjs +3 -3
- package/esm2020/auto-complete/auto-complete.component.mjs +3 -3
- package/esm2020/auto-complete/auto-complete.module.mjs +4 -4
- package/esm2020/auto-complete/auto-complete.property.mjs +3 -3
- package/esm2020/avatar/avatar.component.mjs +3 -3
- package/esm2020/avatar/avatar.module.mjs +4 -4
- package/esm2020/avatar/avatar.property.mjs +3 -3
- package/esm2020/back-top/back-top.component.mjs +7 -5
- package/esm2020/back-top/back-top.module.mjs +4 -4
- package/esm2020/back-top/back-top.property.mjs +3 -3
- package/esm2020/badge/badge.component.mjs +21 -6
- package/esm2020/badge/badge.module.mjs +4 -4
- package/esm2020/badge/badge.property.mjs +11 -4
- package/esm2020/base-form/base-form.component.mjs +3 -3
- package/esm2020/base-form/base-form.module.mjs +4 -4
- package/esm2020/base-form/base-form.property.mjs +3 -3
- package/esm2020/border/border.component.mjs +3 -3
- package/esm2020/border/border.module.mjs +4 -4
- package/esm2020/button/button.component.mjs +3 -3
- package/esm2020/button/button.module.mjs +4 -4
- package/esm2020/button/button.property.mjs +6 -6
- package/esm2020/button/buttons.component.mjs +3 -3
- package/esm2020/calendar/calendar.component.mjs +3 -3
- package/esm2020/calendar/calendar.module.mjs +4 -4
- package/esm2020/calendar/calendar.property.mjs +3 -3
- package/esm2020/card/card.component.mjs +3 -3
- package/esm2020/card/card.module.mjs +4 -4
- package/esm2020/card/card.property.mjs +3 -3
- package/esm2020/carousel/carousel-panel.component.mjs +3 -3
- package/esm2020/carousel/carousel.component.mjs +4 -4
- package/esm2020/carousel/carousel.module.mjs +4 -4
- package/esm2020/carousel/carousel.property.mjs +6 -6
- package/esm2020/cascade/cascade-portal.component.mjs +3 -3
- package/esm2020/cascade/cascade.component.mjs +3 -3
- package/esm2020/cascade/cascade.module.mjs +4 -4
- package/esm2020/cascade/cascade.property.mjs +3 -3
- package/esm2020/checkbox/checkbox.component.mjs +3 -3
- package/esm2020/checkbox/checkbox.module.mjs +4 -4
- package/esm2020/checkbox/checkbox.property.mjs +3 -3
- package/esm2020/collapse/collapse-panel.component.mjs +5 -5
- package/esm2020/collapse/collapse.component.mjs +5 -5
- package/esm2020/collapse/collapse.module.mjs +4 -4
- package/esm2020/collapse/collapse.property.mjs +18 -7
- package/esm2020/color/color.component.mjs +3 -3
- package/esm2020/color/color.module.mjs +4 -4
- package/esm2020/color/color.property.mjs +3 -3
- package/esm2020/color-picker/color-picker-portal.component.mjs +3 -3
- package/esm2020/color-picker/color-picker.component.mjs +3 -3
- package/esm2020/color-picker/color-picker.module.mjs +4 -4
- package/esm2020/color-picker/color-picker.property.mjs +3 -3
- package/esm2020/comment/comment-reply.component.mjs +3 -3
- package/esm2020/comment/comment.component.mjs +3 -3
- package/esm2020/comment/comment.module.mjs +4 -4
- package/esm2020/comment/comment.property.mjs +6 -6
- package/esm2020/container/aside.component.mjs +3 -3
- package/esm2020/container/container.component.mjs +3 -3
- package/esm2020/container/container.module.mjs +4 -4
- package/esm2020/container/container.property.mjs +12 -12
- package/esm2020/container/footer.component.mjs +3 -3
- package/esm2020/container/header.component.mjs +3 -3
- package/esm2020/container/main.component.mjs +3 -3
- package/esm2020/core/animation/badge.mjs +23 -0
- package/esm2020/core/animation/public-api.mjs +2 -1
- package/esm2020/core/config/config.mjs +1 -1
- package/esm2020/core/config/config.service.mjs +3 -3
- package/esm2020/core/services/http.service.mjs +3 -3
- package/esm2020/core/services/preloading-strategy.service.mjs +3 -3
- package/esm2020/core/services/storage.service.mjs +3 -3
- package/esm2020/core/theme/theme.service.mjs +3 -3
- package/esm2020/crumb/crumb.component.mjs +3 -3
- package/esm2020/crumb/crumb.module.mjs +4 -4
- package/esm2020/crumb/crumb.property.mjs +3 -3
- package/esm2020/date-picker/date-picker-portal.component.mjs +3 -3
- package/esm2020/date-picker/date-picker.component.mjs +3 -3
- package/esm2020/date-picker/date-picker.module.mjs +4 -4
- package/esm2020/date-picker/date-picker.property.mjs +15 -15
- package/esm2020/date-picker/date-range-portal.component.mjs +3 -3
- package/esm2020/date-picker/date-range.component.mjs +3 -3
- package/esm2020/date-picker/picker-date.component.mjs +3 -3
- package/esm2020/date-picker/picker-month.component.mjs +3 -3
- package/esm2020/date-picker/picker-year.component.mjs +3 -3
- package/esm2020/description/description-item.component.mjs +3 -3
- package/esm2020/description/description.component.mjs +3 -3
- package/esm2020/description/description.module.mjs +4 -4
- package/esm2020/description/description.property.mjs +6 -6
- package/esm2020/dialog/dialog-portal.component.mjs +3 -3
- package/esm2020/dialog/dialog-portal.directives.mjs +12 -12
- package/esm2020/dialog/dialog.component.mjs +141 -15
- package/esm2020/dialog/dialog.module.mjs +12 -8
- package/esm2020/dialog/dialog.property.mjs +26 -4
- package/esm2020/dialog/dialog.service.mjs +18 -10
- package/esm2020/doc/doc.component.mjs +3 -3
- package/esm2020/doc/doc.module.mjs +4 -4
- package/esm2020/drawer/drawer-container.component.mjs +3 -3
- package/esm2020/drawer/drawer-portal.component.mjs +3 -3
- package/esm2020/drawer/drawer-portal.directives.mjs +9 -9
- package/esm2020/drawer/drawer.component.mjs +3 -3
- package/esm2020/drawer/drawer.module.mjs +4 -4
- package/esm2020/drawer/drawer.property.mjs +6 -6
- package/esm2020/drawer/drawer.service.mjs +3 -3
- package/esm2020/dropdown/dropdown-portal.component.mjs +3 -3
- package/esm2020/dropdown/dropdown.component.mjs +3 -3
- package/esm2020/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/dropdown/dropdown.property.mjs +3 -3
- package/esm2020/empty/empty.component.mjs +3 -3
- package/esm2020/empty/empty.module.mjs +4 -4
- package/esm2020/empty/empty.property.mjs +3 -3
- package/esm2020/examples/examples.component.mjs +3 -3
- package/esm2020/examples/examples.module.mjs +4 -4
- package/esm2020/find/find.component.mjs +3 -3
- package/esm2020/find/find.module.mjs +4 -4
- package/esm2020/find/find.property.mjs +3 -3
- package/esm2020/form/control.component.mjs +3 -3
- package/esm2020/form/form.component.mjs +3 -3
- package/esm2020/form/form.module.mjs +4 -4
- package/esm2020/form/form.property.mjs +6 -6
- package/esm2020/highlight/highlight.component.mjs +3 -3
- package/esm2020/highlight/highlight.module.mjs +4 -4
- package/esm2020/highlight/highlight.property.mjs +3 -3
- package/esm2020/i18n/i18n.directive.mjs +3 -3
- package/esm2020/i18n/i18n.module.mjs +4 -4
- package/esm2020/i18n/i18n.pipe.mjs +3 -3
- package/esm2020/i18n/i18n.service.mjs +3 -3
- package/esm2020/icon/icon.component.mjs +3 -3
- package/esm2020/icon/icon.module.mjs +4 -4
- package/esm2020/icon/icon.property.mjs +3 -3
- package/esm2020/icon/icon.service.mjs +3 -3
- package/esm2020/index.mjs +3 -1
- package/esm2020/inner/inner.component.mjs +3 -3
- package/esm2020/inner/inner.module.mjs +4 -4
- package/esm2020/inner/inner.property.mjs +3 -3
- package/esm2020/input/input-group.component.mjs +3 -3
- package/esm2020/input/input.component.mjs +14 -5
- package/esm2020/input/input.module.mjs +4 -4
- package/esm2020/input/input.property.mjs +6 -6
- package/esm2020/input-number/input-number.component.mjs +3 -3
- package/esm2020/input-number/input-number.module.mjs +4 -4
- package/esm2020/input-number/input-number.property.mjs +3 -3
- package/esm2020/layout/col.component.mjs +3 -3
- package/esm2020/layout/layout.module.mjs +4 -4
- package/esm2020/layout/layout.property.mjs +6 -6
- package/esm2020/layout/row.component.mjs +3 -3
- package/esm2020/link/link.component.mjs +3 -3
- package/esm2020/link/link.module.mjs +4 -4
- package/esm2020/link/link.property.mjs +3 -3
- package/esm2020/list/list-option.component.mjs +3 -3
- package/esm2020/list/list.component.mjs +8 -7
- package/esm2020/list/list.module.mjs +12 -8
- package/esm2020/list/list.property.mjs +11 -7
- package/esm2020/loading/loading.component.mjs +3 -3
- package/esm2020/loading/loading.module.mjs +4 -4
- package/esm2020/loading/loading.property.mjs +3 -3
- package/esm2020/menu/menu-node.component.mjs +3 -3
- package/esm2020/menu/menu.component.mjs +3 -3
- package/esm2020/menu/menu.module.mjs +4 -4
- package/esm2020/menu/menu.property.mjs +6 -6
- package/esm2020/message/message.component.mjs +3 -3
- package/esm2020/message/message.module.mjs +4 -4
- package/esm2020/message/message.service.mjs +7 -5
- package/esm2020/message-box/message-box.component.mjs +3 -3
- package/esm2020/message-box/message-box.module.mjs +4 -4
- package/esm2020/message-box/message-box.service.mjs +7 -5
- package/esm2020/notification/notification.component.mjs +3 -3
- package/esm2020/notification/notification.module.mjs +4 -4
- package/esm2020/notification/notification.service.mjs +7 -5
- package/esm2020/outlet/outlet.directive.mjs +3 -3
- package/esm2020/outlet/outlet.module.mjs +4 -4
- package/esm2020/page-header/page-header.component.mjs +3 -3
- package/esm2020/page-header/page-header.module.mjs +4 -4
- package/esm2020/page-header/page-header.property.mjs +3 -3
- package/esm2020/pagination/pagination.component.mjs +3 -3
- package/esm2020/pagination/pagination.module.mjs +4 -4
- package/esm2020/pagination/pagination.property.mjs +10 -5
- package/esm2020/pattern/pattern.component.mjs +3 -3
- package/esm2020/pattern/pattern.module.mjs +4 -4
- package/esm2020/popconfirm/popconfirm.component.mjs +3 -3
- package/esm2020/popconfirm/popconfirm.module.mjs +4 -4
- package/esm2020/popconfirm/popconfirm.property.mjs +3 -3
- package/esm2020/popover/popover-portal.component.mjs +3 -3
- package/esm2020/popover/popover.directive.mjs +3 -3
- package/esm2020/popover/popover.module.mjs +4 -4
- package/esm2020/popover/popover.property.mjs +3 -3
- package/esm2020/portal/portal.module.mjs +4 -4
- package/esm2020/portal/portal.property.mjs +2 -1
- package/esm2020/portal/portal.service.mjs +62 -8
- package/esm2020/progress/progress.component.mjs +4 -4
- package/esm2020/progress/progress.module.mjs +4 -4
- package/esm2020/progress/progress.property.mjs +3 -3
- package/esm2020/radio/radio.component.mjs +3 -3
- package/esm2020/radio/radio.module.mjs +4 -4
- package/esm2020/radio/radio.property.mjs +3 -3
- package/esm2020/rate/rate.component.mjs +3 -3
- package/esm2020/rate/rate.module.mjs +4 -4
- package/esm2020/rate/rate.property.mjs +3 -3
- package/esm2020/resizable/ng-nest-ui-resizable.mjs +5 -0
- package/esm2020/resizable/public-api.mjs +4 -0
- package/esm2020/resizable/resizable.directive.mjs +226 -0
- package/esm2020/resizable/resizable.module.mjs +18 -0
- package/esm2020/resizable/resizable.property.mjs +94 -0
- package/esm2020/result/result.component.mjs +3 -3
- package/esm2020/result/result.module.mjs +4 -4
- package/esm2020/result/result.property.mjs +3 -3
- package/esm2020/ripple/ripple.directive.mjs +3 -3
- package/esm2020/ripple/ripple.module.mjs +4 -4
- package/esm2020/ripple/ripple.property.mjs +3 -3
- package/esm2020/select/select-portal.component.mjs +6 -5
- package/esm2020/select/select.component.mjs +5 -4
- package/esm2020/select/select.module.mjs +4 -4
- package/esm2020/select/select.property.mjs +9 -4
- package/esm2020/skeleton/skeleton.component.mjs +3 -3
- package/esm2020/skeleton/skeleton.module.mjs +4 -4
- package/esm2020/skeleton/skeleton.property.mjs +3 -3
- package/esm2020/slider/slider.component.mjs +3 -3
- package/esm2020/slider/slider.module.mjs +4 -4
- package/esm2020/slider/slider.property.mjs +3 -3
- package/esm2020/slider-select/slider-select.component.mjs +16 -10
- package/esm2020/slider-select/slider-select.module.mjs +4 -4
- package/esm2020/slider-select/slider-select.property.mjs +15 -5
- package/esm2020/statistic/countdown.component.mjs +3 -3
- package/esm2020/statistic/statistic.component.mjs +3 -3
- package/esm2020/statistic/statistic.module.mjs +4 -4
- package/esm2020/statistic/statistic.property.mjs +6 -6
- package/esm2020/steps/steps.component.mjs +3 -3
- package/esm2020/steps/steps.module.mjs +4 -4
- package/esm2020/steps/steps.property.mjs +3 -3
- package/esm2020/switch/switch.component.mjs +3 -3
- package/esm2020/switch/switch.module.mjs +4 -4
- package/esm2020/switch/switch.property.mjs +3 -3
- package/esm2020/table/drag.directive.mjs +3 -3
- package/esm2020/table/table-body.component.mjs +3 -3
- package/esm2020/table/table-foot.component.mjs +3 -3
- package/esm2020/table/table-head.component.mjs +3 -3
- package/esm2020/table/table.component.mjs +7 -7
- package/esm2020/table/table.module.mjs +4 -4
- package/esm2020/table/table.property.mjs +19 -13
- package/esm2020/tabs/tab-content.component.mjs +3 -3
- package/esm2020/tabs/tab.component.mjs +3 -3
- package/esm2020/tabs/tabs.component.mjs +3 -3
- package/esm2020/tabs/tabs.module.mjs +4 -4
- package/esm2020/tabs/tabs.property.mjs +6 -6
- package/esm2020/tag/tag.component.mjs +3 -3
- package/esm2020/tag/tag.module.mjs +4 -4
- package/esm2020/tag/tag.property.mjs +3 -3
- package/esm2020/text-retract/text-retract.component.mjs +3 -3
- package/esm2020/text-retract/text-retract.module.mjs +4 -4
- package/esm2020/text-retract/text-retract.property.mjs +3 -3
- package/esm2020/textarea/textarea.component.mjs +3 -3
- package/esm2020/textarea/textarea.module.mjs +4 -4
- package/esm2020/textarea/textarea.property.mjs +3 -3
- package/esm2020/theme/theme.component.mjs +3 -3
- package/esm2020/theme/theme.module.mjs +4 -4
- package/esm2020/theme/theme.property.mjs +3 -3
- package/esm2020/time-ago/time-ago.module.mjs +4 -4
- package/esm2020/time-ago/time-ago.pipe.mjs +3 -3
- package/esm2020/time-picker/time-picker-frame.component.mjs +3 -3
- package/esm2020/time-picker/time-picker-portal.component.mjs +3 -3
- package/esm2020/time-picker/time-picker.component.mjs +3 -3
- package/esm2020/time-picker/time-picker.module.mjs +4 -4
- package/esm2020/time-picker/time-picker.property.mjs +3 -3
- package/esm2020/time-range/time-range.module.mjs +4 -4
- package/esm2020/time-range/time-range.pipe.mjs +3 -3
- package/esm2020/timeline/timeline.component.mjs +3 -3
- package/esm2020/timeline/timeline.module.mjs +4 -4
- package/esm2020/timeline/timeline.property.mjs +3 -3
- package/esm2020/tooltip/tooltip-portal.component.mjs +3 -3
- package/esm2020/tooltip/tooltip.directive.mjs +6 -6
- package/esm2020/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/tooltip/tooltip.property.mjs +14 -4
- package/esm2020/transfer/transfer.component.mjs +3 -3
- package/esm2020/transfer/transfer.module.mjs +4 -4
- package/esm2020/transfer/transfer.property.mjs +3 -3
- package/esm2020/tree/tree-node.component.mjs +3 -3
- package/esm2020/tree/tree.component.mjs +3 -3
- package/esm2020/tree/tree.module.mjs +4 -4
- package/esm2020/tree/tree.property.mjs +6 -6
- package/esm2020/tree-file/tree-file.component.mjs +3 -3
- package/esm2020/tree-file/tree-file.module.mjs +4 -4
- package/esm2020/tree-file/tree-file.property.mjs +3 -3
- package/esm2020/typography/typography.component.mjs +3 -3
- package/esm2020/typography/typography.module.mjs +4 -4
- package/esm2020/typography/typography.property.mjs +3 -3
- package/esm2020/upload/upload-portal.component.mjs +3 -3
- package/esm2020/upload/upload.component.mjs +11 -6
- package/esm2020/upload/upload.module.mjs +9 -6
- package/esm2020/upload/upload.property.mjs +3 -3
- package/fesm2015/ng-nest-ui-affix.mjs +10 -10
- package/fesm2015/ng-nest-ui-affix.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-alert.mjs +74 -15
- package/fesm2015/ng-nest-ui-alert.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-anchor.mjs +10 -10
- package/fesm2015/ng-nest-ui-anchor.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-api.mjs +7 -7
- package/fesm2015/ng-nest-ui-api.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-auto-complete.mjs +13 -13
- package/fesm2015/ng-nest-ui-auto-complete.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-avatar.mjs +10 -10
- package/fesm2015/ng-nest-ui-avatar.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-back-top.mjs +13 -11
- package/fesm2015/ng-nest-ui-back-top.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-badge.mjs +34 -12
- package/fesm2015/ng-nest-ui-badge.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-base-form.mjs +10 -10
- package/fesm2015/ng-nest-ui-base-form.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-border.mjs +7 -7
- package/fesm2015/ng-nest-ui-border.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-button.mjs +16 -16
- package/fesm2015/ng-nest-ui-button.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-calendar.mjs +10 -10
- package/fesm2015/ng-nest-ui-calendar.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-card.mjs +10 -10
- package/fesm2015/ng-nest-ui-card.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-carousel.mjs +17 -17
- package/fesm2015/ng-nest-ui-carousel.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-cascade.mjs +13 -13
- package/fesm2015/ng-nest-ui-cascade.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-checkbox.mjs +10 -10
- package/fesm2015/ng-nest-ui-checkbox.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-collapse.mjs +29 -18
- package/fesm2015/ng-nest-ui-collapse.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-color-picker.mjs +13 -13
- package/fesm2015/ng-nest-ui-color-picker.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-color.mjs +10 -10
- package/fesm2015/ng-nest-ui-color.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-comment.mjs +16 -16
- package/fesm2015/ng-nest-ui-comment.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-container.mjs +31 -31
- package/fesm2015/ng-nest-ui-container.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-core.mjs +37 -16
- package/fesm2015/ng-nest-ui-core.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-crumb.mjs +10 -10
- package/fesm2015/ng-nest-ui-crumb.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-date-picker.mjs +40 -40
- package/fesm2015/ng-nest-ui-date-picker.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-description.mjs +16 -16
- package/fesm2015/ng-nest-ui-description.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-dialog.mjs +212 -51
- package/fesm2015/ng-nest-ui-dialog.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-doc.mjs +7 -7
- package/fesm2015/ng-nest-ui-doc.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-drawer.mjs +31 -31
- package/fesm2015/ng-nest-ui-drawer.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-dropdown.mjs +13 -13
- package/fesm2015/ng-nest-ui-dropdown.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-empty.mjs +10 -10
- package/fesm2015/ng-nest-ui-empty.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-examples.mjs +7 -7
- package/fesm2015/ng-nest-ui-examples.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-find.mjs +10 -10
- package/fesm2015/ng-nest-ui-find.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-form.mjs +16 -16
- package/fesm2015/ng-nest-ui-form.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-highlight.mjs +10 -10
- package/fesm2015/ng-nest-ui-highlight.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-i18n.mjs +13 -13
- package/fesm2015/ng-nest-ui-i18n.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-icon.mjs +13 -13
- package/fesm2015/ng-nest-ui-icon.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-inner.mjs +10 -10
- package/fesm2015/ng-nest-ui-inner.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-input-number.mjs +10 -10
- package/fesm2015/ng-nest-ui-input-number.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-input.mjs +26 -17
- package/fesm2015/ng-nest-ui-input.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-layout.mjs +16 -16
- package/fesm2015/ng-nest-ui-layout.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-link.mjs +10 -10
- package/fesm2015/ng-nest-ui-link.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-list.mjs +30 -21
- package/fesm2015/ng-nest-ui-list.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-loading.mjs +10 -10
- package/fesm2015/ng-nest-ui-loading.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-menu.mjs +16 -16
- package/fesm2015/ng-nest-ui-menu.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-message-box.mjs +13 -11
- package/fesm2015/ng-nest-ui-message-box.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-message.mjs +13 -11
- package/fesm2015/ng-nest-ui-message.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-notification.mjs +13 -11
- package/fesm2015/ng-nest-ui-notification.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-outlet.mjs +7 -7
- package/fesm2015/ng-nest-ui-outlet.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-page-header.mjs +10 -10
- package/fesm2015/ng-nest-ui-page-header.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-pagination.mjs +17 -12
- package/fesm2015/ng-nest-ui-pagination.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-pattern.mjs +7 -7
- package/fesm2015/ng-nest-ui-pattern.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-popconfirm.mjs +10 -10
- package/fesm2015/ng-nest-ui-popconfirm.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-popover.mjs +13 -13
- package/fesm2015/ng-nest-ui-popover.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-portal.mjs +67 -12
- package/fesm2015/ng-nest-ui-portal.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-progress.mjs +11 -11
- package/fesm2015/ng-nest-ui-progress.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-radio.mjs +10 -10
- package/fesm2015/ng-nest-ui-radio.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-rate.mjs +10 -10
- package/fesm2015/ng-nest-ui-rate.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-resizable.mjs +335 -0
- package/fesm2015/ng-nest-ui-resizable.mjs.map +1 -0
- package/fesm2015/ng-nest-ui-result.mjs +10 -10
- package/fesm2015/ng-nest-ui-result.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-ripple.mjs +10 -10
- package/fesm2015/ng-nest-ui-ripple.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-select.mjs +21 -14
- package/fesm2015/ng-nest-ui-select.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-skeleton.mjs +10 -10
- package/fesm2015/ng-nest-ui-skeleton.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-slider-select.mjs +33 -17
- package/fesm2015/ng-nest-ui-slider-select.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-slider.mjs +10 -10
- package/fesm2015/ng-nest-ui-slider.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-statistic.mjs +16 -16
- package/fesm2015/ng-nest-ui-statistic.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-steps.mjs +10 -10
- package/fesm2015/ng-nest-ui-steps.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-switch.mjs +10 -10
- package/fesm2015/ng-nest-ui-switch.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-table.mjs +40 -34
- package/fesm2015/ng-nest-ui-table.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-tabs.mjs +19 -19
- package/fesm2015/ng-nest-ui-tabs.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-tag.mjs +10 -10
- package/fesm2015/ng-nest-ui-tag.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-text-retract.mjs +10 -10
- package/fesm2015/ng-nest-ui-text-retract.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-textarea.mjs +10 -10
- package/fesm2015/ng-nest-ui-textarea.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-theme.mjs +10 -10
- package/fesm2015/ng-nest-ui-theme.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-time-ago.mjs +7 -7
- package/fesm2015/ng-nest-ui-time-ago.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-time-picker.mjs +16 -16
- package/fesm2015/ng-nest-ui-time-picker.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-time-range.mjs +7 -7
- package/fesm2015/ng-nest-ui-time-range.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-timeline.mjs +10 -10
- package/fesm2015/ng-nest-ui-timeline.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-tooltip.mjs +25 -15
- package/fesm2015/ng-nest-ui-tooltip.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-transfer.mjs +10 -10
- package/fesm2015/ng-nest-ui-transfer.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-tree-file.mjs +10 -10
- package/fesm2015/ng-nest-ui-tree-file.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-tree.mjs +16 -16
- package/fesm2015/ng-nest-ui-tree.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-typography.mjs +10 -10
- package/fesm2015/ng-nest-ui-typography.mjs.map +1 -1
- package/fesm2015/ng-nest-ui-upload.mjs +24 -16
- package/fesm2015/ng-nest-ui-upload.mjs.map +1 -1
- package/fesm2015/ng-nest-ui.mjs +2 -0
- package/fesm2015/ng-nest-ui.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-affix.mjs +10 -10
- package/fesm2020/ng-nest-ui-affix.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-alert.mjs +74 -15
- package/fesm2020/ng-nest-ui-alert.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-anchor.mjs +10 -10
- package/fesm2020/ng-nest-ui-anchor.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-api.mjs +7 -7
- package/fesm2020/ng-nest-ui-api.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-auto-complete.mjs +13 -13
- package/fesm2020/ng-nest-ui-auto-complete.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-avatar.mjs +10 -10
- package/fesm2020/ng-nest-ui-avatar.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-back-top.mjs +13 -11
- package/fesm2020/ng-nest-ui-back-top.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-badge.mjs +34 -12
- package/fesm2020/ng-nest-ui-badge.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-base-form.mjs +10 -10
- package/fesm2020/ng-nest-ui-base-form.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-border.mjs +7 -7
- package/fesm2020/ng-nest-ui-border.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-button.mjs +16 -16
- package/fesm2020/ng-nest-ui-button.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-calendar.mjs +10 -10
- package/fesm2020/ng-nest-ui-calendar.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-card.mjs +10 -10
- package/fesm2020/ng-nest-ui-card.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-carousel.mjs +17 -17
- package/fesm2020/ng-nest-ui-carousel.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-cascade.mjs +13 -13
- package/fesm2020/ng-nest-ui-cascade.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-checkbox.mjs +10 -10
- package/fesm2020/ng-nest-ui-checkbox.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-collapse.mjs +29 -18
- package/fesm2020/ng-nest-ui-collapse.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-color-picker.mjs +13 -13
- package/fesm2020/ng-nest-ui-color-picker.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-color.mjs +10 -10
- package/fesm2020/ng-nest-ui-color.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-comment.mjs +16 -16
- package/fesm2020/ng-nest-ui-comment.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-container.mjs +31 -31
- package/fesm2020/ng-nest-ui-container.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-core.mjs +37 -16
- package/fesm2020/ng-nest-ui-core.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-crumb.mjs +10 -10
- package/fesm2020/ng-nest-ui-crumb.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-date-picker.mjs +40 -40
- package/fesm2020/ng-nest-ui-date-picker.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-description.mjs +16 -16
- package/fesm2020/ng-nest-ui-description.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-dialog.mjs +209 -51
- package/fesm2020/ng-nest-ui-dialog.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-doc.mjs +7 -7
- package/fesm2020/ng-nest-ui-doc.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-drawer.mjs +31 -31
- package/fesm2020/ng-nest-ui-drawer.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-dropdown.mjs +13 -13
- package/fesm2020/ng-nest-ui-dropdown.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-empty.mjs +10 -10
- package/fesm2020/ng-nest-ui-empty.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-examples.mjs +7 -7
- package/fesm2020/ng-nest-ui-examples.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-find.mjs +10 -10
- package/fesm2020/ng-nest-ui-find.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-form.mjs +16 -16
- package/fesm2020/ng-nest-ui-form.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-highlight.mjs +10 -10
- package/fesm2020/ng-nest-ui-highlight.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-i18n.mjs +13 -13
- package/fesm2020/ng-nest-ui-i18n.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-icon.mjs +13 -13
- package/fesm2020/ng-nest-ui-icon.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-inner.mjs +10 -10
- package/fesm2020/ng-nest-ui-inner.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-input-number.mjs +10 -10
- package/fesm2020/ng-nest-ui-input-number.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-input.mjs +26 -17
- package/fesm2020/ng-nest-ui-input.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-layout.mjs +16 -16
- package/fesm2020/ng-nest-ui-layout.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-link.mjs +10 -10
- package/fesm2020/ng-nest-ui-link.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-list.mjs +30 -21
- package/fesm2020/ng-nest-ui-list.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-loading.mjs +10 -10
- package/fesm2020/ng-nest-ui-loading.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-menu.mjs +16 -16
- package/fesm2020/ng-nest-ui-menu.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-message-box.mjs +13 -11
- package/fesm2020/ng-nest-ui-message-box.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-message.mjs +13 -11
- package/fesm2020/ng-nest-ui-message.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-notification.mjs +13 -11
- package/fesm2020/ng-nest-ui-notification.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-outlet.mjs +7 -7
- package/fesm2020/ng-nest-ui-outlet.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-page-header.mjs +10 -10
- package/fesm2020/ng-nest-ui-page-header.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-pagination.mjs +17 -12
- package/fesm2020/ng-nest-ui-pagination.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-pattern.mjs +7 -7
- package/fesm2020/ng-nest-ui-pattern.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-popconfirm.mjs +10 -10
- package/fesm2020/ng-nest-ui-popconfirm.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-popover.mjs +13 -13
- package/fesm2020/ng-nest-ui-popover.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-portal.mjs +67 -12
- package/fesm2020/ng-nest-ui-portal.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-progress.mjs +11 -11
- package/fesm2020/ng-nest-ui-progress.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-radio.mjs +10 -10
- package/fesm2020/ng-nest-ui-radio.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-rate.mjs +10 -10
- package/fesm2020/ng-nest-ui-rate.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-resizable.mjs +337 -0
- package/fesm2020/ng-nest-ui-resizable.mjs.map +1 -0
- package/fesm2020/ng-nest-ui-result.mjs +10 -10
- package/fesm2020/ng-nest-ui-result.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-ripple.mjs +10 -10
- package/fesm2020/ng-nest-ui-ripple.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-select.mjs +21 -14
- package/fesm2020/ng-nest-ui-select.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-skeleton.mjs +10 -10
- package/fesm2020/ng-nest-ui-skeleton.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-slider-select.mjs +33 -17
- package/fesm2020/ng-nest-ui-slider-select.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-slider.mjs +10 -10
- package/fesm2020/ng-nest-ui-slider.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-statistic.mjs +16 -16
- package/fesm2020/ng-nest-ui-statistic.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-steps.mjs +10 -10
- package/fesm2020/ng-nest-ui-steps.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-switch.mjs +10 -10
- package/fesm2020/ng-nest-ui-switch.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-table.mjs +40 -34
- package/fesm2020/ng-nest-ui-table.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-tabs.mjs +19 -19
- package/fesm2020/ng-nest-ui-tabs.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-tag.mjs +10 -10
- package/fesm2020/ng-nest-ui-tag.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-text-retract.mjs +10 -10
- package/fesm2020/ng-nest-ui-text-retract.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-textarea.mjs +10 -10
- package/fesm2020/ng-nest-ui-textarea.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-theme.mjs +10 -10
- package/fesm2020/ng-nest-ui-theme.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-time-ago.mjs +7 -7
- package/fesm2020/ng-nest-ui-time-ago.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-time-picker.mjs +16 -16
- package/fesm2020/ng-nest-ui-time-picker.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-time-range.mjs +7 -7
- package/fesm2020/ng-nest-ui-time-range.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-timeline.mjs +10 -10
- package/fesm2020/ng-nest-ui-timeline.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-tooltip.mjs +25 -15
- package/fesm2020/ng-nest-ui-tooltip.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-transfer.mjs +10 -10
- package/fesm2020/ng-nest-ui-transfer.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-tree-file.mjs +10 -10
- package/fesm2020/ng-nest-ui-tree-file.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-tree.mjs +16 -16
- package/fesm2020/ng-nest-ui-tree.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-typography.mjs +10 -10
- package/fesm2020/ng-nest-ui-typography.mjs.map +1 -1
- package/fesm2020/ng-nest-ui-upload.mjs +24 -16
- package/fesm2020/ng-nest-ui-upload.mjs.map +1 -1
- package/fesm2020/ng-nest-ui.mjs +2 -0
- package/fesm2020/ng-nest-ui.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/list/list.module.d.ts +2 -1
- package/list/list.property.d.ts +12 -2
- package/package.json +9 -1
- package/pagination/pagination.property.d.ts +5 -0
- package/portal/portal.property.d.ts +1 -0
- package/portal/portal.service.d.ts +11 -3
- package/resizable/ng-nest-ui-resizable.d.ts +5 -0
- package/resizable/package.json +10 -0
- package/resizable/public-api.d.ts +3 -0
- package/resizable/resizable.directive.d.ts +57 -0
- package/resizable/resizable.module.d.ts +8 -0
- package/resizable/resizable.property.d.ts +92 -0
- package/select/select-portal.component.d.ts +1 -0
- package/select/select.property.d.ts +6 -1
- package/slider-select/slider-select.property.d.ts +7 -2
- package/style/core/cdk.scss +3 -0
- package/style/core/index.css +185 -0
- package/style/core/index.css.map +1 -1
- package/style/core/index.scss +1 -0
- package/style/core/portal.scss +5 -0
- package/style/directives/index.scss +1 -0
- package/style/directives/resizable/index.scss +6 -0
- package/style/directives/resizable/mixin.scss +53 -0
- package/style/directives/resizable/param.scss +3 -0
- package/style/directives/ripple/mixin.scss +8 -8
- package/table/table.property.d.ts +6 -1
- package/tooltip/tooltip.property.d.ts +6 -1
- package/upload/upload.module.d.ts +1 -1
|
@@ -14,8 +14,8 @@ import { XCommentProperty, XCommentReplyProperty } from './comment.property';
|
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export class XCommentModule {
|
|
16
16
|
}
|
|
17
|
-
/** @nocollapse */ /** @nocollapse */ XCommentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
18
|
-
/** @nocollapse */ /** @nocollapse */ XCommentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
17
|
+
/** @nocollapse */ /** @nocollapse */ XCommentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18
|
+
/** @nocollapse */ /** @nocollapse */ XCommentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty], imports: [CommonModule,
|
|
19
19
|
FormsModule,
|
|
20
20
|
XI18nModule,
|
|
21
21
|
XInputModule,
|
|
@@ -24,7 +24,7 @@ export class XCommentModule {
|
|
|
24
24
|
XButtonModule,
|
|
25
25
|
XTextRetractModule,
|
|
26
26
|
XTimeAgoModule], exports: [XCommentComponent, XCommentReplyComponent] });
|
|
27
|
-
/** @nocollapse */ /** @nocollapse */ XCommentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
27
|
+
/** @nocollapse */ /** @nocollapse */ XCommentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, imports: [[
|
|
28
28
|
CommonModule,
|
|
29
29
|
FormsModule,
|
|
30
30
|
XI18nModule,
|
|
@@ -35,7 +35,7 @@ export class XCommentModule {
|
|
|
35
35
|
XTextRetractModule,
|
|
36
36
|
XTimeAgoModule
|
|
37
37
|
]] });
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentModule, decorators: [{
|
|
39
39
|
type: NgModule,
|
|
40
40
|
args: [{
|
|
41
41
|
declarations: [XCommentComponent, XCommentReplyComponent, XCommentProperty, XCommentReplyProperty],
|
|
@@ -47,15 +47,15 @@ export class XCommentProperty extends XProperty {
|
|
|
47
47
|
this.moreClick = new EventEmitter();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
/** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
51
|
-
/** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
50
|
+
/** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
51
|
+
/** @nocollapse */ /** @nocollapse */ XCommentProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCommentProperty, selector: "ng-component", inputs: { data: "data", contentMax: "contentMax" }, outputs: { likeClick: "likeClick", commentClick: "commentClick", replyClick: "replyClick", sureClick: "sureClick", moreClick: "moreClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
52
52
|
__decorate([
|
|
53
53
|
XDataConvert()
|
|
54
54
|
], XCommentProperty.prototype, "data", void 0);
|
|
55
55
|
__decorate([
|
|
56
56
|
XWithConfig(X_CONFIG_NAME, 512)
|
|
57
57
|
], XCommentProperty.prototype, "contentMax", void 0);
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentProperty, decorators: [{
|
|
59
59
|
type: Component,
|
|
60
60
|
args: [{ template: '' }]
|
|
61
61
|
}], propDecorators: { data: [{
|
|
@@ -97,12 +97,12 @@ export class XCommentReplyProperty extends XProperty {
|
|
|
97
97
|
this.sureClick = new EventEmitter();
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
/** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
101
|
-
/** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
100
|
+
/** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentReplyProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
101
|
+
/** @nocollapse */ /** @nocollapse */ XCommentReplyProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCommentReplyProperty, selector: "ng-component", inputs: { maxlength: "maxlength" }, outputs: { sureClick: "sureClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
102
102
|
__decorate([
|
|
103
103
|
XInputNumber()
|
|
104
104
|
], XCommentReplyProperty.prototype, "maxlength", void 0);
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCommentReplyProperty, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{ template: '' }]
|
|
108
108
|
}], propDecorators: { maxlength: [{
|
|
@@ -14,9 +14,9 @@ export class XAsideComponent extends XAsideProperty {
|
|
|
14
14
|
return this.width;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
/** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
18
|
-
/** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
17
|
+
/** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XAsideComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
/** @nocollapse */ /** @nocollapse */ XAsideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XAsideComponent, selector: "x-aside", host: { properties: { "style.width.rem": "this.getWidth" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XAsideComponent, decorators: [{
|
|
20
20
|
type: Component,
|
|
21
21
|
args: [{ selector: `${XAsidePrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-aside{margin:0;padding:0;overflow:auto;flex-shrink:0}\n"] }]
|
|
22
22
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; }, propDecorators: { getWidth: [{
|
|
@@ -25,9 +25,9 @@ export class XContainerComponent extends XContainerProperty {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
/** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
29
|
-
/** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
28
|
+
/** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
/** @nocollapse */ /** @nocollapse */ XContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XContainerComponent, selector: "x-container", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{ selector: `${XContainerPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-container{margin:0;padding:0;display:flex;flex-direction:row;flex:1;flex-basis:auto;box-sizing:border-box;min-width:0}.x-container.x-direction-column{flex-direction:column}.x-container.x-direction-column-reverse{flex-direction:column-reverse}.x-container.x-direction-row{flex-direction:row}.x-container.x-direction-row-reverse{flex-direction:row-reverse}\n"] }]
|
|
33
33
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; } });
|
|
@@ -20,8 +20,8 @@ const components = [
|
|
|
20
20
|
];
|
|
21
21
|
export class XContainerModule {
|
|
22
22
|
}
|
|
23
|
-
/** @nocollapse */ /** @nocollapse */ XContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
24
|
-
/** @nocollapse */ /** @nocollapse */ XContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
23
|
+
/** @nocollapse */ /** @nocollapse */ XContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
/** @nocollapse */ /** @nocollapse */ XContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerModule, declarations: [XContainerComponent,
|
|
25
25
|
XHeaderComponent,
|
|
26
26
|
XAsideComponent,
|
|
27
27
|
XMainComponent,
|
|
@@ -38,8 +38,8 @@ export class XContainerModule {
|
|
|
38
38
|
XHeaderProperty,
|
|
39
39
|
XAsideProperty,
|
|
40
40
|
XFooterProperty] });
|
|
41
|
-
/** @nocollapse */ /** @nocollapse */ XContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
41
|
+
/** @nocollapse */ /** @nocollapse */ XContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerModule, imports: [[CommonModule]] });
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerModule, decorators: [{
|
|
43
43
|
type: NgModule,
|
|
44
44
|
args: [{
|
|
45
45
|
declarations: [...components],
|
|
@@ -14,12 +14,12 @@ const X_CONFIG_NAME = 'container';
|
|
|
14
14
|
*/
|
|
15
15
|
export class XContainerProperty extends XProperty {
|
|
16
16
|
}
|
|
17
|
-
/** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
18
|
-
/** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
17
|
+
/** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
/** @nocollapse */ /** @nocollapse */ XContainerProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XContainerProperty, selector: "ng-component", inputs: { direction: "direction" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
19
19
|
__decorate([
|
|
20
20
|
XWithConfig(X_CONFIG_NAME)
|
|
21
21
|
], XContainerProperty.prototype, "direction", void 0);
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XContainerProperty, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
24
|
args: [{ template: '' }]
|
|
25
25
|
}], propDecorators: { direction: [{
|
|
@@ -37,12 +37,12 @@ const X_CONFIG_NAME_HEADER = 'header';
|
|
|
37
37
|
*/
|
|
38
38
|
export class XHeaderProperty extends XProperty {
|
|
39
39
|
}
|
|
40
|
-
/** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
41
|
-
/** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
40
|
+
/** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHeaderProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
/** @nocollapse */ /** @nocollapse */ XHeaderProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XHeaderProperty, selector: "ng-component", inputs: { height: "height" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
42
42
|
__decorate([
|
|
43
43
|
XWithConfig(X_CONFIG_NAME_HEADER, 3)
|
|
44
44
|
], XHeaderProperty.prototype, "height", void 0);
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHeaderProperty, decorators: [{
|
|
46
46
|
type: Component,
|
|
47
47
|
args: [{ template: '' }]
|
|
48
48
|
}], propDecorators: { height: [{
|
|
@@ -60,12 +60,12 @@ const X_CONFIG_NAME_ASIDE = 'aside';
|
|
|
60
60
|
*/
|
|
61
61
|
export class XAsideProperty extends XProperty {
|
|
62
62
|
}
|
|
63
|
-
/** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
64
|
-
/** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
63
|
+
/** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XAsideProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
+
/** @nocollapse */ /** @nocollapse */ XAsideProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XAsideProperty, selector: "ng-component", inputs: { width: "width" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
65
65
|
__decorate([
|
|
66
66
|
XWithConfig(X_CONFIG_NAME_ASIDE, 12)
|
|
67
67
|
], XAsideProperty.prototype, "width", void 0);
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XAsideProperty, decorators: [{
|
|
69
69
|
type: Component,
|
|
70
70
|
args: [{ template: '' }]
|
|
71
71
|
}], propDecorators: { width: [{
|
|
@@ -97,12 +97,12 @@ export class XFooterProperty extends XProperty {
|
|
|
97
97
|
this.height = 3;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
/** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
101
|
-
/** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
100
|
+
/** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XFooterProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
101
|
+
/** @nocollapse */ /** @nocollapse */ XFooterProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XFooterProperty, selector: "ng-component", inputs: { height: "height" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
102
102
|
__decorate([
|
|
103
103
|
XWithConfig(X_CONFIG_NAME_FOOTER, 3)
|
|
104
104
|
], XFooterProperty.prototype, "height", void 0);
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XFooterProperty, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{ template: '' }]
|
|
108
108
|
}], propDecorators: { height: [{
|
|
@@ -25,9 +25,9 @@ export class XFooterComponent extends XFooterProperty {
|
|
|
25
25
|
this.container.setDirection();
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
/** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
29
|
-
/** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
28
|
+
/** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XFooterComponent, deps: [{ token: i1.XContainerComponent, host: true, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
/** @nocollapse */ /** @nocollapse */ XFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XFooterComponent, selector: "x-footer", host: { properties: { "style.height.rem": "this.getHeight" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-footer{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XFooterComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{ selector: `${XFooterPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-footer{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"] }]
|
|
33
33
|
}], ctorParameters: function () { return [{ type: i1.XContainerComponent, decorators: [{
|
|
@@ -25,9 +25,9 @@ export class XHeaderComponent extends XHeaderProperty {
|
|
|
25
25
|
this.container.setDirection();
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
/** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
29
|
-
/** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
28
|
+
/** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHeaderComponent, deps: [{ token: i1.XContainerComponent, host: true, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i2.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
/** @nocollapse */ /** @nocollapse */ XHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XHeaderComponent, selector: "x-header", host: { properties: { "style.height.rem": "this.getHeight" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-header{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHeaderComponent, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{ selector: `${XHeaderPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-header{margin:0;padding:0;flex-shrink:0;padding:0 1rem}\n"] }]
|
|
33
33
|
}], ctorParameters: function () { return [{ type: i1.XContainerComponent, decorators: [{
|
|
@@ -10,9 +10,9 @@ export class XMainComponent {
|
|
|
10
10
|
this.renderer.addClass(this.elementRef.nativeElement, XMainPrefix);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
/** @nocollapse */ /** @nocollapse */ XMainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
14
|
-
/** @nocollapse */ /** @nocollapse */ XMainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
13
|
+
/** @nocollapse */ /** @nocollapse */ XMainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XMainComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
+
/** @nocollapse */ /** @nocollapse */ XMainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XMainComponent, selector: "x-main", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".x-main{margin:0;padding:0;display:block;flex:1;flex-basis:auto;padding:1rem;overflow:auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XMainComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{ selector: `${XMainPrefix}`, template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".x-main{margin:0;padding:0;display:block;flex:1;flex-basis:auto;padding:1rem;overflow:auto}\n"] }]
|
|
18
18
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.XConfigService }]; } });
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { trigger, style, animate, transition } from '@angular/animations';
|
|
2
|
+
import { XDuration } from './consts';
|
|
3
|
+
// 进场动画
|
|
4
|
+
const XDURATION_SLOW_EASE_IN = `${XDuration.Slow} ease-in`;
|
|
5
|
+
// 移除动画
|
|
6
|
+
const XDURATION_SLOW_EASE_OUT = `${XDuration.Slow} ease-out`;
|
|
7
|
+
export const XBadgeAnimation = trigger('x-badge-animation', [
|
|
8
|
+
transition(':enter', [
|
|
9
|
+
style({ opacity: 0, transform: 'scale(0) translate(50%, -50%)' }),
|
|
10
|
+
animate(XDURATION_SLOW_EASE_IN, style({
|
|
11
|
+
opacity: 1,
|
|
12
|
+
transform: 'scale(1) translate(50%, -50%)'
|
|
13
|
+
}))
|
|
14
|
+
]),
|
|
15
|
+
transition(':leave', [
|
|
16
|
+
style({ opacity: 1, transform: 'scale(1) translate(50%, -50%)' }),
|
|
17
|
+
animate(XDURATION_SLOW_EASE_OUT, style({
|
|
18
|
+
opacity: 0,
|
|
19
|
+
transform: 'scale(0) translate(50%, -50%)'
|
|
20
|
+
}))
|
|
21
|
+
])
|
|
22
|
+
]);
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWIvbmctbmVzdC91aS9jb3JlL2FuaW1hdGlvbi9iYWRnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQTRCLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3BHLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFckMsT0FBTztBQUNQLE1BQU0sc0JBQXNCLEdBQUcsR0FBRyxTQUFTLENBQUMsSUFBSSxVQUFVLENBQUM7QUFDM0QsT0FBTztBQUNQLE1BQU0sdUJBQXVCLEdBQUcsR0FBRyxTQUFTLENBQUMsSUFBSSxXQUFXLENBQUM7QUFFN0QsTUFBTSxDQUFDLE1BQU0sZUFBZSxHQUE2QixPQUFPLENBQUMsbUJBQW1CLEVBQUU7SUFDcEYsVUFBVSxDQUFDLFFBQVEsRUFBRTtRQUNuQixLQUFLLENBQUMsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSwrQkFBK0IsRUFBRSxDQUFDO1FBQ2pFLE9BQU8sQ0FDTCxzQkFBc0IsRUFDdEIsS0FBSyxDQUFDO1lBQ0osT0FBTyxFQUFFLENBQUM7WUFDVixTQUFTLEVBQUUsK0JBQStCO1NBQzNDLENBQUMsQ0FDSDtLQUNGLENBQUM7SUFDRixVQUFVLENBQUMsUUFBUSxFQUFFO1FBQ25CLEtBQUssQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLCtCQUErQixFQUFFLENBQUM7UUFDakUsT0FBTyxDQUNMLHVCQUF1QixFQUN2QixLQUFLLENBQUM7WUFDSixPQUFPLEVBQUUsQ0FBQztZQUNWLFNBQVMsRUFBRSwrQkFBK0I7U0FDM0MsQ0FBQyxDQUNIO0tBQ0YsQ0FBQztDQUNILENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFuaW1hdGlvblRyaWdnZXJNZXRhZGF0YSwgdHJpZ2dlciwgc3R5bGUsIGFuaW1hdGUsIHRyYW5zaXRpb24gfSBmcm9tICdAYW5ndWxhci9hbmltYXRpb25zJztcclxuaW1wb3J0IHsgWER1cmF0aW9uIH0gZnJvbSAnLi9jb25zdHMnO1xyXG5cclxuLy8g6L+b5Zy65Yqo55S7XHJcbmNvbnN0IFhEVVJBVElPTl9TTE9XX0VBU0VfSU4gPSBgJHtYRHVyYXRpb24uU2xvd30gZWFzZS1pbmA7XHJcbi8vIOenu+mZpOWKqOeUu1xyXG5jb25zdCBYRFVSQVRJT05fU0xPV19FQVNFX09VVCA9IGAke1hEdXJhdGlvbi5TbG93fSBlYXNlLW91dGA7XHJcblxyXG5leHBvcnQgY29uc3QgWEJhZGdlQW5pbWF0aW9uOiBBbmltYXRpb25UcmlnZ2VyTWV0YWRhdGEgPSB0cmlnZ2VyKCd4LWJhZGdlLWFuaW1hdGlvbicsIFtcclxuICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXHJcbiAgICBzdHlsZSh7IG9wYWNpdHk6IDAsIHRyYW5zZm9ybTogJ3NjYWxlKDApIHRyYW5zbGF0ZSg1MCUsIC01MCUpJyB9KSxcclxuICAgIGFuaW1hdGUoXHJcbiAgICAgIFhEVVJBVElPTl9TTE9XX0VBU0VfSU4sXHJcbiAgICAgIHN0eWxlKHtcclxuICAgICAgICBvcGFjaXR5OiAxLFxyXG4gICAgICAgIHRyYW5zZm9ybTogJ3NjYWxlKDEpIHRyYW5zbGF0ZSg1MCUsIC01MCUpJ1xyXG4gICAgICB9KVxyXG4gICAgKVxyXG4gIF0pLFxyXG4gIHRyYW5zaXRpb24oJzpsZWF2ZScsIFtcclxuICAgIHN0eWxlKHsgb3BhY2l0eTogMSwgdHJhbnNmb3JtOiAnc2NhbGUoMSkgdHJhbnNsYXRlKDUwJSwgLTUwJSknIH0pLFxyXG4gICAgYW5pbWF0ZShcclxuICAgICAgWERVUkFUSU9OX1NMT1dfRUFTRV9PVVQsXHJcbiAgICAgIHN0eWxlKHtcclxuICAgICAgICBvcGFjaXR5OiAwLFxyXG4gICAgICAgIHRyYW5zZm9ybTogJ3NjYWxlKDApIHRyYW5zbGF0ZSg1MCUsIC01MCUpJ1xyXG4gICAgICB9KVxyXG4gICAgKVxyXG4gIF0pXHJcbl0pO1xyXG4iXX0=
|
|
@@ -4,4 +4,5 @@ export * from './slide';
|
|
|
4
4
|
export * from './drop';
|
|
5
5
|
export * from './move';
|
|
6
6
|
export * from './connect';
|
|
7
|
-
|
|
7
|
+
export * from './badge';
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYi9uZy1uZXN0L3VpL2NvcmUvYW5pbWF0aW9uL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxVQUFVLENBQUM7QUFDekIsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxTQUFTLENBQUM7QUFDeEIsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbnN0cyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZmFkZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vc2xpZGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2Ryb3AnO1xyXG5leHBvcnQgKiBmcm9tICcuL21vdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2Nvbm5lY3QnO1xyXG5leHBvcnQgKiBmcm9tICcuL2JhZGdlJztcclxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
2
|
export const X_CONFIG = new InjectionToken('x-config');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29yZS9jb25maWcvY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXNCQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBWS9DLE1BQU0sQ0FBQyxNQUFNLFFBQVEsR0FBRyxJQUFJLGNBQWMsQ0FBVSxVQUFVLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgWFNpemUsXHJcbiAgWEJvb2xlYW4sXHJcbiAgWFR5cGUsXHJcbiAgWEVmZmVjdCxcclxuICBYTnVtYmVyLFxyXG4gIFhQb3NpdGlvbkxlZnRSaWdodCxcclxuICBYSnVzdGlmeSxcclxuICBYU2hhcGUsXHJcbiAgWEZpdCxcclxuICBYU2hhZG93LFxyXG4gIFhUcmlnZ2VyLFxyXG4gIFhEaXNwbGF5RGlyZWN0aW9uLFxyXG4gIFhDb3JuZXIsXHJcbiAgWERpcmVjdGlvbixcclxuICBYUGxhY2UsXHJcbiAgWFBvc2l0aW9uLFxyXG4gIFhQbGFjZW1lbnQsXHJcbiAgWFBvc2l0aW9uVG9wQm90dG9tLFxyXG4gIFhTdGF0dXMsXHJcbiAgWEFsaWduXHJcbn0gZnJvbSAnLi4vaW50ZXJmYWNlcyc7XHJcbmltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFhUaGVtZSB9IGZyb20gJy4uL3RoZW1lJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbmZpZyB7XHJcbiAgY29tcG9uZW50cz86IFhDb21wb25lbnRDb25maWc7XHJcbiAgdGhlbWU/OiBYVGhlbWU7XHJcbn1cclxuXHJcbmV4cG9ydCB0eXBlIFhDb25maWdLZXkgPSBrZXlvZiBYQ29uZmlnO1xyXG5cclxuZXhwb3J0IHR5cGUgWENvbXBvbmVudENvbmZpZ0tleSA9IGtleW9mIFhDb21wb25lbnRDb25maWc7XHJcblxyXG5leHBvcnQgY29uc3QgWF9DT05GSUcgPSBuZXcgSW5qZWN0aW9uVG9rZW48WENvbmZpZz4oJ3gtY29uZmlnJyk7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb21wb25lbnRDb25maWcge1xyXG4gIGFmZml4PzogWEFmZml4Q29uZmlnO1xyXG4gIGFsZXJ0PzogWEFsZXJ0Q29uZmlnO1xyXG4gIGFuY2hvcj86IFhBbmNob3JDb25maWc7XHJcbiAgYXZhdGFyPzogWEF2YXRhckNvbmZpZztcclxuICBhdXRvQ29tcGxldGU/OiBYQXV0b0NvbXBsZXRlQ29uZmlnO1xyXG4gIGJhY2tUb3A/OiBYQmFja1RvcENvbmZpZztcclxuICBiYWRnZT86IFhCYWRnZUNvbmZnaWc7XHJcbiAgYnV0dG9uPzogWEJ1dHRvbkNvbmZpZztcclxuICBidXR0b25zPzogWEJ1dHRvbnNDb25maWc7XHJcbiAgY2FsZW5kYXI/OiBYQ2FsZW5kYXJDb25maWc7XHJcbiAgY2FyZD86IFhDYXJkQ29uZmlnO1xyXG4gIGNhcm91c2VsPzogWENhcm91c2VsQ29uZmlnO1xyXG4gIGNhc2NhZGU/OiBYQ2FzY2FkZUNvbmZpZztcclxuICBjaGVja2JveD86IFhDaGVja2JveENvbmZpZztcclxuICBjb2xsYXBzZT86IFhDb2xsYXBzZUNvbmZpZztcclxuICBjb2xvcj86IFhDb2xvckNvbmZpZztcclxuICBjb2xvclBpY2tlcj86IFhDb2xvclBpY2tlckNvbmZpZztcclxuICBjb21tZW50PzogWENvbW1lbnRDb25maWc7XHJcbiAgY29udGFpbmVyPzogWENvbnRhaW5lckNvbmZpZztcclxuICBoZWFkZXI/OiBYSGVhZGVyQ29uZmlnO1xyXG4gIGFzaWRlPzogWEFzaWRlQ29uZmlnO1xyXG4gIGZvb3Rlcj86IFhGb290ZXJDb25maWc7XHJcbiAgY3J1bWI/OiBYQ3J1bWJDb21maWc7XHJcbiAgZGF0ZVBpY2tlcj86IFhEYXRlUGlja2VyQ29uZmlnO1xyXG4gIGRhdGVSYW5nZT86IFhEYXRlUmFuZ2VDb25maWc7XHJcbiAgZGlhbG9nPzogWERpYWxvZ0NvbmZpZztcclxuICBkcmF3ZXI/OiBYRHJhd2VyQ29uZmlnO1xyXG4gIGRyb3Bkb3duPzogWERyb3Bkb3duQ29uZmlnO1xyXG4gIGRlc2NyaXB0aW9uPzogWERlc2NyaXB0aW9uQ29uZmlnO1xyXG4gIGVtcHR5PzogWEVtcHR5Q29uZmlnO1xyXG4gIGZpbmQ/OiBYRmluZENvbmZpZztcclxuICBmb3JtPzogWEZvcm1Db25maWc7XHJcbiAgaGlnaGxpZ2h0PzogWEhpZ2hsaWdodENvbmZpZztcclxuICBpY29uPzogWEljb25Db25maWc7XHJcbiAgaW5uZXI/OiBYSW5uZXJDb25maWc7XHJcbiAgaW5wdXQ/OiBYSW5wdXRDb25maWc7XHJcbiAgaW5wdXRHcm91cD86IFhJbnB1dEdyb3VwQ29uZmlnO1xyXG4gIGlucHV0TnVtYmVyPzogWElucHV0TnVtYmVyQ29uZmlnO1xyXG4gIGNvbD86IFhDb2xDb25maWc7XHJcbiAgcm93PzogWFJvd0NvbmZpZztcclxuICByaXBwbGU/OiBYUmlwcGxlQ29uZmlnO1xyXG4gIGxpbms/OiBYTGlua0NvbmZpZztcclxuICBsaXN0PzogWExpc3RDb25maWc7XHJcbiAgbG9hZGluZz86IFhMb2FkaW5nQ29uZmlnO1xyXG4gIG1lbnU/OiBYTWVudUNvbmZpZztcclxuICBtZXNzYWdlPzogWE1lc3NhZ2VDb25maWc7XHJcbiAgbWVzc2FnZUJveD86IFhNZXNzYWdlQm94Q29uZmlnO1xyXG4gIG5vdGlmaWNhdGlvbj86IFhOb3RpZmljYXRpb25Db25maWc7XHJcbiAgb3V0bGV0PzogWE91dGxldENvbmZpZztcclxuICBwYWdlSGVhZGVyPzogWFBhZ2VIZWFkZXJDb25maWc7XHJcbiAgcGFnaW5hdGlvbj86IFhQYWdpbmF0aW9uQ29uZmlnO1xyXG4gIHBhdHRlcm4/OiBYUGF0dGVybkNvbmZpZztcclxuICBwb3Bjb25maXJtPzogWFBvcGNvbmZpcm1Db25maWc7XHJcbiAgcG9wb3Zlcj86IFhQb3BvdmVyQ29uZmlnO1xyXG4gIHBvcnRhbD86IFhQb3J0YWxDb25maWc7XHJcbiAgcHJvZ3Jlc3M/OiBYUHJvZ3Jlc3NDb25maW5nO1xyXG4gIHJhZGlvPzogWFJhZGlvQ29uZmlnO1xyXG4gIHJhdGU/OiBYUmF0ZUNvbmZpZztcclxuICByZXN1bHQ/OiBYUmVzdWx0Q29uZmlnO1xyXG4gIHNlbGVjdD86IFhTZWxlY3RDb25maWc7XHJcbiAgc2tlbGV0b24/OiBYU2tlbGV0b25Db25maWc7XHJcbiAgc2xpZGVyPzogWFNsaWRlckNvbmZpZztcclxuICBzbGlkZXJTZWxlY3Q/OiBYU2xpZGVyU2VsZWN0Q29uZmlnO1xyXG4gIHN0YXRpc3RpYz86IFhTdGF0aXN0aWNDb25maWc7XHJcbiAgY291bnRkb3duPzogWENvdW50ZG93bkNvbmZpZztcclxuICBzdGVwcz86IFhTdGVwc0NvbmZpZztcclxuICBzd2l0Y2g/OiBYU3dpdGNoQ29uZmlnO1xyXG4gIHRhYmxlPzogWFRhYmxlQ29uZmlnO1xyXG4gIHRhYnM/OiBYVGFic0NvbmZpZztcclxuICB0YWc/OiBYVGFnQ29uZmlnO1xyXG4gIHRleHRSZXRyYWN0PzogWFRleHRSZXRyYWN0Q29uZmlnO1xyXG4gIHRoZW1lPzogWFRoZW1lQ29uZmlnO1xyXG4gIHRpbWVBZ28/OiBYVGltZUFnb0NvbmZpZztcclxuICB0aW1lUGlja2VyPzogWFRpbWVQaWNrZXJDb25maWc7XHJcbiAgdGltZVJhbmdlPzogWFRpbWVSYW5nZUNvbmZpZztcclxuICB0aW1lbGluZT86IFhUaW1lbGluZUNvbmZpZztcclxuICB0b29sdGlwPzogWFRvb2x0aXBDb25maWc7XHJcbiAgdHJhbnNmZXI/OiBYVHJhbnNmZXJDb25maWc7XHJcbiAgdHJlZT86IFhUcmVlQ29uZmlnO1xyXG4gIHRyZWVGaWxlPzogWFRyZWVGaWxlQ29uZmlnO1xyXG4gIHRleHRhcmVhPzogWFRleHRhcmVhQ29uZmlnO1xyXG4gIHVwbG9hZD86IFhVcGxvYWRDb25maWc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEFmZml4Q29uZmlnIHtcclxuICB0b3A/OiBzdHJpbmc7XHJcbiAgbGVmdD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQWxlcnRDb25maWcge1xyXG4gIGVmZmVjdD86IFhFZmZlY3Q7XHJcbiAgaGlkZUNsb3NlPzogWEJvb2xlYW47XHJcbiAgc2hvd0ljb24/OiBYQm9vbGVhbjtcclxuICBkaXNhYmxlZEFuaW1hdGlvbj86IFhCb29sZWFuO1xyXG4gIGRyYWdnYWJsZT86IFhCb29sZWFuO1xyXG4gIGRyYWdIYW5kbGVUaXRsZT86IFhCb29sZWFuO1xyXG4gIGR1cmF0aW9uPzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQW5jaG9yQ29uZmlnIHtcclxuICBhZmZpeFRvcD86IHN0cmluZztcclxuICBhZmZpeFdpZHRoPzogc3RyaW5nO1xyXG4gIGxheW91dD86IFhQb3NpdGlvbkxlZnRSaWdodDtcclxuICBqdXN0aWZ5PzogWEp1c3RpZnk7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEF2YXRhckNvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIHNoYXBlPzogWFNoYXBlO1xyXG4gIGZpdD86IFhGaXQ7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEF1dG9Db21wbGV0ZUNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBvc2l0aW9uVG9wQm90dG9tO1xyXG4gIGRlYm91bmNlVGltZT86IG51bWJlcjtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBib29sZWFuO1xyXG4gIGNhc2VTZW5zaXRpdmU/OiBib29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhCYWNrVG9wQ29uZmlnIHtcclxuICByaWdodD86IHN0cmluZztcclxuICBib3R0b20/OiBzdHJpbmc7XHJcbiAgdmlzaWJpbGl0eUhlaWdodD86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJhZGdlQ29uZmdpZyB7XHJcbiAgdHlwZT86IFhUeXBlO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhCdXR0b25Db25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICB0eXBlPzogWFR5cGU7XHJcbiAgcGxhaW4/OiBYQm9vbGVhbjtcclxuICByb3VuZD86IFhCb29sZWFuO1xyXG4gIGNpcmNsZT86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhCdXR0b25zQ29uZmlnIHtcclxuICBzcGFjZT86IFhOdW1iZXI7XHJcbiAgaGlkZGVuQm9yZGVyPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhbGVuZGFyQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDYXJkQ29uZmlnIHtcclxuICBzaGFkb3c/OiBYU2hhZG93O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDYXJvdXNlbENvbmZpZyB7XHJcbiAgaGVpZ2h0Pzogc3RyaW5nO1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICBhcnJvdz86IFhTaGFkb3c7XHJcbiAgZGlyZWN0aW9uPzogWERpc3BsYXlEaXJlY3Rpb247XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhc2NhZGVDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogYm9vbGVhbjtcclxuICBub2RlVHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIG5vZGVIb3ZlckRlbGF5PzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ2hlY2tib3hDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29sbGFwc2VDb25maWcge1xyXG4gIHNob3dJY29uPzogQm9vbGVhbjtcclxuICBnaG9zdD86IEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbG9yQ29uZmlnIHtcclxuICBtZXJnZT86IHN0cmluZztcclxuICBhbW91bnRzPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xvclBpY2tlckNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29tbWVudENvbmZpZyB7XHJcbiAgY29udGVudE1heD86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29udGFpbmVyQ29uZmlnIHtcclxuICBkaXJlY3Rpb24/OiBYRGlyZWN0aW9uO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhIZWFkZXJDb25maWcge1xyXG4gIGhlaWdodD86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQXNpZGVDb25maWcge1xyXG4gIHdpZHRoPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhGb290ZXJDb25maWcge1xyXG4gIGhlaWdodD86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ3J1bWJDb21maWcge1xyXG4gIHNlcGFyYXRvcj86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGF0ZVBpY2tlckNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG4gIGNsZWFyYWJsZT86IFhCb29sZWFuO1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGF0ZVJhbmdlQ29uZmlnIHtcclxuICBmb3JtYXQ/OiBzdHJpbmc7XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGlhbG9nQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2U7XHJcbiAgb2Zmc2V0Pzogc3RyaW5nO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG4gIGVmZmVjdD86IFhFZmZlY3Q7XHJcbiAgc2hvd0NhbmNlbD86IFhCb29sZWFuO1xyXG4gIGNhbmNlbFRleHQ/OiBzdHJpbmc7XHJcbiAgc2hvd0NvbmZpcm0/OiBYQm9vbGVhbjtcclxuICBjb25maXJtVGV4dD86IHN0cmluZztcclxuICBiYWNrZHJvcENsb3NlPzogWEJvb2xlYW47XHJcbiAgZHJhZ2dhYmxlPzogWEJvb2xlYW47XHJcbiAgaGFzQmFja2Ryb3A/OiBYQm9vbGVhbjtcclxuICBjbGFzc05hbWU/OiBzdHJpbmc7XHJcbiAgYnV0dG9uc0NlbnRlcj86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEcmF3ZXJDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQb3NpdGlvbjtcclxuICBzaXplPzogc3RyaW5nO1xyXG4gIGJhY2tkcm9wQ2xvc2U/OiBYQm9vbGVhbjtcclxuICBoYXNCYWNrZHJvcD86IFhCb29sZWFuO1xyXG4gIGNsYXNzTmFtZT86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRHJvcGRvd25Db25maWcge1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEZXNjcmlwdGlvbkNvbmZpZyB7XHJcbiAgYm9yZGVyZWQ/OiBYQm9vbGVhbjtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEVtcHR5Q29uZmlnIHtcclxuICBjb250ZW50Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhGaW5kQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBYQm9vbGVhbjtcclxuICBjb2x1bW5MYWJlbD86IHN0cmluZztcclxuICBkaWFsb2dUaXRsZT86IHN0cmluZztcclxuICBkaWFsb2dDaGVja2JveExhYmVsPzogc3RyaW5nO1xyXG4gIGRpYWxvZ0NoZWNrYm94V2lkdGg/OiBudW1iZXI7XHJcbiAgZGlhbG9nRW1wdHlDb250ZW50Pzogc3RyaW5nO1xyXG4gIGRpYWxvZ0J1dHRvbnNDZW50ZXI/OiBYQm9vbGVhbjtcclxuICB0YWJsZUluZGV4PzogbnVtYmVyO1xyXG4gIHRhYmxlU2l6ZT86IG51bWJlcjtcclxuICB0YWJsZUxvYWRpbmc/OiBYQm9vbGVhbjtcclxuICB0YWJsZVZpcnR1YWxTY3JvbGw/OiBib29sZWFuO1xyXG4gIHRhYmxlUm93SGVpZ2h0PzogWE51bWJlcjtcclxuICB0cmVlRXhwYW5kZWRMZXZlbD86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEZvcm1Db25maWcge1xyXG4gIHNwYWNlPzogWE51bWJlcjtcclxuICBsYWJlbFN1ZmZpeD86IHN0cmluZztcclxuICB3aWR0aD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSGlnaGxpZ2h0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJY29uQ29uZmlnIHtcclxuICBocmVmPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJbm5lckNvbmZpZyB7XHJcbiAgcGFkZGluZz86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXRDb25maWcge1xyXG4gIGNsZWFyYWJsZT86IFhCb29sZWFuO1xyXG4gIGljb25MYXlvdXQ/OiBYUG9zaXRpb25MZWZ0UmlnaHQ7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWElucHV0R3JvdXBDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIGNvbXBhY3Q/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXROdW1iZXJDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJvd0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUmlwcGxlQ29uZmlnIHtcclxuICB0eXBlPzogWFR5cGU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWExpbmtDb25maWcge1xyXG4gIHVuZGVybGluZT86IFhCb29sZWFuO1xyXG4gIGljb25SaWdodD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhMaXN0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhMb2FkaW5nQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgdGV4dD86IHN0cmluZztcclxuICBpY29uPzogc3RyaW5nO1xyXG4gIGNvbG9yPzogc3RyaW5nO1xyXG4gIGJhY2tncm91bmQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE1lbnVDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICB3aWR0aD86IHN0cmluZztcclxuICB0cmlnZ2VyPzogWFRyaWdnZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE1lc3NhZ2VDb25maWcge1xyXG4gIHR5cGU/OiBYU3RhdHVzO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZTtcclxuICBkaXNwbGF5VHlwZT86IHN0cmluZztcclxuICBvZmZzZXQ/OiBzdHJpbmcgfCBzdHJpbmdbXTtcclxuICBkdXJhdGlvbj86IG51bWJlcjtcclxuICBoaWRlQ2xvc2U/OiBib29sZWFuO1xyXG4gIHNob3dJY29uPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTWVzc2FnZUJveENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTm90aWZpY2F0aW9uQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhPdXRsZXRDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBhZ2VIZWFkZXJDb25maWcge1xyXG4gIGJhY2tJY29uPzogc3RyaW5nO1xyXG4gIGJhY2tUZXh0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQYWdpbmF0aW9uQ29uZmlnIHtcclxuICBpbmRleD86IFhOdW1iZXI7XHJcbiAgc2l6ZT86IFhOdW1iZXI7XHJcbiAgc3BhY2U/OiBYTnVtYmVyO1xyXG4gIHBhZ2VMaW5rU2l6ZT86IFhOdW1iZXI7XHJcbiAgaGlkZGVuQm9yZGVyPzogYm9vbGVhbjtcclxuICBzaG93RWxsaXBzaXM/OiBib29sZWFuO1xyXG4gIHNob3dUb3RhbD86IGJvb2xlYW47XHJcbiAgc2hvd1NpemU/OiBib29sZWFuO1xyXG4gIHNpemVXaWR0aD86IG51bWJlcjtcclxuICBzaXplRGF0YT86IG51bWJlcltdO1xyXG4gIHNob3dKdW1wPzogYm9vbGVhbjtcclxuICBqdW1wV2lkdGg/OiBudW1iZXI7XHJcbiAgc2ltcGxlPzogYm9vbGVhbjtcclxuICBzaW1wbGVJbmRleFdpZHRoPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQYXR0ZXJuQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3Bjb25maXJtQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICB3aWR0aD86IHN0cmluZztcclxuICBpY29uPzogc3RyaW5nO1xyXG4gIGljb25Db2xvcj86IHN0cmluZztcclxuICBjYW5jZWxUZXh0Pzogc3RyaW5nO1xyXG4gIGNvbmZpcm1UZXh0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3BvdmVyQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICB3aWR0aD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUG9ydGFsQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQcm9ncmVzc0NvbmZpbmcge1xyXG4gIGhlaWdodD86IHN0cmluZztcclxuICBzdGVwV2lkdGg/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJhZGlvQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJhdGVDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJlc3VsdENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2VsZWN0Q29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUG9zaXRpb25Ub3BCb3R0b207XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFNrZWxldG9uQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTbGlkZXJDb25maWcge1xyXG4gIGFuaW1hdGVkPzogWEJvb2xlYW47XHJcbiAgc2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTbGlkZXJTZWxlY3RDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFN0YXRpc3RpY0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ291bnRkb3duQ29uZmlnIHtcclxuICBmb3JtYXQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFN0ZXBzQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTd2l0Y2hDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRhYmxlQ29uZmlnIHtcclxuICBpbmRleD86IG51bWJlcjtcclxuICBzaXplPzogbnVtYmVyO1xyXG4gIGxvYWRpbmc/OiBYQm9vbGVhbjtcclxuICBzaG93SGVhZGVyPzogWEJvb2xlYW47XHJcbiAgdmlydHVhbFNjcm9sbD86IGJvb2xlYW47XHJcbiAgcm93SGVpZ2h0PzogWE51bWJlcjtcclxuICBpdGVtU2l6ZT86IFhOdW1iZXI7XHJcbiAgYm9yZGVyZWQ/OiBYTnVtYmVyO1xyXG4gIGFsbG93U2VsZWN0Um93PzogWEJvb2xlYW47XHJcbiAgcm93U2l6ZT86IFhTaXplO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUYWJzQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRhZ0NvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgY2xvc2FibGU/OiBYQm9vbGVhbjtcclxuICBkYXJrPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRleHRSZXRyYWN0Q29uZmlnIHtcclxuICBtYXg/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUaGVtZUNvbmZpZyB7XHJcbiAgYW1vdW50cz86IFhOdW1iZXJbXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZUFnb0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZVBpY2tlckNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVSYW5nZUNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZWxpbmVDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVG9vbHRpcENvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBsYWNlbWVudDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJhbnNmZXJDb25maWcge1xyXG4gIHRpdGxlcz86IHN0cmluZ1tdO1xyXG4gIGRyYWc/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJlZUNvbmZpZyB7XHJcbiAgc3BhY2luZz86IFhOdW1iZXI7XHJcbiAgbm9kZUhlaWdodD86IFhOdW1iZXI7XHJcbiAgbm9kZUFsaWduSXRlbXM/OiBYQWxpZ247XHJcbiAgdmlydHVhbFNjcm9sbD86IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRleHRhcmVhQ29uZmlnIHtcclxuICBjbGVhcmFibGU/OiBYQm9vbGVhbjtcclxuICBpY29uTGF5b3V0PzogWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUcmVlRmlsZUNvbmZpZyB7XHJcbiAgbWF4SGVpZ2h0PzogWE51bWJlcjtcclxuICBzcGFjaW5nPzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVXBsb2FkQ29uZmlnIHt9XHJcbiJdfQ==
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29yZS9jb25maWcvY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXNCQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBWS9DLE1BQU0sQ0FBQyxNQUFNLFFBQVEsR0FBRyxJQUFJLGNBQWMsQ0FBVSxVQUFVLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgWFNpemUsXHJcbiAgWEJvb2xlYW4sXHJcbiAgWFR5cGUsXHJcbiAgWEVmZmVjdCxcclxuICBYTnVtYmVyLFxyXG4gIFhQb3NpdGlvbkxlZnRSaWdodCxcclxuICBYSnVzdGlmeSxcclxuICBYU2hhcGUsXHJcbiAgWEZpdCxcclxuICBYU2hhZG93LFxyXG4gIFhUcmlnZ2VyLFxyXG4gIFhEaXNwbGF5RGlyZWN0aW9uLFxyXG4gIFhDb3JuZXIsXHJcbiAgWERpcmVjdGlvbixcclxuICBYUGxhY2UsXHJcbiAgWFBvc2l0aW9uLFxyXG4gIFhQbGFjZW1lbnQsXHJcbiAgWFBvc2l0aW9uVG9wQm90dG9tLFxyXG4gIFhTdGF0dXMsXHJcbiAgWEFsaWduXHJcbn0gZnJvbSAnLi4vaW50ZXJmYWNlcyc7XHJcbmltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFhUaGVtZSB9IGZyb20gJy4uL3RoZW1lJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbmZpZyB7XHJcbiAgY29tcG9uZW50cz86IFhDb21wb25lbnRDb25maWc7XHJcbiAgdGhlbWU/OiBYVGhlbWU7XHJcbn1cclxuXHJcbmV4cG9ydCB0eXBlIFhDb25maWdLZXkgPSBrZXlvZiBYQ29uZmlnO1xyXG5cclxuZXhwb3J0IHR5cGUgWENvbXBvbmVudENvbmZpZ0tleSA9IGtleW9mIFhDb21wb25lbnRDb25maWc7XHJcblxyXG5leHBvcnQgY29uc3QgWF9DT05GSUcgPSBuZXcgSW5qZWN0aW9uVG9rZW48WENvbmZpZz4oJ3gtY29uZmlnJyk7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb21wb25lbnRDb25maWcge1xyXG4gIGFmZml4PzogWEFmZml4Q29uZmlnO1xyXG4gIGFsZXJ0PzogWEFsZXJ0Q29uZmlnO1xyXG4gIGFuY2hvcj86IFhBbmNob3JDb25maWc7XHJcbiAgYXZhdGFyPzogWEF2YXRhckNvbmZpZztcclxuICBhdXRvQ29tcGxldGU/OiBYQXV0b0NvbXBsZXRlQ29uZmlnO1xyXG4gIGJhY2tUb3A/OiBYQmFja1RvcENvbmZpZztcclxuICBiYWRnZT86IFhCYWRnZUNvbmZnaWc7XHJcbiAgYnV0dG9uPzogWEJ1dHRvbkNvbmZpZztcclxuICBidXR0b25zPzogWEJ1dHRvbnNDb25maWc7XHJcbiAgY2FsZW5kYXI/OiBYQ2FsZW5kYXJDb25maWc7XHJcbiAgY2FyZD86IFhDYXJkQ29uZmlnO1xyXG4gIGNhcm91c2VsPzogWENhcm91c2VsQ29uZmlnO1xyXG4gIGNhc2NhZGU/OiBYQ2FzY2FkZUNvbmZpZztcclxuICBjaGVja2JveD86IFhDaGVja2JveENvbmZpZztcclxuICBjb2xsYXBzZT86IFhDb2xsYXBzZUNvbmZpZztcclxuICBjb2xvcj86IFhDb2xvckNvbmZpZztcclxuICBjb2xvclBpY2tlcj86IFhDb2xvclBpY2tlckNvbmZpZztcclxuICBjb21tZW50PzogWENvbW1lbnRDb25maWc7XHJcbiAgY29udGFpbmVyPzogWENvbnRhaW5lckNvbmZpZztcclxuICBoZWFkZXI/OiBYSGVhZGVyQ29uZmlnO1xyXG4gIGFzaWRlPzogWEFzaWRlQ29uZmlnO1xyXG4gIGZvb3Rlcj86IFhGb290ZXJDb25maWc7XHJcbiAgY3J1bWI/OiBYQ3J1bWJDb21maWc7XHJcbiAgZGF0ZVBpY2tlcj86IFhEYXRlUGlja2VyQ29uZmlnO1xyXG4gIGRhdGVSYW5nZT86IFhEYXRlUmFuZ2VDb25maWc7XHJcbiAgZGlhbG9nPzogWERpYWxvZ0NvbmZpZztcclxuICBkcmF3ZXI/OiBYRHJhd2VyQ29uZmlnO1xyXG4gIGRyb3Bkb3duPzogWERyb3Bkb3duQ29uZmlnO1xyXG4gIGRlc2NyaXB0aW9uPzogWERlc2NyaXB0aW9uQ29uZmlnO1xyXG4gIGVtcHR5PzogWEVtcHR5Q29uZmlnO1xyXG4gIGZpbmQ/OiBYRmluZENvbmZpZztcclxuICBmb3JtPzogWEZvcm1Db25maWc7XHJcbiAgaGlnaGxpZ2h0PzogWEhpZ2hsaWdodENvbmZpZztcclxuICBpY29uPzogWEljb25Db25maWc7XHJcbiAgaW5uZXI/OiBYSW5uZXJDb25maWc7XHJcbiAgaW5wdXQ/OiBYSW5wdXRDb25maWc7XHJcbiAgaW5wdXRHcm91cD86IFhJbnB1dEdyb3VwQ29uZmlnO1xyXG4gIGlucHV0TnVtYmVyPzogWElucHV0TnVtYmVyQ29uZmlnO1xyXG4gIGNvbD86IFhDb2xDb25maWc7XHJcbiAgcm93PzogWFJvd0NvbmZpZztcclxuICByaXBwbGU/OiBYUmlwcGxlQ29uZmlnO1xyXG4gIGxpbms/OiBYTGlua0NvbmZpZztcclxuICBsaXN0PzogWExpc3RDb25maWc7XHJcbiAgbG9hZGluZz86IFhMb2FkaW5nQ29uZmlnO1xyXG4gIG1lbnU/OiBYTWVudUNvbmZpZztcclxuICBtZXNzYWdlPzogWE1lc3NhZ2VDb25maWc7XHJcbiAgbWVzc2FnZUJveD86IFhNZXNzYWdlQm94Q29uZmlnO1xyXG4gIG5vdGlmaWNhdGlvbj86IFhOb3RpZmljYXRpb25Db25maWc7XHJcbiAgb3V0bGV0PzogWE91dGxldENvbmZpZztcclxuICBwYWdlSGVhZGVyPzogWFBhZ2VIZWFkZXJDb25maWc7XHJcbiAgcGFnaW5hdGlvbj86IFhQYWdpbmF0aW9uQ29uZmlnO1xyXG4gIHBhdHRlcm4/OiBYUGF0dGVybkNvbmZpZztcclxuICBwb3Bjb25maXJtPzogWFBvcGNvbmZpcm1Db25maWc7XHJcbiAgcG9wb3Zlcj86IFhQb3BvdmVyQ29uZmlnO1xyXG4gIHBvcnRhbD86IFhQb3J0YWxDb25maWc7XHJcbiAgcHJvZ3Jlc3M/OiBYUHJvZ3Jlc3NDb25maW5nO1xyXG4gIHJhZGlvPzogWFJhZGlvQ29uZmlnO1xyXG4gIHJhdGU/OiBYUmF0ZUNvbmZpZztcclxuICByZXN1bHQ/OiBYUmVzdWx0Q29uZmlnO1xyXG4gIHNlbGVjdD86IFhTZWxlY3RDb25maWc7XHJcbiAgc2tlbGV0b24/OiBYU2tlbGV0b25Db25maWc7XHJcbiAgc2xpZGVyPzogWFNsaWRlckNvbmZpZztcclxuICBzbGlkZXJTZWxlY3Q/OiBYU2xpZGVyU2VsZWN0Q29uZmlnO1xyXG4gIHN0YXRpc3RpYz86IFhTdGF0aXN0aWNDb25maWc7XHJcbiAgY291bnRkb3duPzogWENvdW50ZG93bkNvbmZpZztcclxuICBzdGVwcz86IFhTdGVwc0NvbmZpZztcclxuICBzd2l0Y2g/OiBYU3dpdGNoQ29uZmlnO1xyXG4gIHRhYmxlPzogWFRhYmxlQ29uZmlnO1xyXG4gIHRhYnM/OiBYVGFic0NvbmZpZztcclxuICB0YWc/OiBYVGFnQ29uZmlnO1xyXG4gIHRleHRSZXRyYWN0PzogWFRleHRSZXRyYWN0Q29uZmlnO1xyXG4gIHRoZW1lPzogWFRoZW1lQ29uZmlnO1xyXG4gIHRpbWVBZ28/OiBYVGltZUFnb0NvbmZpZztcclxuICB0aW1lUGlja2VyPzogWFRpbWVQaWNrZXJDb25maWc7XHJcbiAgdGltZVJhbmdlPzogWFRpbWVSYW5nZUNvbmZpZztcclxuICB0aW1lbGluZT86IFhUaW1lbGluZUNvbmZpZztcclxuICB0b29sdGlwPzogWFRvb2x0aXBDb25maWc7XHJcbiAgdHJhbnNmZXI/OiBYVHJhbnNmZXJDb25maWc7XHJcbiAgdHJlZT86IFhUcmVlQ29uZmlnO1xyXG4gIHRyZWVGaWxlPzogWFRyZWVGaWxlQ29uZmlnO1xyXG4gIHRleHRhcmVhPzogWFRleHRhcmVhQ29uZmlnO1xyXG4gIHVwbG9hZD86IFhVcGxvYWRDb25maWc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEFmZml4Q29uZmlnIHtcclxuICB0b3A/OiBzdHJpbmc7XHJcbiAgbGVmdD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQWxlcnRDb25maWcge1xyXG4gIGVmZmVjdD86IFhFZmZlY3Q7XHJcbiAgaGlkZUNsb3NlPzogWEJvb2xlYW47XHJcbiAgc2hvd0ljb24/OiBYQm9vbGVhbjtcclxuICBkaXNhYmxlZEFuaW1hdGlvbj86IFhCb29sZWFuO1xyXG4gIGRyYWdnYWJsZT86IFhCb29sZWFuO1xyXG4gIHJlc2l6YWJsZT86IFhCb29sZWFuO1xyXG4gIGRyYWdIYW5kbGVUaXRsZT86IFhCb29sZWFuO1xyXG4gIGR1cmF0aW9uPzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQW5jaG9yQ29uZmlnIHtcclxuICBhZmZpeFRvcD86IHN0cmluZztcclxuICBhZmZpeFdpZHRoPzogc3RyaW5nO1xyXG4gIGxheW91dD86IFhQb3NpdGlvbkxlZnRSaWdodDtcclxuICBqdXN0aWZ5PzogWEp1c3RpZnk7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEF2YXRhckNvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIHNoYXBlPzogWFNoYXBlO1xyXG4gIGZpdD86IFhGaXQ7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEF1dG9Db21wbGV0ZUNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBvc2l0aW9uVG9wQm90dG9tO1xyXG4gIGRlYm91bmNlVGltZT86IG51bWJlcjtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBib29sZWFuO1xyXG4gIGNhc2VTZW5zaXRpdmU/OiBib29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhCYWNrVG9wQ29uZmlnIHtcclxuICByaWdodD86IHN0cmluZztcclxuICBib3R0b20/OiBzdHJpbmc7XHJcbiAgdmlzaWJpbGl0eUhlaWdodD86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEJhZGdlQ29uZmdpZyB7XHJcbiAgdHlwZT86IFhUeXBlO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhCdXR0b25Db25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICB0eXBlPzogWFR5cGU7XHJcbiAgcGxhaW4/OiBYQm9vbGVhbjtcclxuICByb3VuZD86IFhCb29sZWFuO1xyXG4gIGNpcmNsZT86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhCdXR0b25zQ29uZmlnIHtcclxuICBzcGFjZT86IFhOdW1iZXI7XHJcbiAgaGlkZGVuQm9yZGVyPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhbGVuZGFyQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDYXJkQ29uZmlnIHtcclxuICBzaGFkb3c/OiBYU2hhZG93O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDYXJvdXNlbENvbmZpZyB7XHJcbiAgaGVpZ2h0Pzogc3RyaW5nO1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICBhcnJvdz86IFhTaGFkb3c7XHJcbiAgZGlyZWN0aW9uPzogWERpc3BsYXlEaXJlY3Rpb247XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENhc2NhZGVDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogYm9vbGVhbjtcclxuICBub2RlVHJpZ2dlcj86IFhUcmlnZ2VyO1xyXG4gIG5vZGVIb3ZlckRlbGF5PzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ2hlY2tib3hDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29sbGFwc2VDb25maWcge1xyXG4gIHNob3dJY29uPzogQm9vbGVhbjtcclxuICBnaG9zdD86IEJvb2xlYW47XHJcbiAgaWNvblBvc2l0aW9uPzogJ2xlZnQnIHwgJ3JpZ2h0JztcclxuICBib3JkZXJlZD86IEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvbG9yQ29uZmlnIHtcclxuICBtZXJnZT86IHN0cmluZztcclxuICBhbW91bnRzPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xvclBpY2tlckNvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29tbWVudENvbmZpZyB7XHJcbiAgY29udGVudE1heD86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ29udGFpbmVyQ29uZmlnIHtcclxuICBkaXJlY3Rpb24/OiBYRGlyZWN0aW9uO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhIZWFkZXJDb25maWcge1xyXG4gIGhlaWdodD86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQXNpZGVDb25maWcge1xyXG4gIHdpZHRoPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhGb290ZXJDb25maWcge1xyXG4gIGhlaWdodD86IG51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYQ3J1bWJDb21maWcge1xyXG4gIHNlcGFyYXRvcj86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGF0ZVBpY2tlckNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG4gIGNsZWFyYWJsZT86IFhCb29sZWFuO1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGF0ZVJhbmdlQ29uZmlnIHtcclxuICBmb3JtYXQ/OiBzdHJpbmc7XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgcGxhY2VtZW50PzogWENvcm5lcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRGlhbG9nQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2U7XHJcbiAgb2Zmc2V0Pzogc3RyaW5nO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG4gIG1pbldpZHRoPzogc3RyaW5nO1xyXG4gIG1pbkhlaWdodD86IHN0cmluZztcclxuICBlZmZlY3Q/OiBYRWZmZWN0O1xyXG4gIHNob3dDYW5jZWw/OiBYQm9vbGVhbjtcclxuICBjYW5jZWxUZXh0Pzogc3RyaW5nO1xyXG4gIHNob3dDb25maXJtPzogWEJvb2xlYW47XHJcbiAgY29uZmlybVRleHQ/OiBzdHJpbmc7XHJcbiAgYmFja2Ryb3BDbG9zZT86IFhCb29sZWFuO1xyXG4gIGRyYWdnYWJsZT86IFhCb29sZWFuO1xyXG4gIHJlc2l6YWJsZT86IFhCb29sZWFuO1xyXG4gIG1heGltaXplPzogWEJvb2xlYW47XHJcbiAgaGFzQmFja2Ryb3A/OiBYQm9vbGVhbjtcclxuICBjbGFzc05hbWU/OiBzdHJpbmc7XHJcbiAgYnV0dG9uc0NlbnRlcj86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEcmF3ZXJDb25maWcge1xyXG4gIHBsYWNlbWVudD86IFhQb3NpdGlvbjtcclxuICBzaXplPzogc3RyaW5nO1xyXG4gIGJhY2tkcm9wQ2xvc2U/OiBYQm9vbGVhbjtcclxuICBoYXNCYWNrZHJvcD86IFhCb29sZWFuO1xyXG4gIGNsYXNzTmFtZT86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYRHJvcGRvd25Db25maWcge1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhEZXNjcmlwdGlvbkNvbmZpZyB7XHJcbiAgYm9yZGVyZWQ/OiBYQm9vbGVhbjtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEVtcHR5Q29uZmlnIHtcclxuICBjb250ZW50Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhGaW5kQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgYm9yZGVyZWQ/OiBYQm9vbGVhbjtcclxuICBjb2x1bW5MYWJlbD86IHN0cmluZztcclxuICBkaWFsb2dUaXRsZT86IHN0cmluZztcclxuICBkaWFsb2dDaGVja2JveExhYmVsPzogc3RyaW5nO1xyXG4gIGRpYWxvZ0NoZWNrYm94V2lkdGg/OiBudW1iZXI7XHJcbiAgZGlhbG9nRW1wdHlDb250ZW50Pzogc3RyaW5nO1xyXG4gIGRpYWxvZ0J1dHRvbnNDZW50ZXI/OiBYQm9vbGVhbjtcclxuICB0YWJsZUluZGV4PzogbnVtYmVyO1xyXG4gIHRhYmxlU2l6ZT86IG51bWJlcjtcclxuICB0YWJsZUxvYWRpbmc/OiBYQm9vbGVhbjtcclxuICB0YWJsZVZpcnR1YWxTY3JvbGw/OiBib29sZWFuO1xyXG4gIHRhYmxlUm93SGVpZ2h0PzogWE51bWJlcjtcclxuICB0cmVlRXhwYW5kZWRMZXZlbD86IFhOdW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWEZvcm1Db25maWcge1xyXG4gIHNwYWNlPzogWE51bWJlcjtcclxuICBsYWJlbFN1ZmZpeD86IHN0cmluZztcclxuICB3aWR0aD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSGlnaGxpZ2h0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJY29uQ29uZmlnIHtcclxuICBocmVmPzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhJbm5lckNvbmZpZyB7XHJcbiAgcGFkZGluZz86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXRDb25maWcge1xyXG4gIGNsZWFyYWJsZT86IFhCb29sZWFuO1xyXG4gIGljb25MYXlvdXQ/OiBYUG9zaXRpb25MZWZ0UmlnaHQ7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWElucHV0R3JvdXBDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG4gIGNvbXBhY3Q/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYSW5wdXROdW1iZXJDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICBib3JkZXJlZD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhDb2xDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJvd0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUmlwcGxlQ29uZmlnIHtcclxuICB0eXBlPzogWFR5cGU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWExpbmtDb25maWcge1xyXG4gIHVuZGVybGluZT86IFhCb29sZWFuO1xyXG4gIGljb25SaWdodD86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhMaXN0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhMb2FkaW5nQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbiAgdGV4dD86IHN0cmluZztcclxuICBpY29uPzogc3RyaW5nO1xyXG4gIGNvbG9yPzogc3RyaW5nO1xyXG4gIGJhY2tncm91bmQ/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE1lbnVDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxuICB3aWR0aD86IHN0cmluZztcclxuICB0cmlnZ2VyPzogWFRyaWdnZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWE1lc3NhZ2VDb25maWcge1xyXG4gIHR5cGU/OiBYU3RhdHVzO1xyXG4gIHdpZHRoPzogc3RyaW5nO1xyXG4gIHBsYWNlbWVudD86IFhQbGFjZTtcclxuICBkaXNwbGF5VHlwZT86IHN0cmluZztcclxuICBvZmZzZXQ/OiBzdHJpbmcgfCBzdHJpbmdbXTtcclxuICBkdXJhdGlvbj86IG51bWJlcjtcclxuICBoaWRlQ2xvc2U/OiBib29sZWFuO1xyXG4gIHNob3dJY29uPzogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTWVzc2FnZUJveENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYTm90aWZpY2F0aW9uQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhPdXRsZXRDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFBhZ2VIZWFkZXJDb25maWcge1xyXG4gIGJhY2tJY29uPzogc3RyaW5nO1xyXG4gIGJhY2tUZXh0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQYWdpbmF0aW9uQ29uZmlnIHtcclxuICBpbmRleD86IFhOdW1iZXI7XHJcbiAgc2l6ZT86IFhOdW1iZXI7XHJcbiAgc3BhY2U/OiBYTnVtYmVyO1xyXG4gIHBhZ2VMaW5rU2l6ZT86IFhOdW1iZXI7XHJcbiAgaGlkZGVuQm9yZGVyPzogYm9vbGVhbjtcclxuICBzaG93RWxsaXBzaXM/OiBib29sZWFuO1xyXG4gIHNob3dUb3RhbD86IGJvb2xlYW47XHJcbiAgc2hvd1NpemU/OiBib29sZWFuO1xyXG4gIHNpemVXaWR0aD86IG51bWJlcjtcclxuICBzaXplRGF0YT86IG51bWJlcltdO1xyXG4gIHNob3dKdW1wPzogYm9vbGVhbjtcclxuICBqdW1wV2lkdGg/OiBudW1iZXI7XHJcbiAgc2ltcGxlPzogYm9vbGVhbjtcclxuICBzaW1wbGVJbmRleFdpZHRoPzogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQYXR0ZXJuQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3Bjb25maXJtQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICB3aWR0aD86IHN0cmluZztcclxuICBpY29uPzogc3RyaW5nO1xyXG4gIGljb25Db2xvcj86IHN0cmluZztcclxuICBjYW5jZWxUZXh0Pzogc3RyaW5nO1xyXG4gIGNvbmZpcm1UZXh0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQb3BvdmVyQ29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUGxhY2VtZW50O1xyXG4gIHRyaWdnZXI/OiBYVHJpZ2dlcjtcclxuICB3aWR0aD86IHN0cmluZztcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYUG9ydGFsQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhQcm9ncmVzc0NvbmZpbmcge1xyXG4gIGhlaWdodD86IHN0cmluZztcclxuICBzdGVwV2lkdGg/OiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJhZGlvQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJhdGVDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFJlc3VsdENvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2VsZWN0Q29uZmlnIHtcclxuICBwbGFjZW1lbnQ/OiBYUG9zaXRpb25Ub3BCb3R0b207XHJcbiAgY2xlYXJhYmxlPzogWEJvb2xlYW47XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgcG9ydGFsTWF4SGVpZ2h0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTa2VsZXRvbkNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2xpZGVyQ29uZmlnIHtcclxuICBhbmltYXRlZD86IFhCb29sZWFuO1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU2xpZGVyU2VsZWN0Q29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTdGF0aXN0aWNDb25maWcge31cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWENvdW50ZG93bkNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhTdGVwc0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYU3dpdGNoQ29uZmlnIHt9XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUYWJsZUNvbmZpZyB7XHJcbiAgaW5kZXg/OiBudW1iZXI7XHJcbiAgc2l6ZT86IG51bWJlcjtcclxuICBsb2FkaW5nPzogWEJvb2xlYW47XHJcbiAgc2hvd0hlYWRlcj86IFhCb29sZWFuO1xyXG4gIHZpcnR1YWxTY3JvbGw/OiBib29sZWFuO1xyXG4gIHJvd0hlaWdodD86IFhOdW1iZXI7XHJcbiAgaXRlbVNpemU/OiBYTnVtYmVyO1xyXG4gIGJvcmRlcmVkPzogWE51bWJlcjtcclxuICBhbGxvd1NlbGVjdFJvdz86IFhCb29sZWFuO1xyXG4gIHJvd1NpemU/OiBYU2l6ZTtcclxuICBzaG93UGFnaW5hdGlvbj86IFhCb29sZWFuO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUYWJzQ29uZmlnIHtcclxuICBzaXplPzogWFNpemU7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRhZ0NvbmZpZyB7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbiAgY2xvc2FibGU/OiBYQm9vbGVhbjtcclxuICBkYXJrPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRleHRSZXRyYWN0Q29uZmlnIHtcclxuICBtYXg/OiBYTnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUaGVtZUNvbmZpZyB7XHJcbiAgYW1vdW50cz86IFhOdW1iZXJbXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZUFnb0NvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZVBpY2tlckNvbmZpZyB7XHJcbiAgZm9ybWF0Pzogc3RyaW5nO1xyXG4gIHBsYWNlbWVudD86IFhDb3JuZXI7XHJcbiAgc2l6ZT86IFhTaXplO1xyXG4gIGJvcmRlcmVkPzogWEJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRpbWVSYW5nZUNvbmZpZyB7fVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVGltZWxpbmVDb25maWcge1xyXG4gIHNpemU/OiBYU2l6ZTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVG9vbHRpcENvbmZpZyB7XHJcbiAgcGxhY2VtZW50PzogWFBsYWNlbWVudDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJhbnNmZXJDb25maWcge1xyXG4gIHRpdGxlcz86IHN0cmluZ1tdO1xyXG4gIGRyYWc/OiBYQm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVHJlZUNvbmZpZyB7XHJcbiAgc3BhY2luZz86IFhOdW1iZXI7XHJcbiAgbm9kZUhlaWdodD86IFhOdW1iZXI7XHJcbiAgbm9kZUFsaWduSXRlbXM/OiBYQWxpZ247XHJcbiAgdmlydHVhbFNjcm9sbD86IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWFRleHRhcmVhQ29uZmlnIHtcclxuICBjbGVhcmFibGU/OiBYQm9vbGVhbjtcclxuICBpY29uTGF5b3V0PzogWFBvc2l0aW9uTGVmdFJpZ2h0O1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFhUcmVlRmlsZUNvbmZpZyB7XHJcbiAgbWF4SGVpZ2h0PzogWE51bWJlcjtcclxuICBzcGFjaW5nPzogWE51bWJlcjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBYVXBsb2FkQ29uZmlnIHt9XHJcbiJdfQ==
|
|
@@ -56,9 +56,9 @@ export class XConfigService {
|
|
|
56
56
|
return this.themeService.getTheme(includesAll);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
/** @nocollapse */ /** @nocollapse */ XConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
60
|
-
/** @nocollapse */ /** @nocollapse */ XConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
59
|
+
/** @nocollapse */ /** @nocollapse */ XConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XConfigService, deps: [{ token: i1.XThemeService, optional: true }, { token: X_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
60
|
+
/** @nocollapse */ /** @nocollapse */ XConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XConfigService, providedIn: 'root' });
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XConfigService, decorators: [{
|
|
62
62
|
type: Injectable,
|
|
63
63
|
args: [{
|
|
64
64
|
providedIn: 'root'
|
|
@@ -78,9 +78,9 @@ export class XHttpService {
|
|
|
78
78
|
// }
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
/** @nocollapse */ /** @nocollapse */ XHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
82
|
-
/** @nocollapse */ /** @nocollapse */ XHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
81
|
+
/** @nocollapse */ /** @nocollapse */ XHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHttpService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
82
|
+
/** @nocollapse */ /** @nocollapse */ XHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHttpService, providedIn: 'root' });
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XHttpService, decorators: [{
|
|
84
84
|
type: Injectable,
|
|
85
85
|
args: [{ providedIn: 'root' }]
|
|
86
86
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
|
|
@@ -17,9 +17,9 @@ export class XPreloadingStrategyService {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
/** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
21
|
-
/** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
20
|
+
/** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPreloadingStrategyService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
21
|
+
/** @nocollapse */ /** @nocollapse */ XPreloadingStrategyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPreloadingStrategyService });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XPreloadingStrategyService, decorators: [{
|
|
23
23
|
type: Injectable
|
|
24
24
|
}] });
|
|
25
25
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlbG9hZGluZy1zdHJhdGVneS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGliL25nLW5lc3QvdWkvY29yZS9zZXJ2aWNlcy9wcmVsb2FkaW5nLXN0cmF0ZWd5LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQWMsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUV0QyxXQUFXO0FBRVgsTUFBTSxPQUFPLDBCQUEwQjtJQUR2QztRQUVFLFdBQVc7UUFDWCxxQkFBZ0IsR0FBYSxFQUFFLENBQUM7S0FVakM7SUFSQyxPQUFPLENBQUMsS0FBWSxFQUFFLElBQTJCO1FBQy9DLElBQUksS0FBSyxDQUFDLElBQUksSUFBSSxLQUFLLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxFQUFFO1lBQ3ZDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQWMsQ0FBQyxDQUFDO1lBQ2pELE9BQU8sSUFBSSxFQUFFLENBQUM7U0FDZjthQUFNO1lBQ0wsT0FBTyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDakI7SUFDSCxDQUFDOzs2SkFYVSwwQkFBMEI7aUtBQTFCLDBCQUEwQjsyRkFBMUIsMEJBQTBCO2tCQUR0QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQcmVsb2FkaW5nU3RyYXRlZ3ksIFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgb2YgfSBmcm9tICdyeGpzJztcclxuXHJcbi8vIEBkeW5hbWljXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIFhQcmVsb2FkaW5nU3RyYXRlZ3lTZXJ2aWNlIGltcGxlbWVudHMgUHJlbG9hZGluZ1N0cmF0ZWd5IHtcclxuICAvLyDpnIDopoHpooTliqDovb3nmoTmqKHlnZdcclxuICBwcmVsb2FkZWRNb2R1bGVzOiBzdHJpbmdbXSA9IFtdO1xyXG5cclxuICBwcmVsb2FkKHJvdXRlOiBSb3V0ZSwgbG9hZDogKCkgPT4gT2JzZXJ2YWJsZTxhbnk+KTogT2JzZXJ2YWJsZTxhbnk+IHtcclxuICAgIGlmIChyb3V0ZS5kYXRhICYmIHJvdXRlLmRhdGFbJ3ByZWxvYWQnXSkge1xyXG4gICAgICB0aGlzLnByZWxvYWRlZE1vZHVsZXMucHVzaChyb3V0ZS5wYXRoIGFzIHN0cmluZyk7XHJcbiAgICAgIHJldHVybiBsb2FkKCk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICByZXR1cm4gb2YobnVsbCk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -49,9 +49,9 @@ export class XStorageService {
|
|
|
49
49
|
return S4() + S4() + '-' + S4() + '-' + S4() + '-' + S4() + '-' + S4() + S4() + S4();
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
/** @nocollapse */ /** @nocollapse */ XStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
53
|
-
/** @nocollapse */ /** @nocollapse */ XStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
52
|
+
/** @nocollapse */ /** @nocollapse */ XStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
53
|
+
/** @nocollapse */ /** @nocollapse */ XStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XStorageService, providedIn: 'root' });
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XStorageService, decorators: [{
|
|
55
55
|
type: Injectable,
|
|
56
56
|
args: [{ providedIn: 'root' }]
|
|
57
57
|
}], ctorParameters: function () { return []; } });
|
|
@@ -146,9 +146,9 @@ export class XThemeService {
|
|
|
146
146
|
this.doc.documentElement.getElementsByTagName('head')[0].appendChild(this.colorsStyleEle);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
|
-
/** @nocollapse */ /** @nocollapse */ XThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
150
|
-
/** @nocollapse */ /** @nocollapse */ XThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.
|
|
151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
149
|
+
/** @nocollapse */ /** @nocollapse */ XThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeService, deps: [{ token: DOCUMENT }, { token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
150
|
+
/** @nocollapse */ /** @nocollapse */ XThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeService, providedIn: 'root' });
|
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XThemeService, decorators: [{
|
|
152
152
|
type: Injectable,
|
|
153
153
|
args: [{
|
|
154
154
|
providedIn: 'root'
|
|
@@ -43,9 +43,9 @@ export class XCrumbComponent extends XCrumbProperty {
|
|
|
43
43
|
});
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
47
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
46
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.XConfigService }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCrumbComponent, selector: "x-crumb", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ul #crumbs class=\"x-crumb\">\r\n <li *ngFor=\"let node of nodes; index as i; trackBy: trackByNode\">\r\n <x-link\r\n [title]=\"nodeTpl ? node.label : ''\"\r\n [icon]=\"node.icon\"\r\n [disabled]=\"node.disabled || i === nodes.length - 1\"\r\n (click)=\"action('click', node, $event)\"\r\n >\r\n <ng-container *ngIf=\"!nodeTpl\">{{ node.label }}</ng-container>\r\n <ng-container *ngTemplateOutlet=\"nodeTpl; context: { $node: node }\"></ng-container>\r\n </x-link>\r\n <span class=\"x-crumb-separator\" *ngIf=\"i !== nodes.length - 1\">\r\n <ng-container *xOutlet=\"separator\">{{ separator }}</ng-container>\r\n </span>\r\n </li>\r\n</ul>\r\n", styles: [".x-crumb{margin:0;padding:0;display:flex}.x-crumb>li{padding:0;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center}.x-crumb>li .x-link.x-link-disabled{color:var(--x-text-400);cursor:text}.x-crumb-separator{margin:0 .5rem;font-weight:600;color:var(--x-text-400)}\n"], components: [{ type: i2.XLinkComponent, selector: "x-link" }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.XOutletDirective, selector: "[xOutlet]", inputs: ["xOutletContext", "xOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{ selector: `${XCrumbPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ul #crumbs class=\"x-crumb\">\r\n <li *ngFor=\"let node of nodes; index as i; trackBy: trackByNode\">\r\n <x-link\r\n [title]=\"nodeTpl ? node.label : ''\"\r\n [icon]=\"node.icon\"\r\n [disabled]=\"node.disabled || i === nodes.length - 1\"\r\n (click)=\"action('click', node, $event)\"\r\n >\r\n <ng-container *ngIf=\"!nodeTpl\">{{ node.label }}</ng-container>\r\n <ng-container *ngTemplateOutlet=\"nodeTpl; context: { $node: node }\"></ng-container>\r\n </x-link>\r\n <span class=\"x-crumb-separator\" *ngIf=\"i !== nodes.length - 1\">\r\n <ng-container *xOutlet=\"separator\">{{ separator }}</ng-container>\r\n </span>\r\n </li>\r\n</ul>\r\n", styles: [".x-crumb{margin:0;padding:0;display:flex}.x-crumb>li{padding:0;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center}.x-crumb>li .x-link.x-link-disabled{color:var(--x-text-400);cursor:text}.x-crumb-separator{margin:0 .5rem;font-weight:600;color:var(--x-text-400)}\n"] }]
|
|
51
51
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.XConfigService }]; } });
|
|
@@ -7,10 +7,10 @@ import { XCrumbProperty } from './crumb.property';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class XCrumbModule {
|
|
9
9
|
}
|
|
10
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
11
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.
|
|
12
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
10
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbModule, declarations: [XCrumbComponent, XCrumbProperty], imports: [CommonModule, XLinkModule, XOutletModule], exports: [XCrumbComponent] });
|
|
12
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbModule, imports: [[CommonModule, XLinkModule, XOutletModule]] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
declarations: [XCrumbComponent, XCrumbProperty],
|
|
@@ -27,15 +27,15 @@ export class XCrumbProperty extends XProperty {
|
|
|
27
27
|
this.nodeClick = new EventEmitter();
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
31
|
-
/** @nocollapse */ /** @nocollapse */ XCrumbProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
30
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbProperty.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbProperty, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
/** @nocollapse */ /** @nocollapse */ XCrumbProperty.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XCrumbProperty, selector: "ng-component", inputs: { data: "data", nodeTpl: "nodeTpl", separator: "separator" }, outputs: { nodeClick: "nodeClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
32
32
|
__decorate([
|
|
33
33
|
XDataConvert()
|
|
34
34
|
], XCrumbProperty.prototype, "data", void 0);
|
|
35
35
|
__decorate([
|
|
36
36
|
XWithConfig(X_CONFIG_NAME, '/')
|
|
37
37
|
], XCrumbProperty.prototype, "separator", void 0);
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XCrumbProperty, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{ template: '' }]
|
|
41
41
|
}], propDecorators: { data: [{
|
|
@@ -129,9 +129,9 @@ export class XDatePickerPortalComponent {
|
|
|
129
129
|
return this.model;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
/** @nocollapse */ /** @nocollapse */ XDatePickerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.
|
|
133
|
-
/** @nocollapse */ /** @nocollapse */ XDatePickerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.
|
|
132
|
+
/** @nocollapse */ /** @nocollapse */ XDatePickerPortalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XDatePickerPortalComponent, deps: [{ token: i1.DatePipe }, { token: i1.LowerCasePipe }, { token: i0.ChangeDetectorRef }, { token: i2.XI18nService }], target: i0.ɵɵFactoryTarget.Component });
|
|
133
|
+
/** @nocollapse */ /** @nocollapse */ XDatePickerPortalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: XDatePickerPortalComponent, selector: "x-date-picker-portal", host: { listeners: { "@x-connect-base-animation.done": "done($event)", "@x-connect-base-animation.start": "start($event)" }, properties: { "@x-connect-base-animation": "this.placement" } }, providers: [DatePipe, LowerCasePipe], ngImport: i0, template: "<div class=\"x-date-picker-portal {{ type }}\" [ngSwitch]=\"type\" (click)=\"inputCom.inputFocus()\">\r\n <ng-container *ngSwitchCase=\"'date'\">\r\n <x-picker-date [display]=\"display\" [model]=\"model\" [(type)]=\"type\" (modelChange)=\"dateChange($event)\"></x-picker-date>\r\n <div *ngIf=\"preset\" class=\"x-date-picker-portal-preset\">\r\n <ng-container *ngFor=\"let item of preset\">\r\n <x-button type=\"text\" *ngIf=\"item.id === 'yesterday'\" (click)=\"onYesterday()\">{{ locale.yesterday }}</x-button>\r\n <x-button type=\"text\" *ngIf=\"item.id === 'today'\" (click)=\"onToday()\">{{ locale.today }}</x-button>\r\n <x-button type=\"text\" *ngIf=\"item.id === 'tomorrow'\" (click)=\"onTomorrow()\">{{ locale.tomorrow }}</x-button>\r\n <x-button type=\"text\" *ngIf=\"item.func\" (click)=\"onPresetFunc(item)\">{{ item.label }}</x-button>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'month'\">\r\n <x-picker-month [display]=\"display\" [model]=\"model\" [(type)]=\"type\" (modelChange)=\"monthChange($event)\"></x-picker-month>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'year'\">\r\n <x-picker-year [display]=\"display\" [model]=\"model\" [(type)]=\"type\" (modelChange)=\"yearChange($event)\"></x-picker-year>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'date-time'\">\r\n <ng-container *ngTemplateOutlet=\"dateTimeHourMinuteTpl; context: { timeFormat: 'HH:mm:ss', timeType: 'time' }\"></ng-container>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'date-hour'\">\r\n <ng-container *ngTemplateOutlet=\"dateTimeHourMinuteTpl; context: { timeFormat: 'HH', timeType: 'hour' }\"></ng-container>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'date-minute'\">\r\n <ng-container *ngTemplateOutlet=\"dateTimeHourMinuteTpl; context: { timeFormat: 'HH:mm', timeType: 'minute' }\"></ng-container>\r\n </ng-container>\r\n</div>\r\n\r\n<ng-template #dateTimeHourMinuteTpl let-timeFormat=\"timeFormat\" let-timeType=\"timeType\">\r\n <div class=\"x-date-picker-portal-content\">\r\n <div class=\"x-date-picker-portal-date\">\r\n <x-picker-date [display]=\"display\" [(type)]=\"type\" [model]=\"model\" (modelChange)=\"dateChange($event)\"></x-picker-date>\r\n </div>\r\n <div class=\"x-date-picker-portal-time\">\r\n <div class=\"x-date-picker-portal-time-label\">\r\n <x-button type=\"text\" size=\"small\">{{ time | date: timeFormat }}</x-button>\r\n </div>\r\n <x-time-picker-frame [type]=\"timeType\" [value]=\"time\" (nodeEmit)=\"selectTime($event)\"></x-time-picker-frame>\r\n </div>\r\n </div>\r\n <div class=\"x-date-picker-portal-footer\">\r\n <x-button type=\"primary\" size=\"small\" (click)=\"nodeEmit(model)\">{{ locale.sure }}</x-button>\r\n </div>\r\n</ng-template>\r\n", styles: ["@charset \"UTF-8\";.x-date-picker-portal{margin:.0625rem 0;font-size:var(--x-font-size);color:var(--x-text);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);background-color:var(--x-background);width:16rem;display:flex;flex-direction:column;font-size:var(--x-font-size-small)}.x-date-picker-portal.date-time{width:27rem}.x-date-picker-portal.date-hour{width:19.75rem}.x-date-picker-portal.date-minute{width:23.375rem}.x-date-picker-portal-content{display:flex}.x-date-picker-portal-preset{display:flex;align-items:center;justify-content:center;border-top:var(--x-border-width) solid var(--x-border)}.x-date-picker-portal-preset>x-button{flex:1}.x-date-picker-portal-body{padding:.4rem}.x-date-picker-portal-footer{display:flex;justify-content:flex-end;border-top:var(--x-border-width) var(--x-border-style) var(--x-border);padding:.5rem}.x-date-picker-portal-date{flex:1}.x-date-picker-portal-time{display:flex;flex-direction:column;border-left:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-date-picker-portal-time-label{padding:.5rem;text-align:center;border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-date-picker-portal-time .x-time-picker-frame{border-width:0;box-shadow:none;margin:0}\n"], components: [{ type: i3.XPickerDateComponent, selector: "x-picker-date" }, { type: i4.XButtonComponent, selector: "x-button" }, { type: i5.XPickerMonthComponent, selector: "x-picker-month" }, { type: i6.XPickerYearComponent, selector: "x-picker-year" }, { type: i7.XTimePickerFrameComponent, selector: "x-time-picker-frame", inputs: ["type", "value"], outputs: ["nodeEmit"] }], directives: [{ type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "date": i1.DatePipe }, animations: [XConnectBaseAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: XDatePickerPortalComponent, decorators: [{
|
|
135
135
|
type: Component,
|
|
136
136
|
args: [{ selector: `${XDatePickerPortalPrefix}`, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [XConnectBaseAnimation], providers: [DatePipe, LowerCasePipe], template: "<div class=\"x-date-picker-portal {{ type }}\" [ngSwitch]=\"type\" (click)=\"inputCom.inputFocus()\">\r\n <ng-container *ngSwitchCase=\"'date'\">\r\n <x-picker-date [display]=\"display\" [model]=\"model\" [(type)]=\"type\" (modelChange)=\"dateChange($event)\"></x-picker-date>\r\n <div *ngIf=\"preset\" class=\"x-date-picker-portal-preset\">\r\n <ng-container *ngFor=\"let item of preset\">\r\n <x-button type=\"text\" *ngIf=\"item.id === 'yesterday'\" (click)=\"onYesterday()\">{{ locale.yesterday }}</x-button>\r\n <x-button type=\"text\" *ngIf=\"item.id === 'today'\" (click)=\"onToday()\">{{ locale.today }}</x-button>\r\n <x-button type=\"text\" *ngIf=\"item.id === 'tomorrow'\" (click)=\"onTomorrow()\">{{ locale.tomorrow }}</x-button>\r\n <x-button type=\"text\" *ngIf=\"item.func\" (click)=\"onPresetFunc(item)\">{{ item.label }}</x-button>\r\n </ng-container>\r\n </div>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'month'\">\r\n <x-picker-month [display]=\"display\" [model]=\"model\" [(type)]=\"type\" (modelChange)=\"monthChange($event)\"></x-picker-month>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'year'\">\r\n <x-picker-year [display]=\"display\" [model]=\"model\" [(type)]=\"type\" (modelChange)=\"yearChange($event)\"></x-picker-year>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'date-time'\">\r\n <ng-container *ngTemplateOutlet=\"dateTimeHourMinuteTpl; context: { timeFormat: 'HH:mm:ss', timeType: 'time' }\"></ng-container>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'date-hour'\">\r\n <ng-container *ngTemplateOutlet=\"dateTimeHourMinuteTpl; context: { timeFormat: 'HH', timeType: 'hour' }\"></ng-container>\r\n </ng-container>\r\n <ng-container *ngSwitchCase=\"'date-minute'\">\r\n <ng-container *ngTemplateOutlet=\"dateTimeHourMinuteTpl; context: { timeFormat: 'HH:mm', timeType: 'minute' }\"></ng-container>\r\n </ng-container>\r\n</div>\r\n\r\n<ng-template #dateTimeHourMinuteTpl let-timeFormat=\"timeFormat\" let-timeType=\"timeType\">\r\n <div class=\"x-date-picker-portal-content\">\r\n <div class=\"x-date-picker-portal-date\">\r\n <x-picker-date [display]=\"display\" [(type)]=\"type\" [model]=\"model\" (modelChange)=\"dateChange($event)\"></x-picker-date>\r\n </div>\r\n <div class=\"x-date-picker-portal-time\">\r\n <div class=\"x-date-picker-portal-time-label\">\r\n <x-button type=\"text\" size=\"small\">{{ time | date: timeFormat }}</x-button>\r\n </div>\r\n <x-time-picker-frame [type]=\"timeType\" [value]=\"time\" (nodeEmit)=\"selectTime($event)\"></x-time-picker-frame>\r\n </div>\r\n </div>\r\n <div class=\"x-date-picker-portal-footer\">\r\n <x-button type=\"primary\" size=\"small\" (click)=\"nodeEmit(model)\">{{ locale.sure }}</x-button>\r\n </div>\r\n</ng-template>\r\n", styles: ["@charset \"UTF-8\";.x-date-picker-portal{margin:.0625rem 0;font-size:var(--x-font-size);color:var(--x-text);border:var(--x-border-width) var(--x-border-style) var(--x-border);border-radius:var(--x-border-radius);box-shadow:var(--x-box-shadow) var(--x-box-shadow-light-color);background-color:var(--x-background);width:16rem;display:flex;flex-direction:column;font-size:var(--x-font-size-small)}.x-date-picker-portal.date-time{width:27rem}.x-date-picker-portal.date-hour{width:19.75rem}.x-date-picker-portal.date-minute{width:23.375rem}.x-date-picker-portal-content{display:flex}.x-date-picker-portal-preset{display:flex;align-items:center;justify-content:center;border-top:var(--x-border-width) solid var(--x-border)}.x-date-picker-portal-preset>x-button{flex:1}.x-date-picker-portal-body{padding:.4rem}.x-date-picker-portal-footer{display:flex;justify-content:flex-end;border-top:var(--x-border-width) var(--x-border-style) var(--x-border);padding:.5rem}.x-date-picker-portal-date{flex:1}.x-date-picker-portal-time{display:flex;flex-direction:column;border-left:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-date-picker-portal-time-label{padding:.5rem;text-align:center;border-bottom:var(--x-border-width) var(--x-border-style) var(--x-border)}.x-date-picker-portal-time .x-time-picker-frame{border-width:0;box-shadow:none;margin:0}\n"] }]
|
|
137
137
|
}], ctorParameters: function () { return [{ type: i1.DatePipe }, { type: i1.LowerCasePipe }, { type: i0.ChangeDetectorRef }, { type: i2.XI18nService }]; }, propDecorators: { placement: [{
|