@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
|
@@ -1,114 +1,125 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./radio/radio.component";
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./hn/
|
|
24
|
-
import * as i23 from "./hn/
|
|
25
|
-
import * as i24 from "./hn/
|
|
26
|
-
import * as i25 from "./
|
|
27
|
-
import * as i26 from "./
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./
|
|
30
|
-
import * as i29 from "./multiple-search
|
|
31
|
-
import * as i30 from "./
|
|
32
|
-
import * as i31 from "./
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "./
|
|
40
|
-
import * as i39 from "./select/
|
|
41
|
-
import * as i40 from "./select/option
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./common/
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "./
|
|
48
|
-
import * as i47 from "./
|
|
49
|
-
import * as i48 from "./
|
|
50
|
-
import * as i49 from "./
|
|
51
|
-
import * as i50 from "./
|
|
52
|
-
import * as i51 from "./
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "./
|
|
55
|
-
import * as i54 from "./
|
|
56
|
-
import * as i55 from "./
|
|
57
|
-
import * as i56 from "./
|
|
58
|
-
import * as i57 from "./
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "./
|
|
62
|
-
import * as i61 from "./
|
|
63
|
-
import * as i62 from "./
|
|
64
|
-
import * as i63 from "
|
|
65
|
-
import * as i64 from "
|
|
66
|
-
import * as i65 from "
|
|
67
|
-
import * as i66 from "
|
|
68
|
-
import * as i67 from "
|
|
69
|
-
import * as i68 from "
|
|
70
|
-
import * as i69 from "
|
|
71
|
-
import * as i70 from "
|
|
72
|
-
import * as i71 from "
|
|
73
|
-
import * as i72 from "
|
|
74
|
-
import * as i73 from "
|
|
75
|
-
import * as i74 from "
|
|
76
|
-
import * as i75 from "
|
|
77
|
-
import * as i76 from "
|
|
78
|
-
import * as i77 from "
|
|
79
|
-
import * as i78 from "
|
|
80
|
-
import * as i79 from "
|
|
81
|
-
import * as i80 from "
|
|
82
|
-
import * as i81 from "./
|
|
83
|
-
import * as i82 from "./
|
|
84
|
-
import * as i83 from "./
|
|
85
|
-
import * as i84 from "./
|
|
86
|
-
import * as i85 from "
|
|
87
|
-
import * as i86 from "
|
|
88
|
-
import * as i87 from "
|
|
89
|
-
import * as i88 from "
|
|
90
|
-
import * as i89 from "./
|
|
91
|
-
import * as i90 from "./
|
|
92
|
-
import * as i91 from "
|
|
93
|
-
import * as i92 from "./
|
|
94
|
-
import * as i93 from "./
|
|
95
|
-
import * as i94 from "./
|
|
96
|
-
import * as i95 from "./
|
|
97
|
-
import * as i96 from "./
|
|
98
|
-
import * as i97 from "./
|
|
99
|
-
import * as i98 from "./
|
|
100
|
-
import * as i99 from "./
|
|
101
|
-
import * as i100 from "./
|
|
102
|
-
import * as i101 from "./
|
|
103
|
-
import * as i102 from "./
|
|
104
|
-
import * as i103 from "./
|
|
105
|
-
import * as i104 from "./
|
|
106
|
-
import * as i105 from "./
|
|
107
|
-
import * as i106 from "./
|
|
108
|
-
import * as i107 from "./
|
|
109
|
-
import * as i108 from "./
|
|
2
|
+
import * as i1 from "./grid/grid.component";
|
|
3
|
+
import * as i2 from "./tag/tag.component";
|
|
4
|
+
import * as i3 from "./button/button.component";
|
|
5
|
+
import * as i4 from "./info/info.component";
|
|
6
|
+
import * as i5 from "./settings/settings.component";
|
|
7
|
+
import * as i6 from "./delete/delete.component";
|
|
8
|
+
import * as i7 from "./dropdown/dropdown.component";
|
|
9
|
+
import * as i8 from "./image/image.component";
|
|
10
|
+
import * as i9 from "./back/back.component";
|
|
11
|
+
import * as i10 from "./separator/separator.component";
|
|
12
|
+
import * as i11 from "./logo/logo.component";
|
|
13
|
+
import * as i12 from "./radio-legacy/radio.component";
|
|
14
|
+
import * as i13 from "./radio/radio.component";
|
|
15
|
+
import * as i14 from "./state/state.component";
|
|
16
|
+
import * as i15 from "./tag-label/tag-label.component";
|
|
17
|
+
import * as i16 from "./calendar/calendar.component";
|
|
18
|
+
import * as i17 from "./edit-in-place/edit-in-place.component";
|
|
19
|
+
import * as i18 from "./alert/alert.component";
|
|
20
|
+
import * as i19 from "./header-page/header-page.component";
|
|
21
|
+
import * as i20 from "./switch/switch.component";
|
|
22
|
+
import * as i21 from "./link/link.component";
|
|
23
|
+
import * as i22 from "./hn/h1/h1.component";
|
|
24
|
+
import * as i23 from "./hn/h2/h2.component";
|
|
25
|
+
import * as i24 from "./hn/h3/h3.component";
|
|
26
|
+
import * as i25 from "./hn/h4/h4.component";
|
|
27
|
+
import * as i26 from "./text/text.component";
|
|
28
|
+
import * as i27 from "./upload/upload.component";
|
|
29
|
+
import * as i28 from "./select-in-text/select-in-text.component";
|
|
30
|
+
import * as i29 from "./multiple-search/multiple-search.component";
|
|
31
|
+
import * as i30 from "./multiple-search-plus/multiple-search-plus.component";
|
|
32
|
+
import * as i31 from "./popin/popin.component";
|
|
33
|
+
import * as i32 from "./free-popin/free-popin.component";
|
|
34
|
+
import * as i33 from "./wrapper/wrapper.component";
|
|
35
|
+
import * as i34 from "./filters/filters.component";
|
|
36
|
+
import * as i35 from "./wrapper-blocs/wrapper-blocs.component";
|
|
37
|
+
import * as i36 from "./search/search.component";
|
|
38
|
+
import * as i37 from "./selected-list/selected-list.component";
|
|
39
|
+
import * as i38 from "./optional-disable-container/optional-disable-container.component";
|
|
40
|
+
import * as i39 from "./select/select/select.component";
|
|
41
|
+
import * as i40 from "./select/option/option.component";
|
|
42
|
+
import * as i41 from "./select/option-call-to-action/option-call-to-action.component";
|
|
43
|
+
import * as i42 from "./common/placeholder/placeholder.component";
|
|
44
|
+
import * as i43 from "./common/label/label.component";
|
|
45
|
+
import * as i44 from "./select/select-search-trigger/select-search-trigger.component";
|
|
46
|
+
import * as i45 from "./wrapper-sidebar/wrapper-sidebar.component";
|
|
47
|
+
import * as i46 from "./breadcrumbs/breadcrumbs.component";
|
|
48
|
+
import * as i47 from "./card-price/card-price.component";
|
|
49
|
+
import * as i48 from "./token-check/token-check.component";
|
|
50
|
+
import * as i49 from "./block-with-checkbox/block-with-checkbox.component";
|
|
51
|
+
import * as i50 from "./confirm-delete/confirm-delete.component";
|
|
52
|
+
import * as i51 from "./mosaic/mosaic.component";
|
|
53
|
+
import * as i52 from "./content-with-buttons/content-with-buttons.component";
|
|
54
|
+
import * as i53 from "./wrapper-multiple-block/wrapper-multiple-block.component";
|
|
55
|
+
import * as i54 from "./draganddrop-list/draganddrop-list.component";
|
|
56
|
+
import * as i55 from "./summary/summary.component";
|
|
57
|
+
import * as i56 from "./google-preview/google-preview.component";
|
|
58
|
+
import * as i57 from "./charging-bar/charging-bar.component";
|
|
59
|
+
import * as i58 from "./expanded-panel/expanded-panel.component";
|
|
60
|
+
import * as i59 from "./row/row.component";
|
|
61
|
+
import * as i60 from "./column/column.component";
|
|
62
|
+
import * as i61 from "./ai-express/ai-express.component";
|
|
63
|
+
import * as i62 from "./radio/option/option.component";
|
|
64
|
+
import * as i63 from "./tag-dropdown/tag-dropdown.component";
|
|
65
|
+
import * as i64 from "./slide-in/slide-in.component";
|
|
66
|
+
import * as i65 from "./select/option-group/option-group.component";
|
|
67
|
+
import * as i66 from "./menu-tile/menu-tile.component";
|
|
68
|
+
import * as i67 from "./color-picker/color-picker.component";
|
|
69
|
+
import * as i68 from "./image-text-section/image-text-section.component";
|
|
70
|
+
import * as i69 from "./faq-section/faq-section.component";
|
|
71
|
+
import * as i70 from "./reassurance-section/reassurance-section.component";
|
|
72
|
+
import * as i71 from "./pricing-section/pricing-section.component";
|
|
73
|
+
import * as i72 from "@angular/common";
|
|
74
|
+
import * as i73 from "@angular/forms";
|
|
75
|
+
import * as i74 from "@wizishop/ng-wizi-bulma";
|
|
76
|
+
import * as i75 from "@ngx-translate/core";
|
|
77
|
+
import * as i76 from "../directives/shared-directives.module";
|
|
78
|
+
import * as i77 from "../pipes/shared-pipes.module";
|
|
79
|
+
import * as i78 from "@angular/cdk/table";
|
|
80
|
+
import * as i79 from "@angular/cdk/drag-drop";
|
|
81
|
+
import * as i80 from "./pagination/pagination.module";
|
|
82
|
+
import * as i81 from "./table/table.module";
|
|
83
|
+
import * as i82 from "./tooltip/tooltip.module";
|
|
84
|
+
import * as i83 from "./checkbox/checkbox.module";
|
|
85
|
+
import * as i84 from "./alert-popup/alert-popup-module";
|
|
86
|
+
import * as i85 from "@angular/router";
|
|
87
|
+
import * as i86 from "ngx-autosize";
|
|
88
|
+
import * as i87 from "ngx-scrollbar";
|
|
89
|
+
import * as i88 from "ngx-scrollbar/reached-event";
|
|
90
|
+
import * as i89 from "./tree/tree.module";
|
|
91
|
+
import * as i90 from "./expansion/expansion.module";
|
|
92
|
+
import * as i91 from "ngx-color-picker";
|
|
93
|
+
import * as i92 from "./tabs/tabs.component";
|
|
94
|
+
import * as i93 from "./tabs/tab/tab.component";
|
|
95
|
+
import * as i94 from "./snackbar/snackbar.component";
|
|
96
|
+
import * as i95 from "./block/block.component";
|
|
97
|
+
import * as i96 from "./loader/loader.component";
|
|
98
|
+
import * as i97 from "./text-area/text-area.component";
|
|
99
|
+
import * as i98 from "./progress-bar/progress-bar.component";
|
|
100
|
+
import * as i99 from "./inputs/input/input.component";
|
|
101
|
+
import * as i100 from "./inputs/input-search/input-search.component";
|
|
102
|
+
import * as i101 from "./inputs/input-with-select/input-with-select.component";
|
|
103
|
+
import * as i102 from "./block/block-title-legacy/block-title-legacy.component";
|
|
104
|
+
import * as i103 from "./block/separator/block-separator.component";
|
|
105
|
+
import * as i104 from "./border-picker/border-picker.component";
|
|
106
|
+
import * as i105 from "./pagination/pagination.component";
|
|
107
|
+
import * as i106 from "./table/table.component";
|
|
108
|
+
import * as i107 from "./table/directives/column.directive";
|
|
109
|
+
import * as i108 from "./table/directives/checkBoxRow.directive";
|
|
110
|
+
import * as i109 from "./table/directives/columnHeader.directive";
|
|
111
|
+
import * as i110 from "./table/directives/raw.directive";
|
|
112
|
+
import * as i111 from "./tooltip/tooltip.component";
|
|
113
|
+
import * as i112 from "./checkbox/checkbox.component";
|
|
114
|
+
import * as i113 from "./tree/tree.component";
|
|
115
|
+
import * as i114 from "./expansion/expansion-panel/expansion-panel.component";
|
|
116
|
+
import * as i115 from "./expansion/expansion-panel-header/expansion-panel-header.component";
|
|
117
|
+
import * as i116 from "./expansion/accordion/accordion.component";
|
|
118
|
+
import * as i117 from "./expansion/expansion-panel/expansion-panel.directive";
|
|
119
|
+
import * as i118 from "./expansion/expansion-panel-header/expansion-panel-header.directive";
|
|
110
120
|
export declare class SharedComponentsModule {
|
|
111
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
|
|
112
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.
|
|
122
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.GridComponent, typeof i2.TagComponent, typeof i3.ButtonComponent, typeof i4.InfoComponent, typeof i5.SettingsComponent, typeof i6.DeleteComponent, typeof i7.DropdownComponent, typeof i8.ImageComponent, typeof i9.BackComponent, typeof i10.SeparatorComponent, typeof i11.LogoComponent, typeof i12.RadioLegacyComponent, typeof i13.RadioComponent, typeof i14.StateComponent, typeof i15.TagLabelComponent, typeof i16.CalendarComponent, typeof i17.WzEditInPlaceComponent, typeof i18.AlertComponent, typeof i19.HeaderPageComponent, typeof i20.SwitchComponent, typeof i21.LinkComponent, typeof i22.H1Component, typeof i23.H2Component, typeof i24.H3Component, typeof i25.H4Component, typeof i26.TextComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.MultipleSearchComponent, typeof i30.MultipleSearchPlusComponent, typeof i31.PopinComponent, typeof i32.FreePopinComponent, typeof i33.WrapperComponent, typeof i34.FiltersComponent, typeof i35.WrapperBlocsComponent, typeof i36.SearchComponent, typeof i37.SelectedListComponent, typeof i38.OptionalDisableContainerComponent, typeof i39.SelectComponent, typeof i40.OptionComponent, typeof i41.OptionCallToActionComponent, typeof i42.PlaceholderComponent, typeof i43.LabelComponent, typeof i44.SelectSearchTriggerComponent, typeof i45.WrapperSidebarComponent, typeof i46.BreadcrumbsComponent, typeof i47.CardPriceComponent, typeof i48.TokenCheckComponent, typeof i49.BlockWithCheckboxComponent, typeof i50.ConfirmDeleteComponent, typeof i51.MosaicComponent, typeof i52.ContentWithButtonsComponent, typeof i53.WrapperMultipleBlockComponent, typeof i54.DraganddropListComponent, typeof i55.SummaryComponent, typeof i56.GooglePreviewComponent, typeof i54.DraganddropListComponent, typeof i57.ChargingBarComponent, typeof i58.ExpandedPanelComponent, typeof i59.RowComponent, typeof i60.ColumnComponent, typeof i61.AiExpressComponent, typeof i62.RadioOptionComponent, typeof i63.TagDropdownComponent, typeof i64.SlideInComponent, typeof i65.OptionGroupComponent, typeof i66.MenuTileComponent, typeof i67.ColorPickerComponent, typeof i68.ImageTextSectionComponent, typeof i69.FaqSectionComponent, typeof i70.ReassuranceSectionComponent, typeof i71.PricingSectionComponent], [typeof i72.CommonModule, typeof i73.FormsModule, typeof i74.NwbAllModule, typeof i75.TranslateModule, typeof i73.ReactiveFormsModule, typeof i76.SharedDirectives, typeof i77.SharedPipes, typeof i78.CdkTableModule, typeof i79.DragDropModule, typeof i80.PaginationModule, typeof i81.TableModule, typeof i82.TooltipModule, typeof i83.CheckboxModule, typeof i84.AlertPopupModule, typeof i85.RouterModule, typeof i86.AutosizeModule, typeof i87.NgScrollbarModule, typeof i88.NgScrollReached, typeof i89.TreeModule, typeof i90.ExpansionModule, typeof i91.ColorPickerDirective, typeof i92.TabsComponent, typeof i93.TabComponent, typeof i94.SnackbarComponent, typeof i95.BlockComponent, typeof i96.LoaderComponent, typeof i97.TextAreaComponent, typeof i98.ProgressBarComponent, typeof i99.InputComponent, typeof i100.InputSearchComponent, typeof i101.InputWithSelectComponent, typeof i102.BlockTitleLegacyComponent, typeof i103.BlockSeparatorComponent, typeof i104.BorderPickerComponent], [typeof i1.GridComponent, typeof i2.TagComponent, typeof i3.ButtonComponent, typeof i4.InfoComponent, typeof i5.SettingsComponent, typeof i6.DeleteComponent, typeof i7.DropdownComponent, typeof i8.ImageComponent, typeof i9.BackComponent, typeof i10.SeparatorComponent, typeof i11.LogoComponent, typeof i12.RadioLegacyComponent, typeof i13.RadioComponent, typeof i14.StateComponent, typeof i15.TagLabelComponent, typeof i16.CalendarComponent, typeof i17.WzEditInPlaceComponent, typeof i18.AlertComponent, typeof i19.HeaderPageComponent, typeof i20.SwitchComponent, typeof i21.LinkComponent, typeof i22.H1Component, typeof i23.H2Component, typeof i24.H3Component, typeof i25.H4Component, typeof i26.TextComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.MultipleSearchComponent, typeof i30.MultipleSearchPlusComponent, typeof i31.PopinComponent, typeof i32.FreePopinComponent, typeof i33.WrapperComponent, typeof i34.FiltersComponent, typeof i35.WrapperBlocsComponent, typeof i36.SearchComponent, typeof i37.SelectedListComponent, typeof i38.OptionalDisableContainerComponent, typeof i39.SelectComponent, typeof i40.OptionComponent, typeof i41.OptionCallToActionComponent, typeof i42.PlaceholderComponent, typeof i43.LabelComponent, typeof i44.SelectSearchTriggerComponent, typeof i45.WrapperSidebarComponent, typeof i46.BreadcrumbsComponent, typeof i47.CardPriceComponent, typeof i48.TokenCheckComponent, typeof i49.BlockWithCheckboxComponent, typeof i50.ConfirmDeleteComponent, typeof i51.MosaicComponent, typeof i52.ContentWithButtonsComponent, typeof i53.WrapperMultipleBlockComponent, typeof i54.DraganddropListComponent, typeof i55.SummaryComponent, typeof i56.GooglePreviewComponent, typeof i54.DraganddropListComponent, typeof i57.ChargingBarComponent, typeof i58.ExpandedPanelComponent, typeof i59.RowComponent, typeof i60.ColumnComponent, typeof i61.AiExpressComponent, typeof i62.RadioOptionComponent, typeof i63.TagDropdownComponent, typeof i64.SlideInComponent, typeof i65.OptionGroupComponent, typeof i66.MenuTileComponent, typeof i67.ColorPickerComponent, typeof i68.ImageTextSectionComponent, typeof i69.FaqSectionComponent, typeof i70.ReassuranceSectionComponent, typeof i71.PricingSectionComponent, typeof i105.PaginationComponent, typeof i106.TableComponent, typeof i107.TableColumn, typeof i108.CheckBoxRow, typeof i109.TableColumnHeader, typeof i110.TableRow, typeof i111.TooltipComponent, typeof i112.CheckboxComponent, typeof i96.LoaderComponent, typeof i113.TreeComponent, typeof i114.ExpansionPanelComponent, typeof i115.ExpansionPanelHeaderComponent, typeof i116.AccordionComponent, typeof i117.ExpansionPanelDirective, typeof i118.ExpansionPanelHeaderDirective, typeof i92.TabsComponent, typeof i93.TabComponent, typeof i94.SnackbarComponent, typeof i95.BlockComponent, typeof i96.LoaderComponent, typeof i97.TextAreaComponent, typeof i98.ProgressBarComponent, typeof i99.InputComponent, typeof i100.InputSearchComponent, typeof i101.InputWithSelectComponent, typeof i102.BlockTitleLegacyComponent, typeof i103.BlockSeparatorComponent, typeof i104.BorderPickerComponent]>;
|
|
113
123
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
|
|
114
124
|
}
|
|
125
|
+
//# sourceMappingURL=shared-components.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared-components.module.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/components/shared-components.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4NA,qBAwDa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlideInComponent {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
hasButton: boolean;
|
|
8
|
+
primaryButtonText: string;
|
|
9
|
+
secondaryButtonText: string;
|
|
10
|
+
maxWidth: string | null;
|
|
11
|
+
closed: EventEmitter<void>;
|
|
12
|
+
primaryButtonClick: EventEmitter<void>;
|
|
13
|
+
secondaryButtonClick: EventEmitter<void>;
|
|
14
|
+
/**
|
|
15
|
+
* Ouvre le panneau coulissant
|
|
16
|
+
*/
|
|
17
|
+
open(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Ferme le panneau coulissant
|
|
20
|
+
*/
|
|
21
|
+
close(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Gère le clic sur le bouton primaire
|
|
24
|
+
*/
|
|
25
|
+
onPrimaryButtonClick(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Gère le clic sur le bouton secondaire
|
|
28
|
+
*/
|
|
29
|
+
onSecondaryButtonClick(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlideInComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideInComponent, "wac-slide-in", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "hasButton": { "alias": "hasButton"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "closed": "closed"; "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; }, never, ["*"], false, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=slide-in.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slide-in.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/slide-in/slide-in.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,YAAY,EAAE,MAAM,eAAe,CAAC;;AAEvE,qBAKa,gBAAgB;IAClB,KAAK,EAAE,MAAM,CAAM;IACnB,QAAQ,EAAE,MAAM,CAAM;IACtB,MAAM,EAAE,OAAO,CAAS;IACxB,SAAS,EAAE,OAAO,CAAS;IAC3B,iBAAiB,EAAE,MAAM,CAAa;IACtC,mBAAmB,EAAE,MAAM,CAAa;IACxC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE9B,MAAM,qBAA4B;IAClC,kBAAkB,qBAA4B;IAC9C,oBAAoB,qBAA4B;IAE1D;;OAEG;IACH,IAAI,IAAI,IAAI;IAKZ;;OAEG;IACH,KAAK,IAAI,IAAI;IAMb;;OAEG;IACH,oBAAoB,IAAI,IAAI;IAI5B;;OAEG;IACH,sBAAsB,IAAI,IAAI;yCAxCnB,gBAAgB;2CAAhB,gBAAgB;CA2C5B"}
|
|
@@ -19,3 +19,4 @@ export declare class SnackbarComponent implements OnInit {
|
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "wac-snackbar", never, { "message": { "alias": "message"; "required": false; }; "textButtonOk": { "alias": "textButtonOk"; "required": false; }; "textButtonKo": { "alias": "textButtonKo"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "color": { "alias": "color"; "required": false; }; "buttonColor": { "alias": "buttonColor"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, true, never>;
|
|
21
21
|
}
|
|
22
|
+
//# sourceMappingURL=snackbar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snackbar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/snackbar/snackbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAA6B,YAAY,EAAE,MAAM,eAAe,CAAC;;AAIlG,qBA+Ba,iBAAkB,YAAW,MAAM;IAErC,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,OAAO,UAAS;IACf,aAAa,oBAAsB;IAEnC,QAAQ,oBAAsB;IAExC,OAAO,CAAC,WAAW,CAAS;IAE5B,OAAO,CAAC,KAAK,CAAM;IAEnB,QAAQ;IAMR,QAAQ;IAMR,MAAM;IAMN,aAAa;yCApCF,iBAAiB;2CAAjB,iBAAiB;CAyC7B"}
|
|
@@ -5,3 +5,4 @@ export declare class StateComponent {
|
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<StateComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<StateComponent, "wac-state", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
|
+
//# sourceMappingURL=state.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/state/state.component.ts"],"names":[],"mappings":";AAEA,qBAMa,cAAc;IAEzB,KAAK,SAAa;;yCAFP,cAAc;2CAAd,cAAc;CAI1B"}
|
|
@@ -15,3 +15,4 @@ export declare class SummaryComponent {
|
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryComponent, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponent, "wac-summary", never, { "activeItem": { "alias": "activeItem"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "itemChanged": "itemChanged"; }, never, never, false, never>;
|
|
17
17
|
}
|
|
18
|
+
//# sourceMappingURL=summary.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/summary/summary.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,YAAY,EAAE,MAAM,eAAe,CAAC;;AAE1F,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qBAMa,gBAAgB;IAE3B,WAAW,SAAK;IAEhB,IAAa,UAAU,CAAC,UAAU,EAAE,MAAM,EAEzC;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;IAEQ,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAE1B,WAAW,uBAA8B;;IAInD,YAAY,CAAC,CAAC,EAAE,MAAM;yCAlBX,gBAAgB;2CAAhB,gBAAgB;CA+B5B"}
|
|
@@ -32,3 +32,4 @@ export declare class SwitchComponent implements OnInit, ControlValueAccessor {
|
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
33
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "wac-switch", never, { "value": { "alias": "value"; "required": false; }; "textState": { "alias": "textState"; "required": false; }; "textStateAfter": { "alias": "textStateAfter"; "required": false; }; "textStateEnable": { "alias": "textStateEnable"; "required": false; }; "textStateDisable": { "alias": "textStateDisable"; "required": false; }; "showInput": { "alias": "showInput"; "required": false; }; "placholderInput": { "alias": "placholderInput"; "required": false; }; "danger": { "alias": "danger"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, { "switchChange": "switchChange"; "changeInput": "changeInput"; }, never, ["*"], false, never>;
|
|
34
34
|
}
|
|
35
|
+
//# sourceMappingURL=switch.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/switch/switch.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AACzE,qBASa,eAAgB,YAAW,MAAM,EAAE,oBAAoB;IAmBtD,OAAO,CAAC,iBAAiB;IAjB5B,KAAK,UAAS;IACd,SAAS,SAAM;IACf,cAAc,SAAM;IACpB,eAAe,SAAM;IACrB,gBAAgB,SAAM;IACtB,SAAS,UAAS;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,UAAS;IACf,UAAU,EAAE,OAAO,CAAS;IAC5B,QAAQ,EAAE,OAAO,CAAS;IACzB,YAAY,oBAA2B;IACvC,WAAW,oBAA2B;IAChD,UAAU,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;IAElB,QAAQ,EAAE,OAAO,CAAC;gBAEE,iBAAiB,EAAE,iBAAiB;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,KAAK,EAAE,GAAG;IAStB,YAAY;IAIZ,OAAO,CAAC,QAAQ,CAA2C;IAE3D,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAGhC,gBAAgB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAIrC,MAAM,IAAI,IAAI;IAId,OAAO,CAAC,SAAS,CAAY;IAE7B,iBAAiB,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI;IAIvC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;yCAzDvB,eAAe;2CAAf,eAAe;CA6D3B"}
|
|
@@ -32,3 +32,4 @@ export declare class CheckBoxRow {
|
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxRow, never>;
|
|
33
33
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxRow, "[checkBoxRow]", never, { "checkBoxId": { "alias": "checkBoxId"; "required": false; }; "checkBoxName": { "alias": "checkBoxName"; "required": false; }; "checkBoxValue": { "alias": "checkBoxValue"; "required": false; }; }, { "checkBoxValueChange": "checkBoxValueChange"; }, never, never, false, never>;
|
|
34
34
|
}
|
|
35
|
+
//# sourceMappingURL=checkBoxRow.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkBoxRow.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/checkBoxRow.directive.ts"],"names":[],"mappings":"AACA,OAAO,EACL,wBAAwB,EACxB,YAAY,EAGZ,SAAS,EAET,UAAU,EAGV,cAAc,EACd,QAAQ,EACT,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;;AAE7E,qBAIa,WAAW;IAsBpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IA3BvB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IAE9B,IAAa,aAAa,CAAC,KAAK,EAAE,OAAO,EAKxC;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,aAAa,IAAI,OAAO,CAE3B;IAES,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAE1E,OAAO,CAAC,oBAAoB,CAAkC;IAC9D,OAAO,CAAC,aAAa,CAAgB;IACrC,OAAO,CAAC,eAAe,CAAC;gBAGd,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,SAAS,EACD,QAAQ,KAAA,EAC1B,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,QAAQ,EAClB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ;IAMR,uBAAuB;IAavB,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,eAAe;IAIvB,UAAU;IAIV,QAAQ,IAAI,OAAO;IAInB,SAAS,CAAC,QAAQ,EAAE,OAAO;IAI3B,WAAW;yCApFA,WAAW;2CAAX,WAAW;CAuFvB"}
|
|
@@ -14,3 +14,4 @@ export declare class TableColumn {
|
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumn, never>;
|
|
15
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumn, "[tableColumn]", never, { "columnSize": { "alias": "columnSize"; "required": false; }; "centerCell": { "alias": "centerCell"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
17
|
+
//# sourceMappingURL=column.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/column.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,qBAIa,WAAW;IAMV,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,QAAQ;IAA+B,OAAO,CAAC,QAAQ;IALnG,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IAE7C,OAAO,CAAC,eAAe,CAAyC;gBAE5C,WAAW,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS,EAA4B,QAAQ,KAAA;IAE5G,eAAe;IAIf,uBAAuB;yCAZZ,WAAW;2CAAX,WAAW;CAyBvB"}
|
|
@@ -42,3 +42,4 @@ export declare class TableColumnHeader {
|
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnHeader, never>;
|
|
43
43
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnHeader, "[headerCell]", never, { "headerName": { "alias": "headerName"; "required": false; }; "columnSize": { "alias": "columnSize"; "required": false; }; "filterRouting": { "alias": "filterRouting"; "required": false; }; "tableName": { "alias": "tableName"; "required": false; }; "sortName": { "alias": "sortName"; "required": false; }; "centerCell": { "alias": "centerCell"; "required": false; }; "tableFilters": { "alias": "tableFilters"; "required": false; }; }, { "onSortChange": "onSortChange"; "tableFiltersChange": "tableFiltersChange"; }, never, never, false, never>;
|
|
44
44
|
}
|
|
45
|
+
//# sourceMappingURL=columnHeader.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnHeader.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/columnHeader.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAkB,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;AAG7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAE7D,qBAKa,iBAAiB;IA2B1B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,mBAAmB;IA7B7B,IACI,UAAU,CAAC,KAAK,EAAE,MAAM,EAG3B;IACD,WAAW,EAAE,MAAM,CAAM;IACzB,IAAI,UAAU,IAAI,MAAM,CAEvB;IACQ,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,OAAO,CAAS;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,YAAY,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAC1D,YAAY,EAAE,YAAY,CAAC;IAC1B,kBAAkB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAE9E,OAAO,CAAC,eAAe,CAAyC;IAEhE,OAAO,CAAC,aAAa,CAAoB;IACzC,OAAO,CAAC,WAAW,CAAiB;IAEpC,OAAO,CAAC,aAAa,CAAsB;gBAGjC,WAAW,EAAE,UAAU,EACvB,QAAQ,EAAE,SAAS,EACD,QAAQ,KAAA,EAC1B,mBAAmB,EAAE,mBAAmB;IAGlD,QAAQ;IAUR,eAAe;IAKf,iBAAiB;IAejB,eAAe;IAUf,aAAa;IAKb,uBAAuB;IAcvB,kBAAkB;IAKlB,mBAAmB;IASnB,OAAO,CAAC,aAAa;IAOrB,UAAU;IAsCV,kBAAkB;IAYlB,kBAAkB;IAMlB,UAAU,CAAC,OAAO,KAAA,EAAE,QAAQ,KAAA;IAqB5B,WAAW,IAAI,IAAI;yCA9LR,iBAAiB;2CAAjB,iBAAiB;CAmM7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raw.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/raw.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAEtD,qBAKa,QAAQ;IACP,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,QAAQ;IAA+B,OAAO,CAAC,QAAQ;gBAAxF,WAAW,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS,EAA4B,QAAQ,KAAA;IAE5G,eAAe;IAIf,uBAAuB;yCAPZ,QAAQ;2CAAR,QAAQ;CAUpB"}
|
|
@@ -8,3 +8,4 @@ export declare function distinctUntilTableFiltersChanged(): import("rxjs").MonoT
|
|
|
8
8
|
export declare function updateTableFiltersTotalItems<TResponse extends {
|
|
9
9
|
totalItems: number;
|
|
10
10
|
}>(tableFilters$: BehaviorSubject<TableFilters>, totalItems?: number): import("rxjs").MonoTypeOperatorFunction<TResponse>;
|
|
11
|
+
//# sourceMappingURL=distinct-until-table-filters-changed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"distinct-until-table-filters-changed.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/distinct-until-table-filters-changed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAA6B,MAAM,MAAM,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD;;;GAGG;AACH,wBAAgB,gCAAgC,0DAQ/C;AAED,wBAAgB,4BAA4B,CAAC,SAAS,SAAS;IAAC,UAAU,EAAE,MAAM,CAAA;CAAC,EAAE,aAAa,EAAE,eAAe,CAAC,YAAY,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM,sDAKrJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filters-table.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/filters-table.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAGlF,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;;AAGhE,qBAGa,mBAAmB;IAKlB,OAAO,CAAC,oBAAoB;IAJxC,YAAY,8BAAqC;IAEjD,OAAO,CAAC,WAAW,CAAoC;gBAEnC,oBAAoB,EAAE,uBAAuB;IAEjE,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,iBAAiB;IAsB7D;;;;;OAKG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO;IAItE,oBAAoB;IAIpB,oBAAoB,CAAC,aAAa,KAAA,EAAE,UAAU,KAAA,EAAE,YAAY,KAAA,EAAE,WAAW,KAAA;IAWzE,qCAAqC,CAAC,aAAa,KAAA,EAAE,YAAY,KAAA,EAAE,WAAW,KAAA;yCAtDnE,mBAAmB;6CAAnB,mBAAmB;CA6D/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-checkbox-id.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/table-checkbox-id.service.ts"],"names":[],"mappings":";AAGA,qBACa,sBAAsB;IAE/B,MAAM,CAAC,aAAa,SAAK;IAEzB,oBAAoB,EAAC,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAK;;IAOhC,WAAW;yCAZF,sBAAsB;6CAAtB,sBAAsB;CAgBlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-filters-group.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/table-filters-group.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,qBAAa,iBAAkB,SAAQ,cAAc;IACnD,yBAAyB,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACvD,kCAAkC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC;IAE7D,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,aAAa,GAAG,YAAY,GAAG,cAAc,GAAG,aAAa,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5G,gBAAgB,IAAI,IAAI;CAGzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table-filters.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/table-filters.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,MAAM,WAAW,YAAa,SAAQ,iBAAiB;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -42,3 +42,4 @@ export declare class TableComponent implements OnInit {
|
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
43
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "wac-table", never, { "tableFilters": { "alias": "tableFilters"; "required": false; }; "tableRoutingName": { "alias": "tableRoutingName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "disableSearch": { "alias": "disableSearch"; "required": false; }; "disablePagniation": { "alias": "disablePagniation"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "tableFiltersChange": "tableFiltersChange"; "toggleAllCheckBox": "toggleAllCheckBox"; "checkBoxSelectionChange": "checkBoxSelectionChange"; }, ["checkBoxRows", "tableRows"], ["[headerCell]", ".complex-table", "[tableRow]"], false, never>;
|
|
44
44
|
}
|
|
45
|
+
//# sourceMappingURL=table.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/table/table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,YAAY,EAAS,MAAM,EAAU,SAAS,EAAmC,MAAM,eAAe,CAAC;AAC5I,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;;AAEtD,qBAUa,cAAe,YAAW,MAAM;IAyC/B,OAAO,CAAC,mBAAmB;IAAuB,OAAO,CAAC,sBAAsB;IAA0B,OAAO,CAAC,qBAAqB;IAvCrH,YAAY,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC,SAAS,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAMjD,YAAY,EAAE,YAAY,CAAC;IAC1B,kBAAkB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAErE,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAM;IAElC,OAAO,CAAC,kBAAkB,CAAoB;IAI9C,2DAA2D;IAClD,QAAQ,UAAS;IAEhB,iBAAiB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAE9D,uBAAuB,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC,CAAsB;IAI/E,wCAAwC;IAC/B,aAAa,EAAE,OAAO,CAAS;IACxC,yCAAyC;IAChC,iBAAiB,EAAE,OAAO,CAAS;IAInC,SAAS,UAAS;IAG3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,oBAAoB,CAAe;gBAEvB,mBAAmB,EAAE,mBAAmB,EAAU,sBAAsB,EAAE,sBAAsB,EAAU,qBAAqB,EAAE,qBAAqB;IAE1K,QAAQ,IAAI,IAAI;IAyBhB,eAAe;IAOf,mBAAmB,CAAC,KAAK,EAAE,GAAG;IAI9B,YAAY;IAkBZ,UAAU;IAUV;;SAEK;IACL,OAAO,CAAC,gBAAgB;IAaxB,WAAW;yCA3HA,cAAc;2CAAd,cAAc;CAiI1B"}
|
|
@@ -15,3 +15,4 @@ export declare class TableModule {
|
|
|
15
15
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.TableColumn, typeof i3.CheckBoxRow, typeof i4.TableColumnHeader, typeof i5.TableRow], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.InputSearchComponent, typeof i9.LoaderComponent, typeof i10.CheckboxModule, typeof i11.PaginationModule], [typeof i1.TableComponent, typeof i2.TableColumn, typeof i3.CheckBoxRow, typeof i4.TableColumnHeader, typeof i5.TableRow]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
17
17
|
}
|
|
18
|
+
//# sourceMappingURL=table.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/table/table.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,qBAaa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CAAI"}
|
|
@@ -17,3 +17,4 @@ export declare class TabComponent implements OnInit {
|
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, ["_explicitContent"], ["*"], true, never>;
|
|
19
19
|
}
|
|
20
|
+
//# sourceMappingURL=tab.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/tabs/tab/tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAA2B,iBAAiB,EAAkC,MAAM,EAAE,WAAW,EAAa,gBAAgB,EAAqB,MAAM,eAAe,CAAC;;AAEhL,qBAQa,YAAa,YAAW,MAAM;IA0B7B,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,gBAAgB;IAzBzE,KAAK,EAAE,MAAM,CAAC;IAEvB,IACI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAG1B;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,OAAO,CAAC,SAAS,CAAkB;IAEnC,OAAO,CAAC,aAAa,CAA+B;IAEpD,IAAI,OAAO,IAAI,cAAc,GAAG,IAAI,CAEnC;IAGD,OAAO,CAAC,gBAAgB,CAA+B;IAEb,gBAAgB,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;gBAEzD,iBAAiB,EAAE,iBAAiB,EAAU,gBAAgB,EAAE,gBAAgB;IAEpG,QAAQ;yCA5BG,YAAY;2CAAZ,YAAY;CA+BxB"}
|
|
@@ -7,3 +7,4 @@ export declare class TabBodyComponent {
|
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyComponent, never>;
|
|
8
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabBodyComponent, "wac-tab-body", never, { "content": { "alias": "content"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
10
|
+
//# sourceMappingURL=tab-body.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-body.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/tabs/tab-body/tab-body.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAKrD,qBAQa,gBAAgB;IAClB,OAAO,EAAE,cAAc,CAAC;IAExB,MAAM,EAAE,OAAO,CAAC;IAEzB,IAAkC,OAAO,IAAI,MAAM,CAElD;yCAPU,gBAAgB;2CAAhB,gBAAgB;CAQ5B"}
|
|
@@ -12,3 +12,4 @@ export declare class TabBodyDirective extends CdkPortalOutlet implements OnInit
|
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyDirective, never>;
|
|
13
13
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TabBodyDirective, "[wacTabBody]", ["wacTabBody"], {}, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
15
|
+
//# sourceMappingURL=tab-body.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-body.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/tabs/tab-body/tab-body.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAqB,MAAM,EAAE,gBAAgB,EAAc,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAGxD,qBAMa,gBAAiB,SAAQ,eAAgB,YAAW,MAAM;IAEzD,OAAO,CAAC,wBAAwB;IAA4B,OAAO,CAAC,gBAAgB;IAAsC,OAAO,CAAC,QAAQ;IAAmD,OAAO,CAAC,IAAI;gBAAjM,wBAAwB,EAAE,wBAAwB,EAAU,gBAAgB,EAAE,gBAAgB,EAA4B,QAAQ,EAAE,GAAG,EAAsD,IAAI,EAAE,gBAAgB;IAI9N,QAAQ;yCANN,gBAAgB;2CAAhB,gBAAgB;CAU5B"}
|
|
@@ -21,6 +21,7 @@ export declare class TabsComponent implements AfterViewInit {
|
|
|
21
21
|
button: boolean;
|
|
22
22
|
right: boolean;
|
|
23
23
|
marginBottom: string;
|
|
24
|
+
column: boolean;
|
|
24
25
|
get defaultViewModel(): {
|
|
25
26
|
index: number;
|
|
26
27
|
tabList: any[];
|
|
@@ -38,5 +39,6 @@ export declare class TabsComponent implements AfterViewInit {
|
|
|
38
39
|
private setIndex;
|
|
39
40
|
openList($event: any): void;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "wac-tabs", never, { "underline": { "alias": "underline"; "required": false; }; "button": { "alias": "button"; "required": false; }; "right": { "alias": "right"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; }, {}, ["tabList"], never, true, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "wac-tabs", never, { "underline": { "alias": "underline"; "required": false; }; "button": { "alias": "button"; "required": false; }; "right": { "alias": "right"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "column": { "alias": "column"; "required": false; }; }, {}, ["tabList"], never, true, never>;
|
|
42
43
|
}
|
|
44
|
+
//# sourceMappingURL=tabs.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tabs/tabs.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAqC,SAAS,EAA8C,aAAa,EAAE,MAAM,eAAe,CAAC;AAE3J,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAyE,MAAM,MAAM,CAAC;;AAG7H,qBAWa,aAAc,YAAW,aAAa;IAgDrC,OAAO,CAAC,iBAAiB;IA9CrC,QAAQ,UAAS;IAEc,OAAO,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhE,MAAM,EAAE,eAAe,CAAC,MAAM,CAAC,CAAkC;IAEjE,QAAQ,yCAAiD;IAEzD,WAAW,EAAE,eAAe,CAAC,OAAO,CAAC,CAAuC;IAE5E,OAAO,CAAC,QAAQ,CAA0D;IAC1E,OAAO,CAAC,SAAS,CAAY;IAE7B,UAAU;;;;;OAYN;IAGJ,SAAS,UAAS;IAGlB,MAAM,UAAS;IAGf,KAAK,EAAE,OAAO,CAAS;IAGvB,YAAY,SAAU;IAGtB,MAAM,EAAE,OAAO,CAAS;IAExB,IAAI,gBAAgB;;;;;MAEnB;gBAEmB,iBAAiB,EAAE,iBAAiB;IAExD,eAAe;IAIf,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAOvC,gBAAgB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAIrC,MAAM,IAAI,IAAI;IAId,iBAAiB,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI;IAIvC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAKlC,SAAS,CAAC,KAAK,EAAE,MAAM;IAIvB,OAAO,CAAC,QAAQ;IAUhB,QAAQ,CAAC,MAAM,EAAE,GAAG;yCA5FT,aAAa;2CAAb,aAAa;CAgGzB"}
|
|
@@ -5,11 +5,13 @@ export declare class TagComponent {
|
|
|
5
5
|
class: 'default' | 'success' | 'warning' | 'error' | 'dark' | 'gray' | 'lightgray' | 'white';
|
|
6
6
|
hasClose: boolean;
|
|
7
7
|
draggable: boolean;
|
|
8
|
+
hoverDelete: boolean;
|
|
8
9
|
big: boolean;
|
|
9
10
|
isOpen: boolean;
|
|
10
11
|
isOpenChange: EventEmitter<boolean>;
|
|
11
12
|
constructor();
|
|
12
13
|
toggleTag(): void;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "big": { "alias": "big"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "hoverDelete": { "alias": "hoverDelete"; "required": false; }; "big": { "alias": "big"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
|
|
15
16
|
}
|
|
17
|
+
//# sourceMappingURL=tag.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tag/tag.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAEvE,qBAKa,YAAY;IAEvB,KAAK,SAAM;IAEX,KAAK,EAAE,SAAS,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,MAAM,GAAC,MAAM,GAAC,WAAW,GAAC,OAAO,CAAC;IAE/E,QAAQ,UAAS;IAEjB,SAAS,UAAS;IAElB,WAAW,UAAS;IAGpB,GAAG,UAAS;IAEH,MAAM,EAAC,OAAO,CAAQ;IACrB,YAAY,wBAA+B;;IAIrD,SAAS;yCApBE,YAAY;2CAAZ,YAAY;CAwBxB"}
|