@evotor-dev/ui-kit 8.0.0-beta.13 → 8.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2022 → esm2020}/lib/common/collection/evo-collection-fabric.mjs +1 -1
- package/esm2020/lib/common/evo-base-control.mjs +46 -0
- package/esm2020/lib/common/form-helper/form-helper.mjs +31 -0
- package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +31 -0
- package/{esm2022 → esm2020}/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +5 -5
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +57 -0
- package/{esm2022 → esm2020}/lib/components/evo-accordion/evo-accordion.component.mjs +5 -5
- package/esm2020/lib/components/evo-accordion/evo-accordion.module.mjs +64 -0
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +79 -0
- package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +27 -0
- package/esm2020/lib/components/evo-alert/index.mjs +2 -0
- package/esm2020/lib/components/evo-alert/public-api.mjs +3 -0
- 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/{esm2022 → esm2020}/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +21 -21
- package/esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs +28 -0
- package/{esm2022 → esm2020}/lib/components/evo-badge/evo-badge.component.mjs +4 -4
- package/{esm2022 → esm2020}/lib/components/evo-badge/evo-badge.module.mjs +7 -7
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +109 -0
- package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +23 -0
- package/esm2020/lib/components/evo-banner/index.mjs +2 -0
- package/esm2020/lib/components/evo-banner/public-api.mjs +3 -0
- package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -0
- package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
- package/esm2020/lib/components/evo-button/evo-button.module.mjs +21 -0
- package/{esm2022 → esm2020}/lib/components/evo-button/public-api.mjs +2 -1
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -0
- package/{esm2022 → esm2020}/lib/components/evo-checkbox/evo-checkbox.module.mjs +11 -11
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +130 -0
- package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +43 -0
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +41 -0
- package/{esm2022 → esm2020}/lib/components/evo-control-error/evo-control-error.module.mjs +9 -9
- package/{esm2022 → esm2020}/lib/components/evo-control-label/evo-control-label.component.mjs +4 -4
- package/{esm2022 → 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/{esm2022 → esm2020}/lib/components/evo-counter/evo-counter.module.mjs +7 -7
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
- package/{esm2022 → esm2020}/lib/components/evo-datepicker/evo-datepicker.module.mjs +11 -11
- package/esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +41 -0
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +107 -0
- package/{esm2022 → esm2020}/lib/components/evo-dropdown/evo-dropdown.module.mjs +5 -5
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +56 -0
- package/{esm2022 → esm2020}/lib/components/evo-icon/evo-icon.module.mjs +5 -5
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +64 -0
- package/{esm2022 → esm2020}/lib/components/evo-icon-button/evo-icon-button.module.mjs +5 -5
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +2 -0
- package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +14 -0
- package/{esm2022 → esm2020}/lib/components/evo-icon-number/evo-icon-number.module.mjs +5 -5
- package/{esm2022 → 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 +358 -0
- package/esm2020/lib/components/evo-input/evo-input.module.mjs +64 -0
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +150 -0
- package/{esm2022 → esm2020}/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +9 -9
- package/{esm2022 → esm2020}/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +1 -1
- package/{esm2022 → esm2020}/lib/components/evo-loader/evo-circular-loader.component.mjs +4 -4
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +27 -0
- package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +31 -0
- package/{esm2022 → esm2020}/lib/components/evo-loader/public-api.mjs +2 -1
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +127 -0
- package/{esm2022 → esm2020}/lib/components/evo-modal/evo-modal.module.mjs +9 -9
- package/{esm2022 → 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/{esm2022 → esm2020}/lib/components/evo-navbar/evo-navbar.module.mjs +5 -5
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -0
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +43 -0
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +40 -0
- package/esm2020/lib/components/evo-note/evo-note.module.mjs +43 -0
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +109 -0
- package/{esm2022 → 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/esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +20 -0
- package/esm2020/lib/components/evo-plus-minus/index.mjs +2 -0
- package/esm2020/lib/components/evo-plus-minus/public-api.mjs +3 -0
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +173 -0
- package/{esm2022 → esm2020}/lib/components/evo-popover/evo-popover.module.mjs +7 -7
- package/{esm2022 → esm2020}/lib/components/evo-portal/evo-portal-outlet.directive.mjs +5 -5
- package/{esm2022 → esm2020}/lib/components/evo-portal/evo-portal.module.mjs +7 -7
- package/esm2020/lib/components/evo-portal/evo-portal.service.mjs +92 -0
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +51 -0
- package/{esm2022 → esm2020}/lib/components/evo-radio/evo-radio.module.mjs +7 -7
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +123 -0
- package/{esm2022 → esm2020}/lib/components/evo-radio-group/evo-radio-group.module.mjs +11 -11
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +56 -0
- package/{esm2022 → esm2020}/lib/components/evo-radioshape/evo-radioshape.module.mjs +9 -9
- package/{esm2022 → esm2020}/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +5 -5
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -0
- package/{esm2022 → 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/esm2020/lib/components/evo-select/evo-select.module.mjs +32 -0
- package/esm2020/lib/components/evo-select/index.mjs +2 -0
- package/esm2020/lib/components/evo-select/public-api.mjs +3 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +33 -0
- package/{esm2022 → esm2020}/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +4 -4
- 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/esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs +88 -0
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +105 -0
- package/{esm2022 → 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/{esm2022 → esm2020}/lib/components/evo-stepper/evo-stepper.module.mjs +7 -7
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +159 -0
- package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +26 -0
- package/esm2020/lib/components/evo-submenu/index.mjs +2 -0
- package/esm2020/lib/components/evo-submenu/public-api.mjs +3 -0
- 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/esm2020/lib/components/evo-switcher/evo-switcher.module.mjs +25 -0
- package/esm2020/lib/components/evo-switcher/index.mjs +2 -0
- package/esm2020/lib/components/evo-switcher/public-api.mjs +4 -0
- package/{esm2022 → esm2020}/lib/components/evo-table/evo-table/evo-table.component.mjs +4 -4
- package/{esm2022 → esm2020}/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +5 -5
- package/{esm2022 → 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/esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +37 -0
- package/esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs +43 -0
- package/esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs +24 -0
- package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +83 -0
- package/{esm2022 → esm2020}/lib/components/evo-tabs/evo-tabs.module.mjs +7 -7
- package/esm2020/lib/components/evo-tabs/evo-tabs.service.mjs +67 -0
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +79 -0
- package/{esm2022 → esm2020}/lib/components/evo-textarea/evo-textarea.module.mjs +13 -13
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +98 -0
- package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +43 -0
- package/esm2020/lib/components/evo-toast/evo-toast.service.mjs +49 -0
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +64 -0
- package/{esm2022 → esm2020}/lib/components/evo-toggle/evo-toggle.module.mjs +9 -9
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +287 -0
- package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +57 -0
- package/esm2020/lib/directives/evo-click-outside.directive.mjs +40 -0
- package/esm2020/lib/directives/evo-is-expanded.directive.mjs +71 -0
- package/{esm2022 → esm2020}/lib/directives/evo-let/evo-let.directive.mjs +6 -6
- package/esm2020/lib/directives/evo-ui-class.directive.mjs +169 -0
- package/{esm2022 → esm2020}/lib/evo-ui-kit.module.mjs +21 -21
- package/esm2020/lib/pipes/declination.pipe.mjs +40 -0
- package/{esm2022 → esm2020}/lib/pipes/evo-pipes.module.mjs +5 -5
- package/{esm2022 → esm2020}/lib/pipes/safe-html.pipe.mjs +5 -5
- package/esm2020/lib/services/evo-expanded.service.mjs +23 -0
- package/esm2020/lib/services/window.service.mjs +49 -0
- package/esm2020/public_api.mjs +74 -0
- package/fesm2015/evotor-dev-ui-kit.mjs +7395 -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 +378 -0
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +648 -0
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -0
- package/fesm2020/evotor-dev-ui-kit.mjs +7375 -0
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -0
- package/lib/common/evo-base-control.d.ts +1 -1
- package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +1 -1
- package/lib/components/evo-alert/evo-alert.component.d.ts +38 -0
- package/lib/components/evo-alert/evo-alert.module.d.ts +9 -0
- package/lib/components/evo-alert/index.d.ts +1 -0
- package/lib/components/evo-alert/public-api.d.ts +2 -0
- package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +1 -1
- package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +1 -1
- package/lib/components/evo-badge/evo-badge.component.d.ts +1 -1
- package/lib/components/evo-banner/evo-banner.component.d.ts +46 -0
- package/lib/components/evo-banner/evo-banner.module.d.ts +9 -0
- package/lib/components/evo-banner/index.d.ts +1 -0
- package/lib/components/evo-banner/public-api.d.ts +2 -0
- package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +1 -1
- package/lib/components/evo-button/components/evo-button-old/evo-button-old.component.d.ts +39 -0
- package/lib/components/evo-button/evo-button.module.d.ts +5 -4
- package/lib/components/evo-button/public-api.d.ts +1 -0
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +1 -1
- package/lib/components/evo-chip/evo-chip.component.d.ts +3 -3
- package/lib/components/evo-control-error/evo-control-error.component.d.ts +1 -1
- package/lib/components/evo-control-label/evo-control-label.component.d.ts +1 -1
- package/lib/components/evo-counter/evo-counter.component.d.ts +1 -1
- package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +1 -1
- package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +1 -1
- package/lib/components/evo-icon/evo-icon.component.d.ts +1 -1
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +13 -3
- package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -0
- package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +1 -1
- package/lib/components/evo-input/evo-input.component.d.ts +1 -1
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +1 -1
- package/lib/components/evo-loader/evo-loader.component.d.ts +14 -0
- package/lib/components/evo-loader/evo-loader.module.d.ts +5 -4
- package/lib/components/evo-loader/public-api.d.ts +1 -0
- package/lib/components/evo-modal/evo-modal.component.d.ts +1 -1
- package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +1 -1
- package/lib/components/evo-navbar/evo-navbar.component.d.ts +1 -1
- package/lib/components/evo-note/evo-note.component.d.ts +1 -1
- package/lib/components/evo-paginator/evo-paginator.component.d.ts +1 -1
- package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -0
- package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -0
- package/lib/components/evo-plus-minus/index.d.ts +1 -0
- package/lib/components/evo-plus-minus/public-api.d.ts +2 -0
- package/lib/components/evo-popover/evo-popover.component.d.ts +1 -1
- package/lib/components/evo-radio/evo-radio.component.d.ts +1 -1
- package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +1 -1
- package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +1 -1
- package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +1 -1
- package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +1 -1
- package/lib/components/evo-select/evo-select.component.d.ts +37 -0
- package/lib/components/evo-select/evo-select.module.d.ts +11 -0
- package/lib/components/evo-select/index.d.ts +1 -0
- package/lib/components/evo-select/public-api.d.ts +2 -0
- package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +1 -1
- package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +1 -1
- package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +1 -1
- package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +1 -1
- package/lib/components/evo-stepper/evo-stepper.component.d.ts +1 -1
- package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -0
- package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -0
- package/lib/components/evo-submenu/index.d.ts +1 -0
- package/lib/components/evo-submenu/public-api.d.ts +2 -0
- package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -0
- package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -0
- package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -0
- package/lib/components/evo-switcher/index.d.ts +1 -0
- package/lib/components/evo-switcher/public-api.d.ts +3 -0
- package/lib/components/evo-table/evo-table/evo-table.component.d.ts +1 -1
- package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +1 -1
- package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +1 -1
- package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +1 -1
- package/lib/components/evo-tabs/evo-tabs.component.d.ts +1 -1
- package/lib/components/evo-textarea/evo-textarea.component.d.ts +1 -1
- package/lib/components/evo-upload/evo-upload.component.d.ts +1 -1
- package/lib/components/evo-upload/evo-upload.module.d.ts +2 -2
- package/lib/directives/evo-is-expanded.directive.d.ts +1 -1
- package/lib/directives/evo-let/evo-let.directive.d.ts +1 -1
- package/lib/directives/evo-ui-class.directive.d.ts +1 -1
- package/package.json +65 -43
- package/public_api.d.ts +6 -0
- package/styles/components/evo-alert.scss +64 -0
- package/styles/components/evo-form.scss +2 -2
- package/styles/components/evo-title.scss +4 -4
- package/styles/main.scss +1 -0
- package/styles/mixins/_evo-input-mixins.scss +6 -0
- package/styles/mixins.scss +42 -0
- package/styles/variables.scss +8 -0
- package/esm2022/lib/common/evo-base-control.mjs +0 -46
- package/esm2022/lib/common/form-helper/form-helper.mjs +0 -31
- package/esm2022/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +0 -31
- package/esm2022/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +0 -57
- package/esm2022/lib/components/evo-accordion/evo-accordion.module.mjs +0 -64
- package/esm2022/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +0 -358
- package/esm2022/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +0 -43
- package/esm2022/lib/components/evo-autocomplete/models/DaDataParty.mjs +0 -28
- package/esm2022/lib/components/evo-button/components/evo-button/evo-button.component.mjs +0 -86
- package/esm2022/lib/components/evo-button/evo-button.module.mjs +0 -20
- package/esm2022/lib/components/evo-checkbox/evo-checkbox.component.mjs +0 -86
- package/esm2022/lib/components/evo-chip/evo-chip.component.mjs +0 -130
- package/esm2022/lib/components/evo-chip/evo-chip.module.mjs +0 -43
- package/esm2022/lib/components/evo-control-error/evo-control-error.component.mjs +0 -41
- package/esm2022/lib/components/evo-counter/evo-counter.component.mjs +0 -38
- package/esm2022/lib/components/evo-datepicker/evo-datepicker.component.mjs +0 -561
- package/esm2022/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +0 -41
- package/esm2022/lib/components/evo-dropdown/evo-dropdown.component.mjs +0 -107
- package/esm2022/lib/components/evo-icon/evo-icon.component.mjs +0 -56
- package/esm2022/lib/components/evo-icon-button/evo-icon-button.component.mjs +0 -48
- package/esm2022/lib/components/evo-icon-button/types/evo-icon-button-color.mjs +0 -2
- package/esm2022/lib/components/evo-icon-button/types/index.mjs +0 -3
- package/esm2022/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +0 -14
- package/esm2022/lib/components/evo-input/evo-input.component.mjs +0 -358
- package/esm2022/lib/components/evo-input/evo-input.module.mjs +0 -64
- package/esm2022/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +0 -150
- package/esm2022/lib/components/evo-loader/evo-loader.module.mjs +0 -25
- package/esm2022/lib/components/evo-modal/evo-modal.component.mjs +0 -127
- package/esm2022/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +0 -58
- package/esm2022/lib/components/evo-navbar/evo-navbar.component.mjs +0 -46
- package/esm2022/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +0 -12
- package/esm2022/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +0 -43
- package/esm2022/lib/components/evo-note/evo-note.component.mjs +0 -40
- package/esm2022/lib/components/evo-note/evo-note.module.mjs +0 -43
- package/esm2022/lib/components/evo-paginator/evo-paginator.component.mjs +0 -109
- package/esm2022/lib/components/evo-popover/evo-popover.component.mjs +0 -173
- package/esm2022/lib/components/evo-portal/evo-portal.service.mjs +0 -92
- package/esm2022/lib/components/evo-radio/evo-radio.component.mjs +0 -51
- package/esm2022/lib/components/evo-radio-group/evo-radio-group.component.mjs +0 -123
- package/esm2022/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +0 -56
- package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +0 -77
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +0 -33
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +0 -40
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.component.mjs +0 -172
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.module.mjs +0 -88
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.service.mjs +0 -105
- package/esm2022/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +0 -31
- package/esm2022/lib/components/evo-stepper/evo-stepper.component.mjs +0 -67
- package/esm2022/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +0 -88
- package/esm2022/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +0 -37
- package/esm2022/lib/components/evo-tabs/evo-tab-state.collection.mjs +0 -43
- package/esm2022/lib/components/evo-tabs/evo-tabs-size.service.mjs +0 -24
- package/esm2022/lib/components/evo-tabs/evo-tabs.component.mjs +0 -83
- package/esm2022/lib/components/evo-tabs/evo-tabs.service.mjs +0 -67
- package/esm2022/lib/components/evo-textarea/evo-textarea.component.mjs +0 -79
- package/esm2022/lib/components/evo-toast/evo-toast.component.mjs +0 -98
- package/esm2022/lib/components/evo-toast/evo-toast.module.mjs +0 -43
- package/esm2022/lib/components/evo-toast/evo-toast.service.mjs +0 -49
- package/esm2022/lib/components/evo-toggle/evo-toggle.component.mjs +0 -64
- package/esm2022/lib/components/evo-upload/evo-upload.component.mjs +0 -287
- package/esm2022/lib/components/evo-upload/evo-upload.module.mjs +0 -61
- package/esm2022/lib/directives/evo-click-outside.directive.mjs +0 -40
- package/esm2022/lib/directives/evo-is-expanded.directive.mjs +0 -71
- package/esm2022/lib/directives/evo-ui-class.directive.mjs +0 -169
- package/esm2022/lib/pipes/declination.pipe.mjs +0 -40
- package/esm2022/lib/services/evo-expanded.service.mjs +0 -23
- package/esm2022/lib/services/window.service.mjs +0 -49
- package/esm2022/public_api.mjs +0 -68
- package/fesm2022/evotor-dev-ui-kit.mjs +0 -6638
- package/fesm2022/evotor-dev-ui-kit.mjs.map +0 -1
- package/lib/components/evo-icon-button/types/evo-icon-button-color.d.ts +0 -2
- package/lib/components/evo-icon-button/types/index.d.ts +0 -2
- /package/{esm2022 → esm2020}/evotor-dev-ui-kit.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/category/evotor-dev-ui-kit-icons-category.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/category/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/emotions/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/evotor-dev-ui-kit-icons.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/header/evotor-dev-ui-kit-icons-header.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/header/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/info/evotor-dev-ui-kit-icons-info.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/info/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/navigation/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/side-menu/index.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/system/evotor-dev-ui-kit-icons-system.mjs +0 -0
- /package/{esm2022 → esm2020}/icons/system/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/Serializable.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/animations/expand.animation.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/animations/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/animations/sidebar.animation.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/animations/skip-initial-render.animation.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/collection/evo-collection.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/collection/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/constants/css-breakpoints.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/constants/view-breakpoint-streams.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/evo-control-state-manager/evo-control-state-manager.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/evo-control-state-manager/evo-control-state.interface.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/evo-control-state-manager/evo-control-states.enum.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/types/evo-color.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/types/evo-size.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/common/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-accordion/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-accordion/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-autocomplete/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-autocomplete/models/dadata.model.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-autocomplete/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-badge/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-badge/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-badge/types/evo-badge-color.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-badge/types/evo-badge-size.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-badge/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/constants/evo-button-themes-map.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/types/evo-button-color.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/types/evo-button-shape.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/types/evo-button-size.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/types/evo-button-theme-params.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/types/evo-button-theme.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-button/types/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-checkbox/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-checkbox/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-chip/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-chip/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-control-error/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-control-error/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-control-label/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-control-label/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-counter/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-counter/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-datepicker/flatpickr-options.interface.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-datepicker/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-datepicker/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-datepicker/templates/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-dropdown/evo-dropdown-position-description.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-dropdown/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-dropdown/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon/classes/evo-icons-library.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon/interfaces/icons-category.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon/interfaces/icons-source.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon-button/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon-button/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon-button/types/evo-icon-button-size.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon-number/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-icon-number/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-input/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-input/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-input-contenteditable/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-input-contenteditable/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-loader/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-modal/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-modal/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navbar/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navbar/interfaces/nav-item.href.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navbar/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navbar/types/nav-item.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navigation-button/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-navigation-button/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-note/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-note/public.api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-note/types/evo-note-type.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-paginator/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-paginator/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-popover/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-popover/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-portal/evo-portal-outlet.class.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-portal/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-portal/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radio/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radio/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radio-group/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radio-group/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radio-group/typings/options.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radioshape/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-radioshape/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-segmented-bar/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-segmented-bar/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/evo-sidebar-portal.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/interfaces.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/sidebar-injection-token.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-sidebar/tokens.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-stepper/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-stepper/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-table/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-table/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-tabs/enums/evo-tabs-size.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-tabs/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-tabs/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-textarea/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-textarea/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-toast/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-toast/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-toggle/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-toggle/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-upload/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/components/evo-upload/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/decorators/deprecate-method.decorator.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/decorators/deprecate-variable.decorator.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/decorators/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/decorators/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/directives/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/directives/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/operators/enter-zone.operator.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/operators/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/operators/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/pipes/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/pipes/public-api.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/services/index.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/services/public-api.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-category.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-category.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-emotions.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-emotions.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-header.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-header.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-info.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-info.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-navigation.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-navigation.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-side-menu.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-side-menu.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-system.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons-system.mjs.map +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons.mjs +0 -0
- /package/{fesm2022 → fesm2015}/evotor-dev-ui-kit-icons.mjs.map +0 -0
|
@@ -18,5 +18,5 @@ export declare class EvoSegmentedBarButtonComponent extends EvoBaseControl imple
|
|
|
18
18
|
onInputChange(value: any): void;
|
|
19
19
|
get totalClasses(): string[];
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSegmentedBarButtonComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarButtonComponent, "evo-segmented-bar-button", never, { "name":
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarButtonComponent, "evo-segmented-bar-button", never, { "name": "name"; "value": "value"; "color": "color"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AfterContentChecked, AfterContentInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { EvoBaseControl } from '../../common/evo-base-control';
|
|
4
|
+
import { IEvoControlState } from '../../common/evo-control-state-manager/evo-control-state.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class EvoSelectComponent extends EvoBaseControl implements ControlValueAccessor, AfterContentInit, OnDestroy, AfterContentChecked {
|
|
7
|
+
style: 'input' | 'inline';
|
|
8
|
+
label: string;
|
|
9
|
+
theme: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
select: ElementRef;
|
|
12
|
+
set selectedValue(value: any);
|
|
13
|
+
get selectedValue(): any;
|
|
14
|
+
selectedLabel: any;
|
|
15
|
+
private _selectedValue;
|
|
16
|
+
private contentChanges$;
|
|
17
|
+
private contentChangesSubscription;
|
|
18
|
+
propagateChange: (_: any) => void;
|
|
19
|
+
ngAfterContentInit(): void;
|
|
20
|
+
ngAfterContentChecked(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
writeValue(value: any): void;
|
|
23
|
+
registerOnChange(fn: any): void;
|
|
24
|
+
registerOnTouched(): void;
|
|
25
|
+
getSelectClasses(): {
|
|
26
|
+
[x: string]: string | boolean;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
invalid: boolean;
|
|
29
|
+
valid: boolean;
|
|
30
|
+
};
|
|
31
|
+
onChange(newValue: any): void;
|
|
32
|
+
setDisabledState(isDisabled: boolean): void;
|
|
33
|
+
get currentState(): IEvoControlState;
|
|
34
|
+
setLabel(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSelectComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSelectComponent, "evo-select", never, { "style": "style"; "label": "label"; "theme": "theme"; }, {}, never, ["*"], false, never>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-select.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../evo-ui-kit.module";
|
|
6
|
+
import * as i5 from "../evo-control-error/evo-control-error.module";
|
|
7
|
+
export declare class EvoSelectModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSelectModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoSelectModule, [typeof i1.EvoSelectComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.EvoUiKitModule, typeof i5.EvoControlErrorModule], [typeof i1.EvoSelectComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoSelectModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -8,5 +8,5 @@ export declare class EvoSidebarContentComponent implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
get hostClasses(): string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarContentComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarContentComponent, "evo-sidebar-content, [evo-sidebar-content]", never, { "relativeFooter":
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarContentComponent, "evo-sidebar-content, [evo-sidebar-content]", never, { "relativeFooter": "relativeFooter"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EvoSidebarHeaderComponent implements OnInit {
|
|
|
9
9
|
handleBackClick(): void;
|
|
10
10
|
closeSidebar(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarHeaderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarHeaderComponent, "evo-sidebar-header, [evo-sidebar-header]", never, { "backButton":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarHeaderComponent, "evo-sidebar-header, [evo-sidebar-header]", never, { "backButton": "backButton"; }, { "back": "back"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -38,5 +38,5 @@ export declare class EvoSidebarComponent implements OnDestroy, OnInit {
|
|
|
38
38
|
private clearView;
|
|
39
39
|
private closeOnLocationUpdates;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarComponent, "evo-sidebar", never, { "backButton":
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarComponent, "evo-sidebar", never, { "backButton": "backButton"; "id": "id"; "header": "header"; "size": "size"; "relativeFooter": "relativeFooter"; }, { "back": "back"; }, never, ["[content]", "[footer]"], false, never>;
|
|
42
42
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EvoStepperItemComponent implements OnChanges {
|
|
|
9
9
|
constructor(stepperEvents: EvoStepperEvents);
|
|
10
10
|
ngOnChanges(changes: SimpleChanges): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoStepperItemComponent, [{ host: true; }]>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperItemComponent, "evo-stepper-item", never, { "label":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperItemComponent, "evo-stepper-item", never, { "label": "label"; }, {}, ["contentTemp"], ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -23,5 +23,5 @@ export declare class EvoStepperComponent implements AfterViewInit, OnChanges {
|
|
|
23
23
|
changeCurrentStep(index: number): void;
|
|
24
24
|
handleItemClick(index: number): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoStepperComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperComponent, "evo-stepper", never, { "currentStepIndex":
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperComponent, "evo-stepper", never, { "currentStepIndex": "currentStepIndex"; "clickableItems": "clickableItems"; }, { "onChange": "onChange"; "clickItem": "clickItem"; }, ["stepComponentsList"], ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { AfterViewInit, OnInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* scroll - [default] link type with auto scroll to section on the same page
|
|
5
|
+
* outer - outer link (not accesible with router)
|
|
6
|
+
* router - router type link
|
|
7
|
+
*/
|
|
8
|
+
export declare enum EvoSubmenuType {
|
|
9
|
+
scroll = 0,
|
|
10
|
+
outer = 1,
|
|
11
|
+
router = 2
|
|
12
|
+
}
|
|
13
|
+
export interface EvoSubmenuItem {
|
|
14
|
+
title: string;
|
|
15
|
+
href: string;
|
|
16
|
+
type?: EvoSubmenuType;
|
|
17
|
+
target?: string;
|
|
18
|
+
isActive?: boolean;
|
|
19
|
+
index?: number;
|
|
20
|
+
scrollOffset?: number;
|
|
21
|
+
scrollDuration?: number;
|
|
22
|
+
}
|
|
23
|
+
export declare class EvoSubmenuComponent implements OnInit, AfterViewInit {
|
|
24
|
+
protected elRef: ElementRef;
|
|
25
|
+
protected window: any;
|
|
26
|
+
protected document: any;
|
|
27
|
+
get items(): EvoSubmenuItem[];
|
|
28
|
+
menuType: EvoSubmenuType;
|
|
29
|
+
offsetLeft: boolean;
|
|
30
|
+
set items(items: EvoSubmenuItem[]);
|
|
31
|
+
container: ElementRef;
|
|
32
|
+
isFloated: boolean;
|
|
33
|
+
activeItemIndex: number;
|
|
34
|
+
evoSubmenuType: typeof EvoSubmenuType;
|
|
35
|
+
private _items;
|
|
36
|
+
private headerHeight;
|
|
37
|
+
private submenuOffset;
|
|
38
|
+
private isWindowResize;
|
|
39
|
+
private header;
|
|
40
|
+
constructor(elRef: ElementRef, window: any, document: any);
|
|
41
|
+
ngOnInit(): void;
|
|
42
|
+
onWindowResize(): void;
|
|
43
|
+
onWindowScroll(): void;
|
|
44
|
+
ngAfterViewInit(): void;
|
|
45
|
+
private calculateActiveItemIndex;
|
|
46
|
+
private checkHorizontalScroll;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSubmenuComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSubmenuComponent, "evo-submenu", never, { "menuType": "menuType"; "offsetLeft": "offsetLeft"; "items": "items"; }, {}, never, never, false, never>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-submenu.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../../evo-ui-kit.module";
|
|
6
|
+
import * as i5 from "ngx-page-scroll";
|
|
7
|
+
export declare class EvoSubmenuModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSubmenuModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoSubmenuModule, [typeof i1.EvoSubmenuComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.EvoUiKitModule, typeof i5.NgxPageScrollModule], [typeof i1.EvoSubmenuComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoSubmenuModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface EvoSwitcherItem {
|
|
3
|
+
text: string;
|
|
4
|
+
clickFunction: Function;
|
|
5
|
+
}
|
|
6
|
+
export declare class EvoSwitcherItemComponent {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSwitcherItemComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSwitcherItemComponent, "evo-switcher-item", never, {}, {}, never, ["*"], false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { EvoSwitcherItem } from './components/evo-switcher-item/evo-switcher-item.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EvoSwitcherComponent {
|
|
5
|
+
items: EvoSwitcherItem[];
|
|
6
|
+
onItemSelection: EventEmitter<number>;
|
|
7
|
+
private _selectedIndex;
|
|
8
|
+
constructor();
|
|
9
|
+
get selectedIndex(): number;
|
|
10
|
+
set selectedIndex(index: number);
|
|
11
|
+
handleItemClick(index: number): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSwitcherComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSwitcherComponent, "evo-switcher", never, { "items": "items"; "selectedIndex": "selectedIndex"; }, { "onItemSelection": "onItemSelection"; }, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-switcher.component";
|
|
3
|
+
import * as i2 from "./components/evo-switcher-item/evo-switcher-item.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../evo-ui-kit.module";
|
|
6
|
+
export declare class EvoSwitcherModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSwitcherModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoSwitcherModule, [typeof i1.EvoSwitcherComponent, typeof i2.EvoSwitcherItemComponent], [typeof i3.CommonModule, typeof i4.EvoUiKitModule], [typeof i1.EvoSwitcherComponent, typeof i2.EvoSwitcherItemComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoSwitcherModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -31,5 +31,5 @@ export declare class EvoTableComponent implements OnInit, AfterContentInit, OnCh
|
|
|
31
31
|
onRowClick(rowIndex: any, item: any, event: any): void;
|
|
32
32
|
private filterColumns;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTableComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableComponent, "evo-table", never, { "data":
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableComponent, "evo-table", never, { "data": "data"; "showHeader": "showHeader"; "stripe": "stripe"; "visibleColumns": "visibleColumns"; "rowClasses": "rowClasses"; }, { "rowClick": "rowClick"; }, ["columns"], never, false, never>;
|
|
35
35
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EvoTableColumnComponent {
|
|
|
8
8
|
constructor();
|
|
9
9
|
formatter: (row: number, col: number, cellValue: any, item: any) => any;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTableColumnComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableColumnComponent, "evo-table-column", never, { "prop":
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableColumnComponent, "evo-table-column", never, { "prop": "prop"; "label": "label"; "className": "className"; "formatter": "formatter"; }, {}, ["header", "content"], ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -31,5 +31,5 @@ export declare class EvoTabComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
31
31
|
private subscribeOnNavigationEnd;
|
|
32
32
|
private subscribeToTabChanges;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTabComponent, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabComponent, "evo-tab, [evoTab]", never, { "name":
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabComponent, "evo-tab, [evoTab]", never, { "name": "name"; }, {}, never, ["*"], false, never>;
|
|
35
35
|
}
|
|
@@ -12,5 +12,5 @@ export declare class EvoTabContentComponent implements OnInit, OnDestroy {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTabContentComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabContentComponent, "evo-tab-content, [evoTabContent]", never, { "tabsRef":
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabContentComponent, "evo-tab-content, [evoTabContent]", never, { "tabsRef": "tabsRef"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -18,5 +18,5 @@ export declare class EvoTabsComponent implements OnInit, AfterContentChecked {
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
ngAfterContentChecked(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTabsComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabsComponent, "evo-tabs", never, { "name":
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabsComponent, "evo-tabs", never, { "name": "name"; "setSize": "size"; }, {}, ["tabComponentsList"], ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -21,5 +21,5 @@ export declare class EvoTextareaComponent extends EvoBaseControl implements Cont
|
|
|
21
21
|
setDisabledState(isDisabled: boolean): void;
|
|
22
22
|
writeValue(value: string): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTextareaComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTextareaComponent, "evo-textarea", never, { "placeholder":
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTextareaComponent, "evo-textarea", never, { "placeholder": "placeholder"; "rows": "rows"; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -61,5 +61,5 @@ export declare class EvoUploadComponent extends EvoBaseControl implements Contro
|
|
|
61
61
|
private fileExtensionValidator;
|
|
62
62
|
private maxFilesValidator;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUploadComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoUploadComponent, "evo-upload", never, { "accept":
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoUploadComponent, "evo-upload", never, { "accept": "accept"; "dropZoneLabel": "dropZoneLabel"; "dropZoneHint": "dropZoneHint"; "hideClearButton": "hideClearButton"; "hideSubmitButton": "hideSubmitButton"; "clickableFiles": "clickableFiles"; "earlyValidation": "earlyValidation"; "fileSizeLimit": "fileSizeLimit"; "maxFiles": "maxFiles"; "loading": "loading"; }, { "submit": "submit"; "addFiles": "addFiles"; "remove": "remove"; "clickFile": "clickFile"; }, never, never, false, never>;
|
|
65
65
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./evo-upload.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../evo-
|
|
4
|
+
import * as i3 from "../evo-alert/evo-alert.module";
|
|
5
5
|
import * as i4 from "../evo-button/evo-button.module";
|
|
6
6
|
import * as i5 from "../evo-icon/evo-icon.module";
|
|
7
7
|
import * as i6 from "../../pipes/evo-pipes.module";
|
|
8
8
|
import * as i7 from "../../evo-ui-kit.module";
|
|
9
9
|
export declare class EvoUploadModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUploadModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoUploadModule, [typeof i1.EvoUploadComponent], [typeof i2.CommonModule, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoUploadModule, [typeof i1.EvoUploadComponent], [typeof i2.CommonModule, typeof i3.EvoAlertModule, typeof i4.EvoButtonModule, typeof i5.EvoIconModule, typeof i6.EvoPipesModule, typeof i7.EvoUiKitModule], [typeof i1.EvoUploadComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoUploadModule>;
|
|
13
13
|
}
|
|
@@ -15,5 +15,5 @@ export declare class EvoIsExpandedDirective implements OnInit, OnChanges, OnDest
|
|
|
15
15
|
handleExpandedChange(): void;
|
|
16
16
|
private updateView;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIsExpandedDirective, [null, null, { optional: true; }]>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoIsExpandedDirective, "[evoIsExpanded]", never, { "evoIsExpanded":
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoIsExpandedDirective, "[evoIsExpanded]", never, { "evoIsExpanded": "evoIsExpanded"; }, { "evoIsExpandedChange": "evoIsExpandedChange"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -29,5 +29,5 @@ export declare class EvoLetDirective<T> {
|
|
|
29
29
|
*/
|
|
30
30
|
static ngTemplateContextGuard<T>(dir: EvoLetDirective<T>, ctx: any): ctx is EvoLetContext<T>;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoLetDirective<any>, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoLetDirective<any>, "[evoLet]", never, { "evoLet":
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoLetDirective<any>, "[evoLet]", never, { "evoLet": "evoLet"; }, {}, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -57,5 +57,5 @@ export declare class EvoUiClassDirective implements DoCheck {
|
|
|
57
57
|
private removeClasses;
|
|
58
58
|
private toggleClass;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUiClassDirective, never>;
|
|
60
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoUiClassDirective, "[evoUiClass]", never, { "klass":
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoUiClassDirective, "[evoUiClass]", never, { "klass": "class"; "evoUiClass": "evoUiClass"; }, {}, never, never, false, never>;
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evotor-dev/ui-kit",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.2",
|
|
4
4
|
"homepage": "https://evotor.github.io/Evo-UI-Kit",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/evotor/Evo-UI-Kit.git"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@angular/
|
|
11
|
-
"@angular/
|
|
12
|
-
"@angular/
|
|
13
|
-
"@angular/
|
|
14
|
-
"@angular/forms": ">=
|
|
15
|
-
"@angular/platform-browser": ">=
|
|
16
|
-
"rxjs": ">=
|
|
10
|
+
"@angular/cdk": ">=14.2.7",
|
|
11
|
+
"@angular/common": ">=14.3.0",
|
|
12
|
+
"@angular/core": ">=14.3.0",
|
|
13
|
+
"@angular/animations": ">=14.3.0",
|
|
14
|
+
"@angular/forms": ">=14.3.0",
|
|
15
|
+
"@angular/platform-browser": ">=14.3.0",
|
|
16
|
+
"rxjs": ">=6.5.3"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.2.0",
|
|
20
20
|
"@popperjs/core": "2.11.8",
|
|
21
|
-
"angular-imask": "
|
|
21
|
+
"angular-imask": "6.4.3",
|
|
22
22
|
"autobind-decorator": "^2.4.0",
|
|
23
23
|
"flatpickr": "4.6.9",
|
|
24
|
-
"imask": "
|
|
24
|
+
"imask": "6.4.3",
|
|
25
25
|
"lodash-es": "^4.17.15",
|
|
26
26
|
"mime": "3.0.0",
|
|
27
|
-
"ngx-page-scroll": "
|
|
28
|
-
"ngx-page-scroll-core": "
|
|
27
|
+
"ngx-page-scroll": "9.0.0",
|
|
28
|
+
"ngx-page-scroll-core": "9.0.0",
|
|
29
29
|
"ts-keycode-enum": "^1.0.4"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
@@ -37,60 +37,82 @@
|
|
|
37
37
|
},
|
|
38
38
|
".": {
|
|
39
39
|
"types": "./index.d.ts",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"types": "./icons/index.d.ts",
|
|
46
|
-
"esm2022": "./esm2022/icons/evotor-dev-ui-kit-icons.mjs",
|
|
47
|
-
"esm": "./esm2022/icons/evotor-dev-ui-kit-icons.mjs",
|
|
48
|
-
"default": "./fesm2022/evotor-dev-ui-kit-icons.mjs"
|
|
40
|
+
"esm2020": "./esm2020/evotor-dev-ui-kit.mjs",
|
|
41
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit.mjs",
|
|
42
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit.mjs",
|
|
43
|
+
"node": "./fesm2015/evotor-dev-ui-kit.mjs",
|
|
44
|
+
"default": "./fesm2020/evotor-dev-ui-kit.mjs"
|
|
49
45
|
},
|
|
50
46
|
"./icons/category": {
|
|
51
47
|
"types": "./icons/category/index.d.ts",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
48
|
+
"esm2020": "./esm2020/icons/category/evotor-dev-ui-kit-icons-category.mjs",
|
|
49
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-category.mjs",
|
|
50
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-category.mjs",
|
|
51
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-category.mjs",
|
|
52
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-category.mjs"
|
|
55
53
|
},
|
|
56
54
|
"./icons/emotions": {
|
|
57
55
|
"types": "./icons/emotions/index.d.ts",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
56
|
+
"esm2020": "./esm2020/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
57
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
58
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
59
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
60
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-emotions.mjs"
|
|
61
61
|
},
|
|
62
62
|
"./icons/header": {
|
|
63
63
|
"types": "./icons/header/index.d.ts",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
64
|
+
"esm2020": "./esm2020/icons/header/evotor-dev-ui-kit-icons-header.mjs",
|
|
65
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-header.mjs",
|
|
66
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-header.mjs",
|
|
67
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-header.mjs",
|
|
68
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-header.mjs"
|
|
67
69
|
},
|
|
68
70
|
"./icons/info": {
|
|
69
71
|
"types": "./icons/info/index.d.ts",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
72
|
+
"esm2020": "./esm2020/icons/info/evotor-dev-ui-kit-icons-info.mjs",
|
|
73
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-info.mjs",
|
|
74
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-info.mjs",
|
|
75
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-info.mjs",
|
|
76
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-info.mjs"
|
|
73
77
|
},
|
|
74
78
|
"./icons/navigation": {
|
|
75
79
|
"types": "./icons/navigation/index.d.ts",
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
80
|
+
"esm2020": "./esm2020/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
81
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
82
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
83
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
84
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-navigation.mjs"
|
|
85
|
+
},
|
|
86
|
+
"./icons": {
|
|
87
|
+
"types": "./icons/index.d.ts",
|
|
88
|
+
"esm2020": "./esm2020/icons/evotor-dev-ui-kit-icons.mjs",
|
|
89
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons.mjs",
|
|
90
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons.mjs",
|
|
91
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons.mjs",
|
|
92
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons.mjs"
|
|
79
93
|
},
|
|
80
94
|
"./icons/side-menu": {
|
|
81
95
|
"types": "./icons/side-menu/index.d.ts",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
96
|
+
"esm2020": "./esm2020/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
97
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
98
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
99
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
100
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs"
|
|
85
101
|
},
|
|
86
102
|
"./icons/system": {
|
|
87
103
|
"types": "./icons/system/index.d.ts",
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
104
|
+
"esm2020": "./esm2020/icons/system/evotor-dev-ui-kit-icons-system.mjs",
|
|
105
|
+
"es2020": "./fesm2020/evotor-dev-ui-kit-icons-system.mjs",
|
|
106
|
+
"es2015": "./fesm2015/evotor-dev-ui-kit-icons-system.mjs",
|
|
107
|
+
"node": "./fesm2015/evotor-dev-ui-kit-icons-system.mjs",
|
|
108
|
+
"default": "./fesm2020/evotor-dev-ui-kit-icons-system.mjs"
|
|
91
109
|
}
|
|
92
110
|
},
|
|
93
|
-
"module": "
|
|
111
|
+
"module": "fesm2015/evotor-dev-ui-kit.mjs",
|
|
112
|
+
"es2020": "fesm2020/evotor-dev-ui-kit.mjs",
|
|
113
|
+
"esm2020": "esm2020/evotor-dev-ui-kit.mjs",
|
|
114
|
+
"fesm2020": "fesm2020/evotor-dev-ui-kit.mjs",
|
|
115
|
+
"fesm2015": "fesm2015/evotor-dev-ui-kit.mjs",
|
|
94
116
|
"typings": "index.d.ts",
|
|
95
117
|
"sideEffects": false
|
|
96
118
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -10,8 +10,10 @@ export * from './lib/decorators/index';
|
|
|
10
10
|
export * from './lib/directives/index';
|
|
11
11
|
export * from './lib/operators/index';
|
|
12
12
|
export * from './lib/components/evo-accordion/index';
|
|
13
|
+
export * from './lib/components/evo-alert/index';
|
|
13
14
|
export * from './lib/components/evo-autocomplete/index';
|
|
14
15
|
export * from './lib/components/evo-badge/index';
|
|
16
|
+
export * from './lib/components/evo-banner/index';
|
|
15
17
|
export * from './lib/components/evo-button/index';
|
|
16
18
|
export * from './lib/components/evo-checkbox/index';
|
|
17
19
|
export * from './lib/components/evo-chip/index';
|
|
@@ -28,14 +30,18 @@ export * from './lib/components/evo-loader/index';
|
|
|
28
30
|
export * from './lib/components/evo-modal/index';
|
|
29
31
|
export * from './lib/components/evo-note/index';
|
|
30
32
|
export * from './lib/components/evo-paginator/index';
|
|
33
|
+
export * from './lib/components/evo-plus-minus/index';
|
|
31
34
|
export * from './lib/components/evo-popover/index';
|
|
32
35
|
export * from './lib/components/evo-portal/index';
|
|
33
36
|
export * from './lib/components/evo-radio/index';
|
|
34
37
|
export * from './lib/components/evo-radio-group/index';
|
|
35
38
|
export * from './lib/components/evo-radioshape/index';
|
|
36
39
|
export * from './lib/components/evo-segmented-bar/index';
|
|
40
|
+
export * from './lib/components/evo-select/index';
|
|
37
41
|
export * from './lib/components/evo-sidebar/index';
|
|
38
42
|
export * from './lib/components/evo-stepper/index';
|
|
43
|
+
export * from './lib/components/evo-submenu/index';
|
|
44
|
+
export * from './lib/components/evo-switcher/index';
|
|
39
45
|
export * from './lib/components/evo-table/index';
|
|
40
46
|
export * from './lib/components/evo-tabs/index';
|
|
41
47
|
export * from './lib/components/evo-textarea/index';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
@import "../mixins";
|
|
2
|
+
|
|
3
|
+
$icon-size_large: 48px;
|
|
4
|
+
|
|
5
|
+
$parent-class: '.evo-alert';
|
|
6
|
+
#{$parent-class} {
|
|
7
|
+
$root: &;
|
|
8
|
+
|
|
9
|
+
padding: $distance-small;
|
|
10
|
+
border-radius: 8px;
|
|
11
|
+
|
|
12
|
+
@include media-desktop-s {
|
|
13
|
+
&_img {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
|
|
17
|
+
&:before {
|
|
18
|
+
display: inline-block;
|
|
19
|
+
width: 40px;
|
|
20
|
+
height: 40px;
|
|
21
|
+
margin-right: $distance-small;
|
|
22
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjY2NjYgMC43Nzc2NjRDNC43NiAwLjc3NzY2NCAwLjc3Nzc3MSA0Ljc1OTg5IDAuNzc3NzcxIDkuNjY2NTNDMC43Nzc3NzEgMTQuNTczMiA0Ljc2IDE4LjU1NTUgOS42NjY2NiAxOC41NTU1QzE0LjU3MzMgMTguNTU1NSAxOC41NTU1IDE0LjU3MzIgMTguNTU1NSA5LjY2NjUzQzE4LjU1NTUgNC43NTk4OSAxNC41NzMzIDAuNzc3NjY0IDkuNjY2NjYgMC43Nzc2NjRaTTkuNjY2NjYgMTAuNTU1NUM5LjE3Nzc5IDEwLjU1NTUgOC43Nzc3OSAxMC4xNTU1IDguNzc3NzkgOS42NjY1M1Y2LjExMUM4Ljc3Nzc5IDUuNjIyMTEgOS4xNzc3OSA1LjIyMjExIDkuNjY2NjYgNS4yMjIxMUMxMC4xNTU1IDUuMjIyMTEgMTAuNTU1NSA1LjYyMjExIDEwLjU1NTUgNi4xMTFWOS42NjY1M0MxMC41NTU1IDEwLjE1NTUgMTAuMTU1NSAxMC41NTU1IDkuNjY2NjYgMTAuNTU1NVpNMTAuNTU1NSAxMy4yMjIxQzEwLjU1NTUgMTMuNzEzMSAxMC4xNTc2IDE0LjExMSA5LjY2NjY2IDE0LjExMUM5LjE3NTcyIDE0LjExMSA4Ljc3Nzc5IDEzLjcxMzEgOC43Nzc3OSAxMy4yMjIxQzguNzc3NzkgMTIuNzMxMiA5LjE3NTcyIDEyLjMzMzIgOS42NjY2NiAxMi4zMzMyQzEwLjE1NzYgMTIuMzMzMiAxMC41NTU1IDEyLjczMTIgMTAuNTU1NSAxMy4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
|
|
23
|
+
background-size: 40px 40px;
|
|
24
|
+
content: "";
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@at-root #{&}_success#{&}_img {
|
|
29
|
+
&:before {
|
|
30
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAwQzguOTU0MyAwIDAgOC45NTQzIDAgMjBDMCAzMS4wNDU3IDguOTU0MyA0MCAyMCA0MEMzMS4wNDU3IDQwIDQwIDMxLjA0NTcgNDAgMjBDNDAgOC45NTQzIDMxLjA0NTcgMCAyMCAwWk0zMS4xNjQ0IDE1Ljg3NzhDMzIuMDgwNCAxNC45NjE5IDMyLjA4MDQgMTMuNDc2OSAzMS4xNjQ0IDEyLjU2MUMzMC4yNDg1IDExLjY0NSAyOC43NjM1IDExLjY0NSAyNy44NDc2IDEyLjU2MUwxNy45MDE2IDIyLjUwN0wxMi43NTMgMTcuMzU4NUMxMS44MzcxIDE2LjQ0MjYgMTAuMzUyMSAxNi40NDI2IDkuNDM2MiAxNy4zNTg1QzguNTIwMjkgMTguMjc0NCA4LjUyMDI5IDE5Ljc1OTQgOS40MzYyIDIwLjY3NTNMMTUuOTk2OSAyNy4yMzZDMTYuMjc1MyAyNy41MTQ0IDE2LjYwNjIgMjcuNzA4MSAxNi45NTc4IDI3LjgxNzNDMTcuODM2IDI4LjI1NjQgMTguOTMyNSAyOC4xMDk3IDE5LjY2NSAyNy4zNzcyTDMxLjE2NDQgMTUuODc3OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&_success {
|
|
36
|
+
color: $color-white;
|
|
37
|
+
background-color: $color-success;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&_danger {
|
|
41
|
+
color: $color-white;
|
|
42
|
+
background-color: $color-danger;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&_warning {
|
|
46
|
+
color: $color-text;
|
|
47
|
+
background-color: $color-highlight;
|
|
48
|
+
|
|
49
|
+
#{$parent-class}__icon {
|
|
50
|
+
display: none;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&_large {
|
|
55
|
+
#{$parent-class}__icon {
|
|
56
|
+
width: $icon-size_large;
|
|
57
|
+
height: $icon-size_large;
|
|
58
|
+
|
|
59
|
+
&_success, &_exclamation {
|
|
60
|
+
background-size: $icon-size_large $icon-size_large;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|