@evotor-dev/ui-kit 6.3.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -7
- package/bundles/evotor-dev-ui-kit-icons-category.umd.js +62 -62
- package/bundles/evotor-dev-ui-kit-icons-emotions.umd.js +18 -18
- package/bundles/evotor-dev-ui-kit-icons-header.umd.js +28 -28
- package/bundles/evotor-dev-ui-kit-icons-info.umd.js +40 -40
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js +56 -56
- package/bundles/evotor-dev-ui-kit-icons-navigation.umd.js.map +1 -1
- package/bundles/evotor-dev-ui-kit-icons-side-menu.umd.js +64 -64
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js +368 -368
- package/bundles/evotor-dev-ui-kit-icons-system.umd.js.map +1 -1
- package/bundles/evotor-dev-ui-kit-icons.umd.js +624 -624
- package/bundles/evotor-dev-ui-kit-icons.umd.js.map +1 -1
- package/bundles/evotor-dev-ui-kit.umd.js +8317 -8317
- package/bundles/evotor-dev-ui-kit.umd.js.map +1 -1
- package/esm2015/evotor-dev-ui-kit.js +4 -4
- package/esm2015/icons/category/evotor-dev-ui-kit-icons-category.js +4 -4
- package/esm2015/icons/category/index.js +61 -61
- package/esm2015/icons/emotions/evotor-dev-ui-kit-icons-emotions.js +4 -4
- package/esm2015/icons/emotions/index.js +17 -17
- package/esm2015/icons/evotor-dev-ui-kit-icons.js +4 -4
- package/esm2015/icons/header/evotor-dev-ui-kit-icons-header.js +4 -4
- package/esm2015/icons/header/index.js +27 -27
- package/esm2015/icons/index.js +8 -8
- package/esm2015/icons/info/evotor-dev-ui-kit-icons-info.js +4 -4
- package/esm2015/icons/info/index.js +39 -39
- package/esm2015/icons/navigation/evotor-dev-ui-kit-icons-navigation.js +4 -4
- package/esm2015/icons/navigation/index.js +56 -56
- package/esm2015/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.js +4 -4
- package/esm2015/icons/side-menu/index.js +63 -63
- package/esm2015/icons/system/evotor-dev-ui-kit-icons-system.js +4 -4
- package/esm2015/icons/system/index.js +368 -368
- package/esm2015/lib/common/Serializable.js +5 -5
- package/esm2015/lib/common/animations/expand.animation.js +27 -27
- package/esm2015/lib/common/animations/index.js +3 -3
- package/esm2015/lib/common/animations/sidebar.animation.js +9 -9
- package/esm2015/lib/common/animations/skip-initial-render.animation.js +2 -2
- package/esm2015/lib/common/collection/evo-collection-fabric.js +9 -9
- package/esm2015/lib/common/collection/evo-collection.js +6 -6
- package/esm2015/lib/common/collection/index.js +2 -2
- package/esm2015/lib/common/constants/css-breakpoints.js +8 -8
- package/esm2015/lib/common/constants/view-breakpoint-streams.js +23 -23
- package/esm2015/lib/common/evo-base-control.js +46 -46
- package/esm2015/lib/common/evo-control-state-manager/evo-control-state-manager.js +12 -12
- package/esm2015/lib/common/evo-control-state-manager/evo-control-state.interface.js +1 -1
- package/esm2015/lib/common/evo-control-state-manager/evo-control-states.enum.js +5 -5
- package/esm2015/lib/common/form-helper/form-helper.js +30 -30
- package/esm2015/lib/common/types/evo-color.js +1 -1
- package/esm2015/lib/common/types/evo-size.js +1 -1
- package/esm2015/lib/common/types/index.js +2 -2
- package/esm2015/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.js +35 -35
- package/esm2015/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.js +23 -23
- package/esm2015/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.js +61 -61
- package/esm2015/lib/components/evo-accordion/evo-accordion.component.js +22 -22
- package/esm2015/lib/components/evo-accordion/evo-accordion.module.js +65 -65
- package/esm2015/lib/components/evo-accordion/index.js +1 -1
- package/esm2015/lib/components/evo-accordion/public-api.js +5 -5
- package/esm2015/lib/components/evo-alert/evo-alert.component.js +82 -82
- package/esm2015/lib/components/evo-alert/evo-alert.module.js +28 -28
- package/esm2015/lib/components/evo-alert/index.js +1 -1
- package/esm2015/lib/components/evo-alert/public-api.js +2 -2
- package/esm2015/lib/components/evo-autocomplete/components/evo-autocomplete.component.js +364 -364
- package/esm2015/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.js +48 -48
- package/esm2015/lib/components/evo-autocomplete/evo-autocomplete.module.js +57 -57
- package/esm2015/lib/components/evo-autocomplete/helpers/switch-query-to-list.js +5 -5
- package/esm2015/lib/components/evo-autocomplete/index.js +1 -1
- package/esm2015/lib/components/evo-autocomplete/models/DaDataParty.js +27 -27
- package/esm2015/lib/components/evo-autocomplete/models/dadata.model.js +47 -47
- package/esm2015/lib/components/evo-autocomplete/public-api.js +6 -6
- package/esm2015/lib/components/evo-autocomplete/types/evo-autocomplete-size.js +1 -1
- package/esm2015/lib/components/evo-badge/evo-badge.component.js +44 -44
- package/esm2015/lib/components/evo-badge/evo-badge.module.js +27 -27
- package/esm2015/lib/components/evo-badge/index.js +2 -2
- package/esm2015/lib/components/evo-badge/public-api.js +2 -2
- package/esm2015/lib/components/evo-badge/types/evo-badge-color.js +1 -1
- package/esm2015/lib/components/evo-badge/types/evo-badge-size.js +1 -1
- package/esm2015/lib/components/evo-badge/types/index.js +2 -2
- package/esm2015/lib/components/evo-banner/evo-banner.component.js +115 -115
- package/esm2015/lib/components/evo-banner/evo-banner.module.js +26 -26
- package/esm2015/lib/components/evo-banner/index.js +1 -1
- package/esm2015/lib/components/evo-banner/public-api.js +2 -2
- package/esm2015/lib/components/evo-button/evo-button.component.js +86 -86
- package/esm2015/lib/components/evo-button/evo-button.module.js +25 -25
- package/esm2015/lib/components/evo-button/index.js +1 -1
- package/esm2015/lib/components/evo-button/public-api.js +2 -2
- package/esm2015/lib/components/evo-checkbox/evo-checkbox.component.js +86 -86
- package/esm2015/lib/components/evo-checkbox/evo-checkbox.module.js +33 -33
- package/esm2015/lib/components/evo-checkbox/index.js +1 -1
- package/esm2015/lib/components/evo-checkbox/public-api.js +2 -2
- package/esm2015/lib/components/evo-chip/evo-chip.component.js +137 -137
- package/esm2015/lib/components/evo-chip/evo-chip.module.js +44 -44
- package/esm2015/lib/components/evo-chip/index.js +1 -1
- package/esm2015/lib/components/evo-chip/public-api.js +2 -2
- package/esm2015/lib/components/evo-control-error/evo-control-error.component.js +42 -42
- package/esm2015/lib/components/evo-control-error/evo-control-error.module.js +29 -29
- package/esm2015/lib/components/evo-control-error/index.js +1 -1
- package/esm2015/lib/components/evo-control-error/public-api.js +2 -2
- package/esm2015/lib/components/evo-control-label/evo-control-label.component.js +22 -22
- package/esm2015/lib/components/evo-control-label/evo-control-label.module.js +21 -21
- package/esm2015/lib/components/evo-control-label/index.js +1 -1
- package/esm2015/lib/components/evo-control-label/public-api.js +2 -2
- package/esm2015/lib/components/evo-counter/evo-counter.component.js +42 -42
- package/esm2015/lib/components/evo-counter/evo-counter.module.js +29 -29
- package/esm2015/lib/components/evo-counter/index.js +1 -1
- package/esm2015/lib/components/evo-counter/public-api.js +2 -2
- package/esm2015/lib/components/evo-datepicker/evo-datepicker.component.js +550 -550
- package/esm2015/lib/components/evo-datepicker/evo-datepicker.module.js +33 -33
- package/esm2015/lib/components/evo-datepicker/flatpickr-options.interface.js +1 -1
- package/esm2015/lib/components/evo-datepicker/index.js +1 -1
- package/esm2015/lib/components/evo-datepicker/public-api.js +2 -2
- package/esm2015/lib/components/evo-datepicker/templates/index.js +19 -19
- package/esm2015/lib/components/evo-dropdown/evo-dropdown-origin.directive.js +40 -40
- package/esm2015/lib/components/evo-dropdown/evo-dropdown-position-description.js +50 -50
- package/esm2015/lib/components/evo-dropdown/evo-dropdown.component.js +111 -111
- package/esm2015/lib/components/evo-dropdown/evo-dropdown.module.js +19 -19
- package/esm2015/lib/components/evo-dropdown/index.js +1 -1
- package/esm2015/lib/components/evo-dropdown/public-api.js +4 -4
- package/esm2015/lib/components/evo-dropdown/types/evo-dropdown-positions.js +1 -1
- package/esm2015/lib/components/evo-icon/classes/evo-icons-library.js +18 -18
- package/esm2015/lib/components/evo-icon/evo-icon.component.js +56 -56
- package/esm2015/lib/components/evo-icon/evo-icon.module.js +56 -56
- package/esm2015/lib/components/evo-icon/index.js +1 -1
- package/esm2015/lib/components/evo-icon/interfaces/icons-category.js +1 -1
- package/esm2015/lib/components/evo-icon/interfaces/icons-source.js +1 -1
- package/esm2015/lib/components/evo-icon/public-api.js +5 -5
- package/esm2015/lib/components/evo-icon-button/evo-icon-button.component.js +66 -66
- package/esm2015/lib/components/evo-icon-button/evo-icon-button.module.js +25 -25
- package/esm2015/lib/components/evo-icon-button/index.js +1 -1
- package/esm2015/lib/components/evo-icon-button/public-api.js +2 -2
- package/esm2015/lib/components/evo-icon-button/types/evo-icon-button-size.js +1 -1
- package/esm2015/lib/components/evo-icon-button/types/evo-icon-button-theme.js +1 -1
- package/esm2015/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.js +18 -18
- package/esm2015/lib/components/evo-icon-number/evo-icon-number.module.js +17 -17
- package/esm2015/lib/components/evo-icon-number/index.js +1 -1
- package/esm2015/lib/components/evo-icon-number/public-api.js +2 -2
- package/esm2015/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.js +12 -12
- package/esm2015/lib/components/evo-input/evo-input.component.js +362 -362
- package/esm2015/lib/components/evo-input/evo-input.module.js +65 -65
- package/esm2015/lib/components/evo-input/index.js +1 -1
- package/esm2015/lib/components/evo-input/public-api.js +3 -3
- package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.js +156 -156
- package/esm2015/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.js +33 -33
- package/esm2015/lib/components/evo-input-contenteditable/index.js +1 -1
- package/esm2015/lib/components/evo-input-contenteditable/public-api.js +2 -2
- package/esm2015/lib/components/evo-input-contenteditable/utils/clear-multiline.js +6 -6
- package/esm2015/lib/components/evo-loader/evo-circular-loader.component.js +22 -22
- package/esm2015/lib/components/evo-loader/evo-loader.component.js +27 -27
- package/esm2015/lib/components/evo-loader/evo-loader.module.js +32 -32
- package/esm2015/lib/components/evo-loader/index.js +1 -1
- package/esm2015/lib/components/evo-loader/public-api.js +3 -3
- package/esm2015/lib/components/evo-modal/evo-modal.component.js +121 -121
- package/esm2015/lib/components/evo-modal/evo-modal.module.js +31 -31
- package/esm2015/lib/components/evo-modal/evo-modal.service.js +31 -31
- package/esm2015/lib/components/evo-modal/index.js +1 -1
- package/esm2015/lib/components/evo-modal/public-api.js +3 -3
- package/esm2015/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.js +62 -62
- package/esm2015/lib/components/evo-navbar/evo-navbar.component.js +50 -50
- package/esm2015/lib/components/evo-navbar/evo-navbar.module.js +23 -23
- package/esm2015/lib/components/evo-navbar/index.js +1 -1
- package/esm2015/lib/components/evo-navbar/interfaces/nav-item-main-info.js +1 -1
- package/esm2015/lib/components/evo-navbar/interfaces/nav-item-router-link.js +1 -1
- package/esm2015/lib/components/evo-navbar/interfaces/nav-item.href.js +1 -1
- package/esm2015/lib/components/evo-navbar/public-api.js +3 -3
- package/esm2015/lib/components/evo-navbar/types/nav-item.js +1 -1
- package/esm2015/lib/components/evo-note/evo-note.component.js +44 -44
- package/esm2015/lib/components/evo-note/evo-note.module.js +44 -44
- package/esm2015/lib/components/evo-note/index.js +1 -1
- package/esm2015/lib/components/evo-note/public.api.js +3 -3
- package/esm2015/lib/components/evo-note/types/evo-note-type.js +1 -1
- package/esm2015/lib/components/evo-paginator/evo-paginator.component.js +112 -112
- package/esm2015/lib/components/evo-paginator/evo-paginator.module.js +21 -21
- package/esm2015/lib/components/evo-paginator/index.js +1 -1
- package/esm2015/lib/components/evo-paginator/public-api.js +2 -2
- package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.component.js +29 -29
- package/esm2015/lib/components/evo-plus-minus/evo-plus-minus.module.js +21 -21
- package/esm2015/lib/components/evo-plus-minus/index.js +1 -1
- package/esm2015/lib/components/evo-plus-minus/public-api.js +2 -2
- package/esm2015/lib/components/evo-popover/evo-popover.component.js +176 -176
- package/esm2015/lib/components/evo-popover/evo-popover.module.js +25 -25
- package/esm2015/lib/components/evo-popover/index.js +1 -1
- package/esm2015/lib/components/evo-popover/public-api.js +2 -2
- package/esm2015/lib/components/evo-portal/evo-portal-outlet.class.js +6 -6
- package/esm2015/lib/components/evo-portal/evo-portal-outlet.directive.js +18 -18
- package/esm2015/lib/components/evo-portal/evo-portal.module.js +31 -31
- package/esm2015/lib/components/evo-portal/evo-portal.service.js +91 -91
- package/esm2015/lib/components/evo-portal/index.js +1 -1
- package/esm2015/lib/components/evo-portal/public-api.js +4 -4
- package/esm2015/lib/components/evo-radio/evo-radio.component.js +55 -55
- package/esm2015/lib/components/evo-radio/evo-radio.module.js +25 -25
- package/esm2015/lib/components/evo-radio/index.js +1 -1
- package/esm2015/lib/components/evo-radio/public-api.js +2 -2
- package/esm2015/lib/components/evo-radio-group/evo-radio-group.component.js +127 -127
- package/esm2015/lib/components/evo-radio-group/evo-radio-group.module.js +33 -33
- package/esm2015/lib/components/evo-radio-group/index.js +1 -1
- package/esm2015/lib/components/evo-radio-group/public-api.js +2 -2
- package/esm2015/lib/components/evo-radio-group/typings/options.js +1 -1
- package/esm2015/lib/components/evo-radioshape/components/evo-radioshape.component.js +60 -60
- package/esm2015/lib/components/evo-radioshape/evo-radioshape.module.js +32 -32
- package/esm2015/lib/components/evo-radioshape/index.js +1 -1
- package/esm2015/lib/components/evo-radioshape/public-api.js +2 -2
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.js +23 -23
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.js +78 -78
- package/esm2015/lib/components/evo-segmented-bar/evo-segmented-bar.module.js +38 -38
- package/esm2015/lib/components/evo-segmented-bar/index.js +1 -1
- package/esm2015/lib/components/evo-segmented-bar/public-api.js +3 -3
- package/esm2015/lib/components/evo-select/evo-select.component.js +120 -120
- package/esm2015/lib/components/evo-select/evo-select.module.js +33 -33
- package/esm2015/lib/components/evo-select/index.js +1 -1
- package/esm2015/lib/components/evo-select/public-api.js +2 -2
- package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.js +7 -7
- package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-sizes.js +6 -6
- package/esm2015/lib/components/evo-sidebar/enums/evo-sidebar-states.js +5 -5
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.js +37 -37
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.js +18 -18
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.js +46 -46
- package/esm2015/lib/components/evo-sidebar/evo-sidebar-portal.js +20 -20
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.component.js +173 -173
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.module.js +89 -89
- package/esm2015/lib/components/evo-sidebar/evo-sidebar.service.js +101 -101
- package/esm2015/lib/components/evo-sidebar/index.js +1 -1
- package/esm2015/lib/components/evo-sidebar/interfaces.js +1 -1
- package/esm2015/lib/components/evo-sidebar/public-api.js +11 -11
- package/esm2015/lib/components/evo-sidebar/sidebar-injection-token.js +2 -2
- package/esm2015/lib/components/evo-sidebar/tokens.js +11 -11
- package/esm2015/lib/components/evo-stepper/evo-stepper-events.js +24 -24
- package/esm2015/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.js +34 -34
- package/esm2015/lib/components/evo-stepper/evo-stepper.component.js +71 -71
- package/esm2015/lib/components/evo-stepper/evo-stepper.module.js +26 -26
- package/esm2015/lib/components/evo-stepper/index.js +1 -1
- package/esm2015/lib/components/evo-stepper/public-api.js +3 -3
- package/esm2015/lib/components/evo-submenu/evo-submenu.component.js +159 -159
- package/esm2015/lib/components/evo-submenu/evo-submenu.module.js +35 -35
- package/esm2015/lib/components/evo-submenu/index.js +1 -1
- package/esm2015/lib/components/evo-submenu/public-api.js +2 -2
- package/esm2015/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.js +14 -14
- package/esm2015/lib/components/evo-switcher/evo-switcher.component.js +35 -35
- package/esm2015/lib/components/evo-switcher/evo-switcher.module.js +26 -26
- package/esm2015/lib/components/evo-switcher/index.js +1 -1
- package/esm2015/lib/components/evo-switcher/public-api.js +3 -3
- package/esm2015/lib/components/evo-table/evo-table/evo-table.component.js +70 -70
- package/esm2015/lib/components/evo-table/evo-table-column/evo-table-column.component.js +34 -34
- package/esm2015/lib/components/evo-table/evo-table.module.js +22 -22
- package/esm2015/lib/components/evo-table/index.js +1 -1
- package/esm2015/lib/components/evo-table/public-api.js +3 -3
- package/esm2015/lib/components/evo-tabs/enums/evo-tabs-size.js +5 -5
- package/esm2015/lib/components/evo-tabs/evo-tab/evo-tab.component.js +91 -91
- package/esm2015/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.js +39 -39
- package/esm2015/lib/components/evo-tabs/evo-tab-state.collection.js +42 -42
- package/esm2015/lib/components/evo-tabs/evo-tabs-size.service.js +23 -23
- package/esm2015/lib/components/evo-tabs/evo-tabs.component.js +87 -87
- package/esm2015/lib/components/evo-tabs/evo-tabs.module.js +29 -29
- package/esm2015/lib/components/evo-tabs/evo-tabs.service.js +66 -66
- package/esm2015/lib/components/evo-tabs/index.js +1 -1
- package/esm2015/lib/components/evo-tabs/public-api.js +8 -8
- package/esm2015/lib/components/evo-textarea/evo-textarea.component.js +83 -83
- package/esm2015/lib/components/evo-textarea/evo-textarea.module.js +36 -36
- package/esm2015/lib/components/evo-textarea/index.js +1 -1
- package/esm2015/lib/components/evo-textarea/public-api.js +2 -2
- package/esm2015/lib/components/evo-toast/evo-toast.component.js +102 -102
- package/esm2015/lib/components/evo-toast/evo-toast.module.js +44 -44
- package/esm2015/lib/components/evo-toast/evo-toast.service.js +48 -48
- package/esm2015/lib/components/evo-toast/index.js +1 -1
- package/esm2015/lib/components/evo-toast/public-api.js +3 -3
- package/esm2015/lib/components/evo-toggle/evo-toggle.component.js +69 -69
- package/esm2015/lib/components/evo-toggle/evo-toggle.module.js +29 -29
- package/esm2015/lib/components/evo-toggle/index.js +1 -1
- package/esm2015/lib/components/evo-toggle/public-api.js +2 -2
- package/esm2015/lib/components/evo-upload/evo-upload.component.js +291 -291
- package/esm2015/lib/components/evo-upload/evo-upload.module.js +58 -58
- package/esm2015/lib/components/evo-upload/index.js +1 -1
- package/esm2015/lib/components/evo-upload/public-api.js +2 -2
- package/esm2015/lib/decorators/deprecate-method.decorator.js +7 -7
- package/esm2015/lib/decorators/deprecate-variable.decorator.js +16 -16
- package/esm2015/lib/decorators/index.js +1 -1
- package/esm2015/lib/decorators/public-api.js +2 -2
- package/esm2015/lib/directives/evo-click-outside.directive.js +39 -39
- package/esm2015/lib/directives/evo-is-expanded.directive.js +71 -71
- package/esm2015/lib/directives/evo-let/evo-let.directive.js +35 -35
- package/esm2015/lib/directives/evo-ui-class.directive.js +158 -158
- package/esm2015/lib/directives/index.js +1 -1
- package/esm2015/lib/directives/public-api.js +4 -4
- package/esm2015/lib/evo-ui-kit.module.js +64 -64
- package/esm2015/lib/operators/enter-zone.operator.js +8 -8
- package/esm2015/lib/operators/index.js +1 -1
- package/esm2015/lib/operators/public-api.js +1 -1
- package/esm2015/lib/pipes/declination.pipe.js +39 -39
- package/esm2015/lib/pipes/evo-pipes.module.js +16 -16
- package/esm2015/lib/pipes/index.js +1 -1
- package/esm2015/lib/pipes/public-api.js +3 -3
- package/esm2015/lib/pipes/safe-html.pipe.js +17 -17
- package/esm2015/lib/services/evo-expanded.service.js +22 -22
- package/esm2015/lib/services/index.js +1 -1
- package/esm2015/lib/services/public-api.js +1 -1
- package/esm2015/lib/services/window.service.js +48 -48
- package/esm2015/public_api.js +72 -72
- package/evotor-dev-ui-kit.d.ts +5 -5
- package/fesm2015/evotor-dev-ui-kit-icons-category.js +62 -62
- package/fesm2015/evotor-dev-ui-kit-icons-emotions.js +18 -18
- package/fesm2015/evotor-dev-ui-kit-icons-header.js +28 -28
- package/fesm2015/evotor-dev-ui-kit-icons-info.js +40 -40
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.js +56 -56
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.js.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-side-menu.js +64 -64
- package/fesm2015/evotor-dev-ui-kit-icons-system.js +368 -368
- package/fesm2015/evotor-dev-ui-kit-icons-system.js.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.js +624 -624
- package/fesm2015/evotor-dev-ui-kit-icons.js.map +1 -1
- package/fesm2015/evotor-dev-ui-kit.js +7119 -7119
- package/fesm2015/evotor-dev-ui-kit.js.map +1 -1
- package/icons/category/evotor-dev-ui-kit-icons-category.d.ts +5 -5
- package/icons/category/index.d.ts +59 -59
- package/icons/emotions/evotor-dev-ui-kit-icons-emotions.d.ts +5 -5
- package/icons/emotions/index.d.ts +15 -15
- package/icons/evotor-dev-ui-kit-icons.d.ts +5 -5
- package/icons/header/evotor-dev-ui-kit-icons-header.d.ts +5 -5
- package/icons/header/index.d.ts +25 -25
- package/icons/index.d.ts +319 -319
- package/icons/info/evotor-dev-ui-kit-icons-info.d.ts +5 -5
- package/icons/info/index.d.ts +37 -37
- package/icons/navigation/evotor-dev-ui-kit-icons-navigation.d.ts +5 -5
- package/icons/navigation/index.d.ts +53 -53
- package/icons/side-menu/evotor-dev-ui-kit-icons-side-menu.d.ts +5 -5
- package/icons/side-menu/index.d.ts +61 -61
- package/icons/system/evotor-dev-ui-kit-icons-system.d.ts +5 -5
- package/icons/system/index.d.ts +365 -365
- package/lib/common/Serializable.d.ts +3 -3
- package/lib/common/animations/expand.animation.d.ts +1 -1
- package/lib/common/animations/index.d.ts +3 -3
- package/lib/common/animations/sidebar.animation.d.ts +2 -2
- package/lib/common/animations/skip-initial-render.animation.d.ts +1 -1
- package/lib/common/collection/evo-collection-fabric.d.ts +4 -4
- package/lib/common/collection/evo-collection.d.ts +3 -3
- package/lib/common/collection/index.d.ts +2 -2
- package/lib/common/constants/css-breakpoints.d.ts +8 -8
- package/lib/common/constants/view-breakpoint-streams.d.ts +9 -9
- package/lib/common/evo-base-control.d.ts +21 -21
- package/lib/common/evo-control-state-manager/evo-control-state-manager.d.ts +7 -7
- package/lib/common/evo-control-state-manager/evo-control-state.interface.d.ts +5 -5
- package/lib/common/evo-control-state-manager/evo-control-states.enum.d.ts +4 -4
- package/lib/common/form-helper/form-helper.d.ts +5 -5
- package/lib/common/types/evo-color.d.ts +1 -1
- package/lib/common/types/evo-size.d.ts +1 -1
- package/lib/common/types/index.d.ts +2 -2
- package/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.d.ts +11 -11
- package/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.d.ts +9 -9
- package/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.d.ts +11 -11
- package/lib/components/evo-accordion/evo-accordion.component.d.ts +9 -9
- package/lib/components/evo-accordion/evo-accordion.module.d.ts +13 -13
- package/lib/components/evo-accordion/index.d.ts +1 -1
- package/lib/components/evo-accordion/public-api.d.ts +5 -5
- package/lib/components/evo-alert/evo-alert.component.d.ts +38 -38
- package/lib/components/evo-alert/evo-alert.module.d.ts +9 -9
- package/lib/components/evo-alert/index.d.ts +1 -1
- package/lib/components/evo-alert/public-api.d.ts +2 -2
- package/lib/components/evo-autocomplete/components/evo-autocomplete.component.d.ts +115 -115
- package/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.d.ts +16 -16
- package/lib/components/evo-autocomplete/evo-autocomplete.module.d.ts +15 -15
- package/lib/components/evo-autocomplete/helpers/switch-query-to-list.d.ts +2 -2
- package/lib/components/evo-autocomplete/index.d.ts +1 -1
- package/lib/components/evo-autocomplete/models/DaDataParty.d.ts +37 -37
- package/lib/components/evo-autocomplete/models/dadata.model.d.ts +320 -320
- package/lib/components/evo-autocomplete/public-api.d.ts +6 -6
- package/lib/components/evo-autocomplete/types/evo-autocomplete-size.d.ts +1 -1
- package/lib/components/evo-badge/evo-badge.component.d.ts +12 -12
- package/lib/components/evo-badge/evo-badge.module.d.ts +9 -9
- package/lib/components/evo-badge/index.d.ts +2 -2
- package/lib/components/evo-badge/public-api.d.ts +2 -2
- package/lib/components/evo-badge/types/evo-badge-color.d.ts +2 -2
- package/lib/components/evo-badge/types/evo-badge-size.d.ts +2 -2
- package/lib/components/evo-badge/types/index.d.ts +2 -2
- package/lib/components/evo-banner/evo-banner.component.d.ts +46 -46
- package/lib/components/evo-banner/evo-banner.module.d.ts +9 -9
- package/lib/components/evo-banner/index.d.ts +1 -1
- package/lib/components/evo-banner/public-api.d.ts +2 -2
- package/lib/components/evo-button/evo-button.component.d.ts +33 -33
- package/lib/components/evo-button/evo-button.module.d.ts +9 -9
- package/lib/components/evo-button/index.d.ts +1 -1
- package/lib/components/evo-button/public-api.d.ts +2 -2
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +26 -26
- package/lib/components/evo-checkbox/evo-checkbox.module.d.ts +11 -11
- package/lib/components/evo-checkbox/index.d.ts +1 -1
- package/lib/components/evo-checkbox/public-api.d.ts +2 -2
- package/lib/components/evo-chip/evo-chip.component.d.ts +45 -45
- package/lib/components/evo-chip/evo-chip.module.d.ts +11 -11
- package/lib/components/evo-chip/index.d.ts +1 -1
- package/lib/components/evo-chip/public-api.d.ts +2 -2
- package/lib/components/evo-control-error/evo-control-error.component.d.ts +14 -14
- package/lib/components/evo-control-error/evo-control-error.module.d.ts +10 -10
- package/lib/components/evo-control-error/index.d.ts +1 -1
- package/lib/components/evo-control-error/public-api.d.ts +2 -2
- package/lib/components/evo-control-label/evo-control-label.component.d.ts +9 -9
- package/lib/components/evo-control-label/evo-control-label.module.d.ts +8 -8
- package/lib/components/evo-control-label/index.d.ts +1 -1
- package/lib/components/evo-control-label/public-api.d.ts +2 -2
- package/lib/components/evo-counter/evo-counter.component.d.ts +16 -16
- package/lib/components/evo-counter/evo-counter.module.d.ts +9 -9
- package/lib/components/evo-counter/index.d.ts +1 -1
- package/lib/components/evo-counter/public-api.d.ts +2 -2
- package/lib/components/evo-datepicker/evo-datepicker.component.d.ts +174 -174
- package/lib/components/evo-datepicker/evo-datepicker.module.d.ts +11 -11
- package/lib/components/evo-datepicker/flatpickr-options.interface.d.ts +10 -10
- package/lib/components/evo-datepicker/index.d.ts +1 -1
- package/lib/components/evo-datepicker/public-api.d.ts +2 -2
- package/lib/components/evo-datepicker/templates/index.d.ts +16 -16
- package/lib/components/evo-dropdown/evo-dropdown-origin.directive.d.ts +15 -15
- package/lib/components/evo-dropdown/evo-dropdown-position-description.d.ts +3 -3
- package/lib/components/evo-dropdown/evo-dropdown.component.d.ts +34 -34
- package/lib/components/evo-dropdown/evo-dropdown.module.d.ts +10 -10
- package/lib/components/evo-dropdown/index.d.ts +1 -1
- package/lib/components/evo-dropdown/public-api.d.ts +4 -4
- package/lib/components/evo-dropdown/types/evo-dropdown-positions.d.ts +1 -1
- package/lib/components/evo-icon/classes/evo-icons-library.d.ts +11 -11
- package/lib/components/evo-icon/evo-icon.component.d.ts +20 -20
- package/lib/components/evo-icon/evo-icon.module.d.ts +16 -16
- package/lib/components/evo-icon/index.d.ts +1 -1
- package/lib/components/evo-icon/interfaces/icons-category.d.ts +5 -5
- package/lib/components/evo-icon/interfaces/icons-source.d.ts +3 -3
- package/lib/components/evo-icon/public-api.d.ts +5 -5
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +23 -23
- package/lib/components/evo-icon-button/evo-icon-button.module.d.ts +8 -8
- package/lib/components/evo-icon-button/index.d.ts +1 -1
- package/lib/components/evo-icon-button/public-api.d.ts +2 -2
- package/lib/components/evo-icon-button/types/evo-icon-button-size.d.ts +2 -2
- package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -1
- package/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.d.ts +6 -6
- package/lib/components/evo-icon-number/evo-icon-number.module.d.ts +8 -8
- package/lib/components/evo-icon-number/index.d.ts +1 -1
- package/lib/components/evo-icon-number/public-api.d.ts +2 -2
- package/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.d.ts +5 -5
- package/lib/components/evo-input/evo-input.component.d.ts +93 -93
- package/lib/components/evo-input/evo-input.module.d.ts +14 -14
- package/lib/components/evo-input/index.d.ts +1 -1
- package/lib/components/evo-input/public-api.d.ts +3 -3
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.d.ts +44 -44
- package/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.d.ts +10 -10
- package/lib/components/evo-input-contenteditable/index.d.ts +1 -1
- package/lib/components/evo-input-contenteditable/public-api.d.ts +2 -2
- package/lib/components/evo-input-contenteditable/utils/clear-multiline.d.ts +1 -1
- package/lib/components/evo-loader/evo-circular-loader.component.d.ts +8 -8
- package/lib/components/evo-loader/evo-loader.component.d.ts +14 -14
- package/lib/components/evo-loader/evo-loader.module.d.ts +10 -10
- package/lib/components/evo-loader/index.d.ts +1 -1
- package/lib/components/evo-loader/public-api.d.ts +3 -3
- package/lib/components/evo-modal/evo-modal.component.d.ts +37 -37
- package/lib/components/evo-modal/evo-modal.module.d.ts +10 -10
- package/lib/components/evo-modal/evo-modal.service.d.ts +22 -22
- package/lib/components/evo-modal/index.d.ts +1 -1
- package/lib/components/evo-modal/public-api.d.ts +3 -3
- package/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.d.ts +21 -21
- package/lib/components/evo-navbar/evo-navbar.component.d.ts +18 -18
- package/lib/components/evo-navbar/evo-navbar.module.d.ts +12 -12
- package/lib/components/evo-navbar/index.d.ts +1 -1
- package/lib/components/evo-navbar/interfaces/nav-item-main-info.d.ts +5 -5
- package/lib/components/evo-navbar/interfaces/nav-item-router-link.d.ts +14 -14
- package/lib/components/evo-navbar/interfaces/nav-item.href.d.ts +4 -4
- package/lib/components/evo-navbar/public-api.d.ts +7 -7
- package/lib/components/evo-navbar/types/nav-item.d.ts +4 -4
- package/lib/components/evo-note/evo-note.component.d.ts +13 -13
- package/lib/components/evo-note/evo-note.module.d.ts +10 -10
- package/lib/components/evo-note/index.d.ts +1 -1
- package/lib/components/evo-note/public.api.d.ts +3 -3
- package/lib/components/evo-note/types/evo-note-type.d.ts +1 -1
- package/lib/components/evo-paginator/evo-paginator.component.d.ts +26 -26
- package/lib/components/evo-paginator/evo-paginator.module.d.ts +8 -8
- package/lib/components/evo-paginator/index.d.ts +1 -1
- package/lib/components/evo-paginator/public-api.d.ts +2 -2
- package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -13
- package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -8
- package/lib/components/evo-plus-minus/index.d.ts +1 -1
- package/lib/components/evo-plus-minus/public-api.d.ts +2 -2
- package/lib/components/evo-popover/evo-popover.component.d.ts +43 -43
- package/lib/components/evo-popover/evo-popover.module.d.ts +9 -9
- package/lib/components/evo-popover/index.d.ts +1 -1
- package/lib/components/evo-popover/public-api.d.ts +2 -2
- package/lib/components/evo-portal/evo-portal-outlet.class.d.ts +6 -6
- package/lib/components/evo-portal/evo-portal-outlet.directive.d.ts +10 -10
- package/lib/components/evo-portal/evo-portal.module.d.ts +8 -8
- package/lib/components/evo-portal/evo-portal.service.d.ts +27 -27
- package/lib/components/evo-portal/index.d.ts +1 -1
- package/lib/components/evo-portal/public-api.d.ts +4 -4
- package/lib/components/evo-radio/evo-radio.component.d.ts +18 -18
- package/lib/components/evo-radio/evo-radio.module.d.ts +9 -9
- package/lib/components/evo-radio/index.d.ts +1 -1
- package/lib/components/evo-radio/public-api.d.ts +2 -2
- package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -56
- package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -11
- package/lib/components/evo-radio-group/index.d.ts +1 -1
- package/lib/components/evo-radio-group/public-api.d.ts +2 -2
- package/lib/components/evo-radio-group/typings/options.d.ts +6 -6
- package/lib/components/evo-radioshape/components/evo-radioshape.component.d.ts +19 -19
- package/lib/components/evo-radioshape/evo-radioshape.module.d.ts +9 -9
- package/lib/components/evo-radioshape/index.d.ts +1 -1
- package/lib/components/evo-radioshape/public-api.d.ts +2 -2
- package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -10
- package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -22
- package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -11
- package/lib/components/evo-segmented-bar/index.d.ts +1 -1
- package/lib/components/evo-segmented-bar/public-api.d.ts +3 -3
- package/lib/components/evo-select/evo-select.component.d.ts +37 -37
- package/lib/components/evo-select/evo-select.module.d.ts +11 -11
- package/lib/components/evo-select/index.d.ts +1 -1
- package/lib/components/evo-select/public-api.d.ts +2 -2
- package/lib/components/evo-sidebar/enums/evo-sidebar-close-targets.d.ts +6 -6
- package/lib/components/evo-sidebar/enums/evo-sidebar-sizes.d.ts +5 -5
- package/lib/components/evo-sidebar/enums/evo-sidebar-states.d.ts +4 -4
- package/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.d.ts +12 -12
- package/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.d.ts +5 -5
- package/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.d.ts +13 -13
- package/lib/components/evo-sidebar/evo-sidebar-portal.d.ts +13 -13
- package/lib/components/evo-sidebar/evo-sidebar.component.d.ts +42 -42
- package/lib/components/evo-sidebar/evo-sidebar.module.d.ts +17 -17
- package/lib/components/evo-sidebar/evo-sidebar.service.d.ts +26 -26
- package/lib/components/evo-sidebar/index.d.ts +1 -1
- package/lib/components/evo-sidebar/interfaces.d.ts +23 -23
- package/lib/components/evo-sidebar/public-api.d.ts +11 -11
- package/lib/components/evo-sidebar/sidebar-injection-token.d.ts +2 -2
- package/lib/components/evo-sidebar/tokens.d.ts +7 -7
- package/lib/components/evo-stepper/evo-stepper-events.d.ts +12 -12
- package/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.d.ts +13 -13
- package/lib/components/evo-stepper/evo-stepper.component.d.ts +27 -27
- package/lib/components/evo-stepper/evo-stepper.module.d.ts +10 -10
- package/lib/components/evo-stepper/index.d.ts +1 -1
- package/lib/components/evo-stepper/public-api.d.ts +3 -3
- package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -49
- package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -11
- package/lib/components/evo-submenu/index.d.ts +1 -1
- package/lib/components/evo-submenu/public-api.d.ts +2 -2
- package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -9
- package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -14
- package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -10
- package/lib/components/evo-switcher/index.d.ts +1 -1
- package/lib/components/evo-switcher/public-api.d.ts +3 -3
- package/lib/components/evo-table/evo-table/evo-table.component.d.ts +35 -35
- package/lib/components/evo-table/evo-table-column/evo-table-column.component.d.ts +12 -12
- package/lib/components/evo-table/evo-table.module.d.ts +9 -9
- package/lib/components/evo-table/index.d.ts +1 -1
- package/lib/components/evo-table/public-api.d.ts +3 -3
- package/lib/components/evo-tabs/enums/evo-tabs-size.d.ts +4 -4
- package/lib/components/evo-tabs/evo-tab/evo-tab.component.d.ts +35 -35
- package/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.d.ts +16 -16
- package/lib/components/evo-tabs/evo-tab-state.collection.d.ts +15 -15
- package/lib/components/evo-tabs/evo-tabs-size.service.d.ts +12 -12
- package/lib/components/evo-tabs/evo-tabs.component.d.ts +22 -22
- package/lib/components/evo-tabs/evo-tabs.module.d.ts +11 -11
- package/lib/components/evo-tabs/evo-tabs.service.d.ts +19 -19
- package/lib/components/evo-tabs/index.d.ts +1 -1
- package/lib/components/evo-tabs/public-api.d.ts +8 -8
- package/lib/components/evo-textarea/evo-textarea.component.d.ts +25 -25
- package/lib/components/evo-textarea/evo-textarea.module.d.ts +11 -11
- package/lib/components/evo-textarea/index.d.ts +1 -1
- package/lib/components/evo-textarea/public-api.d.ts +2 -2
- package/lib/components/evo-toast/evo-toast.component.d.ts +23 -23
- package/lib/components/evo-toast/evo-toast.module.d.ts +10 -10
- package/lib/components/evo-toast/evo-toast.service.d.ts +22 -22
- package/lib/components/evo-toast/index.d.ts +1 -1
- package/lib/components/evo-toast/public-api.d.ts +3 -3
- package/lib/components/evo-toggle/evo-toggle.component.d.ts +20 -20
- package/lib/components/evo-toggle/evo-toggle.module.d.ts +10 -10
- package/lib/components/evo-toggle/index.d.ts +1 -1
- package/lib/components/evo-toggle/public-api.d.ts +2 -2
- package/lib/components/evo-upload/evo-upload.component.d.ts +65 -65
- package/lib/components/evo-upload/evo-upload.module.d.ts +13 -13
- package/lib/components/evo-upload/index.d.ts +1 -1
- package/lib/components/evo-upload/public-api.d.ts +2 -2
- package/lib/decorators/deprecate-method.decorator.d.ts +1 -1
- package/lib/decorators/deprecate-variable.decorator.d.ts +1 -1
- package/lib/decorators/index.d.ts +1 -1
- package/lib/decorators/public-api.d.ts +2 -2
- package/lib/directives/evo-click-outside.directive.d.ts +12 -12
- package/lib/directives/evo-is-expanded.directive.d.ts +19 -19
- package/lib/directives/evo-let/evo-let.directive.d.ts +17 -17
- package/lib/directives/evo-ui-class.directive.d.ts +61 -61
- package/lib/directives/index.d.ts +1 -1
- package/lib/directives/public-api.d.ts +4 -4
- package/lib/evo-ui-kit.module.d.ts +16 -16
- package/lib/operators/enter-zone.operator.d.ts +3 -3
- package/lib/operators/index.d.ts +1 -1
- package/lib/operators/public-api.d.ts +1 -1
- package/lib/pipes/declination.pipe.d.ts +7 -7
- package/lib/pipes/evo-pipes.module.d.ts +8 -8
- package/lib/pipes/index.d.ts +1 -1
- package/lib/pipes/public-api.d.ts +3 -3
- package/lib/pipes/safe-html.pipe.d.ts +10 -10
- package/lib/services/evo-expanded.service.d.ts +11 -11
- package/lib/services/index.d.ts +1 -1
- package/lib/services/public-api.d.ts +1 -1
- package/lib/services/window.service.d.ts +14 -14
- package/package.json +1 -1
- package/public_api.d.ts +62 -62
- package/styles/components/evo-button.scss +1 -1
- package/styles/components/evo-chip.scss +2 -2
- package/styles/components/evo-title.scss +1 -1
- package/styles/globals.scss +6 -1
- package/styles/main.scss +6 -1
- package/styles/mixins.scss +5 -4
- package/styles/partials/_typography.scss +123 -0
- package/styles/partials/fonts.scss +2 -0
- package/styles/partials/typography/_typography-caption-mixin.scss +26 -0
- package/styles/partials/typography/_typography-field-typo-mixin.scss +36 -0
- package/styles/partials/typography/_typography-header-mixin.scss +62 -0
- package/styles/partials/typography/_typography-header-mobile-mixin.scss +34 -0
- package/styles/partials/typography/_typography-paragraph-mixin.scss +41 -0
- package/styles/partials/typography/_typography-subtitle-mixin.scss +20 -0
- package/styles/variables.scss +16 -13
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class EvoControlLabelComponent {
|
|
5
|
-
get isStringLabel() {
|
|
6
|
-
return typeof this.label === 'string';
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
EvoControlLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
EvoControlLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoControlLabelComponent, selector: "evo-control-label", inputs: { label: "label", context: "context" }, ngImport: i0, template: "<div class=\"evo-control-label\">\n <label class=\"evo-control-label__text\">\n <ng-container *ngIf=\"isStringLabel; else templatedLabel\">{{ label || ' ' }}</ng-container>\n </label>\n <div class=\"evo-control-label__content\">\n <ng-content></ng-content>\n </div>\n</div>\n<ng-template #templatedLabel>\n <ng-container [ngTemplateOutlet]=\"label\" [ngTemplateOutletContext]=\"context\"></ng-container>\n</ng-template>\n", styles: [":host{display:block}.evo-control-label{white-space:inherit}.evo-control-label__text{display:flex;justify-content:flex-start;align-items:center;margin-right:8px;margin-bottom:8px;color:#727272;font-size:14px;line-height:22px;white-space:inherit;cursor:default}.evo-control-label__content{white-space:normal}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: 'evo-control-label',
|
|
15
|
-
templateUrl: './evo-control-label.component.html',
|
|
16
|
-
styleUrls: ['./evo-control-label.component.scss'],
|
|
17
|
-
}]
|
|
18
|
-
}], propDecorators: { label: [{
|
|
19
|
-
type: Input
|
|
20
|
-
}], context: [{
|
|
21
|
-
type: Input
|
|
22
|
-
}] } });
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export class EvoControlLabelComponent {
|
|
5
|
+
get isStringLabel() {
|
|
6
|
+
return typeof this.label === 'string';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
EvoControlLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
EvoControlLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoControlLabelComponent, selector: "evo-control-label", inputs: { label: "label", context: "context" }, ngImport: i0, template: "<div class=\"evo-control-label\">\n <label class=\"evo-control-label__text\">\n <ng-container *ngIf=\"isStringLabel; else templatedLabel\">{{ label || ' ' }}</ng-container>\n </label>\n <div class=\"evo-control-label__content\">\n <ng-content></ng-content>\n </div>\n</div>\n<ng-template #templatedLabel>\n <ng-container [ngTemplateOutlet]=\"label\" [ngTemplateOutletContext]=\"context\"></ng-container>\n</ng-template>\n", styles: [":host{display:block}.evo-control-label{white-space:inherit}.evo-control-label__text{display:flex;justify-content:flex-start;align-items:center;margin-right:8px;margin-bottom:8px;color:#727272;font-size:14px;line-height:22px;white-space:inherit;cursor:default}.evo-control-label__content{white-space:normal}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{
|
|
14
|
+
selector: 'evo-control-label',
|
|
15
|
+
templateUrl: './evo-control-label.component.html',
|
|
16
|
+
styleUrls: ['./evo-control-label.component.scss'],
|
|
17
|
+
}]
|
|
18
|
+
}], propDecorators: { label: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], context: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}] } });
|
|
23
23
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWNvbnRyb2wtbGFiZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWNvbnRyb2wtbGFiZWwvZXZvLWNvbnRyb2wtbGFiZWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWNvbnRyb2wtbGFiZWwvZXZvLWNvbnRyb2wtbGFiZWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQWUsTUFBTSxlQUFlLENBQUM7OztBQU85RCxNQUFNLE9BQU8sd0JBQXdCO0lBSWpDLElBQUksYUFBYTtRQUNiLE9BQU8sT0FBTyxJQUFJLENBQUMsS0FBSyxLQUFLLFFBQVEsQ0FBQztJQUMxQyxDQUFDOztzSEFOUSx3QkFBd0I7MEdBQXhCLHdCQUF3Qix5R0NQckMseWNBV0E7NEZESmEsd0JBQXdCO2tCQUxwQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLFdBQVcsRUFBRSxvQ0FBb0M7b0JBQ2pELFNBQVMsRUFBRSxDQUFDLG9DQUFvQyxDQUFDO2lCQUNwRDs4QkFFWSxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdldm8tY29udHJvbC1sYWJlbCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V2by1jb250cm9sLWxhYmVsLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9ldm8tY29udHJvbC1sYWJlbC5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBFdm9Db250cm9sTGFiZWxDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmcgfCBUZW1wbGF0ZVJlZjxhbnk+O1xuICAgIEBJbnB1dCgpIGNvbnRleHQ6IE9iamVjdCB8IG51bGw7XG5cbiAgICBnZXQgaXNTdHJpbmdMYWJlbCgpOiBib29sZWFuIHtcbiAgICAgICAgcmV0dXJuIHR5cGVvZiB0aGlzLmxhYmVsID09PSAnc3RyaW5nJztcbiAgICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZXZvLWNvbnRyb2wtbGFiZWxcIj5cbiAgICA8bGFiZWwgY2xhc3M9XCJldm8tY29udHJvbC1sYWJlbF9fdGV4dFwiPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXNTdHJpbmdMYWJlbDsgZWxzZSB0ZW1wbGF0ZWRMYWJlbFwiPnt7IGxhYmVsIHx8ICcmbmJzcDsnIH19PC9uZy1jb250YWluZXI+XG4gICAgPC9sYWJlbD5cbiAgICA8ZGl2IGNsYXNzPVwiZXZvLWNvbnRyb2wtbGFiZWxfX2NvbnRlbnRcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuPC9kaXY+XG48bmctdGVtcGxhdGUgI3RlbXBsYXRlZExhYmVsPlxuICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwibGFiZWxcIiBbbmdUZW1wbGF0ZU91dGxldENvbnRleHRdPVwiY29udGV4dFwiPjwvbmctY29udGFpbmVyPlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EvoControlLabelComponent } from './evo-control-label.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class EvoControlLabelModule {
|
|
6
|
-
}
|
|
7
|
-
EvoControlLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
EvoControlLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, declarations: [EvoControlLabelComponent], imports: [CommonModule], exports: [EvoControlLabelComponent] });
|
|
9
|
-
EvoControlLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, imports: [[
|
|
10
|
-
CommonModule
|
|
11
|
-
]] });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
imports: [
|
|
16
|
-
CommonModule
|
|
17
|
-
],
|
|
18
|
-
declarations: [EvoControlLabelComponent],
|
|
19
|
-
exports: [EvoControlLabelComponent],
|
|
20
|
-
}]
|
|
21
|
-
}] });
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { EvoControlLabelComponent } from './evo-control-label.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class EvoControlLabelModule {
|
|
6
|
+
}
|
|
7
|
+
EvoControlLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
EvoControlLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, declarations: [EvoControlLabelComponent], imports: [CommonModule], exports: [EvoControlLabelComponent] });
|
|
9
|
+
EvoControlLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, imports: [[
|
|
10
|
+
CommonModule
|
|
11
|
+
]] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoControlLabelModule, decorators: [{
|
|
13
|
+
type: NgModule,
|
|
14
|
+
args: [{
|
|
15
|
+
imports: [
|
|
16
|
+
CommonModule
|
|
17
|
+
],
|
|
18
|
+
declarations: [EvoControlLabelComponent],
|
|
19
|
+
exports: [EvoControlLabelComponent],
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWNvbnRyb2wtbGFiZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWNvbnRyb2wtbGFiZWwvZXZvLWNvbnRyb2wtbGFiZWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQVN6RSxNQUFNLE9BQU8scUJBQXFCOzttSEFBckIscUJBQXFCO29IQUFyQixxQkFBcUIsaUJBSGhCLHdCQUF3QixhQUZ0QyxZQUFZLGFBR0gsd0JBQXdCO29IQUV4QixxQkFBcUIsWUFOdkI7WUFDUCxZQUFZO1NBQ2I7NEZBSVUscUJBQXFCO2tCQVBqQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELFlBQVksRUFBRSxDQUFFLHdCQUF3QixDQUFFO29CQUMxQyxPQUFPLEVBQUUsQ0FBRSx3QkFBd0IsQ0FBRTtpQkFDdEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEV2b0NvbnRyb2xMYWJlbENvbXBvbmVudCB9IGZyb20gJy4vZXZvLWNvbnRyb2wtbGFiZWwuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFsgRXZvQ29udHJvbExhYmVsQ29tcG9uZW50IF0sXG4gIGV4cG9ydHM6IFsgRXZvQ29udHJvbExhYmVsQ29tcG9uZW50IF0sXG59KVxuZXhwb3J0IGNsYXNzIEV2b0NvbnRyb2xMYWJlbE1vZHVsZSB7fVxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tY29udHJvbC1sYWJlbC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './evo-control-label.module';
|
|
2
|
-
export * from './evo-control-label.component';
|
|
1
|
+
export * from './evo-control-label.module';
|
|
2
|
+
export * from './evo-control-label.component';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1jb250cm9sLWxhYmVsL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLCtCQUErQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tY29udHJvbC1sYWJlbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldm8tY29udHJvbC1sYWJlbC5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../directives/evo-ui-class.directive";
|
|
4
|
-
export var EvoCounterSize;
|
|
5
|
-
(function (EvoCounterSize) {
|
|
6
|
-
EvoCounterSize["small"] = "small";
|
|
7
|
-
EvoCounterSize["normal"] = "normal";
|
|
8
|
-
})(EvoCounterSize || (EvoCounterSize = {}));
|
|
9
|
-
export class EvoCounterComponent {
|
|
10
|
-
constructor() {
|
|
11
|
-
this.size = EvoCounterSize.normal;
|
|
12
|
-
}
|
|
13
|
-
set setSize(size) {
|
|
14
|
-
if (EvoCounterSize[size]) {
|
|
15
|
-
this.size = EvoCounterSize[size];
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
get blockClasses() {
|
|
19
|
-
return {
|
|
20
|
-
'disabled': this.disabled,
|
|
21
|
-
[`size-${this.size}`]: this.size !== EvoCounterSize.normal
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
EvoCounterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
-
EvoCounterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoCounterComponent, selector: "evo-counter", inputs: { value: "value", disabled: "disabled", setSize: ["size", "setSize"] }, ngImport: i0, template: "<div class=\"evo-counter\" [evoUiClass]=\"blockClasses\">\n <span class=\"evo-counter__value\">{{value}}</span>\n</div>\n", styles: [".evo-counter{display:inline-flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;min-width:20px;height:20px;padding:1px 6px;background-color:#f05023;border-radius:32px}.evo-counter_disabled{background-color:#
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterComponent, decorators: [{
|
|
28
|
-
type: Component,
|
|
29
|
-
args: [{
|
|
30
|
-
selector: 'evo-counter',
|
|
31
|
-
templateUrl: './evo-counter.component.html',
|
|
32
|
-
styleUrls: ['./evo-counter.component.scss'],
|
|
33
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
34
|
-
}]
|
|
35
|
-
}], propDecorators: { value: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], disabled: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], setSize: [{
|
|
40
|
-
type: Input,
|
|
41
|
-
args: ['size']
|
|
42
|
-
}] } });
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../directives/evo-ui-class.directive";
|
|
4
|
+
export var EvoCounterSize;
|
|
5
|
+
(function (EvoCounterSize) {
|
|
6
|
+
EvoCounterSize["small"] = "small";
|
|
7
|
+
EvoCounterSize["normal"] = "normal";
|
|
8
|
+
})(EvoCounterSize || (EvoCounterSize = {}));
|
|
9
|
+
export class EvoCounterComponent {
|
|
10
|
+
constructor() {
|
|
11
|
+
this.size = EvoCounterSize.normal;
|
|
12
|
+
}
|
|
13
|
+
set setSize(size) {
|
|
14
|
+
if (EvoCounterSize[size]) {
|
|
15
|
+
this.size = EvoCounterSize[size];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
get blockClasses() {
|
|
19
|
+
return {
|
|
20
|
+
'disabled': this.disabled,
|
|
21
|
+
[`size-${this.size}`]: this.size !== EvoCounterSize.normal
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
EvoCounterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
EvoCounterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: EvoCounterComponent, selector: "evo-counter", inputs: { value: "value", disabled: "disabled", setSize: ["size", "setSize"] }, ngImport: i0, template: "<div class=\"evo-counter\" [evoUiClass]=\"blockClasses\">\n <span class=\"evo-counter__value\">{{value}}</span>\n</div>\n", styles: [".evo-counter{display:inline-flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;min-width:20px;height:20px;padding:1px 6px;background-color:#f05023;border-radius:32px}.evo-counter_disabled{background-color:#c6c6c6}.evo-counter__value{color:#fff;font:var(--font);font-weight:700;font-size:13px;line-height:18px}.evo-counter_size-small{min-width:18px;height:18px;padding:0 6px}.evo-counter_size-small .evo-counter__value{font-weight:600;font-size:10px;line-height:14px}\n"], directives: [{ type: i1.EvoUiClassDirective, selector: "[evoUiClass]", inputs: ["class", "evoUiClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterComponent, decorators: [{
|
|
28
|
+
type: Component,
|
|
29
|
+
args: [{
|
|
30
|
+
selector: 'evo-counter',
|
|
31
|
+
templateUrl: './evo-counter.component.html',
|
|
32
|
+
styleUrls: ['./evo-counter.component.scss'],
|
|
33
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
34
|
+
}]
|
|
35
|
+
}], propDecorators: { value: [{
|
|
36
|
+
type: Input
|
|
37
|
+
}], disabled: [{
|
|
38
|
+
type: Input
|
|
39
|
+
}], setSize: [{
|
|
40
|
+
type: Input,
|
|
41
|
+
args: ['size']
|
|
42
|
+
}] } });
|
|
43
43
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWNvdW50ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWNvdW50ZXIvZXZvLWNvdW50ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWNvdW50ZXIvZXZvLWNvdW50ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQUUxRSxNQUFNLENBQU4sSUFBWSxjQUdYO0FBSEQsV0FBWSxjQUFjO0lBQ3RCLGlDQUFlLENBQUE7SUFDZixtQ0FBaUIsQ0FBQTtBQUNyQixDQUFDLEVBSFcsY0FBYyxLQUFkLGNBQWMsUUFHekI7QUFRRCxNQUFNLE9BQU8sbUJBQW1CO0lBTmhDO1FBV0ksU0FBSSxHQUFtQixjQUFjLENBQUMsTUFBTSxDQUFDO0tBZWhEO0lBYkcsSUFBbUIsT0FBTyxDQUFDLElBQTZCO1FBQ3BELElBQUksY0FBYyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3RCLElBQUksQ0FBQyxJQUFJLEdBQUcsY0FBYyxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ3BDO0lBQ0wsQ0FBQztJQUVELElBQUksWUFBWTtRQUNaLE9BQU87WUFDSCxVQUFVLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDekIsQ0FBQyxRQUFRLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxFQUFFLElBQUksQ0FBQyxJQUFJLEtBQUssY0FBYyxDQUFDLE1BQU07U0FDN0QsQ0FBQztJQUNOLENBQUM7O2lIQWxCUSxtQkFBbUI7cUdBQW5CLG1CQUFtQixtSUNiaEMsOEhBR0E7NEZEVWEsbUJBQW1CO2tCQU4vQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxhQUFhO29CQUN2QixXQUFXLEVBQUUsOEJBQThCO29CQUMzQyxTQUFTLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztvQkFDM0MsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2xEOzhCQUdZLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUlhLE9BQU87c0JBQXpCLEtBQUs7dUJBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmV4cG9ydCBlbnVtIEV2b0NvdW50ZXJTaXplIHtcbiAgICBzbWFsbCA9ICdzbWFsbCcsXG4gICAgbm9ybWFsID0gJ25vcm1hbCcsXG59XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXZvLWNvdW50ZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldm8tY291bnRlci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vZXZvLWNvdW50ZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRXZvQ291bnRlckNvbXBvbmVudCB7XG5cbiAgICBASW5wdXQoKSB2YWx1ZTogbnVtYmVyO1xuICAgIEBJbnB1dCgpIGRpc2FibGVkOiBib29sZWFuO1xuXG4gICAgc2l6ZTogRXZvQ291bnRlclNpemUgPSBFdm9Db3VudGVyU2l6ZS5ub3JtYWw7XG5cbiAgICBASW5wdXQoJ3NpemUnKSBzZXQgc2V0U2l6ZShzaXplOiBFdm9Db3VudGVyU2l6ZSB8IHN0cmluZykge1xuICAgICAgICBpZiAoRXZvQ291bnRlclNpemVbc2l6ZV0pIHtcbiAgICAgICAgICAgIHRoaXMuc2l6ZSA9IEV2b0NvdW50ZXJTaXplW3NpemVdO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgZ2V0IGJsb2NrQ2xhc3NlcygpOiB7IFtjc3NDbGFzczogc3RyaW5nXTogYm9vbGVhbiB9IHtcbiAgICAgICAgcmV0dXJuIHtcbiAgICAgICAgICAgICdkaXNhYmxlZCc6IHRoaXMuZGlzYWJsZWQsXG4gICAgICAgICAgICBbYHNpemUtJHt0aGlzLnNpemV9YF06IHRoaXMuc2l6ZSAhPT0gRXZvQ291bnRlclNpemUubm9ybWFsXG4gICAgICAgIH07XG4gICAgfVxuXG59XG4iLCI8ZGl2IGNsYXNzPVwiZXZvLWNvdW50ZXJcIiBbZXZvVWlDbGFzc109XCJibG9ja0NsYXNzZXNcIj5cbiAgICA8c3BhbiBjbGFzcz1cImV2by1jb3VudGVyX192YWx1ZVwiPnt7dmFsdWV9fTwvc3Bhbj5cbjwvZGl2PlxuIl19
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EvoCounterComponent } from './evo-counter.component';
|
|
4
|
-
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EvoCounterModule {
|
|
7
|
-
}
|
|
8
|
-
EvoCounterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
EvoCounterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, declarations: [EvoCounterComponent], imports: [CommonModule,
|
|
10
|
-
EvoUiKitModule], exports: [EvoCounterComponent] });
|
|
11
|
-
EvoCounterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, imports: [[
|
|
12
|
-
CommonModule,
|
|
13
|
-
EvoUiKitModule
|
|
14
|
-
]] });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, decorators: [{
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{
|
|
18
|
-
imports: [
|
|
19
|
-
CommonModule,
|
|
20
|
-
EvoUiKitModule
|
|
21
|
-
],
|
|
22
|
-
declarations: [
|
|
23
|
-
EvoCounterComponent
|
|
24
|
-
],
|
|
25
|
-
exports: [
|
|
26
|
-
EvoCounterComponent
|
|
27
|
-
]
|
|
28
|
-
}]
|
|
29
|
-
}] });
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { EvoCounterComponent } from './evo-counter.component';
|
|
4
|
+
import { EvoUiKitModule } from '../../evo-ui-kit.module';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class EvoCounterModule {
|
|
7
|
+
}
|
|
8
|
+
EvoCounterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
EvoCounterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, declarations: [EvoCounterComponent], imports: [CommonModule,
|
|
10
|
+
EvoUiKitModule], exports: [EvoCounterComponent] });
|
|
11
|
+
EvoCounterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, imports: [[
|
|
12
|
+
CommonModule,
|
|
13
|
+
EvoUiKitModule
|
|
14
|
+
]] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: EvoCounterModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
imports: [
|
|
19
|
+
CommonModule,
|
|
20
|
+
EvoUiKitModule
|
|
21
|
+
],
|
|
22
|
+
declarations: [
|
|
23
|
+
EvoCounterComponent
|
|
24
|
+
],
|
|
25
|
+
exports: [
|
|
26
|
+
EvoCounterComponent
|
|
27
|
+
]
|
|
28
|
+
}]
|
|
29
|
+
}] });
|
|
30
30
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWNvdW50ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWNvdW50ZXIvZXZvLWNvdW50ZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzlELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFjekQsTUFBTSxPQUFPLGdCQUFnQjs7OEdBQWhCLGdCQUFnQjsrR0FBaEIsZ0JBQWdCLGlCQU5yQixtQkFBbUIsYUFKbkIsWUFBWTtRQUNaLGNBQWMsYUFNZCxtQkFBbUI7K0dBR2QsZ0JBQWdCLFlBWGhCO1lBQ0wsWUFBWTtZQUNaLGNBQWM7U0FDakI7NEZBUVEsZ0JBQWdCO2tCQVo1QixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLGNBQWM7cUJBQ2pCO29CQUNELFlBQVksRUFBRTt3QkFDVixtQkFBbUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxtQkFBbUI7cUJBQ3RCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBFdm9Db3VudGVyQ29tcG9uZW50IH0gZnJvbSAnLi9ldm8tY291bnRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXZvVWlLaXRNb2R1bGUgfSBmcm9tICcuLi8uLi9ldm8tdWkta2l0Lm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIEV2b1VpS2l0TW9kdWxlXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRXZvQ291bnRlckNvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBFdm9Db3VudGVyQ29tcG9uZW50XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBFdm9Db3VudGVyTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './public-api';
|
|
1
|
+
export * from './public-api';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8tY291bnRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './evo-counter.component';
|
|
2
|
-
export * from './evo-counter.module';
|
|
1
|
+
export * from './evo-counter.component';
|
|
2
|
+
export * from './evo-counter.module';
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2V2by11aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2V2by1jb3VudGVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8tY291bnRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9ldm8tY291bnRlci5tb2R1bGUnO1xuIl19
|