@wizishop/angular-components 15.1.114 → 18.2.0-beta
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 +87 -87
- package/angular-components.scss +1679 -1681
- package/assets/images/upload/icon_picture.svg +11 -11
- package/{esm2020 → esm2022}/lib/animations/in-out/in-out-x.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/in-out/in-out-y.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-bottom.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-left.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-right.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-top.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/show/show-from-bottom.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/show/show-from-left.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/show/show-from-right.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/show/show-from-top.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/animations/switch/switch-in-out.animation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/ai-express/ai-express.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/alert/alert.component.mjs +5 -5
- package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +20 -0
- package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +41 -0
- package/{esm2020 → esm2022}/lib/components/alert-popup/alert-popup.service.mjs +5 -5
- package/esm2022/lib/components/back/back.component.mjs +12 -0
- package/{esm2020 → esm2022}/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +5 -5
- package/esm2022/lib/components/block/block.component.mjs +124 -0
- package/{esm2020 → esm2022}/lib/components/block/separator/block-separator.component.mjs +5 -5
- package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.component.mjs +5 -5
- package/esm2022/lib/components/button/button.component.mjs +200 -0
- package/esm2022/lib/components/calendar/calendar.component.mjs +237 -0
- package/{esm2020 → esm2022}/lib/components/card-price/card-price.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/charging-bar/charging-bar.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/column/column.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/common/label/label.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/common/placeholder/placeholder.component.mjs +5 -5
- package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +64 -0
- package/{esm2020 → esm2022}/lib/components/content-with-buttons/content-with-buttons.component.mjs +4 -4
- package/esm2022/lib/components/delete/delete.component.mjs +12 -0
- package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +61 -0
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +26 -0
- package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +202 -0
- package/{esm2020 → esm2022}/lib/components/expanded-panel/expanded-panel.component.mjs +5 -5
- package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +74 -0
- package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +5 -5
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +88 -0
- package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +5 -5
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +49 -0
- package/{esm2020 → esm2022}/lib/components/expansion/expansion.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/components/filters/filter-item.dto.mjs +1 -1
- package/esm2022/lib/components/filters/filters.component.mjs +41 -0
- package/esm2022/lib/components/free-popin/free-popin.component.mjs +66 -0
- package/{esm2020 → esm2022}/lib/components/google-preview/google-preview.component.mjs +5 -5
- package/esm2022/lib/components/header-page/header-page.component.mjs +42 -0
- package/{esm2020 → esm2022}/lib/components/hn/h1/h1.component.mjs +5 -5
- package/esm2022/lib/components/hn/h2/h2.component.mjs +13 -0
- package/esm2022/lib/components/hn/h3/h3.component.mjs +18 -0
- package/esm2022/lib/components/hn/h4/h4.component.mjs +18 -0
- package/esm2022/lib/components/image/image.component.mjs +17 -0
- package/esm2022/lib/components/info/info.component.mjs +12 -0
- package/esm2022/lib/components/inputs/input/input.component.mjs +184 -0
- package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +65 -0
- package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/input-with-select.component.mjs +4 -4
- package/esm2022/lib/components/link/link.component.mjs +57 -0
- package/{esm2020 → esm2022}/lib/components/loader/loader.component.mjs +4 -4
- package/esm2022/lib/components/logo/logo.component.mjs +20 -0
- package/esm2022/lib/components/mosaic/mosaic.component.mjs +81 -0
- package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +115 -0
- package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +97 -0
- package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/optional-disable-container/optional-disable-container.component.mjs +5 -5
- package/esm2022/lib/components/pagination/pagination.component.mjs +50 -0
- package/esm2022/lib/components/pagination/pagination.module.mjs +33 -0
- package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +28 -0
- package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +34 -0
- package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +25 -0
- package/esm2022/lib/components/popin/popin.component.mjs +73 -0
- package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +75 -0
- package/{esm2020 → esm2022}/lib/components/radio/option/option.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/radio/radio-group.directive.mjs +8 -8
- package/esm2022/lib/components/radio/radio.component.mjs +38 -0
- package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-directive.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-group.directive.mjs +8 -8
- package/esm2022/lib/components/radio-legacy/radio.component.mjs +58 -0
- package/esm2022/lib/components/row/row.component.mjs +144 -0
- package/esm2022/lib/components/search/search.component.mjs +86 -0
- package/{esm2020 → esm2022}/lib/components/search/shared/search-option.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/select/option/option.component.mjs +5 -5
- package/esm2022/lib/components/select/option/select-option.directive.mjs +98 -0
- package/{esm2020 → esm2022}/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +5 -5
- package/esm2022/lib/components/select/select/select.component.mjs +198 -0
- package/esm2022/lib/components/select/select/select.directive.mjs +175 -0
- package/esm2022/lib/components/select/select/value-change.service.mjs +190 -0
- package/{esm2020 → esm2022}/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +5 -5
- package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +103 -0
- package/esm2022/lib/components/selected-list/selected-list.component.mjs +62 -0
- package/{esm2020 → esm2022}/lib/components/selected-list/shared/selected-list-option.model.mjs +1 -1
- package/esm2022/lib/components/separator/separator.component.mjs +17 -0
- package/esm2022/lib/components/settings/settings.component.mjs +12 -0
- package/esm2022/lib/components/shared-components.module.mjs +443 -0
- package/esm2022/lib/components/snackbar/snackbar.component.mjs +85 -0
- package/esm2022/lib/components/state/state.component.mjs +16 -0
- package/esm2022/lib/components/summary/summary.component.mjs +41 -0
- package/esm2022/lib/components/switch/switch.component.mjs +89 -0
- package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +92 -0
- package/esm2022/lib/components/table/directives/column.directive.mjs +42 -0
- package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +199 -0
- package/{esm2020 → esm2022}/lib/components/table/directives/raw.directive.mjs +6 -6
- package/esm2022/lib/components/table/shared/filters-table.service.mjs +68 -0
- package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +20 -0
- package/{esm2020 → esm2022}/lib/components/table/shared/table-filters-group.model.mjs +1 -1
- package/{esm2020 → esm2022}/lib/components/table/shared/table-filters.model.mjs +1 -1
- package/esm2022/lib/components/table/table.component.mjs +146 -0
- package/{esm2020 → esm2022}/lib/components/table/table.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/components/tabs/tab/tab.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.directive.mjs +6 -6
- package/esm2022/lib/components/tabs/tabs.component.mjs +99 -0
- package/{esm2020 → esm2022}/lib/components/tag/tag.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/tag-dropdown/tag-dropdown.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/tag-label/tag-label.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/text/text.component.mjs +5 -5
- package/esm2022/lib/components/text-area/text-area.component.mjs +99 -0
- package/{esm2020 → esm2022}/lib/components/token-check/token-check.component.mjs +5 -5
- package/esm2022/lib/components/tooltip/tooltip.component.mjs +30 -0
- package/{esm2020 → esm2022}/lib/components/tooltip/tooltip.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/tree/tree.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/tree/tree.module.mjs +9 -9
- package/esm2022/lib/components/upload/upload.component.mjs +36 -0
- package/esm2022/lib/components/wrapper/wrapper.component.mjs +18 -0
- package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +19 -0
- package/{esm2020 → esm2022}/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +5 -5
- package/{esm2020 → esm2022}/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +5 -5
- package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +50 -0
- package/{esm2020 → esm2022}/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +5 -5
- package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +25 -0
- package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +45 -0
- package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +36 -0
- package/esm2022/lib/directives/ng-var.directive.mjs +32 -0
- package/{esm2020 → esm2022}/lib/directives/scroll-to/scroll-to.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/directives/shared-directives.module.mjs +27 -27
- package/{esm2020 → esm2022}/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +5 -5
- package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +44 -0
- package/{esm2020 → esm2022}/lib/pipes/call-component-function.pipe.mjs +4 -4
- package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +29 -0
- package/{esm2020 → esm2022}/lib/pipes/select/filter-options.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pipes/select/select-filters.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pipes/shared-pipes.module.mjs +13 -13
- package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +41 -0
- package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +49 -0
- package/esm2022/lib/services/dom.service.mjs +59 -0
- package/esm2022/lib/services/history.service.mjs +53 -0
- package/esm2022/lib/services/multiple-selection.service.mjs +62 -0
- package/esm2022/lib/utils/html-container.class.mjs +30 -0
- package/{esm2020 → esm2022}/lib/utils/slection-item.interface.mjs +1 -1
- package/esm2022/lib/utils/uuid.mjs +8 -0
- package/esm2022/lib/wizi-components.module.mjs +34 -0
- package/{fesm2020 → fesm2022}/wizishop-angular-components.mjs +900 -903
- package/fesm2022/wizishop-angular-components.mjs.map +1 -0
- package/lib/components/ai-express/ai-express.component.d.ts +1 -1
- package/lib/components/alert/alert.component.d.ts +1 -1
- package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -1
- package/lib/components/block/block.component.d.ts +1 -1
- package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/lib/components/button/button.component.d.ts +1 -1
- package/lib/components/calendar/calendar.component.d.ts +1 -1
- package/lib/components/card-price/card-price.component.d.ts +1 -1
- package/lib/components/charging-bar/charging-bar.component.d.ts +1 -1
- package/lib/components/checkbox/checkbox.component.d.ts +1 -1
- package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -1
- package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -1
- package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -1
- package/lib/components/dropdown/dropdown.component.d.ts +1 -1
- package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -1
- package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -1
- package/lib/components/expansion/accordion/accordion.component.d.ts +1 -1
- package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -1
- package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -1
- package/lib/components/filters/filters.component.d.ts +1 -1
- package/lib/components/free-popin/free-popin.component.d.ts +1 -1
- package/lib/components/google-preview/google-preview.component.d.ts +1 -1
- package/lib/components/header-page/header-page.component.d.ts +1 -1
- package/lib/components/hn/h1/h1.component.d.ts +1 -1
- package/lib/components/hn/h3/h3.component.d.ts +1 -1
- package/lib/components/hn/h4/h4.component.d.ts +1 -1
- package/lib/components/image/image.component.d.ts +1 -1
- package/lib/components/inputs/input/input.component.d.ts +1 -1
- package/lib/components/inputs/input-search/input-search.component.d.ts +1 -1
- package/lib/components/link/link.component.d.ts +1 -1
- package/lib/components/loader/loader.component.d.ts +1 -1
- package/lib/components/logo/logo.component.d.ts +1 -1
- package/lib/components/mosaic/mosaic.component.d.ts +3 -3
- package/lib/components/multiple-search/multiple-search.component.d.ts +1 -1
- package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +1 -2
- package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -1
- package/lib/components/pagination/pagination.component.d.ts +1 -1
- package/lib/components/popin/popin.component.d.ts +1 -1
- package/lib/components/progress-bar/progress-bar.component.d.ts +1 -1
- package/lib/components/radio-legacy/radio.component.d.ts +1 -1
- package/lib/components/row/row.component.d.ts +1 -1
- package/lib/components/search/search.component.d.ts +1 -1
- package/lib/components/select/option/select-option.directive.d.ts +1 -1
- package/lib/components/select/select/select.component.d.ts +1 -1
- package/lib/components/select/select/select.directive.d.ts +1 -1
- package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -1
- package/lib/components/select-in-text/select-in-text.component.d.ts +1 -1
- package/lib/components/selected-list/selected-list.component.d.ts +1 -1
- package/lib/components/separator/separator.component.d.ts +1 -1
- package/lib/components/shared-components.module.d.ts +34 -35
- package/lib/components/snackbar/snackbar.component.d.ts +1 -1
- package/lib/components/state/state.component.d.ts +1 -1
- package/lib/components/summary/summary.component.d.ts +1 -1
- package/lib/components/switch/switch.component.d.ts +1 -1
- package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -1
- package/lib/components/table/directives/column.directive.d.ts +1 -1
- package/lib/components/table/directives/columnHeader.directive.d.ts +1 -1
- package/lib/components/table/table.component.d.ts +1 -1
- package/lib/components/tabs/tab/tab.component.d.ts +1 -1
- package/lib/components/tabs/tab-body/tab-body.component.d.ts +1 -1
- package/lib/components/tabs/tabs.component.d.ts +1 -1
- package/lib/components/tag/tag.component.d.ts +1 -1
- package/lib/components/tag-dropdown/tag-dropdown.component.d.ts +1 -1
- package/lib/components/tag-label/tag-label.component.d.ts +1 -1
- package/lib/components/text/text.component.d.ts +1 -1
- package/lib/components/text-area/text-area.component.d.ts +1 -1
- package/lib/components/token-check/token-check.component.d.ts +1 -1
- package/lib/components/tooltip/tooltip.component.d.ts +1 -1
- package/lib/components/tree/tree.component.d.ts +1 -1
- package/lib/components/upload/upload.component.d.ts +1 -1
- package/lib/components/wrapper/wrapper.component.d.ts +1 -1
- package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -1
- package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -1
- package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -1
- package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -1
- package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -1
- package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -1
- package/lib/directives/ng-var.directive.d.ts +1 -1
- package/lib/directives/scroll-to/scroll-to.directive.d.ts +1 -1
- package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -1
- package/package.json +31 -35
- package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +0 -21
- package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +0 -41
- package/esm2020/lib/components/back/back.component.mjs +0 -12
- package/esm2020/lib/components/block/block.component.mjs +0 -124
- package/esm2020/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
- package/esm2020/lib/components/button/button.component.mjs +0 -200
- package/esm2020/lib/components/calendar/calendar.component.mjs +0 -237
- package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
- package/esm2020/lib/components/delete/delete.component.mjs +0 -12
- package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -26
- package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
- package/esm2020/lib/components/expansion/accordion/accordion.component.mjs +0 -74
- package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
- package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
- package/esm2020/lib/components/filters/filters.component.mjs +0 -41
- package/esm2020/lib/components/free-popin/free-popin.component.mjs +0 -66
- package/esm2020/lib/components/header-page/header-page.component.mjs +0 -42
- package/esm2020/lib/components/hn/h2/h2.component.mjs +0 -13
- package/esm2020/lib/components/hn/h3/h3.component.mjs +0 -18
- package/esm2020/lib/components/hn/h4/h4.component.mjs +0 -18
- package/esm2020/lib/components/image/image.component.mjs +0 -17
- package/esm2020/lib/components/info/info.component.mjs +0 -12
- package/esm2020/lib/components/inputs/input/input.component.mjs +0 -184
- package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +0 -65
- package/esm2020/lib/components/link/link.component.mjs +0 -57
- package/esm2020/lib/components/logo/logo.component.mjs +0 -20
- package/esm2020/lib/components/mosaic/mosaic.component.mjs +0 -84
- package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +0 -115
- package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -100
- package/esm2020/lib/components/pagination/pagination.component.mjs +0 -50
- package/esm2020/lib/components/pagination/pagination.module.mjs +0 -33
- package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
- package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
- package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
- package/esm2020/lib/components/popin/popin.component.mjs +0 -73
- package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +0 -75
- package/esm2020/lib/components/radio/radio.component.mjs +0 -38
- package/esm2020/lib/components/radio-legacy/radio.component.mjs +0 -58
- package/esm2020/lib/components/row/row.component.mjs +0 -144
- package/esm2020/lib/components/search/search.component.mjs +0 -86
- package/esm2020/lib/components/select/option/select-option.directive.mjs +0 -98
- package/esm2020/lib/components/select/select/select.component.mjs +0 -198
- package/esm2020/lib/components/select/select/select.directive.mjs +0 -175
- package/esm2020/lib/components/select/select/value-change.service.mjs +0 -190
- package/esm2020/lib/components/select-in-text/select-in-text.component.mjs +0 -103
- package/esm2020/lib/components/selected-list/selected-list.component.mjs +0 -62
- package/esm2020/lib/components/separator/separator.component.mjs +0 -17
- package/esm2020/lib/components/settings/settings.component.mjs +0 -12
- package/esm2020/lib/components/shared-components.module.mjs +0 -438
- package/esm2020/lib/components/snackbar/snackbar.component.mjs +0 -85
- package/esm2020/lib/components/state/state.component.mjs +0 -16
- package/esm2020/lib/components/summary/summary.component.mjs +0 -41
- package/esm2020/lib/components/switch/switch.component.mjs +0 -89
- package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
- package/esm2020/lib/components/table/directives/column.directive.mjs +0 -42
- package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +0 -199
- package/esm2020/lib/components/table/shared/filters-table.service.mjs +0 -68
- package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
- package/esm2020/lib/components/table/table.component.mjs +0 -146
- package/esm2020/lib/components/tabs/tabs.component.mjs +0 -99
- package/esm2020/lib/components/text-area/text-area.component.mjs +0 -99
- package/esm2020/lib/components/tooltip/tooltip.component.mjs +0 -30
- package/esm2020/lib/components/upload/upload.component.mjs +0 -36
- package/esm2020/lib/components/wrapper/wrapper.component.mjs +0 -18
- package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
- package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
- package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
- package/esm2020/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
- package/esm2020/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
- package/esm2020/lib/directives/ng-var.directive.mjs +0 -32
- package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
- package/esm2020/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
- package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
- package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
- package/esm2020/lib/services/dom.service.mjs +0 -59
- package/esm2020/lib/services/history.service.mjs +0 -53
- package/esm2020/lib/services/multiple-selection.service.mjs +0 -62
- package/esm2020/lib/utils/html-container.class.mjs +0 -30
- package/esm2020/lib/utils/uuid.mjs +0 -8
- package/esm2020/lib/wizi-components.module.mjs +0 -34
- package/fesm2015/wizishop-angular-components.mjs +0 -7029
- package/fesm2015/wizishop-angular-components.mjs.map +0 -1
- package/fesm2020/wizishop-angular-components.mjs.map +0 -1
- package/wizishop-angular-components-15.1.114.tgz +0 -0
- /package/{esm2020 → esm2022}/lib/animations/show/opacity.animation.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.token.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/select/call-to-action.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.token.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/select/select-items.dto.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/tree/tree.dto.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils/array.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/wizishop-angular-components.mjs +0 -0
|
@@ -24,5 +24,5 @@ export declare class AiExpressComponent implements OnInit {
|
|
|
24
24
|
validate(): void;
|
|
25
25
|
hidePopup(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AiExpressComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AiExpressComponent, "wac-ai-express", never, { "top": "top"; "right": "right"; "loading": "loading"; "disabled": "disabled"; "wordingTop": "wordingTop"; "wordingToken": "wordingToken"; "wordingTokenLeft": "wordingTokenLeft"; "wordingRegisterTop": "wordingRegisterTop"; "wordingRegisterBtn": "wordingRegisterBtn"; "wordingDisabled": "wordingDisabled"; "tokenCost": "tokenCost"; "tokenLeft": "tokenLeft"; "tokenCount": "tokenCount"; "isRegister": "isRegister"; }, { "validAction": "validAction"; }, never, ["*"], false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiExpressComponent, "wac-ai-express", never, { "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "wordingTop": { "alias": "wordingTop"; "required": false; }; "wordingToken": { "alias": "wordingToken"; "required": false; }; "wordingTokenLeft": { "alias": "wordingTokenLeft"; "required": false; }; "wordingRegisterTop": { "alias": "wordingRegisterTop"; "required": false; }; "wordingRegisterBtn": { "alias": "wordingRegisterBtn"; "required": false; }; "wordingDisabled": { "alias": "wordingDisabled"; "required": false; }; "tokenCost": { "alias": "tokenCost"; "required": false; }; "tokenLeft": { "alias": "tokenLeft"; "required": false; }; "tokenCount": { "alias": "tokenCount"; "required": false; }; "isRegister": { "alias": "isRegister"; "required": false; }; }, { "validAction": "validAction"; }, never, ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -13,5 +13,5 @@ export declare class AlertComponent implements OnInit {
|
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
closeAlert(el: any): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "wac-alert", never, { "icon": "icon"; "warning": "warning"; "success": "success"; "alert": "alert"; "iconClass": "iconClass"; "closeButton": "closeButton"; }, { "isCloseChange": "isCloseChange"; }, never, ["*"], false, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "wac-alert", never, { "icon": { "alias": "icon"; "required": false; }; "warning": { "alias": "warning"; "required": false; }; "success": { "alias": "success"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "closeButton": { "alias": "closeButton"; "required": false; }; }, { "isCloseChange": "isCloseChange"; }, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -4,5 +4,5 @@ export declare class BlockTitleLegacyComponent {
|
|
|
4
4
|
icon: string;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlockTitleLegacyComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlockTitleLegacyComponent, "wac-block-title-legacy", never, { "simple": "simple"; "icon": "icon"; }, {}, never, ["*"], true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlockTitleLegacyComponent, "wac-block-title-legacy", never, { "simple": { "alias": "simple"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
8
|
}
|
|
@@ -23,5 +23,5 @@ export declare class BlockComponent implements AfterViewInit {
|
|
|
23
23
|
private getSeparatedGroupedOfNodes;
|
|
24
24
|
ngOnDesTroy(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlockComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlockComponent, "wac-block", never, { "config": "config"; }, {}, ["blockSeparators"], ["*"], true, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlockComponent, "wac-block", never, { "config": { "alias": "config"; "required": false; }; }, {}, ["blockSeparators"], ["*"], true, never>;
|
|
27
27
|
}
|
|
@@ -12,5 +12,5 @@ export declare class BlockWithCheckboxComponent {
|
|
|
12
12
|
eventSelected(event: any): void;
|
|
13
13
|
removeFirstClass(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlockWithCheckboxComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlockWithCheckboxComponent, "wac-block-with-checkbox", never, { "selected": "selected"; "disabled": "disabled"; "nameRadio": "nameRadio"; "isFirst": "isFirst"; "opacity": "opacity"; }, { "checkboxAction": "checkboxAction"; }, never, ["*"], false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlockWithCheckboxComponent, "wac-block-with-checkbox", never, { "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "nameRadio": { "alias": "nameRadio"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; }, { "checkboxAction": "checkboxAction"; }, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -9,5 +9,5 @@ export declare class BreadcrumbsComponent {
|
|
|
9
9
|
constructor();
|
|
10
10
|
valueChanged(i: any): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "wac-breadcrumbs", never, { "breadcrumbs": "breadcrumbs"; "noResponsive": "noResponsive"; }, { "indexChange": "indexChange"; }, never, never, false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "wac-breadcrumbs", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "noResponsive": { "alias": "noResponsive"; "required": false; }; }, { "indexChange": "indexChange"; }, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -56,5 +56,5 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
|
56
56
|
onButtonClick(event: any): void;
|
|
57
57
|
ngAfterViewInit(): void;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, [{ attribute: "type"; }, { optional: true; }]>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": "extraClasses"; "label": "label"; "icon": "icon"; "isLoadingSvg": "isLoadingSvg"; "iconNext": "iconNext"; "textcolor": "textcolor"; "colorIcon": "colorIcon"; "widthAuto": "widthAuto"; "contentHorizontalPosition": "contentHorizontalPosition"; "iconFontSize": "iconFontSize"; "hasLoader": "hasLoader"; "disabled": "disabled"; "whiteSpaceNowrap": "whiteSpaceNowrap"; "opacity": "opacity"; "animation": "animation"; "animationRight": "animationRight"; "animationText": "animationText"; "confirmDelete": "confirmDelete"; "confirmDeleteText": "confirmDeleteText"; "coin": "coin"; "tooltip": "tooltip"; "tooltipWidth": "tooltipWidth"; "borderColor": "borderColor"; "noPadding": "noPadding"; "tooltipPosition": "tooltipPosition"; "tooltipOneline": "tooltipOneline"; "confirmDeletePosition": "confirmDeletePosition"; "isLoading": "isLoading"; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": { "alias": "extraClasses"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isLoadingSvg": { "alias": "isLoadingSvg"; "required": false; }; "iconNext": { "alias": "iconNext"; "required": false; }; "textcolor": { "alias": "textcolor"; "required": false; }; "colorIcon": { "alias": "colorIcon"; "required": false; }; "widthAuto": { "alias": "widthAuto"; "required": false; }; "contentHorizontalPosition": { "alias": "contentHorizontalPosition"; "required": false; }; "iconFontSize": { "alias": "iconFontSize"; "required": false; }; "hasLoader": { "alias": "hasLoader"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "whiteSpaceNowrap": { "alias": "whiteSpaceNowrap"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationRight": { "alias": "animationRight"; "required": false; }; "animationText": { "alias": "animationText"; "required": false; }; "confirmDelete": { "alias": "confirmDelete"; "required": false; }; "confirmDeleteText": { "alias": "confirmDeleteText"; "required": false; }; "coin": { "alias": "coin"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "noPadding": { "alias": "noPadding"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipOneline": { "alias": "tooltipOneline"; "required": false; }; "confirmDeletePosition": { "alias": "confirmDeletePosition"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false, never>;
|
|
60
60
|
}
|
|
@@ -57,5 +57,5 @@ export declare class CalendarComponent implements OnChanges, ControlValueAccesso
|
|
|
57
57
|
registerOnTouched(fn: any): void;
|
|
58
58
|
setDisabledState(isDisabled: boolean): void;
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": "label"; "boldLabel": "boldLabel"; "type": "type"; "options": "options"; "position": "position"; "dateSelected": "dateSelected"; "typeDate": "typeDate"; "noMargin": "noMargin"; "disabled": "disabled"; }, { "dateSelectedChange": "dateSelectedChange"; "changeData": "changeData"; }, never, never, false, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": { "alias": "label"; "required": false; }; "boldLabel": { "alias": "boldLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "position": { "alias": "position"; "required": false; }; "dateSelected": { "alias": "dateSelected"; "required": false; }; "typeDate": { "alias": "typeDate"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateSelectedChange": "dateSelectedChange"; "changeData": "changeData"; }, never, never, false, never>;
|
|
61
61
|
}
|
|
@@ -27,5 +27,5 @@ export declare class CardPriceComponent {
|
|
|
27
27
|
triggerClick(): void;
|
|
28
28
|
removePackageTrigger(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardPriceComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardPriceComponent, "wac-card-price", never, { "amount": "amount"; "promo": "promo"; "title": "title"; "selected": "selected"; "btnLabelSelected": "btnLabelSelected"; "price": "price"; "currency": "currency"; "priceWording": "priceWording"; "subtitle": "subtitle"; "btnLabel": "btnLabel"; "packageSubtitle": "packageSubtitle"; "linkPackageLabel": "linkPackageLabel"; "listFeatures": "listFeatures"; "disabled": "disabled"; "btnTextcolor": "btnTextcolor"; "extraClasses": "extraClasses"; "extraClassesSelected": "extraClassesSelected"; "hideButton": "hideButton"; "darkMode": "darkMode"; "isEvolup": "isEvolup"; }, { "confirm": "confirm"; "cancel": "cancel"; }, never, never, false, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardPriceComponent, "wac-card-price", never, { "amount": { "alias": "amount"; "required": false; }; "promo": { "alias": "promo"; "required": false; }; "title": { "alias": "title"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "btnLabelSelected": { "alias": "btnLabelSelected"; "required": false; }; "price": { "alias": "price"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "priceWording": { "alias": "priceWording"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "btnLabel": { "alias": "btnLabel"; "required": false; }; "packageSubtitle": { "alias": "packageSubtitle"; "required": false; }; "linkPackageLabel": { "alias": "linkPackageLabel"; "required": false; }; "listFeatures": { "alias": "listFeatures"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "btnTextcolor": { "alias": "btnTextcolor"; "required": false; }; "extraClasses": { "alias": "extraClasses"; "required": false; }; "extraClassesSelected": { "alias": "extraClassesSelected"; "required": false; }; "hideButton": { "alias": "hideButton"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "isEvolup": { "alias": "isEvolup"; "required": false; }; }, { "confirm": "confirm"; "cancel": "cancel"; }, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ChargingBarComponent implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChargingBarComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChargingBarComponent, "wac-charging-bar", never, { "value": "value"; }, {}, never, never, false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChargingBarComponent, "wac-charging-bar", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -26,5 +26,5 @@ export declare class CheckboxComponent implements ControlValueAccessor {
|
|
|
26
26
|
onChange(value: any): void;
|
|
27
27
|
inputClick($event: any): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "wac-checkbox", never, { "label": "label"; "value": "value"; "type": "type"; "alone": "alone"; "checked": "checked"; "hasInput": "hasInput"; "inputPlaceholder": "inputPlaceholder"; "id": "id"; "name": "name"; "whiteSpace": "whiteSpace"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "wac-checkbox", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "alone": { "alias": "alone"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "hasInput": { "alias": "hasInput"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ConfirmDeleteComponent implements AfterViewInit {
|
|
|
17
17
|
onResize(): void;
|
|
18
18
|
ngAfterViewInit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDeleteComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeleteComponent, "wac-confirm-delete", never, { "open": "open"; "label": "label"; "labelCancel": "labelCancel"; "labelConfirm": "labelConfirm"; "backgroundColor": "backgroundColor"; "borderRadius": "borderRadius"; }, { "confirm": "confirm"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeleteComponent, "wac-confirm-delete", never, { "open": { "alias": "open"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelCancel": { "alias": "labelCancel"; "required": false; }; "labelConfirm": { "alias": "labelConfirm"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, { "confirm": "confirm"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -23,5 +23,5 @@ export declare class ContentWithButtonsComponent implements OnInit, AfterViewIni
|
|
|
23
23
|
eventTranslate(): void;
|
|
24
24
|
eventReport(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentWithButtonsComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentWithButtonsComponent, "wac-content-with-buttons", never, { "iconCopy": "iconCopy"; "iconTranslate": "iconTranslate"; "tooltipCopy": "tooltipCopy"; "tooltipTranslate": "tooltipTranslate"; "tooltipLinkReport": "tooltipLinkReport"; "count": "count"; "countCharacterLabel": "countCharacterLabel"; "countWordsLabel": "countWordsLabel"; "reportLabel": "reportLabel"; }, { "copyAction": "copyAction"; "reportAction": "reportAction"; "translateAction": "translateAction"; }, never, ["*"], false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentWithButtonsComponent, "wac-content-with-buttons", never, { "iconCopy": { "alias": "iconCopy"; "required": false; }; "iconTranslate": { "alias": "iconTranslate"; "required": false; }; "tooltipCopy": { "alias": "tooltipCopy"; "required": false; }; "tooltipTranslate": { "alias": "tooltipTranslate"; "required": false; }; "tooltipLinkReport": { "alias": "tooltipLinkReport"; "required": false; }; "count": { "alias": "count"; "required": false; }; "countCharacterLabel": { "alias": "countCharacterLabel"; "required": false; }; "countWordsLabel": { "alias": "countWordsLabel"; "required": false; }; "reportLabel": { "alias": "reportLabel"; "required": false; }; }, { "copyAction": "copyAction"; "reportAction": "reportAction"; "translateAction": "translateAction"; }, never, ["*"], false, never>;
|
|
27
27
|
}
|
|
@@ -16,5 +16,5 @@ export declare class DraganddropListComponent {
|
|
|
16
16
|
addField(): void;
|
|
17
17
|
saveNewField(event: any): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DraganddropListComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DraganddropListComponent, "wac-draganddrop-list", never, { "label": "label"; "items": "items"; "disabled": "disabled"; "max": "max"; "labelBtnAdd": "labelBtnAdd"; "backgroundColor": "backgroundColor"; }, { "itemsChange": "itemsChange"; }, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DraganddropListComponent, "wac-draganddrop-list", never, { "label": { "alias": "label"; "required": false; }; "items": { "alias": "items"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "max": { "alias": "max"; "required": false; }; "labelBtnAdd": { "alias": "labelBtnAdd"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "itemsChange": "itemsChange"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -7,5 +7,5 @@ export declare class DropdownComponent {
|
|
|
7
7
|
constructor();
|
|
8
8
|
onUserInput(itemIndex: any): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "wac-dropdown", never, { "hasIcons": "hasIcons"; "items": "items"; }, { "userInput": "userInput"; }, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "wac-dropdown", never, { "hasIcons": { "alias": "hasIcons"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "userInput": "userInput"; }, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -39,7 +39,7 @@ export declare class WzEditInPlaceComponent implements ControlValueAccessor, Aft
|
|
|
39
39
|
selectOption(event: any): void;
|
|
40
40
|
closeSelect(event: any): void;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<WzEditInPlaceComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WzEditInPlaceComponent, "wac-edit-in-place", never, { "type": "type"; "nwbOptions": "nwbOptions"; "config": "config"; "label": "label"; }, { "customChange": "customChange"; }, never, never, false, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WzEditInPlaceComponent, "wac-edit-in-place", never, { "type": { "alias": "type"; "required": false; }; "nwbOptions": { "alias": "nwbOptions"; "required": false; }; "config": { "alias": "config"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "customChange": "customChange"; }, never, never, false, never>;
|
|
43
43
|
}
|
|
44
44
|
export interface NwbEditInPlaceConfig {
|
|
45
45
|
/** Whether to select the whole text inside the input upon click */
|
|
@@ -7,5 +7,5 @@ export declare class ExpandedPanelComponent implements OnInit {
|
|
|
7
7
|
constructor();
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedPanelComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedPanelComponent, "wac-expanded-panel", never, { "label": "label"; "section": "section"; "open": "open"; }, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedPanelComponent, "wac-expanded-panel", never, { "label": { "alias": "label"; "required": false; }; "section": { "alias": "section"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -15,5 +15,5 @@ export declare class AccordionComponent implements AfterViewInit, OnDestroy {
|
|
|
15
15
|
private keepOnlyOnePanelOpenHandler;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "wac-accordion", never, { "keepOnlyOnePanelOpen": "keepOnlyOnePanelOpen"; }, {}, ["expansionItems"], ["*"], false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "wac-accordion", never, { "keepOnlyOnePanelOpen": { "alias": "keepOnlyOnePanelOpen"; "required": false; }; }, {}, ["expansionItems"], ["*"], false, never>;
|
|
19
19
|
}
|
|
@@ -22,5 +22,5 @@ export declare class ExpansionPanelDirective implements AccordionItem, AfterView
|
|
|
22
22
|
open(): void;
|
|
23
23
|
toggle(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelDirective, "[wacExpansionPanel]", never, { "disabled": "disabled"; "hideToggle": "hideToggle"; "isExpanded": "isExpanded"; }, { "isExpandedChange": "isExpandedChange"; }, ["header"], never, false, never>;
|
|
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
|
}
|
package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ export declare class ExpansionPanelHeaderDirective {
|
|
|
15
15
|
open: () => {};
|
|
16
16
|
toggle: () => {};
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelHeaderDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelHeaderDirective, "[wacExpansionPanelHeader]", never, { "disabled": "disabled"; "hideToggle": "hideToggle"; "isExpanded": "isExpanded"; }, { "disabledChange": "disabledChange"; "hideToggleChange": "hideToggleChange"; "isExpandedChange": "isExpandedChange"; }, never, never, false, never>;
|
|
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
|
}
|
|
@@ -11,5 +11,5 @@ export declare class FiltersComponent implements OnInit {
|
|
|
11
11
|
activeFilter(index: number): void;
|
|
12
12
|
resetFilter(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "wac-filters", never, { "options": "options"; "labelRestart": "labelRestart"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
|
|
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
|
}
|
|
@@ -18,5 +18,5 @@ export declare class FreePopinComponent implements OnInit {
|
|
|
18
18
|
refusePopin(): void;
|
|
19
19
|
closePopin(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FreePopinComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FreePopinComponent, "wac-free-popin", never, { "okButtonLabel": "okButtonLabel"; "koButtonLabel": "koButtonLabel"; "visible": "visible"; "disableCloseOutside": "disableCloseOutside"; "background": "background"; "zIndex": "zIndex"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, ["*"], false, never>;
|
|
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
|
}
|
|
@@ -7,5 +7,5 @@ export declare class GooglePreviewComponent implements OnInit {
|
|
|
7
7
|
constructor();
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GooglePreviewComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GooglePreviewComponent, "wac-google-preview", never, { "title": "title"; "url": "url"; "description": "description"; }, {}, never, never, false, never>;
|
|
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,5 +12,5 @@ export declare class HeaderPageComponent {
|
|
|
12
12
|
constructor(historyService: HistoryService, location: Location);
|
|
13
13
|
back(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderPageComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderPageComponent, "wac-header-page", never, { "title": "title"; "linkBack": "linkBack"; "withImg": "withImg"; "center": "center"; "useHistory": "useHistory"; }, {}, never, ["[role=header]", "[role=subtitle]", "*"], false, never>;
|
|
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
|
}
|
|
@@ -6,5 +6,5 @@ export declare class H1Component {
|
|
|
6
6
|
color: any;
|
|
7
7
|
constructor();
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<H1Component, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": "annotation"; "withImg": "withImg"; "center": "center"; "color": "color"; }, {}, never, ["*"], false, 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>;
|
|
10
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class H3Component implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<H3Component, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": "grey"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ export declare class H4Component implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<H4Component, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": "grey"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -3,5 +3,5 @@ export declare class ImageComponent {
|
|
|
3
3
|
src: string;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": "src"; }, {}, never, never, false, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -52,5 +52,5 @@ export declare class InputComponent implements ControlValueAccessor {
|
|
|
52
52
|
onFocusOut(): void;
|
|
53
53
|
keyPress(event: KeyboardEvent): void;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "wac-input", never, { "label": "label"; "value": "value"; "type": "type"; "placeholder": "placeholder"; "textInfo": "textInfo"; "textError": "textError"; "size": "size"; "isNumber": "isNumber"; "withoutBlock": "withoutBlock"; "icon": "icon"; "big": "big"; "medium": "medium"; "boldLabel": "boldLabel"; "min": "min"; "max": "max"; "disableMargin": "disableMargin"; "textPrepend": "textPrepend"; "textAppend": "textAppend"; "progressBar": "progressBar"; "extraClasses": "extraClasses"; "keyPreventDefault": "keyPreventDefault"; "showTooltip": "showTooltip"; "textTooltip": "textTooltip"; "iconTooltip": "iconTooltip"; "urlTooltip": "urlTooltip"; "linkTooltip": "linkTooltip"; "padding": "padding"; "disabled": "disabled"; "indication": "indication"; "success": "success"; "error": "error"; "maxlength": "maxlength"; "minlength": "minlength"; "indicationLeft": "indicationLeft"; }, { "keypressEnter": "keypressEnter"; "blurred": "blurred"; }, never, never, true, never>;
|
|
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
|
}
|
|
@@ -17,5 +17,5 @@ export declare class InputSearchComponent implements ControlValueAccessor {
|
|
|
17
17
|
registerOnTouched(fn: any): void;
|
|
18
18
|
handleDebouncedKeyUp(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputSearchComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "wac-input-search", never, { "placeholder": "placeholder"; "withoutgrey": "withoutgrey"; "smallPadding": "smallPadding"; "id": "id"; }, { "changeDebounced": "changeDebounced"; }, never, never, true, never>;
|
|
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
|
}
|
|
@@ -16,5 +16,5 @@ export declare class LinkComponent implements AfterViewInit {
|
|
|
16
16
|
ngAfterViewInit(): void;
|
|
17
17
|
setAttributesLink(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "wac-link", never, { "href": "href"; "tooltip": "tooltip"; "tooltipWidth": "tooltipWidth"; "target": "target"; "id": "id"; "class": "class"; "fontSize": "fontSize"; }, {}, never, ["*"], false, never>;
|
|
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
|
}
|
|
@@ -3,5 +3,5 @@ export declare class LoaderComponent {
|
|
|
3
3
|
text: string;
|
|
4
4
|
small: boolean;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "wac-loader", never, { "text": "text"; "small": "small"; }, {}, never, never, true, never>;
|
|
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
|
}
|
|
@@ -4,5 +4,5 @@ export declare class LogoComponent {
|
|
|
4
4
|
isWhite: boolean;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "wac-logo", never, { "isDropizi": "isDropizi"; "isWhite": "isWhite"; }, {}, never, never, false, never>;
|
|
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
|
}
|
|
@@ -19,10 +19,10 @@ 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): MosaicImages[];
|
|
23
|
+
concatColumns(oldColumns: MosaicImages[], newColumns: MosaicImages[]): MosaicImages[];
|
|
24
24
|
onBottomReached(): void;
|
|
25
25
|
onImportImage(src: ImageSource): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MosaicComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MosaicComponent, "wac-mosaic", never, { "imagesList": "imagesList"; "isLoading": "isLoading"; "numberOfColumn": "numberOfColumn"; "hoverImageTemplate": "hoverImageTemplate"; }, { "importImageSrc": "importImageSrc"; "loadMoreImages": "loadMoreImages"; }, never, never, false, never>;
|
|
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
|
}
|
|
@@ -27,5 +27,5 @@ export declare class MultipleSearchComponent implements OnInit {
|
|
|
27
27
|
closeSelect(): void;
|
|
28
28
|
resetAllVue(value: any): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchComponent, "wac-multiple-search", never, { "options": "options"; "alwaysOpen": "alwaysOpen"; }, {}, never, never, false, never>;
|
|
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
|
}
|
|
@@ -12,7 +12,6 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
12
12
|
options: MultipleSearchPlusOption[];
|
|
13
13
|
searchResults: MultipleSearchPlusResults[];
|
|
14
14
|
disabled: boolean | string;
|
|
15
|
-
hideResults: boolean | string;
|
|
16
15
|
searchValue: EventEmitter<any>;
|
|
17
16
|
optionsChange: EventEmitter<any>;
|
|
18
17
|
constructor();
|
|
@@ -28,5 +27,5 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
28
27
|
addResult(index: number): void;
|
|
29
28
|
deleteResult(indexItem: number, index: number): void;
|
|
30
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchPlusComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": "options"; "searchResults": "searchResults"; "
|
|
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>;
|
|
32
31
|
}
|
|
@@ -3,5 +3,5 @@ export declare class OptionalDisableContainerComponent {
|
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionalDisableContainerComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionalDisableContainerComponent, "wac-optional-disable-container", never, { "disabled": "disabled"; }, {}, never, ["*"], false, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionalDisableContainerComponent, "wac-optional-disable-container", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
7
|
}
|
|
@@ -15,5 +15,5 @@ export declare class PaginationComponent {
|
|
|
15
15
|
incrementPage(): void;
|
|
16
16
|
onGotoPageChange(event: any): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "wac-pagination", never, { "pagination": "pagination"; }, { "pageChange": "pageChange"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "wac-pagination", never, { "pagination": { "alias": "pagination"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -22,5 +22,5 @@ export declare class PopinComponent implements OnInit {
|
|
|
22
22
|
refusePopin(): void;
|
|
23
23
|
closePopin(clickOnBackground?: boolean): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopinComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopinComponent, "wac-popin", never, { "title": "title"; "content": "content"; "imgSrc": "imgSrc"; "okButtonLabel": "okButtonLabel"; "koButtonLabel": "koButtonLabel"; "okButtonClass": "okButtonClass"; "koButtonClass": "koButtonClass"; "visible": "visible"; "background": "background"; "closeOnBackgroundClick": "closeOnBackgroundClick"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopinComponent, "wac-popin", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; "okButtonLabel": { "alias": "okButtonLabel"; "required": false; }; "koButtonLabel": { "alias": "koButtonLabel"; "required": false; }; "okButtonClass": { "alias": "okButtonClass"; "required": false; }; "koButtonClass": { "alias": "koButtonClass"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "background": { "alias": "background"; "required": false; }; "closeOnBackgroundClick": { "alias": "closeOnBackgroundClick"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -19,5 +19,5 @@ export declare class ProgressBarComponent {
|
|
|
19
19
|
progressBarGetMaxSize(max: any): any;
|
|
20
20
|
progressBarGetTextInfo(): any;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "wac-progress-bar", never, { "valueLength": "valueLength"; "min": "min"; "max": "max"; }, {}, never, never, true, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "wac-progress-bar", never, { "valueLength": { "alias": "valueLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -21,5 +21,5 @@ export declare class RadioLegacyComponent implements ControlValueAccessor {
|
|
|
21
21
|
onChange(value: any): void;
|
|
22
22
|
valueInput(value: any): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioLegacyComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioLegacyComponent, "wac-radio-legacy", never, { "label": "label"; "options": "options"; "value": "value"; "type": "type"; "id": "id"; "name": "name"; "alone": "alone"; }, { "changeInput": "changeInput"; }, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioLegacyComponent, "wac-radio-legacy", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "alone": { "alias": "alone"; "required": false; }; }, { "changeInput": "changeInput"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -34,5 +34,5 @@ export declare class RowComponent implements OnInit, AfterContentInit {
|
|
|
34
34
|
ngAfterContentInit(): void;
|
|
35
35
|
handleDomChange(event: any): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": "position"; "width": "width"; "height": "height"; "responsiveAuto": "responsiveAuto"; "childrensWidthAuto": "childrensWidthAuto"; "visibility": "visibility"; "marginChild": "marginChild"; "marginBottom": "marginBottom"; "marginBottomChild": "marginBottomChild"; "addWacBlock": "addWacBlock"; "lineDisplayContent": "lineDisplayContent"; "border": "border"; "multipleLine": "multipleLine"; "childrenByLine": "childrenByLine"; "padding": "padding"; "gap": "gap"; "lastChildIsDown": "lastChildIsDown"; "addClass": "addClass"; }, {}, never, ["*"], false, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "responsiveAuto": { "alias": "responsiveAuto"; "required": false; }; "childrensWidthAuto": { "alias": "childrensWidthAuto"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "marginChild": { "alias": "marginChild"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "marginBottomChild": { "alias": "marginBottomChild"; "required": false; }; "addWacBlock": { "alias": "addWacBlock"; "required": false; }; "lineDisplayContent": { "alias": "lineDisplayContent"; "required": false; }; "border": { "alias": "border"; "required": false; }; "multipleLine": { "alias": "multipleLine"; "required": false; }; "childrenByLine": { "alias": "childrenByLine"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "lastChildIsDown": { "alias": "lastChildIsDown"; "required": false; }; "addClass": { "alias": "addClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
38
38
|
}
|
|
@@ -23,5 +23,5 @@ export declare class SearchComponent implements OnInit {
|
|
|
23
23
|
onSelectItem(index: number, value: number, label: string): void;
|
|
24
24
|
resetAllVue(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "wac-search", never, { "placeholder": "placeholder"; "alwaysOpen": "alwaysOpen"; "label": "label"; "options": "options"; "disableSearchIn": "disableSearchIn"; "emptyResult": "emptyResult"; }, { "selectValue": "selectValue"; "searchKeyUp": "searchKeyUp"; "searchFocusOut": "searchFocusOut"; }, never, never, false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "wac-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disableSearchIn": { "alias": "disableSearchIn"; "required": false; }; "emptyResult": { "alias": "emptyResult"; "required": false; }; }, { "selectValue": "selectValue"; "searchKeyUp": "searchKeyUp"; "searchFocusOut": "searchFocusOut"; }, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -25,5 +25,5 @@ export declare class SelectOptionDirective<TOptionValue> implements OptionSelect
|
|
|
25
25
|
setDisabledState(isDisabled: boolean): void;
|
|
26
26
|
setMultiple(multiple: boolean): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective<any>, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective<any>, "[wacOption]", ["wacOption"], { "disabled": "disabled"; "value": "value"; "selected": "selected"; "onClickEventPreventDefault": "onClickEventPreventDefault"; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective<any>, "[wacOption]", ["wacOption"], { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "onClickEventPreventDefault": { "alias": "onClickEventPreventDefault"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -44,5 +44,5 @@ export declare class SelectComponent<TOptionValue> extends SelectDirective<TOpti
|
|
|
44
44
|
registerOnTouched(fn: any): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": "required"; "small": "small"; "keepPanelOpen": "keepPanelOpen"; "openPanel": "openPanel"; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": { "alias": "required"; "required": false; }; "small": { "alias": "small"; "required": false; }; "keepPanelOpen": { "alias": "keepPanelOpen"; "required": false; }; "openPanel": { "alias": "openPanel"; "required": false; }; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
|
|
48
48
|
}
|
|
@@ -41,5 +41,5 @@ export declare class SelectDirective<TOptionValue> implements OnInit, ControlVal
|
|
|
41
41
|
setDisabledState(isDisabled: boolean): void;
|
|
42
42
|
ngOnDestroy(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, "[wacSelect]", ["wacSelect"], { "value": "value"; "multiple": "multiple"; "disabled": "disabled"; "tabIndex": "tabIndex"; "searchByTyping": "searchByTyping"; }, { "valueChange": "valueChange"; }, ["optionChildren"], never, true, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, "[wacSelect]", ["wacSelect"], { "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "searchByTyping": { "alias": "searchByTyping"; "required": false; }; }, { "valueChange": "valueChange"; }, ["optionChildren"], never, true, never>;
|
|
45
45
|
}
|
|
@@ -10,5 +10,5 @@ export declare class SelectSearchTriggerComponent {
|
|
|
10
10
|
onKeypressEnter(): void;
|
|
11
11
|
setFocus(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectSearchTriggerComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchTriggerComponent, "wac-select-search-trigger", never, { "searchValue": "searchValue"; }, { "searchValueChange": "searchValueChange"; "searchInputKeyEnterPressed": "searchInputKeyEnterPressed"; }, never, never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchTriggerComponent, "wac-select-search-trigger", never, { "searchValue": { "alias": "searchValue"; "required": false; }; }, { "searchValueChange": "searchValueChange"; "searchInputKeyEnterPressed": "searchInputKeyEnterPressed"; }, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -31,5 +31,5 @@ export declare class SelectInTextComponent implements OnInit {
|
|
|
31
31
|
private setCurrentItem;
|
|
32
32
|
private unselectAll;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectInTextComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInTextComponent, "wac-select-in-text", never, { "items": "items"; "placeholder": "placeholder"; "label": "label"; "maxWidthItems": "maxWidthItems"; "type": "type"; "callToAction": "callToAction"; "preText": "preText"; "postText": "postText"; "alwaysOpen": "alwaysOpen"; "maxWidth": "maxWidth"; }, { "selectValue": "selectValue"; "clickOnCallToAction": "clickOnCallToAction"; }, never, never, false, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectInTextComponent, "wac-select-in-text", never, { "items": { "alias": "items"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxWidthItems": { "alias": "maxWidthItems"; "required": false; }; "type": { "alias": "type"; "required": false; }; "callToAction": { "alias": "callToAction"; "required": false; }; "preText": { "alias": "preText"; "required": false; }; "postText": { "alias": "postText"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "selectValue": "selectValue"; "clickOnCallToAction": "clickOnCallToAction"; }, never, never, false, never>;
|
|
35
35
|
}
|
|
@@ -17,5 +17,5 @@ export declare class SelectedListComponent implements OnInit {
|
|
|
17
17
|
onSelectItem(index: number): void;
|
|
18
18
|
areAllOptionsChecked(): boolean;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedListComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedListComponent, "wac-selected-list", never, { "options": "options"; "label": "label"; "textSelectAll": "textSelectAll"; "textUnSelectAll": "textUnSelectAll"; "enableSelectAll": "enableSelectAll"; }, { "selectedItemsIndex": "selectedItemsIndex"; "selectedItemsAll": "selectedItemsAll"; "unSelectedItemsAll": "unSelectedItemsAll"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedListComponent, "wac-selected-list", never, { "options": { "alias": "options"; "required": false; }; "label": { "alias": "label"; "required": false; }; "textSelectAll": { "alias": "textSelectAll"; "required": false; }; "textUnSelectAll": { "alias": "textUnSelectAll"; "required": false; }; "enableSelectAll": { "alias": "enableSelectAll"; "required": false; }; }, { "selectedItemsIndex": "selectedItemsIndex"; "selectedItemsAll": "selectedItemsAll"; "unSelectedItemsAll": "unSelectedItemsAll"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -3,5 +3,5 @@ export declare class SeparatorComponent {
|
|
|
3
3
|
dashed: boolean;
|
|
4
4
|
constructor();
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": "dashed"; }, {}, never, never, false, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": { "alias": "dashed"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
7
|
}
|