@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/angular-components.scss
CHANGED
|
@@ -64,7 +64,6 @@ $wac-wizishop-blue-button-darken: #3596b7!default;
|
|
|
64
64
|
$wac-wizishop-blue-button-focus: #2f8baa!default;
|
|
65
65
|
$wac-wizishop-blue-button-disabled: #94cde0!default;
|
|
66
66
|
$wac-wizishop-blue-button: #52aecd!default;
|
|
67
|
-
$wac-wizishop-blue-button-light: #52AECD1A!default;
|
|
68
67
|
$wac-wizishop-blue: #4baed0!default;
|
|
69
68
|
$wac-color-icon-search-multiple-search: #b4bdd0!default;
|
|
70
69
|
$wac-hover-multiple-search: #edf7fa!default;
|
|
@@ -85,7 +84,6 @@ $wac-calendar-box-shadow: #0000001a!default;
|
|
|
85
84
|
|
|
86
85
|
$wac-tag-default: #f5f8fa!default;
|
|
87
86
|
$wac-tag-success: #2ecc71!default;
|
|
88
|
-
$wac-tag-success-light: #2ECC711A!default;
|
|
89
87
|
$wac-tag-waring: #f5b226!default;
|
|
90
88
|
$wac-tag-gray: #526384!default;
|
|
91
89
|
|
|
@@ -112,10 +110,6 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
112
110
|
|
|
113
111
|
$wac-background-indication: #EDEFF2!default;
|
|
114
112
|
|
|
115
|
-
$wac-grey: #F5F8FA!default;
|
|
116
|
-
$wac-round-breadcrumbs: #DEE2ED!default;
|
|
117
|
-
$wac-breadcrumbs-color: #647391!default;
|
|
118
|
-
$wac-subtitle-color: #7A87A1!default;
|
|
119
113
|
.zindexToggle {
|
|
120
114
|
z-index: 9!important;
|
|
121
115
|
position: relative;
|
|
@@ -573,261 +567,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
573
567
|
}
|
|
574
568
|
}
|
|
575
569
|
}
|
|
576
|
-
.block-with-checkbox {
|
|
577
|
-
width: 100%;
|
|
578
|
-
display: flex;
|
|
579
|
-
align-items: center;
|
|
580
|
-
background-color: $wac-white;
|
|
581
|
-
box-shadow: 0px 2px 6px #0000000D;
|
|
582
|
-
border-radius: 3px;
|
|
583
|
-
margin: 0 0 15px;
|
|
584
|
-
padding: 30px;
|
|
585
|
-
border: 2px solid transparent;
|
|
586
|
-
transition: .3s ease;
|
|
587
|
-
opacity: .45;
|
|
588
|
-
&.selected, &:hover, &:focus {
|
|
589
|
-
border-color: $wac-input-active-color;
|
|
590
|
-
opacity: 1!important;
|
|
591
|
-
}
|
|
592
|
-
&.firstWacRadioBLock {
|
|
593
|
-
opacity: 1!important;
|
|
594
|
-
}
|
|
595
|
-
@include media('<tablet') {
|
|
596
|
-
padding: 20px;
|
|
597
|
-
flex-direction: column;
|
|
598
|
-
align-items: center;
|
|
599
|
-
justify-content: flex-start;
|
|
600
|
-
}
|
|
601
|
-
&__left {
|
|
602
|
-
width: 30px;
|
|
603
|
-
margin: 0 20px 0 0;
|
|
604
|
-
display: flex;
|
|
605
|
-
align-items: center;
|
|
606
|
-
cursor: pointer;
|
|
607
|
-
}
|
|
608
|
-
&__center {
|
|
609
|
-
width: 100%;
|
|
610
|
-
cursor: pointer;
|
|
611
|
-
}
|
|
612
|
-
&__right {
|
|
613
|
-
display: flex;
|
|
614
|
-
align-items: center;
|
|
615
|
-
width: auto;
|
|
616
|
-
div {
|
|
617
|
-
margin: 0 0 0 20px;
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
&:hover, &:focus {
|
|
621
|
-
input + label {
|
|
622
|
-
&:before {
|
|
623
|
-
border-color: $wac-input-active-color !important;
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
.wac-radio-block {
|
|
630
|
-
height: 22px;
|
|
631
|
-
input {
|
|
632
|
-
outline: 0 !important;
|
|
633
|
-
display: none;
|
|
634
|
-
& + label {
|
|
635
|
-
padding-left: 30px;
|
|
636
|
-
padding-right: 5px;
|
|
637
|
-
position: relative;
|
|
638
|
-
cursor: pointer;
|
|
639
|
-
&:before {
|
|
640
|
-
content: '';
|
|
641
|
-
display: block;
|
|
642
|
-
position: absolute;
|
|
643
|
-
width: 22px;
|
|
644
|
-
height: 22px;
|
|
645
|
-
border: 1px solid $wac-border-form;
|
|
646
|
-
border-radius: 23px;
|
|
647
|
-
top: 3px;
|
|
648
|
-
}
|
|
649
|
-
&:after {
|
|
650
|
-
content: "";
|
|
651
|
-
display: block;
|
|
652
|
-
position: absolute;
|
|
653
|
-
width: 16px;
|
|
654
|
-
height: 16px;
|
|
655
|
-
border-radius: 23px;
|
|
656
|
-
background: $wac-input-active-color;
|
|
657
|
-
top: 6px;
|
|
658
|
-
left: 2.5px;
|
|
659
|
-
opacity: 0;
|
|
660
|
-
}
|
|
661
|
-
&:before,
|
|
662
|
-
&:after {
|
|
663
|
-
outline: 0 !important;
|
|
664
|
-
}
|
|
665
|
-
&:hover,
|
|
666
|
-
&:focus {
|
|
667
|
-
&:before {
|
|
668
|
-
border-color: $wac-input-active-color !important;
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
&:hover {
|
|
673
|
-
& + label {
|
|
674
|
-
color: $wac-input-radio-color-active-label;
|
|
675
|
-
&:before {
|
|
676
|
-
border-color: $wac-input-active-color !important;
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
&:not([disabled]) {
|
|
680
|
-
& + label {
|
|
681
|
-
&:before {
|
|
682
|
-
border-color: $wac-input-active-color !important;
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
&:checked + label {
|
|
688
|
-
color: $wac-input-radio-color-active-label;
|
|
689
|
-
&:before {
|
|
690
|
-
border-color: $wac-input-active-color!important;
|
|
691
|
-
}
|
|
692
|
-
&:after {
|
|
693
|
-
opacity: 1;
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
.wac-radio__row {
|
|
700
|
-
min-width: 100%;
|
|
701
|
-
margin: 0 0 7px;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
label {
|
|
705
|
-
padding-left: 7px;
|
|
706
|
-
margin-right: 0;
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
.wac-breadcrumbs {
|
|
710
|
-
width: 100%;
|
|
711
|
-
display: flex;
|
|
712
|
-
align-items: center;
|
|
713
|
-
padding: 10px;
|
|
714
|
-
margin: 0 0 10px;
|
|
715
|
-
border-radius: 3px;
|
|
716
|
-
|
|
717
|
-
@include media('<desktop') {
|
|
718
|
-
max-width: 100%;
|
|
719
|
-
overflow: hidden;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
&__wrapper {
|
|
723
|
-
width: 100%;
|
|
724
|
-
display: flex;
|
|
725
|
-
align-items: center;
|
|
726
|
-
|
|
727
|
-
@include media('<desktop') {
|
|
728
|
-
width: auto;
|
|
729
|
-
overflow-x: scroll;
|
|
730
|
-
}
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
&__item {
|
|
734
|
-
width: 100%;
|
|
735
|
-
max-width: 33.33%;
|
|
736
|
-
display: flex;
|
|
737
|
-
align-items: center;
|
|
738
|
-
justify-content: center;
|
|
739
|
-
position: relative;
|
|
740
|
-
padding: 10px;
|
|
741
|
-
cursor: pointer;
|
|
742
|
-
&:before {
|
|
743
|
-
content: '';
|
|
744
|
-
display: block;
|
|
745
|
-
position: absolute;
|
|
746
|
-
bottom: -5px;
|
|
747
|
-
left: 50%;
|
|
748
|
-
transform: translateX(-50%);
|
|
749
|
-
width: calc(100% - 5px);
|
|
750
|
-
height: 3px;
|
|
751
|
-
background-color: $wac-round-breadcrumbs;
|
|
752
|
-
}
|
|
753
|
-
&.current, &.valid {
|
|
754
|
-
&:before {
|
|
755
|
-
background-color: $wac-wizishop-blue;
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
&.current {
|
|
760
|
-
&:before {
|
|
761
|
-
height: 5px;
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
@include media('<desktop') {
|
|
765
|
-
width: auto;
|
|
766
|
-
min-width: unset;
|
|
767
|
-
max-width: unset;
|
|
768
|
-
padding: 10px 30px;
|
|
769
|
-
.name {
|
|
770
|
-
white-space: nowrap;
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
.round {
|
|
774
|
-
min-width: 30px;
|
|
775
|
-
height: 30px;
|
|
776
|
-
border-radius: 30px;
|
|
777
|
-
display: flex;
|
|
778
|
-
justify-content: center;
|
|
779
|
-
align-items: center;
|
|
780
|
-
border: 2px solid $wac-round-breadcrumbs;
|
|
781
|
-
background-color: $wac-round-breadcrumbs;
|
|
782
|
-
transition: .3s ease;
|
|
783
|
-
margin: 0 15px 0 0;
|
|
784
|
-
> span {
|
|
785
|
-
font-size: rem(12);
|
|
786
|
-
font-weight: 500;
|
|
787
|
-
color: $wac-second-color;
|
|
788
|
-
line-height: 1;
|
|
789
|
-
}
|
|
790
|
-
> i {
|
|
791
|
-
font-size: rem(14);
|
|
792
|
-
color: $wac-wizishop-blue;
|
|
793
|
-
}
|
|
794
|
-
&.valid {
|
|
795
|
-
background-color: transparent;
|
|
796
|
-
border-color: $wac-wizishop-blue;
|
|
797
|
-
color: $wac-wizishop-blue;
|
|
798
|
-
}
|
|
799
|
-
&.current:not(.valid) {
|
|
800
|
-
background-color: $wac-wizishop-blue;
|
|
801
|
-
border-color: $wac-wizishop-blue;
|
|
802
|
-
> span, > i {
|
|
803
|
-
color: $wac-white;
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
.name {
|
|
808
|
-
font-size: rem(14);
|
|
809
|
-
font-weight: 500;
|
|
810
|
-
color: $wac-second-color;
|
|
811
|
-
line-height: 1;
|
|
812
|
-
transition: .3s ease;
|
|
813
|
-
&.valid, &.current {
|
|
814
|
-
color: $wac-wizishop-blue;
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
&:hover:not(.valid), &:focus:not(.valid) {
|
|
818
|
-
.round {
|
|
819
|
-
background-color: $wac-wizishop-blue;
|
|
820
|
-
border-color: $wac-wizishop-blue;
|
|
821
|
-
> span, > i {
|
|
822
|
-
color: $wac-white;
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
.name {
|
|
826
|
-
color: $wac-wizishop-blue;
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
570
|
.wac-button {
|
|
832
571
|
@include flexbox();
|
|
833
572
|
@include justify-content(center);
|
|
@@ -854,42 +593,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
854
593
|
white-space: nowrap;
|
|
855
594
|
}
|
|
856
595
|
|
|
857
|
-
&.is-green.opacity {
|
|
858
|
-
background-color: $wac-tag-success-light;
|
|
859
|
-
border-color: $wac-tag-success-light;
|
|
860
|
-
transition: .3s;
|
|
861
|
-
i {
|
|
862
|
-
color: $wac-tag-success;
|
|
863
|
-
}
|
|
864
|
-
&:hover, &:focus {
|
|
865
|
-
background-color: $wac-tag-success;
|
|
866
|
-
i {
|
|
867
|
-
color: $wac-white;
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
&.static-width {
|
|
873
|
-
width: 40px;
|
|
874
|
-
min-width: 40px;
|
|
875
|
-
max-width: 40px;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
&.is-blue.opacity {
|
|
879
|
-
background-color: $wac-wizishop-blue-button-light;
|
|
880
|
-
border-color: $wac-wizishop-blue-button-light;
|
|
881
|
-
transition: .3s;
|
|
882
|
-
i {
|
|
883
|
-
color: $wac-wizishop-blue-button;
|
|
884
|
-
}
|
|
885
|
-
&:hover, &:focus {
|
|
886
|
-
background-color: $wac-wizishop-blue-button;
|
|
887
|
-
i {
|
|
888
|
-
color: $wac-white;
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
|
|
893
596
|
&.animationText {
|
|
894
597
|
width: rem(40);
|
|
895
598
|
height: rem(40);
|
|
@@ -931,31 +634,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
931
634
|
}
|
|
932
635
|
}
|
|
933
636
|
|
|
934
|
-
&__coin {
|
|
935
|
-
margin: 0 0 0 rem(15);
|
|
936
|
-
display: flex;
|
|
937
|
-
align-items: center;
|
|
938
|
-
justify-content: center;
|
|
939
|
-
border-radius: 40px;
|
|
940
|
-
padding: 4px 6px;
|
|
941
|
-
background-color: #F8EDD2;
|
|
942
|
-
float: right;
|
|
943
|
-
z-index: 2;
|
|
944
|
-
position: relative;
|
|
945
|
-
i {
|
|
946
|
-
font-size: rem(18);
|
|
947
|
-
color: #FDCD52;
|
|
948
|
-
margin: 0 5px 0 0;
|
|
949
|
-
}
|
|
950
|
-
> span {
|
|
951
|
-
font-size: rem(14);
|
|
952
|
-
line-height: 1;
|
|
953
|
-
color: #E0B146;
|
|
954
|
-
font-weight: 600;
|
|
955
|
-
letter-spacing: 0;
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
|
|
959
637
|
&__animation {
|
|
960
638
|
overflow: hidden;
|
|
961
639
|
max-width: 0;
|
|
@@ -2290,94 +1968,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
2290
1968
|
.datetimepicker .datetimepicker-footer {
|
|
2291
1969
|
display: none;
|
|
2292
1970
|
}
|
|
2293
|
-
.wac-card-price {
|
|
2294
|
-
width: 100%;
|
|
2295
|
-
padding: 50px;
|
|
2296
|
-
border-radius: 3px;
|
|
2297
|
-
background-color: $wac-white;
|
|
2298
|
-
display: flex;
|
|
2299
|
-
flex-direction: column;
|
|
2300
|
-
|
|
2301
|
-
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
|
|
2302
|
-
|
|
2303
|
-
&:hover {
|
|
2304
|
-
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
@include media('<desktop') {
|
|
2308
|
-
padding: 30px;
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
@include media('<tablet') {
|
|
2312
|
-
padding: 20px;
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
.cta {
|
|
2316
|
-
height: 40px;
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
> strong {
|
|
2320
|
-
font-size: rem(40);
|
|
2321
|
-
line-height: rem(47);
|
|
2322
|
-
text-align: center;
|
|
2323
|
-
display: block;
|
|
2324
|
-
width: 100%;
|
|
2325
|
-
font-weight: 600;
|
|
2326
|
-
margin: 0 0 -5px;
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
> p {
|
|
2330
|
-
font-size: rem(20);
|
|
2331
|
-
text-transform: uppercase;
|
|
2332
|
-
margin: 0 0 20px;
|
|
2333
|
-
text-align: center;
|
|
2334
|
-
display: block;
|
|
2335
|
-
width: 100%;
|
|
2336
|
-
font-weight: 600;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.price {
|
|
2340
|
-
display: flex;
|
|
2341
|
-
align-items: flex-end;
|
|
2342
|
-
width: 100%;
|
|
2343
|
-
justify-content: center;
|
|
2344
|
-
position: relative;
|
|
2345
|
-
color: $wac-tag-success;
|
|
2346
|
-
margin: 0 0 5px;
|
|
2347
|
-
|
|
2348
|
-
.amount {
|
|
2349
|
-
font-size: rem(50);
|
|
2350
|
-
font-weight: 600;
|
|
2351
|
-
margin: 0 5px 0 0;
|
|
2352
|
-
position: relative;
|
|
2353
|
-
line-height: 1;
|
|
2354
|
-
span {
|
|
2355
|
-
position: absolute;
|
|
2356
|
-
top: 5px;
|
|
2357
|
-
left: 100%;
|
|
2358
|
-
margin: 0 0 0 3px;
|
|
2359
|
-
display: block;
|
|
2360
|
-
font-size: rem(20);
|
|
2361
|
-
}
|
|
2362
|
-
}
|
|
2363
|
-
|
|
2364
|
-
.month {
|
|
2365
|
-
font-size: rem(20);
|
|
2366
|
-
margin: 0;
|
|
2367
|
-
font-weight: 500;
|
|
2368
|
-
line-height: 1;
|
|
2369
|
-
transform: translateY(-5px);
|
|
2370
|
-
}
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
.subtitle {
|
|
2374
|
-
font-size: rem(12);
|
|
2375
|
-
color: $wac-subtitle-color;
|
|
2376
|
-
margin: 0 0 30px;
|
|
2377
|
-
text-align: center;
|
|
2378
|
-
font-style: italic;
|
|
2379
|
-
}
|
|
2380
|
-
}
|
|
2381
1971
|
.wac-field-checkbox {
|
|
2382
1972
|
&.disable-wt {
|
|
2383
1973
|
.wac-field-checkbox__row {
|
|
@@ -2547,61 +2137,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
2547
2137
|
}
|
|
2548
2138
|
|
|
2549
2139
|
}
|
|
2550
|
-
.wac-confirm-delete {
|
|
2551
|
-
position: absolute;
|
|
2552
|
-
right: 0;
|
|
2553
|
-
top: 0;
|
|
2554
|
-
height: 100%;
|
|
2555
|
-
z-index: 999;
|
|
2556
|
-
width: auto;
|
|
2557
|
-
display: flex;
|
|
2558
|
-
flex-wrap: nowrap;
|
|
2559
|
-
align-items: stretch;
|
|
2560
|
-
background-color: $wac-white;
|
|
2561
|
-
opacity: 0;
|
|
2562
|
-
visibility: hidden;
|
|
2563
|
-
transform: translateX(100%);
|
|
2564
|
-
transition: 0s visibility .35s, opacity .3s ease 0s, transform .3s ease 0s;
|
|
2565
|
-
&.is-open {
|
|
2566
|
-
opacity: 1;
|
|
2567
|
-
visibility: visible;
|
|
2568
|
-
transform: translateX(0);
|
|
2569
|
-
transition: 0s visibility, opacity .3s ease .05s, transform .3s ease .05s;
|
|
2570
|
-
}
|
|
2571
|
-
> div {
|
|
2572
|
-
width: auto;
|
|
2573
|
-
display: flex;
|
|
2574
|
-
align-items: center;
|
|
2575
|
-
&:first-child {
|
|
2576
|
-
position: relative;
|
|
2577
|
-
margin: 0 20px 0 0;
|
|
2578
|
-
padding: 0 0 0 30px;
|
|
2579
|
-
&:before {
|
|
2580
|
-
content: '';
|
|
2581
|
-
display: block;
|
|
2582
|
-
position: absolute;
|
|
2583
|
-
top: 0;
|
|
2584
|
-
left: 10px;
|
|
2585
|
-
width: 1px;
|
|
2586
|
-
height: 100%;
|
|
2587
|
-
background-color: $wac-border-form;
|
|
2588
|
-
}
|
|
2589
|
-
span {
|
|
2590
|
-
font-size: rem(16);
|
|
2591
|
-
line-height: 1.4;
|
|
2592
|
-
color: $wac-second-color;
|
|
2593
|
-
}
|
|
2594
|
-
}
|
|
2595
|
-
&:last-child {
|
|
2596
|
-
> div {
|
|
2597
|
-
width: auto;
|
|
2598
|
-
&:first-child {
|
|
2599
|
-
margin: 0 10px 0 0;
|
|
2600
|
-
}
|
|
2601
|
-
}
|
|
2602
|
-
}
|
|
2603
|
-
}
|
|
2604
|
-
}
|
|
2605
2140
|
.wac-delete {
|
|
2606
2141
|
width: 40px;
|
|
2607
2142
|
height: 40px;
|
|
@@ -3129,9 +2664,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
3129
2664
|
align-items: flex-start;
|
|
3130
2665
|
margin: 0;
|
|
3131
2666
|
}
|
|
3132
|
-
&.center {
|
|
3133
|
-
justify-content: center;
|
|
3134
|
-
}
|
|
3135
2667
|
&__left {
|
|
3136
2668
|
width: auto;
|
|
3137
2669
|
display: flex;
|
|
@@ -3142,11 +2674,6 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
3142
2674
|
width: 100%;
|
|
3143
2675
|
margin: 0 0 30px;
|
|
3144
2676
|
}
|
|
3145
|
-
&.fullsize {
|
|
3146
|
-
width: 100%;
|
|
3147
|
-
margin: 0;
|
|
3148
|
-
justify-content: center;
|
|
3149
|
-
}
|
|
3150
2677
|
a {
|
|
3151
2678
|
display: flex;
|
|
3152
2679
|
min-width: 40px;
|
|
@@ -3434,60 +2961,6 @@ a.wac-link {
|
|
|
3434
2961
|
}
|
|
3435
2962
|
}
|
|
3436
2963
|
}
|
|
3437
|
-
.wac-mosaic {
|
|
3438
|
-
&__loader {
|
|
3439
|
-
min-height: 400px;
|
|
3440
|
-
width: 100%;
|
|
3441
|
-
display: flex;
|
|
3442
|
-
justify-content: center;
|
|
3443
|
-
align-items: center;
|
|
3444
|
-
}
|
|
3445
|
-
&__wrapper {
|
|
3446
|
-
width: 100%;
|
|
3447
|
-
display: flex;
|
|
3448
|
-
flex-direction: column;
|
|
3449
|
-
@include media('>tablet') {
|
|
3450
|
-
flex-direction: row;
|
|
3451
|
-
width: calc(100% + 10px);
|
|
3452
|
-
transform: translateX(-5px);
|
|
3453
|
-
}
|
|
3454
|
-
&__column {
|
|
3455
|
-
width: 100%;
|
|
3456
|
-
margin: 0;
|
|
3457
|
-
@include media('>tablet') {
|
|
3458
|
-
margin: 0 5px;
|
|
3459
|
-
}
|
|
3460
|
-
&__image {
|
|
3461
|
-
width: 100%;
|
|
3462
|
-
margin: 0 0 10px;
|
|
3463
|
-
position: relative;
|
|
3464
|
-
overflow: hidden;
|
|
3465
|
-
.hover {
|
|
3466
|
-
position: absolute;
|
|
3467
|
-
top: 100%;
|
|
3468
|
-
transform: translateY(50px);
|
|
3469
|
-
margin-bottom: 50px;
|
|
3470
|
-
transition: .3s ease;
|
|
3471
|
-
left: 0;
|
|
3472
|
-
width: 100%;
|
|
3473
|
-
display: flex;
|
|
3474
|
-
justify-content: center;
|
|
3475
|
-
}
|
|
3476
|
-
img {
|
|
3477
|
-
display: block;
|
|
3478
|
-
width: 100%;
|
|
3479
|
-
height: auto;
|
|
3480
|
-
margin: 0;
|
|
3481
|
-
}
|
|
3482
|
-
&:hover, &:focus {
|
|
3483
|
-
.hover {
|
|
3484
|
-
transform: translateY(calc(-100% + -10px));
|
|
3485
|
-
}
|
|
3486
|
-
}
|
|
3487
|
-
}
|
|
3488
|
-
}
|
|
3489
|
-
}
|
|
3490
|
-
}
|
|
3491
2964
|
.wac-multiple-search {
|
|
3492
2965
|
width: 100%;
|
|
3493
2966
|
min-height: 50px;
|
|
@@ -5465,11 +4938,10 @@ a.wac-link {
|
|
|
5465
4938
|
}
|
|
5466
4939
|
.wac-text-area {
|
|
5467
4940
|
label {
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
margin: 0
|
|
5472
|
-
font-weight: 500!important;
|
|
4941
|
+
font-size: rem(14);
|
|
4942
|
+
color: $wac-main-text;
|
|
4943
|
+
font-weight: 500 !important;
|
|
4944
|
+
margin-bottom: 0;
|
|
5473
4945
|
}
|
|
5474
4946
|
|
|
5475
4947
|
textarea {
|
|
@@ -5549,43 +5021,6 @@ a.wac-link {
|
|
|
5549
5021
|
.icon.is-small.is-right {
|
|
5550
5022
|
margin-top: rem(5);
|
|
5551
5023
|
}
|
|
5552
|
-
|
|
5553
|
-
&.dynamic {
|
|
5554
|
-
label {
|
|
5555
|
-
font-size: rem(16);
|
|
5556
|
-
margin: 0 0 8px;
|
|
5557
|
-
}
|
|
5558
|
-
.textarea {
|
|
5559
|
-
height: 71px;
|
|
5560
|
-
min-height: 71px;
|
|
5561
|
-
max-height: unset;
|
|
5562
|
-
resize: none;
|
|
5563
|
-
padding: 15px 20px;
|
|
5564
|
-
font-size: rem(14);
|
|
5565
|
-
line-height: 1.4;
|
|
5566
|
-
}
|
|
5567
|
-
}
|
|
5568
|
-
}
|
|
5569
|
-
.wac-token-check {
|
|
5570
|
-
display: inline-block;
|
|
5571
|
-
position: relative;
|
|
5572
|
-
padding: 12px 20px;
|
|
5573
|
-
border-style: solid;
|
|
5574
|
-
border-width: 1px;
|
|
5575
|
-
border-radius: 3px;
|
|
5576
|
-
box-sizing: border-box;
|
|
5577
|
-
border-color: $wac-border-light;
|
|
5578
|
-
font-size: 14px;
|
|
5579
|
-
line-height: 16px;
|
|
5580
|
-
font-weight: 400;
|
|
5581
|
-
> span:nth-child(2), > strong {
|
|
5582
|
-
font-weight: 600;
|
|
5583
|
-
}
|
|
5584
|
-
> span {
|
|
5585
|
-
&.warning {
|
|
5586
|
-
color: $wac-primary-button;
|
|
5587
|
-
}
|
|
5588
|
-
}
|
|
5589
5024
|
}
|
|
5590
5025
|
span.wac-tooltip {
|
|
5591
5026
|
position: relative;
|
|
@@ -5732,68 +5167,10 @@ span.wac-tooltip {
|
|
|
5732
5167
|
}
|
|
5733
5168
|
}
|
|
5734
5169
|
}
|
|
5735
|
-
.wac-wrapper-sidebar {
|
|
5736
|
-
width: 100%;
|
|
5737
|
-
display: flex;
|
|
5738
|
-
|
|
5739
|
-
@include media('<desktop') {
|
|
5740
|
-
flex-direction: column;
|
|
5741
|
-
justify-content: flex-start;
|
|
5742
|
-
align-items: flex-start;
|
|
5743
|
-
}
|
|
5744
|
-
|
|
5745
|
-
&.reverse {
|
|
5746
|
-
flex-direction: row-reverse;
|
|
5747
|
-
|
|
5748
|
-
@include media('<desktop') {
|
|
5749
|
-
flex-direction: column-reverse;
|
|
5750
|
-
|
|
5751
|
-
> div {
|
|
5752
|
-
&:nth-child(1) {
|
|
5753
|
-
@include media('<desktop') {
|
|
5754
|
-
margin: 20px 0 0;
|
|
5755
|
-
}
|
|
5756
|
-
}
|
|
5757
|
-
}
|
|
5758
|
-
}
|
|
5759
|
-
}
|
|
5760
|
-
|
|
5761
|
-
> div {
|
|
5762
|
-
width: 100%;
|
|
5763
|
-
padding-right: 30px;
|
|
5764
|
-
|
|
5765
|
-
@include media('<tablet') {
|
|
5766
|
-
padding-right: 20px;
|
|
5767
|
-
}
|
|
5768
|
-
|
|
5769
|
-
&:nth-child(1) {
|
|
5770
|
-
background-color: $wac-white;
|
|
5771
|
-
|
|
5772
|
-
@include media('<desktop') {
|
|
5773
|
-
margin: 0 0 20px;
|
|
5774
|
-
}
|
|
5775
|
-
|
|
5776
|
-
@include media('>=desktop') {
|
|
5777
|
-
width: 33%;
|
|
5778
|
-
min-width: 33%;
|
|
5779
|
-
}
|
|
5780
|
-
}
|
|
5781
|
-
|
|
5782
|
-
&:nth-child(2) {
|
|
5783
|
-
background-color: $wac-grey;
|
|
5784
|
-
|
|
5785
|
-
@include media('>=desktop') {
|
|
5786
|
-
width: 67%;
|
|
5787
|
-
min-width: 67%;
|
|
5788
|
-
padding: 80px 30px;
|
|
5789
|
-
}
|
|
5790
|
-
}
|
|
5791
|
-
}
|
|
5792
|
-
}
|
|
5793
5170
|
h1.wac-h1 {
|
|
5794
5171
|
font-size: rem(30);
|
|
5795
5172
|
line-height: rem(35);
|
|
5796
|
-
font-weight:
|
|
5173
|
+
font-weight: 600;
|
|
5797
5174
|
color: $wac-main-text;
|
|
5798
5175
|
@include media('<desktop') {
|
|
5799
5176
|
font-size: rem(22);
|
|
@@ -5803,17 +5180,6 @@ h1.wac-h1 {
|
|
|
5803
5180
|
display: flex;
|
|
5804
5181
|
align-items: center;
|
|
5805
5182
|
}
|
|
5806
|
-
&.center {
|
|
5807
|
-
text-align: center;
|
|
5808
|
-
}
|
|
5809
|
-
|
|
5810
|
-
small {
|
|
5811
|
-
font-size: rem(18);
|
|
5812
|
-
display: inline-block;
|
|
5813
|
-
margin-left: rem(5);
|
|
5814
|
-
font-style: italic;
|
|
5815
|
-
font-weight: normal;
|
|
5816
|
-
}
|
|
5817
5183
|
}
|
|
5818
5184
|
h2.wac-h2 {
|
|
5819
5185
|
font-size: rem(18);
|
|
@@ -6847,7 +6213,7 @@ div.wac-field-input-search {
|
|
|
6847
6213
|
bottom: -3px;
|
|
6848
6214
|
left: 0;
|
|
6849
6215
|
width: 100%;
|
|
6850
|
-
height:
|
|
6216
|
+
height: 1px;
|
|
6851
6217
|
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e95656' stroke-width='1' stroke-dasharray='3%2c 6' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
6852
6218
|
background-position: left top;
|
|
6853
6219
|
}
|