@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
|
@@ -17,5 +17,5 @@ export declare abstract class EvoBaseControl {
|
|
|
17
17
|
get currentState(): IEvoControlState;
|
|
18
18
|
get showErrors(): boolean;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoBaseControl, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoBaseControl, never, never, { "errorsMessages":
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoBaseControl, never, never, { "errorsMessages": "errorsMessages"; "state": "state"; "autoFocus": "autoFocus"; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -7,5 +7,5 @@ export declare class EvoAccordionTitleComponent {
|
|
|
7
7
|
constructor(expandedService: EvoExpandedService);
|
|
8
8
|
onClick(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionTitleComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionTitleComponent, "evo-accordion-title", never, { "label":
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionTitleComponent, "evo-accordion-title", never, { "label": "label"; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated use `EvoNoteComponent`
|
|
5
|
+
*/
|
|
6
|
+
export declare enum EvoAlertTypes {
|
|
7
|
+
danger = "danger",
|
|
8
|
+
info = "info",
|
|
9
|
+
success = "success",
|
|
10
|
+
warning = "warning"
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated use `EvoNoteComponent`
|
|
14
|
+
*/
|
|
15
|
+
export declare enum EvoAlertSizes {
|
|
16
|
+
large = "large",
|
|
17
|
+
normal = "normal"
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated use `EvoNoteComponent`
|
|
21
|
+
*/
|
|
22
|
+
export declare enum EvoAlertDefaultIcons {
|
|
23
|
+
exclamation = "exclamation",
|
|
24
|
+
success = "success"
|
|
25
|
+
}
|
|
26
|
+
export declare class EvoAlertComponent {
|
|
27
|
+
closable: boolean;
|
|
28
|
+
icon: string;
|
|
29
|
+
iconSrc: string;
|
|
30
|
+
type: EvoAlertTypes;
|
|
31
|
+
size: EvoAlertSizes;
|
|
32
|
+
close: EventEmitter<any>;
|
|
33
|
+
hasDefaultIcon(): any;
|
|
34
|
+
handleCloseClick(): void;
|
|
35
|
+
get totalClasses(): string[];
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAlertComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAlertComponent, "evo-alert", never, { "closable": "closable"; "icon": "icon"; "iconSrc": "iconSrc"; "type": "type"; "size": "size"; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-alert.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../evo-ui-kit.module";
|
|
5
|
+
export declare class EvoAlertModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAlertModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoAlertModule, [typeof i1.EvoAlertComponent], [typeof i2.CommonModule, typeof i3.EvoUiKitModule], [typeof i1.EvoAlertComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoAlertModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -111,5 +111,5 @@ export declare class EvoAutocompleteComponent implements ControlValueAccessor, A
|
|
|
111
111
|
*/
|
|
112
112
|
protected patchClearButtonIcon(): void;
|
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAutocompleteComponent, never>;
|
|
114
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteComponent, "evo-autocomplete", never, { "size":
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteComponent, "evo-autocomplete", never, { "size": "size"; "isOpen": "isOpen"; "items": "items"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "markFirst": "markFirst"; "placeholder": "placeholder"; "notFoundText": "notFoundText"; "typeToSearchText": "typeToSearchText"; "addTagText": "addTagText"; "loadingText": "loadingText"; "clearAllText": "clearAllText"; "dropdownPosition": "dropdownPosition"; "appendTo": "appendTo"; "loading": "loading"; "closeOnSelect": "closeOnSelect"; "hideSelected": "hideSelected"; "selectOnTab": "selectOnTab"; "openOnEnter": "openOnEnter"; "maxSelectedItems": "maxSelectedItems"; "groupBy": "groupBy"; "groupValue": "groupValue"; "bufferAmount": "bufferAmount"; "virtualScroll": "virtualScroll"; "selectableGroup": "selectableGroup"; "selectableGroupAsModel": "selectableGroupAsModel"; "searchFn": "searchFn"; "clearOnBackspace": "clearOnBackspace"; "typeahead": "typeahead"; "multiple": "multiple"; "multipleInline": "multipleInline"; "addTag": "addTag"; "searchable": "searchable"; "clearable": "clearable"; "errorsMessages": "errorsMessages"; "compareWith": "compareWith"; "editQuery": "editQuery"; "setSelectbox": "isSelectbox"; "setTheme": "theme"; }, { "blurEvent": "blur"; "focusEvent": "focus"; "changeEvent": "change"; "openEvent": "open"; "closeEvent": "close"; "searchEvent": "search"; "clearEvent": "clear"; "addEvent": "add"; "removeEvent": "remove"; "scrollEvent": "scroll"; "scrollToEndEvent": "scrollToEnd"; }, ["labelTemp", "multiLabelTemp", "optionTemp"], never, false, never>;
|
|
115
115
|
}
|
|
@@ -12,5 +12,5 @@ export declare class EvoAutocompleteDefaultOptionComponent {
|
|
|
12
12
|
onSelectedChange(e: any): void;
|
|
13
13
|
onCheckboxClick(e: Event): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAutocompleteDefaultOptionComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteDefaultOptionComponent, "evo-autocomplete-default-option", never, { "hasCheckbox":
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteDefaultOptionComponent, "evo-autocomplete-default-option", never, { "hasCheckbox": "hasCheckbox"; "label": "label"; "description": "description"; "isDisabled": "isDisabled"; "isSelected": "isSelected"; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EvoBadgeComponent {
|
|
|
8
8
|
widthPercents: number;
|
|
9
9
|
get classes(): string[];
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoBadgeComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color":
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color": "color"; "size": "size"; "multiline": "multiline"; "widthPixels": "width.px"; "widthPercents": "width.%"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Serializable } from '../../common/Serializable';
|
|
3
|
+
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare enum EvoBannerTypes {
|
|
6
|
+
large = "large",
|
|
7
|
+
small = "small",
|
|
8
|
+
fullWidth = "full-width"
|
|
9
|
+
}
|
|
10
|
+
export declare enum EvoBannerLocations {
|
|
11
|
+
main = "Main",
|
|
12
|
+
category = "Category"
|
|
13
|
+
}
|
|
14
|
+
export declare class EvoBanner extends Serializable {
|
|
15
|
+
background: string;
|
|
16
|
+
bannerPositionNames: {
|
|
17
|
+
Main: string[];
|
|
18
|
+
Category: string[];
|
|
19
|
+
};
|
|
20
|
+
button: string;
|
|
21
|
+
id: string;
|
|
22
|
+
image: string;
|
|
23
|
+
title: string;
|
|
24
|
+
url: string;
|
|
25
|
+
constructor(data: any);
|
|
26
|
+
}
|
|
27
|
+
export declare class EvoBannerComponent implements OnInit, OnDestroy {
|
|
28
|
+
private window;
|
|
29
|
+
private el;
|
|
30
|
+
banner: EvoBanner;
|
|
31
|
+
type: EvoBannerTypes;
|
|
32
|
+
bannerClick: EventEmitter<EvoBanner>;
|
|
33
|
+
bannerSize$: BehaviorSubject<string[]>;
|
|
34
|
+
subscriptions: {
|
|
35
|
+
[name: string]: Subscription;
|
|
36
|
+
};
|
|
37
|
+
constructor(window: any, el: ElementRef);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
ngOnDestroy(): void;
|
|
40
|
+
onBannerClick(): void;
|
|
41
|
+
get bannerClass(): any[];
|
|
42
|
+
private initResizeEvent;
|
|
43
|
+
private onResize;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoBannerComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoBannerComponent, "evo-banner", never, { "banner": "banner"; "type": "type"; }, { "bannerClick": "bannerClick"; }, never, never, false, never>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-banner.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../evo-ui-kit.module";
|
|
5
|
+
export declare class EvoBannerModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoBannerModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoBannerModule, [typeof i1.EvoBannerComponent], [typeof i2.CommonModule, typeof i3.EvoUiKitModule], [typeof i1.EvoBannerComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoBannerModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -20,5 +20,5 @@ export declare class EvoButtonComponent {
|
|
|
20
20
|
get buttonClasses(): string[];
|
|
21
21
|
get buttonStyles(): Record<string, string>;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonComponent, "button[evoButton], a[evoButton]", never, { "size":
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonComponent, "button[evoButton], a[evoButton]", never, { "size": "size"; "color": "color"; "theme": "theme"; "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"], false, never>;
|
|
24
24
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated use EvoButtonComponent
|
|
5
|
+
*/
|
|
6
|
+
export declare enum EvoButtonSizes {
|
|
7
|
+
small = "small",
|
|
8
|
+
large = "large"
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated use EvoButtonColor with EvoButtonTheme
|
|
12
|
+
*/
|
|
13
|
+
export declare enum EvoButtonStyles {
|
|
14
|
+
lined = "lined",
|
|
15
|
+
darkblue = "darkblue",
|
|
16
|
+
darkblueLined = "darkblue-lined",
|
|
17
|
+
green = "green",
|
|
18
|
+
greenlined = "green-lined",
|
|
19
|
+
purple = "purple",
|
|
20
|
+
red = "red"
|
|
21
|
+
}
|
|
22
|
+
export declare class EvoButtonOldComponent {
|
|
23
|
+
private elRef;
|
|
24
|
+
color: EvoButtonStyles;
|
|
25
|
+
size: EvoButtonSizes;
|
|
26
|
+
set disabled(value: boolean);
|
|
27
|
+
set loading(value: boolean);
|
|
28
|
+
private _disabled;
|
|
29
|
+
private _loading;
|
|
30
|
+
constructor(elRef: ElementRef);
|
|
31
|
+
get disabled(): boolean;
|
|
32
|
+
get loading(): boolean;
|
|
33
|
+
get totalClasses(): string[];
|
|
34
|
+
get totalStyles(): {
|
|
35
|
+
[styleKey: string]: any;
|
|
36
|
+
};
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonOldComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonOldComponent, "evo-button, button[evo-button]", never, { "color": "color"; "size": "size"; "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"], false, never>;
|
|
39
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./components/evo-button/evo-button.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
3
|
+
import * as i2 from "./components/evo-button-old/evo-button-old.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../evo-ui-kit.module";
|
|
6
|
+
import * as i5 from "../evo-loader/evo-loader.module";
|
|
6
7
|
export declare class EvoButtonModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent], [typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent, typeof i2.EvoButtonOldComponent], [typeof i3.CommonModule, typeof i4.EvoUiKitModule, typeof i5.EvoLoaderModule], [typeof i1.EvoButtonComponent, typeof i2.EvoButtonOldComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoButtonModule>;
|
|
10
11
|
}
|
|
@@ -25,5 +25,5 @@ export declare class EvoCheckboxComponent extends EvoBaseControl implements Cont
|
|
|
25
25
|
registerOnTouched(fn: any): void;
|
|
26
26
|
setDisabledState(state: boolean): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoCheckboxComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCheckboxComponent, "evo-checkbox", never, { "setIndeterminate":
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCheckboxComponent, "evo-checkbox", never, { "setIndeterminate": "indeterminate"; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"], false, never>;
|
|
29
29
|
}
|
|
@@ -3,12 +3,12 @@ import { ControlValueAccessor } from '@angular/forms';
|
|
|
3
3
|
import { EvoBaseControl } from '../../common/evo-base-control';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare enum EvoChipType {
|
|
6
|
-
radio = "radio"
|
|
6
|
+
radio = "radio",
|
|
7
7
|
checkbox = "checkbox",
|
|
8
8
|
label = "label"
|
|
9
9
|
}
|
|
10
10
|
export declare enum EvoChipTheme {
|
|
11
|
-
grey = "grey"
|
|
11
|
+
grey = "grey",
|
|
12
12
|
white = "white"
|
|
13
13
|
}
|
|
14
14
|
export declare class EvoChipComponent extends EvoBaseControl implements ControlValueAccessor, OnInit, AfterViewInit {
|
|
@@ -41,5 +41,5 @@ export declare class EvoChipComponent extends EvoBaseControl implements ControlV
|
|
|
41
41
|
private onChange;
|
|
42
42
|
private onTouched;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoChipComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoChipComponent, "evo-chip", never, { "type":
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoChipComponent, "evo-chip", never, { "type": "type"; "theme": "theme"; "counter": "counter"; "disabled": "disabled"; "name": "name"; "closable": "closable"; "closeTitle": "closeTitle"; "setInitialValue": "value"; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
45
45
|
}
|
|
@@ -10,5 +10,5 @@ export declare class EvoControlErrorComponent {
|
|
|
10
10
|
private defaultErrorMessages;
|
|
11
11
|
get errorsMap(): string[];
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoControlErrorComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlErrorComponent, "evo-control-error", never, { "errors":
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlErrorComponent, "evo-control-error", never, { "errors": "errors"; "errorsMessages": "errorsMessages"; "showCount": "showCount"; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -5,5 +5,5 @@ export declare class EvoControlLabelComponent {
|
|
|
5
5
|
context: Object | null;
|
|
6
6
|
get isStringLabel(): boolean;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoControlLabelComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlLabelComponent, "evo-control-label", never, { "label":
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlLabelComponent, "evo-control-label", never, { "label": "label"; "context": "context"; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -12,5 +12,5 @@ export declare class EvoCounterComponent {
|
|
|
12
12
|
[cssClass: string]: boolean;
|
|
13
13
|
};
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoCounterComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCounterComponent, "evo-counter", never, { "value":
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCounterComponent, "evo-counter", never, { "value": "value"; "disabled": "disabled"; "setSize": "size"; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -170,5 +170,5 @@ export declare class EvoDatepickerComponent extends EvoBaseControl implements Af
|
|
|
170
170
|
private resetTimeAfterOpen;
|
|
171
171
|
private addConstraintsAfterOpen;
|
|
172
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoDatepickerComponent, never>;
|
|
173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoDatepickerComponent, "evo-datepicker", never, { "config":
|
|
173
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoDatepickerComponent, "evo-datepicker", never, { "config": "config"; "maskedInput": "maskedInput"; "theme": "theme"; "folded": "folded"; "placeholder": "placeholder"; "setDate": "setDate"; "description": "description"; "maxRangeDays": "maxRangeDays"; "appendToBody": "appendToBody"; }, { "closePicker": "closePicker"; }, never, never, false, never>;
|
|
174
174
|
}
|
|
@@ -29,6 +29,6 @@ export declare class EvoDropdownComponent implements OnDestroy {
|
|
|
29
29
|
*/
|
|
30
30
|
private listenScroll;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoDropdownComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoDropdownComponent, "evo-dropdown", never, { "scrollStrategy":
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoDropdownComponent, "evo-dropdown", never, { "scrollStrategy": "scrollStrategy"; "dropdownOrigin": "dropdownOrigin"; "isOpen": "isOpen"; "positions": "positions"; }, { "isOpenChange": "isOpenChange"; }, never, ["*"], false, never>;
|
|
33
33
|
}
|
|
34
34
|
export {};
|
|
@@ -16,5 +16,5 @@ export declare class EvoIconComponent {
|
|
|
16
16
|
private _shape;
|
|
17
17
|
constructor(sanitizer: DomSanitizer, iconsService: EvoIconsLibrary);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconComponent, "evo-icon", never, { "shape":
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconComponent, "evo-icon", never, { "shape": "shape"; "svgWidth": "svgWidth"; "svgHeight": "svgHeight"; "svgViewBox": "svgViewBox"; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { EvoIconButtonTheme } from './types/evo-icon-button-theme';
|
|
3
|
+
import { EvoIconButtonSize } from './types/evo-icon-button-size';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export declare enum EvoIconButtonColor {
|
|
6
|
+
link = "link",
|
|
7
|
+
danger = "danger",
|
|
8
|
+
success = "success"
|
|
9
|
+
}
|
|
4
10
|
export declare class EvoIconButtonComponent implements OnInit, OnChanges {
|
|
5
11
|
disabled: boolean;
|
|
6
12
|
loading: boolean;
|
|
7
|
-
color: EvoIconButtonColor;
|
|
13
|
+
color: EvoIconButtonColor | string;
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated instead of rectangle theme use `EvoNavigationButtonComponent`
|
|
16
|
+
*/
|
|
17
|
+
theme: EvoIconButtonTheme;
|
|
8
18
|
size: EvoIconButtonSize;
|
|
9
19
|
classes: string[];
|
|
10
20
|
get isDisabled(): boolean;
|
|
@@ -12,5 +22,5 @@ export declare class EvoIconButtonComponent implements OnInit, OnChanges {
|
|
|
12
22
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13
23
|
private updateClassesList;
|
|
14
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconButtonComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconButtonComponent, "button[evo-icon-button], a[evo-icon-button]", never, { "disabled":
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconButtonComponent, "button[evo-icon-button], a[evo-icon-button]", never, { "disabled": "disabled"; "loading": "loading"; "color": "color"; "theme": "theme"; "size": "size"; }, {}, never, ["evo-icon", "*"], false, never>;
|
|
16
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type EvoIconButtonTheme = 'default' | 'rectangle';
|
package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class EvoIconNumberComponent {
|
|
3
3
|
number: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconNumberComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconNumberComponent, "evo-icon-number", never, { "number":
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconNumberComponent, "evo-icon-number", never, { "number": "number"; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -89,5 +89,5 @@ export declare class EvoInputComponent extends EvoBaseControl implements Control
|
|
|
89
89
|
mask: boolean;
|
|
90
90
|
};
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoInputComponent, [null, null, null, { optional: true; }, null]>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputComponent, "evo-input", never, { "autoFocus":
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputComponent, "evo-input", never, { "autoFocus": "autoFocus"; "dataCp": "data-cp"; "icon": "icon"; "mask": "mask"; "placeholder": "placeholder"; "tooltip": "tooltip"; "type": "type"; "disabled": "disabled"; "loading": "loading"; "prefix": "prefix"; "autocomplete": "autocomplete"; "inputDebounce": "inputDebounce"; "unmask": "unmask"; "clearable": "clearable"; "maskValidation": "maskValidation"; "setValue": "value"; "setSize": "size"; "setTheme": "theme"; }, { "blur": "blur"; }, never, ["[evoInputPrefixContent]", "[evoInputIcon]", "[tooltip]"], false, never>;
|
|
93
93
|
}
|
|
@@ -40,5 +40,5 @@ export declare class EvoInputContenteditableComponent extends EvoBaseControl imp
|
|
|
40
40
|
private clearMultiline;
|
|
41
41
|
private wrapSetValue;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoInputContenteditableComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputContenteditableComponent, "evo-input-contenteditable", never, { "multiline":
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputContenteditableComponent, "evo-input-contenteditable", never, { "multiline": "multiline"; "placeholder": "placeholder"; "autoFocus": "autoFocus"; "maxLines": "maxLines"; "minLines": "minLines"; "disabled": "disabled"; "preventStylingHotkeys": "preventStylingHotkeys"; }, { "blur": "blur"; }, never, never, false, never>;
|
|
44
44
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare enum EvoLoaderStyles {
|
|
4
|
+
darkblue = "darkblue",
|
|
5
|
+
green = "green",
|
|
6
|
+
white = "white"
|
|
7
|
+
}
|
|
8
|
+
export declare class EvoLoaderComponent implements OnInit {
|
|
9
|
+
color: EvoLoaderStyles;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoLoaderComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoLoaderComponent, "evo-loader", never, { "color": "color"; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./evo-
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "./evo-loader.component";
|
|
3
|
+
import * as i2 from "./evo-circular-loader.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../evo-ui-kit.module";
|
|
5
6
|
export declare class EvoLoaderModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoLoaderModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoLoaderModule, [typeof i1.EvoCircularLoaderComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoLoaderModule, [typeof i1.EvoLoaderComponent, typeof i2.EvoCircularLoaderComponent], [typeof i3.CommonModule, typeof i4.EvoUiKitModule], [typeof i1.EvoLoaderComponent, typeof i2.EvoCircularLoaderComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoLoaderModule>;
|
|
9
10
|
}
|
|
@@ -37,5 +37,5 @@ export declare class EvoModalComponent implements OnInit, OnDestroy {
|
|
|
37
37
|
private subscribeModalEvents;
|
|
38
38
|
private initKeyboardListener;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoModalComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id":
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id": "id"; "titleText": "titleText"; "acceptText": "acceptText"; "acceptButtonColor": "acceptButtonColor"; "acceptButtonTheme": "acceptButtonTheme"; "declineText": "declineText"; "declineButtonColor": "declineButtonColor"; "declineButtonTheme": "declineButtonTheme"; "asyncAccept": "asyncAccept"; }, {}, never, ["evo-icon", "*"], false, never>;
|
|
41
41
|
}
|
|
@@ -17,5 +17,5 @@ export declare class EvoNavbarItemComponent {
|
|
|
17
17
|
open(origin: EvoDropdownOriginDirective): void;
|
|
18
18
|
close(origin: EvoDropdownOriginDirective): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavbarItemComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarItemComponent, "evo-navbar-item", never, { "item":
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarItemComponent, "evo-navbar-item", never, { "item": "item"; "isNested": "isNested"; "isMobileView": "isMobileView"; "subMenuPositions": "subMenuPositions"; }, { "openSubMenu": "openSubMenu"; "closeSubMenu": "closeSubMenu"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -14,5 +14,5 @@ export declare class EvoNavbarComponent {
|
|
|
14
14
|
openSubMenu(origin: EvoDropdownOriginDirective): void;
|
|
15
15
|
closeSubMenu(origin: EvoDropdownOriginDirective): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavbarComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarComponent, "evo-navbar", never, { "subMenuPositions":
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarComponent, "evo-navbar", never, { "subMenuPositions": "subMenuPositions"; "items": "items"; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EvoNoteComponent {
|
|
|
9
9
|
get totalClasses(): string[];
|
|
10
10
|
onCloseClick(event: MouseEvent): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoNoteComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNoteComponent, "evo-note", never, { "closable":
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNoteComponent, "evo-note", never, { "closable": "closable"; "iconSrc": "iconSrc"; "type": "type"; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -22,5 +22,5 @@ export declare class EvoPaginatorComponent {
|
|
|
22
22
|
isActivePage(page: string | number): boolean;
|
|
23
23
|
private updatePagesList;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoPaginatorComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPaginatorComponent, "evo-paginator", never, { "setCurrentPage":
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPaginatorComponent, "evo-paginator", never, { "setCurrentPage": "currentPage"; "setItemsTotal": "itemsTotal"; "setPageSize": "pageSize"; "setMaxVisiblePages": "visiblePagesLimit"; }, { "pageClick": "pageClick"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EvoPlusMinusComponent implements OnInit {
|
|
4
|
+
id: any;
|
|
5
|
+
disabledMinus: boolean;
|
|
6
|
+
disabledPlus: boolean;
|
|
7
|
+
increase: EventEmitter<string>;
|
|
8
|
+
decrease: EventEmitter<string>;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoPlusMinusComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPlusMinusComponent, "evo-plus-minus", never, { "id": "id"; "disabledMinus": "disabledMinus"; "disabledPlus": "disabledPlus"; }, { "increase": "increase"; "decrease": "decrease"; }, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./evo-plus-minus.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class EvoPlusMinusModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EvoPlusMinusModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoPlusMinusModule, [typeof i1.EvoPlusMinusComponent], [typeof i2.CommonModule], [typeof i1.EvoPlusMinusComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EvoPlusMinusModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-api';
|
|
@@ -39,5 +39,5 @@ export declare class EvoPopoverComponent implements AfterViewInit, OnChanges, On
|
|
|
39
39
|
private onMouseleavePopover;
|
|
40
40
|
private togglePopover;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoPopoverComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPopoverComponent, "evo-popover", never, { "mediaTabletPosition":
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPopoverComponent, "evo-popover", never, { "mediaTabletPosition": "media-tablet-position"; "position": "position"; "show": "show"; "modifiers": "modifiers"; "strategy": "strategy"; "setDelay": "delay"; }, {}, never, ["*", "[popover-body]"], false, never>;
|
|
43
43
|
}
|
|
@@ -14,5 +14,5 @@ export declare class EvoRadioComponent extends EvoBaseControl implements Control
|
|
|
14
14
|
setDisabledState(isDisabled: boolean): void;
|
|
15
15
|
writeValue(obj: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoRadioComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioComponent, "evo-radio", never, { "value":
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioComponent, "evo-radio", never, { "value": "value"; "name": "name"; }, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -52,5 +52,5 @@ export declare class EvoRadioGroupComponent extends EvoBaseControl implements Co
|
|
|
52
52
|
*/
|
|
53
53
|
private createFormGroup;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoRadioGroupComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioGroupComponent, "evo-radio-group", never, { "options":
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioGroupComponent, "evo-radio-group", never, { "options": "options"; "_value": "value"; "theme": "theme"; "direction": "direction"; }, {}, never, never, false, never>;
|
|
56
56
|
}
|
|
@@ -15,5 +15,5 @@ export declare class EvoRadioshapeComponent extends EvoBaseControl implements Co
|
|
|
15
15
|
setDisabledState(isDisabled: boolean): void;
|
|
16
16
|
writeValue(obj: any): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoRadioshapeComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioshapeComponent, "evo-radioshape", never, { "forceChecked":
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioshapeComponent, "evo-radioshape", never, { "forceChecked": "forceChecked"; "value": "value"; "name": "name"; }, {}, never, ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -6,5 +6,5 @@ export declare class EvoSegmentedBarComponent implements OnInit {
|
|
|
6
6
|
constructor();
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSegmentedBarComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarComponent, "evo-segmented-bar", never, { "label":
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarComponent, "evo-segmented-bar", never, { "label": "label"; "labelShort": "labelShort"; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|