@evotor-dev/ui-kit 6.3.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/esm2020/lib/common/evo-base-control.mjs +46 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +31 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +19 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +57 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion.component.mjs +17 -0
- package/{esm2015/lib/components/evo-accordion/evo-accordion.module.js → esm2020/lib/components/evo-accordion/evo-accordion.module.mjs} +5 -5
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +79 -0
- package/{esm2015/lib/components/evo-alert/evo-alert.module.js → esm2020/lib/components/evo-alert/evo-alert.module.mjs} +5 -5
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +358 -0
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +43 -0
- package/{esm2015/lib/components/evo-autocomplete/evo-autocomplete.module.js → esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs} +5 -5
- package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +6 -0
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +40 -0
- package/{esm2015/lib/components/evo-badge/evo-badge.module.js → esm2020/lib/components/evo-badge/evo-badge.module.mjs} +5 -5
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +112 -0
- package/{esm2015/lib/components/evo-banner/evo-banner.module.js → esm2020/lib/components/evo-banner/evo-banner.module.mjs} +5 -5
- package/esm2020/lib/components/evo-button/evo-button.component.mjs +82 -0
- package/{esm2015/lib/components/evo-button/evo-button.module.js → esm2020/lib/components/evo-button/evo-button.module.mjs} +5 -5
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +82 -0
- package/{esm2015/lib/components/evo-checkbox/evo-checkbox.module.js → esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs} +5 -5
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +130 -0
- package/{esm2015/lib/components/evo-chip/evo-chip.module.js → esm2020/lib/components/evo-chip/evo-chip.module.mjs} +5 -5
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +41 -0
- package/{esm2015/lib/components/evo-control-error/evo-control-error.module.js → esm2020/lib/components/evo-control-error/evo-control-error.module.mjs} +5 -5
- package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +19 -0
- package/{esm2015/lib/components/evo-control-label/evo-control-label.module.js → esm2020/lib/components/evo-control-label/evo-control-label.module.mjs} +5 -5
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +38 -0
- package/{esm2015/lib/components/evo-counter/evo-counter.module.js → esm2020/lib/components/evo-counter/evo-counter.module.mjs} +5 -5
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
- package/{esm2015/lib/components/evo-datepicker/evo-datepicker.module.js → esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-dropdown/evo-dropdown-origin.directive.js → esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs} +4 -4
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +107 -0
- package/{esm2015/lib/components/evo-dropdown/evo-dropdown.module.js → esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs} +5 -5
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +52 -0
- package/{esm2015/lib/components/evo-icon/evo-icon.module.js → esm2020/lib/components/evo-icon/evo-icon.module.mjs} +5 -5
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +61 -0
- package/{esm2015/lib/components/evo-icon-button/evo-icon-button.module.js → esm2020/lib/components/evo-icon-button/evo-icon-button.module.mjs} +5 -5
- package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +14 -0
- package/{esm2015/lib/components/evo-icon-number/evo-icon-number.module.js → esm2020/lib/components/evo-icon-number/evo-icon-number.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.js → esm2020/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs} +4 -4
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +357 -0
- package/{esm2015/lib/components/evo-input/evo-input.module.js → esm2020/lib/components/evo-input/evo-input.module.mjs} +5 -5
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +150 -0
- package/{esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.js → esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs} +5 -5
- package/esm2020/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +7 -0
- package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +18 -0
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +24 -0
- package/{esm2015/lib/components/evo-loader/evo-loader.module.js → esm2020/lib/components/evo-loader/evo-loader.module.mjs} +5 -5
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +118 -0
- package/{esm2015/lib/components/evo-modal/evo-modal.module.js → esm2020/lib/components/evo-modal/evo-modal.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-modal/evo-modal.service.js → esm2020/lib/components/evo-modal/evo-modal.service.mjs} +4 -4
- package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +58 -0
- package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +46 -0
- package/{esm2015/lib/components/evo-navbar/evo-navbar.module.js → esm2020/lib/components/evo-navbar/evo-navbar.module.mjs} +5 -5
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +40 -0
- package/{esm2015/lib/components/evo-note/evo-note.module.js → esm2020/lib/components/evo-note/evo-note.module.mjs} +5 -5
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +109 -0
- package/{esm2015/lib/components/evo-paginator/evo-paginator.module.js → esm2020/lib/components/evo-paginator/evo-paginator.module.mjs} +5 -5
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +26 -0
- package/{esm2015/lib/components/evo-plus-minus/evo-plus-minus.module.js → esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs} +5 -5
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +173 -0
- package/{esm2015/lib/components/evo-popover/evo-popover.module.js → esm2020/lib/components/evo-popover/evo-popover.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-portal/evo-portal-outlet.directive.js → esm2020/lib/components/evo-portal/evo-portal-outlet.directive.mjs} +4 -4
- package/{esm2015/lib/components/evo-portal/evo-portal.module.js → esm2020/lib/components/evo-portal/evo-portal.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-portal/evo-portal.service.js → esm2020/lib/components/evo-portal/evo-portal.service.mjs} +4 -4
- package/{esm2015/lib/components/evo-radio/evo-radio.component.js → esm2020/lib/components/evo-radio/evo-radio.component.mjs} +6 -11
- package/{esm2015/lib/components/evo-radio/evo-radio.module.js → esm2020/lib/components/evo-radio/evo-radio.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-radio-group/evo-radio-group.component.js → esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs} +7 -12
- package/{esm2015/lib/components/evo-radio-group/evo-radio-group.module.js → esm2020/lib/components/evo-radio-group/evo-radio-group.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-radioshape/components/evo-radioshape.component.js → esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs} +6 -11
- package/{esm2015/lib/components/evo-radioshape/evo-radioshape.module.js → esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs} +5 -5
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +20 -0
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +74 -0
- package/{esm2015/lib/components/evo-segmented-bar/evo-segmented-bar.module.js → esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs} +5 -5
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +115 -0
- package/{esm2015/lib/components/evo-select/evo-select.module.js → esm2020/lib/components/evo-select/evo-select.module.mjs} +5 -5
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +33 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +13 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +40 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +172 -0
- package/{esm2015/lib/components/evo-sidebar/evo-sidebar.module.js → esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs} +5 -5
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +105 -0
- package/{esm2015/lib/components/evo-stepper/evo-stepper-events.js → esm2020/lib/components/evo-stepper/evo-stepper-events.mjs} +4 -4
- package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +31 -0
- package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +67 -0
- package/{esm2015/lib/components/evo-stepper/evo-stepper.module.js → esm2020/lib/components/evo-stepper/evo-stepper.module.mjs} +5 -5
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +154 -0
- package/{esm2015/lib/components/evo-submenu/evo-submenu.module.js → esm2020/lib/components/evo-submenu/evo-submenu.module.mjs} +5 -5
- package/esm2020/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +11 -0
- package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +32 -0
- package/{esm2015/lib/components/evo-switcher/evo-switcher.module.js → esm2020/lib/components/evo-switcher/evo-switcher.module.mjs} +5 -5
- package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +67 -0
- package/esm2020/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +31 -0
- package/{esm2015/lib/components/evo-table/evo-table.module.js → esm2020/lib/components/evo-table/evo-table.module.mjs} +5 -5
- package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +88 -0
- package/{esm2015/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.js → esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs} +5 -8
- package/{esm2015/lib/components/evo-tabs/evo-tabs-size.service.js → esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs} +4 -4
- package/{esm2015/lib/components/evo-tabs/evo-tabs.component.js → esm2020/lib/components/evo-tabs/evo-tabs.component.mjs} +5 -10
- package/{esm2015/lib/components/evo-tabs/evo-tabs.module.js → esm2020/lib/components/evo-tabs/evo-tabs.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-tabs/evo-tabs.service.js → esm2020/lib/components/evo-tabs/evo-tabs.service.mjs} +4 -4
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +79 -0
- package/{esm2015/lib/components/evo-textarea/evo-textarea.module.js → esm2020/lib/components/evo-textarea/evo-textarea.module.mjs} +5 -5
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +98 -0
- package/{esm2015/lib/components/evo-toast/evo-toast.module.js → esm2020/lib/components/evo-toast/evo-toast.module.mjs} +5 -5
- package/{esm2015/lib/components/evo-toast/evo-toast.service.js → esm2020/lib/components/evo-toast/evo-toast.service.mjs} +4 -4
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +64 -0
- package/{esm2015/lib/components/evo-toggle/evo-toggle.module.js → esm2020/lib/components/evo-toggle/evo-toggle.module.mjs} +5 -5
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -0
- package/{esm2015/lib/components/evo-upload/evo-upload.module.js → esm2020/lib/components/evo-upload/evo-upload.module.mjs} +5 -5
- package/{esm2015/lib/directives/evo-click-outside.directive.js → esm2020/lib/directives/evo-click-outside.directive.mjs} +4 -4
- package/esm2020/lib/directives/evo-is-expanded.directive.mjs +71 -0
- package/{esm2015/lib/directives/evo-let/evo-let.directive.js → esm2020/lib/directives/evo-let/evo-let.directive.mjs} +4 -4
- package/{esm2015/lib/directives/evo-ui-class.directive.js → esm2020/lib/directives/evo-ui-class.directive.mjs} +4 -4
- package/{esm2015/lib/evo-ui-kit.module.js → esm2020/lib/evo-ui-kit.module.mjs} +5 -5
- package/{esm2015/lib/pipes/declination.pipe.js → esm2020/lib/pipes/declination.pipe.mjs} +4 -4
- package/{esm2015/lib/pipes/evo-pipes.module.js → esm2020/lib/pipes/evo-pipes.module.mjs} +5 -5
- package/{esm2015/lib/pipes/safe-html.pipe.js → esm2020/lib/pipes/safe-html.pipe.mjs} +4 -4
- package/{esm2015/lib/services/evo-expanded.service.js → esm2020/lib/services/evo-expanded.service.mjs} +4 -4
- package/{esm2015/lib/services/window.service.js → esm2020/lib/services/window.service.mjs} +4 -4
- package/fesm2015/{evotor-dev-ui-kit-icons-category.js → evotor-dev-ui-kit-icons-category.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-emotions.js → evotor-dev-ui-kit-icons-emotions.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-header.js → evotor-dev-ui-kit-icons-header.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-header.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-info.js → evotor-dev-ui-kit-icons-info.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-info.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-navigation.js → evotor-dev-ui-kit-icons-navigation.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-side-menu.js → evotor-dev-ui-kit-icons-side-menu.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons-system.js → evotor-dev-ui-kit-icons-system.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
- package/fesm2015/{evotor-dev-ui-kit-icons.js → evotor-dev-ui-kit-icons.mjs} +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -0
- package/fesm2015/evotor-dev-ui-kit.mjs +7286 -0
- package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +68 -0
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +24 -0
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +34 -0
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +46 -0
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +62 -0
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +70 -0
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +374 -0
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +644 -0
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit.mjs +7267 -0
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -0
- package/icons/category/package.json +5 -5
- package/icons/emotions/package.json +5 -5
- package/icons/header/package.json +5 -5
- package/icons/info/package.json +5 -5
- package/icons/navigation/package.json +5 -5
- package/icons/package.json +5 -5
- package/icons/side-menu/package.json +5 -5
- package/icons/system/package.json +5 -5
- package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +1 -1
- package/package.json +94 -38
- package/styles/components/evo-dropdown.scss +1 -1
- package/bundles/evotor-dev-ui-kit-icons-category.umd.js +0 -105
- package/bundles/evotor-dev-ui-kit-icons-category.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js +0 -39
- package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-header.umd.js +0 -54
- package/bundles/evotor-dev-ui-kit-icons-header.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-info.umd.js +0 -72
- package/bundles/evotor-dev-ui-kit-icons-info.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js +0 -96
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js +0 -108
- package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js +0 -564
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit-icons.umd.js +0 -654
- package/bundles/evotor-dev-ui-kit-icons.umd.js.map +0 -1
- package/bundles/evotor-dev-ui-kit.umd.js +0 -8818
- package/bundles/evotor-dev-ui-kit.umd.js.map +0 -1
- package/esm2015/lib/common/evo-base-control.js +0 -47
- package/esm2015/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.js +0 -36
- package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js +0 -24
- package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js +0 -62
- package/esm2015/lib/components/evo-accordion/evo-accordion.component.js +0 -23
- package/esm2015/lib/components/evo-alert/evo-alert.component.js +0 -83
- package/esm2015/lib/components/evo-autocomplete/components/evo-autocomplete.component.js +0 -365
- package/esm2015/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.js +0 -49
- package/esm2015/lib/components/evo-autocomplete/helpers/switch-query-to-list.js +0 -6
- package/esm2015/lib/components/evo-badge/evo-badge.component.js +0 -45
- package/esm2015/lib/components/evo-banner/evo-banner.component.js +0 -116
- package/esm2015/lib/components/evo-button/evo-button.component.js +0 -87
- package/esm2015/lib/components/evo-checkbox/evo-checkbox.component.js +0 -87
- package/esm2015/lib/components/evo-chip/evo-chip.component.js +0 -138
- package/esm2015/lib/components/evo-control-error/evo-control-error.component.js +0 -43
- package/esm2015/lib/components/evo-control-label/evo-control-label.component.js +0 -23
- package/esm2015/lib/components/evo-counter/evo-counter.component.js +0 -43
- package/esm2015/lib/components/evo-datepicker/evo-datepicker.component.js +0 -557
- package/esm2015/lib/components/evo-dropdown/evo-dropdown.component.js +0 -112
- package/esm2015/lib/components/evo-icon/evo-icon.component.js +0 -57
- package/esm2015/lib/components/evo-icon-button/evo-icon-button.component.js +0 -67
- package/esm2015/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.js +0 -19
- package/esm2015/lib/components/evo-input/evo-input.component.js +0 -363
- package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.js +0 -157
- package/esm2015/lib/components/evo-input-contenteditable/utils/clear-multiline.js +0 -7
- package/esm2015/lib/components/evo-loader/evo-circular-loader.component.js +0 -23
- package/esm2015/lib/components/evo-loader/evo-loader.component.js +0 -28
- package/esm2015/lib/components/evo-modal/evo-modal.component.js +0 -122
- package/esm2015/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.js +0 -63
- package/esm2015/lib/components/evo-navbar/evo-navbar.component.js +0 -51
- package/esm2015/lib/components/evo-note/evo-note.component.js +0 -45
- package/esm2015/lib/components/evo-paginator/evo-paginator.component.js +0 -114
- package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.component.js +0 -30
- package/esm2015/lib/components/evo-popover/evo-popover.component.js +0 -177
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.js +0 -24
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.js +0 -79
- package/esm2015/lib/components/evo-select/evo-select.component.js +0 -121
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.js +0 -38
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.js +0 -19
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.js +0 -47
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.component.js +0 -174
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.service.js +0 -102
- package/esm2015/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.js +0 -35
- package/esm2015/lib/components/evo-stepper/evo-stepper.component.js +0 -72
- package/esm2015/lib/components/evo-submenu/evo-submenu.component.js +0 -160
- package/esm2015/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.js +0 -15
- package/esm2015/lib/components/evo-switcher/evo-switcher.component.js +0 -36
- package/esm2015/lib/components/evo-table/evo-table/evo-table.component.js +0 -71
- package/esm2015/lib/components/evo-table/evo-table-column/evo-table-column.component.js +0 -35
- package/esm2015/lib/components/evo-tabs/evo-tab/evo-tab.component.js +0 -92
- package/esm2015/lib/components/evo-textarea/evo-textarea.component.js +0 -84
- package/esm2015/lib/components/evo-toast/evo-toast.component.js +0 -103
- package/esm2015/lib/components/evo-toggle/evo-toggle.component.js +0 -70
- package/esm2015/lib/components/evo-upload/evo-upload.component.js +0 -292
- package/esm2015/lib/directives/evo-is-expanded.directive.js +0 -72
- package/fesm2015/evotor-dev-ui-kit-icons-category.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-header.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-info.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons-system.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit-icons.js.map +0 -1
- package/fesm2015/evotor-dev-ui-kit.js +0 -7527
- package/fesm2015/evotor-dev-ui-kit.js.map +0 -1
- /package/{esm2015/evotor-dev-ui-kit.js → esm2020/evotor-dev-ui-kit.mjs} +0 -0
- /package/{esm2015/icons/category/evotor-dev-ui-kit-icons-category.js → esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs} +0 -0
- /package/{esm2015/icons/category/index.js → esm2020/icons/category/index.mjs} +0 -0
- /package/{esm2015/icons/emotions/evotor-dev-ui-kit-icons-emotions.js → esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs} +0 -0
- /package/{esm2015/icons/emotions/index.js → esm2020/icons/emotions/index.mjs} +0 -0
- /package/{esm2015/icons/evotor-dev-ui-kit-icons.js → esm2020/icons/evotor-dev-ui-kit-icons.mjs} +0 -0
- /package/{esm2015/icons/header/evotor-dev-ui-kit-icons-header.js → esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs} +0 -0
- /package/{esm2015/icons/header/index.js → esm2020/icons/header/index.mjs} +0 -0
- /package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +0 -0
- /package/{esm2015/icons/info/evotor-dev-ui-kit-icons-info.js → esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs} +0 -0
- /package/{esm2015/icons/info/index.js → esm2020/icons/info/index.mjs} +0 -0
- /package/{esm2015/icons/navigation/evotor-dev-ui-kit-icons-navigation.js → esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs} +0 -0
- /package/{esm2015/icons/navigation/index.js → esm2020/icons/navigation/index.mjs} +0 -0
- /package/{esm2015/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.js → esm2020/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs} +0 -0
- /package/{esm2015/icons/side-menu/index.js → esm2020/icons/side-menu/index.mjs} +0 -0
- /package/{esm2015/icons/system/evotor-dev-ui-kit-icons-system.js → esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs} +0 -0
- /package/{esm2015/icons/system/index.js → esm2020/icons/system/index.mjs} +0 -0
- /package/{esm2015/lib/common/Serializable.js → esm2020/lib/common/Serializable.mjs} +0 -0
- /package/{esm2015/lib/common/animations/expand.animation.js → esm2020/lib/common/animations/expand.animation.mjs} +0 -0
- /package/{esm2015/lib/common/animations/index.js → esm2020/lib/common/animations/index.mjs} +0 -0
- /package/{esm2015/lib/common/animations/sidebar.animation.js → esm2020/lib/common/animations/sidebar.animation.mjs} +0 -0
- /package/{esm2015/lib/common/animations/skip-initial-render.animation.js → esm2020/lib/common/animations/skip-initial-render.animation.mjs} +0 -0
- /package/{esm2015/lib/common/collection/evo-collection-fabric.js → esm2020/lib/common/collection/evo-collection-fabric.mjs} +0 -0
- /package/{esm2015/lib/common/collection/evo-collection.js → esm2020/lib/common/collection/evo-collection.mjs} +0 -0
- /package/{esm2015/lib/common/collection/index.js → esm2020/lib/common/collection/index.mjs} +0 -0
- /package/{esm2015/lib/common/constants/css-breakpoints.js → esm2020/lib/common/constants/css-breakpoints.mjs} +0 -0
- /package/{esm2015/lib/common/constants/view-breakpoint-streams.js → esm2020/lib/common/constants/view-breakpoint-streams.mjs} +0 -0
- /package/{esm2015/lib/common/evo-control-state-manager/evo-control-state-manager.js → esm2020/lib/common/evo-control-state-manager/evo-control-state-manager.mjs} +0 -0
- /package/{esm2015/lib/common/evo-control-state-manager/evo-control-state.interface.js → esm2020/lib/common/evo-control-state-manager/evo-control-state.interface.mjs} +0 -0
- /package/{esm2015/lib/common/evo-control-state-manager/evo-control-states.enum.js → esm2020/lib/common/evo-control-state-manager/evo-control-states.enum.mjs} +0 -0
- /package/{esm2015/lib/common/form-helper/form-helper.js → esm2020/lib/common/form-helper/form-helper.mjs} +0 -0
- /package/{esm2015/lib/common/types/evo-color.js → esm2020/lib/common/types/evo-color.mjs} +0 -0
- /package/{esm2015/lib/common/types/evo-size.js → esm2020/lib/common/types/evo-size.mjs} +0 -0
- /package/{esm2015/lib/common/types/index.js → esm2020/lib/common/types/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-accordion/index.js → esm2020/lib/components/evo-accordion/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-accordion/public-api.js → esm2020/lib/components/evo-accordion/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-alert/index.js → esm2020/lib/components/evo-alert/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-alert/public-api.js → esm2020/lib/components/evo-alert/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-autocomplete/index.js → esm2020/lib/components/evo-autocomplete/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-autocomplete/models/DaDataParty.js → esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs} +0 -0
- /package/{esm2015/lib/components/evo-autocomplete/models/dadata.model.js → esm2020/lib/components/evo-autocomplete/models/dadata.model.mjs} +0 -0
- /package/{esm2015/lib/components/evo-autocomplete/public-api.js → esm2020/lib/components/evo-autocomplete/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-autocomplete/types/evo-autocomplete-size.js → esm2020/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs} +0 -0
- /package/{esm2015/lib/components/evo-badge/index.js → esm2020/lib/components/evo-badge/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-badge/public-api.js → esm2020/lib/components/evo-badge/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-badge/types/evo-badge-color.js → esm2020/lib/components/evo-badge/types/evo-badge-color.mjs} +0 -0
- /package/{esm2015/lib/components/evo-badge/types/evo-badge-size.js → esm2020/lib/components/evo-badge/types/evo-badge-size.mjs} +0 -0
- /package/{esm2015/lib/components/evo-badge/types/index.js → esm2020/lib/components/evo-badge/types/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-banner/index.js → esm2020/lib/components/evo-banner/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-banner/public-api.js → esm2020/lib/components/evo-banner/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-button/index.js → esm2020/lib/components/evo-button/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-button/public-api.js → esm2020/lib/components/evo-button/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-checkbox/index.js → esm2020/lib/components/evo-checkbox/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-checkbox/public-api.js → esm2020/lib/components/evo-checkbox/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-chip/index.js → esm2020/lib/components/evo-chip/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-chip/public-api.js → esm2020/lib/components/evo-chip/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-control-error/index.js → esm2020/lib/components/evo-control-error/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-control-error/public-api.js → esm2020/lib/components/evo-control-error/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-control-label/index.js → esm2020/lib/components/evo-control-label/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-control-label/public-api.js → esm2020/lib/components/evo-control-label/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-counter/index.js → esm2020/lib/components/evo-counter/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-counter/public-api.js → esm2020/lib/components/evo-counter/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-datepicker/flatpickr-options.interface.js → esm2020/lib/components/evo-datepicker/flatpickr-options.interface.mjs} +0 -0
- /package/{esm2015/lib/components/evo-datepicker/index.js → esm2020/lib/components/evo-datepicker/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-datepicker/public-api.js → esm2020/lib/components/evo-datepicker/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-datepicker/templates/index.js → esm2020/lib/components/evo-datepicker/templates/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-dropdown/evo-dropdown-position-description.js → esm2020/lib/components/evo-dropdown/evo-dropdown-position-description.mjs} +0 -0
- /package/{esm2015/lib/components/evo-dropdown/index.js → esm2020/lib/components/evo-dropdown/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-dropdown/public-api.js → esm2020/lib/components/evo-dropdown/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-dropdown/types/evo-dropdown-positions.js → esm2020/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon/classes/evo-icons-library.js → esm2020/lib/components/evo-icon/classes/evo-icons-library.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon/index.js → esm2020/lib/components/evo-icon/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon/interfaces/icons-category.js → esm2020/lib/components/evo-icon/interfaces/icons-category.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon/interfaces/icons-source.js → esm2020/lib/components/evo-icon/interfaces/icons-source.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon/public-api.js → esm2020/lib/components/evo-icon/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon-button/index.js → esm2020/lib/components/evo-icon-button/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon-button/public-api.js → esm2020/lib/components/evo-icon-button/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon-button/types/evo-icon-button-size.js → esm2020/lib/components/evo-icon-button/types/evo-icon-button-size.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon-button/types/evo-icon-button-theme.js → esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon-number/index.js → esm2020/lib/components/evo-icon-number/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-icon-number/public-api.js → esm2020/lib/components/evo-icon-number/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-input/index.js → esm2020/lib/components/evo-input/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-input/public-api.js → esm2020/lib/components/evo-input/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-input-contenteditable/index.js → esm2020/lib/components/evo-input-contenteditable/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-input-contenteditable/public-api.js → esm2020/lib/components/evo-input-contenteditable/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-loader/index.js → esm2020/lib/components/evo-loader/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-loader/public-api.js → esm2020/lib/components/evo-loader/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-modal/index.js → esm2020/lib/components/evo-modal/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-modal/public-api.js → esm2020/lib/components/evo-modal/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-navbar/index.js → esm2020/lib/components/evo-navbar/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-navbar/interfaces/nav-item-main-info.js → esm2020/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs} +0 -0
- /package/{esm2015/lib/components/evo-navbar/interfaces/nav-item-router-link.js → esm2020/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs} +0 -0
- /package/{esm2015/lib/components/evo-navbar/interfaces/nav-item.href.js → esm2020/lib/components/evo-navbar/interfaces/nav-item.href.mjs} +0 -0
- /package/{esm2015/lib/components/evo-navbar/public-api.js → esm2020/lib/components/evo-navbar/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-navbar/types/nav-item.js → esm2020/lib/components/evo-navbar/types/nav-item.mjs} +0 -0
- /package/{esm2015/lib/components/evo-note/index.js → esm2020/lib/components/evo-note/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-note/public.api.js → esm2020/lib/components/evo-note/public.api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-note/types/evo-note-type.js → esm2020/lib/components/evo-note/types/evo-note-type.mjs} +0 -0
- /package/{esm2015/lib/components/evo-paginator/index.js → esm2020/lib/components/evo-paginator/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-paginator/public-api.js → esm2020/lib/components/evo-paginator/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-plus-minus/index.js → esm2020/lib/components/evo-plus-minus/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-plus-minus/public-api.js → esm2020/lib/components/evo-plus-minus/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-popover/index.js → esm2020/lib/components/evo-popover/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-popover/public-api.js → esm2020/lib/components/evo-popover/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-portal/evo-portal-outlet.class.js → esm2020/lib/components/evo-portal/evo-portal-outlet.class.mjs} +0 -0
- /package/{esm2015/lib/components/evo-portal/index.js → esm2020/lib/components/evo-portal/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-portal/public-api.js → esm2020/lib/components/evo-portal/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radio/index.js → esm2020/lib/components/evo-radio/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radio/public-api.js → esm2020/lib/components/evo-radio/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radio-group/index.js → esm2020/lib/components/evo-radio-group/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radio-group/public-api.js → esm2020/lib/components/evo-radio-group/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radio-group/typings/options.js → esm2020/lib/components/evo-radio-group/typings/options.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radioshape/index.js → esm2020/lib/components/evo-radioshape/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-radioshape/public-api.js → esm2020/lib/components/evo-radioshape/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-segmented-bar/index.js → esm2020/lib/components/evo-segmented-bar/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-segmented-bar/public-api.js → esm2020/lib/components/evo-segmented-bar/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-select/index.js → esm2020/lib/components/evo-select/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-select/public-api.js → esm2020/lib/components/evo-select/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-sizes.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/enums/evo-sidebar-states.js → esm2020/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/evo-sidebar-portal.js → esm2020/lib/components/evo-sidebar/evo-sidebar-portal.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/index.js → esm2020/lib/components/evo-sidebar/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/interfaces.js → esm2020/lib/components/evo-sidebar/interfaces.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/public-api.js → esm2020/lib/components/evo-sidebar/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/sidebar-injection-token.js → esm2020/lib/components/evo-sidebar/sidebar-injection-token.mjs} +0 -0
- /package/{esm2015/lib/components/evo-sidebar/tokens.js → esm2020/lib/components/evo-sidebar/tokens.mjs} +0 -0
- /package/{esm2015/lib/components/evo-stepper/index.js → esm2020/lib/components/evo-stepper/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-stepper/public-api.js → esm2020/lib/components/evo-stepper/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-submenu/index.js → esm2020/lib/components/evo-submenu/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-submenu/public-api.js → esm2020/lib/components/evo-submenu/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-switcher/index.js → esm2020/lib/components/evo-switcher/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-switcher/public-api.js → esm2020/lib/components/evo-switcher/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-table/index.js → esm2020/lib/components/evo-table/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-table/public-api.js → esm2020/lib/components/evo-table/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-tabs/enums/evo-tabs-size.js → esm2020/lib/components/evo-tabs/enums/evo-tabs-size.mjs} +0 -0
- /package/{esm2015/lib/components/evo-tabs/evo-tab-state.collection.js → esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs} +0 -0
- /package/{esm2015/lib/components/evo-tabs/index.js → esm2020/lib/components/evo-tabs/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-tabs/public-api.js → esm2020/lib/components/evo-tabs/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-textarea/index.js → esm2020/lib/components/evo-textarea/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-textarea/public-api.js → esm2020/lib/components/evo-textarea/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-toast/index.js → esm2020/lib/components/evo-toast/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-toast/public-api.js → esm2020/lib/components/evo-toast/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-toggle/index.js → esm2020/lib/components/evo-toggle/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-toggle/public-api.js → esm2020/lib/components/evo-toggle/public-api.mjs} +0 -0
- /package/{esm2015/lib/components/evo-upload/index.js → esm2020/lib/components/evo-upload/index.mjs} +0 -0
- /package/{esm2015/lib/components/evo-upload/public-api.js → esm2020/lib/components/evo-upload/public-api.mjs} +0 -0
- /package/{esm2015/lib/decorators/deprecate-method.decorator.js → esm2020/lib/decorators/deprecate-method.decorator.mjs} +0 -0
- /package/{esm2015/lib/decorators/deprecate-variable.decorator.js → esm2020/lib/decorators/deprecate-variable.decorator.mjs} +0 -0
- /package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +0 -0
- /package/{esm2015/lib/decorators/public-api.js → esm2020/lib/decorators/public-api.mjs} +0 -0
- /package/{esm2015/lib/directives/index.js → esm2020/lib/directives/index.mjs} +0 -0
- /package/{esm2015/lib/directives/public-api.js → esm2020/lib/directives/public-api.mjs} +0 -0
- /package/{esm2015/lib/operators/enter-zone.operator.js → esm2020/lib/operators/enter-zone.operator.mjs} +0 -0
- /package/{esm2015/lib/operators/index.js → esm2020/lib/operators/index.mjs} +0 -0
- /package/{esm2015/lib/operators/public-api.js → esm2020/lib/operators/public-api.mjs} +0 -0
- /package/{esm2015/lib/pipes/index.js → esm2020/lib/pipes/index.mjs} +0 -0
- /package/{esm2015/lib/pipes/public-api.js → esm2020/lib/pipes/public-api.mjs} +0 -0
- /package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
- /package/{esm2015/lib/services/public-api.js → esm2020/lib/services/public-api.mjs} +0 -0
- /package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { EvoControlStates } from './evo-control-state-manager/evo-control-states.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
// tslint:disable-next-line:directive-class-suffix
|
|
6
|
-
export class EvoBaseControl {
|
|
7
|
-
constructor(injector) {
|
|
8
|
-
this.injector = injector;
|
|
9
|
-
}
|
|
10
|
-
get control() {
|
|
11
|
-
if (!this._control) {
|
|
12
|
-
this.initBaseControl();
|
|
13
|
-
}
|
|
14
|
-
return this._control;
|
|
15
|
-
}
|
|
16
|
-
set control(control) {
|
|
17
|
-
this._control = control;
|
|
18
|
-
}
|
|
19
|
-
initBaseControl() {
|
|
20
|
-
var _a;
|
|
21
|
-
const ngControl = (_a = this.injector) === null || _a === void 0 ? void 0 : _a.get(NgControl, null);
|
|
22
|
-
if (ngControl === null || ngControl === void 0 ? void 0 : ngControl.control) {
|
|
23
|
-
this._control = ngControl === null || ngControl === void 0 ? void 0 : ngControl.control;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
get currentState() {
|
|
27
|
-
return Object.assign({
|
|
28
|
-
valid: this.control ? this.control.dirty && this.control.touched && this.control.valid : undefined,
|
|
29
|
-
invalid: this.control ? this.control.dirty && this.control.touched && this.control.invalid : undefined,
|
|
30
|
-
}, this.state);
|
|
31
|
-
}
|
|
32
|
-
get showErrors() {
|
|
33
|
-
return this.currentState[EvoControlStates.invalid];
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
EvoBaseControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoBaseControl, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
-
EvoBaseControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: EvoBaseControl, inputs: { errorsMessages: "errorsMessages", state: "state", autoFocus: "autoFocus" }, ngImport: i0 });
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoBaseControl, decorators: [{
|
|
39
|
-
type: Directive
|
|
40
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { errorsMessages: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}], state: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], autoFocus: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}] } });
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWJhc2UtY29udHJvbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21tb24vZXZvLWJhc2UtY29udHJvbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFZLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRCxPQUFPLEVBQW1CLFNBQVMsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRzVELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFEQUFxRCxDQUFDOztBQUd2RixrREFBa0Q7QUFDbEQsTUFBTSxPQUFnQixjQUFjO0lBUWhDLFlBQ2MsUUFBa0I7UUFBbEIsYUFBUSxHQUFSLFFBQVEsQ0FBVTtJQUVoQyxDQUFDO0lBRUQsSUFBSSxPQUFPO1FBQ1AsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUU7WUFDaEIsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1NBQzFCO1FBQ0QsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxJQUFJLE9BQU8sQ0FBQyxPQUF3QjtRQUNoQyxJQUFJLENBQUMsUUFBUSxHQUFHLE9BQU8sQ0FBQztJQUM1QixDQUFDO0lBSUQsZUFBZTs7UUFDWCxNQUFNLFNBQVMsR0FBRyxNQUFBLElBQUksQ0FBQyxRQUFRLDBDQUFFLEdBQUcsQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDdEQsSUFBSSxTQUFTLGFBQVQsU0FBUyx1QkFBVCxTQUFTLENBQUUsT0FBTyxFQUFFO1lBQ3BCLElBQUksQ0FBQyxRQUFRLEdBQUcsU0FBUyxhQUFULFNBQVMsdUJBQVQsU0FBUyxDQUFFLE9BQU8sQ0FBQztTQUN0QztJQUNMLENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDWixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQ2hCO1lBQ0ksS0FBSyxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxTQUFTO1lBQ2xHLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsU0FBUztTQUN6RyxFQUNELElBQUksQ0FBQyxLQUFLLENBQ2IsQ0FBQztJQUNOLENBQUM7SUFFRCxJQUFJLFVBQVU7UUFDVixPQUFPLElBQUksQ0FBQyxZQUFZLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDdkQsQ0FBQzs7NEdBN0NpQixjQUFjO2dHQUFkLGNBQWM7NEZBQWQsY0FBYztrQkFGbkMsU0FBUzsrRkFJRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDWSxTQUFTO3NCQUExQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3RvciwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCwgTmdDb250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgSUV2b0NvbnRyb2xTdGF0ZSB9IGZyb20gJy4vZXZvLWNvbnRyb2wtc3RhdGUtbWFuYWdlci9ldm8tY29udHJvbC1zdGF0ZS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgSUV2b0NvbnRyb2xFcnJvciB9IGZyb20gJy4uL2NvbXBvbmVudHMvZXZvLWNvbnRyb2wtZXJyb3InO1xuaW1wb3J0IHsgRXZvQ29udHJvbFN0YXRlcyB9IGZyb20gJy4vZXZvLWNvbnRyb2wtc3RhdGUtbWFuYWdlci9ldm8tY29udHJvbC1zdGF0ZXMuZW51bSc7XG5cbkBEaXJlY3RpdmUoKVxuLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOmRpcmVjdGl2ZS1jbGFzcy1zdWZmaXhcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBFdm9CYXNlQ29udHJvbCB7XG5cbiAgICBASW5wdXQoKSBlcnJvcnNNZXNzYWdlczogSUV2b0NvbnRyb2xFcnJvcjtcbiAgICBASW5wdXQoKSBzdGF0ZTogSUV2b0NvbnRyb2xTdGF0ZTtcbiAgICBASW5wdXQoKSByZWFkb25seSBhdXRvRm9jdXM6IGJvb2xlYW47XG5cbiAgICBwcml2YXRlIF9jb250cm9sOiBBYnN0cmFjdENvbnRyb2w7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJvdGVjdGVkIGluamVjdG9yOiBJbmplY3RvcixcbiAgICApIHtcbiAgICB9XG5cbiAgICBnZXQgY29udHJvbCgpOiBBYnN0cmFjdENvbnRyb2wge1xuICAgICAgICBpZiAoIXRoaXMuX2NvbnRyb2wpIHtcbiAgICAgICAgICAgIHRoaXMuaW5pdEJhc2VDb250cm9sKCk7XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHRoaXMuX2NvbnRyb2w7XG4gICAgfVxuXG4gICAgc2V0IGNvbnRyb2woY29udHJvbDogQWJzdHJhY3RDb250cm9sKSB7XG4gICAgICAgIHRoaXMuX2NvbnRyb2wgPSBjb250cm9sO1xuICAgIH1cblxuICAgIGZvY3VzPygpOiB2b2lkO1xuXG4gICAgaW5pdEJhc2VDb250cm9sKCkge1xuICAgICAgICBjb25zdCBuZ0NvbnRyb2wgPSB0aGlzLmluamVjdG9yPy5nZXQoTmdDb250cm9sLCBudWxsKTtcbiAgICAgICAgaWYgKG5nQ29udHJvbD8uY29udHJvbCkge1xuICAgICAgICAgICAgdGhpcy5fY29udHJvbCA9IG5nQ29udHJvbD8uY29udHJvbDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGdldCBjdXJyZW50U3RhdGUoKTogSUV2b0NvbnRyb2xTdGF0ZSB7XG4gICAgICAgIHJldHVybiBPYmplY3QuYXNzaWduKFxuICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgIHZhbGlkOiB0aGlzLmNvbnRyb2wgPyB0aGlzLmNvbnRyb2wuZGlydHkgJiYgdGhpcy5jb250cm9sLnRvdWNoZWQgJiYgdGhpcy5jb250cm9sLnZhbGlkIDogdW5kZWZpbmVkLFxuICAgICAgICAgICAgICAgIGludmFsaWQ6IHRoaXMuY29udHJvbCA/IHRoaXMuY29udHJvbC5kaXJ0eSAmJiB0aGlzLmNvbnRyb2wudG91Y2hlZCAmJiB0aGlzLmNvbnRyb2wuaW52YWxpZCA6IHVuZGVmaW5lZCxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB0aGlzLnN0YXRlLFxuICAgICAgICApO1xuICAgIH1cblxuICAgIGdldCBzaG93RXJyb3JzKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5jdXJyZW50U3RhdGVbRXZvQ29udHJvbFN0YXRlcy5pbnZhbGlkXTtcbiAgICB9XG5cbn1cbiJdfQ==
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, Optional } from '@angular/core';
|
|
2
|
-
import { expandAnimation } from '../../../common/animations/expand.animation';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../directives/evo-is-expanded.directive";
|
|
5
|
-
import * as i2 from "../../../services/evo-expanded.service";
|
|
6
|
-
export class EvoAccordionContentComponent {
|
|
7
|
-
constructor(evoIsExpandedDirective, evoExpandedService) {
|
|
8
|
-
this.evoIsExpandedDirective = evoIsExpandedDirective;
|
|
9
|
-
this.evoExpandedService = evoExpandedService;
|
|
10
|
-
}
|
|
11
|
-
get expandAnimation() {
|
|
12
|
-
if (this.evoIsExpandedDirective) {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
return this.evoExpandedService.isExpanded ? 'open' : 'close';
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
EvoAccordionContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionContentComponent, deps: [{ token: i1.EvoIsExpandedDirective, optional: true }, { token: i2.EvoExpandedService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
EvoAccordionContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoAccordionContentComponent, selector: "evo-accordion-content", host: { properties: { "@expand": "this.expandAnimation" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [":host{display:block;padding:0 0 16px 32px;overflow:hidden}\n"], animations: [expandAnimation] });
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionContentComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{
|
|
25
|
-
selector: 'evo-accordion-content',
|
|
26
|
-
template: `<ng-content></ng-content>`,
|
|
27
|
-
styleUrls: ['./evo-accordion-content.component.scss'],
|
|
28
|
-
animations: [expandAnimation],
|
|
29
|
-
}]
|
|
30
|
-
}], ctorParameters: function () { return [{ type: i1.EvoIsExpandedDirective, decorators: [{
|
|
31
|
-
type: Optional
|
|
32
|
-
}] }, { type: i2.EvoExpandedService }]; }, propDecorators: { expandAnimation: [{
|
|
33
|
-
type: HostBinding,
|
|
34
|
-
args: ['@expand']
|
|
35
|
-
}] } });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWFjY29yZGlvbi1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1hY2NvcmRpb24vZXZvLWFjY29yZGlvbi1jb250ZW50L2V2by1hY2NvcmRpb24tY29udGVudC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQzs7OztBQVU5RSxNQUFNLE9BQU8sNEJBQTRCO0lBU3JDLFlBQWdDLHNCQUE4QyxFQUMxRCxrQkFBc0M7UUFEMUIsMkJBQXNCLEdBQXRCLHNCQUFzQixDQUF3QjtRQUMxRCx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO0lBRTFELENBQUM7SUFYRCxJQUE0QixlQUFlO1FBQ3ZDLElBQUksSUFBSSxDQUFDLHNCQUFzQixFQUFFO1lBQzdCLE9BQU87U0FDVjthQUFNO1lBQ0gsT0FBTyxJQUFJLENBQUMsa0JBQWtCLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQztTQUNoRTtJQUNMLENBQUM7OzBIQVBRLDRCQUE0Qjs4R0FBNUIsNEJBQTRCLDBIQUozQiwyQkFBMkIsd0dBRXpCLENBQUMsZUFBZSxDQUFDOzRGQUVwQiw0QkFBNEI7a0JBTnhDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHVCQUF1QjtvQkFDakMsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsU0FBUyxFQUFFLENBQUMsd0NBQXdDLENBQUM7b0JBQ3JELFVBQVUsRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDaEM7OzBCQVVnQixRQUFROzZFQVJPLGVBQWU7c0JBQTFDLFdBQVc7dUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIE9wdGlvbmFsIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBleHBhbmRBbmltYXRpb24gfSBmcm9tICcuLi8uLi8uLi9jb21tb24vYW5pbWF0aW9ucy9leHBhbmQuYW5pbWF0aW9uJztcbmltcG9ydCB7IEV2b0lzRXhwYW5kZWREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmVzL2V2by1pcy1leHBhbmRlZC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRXZvRXhwYW5kZWRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvZXZvLWV4cGFuZGVkLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by1hY2NvcmRpb24tY29udGVudCcsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudD48L25nLWNvbnRlbnQ+YCxcbiAgICBzdHlsZVVybHM6IFsnLi9ldm8tYWNjb3JkaW9uLWNvbnRlbnQuY29tcG9uZW50LnNjc3MnXSxcbiAgICBhbmltYXRpb25zOiBbZXhwYW5kQW5pbWF0aW9uXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvQWNjb3JkaW9uQ29udGVudENvbXBvbmVudCB7XG4gICAgQEhvc3RCaW5kaW5nKCdAZXhwYW5kJykgZ2V0IGV4cGFuZEFuaW1hdGlvbigpIHtcbiAgICAgICAgaWYgKHRoaXMuZXZvSXNFeHBhbmRlZERpcmVjdGl2ZSkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuZXZvRXhwYW5kZWRTZXJ2aWNlLmlzRXhwYW5kZWQgPyAnb3BlbicgOiAnY2xvc2UnO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgcHJpdmF0ZSBldm9Jc0V4cGFuZGVkRGlyZWN0aXZlOiBFdm9Jc0V4cGFuZGVkRGlyZWN0aXZlLFxuICAgICAgICAgICAgICAgIHByaXZhdGUgZXZvRXhwYW5kZWRTZXJ2aWNlOiBFdm9FeHBhbmRlZFNlcnZpY2VcbiAgICApIHtcbiAgICB9XG59XG4iXX0=
|
package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { EvoExpandedService } from '../../../services/evo-expanded.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../services/evo-expanded.service";
|
|
5
|
-
export class EvoAccordionPanelComponent {
|
|
6
|
-
constructor(evoExpandedService) {
|
|
7
|
-
this.evoExpandedService = evoExpandedService;
|
|
8
|
-
}
|
|
9
|
-
toggle() {
|
|
10
|
-
this.evoExpandedService.isExpanded = !this.evoExpandedService.isExpanded;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
EvoAccordionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionPanelComponent, deps: [{ token: i1.EvoExpandedService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14
|
-
EvoAccordionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoAccordionPanelComponent, selector: "evo-accordion-panel", providers: [EvoExpandedService], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [":host{overflow:hidden;border-bottom:1px solid #D6D6D6}\n"] });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionPanelComponent, decorators: [{
|
|
16
|
-
type: Component,
|
|
17
|
-
args: [{
|
|
18
|
-
selector: 'evo-accordion-panel',
|
|
19
|
-
template: `<ng-content></ng-content>`,
|
|
20
|
-
styleUrls: ['./evo-accordion-panel.component.scss'],
|
|
21
|
-
providers: [EvoExpandedService],
|
|
22
|
-
}]
|
|
23
|
-
}], ctorParameters: function () { return [{ type: i1.EvoExpandedService }]; } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWFjY29yZGlvbi1wYW5lbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tYWNjb3JkaW9uL2V2by1hY2NvcmRpb24tcGFuZWwvZXZvLWFjY29yZGlvbi1wYW5lbC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7O0FBUTVFLE1BQU0sT0FBTywwQkFBMEI7SUFDbkMsWUFBb0Isa0JBQXNDO1FBQXRDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBb0I7SUFBSSxDQUFDO0lBRXhELE1BQU07UUFDVCxJQUFJLENBQUMsa0JBQWtCLENBQUMsVUFBVSxHQUFHLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFVBQVUsQ0FBQztJQUM3RSxDQUFDOzt3SEFMUSwwQkFBMEI7NEdBQTFCLDBCQUEwQiw4Q0FGeEIsQ0FBQyxrQkFBa0IsQ0FBQywwQkFGckIsMkJBQTJCOzRGQUk1QiwwQkFBMEI7a0JBTnRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsU0FBUyxFQUFFLENBQUMsc0NBQXNDLENBQUM7b0JBQ25ELFNBQVMsRUFBRSxDQUFDLGtCQUFrQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRXZvRXhwYW5kZWRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvZXZvLWV4cGFuZGVkLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by1hY2NvcmRpb24tcGFuZWwnLFxuICAgIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PmAsXG4gICAgc3R5bGVVcmxzOiBbJy4vZXZvLWFjY29yZGlvbi1wYW5lbC5jb21wb25lbnQuc2NzcyddLFxuICAgIHByb3ZpZGVyczogW0V2b0V4cGFuZGVkU2VydmljZV0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b0FjY29yZGlvblBhbmVsQ29tcG9uZW50IHtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGV2b0V4cGFuZGVkU2VydmljZTogRXZvRXhwYW5kZWRTZXJ2aWNlKSB7IH1cblxuICAgIHB1YmxpYyB0b2dnbGUoKSB7XG4gICAgICAgIHRoaXMuZXZvRXhwYW5kZWRTZXJ2aWNlLmlzRXhwYW5kZWQgPSAhdGhpcy5ldm9FeHBhbmRlZFNlcnZpY2UuaXNFeHBhbmRlZDtcbiAgICB9XG59XG4iXX0=
|
package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { Component, HostListener, Input } from '@angular/core';
|
|
2
|
-
import { animate, style, transition, trigger } from '@angular/animations';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../services/evo-expanded.service";
|
|
5
|
-
import * as i2 from "../../evo-icon/evo-icon.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
export class EvoAccordionTitleComponent {
|
|
8
|
-
constructor(expandedService) {
|
|
9
|
-
this.expandedService = expandedService;
|
|
10
|
-
this.isExpanded$ = this.expandedService.isExpandedChange$;
|
|
11
|
-
}
|
|
12
|
-
onClick() {
|
|
13
|
-
this.expandedService.isExpanded = !this.expandedService.isExpanded;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
EvoAccordionTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionTitleComponent, deps: [{ token: i1.EvoExpandedService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
-
EvoAccordionTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoAccordionTitleComponent, selector: "evo-accordion-title", inputs: { label: "label" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: "<ng-container *ngIf=\"label; else customContent\">\n <div class=\"evo-accordion-title\">\n <div class=\"evo-accordion-title__dot\"></div>\n <h4 class=\"evo-accordion-title__label evo-title evo-title_h4\">{{label}}</h4>\n <div *ngIf=\"{isExpanded: (isExpanded$ | async)} as asyncData\" class=\"evo-accordion-title__expander\">\n <evo-icon\n *ngIf=\"asyncData.isExpanded\"\n shape=\"fold\"\n @toggleBlock\n ></evo-icon>\n <evo-icon\n *ngIf=\"!asyncData.isExpanded\"\n shape=\"unfold\"\n @toggleBlock\n ></evo-icon>\n </div>\n </div>\n</ng-container>\n\n<ng-template #customContent>\n <ng-content></ng-content>\n</ng-template>\n", styles: [":host{cursor:pointer;-webkit-user-select:none;user-select:none}.evo-accordion-title{display:flex;align-items:center;min-height:64px;color:#2099f1;transition:color .3s}.evo-accordion-title:hover{color:#4dadf4}.evo-accordion-title:active{color:#1d8ad9}.evo-accordion-title__dot{flex:0 0 6px;width:6px;height:6px;margin-right:15px;margin-left:10px;background:#2099F1;border-radius:100%}.evo-accordion-title__expander{position:relative;display:flex;flex:0 0 24px;align-items:center;width:24px;height:24px;margin:16px 0 16px auto}.evo-accordion-title__expander evo-icon{position:absolute;transition:fill .3s,transform .3s;fill:currentColor}.evo-accordion-title__label{flex-grow:1;margin:16px 0;color:inherit;font-weight:bold;font-size:18px}\n"], components: [{ type: i2.EvoIconComponent, selector: "evo-icon", inputs: ["shape", "svgWidth", "svgHeight", "svgViewBox"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "async": i3.AsyncPipe }, animations: [
|
|
18
|
-
trigger('toggleBlock', [
|
|
19
|
-
transition(':leave', [
|
|
20
|
-
style({ opacity: 1 }),
|
|
21
|
-
animate('.3s ease-in-out', style({
|
|
22
|
-
opacity: 0,
|
|
23
|
-
})),
|
|
24
|
-
]),
|
|
25
|
-
transition(':enter', [
|
|
26
|
-
style({ opacity: 0 }),
|
|
27
|
-
animate('.3s ease-in-out', style({
|
|
28
|
-
opacity: 1,
|
|
29
|
-
})),
|
|
30
|
-
]),
|
|
31
|
-
]),
|
|
32
|
-
] });
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionTitleComponent, decorators: [{
|
|
34
|
-
type: Component,
|
|
35
|
-
args: [{
|
|
36
|
-
selector: 'evo-accordion-title',
|
|
37
|
-
templateUrl: './evo-accordion-title.component.html',
|
|
38
|
-
styleUrls: ['./evo-accordion-title.component.scss'],
|
|
39
|
-
animations: [
|
|
40
|
-
trigger('toggleBlock', [
|
|
41
|
-
transition(':leave', [
|
|
42
|
-
style({ opacity: 1 }),
|
|
43
|
-
animate('.3s ease-in-out', style({
|
|
44
|
-
opacity: 0,
|
|
45
|
-
})),
|
|
46
|
-
]),
|
|
47
|
-
transition(':enter', [
|
|
48
|
-
style({ opacity: 0 }),
|
|
49
|
-
animate('.3s ease-in-out', style({
|
|
50
|
-
opacity: 1,
|
|
51
|
-
})),
|
|
52
|
-
]),
|
|
53
|
-
]),
|
|
54
|
-
],
|
|
55
|
-
}]
|
|
56
|
-
}], ctorParameters: function () { return [{ type: i1.EvoExpandedService }]; }, propDecorators: { label: [{
|
|
57
|
-
type: Input
|
|
58
|
-
}], onClick: [{
|
|
59
|
-
type: HostListener,
|
|
60
|
-
args: ['click']
|
|
61
|
-
}] } });
|
|
62
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWFjY29yZGlvbi10aXRsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tYWNjb3JkaW9uL2V2by1hY2NvcmRpb24tdGl0bGUvZXZvLWFjY29yZGlvbi10aXRsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tYWNjb3JkaW9uL2V2by1hY2NvcmRpb24tdGl0bGUvZXZvLWFjY29yZGlvbi10aXRsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFL0QsT0FBTyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7OztBQXlCMUUsTUFBTSxPQUFPLDBCQUEwQjtJQUtuQyxZQUNZLGVBQW1DO1FBQW5DLG9CQUFlLEdBQWYsZUFBZSxDQUFvQjtRQUgvQyxnQkFBVyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsaUJBQWlCLENBQUM7SUFLckQsQ0FBQztJQUVzQixPQUFPO1FBQzFCLElBQUksQ0FBQyxlQUFlLENBQUMsVUFBVSxHQUFHLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxVQUFVLENBQUM7SUFDdkUsQ0FBQzs7d0hBWlEsMEJBQTBCOzRHQUExQiwwQkFBMEIsc0lDM0J2Qyw4eEJBc0JBLDIvQkRkZ0I7UUFDUixPQUFPLENBQUMsYUFBYSxFQUFFO1lBQ25CLFVBQVUsQ0FBQyxRQUFRLEVBQUU7Z0JBQ2pCLEtBQUssQ0FBQyxFQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUMsQ0FBQztnQkFDbkIsT0FBTyxDQUFDLGlCQUFpQixFQUNyQixLQUFLLENBQUM7b0JBQ0YsT0FBTyxFQUFFLENBQUM7aUJBQ2IsQ0FBQyxDQUFDO2FBQ1YsQ0FBQztZQUNGLFVBQVUsQ0FBQyxRQUFRLEVBQUU7Z0JBQ2pCLEtBQUssQ0FBQyxFQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUMsQ0FBQztnQkFDbkIsT0FBTyxDQUFDLGlCQUFpQixFQUNyQixLQUFLLENBQUM7b0JBQ0YsT0FBTyxFQUFFLENBQUM7aUJBQ2IsQ0FBQyxDQUFDO2FBQ1YsQ0FBQztTQUNMLENBQUM7S0FDTDs0RkFFUSwwQkFBMEI7a0JBdkJ0QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxxQkFBcUI7b0JBQy9CLFdBQVcsRUFBRSxzQ0FBc0M7b0JBQ25ELFNBQVMsRUFBRSxDQUFDLHNDQUFzQyxDQUFDO29CQUNuRCxVQUFVLEVBQUU7d0JBQ1IsT0FBTyxDQUFDLGFBQWEsRUFBRTs0QkFDbkIsVUFBVSxDQUFDLFFBQVEsRUFBRTtnQ0FDakIsS0FBSyxDQUFDLEVBQUMsT0FBTyxFQUFFLENBQUMsRUFBQyxDQUFDO2dDQUNuQixPQUFPLENBQUMsaUJBQWlCLEVBQ3JCLEtBQUssQ0FBQztvQ0FDRixPQUFPLEVBQUUsQ0FBQztpQ0FDYixDQUFDLENBQUM7NkJBQ1YsQ0FBQzs0QkFDRixVQUFVLENBQUMsUUFBUSxFQUFFO2dDQUNqQixLQUFLLENBQUMsRUFBQyxPQUFPLEVBQUUsQ0FBQyxFQUFDLENBQUM7Z0NBQ25CLE9BQU8sQ0FBQyxpQkFBaUIsRUFDckIsS0FBSyxDQUFDO29DQUNGLE9BQU8sRUFBRSxDQUFDO2lDQUNiLENBQUMsQ0FBQzs2QkFDVixDQUFDO3lCQUNMLENBQUM7cUJBQ0w7aUJBQ0o7eUdBRVksS0FBSztzQkFBYixLQUFLO2dCQVNpQixPQUFPO3NCQUE3QixZQUFZO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RMaXN0ZW5lciwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEV2b0V4cGFuZGVkU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL2V2by1leHBhbmRlZC5zZXJ2aWNlJztcbmltcG9ydCB7IGFuaW1hdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXZvLWFjY29yZGlvbi10aXRsZScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by1hY2NvcmRpb24tdGl0bGUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2V2by1hY2NvcmRpb24tdGl0bGUuY29tcG9uZW50LnNjc3MnXSxcbiAgICBhbmltYXRpb25zOiBbXG4gICAgICAgIHRyaWdnZXIoJ3RvZ2dsZUJsb2NrJywgW1xuICAgICAgICAgICAgdHJhbnNpdGlvbignOmxlYXZlJywgW1xuICAgICAgICAgICAgICAgIHN0eWxlKHtvcGFjaXR5OiAxfSksXG4gICAgICAgICAgICAgICAgYW5pbWF0ZSgnLjNzIGVhc2UtaW4tb3V0JyxcbiAgICAgICAgICAgICAgICAgICAgc3R5bGUoe1xuICAgICAgICAgICAgICAgICAgICAgICAgb3BhY2l0eTogMCxcbiAgICAgICAgICAgICAgICAgICAgfSkpLFxuICAgICAgICAgICAgXSksXG4gICAgICAgICAgICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXG4gICAgICAgICAgICAgICAgc3R5bGUoe29wYWNpdHk6IDB9KSxcbiAgICAgICAgICAgICAgICBhbmltYXRlKCcuM3MgZWFzZS1pbi1vdXQnLFxuICAgICAgICAgICAgICAgICAgICBzdHlsZSh7XG4gICAgICAgICAgICAgICAgICAgICAgICBvcGFjaXR5OiAxLFxuICAgICAgICAgICAgICAgICAgICB9KSksXG4gICAgICAgICAgICBdKSxcbiAgICAgICAgXSksXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXZvQWNjb3JkaW9uVGl0bGVDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmc7XG5cbiAgICBpc0V4cGFuZGVkJCA9IHRoaXMuZXhwYW5kZWRTZXJ2aWNlLmlzRXhwYW5kZWRDaGFuZ2UkO1xuXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIHByaXZhdGUgZXhwYW5kZWRTZXJ2aWNlOiBFdm9FeHBhbmRlZFNlcnZpY2UsXG4gICAgKSB7XG4gICAgfVxuXG4gICAgQEhvc3RMaXN0ZW5lcignY2xpY2snKSBvbkNsaWNrKCkge1xuICAgICAgICB0aGlzLmV4cGFuZGVkU2VydmljZS5pc0V4cGFuZGVkID0gIXRoaXMuZXhwYW5kZWRTZXJ2aWNlLmlzRXhwYW5kZWQ7XG4gICAgfVxufVxuIiwiPG5nLWNvbnRhaW5lciAqbmdJZj1cImxhYmVsOyBlbHNlIGN1c3RvbUNvbnRlbnRcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZXZvLWFjY29yZGlvbi10aXRsZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZXZvLWFjY29yZGlvbi10aXRsZV9fZG90XCI+PC9kaXY+XG4gICAgICAgIDxoNCBjbGFzcz1cImV2by1hY2NvcmRpb24tdGl0bGVfX2xhYmVsIGV2by10aXRsZSBldm8tdGl0bGVfaDRcIj57e2xhYmVsfX08L2g0PlxuICAgICAgICA8ZGl2ICpuZ0lmPVwie2lzRXhwYW5kZWQ6IChpc0V4cGFuZGVkJCB8IGFzeW5jKX0gYXMgYXN5bmNEYXRhXCIgY2xhc3M9XCJldm8tYWNjb3JkaW9uLXRpdGxlX19leHBhbmRlclwiPlxuICAgICAgICAgICAgPGV2by1pY29uXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJhc3luY0RhdGEuaXNFeHBhbmRlZFwiXG4gICAgICAgICAgICAgICAgc2hhcGU9XCJmb2xkXCJcbiAgICAgICAgICAgICAgICBAdG9nZ2xlQmxvY2tcbiAgICAgICAgICAgID48L2V2by1pY29uPlxuICAgICAgICAgICAgPGV2by1pY29uXG4gICAgICAgICAgICAgICAgKm5nSWY9XCIhYXN5bmNEYXRhLmlzRXhwYW5kZWRcIlxuICAgICAgICAgICAgICAgIHNoYXBlPVwidW5mb2xkXCJcbiAgICAgICAgICAgICAgICBAdG9nZ2xlQmxvY2tcbiAgICAgICAgICAgID48L2V2by1pY29uPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvbmctY29udGFpbmVyPlxuXG48bmctdGVtcGxhdGUgI2N1c3RvbUNvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, HostBinding } from '@angular/core';
|
|
2
|
-
import { skipInitialRenderAnimation } from '../../common/animations/skip-initial-render.animation';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class EvoAccordionComponent {
|
|
5
|
-
constructor() { }
|
|
6
|
-
ngOnInit() { }
|
|
7
|
-
}
|
|
8
|
-
EvoAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
EvoAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoAccordionComponent, selector: "evo-accordion", host: { properties: { "@skipInitialRender": "this.skipInitialRender" } }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, styles: [":host{display:flex;flex-direction:column}\n"], animations: [skipInitialRenderAnimation], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAccordionComponent, decorators: [{
|
|
11
|
-
type: Component,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: 'evo-accordion',
|
|
14
|
-
template: `<ng-content></ng-content>`,
|
|
15
|
-
styleUrls: ['./evo-accordion.component.scss'],
|
|
16
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
17
|
-
animations: [skipInitialRenderAnimation]
|
|
18
|
-
}]
|
|
19
|
-
}], ctorParameters: function () { return []; }, propDecorators: { skipInitialRender: [{
|
|
20
|
-
type: HostBinding,
|
|
21
|
-
args: ['@skipInitialRender']
|
|
22
|
-
}] } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWFjY29yZGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tYWNjb3JkaW9uL2V2by1hY2NvcmRpb24uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3hGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHVEQUF1RCxDQUFDOztBQVNuRyxNQUFNLE9BQU8scUJBQXFCO0lBRTlCLGdCQUFnQixDQUFDO0lBRWpCLFFBQVEsS0FBVyxDQUFDOzttSEFKWCxxQkFBcUI7dUdBQXJCLHFCQUFxQiwrSEFMcEIsMkJBQTJCLHVGQUd6QixDQUFDLDBCQUEwQixDQUFDOzRGQUUvQixxQkFBcUI7a0JBUGpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGVBQWU7b0JBQ3pCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFNBQVMsRUFBRSxDQUFDLGdDQUFnQyxDQUFDO29CQUM3QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsVUFBVSxFQUFFLENBQUMsMEJBQTBCLENBQUM7aUJBQzNDOzBFQUVzQyxpQkFBaUI7c0JBQW5ELFdBQVc7dUJBQUMsb0JBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgc2tpcEluaXRpYWxSZW5kZXJBbmltYXRpb24gfSBmcm9tICcuLi8uLi9jb21tb24vYW5pbWF0aW9ucy9za2lwLWluaXRpYWwtcmVuZGVyLmFuaW1hdGlvbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXZvLWFjY29yZGlvbicsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudD48L25nLWNvbnRlbnQ+YCxcbiAgICBzdHlsZVVybHM6IFsnLi9ldm8tYWNjb3JkaW9uLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgYW5pbWF0aW9uczogW3NraXBJbml0aWFsUmVuZGVyQW5pbWF0aW9uXVxufSlcbmV4cG9ydCBjbGFzcyBFdm9BY2NvcmRpb25Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBIb3N0QmluZGluZygnQHNraXBJbml0aWFsUmVuZGVyJykgc2tpcEluaXRpYWxSZW5kZXI7XG4gICAgY29uc3RydWN0b3IoKSB7IH1cblxuICAgIG5nT25Jbml0KCk6IHZvaWQgeyB9XG59XG4iXX0=
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../directives/evo-ui-class.directive";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated use `EvoNoteComponent`
|
|
7
|
-
*/
|
|
8
|
-
export var EvoAlertTypes;
|
|
9
|
-
(function (EvoAlertTypes) {
|
|
10
|
-
EvoAlertTypes["danger"] = "danger";
|
|
11
|
-
EvoAlertTypes["info"] = "info";
|
|
12
|
-
EvoAlertTypes["success"] = "success";
|
|
13
|
-
EvoAlertTypes["warning"] = "warning";
|
|
14
|
-
})(EvoAlertTypes || (EvoAlertTypes = {}));
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated use `EvoNoteComponent`
|
|
17
|
-
*/
|
|
18
|
-
export var EvoAlertSizes;
|
|
19
|
-
(function (EvoAlertSizes) {
|
|
20
|
-
EvoAlertSizes["large"] = "large";
|
|
21
|
-
EvoAlertSizes["normal"] = "normal";
|
|
22
|
-
})(EvoAlertSizes || (EvoAlertSizes = {}));
|
|
23
|
-
/**
|
|
24
|
-
* @deprecated use `EvoNoteComponent`
|
|
25
|
-
*/
|
|
26
|
-
export var EvoAlertDefaultIcons;
|
|
27
|
-
(function (EvoAlertDefaultIcons) {
|
|
28
|
-
EvoAlertDefaultIcons["exclamation"] = "exclamation";
|
|
29
|
-
EvoAlertDefaultIcons["success"] = "success";
|
|
30
|
-
})(EvoAlertDefaultIcons || (EvoAlertDefaultIcons = {}));
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated use `EvoNoteComponent`
|
|
33
|
-
*/
|
|
34
|
-
export class EvoAlertComponent {
|
|
35
|
-
constructor() {
|
|
36
|
-
this.closable = false;
|
|
37
|
-
this.type = EvoAlertTypes.success;
|
|
38
|
-
this.size = EvoAlertSizes.normal;
|
|
39
|
-
this.close = new EventEmitter();
|
|
40
|
-
}
|
|
41
|
-
hasDefaultIcon() {
|
|
42
|
-
if (!this.icon) {
|
|
43
|
-
return false;
|
|
44
|
-
}
|
|
45
|
-
return EvoAlertDefaultIcons[this.icon];
|
|
46
|
-
}
|
|
47
|
-
handleCloseClick() {
|
|
48
|
-
this.close.emit();
|
|
49
|
-
}
|
|
50
|
-
get totalClasses() {
|
|
51
|
-
const classes = [];
|
|
52
|
-
if (this.type) {
|
|
53
|
-
classes.push(this.type);
|
|
54
|
-
}
|
|
55
|
-
if (this.size) {
|
|
56
|
-
classes.push(this.size);
|
|
57
|
-
}
|
|
58
|
-
return classes;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
EvoAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
-
EvoAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoAlertComponent, selector: "evo-alert", inputs: { closable: "closable", icon: "icon", iconSrc: "iconSrc", type: "type", size: "size" }, outputs: { close: "close" }, ngImport: i0, template: "<div class=\"evo-alert\" [evoUiClass]=\"totalClasses\">\n <div class=\"evo-alert__close\"\n *ngIf=\"closable\"\n (click)=\"handleCloseClick()\"\n >\n <svg class=\"evo-alert__close-icon\"\n width=\"11\"\n height=\"11\"\n viewBox=\"0 0 11 11\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M3.26966 5.39098L0.439994 8.22065C-0.141952 8.8026 -0.144551 9.75494 0.441235 10.3407C1.03111 10.9306 1.97621 10.9271 2.56131 10.342L5.39098 7.5123L8.22065 10.342C8.8026 10.9239 9.75494 10.9265 10.3407 10.3407C10.9306 9.75086 10.9271 8.80575 10.342 8.22065L7.5123 5.39098L10.342 2.56131C10.9239 1.97937 10.9265 1.02702 10.3407 0.441235C9.75086 -0.148635 8.80575 -0.145107 8.22065 0.439994L5.39098 3.26966L2.56131 0.439994C1.97937 -0.141952 1.02702 -0.144551 0.441235 0.441235C-0.148635 1.03111 -0.145107 1.97621 0.439994 2.56131L3.26966 5.39098Z\"\n fill=\"#546E7A\" />\n </svg>\n </div>\n <div class=\"evo-alert__body\">\n <div class=\"evo-alert__icon\" *ngIf=\"hasDefaultIcon()\"\n [ngClass]=\"'evo-alert__icon_' + icon\"\n ></div>\n <div class=\"evo-alert__icon\" *ngIf=\"iconSrc\">\n <img [attr.src]=\"iconSrc\" alt=\"\">\n </div>\n <div class=\"evo-alert__content\">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n", styles: [".evo-alert{position:relative;box-sizing:border-box;padding:19px 20px 18px;font-size:14px;line-height:22px;border-radius:8px}.evo-alert__body{display:flex;align-items:center}.evo-alert__icon{display:none;flex-shrink:0;width:32px;height:32px;margin-right:24px}.evo-alert__icon_exclamation{background-image:url(\"data:image/svg+xml,%3Csvg width%3D%2219%22 height%3D%2219%22 viewBox%3D%220 0 19 19%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M9.66666 0.777664C4.76 0.777664 0.777771 4.75989 0.777771 9.66653C0.777771 14.5732 4.76 18.5555 9.66666 18.5555C14.5733 18.5555 18.5555 14.5732 18.5555 9.66653C18.5555 4.75989 14.5733 0.777664 9.66666 0.777664ZM9.66666 10.5555C9.17779 10.5555 8.77779 10.1555 8.77779 9.66653V6.111C8.77779 5.62211 9.17779 5.22211 9.66666 5.22211C10.1555 5.22211 10.5555 5.62211 10.5555 6.111V9.66653C10.5555 10.1555 10.1555 10.5555 9.66666 10.5555ZM10.5555 13.2221C10.5555 13.7131 10.1576 14.111 9.66666 14.111C9.17572 14.111 8.77779 13.7131 8.77779 13.2221C8.77779 12.7312 9.17572 12.3332 9.66666 12.3332C10.1576 12.3332 10.5555 12.7312 10.5555 13.2221Z%22 fill%3D%22white%22%2F%3E%0D%3C%2Fsvg%3E%0D\");background-size:32px 32px}.evo-alert__icon_success{background-image:url(\"data:image/svg+xml,%3Csvg width%3D%2240%22 height%3D%2240%22 viewBox%3D%220 0 40 40%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0ZM31.1644 15.8778C32.0804 14.9619 32.0804 13.4769 31.1644 12.561C30.2485 11.645 28.7635 11.645 27.8476 12.561L17.9016 22.507L12.753 17.3585C11.8371 16.4426 10.3521 16.4426 9.4362 17.3585C8.52029 18.2744 8.52029 19.7594 9.4362 20.6753L15.9969 27.236C16.2753 27.5144 16.6062 27.7081 16.9578 27.8173C17.836 28.2564 18.9325 28.1097 19.665 27.3772L31.1644 15.8778Z%22 fill%3D%22white%22%2F%3E%0D%3C%2Fsvg%3E%0D\");background-size:32px 32px}@media (min-width: 768px){.evo-alert__icon{display:block}}.evo-alert__close{position:absolute;top:8px;right:8px;z-index:10;display:flex;justify-content:center;align-items:center;width:24px;height:24px;cursor:pointer}.evo-alert_success{color:#fff;background-color:#21c68b}.evo-alert_danger{color:#fff;background-color:#ff6f6f}.evo-alert_info{color:#212121;background-color:#e6f9ff}.evo-alert_warning{color:#212121;background-color:#fff8e6}.evo-alert_warning .evo-alert__icon{display:none}.evo-alert_success,.evo-alert_danger{font-weight:600}.evo-alert_success::ng-deep a:link,.evo-alert_success::ng-deep a:hover,.evo-alert_success::ng-deep a:active,.evo-alert_success::ng-deep a:visited,.evo-alert_danger::ng-deep a:link,.evo-alert_danger::ng-deep a:hover,.evo-alert_danger::ng-deep a:active,.evo-alert_danger::ng-deep a:visited{color:inherit;text-decoration:underline}.evo-alert_success::ng-deep *,.evo-alert_danger::ng-deep *{color:inherit}.evo-alert_large .evo-alert__icon{width:48px;height:48px}.evo-alert_large .evo-alert__icon_success,.evo-alert_large .evo-alert__icon_exclamation{background-size:48px 48px}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoAlertComponent, decorators: [{
|
|
64
|
-
type: Component,
|
|
65
|
-
args: [{
|
|
66
|
-
selector: 'evo-alert',
|
|
67
|
-
templateUrl: './evo-alert.component.html',
|
|
68
|
-
styleUrls: ['./evo-alert.component.scss'],
|
|
69
|
-
}]
|
|
70
|
-
}], propDecorators: { closable: [{
|
|
71
|
-
type: Input
|
|
72
|
-
}], icon: [{
|
|
73
|
-
type: Input
|
|
74
|
-
}], iconSrc: [{
|
|
75
|
-
type: Input
|
|
76
|
-
}], type: [{
|
|
77
|
-
type: Input
|
|
78
|
-
}], size: [{
|
|
79
|
-
type: Input
|
|
80
|
-
}], close: [{
|
|
81
|
-
type: Output
|
|
82
|
-
}] } });
|
|
83
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWFsZXJ0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1hbGVydC9ldm8tYWxlcnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWFsZXJ0L2V2by1hbGVydC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBRXZFOztHQUVHO0FBQ0gsTUFBTSxDQUFOLElBQVksYUFLWDtBQUxELFdBQVksYUFBYTtJQUNyQixrQ0FBaUIsQ0FBQTtJQUNqQiw4QkFBYSxDQUFBO0lBQ2Isb0NBQW1CLENBQUE7SUFDbkIsb0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUxXLGFBQWEsS0FBYixhQUFhLFFBS3hCO0FBRUQ7O0dBRUc7QUFDSCxNQUFNLENBQU4sSUFBWSxhQUdYO0FBSEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZixrQ0FBaUIsQ0FBQTtBQUNyQixDQUFDLEVBSFcsYUFBYSxLQUFiLGFBQWEsUUFHeEI7QUFFRDs7R0FFRztBQUNILE1BQU0sQ0FBTixJQUFZLG9CQUdYO0FBSEQsV0FBWSxvQkFBb0I7SUFDNUIsbURBQTJCLENBQUE7SUFDM0IsMkNBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLG9CQUFvQixLQUFwQixvQkFBb0IsUUFHL0I7QUFPRDs7R0FFRztBQUNILE1BQU0sT0FBTyxpQkFBaUI7SUFSOUI7UUFTYSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBR2pCLFNBQUksR0FBa0IsYUFBYSxDQUFDLE9BQU8sQ0FBQztRQUM1QyxTQUFJLEdBQWtCLGFBQWEsQ0FBQyxNQUFNLENBQUM7UUFFMUMsVUFBSyxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO0tBMkJoRTtJQXpCRyxjQUFjO1FBQ1YsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUU7WUFDWixPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUVELE9BQU8sb0JBQW9CLENBQUUsSUFBSSxDQUFDLElBQUksQ0FBRSxDQUFDO0lBQzdDLENBQUM7SUFFRCxnQkFBZ0I7UUFDWixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxJQUFJLFlBQVk7UUFDWixNQUFNLE9BQU8sR0FBYSxFQUFFLENBQUM7UUFFN0IsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFO1lBQ1gsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDM0I7UUFFRCxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUU7WUFDWCxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztTQUMzQjtRQUVELE9BQU8sT0FBTyxDQUFDO0lBQ25CLENBQUM7OytHQWpDUSxpQkFBaUI7bUdBQWpCLGlCQUFpQiw4S0NwQzlCLDI4Q0EyQkE7NEZEU2EsaUJBQWlCO2tCQVI3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxXQUFXO29CQUNyQixXQUFXLEVBQUUsNEJBQTRCO29CQUN6QyxTQUFTLEVBQUUsQ0FBRSw0QkFBNEIsQ0FBRTtpQkFDOUM7OEJBS1ksUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBRUksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCB1c2UgYEV2b05vdGVDb21wb25lbnRgXG4gKi9cbmV4cG9ydCBlbnVtIEV2b0FsZXJ0VHlwZXMge1xuICAgIGRhbmdlciA9ICdkYW5nZXInLFxuICAgIGluZm8gPSAnaW5mbycsXG4gICAgc3VjY2VzcyA9ICdzdWNjZXNzJyxcbiAgICB3YXJuaW5nID0gJ3dhcm5pbmcnLFxufVxuXG4vKipcbiAqIEBkZXByZWNhdGVkIHVzZSBgRXZvTm90ZUNvbXBvbmVudGBcbiAqL1xuZXhwb3J0IGVudW0gRXZvQWxlcnRTaXplcyB7XG4gICAgbGFyZ2UgPSAnbGFyZ2UnLFxuICAgIG5vcm1hbCA9ICdub3JtYWwnLFxufVxuXG4vKipcbiAqIEBkZXByZWNhdGVkIHVzZSBgRXZvTm90ZUNvbXBvbmVudGBcbiAqL1xuZXhwb3J0IGVudW0gRXZvQWxlcnREZWZhdWx0SWNvbnMge1xuICAgIGV4Y2xhbWF0aW9uID0gJ2V4Y2xhbWF0aW9uJyxcbiAgICBzdWNjZXNzID0gJ3N1Y2Nlc3MnLFxufVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V2by1hbGVydCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by1hbGVydC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbICcuL2V2by1hbGVydC5jb21wb25lbnQuc2NzcycgXSxcbn0pXG4vKipcbiAqIEBkZXByZWNhdGVkIHVzZSBgRXZvTm90ZUNvbXBvbmVudGBcbiAqL1xuZXhwb3J0IGNsYXNzIEV2b0FsZXJ0Q29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBjbG9zYWJsZSA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIGljb246IHN0cmluZztcbiAgICBASW5wdXQoKSBpY29uU3JjOiBzdHJpbmc7XG4gICAgQElucHV0KCkgdHlwZTogRXZvQWxlcnRUeXBlcyA9IEV2b0FsZXJ0VHlwZXMuc3VjY2VzcztcbiAgICBASW5wdXQoKSBzaXplOiBFdm9BbGVydFNpemVzID0gRXZvQWxlcnRTaXplcy5ub3JtYWw7XG5cbiAgICBAT3V0cHV0KCkgY2xvc2U6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XG5cbiAgICBoYXNEZWZhdWx0SWNvbigpIHtcbiAgICAgICAgaWYgKCF0aGlzLmljb24pIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBFdm9BbGVydERlZmF1bHRJY29uc1sgdGhpcy5pY29uIF07XG4gICAgfVxuXG4gICAgaGFuZGxlQ2xvc2VDbGljaygpIHtcbiAgICAgICAgdGhpcy5jbG9zZS5lbWl0KCk7XG4gICAgfVxuXG4gICAgZ2V0IHRvdGFsQ2xhc3NlcygpOiBzdHJpbmdbXSB7XG4gICAgICAgIGNvbnN0IGNsYXNzZXM6IHN0cmluZ1tdID0gW107XG5cbiAgICAgICAgaWYgKHRoaXMudHlwZSkge1xuICAgICAgICAgICAgY2xhc3Nlcy5wdXNoKHRoaXMudHlwZSk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAodGhpcy5zaXplKSB7XG4gICAgICAgICAgICBjbGFzc2VzLnB1c2godGhpcy5zaXplKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBjbGFzc2VzO1xuICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJldm8tYWxlcnRcIiBbZXZvVWlDbGFzc109XCJ0b3RhbENsYXNzZXNcIj5cbiAgICA8ZGl2IGNsYXNzPVwiZXZvLWFsZXJ0X19jbG9zZVwiXG4gICAgICAgICAqbmdJZj1cImNsb3NhYmxlXCJcbiAgICAgICAgIChjbGljayk9XCJoYW5kbGVDbG9zZUNsaWNrKClcIlxuICAgID5cbiAgICAgICAgPHN2ZyBjbGFzcz1cImV2by1hbGVydF9fY2xvc2UtaWNvblwiXG4gICAgICAgICAgICAgd2lkdGg9XCIxMVwiXG4gICAgICAgICAgICAgaGVpZ2h0PVwiMTFcIlxuICAgICAgICAgICAgIHZpZXdCb3g9XCIwIDAgMTEgMTFcIlxuICAgICAgICAgICAgIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIj5cbiAgICAgICAgICAgIDxwYXRoIGZpbGwtcnVsZT1cImV2ZW5vZGRcIiBjbGlwLXJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgICAgICAgIGQ9XCJNMy4yNjk2NiA1LjM5MDk4TDAuNDM5OTk0IDguMjIwNjVDLTAuMTQxOTUyIDguODAyNiAtMC4xNDQ1NTEgOS43NTQ5NCAwLjQ0MTIzNSAxMC4zNDA3QzEuMDMxMTEgMTAuOTMwNiAxLjk3NjIxIDEwLjkyNzEgMi41NjEzMSAxMC4zNDJMNS4zOTA5OCA3LjUxMjNMOC4yMjA2NSAxMC4zNDJDOC44MDI2IDEwLjkyMzkgOS43NTQ5NCAxMC45MjY1IDEwLjM0MDcgMTAuMzQwN0MxMC45MzA2IDkuNzUwODYgMTAuOTI3MSA4LjgwNTc1IDEwLjM0MiA4LjIyMDY1TDcuNTEyMyA1LjM5MDk4TDEwLjM0MiAyLjU2MTMxQzEwLjkyMzkgMS45NzkzNyAxMC45MjY1IDEuMDI3MDIgMTAuMzQwNyAwLjQ0MTIzNUM5Ljc1MDg2IC0wLjE0ODYzNSA4LjgwNTc1IC0wLjE0NTEwNyA4LjIyMDY1IDAuNDM5OTk0TDUuMzkwOTggMy4yNjk2NkwyLjU2MTMxIDAuNDM5OTk0QzEuOTc5MzcgLTAuMTQxOTUyIDEuMDI3MDIgLTAuMTQ0NTUxIDAuNDQxMjM1IDAuNDQxMjM1Qy0wLjE0ODYzNSAxLjAzMTExIC0wLjE0NTEwNyAxLjk3NjIxIDAuNDM5OTk0IDIuNTYxMzFMMy4yNjk2NiA1LjM5MDk4WlwiXG4gICAgICAgICAgICAgICAgICBmaWxsPVwiIzU0NkU3QVwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJldm8tYWxlcnRfX2JvZHlcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImV2by1hbGVydF9faWNvblwiICpuZ0lmPVwiaGFzRGVmYXVsdEljb24oKVwiXG4gICAgICAgICAgICAgW25nQ2xhc3NdPVwiJ2V2by1hbGVydF9faWNvbl8nICsgaWNvblwiXG4gICAgICAgID48L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImV2by1hbGVydF9faWNvblwiICpuZ0lmPVwiaWNvblNyY1wiPlxuICAgICAgICAgICAgPGltZyBbYXR0ci5zcmNdPVwiaWNvblNyY1wiIGFsdD1cIlwiPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImV2by1hbGVydF9fY29udGVudFwiPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuIl19
|