@wizishop/angular-components 18.2.0 → 19.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -76
- package/angular-components.scss +10688 -9422
- package/assets/images/upload/upload_images.svg +23 -0
- package/fesm2022/wizishop-angular-components.mjs +1294 -559
- package/fesm2022/wizishop-angular-components.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/animations/in-out/in-out-x.animation.d.ts +1 -0
- package/lib/animations/in-out/in-out-x.animation.d.ts.map +1 -0
- package/lib/animations/in-out/in-out-y.animation.d.ts +1 -0
- package/lib/animations/in-out/in-out-y.animation.d.ts.map +1 -0
- package/lib/animations/list/animate-list-from-bottom.animation.d.ts +1 -0
- package/lib/animations/list/animate-list-from-bottom.animation.d.ts.map +1 -0
- package/lib/animations/list/animate-list-from-left.animation.d.ts +1 -0
- package/lib/animations/list/animate-list-from-left.animation.d.ts.map +1 -0
- package/lib/animations/list/animate-list-from-right.animation.d.ts +1 -0
- package/lib/animations/list/animate-list-from-right.animation.d.ts.map +1 -0
- package/lib/animations/list/animate-list-from-top.animation.d.ts +1 -0
- package/lib/animations/list/animate-list-from-top.animation.d.ts.map +1 -0
- package/lib/animations/show/opacity.animation.d.ts +1 -0
- package/lib/animations/show/opacity.animation.d.ts.map +1 -0
- package/lib/animations/show/show-from-bottom.animation.d.ts +1 -0
- package/lib/animations/show/show-from-bottom.animation.d.ts.map +1 -0
- package/lib/animations/show/show-from-left.animation.d.ts +1 -0
- package/lib/animations/show/show-from-left.animation.d.ts.map +1 -0
- package/lib/animations/show/show-from-right.animation.d.ts +1 -0
- package/lib/animations/show/show-from-right.animation.d.ts.map +1 -0
- package/lib/animations/show/show-from-top.animation.d.ts +1 -0
- package/lib/animations/show/show-from-top.animation.d.ts.map +1 -0
- package/lib/animations/switch/switch-in-out.animation.d.ts +1 -0
- package/lib/animations/switch/switch-in-out.animation.d.ts.map +1 -0
- package/lib/components/ai-express/ai-express.component.d.ts +1 -0
- package/lib/components/ai-express/ai-express.component.d.ts.map +1 -0
- package/lib/components/alert/alert.component.d.ts +1 -0
- package/lib/components/alert/alert.component.d.ts.map +1 -0
- package/lib/components/alert-popup/alert-popup-module.d.ts +1 -0
- package/lib/components/alert-popup/alert-popup-module.d.ts.map +1 -0
- package/lib/components/alert-popup/alert-popup.component.d.ts +4 -3
- package/lib/components/alert-popup/alert-popup.component.d.ts.map +1 -0
- package/lib/components/alert-popup/alert-popup.service.d.ts +1 -0
- package/lib/components/alert-popup/alert-popup.service.d.ts.map +1 -0
- package/lib/components/back/back.component.d.ts +1 -0
- package/lib/components/back/back.component.d.ts.map +1 -0
- package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -0
- package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts.map +1 -0
- package/lib/components/block/block.component.d.ts +1 -0
- package/lib/components/block/block.component.d.ts.map +1 -0
- package/lib/components/block/separator/block-separator.component.d.ts +1 -0
- package/lib/components/block/separator/block-separator.component.d.ts.map +1 -0
- package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -0
- package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts.map +1 -0
- package/lib/components/border-picker/border-picker.component.d.ts +30 -0
- package/lib/components/border-picker/border-picker.component.d.ts.map +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts.map +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.dto.d.ts +1 -0
- package/lib/components/breadcrumbs/breadcrumbs.dto.d.ts.map +1 -0
- package/lib/components/button/button.component.d.ts +1 -0
- package/lib/components/button/button.component.d.ts.map +1 -0
- package/lib/components/calendar/calendar.component.d.ts +6 -1
- package/lib/components/calendar/calendar.component.d.ts.map +1 -0
- package/lib/components/card-price/card-price.component.d.ts +1 -0
- package/lib/components/card-price/card-price.component.d.ts.map +1 -0
- package/lib/components/charging-bar/charging-bar.component.d.ts +1 -0
- package/lib/components/charging-bar/charging-bar.component.d.ts.map +1 -0
- package/lib/components/checkbox/checkbox.component.d.ts +1 -0
- package/lib/components/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/components/checkbox/checkbox.module.d.ts +1 -0
- package/lib/components/checkbox/checkbox.module.d.ts.map +1 -0
- package/lib/components/color-picker/color-picker.component.d.ts +24 -0
- package/lib/components/color-picker/color-picker.component.d.ts.map +1 -0
- package/lib/components/column/column.component.d.ts +1 -0
- package/lib/components/column/column.component.d.ts.map +1 -0
- package/lib/components/common/label/label.component.d.ts +1 -0
- package/lib/components/common/label/label.component.d.ts.map +1 -0
- package/lib/components/common/placeholder/placeholder.component.d.ts +1 -0
- package/lib/components/common/placeholder/placeholder.component.d.ts.map +1 -0
- package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -0
- package/lib/components/confirm-delete/confirm-delete.component.d.ts.map +1 -0
- package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -0
- package/lib/components/content-with-buttons/content-with-buttons.component.d.ts.map +1 -0
- package/lib/components/delete/delete.component.d.ts +1 -0
- package/lib/components/delete/delete.component.d.ts.map +1 -0
- package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -0
- package/lib/components/draganddrop-list/draganddrop-list.component.d.ts.map +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts +1 -0
- package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -0
- package/lib/components/edit-in-place/edit-in-place.component.d.ts.map +1 -0
- package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -0
- package/lib/components/expanded-panel/expanded-panel.component.d.ts.map +1 -0
- package/lib/components/expansion/accordion/accordion-item.interface.d.ts +1 -0
- package/lib/components/expansion/accordion/accordion-item.interface.d.ts.map +1 -0
- package/lib/components/expansion/accordion/accordion-item.token.d.ts +1 -0
- package/lib/components/expansion/accordion/accordion-item.token.d.ts.map +1 -0
- package/lib/components/expansion/accordion/accordion.component.d.ts +1 -0
- package/lib/components/expansion/accordion/accordion.component.d.ts.map +1 -0
- package/lib/components/expansion/expansion-panel/expansion-panel.component.d.ts +1 -0
- package/lib/components/expansion/expansion-panel/expansion-panel.component.d.ts.map +1 -0
- package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -0
- package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts.map +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts.map +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts.map +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.d.ts +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.d.ts.map +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.d.ts +1 -0
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.d.ts.map +1 -0
- package/lib/components/expansion/expansion.module.d.ts +1 -0
- package/lib/components/expansion/expansion.module.d.ts.map +1 -0
- package/lib/components/faq-section/faq-section-content.dto.d.ts +5 -0
- package/lib/components/faq-section/faq-section-content.dto.d.ts.map +1 -0
- package/lib/components/faq-section/faq-section.component.d.ts +9 -0
- package/lib/components/faq-section/faq-section.component.d.ts.map +1 -0
- package/lib/components/faq-section/faq-section.dto.d.ts +6 -0
- package/lib/components/faq-section/faq-section.dto.d.ts.map +1 -0
- package/lib/components/filters/filter-item.dto.d.ts +1 -0
- package/lib/components/filters/filter-item.dto.d.ts.map +1 -0
- package/lib/components/filters/filters.component.d.ts +1 -0
- package/lib/components/filters/filters.component.d.ts.map +1 -0
- package/lib/components/free-popin/free-popin.component.d.ts +1 -0
- package/lib/components/free-popin/free-popin.component.d.ts.map +1 -0
- package/lib/components/google-preview/google-preview.component.d.ts +1 -0
- package/lib/components/google-preview/google-preview.component.d.ts.map +1 -0
- package/lib/components/grid/grid.component.d.ts +14 -0
- package/lib/components/grid/grid.component.d.ts.map +1 -0
- package/lib/components/header-page/header-page.component.d.ts +1 -0
- package/lib/components/header-page/header-page.component.d.ts.map +1 -0
- package/lib/components/hn/h1/h1.component.d.ts +5 -1
- package/lib/components/hn/h1/h1.component.d.ts.map +1 -0
- package/lib/components/hn/h2/h2.component.d.ts +5 -1
- package/lib/components/hn/h2/h2.component.d.ts.map +1 -0
- package/lib/components/hn/h3/h3.component.d.ts +5 -1
- package/lib/components/hn/h3/h3.component.d.ts.map +1 -0
- package/lib/components/hn/h4/h4.component.d.ts +5 -1
- package/lib/components/hn/h4/h4.component.d.ts.map +1 -0
- package/lib/components/image/image.component.d.ts +1 -0
- package/lib/components/image/image.component.d.ts.map +1 -0
- package/lib/components/image-text-section/image-text-section.component.d.ts +12 -0
- package/lib/components/image-text-section/image-text-section.component.d.ts.map +1 -0
- package/lib/components/image-text-section/image-text-section.dto.d.ts +12 -0
- package/lib/components/image-text-section/image-text-section.dto.d.ts.map +1 -0
- package/lib/components/info/info.component.d.ts +4 -1
- package/lib/components/info/info.component.d.ts.map +1 -0
- package/lib/components/inputs/input/input.component.d.ts +1 -0
- package/lib/components/inputs/input/input.component.d.ts.map +1 -0
- package/lib/components/inputs/input-search/input-search.component.d.ts +1 -0
- package/lib/components/inputs/input-search/input-search.component.d.ts.map +1 -0
- package/lib/components/inputs/input-with-select/input-with-select.component.d.ts +1 -0
- package/lib/components/inputs/input-with-select/input-with-select.component.d.ts.map +1 -0
- package/lib/components/inputs/input-with-select/option-item.dto.d.ts +1 -0
- package/lib/components/inputs/input-with-select/option-item.dto.d.ts.map +1 -0
- package/lib/components/link/link.component.d.ts +1 -0
- package/lib/components/link/link.component.d.ts.map +1 -0
- package/lib/components/loader/loader.component.d.ts +1 -0
- package/lib/components/loader/loader.component.d.ts.map +1 -0
- package/lib/components/logo/logo.component.d.ts +1 -0
- package/lib/components/logo/logo.component.d.ts.map +1 -0
- package/lib/components/menu-tile/menu-tile.component.d.ts +24 -0
- package/lib/components/menu-tile/menu-tile.component.d.ts.map +1 -0
- package/lib/components/mosaic/mosaic.component.d.ts +3 -2
- package/lib/components/mosaic/mosaic.component.d.ts.map +1 -0
- package/lib/components/multiple-search/multiple-search.component.d.ts +1 -0
- package/lib/components/multiple-search/multiple-search.component.d.ts.map +1 -0
- package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +3 -1
- package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts.map +1 -0
- package/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.d.ts +1 -0
- package/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.d.ts.map +1 -0
- package/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.d.ts +1 -0
- package/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.d.ts.map +1 -0
- package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -0
- package/lib/components/optional-disable-container/optional-disable-container.component.d.ts.map +1 -0
- package/lib/components/pagination/pagination.component.d.ts +1 -0
- package/lib/components/pagination/pagination.component.d.ts.map +1 -0
- package/lib/components/pagination/pagination.module.d.ts +1 -0
- package/lib/components/pagination/pagination.module.d.ts.map +1 -0
- package/lib/components/pagination/pipes/array-pages.pipe.d.ts +1 -0
- package/lib/components/pagination/pipes/array-pages.pipe.d.ts.map +1 -0
- package/lib/components/pagination/pipes/custom-text.pipe.d.ts +1 -0
- package/lib/components/pagination/pipes/custom-text.pipe.d.ts.map +1 -0
- package/lib/components/pagination/pipes/is-last-page.pipe.d.ts +1 -0
- package/lib/components/pagination/pipes/is-last-page.pipe.d.ts.map +1 -0
- package/lib/components/popin/popin.component.d.ts +1 -0
- package/lib/components/popin/popin.component.d.ts.map +1 -0
- package/lib/components/pricing-section/pricing-section-table.dto.d.ts +7 -0
- package/lib/components/pricing-section/pricing-section-table.dto.d.ts.map +1 -0
- package/lib/components/pricing-section/pricing-section.component.d.ts +9 -0
- package/lib/components/pricing-section/pricing-section.component.d.ts.map +1 -0
- package/lib/components/pricing-section/pricing-section.dto.d.ts +8 -0
- package/lib/components/pricing-section/pricing-section.dto.d.ts.map +1 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts +1 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts.map +1 -0
- package/lib/components/radio/option/option.component.d.ts +1 -0
- package/lib/components/radio/option/option.component.d.ts.map +1 -0
- package/lib/components/radio/radio-group.directive.d.ts +1 -0
- package/lib/components/radio/radio-group.directive.d.ts.map +1 -0
- package/lib/components/radio/radio.component.d.ts +1 -0
- package/lib/components/radio/radio.component.d.ts.map +1 -0
- package/lib/components/radio-legacy/{radio-group.directive.d.ts → radio-group-legacy.directive.d.ts} +4 -3
- package/lib/components/radio-legacy/radio-group-legacy.directive.d.ts.map +1 -0
- package/lib/components/radio-legacy/radio-legacy-directive.d.ts +11 -0
- package/lib/components/radio-legacy/radio-legacy-directive.d.ts.map +1 -0
- package/lib/components/radio-legacy/radio.component.d.ts +1 -0
- package/lib/components/radio-legacy/radio.component.d.ts.map +1 -0
- package/lib/components/reassurance-section/reassurance-section-content.dto.d.ts +5 -0
- package/lib/components/reassurance-section/reassurance-section-content.dto.d.ts.map +1 -0
- package/lib/components/reassurance-section/reassurance-section.component.d.ts +9 -0
- package/lib/components/reassurance-section/reassurance-section.component.d.ts.map +1 -0
- package/lib/components/reassurance-section/reassurance-section.dto.d.ts +6 -0
- package/lib/components/reassurance-section/reassurance-section.dto.d.ts.map +1 -0
- package/lib/components/row/row.component.d.ts +4 -1
- package/lib/components/row/row.component.d.ts.map +1 -0
- package/lib/components/search/search.component.d.ts +1 -0
- package/lib/components/search/search.component.d.ts.map +1 -0
- package/lib/components/search/shared/search-option.model.d.ts +1 -0
- package/lib/components/search/shared/search-option.model.d.ts.map +1 -0
- package/lib/components/select/call-to-action.model.d.ts +1 -0
- package/lib/components/select/call-to-action.model.d.ts.map +1 -0
- package/lib/components/select/option/option-selection-handler.interface.d.ts +1 -0
- package/lib/components/select/option/option-selection-handler.interface.d.ts.map +1 -0
- package/lib/components/select/option/option-selection-handler.token.d.ts +1 -0
- package/lib/components/select/option/option-selection-handler.token.d.ts.map +1 -0
- package/lib/components/select/option/option.component.d.ts +1 -0
- package/lib/components/select/option/option.component.d.ts.map +1 -0
- package/lib/components/select/option/select-option.directive.d.ts +1 -0
- package/lib/components/select/option/select-option.directive.d.ts.map +1 -0
- package/lib/components/select/option-call-to-action/option-call-to-action.component.d.ts +1 -0
- package/lib/components/select/option-call-to-action/option-call-to-action.component.d.ts.map +1 -0
- package/lib/components/select/option-group/option-group.component.d.ts +7 -0
- package/lib/components/select/option-group/option-group.component.d.ts.map +1 -0
- package/lib/components/select/select/select.component.d.ts +2 -1
- package/lib/components/select/select/select.component.d.ts.map +1 -0
- package/lib/components/select/select/select.directive.d.ts +1 -0
- package/lib/components/select/select/select.directive.d.ts.map +1 -0
- package/lib/components/select/select/value-change.service.d.ts +1 -0
- package/lib/components/select/select/value-change.service.d.ts.map +1 -0
- package/lib/components/select/select-items.dto.d.ts +1 -0
- package/lib/components/select/select-items.dto.d.ts.map +1 -0
- package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -0
- package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts.map +1 -0
- package/lib/components/select-in-text/select-in-text.component.d.ts +1 -0
- package/lib/components/select-in-text/select-in-text.component.d.ts.map +1 -0
- package/lib/components/selected-list/selected-list.component.d.ts +1 -0
- package/lib/components/selected-list/selected-list.component.d.ts.map +1 -0
- package/lib/components/selected-list/shared/selected-list-option.model.d.ts +1 -0
- package/lib/components/selected-list/shared/selected-list-option.model.d.ts.map +1 -0
- package/lib/components/separator/separator.component.d.ts +1 -0
- package/lib/components/separator/separator.component.d.ts.map +1 -0
- package/lib/components/settings/settings.component.d.ts +1 -0
- package/lib/components/settings/settings.component.d.ts.map +1 -0
- package/lib/components/shared-components.module.d.ts +120 -109
- package/lib/components/shared-components.module.d.ts.map +1 -0
- package/lib/components/slide-in/slide-in.component.d.ts +33 -0
- package/lib/components/slide-in/slide-in.component.d.ts.map +1 -0
- package/lib/components/snackbar/snackbar.component.d.ts +1 -0
- package/lib/components/snackbar/snackbar.component.d.ts.map +1 -0
- package/lib/components/state/state.component.d.ts +1 -0
- package/lib/components/state/state.component.d.ts.map +1 -0
- package/lib/components/summary/summary.component.d.ts +1 -0
- package/lib/components/summary/summary.component.d.ts.map +1 -0
- package/lib/components/switch/switch.component.d.ts +1 -0
- package/lib/components/switch/switch.component.d.ts.map +1 -0
- package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -0
- package/lib/components/table/directives/checkBoxRow.directive.d.ts.map +1 -0
- package/lib/components/table/directives/column.directive.d.ts +1 -0
- package/lib/components/table/directives/column.directive.d.ts.map +1 -0
- package/lib/components/table/directives/columnHeader.directive.d.ts +1 -0
- package/lib/components/table/directives/columnHeader.directive.d.ts.map +1 -0
- package/lib/components/table/directives/raw.directive.d.ts +1 -0
- package/lib/components/table/directives/raw.directive.d.ts.map +1 -0
- package/lib/components/table/shared/distinct-until-table-filters-changed.d.ts +1 -0
- package/lib/components/table/shared/distinct-until-table-filters-changed.d.ts.map +1 -0
- package/lib/components/table/shared/filters-table.service.d.ts +1 -0
- package/lib/components/table/shared/filters-table.service.d.ts.map +1 -0
- package/lib/components/table/shared/table-checkbox-id.service.d.ts +1 -0
- package/lib/components/table/shared/table-checkbox-id.service.d.ts.map +1 -0
- package/lib/components/table/shared/table-filters-group.model.d.ts +1 -0
- package/lib/components/table/shared/table-filters-group.model.d.ts.map +1 -0
- package/lib/components/table/shared/table-filters.model.d.ts +1 -0
- package/lib/components/table/shared/table-filters.model.d.ts.map +1 -0
- package/lib/components/table/table.component.d.ts +1 -0
- package/lib/components/table/table.component.d.ts.map +1 -0
- package/lib/components/table/table.module.d.ts +1 -0
- package/lib/components/table/table.module.d.ts.map +1 -0
- package/lib/components/tabs/tab/tab.component.d.ts +1 -0
- package/lib/components/tabs/tab/tab.component.d.ts.map +1 -0
- package/lib/components/tabs/tab-body/tab-body.component.d.ts +1 -0
- package/lib/components/tabs/tab-body/tab-body.component.d.ts.map +1 -0
- package/lib/components/tabs/tab-body/tab-body.directive.d.ts +1 -0
- package/lib/components/tabs/tab-body/tab-body.directive.d.ts.map +1 -0
- package/lib/components/tabs/tabs.component.d.ts +3 -1
- package/lib/components/tabs/tabs.component.d.ts.map +1 -0
- package/lib/components/tag/tag.component.d.ts +3 -1
- package/lib/components/tag/tag.component.d.ts.map +1 -0
- package/lib/components/tag-dropdown/tag-dropdown.component.d.ts +1 -0
- package/lib/components/tag-dropdown/tag-dropdown.component.d.ts.map +1 -0
- package/lib/components/tag-input/tag-input.component.d.ts +26 -0
- package/lib/components/tag-input/tag-input.component.d.ts.map +1 -0
- package/lib/components/tag-label/tag-label.component.d.ts +1 -0
- package/lib/components/tag-label/tag-label.component.d.ts.map +1 -0
- package/lib/components/text/text.component.d.ts +5 -1
- package/lib/components/text/text.component.d.ts.map +1 -0
- package/lib/components/text-area/text-area.component.d.ts +1 -0
- package/lib/components/text-area/text-area.component.d.ts.map +1 -0
- package/lib/components/token-check/token-check.component.d.ts +1 -0
- package/lib/components/token-check/token-check.component.d.ts.map +1 -0
- package/lib/components/tooltip/tooltip.component.d.ts +1 -0
- package/lib/components/tooltip/tooltip.component.d.ts.map +1 -0
- package/lib/components/tooltip/tooltip.module.d.ts +1 -0
- package/lib/components/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/components/tree/tree.component.d.ts +1 -0
- package/lib/components/tree/tree.component.d.ts.map +1 -0
- package/lib/components/tree/tree.dto.d.ts +1 -0
- package/lib/components/tree/tree.dto.d.ts.map +1 -0
- package/lib/components/tree/tree.module.d.ts +1 -0
- package/lib/components/tree/tree.module.d.ts.map +1 -0
- package/lib/components/upload/upload.component.d.ts +9 -1
- package/lib/components/upload/upload.component.d.ts.map +1 -0
- package/lib/components/wrapper/wrapper.component.d.ts +1 -0
- package/lib/components/wrapper/wrapper.component.d.ts.map +1 -0
- package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -0
- package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts.map +1 -0
- package/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.d.ts +1 -0
- package/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.d.ts.map +1 -0
- package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -0
- package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts.map +1 -0
- package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -0
- package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts.map +1 -0
- package/lib/directives/abstract-debounce/debounce-keyup.directive.d.ts +1 -0
- package/lib/directives/abstract-debounce/debounce-keyup.directive.d.ts.map +1 -0
- package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -0
- package/lib/directives/auto-hide/auto-hide.directive.d.ts.map +1 -0
- package/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.d.ts +1 -0
- package/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.d.ts.map +1 -0
- package/lib/directives/keyboard-events/keypress-enter.directive.d.ts +1 -0
- package/lib/directives/keyboard-events/keypress-enter.directive.d.ts.map +1 -0
- package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -0
- package/lib/directives/keyboard-events/only-numbers.directive.d.ts.map +1 -0
- package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -0
- package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts.map +1 -0
- package/lib/directives/ng-var.directive.d.ts +1 -0
- package/lib/directives/ng-var.directive.d.ts.map +1 -0
- package/lib/directives/scroll-to/scroll-to.directive.d.ts +1 -0
- package/lib/directives/scroll-to/scroll-to.directive.d.ts.map +1 -0
- package/lib/directives/shared-directives.module.d.ts +4 -3
- package/lib/directives/shared-directives.module.d.ts.map +1 -0
- package/lib/directives/watch-dom-tree/watch-dom-tree.directive.d.ts +1 -0
- package/lib/directives/watch-dom-tree/watch-dom-tree.directive.d.ts.map +1 -0
- package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -0
- package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts.map +1 -0
- package/lib/pipes/call-component-function.pipe.d.ts +1 -0
- package/lib/pipes/call-component-function.pipe.d.ts.map +1 -0
- package/lib/pipes/find-option-selected-field.pipe.d.ts +1 -0
- package/lib/pipes/find-option-selected-field.pipe.d.ts.map +1 -0
- package/lib/pipes/select/filter-options.pipe.d.ts +1 -0
- package/lib/pipes/select/filter-options.pipe.d.ts.map +1 -0
- package/lib/pipes/select/select-filters.pipe.d.ts +1 -0
- package/lib/pipes/select/select-filters.pipe.d.ts.map +1 -0
- package/lib/pipes/selected-list/are-all-options-selected.pipe.d.ts +1 -0
- package/lib/pipes/selected-list/are-all-options-selected.pipe.d.ts.map +1 -0
- package/lib/pipes/shared-pipes.module.d.ts +1 -0
- package/lib/pipes/shared-pipes.module.d.ts.map +1 -0
- package/lib/pipes/tree/format-object-to-recursif-tree.pipe.d.ts +1 -0
- package/lib/pipes/tree/format-object-to-recursif-tree.pipe.d.ts.map +1 -0
- package/lib/pipes/tree/format-object-to-simple-tree.pipe.d.ts +1 -0
- package/lib/pipes/tree/format-object-to-simple-tree.pipe.d.ts.map +1 -0
- package/lib/services/dom.service.d.ts +1 -0
- package/lib/services/dom.service.d.ts.map +1 -0
- package/lib/services/history.service.d.ts +1 -0
- package/lib/services/history.service.d.ts.map +1 -0
- package/lib/services/multiple-selection.service.d.ts +1 -0
- package/lib/services/multiple-selection.service.d.ts.map +1 -0
- package/lib/utils/array.d.ts +1 -0
- package/lib/utils/array.d.ts.map +1 -0
- package/lib/utils/html-container.class.d.ts +1 -0
- package/lib/utils/html-container.class.d.ts.map +1 -0
- package/lib/utils/slection-item.interface.d.ts +1 -0
- package/lib/utils/slection-item.interface.d.ts.map +1 -0
- package/lib/utils/uuid.d.ts +1 -0
- package/lib/utils/uuid.d.ts.map +1 -0
- package/lib/wizi-components.module.d.ts +1 -0
- package/lib/wizi-components.module.d.ts.map +1 -0
- package/package.json +24 -29
- package/public-api.d.ts +21 -2
- package/public-api.d.ts.map +1 -0
- package/wizishop-angular-components.d.ts.map +1 -0
- package/esm2022/lib/animations/in-out/in-out-x.animation.mjs +0 -12
- package/esm2022/lib/animations/in-out/in-out-y.animation.mjs +0 -12
- package/esm2022/lib/animations/list/animate-list-from-bottom.animation.mjs +0 -18
- package/esm2022/lib/animations/list/animate-list-from-left.animation.mjs +0 -18
- package/esm2022/lib/animations/list/animate-list-from-right.animation.mjs +0 -18
- package/esm2022/lib/animations/list/animate-list-from-top.animation.mjs +0 -16
- package/esm2022/lib/animations/show/opacity.animation.mjs +0 -5
- package/esm2022/lib/animations/show/show-from-bottom.animation.mjs +0 -15
- package/esm2022/lib/animations/show/show-from-left.animation.mjs +0 -15
- package/esm2022/lib/animations/show/show-from-right.animation.mjs +0 -15
- package/esm2022/lib/animations/show/show-from-top.animation.mjs +0 -15
- package/esm2022/lib/animations/switch/switch-in-out.animation.mjs +0 -6
- package/esm2022/lib/components/ai-express/ai-express.component.mjs +0 -83
- package/esm2022/lib/components/alert/alert.component.mjs +0 -42
- package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +0 -20
- package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +0 -41
- package/esm2022/lib/components/alert-popup/alert-popup.service.mjs +0 -33
- package/esm2022/lib/components/back/back.component.mjs +0 -12
- package/esm2022/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +0 -21
- package/esm2022/lib/components/block/block.component.mjs +0 -124
- package/esm2022/lib/components/block/separator/block-separator.component.mjs +0 -17
- package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +0 -27
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -2
- package/esm2022/lib/components/button/button.component.mjs +0 -200
- package/esm2022/lib/components/calendar/calendar.component.mjs +0 -237
- package/esm2022/lib/components/card-price/card-price.component.mjs +0 -76
- package/esm2022/lib/components/charging-bar/charging-bar.component.mjs +0 -19
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -78
- package/esm2022/lib/components/checkbox/checkbox.module.mjs +0 -25
- package/esm2022/lib/components/column/column.component.mjs +0 -11
- package/esm2022/lib/components/common/label/label.component.mjs +0 -16
- package/esm2022/lib/components/common/placeholder/placeholder.component.mjs +0 -16
- package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
- package/esm2022/lib/components/content-with-buttons/content-with-buttons.component.mjs +0 -72
- package/esm2022/lib/components/delete/delete.component.mjs +0 -12
- package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -26
- package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
- package/esm2022/lib/components/expanded-panel/expanded-panel.component.mjs +0 -24
- package/esm2022/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -2
- package/esm2022/lib/components/expansion/accordion/accordion-item.token.mjs +0 -3
- package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +0 -74
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +0 -29
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +0 -27
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -2
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -3
- package/esm2022/lib/components/expansion/expansion.module.mjs +0 -48
- package/esm2022/lib/components/filters/filter-item.dto.mjs +0 -2
- package/esm2022/lib/components/filters/filters.component.mjs +0 -41
- package/esm2022/lib/components/free-popin/free-popin.component.mjs +0 -66
- package/esm2022/lib/components/google-preview/google-preview.component.mjs +0 -20
- package/esm2022/lib/components/header-page/header-page.component.mjs +0 -42
- package/esm2022/lib/components/hn/h1/h1.component.mjs +0 -26
- package/esm2022/lib/components/hn/h2/h2.component.mjs +0 -13
- package/esm2022/lib/components/hn/h3/h3.component.mjs +0 -18
- package/esm2022/lib/components/hn/h4/h4.component.mjs +0 -18
- package/esm2022/lib/components/image/image.component.mjs +0 -17
- package/esm2022/lib/components/info/info.component.mjs +0 -12
- package/esm2022/lib/components/inputs/input/input.component.mjs +0 -184
- package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +0 -65
- package/esm2022/lib/components/inputs/input-with-select/input-with-select.component.mjs +0 -17
- package/esm2022/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -2
- package/esm2022/lib/components/link/link.component.mjs +0 -57
- package/esm2022/lib/components/loader/loader.component.mjs +0 -21
- package/esm2022/lib/components/logo/logo.component.mjs +0 -20
- package/esm2022/lib/components/mosaic/mosaic.component.mjs +0 -81
- package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +0 -115
- package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
- package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +0 -2
- package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +0 -2
- package/esm2022/lib/components/optional-disable-container/optional-disable-container.component.mjs +0 -17
- package/esm2022/lib/components/pagination/pagination.component.mjs +0 -50
- package/esm2022/lib/components/pagination/pagination.module.mjs +0 -33
- package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
- package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
- package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
- package/esm2022/lib/components/popin/popin.component.mjs +0 -73
- package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +0 -75
- package/esm2022/lib/components/radio/option/option.component.mjs +0 -27
- package/esm2022/lib/components/radio/radio-group.directive.mjs +0 -40
- package/esm2022/lib/components/radio/radio.component.mjs +0 -38
- package/esm2022/lib/components/radio-legacy/radio-directive.mjs +0 -22
- package/esm2022/lib/components/radio-legacy/radio-group.directive.mjs +0 -34
- package/esm2022/lib/components/radio-legacy/radio.component.mjs +0 -58
- package/esm2022/lib/components/row/row.component.mjs +0 -144
- package/esm2022/lib/components/search/search.component.mjs +0 -86
- package/esm2022/lib/components/search/shared/search-option.model.mjs +0 -2
- package/esm2022/lib/components/select/call-to-action.model.mjs +0 -2
- package/esm2022/lib/components/select/option/option-selection-handler.interface.mjs +0 -2
- package/esm2022/lib/components/select/option/option-selection-handler.token.mjs +0 -3
- package/esm2022/lib/components/select/option/option.component.mjs +0 -28
- package/esm2022/lib/components/select/option/select-option.directive.mjs +0 -98
- package/esm2022/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +0 -12
- package/esm2022/lib/components/select/select/select.component.mjs +0 -198
- package/esm2022/lib/components/select/select/select.directive.mjs +0 -175
- package/esm2022/lib/components/select/select/value-change.service.mjs +0 -190
- package/esm2022/lib/components/select/select-items.dto.mjs +0 -2
- package/esm2022/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +0 -38
- package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +0 -103
- package/esm2022/lib/components/selected-list/selected-list.component.mjs +0 -62
- package/esm2022/lib/components/selected-list/shared/selected-list-option.model.mjs +0 -2
- package/esm2022/lib/components/separator/separator.component.mjs +0 -17
- package/esm2022/lib/components/settings/settings.component.mjs +0 -12
- package/esm2022/lib/components/shared-components.module.mjs +0 -444
- package/esm2022/lib/components/snackbar/snackbar.component.mjs +0 -85
- package/esm2022/lib/components/state/state.component.mjs +0 -16
- package/esm2022/lib/components/summary/summary.component.mjs +0 -41
- package/esm2022/lib/components/switch/switch.component.mjs +0 -89
- package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
- package/esm2022/lib/components/table/directives/column.directive.mjs +0 -42
- package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +0 -199
- package/esm2022/lib/components/table/directives/raw.directive.mjs +0 -30
- package/esm2022/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -21
- package/esm2022/lib/components/table/shared/filters-table.service.mjs +0 -68
- package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
- package/esm2022/lib/components/table/shared/table-filters-group.model.mjs +0 -10
- package/esm2022/lib/components/table/shared/table-filters.model.mjs +0 -2
- package/esm2022/lib/components/table/table.component.mjs +0 -146
- package/esm2022/lib/components/table/table.module.mjs +0 -46
- package/esm2022/lib/components/tabs/tab/tab.component.mjs +0 -43
- package/esm2022/lib/components/tabs/tab-body/tab-body.component.mjs +0 -23
- package/esm2022/lib/components/tabs/tab-body/tab-body.directive.mjs +0 -36
- package/esm2022/lib/components/tabs/tabs.component.mjs +0 -99
- package/esm2022/lib/components/tag/tag.component.mjs +0 -38
- package/esm2022/lib/components/tag-dropdown/tag-dropdown.component.mjs +0 -45
- package/esm2022/lib/components/tag-label/tag-label.component.mjs +0 -34
- package/esm2022/lib/components/text/text.component.mjs +0 -13
- package/esm2022/lib/components/text-area/text-area.component.mjs +0 -99
- package/esm2022/lib/components/token-check/token-check.component.mjs +0 -21
- package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -30
- package/esm2022/lib/components/tooltip/tooltip.module.mjs +0 -25
- package/esm2022/lib/components/tree/tree.component.mjs +0 -25
- package/esm2022/lib/components/tree/tree.dto.mjs +0 -2
- package/esm2022/lib/components/tree/tree.module.mjs +0 -29
- package/esm2022/lib/components/upload/upload.component.mjs +0 -36
- package/esm2022/lib/components/wrapper/wrapper.component.mjs +0 -18
- package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
- package/esm2022/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +0 -12
- package/esm2022/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +0 -30
- package/esm2022/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +0 -37
- package/esm2022/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +0 -24
- package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
- package/esm2022/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +0 -32
- package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
- package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
- package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
- package/esm2022/lib/directives/ng-var.directive.mjs +0 -32
- package/esm2022/lib/directives/scroll-to/scroll-to.directive.mjs +0 -32
- package/esm2022/lib/directives/shared-directives.module.mjs +0 -72
- package/esm2022/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +0 -30
- package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
- package/esm2022/lib/pipes/call-component-function.pipe.mjs +0 -24
- package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
- package/esm2022/lib/pipes/select/filter-options.pipe.mjs +0 -19
- package/esm2022/lib/pipes/select/select-filters.pipe.mjs +0 -19
- package/esm2022/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +0 -17
- package/esm2022/lib/pipes/shared-pipes.module.mjs +0 -43
- package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
- package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
- package/esm2022/lib/services/dom.service.mjs +0 -59
- package/esm2022/lib/services/history.service.mjs +0 -53
- package/esm2022/lib/services/multiple-selection.service.mjs +0 -62
- package/esm2022/lib/utils/array.mjs +0 -2
- package/esm2022/lib/utils/html-container.class.mjs +0 -30
- package/esm2022/lib/utils/slection-item.interface.mjs +0 -2
- package/esm2022/lib/utils/uuid.mjs +0 -8
- package/esm2022/lib/wizi-components.module.mjs +0 -34
- package/esm2022/public-api.mjs +0 -156
- package/esm2022/wizishop-angular-components.mjs +0 -5
- package/lib/components/radio-legacy/radio-directive.d.ts +0 -10
|
@@ -11,3 +11,4 @@ export declare class PagniationArrayTotalPages implements PipeTransform {
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagniationArrayTotalPages, never>;
|
|
12
12
|
static ɵpipe: i0.ɵɵPipeDeclaration<PagniationArrayTotalPages, "ArrayTotalPages", false>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=array-pages.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"array-pages.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/pagination/pipes/array-pages.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,yBAA0B,YAAW,aAAa;IAC7D;;;;;OAKG;IACH,SAAS,CAAC,UAAU,KAAA,EAAE,YAAY,KAAA,GAAG,MAAM,EAAE;yCAPlC,yBAAyB;uCAAzB,yBAAyB;CAgBrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-text.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/pagination/pipes/custom-text.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAEvD,qBAIa,cAAe,YAAW,aAAa;IACtC,OAAO,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAEtD;;;;;OAKG;IACH,SAAS,CAAC,WAAW,KAAA,EAAE,UAAU,KAAA,EAAE,YAAY,KAAA,GAAG,GAAG;yCAT1C,cAAc;uCAAd,cAAc;CAwB1B"}
|
|
@@ -11,3 +11,4 @@ export declare class PagniationIsLastPage implements PipeTransform {
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagniationIsLastPage, never>;
|
|
12
12
|
static ɵpipe: i0.ɵɵPipeDeclaration<PagniationIsLastPage, "IsLastPage", false>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=is-last-page.pipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is-last-page.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/pagination/pipes/is-last-page.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAIa,oBAAqB,YAAW,aAAa;IACxD;;;;;OAKG;IACH,SAAS,CAAC,WAAW,KAAA,EAAE,UAAU,KAAA,EAAE,YAAY,KAAA,GAAG,OAAO;yCAP9C,oBAAoB;uCAApB,oBAAoB;CAahC"}
|
|
@@ -24,3 +24,4 @@ export declare class PopinComponent implements OnInit {
|
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopinComponent, never>;
|
|
25
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<PopinComponent, "wac-popin", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; "okButtonLabel": { "alias": "okButtonLabel"; "required": false; }; "koButtonLabel": { "alias": "koButtonLabel"; "required": false; }; "okButtonClass": { "alias": "okButtonClass"; "required": false; }; "koButtonClass": { "alias": "koButtonClass"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "background": { "alias": "background"; "required": false; }; "closeOnBackgroundClick": { "alias": "closeOnBackgroundClick"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
27
|
+
//# sourceMappingURL=popin.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popin.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/popin/popin.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;;AAExD,qBAKa,cAAe,YAAW,MAAM;IAuC/B,OAAO,CAAC,UAAU;IArC9B,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,EAAE,MAAM,CAAC;IAGf,aAAa,EAAE,MAAM,CAAC;IAGtB,aAAa,EAAE,MAAM,CAAC;IAGtB,aAAa,EAAE,MAAM,CAAC;IAGtB,aAAa,EAAE,MAAM,CAAC;IAGtB,OAAO,UAAS;IAGhB,aAAa,oBAAsB;IAGnC,QAAQ,oBAAsB;IAG9B,UAAU,UAAQ;IAGlB,sBAAsB,EAAE,OAAO,CAAQ;IAEvC,SAAS,UAAS;gBAEE,UAAU,EAAE,UAAU;IAE1C,QAAQ;IAIR,aAAa;IAKb,WAAW;IAKX,UAAU,CAAC,iBAAiB,GAAE,OAAe;yCAvDlC,cAAc;2CAAd,cAAc;CAmE1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricing-section-table.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/pricing-section/pricing-section-table.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,EAAE,CAAC;CACnB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PricingSectionDto } from "./pricing-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PricingSectionComponent {
|
|
4
|
+
data: PricingSectionDto;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "wac-pricing-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=pricing-section.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricing-section.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/pricing-section/pricing-section.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAC;;AAExD,qBAKa,uBAAuB;IAEzB,IAAI,EAAE,iBAAiB,CAAC;;yCAFtB,uBAAuB;2CAAvB,uBAAuB;CAInC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PricingSectionTableDto } from "./pricing-section-table.dto";
|
|
2
|
+
export interface PricingSectionDto {
|
|
3
|
+
title?: string;
|
|
4
|
+
subtitle?: string;
|
|
5
|
+
tables: PricingSectionTableDto[];
|
|
6
|
+
furtherInformation?: string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=pricing-section.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricing-section.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/pricing-section/pricing-section.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,6BAA6B,CAAC;AAEnE,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,sBAAsB,EAAE,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -21,3 +21,4 @@ export declare class ProgressBarComponent {
|
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "wac-progress-bar", never, { "valueLength": { "alias": "valueLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
24
|
+
//# sourceMappingURL=progress-bar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/progress-bar/progress-bar.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAEvD,qBAMa,oBAAoB;IAQnB,OAAO,CAAC,gBAAgB;IANpC,WAAW,MAAQ;IAEnB,GAAG,MAAQ;IAEX,GAAG,MAAQ;gBAES,gBAAgB,EAAE,gBAAgB;IAEtD,gBAAgB,CAAC,UAAU,SAAK;;;;;;;;;IAwBhC,uBAAuB,CAAC,KAAK,KAAA;IAS7B,qBAAqB,CAAC,GAAG,KAAA;IAIzB,sBAAsB;yCA/CX,oBAAoB;2CAApB,oBAAoB;CA4DhC"}
|
|
@@ -11,3 +11,4 @@ export declare class RadioOptionComponent<TOptionValue> extends OptionComponent<
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioOptionComponent<any>, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<RadioOptionComponent<any>, "wac-radio-option", never, {}, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=option.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/radio/option/option.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAa,UAAU,EAAgC,MAAM,eAAe,CAAC;AAEhI,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;;AAGvE,qBAQa,oBAAoB,CAAC,YAAY,CAAE,SAAQ,eAAe,CAAC,YAAY,CAAC;IAMvE,SAAS,CAAC,UAAU,EAAE,UAAU;IAAE,SAAS,CAAC,iBAAiB,EAAE,iBAAiB;IAJ/D,aAAa,EAAE,UAAU,CAAC;IAEvD,QAAQ,SAAgC;gBAElB,UAAU,EAAE,UAAU,EAAY,iBAAiB,EAAE,iBAAiB;IAInF,aAAa,IAAI,UAAU,CAAC,GAAG,CAAC;yCAV9B,oBAAoB;2CAApB,oBAAoB;CAahC"}
|
|
@@ -11,3 +11,4 @@ export declare class RadioGroupDirective<TOptionValue> extends SelectDirective<T
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupDirective<any>, never>;
|
|
12
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupDirective<any>, "[wacRadioGroup]", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=radio-group.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-group.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/radio/radio-group.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;;AAE3E,qBAQa,mBAAmB,CAAC,YAAY,CAAE,SAAQ,eAAe,CAAC,YAAY,CAAC;IAgB5E,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IAdlE,IAAI,QAAQ,IAGQ,OAAO,CAD1B;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAE1B;IACD,IAAa,cAAc,IAGD,OAAO,CADhC;IACD,IAAI,cAAc,CAAC,KAAK,EAAE,OAAO,EAEhC;gBAGa,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;yCAhBzD,mBAAmB;2CAAnB,mBAAmB;CAoB/B"}
|
|
@@ -9,3 +9,4 @@ export declare class RadioComponent<TOptionValue> extends RadioGroupDirective<TO
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent<any>, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent<any>, "wac-radio", never, {}, {}, ["label"], ["wac-label, .wac-label", "*"], false, never>;
|
|
11
11
|
}
|
|
12
|
+
//# sourceMappingURL=radio.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/radio/radio.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;;AAEjE,qBAca,cAAc,CAAC,YAAY,CAAE,SAAQ,mBAAmB,CAAC,YAAY,CAAC;IAIrE,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IAF5C,KAAK,EAAE,cAAc,CAAC;gBAE9B,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;yCAJ/D,cAAc;2CAAd,cAAc;CAO1B"}
|
package/lib/components/radio-legacy/{radio-group.directive.d.ts → radio-group-legacy.directive.d.ts}
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { SelectDirective } from '../select/select/select.directive';
|
|
2
2
|
import { ValueChangeService } from '../select/select/value-change.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class RadioGroupLegacyDirective<TOptionValue> extends SelectDirective<TOptionValue> {
|
|
5
5
|
protected valueChangeService: ValueChangeService<TOptionValue>;
|
|
6
6
|
get multiple(): boolean;
|
|
7
7
|
set multiple(value: boolean);
|
|
8
8
|
constructor(valueChangeService: ValueChangeService<TOptionValue>);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupLegacyDirective<any>, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupLegacyDirective<any>, "[wacRadioGroup]", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
|
+
//# sourceMappingURL=radio-group-legacy.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-group-legacy.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/radio-legacy/radio-group-legacy.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;;AAE3E,qBAQa,yBAAyB,CAAC,YAAY,CAAE,SAAQ,eAAe,CAAC,YAAY,CAAC;IAUlF,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IARlE,IAAI,QAAQ,IAGQ,OAAO,CAD1B;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAE1B;gBAGa,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;yCAVzD,yBAAyB;2CAAzB,yBAAyB;CAcrC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { SelectOptionDirective } from '../select/option/select-option.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RadioLegacyDirective<TOptionValue> extends SelectOptionDirective<TOptionValue> {
|
|
5
|
+
protected contentRef: ElementRef;
|
|
6
|
+
protected changeDetectorRef: ChangeDetectorRef;
|
|
7
|
+
constructor(contentRef: ElementRef, changeDetectorRef: ChangeDetectorRef);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioLegacyDirective<any>, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioLegacyDirective<any>, "[wacRadio]", ["wacRadio"], {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=radio-legacy-directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-legacy-directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/radio-legacy/radio-legacy-directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;;AAEjF,qBAMa,oBAAoB,CAAC,YAAY,CAAE,SAAQ,qBAAqB,CAAC,YAAY,CAAC;IAE7E,SAAS,CAAC,UAAU,EAAE,UAAU;IAAE,SAAS,CAAC,iBAAiB,EAAE,iBAAiB;gBAAtE,UAAU,EAAE,UAAU,EAAY,iBAAiB,EAAE,iBAAiB;yCAFjF,oBAAoB;2CAApB,oBAAoB;CAKhC"}
|
|
@@ -23,3 +23,4 @@ export declare class RadioLegacyComponent implements ControlValueAccessor {
|
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioLegacyComponent, never>;
|
|
24
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<RadioLegacyComponent, "wac-radio-legacy", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "alone": { "alias": "alone"; "required": false; }; }, { "changeInput": "changeInput"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
26
|
+
//# sourceMappingURL=radio.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/radio-legacy/radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAoC,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAEzE,qBAOa,oBAAqB,YAAW,oBAAoB;IAG/D,KAAK,SAAM;IAEX,OAAO,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAEpB,KAAK,EAAE,GAAG,CAAC;IAEX,IAAI,EAAE,MAAM,CAAC;IAEb,EAAE,SAAM;IAER,IAAI,EAAE,MAAM,CAAC;IAEb,KAAK,UAAS;IAEd,WAAW,oBAA2B;IACtC,QAAQ,UAAS;;IAEjB,OAAO,CAAC,SAAS,CAAW;IAC5B,OAAO,CAAC,UAAU,CAAW;IAE7B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAI1B,QAAQ,CAAC,KAAK,KAAA;IAMd,UAAU,CAAC,KAAK,KAAA;yCA7CL,oBAAoB;2CAApB,oBAAoB;CAgDhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reassurance-section-content.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/reassurance-section/reassurance-section-content.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,4BAA4B;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReassuranceSectionDto } from "./reassurance-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ReassuranceSectionComponent {
|
|
4
|
+
data: ReassuranceSectionDto;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReassuranceSectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReassuranceSectionComponent, "wac-reassurance-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=reassurance-section.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reassurance-section.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/reassurance-section/reassurance-section.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,qBAAqB,EAAC,MAAM,2BAA2B,CAAC;;AAEhE,qBAKa,2BAA2B;IAE7B,IAAI,EAAE,qBAAqB,CAAC;;yCAF1B,2BAA2B;2CAA3B,2BAA2B;CAIvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reassurance-section.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/reassurance-section/reassurance-section.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,4BAA4B,EAAC,MAAM,mCAAmC,CAAC;AAE/E,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;CAC9C"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { AfterContentInit, ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class RowComponent implements OnInit, AfterContentInit {
|
|
4
|
+
colPosition: string;
|
|
5
|
+
rowPosition: string;
|
|
4
6
|
position: 'top-left' | 'top-middle' | 'top-right' | 'middle-left' | 'middle-middle' | 'middle-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'stretch-left' | 'stretch-middle' | 'stretch-right';
|
|
5
7
|
id: string;
|
|
6
8
|
childs: number;
|
|
@@ -34,5 +36,6 @@ export declare class RowComponent implements OnInit, AfterContentInit {
|
|
|
34
36
|
ngAfterContentInit(): void;
|
|
35
37
|
handleDomChange(event: any): void;
|
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "responsiveAuto": { "alias": "responsiveAuto"; "required": false; }; "childrensWidthAuto": { "alias": "childrensWidthAuto"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "marginChild": { "alias": "marginChild"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "marginBottomChild": { "alias": "marginBottomChild"; "required": false; }; "addWacBlock": { "alias": "addWacBlock"; "required": false; }; "lineDisplayContent": { "alias": "lineDisplayContent"; "required": false; }; "border": { "alias": "border"; "required": false; }; "multipleLine": { "alias": "multipleLine"; "required": false; }; "childrenByLine": { "alias": "childrenByLine"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "lastChildIsDown": { "alias": "lastChildIsDown"; "required": false; }; "addClass": { "alias": "addClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "colPosition": { "alias": "colPosition"; "required": false; }; "rowPosition": { "alias": "rowPosition"; "required": false; }; "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "responsiveAuto": { "alias": "responsiveAuto"; "required": false; }; "childrensWidthAuto": { "alias": "childrensWidthAuto"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "marginChild": { "alias": "marginChild"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "marginBottomChild": { "alias": "marginBottomChild"; "required": false; }; "addWacBlock": { "alias": "addWacBlock"; "required": false; }; "lineDisplayContent": { "alias": "lineDisplayContent"; "required": false; }; "border": { "alias": "border"; "required": false; }; "multipleLine": { "alias": "multipleLine"; "required": false; }; "childrenByLine": { "alias": "childrenByLine"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "lastChildIsDown": { "alias": "lastChildIsDown"; "required": false; }; "addClass": { "alias": "addClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
38
40
|
}
|
|
41
|
+
//# sourceMappingURL=row.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"row.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/row/row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EACL,UAAU,EAGrB,MAAM,EAGP,MAAM,eAAe,CAAC;;AAIvB,qBAMa,YAAa,YAAW,MAAM,EAAE,gBAAgB;IAClD,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAE7B,QAAQ,EAAE,UAAU,GAAC,YAAY,GAAC,WAAW,GAAC,aAAa,GAAC,eAAe,GAAC,cAAc,GAAC,aAAa,GAAC,eAAe,GAAC,cAAc,GAAC,cAAc,GAAC,gBAAgB,GAAC,eAAe,CAAC;IACxL,EAAE,SAAM;IACR,MAAM,SAAK;IACX,UAAU,SAAM;IAChB,eAAe,SAAM;IAErB,KAAK,EAAE,MAAM,CAAC;IAEd,MAAM,EAAE,MAAM,CAAC;IAEf,cAAc,UAAS;IAEvB,kBAAkB,UAAS;IAE3B,UAAU,EAAE,aAAa,GAAC,aAAa,GAAC,cAAc,GAAC,eAAe,GAAC,cAAc,CAAC;IAEtF,WAAW,SAAM;IAEjB,YAAY,SAAM;IAElB,iBAAiB,SAAM;IAEvB,WAAW,UAAS;IAEpB,kBAAkB,UAAS;IAE3B,MAAM,UAAS;IAEf,YAAY,UAAS;IAErB,cAAc,SAAK;IAEnB,OAAO,SAAM;IAEb,GAAG,SAAM;IAET,eAAe,UAAS;IAExB,QAAQ,SAAM;IACd,eAAe,SAAM;IACG,SAAS,EAAE,UAAU,CAAC;IAC9C,aAAa,SAAM;IAEnB,QAAQ;IAOR,iBAAiB,CAAC,IAAI,KAAA;IAUtB,oBAAoB,CAAC,IAAI,KAAA;IASzB,QAAQ;IAQR,UAAU;IA4BV,kBAAkB;IAMlB,eAAe,CAAC,KAAK,KAAA;yCAnHV,YAAY;2CAAZ,YAAY;CAsHxB"}
|
|
@@ -25,3 +25,4 @@ export declare class SearchComponent implements OnInit {
|
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
|
|
26
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "wac-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disableSearchIn": { "alias": "disableSearchIn"; "required": false; }; "emptyResult": { "alias": "emptyResult"; "required": false; }; }, { "selectValue": "selectValue"; "searchKeyUp": "searchKeyUp"; "searchFocusOut": "searchFocusOut"; }, never, never, false, never>;
|
|
27
27
|
}
|
|
28
|
+
//# sourceMappingURL=search.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/search/search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,YAAY,EAAC,MAAM,8BAA8B,CAAC;;AAG1D,qBAKa,eAAgB,YAAW,MAAM;IAEnC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,UAAS;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,eAAe,UAAS;IACxB,WAAW,SAAM;IAC1B,MAAM,EAAE,GAAG,CAAM;IACjB,UAAU,UAAS;IACnB,cAAc,EAAE,YAAY,EAAE,CAAC;IACrB,WAAW,uBAA8B;IACzC,WAAW,uBAA8B;IACzC,cAAc,uBAA8B;;IAGtD,QAAQ;IAIR,OAAO;IAIP,qBAAqB,CAAC,KAAK,KAAA;IAe3B,iBAAiB;IAIjB,WAAW;IAIX,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAWxD,WAAW;yCA1DA,eAAe;2CAAf,eAAe;CA+D3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-option.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/search/shared/search-option.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"call-to-action.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/select/call-to-action.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-selection-handler.interface.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/option/option-selection-handler.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEzD,MAAM,WAAW,sBAAsB,CAAC,YAAY;IAChD,KAAK,EAAE,YAAY,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;IACtC,aAAa,IAAI,UAAU,CAAC,GAAG,CAAC,CAAC;IACjC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;CACxC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { InjectionToken } from "@angular/core";
|
|
2
2
|
import { OptionSelectionHandler } from "./option-selection-handler.interface";
|
|
3
3
|
export declare const OPTION_SELECTION_HANDLER: InjectionToken<OptionSelectionHandler<any>>;
|
|
4
|
+
//# sourceMappingURL=option-selection-handler.token.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-selection-handler.token.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/option/option-selection-handler.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,eAAO,MAAM,wBAAwB,6CAA8E,CAAC"}
|
|
@@ -11,3 +11,4 @@ export declare class OptionComponent<TOptionValue> extends SelectOptionDirective
|
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent<any>, never>;
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "wac-option", never, {}, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=option.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/option/option.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAa,UAAU,EAA+B,MAAM,eAAe,CAAC;AAG9H,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;;AAElE,qBAQa,eAAe,CAAC,YAAY,CAAE,SAAQ,qBAAqB,CAAC,YAAY,CAAC;IAMxE,SAAS,CAAC,UAAU,EAAE,UAAU;IAAE,SAAS,CAAC,iBAAiB,EAAE,iBAAiB;IAJ/D,aAAa,EAAE,UAAU,CAAC;IAEvD,UAAU,SAA0B;gBAEd,UAAU,EAAE,UAAU,EAAY,iBAAiB,EAAE,iBAAiB;IAInF,aAAa,IAAI,UAAU,CAAC,GAAG,CAAC;yCAV9B,eAAe;2CAAf,eAAe;CAa3B"}
|
|
@@ -27,3 +27,4 @@ export declare class SelectOptionDirective<TOptionValue> implements OptionSelect
|
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective<any>, never>;
|
|
28
28
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective<any>, "[wacOption]", ["wacOption"], { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "onClickEventPreventDefault": { "alias": "onClickEventPreventDefault"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
29
29
|
}
|
|
30
|
+
//# sourceMappingURL=select-option.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-option.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/option/select-option.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAA4C,MAAM,eAAe,CAAC;AACjI,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;;AAI9E,qBAMa,qBAAqB,CAAC,YAAY,CAAE,YAAW,sBAAsB,CAAC,YAAY,CAAC;IAuClF,SAAS,CAAC,UAAU,EAAE,UAAU;IAAE,SAAS,CAAC,iBAAiB,EAAE,iBAAiB;IArCzD,OAAO,CAAC,KAAK,EAAE,YAAY;IAO9D,IAA8C,gBAAgB,YAE7D;IAED,IAA8C,gBAAgB,YAE7D;IAED,IAAiC,MAAM,8BAEtC;IAGD,QAAQ,UAAS;IAEjB,SAAS,CAAC,gBAAgB,UAAS;IAGnC,KAAK,EAAE,YAAY,CAAC;IAGpB,QAAQ,EAAE,OAAO,CAAS;IAEjB,0BAA0B,UAAQ;IAG3C,cAAc,wBAA+B;IAE7C,QAAQ,UAAS;gBAEK,UAAU,EAAE,UAAU,EAAY,iBAAiB,EAAE,iBAAiB;IAE5F,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAKpC,cAAc;IASd,QAAQ;IAIR,QAAQ,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI;IAKnC,UAAU,IAAI,OAAO;IAIrB,aAAa,IAAI,UAAU,CAAC,GAAG,CAAC;IAIhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;yCA7EzB,qBAAqB;2CAArB,qBAAqB;CAiFjC"}
|
|
@@ -4,3 +4,4 @@ export declare class OptionCallToActionComponent {
|
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionCallToActionComponent, never>;
|
|
5
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<OptionCallToActionComponent, "wac-option-call-to-action", never, {}, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
7
|
+
//# sourceMappingURL=option-call-to-action.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-call-to-action.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/option-call-to-action/option-call-to-action.component.ts"],"names":[],"mappings":";AAEA,qBAKa,2BAA2B;;yCAA3B,2BAA2B;2CAA3B,2BAA2B;CAGvC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class OptionGroupComponent {
|
|
3
|
+
title: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "wac-option-group", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["wac-option, option, .option, [selectOption]"], false, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=option-group.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-group.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/option-group/option-group.component.ts"],"names":[],"mappings":";AAEA,qBAOa,oBAAoB;IACtB,KAAK,EAAE,MAAM,CAAC;yCADZ,oBAAoB;2CAApB,oBAAoB;CAEhC"}
|
|
@@ -44,5 +44,6 @@ export declare class SelectComponent<TOptionValue> extends SelectDirective<TOpti
|
|
|
44
44
|
registerOnTouched(fn: any): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": { "alias": "required"; "required": false; }; "small": { "alias": "small"; "required": false; }; "keepPanelOpen": { "alias": "keepPanelOpen"; "required": false; }; "openPanel": { "alias": "openPanel"; "required": false; }; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": { "alias": "required"; "required": false; }; "small": { "alias": "small"; "required": false; }; "keepPanelOpen": { "alias": "keepPanelOpen"; "required": false; }; "openPanel": { "alias": "openPanel"; "required": false; }; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-group, wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
|
|
48
48
|
}
|
|
49
|
+
//# sourceMappingURL=select.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/select/select.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,UAAU,EAAE,YAAY,EAAsB,SAAS,EAAE,MAAM,EAAuC,MAAM,eAAe,CAAC;AAGvL,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,4BAA4B,EAAE,MAAM,0DAA0D,CAAC;AAWxG,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAGrD,qBAWa,eAAe,CAAC,YAAY,CAAE,SAAQ,eAAe,CAAC,YAAY,CAAE,YAAW,MAAM,EAAE,SAAS;IAwEzG,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IApEtC,IAAI,SAAc;IAEA,mBAAmB,EAAE,4BAA4B,CAAC;IAEhE,KAAK,EAAE,cAAc,CAAC;IAEzB,YAAY,EAAE,UAAU,CAAC;IAEpD,yCAAyC;IACzC,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAE1B;IAED,OAAO,CAAC,SAAS,CAAsB;IAEvC,IAAI,qBAAqB,IAAI,GAAG,CAE/B;IAEQ,KAAK,UAAS;IAEvB,IACI,aAAa,CAAC,aAAa,EAAE,OAAO,EAGvC;IAED,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,OAAO,CAAC,cAAc,CAAU;IAEhC,IACI,SAAS,CAAC,SAAS,EAAE,OAAO,EAW/B;IAED,IAAI,SAAS,IAAK,OAAO,CAExB;IACD,UAAU,EAAE,OAAO,CAAS;IAElB,eAAe,wBAA+B;IAE/C,QAAQ,EAAE,MAAM,CAAM;IAEtB,eAAe,EAAE,OAAO,CAAQ;IAEzC,YAAY,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;IAE5C,OAAO,CAAC,gBAAgB,CAAS;gBAGrB,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IAKvD,QAAQ,IAAI,IAAI;IAKzB,OAAO,CAAC,qBAAqB;IAM7B,OAAO,CAAC,+BAA+B,CAMtC;IAED,aAAa;IAKb,YAAY;IAKH,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAsB9C,8BAA8B,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO;IAgB7D,0DAA0D;IAC1D,OAAO,CAAC,oBAAoB;IAoB5B,yDAAyD;IACzD,OAAO,CAAC,kBAAkB;IAuB1B,aAAa,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAY;IAEtC,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAIlC,WAAW;yCAnMA,eAAe;2CAAf,eAAe;CAuM3B"}
|
|
@@ -43,3 +43,4 @@ export declare class SelectDirective<TOptionValue> implements OnInit, ControlVal
|
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
|
|
44
44
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, "[wacSelect]", ["wacSelect"], { "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "searchByTyping": { "alias": "searchByTyping"; "required": false; }; }, { "valueChange": "valueChange"; }, ["optionChildren"], never, true, never>;
|
|
45
45
|
}
|
|
46
|
+
//# sourceMappingURL=select.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/select/select.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAA8B,YAAY,EAAoC,SAAS,EAAE,MAAM,EAAU,SAAS,EAAE,MAAM,eAAe,CAAC;AAChK,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAa,OAAO,EAAa,MAAM,MAAM,CAAC;AACrD,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AAEtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;;AAE5D,qBAUa,eAAe,CAAC,YAAY,CAAE,YAAY,MAAM,EAAE,oBAAoB,EAAE,aAAa,EAAE,SAAS;IA4E7F,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IA1E1E,IAAkC,QAAQ,WAEzC;IAED,IAA8C,gBAAgB,YAE7D;IAED,gDAAgD;IACX,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAUD,cAAc,EAAG,SAAS,CAAC,sBAAsB,CAAC,YAAY,CAAC,CAAC,CAAC;IAE1I,IACI,KAAK,CAAC,KAAK,EAAE,YAAY,GAAG,YAAY,EAAE,EAQ7C;IAED,IAAI,KAAK,IAAK,YAAY,GAAG,YAAY,EAAE,CAE1C;IACD,MAAM,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IAGtC,WAAW,oBAA2B;IAEtC,IACI,QAAQ,IAAI,OAAO,CAEtB;IACD,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAG1B;IACD,OAAO,CAAC,SAAS,CAAkB;IAEnC,IACI,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAG7B;IACD,IAAI,QAAQ,IAAK,OAAO,CAEvB;IACD,SAAS,EAAE,OAAO,CAAS;IAGlB,QAAQ,EAAE,MAAM,CAAK;IAE9B,IACI,cAAc,IAAI,OAAO,CAE5B;IACD,IAAI,cAAc,CAAC,KAAK,EAAE,OAAO,EAEhC;IACD,eAAe,UAAS;IAExB,YAAY,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;gBAEtB,kBAAkB,EAAE,kBAAkB,CAAC,YAAY,CAAC;IAG1E,QAAQ,IAAI,IAAI;IAIhB,eAAe;IAIf,OAAO,CAAC,iBAAiB;IASzB,OAAO,CAAC,oBAAoB;IAO5B,yDAAyD;IACzD,SAAS,CAAC,oBAAoB,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IA+B1D,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAY;IAE1C,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAY;IAEzC,UAAU,CAAC,KAAK,EAAE,GAAG;IAOrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAGxB,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAIzB,gBAAgB,CAAC,UAAU,EAAE,OAAO;IAIpC,WAAW;yCA7JF,eAAe;2CAAf,eAAe;CAkK3B"}
|
|
@@ -44,3 +44,4 @@ export declare class ValueChangeService<TOptionValue> implements OnDestroy {
|
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<ValueChangeService<any>, never>;
|
|
45
45
|
static ɵprov: i0.ɵɵInjectableDeclaration<ValueChangeService<any>>;
|
|
46
46
|
}
|
|
47
|
+
//# sourceMappingURL=value-change.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"value-change.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/select/value-change.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAc,SAAS,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAqB,OAAO,EAAE,MAAM,MAAM,CAAC;AAGlD,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;;AAE7D,qBACa,kBAAkB,CAAC,YAAY,CAAE,YAAW,SAAS;IA4BlD,OAAO,CAAC,iBAAiB;IA1BrC,YAAY,EAAE,OAAO,CAAC,YAAY,GAAG,YAAY,EAAE,CAAC,CAAiB;IAErE,IAAI,KAAK,CAAC,KAAK,EAAE,YAAY,GAAG,YAAY,EAAE,EAI7C;IAED,IAAI,KAAK,IAAI,YAAY,GAAG,YAAY,EAAE,CAEzC;IAED,QAAQ,EAAE,OAAO,CAAS;IAE1B,OAAO,CAAC,MAAM,CAAgC;IAE9C,QAAQ,EAAE,OAAO,CAAC;IAElB,cAAc,EAAE,SAAS,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,CAAC;IAEzD,qBAAqB,EAAE,GAAG,CAAC;IAE3B,mBAAmB,EAAE,MAAM,CAAQ;IAEnC,eAAe,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;gBAE3B,iBAAiB,EAAE,iBAAiB;IAGxD,yBAAyB,CAAC,cAAc,EAAE,SAAS,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK,EAAE,GAAG;IAY9F,WAAW,CAAC,KAAK,EAAE,YAAY,GAAG,YAAY,EAAE;IAKhD,iBAAiB;IAMjB,gBAAgB,CAAC,UAAU,EAAE,OAAO;IAKpC,gBAAgB;IAehB,oBAAoB;IAYpB,yBAAyB,CAAC,MAAM,EAAE,MAAM;IAoBxC,WAAW,CAAC,KAAK,EAAE,OAAO;IAI1B,OAAO,CAAC,oBAAoB,CAGzB;IAEH,OAAO,CAAC,SAAS,CAEhB;IAED,OAAO,CAAC,sBAAsB,CAS7B;IAED,OAAO,CAAC,uBAAuB;IAQ/B,OAAO,CAAC,2BAA2B;IAenC,OAAO,CAAC,8CAA8C;IAYtD,OAAO,CAAC,0BAA0B;IAWlC,OAAO,CAAC,uBAAuB;IAS/B,OAAO,CAAC,yBAAyB;IAOjC,OAAO,CAAC,2BAA2B;IAInC,OAAO,CAAC,wBAAwB;IAIhC,OAAO,CAAC,6BAA6B;IAWrC,OAAO,CAAC,oBAAoB;IAU5B;;MAEE;IACF,OAAO,CAAC,eAAe;IAOvB,WAAW;yCAvOF,kBAAkB;6CAAlB,kBAAkB;CA2O9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-items.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/select/select-items.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;CACZ"}
|
|
@@ -12,3 +12,4 @@ export declare class SelectSearchTriggerComponent {
|
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectSearchTriggerComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchTriggerComponent, "wac-select-search-trigger", never, { "searchValue": { "alias": "searchValue"; "required": false; }; }, { "searchValueChange": "searchValueChange"; "searchInputKeyEnterPressed": "searchInputKeyEnterPressed"; }, never, never, false, never>;
|
|
14
14
|
}
|
|
15
|
+
//# sourceMappingURL=select-search-trigger.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-search-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/select/select-search-trigger/select-search-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA8C,MAAM,eAAe,CAAC;;AAEpG,qBAMa,4BAA4B;IAE9B,WAAW,EAAE,MAAM,CAAM;IAExB,iBAAiB,uBAA8B;IAE/C,0BAA0B,qBAA4B;IAEtC,WAAW,EAAE,GAAG,CAAC;;IAM3C,mBAAmB;IAInB,eAAe;IAIf,QAAQ;yCAtBG,4BAA4B;2CAA5B,4BAA4B;CA2BxC"}
|
|
@@ -33,3 +33,4 @@ export declare class SelectInTextComponent implements OnInit {
|
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectInTextComponent, never>;
|
|
34
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInTextComponent, "wac-select-in-text", never, { "items": { "alias": "items"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxWidthItems": { "alias": "maxWidthItems"; "required": false; }; "type": { "alias": "type"; "required": false; }; "callToAction": { "alias": "callToAction"; "required": false; }; "preText": { "alias": "preText"; "required": false; }; "postText": { "alias": "postText"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "selectValue": "selectValue"; "clickOnCallToAction": "clickOnCallToAction"; }, never, never, false, never>;
|
|
35
35
|
}
|
|
36
|
+
//# sourceMappingURL=select-in-text.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select-in-text.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/select-in-text/select-in-text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;;AAExD,qBAKa,qBAAsB,YAAW,MAAM;IAClD,IACI,KAAK,CAAC,KAAK,EAAE,UAAU,EAAE,EAG5B;IACD,IAAI,KAAK,IAAI,UAAU,EAAE,CAExB;IACD,OAAO,CAAC,MAAM,CAAe;IAG7B,WAAW,EAAE,MAAM,CAAC;IAGpB,KAAK,EAAE,MAAM,CAAC;IAGd,aAAa,EAAE,MAAM,CAAC;IAGtB,IAAI,SAAa;IAGjB,YAAY,EAAE,aAAa,CAAC;IAG5B,OAAO,EAAE,MAAM,CAAC;IAGhB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,OAAO,CAAS;IAE5B,cAAc,UAAS;IAEvB,YAAY,EAAE,MAAM,CAAM;IAC1B,gBAAgB,EAAE,MAAM,CAAM;IAErB,QAAQ,SAAU;IAEjB,WAAW,uBAA8B;IAEzC,mBAAmB,oBAA2B;;IAIxD,QAAQ,IAAI,IAAI;IAKhB,gBAAgB;IAShB,OAAO;IAIP,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU;IAIxC,YAAY,CAAC,KAAK,EAAE,MAAM;IAO1B,mBAAmB;IAInB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,WAAW;yCArGR,qBAAqB;2CAArB,qBAAqB;CAwGjC"}
|
|
@@ -19,3 +19,4 @@ export declare class SelectedListComponent implements OnInit {
|
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedListComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedListComponent, "wac-selected-list", never, { "options": { "alias": "options"; "required": false; }; "label": { "alias": "label"; "required": false; }; "textSelectAll": { "alias": "textSelectAll"; "required": false; }; "textUnSelectAll": { "alias": "textUnSelectAll"; "required": false; }; "enableSelectAll": { "alias": "enableSelectAll"; "required": false; }; }, { "selectedItemsIndex": "selectedItemsIndex"; "selectedItemsAll": "selectedItemsAll"; "unSelectedItemsAll": "unSelectedItemsAll"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
22
|
+
//# sourceMappingURL=selected-list.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selected-list.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/selected-list/selected-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,kBAAkB,EAAC,MAAM,qCAAqC,CAAC;;AAEvE,qBAKa,qBAAsB,YAAW,MAAM;IAEzC,OAAO,EAAE,kBAAkB,EAAE,CAAM;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,UAAQ;IACtB,kBAAkB,uBAA8B;IAChD,gBAAgB,yBAAgC;IAChD,kBAAkB,yBAAgC;IAE5D,mBAAmB,QAAM;IAEzB,QAAQ;IAGR,WAAW;IAQX,aAAa;IAQb,YAAY,CAAC,KAAK,EAAE,MAAM;IAK1B,oBAAoB;yCArCT,qBAAqB;2CAArB,qBAAqB;CAyCjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selected-list-option.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/selected-list/shared/selected-list-option.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -5,3 +5,4 @@ export declare class SeparatorComponent {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": { "alias": "dashed"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
|
+
//# sourceMappingURL=separator.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/separator/separator.component.ts"],"names":[],"mappings":";AAEA,qBAMa,kBAAkB;IAE7B,MAAM,UAAS;;yCAFJ,kBAAkB;2CAAlB,kBAAkB;CAK9B"}
|
|
@@ -4,3 +4,4 @@ export declare class SettingsComponent {
|
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
|
|
5
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "wac-settings", never, {}, {}, never, never, false, never>;
|
|
6
6
|
}
|
|
7
|
+
//# sourceMappingURL=settings.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/settings/settings.component.ts"],"names":[],"mappings":";AAEA,qBAMa,iBAAiB;;yCAAjB,iBAAiB;2CAAjB,iBAAiB;CAE7B"}
|