@evotor-dev/ui-kit 8.0.0-beta.1 → 8.0.0-beta.11
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/{esm2020 → esm2022}/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +21 -21
- package/esm2022/lib/components/evo-autocomplete/models/DaDataParty.mjs +28 -0
- package/esm2022/lib/components/evo-badge/evo-badge.component.mjs +40 -0
- package/{esm2020 → esm2022}/lib/components/evo-badge/evo-badge.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/evo-button/components/evo-button/evo-button.component.mjs +14 -14
- 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/{esm2020 → esm2022}/lib/components/evo-checkbox/evo-checkbox.module.mjs +11 -11
- 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/{esm2020 → esm2022}/lib/components/evo-control-error/evo-control-error.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/evo-control-label/evo-control-label.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/evo-control-label/evo-control-label.module.mjs +5 -5
- package/esm2022/lib/components/evo-counter/evo-counter.component.mjs +38 -0
- package/{esm2020 → esm2022}/lib/components/evo-counter/evo-counter.module.mjs +7 -7
- package/esm2022/lib/components/evo-datepicker/evo-datepicker.component.mjs +561 -0
- package/{esm2020 → esm2022}/lib/components/evo-datepicker/evo-datepicker.module.mjs +11 -11
- 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/{esm2020 → esm2022}/lib/components/evo-dropdown/evo-dropdown.module.mjs +5 -5
- package/esm2022/lib/components/evo-icon/evo-icon.component.mjs +56 -0
- package/{esm2020 → esm2022}/lib/components/evo-icon/evo-icon.module.mjs +5 -5
- package/esm2022/lib/components/evo-icon-button/evo-icon-button.component.mjs +48 -0
- package/{esm2020 → esm2022}/lib/components/evo-icon-button/evo-icon-button.module.mjs +5 -5
- 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/esm2022/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +14 -0
- package/{esm2020 → esm2022}/lib/components/evo-icon-number/evo-icon-number.module.mjs +5 -5
- 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/{esm2020 → esm2022}/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +9 -9
- 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/{esm2020 → esm2022}/lib/components/evo-modal/evo-modal.module.mjs +9 -9
- 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/{esm2020 → esm2022}/lib/components/evo-navbar/evo-navbar.module.mjs +5 -5
- 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/{esm2020 → esm2022}/lib/components/evo-paginator/evo-paginator.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +5 -5
- package/esm2022/lib/components/evo-popover/evo-popover.component.mjs +173 -0
- package/{esm2020 → esm2022}/lib/components/evo-popover/evo-popover.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal-outlet.directive.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/evo-portal/evo-portal.module.mjs +7 -7
- 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/{esm2020 → esm2022}/lib/components/evo-radio/evo-radio.module.mjs +7 -7
- package/esm2022/lib/components/evo-radio-group/evo-radio-group.component.mjs +123 -0
- package/{esm2020 → esm2022}/lib/components/evo-radio-group/evo-radio-group.module.mjs +11 -11
- package/esm2022/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +56 -0
- package/{esm2020 → esm2022}/lib/components/evo-radioshape/evo-radioshape.module.mjs +9 -9
- 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/{esm2020 → esm2022}/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +5 -5
- package/esm2022/lib/components/evo-select/evo-select.component.mjs +115 -0
- package/{esm2020 → esm2022}/lib/components/evo-select/evo-select.module.mjs +11 -11
- 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/{esm2020 → esm2022}/lib/components/evo-stepper/evo-stepper.module.mjs +7 -7
- package/esm2022/lib/components/evo-submenu/evo-submenu.component.mjs +159 -0
- package/{esm2020 → esm2022}/lib/components/evo-submenu/evo-submenu.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/evo-switcher/evo-switcher.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/components/evo-switcher/evo-switcher.module.mjs +7 -7
- 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 +5 -5
- package/{esm2020 → esm2022}/lib/components/evo-table/evo-table.module.mjs +5 -5
- 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/{esm2020 → esm2022}/lib/components/evo-tabs/evo-tabs.module.mjs +7 -7
- 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/{esm2020 → esm2022}/lib/components/evo-textarea/evo-textarea.module.mjs +13 -13
- 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/{esm2020 → esm2022}/lib/components/evo-toggle/evo-toggle.module.mjs +9 -9
- 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/{esm2020 → esm2022}/lib/evo-ui-kit.module.mjs +21 -21
- 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 +956 -1289
- 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 +2 -2
- 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 +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 +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 +1 -1
- 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/package.json +43 -65
- 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 -64
- package/esm2020/lib/components/evo-alert/evo-alert.component.mjs +0 -79
- package/esm2020/lib/components/evo-alert/evo-alert.module.mjs +0 -27
- 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/models/DaDataParty.mjs +0 -28
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +0 -40
- 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-chip/evo-chip.component.mjs +0 -130
- package/esm2020/lib/components/evo-chip/evo-chip.module.mjs +0 -43
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +0 -41
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +0 -38
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +0 -561
- 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-icon/evo-icon.component.mjs +0 -56
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +0 -64
- package/esm2020/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +0 -2
- package/esm2020/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +0 -14
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +0 -358
- package/esm2020/lib/components/evo-input/evo-input.module.mjs +0 -64
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +0 -150
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +0 -27
- package/esm2020/lib/components/evo-loader/evo-loader.module.mjs +0 -31
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +0 -127
- 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-navigation-button/evo-navigation-button.module.mjs +0 -43
- package/esm2020/lib/components/evo-note/evo-note.component.mjs +0 -40
- package/esm2020/lib/components/evo-note/evo-note.module.mjs +0 -43
- package/esm2020/lib/components/evo-paginator/evo-paginator.component.mjs +0 -109
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +0 -173
- 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-group/evo-radio-group.component.mjs +0 -123
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +0 -56
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +0 -77
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +0 -115
- 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 -88
- 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-submenu/evo-submenu.component.mjs +0 -159
- package/esm2020/lib/components/evo-table/evo-table/evo-table.component.mjs +0 -67
- 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.service.mjs +0 -67
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +0 -79
- package/esm2020/lib/components/evo-toast/evo-toast.component.mjs +0 -98
- package/esm2020/lib/components/evo-toast/evo-toast.module.mjs +0 -43
- 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-upload/evo-upload.component.mjs +0 -287
- package/esm2020/lib/components/evo-upload/evo-upload.module.mjs +0 -57
- 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/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 -7385
- 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/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
|
@@ -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": "forceChecked"; "value": "value"; "name": "name"; }, {}, never, ["*"], false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoRadioshapeComponent, "evo-radioshape", never, { "forceChecked": { "alias": "forceChecked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, 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": "label"; "labelShort": "labelShort"; }, {}, never, ["*"], false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarComponent, "evo-segmented-bar", never, { "label": { "alias": "label"; "required": false; }; "labelShort": { "alias": "labelShort"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
10
|
}
|
|
@@ -18,5 +18,5 @@ export declare class EvoSegmentedBarButtonComponent extends EvoBaseControl imple
|
|
|
18
18
|
onInputChange(value: any): void;
|
|
19
19
|
get totalClasses(): string[];
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSegmentedBarButtonComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarButtonComponent, "evo-segmented-bar-button", never, { "name": "name"; "value": "value"; "color": "color"; "disabled": "disabled"; }, {}, never, ["*"], false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSegmentedBarButtonComponent, "evo-segmented-bar-button", never, { "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -33,5 +33,5 @@ export declare class EvoSelectComponent extends EvoBaseControl implements Contro
|
|
|
33
33
|
get currentState(): IEvoControlState;
|
|
34
34
|
setLabel(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSelectComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSelectComponent, "evo-select", never, { "style": "style"; "label": "label"; "theme": "theme"; }, {}, never, ["*"], false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSelectComponent, "evo-select", never, { "style": { "alias": "style"; "required": false; }; "label": { "alias": "label"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
37
37
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EvoSidebarContentComponent implements OnInit {
|
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
get hostClasses(): string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarContentComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarContentComponent, "evo-sidebar-content, [evo-sidebar-content]", never, { "relativeFooter": "relativeFooter"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarContentComponent, "evo-sidebar-content, [evo-sidebar-content]", never, { "relativeFooter": { "alias": "relativeFooter"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EvoSidebarFooterComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarFooterComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarFooterComponent, "evo-sidebar-footer, [evo-sidebar-footer]", never, {}, {}, never, ["*"], false>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarFooterComponent, "evo-sidebar-footer, [evo-sidebar-footer]", never, {}, {}, never, ["*"], false, never>;
|
|
5
5
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EvoSidebarHeaderComponent implements OnInit {
|
|
|
9
9
|
handleBackClick(): void;
|
|
10
10
|
closeSidebar(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarHeaderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarHeaderComponent, "evo-sidebar-header, [evo-sidebar-header]", never, { "backButton": "backButton"; }, { "back": "back"; }, never, ["*"], false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarHeaderComponent, "evo-sidebar-header, [evo-sidebar-header]", never, { "backButton": { "alias": "backButton"; "required": false; }; }, { "back": "back"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -38,5 +38,5 @@ export declare class EvoSidebarComponent implements OnDestroy, OnInit {
|
|
|
38
38
|
private clearView;
|
|
39
39
|
private closeOnLocationUpdates;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSidebarComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarComponent, "evo-sidebar", never, { "backButton": "backButton"; "id": "id"; "header": "header"; "size": "size"; "relativeFooter": "relativeFooter"; }, { "back": "back"; }, never, ["[content]", "[footer]"], false>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSidebarComponent, "evo-sidebar", never, { "backButton": { "alias": "backButton"; "required": false; }; "id": { "alias": "id"; "required": false; }; "header": { "alias": "header"; "required": false; }; "size": { "alias": "size"; "required": false; }; "relativeFooter": { "alias": "relativeFooter"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[footer]"], false, never>;
|
|
42
42
|
}
|
|
@@ -9,5 +9,5 @@ export declare class EvoStepperItemComponent implements OnChanges {
|
|
|
9
9
|
constructor(stepperEvents: EvoStepperEvents);
|
|
10
10
|
ngOnChanges(changes: SimpleChanges): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoStepperItemComponent, [{ host: true; }]>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperItemComponent, "evo-stepper-item", never, { "label": "label"; }, {}, ["contentTemp"], ["*"], false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperItemComponent, "evo-stepper-item", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["contentTemp"], ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -23,5 +23,5 @@ export declare class EvoStepperComponent implements AfterViewInit, OnChanges {
|
|
|
23
23
|
changeCurrentStep(index: number): void;
|
|
24
24
|
handleItemClick(index: number): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoStepperComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperComponent, "evo-stepper", never, { "currentStepIndex": "currentStepIndex"; "clickableItems": "clickableItems"; }, { "onChange": "onChange"; "clickItem": "clickItem"; }, ["stepComponentsList"], ["*"], false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoStepperComponent, "evo-stepper", never, { "currentStepIndex": { "alias": "currentStepIndex"; "required": false; }; "clickableItems": { "alias": "clickableItems"; "required": false; }; }, { "onChange": "onChange"; "clickItem": "clickItem"; }, ["stepComponentsList"], ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -45,5 +45,5 @@ export declare class EvoSubmenuComponent implements OnInit, AfterViewInit {
|
|
|
45
45
|
private calculateActiveItemIndex;
|
|
46
46
|
private checkHorizontalScroll;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSubmenuComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSubmenuComponent, "evo-submenu", never, { "menuType": "menuType"; "offsetLeft": "offsetLeft"; "items": "items"; }, {}, never, never, false>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSubmenuComponent, "evo-submenu", never, { "menuType": { "alias": "menuType"; "required": false; }; "offsetLeft": { "alias": "offsetLeft"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
49
49
|
}
|
package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ export interface EvoSwitcherItem {
|
|
|
5
5
|
}
|
|
6
6
|
export declare class EvoSwitcherItemComponent {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSwitcherItemComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSwitcherItemComponent, "evo-switcher-item", never, {}, {}, never, ["*"], false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSwitcherItemComponent, "evo-switcher-item", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -10,5 +10,5 @@ export declare class EvoSwitcherComponent {
|
|
|
10
10
|
set selectedIndex(index: number);
|
|
11
11
|
handleItemClick(index: number): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoSwitcherComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSwitcherComponent, "evo-switcher", never, { "items": "items"; "selectedIndex": "selectedIndex"; }, { "onItemSelection": "onItemSelection"; }, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoSwitcherComponent, "evo-switcher", never, { "items": { "alias": "items"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "onItemSelection": "onItemSelection"; }, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -31,5 +31,5 @@ export declare class EvoTableComponent implements OnInit, AfterContentInit, OnCh
|
|
|
31
31
|
onRowClick(rowIndex: any, item: any, event: any): void;
|
|
32
32
|
private filterColumns;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTableComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableComponent, "evo-table", never, { "data": "data"; "showHeader": "showHeader"; "stripe": "stripe"; "visibleColumns": "visibleColumns"; "rowClasses": "rowClasses"; }, { "rowClick": "rowClick"; }, ["columns"], never, false>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableComponent, "evo-table", never, { "data": { "alias": "data"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "stripe": { "alias": "stripe"; "required": false; }; "visibleColumns": { "alias": "visibleColumns"; "required": false; }; "rowClasses": { "alias": "rowClasses"; "required": false; }; }, { "rowClick": "rowClick"; }, ["columns"], never, false, never>;
|
|
35
35
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EvoTableColumnComponent {
|
|
|
8
8
|
constructor();
|
|
9
9
|
formatter: (row: number, col: number, cellValue: any, item: any) => any;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTableColumnComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableColumnComponent, "evo-table-column", never, { "prop": "prop"; "label": "label"; "className": "className"; "formatter": "formatter"; }, {}, ["header", "content"], ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTableColumnComponent, "evo-table-column", never, { "prop": { "alias": "prop"; "required": false; }; "label": { "alias": "label"; "required": false; }; "className": { "alias": "className"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; }, {}, ["header", "content"], ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { EvoTabsService } from '../evo-tabs.service';
|
|
3
|
-
import { Router, RouterLink
|
|
3
|
+
import { Router, RouterLink } from '@angular/router';
|
|
4
4
|
import { EvoTabsSizeService } from '../evo-tabs-size.service';
|
|
5
5
|
import { EvoTabsSize } from '../enums/evo-tabs-size';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -16,7 +16,7 @@ export declare class EvoTabComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
16
16
|
size: EvoTabsSize;
|
|
17
17
|
private _groupName;
|
|
18
18
|
private destroy$;
|
|
19
|
-
constructor(tabsService: EvoTabsService, cd: ChangeDetectorRef, sizeService: EvoTabsSizeService, routerLink: RouterLink, routerLinkWithHref:
|
|
19
|
+
constructor(tabsService: EvoTabsService, cd: ChangeDetectorRef, sizeService: EvoTabsSizeService, routerLink: RouterLink, routerLinkWithHref: RouterLink, router: Router);
|
|
20
20
|
set groupName(tabGroupId: string);
|
|
21
21
|
get groupName(): string;
|
|
22
22
|
get wrapperClasses(): {
|
|
@@ -31,5 +31,5 @@ export declare class EvoTabComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
31
31
|
private subscribeOnNavigationEnd;
|
|
32
32
|
private subscribeToTabChanges;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTabComponent, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabComponent, "evo-tab, [evoTab]", never, { "name": "name"; }, {}, never, ["*"], false>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabComponent, "evo-tab, [evoTab]", never, { "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
35
35
|
}
|
|
@@ -12,5 +12,5 @@ export declare class EvoTabContentComponent implements OnInit, OnDestroy {
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTabContentComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabContentComponent, "evo-tab-content, [evoTabContent]", never, { "tabsRef": "tabsRef"; }, {}, never, ["*"], false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabContentComponent, "evo-tab-content, [evoTabContent]", never, { "tabsRef": { "alias": "tabsRef"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -18,5 +18,5 @@ export declare class EvoTabsComponent implements OnInit, AfterContentChecked {
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
ngAfterContentChecked(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTabsComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabsComponent, "evo-tabs", never, { "name": "name"; "setSize": "size"; }, {}, ["tabComponentsList"], ["*"], false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTabsComponent, "evo-tabs", never, { "name": { "alias": "name"; "required": false; }; "setSize": { "alias": "size"; "required": false; }; }, {}, ["tabComponentsList"], ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -21,5 +21,5 @@ export declare class EvoTextareaComponent extends EvoBaseControl implements Cont
|
|
|
21
21
|
setDisabledState(isDisabled: boolean): void;
|
|
22
22
|
writeValue(value: string): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoTextareaComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTextareaComponent, "evo-textarea", never, { "placeholder": "placeholder"; "rows": "rows"; }, {}, never, never, false>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoTextareaComponent, "evo-textarea", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -19,5 +19,5 @@ export declare class EvoToastComponent implements OnInit {
|
|
|
19
19
|
close(): void;
|
|
20
20
|
private subscribeToToastPushes;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoToastComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoToastComponent, "evo-toast", never, {}, {}, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoToastComponent, "evo-toast", never, {}, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -16,5 +16,5 @@ export declare class EvoToggleComponent implements ControlValueAccessor {
|
|
|
16
16
|
registerOnTouched(fn: any): void;
|
|
17
17
|
setDisabledState(state: boolean): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoToggleComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoToggleComponent, "evo-toggle", never, {}, {}, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoToggleComponent, "evo-toggle", never, {}, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -61,5 +61,5 @@ export declare class EvoUploadComponent extends EvoBaseControl implements Contro
|
|
|
61
61
|
private fileExtensionValidator;
|
|
62
62
|
private maxFilesValidator;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUploadComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EvoUploadComponent, "evo-upload", never, { "accept": "accept"; "dropZoneLabel": "dropZoneLabel"; "dropZoneHint": "dropZoneHint"; "hideClearButton": "hideClearButton"; "hideSubmitButton": "hideSubmitButton"; "clickableFiles": "clickableFiles"; "earlyValidation": "earlyValidation"; "fileSizeLimit": "fileSizeLimit"; "maxFiles": "maxFiles"; "loading": "loading"; }, { "submit": "submit"; "addFiles": "addFiles"; "remove": "remove"; "clickFile": "clickFile"; }, never, never, false>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EvoUploadComponent, "evo-upload", never, { "accept": { "alias": "accept"; "required": false; }; "dropZoneLabel": { "alias": "dropZoneLabel"; "required": false; }; "dropZoneHint": { "alias": "dropZoneHint"; "required": false; }; "hideClearButton": { "alias": "hideClearButton"; "required": false; }; "hideSubmitButton": { "alias": "hideSubmitButton"; "required": false; }; "clickableFiles": { "alias": "clickableFiles"; "required": false; }; "earlyValidation": { "alias": "earlyValidation"; "required": false; }; "fileSizeLimit": { "alias": "fileSizeLimit"; "required": false; }; "maxFiles": { "alias": "maxFiles"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "submit": "submit"; "addFiles": "addFiles"; "remove": "remove"; "clickFile": "clickFile"; }, never, never, false, never>;
|
|
65
65
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./evo-upload.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../evo-
|
|
4
|
+
import * as i3 from "../evo-note/evo-note.module";
|
|
5
5
|
import * as i4 from "../evo-button/evo-button.module";
|
|
6
6
|
import * as i5 from "../evo-icon/evo-icon.module";
|
|
7
7
|
import * as i6 from "../../pipes/evo-pipes.module";
|
|
8
8
|
import * as i7 from "../../evo-ui-kit.module";
|
|
9
9
|
export declare class EvoUploadModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUploadModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoUploadModule, [typeof i1.EvoUploadComponent], [typeof i2.CommonModule, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoUploadModule, [typeof i1.EvoUploadComponent], [typeof i2.CommonModule, typeof i3.EvoNoteModule, typeof i4.EvoButtonModule, typeof i5.EvoIconModule, typeof i6.EvoPipesModule, typeof i7.EvoUiKitModule], [typeof i1.EvoUploadComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoUploadModule>;
|
|
13
13
|
}
|
|
@@ -8,5 +8,5 @@ export declare class EvoClickOutsideDirective {
|
|
|
8
8
|
onTouchStart<T extends MouseEvent, F extends HTMLElement>(event: T, targetElement: F): void;
|
|
9
9
|
clickOrTouchOutside<T extends MouseEvent, F extends HTMLElement>(event: T, targetElement: F): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoClickOutsideDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoClickOutsideDirective, "[evoClickOutside]", never, {}, { "evoClickOutside": "evoClickOutside"; }, never, never, false>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoClickOutsideDirective, "[evoClickOutside]", never, {}, { "evoClickOutside": "evoClickOutside"; }, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -15,5 +15,5 @@ export declare class EvoIsExpandedDirective implements OnInit, OnChanges, OnDest
|
|
|
15
15
|
handleExpandedChange(): void;
|
|
16
16
|
private updateView;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoIsExpandedDirective, [null, null, { optional: true; }]>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoIsExpandedDirective, "[evoIsExpanded]", never, { "evoIsExpanded": "evoIsExpanded"; }, { "evoIsExpandedChange": "evoIsExpandedChange"; }, never, never, false>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoIsExpandedDirective, "[evoIsExpanded]", never, { "evoIsExpanded": { "alias": "evoIsExpanded"; "required": false; }; }, { "evoIsExpandedChange": "evoIsExpandedChange"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -29,5 +29,5 @@ export declare class EvoLetDirective<T> {
|
|
|
29
29
|
*/
|
|
30
30
|
static ngTemplateContextGuard<T>(dir: EvoLetDirective<T>, ctx: any): ctx is EvoLetContext<T>;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoLetDirective<any>, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoLetDirective<any>, "[evoLet]", never, { "evoLet": "evoLet"; }, {}, never, never, false>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoLetDirective<any>, "[evoLet]", never, { "evoLet": { "alias": "evoLet"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, IterableDiffers, KeyValueDiffers, Renderer2
|
|
1
|
+
import { DoCheck, ElementRef, IterableDiffers, KeyValueDiffers, Renderer2 } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @usageNotes
|
|
@@ -57,5 +57,5 @@ export declare class EvoUiClassDirective implements DoCheck {
|
|
|
57
57
|
private removeClasses;
|
|
58
58
|
private toggleClass;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUiClassDirective, never>;
|
|
60
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoUiClassDirective, "[evoUiClass]", never, { "klass": "class"; "evoUiClass": "evoUiClass"; }, {}, never, never, false>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EvoUiClassDirective, "[evoUiClass]", never, { "klass": { "alias": "class"; "required": false; }; "evoUiClass": { "alias": "evoUiClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
61
61
|
}
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evotor-dev/ui-kit",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.11",
|
|
4
4
|
"homepage": "https://evotor.github.io/Evo-UI-Kit",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/evotor/Evo-UI-Kit.git"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@angular/
|
|
11
|
-
"@angular/
|
|
12
|
-
"@angular/
|
|
13
|
-
"@angular/
|
|
14
|
-
"@angular/forms": ">=
|
|
15
|
-
"@angular/platform-browser": ">=
|
|
16
|
-
"rxjs": ">=
|
|
10
|
+
"@angular/animations": ">=17.3.10",
|
|
11
|
+
"@angular/cdk": ">=17.3.10",
|
|
12
|
+
"@angular/common": ">=17.3.10",
|
|
13
|
+
"@angular/core": ">=17.3.10",
|
|
14
|
+
"@angular/forms": ">=17.3.10",
|
|
15
|
+
"@angular/platform-browser": ">=17.3.10",
|
|
16
|
+
"rxjs": ">=7.4.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.2.0",
|
|
20
20
|
"@popperjs/core": "2.11.8",
|
|
21
|
-
"angular-imask": "6.
|
|
21
|
+
"angular-imask": "7.6.1",
|
|
22
22
|
"autobind-decorator": "^2.4.0",
|
|
23
23
|
"flatpickr": "4.6.9",
|
|
24
|
-
"imask": "6.
|
|
24
|
+
"imask": "7.6.1",
|
|
25
25
|
"lodash-es": "^4.17.15",
|
|
26
26
|
"mime": "3.0.0",
|
|
27
|
-
"ngx-page-scroll": "
|
|
28
|
-
"ngx-page-scroll-core": "
|
|
27
|
+
"ngx-page-scroll": "12.0.0",
|
|
28
|
+
"ngx-page-scroll-core": "12.0.0",
|
|
29
29
|
"ts-keycode-enum": "^1.0.4"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
@@ -37,82 +37,60 @@
|
|
|
37
37
|
},
|
|
38
38
|
".": {
|
|
39
39
|
"types": "./index.d.ts",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
40
|
+
"esm2022": "./esm2022/evotor-dev-ui-kit.mjs",
|
|
41
|
+
"esm": "./esm2022/evotor-dev-ui-kit.mjs",
|
|
42
|
+
"default": "./fesm2022/evotor-dev-ui-kit.mjs"
|
|
43
|
+
},
|
|
44
|
+
"./icons": {
|
|
45
|
+
"types": "./icons/index.d.ts",
|
|
46
|
+
"esm2022": "./esm2022/icons/evotor-dev-ui-kit-icons.mjs",
|
|
47
|
+
"esm": "./esm2022/icons/evotor-dev-ui-kit-icons.mjs",
|
|
48
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons.mjs"
|
|
45
49
|
},
|
|
46
50
|
"./icons/category": {
|
|
47
51
|
"types": "./icons/category/index.d.ts",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-category.mjs",
|
|
52
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-category.mjs"
|
|
52
|
+
"esm2022": "./esm2022/icons/category/evotor-dev-ui-kit-icons-category.mjs",
|
|
53
|
+
"esm": "./esm2022/icons/category/evotor-dev-ui-kit-icons-category.mjs",
|
|
54
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-category.mjs"
|
|
53
55
|
},
|
|
54
56
|
"./icons/emotions": {
|
|
55
57
|
"types": "./icons/emotions/index.d.ts",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
60
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-emotions.mjs"
|
|
58
|
+
"esm2022": "./esm2022/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
59
|
+
"esm": "./esm2022/icons/emotions/evotor-dev-ui-kit-icons-emotions.mjs",
|
|
60
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-emotions.mjs"
|
|
61
61
|
},
|
|
62
62
|
"./icons/header": {
|
|
63
63
|
"types": "./icons/header/index.d.ts",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-header.mjs",
|
|
68
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-header.mjs"
|
|
64
|
+
"esm2022": "./esm2022/icons/header/evotor-dev-ui-kit-icons-header.mjs",
|
|
65
|
+
"esm": "./esm2022/icons/header/evotor-dev-ui-kit-icons-header.mjs",
|
|
66
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-header.mjs"
|
|
69
67
|
},
|
|
70
68
|
"./icons/info": {
|
|
71
69
|
"types": "./icons/info/index.d.ts",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-info.mjs",
|
|
76
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-info.mjs"
|
|
70
|
+
"esm2022": "./esm2022/icons/info/evotor-dev-ui-kit-icons-info.mjs",
|
|
71
|
+
"esm": "./esm2022/icons/info/evotor-dev-ui-kit-icons-info.mjs",
|
|
72
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-info.mjs"
|
|
77
73
|
},
|
|
78
74
|
"./icons/navigation": {
|
|
79
75
|
"types": "./icons/navigation/index.d.ts",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
84
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-navigation.mjs"
|
|
85
|
-
},
|
|
86
|
-
"./icons": {
|
|
87
|
-
"types": "./icons/index.d.ts",
|
|
88
|
-
"esm2020": "./esm2020/icons/evotor-dev-ui-kit-icons.mjs",
|
|
89
|
-
"es2020": "./fesm2020/evotor-dev-ui-kit-icons.mjs",
|
|
90
|
-
"es2015": "./fesm2015/evotor-dev-ui-kit-icons.mjs",
|
|
91
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons.mjs",
|
|
92
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons.mjs"
|
|
76
|
+
"esm2022": "./esm2022/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
77
|
+
"esm": "./esm2022/icons/navigation/evotor-dev-ui-kit-icons-navigation.mjs",
|
|
78
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-navigation.mjs"
|
|
93
79
|
},
|
|
94
80
|
"./icons/side-menu": {
|
|
95
81
|
"types": "./icons/side-menu/index.d.ts",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
100
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-side-menu.mjs"
|
|
82
|
+
"esm2022": "./esm2022/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
83
|
+
"esm": "./esm2022/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.mjs",
|
|
84
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-side-menu.mjs"
|
|
101
85
|
},
|
|
102
86
|
"./icons/system": {
|
|
103
87
|
"types": "./icons/system/index.d.ts",
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"node": "./fesm2015/evotor-dev-ui-kit-icons-system.mjs",
|
|
108
|
-
"default": "./fesm2020/evotor-dev-ui-kit-icons-system.mjs"
|
|
88
|
+
"esm2022": "./esm2022/icons/system/evotor-dev-ui-kit-icons-system.mjs",
|
|
89
|
+
"esm": "./esm2022/icons/system/evotor-dev-ui-kit-icons-system.mjs",
|
|
90
|
+
"default": "./fesm2022/evotor-dev-ui-kit-icons-system.mjs"
|
|
109
91
|
}
|
|
110
92
|
},
|
|
111
|
-
"module": "
|
|
112
|
-
"es2020": "fesm2020/evotor-dev-ui-kit.mjs",
|
|
113
|
-
"esm2020": "esm2020/evotor-dev-ui-kit.mjs",
|
|
114
|
-
"fesm2020": "fesm2020/evotor-dev-ui-kit.mjs",
|
|
115
|
-
"fesm2015": "fesm2015/evotor-dev-ui-kit.mjs",
|
|
93
|
+
"module": "fesm2022/evotor-dev-ui-kit.mjs",
|
|
116
94
|
"typings": "index.d.ts",
|
|
117
95
|
"sideEffects": false
|
|
118
96
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -10,10 +10,8 @@ export * from './lib/decorators/index';
|
|
|
10
10
|
export * from './lib/directives/index';
|
|
11
11
|
export * from './lib/operators/index';
|
|
12
12
|
export * from './lib/components/evo-accordion/index';
|
|
13
|
-
export * from './lib/components/evo-alert/index';
|
|
14
13
|
export * from './lib/components/evo-autocomplete/index';
|
|
15
14
|
export * from './lib/components/evo-badge/index';
|
|
16
|
-
export * from './lib/components/evo-banner/index';
|
|
17
15
|
export * from './lib/components/evo-button/index';
|
|
18
16
|
export * from './lib/components/evo-checkbox/index';
|
|
19
17
|
export * from './lib/components/evo-chip/index';
|
|
@@ -159,7 +159,7 @@ $evo-form-min-field-width: 100px;
|
|
|
159
159
|
&__title {
|
|
160
160
|
display: flex;
|
|
161
161
|
align-items: center;
|
|
162
|
-
@include h2
|
|
162
|
+
@include evo-text-header(h2);
|
|
163
163
|
margin-bottom: 24px;
|
|
164
164
|
font-weight: 700;
|
|
165
165
|
|
|
@@ -172,7 +172,7 @@ $evo-form-min-field-width: 100px;
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
&__subtitle {
|
|
175
|
-
@include h4
|
|
175
|
+
@include evo-text-header(h4);
|
|
176
176
|
margin-bottom: 16px;
|
|
177
177
|
font-weight: 700;
|
|
178
178
|
}
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
font-family: var(--evo-font-secondary);
|
|
7
7
|
|
|
8
8
|
&_h1 {
|
|
9
|
-
@include h1;
|
|
9
|
+
@include evo-text-header(h1);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
&_h2 {
|
|
13
|
-
@include h2;
|
|
13
|
+
@include evo-text-header(h2);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
&_h3 {
|
|
17
|
-
@include h3;
|
|
17
|
+
@include evo-text-header(h3);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&_h4 {
|
|
21
|
-
@include h4;
|
|
21
|
+
@include evo-text-header(h4);
|
|
22
22
|
}
|
|
23
23
|
}
|
package/styles/main.scss
CHANGED
package/styles/mixins.scss
CHANGED
|
@@ -44,48 +44,6 @@
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
/* title mixins*/
|
|
48
|
-
/* @deprecated use evo-text-* mixins*/
|
|
49
|
-
@mixin title {
|
|
50
|
-
color: #333f48;
|
|
51
|
-
font-weight: 700;
|
|
52
|
-
font-family: var(--evo-font-secondary);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/* @deprecated use evo-text-* mixins*/
|
|
56
|
-
@mixin h1 {
|
|
57
|
-
@include evo-text-header(h1);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/* @deprecated use evo-text-* mixins*/
|
|
61
|
-
@mixin h2 {
|
|
62
|
-
@include evo-text-header(h2);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/* @deprecated use evo-text-* mixins*/
|
|
66
|
-
@mixin h3 {
|
|
67
|
-
@include evo-text-header(h3);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/* @deprecated use evo-text-* mixins*/
|
|
71
|
-
@mixin h4 {
|
|
72
|
-
@include evo-text-header(h4);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* @deprecated use evo-input-* mixins
|
|
77
|
-
*/
|
|
78
|
-
@mixin input {
|
|
79
|
-
@include evo-input(normal, default);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* @deprecated use evo-input-states mixin
|
|
84
|
-
*/
|
|
85
|
-
@mixin evo-control-states {
|
|
86
|
-
@include evo-input-states();
|
|
87
|
-
}
|
|
88
|
-
|
|
89
47
|
@mixin hide-scroll {
|
|
90
48
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
91
49
|
scrollbar-width: none; /* Firefox */
|
package/styles/variables.scss
CHANGED
|
@@ -62,14 +62,6 @@ $color-graph-8: #F87550;
|
|
|
62
62
|
$color-graph-9: #847474;
|
|
63
63
|
$color-graph-10: #7A96A5;
|
|
64
64
|
|
|
65
|
-
/* deprecated*/
|
|
66
|
-
$color-dark: $color-text; /* deprecated, use $color-text */
|
|
67
|
-
$color-background-dark: $color-secondary; /* deprecated, use $color-secondary */
|
|
68
|
-
$color-secondary-2: $color-icon-dark; /* deprecated, use $color-icon-dark */
|
|
69
|
-
$color-text-subscription: $color-caption-text; /* deprecated, use $color-caption-text */
|
|
70
|
-
$color-background-50: $color-background-grey-light; /* deprecated, use $color-background-grey-light */
|
|
71
|
-
$color-grey: $color-background-grey; /* deprecated, use $color-background-grey */
|
|
72
|
-
|
|
73
65
|
/* shadows*/
|
|
74
66
|
/* ------------------------------------------------------------*/
|
|
75
67
|
$shadow-1dp: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
|