@wizishop/angular-components 18.0.0 → 18.2.0-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular-components.scss +295 -301
- package/assets/i18n/it.json +1 -1
- package/esm2022/lib/components/ai-express/ai-express.component.mjs +4 -4
- package/esm2022/lib/components/alert/alert.component.mjs +4 -4
- package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +5 -5
- package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +4 -4
- package/esm2022/lib/components/alert-popup/alert-popup.service.mjs +4 -4
- package/esm2022/lib/components/back/back.component.mjs +4 -4
- package/esm2022/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +4 -4
- package/esm2022/lib/components/block/block.component.mjs +4 -4
- package/esm2022/lib/components/block/separator/block-separator.component.mjs +4 -4
- package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +4 -4
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +4 -4
- package/esm2022/lib/components/button/button.component.mjs +11 -5
- package/esm2022/lib/components/calendar/calendar.component.mjs +4 -4
- package/esm2022/lib/components/card-price/card-price.component.mjs +4 -4
- package/esm2022/lib/components/charging-bar/charging-bar.component.mjs +4 -4
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +4 -4
- package/esm2022/lib/components/checkbox/checkbox.module.mjs +5 -5
- package/esm2022/lib/components/column/column.component.mjs +4 -4
- package/esm2022/lib/components/common/label/label.component.mjs +4 -4
- package/esm2022/lib/components/common/placeholder/placeholder.component.mjs +4 -4
- package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +4 -4
- package/esm2022/lib/components/content-with-buttons/content-with-buttons.component.mjs +4 -4
- package/esm2022/lib/components/delete/delete.component.mjs +4 -4
- package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +4 -4
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +4 -4
- package/esm2022/lib/components/expanded-panel/expanded-panel.component.mjs +4 -4
- package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +4 -4
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +4 -4
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +4 -4
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +4 -4
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +4 -4
- package/esm2022/lib/components/expansion/expansion.module.mjs +5 -5
- package/esm2022/lib/components/filters/filters.component.mjs +4 -4
- package/esm2022/lib/components/free-popin/free-popin.component.mjs +4 -4
- package/esm2022/lib/components/google-preview/google-preview.component.mjs +4 -4
- package/esm2022/lib/components/header-page/header-page.component.mjs +10 -6
- package/esm2022/lib/components/hn/h1/h1.component.mjs +4 -4
- package/esm2022/lib/components/hn/h2/h2.component.mjs +4 -4
- package/esm2022/lib/components/hn/h3/h3.component.mjs +4 -4
- package/esm2022/lib/components/hn/h4/h4.component.mjs +4 -4
- package/esm2022/lib/components/image/image.component.mjs +4 -4
- package/esm2022/lib/components/info/info.component.mjs +4 -4
- package/esm2022/lib/components/inputs/input/input.component.mjs +4 -4
- package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +4 -4
- package/esm2022/lib/components/inputs/input-with-select/input-with-select.component.mjs +4 -4
- package/esm2022/lib/components/link/link.component.mjs +4 -4
- package/esm2022/lib/components/loader/loader.component.mjs +4 -4
- package/esm2022/lib/components/logo/logo.component.mjs +4 -4
- package/esm2022/lib/components/mosaic/mosaic.component.mjs +4 -4
- package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +4 -4
- package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +4 -4
- package/esm2022/lib/components/optional-disable-container/optional-disable-container.component.mjs +4 -4
- package/esm2022/lib/components/pagination/pagination.component.mjs +4 -4
- package/esm2022/lib/components/pagination/pagination.module.mjs +5 -5
- package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +4 -4
- package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +4 -4
- package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +4 -4
- package/esm2022/lib/components/popin/popin.component.mjs +4 -4
- package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +4 -4
- package/esm2022/lib/components/radio/option/option.component.mjs +4 -4
- package/esm2022/lib/components/radio/radio-group.directive.mjs +4 -4
- package/esm2022/lib/components/radio/radio.component.mjs +4 -4
- package/esm2022/lib/components/radio-legacy/radio-directive.mjs +4 -4
- package/esm2022/lib/components/radio-legacy/radio-group.directive.mjs +4 -4
- package/esm2022/lib/components/radio-legacy/radio.component.mjs +4 -4
- package/esm2022/lib/components/row/row.component.mjs +8 -5
- package/esm2022/lib/components/search/search.component.mjs +5 -5
- package/esm2022/lib/components/select/option/option.component.mjs +4 -4
- package/esm2022/lib/components/select/option/select-option.directive.mjs +4 -4
- package/esm2022/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +4 -4
- package/esm2022/lib/components/select/select/select.component.mjs +5 -5
- package/esm2022/lib/components/select/select/select.directive.mjs +4 -4
- package/esm2022/lib/components/select/select/value-change.service.mjs +4 -4
- package/esm2022/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +4 -4
- package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +4 -4
- package/esm2022/lib/components/selected-list/selected-list.component.mjs +4 -4
- package/esm2022/lib/components/separator/separator.component.mjs +4 -4
- package/esm2022/lib/components/settings/settings.component.mjs +4 -4
- package/esm2022/lib/components/shared-components.module.mjs +9 -10
- package/esm2022/lib/components/snackbar/snackbar.component.mjs +4 -4
- package/esm2022/lib/components/state/state.component.mjs +4 -4
- package/esm2022/lib/components/summary/summary.component.mjs +4 -4
- package/esm2022/lib/components/switch/switch.component.mjs +4 -4
- package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +4 -4
- package/esm2022/lib/components/table/directives/column.directive.mjs +4 -4
- package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +4 -4
- package/esm2022/lib/components/table/directives/raw.directive.mjs +4 -4
- package/esm2022/lib/components/table/shared/filters-table.service.mjs +4 -4
- package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +4 -4
- package/esm2022/lib/components/table/table.component.mjs +4 -4
- package/esm2022/lib/components/table/table.module.mjs +5 -5
- package/esm2022/lib/components/tabs/tab/tab.component.mjs +4 -4
- package/esm2022/lib/components/tabs/tab-body/tab-body.component.mjs +4 -4
- package/esm2022/lib/components/tabs/tab-body/tab-body.directive.mjs +4 -4
- package/esm2022/lib/components/tabs/tabs.component.mjs +6 -6
- package/esm2022/lib/components/tag/tag.component.mjs +4 -4
- package/esm2022/lib/components/tag-dropdown/tag-dropdown.component.mjs +4 -4
- package/esm2022/lib/components/tag-label/tag-label.component.mjs +4 -4
- package/esm2022/lib/components/text/text.component.mjs +4 -4
- package/esm2022/lib/components/text-area/text-area.component.mjs +4 -4
- package/esm2022/lib/components/token-check/token-check.component.mjs +4 -4
- package/esm2022/lib/components/tooltip/tooltip.component.mjs +4 -4
- package/esm2022/lib/components/tooltip/tooltip.module.mjs +5 -5
- package/esm2022/lib/components/tree/tree.component.mjs +4 -4
- package/esm2022/lib/components/tree/tree.module.mjs +5 -5
- package/esm2022/lib/components/upload/upload.component.mjs +4 -4
- package/esm2022/lib/components/wrapper/wrapper.component.mjs +4 -4
- package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +4 -4
- package/esm2022/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +4 -4
- package/esm2022/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +4 -4
- package/esm2022/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +4 -4
- package/esm2022/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +4 -4
- package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +4 -4
- package/esm2022/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +4 -4
- package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +4 -4
- package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +4 -4
- package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +4 -4
- package/esm2022/lib/directives/ng-var.directive.mjs +4 -4
- package/esm2022/lib/directives/scroll-to/scroll-to.directive.mjs +4 -4
- package/esm2022/lib/directives/shared-directives.module.mjs +5 -5
- package/esm2022/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +4 -4
- package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +4 -4
- package/esm2022/lib/pipes/call-component-function.pipe.mjs +4 -4
- package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +4 -4
- package/esm2022/lib/pipes/select/filter-options.pipe.mjs +4 -4
- package/esm2022/lib/pipes/select/select-filters.pipe.mjs +4 -4
- package/esm2022/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +4 -4
- package/esm2022/lib/pipes/shared-pipes.module.mjs +5 -5
- package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +4 -4
- package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +4 -4
- package/esm2022/lib/services/dom.service.mjs +4 -4
- package/esm2022/lib/services/history.service.mjs +4 -4
- package/esm2022/lib/services/multiple-selection.service.mjs +4 -4
- package/esm2022/lib/wizi-components.module.mjs +5 -5
- package/fesm2022/wizishop-angular-components.mjs +440 -428
- package/fesm2022/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/button/button.component.d.ts +3 -1
- package/lib/components/row/row.component.d.ts +2 -1
- package/lib/components/shared-components.module.d.ts +1 -1
- package/package.json +19 -17
package/angular-components.scss
CHANGED
|
@@ -1090,9 +1090,7 @@ wac-block {
|
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
1092
|
&.width-auto {
|
|
1093
|
-
|
|
1094
|
-
width: auto;
|
|
1095
|
-
margin: 0 auto;
|
|
1093
|
+
width: fit-content;
|
|
1096
1094
|
}
|
|
1097
1095
|
|
|
1098
1096
|
&.white-space-no-wrap {
|
|
@@ -1200,6 +1198,12 @@ wac-block {
|
|
|
1200
1198
|
}
|
|
1201
1199
|
}
|
|
1202
1200
|
|
|
1201
|
+
.loading-class {
|
|
1202
|
+
display: flex;
|
|
1203
|
+
align-items: center;
|
|
1204
|
+
gap: 5px;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1203
1207
|
&__coin {
|
|
1204
1208
|
margin: 0 0 0 rem(15);
|
|
1205
1209
|
display: flex;
|
|
@@ -2568,6 +2572,7 @@ wac-calendar {
|
|
|
2568
2572
|
}
|
|
2569
2573
|
&--edit {
|
|
2570
2574
|
display: flex;
|
|
2575
|
+
flex-direction: column;
|
|
2571
2576
|
justify-content: flex-start;
|
|
2572
2577
|
align-items: center;
|
|
2573
2578
|
align-content: center;
|
|
@@ -2695,7 +2700,6 @@ wac-calendar {
|
|
|
2695
2700
|
align-content: center;
|
|
2696
2701
|
align-items: center;
|
|
2697
2702
|
cursor: pointer;
|
|
2698
|
-
max-width: 140px;
|
|
2699
2703
|
&:after {
|
|
2700
2704
|
position: absolute;
|
|
2701
2705
|
content: '';
|
|
@@ -3702,38 +3706,39 @@ wac-calendar {
|
|
|
3702
3706
|
}
|
|
3703
3707
|
}
|
|
3704
3708
|
}
|
|
3705
|
-
.wac-delete {
|
|
3706
|
-
width: 40px;
|
|
3707
|
-
height: 40px;
|
|
3708
|
-
|
|
3709
|
-
&__wrapper {
|
|
3710
|
-
@include flexbox();
|
|
3711
|
-
@include justify-content(center);
|
|
3712
|
-
@include align-items(center);
|
|
3713
|
-
width: 100%;
|
|
3714
|
-
height: 100%;
|
|
3715
|
-
border-radius: 3px;
|
|
3716
|
-
background-color: transparent;
|
|
3717
|
-
transition: background-color 0.3s ease-in-out;
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
}
|
|
3709
|
+
.wac-delete {
|
|
3710
|
+
width: 40px;
|
|
3711
|
+
height: 40px;
|
|
3712
|
+
|
|
3713
|
+
&__wrapper {
|
|
3714
|
+
@include flexbox();
|
|
3715
|
+
@include justify-content(center);
|
|
3716
|
+
@include align-items(center);
|
|
3717
|
+
width: 100%;
|
|
3718
|
+
height: 100%;
|
|
3719
|
+
border-radius: 3px;
|
|
3720
|
+
background-color: transparent;
|
|
3721
|
+
transition: background-color 0.3s ease-in-out;
|
|
3722
|
+
cursor: pointer;
|
|
3723
|
+
|
|
3724
|
+
i {
|
|
3725
|
+
color: $wac-border-form;
|
|
3726
|
+
font-size: 14px;
|
|
3727
|
+
line-height: 23px;
|
|
3728
|
+
transition: color 0.3s ease-in-out;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
&:hover {
|
|
3732
|
+
background-color: $wac-primary-button;
|
|
3733
|
+
transition: background-color 0.3s ease-in-out;
|
|
3734
|
+
|
|
3735
|
+
i {
|
|
3736
|
+
color: $wac-white;
|
|
3737
|
+
transition: color 0.3s ease-in-out;
|
|
3738
|
+
}
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
}
|
|
3737
3742
|
.wac-draganddrop-list {
|
|
3738
3743
|
width: 100%;
|
|
3739
3744
|
background-color: $wac-white;
|
|
@@ -4989,267 +4994,263 @@ wac-calendar {
|
|
|
4989
4994
|
background-position: 1080px 0
|
|
4990
4995
|
}
|
|
4991
4996
|
}
|
|
4992
|
-
.wac-multiple-search {
|
|
4993
|
-
width: 100%;
|
|
4994
|
-
min-height: 50px;
|
|
4995
|
-
border-radius: 3px;
|
|
4996
|
-
background-color: $wac-white;
|
|
4997
|
-
position: relative;
|
|
4998
|
-
z-index: 2;
|
|
4999
|
-
border: 1px solid $wac-border-light;
|
|
5000
|
-
transition: 0.3s ease;
|
|
5001
|
-
&.open {
|
|
5002
|
-
border-color: $wac-wizishop-blue;
|
|
5003
|
-
}
|
|
5004
|
-
&__wrapper {
|
|
5005
|
-
position: relative;
|
|
5006
|
-
display: flex;
|
|
5007
|
-
justify-content: space-between;
|
|
5008
|
-
align-items: stretch;
|
|
5009
|
-
align-content: stretch;
|
|
5010
|
-
flex-wrap: nowrap;
|
|
5011
|
-
@include media('<tablet') {
|
|
5012
|
-
padding: 0 12px;
|
|
5013
|
-
}
|
|
5014
|
-
&__left {
|
|
5015
|
-
width: auto;
|
|
5016
|
-
display: flex;
|
|
5017
|
-
justify-content: space-between;
|
|
5018
|
-
align-content: center;
|
|
5019
|
-
align-items: center;
|
|
5020
|
-
flex-wrap: nowrap;
|
|
5021
|
-
position: relative;
|
|
5022
|
-
min-height: 50px;
|
|
5023
|
-
transition: background-color 0.3s ease;
|
|
5024
|
-
background-color: $wac-select-icon-background;
|
|
5025
|
-
&__background {
|
|
5026
|
-
position: absolute;
|
|
5027
|
-
width: 100%;
|
|
5028
|
-
left: 0;
|
|
5029
|
-
top: 0;
|
|
5030
|
-
height: 100%;
|
|
5031
|
-
opacity: 0;
|
|
5032
|
-
z-index: 4;
|
|
5033
|
-
transition: opacity 0.3s ease;
|
|
5034
|
-
cursor: pointer;
|
|
5035
|
-
}
|
|
5036
|
-
> span {
|
|
5037
|
-
color: $wac-second-color;
|
|
5038
|
-
white-space: nowrap;
|
|
5039
|
-
font-size: rem(14);
|
|
5040
|
-
line-height: rem(16);
|
|
5041
|
-
margin: 0 40px 0 20px;
|
|
5042
|
-
transition: 0.3s ease;
|
|
5043
|
-
position: relative;
|
|
5044
|
-
z-index: 2;
|
|
5045
|
-
cursor: pointer;
|
|
5046
|
-
@include media('<tablet') {
|
|
5047
|
-
text-indent: -9999999px;
|
|
5048
|
-
margin: 0;
|
|
5049
|
-
width: 11px;
|
|
5050
|
-
}
|
|
5051
|
-
}
|
|
5052
|
-
> i {
|
|
5053
|
-
transition: 0.3s ease;
|
|
5054
|
-
position: relative;
|
|
5055
|
-
z-index: 2;
|
|
5056
|
-
cursor: pointer;
|
|
5057
|
-
&:nth-child(2) {
|
|
5058
|
-
font-size: rem(10);
|
|
5059
|
-
color: $wac-main-text;
|
|
5060
|
-
margin: 0 20px 0 0;
|
|
5061
|
-
@include media('<tablet') {
|
|
5062
|
-
margin: 0 10px 0 0;
|
|
5063
|
-
}
|
|
5064
|
-
}
|
|
5065
|
-
}
|
|
5066
|
-
&__select {
|
|
5067
|
-
position: absolute;
|
|
5068
|
-
top: 50px;
|
|
5069
|
-
width: 100%;
|
|
5070
|
-
left: 0;
|
|
5071
|
-
margin-top: 11px;
|
|
5072
|
-
background-color: $wac-white;
|
|
5073
|
-
z-index: 3;
|
|
5074
|
-
box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
|
|
5075
|
-
border-radius: 3px;
|
|
5076
|
-
border: 1px solid $wac-border-light;
|
|
5077
|
-
padding: 10px;
|
|
5078
|
-
min-width: 340px;
|
|
5079
|
-
&__item {
|
|
5080
|
-
width: 100%;
|
|
5081
|
-
font-size: rem(14);
|
|
5082
|
-
line-height: rem(30);
|
|
5083
|
-
cursor: pointer;
|
|
5084
|
-
transition: 0.3s ease;
|
|
5085
|
-
position: relative;
|
|
5086
|
-
padding: 0 10px;
|
|
5087
|
-
&:nth-child(2n) {
|
|
5088
|
-
background-color: $wac-gray-background;
|
|
5089
|
-
}
|
|
5090
|
-
&:not(:last-child) {
|
|
5091
|
-
margin: 0 0 rem(10);
|
|
5092
|
-
}
|
|
5093
|
-
span {
|
|
5094
|
-
color: $wac-main-text;
|
|
5095
|
-
font-size: rem(12);
|
|
5096
|
-
text-align: left;
|
|
5097
|
-
}
|
|
5098
|
-
&:hover,
|
|
5099
|
-
&:focus {
|
|
5100
|
-
background-color: darken($wac-gray-background, 15%);
|
|
5101
|
-
color: $wac-main-text;
|
|
5102
|
-
}
|
|
5103
|
-
}
|
|
5104
|
-
}
|
|
5105
|
-
&:hover,
|
|
5106
|
-
&:focus,
|
|
5107
|
-
&.open {
|
|
5108
|
-
background-color: $wac-hover-multiple-search;
|
|
5109
|
-
}
|
|
5110
|
-
}
|
|
5111
|
-
&__right {
|
|
5112
|
-
width: 100%;
|
|
5113
|
-
min-height: 50px;
|
|
5114
|
-
position: relative;
|
|
5115
|
-
form {
|
|
5116
|
-
width: 100%;
|
|
5117
|
-
}
|
|
5118
|
-
input {
|
|
5119
|
-
background: transparent;
|
|
5120
|
-
border: none;
|
|
5121
|
-
color: $wac-main-text;
|
|
5122
|
-
font-size: rem(14);
|
|
5123
|
-
height: 50px;
|
|
5124
|
-
line-height: 50px;
|
|
5125
|
-
padding: 0 20px 0 48px;
|
|
5126
|
-
font-weight: 400;
|
|
5127
|
-
width: 100%;
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
border-radius: 3px;
|
|
5237
|
-
}
|
|
5238
|
-
}
|
|
4997
|
+
.wac-multiple-search {
|
|
4998
|
+
width: 100%;
|
|
4999
|
+
min-height: 50px;
|
|
5000
|
+
border-radius: 3px;
|
|
5001
|
+
background-color: $wac-white;
|
|
5002
|
+
position: relative;
|
|
5003
|
+
z-index: 2;
|
|
5004
|
+
border: 1px solid $wac-border-light;
|
|
5005
|
+
transition: 0.3s ease;
|
|
5006
|
+
&.open {
|
|
5007
|
+
border-color: $wac-wizishop-blue;
|
|
5008
|
+
}
|
|
5009
|
+
&__wrapper {
|
|
5010
|
+
position: relative;
|
|
5011
|
+
display: flex;
|
|
5012
|
+
justify-content: space-between;
|
|
5013
|
+
align-items: stretch;
|
|
5014
|
+
align-content: stretch;
|
|
5015
|
+
flex-wrap: nowrap;
|
|
5016
|
+
@include media('<tablet') {
|
|
5017
|
+
padding: 0 12px;
|
|
5018
|
+
}
|
|
5019
|
+
&__left {
|
|
5020
|
+
width: auto;
|
|
5021
|
+
display: flex;
|
|
5022
|
+
justify-content: space-between;
|
|
5023
|
+
align-content: center;
|
|
5024
|
+
align-items: center;
|
|
5025
|
+
flex-wrap: nowrap;
|
|
5026
|
+
position: relative;
|
|
5027
|
+
min-height: 50px;
|
|
5028
|
+
transition: background-color 0.3s ease;
|
|
5029
|
+
background-color: $wac-select-icon-background;
|
|
5030
|
+
&__background {
|
|
5031
|
+
position: absolute;
|
|
5032
|
+
width: 100%;
|
|
5033
|
+
left: 0;
|
|
5034
|
+
top: 0;
|
|
5035
|
+
height: 100%;
|
|
5036
|
+
opacity: 0;
|
|
5037
|
+
z-index: 4;
|
|
5038
|
+
transition: opacity 0.3s ease;
|
|
5039
|
+
cursor: pointer;
|
|
5040
|
+
}
|
|
5041
|
+
> span {
|
|
5042
|
+
color: $wac-second-color;
|
|
5043
|
+
white-space: nowrap;
|
|
5044
|
+
font-size: rem(14);
|
|
5045
|
+
line-height: rem(16);
|
|
5046
|
+
margin: 0 40px 0 20px;
|
|
5047
|
+
transition: 0.3s ease;
|
|
5048
|
+
position: relative;
|
|
5049
|
+
z-index: 2;
|
|
5050
|
+
cursor: pointer;
|
|
5051
|
+
@include media('<tablet') {
|
|
5052
|
+
text-indent: -9999999px;
|
|
5053
|
+
margin: 0;
|
|
5054
|
+
width: 11px;
|
|
5055
|
+
}
|
|
5056
|
+
}
|
|
5057
|
+
> i {
|
|
5058
|
+
transition: 0.3s ease;
|
|
5059
|
+
position: relative;
|
|
5060
|
+
z-index: 2;
|
|
5061
|
+
cursor: pointer;
|
|
5062
|
+
&:nth-child(2) {
|
|
5063
|
+
font-size: rem(10);
|
|
5064
|
+
color: $wac-main-text;
|
|
5065
|
+
margin: 0 20px 0 0;
|
|
5066
|
+
@include media('<tablet') {
|
|
5067
|
+
margin: 0 10px 0 0;
|
|
5068
|
+
}
|
|
5069
|
+
}
|
|
5070
|
+
}
|
|
5071
|
+
&__select {
|
|
5072
|
+
position: absolute;
|
|
5073
|
+
top: 50px;
|
|
5074
|
+
width: 100%;
|
|
5075
|
+
left: 0;
|
|
5076
|
+
margin-top: 11px;
|
|
5077
|
+
background-color: $wac-white;
|
|
5078
|
+
z-index: 3;
|
|
5079
|
+
box-shadow: 3px 3px 20px $wac-multiple-search-box-shadow;
|
|
5080
|
+
border-radius: 3px;
|
|
5081
|
+
border: 1px solid $wac-border-light;
|
|
5082
|
+
padding: 10px;
|
|
5083
|
+
min-width: 340px;
|
|
5084
|
+
&__item {
|
|
5085
|
+
width: 100%;
|
|
5086
|
+
font-size: rem(14);
|
|
5087
|
+
line-height: rem(30);
|
|
5088
|
+
cursor: pointer;
|
|
5089
|
+
transition: 0.3s ease;
|
|
5090
|
+
position: relative;
|
|
5091
|
+
padding: 0 10px;
|
|
5092
|
+
&:nth-child(2n) {
|
|
5093
|
+
background-color: $wac-gray-background;
|
|
5094
|
+
}
|
|
5095
|
+
&:not(:last-child) {
|
|
5096
|
+
margin: 0 0 rem(10);
|
|
5097
|
+
}
|
|
5098
|
+
span {
|
|
5099
|
+
color: $wac-main-text;
|
|
5100
|
+
font-size: rem(12);
|
|
5101
|
+
text-align: left;
|
|
5102
|
+
}
|
|
5103
|
+
&:hover,
|
|
5104
|
+
&:focus {
|
|
5105
|
+
background-color: darken($wac-gray-background, 15%);
|
|
5106
|
+
color: $wac-main-text;
|
|
5107
|
+
}
|
|
5108
|
+
}
|
|
5109
|
+
}
|
|
5110
|
+
&:hover,
|
|
5111
|
+
&:focus,
|
|
5112
|
+
&.open {
|
|
5113
|
+
background-color: $wac-hover-multiple-search;
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
&__right {
|
|
5117
|
+
width: 100%;
|
|
5118
|
+
min-height: 50px;
|
|
5119
|
+
position: relative;
|
|
5120
|
+
form {
|
|
5121
|
+
width: 100%;
|
|
5122
|
+
}
|
|
5123
|
+
input {
|
|
5124
|
+
background: transparent;
|
|
5125
|
+
border: none;
|
|
5126
|
+
color: $wac-main-text;
|
|
5127
|
+
font-size: rem(14);
|
|
5128
|
+
height: 50px;
|
|
5129
|
+
line-height: 50px;
|
|
5130
|
+
padding: 0 20px 0 48px;
|
|
5131
|
+
font-weight: 400;
|
|
5132
|
+
width: 100%;
|
|
5133
|
+
&::-webkit-input-placeholder {
|
|
5134
|
+
/* Chrome/Opera/Safari */
|
|
5135
|
+
color: $wac-multiple-search-input-color;
|
|
5136
|
+
opacity: 1;
|
|
5137
|
+
font-weight: 400;
|
|
5138
|
+
@include media('<tablet') {
|
|
5139
|
+
font-size: rem(11);
|
|
5140
|
+
}
|
|
5141
|
+
}
|
|
5142
|
+
&::-moz-placeholder {
|
|
5143
|
+
/* Firefox 19+ */
|
|
5144
|
+
color: $wac-multiple-search-input-color;
|
|
5145
|
+
opacity: 1;
|
|
5146
|
+
font-weight: 400;
|
|
5147
|
+
@include media('<tablet') {
|
|
5148
|
+
font-size: rem(11);
|
|
5149
|
+
}
|
|
5150
|
+
}
|
|
5151
|
+
&:-ms-input-placeholder {
|
|
5152
|
+
/* IE 10+ */
|
|
5153
|
+
color: $wac-multiple-search-input-color;
|
|
5154
|
+
opacity: 1;
|
|
5155
|
+
font-weight: 400;
|
|
5156
|
+
@include media('<tablet') {
|
|
5157
|
+
font-size: rem(11);
|
|
5158
|
+
}
|
|
5159
|
+
}
|
|
5160
|
+
&:-moz-placeholder {
|
|
5161
|
+
/* Firefox 18- */
|
|
5162
|
+
color: $wac-multiple-search-input-color;
|
|
5163
|
+
opacity: 1;
|
|
5164
|
+
font-weight: 400;
|
|
5165
|
+
@include media('<tablet') {
|
|
5166
|
+
font-size: rem(11);
|
|
5167
|
+
}
|
|
5168
|
+
}
|
|
5169
|
+
&:focus {
|
|
5170
|
+
& + button i {
|
|
5171
|
+
color: $wac-main-text;
|
|
5172
|
+
}
|
|
5173
|
+
&::-webkit-input-placeholder {
|
|
5174
|
+
/* Chrome/Opera/Safari */
|
|
5175
|
+
color: $wac-white;
|
|
5176
|
+
opacity: 1;
|
|
5177
|
+
}
|
|
5178
|
+
&::-moz-placeholder {
|
|
5179
|
+
/* Firefox 19+ */
|
|
5180
|
+
color: $wac-white;
|
|
5181
|
+
opacity: 1;
|
|
5182
|
+
}
|
|
5183
|
+
&:-ms-input-placeholder {
|
|
5184
|
+
/* IE 10+ */
|
|
5185
|
+
color: $wac-white;
|
|
5186
|
+
opacity: 1;
|
|
5187
|
+
}
|
|
5188
|
+
&:-moz-placeholder {
|
|
5189
|
+
/* Firefox 18- */
|
|
5190
|
+
color: $wac-white;
|
|
5191
|
+
opacity: 1;
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
}
|
|
5195
|
+
button {
|
|
5196
|
+
display: flex;
|
|
5197
|
+
align-items: center;
|
|
5198
|
+
align-content: center;
|
|
5199
|
+
justify-content: center;
|
|
5200
|
+
width: 18px;
|
|
5201
|
+
height: 18px;
|
|
5202
|
+
border-radius: 3px;
|
|
5203
|
+
position: absolute;
|
|
5204
|
+
left: 20px;
|
|
5205
|
+
top: 50%;
|
|
5206
|
+
transform: translateY(-50%);
|
|
5207
|
+
border: none;
|
|
5208
|
+
cursor: pointer;
|
|
5209
|
+
background-color: $wac-white;
|
|
5210
|
+
i {
|
|
5211
|
+
font-size: rem(18);
|
|
5212
|
+
color: $wac-color-icon-search-multiple-search;
|
|
5213
|
+
transition: 0.3s ease;
|
|
5214
|
+
}
|
|
5215
|
+
&:hover {
|
|
5216
|
+
i {
|
|
5217
|
+
color: $wac-wizishop-blue !important;
|
|
5218
|
+
}
|
|
5219
|
+
}
|
|
5220
|
+
}
|
|
5221
|
+
}
|
|
5222
|
+
}
|
|
5223
|
+
&__error {
|
|
5224
|
+
position: absolute;
|
|
5225
|
+
top: 100%;
|
|
5226
|
+
margin-top: 10px;
|
|
5227
|
+
width: auto;
|
|
5228
|
+
right: 0;
|
|
5229
|
+
height: 30px;
|
|
5230
|
+
line-height: 30px;
|
|
5231
|
+
text-align: center;
|
|
5232
|
+
background-color: $wac-multiple-search-error;
|
|
5233
|
+
color: $wac-white;
|
|
5234
|
+
font-size: rem(16);
|
|
5235
|
+
font-weight: 500;
|
|
5236
|
+
white-space: nowrap;
|
|
5237
|
+
padding: 0 20px;
|
|
5238
|
+
border-radius: 3px;
|
|
5239
|
+
}
|
|
5240
|
+
}
|
|
5239
5241
|
.wac-multiple-search-plus {
|
|
5240
|
-
|
|
5241
5242
|
&.disabled {
|
|
5242
5243
|
pointer-events: none;
|
|
5243
5244
|
position: relative;
|
|
5244
5245
|
&:after {
|
|
5245
|
-
content:
|
|
5246
|
+
content: "";
|
|
5246
5247
|
display: block;
|
|
5247
5248
|
position: absolute;
|
|
5248
5249
|
top: 0;
|
|
5249
5250
|
left: 0;
|
|
5250
5251
|
width: 100%;
|
|
5251
5252
|
height: 52px;
|
|
5252
|
-
opacity: .45;
|
|
5253
|
+
opacity: 0.45;
|
|
5253
5254
|
background-color: $wac-background-color-disabled;
|
|
5254
5255
|
z-index: 2;
|
|
5255
5256
|
}
|
|
@@ -5260,7 +5261,6 @@ wac-calendar {
|
|
|
5260
5261
|
width: fit-content;
|
|
5261
5262
|
|
|
5262
5263
|
&__block {
|
|
5263
|
-
|
|
5264
5264
|
display: flex;
|
|
5265
5265
|
align-items: center;
|
|
5266
5266
|
justify-content: space-between;
|
|
@@ -5278,7 +5278,7 @@ wac-calendar {
|
|
|
5278
5278
|
margin: 0;
|
|
5279
5279
|
}
|
|
5280
5280
|
|
|
5281
|
-
:nth-child(n){
|
|
5281
|
+
:nth-child(n) {
|
|
5282
5282
|
padding: 0 3px;
|
|
5283
5283
|
}
|
|
5284
5284
|
|
|
@@ -5307,10 +5307,8 @@ wac-calendar {
|
|
|
5307
5307
|
}
|
|
5308
5308
|
}
|
|
5309
5309
|
}
|
|
5310
|
-
|
|
5311
5310
|
}
|
|
5312
5311
|
}
|
|
5313
|
-
|
|
5314
5312
|
}
|
|
5315
5313
|
|
|
5316
5314
|
.wac-multiple-search {
|
|
@@ -5332,7 +5330,7 @@ wac-calendar {
|
|
|
5332
5330
|
align-items: stretch;
|
|
5333
5331
|
align-content: stretch;
|
|
5334
5332
|
flex-wrap: nowrap;
|
|
5335
|
-
@include media(
|
|
5333
|
+
@include media("<tablet") {
|
|
5336
5334
|
padding: 0 12px;
|
|
5337
5335
|
}
|
|
5338
5336
|
&__left {
|
|
@@ -5367,7 +5365,7 @@ wac-calendar {
|
|
|
5367
5365
|
position: relative;
|
|
5368
5366
|
z-index: 2;
|
|
5369
5367
|
cursor: pointer;
|
|
5370
|
-
@include media(
|
|
5368
|
+
@include media("<tablet") {
|
|
5371
5369
|
text-indent: -9999999px;
|
|
5372
5370
|
margin: 0;
|
|
5373
5371
|
width: 11px;
|
|
@@ -5382,7 +5380,7 @@ wac-calendar {
|
|
|
5382
5380
|
font-size: rem(10);
|
|
5383
5381
|
color: $wac-main-text;
|
|
5384
5382
|
margin: 0 20px 0 0;
|
|
5385
|
-
@include media(
|
|
5383
|
+
@include media("<tablet") {
|
|
5386
5384
|
margin: 0 10px 0 0;
|
|
5387
5385
|
}
|
|
5388
5386
|
}
|
|
@@ -5456,15 +5454,12 @@ wac-calendar {
|
|
|
5456
5454
|
padding: 0 20px 0 48px;
|
|
5457
5455
|
font-weight: 400;
|
|
5458
5456
|
width: 100%;
|
|
5459
|
-
@include media('<tablet') {
|
|
5460
|
-
padding: 0 0 0 10px;
|
|
5461
|
-
}
|
|
5462
5457
|
&::-webkit-input-placeholder {
|
|
5463
5458
|
/* Chrome/Opera/Safari */
|
|
5464
5459
|
color: $wac-multiple-search-input-color;
|
|
5465
5460
|
opacity: 1;
|
|
5466
5461
|
font-weight: 400;
|
|
5467
|
-
@include media(
|
|
5462
|
+
@include media("<tablet") {
|
|
5468
5463
|
font-size: rem(11);
|
|
5469
5464
|
}
|
|
5470
5465
|
}
|
|
@@ -5473,7 +5468,7 @@ wac-calendar {
|
|
|
5473
5468
|
color: $wac-multiple-search-input-color;
|
|
5474
5469
|
opacity: 1;
|
|
5475
5470
|
font-weight: 400;
|
|
5476
|
-
@include media(
|
|
5471
|
+
@include media("<tablet") {
|
|
5477
5472
|
font-size: rem(11);
|
|
5478
5473
|
}
|
|
5479
5474
|
}
|
|
@@ -5482,7 +5477,7 @@ wac-calendar {
|
|
|
5482
5477
|
color: $wac-multiple-search-input-color;
|
|
5483
5478
|
opacity: 1;
|
|
5484
5479
|
font-weight: 400;
|
|
5485
|
-
@include media(
|
|
5480
|
+
@include media("<tablet") {
|
|
5486
5481
|
font-size: rem(11);
|
|
5487
5482
|
}
|
|
5488
5483
|
}
|
|
@@ -5491,7 +5486,7 @@ wac-calendar {
|
|
|
5491
5486
|
color: $wac-multiple-search-input-color;
|
|
5492
5487
|
opacity: 1;
|
|
5493
5488
|
font-weight: 400;
|
|
5494
|
-
@include media(
|
|
5489
|
+
@include media("<tablet") {
|
|
5495
5490
|
font-size: rem(11);
|
|
5496
5491
|
}
|
|
5497
5492
|
}
|
|
@@ -7427,7 +7422,6 @@ wac-optional-disable-container {
|
|
|
7427
7422
|
&__wrapper {
|
|
7428
7423
|
position: relative;
|
|
7429
7424
|
@include flexbox();
|
|
7430
|
-
margin-bottom: 30px;
|
|
7431
7425
|
|
|
7432
7426
|
&__tab {
|
|
7433
7427
|
position: relative;
|