@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
package/index.d.ts
ADDED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class AlertComponent implements OnInit {
|
|
3
4
|
icon: boolean;
|
|
4
5
|
warning: boolean;
|
|
@@ -7,4 +8,6 @@ export declare class AlertComponent implements OnInit {
|
|
|
7
8
|
iconClass: string;
|
|
8
9
|
constructor();
|
|
9
10
|
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "wac-alert", never, { "icon": "icon"; "warning": "warning"; "success": "success"; "alert": "alert"; "iconClass": "iconClass"; }, {}, never, ["*"], false>;
|
|
10
13
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./alert-popup.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class AlertPopupModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertPopupModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertPopupModule, [typeof i1.AlertPopupComponent], [typeof i2.CommonModule], [typeof i1.AlertPopupComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AlertPopupModule>;
|
|
2
8
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { AlertPopupConfig } from './alert-popup.service';
|
|
3
3
|
import { OnInit } from '@angular/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class AlertPopupComponent implements OnInit {
|
|
5
6
|
config: AlertPopupConfig;
|
|
6
7
|
/** Subject for notifying the user that the dialog has finished closing. */
|
|
@@ -13,4 +14,6 @@ export declare class AlertPopupComponent implements OnInit {
|
|
|
13
14
|
* Gets an observable that is notified when the dialog is finished closing.
|
|
14
15
|
*/
|
|
15
16
|
afterClosed(): Observable<any>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertPopupComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlertPopupComponent, "wac-alert-popup", never, {}, {}, never, never, false>;
|
|
16
19
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { AlertPopupComponent } from './alert-popup.component';
|
|
2
2
|
import { DomService } from '../../services/dom.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AlertPopupService {
|
|
4
5
|
private domService;
|
|
5
6
|
constructor(domService: DomService);
|
|
6
7
|
open(config: AlertPopupConfig): AlertPopupComponent;
|
|
7
8
|
private getComponentRef;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertPopupService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AlertPopupService>;
|
|
8
11
|
}
|
|
9
12
|
export interface AlertPopupConfig {
|
|
10
13
|
message: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class BlockComponent {
|
|
2
3
|
titleBlock: string;
|
|
3
4
|
titleExternalBlock: boolean;
|
|
@@ -10,4 +11,6 @@ export declare class BlockComponent {
|
|
|
10
11
|
removePadding: boolean;
|
|
11
12
|
stretchHeight: boolean;
|
|
12
13
|
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BlockComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlockComponent, "wac-block", never, { "titleBlock": "titleBlock"; "titleExternalBlock": "titleExternalBlock"; "sticky": "sticky"; "simple": "simple"; "noFullHeight": "noFullHeight"; "icon": "icon"; "titleUppercase": "titleUppercase"; "borderRadius": "borderRadius"; "removePadding": "removePadding"; "stretchHeight": "stretchHeight"; }, {}, never, ["*"], false>;
|
|
13
16
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
3
4
|
extraClasses: string;
|
|
4
5
|
label: string;
|
|
5
6
|
icon: string;
|
|
6
7
|
iconNext: string;
|
|
7
|
-
textcolor: any;
|
|
8
8
|
widthAuto: boolean;
|
|
9
9
|
contentHorizontalPosition: 'left' | 'center' | 'right';
|
|
10
10
|
iconFontSize: number;
|
|
@@ -17,7 +17,6 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
|
17
17
|
animationText: string;
|
|
18
18
|
confirmDelete: boolean;
|
|
19
19
|
confirmDeleteText: string;
|
|
20
|
-
coin: number | string;
|
|
21
20
|
confirmDeletePosition: string;
|
|
22
21
|
click: EventEmitter<MouseEvent>;
|
|
23
22
|
set isLoading(isLoading: boolean);
|
|
@@ -42,4 +41,6 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
|
42
41
|
resetMaxWidthDelete(): void;
|
|
43
42
|
onButtonClick(event: any): void;
|
|
44
43
|
ngAfterViewInit(): void;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": "extraClasses"; "label": "label"; "icon": "icon"; "iconNext": "iconNext"; "widthAuto": "widthAuto"; "contentHorizontalPosition": "contentHorizontalPosition"; "iconFontSize": "iconFontSize"; "hasLoader": "hasLoader"; "disabled": "disabled"; "whiteSpaceNowrap": "whiteSpaceNowrap"; "opacity": "opacity"; "animation": "animation"; "animationRight": "animationRight"; "animationText": "animationText"; "confirmDelete": "confirmDelete"; "confirmDeleteText": "confirmDeleteText"; "confirmDeletePosition": "confirmDeletePosition"; "isLoading": "isLoading"; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false>;
|
|
45
46
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class CalendarComponent implements OnInit {
|
|
3
4
|
label: string | null;
|
|
4
5
|
type: string;
|
|
@@ -27,4 +28,6 @@ export declare class CalendarComponent implements OnInit {
|
|
|
27
28
|
removeHours(target: any): void;
|
|
28
29
|
addMinutes(target: any): void;
|
|
29
30
|
removeMinutes(target: any): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": "label"; "type": "type"; "options": "options"; "position": "position"; "dateSelected": "dateSelected"; "typeDate": "typeDate"; "noMargin": "noMargin"; }, { "selected": "selected"; "changeData": "changeData"; }, never, never, false>;
|
|
30
33
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
3
4
|
label: string;
|
|
4
5
|
value: any;
|
|
@@ -22,4 +23,6 @@ export declare class CheckboxComponent implements ControlValueAccessor {
|
|
|
22
23
|
onChange(value: any): void;
|
|
23
24
|
onTextInputChange(value: any): void;
|
|
24
25
|
inputClick($event: any): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
27
|
+
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"; }, {}, never, never, false>;
|
|
25
28
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./checkbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
1
5
|
export declare class CheckboxModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.CheckboxComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
|
|
2
9
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class DeleteComponent {
|
|
2
3
|
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteComponent, "wac-delete", never, {}, {}, never, never, false>;
|
|
3
6
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class DropdownComponent {
|
|
3
4
|
hasIcons: boolean;
|
|
4
5
|
items: any[];
|
|
5
6
|
userInput: EventEmitter<any>;
|
|
6
7
|
constructor();
|
|
7
8
|
onUserInput(itemIndex: any): void;
|
|
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>;
|
|
8
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewChecked, ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class WzEditInPlaceComponent implements ControlValueAccessor, AfterViewChecked, OnChanges {
|
|
5
6
|
type: string;
|
|
6
7
|
nwbOptions: object | string[];
|
|
@@ -37,6 +38,8 @@ export declare class WzEditInPlaceComponent implements ControlValueAccessor, Aft
|
|
|
37
38
|
ngOnChanges(changes: SimpleChanges): void;
|
|
38
39
|
selectOption(event: any): void;
|
|
39
40
|
closeSelect(event: any): void;
|
|
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>;
|
|
40
43
|
}
|
|
41
44
|
export interface NwbEditInPlaceConfig {
|
|
42
45
|
/** Whether to select the whole text inside the input upon click */
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FilterItem } from './filter-item.dto';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class FiltersComponent implements OnInit {
|
|
4
5
|
options: FilterItem[];
|
|
5
6
|
labelRestart: string;
|
|
@@ -9,4 +10,6 @@ export declare class FiltersComponent implements OnInit {
|
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
activeFilter(index: number): void;
|
|
11
12
|
resetFilter(): void;
|
|
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>;
|
|
12
15
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DomService } from '../../services/dom.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class FreePopinComponent implements OnInit {
|
|
4
5
|
private domService;
|
|
5
6
|
okButtonLabel: string;
|
|
@@ -16,4 +17,6 @@ export declare class FreePopinComponent implements OnInit {
|
|
|
16
17
|
validatePopin(): void;
|
|
17
18
|
refusePopin(): void;
|
|
18
19
|
closePopin(): void;
|
|
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>;
|
|
19
22
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class HeaderPageComponent implements OnInit {
|
|
3
4
|
title: string;
|
|
4
5
|
linkBack: string;
|
|
5
6
|
withImg: boolean;
|
|
6
|
-
center: boolean;
|
|
7
7
|
constructor();
|
|
8
8
|
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderPageComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderPageComponent, "wac-header-page", never, { "title": "title"; "linkBack": "linkBack"; "withImg": "withImg"; }, {}, never, ["[role=header]", "*"], false>;
|
|
9
11
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class H1Component implements OnInit {
|
|
3
|
-
annotation: string;
|
|
4
4
|
withImg: boolean;
|
|
5
|
-
center: boolean;
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<H1Component, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "withImg": "withImg"; }, {}, never, ["*"], false>;
|
|
8
9
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class H2Component implements OnInit {
|
|
3
4
|
constructor();
|
|
4
5
|
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<H2Component, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H2Component, "wac-h2", never, {}, {}, never, ["*"], false>;
|
|
5
8
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class H3Component implements OnInit {
|
|
3
4
|
grey: boolean;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<H3Component, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": "grey"; }, {}, 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 H4Component implements OnInit {
|
|
3
4
|
grey: boolean;
|
|
4
5
|
constructor();
|
|
5
6
|
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<H4Component, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": "grey"; }, {}, never, ["*"], false>;
|
|
6
9
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class ImageComponent {
|
|
2
|
-
src:
|
|
3
|
+
src: string;
|
|
3
4
|
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": "src"; }, {}, never, never, false>;
|
|
4
7
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class InputComponent implements ControlValueAccessor {
|
|
4
5
|
label: string;
|
|
5
6
|
value: string;
|
|
@@ -29,7 +30,7 @@ export declare class InputComponent implements ControlValueAccessor {
|
|
|
29
30
|
linkTooltip: string;
|
|
30
31
|
padding: boolean;
|
|
31
32
|
disabled: boolean;
|
|
32
|
-
indication:
|
|
33
|
+
indication: string;
|
|
33
34
|
success: boolean;
|
|
34
35
|
indicationLeft: boolean;
|
|
35
36
|
keypressEnter: EventEmitter<boolean>;
|
|
@@ -46,4 +47,6 @@ export declare class InputComponent implements ControlValueAccessor {
|
|
|
46
47
|
checkNumberValue(value: any): void;
|
|
47
48
|
onFocusOut(): void;
|
|
48
49
|
keyPress(event: KeyboardEvent): void;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
|
|
51
|
+
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"; "indicationLeft": "indicationLeft"; }, { "keypressEnter": "keypressEnter"; }, never, never, false>;
|
|
49
52
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../../directives/shared-directives.module";
|
|
6
|
+
import * as i5 from "../../tooltip/tooltip.module";
|
|
7
|
+
import * as i6 from "../../progress-bar/progress-bar.module";
|
|
1
8
|
export declare class InputModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputModule, [typeof i1.InputComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SharedDirectives, typeof i5.TooltipModule, typeof i6.ProgressBarModule], [typeof i1.InputComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InputModule>;
|
|
2
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class InputSearchComponent implements ControlValueAccessor {
|
|
4
5
|
placeholder: string;
|
|
5
6
|
smallPadding: boolean;
|
|
@@ -14,4 +15,6 @@ export declare class InputSearchComponent implements ControlValueAccessor {
|
|
|
14
15
|
registerOnChange(fn: any): void;
|
|
15
16
|
registerOnTouched(fn: any): void;
|
|
16
17
|
handleDebouncedKeyUp(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputSearchComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "wac-input-search", never, { "placeholder": "placeholder"; "smallPadding": "smallPadding"; "id": "id"; }, { "changeDebounced": "changeDebounced"; }, never, never, false>;
|
|
17
20
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-search.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../input/input.module";
|
|
6
|
+
import * as i5 from "../../../directives/shared-directives.module";
|
|
1
7
|
export declare class InputSearchModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputSearchModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputSearchModule, [typeof i1.InputSearchComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.InputModule, typeof i5.SharedDirectives], [typeof i1.InputSearchComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InputSearchModule>;
|
|
2
11
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { OptionItem } from './option-item.dto';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class InputWithSelectComponent implements OnInit {
|
|
4
5
|
label: string;
|
|
5
6
|
text: string;
|
|
@@ -17,4 +18,6 @@ export declare class InputWithSelectComponent implements OnInit {
|
|
|
17
18
|
onCloseSelect(): void;
|
|
18
19
|
onChangeInputValue(e: any): void;
|
|
19
20
|
private unActiveAll;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputWithSelectComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputWithSelectComponent, "wac-input-with-select", never, { "label": "label"; "text": "text"; "options": "options"; "placeholder": "placeholder"; "id": "id"; }, { "inputValueChange": "inputValueChange"; "selectValueChange": "selectValueChange"; }, never, never, false>;
|
|
20
23
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class LabelComponent {
|
|
3
4
|
index: number;
|
|
4
5
|
label: string;
|
|
@@ -6,4 +7,6 @@ export declare class LabelComponent {
|
|
|
6
7
|
onDeleteLabel: EventEmitter<any>;
|
|
7
8
|
constructor();
|
|
8
9
|
deleteLabel(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "wac-label", never, { "index": "index"; "label": "label"; "deleted": "deleted"; }, { "onDeleteLabel": "onDeleteLabel"; }, never, never, false>;
|
|
9
12
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class LinkComponent implements OnInit {
|
|
3
4
|
private renderer2;
|
|
4
5
|
_link: string;
|
|
@@ -12,4 +13,6 @@ export declare class LinkComponent implements OnInit {
|
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
ngAfterViewInit(): void;
|
|
14
15
|
setAttributesLink(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "wac-link", never, { "href": "href"; "target": "target"; "id": "id"; "class": "class"; }, {}, never, ["*"], false>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class LoaderComponent {
|
|
2
3
|
text: string;
|
|
3
4
|
small: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "wac-loader", never, { "text": "text"; "small": "small"; }, {}, never, never, false>;
|
|
4
7
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./loader.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
1
5
|
export declare class LoaderModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoaderModule, [typeof i1.LoaderComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.LoaderComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LoaderModule>;
|
|
2
9
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class LogoComponent {
|
|
2
|
-
isDropizi:
|
|
3
|
-
isWhite:
|
|
3
|
+
isDropizi: boolean;
|
|
4
|
+
isWhite: boolean;
|
|
4
5
|
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "wac-logo", never, { "isDropizi": "isDropizi"; "isWhite": "isWhite"; }, {}, never, never, false>;
|
|
5
8
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class MultipleSearchComponent implements OnInit {
|
|
4
5
|
private translateService;
|
|
5
|
-
options:
|
|
6
|
+
options: any[];
|
|
6
7
|
alwaysOpen: boolean;
|
|
7
8
|
label: string;
|
|
8
9
|
placeholder: string;
|
|
@@ -25,4 +26,6 @@ export declare class MultipleSearchComponent implements OnInit {
|
|
|
25
26
|
openFuncSelect(): void;
|
|
26
27
|
closeSelect(): void;
|
|
27
28
|
resetAllVue(value: any): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchComponent, "wac-multiple-search", never, { "options": "options"; "alwaysOpen": "alwaysOpen"; }, {}, never, never, false>;
|
|
28
31
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { MultipleSearchPlusOption } from './shared/multiple-search-plus-option.model';
|
|
3
3
|
import { MultipleSearchPlusResults } from './shared/multiple-search-plus-results.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class MultipleSearchPlusComponent implements OnInit {
|
|
5
6
|
currentOption: number;
|
|
6
7
|
label: string;
|
|
@@ -24,4 +25,6 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
24
25
|
resetAllVue(value: number): void;
|
|
25
26
|
addResult(index: number): void;
|
|
26
27
|
deleteResult(indexItem: number, index: number): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchPlusComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": "options"; "searchResults": "searchResults"; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false>;
|
|
27
30
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export interface PaginationFilters {
|
|
3
4
|
totalItems: number;
|
|
4
5
|
itemsPerPage: number;
|
|
@@ -13,4 +14,6 @@ export declare class PaginationComponent {
|
|
|
13
14
|
decrementPage(): void;
|
|
14
15
|
incrementPage(): void;
|
|
15
16
|
onGotoPageChange(event: any): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "wac-pagination", never, { "pagination": "pagination"; }, { "pageChange": "pageChange"; }, never, never, false>;
|
|
16
19
|
}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pagination.component";
|
|
3
|
+
import * as i2 from "./pipes/array-pages.pipe";
|
|
4
|
+
import * as i3 from "./pipes/is-last-page.pipe";
|
|
5
|
+
import * as i4 from "./pipes/custom-text.pipe";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "@ngx-translate/core";
|
|
1
9
|
export declare class PaginationModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, [typeof i1.PaginationComponent, typeof i2.PagniationArrayTotalPages, typeof i3.PagniationIsLastPage, typeof i4.PagniationText], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.TranslateModule], [typeof i1.PaginationComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
|
|
2
13
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PagniationArrayTotalPages implements PipeTransform {
|
|
3
4
|
/**
|
|
4
5
|
* Return an incremental array corresponding with the number page
|
|
@@ -7,4 +8,6 @@ export declare class PagniationArrayTotalPages implements PipeTransform {
|
|
|
7
8
|
* @param itemsPerPage
|
|
8
9
|
*/
|
|
9
10
|
transform(totalItems: any, itemsPerPage: any): number[];
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PagniationArrayTotalPages, never>;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PagniationArrayTotalPages, "ArrayTotalPages", false>;
|
|
10
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class PagniationText implements PipeTransform {
|
|
4
5
|
private translateService;
|
|
5
6
|
constructor(translateService: TranslateService);
|
|
@@ -10,4 +11,6 @@ export declare class PagniationText implements PipeTransform {
|
|
|
10
11
|
* @param itemsPerPage
|
|
11
12
|
*/
|
|
12
13
|
transform(currentPage: any, totalItems: any, itemsPerPage: any): any;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PagniationText, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PagniationText, "customPagniationText", false>;
|
|
13
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PagniationIsLastPage implements PipeTransform {
|
|
3
4
|
/**
|
|
4
5
|
* Return true, if the current page is the last page. Otherwise, return false.
|
|
@@ -7,4 +8,6 @@ export declare class PagniationIsLastPage implements PipeTransform {
|
|
|
7
8
|
* @param itemsPerPage
|
|
8
9
|
*/
|
|
9
10
|
transform(currentPage: any, totalItems: any, itemsPerPage: any): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PagniationIsLastPage, never>;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PagniationIsLastPage, "IsLastPage", false>;
|
|
10
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DomService } from '../../services/dom.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class PopinComponent implements OnInit {
|
|
4
5
|
private domService;
|
|
5
6
|
title: string;
|
|
@@ -19,4 +20,6 @@ export declare class PopinComponent implements OnInit {
|
|
|
19
20
|
validatePopin(): void;
|
|
20
21
|
refusePopin(): void;
|
|
21
22
|
closePopin(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopinComponent, never>;
|
|
24
|
+
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"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false>;
|
|
22
25
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ProgressBarComponent {
|
|
3
4
|
private translateService;
|
|
4
5
|
valueLength: any;
|
|
@@ -17,4 +18,6 @@ export declare class ProgressBarComponent {
|
|
|
17
18
|
progressBarSpanPosition(index: any): number;
|
|
18
19
|
progressBarGetMaxSize(max: any): any;
|
|
19
20
|
progressBarGetTextInfo(): any;
|
|
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, false>;
|
|
20
23
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./progress-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
1
5
|
export declare class ProgressBarModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof i1.ProgressBarComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.ProgressBarComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>;
|
|
2
9
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class RadioComponent implements ControlValueAccessor {
|
|
4
5
|
label: string;
|
|
5
|
-
options:
|
|
6
|
+
options: Array<any>;
|
|
6
7
|
value: any;
|
|
7
8
|
type: string;
|
|
8
9
|
id: string;
|
|
@@ -19,4 +20,6 @@ export declare class RadioComponent implements ControlValueAccessor {
|
|
|
19
20
|
writeValue(obj: any): void;
|
|
20
21
|
onChange(value: any): void;
|
|
21
22
|
valueInput(value: any): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "wac-radio", never, { "label": "label"; "options": "options"; "value": "value"; "type": "type"; "id": "id"; "name": "name"; "alone": "alone"; }, { "changeInput": "changeInput"; }, never, never, false>;
|
|
22
25
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { SearchOption } from './shared/search-option.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SearchComponent implements OnInit {
|
|
4
5
|
placeholder: string;
|
|
5
6
|
alwaysOpen: boolean;
|
|
@@ -21,4 +22,6 @@ export declare class SearchComponent implements OnInit {
|
|
|
21
22
|
closeSelect(): void;
|
|
22
23
|
onSelectItem(index: number, value: number, label: string): void;
|
|
23
24
|
resetAllVue(): void;
|
|
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>;
|
|
24
27
|
}
|