@alauda/ui 5.7.7-beta.8 → 6.0.1-beta.0
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/accordion/accordion-item/accordion-item.component.d.ts +1 -1
- package/alauda-ui.d.ts +21 -20
- package/alauda-ui.metadata.json +1 -1
- package/bundles/alauda-ui.umd.js +1937 -1000
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/date-picker/calendar/date-picker-panel/component.d.ts +1 -0
- package/date-picker/calendar/footer/component.d.ts +2 -1
- package/date-picker/calendar/range-picker-panel/component.d.ts +1 -1
- package/date-picker/date-picker/date-picker.component.d.ts +1 -0
- package/drawer/component/drawer-ref.d.ts +26 -0
- package/drawer/component/drawer.component.d.ts +59 -0
- package/drawer/component/drawer.component.ngfactory.d.ts +1 -0
- package/drawer/component/drawer.component.scss.ngstyle.d.ts +1 -0
- package/drawer/component/drawer.service.d.ts +24 -0
- package/drawer/component/helper-directives.d.ts +10 -0
- package/drawer/drawer.module.d.ts +2 -0
- package/drawer/drawer.module.ngfactory.d.ts +3 -0
- package/drawer/public-api.d.ts +5 -0
- package/esm2015/accordion/accordion-item/accordion-item.component.js +2 -1
- package/esm2015/accordion/accordion.module.ngfactory.js +4 -3
- package/esm2015/accordion/accordion.module.ngsummary.json +1 -1
- package/esm2015/alauda-ui.js +22 -21
- package/esm2015/alauda-ui.ngsummary.json +1 -1
- package/esm2015/autocomplete/autocomplete.component.js +1 -1
- package/esm2015/autocomplete/autocomplete.component.scss.ngstyle.js +1 -1
- package/esm2015/autocomplete/suggestion/suggestion.component.js +1 -1
- package/esm2015/autocomplete/suggestion/suggestion.component.scss.ngstyle.js +1 -1
- package/esm2015/autocomplete/suggestion-group/suggestion-group.component.js +1 -1
- package/esm2015/autocomplete/suggestion-group/suggestion-group.component.scss.ngstyle.js +1 -1
- package/esm2015/back-top/back-top.module.ngfactory.js +3 -2
- package/esm2015/back-top/back-top.module.ngsummary.json +1 -1
- package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +3 -2
- package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +1 -1
- package/esm2015/button/button-group/button-group.component.js +1 -1
- package/esm2015/button/button-group/button-group.component.scss.ngstyle.js +1 -1
- package/esm2015/button/button.component.js +1 -1
- package/esm2015/button/button.component.scss.ngstyle.js +1 -1
- package/esm2015/button/button.module.ngfactory.js +3 -2
- package/esm2015/button/button.module.ngsummary.json +1 -1
- package/esm2015/card/card.component.js +1 -1
- package/esm2015/card/card.component.scss.ngstyle.js +1 -1
- package/esm2015/card/section.component.js +1 -1
- package/esm2015/card/section.component.scss.ngstyle.js +1 -1
- package/esm2015/checkbox/checkbox.component.js +3 -3
- package/esm2015/checkbox/checkbox.component.ngfactory.js +3 -3
- package/esm2015/checkbox/checkbox.component.scss.ngstyle.js +1 -1
- package/esm2015/checkbox/checkbox.module.ngfactory.js +4 -3
- package/esm2015/checkbox/checkbox.module.ngsummary.json +1 -1
- package/esm2015/date-picker/calendar/date-picker-panel/component.js +6 -3
- package/esm2015/date-picker/calendar/date-picker-panel/component.ngfactory.js +29 -19
- package/esm2015/date-picker/calendar/date-picker-panel/component.ngsummary.json +1 -1
- package/esm2015/date-picker/calendar/footer/component.js +4 -3
- package/esm2015/date-picker/calendar/footer/component.ngfactory.js +14 -12
- package/esm2015/date-picker/calendar/footer/component.ngsummary.json +1 -1
- package/esm2015/date-picker/calendar/header/component.js +3 -3
- package/esm2015/date-picker/calendar/header/component.ngfactory.js +22 -19
- package/esm2015/date-picker/calendar/header/style.scss.ngstyle.js +1 -1
- package/esm2015/date-picker/calendar/panel/picker-panel.js +1 -1
- package/esm2015/date-picker/calendar/panel/picker-panel.style.scss.ngstyle.js +1 -1
- package/esm2015/date-picker/calendar/range-picker-panel/component.js +6 -6
- package/esm2015/date-picker/calendar/range-picker-panel/component.ngfactory.js +3 -3
- package/esm2015/date-picker/date-picker/date-picker.component.js +3 -2
- package/esm2015/date-picker/date-picker/date-picker.component.ngfactory.js +4 -4
- package/esm2015/date-picker/date-picker/date-picker.component.ngsummary.json +1 -1
- package/esm2015/date-picker/date-picker.module.ngfactory.js +14 -13
- package/esm2015/date-picker/date-picker.module.ngsummary.json +1 -1
- package/esm2015/date-picker/range-picker/range-picker.component.js +2 -2
- package/esm2015/date-picker/range-picker/range-picker.component.ngfactory.js +2 -2
- package/esm2015/date-picker/trigger/trigger.component.js +4 -4
- package/esm2015/date-picker/trigger/trigger.component.ngfactory.js +2 -2
- package/esm2015/date-picker/trigger/trigger.style.scss.shim.ngstyle.js +1 -1
- package/esm2015/dialog/dialog.module.ngfactory.js +4 -3
- package/esm2015/dialog/dialog.module.ngsummary.json +1 -1
- package/esm2015/drawer/component/drawer-ref.js +9 -0
- package/esm2015/drawer/component/drawer-ref.ngsummary.json +1 -0
- package/esm2015/drawer/component/drawer.component.js +206 -0
- package/esm2015/drawer/component/drawer.component.ngfactory.js +40 -0
- package/esm2015/drawer/component/drawer.component.ngsummary.json +1 -0
- package/esm2015/drawer/component/drawer.component.scss.ngstyle.js +9 -0
- package/esm2015/drawer/component/drawer.service.js +52 -0
- package/esm2015/drawer/component/drawer.service.ngsummary.json +1 -0
- package/esm2015/drawer/component/helper-directives.js +27 -0
- package/esm2015/drawer/component/helper-directives.ngsummary.json +1 -0
- package/esm2015/drawer/drawer.module.js +25 -0
- package/esm2015/drawer/drawer.module.ngfactory.js +23 -0
- package/esm2015/drawer/drawer.module.ngsummary.json +1 -0
- package/esm2015/drawer/public-api.js +6 -0
- package/esm2015/drawer/public-api.ngsummary.json +1 -0
- package/esm2015/dropdown/dropdown-button/dropdown-button.component.js +1 -1
- package/esm2015/dropdown/dropdown-button/dropdown-button.component.scss.ngstyle.js +1 -1
- package/esm2015/dropdown/dropdown.module.ngfactory.js +4 -3
- package/esm2015/dropdown/dropdown.module.ngsummary.json +1 -1
- package/esm2015/dropdown/menu/menu.component.js +1 -1
- package/esm2015/dropdown/menu/menu.component.scss.ngstyle.js +1 -1
- package/esm2015/dropdown/menu-group/menu-group.component.js +1 -1
- package/esm2015/dropdown/menu-group/menu-group.component.scss.ngstyle.js +1 -1
- package/esm2015/dropdown/menu-item/menu-item.component.js +1 -1
- package/esm2015/dropdown/menu-item/menu-item.component.scss.ngstyle.js +1 -1
- package/esm2015/dropdown/submenu/submenu.component.js +3 -3
- package/esm2015/dropdown/submenu/submenu.component.scss.ngstyle.js +1 -1
- package/esm2015/i18n/language/en.js +2 -1
- package/esm2015/i18n/language/en.ngsummary.json +1 -1
- package/esm2015/i18n/language/zh.js +2 -1
- package/esm2015/i18n/language/zh.ngsummary.json +1 -1
- package/esm2015/icon/icon.component.js +13 -12
- package/esm2015/icon/icon.component.ngfactory.js +10 -7
- package/esm2015/icon/icon.component.ngsummary.json +1 -1
- package/esm2015/icon/icon.module.js +3 -2
- package/esm2015/icon/icon.module.ngfactory.js +3 -2
- package/esm2015/icon/icon.module.ngsummary.json +1 -1
- package/esm2015/icon/icons.js +2 -2
- package/esm2015/icon/icons.ngsummary.json +1 -1
- package/esm2015/inline-alert/inline-alert.module.ngfactory.js +3 -2
- package/esm2015/inline-alert/inline-alert.module.ngsummary.json +1 -1
- package/esm2015/input/input-group/input-group.component.js +1 -1
- package/esm2015/input/input-group/input-group.component.scss.ngstyle.js +1 -1
- package/esm2015/input/input.module.ngfactory.js +6 -5
- package/esm2015/input/input.module.ngsummary.json +1 -1
- package/esm2015/input/number-input/number-input.component.js +1 -1
- package/esm2015/input/number-input/number-input.component.scss.ngstyle.js +1 -1
- package/esm2015/input/search/search.component.js +1 -1
- package/esm2015/input/search/search.component.scss.ngstyle.js +1 -1
- package/esm2015/input/tags-input/tags-input.component.js +10 -3
- package/esm2015/input/tags-input/tags-input.component.scss.ngstyle.js +1 -1
- package/esm2015/message/message.module.ngfactory.js +3 -2
- package/esm2015/message/message.module.ngsummary.json +1 -1
- package/esm2015/nav-menu/nav-item/nav-item.component.js +76 -0
- package/esm2015/nav-menu/nav-item/nav-item.component.ngfactory.js +17 -0
- package/esm2015/nav-menu/nav-item/nav-item.component.ngsummary.json +1 -0
- package/esm2015/nav-menu/nav-item-group/nav-item-group.component.js +32 -0
- package/esm2015/nav-menu/nav-item-group/nav-item-group.component.ngfactory.js +16 -0
- package/esm2015/nav-menu/nav-item-group/nav-item-group.component.ngsummary.json +1 -0
- package/esm2015/nav-menu/nav-item-li/nav-item-li.component.js +13 -34
- package/esm2015/nav-menu/nav-item-li/nav-item-li.component.ngfactory.js +14 -32
- package/esm2015/nav-menu/nav-item-li/nav-item-li.component.ngsummary.json +1 -1
- package/esm2015/nav-menu/nav-item-li/nav-item-li.component.scss.ngstyle.js +1 -1
- package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.js +4 -4
- package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.ngfactory.js +2 -2
- package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.scss.ngstyle.js +1 -1
- package/esm2015/nav-menu/nav-menu.component.js +38 -40
- package/esm2015/nav-menu/nav-menu.component.ngfactory.js +5 -5
- package/esm2015/nav-menu/nav-menu.component.ngsummary.json +1 -1
- package/esm2015/nav-menu/nav-menu.component.scss.ngstyle.js +1 -1
- package/esm2015/nav-menu/nav-menu.module.js +21 -3
- package/esm2015/nav-menu/nav-menu.module.ngfactory.js +6 -5
- package/esm2015/nav-menu/nav-menu.module.ngsummary.json +1 -1
- package/esm2015/nav-menu/nav-menu.types.js +1 -1
- package/esm2015/nav-menu/platform-nav/platform-nav.component.js +56 -0
- package/esm2015/nav-menu/platform-nav/platform-nav.component.ngfactory.js +65 -0
- package/esm2015/nav-menu/platform-nav/platform-nav.component.ngsummary.json +1 -0
- package/esm2015/nav-menu/platform-nav/platform-nav.component.scss.ngstyle.js +9 -0
- package/esm2015/nav-menu/platform-nav.module.js +15 -0
- package/esm2015/nav-menu/platform-nav.module.ngfactory.js +25 -0
- package/esm2015/nav-menu/platform-nav.module.ngsummary.json +1 -0
- package/esm2015/nav-menu/public-api.js +5 -1
- package/esm2015/nav-menu/public-api.ngsummary.json +1 -1
- package/esm2015/notification/notification.component.js +3 -3
- package/esm2015/notification/notification.component.ngfactory.js +4 -4
- package/esm2015/notification/notification.component.scss.ngstyle.js +1 -1
- package/esm2015/notification/notification.module.ngfactory.js +3 -2
- package/esm2015/notification/notification.module.ngsummary.json +1 -1
- package/esm2015/paginator/paginator.component.js +5 -6
- package/esm2015/paginator/paginator.component.ngfactory.js +40 -42
- package/esm2015/paginator/paginator.component.ngsummary.json +1 -1
- package/esm2015/paginator/paginator.component.scss.ngstyle.js +1 -1
- package/esm2015/paginator/paginator.module.ngfactory.js +14 -13
- package/esm2015/paginator/paginator.module.ngsummary.json +1 -1
- package/esm2015/public-api.js +3 -1
- package/esm2015/public-api.ngsummary.json +1 -1
- package/esm2015/radio/radio.module.ngfactory.js +3 -2
- package/esm2015/radio/radio.module.ngsummary.json +1 -1
- package/esm2015/select/multi-select/multi-select.component.js +3 -3
- package/esm2015/select/multi-select/multi-select.component.ngfactory.js +2 -2
- package/esm2015/select/multi-select/multi-select.component.scss.ngstyle.js +1 -1
- package/esm2015/select/option/option.component.js +1 -1
- package/esm2015/select/option/option.component.scss.ngstyle.js +1 -1
- package/esm2015/select/option-group/option-group.component.js +3 -3
- package/esm2015/select/option-group/option-group.component.ngfactory.js +2 -2
- package/esm2015/select/option-group/option-group.component.scss.ngstyle.js +1 -1
- package/esm2015/select/select.component.js +6 -3
- package/esm2015/select/select.component.ngfactory.js +3 -3
- package/esm2015/select/select.component.scss.ngstyle.js +1 -1
- package/esm2015/select/select.module.ngfactory.js +12 -11
- package/esm2015/select/select.module.ngsummary.json +1 -1
- package/esm2015/status-bar/status-bar.component.js +1 -1
- package/esm2015/status-bar/status-bar.component.scss.ngstyle.js +1 -1
- package/esm2015/steps/public-api.js +4 -0
- package/esm2015/steps/public-api.ngsummary.json +1 -0
- package/esm2015/steps/steps.component.js +165 -0
- package/esm2015/steps/steps.component.ngfactory.js +34 -0
- package/esm2015/steps/steps.component.ngsummary.json +1 -0
- package/esm2015/steps/steps.component.scss.ngstyle.js +9 -0
- package/esm2015/steps/steps.module.js +14 -0
- package/esm2015/steps/steps.module.ngfactory.js +16 -0
- package/esm2015/steps/steps.module.ngsummary.json +1 -0
- package/esm2015/steps/types.js +7 -0
- package/esm2015/steps/types.ngsummary.json +1 -0
- package/esm2015/table/table-cell.component.js +57 -0
- package/esm2015/table/table-cell.component.ngfactory.js +29 -0
- package/esm2015/table/table-cell.component.ngsummary.json +1 -0
- package/esm2015/table/table-scroll-wrapper.directive.js +26 -28
- package/esm2015/table/table-scroll-wrapper.directive.ngsummary.json +1 -1
- package/esm2015/table/table.component.js +12 -4
- package/esm2015/table/table.component.ngfactory.js +12 -11
- package/esm2015/table/table.component.ngsummary.json +1 -1
- package/esm2015/table/table.component.scss.ngstyle.js +1 -1
- package/esm2015/table/table.module.js +7 -2
- package/esm2015/table/table.module.ngfactory.js +11 -6
- package/esm2015/table/table.module.ngsummary.json +1 -1
- package/esm2015/tabs/public-api.ngsummary.json +1 -1
- package/esm2015/tabs/tab-directives.js +16 -1
- package/esm2015/tabs/tab-directives.ngsummary.json +1 -1
- package/esm2015/tabs/tab-group.component.js +5 -3
- package/esm2015/tabs/tab-group.component.ngfactory.js +25 -22
- package/esm2015/tabs/tab-group.component.ngsummary.json +1 -1
- package/esm2015/tabs/tab-header.component.js +5 -4
- package/esm2015/tabs/tab-header.component.ngfactory.js +17 -15
- package/esm2015/tabs/tab-header.component.ngsummary.json +1 -1
- package/esm2015/tabs/tab-header.component.scss.ngstyle.js +1 -1
- package/esm2015/tabs/tabs.module.js +4 -2
- package/esm2015/tabs/tabs.module.ngfactory.js +7 -6
- package/esm2015/tabs/tabs.module.ngsummary.json +1 -1
- package/esm2015/tag/check-tag/check-tag.component.js +5 -4
- package/esm2015/tag/check-tag/check-tag.component.ngfactory.js +9 -3
- package/esm2015/tag/tag.component.js +9 -3
- package/esm2015/tag/tag.component.ngfactory.js +1 -1
- package/esm2015/tag/tag.component.ngsummary.json +1 -1
- package/esm2015/tag/tag.component.scss.ngstyle.js +1 -1
- package/esm2015/tag/tag.module.ngfactory.js +4 -3
- package/esm2015/tag/tag.module.ngsummary.json +1 -1
- package/esm2015/theme/public-api.js +4 -1
- package/esm2015/theme/public-api.ngsummary.json +1 -1
- package/esm2015/theme/theme.module.js +13 -0
- package/esm2015/theme/theme.module.ngfactory.js +12 -0
- package/esm2015/theme/theme.module.ngsummary.json +1 -0
- package/esm2015/theme/theme.pipe.js +33 -0
- package/esm2015/theme/theme.pipe.ngsummary.json +1 -0
- package/esm2015/theme/theme.service.js +42 -7
- package/esm2015/theme/theme.service.ngsummary.json +1 -1
- package/esm2015/theme/theme.types.js +2 -0
- package/esm2015/theme/theme.types.ngsummary.json +1 -0
- package/esm2015/time-picker/component.js +11 -5
- package/esm2015/time-picker/component.ngfactory.js +21 -15
- package/esm2015/time-picker/panel/panel.component.js +2 -2
- package/esm2015/time-picker/panel/panel.component.ngfactory.js +3 -3
- package/esm2015/time-picker/style.scss.ngstyle.js +1 -1
- package/esm2015/time-picker/time-picker.module.ngfactory.js +10 -9
- package/esm2015/time-picker/time-picker.module.ngsummary.json +1 -1
- package/esm2015/tooltip/tooltip.component.js +5 -3
- package/esm2015/tooltip/tooltip.component.scss.ngstyle.js +1 -1
- package/esm2015/tree-select/tree-node/tree-node.component.js +1 -1
- package/esm2015/tree-select/tree-node/tree-node.component.scss.ngstyle.js +1 -1
- package/esm2015/tree-select/tree-select.component.js +13 -3
- package/esm2015/tree-select/tree-select.component.ngfactory.js +5 -2
- package/esm2015/tree-select/tree-select.component.ngsummary.json +1 -1
- package/esm2015/tree-select/tree-select.component.scss.ngstyle.js +1 -1
- package/esm2015/tree-select/tree-select.module.ngfactory.js +8 -7
- package/esm2015/tree-select/tree-select.module.ngsummary.json +1 -1
- package/fesm2015/alauda-ui.js +1561 -733
- package/fesm2015/alauda-ui.js.map +1 -1
- package/icon/icon.component.d.ts +6 -4
- package/icon/icons.d.ts +1 -1
- package/nav-menu/nav-item/nav-item.component.d.ts +24 -0
- package/nav-menu/nav-item/nav-item.component.ngfactory.d.ts +1 -0
- package/nav-menu/nav-item-group/nav-item-group.component.d.ts +10 -0
- package/nav-menu/nav-item-group/nav-item-group.component.ngfactory.d.ts +1 -0
- package/nav-menu/nav-item-li/nav-item-li.component.d.ts +4 -10
- package/nav-menu/nav-item-ul/nav-item-ul.component.d.ts +7 -6
- package/nav-menu/nav-menu.component.d.ts +14 -13
- package/nav-menu/nav-menu.types.d.ts +2 -3
- package/nav-menu/platform-nav/platform-nav.component.d.ts +20 -0
- package/nav-menu/platform-nav/platform-nav.component.ngfactory.d.ts +1 -0
- package/nav-menu/platform-nav/platform-nav.component.scss.ngstyle.d.ts +1 -0
- package/nav-menu/platform-nav.module.d.ts +2 -0
- package/nav-menu/platform-nav.module.ngfactory.d.ts +3 -0
- package/nav-menu/public-api.d.ts +4 -0
- package/package.json +1 -1
- package/paginator/paginator.component.d.ts +2 -1
- package/public-api.d.ts +2 -0
- package/select/select.component.d.ts +1 -0
- package/steps/public-api.d.ts +3 -0
- package/steps/steps.component.d.ts +30 -0
- package/steps/steps.component.ngfactory.d.ts +1 -0
- package/steps/steps.component.scss.ngstyle.d.ts +1 -0
- package/steps/steps.module.d.ts +2 -0
- package/steps/steps.module.ngfactory.d.ts +3 -0
- package/steps/types.d.ts +17 -0
- package/table/table-cell.component.d.ts +8 -0
- package/table/table-cell.component.ngfactory.d.ts +1 -0
- package/table/table-scroll-wrapper.directive.d.ts +6 -4
- package/table/table.component.d.ts +1 -0
- package/tabs/tab-directives.d.ts +3 -0
- package/tabs/tab-group.component.d.ts +4 -2
- package/tabs/tab-header.component.d.ts +2 -1
- package/tag/check-tag/check-tag.component.d.ts +1 -0
- package/tag/tag.component.d.ts +2 -0
- package/theme/_base-var.scss +6 -0
- package/theme/_mixin.scss +49 -2
- package/theme/_pattern.scss +38 -1
- package/theme/_var.scss +29 -6
- package/theme/public-api.d.ts +3 -0
- package/theme/style.css +120 -102
- package/theme/theme.module.d.ts +2 -0
- package/theme/theme.module.ngfactory.d.ts +3 -0
- package/theme/theme.pipe.d.ts +10 -0
- package/theme/theme.service.d.ts +10 -3
- package/theme/theme.types.d.ts +3 -0
- package/time-picker/component.d.ts +1 -0
- package/tooltip/tooltip.component.d.ts +2 -0
- package/tree-select/tree-select.component.d.ts +2 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":2,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"entryComponents":[{"componentType":{"__symbol":1,"members":[]},"componentFactory":{"__symbol":2,"members":[]}},{"componentType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}],"providers":[{"provider":{"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}},"useClass":{"reference":{"__symbol":6,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":7,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":7,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":8,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":9,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":12,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":18,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":19,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":20,"members":[]}}}}],"lifecycleHooks":[]}},"useClass":{"reference":{"__symbol":9,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":12,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":18,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":19,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":20,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":12,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":18,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":19,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":20,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":21,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":22,"members":[]}}},"useClass":null,"useFactory":{"reference":{"__symbol":23,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}}]},"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":21,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":24,"members":[]}}},"useClass":null,"useFactory":{"reference":{"__symbol":25,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":true,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":24,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":26,"members":[]}}}}]},"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":true,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":24,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":26,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":27,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":28,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":29,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"lifecycleHooks":[]}},"useClass":{"reference":{"__symbol":28,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":29,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":29,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}}],"modules":[{"reference":{"__symbol":8,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":30,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":31,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":32,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":33,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":34,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":21,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":27,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":35,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}],"exportedDirectives":[{"reference":{"__symbol":1,"members":[]}},{"reference":{"__symbol":36,"members":[]}},{"reference":{"__symbol":37,"members":[]}},{"reference":{"__symbol":38,"members":[]}},{"reference":{"__symbol":39,"members":[]}}],"exportedPipes":[]}}],"symbols":[{"__symbol":0,"name":"DialogModule","filePath":"./dialog.module"},{"__symbol":1,"name":"DialogComponent","filePath":"./dialog.component"},{"__symbol":2,"name":"DialogComponentNgFactory","filePath":"./dialog.component.ngfactory"},{"__symbol":3,"name":"ConfirmDialogComponent","filePath":"./confirm-dialog/confirm-dialog.component"},{"__symbol":4,"name":"ConfirmDialogComponentNgFactory","filePath":"./confirm-dialog/confirm-dialog.component.ngfactory"},{"__symbol":5,"name":"NgLocalization","filePath":"@angular/common"},{"__symbol":6,"name":"NgLocaleLocalization","filePath":"@angular/common"},{"__symbol":7,"name":"LOCALE_ID","filePath":"@angular/core"},{"__symbol":8,"name":"CommonModule","filePath":"@angular/common"},{"__symbol":9,"name":"Overlay","filePath":"@angular/cdk/overlay/index"},{"__symbol":10,"name":"ScrollStrategyOptions","filePath":"@angular/cdk/overlay/index"},{"__symbol":11,"name":"OverlayContainer","filePath":"@angular/cdk/overlay/index"},{"__symbol":12,"name":"ComponentFactoryResolver","filePath":"@angular/core"},{"__symbol":13,"name":"OverlayPositionBuilder","filePath":"@angular/cdk/overlay/index"},{"__symbol":14,"name":"OverlayKeyboardDispatcher","filePath":"@angular/cdk/overlay/index"},{"__symbol":15,"name":"Injector","filePath":"@angular/core"},{"__symbol":16,"name":"NgZone","filePath":"@angular/core"},{"__symbol":17,"name":"DOCUMENT","filePath":"@angular/common"},{"__symbol":18,"name":"Directionality","filePath":"@angular/cdk/bidi/index"},{"__symbol":19,"name":"Location","filePath":"@angular/common"},{"__symbol":20,"name":"OverlayOutsideClickDispatcher","filePath":"@angular/cdk/overlay/index"},{"__symbol":21,"name":"OverlayModule","filePath":"@angular/cdk/overlay/index"},{"__symbol":22,"name":"ɵangular_material_src_cdk_overlay_overlay_a","filePath":"@angular/cdk/overlay/index"},{"__symbol":23,"name":"ɵangular_material_src_cdk_overlay_overlay_b","filePath":"@angular/cdk/overlay/index"},{"__symbol":24,"name":"IconRegisterService","filePath":"../icon/icon-register.service"},{"__symbol":25,"name":"ICON_REGISTER_PROVIDER_FACTORY","filePath":"../icon/icon-register.service"},{"__symbol":26,"name":"HttpClient","filePath":"@angular/common/http/http"},{"__symbol":27,"name":"IconModule","filePath":"../icon/icon.module"},{"__symbol":28,"name":"DialogService","filePath":"./dialog.service"},{"__symbol":29,"name":"ScrollDispatcher","filePath":"@angular/cdk/scrolling/index"},{"__symbol":30,"name":"BidiModule","filePath":"@angular/cdk/bidi/index"},{"__symbol":31,"name":"PortalModule","filePath":"@angular/cdk/portal/index"},{"__symbol":32,"name":"PlatformModule","filePath":"@angular/cdk/platform/index"},{"__symbol":33,"name":"CdkScrollableModule","filePath":"@angular/cdk/scrolling/index"},{"__symbol":34,"name":"ScrollingModule","filePath":"@angular/cdk/scrolling/index"},{"__symbol":35,"name":"ButtonModule","filePath":"../button/button.module"},{"__symbol":36,"name":"DialogHeaderComponent","filePath":"./dialog-content/dialog-header.component"},{"__symbol":37,"name":"DialogContentComponent","filePath":"./dialog-content/dialog-content.component"},{"__symbol":38,"name":"DialogFooterComponent","filePath":"./dialog-content/dialog-footer.component"},{"__symbol":39,"name":"DialogCloseDirective","filePath":"./dialog-content/dialog-close.directive"}]}
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":2,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"entryComponents":[{"componentType":{"__symbol":1,"members":[]},"componentFactory":{"__symbol":2,"members":[]}},{"componentType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}],"providers":[{"provider":{"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}},"useClass":{"reference":{"__symbol":6,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":7,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":7,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":8,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":9,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":12,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":18,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":19,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":20,"members":[]}}}}],"lifecycleHooks":[]}},"useClass":{"reference":{"__symbol":9,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":12,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":18,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":19,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":20,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":12,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":18,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":19,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":20,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":21,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":22,"members":[]}}},"useClass":null,"useFactory":{"reference":{"__symbol":23,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}}]},"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":21,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":24,"members":[]}}},"useClass":null,"useFactory":{"reference":{"__symbol":25,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":true,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":24,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":26,"members":[]}}}}]},"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":true,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":24,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":17,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":true,"token":{"identifier":{"reference":{"__symbol":26,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":27,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":28,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":29,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"lifecycleHooks":[]}},"useClass":{"reference":{"__symbol":28,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":29,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":9,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":29,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}}],"modules":[{"reference":{"__symbol":8,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":30,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":31,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":32,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":33,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":34,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":21,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":35,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":27,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":36,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}],"exportedDirectives":[{"reference":{"__symbol":1,"members":[]}},{"reference":{"__symbol":37,"members":[]}},{"reference":{"__symbol":38,"members":[]}},{"reference":{"__symbol":39,"members":[]}},{"reference":{"__symbol":40,"members":[]}}],"exportedPipes":[]}}],"symbols":[{"__symbol":0,"name":"DialogModule","filePath":"./dialog.module"},{"__symbol":1,"name":"DialogComponent","filePath":"./dialog.component"},{"__symbol":2,"name":"DialogComponentNgFactory","filePath":"./dialog.component.ngfactory"},{"__symbol":3,"name":"ConfirmDialogComponent","filePath":"./confirm-dialog/confirm-dialog.component"},{"__symbol":4,"name":"ConfirmDialogComponentNgFactory","filePath":"./confirm-dialog/confirm-dialog.component.ngfactory"},{"__symbol":5,"name":"NgLocalization","filePath":"@angular/common"},{"__symbol":6,"name":"NgLocaleLocalization","filePath":"@angular/common"},{"__symbol":7,"name":"LOCALE_ID","filePath":"@angular/core"},{"__symbol":8,"name":"CommonModule","filePath":"@angular/common"},{"__symbol":9,"name":"Overlay","filePath":"@angular/cdk/overlay/index"},{"__symbol":10,"name":"ScrollStrategyOptions","filePath":"@angular/cdk/overlay/index"},{"__symbol":11,"name":"OverlayContainer","filePath":"@angular/cdk/overlay/index"},{"__symbol":12,"name":"ComponentFactoryResolver","filePath":"@angular/core"},{"__symbol":13,"name":"OverlayPositionBuilder","filePath":"@angular/cdk/overlay/index"},{"__symbol":14,"name":"OverlayKeyboardDispatcher","filePath":"@angular/cdk/overlay/index"},{"__symbol":15,"name":"Injector","filePath":"@angular/core"},{"__symbol":16,"name":"NgZone","filePath":"@angular/core"},{"__symbol":17,"name":"DOCUMENT","filePath":"@angular/common"},{"__symbol":18,"name":"Directionality","filePath":"@angular/cdk/bidi/index"},{"__symbol":19,"name":"Location","filePath":"@angular/common"},{"__symbol":20,"name":"OverlayOutsideClickDispatcher","filePath":"@angular/cdk/overlay/index"},{"__symbol":21,"name":"OverlayModule","filePath":"@angular/cdk/overlay/index"},{"__symbol":22,"name":"ɵangular_material_src_cdk_overlay_overlay_a","filePath":"@angular/cdk/overlay/index"},{"__symbol":23,"name":"ɵangular_material_src_cdk_overlay_overlay_b","filePath":"@angular/cdk/overlay/index"},{"__symbol":24,"name":"IconRegisterService","filePath":"../icon/icon-register.service"},{"__symbol":25,"name":"ICON_REGISTER_PROVIDER_FACTORY","filePath":"../icon/icon-register.service"},{"__symbol":26,"name":"HttpClient","filePath":"@angular/common/http/http"},{"__symbol":27,"name":"IconModule","filePath":"../icon/icon.module"},{"__symbol":28,"name":"DialogService","filePath":"./dialog.service"},{"__symbol":29,"name":"ScrollDispatcher","filePath":"@angular/cdk/scrolling/index"},{"__symbol":30,"name":"BidiModule","filePath":"@angular/cdk/bidi/index"},{"__symbol":31,"name":"PortalModule","filePath":"@angular/cdk/portal/index"},{"__symbol":32,"name":"PlatformModule","filePath":"@angular/cdk/platform/index"},{"__symbol":33,"name":"CdkScrollableModule","filePath":"@angular/cdk/scrolling/index"},{"__symbol":34,"name":"ScrollingModule","filePath":"@angular/cdk/scrolling/index"},{"__symbol":35,"name":"ThemeModule","filePath":"../theme/theme.module"},{"__symbol":36,"name":"ButtonModule","filePath":"../button/button.module"},{"__symbol":37,"name":"DialogHeaderComponent","filePath":"./dialog-content/dialog-header.component"},{"__symbol":38,"name":"DialogContentComponent","filePath":"./dialog-content/dialog-content.component"},{"__symbol":39,"name":"DialogFooterComponent","filePath":"./dialog-content/dialog-footer.component"},{"__symbol":40,"name":"DialogCloseDirective","filePath":"./dialog-content/dialog-close.directive"}]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var DrawerSize;
|
|
2
|
+
(function (DrawerSize) {
|
|
3
|
+
DrawerSize["Small"] = "small";
|
|
4
|
+
DrawerSize["Medium"] = "medium";
|
|
5
|
+
DrawerSize["Big"] = "big";
|
|
6
|
+
})(DrawerSize || (DrawerSize = {}));
|
|
7
|
+
export class DrawerRef {
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLXJlZi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kcmF3ZXIvY29tcG9uZW50L2RyYXdlci1yZWYudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUEsTUFBTSxDQUFOLElBQVksVUFJWDtBQUpELFdBQVksVUFBVTtJQUNwQiw2QkFBZSxDQUFBO0lBQ2YsK0JBQWlCLENBQUE7SUFDakIseUJBQVcsQ0FBQTtBQUNiLENBQUMsRUFKVyxVQUFVLEtBQVYsVUFBVSxRQUlyQjtBQUVELE1BQU0sT0FBZ0IsU0FBUztDQWtCOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRUeXBlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BvcnRhbCc7XG5pbXBvcnQgeyBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnO1xuXG5leHBvcnQgZW51bSBEcmF3ZXJTaXplIHtcbiAgU21hbGwgPSAnc21hbGwnLFxuICBNZWRpdW0gPSAnbWVkaXVtJyxcbiAgQmlnID0gJ2JpZycsXG59XG5cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBEcmF3ZXJSZWY8VCA9IENvbXBvbmVudFR5cGU8YW55PiwgUiA9IGFueT4ge1xuICBhYnN0cmFjdCBhZnRlckNsb3NlZDogT2JzZXJ2YWJsZTxSPjtcbiAgYWJzdHJhY3QgYWZ0ZXJPcGVuOiBPYnNlcnZhYmxlPHZvaWQ+O1xuICBhYnN0cmFjdCBjbG9zdXJlKHJlc3VsdD86IFIpOiB2b2lkO1xuICBhYnN0cmFjdCBvcGVuKCk6IHZvaWQ7XG4gIGFic3RyYWN0IGNvbXBvbmVudEluc3RhbmNlOiBUIHwgbnVsbDtcblxuICBhYnN0cmFjdCB0aXRsZT86IHN0cmluZyB8IFRlbXBsYXRlUmVmPHVua25vd24+O1xuICBhYnN0cmFjdCBmb290ZXI/OiBzdHJpbmcgfCBUZW1wbGF0ZVJlZjx1bmtub3duPjtcbiAgYWJzdHJhY3Qgc2l6ZT86IERyYXdlclNpemU7XG4gIGFic3RyYWN0IG9mZnNldFk/OiBudW1iZXI7XG4gIGFic3RyYWN0IHZpc2libGU/OiBib29sZWFuO1xuICBhYnN0cmFjdCBoaWRlT25DbGlja091dHNpZGU/OiBib29sZWFuO1xuICBhYnN0cmFjdCBzaG93Q2xvc2U/OiBib29sZWFuO1xuICBhYnN0cmFjdCBkcmF3ZXJDbGFzcz86IHN0cmluZztcbiAgYWJzdHJhY3QgbWFzaz86IGJvb2xlYW47XG4gIGFic3RyYWN0IG1hc2tDbG9zYWJsZT86IGJvb2xlYW47XG4gIGFic3RyYWN0IHdpZHRoPzogbnVtYmVyO1xufVxuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"Small":"small","Medium":"medium","Big":"big"}},{"symbol":{"__symbol":1,"members":[]},"metadata":{"__symbolic":"class","arity":2,"members":{"closure":[{"__symbolic":"method"}],"open":[{"__symbolic":"method"}]}}}],"symbols":[{"__symbol":0,"name":"DrawerSize","filePath":"./drawer-ref"},{"__symbol":1,"name":"DrawerRef","filePath":"./drawer-ref"}]}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import { Overlay, OverlayConfig, } from '@angular/cdk/overlay';
|
|
2
|
+
import { CdkPortalOutlet, ComponentPortal, TemplatePortal, } from '@angular/cdk/portal';
|
|
3
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, EventEmitter, InjectionToken, Injector, Input, Output, TemplateRef, Type, ViewChild, ViewContainerRef, ViewEncapsulation, } from '@angular/core';
|
|
4
|
+
import { Subject } from 'rxjs';
|
|
5
|
+
import { takeUntil } from 'rxjs/operators';
|
|
6
|
+
import { isTemplateRef } from '../../utils';
|
|
7
|
+
import { DrawerRef, DrawerSize } from './drawer-ref';
|
|
8
|
+
import { DrawerContentDirective, DrawerFooterDirective, DrawerHeaderDirective, } from './helper-directives';
|
|
9
|
+
export const DATA = new InjectionToken('drawer-data');
|
|
10
|
+
const DRAWER_OVERLAY_CLASS = 'aui-drawer-overlay';
|
|
11
|
+
const SIZE_MAPPER = {
|
|
12
|
+
[DrawerSize.Small]: 400,
|
|
13
|
+
[DrawerSize.Medium]: 600,
|
|
14
|
+
[DrawerSize.Big]: 800,
|
|
15
|
+
};
|
|
16
|
+
export class DrawerComponent extends DrawerRef {
|
|
17
|
+
constructor(viewContainerRef, overlay, injector, cdr) {
|
|
18
|
+
super();
|
|
19
|
+
this.viewContainerRef = viewContainerRef;
|
|
20
|
+
this.overlay = overlay;
|
|
21
|
+
this.injector = injector;
|
|
22
|
+
this.cdr = cdr;
|
|
23
|
+
this.size = DrawerSize.Medium;
|
|
24
|
+
this.offsetY = 0;
|
|
25
|
+
this.hideOnClickOutside = false;
|
|
26
|
+
this.showClose = true;
|
|
27
|
+
this._value = SIZE_MAPPER[DrawerSize.Medium];
|
|
28
|
+
this.afterClosed$ = new Subject();
|
|
29
|
+
this.afterOpen$ = new Subject();
|
|
30
|
+
this.drawerViewInit = new EventEmitter();
|
|
31
|
+
this.close = new EventEmitter();
|
|
32
|
+
this.onDestroy$ = new Subject();
|
|
33
|
+
this.isTemplateRef = isTemplateRef;
|
|
34
|
+
this.componentInstance = null;
|
|
35
|
+
this.templateContext = {};
|
|
36
|
+
}
|
|
37
|
+
set width(value) {
|
|
38
|
+
this._value = value;
|
|
39
|
+
}
|
|
40
|
+
get width() {
|
|
41
|
+
return this._value;
|
|
42
|
+
}
|
|
43
|
+
get drawerClasses() {
|
|
44
|
+
return Object.assign({ drawer: true }, (!this.drawerClass ? null : { [this.drawerClass]: true }));
|
|
45
|
+
}
|
|
46
|
+
get afterClosed() {
|
|
47
|
+
return this.afterClosed$.asObservable();
|
|
48
|
+
}
|
|
49
|
+
get afterOpen() {
|
|
50
|
+
return this.afterOpen$.asObservable();
|
|
51
|
+
}
|
|
52
|
+
get transform() {
|
|
53
|
+
return `translateX(${this.visible ? 0 : '100%'})`;
|
|
54
|
+
}
|
|
55
|
+
ngOnInit() {
|
|
56
|
+
this.attachOverlay();
|
|
57
|
+
this.updateBodyOverflow();
|
|
58
|
+
this.templateContext = { $implicit: this.contentParams };
|
|
59
|
+
this.cdr.detectChanges();
|
|
60
|
+
}
|
|
61
|
+
ngOnChanges(changes) {
|
|
62
|
+
const { visible } = changes;
|
|
63
|
+
if (visible) {
|
|
64
|
+
const value = visible.currentValue;
|
|
65
|
+
if (value) {
|
|
66
|
+
this.open();
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
this.closure();
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
ngAfterViewInit() {
|
|
74
|
+
this.attachBodyContent();
|
|
75
|
+
setTimeout(() => {
|
|
76
|
+
this.drawerViewInit.emit();
|
|
77
|
+
}, 0);
|
|
78
|
+
}
|
|
79
|
+
attachOverlay() {
|
|
80
|
+
if (!this.overlayRef) {
|
|
81
|
+
this.portal = new TemplatePortal(this.drawerTemplate, this.viewContainerRef);
|
|
82
|
+
this.overlayRef = this.overlay.create(this.getOverlayConfig());
|
|
83
|
+
}
|
|
84
|
+
if (this.overlayRef) {
|
|
85
|
+
this.overlayRef.attach(this.portal);
|
|
86
|
+
this.overlayRef
|
|
87
|
+
.outsidePointerEvents()
|
|
88
|
+
.pipe(takeUntil(this.onDestroy$))
|
|
89
|
+
.subscribe(event => {
|
|
90
|
+
var _a, _b;
|
|
91
|
+
// 判断鼠标点击事件的 target 是否为 overlay-container 的子节点,如果是,则不关闭 drawer。
|
|
92
|
+
// 为了避免点击 drawer 里的 tooltip 后 drawer 被关闭。
|
|
93
|
+
if (this.visible &&
|
|
94
|
+
this.hideOnClickOutside &&
|
|
95
|
+
event.target instanceof Node &&
|
|
96
|
+
!((_b = (_a = this.overlayRef.hostElement) === null || _a === void 0 ? void 0 : _a.parentNode) === null || _b === void 0 ? void 0 : _b.contains(event.target))) {
|
|
97
|
+
this.closure();
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
getOverlayConfig() {
|
|
103
|
+
return new OverlayConfig({
|
|
104
|
+
panelClass: DRAWER_OVERLAY_CLASS,
|
|
105
|
+
positionStrategy: this.overlay.position().global(),
|
|
106
|
+
scrollStrategy: this.overlay.scrollStrategies.block(),
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
attachBodyContent() {
|
|
110
|
+
var _a;
|
|
111
|
+
(_a = this.bodyPortalOutlet) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
112
|
+
const content = this.content || this.contentTemplate;
|
|
113
|
+
if (content instanceof Type) {
|
|
114
|
+
const componentPortal = new ComponentPortal(content, null, Injector.create({
|
|
115
|
+
providers: [
|
|
116
|
+
{
|
|
117
|
+
provide: DATA,
|
|
118
|
+
useValue: this.contentParams,
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
parent: this.injector,
|
|
122
|
+
}));
|
|
123
|
+
const componentRef = this.bodyPortalOutlet.attachComponentPortal(componentPortal);
|
|
124
|
+
this.componentInstance = componentRef.instance;
|
|
125
|
+
Object.assign(componentRef.instance, this.contentParams);
|
|
126
|
+
componentRef.changeDetectorRef.detectChanges();
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
updateBodyOverflow() {
|
|
130
|
+
if (this.overlayRef) {
|
|
131
|
+
if (this.visible) {
|
|
132
|
+
this.overlayRef.getConfig().scrollStrategy.enable();
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
this.overlayRef.getConfig().scrollStrategy.disable();
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
open() {
|
|
140
|
+
this.visible = true;
|
|
141
|
+
this.afterOpen$.next();
|
|
142
|
+
this.afterOpen$.complete();
|
|
143
|
+
this.updateBodyOverflow();
|
|
144
|
+
this.cdr.markForCheck();
|
|
145
|
+
}
|
|
146
|
+
closure(result = null) {
|
|
147
|
+
this.visible = false;
|
|
148
|
+
this.close.next();
|
|
149
|
+
this.afterClosed$.next(result);
|
|
150
|
+
this.afterClosed$.complete();
|
|
151
|
+
this.updateBodyOverflow();
|
|
152
|
+
this.cdr.markForCheck();
|
|
153
|
+
}
|
|
154
|
+
disposeOverlay() {
|
|
155
|
+
if (this.overlayRef) {
|
|
156
|
+
this.overlayRef.dispose();
|
|
157
|
+
}
|
|
158
|
+
this.overlayRef = null;
|
|
159
|
+
}
|
|
160
|
+
maskClick() {
|
|
161
|
+
if (this.maskClosable && this.mask) {
|
|
162
|
+
this.closure();
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
ngOnDestroy() {
|
|
166
|
+
this.onDestroy$.next();
|
|
167
|
+
this.disposeOverlay();
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
DrawerComponent.decorators = [
|
|
171
|
+
{ type: Component, args: [{
|
|
172
|
+
selector: 'aui-drawer',
|
|
173
|
+
template: "<ng-template #drawerTemplate>\n <div\n [class.drawer-mask-open]=\"visible\"\n class=\"drawer-mask\"\n (click)=\"maskClick()\"\n *ngIf=\"mask\"\n ></div>\n <div\n [style.marginTop.px]=\"offsetY\"\n [ngClass]=\"drawerClasses\"\n [class.drawer-open]=\"visible\"\n [ngStyle]=\"{\n transform: transform,\n width: width + 'px'\n }\"\n >\n <div\n class=\"drawer-content\"\n [style.height]=\"'calc(100% - ' + offsetY + 'px)'\"\n >\n <div class=\"drawer-body-wrapper\">\n <div class=\"drawer-header\">\n <div class=\"drawer-title\">\n <ng-container\n *ngIf=\"!isTemplateRef(title || titleTemplate); else elseTemplate\"\n >\n {{ title }}\n </ng-container>\n <ng-template #elseTemplate>\n <ng-container\n *ngIf=\"title || titleTemplate\"\n [ngTemplateOutlet]=\"$any(title || titleTemplate)\"\n [ngTemplateOutletContext]=\"templateContext\"\n ></ng-container>\n </ng-template>\n </div>\n <div class=\"drawer-close\" *ngIf=\"showClose\" (click)=\"closure()\">\n <aui-icon icon=\"close\"></aui-icon>\n </div>\n </div>\n\n <div class=\"drawer-body\">\n <ng-template cdkPortalOutlet></ng-template>\n <ng-container\n *ngTemplateOutlet=\"\n $any(content || contentTemplate);\n context: templateContext\n \"\n >\n </ng-container>\n </div>\n\n <div class=\"drawer-footer\" *ngIf=\"footer\">\n <ng-container\n *ngIf=\"!isTemplateRef(footer || footerTemplate); else elseTemplate\"\n >\n {{ footer }}\n </ng-container>\n <ng-template #elseTemplate>\n <ng-container\n *ngIf=\"footer || titleTemplate\"\n [ngTemplateOutlet]=\"$any(footer || titleTemplate)\"\n [ngTemplateOutletContext]=\"templateContext\"\n ></ng-container>\n </ng-template>\n </div>\n </div>\n </div>\n </div>\n</ng-template>\n",
|
|
174
|
+
encapsulation: ViewEncapsulation.None,
|
|
175
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
176
|
+
styles: [".drawer-open .drawer-content{box-shadow:0 4px 16px 0 rgba(var(--aui-color-n-1),.2)}.drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;opacity:.4;background-color:rgb(var(--aui-color-n-0))}.drawer-mask-open{height:100%}.drawer{height:100%;position:fixed;top:0;right:0;z-index:9999;transition:transform .3s,opacity .3s,box-shaow .3s}.drawer-content{background-color:rgb(var(--aui-color-n-10));position:absolute;height:100%;right:0;width:100%}.drawer-header{margin:20px 20px 0;background:rgb(var(--aui-color-n-10));display:flex;font-size:20px;font-weight:500;padding-bottom:16px;justify-content:space-between;border-bottom:1px solid rgb(var(--aui-color-n-7))}.drawer-close{z-index:10;display:flex;align-items:center;font-size:16px;cursor:pointer;color:rgb(var(--aui-color-n-4));margin-left:16px}.drawer-body-wrapper{width:100%;height:100%;flex-direction:column;flex-wrap:nowrap;display:flex;position:relative;z-index:1;background-clip:padding-box;border:0}.drawer-body{margin:16px 20px;overflow:hidden;overflow-y:auto;font-size:14px;height:calc(100% - 100px)}.drawer-footer{margin:0 20px 20px;padding-top:16px;border-top:1px solid rgb(var(--aui-color-n-7))}"]
|
|
177
|
+
},] }
|
|
178
|
+
];
|
|
179
|
+
DrawerComponent.ctorParameters = () => [
|
|
180
|
+
{ type: ViewContainerRef },
|
|
181
|
+
{ type: Overlay },
|
|
182
|
+
{ type: Injector },
|
|
183
|
+
{ type: ChangeDetectorRef }
|
|
184
|
+
];
|
|
185
|
+
DrawerComponent.propDecorators = {
|
|
186
|
+
title: [{ type: Input }],
|
|
187
|
+
footer: [{ type: Input }],
|
|
188
|
+
size: [{ type: Input }],
|
|
189
|
+
offsetY: [{ type: Input }],
|
|
190
|
+
visible: [{ type: Input }],
|
|
191
|
+
content: [{ type: Input }],
|
|
192
|
+
hideOnClickOutside: [{ type: Input }],
|
|
193
|
+
showClose: [{ type: Input }],
|
|
194
|
+
drawerClass: [{ type: Input }],
|
|
195
|
+
mask: [{ type: Input }],
|
|
196
|
+
maskClosable: [{ type: Input }],
|
|
197
|
+
width: [{ type: Input }],
|
|
198
|
+
drawerViewInit: [{ type: Output }],
|
|
199
|
+
close: [{ type: Output }],
|
|
200
|
+
drawerTemplate: [{ type: ViewChild, args: ['drawerTemplate', { static: true },] }],
|
|
201
|
+
bodyPortalOutlet: [{ type: ViewChild, args: [CdkPortalOutlet, { static: false },] }],
|
|
202
|
+
titleTemplate: [{ type: ContentChild, args: [DrawerHeaderDirective, { read: TemplateRef },] }],
|
|
203
|
+
contentTemplate: [{ type: ContentChild, args: [DrawerContentDirective, { read: TemplateRef },] }],
|
|
204
|
+
footerTemplate: [{ type: ContentChild, args: [DrawerFooterDirective, { read: TemplateRef },] }]
|
|
205
|
+
};
|
|
206
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kcmF3ZXIvY29tcG9uZW50L2RyYXdlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLE9BQU8sRUFDUCxhQUFhLEdBRWQsTUFBTSxzQkFBc0IsQ0FBQztBQUM5QixPQUFPLEVBQ0wsZUFBZSxFQUNmLGVBQWUsRUFDZixjQUFjLEdBQ2YsTUFBTSxxQkFBcUIsQ0FBQztBQUM3QixPQUFPLEVBRUwsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLFlBQVksRUFDWixjQUFjLEVBQ2QsUUFBUSxFQUNSLEtBQUssRUFJTCxNQUFNLEVBRU4sV0FBVyxFQUNYLElBQUksRUFDSixTQUFTLEVBQ1QsZ0JBQWdCLEVBQ2hCLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBRTVDLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ3JELE9BQU8sRUFDTCxzQkFBc0IsRUFDdEIscUJBQXFCLEVBQ3JCLHFCQUFxQixHQUN0QixNQUFNLHFCQUFxQixDQUFDO0FBRTdCLE1BQU0sQ0FBQyxNQUFNLElBQUksR0FBRyxJQUFJLGNBQWMsQ0FBQyxhQUFhLENBQUMsQ0FBQztBQUV0RCxNQUFNLG9CQUFvQixHQUFHLG9CQUFvQixDQUFDO0FBRWxELE1BQU0sV0FBVyxHQUFHO0lBQ2xCLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxFQUFFLEdBQUc7SUFDdkIsQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLEVBQUUsR0FBRztJQUN4QixD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YSxFQUFFLGlCQUFpQixDQUFDLElBQUk7Z0JBQ3JDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNOzthQUNoRDs7O1lBL0JDLGdCQUFnQjtZQTNCaEIsT0FBTztZQWlCUCxRQUFRO1lBTFIsaUJBQWlCOzs7b0JBa0RoQixLQUFLO3FCQUdMLEtBQUs7bUJBR0wsS0FBSztzQkFHTCxLQUFLO3NCQUdMLEtBQUs7c0JBRUwsS0FBSztpQ0FHTCxLQUFLO3dCQUdMLEtBQUs7MEJBR0wsS0FBSzttQkFHTCxLQUFLOzJCQUdMLEtBQUs7b0JBSUwsS0FBSzs2QkE0QkwsTUFBTTtvQkFHTixNQUFNOzZCQUVOLFNBQVMsU0FBQyxnQkFBZ0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7K0JBRzVDLFNBQVMsU0FBQyxlQUFlLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFOzRCQUc1QyxZQUFZLFNBQUMscUJBQXFCLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFOzhCQUd6RCxZQUFZLFNBQUMsc0JBQXNCLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFOzZCQUcxRCxZQUFZLFNBQUMscUJBQXFCLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50VHlwZSxcbiAgT3ZlcmxheSxcbiAgT3ZlcmxheUNvbmZpZyxcbiAgT3ZlcmxheVJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xuaW1wb3J0IHtcbiAgQ2RrUG9ydGFsT3V0bGV0LFxuICBDb21wb25lbnRQb3J0YWwsXG4gIFRlbXBsYXRlUG9ydGFsLFxufSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcbmltcG9ydCB7XG4gIEFmdGVyVmlld0luaXQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5qZWN0aW9uVG9rZW4sXG4gIEluamVjdG9yLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkRlc3Ryb3ksXG4gIE9uSW5pdCxcbiAgT3V0cHV0LFxuICBTaW1wbGVDaGFuZ2VzLFxuICBUZW1wbGF0ZVJlZixcbiAgVHlwZSxcbiAgVmlld0NoaWxkLFxuICBWaWV3Q29udGFpbmVyUmVmLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyB0YWtlVW50aWwgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbmltcG9ydCB7IGlzVGVtcGxhdGVSZWYgfSBmcm9tICcuLi8uLi91dGlscyc7XG5cbmltcG9ydCB7IERyYXdlclJlZiwgRHJhd2VyU2l6ZSB9IGZyb20gJy4vZHJhd2VyLXJlZic7XG5pbXBvcnQge1xuICBEcmF3ZXJDb250ZW50RGlyZWN0aXZlLFxuICBEcmF3ZXJGb290ZXJEaXJlY3RpdmUsXG4gIERyYXdlckhlYWRlckRpcmVjdGl2ZSxcbn0gZnJvbSAnLi9oZWxwZXItZGlyZWN0aXZlcyc7XG5cbmV4cG9ydCBjb25zdCBEQVRBID0gbmV3IEluamVjdGlvblRva2VuKCdkcmF3ZXItZGF0YScpO1xuXG5jb25zdCBEUkFXRVJfT1ZFUkxBWV9DTEFTUyA9ICdhdWktZHJhd2VyLW92ZXJsYXknO1xuXG5jb25zdCBTSVpFX01BUFBFUiA9IHtcbiAgW0RyYXdlclNpemUuU21hbGxdOiA0MDAsXG4gIFtEcmF3ZXJTaXplLk1lZGl1bV06IDYwMCxcbiAgW0RyYXdlclNpemUuQmlnXTogODAwLFxufTtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXVpLWRyYXdlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9kcmF3ZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9kcmF3ZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERyYXdlckNvbXBvbmVudDxUID0gQ29tcG9uZW50VHlwZTxhbnk+LCBSID0gYW55PlxuICBleHRlbmRzIERyYXdlclJlZjxULCBSPlxuICBpbXBsZW1lbnRzIE9uSW5pdCwgQWZ0ZXJWaWV3SW5pdCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3kge1xuICBASW5wdXQoKVxuICB0aXRsZTogc3RyaW5nIHwgVGVtcGxhdGVSZWY8dW5rbm93bj47XG5cbiAgQElucHV0KClcbiAgZm9vdGVyOiBzdHJpbmcgfCBUZW1wbGF0ZVJlZjx1bmtub3duPjtcblxuICBASW5wdXQoKVxuICBzaXplOiBEcmF3ZXJTaXplID0gRHJhd2VyU2l6ZS5NZWRpdW07XG5cbiAgQElucHV0KClcbiAgb2Zmc2V0WSA9IDA7XG5cbiAgQElucHV0KCkgdmlzaWJsZTogYm9vbGVhbjtcblxuICBASW5wdXQoKVxuICBjb250ZW50OiBUZW1wbGF0ZVJlZjxUPiB8IENvbXBvbmVudFR5cGU8VD47XG5cbiAgQElucHV0KClcbiAgaGlkZU9uQ2xpY2tPdXRzaWRlID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgc2hvd0Nsb3NlID0gdHJ1ZTtcblxuICBASW5wdXQoKVxuICBkcmF3ZXJDbGFzczogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIG1hc2s6IGJvb2xlYW47XG5cbiAgQElucHV0KClcbiAgbWFza0Nsb3NhYmxlOiBib29sZWFuO1xuXG4gIHByaXZhdGUgX3ZhbHVlID0gU0laRV9NQVBQRVJbRHJhd2VyU2l6ZS5NZWRpdW1dO1xuICBASW5wdXQoKVxuICBzZXQgd2lkdGgodmFsdWU6IG51bWJlcikge1xuICAgIHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gIH1cblxuICBnZXQgd2lkdGgoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3ZhbHVlO1xuICB9XG5cbiAgZ2V0IGRyYXdlckNsYXNzZXMoKTogUmVjb3JkPHN0cmluZywgYm9vbGVhbj4ge1xuICAgIHJldHVybiB7XG4gICAgICBkcmF3ZXI6IHRydWUsXG4gICAgICAuLi4oIXRoaXMuZHJhd2VyQ2xhc3MgPyBudWxsIDogeyBbdGhpcy5kcmF3ZXJDbGFzc106IHRydWUgfSksXG4gICAgfTtcbiAgfVxuXG4gIHByaXZhdGUgcmVhZG9ubHkgYWZ0ZXJDbG9zZWQkID0gbmV3IFN1YmplY3Q8Uj4oKTtcblxuICBnZXQgYWZ0ZXJDbG9zZWQoKTogT2JzZXJ2YWJsZTxSPiB7XG4gICAgcmV0dXJuIHRoaXMuYWZ0ZXJDbG9zZWQkLmFzT2JzZXJ2YWJsZSgpO1xuICB9XG5cbiAgcHJpdmF0ZSByZWFkb25seSBhZnRlck9wZW4kID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcblxuICBnZXQgYWZ0ZXJPcGVuKCk6IE9ic2VydmFibGU8dm9pZD4ge1xuICAgIHJldHVybiB0aGlzLmFmdGVyT3BlbiQuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuICBAT3V0cHV0KClcbiAgZHJhd2VyVmlld0luaXQgPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgQE91dHB1dCgpIHJlYWRvbmx5IGNsb3NlID0gbmV3IEV2ZW50RW1pdHRlcjxNb3VzZUV2ZW50PigpO1xuXG4gIEBWaWV3Q2hpbGQoJ2RyYXdlclRlbXBsYXRlJywgeyBzdGF0aWM6IHRydWUgfSlcbiAgZHJhd2VyVGVtcGxhdGU6IFRlbXBsYXRlUmVmPHZvaWQ+O1xuXG4gIEBWaWV3Q2hpbGQoQ2RrUG9ydGFsT3V0bGV0LCB7IHN0YXRpYzogZmFsc2UgfSlcbiAgYm9keVBvcnRhbE91dGxldDogQ2RrUG9ydGFsT3V0bGV0O1xuXG4gIEBDb250ZW50Q2hpbGQoRHJhd2VySGVhZGVyRGlyZWN0aXZlLCB7IHJlYWQ6IFRlbXBsYXRlUmVmIH0pXG4gIHRpdGxlVGVtcGxhdGU6IFRlbXBsYXRlUmVmPFQ+O1xuXG4gIEBDb250ZW50Q2hpbGQoRHJhd2VyQ29udGVudERpcmVjdGl2ZSwgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KVxuICBjb250ZW50VGVtcGxhdGU6IFRlbXBsYXRlUmVmPFQ+IHwgQ29tcG9uZW50VHlwZTxUPjtcblxuICBAQ29udGVudENoaWxkKERyYXdlckZvb3RlckRpcmVjdGl2ZSwgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KVxuICBmb290ZXJUZW1wbGF0ZTogVGVtcGxhdGVSZWY8VD47XG5cbiAgb25EZXN0cm95JCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgaXNUZW1wbGF0ZVJlZiA9IGlzVGVtcGxhdGVSZWY7XG5cbiAgY29tcG9uZW50SW5zdGFuY2U6IFQgfCBudWxsID0gbnVsbDtcblxuICBjb250ZW50UGFyYW1zOiBhbnk7XG4gIG92ZXJsYXlSZWY6IE92ZXJsYXlSZWY7XG4gIHBvcnRhbDogVGVtcGxhdGVQb3J0YWw7XG4gIHRlbXBsYXRlQ29udGV4dDogdW5rbm93biA9IHt9O1xuICBnZXQgdHJhbnNmb3JtKCkge1xuICAgIHJldHVybiBgdHJhbnNsYXRlWCgke3RoaXMudmlzaWJsZSA/IDAgOiAnMTAwJSd9KWA7XG4gIH1cblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHJlYWRvbmx5IHZpZXdDb250YWluZXJSZWY6IFZpZXdDb250YWluZXJSZWYsXG4gICAgcHJpdmF0ZSByZWFkb25seSBvdmVybGF5OiBPdmVybGF5LFxuICAgIHByaXZhdGUgcmVhZG9ubHkgaW5qZWN0b3I6IEluamVjdG9yLFxuICAgIHByaXZhdGUgcmVhZG9ubHkgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuYXR0YWNoT3ZlcmxheSgpO1xuICAgIHRoaXMudXBkYXRlQm9keU92ZXJmbG93KCk7XG4gICAgdGhpcy50ZW1wbGF0ZUNvbnRleHQgPSB7ICRpbXBsaWNpdDogdGhpcy5jb250ZW50UGFyYW1zIH07XG4gICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG5cbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgIGNvbnN0IHsgdmlzaWJsZSB9ID0gY2hhbmdlcztcbiAgICBpZiAodmlzaWJsZSkge1xuICAgICAgY29uc3QgdmFsdWUgPSB2aXNpYmxlLmN1cnJlbnRWYWx1ZTtcbiAgICAgIGlmICh2YWx1ZSkge1xuICAgICAgICB0aGlzLm9wZW4oKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHRoaXMuY2xvc3VyZSgpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICB0aGlzLmF0dGFjaEJvZHlDb250ZW50KCk7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB0aGlzLmRyYXdlclZpZXdJbml0LmVtaXQoKTtcbiAgICB9LCAwKTtcbiAgfVxuXG4gIHByaXZhdGUgYXR0YWNoT3ZlcmxheSgpIHtcbiAgICBpZiAoIXRoaXMub3ZlcmxheVJlZikge1xuICAgICAgdGhpcy5wb3J0YWwgPSBuZXcgVGVtcGxhdGVQb3J0YWwoXG4gICAgICAgIHRoaXMuZHJhd2VyVGVtcGxhdGUsXG4gICAgICAgIHRoaXMudmlld0NvbnRhaW5lclJlZixcbiAgICAgICk7XG4gICAgICB0aGlzLm92ZXJsYXlSZWYgPSB0aGlzLm92ZXJsYXkuY3JlYXRlKHRoaXMuZ2V0T3ZlcmxheUNvbmZpZygpKTtcbiAgICB9XG4gICAgaWYgKHRoaXMub3ZlcmxheVJlZikge1xuICAgICAgdGhpcy5vdmVybGF5UmVmLmF0dGFjaCh0aGlzLnBvcnRhbCk7XG4gICAgICB0aGlzLm92ZXJsYXlSZWZcbiAgICAgICAgLm91dHNpZGVQb2ludGVyRXZlbnRzKClcbiAgICAgICAgLnBpcGUodGFrZVVudGlsKHRoaXMub25EZXN0cm95JCkpXG4gICAgICAgIC5zdWJzY3JpYmUoZXZlbnQgPT4ge1xuICAgICAgICAgIC8vIOWIpOaWrem8oOagh+eCueWHu+S6i+S7tueahCB0YXJnZXQg5piv5ZCm5Li6IG92ZXJsYXktY29udGFpbmVyIOeahOWtkOiKgueCue+8jOWmguaenOaYr++8jOWImeS4jeWFs+mXrSBkcmF3ZXLjgIJcbiAgICAgICAgICAvLyDkuLrkuobpgb/lhY3ngrnlh7sgZHJhd2VyIOmHjOeahCB0b29sdGlwIOWQjiBkcmF3ZXIg6KKr5YWz6Zet44CCXG4gICAgICAgICAgaWYgKFxuICAgICAgICAgICAgdGhpcy52aXNpYmxlICYmXG4gICAgICAgICAgICB0aGlzLmhpZGVPbkNsaWNrT3V0c2lkZSAmJlxuICAgICAgICAgICAgZXZlbnQudGFyZ2V0IGluc3RhbmNlb2YgTm9kZSAmJlxuICAgICAgICAgICAgIXRoaXMub3ZlcmxheVJlZi5ob3N0RWxlbWVudD8ucGFyZW50Tm9kZT8uY29udGFpbnMoZXZlbnQudGFyZ2V0KVxuICAgICAgICAgICkge1xuICAgICAgICAgICAgdGhpcy5jbG9zdXJlKCk7XG4gICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGdldE92ZXJsYXlDb25maWcoKTogT3ZlcmxheUNvbmZpZyB7XG4gICAgcmV0dXJuIG5ldyBPdmVybGF5Q29uZmlnKHtcbiAgICAgIHBhbmVsQ2xhc3M6IERSQVdFUl9PVkVSTEFZX0NMQVNTLFxuICAgICAgcG9zaXRpb25TdHJhdGVneTogdGhpcy5vdmVybGF5LnBvc2l0aW9uKCkuZ2xvYmFsKCksXG4gICAgICBzY3JvbGxTdHJhdGVneTogdGhpcy5vdmVybGF5LnNjcm9sbFN0cmF0ZWdpZXMuYmxvY2soKSxcbiAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgYXR0YWNoQm9keUNvbnRlbnQoKTogdm9pZCB7XG4gICAgdGhpcy5ib2R5UG9ydGFsT3V0bGV0Py5kaXNwb3NlKCk7XG4gICAgY29uc3QgY29udGVudCA9IHRoaXMuY29udGVudCB8fCB0aGlzLmNvbnRlbnRUZW1wbGF0ZTtcbiAgICBpZiAoY29udGVudCBpbnN0YW5jZW9mIFR5cGUpIHtcbiAgICAgIGNvbnN0IGNvbXBvbmVudFBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWw8VD4oXG4gICAgICAgIGNvbnRlbnQsXG4gICAgICAgIG51bGwsXG4gICAgICAgIEluamVjdG9yLmNyZWF0ZSh7XG4gICAgICAgICAgcHJvdmlkZXJzOiBbXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgIHByb3ZpZGU6IERBVEEsXG4gICAgICAgICAgICAgIHVzZVZhbHVlOiB0aGlzLmNvbnRlbnRQYXJhbXMsXG4gICAgICAgICAgICB9LFxuICAgICAgICAgIF0sXG4gICAgICAgICAgcGFyZW50OiB0aGlzLmluamVjdG9yLFxuICAgICAgICB9KSxcbiAgICAgICk7XG4gICAgICBjb25zdCBjb21wb25lbnRSZWYgPSB0aGlzLmJvZHlQb3J0YWxPdXRsZXQuYXR0YWNoQ29tcG9uZW50UG9ydGFsKFxuICAgICAgICBjb21wb25lbnRQb3J0YWwsXG4gICAgICApO1xuICAgICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZSA9IGNvbXBvbmVudFJlZi5pbnN0YW5jZTtcbiAgICAgIE9iamVjdC5hc3NpZ24oY29tcG9uZW50UmVmLmluc3RhbmNlLCB0aGlzLmNvbnRlbnRQYXJhbXMpO1xuICAgICAgY29tcG9uZW50UmVmLmNoYW5nZURldGVjdG9yUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHVwZGF0ZUJvZHlPdmVyZmxvdygpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5vdmVybGF5UmVmKSB7XG4gICAgICBpZiAodGhpcy52aXNpYmxlKSB7XG4gICAgICAgIHRoaXMub3ZlcmxheVJlZi5nZXRDb25maWcoKS5zY3JvbGxTdHJhdGVneS5lbmFibGUoKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHRoaXMub3ZlcmxheVJlZi5nZXRDb25maWcoKS5zY3JvbGxTdHJhdGVneS5kaXNhYmxlKCk7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgb3BlbigpIHtcbiAgICB0aGlzLnZpc2libGUgPSB0cnVlO1xuICAgIHRoaXMuYWZ0ZXJPcGVuJC5uZXh0KCk7XG4gICAgdGhpcy5hZnRlck9wZW4kLmNvbXBsZXRlKCk7XG4gICAgdGhpcy51cGRhdGVCb2R5T3ZlcmZsb3coKTtcbiAgICB0aGlzLmNkci5tYXJrRm9yQ2hlY2soKTtcbiAgfVxuXG4gIGNsb3N1cmUocmVzdWx0OiBSID0gbnVsbCkge1xuICAgIHRoaXMudmlzaWJsZSA9IGZhbHNlO1xuICAgIHRoaXMuY2xvc2UubmV4dCgpO1xuICAgIHRoaXMuYWZ0ZXJDbG9zZWQkLm5leHQocmVzdWx0KTtcbiAgICB0aGlzLmFmdGVyQ2xvc2VkJC5jb21wbGV0ZSgpO1xuICAgIHRoaXMudXBkYXRlQm9keU92ZXJmbG93KCk7XG4gICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICBwcml2YXRlIGRpc3Bvc2VPdmVybGF5KCk6IHZvaWQge1xuICAgIGlmICh0aGlzLm92ZXJsYXlSZWYpIHtcbiAgICAgIHRoaXMub3ZlcmxheVJlZi5kaXNwb3NlKCk7XG4gICAgfVxuICAgIHRoaXMub3ZlcmxheVJlZiA9IG51bGw7XG4gIH1cblxuICBtYXNrQ2xpY2soKSB7XG4gICAgaWYgKHRoaXMubWFza0Nsb3NhYmxlICYmIHRoaXMubWFzaykge1xuICAgICAgdGhpcy5jbG9zdXJlKCk7XG4gICAgfVxuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5vbkRlc3Ryb3kkLm5leHQoKTtcbiAgICB0aGlzLmRpc3Bvc2VPdmVybGF5KCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./drawer.component.scss.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "@angular/common";
|
|
10
|
+
import * as i3 from "../../icon/icon.component.ngfactory";
|
|
11
|
+
import * as i4 from "../../icon/icon.component";
|
|
12
|
+
import * as i5 from "../../icon/icon-register.service";
|
|
13
|
+
import * as i6 from "./drawer.component";
|
|
14
|
+
import * as i7 from "@angular/cdk/overlay";
|
|
15
|
+
var styles_DrawerComponent = [i0.styles];
|
|
16
|
+
var RenderType_DrawerComponent = i1.ɵcrt({ encapsulation: 2, styles: styles_DrawerComponent, data: {} });
|
|
17
|
+
export { RenderType_DrawerComponent as RenderType_DrawerComponent };
|
|
18
|
+
function View_DrawerComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "drawer-mask"]], [[2, "drawer-mask-open", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
19
|
+
var pd_0 = (_co.maskClick() !== false);
|
|
20
|
+
ad = (pd_0 && ad);
|
|
21
|
+
} return ad; }, null, null))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.visible; _ck(_v, 0, 0, currVal_0); }); }
|
|
22
|
+
function View_DrawerComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, null, null, null, null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", " "]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.title; _ck(_v, 1, 0, currVal_0); }); }
|
|
23
|
+
function View_DrawerComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 16777216, null, null, 1, null, null, null, null, null, null, null)), i1.ɵdid(1, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutletContext: [0, "ngTemplateOutletContext"], ngTemplateOutlet: [1, "ngTemplateOutlet"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.templateContext; var currVal_1 = (_co.title || _co.titleTemplate); _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
24
|
+
function View_DrawerComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_5)), i1.ɵdid(1, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.title || _co.titleTemplate); _ck(_v, 1, 0, currVal_0); }, null); }
|
|
25
|
+
function View_DrawerComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "drawer-close"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
26
|
+
var pd_0 = (_co.closure() !== false);
|
|
27
|
+
ad = (pd_0 && ad);
|
|
28
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "aui-icon", [["icon", "close"]], null, null, null, i3.View_IconComponent_0, i3.RenderType_IconComponent)), i1.ɵdid(2, 49152, null, 0, i4.IconComponent, [i5.IconRegisterService], { icon: [0, "icon"] }, null)], function (_ck, _v) { var currVal_0 = "close"; _ck(_v, 2, 0, currVal_0); }, null); }
|
|
29
|
+
function View_DrawerComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(0, null, null, 0))], null, null); }
|
|
30
|
+
function View_DrawerComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
|
|
31
|
+
function View_DrawerComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, null, null, null, null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", " "]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.footer; _ck(_v, 1, 0, currVal_0); }); }
|
|
32
|
+
function View_DrawerComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 16777216, null, null, 1, null, null, null, null, null, null, null)), i1.ɵdid(1, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutletContext: [0, "ngTemplateOutletContext"], ngTemplateOutlet: [1, "ngTemplateOutlet"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.templateContext; var currVal_1 = (_co.footer || _co.titleTemplate); _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
33
|
+
function View_DrawerComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_12)), i1.ɵdid(1, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.footer || _co.titleTemplate); _ck(_v, 1, 0, currVal_0); }, null); }
|
|
34
|
+
function View_DrawerComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "div", [["class", "drawer-footer"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_10)), i1.ɵdid(2, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"], ngIfElse: [1, "ngIfElse"] }, null), (_l()(), i1.ɵand(0, [["elseTemplate", 2]], null, 0, null, View_DrawerComponent_11))], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.isTemplateRef((_co.footer || _co.footerTemplate)); var currVal_1 = i1.ɵnov(_v, 3); _ck(_v, 2, 0, currVal_0, currVal_1); }, null); }
|
|
35
|
+
function View_DrawerComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_2)), i1.ɵdid(1, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 18, "div", [], [[4, "marginTop", "px"], [2, "drawer-open", null]], null, null, null, null)), i1.ɵdid(3, 278528, null, 0, i2.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(4, 278528, null, 0, i2.NgStyle, [i1.ElementRef, i1.KeyValueDiffers, i1.Renderer2], { ngStyle: [0, "ngStyle"] }, null), i1.ɵpod(5, { transform: 0, width: 1 }), (_l()(), i1.ɵeld(6, 0, null, null, 14, "div", [["class", "drawer-content"]], [[4, "height", null]], null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 13, "div", [["class", "drawer-body-wrapper"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 6, "div", [["class", "drawer-header"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 3, "div", [["class", "drawer-title"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_3)), i1.ɵdid(11, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"], ngIfElse: [1, "ngIfElse"] }, null), (_l()(), i1.ɵand(0, [["elseTemplate", 2]], null, 0, null, View_DrawerComponent_4)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_6)), i1.ɵdid(14, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(15, 0, null, null, 3, "div", [["class", "drawer-body"]], null, null, null, null, null)), (_l()(), i1.ɵand(0, null, null, 0, null, View_DrawerComponent_7)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_8)), i1.ɵdid(18, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutletContext: [0, "ngTemplateOutletContext"], ngTemplateOutlet: [1, "ngTemplateOutlet"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_DrawerComponent_9)), i1.ɵdid(20, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.mask; _ck(_v, 1, 0, currVal_0); var currVal_3 = _co.drawerClasses; _ck(_v, 3, 0, currVal_3); var currVal_4 = _ck(_v, 5, 0, _co.transform, (_co.width + "px")); _ck(_v, 4, 0, currVal_4); var currVal_6 = !_co.isTemplateRef((_co.title || _co.titleTemplate)); var currVal_7 = i1.ɵnov(_v, 12); _ck(_v, 11, 0, currVal_6, currVal_7); var currVal_8 = _co.showClose; _ck(_v, 14, 0, currVal_8); var currVal_9 = _co.templateContext; var currVal_10 = (_co.content || _co.contentTemplate); _ck(_v, 18, 0, currVal_9, currVal_10); var currVal_11 = _co.footer; _ck(_v, 20, 0, currVal_11); }, function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.offsetY; var currVal_2 = _co.visible; _ck(_v, 2, 0, currVal_1, currVal_2); var currVal_5 = (("calc(100% - " + _co.offsetY) + "px)"); _ck(_v, 6, 0, currVal_5); }); }
|
|
36
|
+
export function View_DrawerComponent_0(_l) { return i1.ɵvid(2, [i1.ɵqud(402653184, 1, { drawerTemplate: 0 }), i1.ɵqud(671088640, 2, { bodyPortalOutlet: 0 }), (_l()(), i1.ɵand(0, [[1, 2], ["drawerTemplate", 2]], null, 0, null, View_DrawerComponent_1))], null, null); }
|
|
37
|
+
export function View_DrawerComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 16777216, null, null, 4, "aui-drawer", [], null, null, null, View_DrawerComponent_0, RenderType_DrawerComponent)), i1.ɵdid(1, 4964352, null, 3, i6.DrawerComponent, [i1.ViewContainerRef, i7.Overlay, i1.Injector, i1.ChangeDetectorRef], null, null), i1.ɵqud(603979776, 1, { titleTemplate: 0 }), i1.ɵqud(603979776, 2, { contentTemplate: 0 }), i1.ɵqud(603979776, 3, { footerTemplate: 0 })], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
38
|
+
var DrawerComponentNgFactory = i1.ɵccf("aui-drawer", i6.DrawerComponent, View_DrawerComponent_Host_0, { title: "title", footer: "footer", size: "size", offsetY: "offsetY", visible: "visible", content: "content", hideOnClickOutside: "hideOnClickOutside", showClose: "showClose", drawerClass: "drawerClass", mask: "mask", maskClosable: "maskClosable", width: "width" }, { drawerViewInit: "drawerViewInit", close: "close" }, []);
|
|
39
|
+
export { DrawerComponentNgFactory as DrawerComponentNgFactory };
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZHJhd2VyL2NvbXBvbmVudC9kcmF3ZXIuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uL3NyYy9kcmF3ZXIvY29tcG9uZW50L2RyYXdlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7OzswRENDRSxtTEFLTyxZQUZMOzt3QkFBcUI7TUFIdkIsd0JBS08sd0RBSkwsbUJBQWtDLFVBRHBDLFlBS08sRUFKTCxTQUFrQzswREFxQjFCLDZFQUllLEtBRmQsNklBRUQ7MERBRUUsNFFBSWdCLHNGQURkLG1CQUEyQyxrQkFEM0MsaUNBQWlELGlCQUZuRCxZQUlnQixFQURkLFNBQTJDLEVBRDNDLFNBQWlEOzBEQUZuRCwrS0FJZ0Isc0ZBSGQsaUNBQThCLGlCQURoQyxZQUlnQixFQUhkLFNBQThCOzBEQU1wQyx5SkFFTSxZQUZzQzs7d0JBQW1CO01BQS9ELHdCQUVNLEtBREosa1BBQWtDLHlCQUF4Qix1QkFBWSxFQUF0QixZQUFrQyxFQUF4QixTQUFZOzswREFNeEIsNkVBTWU7MkRBSWYsNkVBSWUsS0FGZCw4SUFFRDsyREFFRSw0UUFJZ0Isc0ZBRGQsbUJBQTJDLGtCQUQzQyxrQ0FBa0QsaUJBRnBELFlBSWdCLEVBRGQsU0FBMkMsRUFEM0MsU0FBa0Q7MkRBRnBELGdMQUlnQixzRkFIZCxrQ0FBK0IsaUJBRGpDLFlBSWdCLEVBSGQsU0FBK0I7MERBUnJDLHNHQWFNLEtBWkosMk1BSWUsSUFDZixnRkFNYyxrREFWWixxR0FBbUUsR0FEckUsWUFJZSxFQUhiLG9CQUFtRTswREFyRDdFLCtLQUtPLElBQ1AsOFlBNkRNLEdBekRKLG1DQUdFLE1BRUYseUhBbURNLEtBL0NKLDZHQThDTSxLQTdDSixzR0FrQk0sS0FqQkoscUdBYU0sS0FaSiwyTUFJZSxJQUNmLCtFQU1jLEtBRWhCLGdMQUVNLElBR1IscUdBU00sS0FSSiw4REFBMkMsS0FDM0MsOFBBTWUsSUFHakIsZ0xBYU0saURBNURWLG1CQUFZLE9BSmQsWUFLTyxFQURMLFNBQVksR0FJWixtQkFBeUIsZ0JBRjNCLFlBNkRNLEVBM0RKLFNBQXlCLEdBRXpCLDhEQUdFLElBUEosWUE2RE0sRUF6REosU0FHRSxHQVVRLG9HQUFpRSxHQURuRSxhQUllLEVBSGIsb0JBQWlFLEdBWTNDLG1CQUFpQixZQUEzQyxhQUVNLEVBRm9CLFNBQWlCLEdBUXpDLHlFQUdDLG1CQUpILGFBTWUsRUFMYixxQkFHQyxHQUtzQixvQkFBYyxTQUF6QyxhQWFNLEVBYnFCLFVBQWMsbURBNUM3QyxtQkFBOEIsVUFFOUIsbUJBQTZCLFVBSC9CLFlBNkRNLEVBNURKLFNBQThCLEVBRTlCLFNBQTZCLEdBUTNCLHVEQUFpRCxHQUZuRCxZQW1ETSxFQWpESixTQUFpRDsrSkFsQnZELHlGQXFFYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxuZy10ZW1wbGF0ZSAjZHJhd2VyVGVtcGxhdGU+XG4gIDxkaXZcbiAgICBbY2xhc3MuZHJhd2VyLW1hc2stb3Blbl09XCJ2aXNpYmxlXCJcbiAgICBjbGFzcz1cImRyYXdlci1tYXNrXCJcbiAgICAoY2xpY2spPVwibWFza0NsaWNrKClcIlxuICAgICpuZ0lmPVwibWFza1wiXG4gID48L2Rpdj5cbiAgPGRpdlxuICAgIFtzdHlsZS5tYXJnaW5Ub3AucHhdPVwib2Zmc2V0WVwiXG4gICAgW25nQ2xhc3NdPVwiZHJhd2VyQ2xhc3Nlc1wiXG4gICAgW2NsYXNzLmRyYXdlci1vcGVuXT1cInZpc2libGVcIlxuICAgIFtuZ1N0eWxlXT1cIntcbiAgICAgIHRyYW5zZm9ybTogdHJhbnNmb3JtLFxuICAgICAgd2lkdGg6IHdpZHRoICsgJ3B4J1xuICAgIH1cIlxuICA+XG4gICAgPGRpdlxuICAgICAgY2xhc3M9XCJkcmF3ZXItY29udGVudFwiXG4gICAgICBbc3R5bGUuaGVpZ2h0XT1cIidjYWxjKDEwMCUgLSAnICsgb2Zmc2V0WSArICdweCknXCJcbiAgICA+XG4gICAgICA8ZGl2IGNsYXNzPVwiZHJhd2VyLWJvZHktd3JhcHBlclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZHJhd2VyLWhlYWRlclwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJkcmF3ZXItdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgKm5nSWY9XCIhaXNUZW1wbGF0ZVJlZih0aXRsZSB8fCB0aXRsZVRlbXBsYXRlKTsgZWxzZSBlbHNlVGVtcGxhdGVcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICB7eyB0aXRsZSB9fVxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8bmctdGVtcGxhdGUgI2Vsc2VUZW1wbGF0ZT5cbiAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICpuZ0lmPVwidGl0bGUgfHwgdGl0bGVUZW1wbGF0ZVwiXG4gICAgICAgICAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRdPVwiJGFueSh0aXRsZSB8fCB0aXRsZVRlbXBsYXRlKVwiXG4gICAgICAgICAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInRlbXBsYXRlQ29udGV4dFwiXG4gICAgICAgICAgICAgID48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImRyYXdlci1jbG9zZVwiICpuZ0lmPVwic2hvd0Nsb3NlXCIgKGNsaWNrKT1cImNsb3N1cmUoKVwiPlxuICAgICAgICAgICAgPGF1aS1pY29uIGljb249XCJjbG9zZVwiPjwvYXVpLWljb24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkcmF3ZXItYm9keVwiPlxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBjZGtQb3J0YWxPdXRsZXQ+PC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAqbmdUZW1wbGF0ZU91dGxldD1cIlxuICAgICAgICAgICAgICAkYW55KGNvbnRlbnQgfHwgY29udGVudFRlbXBsYXRlKTtcbiAgICAgICAgICAgICAgY29udGV4dDogdGVtcGxhdGVDb250ZXh0XG4gICAgICAgICAgICBcIlxuICAgICAgICAgID5cbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPGRpdiBjbGFzcz1cImRyYXdlci1mb290ZXJcIiAqbmdJZj1cImZvb3RlclwiPlxuICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICpuZ0lmPVwiIWlzVGVtcGxhdGVSZWYoZm9vdGVyIHx8IGZvb3RlclRlbXBsYXRlKTsgZWxzZSBlbHNlVGVtcGxhdGVcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIHt7IGZvb3RlciB9fVxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZWxzZVRlbXBsYXRlPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAqbmdJZj1cImZvb3RlciB8fCB0aXRsZVRlbXBsYXRlXCJcbiAgICAgICAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRdPVwiJGFueShmb290ZXIgfHwgdGl0bGVUZW1wbGF0ZSlcIlxuICAgICAgICAgICAgICBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwidGVtcGxhdGVDb250ZXh0XCJcbiAgICAgICAgICAgID48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"new","expression":{"__symbol":1,"members":[]},"arguments":["drawer-data"]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":3,"members":[]},"arity":2,"members":{"title":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"footer":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"offsetY":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"visible":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"hideOnClickOutside":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"showClose":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"drawerClass":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"mask":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"maskClosable":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":4,"members":[]}}]}],"drawerViewInit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":5,"members":[]}}]}],"close":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":5,"members":[]}}]}],"drawerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":6,"members":[]},"arguments":["drawerTemplate",{"static":true}]}]}],"bodyPortalOutlet":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":6,"members":[]},"arguments":[{"__symbol":7,"members":[]},{"static":false}]}]}],"titleTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":8,"members":[]},"arguments":[{"__symbol":9,"members":[]},{"read":{"__symbol":10,"members":[]}}]}]}],"contentTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":8,"members":[]},"arguments":[{"__symbol":11,"members":[]},{"read":{"__symbol":10,"members":[]}}]}]}],"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":8,"members":[]},"arguments":[{"__symbol":12,"members":[]},{"read":{"__symbol":10,"members":[]}}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":13,"members":[]},{"__symbol":14,"members":[]},{"__symbol":15,"members":[]},{"__symbol":16,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"attachOverlay":[{"__symbolic":"method"}],"getOverlayConfig":[{"__symbolic":"method"}],"attachBodyContent":[{"__symbolic":"method"}],"updateBodyOverflow":[{"__symbolic":"method"}],"open":[{"__symbolic":"method"}],"closure":[{"__symbolic":"method"}],"disposeOverlay":[{"__symbolic":"method"}],"maskClick":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":2,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":13,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":14,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":15,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":16,"members":[]}}}}],"lifecycleHooks":[0,1,3,6]},"isComponent":true,"selector":"aui-drawer","exportAs":null,"inputs":{"title":"title","footer":"footer","size":"size","offsetY":"offsetY","visible":"visible","content":"content","hideOnClickOutside":"hideOnClickOutside","showClose":"showClose","drawerClass":"drawerClass","mask":"mask","maskClosable":"maskClosable","width":"width"},"outputs":{"drawerViewInit":"drawerViewInit","close":"close"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[{"selectors":[{"identifier":{"reference":{"__symbol":9,"members":[]}}}],"first":true,"descendants":true,"propertyName":"titleTemplate","read":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":11,"members":[]}}}],"first":true,"descendants":true,"propertyName":"contentTemplate","read":{"identifier":{"reference":{"__symbol":10,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":12,"members":[]}}}],"first":true,"descendants":true,"propertyName":"footerTemplate","read":{"identifier":{"reference":{"__symbol":10,"members":[]}}}}],"guards":{},"viewQueries":[{"selectors":[{"value":"drawerTemplate"}],"first":true,"descendants":true,"propertyName":"drawerTemplate","read":null,"static":true},{"selectors":[{"identifier":{"reference":{"__symbol":7,"members":[]}}}],"first":true,"descendants":true,"propertyName":"bodyPortalOutlet","read":null,"static":false}],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":[],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":17,"members":[]},"rendererType":{"__symbol":18,"members":[]},"componentFactory":{"__symbol":19,"members":[]}}}],"symbols":[{"__symbol":0,"name":"DATA","filePath":"./drawer.component"},{"__symbol":1,"name":"InjectionToken","filePath":"@angular/core"},{"__symbol":2,"name":"DrawerComponent","filePath":"./drawer.component"},{"__symbol":3,"name":"DrawerRef","filePath":"./drawer-ref"},{"__symbol":4,"name":"Input","filePath":"@angular/core"},{"__symbol":5,"name":"Output","filePath":"@angular/core"},{"__symbol":6,"name":"ViewChild","filePath":"@angular/core"},{"__symbol":7,"name":"CdkPortalOutlet","filePath":"@angular/cdk/portal/index"},{"__symbol":8,"name":"ContentChild","filePath":"@angular/core"},{"__symbol":9,"name":"DrawerHeaderDirective","filePath":"./helper-directives"},{"__symbol":10,"name":"TemplateRef","filePath":"@angular/core"},{"__symbol":11,"name":"DrawerContentDirective","filePath":"./helper-directives"},{"__symbol":12,"name":"DrawerFooterDirective","filePath":"./helper-directives"},{"__symbol":13,"name":"ViewContainerRef","filePath":"@angular/core"},{"__symbol":14,"name":"Overlay","filePath":"@angular/cdk/overlay/index"},{"__symbol":15,"name":"Injector","filePath":"@angular/core"},{"__symbol":16,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":17,"name":"View_DrawerComponent_0","filePath":"./drawer.component.ngfactory"},{"__symbol":18,"name":"RenderType_DrawerComponent","filePath":"./drawer.component.ngfactory"},{"__symbol":19,"name":"DrawerComponentNgFactory","filePath":"./drawer.component.ngfactory"}]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
var styles = [".drawer-open .drawer-content{box-shadow:0 4px 16px 0 rgba(var(--aui-color-n-1),.2)}.drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;opacity:.4;background-color:rgb(var(--aui-color-n-0))}.drawer-mask-open{height:100%}.drawer{height:100%;position:fixed;top:0;right:0;z-index:9999;transition:transform .3s,opacity .3s,box-shaow .3s}.drawer-content{background-color:rgb(var(--aui-color-n-10));position:absolute;height:100%;right:0;width:100%}.drawer-header{margin:20px 20px 0;background:rgb(var(--aui-color-n-10));display:flex;font-size:20px;font-weight:500;padding-bottom:16px;justify-content:space-between;border-bottom:1px solid rgb(var(--aui-color-n-7))}.drawer-close{z-index:10;display:flex;align-items:center;font-size:16px;cursor:pointer;color:rgb(var(--aui-color-n-4));margin-left:16px}.drawer-body-wrapper{width:100%;height:100%;flex-direction:column;flex-wrap:nowrap;display:flex;position:relative;z-index:1;background-clip:padding-box;border:0}.drawer-body{margin:16px 20px;overflow:hidden;overflow-y:auto;font-size:14px;height:calc(100% - 100px)}.drawer-footer{margin:0 20px 20px;padding-top:16px;border-top:1px solid rgb(var(--aui-color-n-7))}"];
|
|
8
|
+
export { styles as styles };
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmNvbXBvbmVudC5zY3NzLm5nc3R5bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZHJhd2VyL2NvbXBvbmVudC9kcmF3ZXIuY29tcG9uZW50LnNjc3MubmdzdHlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIl19
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
+
import { Injectable } from '@angular/core';
|
|
4
|
+
import { Subject } from 'rxjs';
|
|
5
|
+
import { takeUntil } from 'rxjs/operators';
|
|
6
|
+
import { DrawerComponent } from './drawer.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@angular/cdk/overlay";
|
|
9
|
+
export class DrawerService {
|
|
10
|
+
constructor(overlay) {
|
|
11
|
+
this.overlay = overlay;
|
|
12
|
+
this.unsubscribe$ = new Subject();
|
|
13
|
+
}
|
|
14
|
+
open(options) {
|
|
15
|
+
var _a;
|
|
16
|
+
if (!this.drawerRef) {
|
|
17
|
+
this.createDrawer();
|
|
18
|
+
this.updateOptions(options);
|
|
19
|
+
}
|
|
20
|
+
return (_a = this.drawerRef) === null || _a === void 0 ? void 0 : _a.instance;
|
|
21
|
+
}
|
|
22
|
+
updateOptions(options) {
|
|
23
|
+
Object.assign(this.drawerRef.instance, options);
|
|
24
|
+
}
|
|
25
|
+
createDrawer() {
|
|
26
|
+
this.overlayRef = this.overlay.create();
|
|
27
|
+
this.drawerRef = this.overlayRef.attach(new ComponentPortal(DrawerComponent));
|
|
28
|
+
this.drawerRef.instance.drawerViewInit
|
|
29
|
+
.pipe(takeUntil(this.unsubscribe$))
|
|
30
|
+
.subscribe(() => {
|
|
31
|
+
this.drawerRef.instance.open();
|
|
32
|
+
});
|
|
33
|
+
this.drawerRef.instance.afterClosed
|
|
34
|
+
.pipe(takeUntil(this.unsubscribe$))
|
|
35
|
+
.subscribe(() => {
|
|
36
|
+
this.overlayRef.dispose();
|
|
37
|
+
this.drawerRef = null;
|
|
38
|
+
this.unsubscribe$.next();
|
|
39
|
+
this.unsubscribe$.complete();
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
DrawerService.ɵprov = i0.ɵɵdefineInjectable({ factory: function DrawerService_Factory() { return new DrawerService(i0.ɵɵinject(i1.Overlay)); }, token: DrawerService, providedIn: "root" });
|
|
44
|
+
DrawerService.decorators = [
|
|
45
|
+
{ type: Injectable, args: [{
|
|
46
|
+
providedIn: 'root',
|
|
47
|
+
},] }
|
|
48
|
+
];
|
|
49
|
+
DrawerService.ctorParameters = () => [
|
|
50
|
+
{ type: Overlay }
|
|
51
|
+
];
|
|
52
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZHJhd2VyL2NvbXBvbmVudC9kcmF3ZXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFjLE1BQU0sc0JBQXNCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGVBQWUsRUFBaUIsTUFBTSxxQkFBcUIsQ0FBQztBQUNyRSxPQUFPLEVBQWdCLFVBQVUsRUFBZSxNQUFNLGVBQWUsQ0FBQztBQUN0RSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7OztBQWNyRCxNQUFNLE9BQU8sYUFBYTtJQUt4QixZQUE2QixPQUFnQjtRQUFoQixZQUFPLEdBQVAsT0FBTyxDQUFTO1FBRjVCLGlCQUFZLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQUVKLENBQUM7SUFFakQsSUFBSSxDQUFVLE9BQXlCOztRQUNyQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRTtZQUNuQixJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDcEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztTQUM3QjtRQUNELGFBQU8sSUFBSSxDQUFDLFNBQVMsMENBQUUsUUFBUSxDQUFDO0lBQ2xDLENBQUM7SUFFRCxhQUFhLENBQUMsT0FBc0I7UUFDbEMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsRUFBRSxPQUFPLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRU8sWUFBWTtRQUNsQixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDeEMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FDckMsSUFBSSxlQUFlLENBQUMsZUFBZSxDQUFDLENBQ3JDLENBQUM7UUFDRixJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxjQUFjO2FBQ25DLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO2FBQ2xDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNqQyxDQUFDLENBQUMsQ0FBQztRQUVMLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLFdBQVc7YUFDaEMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7YUFDbEMsU0FBUyxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDMUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7WUFDdEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsQ0FBQztZQUN6QixJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQy9CLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzs7OztZQXpDRixVQUFVLFNBQUM7Z0JBQ1YsVUFBVSxFQUFFLE1BQU07YUFDbkI7OztZQW5CUSxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgT3ZlcmxheSwgT3ZlcmxheVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcbmltcG9ydCB7IENvbXBvbmVudFBvcnRhbCwgQ29tcG9uZW50VHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xuaW1wb3J0IHsgQ29tcG9uZW50UmVmLCBJbmplY3RhYmxlLCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgdGFrZVVudGlsIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5pbXBvcnQgeyBEcmF3ZXJDb21wb25lbnQgfSBmcm9tICcuL2RyYXdlci5jb21wb25lbnQnO1xuXG5pbnRlcmZhY2UgRHJhd2VyT3B0aW9uczxUID0gYW55PiB7XG4gIHRpdGxlPzogc3RyaW5nIHwgVGVtcGxhdGVSZWY8dW5rbm93bj47XG4gIGNvbnRlbnQ/OiBDb21wb25lbnRUeXBlPFQ+IHwgVGVtcGxhdGVSZWY8VD47XG4gIGNvbnRlbnRQYXJhbXM/OiB7XG4gICAgW2tleTogc3RyaW5nXTogc3RyaW5nO1xuICB9O1xuICBmb290ZXI/OiBzdHJpbmcgfCBUZW1wbGF0ZVJlZjx1bmtub3duPjtcbiAgb2Zmc2V0WT86IG51bWJlcjtcbn1cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxufSlcbmV4cG9ydCBjbGFzcyBEcmF3ZXJTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBkcmF3ZXJSZWY6IENvbXBvbmVudFJlZjxEcmF3ZXJDb21wb25lbnQ+O1xuICBwcml2YXRlIG92ZXJsYXlSZWY6IE92ZXJsYXlSZWY7XG4gIHByaXZhdGUgcmVhZG9ubHkgdW5zdWJzY3JpYmUkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IG92ZXJsYXk6IE92ZXJsYXkpIHt9XG5cbiAgb3BlbjxUID0gYW55PihvcHRpb25zOiBEcmF3ZXJPcHRpb25zPFQ+KSB7XG4gICAgaWYgKCF0aGlzLmRyYXdlclJlZikge1xuICAgICAgdGhpcy5jcmVhdGVEcmF3ZXIoKTtcbiAgICAgIHRoaXMudXBkYXRlT3B0aW9ucyhvcHRpb25zKTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMuZHJhd2VyUmVmPy5pbnN0YW5jZTtcbiAgfVxuXG4gIHVwZGF0ZU9wdGlvbnMob3B0aW9uczogRHJhd2VyT3B0aW9ucyk6IHZvaWQge1xuICAgIE9iamVjdC5hc3NpZ24odGhpcy5kcmF3ZXJSZWYuaW5zdGFuY2UsIG9wdGlvbnMpO1xuICB9XG5cbiAgcHJpdmF0ZSBjcmVhdGVEcmF3ZXIoKTogdm9pZCB7XG4gICAgdGhpcy5vdmVybGF5UmVmID0gdGhpcy5vdmVybGF5LmNyZWF0ZSgpO1xuICAgIHRoaXMuZHJhd2VyUmVmID0gdGhpcy5vdmVybGF5UmVmLmF0dGFjaChcbiAgICAgIG5ldyBDb21wb25lbnRQb3J0YWwoRHJhd2VyQ29tcG9uZW50KSxcbiAgICApO1xuICAgIHRoaXMuZHJhd2VyUmVmLmluc3RhbmNlLmRyYXdlclZpZXdJbml0XG4gICAgICAucGlwZSh0YWtlVW50aWwodGhpcy51bnN1YnNjcmliZSQpKVxuICAgICAgLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICAgIHRoaXMuZHJhd2VyUmVmLmluc3RhbmNlLm9wZW4oKTtcbiAgICAgIH0pO1xuXG4gICAgdGhpcy5kcmF3ZXJSZWYuaW5zdGFuY2UuYWZ0ZXJDbG9zZWRcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLnVuc3Vic2NyaWJlJCkpXG4gICAgICAuc3Vic2NyaWJlKCgpID0+IHtcbiAgICAgICAgdGhpcy5vdmVybGF5UmVmLmRpc3Bvc2UoKTtcbiAgICAgICAgdGhpcy5kcmF3ZXJSZWYgPSBudWxsO1xuICAgICAgICB0aGlzLnVuc3Vic2NyaWJlJC5uZXh0KCk7XG4gICAgICAgIHRoaXMudW5zdWJzY3JpYmUkLmNvbXBsZXRlKCk7XG4gICAgICB9KTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]}]}],"open":[{"__symbolic":"method"}],"updateOptions":[{"__symbolic":"method"}],"createDrawer":[{"__symbolic":"method"}]}},"type":{"summaryKind":3,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}}],"lifecycleHooks":[]}}}],"symbols":[{"__symbol":0,"name":"DrawerService","filePath":"./drawer.service"},{"__symbol":1,"name":"Overlay","filePath":"@angular/cdk/overlay/index"}]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @packageDocumentation
|
|
3
|
+
* @module page-guard
|
|
4
|
+
*/
|
|
5
|
+
import { Directive } from '@angular/core';
|
|
6
|
+
export class DrawerHeaderDirective {
|
|
7
|
+
}
|
|
8
|
+
DrawerHeaderDirective.decorators = [
|
|
9
|
+
{ type: Directive, args: [{
|
|
10
|
+
selector: '[auiDrawerHeader]',
|
|
11
|
+
},] }
|
|
12
|
+
];
|
|
13
|
+
export class DrawerContentDirective {
|
|
14
|
+
}
|
|
15
|
+
DrawerContentDirective.decorators = [
|
|
16
|
+
{ type: Directive, args: [{
|
|
17
|
+
selector: '[auiDrawerContent]',
|
|
18
|
+
},] }
|
|
19
|
+
];
|
|
20
|
+
export class DrawerFooterDirective {
|
|
21
|
+
}
|
|
22
|
+
DrawerFooterDirective.decorators = [
|
|
23
|
+
{ type: Directive, args: [{
|
|
24
|
+
selector: '[auiDrawerFooter]',
|
|
25
|
+
},] }
|
|
26
|
+
];
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscGVyLWRpcmVjdGl2ZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZHJhd2VyL2NvbXBvbmVudC9oZWxwZXItZGlyZWN0aXZlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSzFDLE1BQU0sT0FBTyxxQkFBcUI7OztZQUhqQyxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjthQUM5Qjs7QUFNRCxNQUFNLE9BQU8sc0JBQXNCOzs7WUFIbEMsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxvQkFBb0I7YUFDL0I7O0FBTUQsTUFBTSxPQUFPLHFCQUFxQjs7O1lBSGpDLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2FBQzlCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBAcGFja2FnZURvY3VtZW50YXRpb25cbiAqIEBtb2R1bGUgcGFnZS1ndWFyZFxuICovXG5cbmltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpRHJhd2VySGVhZGVyXScsXG59KVxuZXhwb3J0IGNsYXNzIERyYXdlckhlYWRlckRpcmVjdGl2ZSB7fVxuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbYXVpRHJhd2VyQ29udGVudF0nLFxufSlcbmV4cG9ydCBjbGFzcyBEcmF3ZXJDb250ZW50RGlyZWN0aXZlIHt9XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1thdWlEcmF3ZXJGb290ZXJdJyxcbn0pXG5leHBvcnQgY2xhc3MgRHJhd2VyRm9vdGVyRGlyZWN0aXZlIHt9XG4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":false,"selector":"[auiDrawerHeader]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}},{"symbol":{"__symbol":1,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":1,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":false,"selector":"[auiDrawerContent]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":2,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":false,"selector":"[auiDrawerFooter]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}}],"symbols":[{"__symbol":0,"name":"DrawerHeaderDirective","filePath":"./helper-directives"},{"__symbol":1,"name":"DrawerContentDirective","filePath":"./helper-directives"},{"__symbol":2,"name":"DrawerFooterDirective","filePath":"./helper-directives"}]}
|