@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
|
@@ -17,3 +17,4 @@ export declare class AccordionComponent implements AfterViewInit, OnDestroy {
|
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "wac-accordion", never, { "keepOnlyOnePanelOpen": { "alias": "keepOnlyOnePanelOpen"; "required": false; }; }, {}, ["expansionItems"], ["*"], false, never>;
|
|
19
19
|
}
|
|
20
|
+
//# sourceMappingURL=accordion.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/accordion/accordion.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAkD,SAAS,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAEpH,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;;AAG3D,qBAKa,kBAAmB,YAAW,aAAa,EAAE,SAAS;IAE3C,KAAK,SAAmB;IAEU,cAAc,EAAG,SAAS,CAAC,aAAa,CAAC,CAAC;IAEzF,oBAAoB,EAAE,OAAO,CAAS;IAI/C,OAAO,CAAC,YAAY,CAAuB;IAC3C,OAAO,CAAC,eAAe,CAAgC;;IAIhD,OAAO,IAAI,IAAI;IAMf,QAAQ,IAAI,IAAI;IAMvB,eAAe,IAAI,IAAI;IAgBvB,OAAO,CAAC,qBAAqB;IAc7B,OAAO,CAAC,2BAA2B;IAQnC,WAAW,IAAI,IAAI;yCAjER,kBAAkB;2CAAlB,kBAAkB;CAuE9B"}
|
|
@@ -9,3 +9,4 @@ export declare class ExpansionPanelComponent extends ExpansionPanelDirective {
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "wac-expansion-panel", never, {}, {}, never, ["wac-expansion-panel-header, wacExpansionPanelHeader", "*"], false, never>;
|
|
11
11
|
}
|
|
12
|
+
//# sourceMappingURL=expansion-panel.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion-panel.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/expansion-panel/expansion-panel.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0B,MAAM,eAAe,CAAC;AAE1E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;;AAItE,qBAMa,uBAAwB,SAAQ,uBAAuB;IAQtD,SAAS,CAAC,iBAAiB,EAAC,iBAAiB;IANnC,KAAK,SAAyB;IAEpD,IAAwD,UAAU,YAEjE;gBAEqB,iBAAiB,EAAC,iBAAiB;yCAR9C,uBAAuB;2CAAvB,uBAAuB;CAWnC"}
|
|
@@ -24,3 +24,4 @@ export declare class ExpansionPanelDirective implements AccordionItem, AfterView
|
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelDirective, never>;
|
|
25
25
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelDirective, "[wacExpansionPanel]", never, { "disabled": { "alias": "disabled"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "isExpandedChange": "isExpandedChange"; }, ["header"], never, false, never>;
|
|
26
26
|
}
|
|
27
|
+
//# sourceMappingURL=expansion-panel.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion-panel.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/expansion-panel/expansion-panel.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAA2B,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvH,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4DAA4D,CAAC;;AAGlG,qBAKa,uBAAwB,YAAW,aAAa,EAAE,aAAa;IA8C5D,SAAS,CAAC,iBAAiB,EAAC,iBAAiB;IA3CnB,MAAM,EAAE,oBAAoB,CAAC;IAEnE,IAAa,QAAQ,CAAC,QAAQ,EAAE,OAAO,EAKtC;IACD,IAAI,QAAQ,IAAI,OAAO,CAEtB;IACD,SAAS,UAAS;IAElB,IAAa,UAAU,CAAC,UAAU,EAAE,OAAO,EAK1C;IACD,IAAI,UAAU,IAAK,OAAO,CAEzB;IACD,WAAW,EAAE,OAAO,CAAS;IAE7B,IAAa,UAAU,CAAC,UAAU,EAAE,OAAO,EAS1C;IACD,IAAI,UAAU,IAAI,OAAO,CAExB;IACD,WAAW,UAAS;IAEV,gBAAgB,wBAA+B;IAEzD,YAAY,qBAA4B;gBAElB,iBAAiB,EAAC,iBAAiB;IAGzD,eAAe,IAAI,IAAI;IAYvB,KAAK,IAAI,IAAI;IAIb,IAAI,IAAI,IAAI;IAIZ,MAAM,IAAI,IAAI;yCArEL,uBAAuB;2CAAvB,uBAAuB;CAyEnC"}
|
package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts
CHANGED
|
@@ -9,3 +9,4 @@ export declare class ExpansionPanelHeaderComponent extends ExpansionPanelHeaderD
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelHeaderComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelHeaderComponent, "wac-expansion-panel-header", never, {}, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
12
|
+
//# sourceMappingURL=expansion-panel-header.component.d.ts.map
|
package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion-panel-header.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA6C,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;;AAGnF,qBAQa,6BAA8B,SAAQ,6BAA6B;IAQlE,SAAS,CAAC,iBAAiB,EAAC,iBAAiB;IANnC,KAAK,SAAgC;IAE3D,IAA+D,UAAU,YAExE;gBAEqB,iBAAiB,EAAC,iBAAiB;yCAR9C,6BAA6B;2CAA7B,6BAA6B;CAYzC"}
|
package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts
CHANGED
|
@@ -17,3 +17,4 @@ export declare class ExpansionPanelHeaderDirective {
|
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelHeaderDirective, never>;
|
|
18
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelHeaderDirective, "[wacExpansionPanelHeader]", never, { "disabled": { "alias": "disabled"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "disabledChange": "disabledChange"; "hideToggleChange": "hideToggleChange"; "isExpandedChange": "isExpandedChange"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
20
|
+
//# sourceMappingURL=expansion-panel-header.directive.d.ts.map
|
package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion-panel-header.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,YAAY,EAA+B,MAAM,eAAe,CAAC;;AAGxG,qBAKa,6BAA6B;IAgB1B,SAAS,CAAC,iBAAiB,EAAC,iBAAiB;IAblC,OAAO;IAIrB,QAAQ,EAAE,OAAO,CAAS;IACzB,cAAc,wBAA+B;IAE9C,UAAU,EAAE,OAAO,CAAS;IAC3B,gBAAgB,wBAA+B;IAEhD,UAAU,EAAE,OAAO,CAAS;IAC3B,gBAAgB,wBAA+B;gBAEnC,iBAAiB,EAAC,iBAAiB;IAGzD,QAAQ;IASR,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,EAAE,MAAM,EAAE,CAAC;yCA9BR,6BAA6B;2CAA7B,6BAA6B;CA+BzC"}
|
package/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion-panel-header.interface.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACjC,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IAEpB,KAAK,IAAI,IAAI,CAAC;IACd,IAAI,IAAI,IAAI,CAAC;IACb,MAAM,IAAI,IAAI,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion-panel-header.token.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAE1E,eAAO,MAAM,sBAAsB,sCAAqE,CAAC"}
|
|
@@ -14,3 +14,4 @@ export declare class ExpansionModule {
|
|
|
14
14
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionModule, [typeof i1.ExpansionPanelComponent, typeof i2.ExpansionPanelHeaderComponent, typeof i3.AccordionComponent, typeof i4.ExpansionPanelDirective, typeof i5.ExpansionPanelHeaderDirective], [typeof i6.CommonModule], [typeof i1.ExpansionPanelComponent, typeof i2.ExpansionPanelHeaderComponent, typeof i3.AccordionComponent, typeof i4.ExpansionPanelDirective, typeof i5.ExpansionPanelHeaderDirective]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExpansionModule>;
|
|
16
16
|
}
|
|
17
|
+
//# sourceMappingURL=expansion.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expansion.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/expansion/expansion.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,OAAO,EAAE,6BAA6B,EAAE,MAAM,2DAA2D,CAAC;AAE1G,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;;;;;;;;AAatF,eAAO,MAAM,eAAe,uGAG3B,CAAA;AAED,qBAYa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faq-section-content.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/faq-section/faq-section-content.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FaqSectionDto } from "./faq-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FaqSectionComponent {
|
|
4
|
+
data: FaqSectionDto;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "wac-faq-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=faq-section.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faq-section.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/faq-section/faq-section.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;;AAEhD,qBAKa,mBAAmB;IAErB,IAAI,EAAE,aAAa,CAAC;;yCAFlB,mBAAmB;2CAAnB,mBAAmB;CAI/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faq-section.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/faq-section/faq-section.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAE/D,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-item.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/filters/filter-item.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAC,GAAG,CAAC;CACZ"}
|
|
@@ -13,3 +13,4 @@ export declare class FiltersComponent implements OnInit {
|
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "wac-filters", never, { "options": { "alias": "options"; "required": false; }; "labelRestart": { "alias": "labelRestart"; "required": false; }; }, { "filterChange": "filterChange"; }, never, never, false, never>;
|
|
15
15
|
}
|
|
16
|
+
//# sourceMappingURL=filters.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/filters/filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;;AAE/C,qBAKa,gBAAiB,YAAW,MAAM;IAG7C,OAAO,EAAE,UAAU,EAAE,CAAC;IAGtB,YAAY,EAAE,MAAM,CAAoC;IAGxD,YAAY,uBAA8B;IAE1C,iBAAiB,CAAC,EAAE,MAAM,CAAC;;IAI3B,QAAQ,IAAI,IAAI;IAUhB,YAAY,CAAC,KAAK,EAAE,MAAM;IAM1B,WAAW;yCA/BA,gBAAgB;2CAAhB,gBAAgB;CAsC5B"}
|
|
@@ -20,3 +20,4 @@ export declare class FreePopinComponent implements OnInit {
|
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FreePopinComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<FreePopinComponent, "wac-free-popin", never, { "okButtonLabel": { "alias": "okButtonLabel"; "required": false; }; "koButtonLabel": { "alias": "koButtonLabel"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "disableCloseOutside": { "alias": "disableCloseOutside"; "required": false; }; "background": { "alias": "background"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
23
|
+
//# sourceMappingURL=free-popin.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"free-popin.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/free-popin/free-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,kBAAmB,YAAW,MAAM;IA2BnC,OAAO,CAAC,UAAU;IAzB9B,aAAa,EAAE,MAAM,CAAC;IAGtB,aAAa,EAAE,MAAM,CAAC;IAGtB,OAAO,UAAS;IAGhB,mBAAmB,UAAS;IAG5B,aAAa,oBAAsB;IAGnC,QAAQ,oBAAsB;IAG9B,UAAU,UAAQ;IAGlB,MAAM,EAAE,MAAM,CAAQ;IAEtB,SAAS,UAAQ;gBAEG,UAAU,EAAE,UAAU;IAE1C,QAAQ;IAOR,aAAa;IAKb,WAAW;IAKX,UAAU;yCA9CC,kBAAkB;2CAAlB,kBAAkB;CAuD9B"}
|
|
@@ -9,3 +9,4 @@ export declare class GooglePreviewComponent implements OnInit {
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GooglePreviewComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<GooglePreviewComponent, "wac-google-preview", never, { "title": { "alias": "title"; "required": false; }; "url": { "alias": "url"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
|
+
//# sourceMappingURL=google-preview.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-preview.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/google-preview/google-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;;AAEvD,qBAKa,sBAAuB,YAAW,MAAM;IAGnD,KAAK,EAAE,MAAM,CAAC;IAGd,GAAG,EAAE,MAAM,CAAC;IAGZ,WAAW,EAAE,MAAM,CAAC;;IAIpB,QAAQ,IAAI,IAAI;yCAbL,sBAAsB;2CAAtB,sBAAsB;CAgBlC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GridComponent implements OnInit {
|
|
4
|
+
cols: number;
|
|
5
|
+
gap: number;
|
|
6
|
+
justify: string;
|
|
7
|
+
align: string;
|
|
8
|
+
gridTemplateColumns: string;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "wac-grid", never, { "cols": { "alias": "cols"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=grid.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/grid/grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAMa,aAAc,YAAW,MAAM;IACjC,IAAI,EAAE,MAAM,CAAM;IAClB,GAAG,EAAE,MAAM,CAAM;IACjB,OAAO,EAAE,MAAM,CAAY;IAC3B,KAAK,EAAE,MAAM,CAAY;IAElC,mBAAmB,EAAE,MAAM,CAAC;;IAG5B,QAAQ,IAAI,IAAI;yCATL,aAAa;2CAAb,aAAa;CAazB"}
|
|
@@ -14,3 +14,4 @@ export declare class HeaderPageComponent {
|
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderPageComponent, never>;
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderPageComponent, "wac-header-page", never, { "title": { "alias": "title"; "required": false; }; "linkBack": { "alias": "linkBack"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "useHistory": { "alias": "useHistory"; "required": false; }; }, {}, never, ["[role=header]", "[role=subtitle]", "*"], false, never>;
|
|
16
16
|
}
|
|
17
|
+
//# sourceMappingURL=header-page.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"header-page.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/header-page/header-page.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;;AAChE,qBAKa,mBAAmB;IAYlB,OAAO,CAAC,cAAc;IAAkB,OAAO,CAAC,QAAQ;IAVpE,KAAK,EAAE,MAAM,CAAC;IAEd,QAAQ,EAAE,MAAM,EAAE,CAAC;IAEnB,OAAO,UAAS;IAEhB,MAAM,UAAS;IAEf,UAAU,UAAS;gBAEC,cAAc,EAAE,cAAc,EAAU,QAAQ,EAAE,QAAQ;IAC9E,IAAI;yCAbO,mBAAmB;2CAAnB,mBAAmB;CAwB/B"}
|
|
@@ -4,7 +4,11 @@ export declare class H1Component {
|
|
|
4
4
|
withImg: boolean;
|
|
5
5
|
center: boolean;
|
|
6
6
|
color: any;
|
|
7
|
+
private _noMargin;
|
|
8
|
+
get noMargin(): boolean;
|
|
9
|
+
set noMargin(value: boolean | string | '');
|
|
7
10
|
constructor();
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<H1Component, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": { "alias": "annotation"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": { "alias": "annotation"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "color": { "alias": "color"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
13
|
}
|
|
14
|
+
//# sourceMappingURL=h1.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h1.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/hn/h1/h1.component.ts"],"names":[],"mappings":";AAEA,qBAKa,WAAW;IAEtB,UAAU,SAAM;IAEhB,OAAO,UAAS;IAEhB,MAAM,UAAS;IAEf,KAAK,MAAQ;IAEb,OAAO,CAAC,SAAS,CAAkB;IAEnC,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,EAAE,EAExC;;yCAnBU,WAAW;2CAAX,WAAW;CAsBvB"}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class H2Component implements OnInit {
|
|
4
|
+
private _noMargin;
|
|
5
|
+
get noMargin(): boolean;
|
|
6
|
+
set noMargin(value: boolean | string | '');
|
|
4
7
|
constructor();
|
|
5
8
|
ngOnInit(): void;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<H2Component, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H2Component, "wac-h2", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H2Component, "wac-h2", never, { "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
11
|
}
|
|
12
|
+
//# sourceMappingURL=h2.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h2.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/hn/h2/h2.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,MAAM,eAAe,CAAC;;AAGzD,qBAKa,WAAY,YAAW,MAAM;IACxC,OAAO,CAAC,SAAS,CAAkB;IAEnC,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,EAAE,EAExC;;IAID,QAAQ,IAAI,IAAI;yCAdL,WAAW;2CAAX,WAAW;CAevB"}
|
|
@@ -2,8 +2,12 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class H3Component implements OnInit {
|
|
4
4
|
grey: boolean;
|
|
5
|
+
private _noMargin;
|
|
6
|
+
get noMargin(): boolean;
|
|
7
|
+
set noMargin(value: boolean | string | '');
|
|
5
8
|
constructor();
|
|
6
9
|
ngOnInit(): void;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<H3Component, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": { "alias": "grey"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=h3.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h3.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/hn/h3/h3.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAGzD,qBAKa,WAAY,YAAW,MAAM;IAC/B,IAAI,UAAS;IAEtB,OAAO,CAAC,SAAS,CAAkB;IAEnC,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,EAAE,EAExC;;IAID,QAAQ,IAAI,IAAI;yCAhBL,WAAW;2CAAX,WAAW;CAiBvB"}
|
|
@@ -2,8 +2,12 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class H4Component implements OnInit {
|
|
4
4
|
grey: boolean;
|
|
5
|
+
private _noMargin;
|
|
6
|
+
get noMargin(): boolean;
|
|
7
|
+
set noMargin(value: boolean | string | '');
|
|
5
8
|
constructor();
|
|
6
9
|
ngOnInit(): void;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<H4Component, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": { "alias": "grey"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
12
|
}
|
|
13
|
+
//# sourceMappingURL=h4.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h4.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/hn/h4/h4.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAKa,WAAY,YAAW,MAAM;IAC/B,IAAI,UAAS;IAEtB,OAAO,CAAC,SAAS,CAAkB;IAEnC,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,EAAE,EAExC;;IAID,QAAQ,IAAI,IAAI;yCAhBL,WAAW;2CAAX,WAAW;CAiBvB"}
|
|
@@ -5,3 +5,4 @@ export declare class ImageComponent {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
|
+
//# sourceMappingURL=image.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/image/image.component.ts"],"names":[],"mappings":";AAEA,qBAKa,cAAc;IAEzB,GAAG,SAAM;;yCAFE,cAAc;2CAAd,cAAc;CAK1B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ImageTextSectionDto } from "./image-text-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ImageTextSectionComponent {
|
|
4
|
+
private _data;
|
|
5
|
+
textIsArray: boolean;
|
|
6
|
+
set data(value: ImageTextSectionDto);
|
|
7
|
+
get data(): ImageTextSectionDto;
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageTextSectionComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageTextSectionComponent, "wac-image-text-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=image-text-section.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-text-section.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/image-text-section/image-text-section.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAAC,MAAM,0BAA0B,CAAC;;AAE7D,qBAKa,yBAAyB;IAEpC,OAAO,CAAC,KAAK,CAAuB;IAC7B,WAAW,UAAS;IAC3B,IACI,IAAI,CAAC,KAAK,EAAE,mBAAmB,EAWlC;IAED,IAAI,IAAI,IAAI,mBAAmB,CAE9B;;yCApBU,yBAAyB;2CAAzB,yBAAyB;CAsBrC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface ImageTextSectionDto {
|
|
2
|
+
imageSrc: string;
|
|
3
|
+
reverse?: boolean;
|
|
4
|
+
imageAlt?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
text?: Array<string> | string;
|
|
7
|
+
listItems?: Array<string>;
|
|
8
|
+
buttonText?: string;
|
|
9
|
+
buttonLink?: string;
|
|
10
|
+
buttonTarget?: '_blank' | '_self' | '_parent' | '_top';
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=image-text-section.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-text-section.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/image-text-section/image-text-section.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;CACxD"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class InfoComponent {
|
|
3
|
+
colorPicker: boolean | string;
|
|
4
|
+
get isColorPickerEnabled(): boolean;
|
|
3
5
|
constructor();
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoComponent, "wac-info", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoComponent, "wac-info", never, { "colorPicker": { "alias": "colorPicker"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
8
|
}
|
|
9
|
+
//# sourceMappingURL=info.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/info/info.component.ts"],"names":[],"mappings":";AAEA,qBAKa,aAAa;IAEf,WAAW,EAAE,OAAO,GAAG,MAAM,CAAS;IAE/C,IAAI,oBAAoB,IAAI,OAAO,CAElC;;yCANU,aAAa;2CAAb,aAAa;CASzB"}
|
|
@@ -54,3 +54,4 @@ export declare class InputComponent implements ControlValueAccessor {
|
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
55
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "wac-input", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "textInfo": { "alias": "textInfo"; "required": false; }; "textError": { "alias": "textError"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isNumber": { "alias": "isNumber"; "required": false; }; "withoutBlock": { "alias": "withoutBlock"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "big": { "alias": "big"; "required": false; }; "medium": { "alias": "medium"; "required": false; }; "boldLabel": { "alias": "boldLabel"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disableMargin": { "alias": "disableMargin"; "required": false; }; "textPrepend": { "alias": "textPrepend"; "required": false; }; "textAppend": { "alias": "textAppend"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "extraClasses": { "alias": "extraClasses"; "required": false; }; "keyPreventDefault": { "alias": "keyPreventDefault"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "textTooltip": { "alias": "textTooltip"; "required": false; }; "iconTooltip": { "alias": "iconTooltip"; "required": false; }; "urlTooltip": { "alias": "urlTooltip"; "required": false; }; "linkTooltip": { "alias": "linkTooltip"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "indication": { "alias": "indication"; "required": false; }; "success": { "alias": "success"; "required": false; }; "error": { "alias": "error"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "indicationLeft": { "alias": "indicationLeft"; "required": false; }; }, { "keypressEnter": "keypressEnter"; "blurred": "blurred"; }, never, never, true, never>;
|
|
56
56
|
}
|
|
57
|
+
//# sourceMappingURL=input.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/inputs/input/input.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAkC,MAAM,gBAAgB,CAAC;;AAKtF,qBAYa,cAAe,YAAW,oBAAoB;IAEzD,KAAK,SAAM;IAEX,KAAK,SAAM;IAEX,IAAI,SAAU;IAEd,WAAW,SAAM;IAEjB,QAAQ,MAAQ;IAEhB,SAAS,MAAQ;IAEjB,IAAI,MAAQ;IAEZ,QAAQ,MAAQ;IAEhB,YAAY,UAAS;IAErB,IAAI,SAAM;IAEV,GAAG,UAAS;IAEZ,MAAM,UAAS;IAEf,SAAS,SAAW;IAEpB,GAAG,MAAQ;IAEX,GAAG,MAAQ;IAEX,aAAa,UAAS;IAEtB,WAAW,MAAQ;IAEnB,UAAU,MAAQ;IAElB,WAAW,UAAS;IAEpB,YAAY,SAAM;IAElB,iBAAiB,QAAM;IAEvB,WAAW,UAAS;IAEpB,WAAW,SAAM;IAEjB,WAAW,SAAM;IAEjB,UAAU,SAAM;IAEhB,WAAW,SAAM;IAEjB,OAAO,UAAS;IAEhB,QAAQ,UAAS;IAEjB,UAAU,SAAM;IAEhB,OAAO,UAAS;IAEhB,KAAK,UAAS;IAEd,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B,cAAc,UAAS;IAEb,aAAa,wBAA+B;IAC5C,OAAO,qBAA4B;IAE7C,OAAO,CAAC,cAAc,CAAW;IAEjC,EAAE,SAIgB;IAElB,OAAO,CAAC,SAAS,CAAyB;IAC1C,OAAO,CAAC,UAAU,CAAsB;IAExC,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,EAAE,MAAM;IAMtB,MAAM;IAON,gBAAgB,CAAC,KAAK,KAAA;IAStB,UAAU;IAMV,QAAQ,CAAC,KAAK,EAAE,aAAa;yCAhIlB,cAAc;2CAAd,cAAc;CAyI1B"}
|
|
@@ -19,3 +19,4 @@ export declare class InputSearchComponent implements ControlValueAccessor {
|
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputSearchComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "wac-input-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "withoutgrey": { "alias": "withoutgrey"; "required": false; }; "smallPadding": { "alias": "smallPadding"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "changeDebounced": "changeDebounced"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
22
|
+
//# sourceMappingURL=input-search.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/inputs/input-search/input-search.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAkC,MAAM,gBAAgB,CAAC;;AAItF,qBAYa,oBAAqB,YAAW,oBAAoB;IAG/D,WAAW,EAAE,MAAM,CAAM;IAGzB,WAAW,EAAE,OAAO,CAAS;IAG7B,YAAY,EAAC,OAAO,CAAS;IAG7B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,UAAU,CAAW;IACnB,eAAe,oBAA2B;IAEpD,OAAO,CAAC,iBAAiB,CAAwB;IACjD,OAAO,CAAC,gBAAgB,CAA8B;IAEtD,IAAI,KAAK,IAAI,GAAG,CAEf;IAED,IAAI,KAAK,CAAC,CAAC,EAAE,GAAG,EAKf;IAED,UAAU,CAAC,KAAK,EAAE,GAAG;IAMrB,gBAAgB,CAAC,EAAE,EAAE,GAAG;IAIxB,iBAAiB,CAAC,EAAE,EAAE,GAAG;IAIlB,oBAAoB,IAAI,IAAI;yCA5CxB,oBAAoB;2CAApB,oBAAoB;CA+ChC"}
|
|
@@ -5,3 +5,4 @@ export declare class InputWithSelectComponent {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputWithSelectComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<InputWithSelectComponent, "wac-input-with-select", never, {}, {}, ["label"], ["wac-label, .wac-label", "input", "wac-select", "[text]"], true, never>;
|
|
7
7
|
}
|
|
8
|
+
//# sourceMappingURL=input-with-select.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input-with-select.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/inputs/input-with-select/input-with-select.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;;AAGpE,qBAOa,wBAAwB;IACL,KAAK,EAAE,cAAc,CAAC;yCADzC,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option-item.dto.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/inputs/input-with-select/option-item.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AAEH,MAAM,MAAM,WAAW,GAAG,MAAM,UAAU,CAAC"}
|
|
@@ -18,3 +18,4 @@ export declare class LinkComponent implements AfterViewInit {
|
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "wac-link", never, { "href": { "alias": "href"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "target": { "alias": "target"; "required": false; }; "id": { "alias": "id"; "required": false; }; "class": { "alias": "class"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
21
|
+
//# sourceMappingURL=link.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/link/link.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAS,SAAS,EAAa,MAAM,eAAe,CAAC;;AAElG,qBAKa,aAAc,YAAW,aAAa;IAuBrC,OAAO,CAAC,SAAS;IArB7B,KAAK,EAAE,MAAM,CAAC;IAEd,IAAa,IAAI,CAAC,IAAI,EAAG,MAAM,EAG9B;IAED,IAAI,IAAI,IAAI,MAAM,CAEjB;IAEQ,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,MAAM,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAW;IAC1D,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,SAAU;IAG3B,aAAa,EAAE,UAAU,CAAC;gBAEN,SAAS,EAAE,SAAS;IAExC,eAAe;IAIf,iBAAiB;yCA7BN,aAAa;2CAAb,aAAa;CA0CzB"}
|
|
@@ -5,3 +5,4 @@ export declare class LoaderComponent {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "wac-loader", never, { "text": { "alias": "text"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
8
|
+
//# sourceMappingURL=loader.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/loader/loader.component.ts"],"names":[],"mappings":";AAGA,qBAOa,eAAe;IAE1B,IAAI,SAAM;IAEV,KAAK,UAAS;yCAJH,eAAe;2CAAf,eAAe;CAK3B"}
|
|
@@ -6,3 +6,4 @@ export declare class LogoComponent {
|
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "wac-logo", never, { "isDropizi": { "alias": "isDropizi"; "required": false; }; "isWhite": { "alias": "isWhite"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
9
|
+
//# sourceMappingURL=logo.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/logo/logo.component.ts"],"names":[],"mappings":";AAEA,qBAMa,aAAa;IAExB,SAAS,UAAS;IAGlB,OAAO,UAAS;;yCALL,aAAa;2CAAb,aAAa;CAQzB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Params, Router } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MenuTileComponent implements OnInit {
|
|
5
|
+
private router;
|
|
6
|
+
private _col;
|
|
7
|
+
get col(): number;
|
|
8
|
+
set col(value: number);
|
|
9
|
+
get hostClasses(): string;
|
|
10
|
+
iconPath: string;
|
|
11
|
+
title: string;
|
|
12
|
+
description: string;
|
|
13
|
+
new: string;
|
|
14
|
+
newElement: boolean;
|
|
15
|
+
url: string | null;
|
|
16
|
+
urlQueryParams: Params;
|
|
17
|
+
external: boolean;
|
|
18
|
+
constructor(router: Router);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
navigate(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTileComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuTileComponent, "wac-menu-tile", never, { "col": { "alias": "col"; "required": false; }; "iconPath": { "alias": "iconPath"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "new": { "alias": "new"; "required": false; }; "newElement": { "alias": "newElement"; "required": false; }; "url": { "alias": "url"; "required": false; }; "urlQueryParams": { "alias": "urlQueryParams"; "required": false; }; "external": { "alias": "external"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=menu-tile.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-tile.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/menu-tile/menu-tile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,MAAM,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAMa,iBAAkB,YAAW,MAAM;IAkClC,OAAO,CAAC,MAAM;IAhC1B,OAAO,CAAC,IAAI,CAAa;IAEzB,IACI,GAAG,IAAI,MAAM,CAEhB;IACD,IAAI,GAAG,CAAC,KAAK,EAAE,MAAM,EAGpB;IAED,IACI,WAAW,IAAI,MAAM,CAExB;IAEQ,QAAQ,EAAE,MAAM,CAAM;IAEtB,KAAK,EAAE,MAAM,CAAM;IAEnB,WAAW,EAAE,MAAM,CAAM;IAEzB,GAAG,EAAE,MAAM,CAAM;IAEjB,UAAU,EAAE,OAAO,CAAS;IAE5B,GAAG,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1B,cAAc,EAAE,MAAM,CAAQ;IAE9B,QAAQ,EAAE,OAAO,CAAS;gBAEf,MAAM,EAAE,MAAM;IAElC,QAAQ;IAER,QAAQ;yCAtCG,iBAAiB;2CAAjB,iBAAiB;CA+C7B"}
|
|
@@ -19,10 +19,11 @@ export declare class MosaicComponent implements OnChanges {
|
|
|
19
19
|
trackImage(index: number, image: MosaicImage): string;
|
|
20
20
|
ngOnChanges(changes: SimpleChanges): void;
|
|
21
21
|
generateColumns(previousList: MosaicImages, currentList: MosaicImages, isNumberOfColumnChange: boolean): void;
|
|
22
|
-
separateImagesIntoColumns(newImagesToDisplay: MosaicImages):
|
|
23
|
-
concatColumns(oldColumns: MosaicImages[], newColumns: MosaicImages[]):
|
|
22
|
+
separateImagesIntoColumns(newImagesToDisplay: MosaicImages): MosaicImage[][];
|
|
23
|
+
concatColumns(oldColumns: MosaicImages[], newColumns: MosaicImages[]): MosaicImage[][];
|
|
24
24
|
onBottomReached(): void;
|
|
25
25
|
onImportImage(src: ImageSource): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MosaicComponent, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<MosaicComponent, "wac-mosaic", never, { "imagesList": { "alias": "imagesList"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "numberOfColumn": { "alias": "numberOfColumn"; "required": false; }; "hoverImageTemplate": { "alias": "hoverImageTemplate"; "required": false; }; }, { "importImageSrc": "importImageSrc"; "loadMoreImages": "loadMoreImages"; }, never, never, false, never>;
|
|
28
28
|
}
|
|
29
|
+
//# sourceMappingURL=mosaic.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mosaic.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/mosaic/mosaic.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,WAAW,EAAoB,MAAM,eAAe,CAAC;;AAExJ,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AACjC,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B,MAAM,MAAM,WAAW,GAAG;IACxB,GAAG,EAAE,WAAW,CAAC;IACjB,GAAG,EAAE,QAAQ,CAAA;CACd,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC;AAEnD,qBAOa,eAAgB,YAAW,SAAS;IAEtC,UAAU,EAAE,YAAY,CAAM;IAE9B,SAAS,UAAS;IAElB,cAAc,SAAK;IAEnB,kBAAkB,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAEpC,cAAc,uBAAmC;IAEjD,cAAc,qBAA4B;IAEpD,OAAO,EAAE,YAAY,EAAE,CAAC;IAExB,WAAW,CAAC,KAAK,EAAE,MAAM;IAIzB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW;IAI5C,WAAW,CAAC,OAAO,EAAE,aAAa;IAclC,eAAe,CAAC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,sBAAsB,EAAE,OAAO;IAgBtG,yBAAyB,CAAC,kBAAkB,EAAE,YAAY,GAAG,WAAW,EAAE,EAAE;IAU5E,aAAa,CAAC,UAAU,EAAE,YAAY,EAAE,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,WAAW,EAAE,EAAE;IAMtF,eAAe;IAMf,aAAa,CAAC,GAAG,EAAE,WAAW;yCA5EnB,eAAe;2CAAf,eAAe;CA+E3B"}
|
|
@@ -29,3 +29,4 @@ export declare class MultipleSearchComponent implements OnInit {
|
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchComponent, never>;
|
|
30
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchComponent, "wac-multiple-search", never, { "options": { "alias": "options"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
32
|
+
//# sourceMappingURL=multiple-search.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiple-search.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/multiple-search/multiple-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAEvD,qBAKa,uBAAwB,YAAW,MAAM;IAWxC,OAAO,CAAC,gBAAgB;IAV3B,OAAO,QAAM;IACb,UAAU,UAAS;IAC5B,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,IAAI,SAAM;IACV,KAAK,SAAM;IACX,MAAM,EAAE,GAAG,CAAM;IACjB,UAAU,UAAS;IACnB,KAAK,SAAqC;IAC1C,SAAS,UAAS;gBACE,gBAAgB,EAAE,gBAAgB;IAEtD,QAAQ,IAAI,IAAI;IAOhB,qBAAqB,CAAC,KAAK,KAAA;IAQ3B,UAAU;IAYV,cAAc,CAAC,KAAK,CAAC,KAAA;IAQrB,QAAQ,CAAC,KAAK,CAAC,KAAA;IAQf,QAAQ,CAAC,KAAK,CAAC,KAAA;IAQf,YAAY;IAOZ,SAAS;IAIT,OAAO,CAAC,KAAK,CAAC,KAAA;IAQd,cAAc;IAId,WAAW;IAIX,WAAW,CAAC,KAAK,KAAA;yCA3FN,uBAAuB;2CAAvB,uBAAuB;CAmGnC"}
|
|
@@ -12,6 +12,7 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
12
12
|
options: MultipleSearchPlusOption[];
|
|
13
13
|
searchResults: MultipleSearchPlusResults[];
|
|
14
14
|
disabled: boolean | string;
|
|
15
|
+
hideResults: boolean | string;
|
|
15
16
|
searchValue: EventEmitter<any>;
|
|
16
17
|
optionsChange: EventEmitter<any>;
|
|
17
18
|
constructor();
|
|
@@ -27,5 +28,6 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
27
28
|
addResult(index: number): void;
|
|
28
29
|
deleteResult(indexItem: number, index: number): void;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchPlusComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": { "alias": "options"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": { "alias": "options"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideResults": { "alias": "hideResults"; "required": false; }; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false, never>;
|
|
31
32
|
}
|
|
33
|
+
//# sourceMappingURL=multiple-search-plus.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiple-search-plus.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/multiple-search-plus/multiple-search-plus.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;;AAExF,qBAKa,2BAA4B,YAAW,MAAM;IAExD,aAAa,EAAC,MAAM,CAAC;IACrB,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,UAAU,UAAS;IACnB,iBAAiB,UAAS;IAE1B,SAAS,UAAQ;IAER,OAAO,EAAC,wBAAwB,EAAE,CAAC;IACnC,aAAa,EAAC,yBAAyB,EAAE,CAAC;IAC1C,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAS;IACnC,WAAW,EAAE,OAAO,GAAG,MAAM,CAAS;IAErC,WAAW,oBAAsB;IACjC,aAAa,oBAAsB;;IAI7C,QAAQ,IAAI,IAAI;IAMhB,cAAc,CAAC,KAAK,EAAC,GAAG;IASxB,gBAAgB,CAAC,KAAK,CAAC,EAAC,MAAM;IAI9B,cAAc,CAAC,KAAK,CAAC,EAAC,MAAM;IAI5B,QAAQ,CAAC,KAAK,CAAC,EAAC,MAAM;IAItB,cAAc;IAId,WAAW;IAIX,kBAAkB;IAIlB,WAAW,CAAC,KAAK,EAAC,MAAM;IASxB,SAAS,CAAC,KAAK,EAAC,MAAM;IActB,YAAY,CAAC,SAAS,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM;yCAlFhC,2BAA2B;2CAA3B,2BAA2B;CAsFvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiple-search-plus-option.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AAEjF,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,yBAAyB,EAAE,CAAC;CACpC"}
|
package/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiple-search-plus-results.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -5,3 +5,4 @@ export declare class OptionalDisableContainerComponent {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionalDisableContainerComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<OptionalDisableContainerComponent, "wac-optional-disable-container", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
8
|
+
//# sourceMappingURL=optional-disable-container.component.d.ts.map
|
package/lib/components/optional-disable-container/optional-disable-container.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optional-disable-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/optional-disable-container/optional-disable-container.component.ts"],"names":[],"mappings":";AAEA,qBAQa,iCAAiC;IAEjC,QAAQ,UAAS;;yCAFjB,iCAAiC;2CAAjC,iCAAiC;CAM7C"}
|
|
@@ -17,3 +17,4 @@ export declare class PaginationComponent {
|
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "wac-pagination", never, { "pagination": { "alias": "pagination"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
20
|
+
//# sourceMappingURL=pagination.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/pagination/pagination.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAGvE,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qBAKa,mBAAmB;IAC9B,IACI,UAAU,CAAC,UAAU,EAAE,iBAAiB,EAE3C;IACD,IAAI,UAAU,IAAI,iBAAiB,CAElC;IACD,OAAO,CAAC,WAAW,CAAoB;IAE7B,UAAU,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAsB;;IAI3E,aAAa;IAQb,aAAa;IAab,gBAAgB,CAAC,KAAK,EAAE,GAAG;yCAnChB,mBAAmB;2CAAnB,mBAAmB;CAuC/B"}
|
|
@@ -11,3 +11,4 @@ export declare class PaginationModule {
|
|
|
11
11
|
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, [typeof i1.PaginationComponent, typeof i2.PagniationArrayTotalPages, typeof i3.PagniationIsLastPage, typeof i4.PagniationText], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.TranslateModule], [typeof i1.PaginationComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
|
|
13
13
|
}
|
|
14
|
+
//# sourceMappingURL=pagination.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/pagination/pagination.module.ts"],"names":[],"mappings":";;;;;;;;AAYA,qBAUa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAI"}
|