mis-crystal-design-system 2.9.6 → 2.9.7-v14
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/action-list/action-list.component.d.ts +3 -0
- package/action-list/action-list.module.d.ts +9 -0
- package/analytics/analytics.module.d.ts +4 -0
- package/analytics/analytics.service.d.ts +3 -0
- package/async-search-dropdown/async-dropdown.component.d.ts +5 -2
- package/async-search-dropdown/async-dropdown.module.d.ts +9 -0
- package/button/button.component.d.ts +3 -0
- package/button/button.directive.d.ts +3 -0
- package/button/button.module.d.ts +7 -0
- package/checkbox/checkbox.component.d.ts +3 -0
- package/checkbox/checkbox.module.d.ts +7 -0
- package/chip/chip.component.d.ts +3 -0
- package/chip/chip.module.d.ts +6 -0
- package/datepicker_v2/datepicker.module.d.ts +10 -0
- package/datepicker_v2/public_api.d.ts +1 -0
- package/datepicker_v2/tz-datepicker.directive.d.ts +3 -0
- package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +3 -0
- package/daterangepicker_v2/daterangepicker.module.d.ts +10 -0
- package/daterangepicker_v2/public_api.d.ts +1 -0
- package/daterangepicker_v2/tz-daterangepicker.directive.d.ts +3 -0
- package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +3 -0
- package/drawer/drawer-body/drawer-body.component.d.ts +3 -1
- package/drawer/drawer.module.d.ts +8 -0
- package/drawer/drawer.service.d.ts +3 -0
- package/dropdown/dropdown.component.d.ts +3 -0
- package/dropdown/dropdown.module.d.ts +9 -0
- package/esm2020/action-list/action-list.component.mjs +174 -0
- package/esm2020/action-list/action-list.module.mjs +24 -0
- package/{esm2015/action-list/index.js → esm2020/action-list/index.mjs} +0 -0
- package/{esm2015/action-list/mis-crystal-design-system-action-list.js → esm2020/action-list/mis-crystal-design-system-action-list.mjs} +0 -0
- package/{esm2015/action-list/public_api.js → esm2020/action-list/public_api.mjs} +0 -0
- package/esm2020/analytics/analytics.module.mjs +18 -0
- package/esm2020/analytics/analytics.service.mjs +63 -0
- package/{esm2015/analytics/index.js → esm2020/analytics/index.mjs} +0 -0
- package/{esm2015/analytics/mis-crystal-design-system-analytics.js → esm2020/analytics/mis-crystal-design-system-analytics.mjs} +0 -0
- package/{esm2015/analytics/public_api.js → esm2020/analytics/public_api.mjs} +0 -0
- package/esm2020/async-search-dropdown/async-dropdown.component.mjs +242 -0
- package/esm2020/async-search-dropdown/async-dropdown.module.mjs +21 -0
- package/{esm2015/async-search-dropdown/index.js → esm2020/async-search-dropdown/index.mjs} +0 -0
- package/{esm2015/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.js → esm2020/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.mjs} +0 -0
- package/{esm2015/async-search-dropdown/public_api.js → esm2020/async-search-dropdown/public_api.mjs} +0 -0
- package/esm2020/button/button.component.mjs +52 -0
- package/esm2020/button/button.directive.mjs +59 -0
- package/esm2020/button/button.module.mjs +22 -0
- package/{esm2015/button/index.js → esm2020/button/index.mjs} +0 -0
- package/{esm2015/button/mis-crystal-design-system-button.js → esm2020/button/mis-crystal-design-system-button.mjs} +0 -0
- package/{esm2015/button/public_api.js → esm2020/button/public_api.mjs} +0 -0
- package/esm2020/checkbox/checkbox.component.mjs +87 -0
- package/esm2020/checkbox/checkbox.module.mjs +22 -0
- package/{esm2015/checkbox/index.js → esm2020/checkbox/index.mjs} +0 -0
- package/{esm2015/checkbox/mis-crystal-design-system-checkbox.js → esm2020/checkbox/mis-crystal-design-system-checkbox.mjs} +0 -0
- package/{esm2015/checkbox/public_api.js → esm2020/checkbox/public_api.mjs} +0 -0
- package/esm2020/chip/chip.component.mjs +36 -0
- package/esm2020/chip/chip.module.mjs +21 -0
- package/{esm2015/chip/index.js → esm2020/chip/index.mjs} +0 -0
- package/{esm2015/chip/mis-crystal-design-system-chip.js → esm2020/chip/mis-crystal-design-system-chip.mjs} +0 -0
- package/{esm2015/chip/public_api.js → esm2020/chip/public_api.mjs} +0 -0
- package/{esm2015/datepicker_v2/datepicker-constants.js → esm2020/datepicker_v2/datepicker-constants.mjs} +0 -0
- package/esm2020/datepicker_v2/datepicker.module.mjs +23 -0
- package/{esm2015/datepicker_v2/index.js → esm2020/datepicker_v2/index.mjs} +0 -0
- package/esm2020/datepicker_v2/mis-crystal-design-system-datepicker_v2.mjs +5 -0
- package/{esm2015/datepicker_v2/models/dp-config.model.js → esm2020/datepicker_v2/models/dp-config.model.mjs} +0 -0
- package/esm2020/datepicker_v2/public_api.mjs +4 -0
- package/esm2020/datepicker_v2/tz-datepicker.directive.mjs +143 -0
- package/esm2020/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +151 -0
- package/{esm2015/datepicker_v2/utils/index.js → esm2020/datepicker_v2/utils/index.mjs} +0 -0
- package/{esm2015/daterangepicker_v2/daterangepicker-constants.js → esm2020/daterangepicker_v2/daterangepicker-constants.mjs} +0 -0
- package/esm2020/daterangepicker_v2/daterangepicker.module.mjs +24 -0
- package/{esm2015/daterangepicker_v2/index.js → esm2020/daterangepicker_v2/index.mjs} +0 -0
- package/esm2020/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.mjs +5 -0
- package/{esm2015/daterangepicker_v2/models/drp-config.model.js → esm2020/daterangepicker_v2/models/drp-config.model.mjs} +0 -0
- package/esm2020/daterangepicker_v2/public_api.mjs +4 -0
- package/esm2020/daterangepicker_v2/tz-daterangepicker.directive.mjs +133 -0
- package/esm2020/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +209 -0
- package/{esm2015/daterangepicker_v2/utils/index.js → esm2020/daterangepicker_v2/utils/index.mjs} +0 -0
- package/esm2020/drawer/drawer-body/drawer-body.component.mjs +43 -0
- package/{esm2015/drawer/drawer-constants.js → esm2020/drawer/drawer-constants.mjs} +0 -0
- package/{esm2015/drawer/drawer-ref.js → esm2020/drawer/drawer-ref.mjs} +0 -0
- package/esm2020/drawer/drawer.module.mjs +32 -0
- package/{esm2015/drawer/drawer.service.js → esm2020/drawer/drawer.service.mjs} +12 -15
- package/{esm2015/drawer/index.js → esm2020/drawer/index.mjs} +0 -0
- package/esm2020/drawer/mis-crystal-design-system-drawer.mjs +5 -0
- package/{esm2015/drawer/public_api.js → esm2020/drawer/public_api.mjs} +0 -0
- package/esm2020/dropdown/dropdown.component.mjs +148 -0
- package/esm2020/dropdown/dropdown.module.mjs +24 -0
- package/{esm2015/dropdown/index.js → esm2020/dropdown/index.mjs} +0 -0
- package/{esm2015/dropdown/mis-crystal-design-system-dropdown.js → esm2020/dropdown/mis-crystal-design-system-dropdown.mjs} +0 -0
- package/{esm2015/dropdown/public_api.js → esm2020/dropdown/public_api.mjs} +0 -0
- package/esm2020/fab/fab.component.mjs +82 -0
- package/esm2020/fab/fab.module.mjs +21 -0
- package/{esm2015/fab/index.js → esm2020/fab/index.mjs} +0 -0
- package/{esm2015/fab/mis-crystal-design-system-fab.js → esm2020/fab/mis-crystal-design-system-fab.mjs} +0 -0
- package/{esm2015/fab/public_api.js → esm2020/fab/public_api.mjs} +0 -0
- package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- package/esm2020/input/directives/input/input.directive.mjs +40 -0
- package/{esm2015/input/index.js → esm2020/input/index.mjs} +0 -0
- package/{esm2015/input/mis-crystal-design-system-input.js → esm2020/input/mis-crystal-design-system-input.mjs} +0 -0
- package/esm2020/input/mis-input.component.mjs +46 -0
- package/esm2020/input/mis-input.module.mjs +20 -0
- package/{esm2015/input/public_api.js → esm2020/input/public_api.mjs} +0 -0
- package/{esm2015/loader/index.js → esm2020/loader/index.mjs} +0 -0
- package/esm2020/loader/loader.component.mjs +19 -0
- package/esm2020/loader/loader.module.mjs +21 -0
- package/{esm2015/loader/mis-crystal-design-system-loader.js → esm2020/loader/mis-crystal-design-system-loader.mjs} +0 -0
- package/{esm2015/loader/public_api.js → esm2020/loader/public_api.mjs} +0 -0
- package/{esm2015/menu/index.js → esm2020/menu/index.mjs} +0 -0
- package/esm2020/menu/menu-close.directive.mjs +23 -0
- package/esm2020/menu/menu.directive.mjs +75 -0
- package/esm2020/menu/menu.module.mjs +22 -0
- package/{esm2015/menu/mis-crystal-design-system-menu.js → esm2020/menu/mis-crystal-design-system-menu.mjs} +0 -0
- package/{esm2015/menu/public_api.js → esm2020/menu/public_api.mjs} +0 -0
- package/{esm2015/mis-crystal-design-system.js → esm2020/mis-crystal-design-system.mjs} +0 -0
- package/{esm2015/modal/index.js → esm2020/modal/index.mjs} +0 -0
- package/esm2020/modal/mis-crystal-design-system-modal.mjs +5 -0
- package/{esm2015/modal/modal-constants.js → esm2020/modal/modal-constants.mjs} +0 -0
- package/{esm2015/modal/modal-ref.js → esm2020/modal/modal-ref.mjs} +0 -0
- package/esm2020/modal/modal.module.mjs +32 -0
- package/esm2020/modal/modal.service.mjs +70 -0
- package/esm2020/modal/module-wrapper/module-wrapper.component.mjs +40 -0
- package/{esm2015/modal/public_api.js → esm2020/modal/public_api.mjs} +0 -0
- package/{esm2015/multi-select-dropdown/index.js → esm2020/multi-select-dropdown/index.mjs} +0 -0
- package/{esm2015/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.js → esm2020/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.mjs} +0 -0
- package/esm2020/multi-select-dropdown/multi-select-dropdown.component.mjs +297 -0
- package/esm2020/multi-select-dropdown/multi-select-dropdown.module.mjs +25 -0
- package/{esm2015/multi-select-dropdown/public_api.js → esm2020/multi-select-dropdown/public_api.mjs} +0 -0
- package/{esm2015/nested-multi-select-dropdown/index.js → esm2020/nested-multi-select-dropdown/index.mjs} +0 -0
- package/{esm2015/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.js → esm2020/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.mjs} +0 -0
- package/esm2020/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +313 -0
- package/esm2020/nested-multi-select-dropdown/nested-multi-select-dropdown.module.mjs +25 -0
- package/{esm2015/nested-multi-select-dropdown/public_api.js → esm2020/nested-multi-select-dropdown/public_api.mjs} +0 -0
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/{esm2015/radio-button/index.js → esm2020/radio-button/index.mjs} +0 -0
- package/{esm2015/radio-button/mis-crystal-design-system-radio-button.js → esm2020/radio-button/mis-crystal-design-system-radio-button.mjs} +0 -0
- package/{esm2015/radio-button/public_api.js → esm2020/radio-button/public_api.mjs} +0 -0
- package/esm2020/radio-button/radio-button.component.mjs +49 -0
- package/esm2020/radio-button/radio-button.module.mjs +22 -0
- package/{esm2015/ske-loader/index.js → esm2020/ske-loader/index.mjs} +0 -0
- package/{esm2015/ske-loader/mis-crystal-design-system-ske-loader.js → esm2020/ske-loader/mis-crystal-design-system-ske-loader.mjs} +0 -0
- package/{esm2015/ske-loader/public_api.js → esm2020/ske-loader/public_api.mjs} +0 -0
- package/esm2020/ske-loader/ske-loader.component.mjs +34 -0
- package/esm2020/ske-loader/ske-loader.module.mjs +18 -0
- package/{esm2015/styles/index.js → esm2020/styles/index.mjs} +0 -0
- package/{esm2015/styles/mis-crystal-design-system-styles.js → esm2020/styles/mis-crystal-design-system-styles.mjs} +0 -0
- package/{esm2015/styles/public_api.js → esm2020/styles/public_api.mjs} +0 -0
- package/{esm2015/switch/index.js → esm2020/switch/index.mjs} +0 -0
- package/{esm2015/switch/mis-crystal-design-system-switch.js → esm2020/switch/mis-crystal-design-system-switch.mjs} +0 -0
- package/{esm2015/switch/public_api.js → esm2020/switch/public_api.mjs} +0 -0
- package/esm2020/switch/switch.component.mjs +43 -0
- package/esm2020/switch/switch.module.mjs +22 -0
- package/esm2020/table/custom-table-cell.directive.mjs +42 -0
- package/esm2020/table/filter/filter.component.mjs +79 -0
- package/{esm2015/table/index.js → esm2020/table/index.mjs} +0 -0
- package/esm2020/table/mis-crystal-design-system-table.mjs +5 -0
- package/esm2020/table/public_api.mjs +6 -0
- package/esm2020/table/sub-table/sub-table.component.mjs +69 -0
- package/esm2020/table/table.component.mjs +208 -0
- package/esm2020/table/table.module.mjs +26 -0
- package/{esm2015/toast/index.js → esm2020/toast/index.mjs} +0 -0
- package/{esm2015/toast/mis-crystal-design-system-toast.js → esm2020/toast/mis-crystal-design-system-toast.mjs} +1 -2
- package/{esm2015/toast/public_api.js → esm2020/toast/public_api.mjs} +0 -0
- package/esm2020/toast/toast.component.mjs +33 -0
- package/esm2020/toast/toast.data.service.mjs +30 -0
- package/esm2020/toast/toast.module.mjs +32 -0
- package/esm2020/toast/toast.service.mjs +91 -0
- package/{esm2015/tooltip/index.js → esm2020/tooltip/index.mjs} +0 -0
- package/{esm2015/tooltip/mis-crystal-design-system-tooltip.js → esm2020/tooltip/mis-crystal-design-system-tooltip.mjs} +0 -0
- package/{esm2015/tooltip/models/tooltip.model.js → esm2020/tooltip/models/tooltip.model.mjs} +0 -0
- package/{esm2015/tooltip/public_api.js → esm2020/tooltip/public_api.mjs} +0 -0
- package/esm2020/tooltip/tooltip-container/tooltip.component.mjs +33 -0
- package/esm2020/tooltip/tooltip.directive.mjs +122 -0
- package/esm2020/tooltip/tooltip.module.mjs +23 -0
- package/{esm2015/utils/index.js → esm2020/utils/index.mjs} +0 -0
- package/{esm2015/utils/mis-crystal-design-system-utils.js → esm2020/utils/mis-crystal-design-system-utils.mjs} +0 -0
- package/{esm2015/widgets/classes/async-widget.js → esm2020/widgets/classes/async-widget.mjs} +0 -0
- package/{esm2015/widgets/classes/base-widget.js → esm2020/widgets/classes/base-widget.mjs} +2 -2
- package/{esm2015/widgets/classes/sync-widget.js → esm2020/widgets/classes/sync-widget.mjs} +0 -0
- package/esm2020/widgets/classes/widget-group.mjs +32 -0
- package/{esm2015/widgets/index.js → esm2020/widgets/index.mjs} +0 -0
- package/{esm2015/widgets/interfaces/widgets.model.js → esm2020/widgets/interfaces/widgets.model.mjs} +0 -0
- package/{esm2015/widgets/mis-crystal-design-system-widgets.js → esm2020/widgets/mis-crystal-design-system-widgets.mjs} +0 -0
- package/{esm2015/widgets/public_api.js → esm2020/widgets/public_api.mjs} +0 -0
- package/esm2020/widgets/services/widget.service.mjs +18 -0
- package/esm2020/widgets/widgets.module.mjs +17 -0
- package/fab/fab.component.d.ts +3 -0
- package/fab/fab.module.d.ts +6 -0
- package/fesm2015/mis-crystal-design-system-action-list.mjs +199 -0
- package/fesm2015/mis-crystal-design-system-action-list.mjs.map +1 -0
- package/fesm2015/{mis-crystal-design-system-analytics.js → mis-crystal-design-system-analytics.mjs} +22 -14
- package/fesm2015/mis-crystal-design-system-analytics.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-async-search-dropdown.mjs +272 -0
- package/fesm2015/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-button.mjs +134 -0
- package/fesm2015/mis-crystal-design-system-button.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-checkbox.mjs +112 -0
- package/fesm2015/mis-crystal-design-system-checkbox.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-chip.mjs +61 -0
- package/fesm2015/mis-crystal-design-system-chip.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-datepicker_v2.mjs +360 -0
- package/fesm2015/mis-crystal-design-system-datepicker_v2.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.mjs +412 -0
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-drawer.mjs +157 -0
- package/fesm2015/mis-crystal-design-system-drawer.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-dropdown.mjs +176 -0
- package/fesm2015/mis-crystal-design-system-dropdown.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-fab.mjs +102 -0
- package/fesm2015/mis-crystal-design-system-fab.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-input.mjs +112 -0
- package/fesm2015/mis-crystal-design-system-input.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-loader.mjs +44 -0
- package/fesm2015/mis-crystal-design-system-loader.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-menu.mjs +120 -0
- package/fesm2015/mis-crystal-design-system-menu.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-modal.mjs +156 -0
- package/fesm2015/mis-crystal-design-system-modal.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-multi-select-dropdown.mjs +312 -0
- package/fesm2015/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.mjs +310 -0
- package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-radio-button.mjs +74 -0
- package/fesm2015/mis-crystal-design-system-radio-button.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-ske-loader.mjs +56 -0
- package/fesm2015/mis-crystal-design-system-ske-loader.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-styles.mjs +4 -0
- package/fesm2015/mis-crystal-design-system-styles.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-switch.mjs +68 -0
- package/fesm2015/mis-crystal-design-system-switch.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-table.mjs +421 -0
- package/fesm2015/mis-crystal-design-system-table.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-toast.mjs +182 -0
- package/fesm2015/mis-crystal-design-system-toast.mjs.map +1 -0
- package/fesm2015/mis-crystal-design-system-tooltip.mjs +179 -0
- package/fesm2015/mis-crystal-design-system-tooltip.mjs.map +1 -0
- package/fesm2015/{mis-crystal-design-system-utils.js → mis-crystal-design-system-utils.mjs} +1 -1
- package/fesm2015/mis-crystal-design-system-utils.mjs.map +1 -0
- package/fesm2015/{mis-crystal-design-system-widgets.js → mis-crystal-design-system-widgets.mjs} +13 -8
- package/fesm2015/mis-crystal-design-system-widgets.mjs.map +1 -0
- package/fesm2015/{mis-crystal-design-system.js → mis-crystal-design-system.mjs} +1 -1
- package/fesm2015/mis-crystal-design-system.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-action-list.mjs +201 -0
- package/fesm2020/mis-crystal-design-system-action-list.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-analytics.mjs +85 -0
- package/fesm2020/mis-crystal-design-system-analytics.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-async-search-dropdown.mjs +265 -0
- package/fesm2020/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-button.mjs +134 -0
- package/fesm2020/mis-crystal-design-system-button.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-checkbox.mjs +112 -0
- package/fesm2020/mis-crystal-design-system-checkbox.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-chip.mjs +61 -0
- package/fesm2020/mis-crystal-design-system-chip.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-datepicker_v2.mjs +361 -0
- package/fesm2020/mis-crystal-design-system-datepicker_v2.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-daterangepicker_v2.mjs +409 -0
- package/fesm2020/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-drawer.mjs +156 -0
- package/fesm2020/mis-crystal-design-system-drawer.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-dropdown.mjs +175 -0
- package/fesm2020/mis-crystal-design-system-dropdown.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-fab.mjs +107 -0
- package/fesm2020/mis-crystal-design-system-fab.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-input.mjs +106 -0
- package/fesm2020/mis-crystal-design-system-input.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-loader.mjs +44 -0
- package/fesm2020/mis-crystal-design-system-loader.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-menu.mjs +119 -0
- package/fesm2020/mis-crystal-design-system-menu.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-modal.mjs +156 -0
- package/fesm2020/mis-crystal-design-system-modal.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-multi-select-dropdown.mjs +325 -0
- package/fesm2020/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-nested-multi-select-dropdown.mjs +341 -0
- package/fesm2020/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-radio-button.mjs +74 -0
- package/fesm2020/mis-crystal-design-system-radio-button.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-ske-loader.mjs +56 -0
- package/fesm2020/mis-crystal-design-system-ske-loader.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-styles.mjs +4 -0
- package/fesm2020/mis-crystal-design-system-styles.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-switch.mjs +68 -0
- package/fesm2020/mis-crystal-design-system-switch.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-table.mjs +413 -0
- package/fesm2020/mis-crystal-design-system-table.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-toast.mjs +180 -0
- package/fesm2020/mis-crystal-design-system-toast.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-tooltip.mjs +177 -0
- package/fesm2020/mis-crystal-design-system-tooltip.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-utils.mjs +24 -0
- package/fesm2020/mis-crystal-design-system-utils.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system-widgets.mjs +128 -0
- package/fesm2020/mis-crystal-design-system-widgets.mjs.map +1 -0
- package/fesm2020/mis-crystal-design-system.mjs +24 -0
- package/fesm2020/mis-crystal-design-system.mjs.map +1 -0
- package/input/directives/input/input.directive.d.ts +3 -0
- package/input/mis-input.component.d.ts +3 -0
- package/input/mis-input.module.d.ts +8 -0
- package/loader/loader.component.d.ts +3 -0
- package/loader/loader.module.d.ts +6 -0
- package/menu/menu-close.directive.d.ts +3 -0
- package/menu/menu.directive.d.ts +3 -0
- package/menu/menu.module.d.ts +9 -1
- package/modal/modal.module.d.ts +8 -0
- package/modal/modal.service.d.ts +3 -0
- package/modal/module-wrapper/module-wrapper.component.d.ts +3 -0
- package/multi-select-dropdown/multi-select-dropdown.component.d.ts +3 -0
- package/multi-select-dropdown/multi-select-dropdown.module.d.ts +10 -0
- package/nested-multi-select-dropdown/nested-multi-select-dropdown.component.d.ts +3 -0
- package/nested-multi-select-dropdown/nested-multi-select-dropdown.module.d.ts +10 -0
- package/package.json +228 -8
- package/radio-button/radio-button.component.d.ts +3 -0
- package/radio-button/radio-button.module.d.ts +7 -0
- package/ske-loader/ske-loader.component.d.ts +3 -0
- package/ske-loader/ske-loader.module.d.ts +6 -0
- package/switch/switch.component.d.ts +3 -0
- package/switch/switch.module.d.ts +7 -0
- package/table/custom-table-cell.directive.d.ts +3 -0
- package/table/filter/filter.component.d.ts +3 -0
- package/table/public_api.d.ts +1 -0
- package/table/sub-table/sub-table.component.d.ts +3 -0
- package/table/table.component.d.ts +3 -0
- package/table/table.module.d.ts +11 -0
- package/toast/toast.component.d.ts +3 -0
- package/toast/toast.data.service.d.ts +3 -0
- package/toast/toast.module.d.ts +7 -0
- package/toast/toast.service.d.ts +3 -0
- package/tooltip/tooltip-container/tooltip.component.d.ts +3 -0
- package/tooltip/tooltip.directive.d.ts +3 -0
- package/tooltip/tooltip.module.d.ts +8 -0
- package/widgets/services/widget.service.d.ts +3 -0
- package/widgets/widgets.module.d.ts +5 -0
- package/action-list/mis-crystal-design-system-action-list.d.ts +0 -4
- package/action-list/mis-crystal-design-system-action-list.metadata.json +0 -1
- package/action-list/package.json +0 -11
- package/analytics/mis-crystal-design-system-analytics.d.ts +0 -4
- package/analytics/mis-crystal-design-system-analytics.metadata.json +0 -1
- package/analytics/package.json +0 -11
- package/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.d.ts +0 -4
- package/async-search-dropdown/mis-crystal-design-system-async-search-dropdown.metadata.json +0 -1
- package/async-search-dropdown/package.json +0 -11
- package/bundles/mis-crystal-design-system-action-list.umd.js +0 -508
- package/bundles/mis-crystal-design-system-action-list.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-action-list.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-action-list.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-analytics.umd.js +0 -422
- package/bundles/mis-crystal-design-system-analytics.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-analytics.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-analytics.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-async-search-dropdown.umd.js +0 -258
- package/bundles/mis-crystal-design-system-async-search-dropdown.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-async-search-dropdown.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-async-search-dropdown.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-button.umd.js +0 -134
- package/bundles/mis-crystal-design-system-button.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-button.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-button.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-checkbox.umd.js +0 -127
- package/bundles/mis-crystal-design-system-checkbox.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-checkbox.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-checkbox.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-chip.umd.js +0 -64
- package/bundles/mis-crystal-design-system-chip.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-chip.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-chip.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.js +0 -688
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-datepicker_v2.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js +0 -740
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-daterangepicker_v2.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-drawer.umd.js +0 -169
- package/bundles/mis-crystal-design-system-drawer.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-drawer.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-drawer.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-dropdown.umd.js +0 -481
- package/bundles/mis-crystal-design-system-dropdown.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-dropdown.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-dropdown.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-fab.umd.js +0 -95
- package/bundles/mis-crystal-design-system-fab.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-fab.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-fab.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-input.umd.js +0 -114
- package/bundles/mis-crystal-design-system-input.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-input.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-input.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-loader.umd.js +0 -53
- package/bundles/mis-crystal-design-system-loader.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-loader.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-loader.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-menu.umd.js +0 -119
- package/bundles/mis-crystal-design-system-menu.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-menu.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-menu.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-modal.umd.js +0 -161
- package/bundles/mis-crystal-design-system-modal.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-modal.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-modal.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.js +0 -622
- package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-multi-select-dropdown.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.js +0 -636
- package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-nested-multi-select-dropdown.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-radio-button.umd.js +0 -77
- package/bundles/mis-crystal-design-system-radio-button.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-radio-button.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-radio-button.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-ske-loader.umd.js +0 -65
- package/bundles/mis-crystal-design-system-ske-loader.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-ske-loader.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-ske-loader.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-styles.umd.js +0 -11
- package/bundles/mis-crystal-design-system-styles.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-styles.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-styles.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-switch.umd.js +0 -79
- package/bundles/mis-crystal-design-system-switch.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-switch.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-switch.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-table.umd.js +0 -783
- package/bundles/mis-crystal-design-system-table.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-table.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-table.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-toast.umd.js +0 -202
- package/bundles/mis-crystal-design-system-toast.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-toast.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-toast.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-tooltip.umd.js +0 -194
- package/bundles/mis-crystal-design-system-tooltip.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-tooltip.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-tooltip.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-utils.umd.js +0 -33
- package/bundles/mis-crystal-design-system-utils.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-utils.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system-utils.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system-widgets.umd.js +0 -478
- package/bundles/mis-crystal-design-system-widgets.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system-widgets.umd.min.js +0 -16
- package/bundles/mis-crystal-design-system-widgets.umd.min.js.map +0 -1
- package/bundles/mis-crystal-design-system.umd.js +0 -31
- package/bundles/mis-crystal-design-system.umd.js.map +0 -1
- package/bundles/mis-crystal-design-system.umd.min.js +0 -2
- package/bundles/mis-crystal-design-system.umd.min.js.map +0 -1
- package/button/mis-crystal-design-system-button.d.ts +0 -4
- package/button/mis-crystal-design-system-button.metadata.json +0 -1
- package/button/package.json +0 -11
- package/checkbox/mis-crystal-design-system-checkbox.d.ts +0 -4
- package/checkbox/mis-crystal-design-system-checkbox.metadata.json +0 -1
- package/checkbox/package.json +0 -11
- package/chip/mis-crystal-design-system-chip.d.ts +0 -4
- package/chip/mis-crystal-design-system-chip.metadata.json +0 -1
- package/chip/package.json +0 -11
- package/datepicker_v2/mis-crystal-design-system-datepicker_v2.d.ts +0 -7
- package/datepicker_v2/mis-crystal-design-system-datepicker_v2.metadata.json +0 -1
- package/datepicker_v2/package.json +0 -11
- package/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.d.ts +0 -7
- package/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.metadata.json +0 -1
- package/daterangepicker_v2/package.json +0 -11
- package/drawer/mis-crystal-design-system-drawer.d.ts +0 -5
- package/drawer/mis-crystal-design-system-drawer.metadata.json +0 -1
- package/drawer/package.json +0 -11
- package/dropdown/mis-crystal-design-system-dropdown.d.ts +0 -4
- package/dropdown/mis-crystal-design-system-dropdown.metadata.json +0 -1
- package/dropdown/package.json +0 -11
- package/esm2015/action-list/action-list.component.js +0 -160
- package/esm2015/action-list/action-list.module.js +0 -19
- package/esm2015/analytics/analytics.module.js +0 -14
- package/esm2015/analytics/analytics.service.js +0 -62
- package/esm2015/async-search-dropdown/async-dropdown.component.js +0 -223
- package/esm2015/async-search-dropdown/async-dropdown.module.js +0 -16
- package/esm2015/button/button.component.js +0 -43
- package/esm2015/button/button.directive.js +0 -57
- package/esm2015/button/button.module.js +0 -17
- package/esm2015/checkbox/checkbox.component.js +0 -79
- package/esm2015/checkbox/checkbox.module.js +0 -17
- package/esm2015/chip/chip.component.js +0 -31
- package/esm2015/chip/chip.module.js +0 -16
- package/esm2015/datepicker_v2/datepicker.module.js +0 -18
- package/esm2015/datepicker_v2/mis-crystal-design-system-datepicker_v2.js +0 -7
- package/esm2015/datepicker_v2/public_api.js +0 -3
- package/esm2015/datepicker_v2/tz-datepicker.directive.js +0 -126
- package/esm2015/datepicker_v2/tz-dp-container/tz-dp-container.component.js +0 -149
- package/esm2015/daterangepicker_v2/daterangepicker.module.js +0 -18
- package/esm2015/daterangepicker_v2/mis-crystal-design-system-daterangepicker_v2.js +0 -7
- package/esm2015/daterangepicker_v2/public_api.js +0 -3
- package/esm2015/daterangepicker_v2/tz-daterangepicker.directive.js +0 -123
- package/esm2015/daterangepicker_v2/tz-drp-container/tz-drp-container.component.js +0 -205
- package/esm2015/drawer/drawer-body/drawer-body.component.js +0 -41
- package/esm2015/drawer/drawer.module.js +0 -28
- package/esm2015/drawer/mis-crystal-design-system-drawer.js +0 -6
- package/esm2015/dropdown/dropdown.component.js +0 -134
- package/esm2015/dropdown/dropdown.module.js +0 -19
- package/esm2015/fab/fab.component.js +0 -63
- package/esm2015/fab/fab.module.js +0 -16
- package/esm2015/input/directives/input/input.directive.js +0 -38
- package/esm2015/input/mis-input.component.js +0 -43
- package/esm2015/input/mis-input.module.js +0 -15
- package/esm2015/loader/loader.component.js +0 -20
- package/esm2015/loader/loader.module.js +0 -16
- package/esm2015/menu/menu-close.directive.js +0 -18
- package/esm2015/menu/menu.directive.js +0 -70
- package/esm2015/menu/menu.module.js +0 -17
- package/esm2015/modal/mis-crystal-design-system-modal.js +0 -6
- package/esm2015/modal/modal.module.js +0 -28
- package/esm2015/modal/modal.service.js +0 -72
- package/esm2015/modal/module-wrapper/module-wrapper.component.js +0 -33
- package/esm2015/multi-select-dropdown/multi-select-dropdown.component.js +0 -268
- package/esm2015/multi-select-dropdown/multi-select-dropdown.module.js +0 -20
- package/esm2015/nested-multi-select-dropdown/nested-multi-select-dropdown.component.js +0 -265
- package/esm2015/nested-multi-select-dropdown/nested-multi-select-dropdown.module.js +0 -20
- package/esm2015/radio-button/radio-button.component.js +0 -45
- package/esm2015/radio-button/radio-button.module.js +0 -17
- package/esm2015/ske-loader/ske-loader.component.js +0 -31
- package/esm2015/ske-loader/ske-loader.module.js +0 -13
- package/esm2015/switch/switch.component.js +0 -39
- package/esm2015/switch/switch.module.js +0 -17
- package/esm2015/table/custom-table-cell.directive.js +0 -42
- package/esm2015/table/filter/filter.component.js +0 -75
- package/esm2015/table/mis-crystal-design-system-table.js +0 -6
- package/esm2015/table/public_api.js +0 -5
- package/esm2015/table/sub-table/sub-table.component.js +0 -69
- package/esm2015/table/table.component.js +0 -199
- package/esm2015/table/table.module.js +0 -21
- package/esm2015/toast/toast.component.js +0 -28
- package/esm2015/toast/toast.data.service.js +0 -29
- package/esm2015/toast/toast.module.js +0 -28
- package/esm2015/toast/toast.service.js +0 -96
- package/esm2015/tooltip/tooltip-container/tooltip.component.js +0 -34
- package/esm2015/tooltip/tooltip.directive.js +0 -117
- package/esm2015/tooltip/tooltip.module.js +0 -19
- package/esm2015/widgets/classes/widget-group.js +0 -32
- package/esm2015/widgets/services/widget.service.js +0 -16
- package/esm2015/widgets/widgets.module.js +0 -12
- package/fab/mis-crystal-design-system-fab.d.ts +0 -4
- package/fab/mis-crystal-design-system-fab.metadata.json +0 -1
- package/fab/package.json +0 -11
- package/fesm2015/mis-crystal-design-system-action-list.js +0 -183
- package/fesm2015/mis-crystal-design-system-action-list.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-analytics.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-async-search-dropdown.js +0 -242
- package/fesm2015/mis-crystal-design-system-async-search-dropdown.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-button.js +0 -120
- package/fesm2015/mis-crystal-design-system-button.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-checkbox.js +0 -100
- package/fesm2015/mis-crystal-design-system-checkbox.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-chip.js +0 -52
- package/fesm2015/mis-crystal-design-system-chip.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-datepicker_v2.js +0 -339
- package/fesm2015/mis-crystal-design-system-datepicker_v2.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js +0 -392
- package/fesm2015/mis-crystal-design-system-daterangepicker_v2.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-drawer.js +0 -153
- package/fesm2015/mis-crystal-design-system-drawer.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-dropdown.js +0 -157
- package/fesm2015/mis-crystal-design-system-dropdown.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-fab.js +0 -84
- package/fesm2015/mis-crystal-design-system-fab.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-input.js +0 -97
- package/fesm2015/mis-crystal-design-system-input.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-loader.js +0 -41
- package/fesm2015/mis-crystal-design-system-loader.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-menu.js +0 -106
- package/fesm2015/mis-crystal-design-system-menu.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-modal.js +0 -147
- package/fesm2015/mis-crystal-design-system-modal.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-multi-select-dropdown.js +0 -292
- package/fesm2015/mis-crystal-design-system-multi-select-dropdown.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.js +0 -289
- package/fesm2015/mis-crystal-design-system-nested-multi-select-dropdown.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-radio-button.js +0 -66
- package/fesm2015/mis-crystal-design-system-radio-button.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-ske-loader.js +0 -49
- package/fesm2015/mis-crystal-design-system-ske-loader.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-styles.js +0 -4
- package/fesm2015/mis-crystal-design-system-styles.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-switch.js +0 -60
- package/fesm2015/mis-crystal-design-system-switch.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-table.js +0 -405
- package/fesm2015/mis-crystal-design-system-table.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-toast.js +0 -174
- package/fesm2015/mis-crystal-design-system-toast.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-tooltip.js +0 -171
- package/fesm2015/mis-crystal-design-system-tooltip.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-utils.js.map +0 -1
- package/fesm2015/mis-crystal-design-system-widgets.js.map +0 -1
- package/fesm2015/mis-crystal-design-system.js.map +0 -1
- package/input/mis-crystal-design-system-input.d.ts +0 -4
- package/input/mis-crystal-design-system-input.metadata.json +0 -1
- package/input/package.json +0 -11
- package/loader/mis-crystal-design-system-loader.d.ts +0 -4
- package/loader/mis-crystal-design-system-loader.metadata.json +0 -1
- package/loader/package.json +0 -11
- package/menu/mis-crystal-design-system-menu.d.ts +0 -4
- package/menu/mis-crystal-design-system-menu.metadata.json +0 -1
- package/menu/package.json +0 -11
- package/mis-crystal-design-system.d.ts +0 -4
- package/mis-crystal-design-system.metadata.json +0 -1
- package/modal/mis-crystal-design-system-modal.d.ts +0 -5
- package/modal/mis-crystal-design-system-modal.metadata.json +0 -1
- package/modal/package.json +0 -11
- package/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.d.ts +0 -4
- package/multi-select-dropdown/mis-crystal-design-system-multi-select-dropdown.metadata.json +0 -1
- package/multi-select-dropdown/package.json +0 -11
- package/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.d.ts +0 -4
- package/nested-multi-select-dropdown/mis-crystal-design-system-nested-multi-select-dropdown.metadata.json +0 -1
- package/nested-multi-select-dropdown/package.json +0 -11
- package/radio-button/mis-crystal-design-system-radio-button.d.ts +0 -4
- package/radio-button/mis-crystal-design-system-radio-button.metadata.json +0 -1
- package/radio-button/package.json +0 -11
- package/ske-loader/mis-crystal-design-system-ske-loader.d.ts +0 -4
- package/ske-loader/mis-crystal-design-system-ske-loader.metadata.json +0 -1
- package/ske-loader/package.json +0 -11
- package/styles/mis-crystal-design-system-styles.d.ts +0 -4
- package/styles/mis-crystal-design-system-styles.metadata.json +0 -1
- package/styles/package.json +0 -11
- package/switch/mis-crystal-design-system-switch.d.ts +0 -4
- package/switch/mis-crystal-design-system-switch.metadata.json +0 -1
- package/switch/package.json +0 -11
- package/table/mis-crystal-design-system-table.d.ts +0 -5
- package/table/mis-crystal-design-system-table.metadata.json +0 -1
- package/table/package.json +0 -11
- package/toast/mis-crystal-design-system-toast.d.ts +0 -5
- package/toast/mis-crystal-design-system-toast.metadata.json +0 -1
- package/toast/package.json +0 -11
- package/tooltip/mis-crystal-design-system-tooltip.d.ts +0 -4
- package/tooltip/mis-crystal-design-system-tooltip.metadata.json +0 -1
- package/tooltip/package.json +0 -11
- package/utils/mis-crystal-design-system-utils.d.ts +0 -4
- package/utils/mis-crystal-design-system-utils.metadata.json +0 -1
- package/utils/package.json +0 -11
- package/widgets/mis-crystal-design-system-widgets.d.ts +0 -4
- package/widgets/mis-crystal-design-system-widgets.metadata.json +0 -1
- package/widgets/package.json +0 -11
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export class LoaderComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
/** Controls loader size */
|
|
7
|
+
this.mobileView = false;
|
|
8
|
+
}
|
|
9
|
+
ngOnInit() { }
|
|
10
|
+
}
|
|
11
|
+
LoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
LoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: LoaderComponent, selector: "mis-loader", inputs: { mobileView: "mobileView" }, ngImport: i0, template: "<div\n id=\"spinner\"\n [ngClass]=\"{\n mobile: mobileView\n }\"\n></div>\n", styles: [":root{--pmry-200: #99BAF7;--pmry-100: #CBDDFB;--pmry-500: #0937B2;--pmry-400: #3C68D0;--pmry-600: #062A99;--pmry-700: #041F80;--pmry-300: #638FE7;--pmry-800: #021567;--pmry-900: #010F55;--sec-d-purple: #40447F;--sec-maroon: #6B034E;--sec-mud-red: #B23600;--sec-orange: #ED711C;--sec-purple: #815FD5;--sec-teal: #10ADAE;--sec-yellow: #D4900C;--sec-green: #547F40;--sec-bright-green: #27D22E;--sec-dark-teal: #035F6B;--sec-chocolate: #7C2F33;--sec-rube-pink: #C13D6D;--sec-cerulean: #0087B2;--sem-error: #B00020;--sem-info: #0091FF;--sem-warning: #FF9D00;--sem-success: #38AF49;--grey-bg-1: #FAFAFA;--grey-bg: #F5F5F5;--grey-seperators: #E0E0E0;--grey-disabled: #C8CDD3;--grey-hover: #F5F7FC;--grey-pressed: #E6EBF7;--grey-row: #F5F7FC;--dec-light-yellow: #F4E7C3;--dec-light-purple: #DACFF9;--dec-light-green: #E4F5E9;--dec-light-green2: #F1FFF3;--dec-light-pink: #FAE1EA;--dec-: #F4CBC1;--dec-lt-orange: #FAEFED;--dec-light-blue: #CFECF9;--dec-row-selection: #F1FDF8;--dec-row-selection2: #F2FBFF;--dec-row-lines: #D3E1E9;--text-white: #FFFFFF;--text-disabled: #929DAB;--text-muted: #6A737D;--text-black: #181F33;--MR-solid-blue2:#C8D5F6;--MR-solid-purple:#C9C3FB;--MR-solid-orange:#EEAC9F;--MR-solid-green:#ACDADA;--MR-solid-brown:#E8C8AF;--MR-solid-yellow:#FFEFC7;--MR-solid-blue:#BBE6FF;--MR-solid-pink:#FFC6F2;--tr-hover:#F0F3FA;--tr-pressed:#DAE1F3}.h1{font-size:40px;line-height:48px;font-weight:400px;letter-spacing:0px}.h2{font-size:32px;line-height:40px;font-weight:400;letter-spacing:0px}.h3{font-size:28px;line-height:36px;font-weight:400;letter-spacing:0px}.h4{font-size:24px;line-height:32px;font-weight:400;letter-spacing:0px}.h5-b{font-weight:700;letter-spacing:.25px;font-size:20px;line-height:28px}.h5{font-weight:400;letter-spacing:.15px;font-size:20px;line-height:28px}.h6-b{font-weight:700;letter-spacing:0px;font-size:16px;line-height:24px}.h6{font-size:16px;line-height:24;font-weight:400;letter-spacing:0px}.p{font-size:16px;line-height:180%;font-weight:400;letter-spacing:0px}.h7-b{font-weight:700;letter-spacing:.25px;font-size:14px;line-height:20px}.h7{font-weight:400;letter-spacing:.2px;font-size:14px;line-height:20px}.h8-b{font-weight:700;letter-spacing:.25px;font-size:12px;line-height:18px}.h8{font-weight:400;letter-spacing:.2px;font-size:12px;line-height:18px}.h9{font-size:10px;line-height:15px;font-weight:400;letter-spacing:0px}.btn-lg-b{font-size:16px;line-height:24px;font-weight:700;letter-spacing:.5px}.btn-lg{font-weight:400;letter-spacing:.2px;font-size:16px;line-height:24px}.btn-sm{font-weight:400;letter-spacing:.25px;font-size:14px;line-height:20px}.btn-link{font-size:16px;line-height:24px}.display-1{font-weight:400;letter-spacing:0px;font-size:48px;line-height:56px}.display-2{font-weight:400;letter-spacing:.5px;font-size:14px;line-height:20px}@font-face{font-family:icomoon;src:url(fonts/icomoon.eot?sriz9y);src:url(fonts/icomoon.eot?sriz9y#iefix) format(\"embedded-opentype\"),url(fonts/icomoon.ttf?sriz9y) format(\"truetype\"),url(fonts/icomoon.woff?sriz9y) format(\"woff\"),url(fonts/icomoon.svg?sriz9y#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-ic-ets-green-impact-32 .path1:before{content:\"\\e90c\";color:#e4f5e9}.icon-ic-ets-green-impact-32 .path2:before{content:\"\\ea1a\";margin-left:-.9697265625em;color:#547f40}.icon-ic-ets-green-impact-32 .path3:before{content:\"\\ea1b\";margin-left:-.9697265625em;color:#547f40}.icon-ic-action-average-kilometers:before{content:\"\\ea28\"}.icon-ic-action-average-trips:before{content:\"\\ea29\"}.icon-ic-action-EV-vehicle:before{content:\"\\ea2e\"}.icon-ic-action-total-trips:before{content:\"\\ea2f\"}.icon-ic-ui-front-desk-24:before{content:\"\\ea26\"}.icon-ic-ui-visitor-invite-24:before{content:\"\\ea27\"}.icon-ic-ETS-OTA-16:before{content:\"\\ea24\";color:#ed711c}.icon-ic-ETS-OTD-16:before{content:\"\\ea25\";color:#0087b2}.icon-ic-home-office-24:before{content:\"\\ea23\";color:#929dab}.icon-ic-device-unreachable-16:before{content:\"\\e900\"}.icon-ic-fixed-device-not-reachable-16:before{content:\"\\e901\"}.icon-ic-geo-fence-violation-16:before{content:\"\\e902\"}.icon-ic-map-pin-16:before{content:\"\\e903\"}.icon-ic-SOS-fixed-device-16:before{content:\"\\e904\"}.icon-ic-SOS-mobile-16:before{content:\"\\e905\"}.icon-ic-speeding-16:before{content:\"\\e906\"}.icon-ic-tamper-alert-16:before{content:\"\\e907\"}.icon-ic-unsafe-zone-alert-16:before{content:\"\\e908\"}.icon-ic-vehicle-stopage-16:before{content:\"\\e909\"}.icon-ic-violations-sign-off-time-16:before{content:\"\\e90a\"}.icon-ic-woman-travelling-alone-16:before{content:\"\\ea22\"}.icon-ic-ets-adhoc-32:before{content:\"\\e90b\";color:#b00020}.icon-ic-ets-help-desk-32:before{content:\"\\e90d\";color:#fff}.icon-ic-ets-login-32 .path1:before{content:\"\\e90e\";color:#181f33}.icon-ic-ets-login-32 .path2:before{content:\"\\ea1c\";margin-left:-.9697265625em;color:#000}.icon-ic-ets-logout-32 .path1:before{content:\"\\e90f\";color:#181f33}.icon-ic-ets-logout-32 .path2:before{content:\"\\ea1d\";margin-left:-.9697265625em;color:#000}.icon-ic-ui-WFO-outline-24:before{content:\"\\ea00\";color:#0087b2}.icon-ic-ui-WFH-24-2:before{content:\"\\ea01\";color:#6b034e}.icon-ic-ui-WFH-outline-24:before{content:\"\\ea02\";color:#6b034e}.icon-ic-ui-WFH-24-1:before{content:\"\\ea03\";color:#fff}.icon-ic-ui-WFO-24-2:before{content:\"\\ea04\";color:#0087b2}.icon-ic-ui-WFO-24-1:before{content:\"\\ea05\";color:#fff}.icon-ic-ui-battery-life-24:before{content:\"\\ea06\"}.icon-ic-ets-bus-24-1:before{content:\"\\ea07\"}.icon-ic-ets-bus-24-2:before{content:\"\\ea08\";color:#0937b2}.icon-ic-ets-chat-24:before{content:\"\\ea0b\"}.icon-ic-ets-cloud-off-24:before{content:\"\\ea0c\"}.icon-ic-ets-walking-man-24:before{content:\"\\ea0d\";color:#6a737d}.icon-ic-ui-transport-24-1:before{content:\"\\ea0e\";color:#0937b2}.icon-ic-ets-nodal-point-24:before{content:\"\\ea0f\"}.icon-ic-ui-seperator-16:before{content:\"\\e94c\";color:#6a737d}.icon-ic-action-filter-applied-24 .path1:before{content:\"\\e910\";color:#181f33}.icon-ic-action-filter-applied-24 .path2:before{content:\"\\ea1e\";margin-left:-.9599609375em;color:#0937b2}.icon-ic-action-notif-wbadge-24 .path1:before{content:\"\\e911\";color:#181f33}.icon-ic-action-notif-wbadge-24 .path2:before{content:\"\\ea1f\";margin-left:-1em;color:#b00020}.icon-ic-action-notif-wbadge-24 .path3:before{content:\"\\ea20\";margin-left:-1em;color:#fff}.icon-ic-action-notif-wbadge-24 .path4:before{content:\"\\ea21\";margin-left:-1em;color:#fff}.icon-ic-action-sort-applied-24 .path1:before{content:\"\\e920\";color:#181f33}.icon-ic-action-sort-applied-24 .path2:before{content:\"\\e921\";margin-left:-1em;color:#0937b2}.icon-ic-duplicate-24:before{content:\"\\e922\";color:#815fd5}.icon-ic-eligibility-address-24:before{content:\"\\e92b\";color:#c13d6d}.icon-ic-eligibility-boy-24:before{content:\"\\e938\";color:#c13d6d}.icon-ic-eligibility-cough-24:before{content:\"\\e939\";color:#c13d6d}.icon-ic-eligibility-covid-man-24:before{content:\"\\e952\";color:#c13d6d}.icon-ic-eligibility-covid-24:before{content:\"\\e96e\";color:#c13d6d}.icon-ic-eligibility-man-24:before{content:\"\\e96f\";color:#c13d6d}.icon-ic-eligibility-sick-24:before{content:\"\\e970\";color:#c13d6d}.icon-ic-eligibility-symptoms-24:before{content:\"\\e971\";color:#c13d6d}.icon-ic-eligibility-travel-24:before{content:\"\\e972\";color:#c13d6d}.icon-ic-Gigipass-loading-bg:before{content:\"\\e973\";color:#0087b2}.icon-ic-map-pin-24:before{content:\"\\e974\"}.icon-ic-mobile-side-menu-vaccine-24:before{content:\"\\e975\";color:#0937b2}.icon-ic-nav-help-24:before{content:\"\\e976\"}.icon-ic-navigation-collapse-16:before{content:\"\\e979\"}.icon-ic-navigation-expand-16:before{content:\"\\e989\"}.icon-ic-new-icon-transport-Availibilty-Muted-V1-32:before{content:\"\\e98a\";color:#6a737d}.icon-ic-not-started-24-no-bg:before{content:\"\\e98b\";color:#d4900c}.icon-ic-nre-notification-indicator-24 .path1:before{content:\"\\e98d\";color:#181f33}.icon-ic-nre-notification-indicator-24 .path2:before{content:\"\\e98e\";margin-left:-.9599609375em;color:#38af49}.icon-ic-nrs-multisite-24:before{content:\"\\e9b2\"}.icon-ic-nrs-sort--ascending-24:before{content:\"\\e9b3\"}.icon-ic-nrs-sort--descending-24:before{content:\"\\e9b6\"}.icon-ic-ui-changed-24 .path1:before{content:\"\\e9bd\";color:#0937b2}.icon-ic-ui-changed-24 .path2:before{content:\"\\e9c1\";margin-left:-1em;color:#34d0ec}.icon-ic-ui-clock-in-24 .path1:before{content:\"\\e9c2\";color:#0937b2}.icon-ic-ui-clock-in-24 .path2:before{content:\"\\e9c7\";margin-left:-.9599609375em;color:#34d0ec}.icon-ic-ui-clock-out-24 .path1:before{content:\"\\e9d1\";color:#0937b2}.icon-ic-ui-clock-out-24 .path2:before{content:\"\\e9d5\";margin-left:-.9599609375em;color:#34d0ec}.icon-ic-ui-cross-24:before{content:\"\\e9d6\";color:#b00020}.icon-ic-ui-download-24:before{content:\"\\e9eb\"}.icon-ic-ui-error-24:before{content:\"\\e9f4\";color:#b00020}.icon-ic-ui-statistics-24 .path1:before{content:\"\\e9f5\";color:#000}.icon-ic-ui-statistics-24 .path2:before{content:\"\\e9fc\";margin-left:-1em;color:#0937b2}.icon-ic-ui-tick-24:before{content:\"\\e9fd\";color:#38af49}.icon-ic-ui-walked-in-24 .path1:before{content:\"\\e9fe\";color:#0937b2}.icon-ic-ui-walked-in-24 .path2:before{content:\"\\e9ff\";margin-left:-.9599609375em;color:#34d0ec}.icon-ic-rep-calendar2-16:before{content:\"\\e9f0\"}.icon-ic-ui-overlap-16:before{content:\"\\e9f1\"}.icon-ic-navigation-arrow_left-16:before{content:\"\\e9f2\"}.icon-ic-navigation-arrow_right-16:before{content:\"\\e9f3\"}.icon-ic-rep-booking-16:before{content:\"\\e9f6\"}.icon-ic-ui-arrow-16:before{content:\"\\e9f7\"}.icon-ic-ui-filters2-16:before{content:\"\\e9f8\"}.icon-ic-ui-nonveg-16:before{content:\"\\e9f9\";color:#b00020}.icon-ic-ui-veg-16:before{content:\"\\e9fa\";color:#38af49}.icon-ic-ui-vegan-16:before{content:\"\\e9fb\";color:#ff9d00}.icon-ic-ui-Gender-24:before{content:\"\\e9ca\"}.icon-ic-ui-Phone-24-1:before{content:\"\\e9cb\"}.icon-ic-ui-Phone-24:before{content:\"\\e9cc\"}.icon-ic-ui-Name-24:before{content:\"\\e9cd\"}.icon-ic-ui-transport-cab-24:before{content:\"\\e9ce\"}.icon-ic-ui-info-24:before{content:\"\\e9cf\";color:#0091ff}.icon-ic-ui-WFO-24:before{content:\"\\e9d0\"}.icon-ic-ui-action-24:before{content:\"\\e9d2\"}.icon-ic-ui-approvals-24:before{content:\"\\e9d3\"}.icon-ic-ui-approvals2-24:before{content:\"\\e9d4\"}.icon-ic-ui-fast-24:before{content:\"\\e9d7\"}.icon-ic-ui-transport-24:before{content:\"\\e9d8\"}.icon-ic-ui-vaccine-review-24:before{content:\"\\e9d9\"}.icon-ic-image-24:before{content:\"\\e9da\"}.icon-ic-ui-bike-24:before{content:\"\\e9db\"}.icon-ic-ui-car-24:before{content:\"\\e9dc\"}.icon-ic-ui-description-24:before{content:\"\\e9dd\"}.icon-ic-ui-email-24-1:before{content:\"\\e9de\"}.icon-ic-ui-format-bullet-24:before{content:\"\\e9df\"}.icon-ic-ui-format-number-24:before{content:\"\\e9e0\"}.icon-ic-ui-help-24:before{content:\"\\e9e1\"}.icon-ic-ui-location-24:before{content:\"\\e9e2\"}.icon-ic-ui-location-searching-24:before{content:\"\\e9e3\"}.icon-ic-ui-meal-241:before{content:\"\\e9e4\"}.icon-ic-ui-on-call-24:before{content:\"\\e9e5\"}.icon-ic-ui-person-24:before{content:\"\\e9e6\"}.icon-ic-ui-pie-24:before{content:\"\\e9e7\"}.icon-ic-ui-question-24:before{content:\"\\e9e8\"}.icon-ic-ui-request-24:before{content:\"\\e9e9\"}.icon-ic-ui-seat-24:before{content:\"\\e9ea\"}.icon-ic-ui-trend-down-24:before{content:\"\\e9ec\";color:#b00020}.icon-ic-ui-trend-up-24:before{content:\"\\e9ed\";color:#38af49}.icon-ic-ui-warning-24:before{content:\"\\e9ee\";color:#ff9d00}.icon-ic-ui-WFH-24:before{content:\"\\e9ef\"}.icon-ic-nre-check-24:before{content:\"\\e9c4\"}.icon-ic-nre-flag-24:before{content:\"\\e9c5\"}.icon-ic-nre-notification-24:before{content:\"\\e9c6\"}.icon-ic-nre-push-pin-24:before{content:\"\\e9c8\"}.icon-ic-nre-wash-24:before{content:\"\\e9c9\"}.icon-ic-nrs-security-24:before{content:\"\\e9b8\"}.icon-ic-nrs-billing-24:before{content:\"\\e9b9\"}.icon-ic-nrs-downloads-24:before{content:\"\\e9ba\"}.icon-ic-nrs-loader-16:before{content:\"\\e9bb\";color:#0937b2}.icon-ic-nrs-metrics-24:before{content:\"\\e9bc\"}.icon-ic-nrs-refersh-24:before{content:\"\\e9be\"}.icon-ic-nrs-sanitize-24:before{content:\"\\e9bf\"}.icon-ic-nrs-score-card-24:before{content:\"\\e9c0\"}.icon-ic-nrs-view-24:before{content:\"\\e9c3\"}.icon-ic-device-24:before{content:\"\\e9b0\"}.icon-ic-duplicate-24--no-bg:before{content:\"\\e9b1\";color:#815fd5}.icon-ic-Gigipass-loading-no-bg:before{content:\"\\e9b4\";color:#0087b2}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path1:before{content:\"\\e9b5\";color:#d4900c}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path2:before{content:\"\\ea2a\";margin-left:-1em;color:#fff}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path3:before{content:\"\\ea2b\";margin-left:-1em;color:#fff}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path4:before{content:\"\\ea2c\";margin-left:-1em;color:#d4900c}.icon-ic-not-started-24 .path1:before{content:\"\\e9b7\";color:#ed711c}.icon-ic-not-started-24 .path2:before{content:\"\\ea2d\";margin-left:-1em;color:#fff}.icon-ic-new-icon-Marshall-sign-in-24-nobg:before{content:\"\\e9ae\"}.icon-ic-vendor-24:before{content:\"\\e9af\"}.icon-ic-naviation-directions-24:before{content:\"\\e9a5\"}.icon-ic-navigation-arrow-left-24:before{content:\"\\e9a6\"}.icon-ic-navigation-arrow-right-24:before{content:\"\\e9a7\"}.icon-ic-navigation-cancel-24:before{content:\"\\e9a8\"}.icon-ic-navigation-chevron-left-24:before{content:\"\\e9a9\"}.icon-ic-navigation-chevron-right-24:before{content:\"\\e9aa\"}.icon-ic-navigation-drop-down-24:before{content:\"\\e9ab\"}.icon-ic-navigation-expand-less-24:before{content:\"\\e9ac\"}.icon-ic-ui-check-24:before{content:\"\\e9ad\"}.icon-ic-nav-meeting-fill-24:before{content:\"\\e994\";color:#0937b2}.icon-ic-mr-projector-24:before{content:\"\\e995\"}.icon-ic-mr-building-24:before{content:\"\\e996\"}.icon-ic-mr-deluxe-seat-24:before{content:\"\\e997\"}.icon-ic-mr-fridge-24:before{content:\"\\e998\"}.icon-ic-mr-guestwifi-24:before{content:\"\\e999\"}.icon-ic-mr-ip-phones-24:before{content:\"\\e99a\"}.icon-ic-mr-mic-24:before{content:\"\\e99b\"}.icon-ic-mr-sanitization-spray-24:before{content:\"\\e99c\"}.icon-ic-mr-speakerphones-24:before{content:\"\\e99d\"}.icon-ic-mr-stationary-24:before{content:\"\\e99e\"}.icon-ic-mr-tv-24:before{content:\"\\e99f\"}.icon-ic-mr-video-conferencing-24:before{content:\"\\e9a0\"}.icon-ic-mr-whiteboard-24:before{content:\"\\e9a1\"}.icon-ic-mr-wing-24:before{content:\"\\e9a2\"}.icon-ic-nav-seat-02-24:before{content:\"\\e9a3\"}.icon-ic-nav-seat-fill-24:before{content:\"\\e9a4\";color:#0937b2}.icon-ic--new-icon--user-permissions2-24:before{content:\"\\e96d\"}.icon-ic-map-current-24 .path1:before{content:\"\\e977\";color:#cbddfb;opacity:.5}.icon-ic-map-current-24 .path2:before{content:\"\\ea3e\";margin-left:-.9599609375em;color:#0937b2}.icon-ic-map-locate-24:before{content:\"\\e978\"}.icon-ic-map-reposition-24:before{content:\"\\e97a\";color:#6a737d}.icon-ic-new-icon--user-group-24:before{content:\"\\e97b\"}.icon-ic-new-icon-Desk-Allocation-24:before{content:\"\\e97c\"}.icon-ic-new-icon-desk-management-24:before{content:\"\\e97d\"}.icon-ic-new-icon-desk-utilisation-24:before{content:\"\\e97e\"}.icon-ic-new-icon-freeze-24-nobg:before{content:\"\\e97f\"}.icon-ic-new-icon-health-risk-24:before{content:\"\\e980\"}.icon-ic-new-icon-key-24:before{content:\"\\e981\"}.icon-ic-new-icon-meeting-room2-24:before{content:\"\\e982\"}.icon-ic-new-icon-Rupee-24:before{content:\"\\e983\"}.icon-ic-new-icon-user-permissions-1-24:before{content:\"\\e984\"}.icon-ic-new-icons-User-group-24:before{content:\"\\e985\"}.icon-ic-ui-attendance:before{content:\"\\e986\"}.icon-ic-ui-cab-login:before{content:\"\\e987\"}.icon-ic-ui-cab-logout:before{content:\"\\e988\"}.icon-ic-ui-sign-in:before{content:\"\\e98c\"}.icon-request-2:before{content:\"\\e98f\"}.icon-seats-available:before{content:\"\\e990\";color:#5cc917}.icon-seats-booked:before{content:\"\\e991\";color:#039be5}.icon-seats-cancelled:before{content:\"\\e992\";color:#ef4d1d}.icon-seats-totals:before{content:\"\\e993\";color:#bcbcbc}.icon-ic-nav-team-24:before{content:\"\\e94a\"}.icon-ic-employee-rest:before{content:\"\\e94b\"}.icon-ic-nav-cancelled-24:before{content:\"\\e94d\"}.icon-ic-nav-desk-allocation-24:before{content:\"\\e94e\"}.icon-ic-nav-desk-bulk-upload-24:before{content:\"\\e94f\"}.icon-ic-nav-desk-mgmt-24:before{content:\"\\e950\"}.icon-ic-nav-desk-utilization-24:before{content:\"\\e951\"}.icon-ic-nav-meetingroom-24:before{content:\"\\e953\"}.icon-ic-nav-office-24:before{content:\"\\e954\"}.icon-ic-nav-qr-mgmt-24:before{content:\"\\e955\"}.icon-ic-nav-report-24:before{content:\"\\e956\"}.icon-ic-nav-resource-grps-24:before{content:\"\\e957\"}.icon-ic-nav-seat-mgmt-24:before{content:\"\\e958\"}.icon-ic-nav-settings-24:before{content:\"\\e959\"}.icon-ic-nav-translate-24:before{content:\"\\e95a\"}.icon-ic-nav-unplanned-24:before{content:\"\\e95b\"}.icon-ic-nav-upload-24:before{content:\"\\e95c\"}.icon-ic-nav-user-24:before{content:\"\\e95d\"}.icon-ic-nav-user-grps-24:before{content:\"\\e95e\"}.icon-ic-nav-user-pemissions-24:before{content:\"\\e95f\"}.icon-ic-nav-utilisation-24:before{content:\"\\e960\"}.icon-ic-nav-vaccine-24:before{content:\"\\e961\"}.icon-ic-nav-visitor-management-24:before{content:\"\\e962\"}.icon-ic-nav-work-planner-24:before{content:\"\\e963\"}.icon-ic-nre-add-24:before{content:\"\\e964\"}.icon-ic-nre-deactivate-24:before{content:\"\\e965\"}.icon-ic-sidebar-floor-plan-24:before{content:\"\\e966\"}.icon-ic-sidebar-guard-24:before{content:\"\\e967\"}.icon-ic-sidebar-home-24:before{content:\"\\e968\"}.icon-ic-sidebar-meeting-rooms-24:before{content:\"\\e969\"}.icon-ic-sidebar-my-bookings-24:before{content:\"\\e96a\"}.icon-ic-sidebar-reception-24:before{content:\"\\e96b\"}.icon-ic-ui-pdf-24:before{content:\"\\e96c\"}.icon-ic-new-icon-transport-Availibilty-V1-325:before{content:\"\\e92f\";color:#929dab}.icon-ic-ui-daytime-24:before{content:\"\\e930\"}.icon-ic-new-icon-transport-Availibilty-Muted-V1-321:before{content:\"\\e931\";color:#6a737d}.icon-ic-ui--no_parking-24:before{content:\"\\e93a\";color:#6a737d}.icon-ic-ui-bus-24:before{content:\"\\e93b\"}.icon-ic-ui-cab-24:before{content:\"\\e93c\"}.icon-ic-ui-calendar2-24:before{content:\"\\e93d\"}.icon-ic-ui-calender-24:before{content:\"\\e93e\"}.icon-ic-ui-email-24:before{content:\"\\e93f\"}.icon-ic-ui-home-24:before{content:\"\\e949\"}.icon-ic-ui-meal-24:before{content:\"\\e940\"}.icon-ic-ui-new_parking-24:before{content:\"\\e941\"}.icon-ic-ui-night-24:before{content:\"\\e942\"}.icon-ic-ui-office-24:before{content:\"\\e943\"}.icon-ic-ui-outofoffice-24:before{content:\"\\e944\"}.icon-ic-ui-parking-24:before{content:\"\\e945\"}.icon-ic-ui-phone-24:before{content:\"\\e946\"}.icon-ic-ui-Transport-availability-24:before{content:\"\\e947\"}.icon-ic-ui-Transport-not-availability-24:before{content:\"\\e948\"}.icon-ic-action-more-horiz-24:before{content:\"\\e912\"}.icon-ic-action-add-24:before{content:\"\\e913\"}.icon-ic-action-ascending-24:before{content:\"\\e914\"}.icon-ic-action-cached-24:before{content:\"\\e915\"}.icon-ic-action-calview-24:before{content:\"\\e916\"}.icon-ic-action-copy-link-24:before{content:\"\\e917\"}.icon-ic-action-delete-24:before{content:\"\\e918\"}.icon-ic-action-descending-24:before{content:\"\\e919\"}.icon-ic-action-download-24:before{content:\"\\e91a\"}.icon-ic-action-drag-24:before{content:\"\\e91b\";color:#c8cdd3}.icon-ic-action-drag:before{content:\"\\e91c\";color:#6a737d}.icon-ic-action-edit-24:before{content:\"\\e91d\"}.icon-ic-action-expand-24-1:before{content:\"\\e91e\"}.icon-ic-action-external-link-24:before{content:\"\\e91f\"}.icon-ic-action-favorite-24:before{content:\"\\e923\"}.icon-ic-action-filter-24:before{content:\"\\e924\"}.icon-ic-action-globe-24:before{content:\"\\e925\"}.icon-ic-action-history-24-1:before{content:\"\\e926\"}.icon-ic-action-history-24:before{content:\"\\e927\"}.icon-ic-action-info-24:before{content:\"\\e928\"}.icon-ic-action-invite-24:before{content:\"\\e929\"}.icon-ic-action-listview-24:before{content:\"\\e92a\"}.icon-ic-action-logout-24:before{content:\"\\e92c\"}.icon-ic-action-menu-24:before{content:\"\\e92d\"}.icon-ic-action-more-vert-24:before{content:\"\\e92e\"}.icon-ic-action-notif-2-24:before{content:\"\\e932\"}.icon-ic-action-notif-24:before{content:\"\\e933\"}.icon-ic-action-person-search-24:before{content:\"\\e934\"}.icon-ic-action-print-24:before{content:\"\\e935\"}.icon-ic-action-qr-24:before{content:\"\\e936\"}.icon-ic-action-refresh-24:before{content:\"\\e937\"}.icon-ic-action-remove-24:before{content:\"\\ea09\"}.icon-ic-action-search-24:before{content:\"\\ea0a\"}.icon-ic-action-see-more-24:before{content:\"\\ea10\"}.icon-ic-action-send-24:before{content:\"\\ea11\"}.icon-ic-action-share-24:before{content:\"\\ea12\"}.icon-ic-action-shift-time-24:before{content:\"\\ea13\"}.icon-ic-action-sort-24:before{content:\"\\ea14\"}.icon-ic-action-sort2-24:before{content:\"\\ea15\"}.icon-ic-action-switch-24:before{content:\"\\ea16\"}.icon-ic-action-upload-24:before{content:\"\\ea17\"}.icon-ic-action-visibility-24:before{content:\"\\ea18\";color:#6a737d}.icon-ic-action-visibility-off-24:before{content:\"\\ea19\";color:#6a737d}#spinner{animation:frames 1s infinite linear;background:transparent;border:4px solid #E0E0E0;border-radius:100%;border-top-color:#6200ee;width:40px;height:40px;padding:0;position:absolute}@keyframes frames{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.mobile{height:20px!important;width:20px!important;border:2px solid #E0E0E0!important;border-top-color:#6200ee!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: "mis-loader", template: "<div\n id=\"spinner\"\n [ngClass]=\"{\n mobile: mobileView\n }\"\n></div>\n", styles: [":root{--pmry-200: #99BAF7;--pmry-100: #CBDDFB;--pmry-500: #0937B2;--pmry-400: #3C68D0;--pmry-600: #062A99;--pmry-700: #041F80;--pmry-300: #638FE7;--pmry-800: #021567;--pmry-900: #010F55;--sec-d-purple: #40447F;--sec-maroon: #6B034E;--sec-mud-red: #B23600;--sec-orange: #ED711C;--sec-purple: #815FD5;--sec-teal: #10ADAE;--sec-yellow: #D4900C;--sec-green: #547F40;--sec-bright-green: #27D22E;--sec-dark-teal: #035F6B;--sec-chocolate: #7C2F33;--sec-rube-pink: #C13D6D;--sec-cerulean: #0087B2;--sem-error: #B00020;--sem-info: #0091FF;--sem-warning: #FF9D00;--sem-success: #38AF49;--grey-bg-1: #FAFAFA;--grey-bg: #F5F5F5;--grey-seperators: #E0E0E0;--grey-disabled: #C8CDD3;--grey-hover: #F5F7FC;--grey-pressed: #E6EBF7;--grey-row: #F5F7FC;--dec-light-yellow: #F4E7C3;--dec-light-purple: #DACFF9;--dec-light-green: #E4F5E9;--dec-light-green2: #F1FFF3;--dec-light-pink: #FAE1EA;--dec-: #F4CBC1;--dec-lt-orange: #FAEFED;--dec-light-blue: #CFECF9;--dec-row-selection: #F1FDF8;--dec-row-selection2: #F2FBFF;--dec-row-lines: #D3E1E9;--text-white: #FFFFFF;--text-disabled: #929DAB;--text-muted: #6A737D;--text-black: #181F33;--MR-solid-blue2:#C8D5F6;--MR-solid-purple:#C9C3FB;--MR-solid-orange:#EEAC9F;--MR-solid-green:#ACDADA;--MR-solid-brown:#E8C8AF;--MR-solid-yellow:#FFEFC7;--MR-solid-blue:#BBE6FF;--MR-solid-pink:#FFC6F2;--tr-hover:#F0F3FA;--tr-pressed:#DAE1F3}.h1{font-size:40px;line-height:48px;font-weight:400px;letter-spacing:0px}.h2{font-size:32px;line-height:40px;font-weight:400;letter-spacing:0px}.h3{font-size:28px;line-height:36px;font-weight:400;letter-spacing:0px}.h4{font-size:24px;line-height:32px;font-weight:400;letter-spacing:0px}.h5-b{font-weight:700;letter-spacing:.25px;font-size:20px;line-height:28px}.h5{font-weight:400;letter-spacing:.15px;font-size:20px;line-height:28px}.h6-b{font-weight:700;letter-spacing:0px;font-size:16px;line-height:24px}.h6{font-size:16px;line-height:24;font-weight:400;letter-spacing:0px}.p{font-size:16px;line-height:180%;font-weight:400;letter-spacing:0px}.h7-b{font-weight:700;letter-spacing:.25px;font-size:14px;line-height:20px}.h7{font-weight:400;letter-spacing:.2px;font-size:14px;line-height:20px}.h8-b{font-weight:700;letter-spacing:.25px;font-size:12px;line-height:18px}.h8{font-weight:400;letter-spacing:.2px;font-size:12px;line-height:18px}.h9{font-size:10px;line-height:15px;font-weight:400;letter-spacing:0px}.btn-lg-b{font-size:16px;line-height:24px;font-weight:700;letter-spacing:.5px}.btn-lg{font-weight:400;letter-spacing:.2px;font-size:16px;line-height:24px}.btn-sm{font-weight:400;letter-spacing:.25px;font-size:14px;line-height:20px}.btn-link{font-size:16px;line-height:24px}.display-1{font-weight:400;letter-spacing:0px;font-size:48px;line-height:56px}.display-2{font-weight:400;letter-spacing:.5px;font-size:14px;line-height:20px}@font-face{font-family:icomoon;src:url(fonts/icomoon.eot?sriz9y);src:url(fonts/icomoon.eot?sriz9y#iefix) format(\"embedded-opentype\"),url(fonts/icomoon.ttf?sriz9y) format(\"truetype\"),url(fonts/icomoon.woff?sriz9y) format(\"woff\"),url(fonts/icomoon.svg?sriz9y#icomoon) format(\"svg\");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\" icon-\"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-ic-ets-green-impact-32 .path1:before{content:\"\\e90c\";color:#e4f5e9}.icon-ic-ets-green-impact-32 .path2:before{content:\"\\ea1a\";margin-left:-.9697265625em;color:#547f40}.icon-ic-ets-green-impact-32 .path3:before{content:\"\\ea1b\";margin-left:-.9697265625em;color:#547f40}.icon-ic-action-average-kilometers:before{content:\"\\ea28\"}.icon-ic-action-average-trips:before{content:\"\\ea29\"}.icon-ic-action-EV-vehicle:before{content:\"\\ea2e\"}.icon-ic-action-total-trips:before{content:\"\\ea2f\"}.icon-ic-ui-front-desk-24:before{content:\"\\ea26\"}.icon-ic-ui-visitor-invite-24:before{content:\"\\ea27\"}.icon-ic-ETS-OTA-16:before{content:\"\\ea24\";color:#ed711c}.icon-ic-ETS-OTD-16:before{content:\"\\ea25\";color:#0087b2}.icon-ic-home-office-24:before{content:\"\\ea23\";color:#929dab}.icon-ic-device-unreachable-16:before{content:\"\\e900\"}.icon-ic-fixed-device-not-reachable-16:before{content:\"\\e901\"}.icon-ic-geo-fence-violation-16:before{content:\"\\e902\"}.icon-ic-map-pin-16:before{content:\"\\e903\"}.icon-ic-SOS-fixed-device-16:before{content:\"\\e904\"}.icon-ic-SOS-mobile-16:before{content:\"\\e905\"}.icon-ic-speeding-16:before{content:\"\\e906\"}.icon-ic-tamper-alert-16:before{content:\"\\e907\"}.icon-ic-unsafe-zone-alert-16:before{content:\"\\e908\"}.icon-ic-vehicle-stopage-16:before{content:\"\\e909\"}.icon-ic-violations-sign-off-time-16:before{content:\"\\e90a\"}.icon-ic-woman-travelling-alone-16:before{content:\"\\ea22\"}.icon-ic-ets-adhoc-32:before{content:\"\\e90b\";color:#b00020}.icon-ic-ets-help-desk-32:before{content:\"\\e90d\";color:#fff}.icon-ic-ets-login-32 .path1:before{content:\"\\e90e\";color:#181f33}.icon-ic-ets-login-32 .path2:before{content:\"\\ea1c\";margin-left:-.9697265625em;color:#000}.icon-ic-ets-logout-32 .path1:before{content:\"\\e90f\";color:#181f33}.icon-ic-ets-logout-32 .path2:before{content:\"\\ea1d\";margin-left:-.9697265625em;color:#000}.icon-ic-ui-WFO-outline-24:before{content:\"\\ea00\";color:#0087b2}.icon-ic-ui-WFH-24-2:before{content:\"\\ea01\";color:#6b034e}.icon-ic-ui-WFH-outline-24:before{content:\"\\ea02\";color:#6b034e}.icon-ic-ui-WFH-24-1:before{content:\"\\ea03\";color:#fff}.icon-ic-ui-WFO-24-2:before{content:\"\\ea04\";color:#0087b2}.icon-ic-ui-WFO-24-1:before{content:\"\\ea05\";color:#fff}.icon-ic-ui-battery-life-24:before{content:\"\\ea06\"}.icon-ic-ets-bus-24-1:before{content:\"\\ea07\"}.icon-ic-ets-bus-24-2:before{content:\"\\ea08\";color:#0937b2}.icon-ic-ets-chat-24:before{content:\"\\ea0b\"}.icon-ic-ets-cloud-off-24:before{content:\"\\ea0c\"}.icon-ic-ets-walking-man-24:before{content:\"\\ea0d\";color:#6a737d}.icon-ic-ui-transport-24-1:before{content:\"\\ea0e\";color:#0937b2}.icon-ic-ets-nodal-point-24:before{content:\"\\ea0f\"}.icon-ic-ui-seperator-16:before{content:\"\\e94c\";color:#6a737d}.icon-ic-action-filter-applied-24 .path1:before{content:\"\\e910\";color:#181f33}.icon-ic-action-filter-applied-24 .path2:before{content:\"\\ea1e\";margin-left:-.9599609375em;color:#0937b2}.icon-ic-action-notif-wbadge-24 .path1:before{content:\"\\e911\";color:#181f33}.icon-ic-action-notif-wbadge-24 .path2:before{content:\"\\ea1f\";margin-left:-1em;color:#b00020}.icon-ic-action-notif-wbadge-24 .path3:before{content:\"\\ea20\";margin-left:-1em;color:#fff}.icon-ic-action-notif-wbadge-24 .path4:before{content:\"\\ea21\";margin-left:-1em;color:#fff}.icon-ic-action-sort-applied-24 .path1:before{content:\"\\e920\";color:#181f33}.icon-ic-action-sort-applied-24 .path2:before{content:\"\\e921\";margin-left:-1em;color:#0937b2}.icon-ic-duplicate-24:before{content:\"\\e922\";color:#815fd5}.icon-ic-eligibility-address-24:before{content:\"\\e92b\";color:#c13d6d}.icon-ic-eligibility-boy-24:before{content:\"\\e938\";color:#c13d6d}.icon-ic-eligibility-cough-24:before{content:\"\\e939\";color:#c13d6d}.icon-ic-eligibility-covid-man-24:before{content:\"\\e952\";color:#c13d6d}.icon-ic-eligibility-covid-24:before{content:\"\\e96e\";color:#c13d6d}.icon-ic-eligibility-man-24:before{content:\"\\e96f\";color:#c13d6d}.icon-ic-eligibility-sick-24:before{content:\"\\e970\";color:#c13d6d}.icon-ic-eligibility-symptoms-24:before{content:\"\\e971\";color:#c13d6d}.icon-ic-eligibility-travel-24:before{content:\"\\e972\";color:#c13d6d}.icon-ic-Gigipass-loading-bg:before{content:\"\\e973\";color:#0087b2}.icon-ic-map-pin-24:before{content:\"\\e974\"}.icon-ic-mobile-side-menu-vaccine-24:before{content:\"\\e975\";color:#0937b2}.icon-ic-nav-help-24:before{content:\"\\e976\"}.icon-ic-navigation-collapse-16:before{content:\"\\e979\"}.icon-ic-navigation-expand-16:before{content:\"\\e989\"}.icon-ic-new-icon-transport-Availibilty-Muted-V1-32:before{content:\"\\e98a\";color:#6a737d}.icon-ic-not-started-24-no-bg:before{content:\"\\e98b\";color:#d4900c}.icon-ic-nre-notification-indicator-24 .path1:before{content:\"\\e98d\";color:#181f33}.icon-ic-nre-notification-indicator-24 .path2:before{content:\"\\e98e\";margin-left:-.9599609375em;color:#38af49}.icon-ic-nrs-multisite-24:before{content:\"\\e9b2\"}.icon-ic-nrs-sort--ascending-24:before{content:\"\\e9b3\"}.icon-ic-nrs-sort--descending-24:before{content:\"\\e9b6\"}.icon-ic-ui-changed-24 .path1:before{content:\"\\e9bd\";color:#0937b2}.icon-ic-ui-changed-24 .path2:before{content:\"\\e9c1\";margin-left:-1em;color:#34d0ec}.icon-ic-ui-clock-in-24 .path1:before{content:\"\\e9c2\";color:#0937b2}.icon-ic-ui-clock-in-24 .path2:before{content:\"\\e9c7\";margin-left:-.9599609375em;color:#34d0ec}.icon-ic-ui-clock-out-24 .path1:before{content:\"\\e9d1\";color:#0937b2}.icon-ic-ui-clock-out-24 .path2:before{content:\"\\e9d5\";margin-left:-.9599609375em;color:#34d0ec}.icon-ic-ui-cross-24:before{content:\"\\e9d6\";color:#b00020}.icon-ic-ui-download-24:before{content:\"\\e9eb\"}.icon-ic-ui-error-24:before{content:\"\\e9f4\";color:#b00020}.icon-ic-ui-statistics-24 .path1:before{content:\"\\e9f5\";color:#000}.icon-ic-ui-statistics-24 .path2:before{content:\"\\e9fc\";margin-left:-1em;color:#0937b2}.icon-ic-ui-tick-24:before{content:\"\\e9fd\";color:#38af49}.icon-ic-ui-walked-in-24 .path1:before{content:\"\\e9fe\";color:#0937b2}.icon-ic-ui-walked-in-24 .path2:before{content:\"\\e9ff\";margin-left:-.9599609375em;color:#34d0ec}.icon-ic-rep-calendar2-16:before{content:\"\\e9f0\"}.icon-ic-ui-overlap-16:before{content:\"\\e9f1\"}.icon-ic-navigation-arrow_left-16:before{content:\"\\e9f2\"}.icon-ic-navigation-arrow_right-16:before{content:\"\\e9f3\"}.icon-ic-rep-booking-16:before{content:\"\\e9f6\"}.icon-ic-ui-arrow-16:before{content:\"\\e9f7\"}.icon-ic-ui-filters2-16:before{content:\"\\e9f8\"}.icon-ic-ui-nonveg-16:before{content:\"\\e9f9\";color:#b00020}.icon-ic-ui-veg-16:before{content:\"\\e9fa\";color:#38af49}.icon-ic-ui-vegan-16:before{content:\"\\e9fb\";color:#ff9d00}.icon-ic-ui-Gender-24:before{content:\"\\e9ca\"}.icon-ic-ui-Phone-24-1:before{content:\"\\e9cb\"}.icon-ic-ui-Phone-24:before{content:\"\\e9cc\"}.icon-ic-ui-Name-24:before{content:\"\\e9cd\"}.icon-ic-ui-transport-cab-24:before{content:\"\\e9ce\"}.icon-ic-ui-info-24:before{content:\"\\e9cf\";color:#0091ff}.icon-ic-ui-WFO-24:before{content:\"\\e9d0\"}.icon-ic-ui-action-24:before{content:\"\\e9d2\"}.icon-ic-ui-approvals-24:before{content:\"\\e9d3\"}.icon-ic-ui-approvals2-24:before{content:\"\\e9d4\"}.icon-ic-ui-fast-24:before{content:\"\\e9d7\"}.icon-ic-ui-transport-24:before{content:\"\\e9d8\"}.icon-ic-ui-vaccine-review-24:before{content:\"\\e9d9\"}.icon-ic-image-24:before{content:\"\\e9da\"}.icon-ic-ui-bike-24:before{content:\"\\e9db\"}.icon-ic-ui-car-24:before{content:\"\\e9dc\"}.icon-ic-ui-description-24:before{content:\"\\e9dd\"}.icon-ic-ui-email-24-1:before{content:\"\\e9de\"}.icon-ic-ui-format-bullet-24:before{content:\"\\e9df\"}.icon-ic-ui-format-number-24:before{content:\"\\e9e0\"}.icon-ic-ui-help-24:before{content:\"\\e9e1\"}.icon-ic-ui-location-24:before{content:\"\\e9e2\"}.icon-ic-ui-location-searching-24:before{content:\"\\e9e3\"}.icon-ic-ui-meal-241:before{content:\"\\e9e4\"}.icon-ic-ui-on-call-24:before{content:\"\\e9e5\"}.icon-ic-ui-person-24:before{content:\"\\e9e6\"}.icon-ic-ui-pie-24:before{content:\"\\e9e7\"}.icon-ic-ui-question-24:before{content:\"\\e9e8\"}.icon-ic-ui-request-24:before{content:\"\\e9e9\"}.icon-ic-ui-seat-24:before{content:\"\\e9ea\"}.icon-ic-ui-trend-down-24:before{content:\"\\e9ec\";color:#b00020}.icon-ic-ui-trend-up-24:before{content:\"\\e9ed\";color:#38af49}.icon-ic-ui-warning-24:before{content:\"\\e9ee\";color:#ff9d00}.icon-ic-ui-WFH-24:before{content:\"\\e9ef\"}.icon-ic-nre-check-24:before{content:\"\\e9c4\"}.icon-ic-nre-flag-24:before{content:\"\\e9c5\"}.icon-ic-nre-notification-24:before{content:\"\\e9c6\"}.icon-ic-nre-push-pin-24:before{content:\"\\e9c8\"}.icon-ic-nre-wash-24:before{content:\"\\e9c9\"}.icon-ic-nrs-security-24:before{content:\"\\e9b8\"}.icon-ic-nrs-billing-24:before{content:\"\\e9b9\"}.icon-ic-nrs-downloads-24:before{content:\"\\e9ba\"}.icon-ic-nrs-loader-16:before{content:\"\\e9bb\";color:#0937b2}.icon-ic-nrs-metrics-24:before{content:\"\\e9bc\"}.icon-ic-nrs-refersh-24:before{content:\"\\e9be\"}.icon-ic-nrs-sanitize-24:before{content:\"\\e9bf\"}.icon-ic-nrs-score-card-24:before{content:\"\\e9c0\"}.icon-ic-nrs-view-24:before{content:\"\\e9c3\"}.icon-ic-device-24:before{content:\"\\e9b0\"}.icon-ic-duplicate-24--no-bg:before{content:\"\\e9b1\";color:#815fd5}.icon-ic-Gigipass-loading-no-bg:before{content:\"\\e9b4\";color:#0087b2}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path1:before{content:\"\\e9b5\";color:#d4900c}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path2:before{content:\"\\ea2a\";margin-left:-1em;color:#fff}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path3:before{content:\"\\ea2b\";margin-left:-1em;color:#fff}.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path4:before{content:\"\\ea2c\";margin-left:-1em;color:#d4900c}.icon-ic-not-started-24 .path1:before{content:\"\\e9b7\";color:#ed711c}.icon-ic-not-started-24 .path2:before{content:\"\\ea2d\";margin-left:-1em;color:#fff}.icon-ic-new-icon-Marshall-sign-in-24-nobg:before{content:\"\\e9ae\"}.icon-ic-vendor-24:before{content:\"\\e9af\"}.icon-ic-naviation-directions-24:before{content:\"\\e9a5\"}.icon-ic-navigation-arrow-left-24:before{content:\"\\e9a6\"}.icon-ic-navigation-arrow-right-24:before{content:\"\\e9a7\"}.icon-ic-navigation-cancel-24:before{content:\"\\e9a8\"}.icon-ic-navigation-chevron-left-24:before{content:\"\\e9a9\"}.icon-ic-navigation-chevron-right-24:before{content:\"\\e9aa\"}.icon-ic-navigation-drop-down-24:before{content:\"\\e9ab\"}.icon-ic-navigation-expand-less-24:before{content:\"\\e9ac\"}.icon-ic-ui-check-24:before{content:\"\\e9ad\"}.icon-ic-nav-meeting-fill-24:before{content:\"\\e994\";color:#0937b2}.icon-ic-mr-projector-24:before{content:\"\\e995\"}.icon-ic-mr-building-24:before{content:\"\\e996\"}.icon-ic-mr-deluxe-seat-24:before{content:\"\\e997\"}.icon-ic-mr-fridge-24:before{content:\"\\e998\"}.icon-ic-mr-guestwifi-24:before{content:\"\\e999\"}.icon-ic-mr-ip-phones-24:before{content:\"\\e99a\"}.icon-ic-mr-mic-24:before{content:\"\\e99b\"}.icon-ic-mr-sanitization-spray-24:before{content:\"\\e99c\"}.icon-ic-mr-speakerphones-24:before{content:\"\\e99d\"}.icon-ic-mr-stationary-24:before{content:\"\\e99e\"}.icon-ic-mr-tv-24:before{content:\"\\e99f\"}.icon-ic-mr-video-conferencing-24:before{content:\"\\e9a0\"}.icon-ic-mr-whiteboard-24:before{content:\"\\e9a1\"}.icon-ic-mr-wing-24:before{content:\"\\e9a2\"}.icon-ic-nav-seat-02-24:before{content:\"\\e9a3\"}.icon-ic-nav-seat-fill-24:before{content:\"\\e9a4\";color:#0937b2}.icon-ic--new-icon--user-permissions2-24:before{content:\"\\e96d\"}.icon-ic-map-current-24 .path1:before{content:\"\\e977\";color:#cbddfb;opacity:.5}.icon-ic-map-current-24 .path2:before{content:\"\\ea3e\";margin-left:-.9599609375em;color:#0937b2}.icon-ic-map-locate-24:before{content:\"\\e978\"}.icon-ic-map-reposition-24:before{content:\"\\e97a\";color:#6a737d}.icon-ic-new-icon--user-group-24:before{content:\"\\e97b\"}.icon-ic-new-icon-Desk-Allocation-24:before{content:\"\\e97c\"}.icon-ic-new-icon-desk-management-24:before{content:\"\\e97d\"}.icon-ic-new-icon-desk-utilisation-24:before{content:\"\\e97e\"}.icon-ic-new-icon-freeze-24-nobg:before{content:\"\\e97f\"}.icon-ic-new-icon-health-risk-24:before{content:\"\\e980\"}.icon-ic-new-icon-key-24:before{content:\"\\e981\"}.icon-ic-new-icon-meeting-room2-24:before{content:\"\\e982\"}.icon-ic-new-icon-Rupee-24:before{content:\"\\e983\"}.icon-ic-new-icon-user-permissions-1-24:before{content:\"\\e984\"}.icon-ic-new-icons-User-group-24:before{content:\"\\e985\"}.icon-ic-ui-attendance:before{content:\"\\e986\"}.icon-ic-ui-cab-login:before{content:\"\\e987\"}.icon-ic-ui-cab-logout:before{content:\"\\e988\"}.icon-ic-ui-sign-in:before{content:\"\\e98c\"}.icon-request-2:before{content:\"\\e98f\"}.icon-seats-available:before{content:\"\\e990\";color:#5cc917}.icon-seats-booked:before{content:\"\\e991\";color:#039be5}.icon-seats-cancelled:before{content:\"\\e992\";color:#ef4d1d}.icon-seats-totals:before{content:\"\\e993\";color:#bcbcbc}.icon-ic-nav-team-24:before{content:\"\\e94a\"}.icon-ic-employee-rest:before{content:\"\\e94b\"}.icon-ic-nav-cancelled-24:before{content:\"\\e94d\"}.icon-ic-nav-desk-allocation-24:before{content:\"\\e94e\"}.icon-ic-nav-desk-bulk-upload-24:before{content:\"\\e94f\"}.icon-ic-nav-desk-mgmt-24:before{content:\"\\e950\"}.icon-ic-nav-desk-utilization-24:before{content:\"\\e951\"}.icon-ic-nav-meetingroom-24:before{content:\"\\e953\"}.icon-ic-nav-office-24:before{content:\"\\e954\"}.icon-ic-nav-qr-mgmt-24:before{content:\"\\e955\"}.icon-ic-nav-report-24:before{content:\"\\e956\"}.icon-ic-nav-resource-grps-24:before{content:\"\\e957\"}.icon-ic-nav-seat-mgmt-24:before{content:\"\\e958\"}.icon-ic-nav-settings-24:before{content:\"\\e959\"}.icon-ic-nav-translate-24:before{content:\"\\e95a\"}.icon-ic-nav-unplanned-24:before{content:\"\\e95b\"}.icon-ic-nav-upload-24:before{content:\"\\e95c\"}.icon-ic-nav-user-24:before{content:\"\\e95d\"}.icon-ic-nav-user-grps-24:before{content:\"\\e95e\"}.icon-ic-nav-user-pemissions-24:before{content:\"\\e95f\"}.icon-ic-nav-utilisation-24:before{content:\"\\e960\"}.icon-ic-nav-vaccine-24:before{content:\"\\e961\"}.icon-ic-nav-visitor-management-24:before{content:\"\\e962\"}.icon-ic-nav-work-planner-24:before{content:\"\\e963\"}.icon-ic-nre-add-24:before{content:\"\\e964\"}.icon-ic-nre-deactivate-24:before{content:\"\\e965\"}.icon-ic-sidebar-floor-plan-24:before{content:\"\\e966\"}.icon-ic-sidebar-guard-24:before{content:\"\\e967\"}.icon-ic-sidebar-home-24:before{content:\"\\e968\"}.icon-ic-sidebar-meeting-rooms-24:before{content:\"\\e969\"}.icon-ic-sidebar-my-bookings-24:before{content:\"\\e96a\"}.icon-ic-sidebar-reception-24:before{content:\"\\e96b\"}.icon-ic-ui-pdf-24:before{content:\"\\e96c\"}.icon-ic-new-icon-transport-Availibilty-V1-325:before{content:\"\\e92f\";color:#929dab}.icon-ic-ui-daytime-24:before{content:\"\\e930\"}.icon-ic-new-icon-transport-Availibilty-Muted-V1-321:before{content:\"\\e931\";color:#6a737d}.icon-ic-ui--no_parking-24:before{content:\"\\e93a\";color:#6a737d}.icon-ic-ui-bus-24:before{content:\"\\e93b\"}.icon-ic-ui-cab-24:before{content:\"\\e93c\"}.icon-ic-ui-calendar2-24:before{content:\"\\e93d\"}.icon-ic-ui-calender-24:before{content:\"\\e93e\"}.icon-ic-ui-email-24:before{content:\"\\e93f\"}.icon-ic-ui-home-24:before{content:\"\\e949\"}.icon-ic-ui-meal-24:before{content:\"\\e940\"}.icon-ic-ui-new_parking-24:before{content:\"\\e941\"}.icon-ic-ui-night-24:before{content:\"\\e942\"}.icon-ic-ui-office-24:before{content:\"\\e943\"}.icon-ic-ui-outofoffice-24:before{content:\"\\e944\"}.icon-ic-ui-parking-24:before{content:\"\\e945\"}.icon-ic-ui-phone-24:before{content:\"\\e946\"}.icon-ic-ui-Transport-availability-24:before{content:\"\\e947\"}.icon-ic-ui-Transport-not-availability-24:before{content:\"\\e948\"}.icon-ic-action-more-horiz-24:before{content:\"\\e912\"}.icon-ic-action-add-24:before{content:\"\\e913\"}.icon-ic-action-ascending-24:before{content:\"\\e914\"}.icon-ic-action-cached-24:before{content:\"\\e915\"}.icon-ic-action-calview-24:before{content:\"\\e916\"}.icon-ic-action-copy-link-24:before{content:\"\\e917\"}.icon-ic-action-delete-24:before{content:\"\\e918\"}.icon-ic-action-descending-24:before{content:\"\\e919\"}.icon-ic-action-download-24:before{content:\"\\e91a\"}.icon-ic-action-drag-24:before{content:\"\\e91b\";color:#c8cdd3}.icon-ic-action-drag:before{content:\"\\e91c\";color:#6a737d}.icon-ic-action-edit-24:before{content:\"\\e91d\"}.icon-ic-action-expand-24-1:before{content:\"\\e91e\"}.icon-ic-action-external-link-24:before{content:\"\\e91f\"}.icon-ic-action-favorite-24:before{content:\"\\e923\"}.icon-ic-action-filter-24:before{content:\"\\e924\"}.icon-ic-action-globe-24:before{content:\"\\e925\"}.icon-ic-action-history-24-1:before{content:\"\\e926\"}.icon-ic-action-history-24:before{content:\"\\e927\"}.icon-ic-action-info-24:before{content:\"\\e928\"}.icon-ic-action-invite-24:before{content:\"\\e929\"}.icon-ic-action-listview-24:before{content:\"\\e92a\"}.icon-ic-action-logout-24:before{content:\"\\e92c\"}.icon-ic-action-menu-24:before{content:\"\\e92d\"}.icon-ic-action-more-vert-24:before{content:\"\\e92e\"}.icon-ic-action-notif-2-24:before{content:\"\\e932\"}.icon-ic-action-notif-24:before{content:\"\\e933\"}.icon-ic-action-person-search-24:before{content:\"\\e934\"}.icon-ic-action-print-24:before{content:\"\\e935\"}.icon-ic-action-qr-24:before{content:\"\\e936\"}.icon-ic-action-refresh-24:before{content:\"\\e937\"}.icon-ic-action-remove-24:before{content:\"\\ea09\"}.icon-ic-action-search-24:before{content:\"\\ea0a\"}.icon-ic-action-see-more-24:before{content:\"\\ea10\"}.icon-ic-action-send-24:before{content:\"\\ea11\"}.icon-ic-action-share-24:before{content:\"\\ea12\"}.icon-ic-action-shift-time-24:before{content:\"\\ea13\"}.icon-ic-action-sort-24:before{content:\"\\ea14\"}.icon-ic-action-sort2-24:before{content:\"\\ea15\"}.icon-ic-action-switch-24:before{content:\"\\ea16\"}.icon-ic-action-upload-24:before{content:\"\\ea17\"}.icon-ic-action-visibility-24:before{content:\"\\ea18\";color:#6a737d}.icon-ic-action-visibility-off-24:before{content:\"\\ea19\";color:#6a737d}#spinner{animation:frames 1s infinite linear;background:transparent;border:4px solid #E0E0E0;border-radius:100%;border-top-color:#6200ee;width:40px;height:40px;padding:0;position:absolute}@keyframes frames{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.mobile{height:20px!important;width:20px!important;border:2px solid #E0E0E0!important;border-top-color:#6200ee!important}\n"] }]
|
|
16
|
+
}], ctorParameters: function () { return []; }, propDecorators: { mobileView: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL21pcy1jb21wb25lbnRzL2xvYWRlci9sb2FkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcHJvamVjdHMvbWlzLWNvbXBvbmVudHMvbG9hZGVyL2xvYWRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQzs7O0FBT3pELE1BQU0sT0FBTyxlQUFlO0lBSTFCO1FBSEEsMkJBQTJCO1FBQ2xCLGVBQVUsR0FBWSxLQUFLLENBQUM7SUFFdEIsQ0FBQztJQUNoQixRQUFRLEtBQUksQ0FBQzs7NkdBTEYsZUFBZTtpR0FBZixlQUFlLHdGQ1A1QixtRkFNQTs0RkRDYSxlQUFlO2tCQUwzQixTQUFTOytCQUNFLFlBQVk7MEVBTWIsVUFBVTtzQkFBbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJtaXMtbG9hZGVyXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vbG9hZGVyLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlVXJsczogW1wiLi9sb2FkZXIuY29tcG9uZW50LnNjc3NcIl1cbn0pXG5leHBvcnQgY2xhc3MgTG9hZGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgLyoqIENvbnRyb2xzIGxvYWRlciBzaXplICovXG4gIEBJbnB1dCgpIG1vYmlsZVZpZXc6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcigpIHt9XG4gIG5nT25Jbml0KCkge31cbn1cbiIsIjxkaXZcbiAgaWQ9XCJzcGlubmVyXCJcbiAgW25nQ2xhc3NdPVwie1xuICAgIG1vYmlsZTogbW9iaWxlVmlld1xuICB9XCJcbj48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { NgModule } from "@angular/core";
|
|
2
|
+
import { CommonModule } from "@angular/common";
|
|
3
|
+
import { LoaderComponent } from "./loader.component";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class LoaderModule {
|
|
6
|
+
static forRoot() {
|
|
7
|
+
return { ngModule: LoaderModule, providers: [] };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
LoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
LoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, declarations: [LoaderComponent], imports: [CommonModule], exports: [LoaderComponent] });
|
|
12
|
+
LoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, imports: [CommonModule] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LoaderModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
declarations: [LoaderComponent],
|
|
17
|
+
imports: [CommonModule],
|
|
18
|
+
exports: [LoaderComponent]
|
|
19
|
+
}]
|
|
20
|
+
}] });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL21pcy1jb21wb25lbnRzL2xvYWRlci9sb2FkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQXVCLE1BQU0sZUFBZSxDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBT3JELE1BQU0sT0FBTyxZQUFZO0lBQ3ZCLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTyxFQUFFLFFBQVEsRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLEVBQUUsRUFBRSxDQUFDO0lBQ25ELENBQUM7OzBHQUhVLFlBQVk7MkdBQVosWUFBWSxpQkFKUixlQUFlLGFBQ3BCLFlBQVksYUFDWixlQUFlOzJHQUVkLFlBQVksWUFIYixZQUFZOzRGQUdYLFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMvQixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDM0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgTW9kdWxlV2l0aFByb3ZpZGVycyB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5cbmltcG9ydCB7IExvYWRlckNvbXBvbmVudCB9IGZyb20gXCIuL2xvYWRlci5jb21wb25lbnRcIjtcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbTG9hZGVyQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtMb2FkZXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIExvYWRlck1vZHVsZSB7XG4gIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8TG9hZGVyTW9kdWxlPiB7XG4gICAgcmV0dXJuIHsgbmdNb2R1bGU6IExvYWRlck1vZHVsZSwgcHJvdmlkZXJzOiBbXSB9O1xuICB9XG59XG4iXX0=
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Directive, HostListener, Input } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class MenuCloseDirective {
|
|
4
|
+
constructor() { }
|
|
5
|
+
closeMenu() {
|
|
6
|
+
this.menu.close();
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
MenuCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
10
|
+
MenuCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: MenuCloseDirective, selector: "[misMenuClose]", inputs: { menu: ["misMenuClose", "menu"] }, host: { listeners: { "click": "closeMenu()" } }, ngImport: i0 });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuCloseDirective, decorators: [{
|
|
12
|
+
type: Directive,
|
|
13
|
+
args: [{
|
|
14
|
+
selector: "[misMenuClose]"
|
|
15
|
+
}]
|
|
16
|
+
}], ctorParameters: function () { return []; }, propDecorators: { menu: [{
|
|
17
|
+
type: Input,
|
|
18
|
+
args: ["misMenuClose"]
|
|
19
|
+
}], closeMenu: [{
|
|
20
|
+
type: HostListener,
|
|
21
|
+
args: ["click", []]
|
|
22
|
+
}] } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS1jbG9zZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9taXMtY29tcG9uZW50cy9tZW51L21lbnUtY2xvc2UuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNL0QsTUFBTSxPQUFPLGtCQUFrQjtJQUU3QixnQkFBZSxDQUFDO0lBRVcsU0FBUztRQUNsQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3BCLENBQUM7O2dIQU5VLGtCQUFrQjtvR0FBbEIsa0JBQWtCOzRGQUFsQixrQkFBa0I7a0JBSDlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGdCQUFnQjtpQkFDM0I7MEVBRXdCLElBQUk7c0JBQTFCLEtBQUs7dUJBQUMsY0FBYztnQkFHTSxTQUFTO3NCQUFuQyxZQUFZO3VCQUFDLE9BQU8sRUFBRSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIsIElucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IE1lbnVEaXJlY3RpdmUgfSBmcm9tIFwiLi9tZW51LmRpcmVjdGl2ZVwiO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6IFwiW21pc01lbnVDbG9zZV1cIlxufSlcbmV4cG9ydCBjbGFzcyBNZW51Q2xvc2VEaXJlY3RpdmUge1xuICBASW5wdXQoXCJtaXNNZW51Q2xvc2VcIikgbWVudTogTWVudURpcmVjdGl2ZTtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIEBIb3N0TGlzdGVuZXIoXCJjbGlja1wiLCBbXSkgY2xvc2VNZW51KCkge1xuICAgIHRoaXMubWVudS5jbG9zZSgpO1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/** @format */
|
|
2
|
+
import { ConnectionPositionPair, OverlayConfig } from "@angular/cdk/overlay";
|
|
3
|
+
import { TemplatePortal } from "@angular/cdk/portal";
|
|
4
|
+
import { Directive, HostListener, Input } from "@angular/core";
|
|
5
|
+
import { take } from "rxjs/operators";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/cdk/overlay";
|
|
8
|
+
export class MenuDirective {
|
|
9
|
+
constructor(overlay, element, viewContainerRef) {
|
|
10
|
+
this.overlay = overlay;
|
|
11
|
+
this.element = element;
|
|
12
|
+
this.viewContainerRef = viewContainerRef;
|
|
13
|
+
this.positionX = "start";
|
|
14
|
+
this.positionY = "bottom";
|
|
15
|
+
this.offsetX = 0;
|
|
16
|
+
this.offsetY = 0;
|
|
17
|
+
}
|
|
18
|
+
onClick(event) {
|
|
19
|
+
this.menuShow();
|
|
20
|
+
}
|
|
21
|
+
menuShow() {
|
|
22
|
+
const positionStrategy = this.overlay
|
|
23
|
+
.position()
|
|
24
|
+
.flexibleConnectedTo(this.element)
|
|
25
|
+
.withPositions([
|
|
26
|
+
new ConnectionPositionPair({ originX: this.positionX, originY: this.positionY }, { overlayX: this.positionX, overlayY: this.positionY === "bottom" ? "top" : "bottom" }, this.offsetX, this.offsetY),
|
|
27
|
+
new ConnectionPositionPair({ originX: "start", originY: "bottom" }, { overlayX: "start", overlayY: "top" }, this.offsetX, this.offsetY),
|
|
28
|
+
new ConnectionPositionPair({ originX: "end", originY: "top" }, { overlayX: "end", overlayY: "bottom" }, this.offsetX, this.offsetY)
|
|
29
|
+
])
|
|
30
|
+
.withPush(true);
|
|
31
|
+
const config = new OverlayConfig({
|
|
32
|
+
hasBackdrop: true,
|
|
33
|
+
positionStrategy,
|
|
34
|
+
scrollStrategy: this.overlay.scrollStrategies.reposition(),
|
|
35
|
+
backdropClass: "cdk-overlay-transparent-backdrop"
|
|
36
|
+
});
|
|
37
|
+
this.overlayRef = this.overlay.create(config);
|
|
38
|
+
const tempRef = new TemplatePortal(this.menu, this.viewContainerRef);
|
|
39
|
+
this.overlayRef.attach(tempRef);
|
|
40
|
+
this.overlayRef
|
|
41
|
+
.backdropClick()
|
|
42
|
+
.pipe(take(1))
|
|
43
|
+
.subscribe(res => {
|
|
44
|
+
this.close();
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
close() {
|
|
48
|
+
this.overlayRef?.detach();
|
|
49
|
+
this.overlayRef?.dispose();
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
53
|
+
MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: MenuDirective, selector: "[misMenu]", inputs: { menu: ["misMenu", "menu"], positionX: "positionX", positionY: "positionY", offsetX: "offsetX", offsetY: "offsetY" }, host: { listeners: { "click": "onClick($event)" } }, exportAs: ["misMenu"], ngImport: i0 });
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MenuDirective, decorators: [{
|
|
55
|
+
type: Directive,
|
|
56
|
+
args: [{
|
|
57
|
+
selector: "[misMenu]",
|
|
58
|
+
exportAs: "misMenu"
|
|
59
|
+
}]
|
|
60
|
+
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { menu: [{
|
|
61
|
+
type: Input,
|
|
62
|
+
args: ["misMenu"]
|
|
63
|
+
}], positionX: [{
|
|
64
|
+
type: Input
|
|
65
|
+
}], positionY: [{
|
|
66
|
+
type: Input
|
|
67
|
+
}], offsetX: [{
|
|
68
|
+
type: Input
|
|
69
|
+
}], offsetY: [{
|
|
70
|
+
type: Input
|
|
71
|
+
}], onClick: [{
|
|
72
|
+
type: HostListener,
|
|
73
|
+
args: ["click", ["$event"]]
|
|
74
|
+
}] } });
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9taXMtY29tcG9uZW50cy9tZW51L21lbnUuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWM7QUFFZCxPQUFPLEVBQUUsc0JBQXNCLEVBQVcsYUFBYSxFQUFjLE1BQU0sc0JBQXNCLENBQUM7QUFDbEcsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBaUMsTUFBTSxlQUFlLENBQUM7QUFDMUcsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7QUFNdEMsTUFBTSxPQUFPLGFBQWE7SUFReEIsWUFBb0IsT0FBZ0IsRUFBVSxPQUFtQixFQUFVLGdCQUFrQztRQUF6RixZQUFPLEdBQVAsT0FBTyxDQUFTO1FBQVUsWUFBTyxHQUFQLE9BQU8sQ0FBWTtRQUFVLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFOcEcsY0FBUyxHQUFvQixPQUFPLENBQUM7UUFDckMsY0FBUyxHQUFxQixRQUFRLENBQUM7UUFDdkMsWUFBTyxHQUFHLENBQUMsQ0FBQztRQUNaLFlBQU8sR0FBRyxDQUFDLENBQUM7SUFHMkYsQ0FBQztJQUM5RSxPQUFPLENBQUMsS0FBSztRQUM5QyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEIsQ0FBQztJQUNPLFFBQVE7UUFDZCxNQUFNLGdCQUFnQixHQUFHLElBQUksQ0FBQyxPQUFPO2FBQ2xDLFFBQVEsRUFBRTthQUNWLG1CQUFtQixDQUFDLElBQUksQ0FBQyxPQUFPLENBQUM7YUFDakMsYUFBYSxDQUFDO1lBQ2IsSUFBSSxzQkFBc0IsQ0FDeEIsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLFNBQVMsRUFBRSxFQUNwRCxFQUFFLFFBQVEsRUFBRSxJQUFJLENBQUMsU0FBUyxFQUFFLFFBQVEsRUFBRSxJQUFJLENBQUMsU0FBUyxLQUFLLFFBQVEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxRQUFRLEVBQUUsRUFDdEYsSUFBSSxDQUFDLE9BQU8sRUFDWixJQUFJLENBQUMsT0FBTyxDQUNiO1lBQ0QsSUFBSSxzQkFBc0IsQ0FBQyxFQUFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUUsUUFBUSxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFFLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDO1lBQ3ZJLElBQUksc0JBQXNCLENBQUMsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQztTQUNwSSxDQUFDO2FBQ0QsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ2xCLE1BQU0sTUFBTSxHQUFHLElBQUksYUFBYSxDQUFDO1lBQy9CLFdBQVcsRUFBRSxJQUFJO1lBQ2pCLGdCQUFnQjtZQUNoQixjQUFjLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxVQUFVLEVBQUU7WUFDMUQsYUFBYSxFQUFFLGtDQUFrQztTQUNsRCxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBRTlDLE1BQU0sT0FBTyxHQUFHLElBQUksY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDckUsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDaEMsSUFBSSxDQUFDLFVBQVU7YUFDWixhQUFhLEVBQUU7YUFDZixJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ2IsU0FBUyxDQUFDLEdBQUcsQ0FBQyxFQUFFO1lBQ2YsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ2YsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsS0FBSztRQUNILElBQUksQ0FBQyxVQUFVLEVBQUUsTUFBTSxFQUFFLENBQUM7UUFDMUIsSUFBSSxDQUFDLFVBQVUsRUFBRSxPQUFPLEVBQUUsQ0FBQztJQUM3QixDQUFDOzsyR0FoRFUsYUFBYTsrRkFBYixhQUFhOzRGQUFiLGFBQWE7a0JBSnpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLFFBQVEsRUFBRSxTQUFTO2lCQUNwQjtzSkFFbUIsSUFBSTtzQkFBckIsS0FBSzt1QkFBQyxTQUFTO2dCQUNQLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUk2QixPQUFPO3NCQUF6QyxZQUFZO3VCQUFDLE9BQU8sRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZm9ybWF0ICovXG5cbmltcG9ydCB7IENvbm5lY3Rpb25Qb3NpdGlvblBhaXIsIE92ZXJsYXksIE92ZXJsYXlDb25maWcsIE92ZXJsYXlSZWYgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL292ZXJsYXlcIjtcbmltcG9ydCB7IFRlbXBsYXRlUG9ydGFsIH0gZnJvbSBcIkBhbmd1bGFyL2Nkay9wb3J0YWxcIjtcbmltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSG9zdExpc3RlbmVyLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgdGFrZSB9IGZyb20gXCJyeGpzL29wZXJhdG9yc1wiO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6IFwiW21pc01lbnVdXCIsXG4gIGV4cG9ydEFzOiBcIm1pc01lbnVcIlxufSlcbmV4cG9ydCBjbGFzcyBNZW51RGlyZWN0aXZlIHtcbiAgQElucHV0KFwibWlzTWVudVwiKSBtZW51OiBUZW1wbGF0ZVJlZjxFbGVtZW50UmVmPjtcbiAgQElucHV0KCkgcG9zaXRpb25YOiBcInN0YXJ0XCIgfCBcImVuZFwiID0gXCJzdGFydFwiO1xuICBASW5wdXQoKSBwb3NpdGlvblk6IFwidG9wXCIgfCBcImJvdHRvbVwiID0gXCJib3R0b21cIjtcbiAgQElucHV0KCkgb2Zmc2V0WCA9IDA7XG4gIEBJbnB1dCgpIG9mZnNldFkgPSAwO1xuICBwcml2YXRlIG92ZXJsYXlSZWY6IE92ZXJsYXlSZWY7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBvdmVybGF5OiBPdmVybGF5LCBwcml2YXRlIGVsZW1lbnQ6IEVsZW1lbnRSZWYsIHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZikge31cbiAgQEhvc3RMaXN0ZW5lcihcImNsaWNrXCIsIFtcIiRldmVudFwiXSkgb25DbGljayhldmVudCkge1xuICAgIHRoaXMubWVudVNob3coKTtcbiAgfVxuICBwcml2YXRlIG1lbnVTaG93KCkge1xuICAgIGNvbnN0IHBvc2l0aW9uU3RyYXRlZ3kgPSB0aGlzLm92ZXJsYXlcbiAgICAgIC5wb3NpdGlvbigpXG4gICAgICAuZmxleGlibGVDb25uZWN0ZWRUbyh0aGlzLmVsZW1lbnQpXG4gICAgICAud2l0aFBvc2l0aW9ucyhbXG4gICAgICAgIG5ldyBDb25uZWN0aW9uUG9zaXRpb25QYWlyKFxuICAgICAgICAgIHsgb3JpZ2luWDogdGhpcy5wb3NpdGlvblgsIG9yaWdpblk6IHRoaXMucG9zaXRpb25ZIH0sXG4gICAgICAgICAgeyBvdmVybGF5WDogdGhpcy5wb3NpdGlvblgsIG92ZXJsYXlZOiB0aGlzLnBvc2l0aW9uWSA9PT0gXCJib3R0b21cIiA/IFwidG9wXCIgOiBcImJvdHRvbVwiIH0sXG4gICAgICAgICAgdGhpcy5vZmZzZXRYLFxuICAgICAgICAgIHRoaXMub2Zmc2V0WVxuICAgICAgICApLFxuICAgICAgICBuZXcgQ29ubmVjdGlvblBvc2l0aW9uUGFpcih7IG9yaWdpblg6IFwic3RhcnRcIiwgb3JpZ2luWTogXCJib3R0b21cIiB9LCB7IG92ZXJsYXlYOiBcInN0YXJ0XCIsIG92ZXJsYXlZOiBcInRvcFwiIH0sIHRoaXMub2Zmc2V0WCwgdGhpcy5vZmZzZXRZKSxcbiAgICAgICAgbmV3IENvbm5lY3Rpb25Qb3NpdGlvblBhaXIoeyBvcmlnaW5YOiBcImVuZFwiLCBvcmlnaW5ZOiBcInRvcFwiIH0sIHsgb3ZlcmxheVg6IFwiZW5kXCIsIG92ZXJsYXlZOiBcImJvdHRvbVwiIH0sIHRoaXMub2Zmc2V0WCwgdGhpcy5vZmZzZXRZKVxuICAgICAgXSlcbiAgICAgIC53aXRoUHVzaCh0cnVlKTtcbiAgICBjb25zdCBjb25maWcgPSBuZXcgT3ZlcmxheUNvbmZpZyh7XG4gICAgICBoYXNCYWNrZHJvcDogdHJ1ZSxcbiAgICAgIHBvc2l0aW9uU3RyYXRlZ3ksXG4gICAgICBzY3JvbGxTdHJhdGVneTogdGhpcy5vdmVybGF5LnNjcm9sbFN0cmF0ZWdpZXMucmVwb3NpdGlvbigpLFxuICAgICAgYmFja2Ryb3BDbGFzczogXCJjZGstb3ZlcmxheS10cmFuc3BhcmVudC1iYWNrZHJvcFwiXG4gICAgfSk7XG4gICAgdGhpcy5vdmVybGF5UmVmID0gdGhpcy5vdmVybGF5LmNyZWF0ZShjb25maWcpO1xuXG4gICAgY29uc3QgdGVtcFJlZiA9IG5ldyBUZW1wbGF0ZVBvcnRhbCh0aGlzLm1lbnUsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgdGhpcy5vdmVybGF5UmVmLmF0dGFjaCh0ZW1wUmVmKTtcbiAgICB0aGlzLm92ZXJsYXlSZWZcbiAgICAgIC5iYWNrZHJvcENsaWNrKClcbiAgICAgIC5waXBlKHRha2UoMSkpXG4gICAgICAuc3Vic2NyaWJlKHJlcyA9PiB7XG4gICAgICAgIHRoaXMuY2xvc2UoKTtcbiAgICAgIH0pO1xuICB9XG5cbiAgY2xvc2UoKTogdm9pZCB7XG4gICAgdGhpcy5vdmVybGF5UmVmPy5kZXRhY2goKTtcbiAgICB0aGlzLm92ZXJsYXlSZWY/LmRpc3Bvc2UoKTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/** @format */
|
|
2
|
+
import { NgModule } from "@angular/core";
|
|
3
|
+
import { CommonModule } from "@angular/common";
|
|
4
|
+
import { MenuDirective } from "./menu.directive";
|
|
5
|
+
import { OverlayModule } from "@angular/cdk/overlay";
|
|
6
|
+
import { PortalModule } from "@angular/cdk/portal";
|
|
7
|
+
import { MenuCloseDirective } from "./menu-close.directive";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export class MisMenuModule {
|
|
10
|
+
}
|
|
11
|
+
MisMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
MisMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, declarations: [MenuDirective, MenuCloseDirective], imports: [CommonModule, OverlayModule, PortalModule], exports: [MenuDirective, MenuCloseDirective] });
|
|
13
|
+
MisMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, imports: [CommonModule, OverlayModule, PortalModule] });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: MisMenuModule, decorators: [{
|
|
15
|
+
type: NgModule,
|
|
16
|
+
args: [{
|
|
17
|
+
declarations: [MenuDirective, MenuCloseDirective],
|
|
18
|
+
imports: [CommonModule, OverlayModule, PortalModule],
|
|
19
|
+
exports: [MenuDirective, MenuCloseDirective]
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9taXMtY29tcG9uZW50cy9tZW51L21lbnUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWM7QUFFZCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDakQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFPNUQsTUFBTSxPQUFPLGFBQWE7OzJHQUFiLGFBQWE7NEdBQWIsYUFBYSxpQkFKVCxhQUFhLEVBQUUsa0JBQWtCLGFBQ3RDLFlBQVksRUFBRSxhQUFhLEVBQUUsWUFBWSxhQUN6QyxhQUFhLEVBQUUsa0JBQWtCOzRHQUVoQyxhQUFhLFlBSGQsWUFBWSxFQUFFLGFBQWEsRUFBRSxZQUFZOzRGQUd4QyxhQUFhO2tCQUx6QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGFBQWEsRUFBRSxrQkFBa0IsQ0FBQztvQkFDakQsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGFBQWEsRUFBRSxZQUFZLENBQUM7b0JBQ3BELE9BQU8sRUFBRSxDQUFDLGFBQWEsRUFBRSxrQkFBa0IsQ0FBQztpQkFDN0MiLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGZvcm1hdCAqL1xuXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBNZW51RGlyZWN0aXZlIH0gZnJvbSBcIi4vbWVudS5kaXJlY3RpdmVcIjtcbmltcG9ydCB7IE92ZXJsYXlNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL292ZXJsYXlcIjtcbmltcG9ydCB7IFBvcnRhbE1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jZGsvcG9ydGFsXCI7XG5pbXBvcnQgeyBNZW51Q2xvc2VEaXJlY3RpdmUgfSBmcm9tIFwiLi9tZW51LWNsb3NlLmRpcmVjdGl2ZVwiO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtNZW51RGlyZWN0aXZlLCBNZW51Q2xvc2VEaXJlY3RpdmVdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBPdmVybGF5TW9kdWxlLCBQb3J0YWxNb2R1bGVdLFxuICBleHBvcnRzOiBbTWVudURpcmVjdGl2ZSwgTWVudUNsb3NlRGlyZWN0aXZlXVxufSlcbmV4cG9ydCBjbGFzcyBNaXNNZW51TW9kdWxlIHt9XG4iXX0=
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlzLWNyeXN0YWwtZGVzaWduLXN5c3RlbS1tb2RhbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL21pcy1jb21wb25lbnRzL21vZGFsL21pcy1jcnlzdGFsLWRlc2lnbi1zeXN0ZW0tbW9kYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { NgModule } from "@angular/core";
|
|
2
|
+
import { CommonModule } from "@angular/common";
|
|
3
|
+
import { OverlayModule } from "@angular/cdk/overlay";
|
|
4
|
+
import { PortalModule } from "@angular/cdk/portal";
|
|
5
|
+
import { ModuleWrapperComponent } from "./module-wrapper/module-wrapper.component";
|
|
6
|
+
import { ModalService } from "./modal.service";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export class ModalModule {
|
|
9
|
+
static forRoot() {
|
|
10
|
+
return {
|
|
11
|
+
ngModule: ModalModule,
|
|
12
|
+
providers: [ModalService]
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
static forChild() {
|
|
16
|
+
return {
|
|
17
|
+
ngModule: ModalModule,
|
|
18
|
+
providers: [ModalService]
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
ModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
+
ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, declarations: [ModuleWrapperComponent], imports: [CommonModule, OverlayModule, PortalModule] });
|
|
24
|
+
ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, imports: [CommonModule, OverlayModule, PortalModule] });
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalModule, decorators: [{
|
|
26
|
+
type: NgModule,
|
|
27
|
+
args: [{
|
|
28
|
+
declarations: [ModuleWrapperComponent],
|
|
29
|
+
imports: [CommonModule, OverlayModule, PortalModule]
|
|
30
|
+
}]
|
|
31
|
+
}] });
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbWlzLWNvbXBvbmVudHMvbW9kYWwvbW9kYWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBdUIsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDckQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFNL0MsTUFBTSxPQUFPLFdBQVc7SUFDdEIsTUFBTSxDQUFDLE9BQU87UUFDWixPQUFPO1lBQ0wsUUFBUSxFQUFFLFdBQVc7WUFDckIsU0FBUyxFQUFFLENBQUMsWUFBWSxDQUFDO1NBQzFCLENBQUM7SUFDSixDQUFDO0lBRUQsTUFBTSxDQUFDLFFBQVE7UUFDYixPQUFPO1lBQ0wsUUFBUSxFQUFFLFdBQVc7WUFDckIsU0FBUyxFQUFFLENBQUMsWUFBWSxDQUFDO1NBQzFCLENBQUM7SUFDSixDQUFDOzt5R0FiVSxXQUFXOzBHQUFYLFdBQVcsaUJBSEwsc0JBQXNCLGFBQzNCLFlBQVksRUFBRSxhQUFhLEVBQUUsWUFBWTswR0FFMUMsV0FBVyxZQUZWLFlBQVksRUFBRSxhQUFhLEVBQUUsWUFBWTs0RkFFMUMsV0FBVztrQkFKdkIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztvQkFDdEMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGFBQWEsRUFBRSxZQUFZLENBQUM7aUJBQ3ZEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jZGsvb3ZlcmxheVwiO1xuaW1wb3J0IHsgUG9ydGFsTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2Nkay9wb3J0YWxcIjtcbmltcG9ydCB7IE1vZHVsZVdyYXBwZXJDb21wb25lbnQgfSBmcm9tIFwiLi9tb2R1bGUtd3JhcHBlci9tb2R1bGUtd3JhcHBlci5jb21wb25lbnRcIjtcbmltcG9ydCB7IE1vZGFsU2VydmljZSB9IGZyb20gXCIuL21vZGFsLnNlcnZpY2VcIjtcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtNb2R1bGVXcmFwcGVyQ29tcG9uZW50XSxcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBPdmVybGF5TW9kdWxlLCBQb3J0YWxNb2R1bGVdXG59KVxuZXhwb3J0IGNsYXNzIE1vZGFsTW9kdWxlIHtcbiAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxNb2RhbE1vZHVsZT4ge1xuICAgIHJldHVybiB7XG4gICAgICBuZ01vZHVsZTogTW9kYWxNb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtNb2RhbFNlcnZpY2VdXG4gICAgfTtcbiAgfVxuXG4gIHN0YXRpYyBmb3JDaGlsZCgpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPE1vZGFsTW9kdWxlPiB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5nTW9kdWxlOiBNb2RhbE1vZHVsZSxcbiAgICAgIHByb3ZpZGVyczogW01vZGFsU2VydmljZV1cbiAgICB9O1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { OverlayConfig } from "@angular/cdk/overlay";
|
|
2
|
+
import { ComponentPortal, PortalInjector } from "@angular/cdk/portal";
|
|
3
|
+
import { Injectable } from "@angular/core";
|
|
4
|
+
import { MODAL_DATA_VAR } from "./modal-constants";
|
|
5
|
+
import { ModalRef } from "./modal-ref";
|
|
6
|
+
import { ModuleWrapperComponent } from "./module-wrapper/module-wrapper.component";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
import * as i1 from "@angular/cdk/overlay";
|
|
9
|
+
export class ModalService {
|
|
10
|
+
constructor(overlay, injector) {
|
|
11
|
+
this.overlay = overlay;
|
|
12
|
+
this.injector = injector;
|
|
13
|
+
}
|
|
14
|
+
show(component, data, options) {
|
|
15
|
+
const positionStrategy = this.calculatePosition(options);
|
|
16
|
+
const { width, height } = options || {};
|
|
17
|
+
const config = new OverlayConfig({
|
|
18
|
+
hasBackdrop: true,
|
|
19
|
+
positionStrategy,
|
|
20
|
+
scrollStrategy: this.overlay.scrollStrategies.noop(),
|
|
21
|
+
width: width,
|
|
22
|
+
height,
|
|
23
|
+
panelClass: "mis-modal",
|
|
24
|
+
backdropClass: "mis-modal-overlay"
|
|
25
|
+
});
|
|
26
|
+
const overlayRef = this.overlay.create(config);
|
|
27
|
+
const modalRef = new ModalRef(overlayRef);
|
|
28
|
+
const injector = this.createInjector(modalRef, this.injector, data);
|
|
29
|
+
const portal = new ComponentPortal(ModuleWrapperComponent, null);
|
|
30
|
+
this.componentInstance = overlayRef.attach(portal);
|
|
31
|
+
if (options?.closeOnBackdropClick) {
|
|
32
|
+
overlayRef.backdropClick().subscribe(() => modalRef.close());
|
|
33
|
+
}
|
|
34
|
+
this.componentInstance.instance.bindComponent(component, injector);
|
|
35
|
+
return modalRef;
|
|
36
|
+
}
|
|
37
|
+
createInjector(ref, inj, data) {
|
|
38
|
+
const injectorTokens = new WeakMap();
|
|
39
|
+
injectorTokens.set(ModalRef, ref);
|
|
40
|
+
injectorTokens.set(MODAL_DATA_VAR, data);
|
|
41
|
+
return new PortalInjector(inj, injectorTokens);
|
|
42
|
+
}
|
|
43
|
+
calculatePosition(options) {
|
|
44
|
+
const position = this.overlay.position().global().centerHorizontally().centerVertically();
|
|
45
|
+
if (options && screen.width > 600) {
|
|
46
|
+
if (options.top) {
|
|
47
|
+
position.top(options.top);
|
|
48
|
+
}
|
|
49
|
+
if (options.left) {
|
|
50
|
+
position.left(options.left);
|
|
51
|
+
}
|
|
52
|
+
if (options.right) {
|
|
53
|
+
position.right(options.right);
|
|
54
|
+
}
|
|
55
|
+
if (options.bottom) {
|
|
56
|
+
position.bottom(options.bottom);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return position;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalService, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
63
|
+
ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalService, providedIn: "root" });
|
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModalService, decorators: [{
|
|
65
|
+
type: Injectable,
|
|
66
|
+
args: [{
|
|
67
|
+
providedIn: "root"
|
|
68
|
+
}]
|
|
69
|
+
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
|
|
70
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL21pcy1jb21wb25lbnRzL21vZGFsL21vZGFsLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUEwQixhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM3RSxPQUFPLEVBQUUsZUFBZSxFQUFFLGNBQWMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RFLE9BQU8sRUFBZ0IsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQ3ZDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDOzs7QUFjbkYsTUFBTSxPQUFPLFlBQVk7SUFHdkIsWUFBb0IsT0FBZ0IsRUFBVSxRQUFrQjtRQUE1QyxZQUFPLEdBQVAsT0FBTyxDQUFTO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtJQUFHLENBQUM7SUFFcEUsSUFBSSxDQUFPLFNBQTJCLEVBQUUsSUFBUSxFQUFFLE9BQXVCO1FBQ3ZFLE1BQU0sZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQ3pELE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLEdBQUcsT0FBTyxJQUFJLEVBQUUsQ0FBQztRQUN4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLGFBQWEsQ0FBQztZQUMvQixXQUFXLEVBQUUsSUFBSTtZQUNqQixnQkFBZ0I7WUFDaEIsY0FBYyxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxFQUFFO1lBQ3BELEtBQUssRUFBRSxLQUFLO1lBQ1osTUFBTTtZQUNOLFVBQVUsRUFBRSxXQUFXO1lBQ3ZCLGFBQWEsRUFBRSxtQkFBbUI7U0FDbkMsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDL0MsTUFBTSxRQUFRLEdBQUcsSUFBSSxRQUFRLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDMUMsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNwRSxNQUFNLE1BQU0sR0FBRyxJQUFJLGVBQWUsQ0FBQyxzQkFBc0IsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNqRSxJQUFJLENBQUMsaUJBQWlCLEdBQUcsVUFBVSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUNuRCxJQUFJLE9BQU8sRUFBRSxvQkFBb0IsRUFBRTtZQUNqQyxVQUFVLENBQUMsYUFBYSxFQUFFLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDO1NBQzlEO1FBQ0QsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsU0FBUyxFQUFFLFFBQVEsQ0FBQyxDQUFDO1FBQ25FLE9BQU8sUUFBUSxDQUFDO0lBQ2xCLENBQUM7SUFDTyxjQUFjLENBQUksR0FBYSxFQUFFLEdBQWEsRUFBRSxJQUFRO1FBQzlELE1BQU0sY0FBYyxHQUFHLElBQUksT0FBTyxFQUFFLENBQUM7UUFDckMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxRQUFRLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFDbEMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDekMsT0FBTyxJQUFJLGNBQWMsQ0FBQyxHQUFHLEVBQUUsY0FBYyxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUVPLGlCQUFpQixDQUFDLE9BQXNCO1FBQzlDLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQzFGLElBQUksT0FBTyxJQUFJLE1BQU0sQ0FBQyxLQUFLLEdBQUcsR0FBRyxFQUFFO1lBQ2pDLElBQUksT0FBTyxDQUFDLEdBQUcsRUFBRTtnQkFDZixRQUFRLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQzthQUMzQjtZQUNELElBQUksT0FBTyxDQUFDLElBQUksRUFBRTtnQkFDaEIsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7YUFDN0I7WUFDRCxJQUFJLE9BQU8sQ0FBQyxLQUFLLEVBQUU7Z0JBQ2pCLFFBQVEsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO2FBQy9CO1lBQ0QsSUFBSSxPQUFPLENBQUMsTUFBTSxFQUFFO2dCQUNsQixRQUFRLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQzthQUNqQztTQUNGO1FBQ0QsT0FBTyxRQUFRLENBQUM7SUFDbEIsQ0FBQzs7MEdBcERVLFlBQVk7OEdBQVosWUFBWSxjQUZYLE1BQU07NEZBRVAsWUFBWTtrQkFIeEIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRUeXBlLCBPdmVybGF5LCBPdmVybGF5Q29uZmlnIH0gZnJvbSBcIkBhbmd1bGFyL2Nkay9vdmVybGF5XCI7XG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwsIFBvcnRhbEluamVjdG9yIH0gZnJvbSBcIkBhbmd1bGFyL2Nkay9wb3J0YWxcIjtcbmltcG9ydCB7IENvbXBvbmVudFJlZiwgSW5qZWN0YWJsZSwgSW5qZWN0b3IgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTU9EQUxfREFUQV9WQVIgfSBmcm9tIFwiLi9tb2RhbC1jb25zdGFudHNcIjtcbmltcG9ydCB7IE1vZGFsUmVmIH0gZnJvbSBcIi4vbW9kYWwtcmVmXCI7XG5pbXBvcnQgeyBNb2R1bGVXcmFwcGVyQ29tcG9uZW50IH0gZnJvbSBcIi4vbW9kdWxlLXdyYXBwZXIvbW9kdWxlLXdyYXBwZXIuY29tcG9uZW50XCI7XG5cbmludGVyZmFjZSBJTW9kYWxPcHRpb25zIHtcbiAgd2lkdGg/OiBzdHJpbmc7XG4gIGhlaWdodD86IHN0cmluZztcbiAgdG9wPzogc3RyaW5nO1xuICByaWdodD86IHN0cmluZztcbiAgYm90dG9tPzogc3RyaW5nO1xuICBsZWZ0Pzogc3RyaW5nO1xuICBjbG9zZU9uQmFja2Ryb3BDbGljaz86IGJvb2xlYW47XG59XG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46IFwicm9vdFwiXG59KVxuZXhwb3J0IGNsYXNzIE1vZGFsU2VydmljZSB7XG4gIHByaXZhdGUgY29tcG9uZW50SW5zdGFuY2U6IENvbXBvbmVudFJlZjxNb2R1bGVXcmFwcGVyQ29tcG9uZW50PjtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIG92ZXJsYXk6IE92ZXJsYXksIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7fVxuXG4gIHNob3c8VCwgRD4oY29tcG9uZW50OiBDb21wb25lbnRUeXBlPFQ+LCBkYXRhPzogRCwgb3B0aW9ucz86IElNb2RhbE9wdGlvbnMpOiBNb2RhbFJlZiB7XG4gICAgY29uc3QgcG9zaXRpb25TdHJhdGVneSA9IHRoaXMuY2FsY3VsYXRlUG9zaXRpb24ob3B0aW9ucyk7XG4gICAgY29uc3QgeyB3aWR0aCwgaGVpZ2h0IH0gPSBvcHRpb25zIHx8IHt9O1xuICAgIGNvbnN0IGNvbmZpZyA9IG5ldyBPdmVybGF5Q29uZmlnKHtcbiAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxuICAgICAgcG9zaXRpb25TdHJhdGVneSxcbiAgICAgIHNjcm9sbFN0cmF0ZWd5OiB0aGlzLm92ZXJsYXkuc2Nyb2xsU3RyYXRlZ2llcy5ub29wKCksXG4gICAgICB3aWR0aDogd2lkdGgsXG4gICAgICBoZWlnaHQsXG4gICAgICBwYW5lbENsYXNzOiBcIm1pcy1tb2RhbFwiLFxuICAgICAgYmFja2Ryb3BDbGFzczogXCJtaXMtbW9kYWwtb3ZlcmxheVwiXG4gICAgfSk7XG4gICAgY29uc3Qgb3ZlcmxheVJlZiA9IHRoaXMub3ZlcmxheS5jcmVhdGUoY29uZmlnKTtcbiAgICBjb25zdCBtb2RhbFJlZiA9IG5ldyBNb2RhbFJlZihvdmVybGF5UmVmKTtcbiAgICBjb25zdCBpbmplY3RvciA9IHRoaXMuY3JlYXRlSW5qZWN0b3IobW9kYWxSZWYsIHRoaXMuaW5qZWN0b3IsIGRhdGEpO1xuICAgIGNvbnN0IHBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWwoTW9kdWxlV3JhcHBlckNvbXBvbmVudCwgbnVsbCk7XG4gICAgdGhpcy5jb21wb25lbnRJbnN0YW5jZSA9IG92ZXJsYXlSZWYuYXR0YWNoKHBvcnRhbCk7XG4gICAgaWYgKG9wdGlvbnM/LmNsb3NlT25CYWNrZHJvcENsaWNrKSB7XG4gICAgICBvdmVybGF5UmVmLmJhY2tkcm9wQ2xpY2soKS5zdWJzY3JpYmUoKCkgPT4gbW9kYWxSZWYuY2xvc2UoKSk7XG4gICAgfVxuICAgIHRoaXMuY29tcG9uZW50SW5zdGFuY2UuaW5zdGFuY2UuYmluZENvbXBvbmVudChjb21wb25lbnQsIGluamVjdG9yKTtcbiAgICByZXR1cm4gbW9kYWxSZWY7XG4gIH1cbiAgcHJpdmF0ZSBjcmVhdGVJbmplY3RvcjxEPihyZWY6IE1vZGFsUmVmLCBpbmo6IEluamVjdG9yLCBkYXRhPzogRCk6IFBvcnRhbEluamVjdG9yIHtcbiAgICBjb25zdCBpbmplY3RvclRva2VucyA9IG5ldyBXZWFrTWFwKCk7XG4gICAgaW5qZWN0b3JUb2tlbnMuc2V0KE1vZGFsUmVmLCByZWYpO1xuICAgIGluamVjdG9yVG9rZW5zLnNldChNT0RBTF9EQVRBX1ZBUiwgZGF0YSk7XG4gICAgcmV0dXJuIG5ldyBQb3J0YWxJbmplY3RvcihpbmosIGluamVjdG9yVG9rZW5zKTtcbiAgfVxuXG4gIHByaXZhdGUgY2FsY3VsYXRlUG9zaXRpb24ob3B0aW9uczogSU1vZGFsT3B0aW9ucykge1xuICAgIGNvbnN0IHBvc2l0aW9uID0gdGhpcy5vdmVybGF5LnBvc2l0aW9uKCkuZ2xvYmFsKCkuY2VudGVySG9yaXpvbnRhbGx5KCkuY2VudGVyVmVydGljYWxseSgpO1xuICAgIGlmIChvcHRpb25zICYmIHNjcmVlbi53aWR0aCA+IDYwMCkge1xuICAgICAgaWYgKG9wdGlvbnMudG9wKSB7XG4gICAgICAgIHBvc2l0aW9uLnRvcChvcHRpb25zLnRvcCk7XG4gICAgICB9XG4gICAgICBpZiAob3B0aW9ucy5sZWZ0KSB7XG4gICAgICAgIHBvc2l0aW9uLmxlZnQob3B0aW9ucy5sZWZ0KTtcbiAgICAgIH1cbiAgICAgIGlmIChvcHRpb25zLnJpZ2h0KSB7XG4gICAgICAgIHBvc2l0aW9uLnJpZ2h0KG9wdGlvbnMucmlnaHQpO1xuICAgICAgfVxuICAgICAgaWYgKG9wdGlvbnMuYm90dG9tKSB7XG4gICAgICAgIHBvc2l0aW9uLmJvdHRvbShvcHRpb25zLmJvdHRvbSk7XG4gICAgICB9XG4gICAgfVxuICAgIHJldHVybiBwb3NpdGlvbjtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { trigger, transition, style, animate } from "@angular/animations";
|
|
2
|
+
import { ComponentPortal } from "@angular/cdk/portal";
|
|
3
|
+
import { Component, ViewChild, ViewContainerRef } from "@angular/core";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/cdk/portal";
|
|
6
|
+
export class ModuleWrapperComponent {
|
|
7
|
+
constructor() { }
|
|
8
|
+
bindComponent(type, injector) {
|
|
9
|
+
this.initComponent(type, injector);
|
|
10
|
+
}
|
|
11
|
+
initComponent(type, injector) {
|
|
12
|
+
this.modalPortal = new ComponentPortal(type, this.place, injector);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
ModuleWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModuleWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
ModuleWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: ModuleWrapperComponent, selector: "mis-module-wrapper", viewQueries: [{ propertyName: "place", first: true, predicate: ["place"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"mis-modal-body\" #place @slideInOut>\n <ng-template [cdkPortalOutlet]=\"modalPortal\"></ng-template>\n</div>\n", styles: [".mis-modal-body{display:block;width:100%;height:100%;background-color:transparent;border-radius:12px;box-shadow:0 12px 24px #0000001f,0 4px 8px #0000001f;overflow:hidden}\n"], dependencies: [{ kind: "directive", type: i1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], animations: [
|
|
17
|
+
trigger("slideInOut", [
|
|
18
|
+
transition(":enter", [
|
|
19
|
+
style({ transform: "translateY(-30%)", opacity: 0 }),
|
|
20
|
+
animate("200ms ease-out", style({ transform: "translatey(0%)", opacity: 1 }))
|
|
21
|
+
]),
|
|
22
|
+
transition(":leave", [animate("200ms ease-out", style({ transform: "translatey(-30%)", opacity: 0 }))])
|
|
23
|
+
])
|
|
24
|
+
] });
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ModuleWrapperComponent, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{ selector: "mis-module-wrapper", animations: [
|
|
28
|
+
trigger("slideInOut", [
|
|
29
|
+
transition(":enter", [
|
|
30
|
+
style({ transform: "translateY(-30%)", opacity: 0 }),
|
|
31
|
+
animate("200ms ease-out", style({ transform: "translatey(0%)", opacity: 1 }))
|
|
32
|
+
]),
|
|
33
|
+
transition(":leave", [animate("200ms ease-out", style({ transform: "translatey(-30%)", opacity: 0 }))])
|
|
34
|
+
])
|
|
35
|
+
], template: "<div class=\"mis-modal-body\" #place @slideInOut>\n <ng-template [cdkPortalOutlet]=\"modalPortal\"></ng-template>\n</div>\n", styles: [".mis-modal-body{display:block;width:100%;height:100%;background-color:transparent;border-radius:12px;box-shadow:0 12px 24px #0000001f,0 4px 8px #0000001f;overflow:hidden}\n"] }]
|
|
36
|
+
}], ctorParameters: function () { return []; }, propDecorators: { place: [{
|
|
37
|
+
type: ViewChild,
|
|
38
|
+
args: ["place", { static: false, read: ViewContainerRef }]
|
|
39
|
+
}] } });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLXdyYXBwZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWlzLWNvbXBvbmVudHMvbW9kYWwvbW9kdWxlLXdyYXBwZXIvbW9kdWxlLXdyYXBwZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbWlzLWNvbXBvbmVudHMvbW9kYWwvbW9kdWxlLXdyYXBwZXIvbW9kdWxlLXdyYXBwZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzFFLE9BQU8sRUFBRSxlQUFlLEVBQWtCLE1BQU0scUJBQXFCLENBQUM7QUFDdEUsT0FBTyxFQUFFLFNBQVMsRUFBb0IsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFpQnpGLE1BQU0sT0FBTyxzQkFBc0I7SUFFakMsZ0JBQWUsQ0FBQztJQUloQixhQUFhLENBQUMsSUFBUyxFQUFFLFFBQXdCO1FBQy9DLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0lBQ3JDLENBQUM7SUFFTyxhQUFhLENBQUMsSUFBUyxFQUFFLFFBQXdCO1FBQ3ZELElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxlQUFlLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxLQUFLLEVBQUUsUUFBUSxDQUFDLENBQUM7SUFDckUsQ0FBQzs7b0hBWlUsc0JBQXNCO3dHQUF0QixzQkFBc0IscUlBSVUsZ0JBQWdCLDZCQ3ZCN0QsOEhBR0EsMlhETWM7UUFDVixPQUFPLENBQUMsWUFBWSxFQUFFO1lBQ3BCLFVBQVUsQ0FBQyxRQUFRLEVBQUU7Z0JBQ25CLEtBQUssQ0FBQyxFQUFFLFNBQVMsRUFBRSxrQkFBa0IsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUM7Z0JBQ3BELE9BQU8sQ0FBQyxnQkFBZ0IsRUFBRSxLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7YUFDOUUsQ0FBQztZQUNGLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLGtCQUFrQixFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUN4RyxDQUFDO0tBQ0g7NEZBRVUsc0JBQXNCO2tCQWRsQyxTQUFTOytCQUNFLG9CQUFvQixjQUdsQjt3QkFDVixPQUFPLENBQUMsWUFBWSxFQUFFOzRCQUNwQixVQUFVLENBQUMsUUFBUSxFQUFFO2dDQUNuQixLQUFLLENBQUMsRUFBRSxTQUFTLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDO2dDQUNwRCxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDOzZCQUM5RSxDQUFDOzRCQUNGLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsS0FBSyxDQUFDLEVBQUUsU0FBUyxFQUFFLGtCQUFrQixFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQzt5QkFDeEcsQ0FBQztxQkFDSDswRUFNOEQsS0FBSztzQkFBbkUsU0FBUzt1QkFBQyxPQUFPLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHRyaWdnZXIsIHRyYW5zaXRpb24sIHN0eWxlLCBhbmltYXRlIH0gZnJvbSBcIkBhbmd1bGFyL2FuaW1hdGlvbnNcIjtcbmltcG9ydCB7IENvbXBvbmVudFBvcnRhbCwgUG9ydGFsSW5qZWN0b3IgfSBmcm9tIFwiQGFuZ3VsYXIvY2RrL3BvcnRhbFwiO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3RvciwgT25Jbml0LCBWaWV3Q2hpbGQsIFZpZXdDb250YWluZXJSZWYgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTW9kYWxSZWYgfSBmcm9tIFwiLi4vbW9kYWwtcmVmXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJtaXMtbW9kdWxlLXdyYXBwZXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9tb2R1bGUtd3JhcHBlci5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vbW9kdWxlLXdyYXBwZXIuY29tcG9uZW50LnNjc3NcIl0sXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKFwic2xpZGVJbk91dFwiLCBbXG4gICAgICB0cmFuc2l0aW9uKFwiOmVudGVyXCIsIFtcbiAgICAgICAgc3R5bGUoeyB0cmFuc2Zvcm06IFwidHJhbnNsYXRlWSgtMzAlKVwiLCBvcGFjaXR5OiAwIH0pLFxuICAgICAgICBhbmltYXRlKFwiMjAwbXMgZWFzZS1vdXRcIiwgc3R5bGUoeyB0cmFuc2Zvcm06IFwidHJhbnNsYXRleSgwJSlcIiwgb3BhY2l0eTogMSB9KSlcbiAgICAgIF0pLFxuICAgICAgdHJhbnNpdGlvbihcIjpsZWF2ZVwiLCBbYW5pbWF0ZShcIjIwMG1zIGVhc2Utb3V0XCIsIHN0eWxlKHsgdHJhbnNmb3JtOiBcInRyYW5zbGF0ZXkoLTMwJSlcIiwgb3BhY2l0eTogMCB9KSldKVxuICAgIF0pXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgTW9kdWxlV3JhcHBlckNvbXBvbmVudCB7XG4gIG1vZGFsUG9ydGFsOiBDb21wb25lbnRQb3J0YWw8YW55PjtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIEBWaWV3Q2hpbGQoXCJwbGFjZVwiLCB7IHN0YXRpYzogZmFsc2UsIHJlYWQ6IFZpZXdDb250YWluZXJSZWYgfSkgcGxhY2U6IFZpZXdDb250YWluZXJSZWY7XG5cbiAgYmluZENvbXBvbmVudCh0eXBlOiBhbnksIGluamVjdG9yOiBQb3J0YWxJbmplY3Rvcikge1xuICAgIHRoaXMuaW5pdENvbXBvbmVudCh0eXBlLCBpbmplY3Rvcik7XG4gIH1cblxuICBwcml2YXRlIGluaXRDb21wb25lbnQodHlwZTogYW55LCBpbmplY3RvcjogUG9ydGFsSW5qZWN0b3IpIHtcbiAgICB0aGlzLm1vZGFsUG9ydGFsID0gbmV3IENvbXBvbmVudFBvcnRhbCh0eXBlLCB0aGlzLnBsYWNlLCBpbmplY3Rvcik7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJtaXMtbW9kYWwtYm9keVwiICNwbGFjZSBAc2xpZGVJbk91dD5cbiAgPG5nLXRlbXBsYXRlIFtjZGtQb3J0YWxPdXRsZXRdPVwibW9kYWxQb3J0YWxcIj48L25nLXRlbXBsYXRlPlxuPC9kaXY+XG4iXX0=
|
|
File without changes
|
|
File without changes
|