@wizishop/angular-components 0.0.168 → 14.0.3
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/angular-components.scss +6 -640
- package/{esm2015/lib/animations/in-out/in-out-x.animation.js → esm2020/lib/animations/in-out/in-out-x.animation.mjs} +0 -0
- package/{esm2015/lib/animations/in-out/in-out-y.animation.js → esm2020/lib/animations/in-out/in-out-y.animation.mjs} +0 -0
- package/esm2020/lib/components/alert/alert.component.mjs +30 -0
- package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +21 -0
- package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +41 -0
- package/esm2020/lib/components/alert-popup/alert-popup.service.mjs +30 -0
- package/esm2020/lib/components/back/back.component.mjs +12 -0
- package/esm2020/lib/components/block/block.component.mjs +44 -0
- package/esm2020/lib/components/button/button.component.mjs +155 -0
- package/esm2020/lib/components/calendar/calendar.component.mjs +196 -0
- package/esm2020/lib/components/checkbox/checkbox.component.mjs +70 -0
- package/esm2020/lib/components/checkbox/checkbox.module.mjs +25 -0
- package/esm2020/lib/components/delete/delete.component.mjs +12 -0
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +26 -0
- package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +202 -0
- package/{esm2015/lib/components/filters/filter-item.dto.js → esm2020/lib/components/filters/filter-item.dto.mjs} +0 -0
- package/esm2020/lib/components/filters/filters.component.mjs +41 -0
- package/esm2020/lib/components/free-popin/free-popin.component.mjs +63 -0
- package/esm2020/lib/components/header-page/header-page.component.mjs +24 -0
- package/esm2020/lib/components/hn/h1/h1.component.mjs +18 -0
- package/esm2020/lib/components/hn/h2/h2.component.mjs +13 -0
- package/esm2020/lib/components/hn/h3/h3.component.mjs +18 -0
- package/esm2020/lib/components/hn/h4/h4.component.mjs +18 -0
- package/esm2020/lib/components/image/image.component.mjs +17 -0
- package/esm2020/lib/components/info/info.component.mjs +12 -0
- package/esm2020/lib/components/inputs/input/input.component.mjs +162 -0
- package/esm2020/lib/components/inputs/input/input.module.mjs +37 -0
- package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +54 -0
- package/esm2020/lib/components/inputs/input-search/input-search.module.mjs +33 -0
- package/esm2020/lib/components/inputs/input-with-select/input-with-select.component.mjs +62 -0
- package/{esm2015/lib/components/inputs/input-with-select/option-item.dto.js → esm2020/lib/components/inputs/input-with-select/option-item.dto.mjs} +0 -0
- package/esm2020/lib/components/label/label.component.mjs +34 -0
- package/esm2020/lib/components/link/link.component.mjs +51 -0
- package/esm2020/lib/components/loader/loader.component.mjs +20 -0
- package/esm2020/lib/components/loader/loader.module.mjs +25 -0
- package/esm2020/lib/components/logo/logo.component.mjs +20 -0
- package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +115 -0
- package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +93 -0
- package/{esm2015/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.js → esm2020/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs} +0 -0
- package/{esm2015/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.js → esm2020/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs} +0 -0
- package/esm2020/lib/components/pagination/pagination.component.mjs +50 -0
- package/esm2020/lib/components/pagination/pagination.module.mjs +33 -0
- package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +28 -0
- package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +34 -0
- package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +25 -0
- package/esm2020/lib/components/popin/popin.component.mjs +67 -0
- package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +74 -0
- package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +25 -0
- package/esm2020/lib/components/radio/radio.component.mjs +57 -0
- package/esm2020/lib/components/search/search.component.mjs +86 -0
- package/{esm2015/lib/components/search/shared/search-option.model.js → esm2020/lib/components/search/shared/search-option.model.mjs} +0 -0
- package/esm2020/lib/components/selected-list/selected-list.component.mjs +62 -0
- package/{esm2015/lib/components/selected-list/shared/selected-list-option.model.js → esm2020/lib/components/selected-list/shared/selected-list-option.model.mjs} +0 -0
- package/{esm2015/lib/components/selects/call-to-action.model.js → esm2020/lib/components/selects/call-to-action.model.mjs} +0 -0
- package/esm2020/lib/components/selects/select/select.component.mjs +133 -0
- package/esm2020/lib/components/selects/select-in-text/select-in-text.component.mjs +102 -0
- package/{esm2015/lib/components/selects/select-items.dto.js → esm2020/lib/components/selects/select-items.dto.mjs} +0 -0
- package/esm2020/lib/components/separator/separator.component.mjs +17 -0
- package/esm2020/lib/components/settings/settings.component.mjs +12 -0
- package/esm2020/lib/components/shared-components.module.mjs +301 -0
- package/esm2020/lib/components/snackbar/snackbar.component.mjs +84 -0
- package/esm2020/lib/components/state/state.component.mjs +16 -0
- package/esm2020/lib/components/switch/switch.component.mjs +54 -0
- package/esm2020/lib/components/tab/tab.component.mjs +33 -0
- package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +95 -0
- package/{esm2015/lib/components/table/directives/column.directive.js → esm2020/lib/components/table/directives/column.directive.mjs} +20 -17
- package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +205 -0
- package/esm2020/lib/components/table/directives/raw.directive.mjs +30 -0
- package/esm2020/lib/components/table/shared/filters-table.service.mjs +68 -0
- package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +20 -0
- package/{esm2015/lib/components/table/shared/table-filters-group.model.js → esm2020/lib/components/table/shared/table-filters-group.model.mjs} +0 -0
- package/{esm2015/lib/components/table/shared/table-filters.model.js → esm2020/lib/components/table/shared/table-filters.model.mjs} +0 -0
- package/esm2020/lib/components/table/table.component.mjs +147 -0
- package/esm2020/lib/components/table/table.module.mjs +46 -0
- package/esm2020/lib/components/tag/tag.component.mjs +35 -0
- package/esm2020/lib/components/text/text.component.mjs +15 -0
- package/esm2020/lib/components/text-area/text-area.component.mjs +73 -0
- package/esm2020/lib/components/tooltip/tooltip.component.mjs +30 -0
- package/esm2020/lib/components/tooltip/tooltip.module.mjs +25 -0
- package/esm2020/lib/components/tree/tree.component.mjs +23 -0
- package/{esm2015/lib/components/tree/tree.dto.js → esm2020/lib/components/tree/tree.dto.mjs} +0 -0
- package/esm2020/lib/components/tree/tree.module.mjs +29 -0
- package/esm2020/lib/components/upload/upload.component.mjs +36 -0
- package/esm2020/lib/components/wrapper/wrapper.component.mjs +18 -0
- package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +19 -0
- package/esm2020/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +37 -0
- package/esm2020/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +24 -0
- package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +50 -0
- package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +25 -0
- package/esm2020/lib/directives/ng-var.directive.mjs +32 -0
- package/esm2020/lib/directives/shared-directives.module.mjs +25 -0
- package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +44 -0
- package/esm2020/lib/pipes/select/select-filters.pipe.mjs +19 -0
- package/esm2020/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +17 -0
- package/esm2020/lib/pipes/shared-pipes.module.mjs +29 -0
- package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +41 -0
- package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +49 -0
- package/esm2020/lib/services/dom.service.mjs +59 -0
- package/esm2020/lib/services/multiple-selection.service.mjs +62 -0
- package/{esm2015/lib/utils/html-container.class.js → esm2020/lib/utils/html-container.class.mjs} +0 -0
- package/{esm2015/lib/utils/slection-item.interface.js → esm2020/lib/utils/slection-item.interface.mjs} +0 -0
- package/esm2020/lib/wizi-components.module.mjs +34 -0
- package/esm2020/public-api.mjs +90 -0
- package/esm2020/wizishop-angular-components.mjs +5 -0
- package/fesm2015/wizishop-angular-components.mjs +4224 -0
- package/fesm2015/wizishop-angular-components.mjs.map +1 -0
- package/fesm2020/wizishop-angular-components.mjs +4214 -0
- package/fesm2020/wizishop-angular-components.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/components/alert/alert.component.d.ts +3 -0
- package/lib/components/alert-popup/alert-popup-module.d.ts +6 -0
- package/lib/components/alert-popup/alert-popup.component.d.ts +3 -0
- package/lib/components/alert-popup/alert-popup.service.d.ts +3 -0
- package/lib/components/back/back.component.d.ts +3 -0
- package/lib/components/block/block.component.d.ts +3 -0
- package/lib/components/button/button.component.d.ts +3 -2
- package/lib/components/calendar/calendar.component.d.ts +3 -0
- package/lib/components/checkbox/checkbox.component.d.ts +3 -0
- package/lib/components/checkbox/checkbox.module.d.ts +7 -0
- package/lib/components/delete/delete.component.d.ts +3 -0
- package/lib/components/dropdown/dropdown.component.d.ts +3 -0
- package/lib/components/edit-in-place/edit-in-place.component.d.ts +3 -0
- package/lib/components/filters/filters.component.d.ts +3 -0
- package/lib/components/free-popin/free-popin.component.d.ts +3 -0
- package/lib/components/header-page/header-page.component.d.ts +3 -1
- package/lib/components/hn/h1/h1.component.d.ts +3 -2
- package/lib/components/hn/h2/h2.component.d.ts +3 -0
- package/lib/components/hn/h3/h3.component.d.ts +3 -0
- package/lib/components/hn/h4/h4.component.d.ts +3 -0
- package/lib/components/image/image.component.d.ts +4 -1
- package/lib/components/info/info.component.d.ts +3 -0
- package/lib/components/inputs/input/input.component.d.ts +4 -1
- package/lib/components/inputs/input/input.module.d.ts +10 -0
- package/lib/components/inputs/input-search/input-search.component.d.ts +3 -0
- package/lib/components/inputs/input-search/input-search.module.d.ts +9 -0
- package/lib/components/inputs/input-with-select/input-with-select.component.d.ts +3 -0
- package/lib/components/label/label.component.d.ts +3 -0
- package/lib/components/link/link.component.d.ts +3 -0
- package/lib/components/loader/loader.component.d.ts +3 -0
- package/lib/components/loader/loader.module.d.ts +7 -0
- package/lib/components/logo/logo.component.d.ts +5 -2
- package/lib/components/multiple-search/multiple-search.component.d.ts +4 -1
- package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +3 -0
- package/lib/components/pagination/pagination.component.d.ts +3 -0
- package/lib/components/pagination/pagination.module.d.ts +11 -0
- package/lib/components/pagination/pipes/array-pages.pipe.d.ts +3 -0
- package/lib/components/pagination/pipes/custom-text.pipe.d.ts +3 -0
- package/lib/components/pagination/pipes/is-last-page.pipe.d.ts +3 -0
- package/lib/components/popin/popin.component.d.ts +3 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts +3 -0
- package/lib/components/progress-bar/progress-bar.module.d.ts +7 -0
- package/lib/components/radio/radio.component.d.ts +4 -1
- package/lib/components/search/search.component.d.ts +3 -0
- package/lib/components/selected-list/selected-list.component.d.ts +3 -0
- package/lib/components/selects/select/select.component.d.ts +3 -0
- package/lib/components/selects/select-in-text/select-in-text.component.d.ts +4 -1
- package/lib/components/separator/separator.component.d.ts +3 -0
- package/lib/components/settings/settings.component.d.ts +3 -0
- package/lib/components/shared-components.module.d.ts +78 -0
- package/lib/components/snackbar/snackbar.component.d.ts +3 -0
- package/lib/components/state/state.component.d.ts +3 -0
- package/lib/components/switch/switch.component.d.ts +4 -1
- package/lib/components/tab/tab.component.d.ts +3 -0
- package/lib/components/table/directives/checkBoxRow.directive.d.ts +3 -0
- package/lib/components/table/directives/column.directive.d.ts +3 -0
- package/lib/components/table/directives/columnHeader.directive.d.ts +3 -0
- package/lib/components/table/directives/raw.directive.d.ts +3 -0
- package/lib/components/table/shared/filters-table.service.d.ts +3 -0
- package/lib/components/table/shared/table-checkbox-id.service.d.ts +3 -0
- package/lib/components/table/table.component.d.ts +3 -0
- package/lib/components/table/table.module.d.ts +15 -0
- package/lib/components/tag/tag.component.d.ts +3 -0
- package/lib/components/text/text.component.d.ts +3 -0
- package/lib/components/text-area/text-area.component.d.ts +3 -2
- package/lib/components/tooltip/tooltip.component.d.ts +3 -0
- package/lib/components/tooltip/tooltip.module.d.ts +7 -0
- package/lib/components/tree/tree.component.d.ts +3 -0
- package/lib/components/tree/tree.module.d.ts +8 -0
- package/lib/components/upload/upload.component.d.ts +3 -0
- package/lib/components/wrapper/wrapper.component.d.ts +3 -0
- package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +3 -0
- package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +3 -0
- package/lib/directives/abstract-debounce/debounce-keyup.directive.d.ts +3 -0
- package/lib/directives/auto-hide/auto-hide.directive.d.ts +3 -0
- package/lib/directives/keyboard-events/keypress-enter.directive.d.ts +3 -0
- package/lib/directives/ng-var.directive.d.ts +3 -0
- package/lib/directives/shared-directives.module.d.ts +12 -0
- package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +3 -0
- package/lib/pipes/select/select-filters.pipe.d.ts +3 -0
- package/lib/pipes/selected-list/are-all-options-selected.pipe.d.ts +3 -0
- package/lib/pipes/shared-pipes.module.d.ts +10 -0
- package/lib/pipes/tree/format-object-to-recursif-tree.pipe.d.ts +3 -0
- package/lib/pipes/tree/format-object-to-simple-tree.pipe.d.ts +3 -0
- package/lib/services/dom.service.d.ts +3 -0
- package/lib/services/multiple-selection.service.d.ts +3 -0
- package/lib/wizi-components.module.d.ts +9 -0
- package/package.json +20 -8
- package/public-api.d.ts +0 -7
- package/wizishop-angular-components-14.0.3.tgz +0 -0
- package/bundles/wizishop-angular-components.umd.js +0 -4684
- package/bundles/wizishop-angular-components.umd.js.map +0 -1
- package/bundles/wizishop-angular-components.umd.min.js +0 -16
- package/bundles/wizishop-angular-components.umd.min.js.map +0 -1
- package/esm2015/lib/components/alert/alert.component.js +0 -26
- package/esm2015/lib/components/alert-popup/alert-popup-module.js +0 -16
- package/esm2015/lib/components/alert-popup/alert-popup.component.js +0 -41
- package/esm2015/lib/components/alert-popup/alert-popup.service.js +0 -30
- package/esm2015/lib/components/back/back.component.js +0 -12
- package/esm2015/lib/components/block/block.component.js +0 -35
- package/esm2015/lib/components/block-with-checkbox/block-with-checkbox.component.js +0 -51
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.component.js +0 -25
- package/esm2015/lib/components/breadcrumbs/breadcrumbs.dto.js +0 -2
- package/esm2015/lib/components/button/button.component.js +0 -134
- package/esm2015/lib/components/calendar/calendar.component.js +0 -185
- package/esm2015/lib/components/card-price/card-price.component.js +0 -37
- package/esm2015/lib/components/checkbox/checkbox.component.js +0 -62
- package/esm2015/lib/components/checkbox/checkbox.module.js +0 -18
- package/esm2015/lib/components/confirm-delete/confirm-delete.component.js +0 -36
- package/esm2015/lib/components/delete/delete.component.js +0 -12
- package/esm2015/lib/components/dropdown/dropdown.component.js +0 -24
- package/esm2015/lib/components/edit-in-place/edit-in-place.component.js +0 -190
- package/esm2015/lib/components/filters/filters.component.js +0 -39
- package/esm2015/lib/components/free-popin/free-popin.component.js +0 -55
- package/esm2015/lib/components/header-page/header-page.component.js +0 -22
- package/esm2015/lib/components/hn/h1/h1.component.js +0 -22
- package/esm2015/lib/components/hn/h2/h2.component.js +0 -13
- package/esm2015/lib/components/hn/h3/h3.component.js +0 -18
- package/esm2015/lib/components/hn/h4/h4.component.js +0 -18
- package/esm2015/lib/components/image/image.component.js +0 -15
- package/esm2015/lib/components/info/info.component.js +0 -12
- package/esm2015/lib/components/inputs/input/input.component.js +0 -128
- package/esm2015/lib/components/inputs/input/input.module.js +0 -24
- package/esm2015/lib/components/inputs/input-search/input-search.component.js +0 -49
- package/esm2015/lib/components/inputs/input-search/input-search.module.js +0 -22
- package/esm2015/lib/components/inputs/input-with-select/input-with-select.component.js +0 -54
- package/esm2015/lib/components/label/label.component.js +0 -33
- package/esm2015/lib/components/link/link.component.js +0 -48
- package/esm2015/lib/components/loader/loader.component.js +0 -19
- package/esm2015/lib/components/loader/loader.module.js +0 -18
- package/esm2015/lib/components/logo/logo.component.js +0 -17
- package/esm2015/lib/components/mosaic/mosaic.component.js +0 -47
- package/esm2015/lib/components/multiple-search/multiple-search.component.js +0 -113
- package/esm2015/lib/components/multiple-search-plus/multiple-search-plus.component.js +0 -83
- package/esm2015/lib/components/pagination/pagination.component.js +0 -44
- package/esm2015/lib/components/pagination/pagination.module.js +0 -24
- package/esm2015/lib/components/pagination/pipes/array-pages.pipe.js +0 -24
- package/esm2015/lib/components/pagination/pipes/custom-text.pipe.js +0 -33
- package/esm2015/lib/components/pagination/pipes/is-last-page.pipe.js +0 -21
- package/esm2015/lib/components/popin/popin.component.js +0 -56
- package/esm2015/lib/components/progress-bar/progress-bar.component.js +0 -74
- package/esm2015/lib/components/progress-bar/progress-bar.module.js +0 -18
- package/esm2015/lib/components/radio/radio.component.js +0 -51
- package/esm2015/lib/components/search/search.component.js +0 -75
- package/esm2015/lib/components/selected-list/selected-list.component.js +0 -51
- package/esm2015/lib/components/selects/select/select.component.js +0 -117
- package/esm2015/lib/components/selects/select-in-text/select-in-text.component.js +0 -89
- package/esm2015/lib/components/separator/separator.component.js +0 -18
- package/esm2015/lib/components/settings/settings.component.js +0 -13
- package/esm2015/lib/components/shared-components.module.js +0 -181
- package/esm2015/lib/components/snackbar/snackbar.component.js +0 -63
- package/esm2015/lib/components/state/state.component.js +0 -18
- package/esm2015/lib/components/switch/switch.component.js +0 -44
- package/esm2015/lib/components/tab/tab.component.js +0 -30
- package/esm2015/lib/components/table/directives/checkBoxRow.directive.js +0 -92
- package/esm2015/lib/components/table/directives/columnHeader.directive.js +0 -192
- package/esm2015/lib/components/table/directives/raw.directive.js +0 -29
- package/esm2015/lib/components/table/shared/filters-table.service.js +0 -70
- package/esm2015/lib/components/table/shared/table-checkbox-id.service.js +0 -18
- package/esm2015/lib/components/table/table.component.js +0 -130
- package/esm2015/lib/components/table/table.module.js +0 -31
- package/esm2015/lib/components/tag/tag.component.js +0 -30
- package/esm2015/lib/components/text/text.component.js +0 -16
- package/esm2015/lib/components/text-area/text-area.component.js +0 -67
- package/esm2015/lib/components/token-check/token-check.component.js +0 -21
- package/esm2015/lib/components/tooltip/tooltip.component.js +0 -27
- package/esm2015/lib/components/tooltip/tooltip.module.js +0 -18
- package/esm2015/lib/components/tree/tree.component.js +0 -20
- package/esm2015/lib/components/tree/tree.module.js +0 -20
- package/esm2015/lib/components/upload/upload.component.js +0 -31
- package/esm2015/lib/components/wrapper/wrapper.component.js +0 -18
- package/esm2015/lib/components/wrapper-blocs/wrapper-blocs.component.js +0 -19
- package/esm2015/lib/components/wrapper-sidebar/wrapper-sidebar.component.js +0 -19
- package/esm2015/lib/directives/abstract-debounce/abstract-debounce.directive.js +0 -34
- package/esm2015/lib/directives/abstract-debounce/debounce-keyup.directive.js +0 -21
- package/esm2015/lib/directives/auto-hide/auto-hide.directive.js +0 -48
- package/esm2015/lib/directives/keyboard-events/keypress-enter.directive.js +0 -21
- package/esm2015/lib/directives/ng-var.directive.js +0 -33
- package/esm2015/lib/directives/shared-directives.module.js +0 -20
- package/esm2015/lib/directives/zindex-toggle/zindex-toggle.directive.js +0 -43
- package/esm2015/lib/pipes/select/select-filters.pipe.js +0 -15
- package/esm2015/lib/pipes/selected-list/are-all-options-selected.pipe.js +0 -13
- package/esm2015/lib/pipes/shared-pipes.module.js +0 -22
- package/esm2015/lib/pipes/tree/format-object-to-recursif-tree.pipe.js +0 -37
- package/esm2015/lib/pipes/tree/format-object-to-simple-tree.pipe.js +0 -45
- package/esm2015/lib/services/dom.service.js +0 -64
- package/esm2015/lib/services/multiple-selection.service.js +0 -61
- package/esm2015/lib/wizi-components.module.js +0 -21
- package/esm2015/public-api.js +0 -97
- package/esm2015/wizishop-angular-components.js +0 -21
- package/fesm2015/wizishop-angular-components.js +0 -4041
- package/fesm2015/wizishop-angular-components.js.map +0 -1
- package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +0 -19
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +0 -10
- package/lib/components/breadcrumbs/breadcrumbs.dto.d.ts +0 -5
- package/lib/components/card-price/card-price.component.d.ts +0 -18
- package/lib/components/confirm-delete/confirm-delete.component.d.ts +0 -14
- package/lib/components/mosaic/mosaic.component.d.ts +0 -21
- package/lib/components/token-check/token-check.component.d.ts +0 -9
- package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +0 -6
- package/wizishop-angular-components-0.0.168.tgz +0 -0
- package/wizishop-angular-components.d.ts +0 -20
- package/wizishop-angular-components.metadata.json +0 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SelectedListOption } from './shared/selected-list-option.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SelectedListComponent implements OnInit {
|
|
4
5
|
options: SelectedListOption[];
|
|
5
6
|
label: string;
|
|
@@ -15,4 +16,6 @@ export declare class SelectedListComponent implements OnInit {
|
|
|
15
16
|
onUnSelectAll(): void;
|
|
16
17
|
onSelectItem(index: number): void;
|
|
17
18
|
areAllOptionsChecked(): boolean;
|
|
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>;
|
|
18
21
|
}
|
|
@@ -3,6 +3,7 @@ import { CalllToAction } from '../call-to-action.model';
|
|
|
3
3
|
import { SelectItem } from '../select-items.dto';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { ControlValueAccessor } from '@angular/forms';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SelectComponent implements OnInit, ControlValueAccessor {
|
|
7
8
|
private translateService;
|
|
8
9
|
_items: SelectItem[];
|
|
@@ -42,4 +43,6 @@ export declare class SelectComponent implements OnInit, ControlValueAccessor {
|
|
|
42
43
|
writeValue(selectItem: any): void;
|
|
43
44
|
registerOnChange(fn: any): void;
|
|
44
45
|
registerOnTouched(fn: any): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "wac-select", never, { "items": "items"; "placeholder": "placeholder"; "label": "label"; "maxWidthItems": "maxWidthItems"; "search": "search"; "searchValue": "searchValue"; "type": "type"; "callToAction": "callToAction"; "maxWidth": "maxWidth"; "disabled": "disabled"; }, { "searchValueChange": "searchValueChange"; "selectValue": "selectValue"; "clickOnCallToAction": "clickOnCallToAction"; }, never, never, false>;
|
|
45
48
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { CalllToAction } from '../call-to-action.model';
|
|
3
3
|
import { SelectItem } from '../select-items.dto';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class SelectInTextComponent implements OnInit {
|
|
5
6
|
set items(items: SelectItem[]);
|
|
6
7
|
get items(): SelectItem[];
|
|
@@ -23,10 +24,12 @@ export declare class SelectInTextComponent implements OnInit {
|
|
|
23
24
|
ngOnInit(): void;
|
|
24
25
|
setInitialValues(): void;
|
|
25
26
|
onClose(): void;
|
|
26
|
-
customTB(
|
|
27
|
+
customTB(index: number, item: SelectItem): number;
|
|
27
28
|
onSelectItem(index: number): void;
|
|
28
29
|
onClickCallToAction(): void;
|
|
29
30
|
private getItemSelected;
|
|
30
31
|
private setCurrentItem;
|
|
31
32
|
private unselectAll;
|
|
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>;
|
|
32
35
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class SeparatorComponent {
|
|
2
3
|
dashed: boolean;
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": "dashed"; }, {}, never, never, false>;
|
|
4
7
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class SettingsComponent {
|
|
2
3
|
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "wac-settings", never, {}, {}, never, never, false>;
|
|
3
6
|
}
|
|
@@ -1,2 +1,80 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tag/tag.component";
|
|
3
|
+
import * as i2 from "./tab/tab.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/radio.component";
|
|
14
|
+
import * as i13 from "./state/state.component";
|
|
15
|
+
import * as i14 from "./label/label.component";
|
|
16
|
+
import * as i15 from "./calendar/calendar.component";
|
|
17
|
+
import * as i16 from "./edit-in-place/edit-in-place.component";
|
|
18
|
+
import * as i17 from "./alert/alert.component";
|
|
19
|
+
import * as i18 from "./header-page/header-page.component";
|
|
20
|
+
import * as i19 from "./switch/switch.component";
|
|
21
|
+
import * as i20 from "./link/link.component";
|
|
22
|
+
import * as i21 from "./hn/h1/h1.component";
|
|
23
|
+
import * as i22 from "./hn/h2/h2.component";
|
|
24
|
+
import * as i23 from "./hn/h3/h3.component";
|
|
25
|
+
import * as i24 from "./hn/h4/h4.component";
|
|
26
|
+
import * as i25 from "./text/text.component";
|
|
27
|
+
import * as i26 from "./text-area/text-area.component";
|
|
28
|
+
import * as i27 from "./upload/upload.component";
|
|
29
|
+
import * as i28 from "./selects/select-in-text/select-in-text.component";
|
|
30
|
+
import * as i29 from "./selects/select/select.component";
|
|
31
|
+
import * as i30 from "./multiple-search/multiple-search.component";
|
|
32
|
+
import * as i31 from "./multiple-search-plus/multiple-search-plus.component";
|
|
33
|
+
import * as i32 from "./inputs/input-with-select/input-with-select.component";
|
|
34
|
+
import * as i33 from "./popin/popin.component";
|
|
35
|
+
import * as i34 from "./free-popin/free-popin.component";
|
|
36
|
+
import * as i35 from "./block/block.component";
|
|
37
|
+
import * as i36 from "./wrapper/wrapper.component";
|
|
38
|
+
import * as i37 from "./filters/filters.component";
|
|
39
|
+
import * as i38 from "./wrapper-blocs/wrapper-blocs.component";
|
|
40
|
+
import * as i39 from "./snackbar/snackbar.component";
|
|
41
|
+
import * as i40 from "./search/search.component";
|
|
42
|
+
import * as i41 from "./selected-list/selected-list.component";
|
|
43
|
+
import * as i42 from "@angular/common";
|
|
44
|
+
import * as i43 from "@angular/forms";
|
|
45
|
+
import * as i44 from "@wizishop/ng-wizi-bulma";
|
|
46
|
+
import * as i45 from "@ngx-translate/core";
|
|
47
|
+
import * as i46 from "../directives/shared-directives.module";
|
|
48
|
+
import * as i47 from "../pipes/shared-pipes.module";
|
|
49
|
+
import * as i48 from "@angular/cdk/table";
|
|
50
|
+
import * as i49 from "ngx-chips";
|
|
51
|
+
import * as i50 from "./pagination/pagination.module";
|
|
52
|
+
import * as i51 from "./table/table.module";
|
|
53
|
+
import * as i52 from "./inputs/input-search/input-search.module";
|
|
54
|
+
import * as i53 from "./tooltip/tooltip.module";
|
|
55
|
+
import * as i54 from "./checkbox/checkbox.module";
|
|
56
|
+
import * as i55 from "./inputs/input/input.module";
|
|
57
|
+
import * as i56 from "./loader/loader.module";
|
|
58
|
+
import * as i57 from "./progress-bar/progress-bar.module";
|
|
59
|
+
import * as i58 from "ngx-perfect-scrollbar";
|
|
60
|
+
import * as i59 from "./alert-popup/alert-popup-module";
|
|
61
|
+
import * as i60 from "@angular/router";
|
|
62
|
+
import * as i61 from "./tree/tree.module";
|
|
63
|
+
import * as i62 from "./pagination/pagination.component";
|
|
64
|
+
import * as i63 from "./table/table.component";
|
|
65
|
+
import * as i64 from "./table/directives/column.directive";
|
|
66
|
+
import * as i65 from "./table/directives/checkBoxRow.directive";
|
|
67
|
+
import * as i66 from "./table/directives/columnHeader.directive";
|
|
68
|
+
import * as i67 from "./table/directives/raw.directive";
|
|
69
|
+
import * as i68 from "./inputs/input-search/input-search.component";
|
|
70
|
+
import * as i69 from "./inputs/input/input.component";
|
|
71
|
+
import * as i70 from "./tooltip/tooltip.component";
|
|
72
|
+
import * as i71 from "./checkbox/checkbox.component";
|
|
73
|
+
import * as i72 from "./loader/loader.component";
|
|
74
|
+
import * as i73 from "./progress-bar/progress-bar.component";
|
|
75
|
+
import * as i74 from "./tree/tree.component";
|
|
1
76
|
export declare class SharedComponentsModule {
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
|
|
78
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.TagComponent, typeof i2.TabComponent, 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.RadioComponent, typeof i13.StateComponent, typeof i14.LabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.TextAreaComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.SelectComponent, typeof i30.MultipleSearchComponent, typeof i31.MultipleSearchPlusComponent, typeof i32.InputWithSelectComponent, typeof i33.PopinComponent, typeof i34.FreePopinComponent, typeof i35.BlockComponent, typeof i36.WrapperComponent, typeof i37.FiltersComponent, typeof i38.WrapperBlocsComponent, typeof i39.SnackbarComponent, typeof i40.SearchComponent, typeof i41.SelectedListComponent], [typeof i42.CommonModule, typeof i43.FormsModule, typeof i44.NwbAllModule, typeof i45.TranslateModule, typeof i43.ReactiveFormsModule, typeof i46.SharedDirectives, typeof i47.SharedPipes, typeof i48.CdkTableModule, typeof i49.TagInputModule, typeof i50.PaginationModule, typeof i51.TableModule, typeof i52.InputSearchModule, typeof i53.TooltipModule, typeof i54.CheckboxModule, typeof i55.InputModule, typeof i56.LoaderModule, typeof i57.ProgressBarModule, typeof i58.PerfectScrollbarModule, typeof i59.AlertPopupModule, typeof i60.RouterModule, typeof i61.TreeModule], [typeof i1.TagComponent, typeof i2.TabComponent, 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.RadioComponent, typeof i13.StateComponent, typeof i14.LabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.TextAreaComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.SelectComponent, typeof i30.MultipleSearchComponent, typeof i31.MultipleSearchPlusComponent, typeof i32.InputWithSelectComponent, typeof i33.PopinComponent, typeof i34.FreePopinComponent, typeof i35.BlockComponent, typeof i36.WrapperComponent, typeof i37.FiltersComponent, typeof i38.WrapperBlocsComponent, typeof i39.SnackbarComponent, typeof i40.SearchComponent, typeof i41.SelectedListComponent, typeof i62.PaginationComponent, typeof i63.TableComponent, typeof i64.TableColumn, typeof i65.CheckBoxRow, typeof i66.TableColumnHeader, typeof i67.TableRow, typeof i68.InputSearchComponent, typeof i69.InputComponent, typeof i70.TooltipComponent, typeof i71.CheckboxComponent, typeof i72.LoaderComponent, typeof i73.ProgressBarComponent, typeof i74.TreeComponent]>;
|
|
79
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
|
|
2
80
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class SnackbarComponent implements OnInit {
|
|
3
4
|
message: string;
|
|
4
5
|
textButtonOk?: string;
|
|
@@ -15,4 +16,6 @@ export declare class SnackbarComponent implements OnInit {
|
|
|
15
16
|
validate(): void;
|
|
16
17
|
refuse(): void;
|
|
17
18
|
closeSnackbar(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "wac-snackbar", never, { "message": "message"; "textButtonOk": "textButtonOk"; "textButtonKo": "textButtonKo"; "duration": "duration"; "color": "color"; "buttonColor": "buttonColor"; "visible": "visible"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false>;
|
|
18
21
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class StateComponent {
|
|
2
3
|
state: string;
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StateComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StateComponent, "wac-state", never, { "state": "state"; }, {}, never, never, false>;
|
|
4
7
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class SwitchComponent implements OnInit {
|
|
3
4
|
value: boolean;
|
|
4
|
-
textState:
|
|
5
|
+
textState: string;
|
|
5
6
|
textStateEnable: string;
|
|
6
7
|
textStateDisable: string;
|
|
7
8
|
showInput: boolean;
|
|
@@ -16,4 +17,6 @@ export declare class SwitchComponent implements OnInit {
|
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
changeValue(event: any): void;
|
|
18
19
|
triggerInput(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "wac-switch", never, { "value": "value"; "textState": "textState"; "textStateEnable": "textStateEnable"; "textStateDisable": "textStateDisable"; "showInput": "showInput"; "placholderInput": "placholderInput"; "danger": "danger"; "whiteSpace": "whiteSpace"; }, { "switchChange": "switchChange"; "changeInput": "changeInput"; }, never, ["*"], false>;
|
|
19
22
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TabComponent {
|
|
3
4
|
underline: boolean;
|
|
4
5
|
button: boolean;
|
|
@@ -7,4 +8,6 @@ export declare class TabComponent {
|
|
|
7
8
|
indexChange: EventEmitter<any>;
|
|
8
9
|
constructor();
|
|
9
10
|
valueChanged(i: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "underline": "underline"; "button": "button"; "tabs": "tabs"; "index": "index"; }, { "indexChange": "indexChange"; }, never, never, false>;
|
|
10
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, EventEmitter, Renderer2, ElementRef, ApplicationRef, Injector } from '@angular/core';
|
|
2
2
|
import { TableCheckboxIdService } from '../shared/table-checkbox-id.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class CheckBoxRow {
|
|
4
5
|
private currentRow;
|
|
5
6
|
private appRef;
|
|
@@ -28,4 +29,6 @@ export declare class CheckBoxRow {
|
|
|
28
29
|
isActive(): boolean;
|
|
29
30
|
setActive(isActive: boolean): void;
|
|
30
31
|
ngOnDestroy(): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxRow, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxRow, "[checkBoxRow]", never, { "checkBoxId": "checkBoxId"; "checkBoxName": "checkBoxName"; "checkBoxValue": "checkBoxValue"; }, { "checkBoxValueChange": "checkBoxValueChange"; }, never, never, false>;
|
|
31
34
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Renderer2 } from '@angular/core';
|
|
2
2
|
import { ElementRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TableColumn {
|
|
4
5
|
private currentCell;
|
|
5
6
|
private renderer;
|
|
@@ -10,4 +11,6 @@ export declare class TableColumn {
|
|
|
10
11
|
constructor(currentCell: ElementRef, renderer: Renderer2, document: any);
|
|
11
12
|
ngAfterViewInit(): void;
|
|
12
13
|
applyCustomStylesOnCell(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumn, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumn, "[tableColumn]", never, { "columnSize": "columnSize"; "centerCell": "centerCell"; }, {}, never, never, false>;
|
|
13
16
|
}
|
|
@@ -3,6 +3,7 @@ import { Renderer2 } from '@angular/core';
|
|
|
3
3
|
import { ElementRef } from '@angular/core';
|
|
4
4
|
import { FiltersTableService } from '../shared/filters-table.service';
|
|
5
5
|
import { TableFilters } from '../shared/table-filters.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TableColumnHeader {
|
|
7
8
|
private currentCell;
|
|
8
9
|
private renderer;
|
|
@@ -38,4 +39,6 @@ export declare class TableColumnHeader {
|
|
|
38
39
|
getCurrentSortIcon(): string;
|
|
39
40
|
emitEvents(newSort: any, newOrder: any): void;
|
|
40
41
|
ngOnDestroy(): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnHeader, never>;
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnHeader, "[headerCell]", never, { "headerName": "headerName"; "columnSize": "columnSize"; "filterRouting": "filterRouting"; "tableName": "tableName"; "sortName": "sortName"; "centerCell": "centerCell"; "tableFilters": "tableFilters"; }, { "onSortChange": "onSortChange"; "tableFiltersChange": "tableFiltersChange"; }, never, never, false>;
|
|
41
44
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Renderer2 } from '@angular/core';
|
|
2
2
|
import { ElementRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TableRow {
|
|
4
5
|
private currentCell;
|
|
5
6
|
private renderer;
|
|
@@ -7,4 +8,6 @@ export declare class TableRow {
|
|
|
7
8
|
constructor(currentCell: ElementRef, renderer: Renderer2, document: any);
|
|
8
9
|
ngAfterViewInit(): void;
|
|
9
10
|
applyCustomStylesOnCell(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableRow, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableRow, "[tableRow]", never, {}, {}, never, never, false>;
|
|
10
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { NwbFilterGroup, NwbFilterRoutingBuilder } from '@wizishop/ng-wizi-bulma';
|
|
2
2
|
import { TableFiltersGroup } from './table-filters-group.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class FiltersTableService {
|
|
4
5
|
private filterRoutingBuilder;
|
|
5
6
|
filterGroups: Map<string, NwbFilterGroup>;
|
|
@@ -16,4 +17,6 @@ export declare class FiltersTableService {
|
|
|
16
17
|
getSortChangeListner(): import("rxjs").Observable<any>;
|
|
17
18
|
setPaginationFilters(dataTableName: any, totalItems: any, itemsPerPage: any, currentPage: any): void;
|
|
18
19
|
setInitialPaginationFiltersIfNotExist(dataTableName: any, itemsPerPage: any, currentPage: any): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersTableService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FiltersTableService>;
|
|
19
22
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class TableCheckboxIdService {
|
|
2
3
|
static tableInstance: number;
|
|
3
4
|
currentTableInstance: number;
|
|
4
5
|
nbCheckboxInstances: number;
|
|
5
6
|
constructor();
|
|
6
7
|
getUniqueId(): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableCheckboxIdService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TableCheckboxIdService>;
|
|
7
10
|
}
|
|
@@ -5,6 +5,7 @@ import { CheckBoxRow } from './directives/checkBoxRow.directive';
|
|
|
5
5
|
import { MultiSelectionService } from '../../services/multiple-selection.service';
|
|
6
6
|
import { TableCheckboxIdService } from './shared/table-checkbox-id.service';
|
|
7
7
|
import { TableRow } from './directives/raw.directive';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class TableComponent implements OnInit {
|
|
9
10
|
private filtersTableService;
|
|
10
11
|
private tableCheckboxIdService;
|
|
@@ -38,4 +39,6 @@ export declare class TableComponent implements OnInit {
|
|
|
38
39
|
* */
|
|
39
40
|
private setTablesFilters;
|
|
40
41
|
ngOnDestroy(): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "wac-table", never, { "tableFilters": "tableFilters"; "tableRoutingName": "tableRoutingName"; "placeholder": "placeholder"; "checkbox": "checkbox"; "disableSearch": "disableSearch"; "disablePagniation": "disablePagniation"; "isLoading": "isLoading"; }, { "tableFiltersChange": "tableFiltersChange"; "toggleAllCheckBox": "toggleAllCheckBox"; "checkBoxSelectionChange": "checkBoxSelectionChange"; }, ["checkBoxRows", "tableRows"], ["[headerCell]", ".complex-table", "[tableRow]"], false>;
|
|
41
44
|
}
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./table.component";
|
|
3
|
+
import * as i2 from "./directives/column.directive";
|
|
4
|
+
import * as i3 from "./directives/checkBoxRow.directive";
|
|
5
|
+
import * as i4 from "./directives/columnHeader.directive";
|
|
6
|
+
import * as i5 from "./directives/raw.directive";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
9
|
+
import * as i8 from "../inputs/input-search/input-search.module";
|
|
10
|
+
import * as i9 from "../loader/loader.module";
|
|
11
|
+
import * as i10 from "../checkbox/checkbox.module";
|
|
12
|
+
import * as i11 from "../pagination/pagination.module";
|
|
1
13
|
export declare class TableModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
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.InputSearchModule, typeof i9.LoaderModule, typeof i10.CheckboxModule, typeof i11.PaginationModule], [typeof i1.TableComponent, typeof i2.TableColumn, typeof i3.CheckBoxRow, typeof i4.TableColumnHeader, typeof i5.TableRow]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
2
17
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TagComponent {
|
|
3
4
|
label: string;
|
|
4
5
|
class: 'default' | 'success' | 'warning' | 'error' | 'dark' | 'gray' | 'lightgray';
|
|
@@ -8,4 +9,6 @@ export declare class TagComponent {
|
|
|
8
9
|
isOpenChange: EventEmitter<boolean>;
|
|
9
10
|
constructor();
|
|
10
11
|
toggleTag(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": "label"; "class": "class"; "hasClose": "hasClose"; "big": "big"; "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, never, false>;
|
|
11
14
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TextComponent implements OnInit {
|
|
3
4
|
textClass: 'grey' | 'yellow' | 'red' | 'label' | 'optional';
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": "textClass"; }, {}, never, ["*"], false>;
|
|
6
9
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TextAreaComponent implements ControlValueAccessor {
|
|
3
4
|
label: string;
|
|
4
5
|
value: string;
|
|
@@ -7,9 +8,7 @@ export declare class TextAreaComponent implements ControlValueAccessor {
|
|
|
7
8
|
textError: any;
|
|
8
9
|
size: any;
|
|
9
10
|
min: any;
|
|
10
|
-
maxlength: number | string;
|
|
11
11
|
max: any;
|
|
12
|
-
dynamicSize: boolean;
|
|
13
12
|
progressBar: boolean;
|
|
14
13
|
disabled: boolean;
|
|
15
14
|
id: string;
|
|
@@ -21,4 +20,6 @@ export declare class TextAreaComponent implements ControlValueAccessor {
|
|
|
21
20
|
writeValue(obj: any): void;
|
|
22
21
|
onChange(value: any): void;
|
|
23
22
|
onBlur(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "wac-text-area", never, { "label": "label"; "value": "value"; "placeholder": "placeholder"; "textInfo": "textInfo"; "textError": "textError"; "size": "size"; "min": "min"; "max": "max"; "progressBar": "progressBar"; }, {}, never, never, false>;
|
|
24
25
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TooltipComponent implements OnInit {
|
|
3
4
|
tooltipIcon: string;
|
|
4
5
|
tooltipText: string;
|
|
@@ -6,4 +7,6 @@ export declare class TooltipComponent implements OnInit {
|
|
|
6
7
|
tooltipUrl: string;
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "wac-tooltip", never, { "tooltipIcon": "tooltipIcon"; "tooltipText": "tooltipText"; "tooltipLink": "tooltipLink"; "tooltipUrl": "tooltipUrl"; }, {}, never, never, false>;
|
|
9
12
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tooltip.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
1
5
|
export declare class TooltipModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TooltipComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
2
9
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TreeComponent implements OnInit {
|
|
3
4
|
/**
|
|
4
5
|
*! items sould include RecursifDto interface
|
|
@@ -8,4 +9,6 @@ export declare class TreeComponent implements OnInit {
|
|
|
8
9
|
optionTemplate: TemplateRef<any>;
|
|
9
10
|
constructor();
|
|
10
11
|
ngOnInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "wac-tree", never, { "items": "items"; "treeDepth": "treeDepth"; "optionTemplate": "optionTemplate"; }, {}, never, never, false>;
|
|
11
14
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tree.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../pipes/shared-pipes.module";
|
|
1
6
|
export declare class TreeModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeModule, [typeof i1.TreeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SharedPipes], [typeof i1.TreeComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TreeModule>;
|
|
2
10
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class UploadComponent implements OnInit {
|
|
3
4
|
label: string;
|
|
4
5
|
type: string;
|
|
@@ -9,4 +10,6 @@ export declare class UploadComponent implements OnInit {
|
|
|
9
10
|
constructor();
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
triggerEvent(event: any): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": "label"; "type": "type"; "icon": "icon"; "image": "image"; "labelImage": "labelImage"; }, { "open": "open"; }, never, never, false>;
|
|
12
15
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class WrapperComponent implements OnInit {
|
|
3
4
|
size: string;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WrapperComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WrapperComponent, "wac-wrapper", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
6
9
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class WrapperBlocsComponent implements OnInit {
|
|
3
4
|
sidebar: boolean;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WrapperBlocsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WrapperBlocsComponent, "wac-wrapper-blocs", never, { "sidebar": "sidebar"; }, {}, never, ["*"], false>;
|
|
6
9
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AbstractDebounceDirective implements OnDestroy {
|
|
4
5
|
debounceTime: number;
|
|
5
6
|
onEventChange: EventEmitter<any>;
|
|
@@ -9,4 +10,6 @@ export declare class AbstractDebounceDirective implements OnDestroy {
|
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
emitChange(value: any): void;
|
|
11
12
|
ngOnDestroy(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDebounceDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDebounceDirective, "AbstractDebounceDirective", never, { "debounceTime": "debounceTime"; }, { "onEventChange": "onEventChange"; }, never, never, false>;
|
|
12
15
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { AbstractDebounceDirective } from './abstract-debounce.directive';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DebounceKeyupDirective extends AbstractDebounceDirective {
|
|
3
4
|
constructor();
|
|
4
5
|
onKeyUp(event: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DebounceKeyupDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DebounceKeyupDirective, "input[debounceKeyUp]", never, {}, {}, never, never, false>;
|
|
5
8
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
3
|
import { DomService } from '../../services/dom.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class AutoHideDirective implements AfterViewInit {
|
|
5
6
|
private _elementRef;
|
|
6
7
|
private domService;
|
|
@@ -11,4 +12,6 @@ export declare class AutoHideDirective implements AfterViewInit {
|
|
|
11
12
|
clickOutside: EventEmitter<any>;
|
|
12
13
|
ngAfterViewInit(): void;
|
|
13
14
|
ngOnDestroy(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutoHideDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoHideDirective, "[wzAutoHide]", never, { "triggerElement": "triggerElement"; "forceOn": "forceOn"; }, { "clickOutside": "clickOutside"; }, never, never, false>;
|
|
14
17
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class KeypressEnterDirective {
|
|
3
4
|
private KEYPRESS_ENTER;
|
|
4
5
|
onKeypress(event: KeyboardEvent): void;
|
|
5
6
|
keypressEnter: EventEmitter<boolean>;
|
|
6
7
|
constructor();
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeypressEnterDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KeypressEnterDirective, "[keypressEnter]", never, {}, { "keypressEnter": "keypressEnter"; }, never, never, false>;
|
|
7
10
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TemplateRef, ViewContainerRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class VarDirective {
|
|
3
4
|
private templateRef;
|
|
4
5
|
private vcRef;
|
|
@@ -6,4 +7,6 @@ export declare class VarDirective {
|
|
|
6
7
|
private context;
|
|
7
8
|
private hasView;
|
|
8
9
|
constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VarDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<VarDirective, "[ngVar]", never, { "ngVar": "ngVar"; }, {}, never, never, false>;
|
|
9
12
|
}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./abstract-debounce/debounce-keyup.directive";
|
|
3
|
+
import * as i2 from "./abstract-debounce/abstract-debounce.directive";
|
|
4
|
+
import * as i3 from "./auto-hide/auto-hide.directive";
|
|
5
|
+
import * as i4 from "./zindex-toggle/zindex-toggle.directive";
|
|
6
|
+
import * as i5 from "./ng-var.directive";
|
|
7
|
+
import * as i6 from "./keyboard-events/keypress-enter.directive";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
1
10
|
export declare class SharedDirectives {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedDirectives, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective], [typeof i7.CommonModule, typeof i8.FormsModule], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedDirectives>;
|
|
2
14
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ZindexToggleDirective implements OnInit, OnDestroy {
|
|
3
4
|
private currentElement;
|
|
4
5
|
private renderer;
|
|
@@ -10,4 +11,6 @@ export declare class ZindexToggleDirective implements OnInit, OnDestroy {
|
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
switchToggle(): void;
|
|
12
13
|
ngOnDestroy(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZindexToggleDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ZindexToggleDirective, "[zIndexToggle]", never, { "isActive": "zIndexToggle"; }, { "onEventChange": "onEventChange"; }, never, never, false>;
|
|
13
16
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { SelectItem } from '../../components/selects/select-items.dto';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SelectFiltersPipe implements PipeTransform {
|
|
4
5
|
transform(items: SelectItem[], filterName: string): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectFiltersPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SelectFiltersPipe, "selectFilters", false>;
|
|
5
8
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { SelectedListOption } from '../../components/selected-list/shared/selected-list-option.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AreAllOptionsSelectedPipe implements PipeTransform {
|
|
4
5
|
transform(options: SelectedListOption[]): boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AreAllOptionsSelectedPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<AreAllOptionsSelectedPipe, "areAllOptionsSelected", false>;
|
|
5
8
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tree/format-object-to-recursif-tree.pipe";
|
|
3
|
+
import * as i2 from "./tree/format-object-to-simple-tree.pipe";
|
|
4
|
+
import * as i3 from "./select/select-filters.pipe";
|
|
5
|
+
import * as i4 from "./selected-list/are-all-options-selected.pipe";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
1
8
|
export declare class SharedPipes {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedPipes, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipes, [typeof i1.FormatObjectToRecursifTreePipe, typeof i2.FormatObjectToSimpleTreePipe, typeof i3.SelectFiltersPipe, typeof i4.AreAllOptionsSelectedPipe], [typeof i5.CommonModule, typeof i6.FormsModule], [typeof i1.FormatObjectToRecursifTreePipe, typeof i2.FormatObjectToSimpleTreePipe, typeof i3.SelectFiltersPipe, typeof i4.AreAllOptionsSelectedPipe]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipes>;
|
|
2
12
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class FormatObjectToRecursifTreePipe implements PipeTransform {
|
|
3
4
|
childrenProperties: string[];
|
|
4
5
|
transform(objectList: any[], childrenProperties: string[]): any;
|
|
5
6
|
private recursiveFormatObjectToRecursifTree;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormatObjectToRecursifTreePipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatObjectToRecursifTreePipe, "formatObjectToRecursifTree", false>;
|
|
6
9
|
}
|