@evotor-dev/ui-kit 7.3.0 → 8.0.0-beta.10
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/{esm2020 → esm2022}/lib/common/collection/evo-collection-fabric.mjs +1 -1
- package/esm2022/lib/common/evo-base-control.mjs +46 -0
- package/esm2022/lib/common/form-helper/form-helper.mjs +31 -0
- package/esm2022/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +5 -5
- package/esm2022/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +57 -0
- package/{esm2020 → esm2022}/lib/components/evo-accordion/evo-accordion.component.mjs +5 -5
- package/esm2022/lib/components/evo-accordion/evo-accordion.module.mjs +64 -0
- package/esm2022/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +358 -0
- package/esm2022/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +43 -0
- package/esm2022/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +56 -0
- package/esm2022/lib/components/evo-autocomplete/models/DaDataParty.mjs +28 -0
- package/esm2022/lib/components/evo-badge/evo-badge.component.mjs +40 -0
- package/esm2022/lib/components/evo-badge/evo-badge.module.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/evo-button/components/evo-button/evo-button.component.mjs +16 -16
- package/esm2022/lib/components/evo-button/evo-button.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/evo-button/public-api.mjs +1 -2
- package/esm2022/lib/components/evo-checkbox/evo-checkbox.component.mjs +86 -0
- package/esm2022/lib/components/evo-checkbox/evo-checkbox.module.mjs +32 -0
- package/esm2022/lib/components/evo-chip/evo-chip.component.mjs +130 -0
- package/esm2022/lib/components/evo-chip/evo-chip.module.mjs +43 -0
- package/esm2022/lib/components/evo-control-error/evo-control-error.component.mjs +41 -0
- package/esm2022/lib/components/evo-control-error/evo-control-error.module.mjs +28 -0
- package/{esm2020 → esm2022}/lib/components/evo-control-label/evo-control-label.component.mjs +4 -4
- package/esm2022/lib/components/evo-control-label/evo-control-label.module.mjs +20 -0
- package/esm2022/lib/components/evo-counter/evo-counter.component.mjs +38 -0
- package/esm2022/lib/components/evo-counter/evo-counter.module.mjs +28 -0
- package/esm2022/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
- package/esm2022/lib/components/evo-datepicker/evo-datepicker.module.mjs +32 -0
- package/esm2022/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +41 -0
- package/esm2022/lib/components/evo-dropdown/evo-dropdown.component.mjs +107 -0
- package/esm2022/lib/components/evo-dropdown/evo-dropdown.module.mjs +20 -0
- package/esm2022/lib/components/evo-icon/evo-icon.component.mjs +56 -0
- package/esm2022/lib/components/evo-icon/evo-icon.module.mjs +55 -0
- package/esm2022/lib/components/evo-icon-button/evo-icon-button.component.mjs +48 -0
- package/esm2022/lib/components/evo-icon-button/evo-icon-button.module.mjs +24 -0
- package/esm2022/lib/components/evo-icon-button/types/evo-icon-button-color.mjs +2 -0
- package/esm2022/lib/components/evo-icon-button/types/index.mjs +3 -0
- package/{esm2020 → esm2022}/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +4 -4
- package/esm2022/lib/components/evo-icon-number/evo-icon-number.module.mjs +18 -0
- package/{esm2020 → esm2022}/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs +4 -4
- package/esm2022/lib/components/evo-input/evo-input.component.mjs +358 -0
- package/esm2022/lib/components/evo-input/evo-input.module.mjs +64 -0
- package/esm2022/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +150 -0
- package/esm2022/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +32 -0
- package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/evo-loader/evo-circular-loader.component.mjs +4 -4
- package/esm2022/lib/components/evo-loader/evo-loader.module.mjs +25 -0
- package/{esm2020 → esm2022}/lib/components/evo-loader/public-api.mjs +1 -2
- package/esm2022/lib/components/evo-modal/evo-modal.component.mjs +127 -0
- package/esm2022/lib/components/evo-modal/evo-modal.module.mjs +30 -0
- package/{esm2020 → esm2022}/lib/components/evo-modal/evo-modal.service.mjs +4 -4
- package/esm2022/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +58 -0
- package/esm2022/lib/components/evo-navbar/evo-navbar.component.mjs +46 -0
- package/esm2022/lib/components/evo-navbar/evo-navbar.module.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +5 -5
- package/esm2022/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +43 -0
- package/esm2022/lib/components/evo-note/evo-note.component.mjs +40 -0
- package/esm2022/lib/components/evo-note/evo-note.module.mjs +43 -0
- package/esm2022/lib/components/evo-paginator/evo-paginator.component.mjs +109 -0
- package/esm2022/lib/components/evo-paginator/evo-paginator.module.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +6 -6
- package/esm2022/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +20 -0
- package/esm2022/lib/components/evo-popover/evo-popover.component.mjs +173 -0
- package/esm2022/lib/components/evo-popover/evo-popover.module.mjs +24 -0
- package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal-outlet.directive.mjs +5 -5
- package/esm2022/lib/components/evo-portal/evo-portal.module.mjs +30 -0
- package/esm2022/lib/components/evo-portal/evo-portal.service.mjs +92 -0
- package/esm2022/lib/components/evo-radio/evo-radio.component.mjs +51 -0
- package/esm2022/lib/components/evo-radio/evo-radio.module.mjs +24 -0
- package/esm2022/lib/components/evo-radio-group/evo-radio-group.component.mjs +123 -0
- package/esm2022/lib/components/evo-radio-group/evo-radio-group.module.mjs +32 -0
- package/esm2022/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +56 -0
- package/esm2022/lib/components/evo-radioshape/evo-radioshape.module.mjs +31 -0
- package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +5 -5
- package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -0
- package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +24 -0
- package/esm2022/lib/components/evo-select/evo-select.component.mjs +115 -0
- package/esm2022/lib/components/evo-select/evo-select.module.mjs +32 -0
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +33 -0
- package/{esm2020 → esm2022}/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +4 -4
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +40 -0
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.component.mjs +172 -0
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.module.mjs +88 -0
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.service.mjs +105 -0
- package/{esm2020 → esm2022}/lib/components/evo-stepper/evo-stepper-events.mjs +4 -4
- package/esm2022/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +31 -0
- package/esm2022/lib/components/evo-stepper/evo-stepper.component.mjs +67 -0
- package/esm2022/lib/components/evo-stepper/evo-stepper.module.mjs +25 -0
- package/esm2022/lib/components/evo-submenu/evo-submenu.component.mjs +159 -0
- package/esm2022/lib/components/evo-submenu/evo-submenu.module.mjs +26 -0
- package/{esm2020 → esm2022}/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/evo-switcher/evo-switcher.component.mjs +6 -6
- package/esm2022/lib/components/evo-switcher/evo-switcher.module.mjs +25 -0
- package/esm2022/lib/components/evo-table/evo-table/evo-table.component.mjs +67 -0
- package/{esm2020 → esm2022}/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +6 -6
- package/esm2022/lib/components/evo-table/evo-table.module.mjs +21 -0
- package/esm2022/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +88 -0
- package/esm2022/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +37 -0
- package/esm2022/lib/components/evo-tabs/evo-tab-state.collection.mjs +43 -0
- package/esm2022/lib/components/evo-tabs/evo-tabs-size.service.mjs +24 -0
- package/esm2022/lib/components/evo-tabs/evo-tabs.component.mjs +83 -0
- package/esm2022/lib/components/evo-tabs/evo-tabs.module.mjs +28 -0
- package/esm2022/lib/components/evo-tabs/evo-tabs.service.mjs +67 -0
- package/esm2022/lib/components/evo-textarea/evo-textarea.component.mjs +79 -0
- package/esm2022/lib/components/evo-textarea/evo-textarea.module.mjs +35 -0
- package/esm2022/lib/components/evo-toast/evo-toast.component.mjs +98 -0
- package/esm2022/lib/components/evo-toast/evo-toast.module.mjs +43 -0
- package/esm2022/lib/components/evo-toast/evo-toast.service.mjs +49 -0
- package/esm2022/lib/components/evo-toggle/evo-toggle.component.mjs +64 -0
- package/esm2022/lib/components/evo-toggle/evo-toggle.module.mjs +28 -0
- package/esm2022/lib/components/evo-upload/evo-upload.component.mjs +287 -0
- package/esm2022/lib/components/evo-upload/evo-upload.module.mjs +61 -0
- package/esm2022/lib/directives/evo-click-outside.directive.mjs +40 -0
- package/esm2022/lib/directives/evo-is-expanded.directive.mjs +71 -0
- package/{esm2020 → esm2022}/lib/directives/evo-let/evo-let.directive.mjs +6 -6
- package/esm2022/lib/directives/evo-ui-class.directive.mjs +169 -0
- package/esm2022/lib/evo-ui-kit.module.mjs +63 -0
- package/esm2022/lib/pipes/declination.pipe.mjs +40 -0
- package/{esm2020 → esm2022}/lib/pipes/evo-pipes.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/pipes/safe-html.pipe.mjs +5 -5
- package/esm2022/lib/services/evo-expanded.service.mjs +23 -0
- package/esm2022/lib/services/window.service.mjs +49 -0
- package/esm2022/public_api.mjs +72 -0
- package/{fesm2020 → fesm2022}/evotor-dev-ui-kit.mjs +885 -1290
- package/fesm2022/evotor-dev-ui-kit.mjs.map +1 -0
- package/lib/common/evo-base-control.d.ts +1 -1
- package/lib/common/types/evo-color.d.ts +1 -1
- package/lib/common/types/evo-size.d.ts +1 -1
- package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +1 -1
- package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +1 -1
- package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +1 -1
- package/lib/components/evo-accordion/evo-accordion.component.d.ts +1 -1
- package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +5 -5
- package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +1 -1
- package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
- package/lib/components/evo-badge/evo-badge.component.d.ts +1 -1
- package/lib/components/evo-badge/types/evo-badge-color.d.ts +1 -1
- package/lib/components/evo-badge/types/evo-badge-size.d.ts +1 -1
- package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +1 -1
- package/lib/components/evo-button/evo-button.module.d.ts +4 -5
- package/lib/components/evo-button/public-api.d.ts +0 -1
- package/lib/components/evo-button/types/evo-button-color.d.ts +1 -1
- package/lib/components/evo-button/types/evo-button-shape.d.ts +1 -1
- package/lib/components/evo-button/types/evo-button-size.d.ts +1 -1
- package/lib/components/evo-button/types/evo-button-theme-params.d.ts +1 -1
- package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -1
- 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 +2 -2
- package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +1 -1
- package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +2 -2
- package/lib/components/evo-dropdown/types/evo-dropdown-positions.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 +3 -13
- package/lib/components/evo-icon-button/types/evo-icon-button-color.d.ts +2 -0
- package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +1 -1
- package/lib/components/evo-icon-button/types/index.d.ts +2 -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-icon/evo-input-icon.directive.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-circular-loader.component.d.ts +1 -1
- package/lib/components/evo-loader/evo-loader.module.d.ts +4 -5
- package/lib/components/evo-loader/public-api.d.ts +0 -1
- 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-navbar/types/nav-item.d.ts +1 -1
- package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +1 -1
- package/lib/components/evo-note/evo-note.component.d.ts +1 -1
- package/lib/components/evo-note/types/evo-note-type.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 +1 -1
- package/lib/components/evo-popover/evo-popover.component.d.ts +3 -3
- package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +1 -1
- package/lib/components/evo-portal/evo-portal.service.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 +3 -3
- 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 +1 -1
- package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +1 -1
- package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.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 +1 -1
- package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +1 -1
- package/lib/components/evo-switcher/evo-switcher.component.d.ts +1 -1
- 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 +3 -3
- 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-toast/evo-toast.component.d.ts +1 -1
- package/lib/components/evo-toggle/evo-toggle.component.d.ts +1 -1
- package/lib/components/evo-upload/evo-upload.component.d.ts +4 -4
- package/lib/components/evo-upload/evo-upload.module.d.ts +2 -2
- package/lib/directives/evo-click-outside.directive.d.ts +1 -1
- 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 +2 -2
- package/lib/pipes/declination.pipe.d.ts +1 -1
- package/lib/pipes/safe-html.pipe.d.ts +1 -1
- package/package.json +53 -75
- package/public_api.d.ts +0 -2
- package/styles/components/evo-form.scss +2 -2
- package/styles/components/evo-title.scss +4 -4
- package/styles/main.scss +0 -1
- package/styles/mixins/_evo-input-mixins.scss +0 -6
- package/styles/mixins.scss +0 -42
- package/styles/variables.scss +0 -8
- package/esm2020/lib/common/evo-base-control.mjs +0 -46
- package/esm2020/lib/common/form-helper/form-helper.mjs +0 -31
- package/esm2020/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +0 -31
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +0 -57
- package/esm2020/lib/components/evo-accordion/evo-accordion.module.mjs +0 -66
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +0 -79
- package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +0 -29
- package/esm2020/lib/components/evo-alert/index.mjs +0 -2
- package/esm2020/lib/components/evo-alert/public-api.mjs +0 -3
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +0 -358
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +0 -43
- package/esm2020/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +0 -58
- package/esm2020/lib/components/evo-autocomplete/models/DaDataParty.mjs +0 -28
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +0 -40
- package/esm2020/lib/components/evo-badge/evo-badge.module.mjs +0 -28
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +0 -109
- package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +0 -23
- package/esm2020/lib/components/evo-banner/index.mjs +0 -2
- package/esm2020/lib/components/evo-banner/public-api.mjs +0 -3
- package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +0 -91
- package/esm2020/lib/components/evo-button/evo-button.module.mjs +0 -21
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +0 -86
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.module.mjs +0 -34
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +0 -130
- package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +0 -45
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +0 -41
- package/esm2020/lib/components/evo-control-error/evo-control-error.module.mjs +0 -30
- package/esm2020/lib/components/evo-control-label/evo-control-label.module.mjs +0 -22
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +0 -38
- package/esm2020/lib/components/evo-counter/evo-counter.module.mjs +0 -30
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +0 -561
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.module.mjs +0 -34
- package/esm2020/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +0 -41
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.component.mjs +0 -107
- package/esm2020/lib/components/evo-dropdown/evo-dropdown.module.mjs +0 -20
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +0 -56
- package/esm2020/lib/components/evo-icon/evo-icon.module.mjs +0 -57
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +0 -64
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.module.mjs +0 -26
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +0 -2
- package/esm2020/lib/components/evo-icon-number/evo-icon-number.module.mjs +0 -18
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +0 -358
- package/esm2020/lib/components/evo-input/evo-input.module.mjs +0 -66
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +0 -150
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +0 -34
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +0 -27
- package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +0 -33
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +0 -127
- package/esm2020/lib/components/evo-modal/evo-modal.module.mjs +0 -32
- package/esm2020/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +0 -58
- package/esm2020/lib/components/evo-navbar/evo-navbar.component.mjs +0 -46
- package/esm2020/lib/components/evo-navbar/evo-navbar.module.mjs +0 -24
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +0 -45
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +0 -40
- package/esm2020/lib/components/evo-note/evo-note.module.mjs +0 -45
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +0 -109
- package/esm2020/lib/components/evo-paginator/evo-paginator.module.mjs +0 -22
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +0 -22
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +0 -173
- package/esm2020/lib/components/evo-popover/evo-popover.module.mjs +0 -26
- package/esm2020/lib/components/evo-portal/evo-portal.module.mjs +0 -32
- package/esm2020/lib/components/evo-portal/evo-portal.service.mjs +0 -92
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +0 -51
- package/esm2020/lib/components/evo-radio/evo-radio.module.mjs +0 -26
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +0 -123
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.module.mjs +0 -34
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +0 -56
- package/esm2020/lib/components/evo-radioshape/evo-radioshape.module.mjs +0 -33
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +0 -77
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +0 -24
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +0 -115
- package/esm2020/lib/components/evo-select/evo-select.module.mjs +0 -34
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +0 -33
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +0 -40
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +0 -172
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.module.mjs +0 -90
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.service.mjs +0 -105
- package/esm2020/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +0 -31
- package/esm2020/lib/components/evo-stepper/evo-stepper.component.mjs +0 -67
- package/esm2020/lib/components/evo-stepper/evo-stepper.module.mjs +0 -27
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +0 -159
- package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +0 -26
- package/esm2020/lib/components/evo-switcher/evo-switcher.module.mjs +0 -27
- package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +0 -67
- package/esm2020/lib/components/evo-table/evo-table.module.mjs +0 -23
- package/esm2020/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +0 -88
- package/esm2020/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +0 -37
- package/esm2020/lib/components/evo-tabs/evo-tab-state.collection.mjs +0 -43
- package/esm2020/lib/components/evo-tabs/evo-tabs-size.service.mjs +0 -24
- package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +0 -83
- package/esm2020/lib/components/evo-tabs/evo-tabs.module.mjs +0 -30
- package/esm2020/lib/components/evo-tabs/evo-tabs.service.mjs +0 -67
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +0 -79
- package/esm2020/lib/components/evo-textarea/evo-textarea.module.mjs +0 -37
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +0 -98
- package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +0 -45
- package/esm2020/lib/components/evo-toast/evo-toast.service.mjs +0 -49
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +0 -64
- package/esm2020/lib/components/evo-toggle/evo-toggle.module.mjs +0 -30
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +0 -287
- package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +0 -59
- package/esm2020/lib/directives/evo-click-outside.directive.mjs +0 -40
- package/esm2020/lib/directives/evo-is-expanded.directive.mjs +0 -71
- package/esm2020/lib/directives/evo-ui-class.directive.mjs +0 -159
- package/esm2020/lib/evo-ui-kit.module.mjs +0 -65
- package/esm2020/lib/pipes/declination.pipe.mjs +0 -40
- package/esm2020/lib/services/evo-expanded.service.mjs +0 -23
- package/esm2020/lib/services/window.service.mjs +0 -49
- package/esm2020/public_api.mjs +0 -74
- package/fesm2015/evotor-dev-ui-kit.mjs +0 -7457
- package/fesm2015/evotor-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +0 -68
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs +0 -24
- package/fesm2020/evotor-dev-ui-kit-icons-emotions.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs +0 -34
- package/fesm2020/evotor-dev-ui-kit-icons-header.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs +0 -46
- package/fesm2020/evotor-dev-ui-kit-icons-info.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +0 -62
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs +0 -70
- package/fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +0 -378
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +0 -648
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +0 -1
- package/fesm2020/evotor-dev-ui-kit.mjs.map +0 -1
- package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +0 -5
- package/icons/category/package.json +0 -10
- package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +0 -5
- package/icons/emotions/package.json +0 -10
- package/icons/evotor-dev-ui-kit-icons.d.ts +0 -5
- package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +0 -5
- package/icons/header/package.json +0 -10
- package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +0 -5
- package/icons/info/package.json +0 -10
- package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +0 -5
- package/icons/navigation/package.json +0 -10
- package/icons/package.json +0 -10
- package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +0 -5
- package/icons/side-menu/package.json +0 -10
- package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +0 -5
- package/icons/system/package.json +0 -10
- package/lib/components/evo-alert/evo-alert.component.d.ts +0 -38
- package/lib/components/evo-alert/evo-alert.module.d.ts +0 -9
- package/lib/components/evo-alert/index.d.ts +0 -1
- package/lib/components/evo-alert/public-api.d.ts +0 -2
- package/lib/components/evo-banner/evo-banner.component.d.ts +0 -46
- package/lib/components/evo-banner/evo-banner.module.d.ts +0 -9
- package/lib/components/evo-banner/index.d.ts +0 -1
- package/lib/components/evo-banner/public-api.d.ts +0 -2
- package/lib/components/evo-button/components/evo-button-old/evo-button-old.component.d.ts +0 -39
- package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +0 -1
- package/lib/components/evo-loader/evo-loader.component.d.ts +0 -14
- package/styles/components/evo-alert.scss +0 -64
- /package/{esm2020 → esm2022}/evotor-dev-ui-kit.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/category/evotor-dev-ui-kit-icons-category.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/category/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/emotions/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/evotor-dev-ui-kit-icons.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/header/evotor-dev-ui-kit-icons-header.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/header/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/info/evotor-dev-ui-kit-icons-info.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/info/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/navigation/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/side-menu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/system/evotor-dev-ui-kit-icons-system.mjs +0 -0
- /package/{esm2020 → esm2022}/icons/system/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/Serializable.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/animations/expand.animation.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/animations/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/animations/sidebar.animation.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/animations/skip-initial-render.animation.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/collection/evo-collection.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/collection/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/constants/css-breakpoints.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/constants/view-breakpoint-streams.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/evo-control-state-manager/evo-control-state-manager.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/evo-control-state-manager/evo-control-state.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/evo-control-state-manager/evo-control-states.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/types/evo-color.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/types/evo-size.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/common/types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-accordion/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-accordion/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/models/dadata.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-autocomplete/types/evo-autocomplete-size.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-badge/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-badge/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-badge/types/evo-badge-color.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-badge/types/evo-badge-size.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-badge/types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/constants/evo-button-themes-map.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-color.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-shape.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-size.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-theme-params.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/types/evo-button-theme.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-button/types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-checkbox/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-checkbox/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-chip/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-chip/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-control-error/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-control-error/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-control-label/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-control-label/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-counter/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-counter/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-datepicker/flatpickr-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-datepicker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-datepicker/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-datepicker/templates/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-dropdown/evo-dropdown-position-description.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-dropdown/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-dropdown/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-dropdown/types/evo-dropdown-positions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon/classes/evo-icons-library.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon/interfaces/icons-category.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon/interfaces/icons-source.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon-button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon-button/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon-button/types/evo-icon-button-size.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon-number/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-icon-number/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-input/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-input/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-loader/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-modal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-modal/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navbar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navbar/interfaces/nav-item-main-info.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navbar/interfaces/nav-item-router-link.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navbar/interfaces/nav-item.href.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navbar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navbar/types/nav-item.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navigation-button/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-navigation-button/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-note/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-note/public.api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-note/types/evo-note-type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-paginator/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-paginator/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-plus-minus/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-plus-minus/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-popover/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-popover/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal-outlet.class.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-portal/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-portal/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radio/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radio/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radio-group/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radio-group/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radio-group/typings/options.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radioshape/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-radioshape/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-segmented-bar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-select/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-select/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/enums/evo-sidebar-sizes.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/enums/evo-sidebar-states.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/evo-sidebar-portal.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/interfaces.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/sidebar-injection-token.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-sidebar/tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-stepper/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-stepper/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-submenu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-submenu/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-switcher/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-switcher/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-table/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-table/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-tabs/enums/evo-tabs-size.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-tabs/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-tabs/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-textarea/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-textarea/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-toast/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-toast/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-toggle/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-toggle/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-upload/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/evo-upload/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/decorators/deprecate-method.decorator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/decorators/deprecate-variable.decorator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/decorators/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/decorators/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/directives/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/directives/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/operators/enter-zone.operator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/operators/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/operators/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pipes/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/public-api.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-category.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-category.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-emotions.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-emotions.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-header.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-header.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-info.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-info.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-navigation.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-navigation.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-side-menu.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-side-menu.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-system.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons-system.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons.mjs +0 -0
- /package/{fesm2015 → fesm2022}/evotor-dev-ui-kit-icons.mjs.map +0 -0
- /package/{evotor-dev-ui-kit.d.ts → index.d.ts} +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": "errorsMessages"; "state": "state"; "autoFocus": "autoFocus"; }, {}, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoBaseControl, never, never, { "errorsMessages": { "alias": "errorsMessages"; "required": false; }; "state": { "alias": "state"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type EvoColor = 'secondary' | 'success' | 'secondary-light' | 'bonus' | 'background-grey' | 'highlight' | 'rating' | 'primary-light' | 'icon-light' | 'icon-dark' | 'disabled' | 'text' | 'text-grey' | 'text-subscription' | 'link' | 'error' | 'danger' | 'white' | 'grey' | 'black' | 'info' | 'graph-1' | 'graph-2' | 'graph-3' | 'graph-4' | 'graph-5' | 'graph-6' | 'graph-7' | 'graph-8' | 'graph-9' | 'graph-10' | 'primary';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type EvoSize = 'small' | 'normal' | 'large';
|
package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export declare class EvoAccordionContentComponent {
|
|
|
7
7
|
get expandAnimation(): "open" | "close";
|
|
8
8
|
constructor(evoIsExpandedDirective: EvoIsExpandedDirective, evoExpandedService: EvoExpandedService);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionContentComponent, [{ optional: true; }, null]>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionContentComponent, "evo-accordion-content", never, {}, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionContentComponent, "evo-accordion-content", never, {}, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class EvoAccordionPanelComponent {
|
|
|
5
5
|
constructor(evoExpandedService: EvoExpandedService);
|
|
6
6
|
toggle(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionPanelComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionPanelComponent, "evo-accordion-panel", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionPanelComponent, "evo-accordion-panel", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -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": "label"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionTitleComponent, "evo-accordion-title", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class EvoAccordionComponent implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoAccordionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionComponent, "evo-accordion", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAccordionComponent, "evo-accordion", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -5,10 +5,10 @@ import { NgSelectComponent } from '@ng-select/ng-select';
|
|
|
5
5
|
import { EvoInputTheme } from '../../evo-input';
|
|
6
6
|
import { EvoAutocompleteSize } from '../types/evo-autocomplete-size';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
8
|
+
export type DropdownPosition = 'bottom' | 'top' | 'auto';
|
|
9
|
+
export type AddTagFn = ((term: string) => any | Promise<any>);
|
|
10
|
+
export type CompareWithFn = (a: any, b: any) => boolean;
|
|
11
|
+
export type GroupValueFn = (key: string | object, children: any[]) => string | object;
|
|
12
12
|
export declare class EvoAutocompleteComponent implements ControlValueAccessor, AfterViewInit, OnDestroy {
|
|
13
13
|
private cdr;
|
|
14
14
|
control: NgControl;
|
|
@@ -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": "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>;
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteComponent, "evo-autocomplete", never, { "size": { "alias": "size"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "items": { "alias": "items"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "markFirst": { "alias": "markFirst"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "notFoundText": { "alias": "notFoundText"; "required": false; }; "typeToSearchText": { "alias": "typeToSearchText"; "required": false; }; "addTagText": { "alias": "addTagText"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "clearAllText": { "alias": "clearAllText"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "hideSelected": { "alias": "hideSelected"; "required": false; }; "selectOnTab": { "alias": "selectOnTab"; "required": false; }; "openOnEnter": { "alias": "openOnEnter"; "required": false; }; "maxSelectedItems": { "alias": "maxSelectedItems"; "required": false; }; "groupBy": { "alias": "groupBy"; "required": false; }; "groupValue": { "alias": "groupValue"; "required": false; }; "bufferAmount": { "alias": "bufferAmount"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "selectableGroup": { "alias": "selectableGroup"; "required": false; }; "selectableGroupAsModel": { "alias": "selectableGroupAsModel"; "required": false; }; "searchFn": { "alias": "searchFn"; "required": false; }; "clearOnBackspace": { "alias": "clearOnBackspace"; "required": false; }; "typeahead": { "alias": "typeahead"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleInline": { "alias": "multipleInline"; "required": false; }; "addTag": { "alias": "addTag"; "required": false; }; "searchable": { "alias": "searchable"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "errorsMessages": { "alias": "errorsMessages"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "editQuery": { "alias": "editQuery"; "required": false; }; "setSelectbox": { "alias": "isSelectbox"; "required": false; }; "setTheme": { "alias": "theme"; "required": false; }; }, { "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": "hasCheckbox"; "label": "label"; "description": "description"; "isDisabled": "isDisabled"; "isSelected": "isSelected"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoAutocompleteDefaultOptionComponent, "evo-autocomplete-default-option", never, { "hasCheckbox": { "alias": "hasCheckbox"; "required": false; }; "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type EvoAutocompleteSize = 'normal' | 'small';
|
|
@@ -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": "color"; "size": "size"; "multiline": "multiline"; "widthPixels": "width.px"; "widthPercents": "width.%"; }, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoBadgeComponent, "evo-badge", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "multiline": { "alias": "multiline"; "required": false; }; "widthPixels": { "alias": "width.px"; "required": false; }; "widthPercents": { "alias": "width.%"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { EvoColor } from '../../../common/types';
|
|
2
|
-
export
|
|
2
|
+
export type EvoBadgeColor = Extract<EvoColor, 'success' | 'error' | 'icon-dark' | 'icon-light' | 'graph-1' | 'graph-2' | 'graph-3' | 'graph-4' | 'graph-5' | 'graph-6' | 'graph-7' | 'graph-8' | 'graph-9' | 'graph-10' | 'grey' | 'rating' | 'primary'>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { EvoSize } from '../../../common/types';
|
|
2
|
-
export
|
|
2
|
+
export type EvoBadgeSize = Extract<EvoSize, 'normal' | 'small'>;
|
|
@@ -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": "size"; "color": "color"; "theme": "theme"; "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoButtonComponent, "button[evoButton], a[evoButton]", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
24
24
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
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 "
|
|
6
|
-
import * as i5 from "../evo-loader/evo-loader.module";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../evo-ui-kit.module";
|
|
5
|
+
import * as i4 from "../evo-loader/evo-loader.module";
|
|
7
6
|
export declare class EvoButtonModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoButtonModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoButtonModule, [typeof i1.EvoButtonComponent], [typeof i2.CommonModule, typeof i3.EvoUiKitModule, typeof i4.EvoLoaderModule], [typeof i1.EvoButtonComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoButtonModule>;
|
|
11
10
|
}
|
|
@@ -2,4 +2,4 @@ import { EvoColor } from '../../../common/types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Sync with $evo-button-colors SCSS variable
|
|
4
4
|
*/
|
|
5
|
-
export
|
|
5
|
+
export type EvoButtonColor = Extract<EvoColor, 'secondary' | 'success' | 'bonus' | 'link' | 'error' | 'white' | 'primary' | 'text'> | 'custom';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type EvoButtonTheme = 'rounded-solid' | 'rounded-outline' | 'rectangle-outline' | 'semi-rectangle-solid';
|
|
@@ -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": "indeterminate"; }, { "indeterminateChange": "indeterminateChange"; }, never, ["*"]>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCheckboxComponent, "evo-checkbox", never, { "setIndeterminate": { "alias": "indeterminate"; "required": false; }; }, { "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",// default
|
|
7
7
|
checkbox = "checkbox",
|
|
8
8
|
label = "label"
|
|
9
9
|
}
|
|
10
10
|
export declare enum EvoChipTheme {
|
|
11
|
-
grey = "grey"
|
|
11
|
+
grey = "grey",// default
|
|
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": "type"; "theme": "theme"; "counter": "counter"; "disabled": "disabled"; "name": "name"; "closable": "closable"; "closeTitle": "closeTitle"; "setInitialValue": "value"; }, { "close": "close"; }, never, ["*"]>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoChipComponent, "evo-chip", never, { "type": { "alias": "type"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "closeTitle": { "alias": "closeTitle"; "required": false; }; "setInitialValue": { "alias": "value"; "required": false; }; }, { "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": "errors"; "errorsMessages": "errorsMessages"; "showCount": "showCount"; }, {}, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlErrorComponent, "evo-control-error", never, { "errors": { "alias": "errors"; "required": false; }; "errorsMessages": { "alias": "errorsMessages"; "required": false; }; "showCount": { "alias": "showCount"; "required": false; }; }, {}, 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": "label"; "context": "context"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoControlLabelComponent, "evo-control-label", never, { "label": { "alias": "label"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, {}, 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": "value"; "disabled": "disabled"; "setSize": "size"; }, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCounterComponent, "evo-counter", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "setSize": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -4,7 +4,7 @@ import { FlatpickrOptions } from './flatpickr-options.interface';
|
|
|
4
4
|
import { EvoBaseControl } from '../../common/evo-base-control';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export * from './flatpickr-options.interface';
|
|
7
|
-
|
|
7
|
+
type SelectedDates = string[] | Date[];
|
|
8
8
|
export declare class EvoDatepickerComponent extends EvoBaseControl implements AfterViewInit, ControlValueAccessor, OnChanges, OnInit, OnDestroy {
|
|
9
9
|
private zone;
|
|
10
10
|
private elementRef;
|
|
@@ -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": "config"; "maskedInput": "maskedInput"; "theme": "theme"; "folded": "folded"; "placeholder": "placeholder"; "setDate": "setDate"; "description": "description"; "maxRangeDays": "maxRangeDays"; "appendToBody": "appendToBody"; }, { "closePicker": "closePicker"; }, never, never>;
|
|
173
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoDatepickerComponent, "evo-datepicker", never, { "config": { "alias": "config"; "required": false; }; "maskedInput": { "alias": "maskedInput"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "folded": { "alias": "folded"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "setDate": { "alias": "setDate"; "required": false; }; "description": { "alias": "description"; "required": false; }; "maxRangeDays": { "alias": "maxRangeDays"; "required": false; }; "appendToBody": { "alias": "appendToBody"; "required": false; }; }, { "closePicker": "closePicker"; }, never, never, false, never>;
|
|
174
174
|
}
|
|
@@ -11,5 +11,5 @@ export declare class EvoDropdownOriginDirective extends CdkOverlayOrigin {
|
|
|
11
11
|
close(): void;
|
|
12
12
|
toggle(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoDropdownOriginDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoDropdownOriginDirective, "[evoDropdownOrigin]", ["evoDropdownOrigin"], {}, {}, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoDropdownOriginDirective, "[evoDropdownOrigin]", ["evoDropdownOrigin"], {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -3,7 +3,7 @@ import { EvoDropdownOriginDirective } from './evo-dropdown-origin.directive';
|
|
|
3
3
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
4
4
|
import { EvoDropdownPositions } from './types/evo-dropdown-positions';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
|
|
6
|
+
type Position = EvoDropdownPositions | ConnectedPosition;
|
|
7
7
|
export declare class EvoDropdownComponent implements OnDestroy {
|
|
8
8
|
protected readonly viewContainerRef: ViewContainerRef;
|
|
9
9
|
private readonly ngZone;
|
|
@@ -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": "scrollStrategy"; "dropdownOrigin": "dropdownOrigin"; "isOpen": "isOpen"; "positions": "positions"; }, { "isOpenChange": "isOpenChange"; }, never, ["*"]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoDropdownComponent, "evo-dropdown", never, { "scrollStrategy": { "alias": "scrollStrategy"; "required": false; }; "dropdownOrigin": { "alias": "dropdownOrigin"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "positions": { "alias": "positions"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, ["*"], false, never>;
|
|
33
33
|
}
|
|
34
34
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type EvoDropdownPositions = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
|
|
@@ -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": "shape"; "svgWidth": "svgWidth"; "svgHeight": "svgHeight"; "svgViewBox": "svgViewBox"; }, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconComponent, "evo-icon", never, { "shape": { "alias": "shape"; "required": false; }; "svgWidth": { "alias": "svgWidth"; "required": false; }; "svgHeight": { "alias": "svgHeight"; "required": false; }; "svgViewBox": { "alias": "svgViewBox"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
1
|
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { EvoIconButtonSize } from './types/evo-icon-button-size';
|
|
2
|
+
import { EvoIconButtonColor, EvoIconButtonSize } from './types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare enum EvoIconButtonColor {
|
|
6
|
-
link = "link",
|
|
7
|
-
danger = "danger",
|
|
8
|
-
success = "success"
|
|
9
|
-
}
|
|
10
4
|
export declare class EvoIconButtonComponent implements OnInit, OnChanges {
|
|
11
5
|
disabled: boolean;
|
|
12
6
|
loading: boolean;
|
|
13
|
-
color: EvoIconButtonColor
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated instead of rectangle theme use `EvoNavigationButtonComponent`
|
|
16
|
-
*/
|
|
17
|
-
theme: EvoIconButtonTheme;
|
|
7
|
+
color: EvoIconButtonColor;
|
|
18
8
|
size: EvoIconButtonSize;
|
|
19
9
|
classes: string[];
|
|
20
10
|
get isDisabled(): boolean;
|
|
@@ -22,5 +12,5 @@ export declare class EvoIconButtonComponent implements OnInit, OnChanges {
|
|
|
22
12
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
13
|
private updateClassesList;
|
|
24
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIconButtonComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconButtonComponent, "button[evo-icon-button], a[evo-icon-button]", never, { "disabled": "disabled"; "loading": "loading"; "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconButtonComponent, "button[evo-icon-button], a[evo-icon-button]", never, { "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["evo-icon", "*"], false, never>;
|
|
26
16
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { EvoSize } from '../../../common/types';
|
|
2
|
-
export
|
|
2
|
+
export type EvoIconButtonSize = Extract<EvoSize, 'normal' | 'small'>;
|
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": "number"; }, {}, never, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoIconNumberComponent, "evo-icon-number", never, { "number": { "alias": "number"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EvoInputIconDirective {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoInputIconDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoInputIconDirective, "[evoInputIcon]", never, {}, {}, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoInputIconDirective, "[evoInputIcon]", never, {}, {}, never, never, false, never>;
|
|
5
5
|
}
|
|
@@ -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": "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]"]>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputComponent, "evo-input", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "dataCp": { "alias": "data-cp"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "inputDebounce": { "alias": "inputDebounce"; "required": false; }; "unmask": { "alias": "unmask"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "maskValidation": { "alias": "maskValidation"; "required": false; }; "setValue": { "alias": "value"; "required": false; }; "setSize": { "alias": "size"; "required": false; }; "setTheme": { "alias": "theme"; "required": false; }; }, { "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": "multiline"; "placeholder": "placeholder"; "autoFocus": "autoFocus"; "maxLines": "maxLines"; "minLines": "minLines"; "disabled": "disabled"; "preventStylingHotkeys": "preventStylingHotkeys"; }, { "blur": "blur"; }, never, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoInputContenteditableComponent, "evo-input-contenteditable", never, { "multiline": { "alias": "multiline"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "minLines": { "alias": "minLines"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "preventStylingHotkeys": { "alias": "preventStylingHotkeys"; "required": false; }; }, { "blur": "blur"; }, never, never, false, never>;
|
|
44
44
|
}
|
|
@@ -4,5 +4,5 @@ export declare class EvoCircularLoaderComponent implements OnInit {
|
|
|
4
4
|
clipPathId: string;
|
|
5
5
|
ngOnInit(): void;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoCircularLoaderComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCircularLoaderComponent, "evo-circular-loader", never, {}, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoCircularLoaderComponent, "evo-circular-loader", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./evo-loader.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../../evo-ui-kit.module";
|
|
2
|
+
import * as i1 from "./evo-circular-loader.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../evo-ui-kit.module";
|
|
6
5
|
export declare class EvoLoaderModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoLoaderModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoLoaderModule, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoLoaderModule, [typeof i1.EvoCircularLoaderComponent], [typeof i2.CommonModule, typeof i3.EvoUiKitModule], [typeof i1.EvoCircularLoaderComponent]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoLoaderModule>;
|
|
10
9
|
}
|
|
@@ -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": "id"; "titleText": "titleText"; "acceptText": "acceptText"; "acceptButtonColor": "acceptButtonColor"; "acceptButtonTheme": "acceptButtonTheme"; "declineText": "declineText"; "declineButtonColor": "declineButtonColor"; "declineButtonTheme": "declineButtonTheme"; "asyncAccept": "asyncAccept"; }, {}, never, ["evo-icon", "*"]>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoModalComponent, "evo-modal", never, { "id": { "alias": "id"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "acceptText": { "alias": "acceptText"; "required": false; }; "acceptButtonColor": { "alias": "acceptButtonColor"; "required": false; }; "acceptButtonTheme": { "alias": "acceptButtonTheme"; "required": false; }; "declineText": { "alias": "declineText"; "required": false; }; "declineButtonColor": { "alias": "declineButtonColor"; "required": false; }; "declineButtonTheme": { "alias": "declineButtonTheme"; "required": false; }; "asyncAccept": { "alias": "asyncAccept"; "required": false; }; }, {}, 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": "item"; "isNested": "isNested"; "isMobileView": "isMobileView"; "subMenuPositions": "subMenuPositions"; }, { "openSubMenu": "openSubMenu"; "closeSubMenu": "closeSubMenu"; }, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarItemComponent, "evo-navbar-item", never, { "item": { "alias": "item"; "required": false; }; "isNested": { "alias": "isNested"; "required": false; }; "isMobileView": { "alias": "isMobileView"; "required": false; }; "subMenuPositions": { "alias": "subMenuPositions"; "required": false; }; }, { "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": "subMenuPositions"; "items": "items"; }, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavbarComponent, "evo-navbar", never, { "subMenuPositions": { "alias": "subMenuPositions"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { NavItemRouterLink } from '../interfaces/nav-item-router-link';
|
|
2
2
|
import { NavItemHref } from '../interfaces/nav-item.href';
|
|
3
3
|
import { NavItemMainInfo } from '../interfaces/nav-item-main-info';
|
|
4
|
-
export
|
|
4
|
+
export type NavItem = NavItemMainInfo & (NavItemHref | NavItemRouterLink);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EvoNavigationButtonComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoNavigationButtonComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavigationButtonComponent, "evo-navigation-button", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNavigationButtonComponent, "evo-navigation-button", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -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": "closable"; "iconSrc": "iconSrc"; "type": "type"; }, { "close": "close"; }, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoNoteComponent, "evo-note", never, { "closable": { "alias": "closable"; "required": false; }; "iconSrc": { "alias": "iconSrc"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type EvoNoteType = 'danger' | 'info' | 'success' | 'warning';
|
|
@@ -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": "currentPage"; "setItemsTotal": "itemsTotal"; "setPageSize": "pageSize"; "setMaxVisiblePages": "visiblePagesLimit"; }, { "pageClick": "pageClick"; }, never, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPaginatorComponent, "evo-paginator", never, { "setCurrentPage": { "alias": "currentPage"; "required": false; }; "setItemsTotal": { "alias": "itemsTotal"; "required": false; }; "setPageSize": { "alias": "pageSize"; "required": false; }; "setMaxVisiblePages": { "alias": "visiblePagesLimit"; "required": false; }; }, { "pageClick": "pageClick"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EvoPlusMinusComponent implements OnInit {
|
|
|
9
9
|
constructor();
|
|
10
10
|
ngOnInit(): void;
|
|
11
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>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPlusMinusComponent, "evo-plus-minus", never, { "id": { "alias": "id"; "required": false; }; "disabledMinus": { "alias": "disabledMinus"; "required": false; }; "disabledPlus": { "alias": "disabledPlus"; "required": false; }; }, { "increase": "increase"; "decrease": "decrease"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, NgZone, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { Modifier, Placement, PositioningStrategy } from '@popperjs/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
4
|
+
export type EvoPopoverPosition = 'center' | Placement;
|
|
5
5
|
export interface EvoPopoverDelay {
|
|
6
6
|
show?: number;
|
|
7
7
|
hide?: number;
|
|
@@ -11,7 +11,7 @@ export declare class EvoPopoverComponent implements AfterViewInit, OnChanges, On
|
|
|
11
11
|
mediaTabletPosition: 'right' | 'left' | 'center';
|
|
12
12
|
set position(position: EvoPopoverPosition);
|
|
13
13
|
show: boolean;
|
|
14
|
-
modifiers: Partial<Modifier<any>>[];
|
|
14
|
+
modifiers: Partial<Modifier<any, any>>[];
|
|
15
15
|
strategy: PositioningStrategy;
|
|
16
16
|
set setDelay(value: any);
|
|
17
17
|
el: ElementRef;
|
|
@@ -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": "media-tablet-position"; "position": "position"; "show": "show"; "modifiers": "modifiers"; "strategy": "strategy"; "setDelay": "delay"; }, {}, never, ["*", "[popover-body]"]>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoPopoverComponent, "evo-popover", never, { "mediaTabletPosition": { "alias": "media-tablet-position"; "required": false; }; "position": { "alias": "position"; "required": false; }; "show": { "alias": "show"; "required": false; }; "modifiers": { "alias": "modifiers"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "setDelay": { "alias": "delay"; "required": false; }; }, {}, never, ["*", "[popover-body]"], false, never>;
|
|
43
43
|
}
|
|
@@ -6,5 +6,5 @@ export declare class EvoPortalOutletDirective extends EvoPortalOutlet {
|
|
|
6
6
|
viewContainerRef: ViewContainerRef;
|
|
7
7
|
constructor(injector: Injector, viewContainerRef: ViewContainerRef);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoPortalOutletDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoPortalOutletDirective, "[evoPortalOutlet]", never, {}, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoPortalOutletDirective, "[evoPortalOutlet]", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver, ComponentRef, EmbeddedViewRef, Injector, TemplateRef, Type, ViewRef } from '@angular/core';
|
|
2
2
|
import { EvoPortalOutlet } from './evo-portal-outlet.class';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
4
|
+
export type EvoPortalHostType = EvoPortalOutlet | HTMLElement | string;
|
|
5
5
|
export declare abstract class EvoAbstractPortal {
|
|
6
6
|
abstract hasAttachedPortal(): boolean;
|
|
7
7
|
abstract attach(host: EvoPortalHostType): void;
|
|
@@ -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": "value"; "name": "name"; }, {}, never, ["*"]>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioComponent, "evo-radio", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
18
18
|
}
|