@wizishop/img-manager 15.2.0 → 15.2.1
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/esm2020/lib/components/images-view/mosaic-view/img-card/img-card.component.mjs +3 -3
- package/fesm2015/wizishop-img-manager.mjs +2 -4
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +4 -6
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/lib/components/images-view/mosaic-view/img-card/img-card.component.d.ts +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.1.tgz +0 -0
- package/wz-img-manager.scss +58 -58
- package/wizishop-img-manager-15.2.0.tgz +0 -0
|
@@ -9,7 +9,7 @@ import { TranslateService } from '@ngx-translate/core';
|
|
|
9
9
|
import { ImagesActionHandler } from '../../images-actions-handler';
|
|
10
10
|
import { tabDisplayed } from '../../../../dto/export-dtos.api';
|
|
11
11
|
import { AlertService } from '../../../../services/alert.service';
|
|
12
|
-
import { ApiService } from '
|
|
12
|
+
import { ApiService } from '../../../../services/api.service';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare class ImgCardComponent extends ImagesActionHandler implements OnInit {
|
|
15
15
|
tabDisplayed: tabDisplayed;
|
package/package.json
CHANGED
|
Binary file
|
package/wz-img-manager.scss
CHANGED
|
@@ -2941,64 +2941,7 @@ $green-color: #2ecc71;
|
|
|
2941
2941
|
|
|
2942
2942
|
.dropdownWizi:not(.is-hoverable) {
|
|
2943
2943
|
cursor: not-allowed;
|
|
2944
|
-
}.wz-img-manager .
|
|
2945
|
-
padding: 10px 20px;
|
|
2946
|
-
background-color: $gray-background;
|
|
2947
|
-
@include media('<tablet') {
|
|
2948
|
-
padding: 0!important;
|
|
2949
|
-
background-color: $white;
|
|
2950
|
-
}
|
|
2951
|
-
&.small-padding {
|
|
2952
|
-
padding: 10px 20px;
|
|
2953
|
-
}
|
|
2954
|
-
.input,
|
|
2955
|
-
.input:focus,
|
|
2956
|
-
.input.is-focused,
|
|
2957
|
-
.input:active,
|
|
2958
|
-
.input.is-active {
|
|
2959
|
-
font-size: rem(14);
|
|
2960
|
-
color: $main-text;
|
|
2961
|
-
border: rem(1) solid $input-border-search;
|
|
2962
|
-
box-shadow: none;
|
|
2963
|
-
padding: rem(13.5) rem(20) rem(13.5) rem(48);
|
|
2964
|
-
border-radius: rem(3);
|
|
2965
|
-
margin: 0;
|
|
2966
|
-
height: auto;
|
|
2967
|
-
min-height: unset;
|
|
2968
|
-
|
|
2969
|
-
&::placeholder {
|
|
2970
|
-
color: $placeholder-color;
|
|
2971
|
-
font-weight: normal;
|
|
2972
|
-
}
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
|
-
.input:focus,
|
|
2976
|
-
.input.is-focused,
|
|
2977
|
-
.input:active,
|
|
2978
|
-
.input.is-active {
|
|
2979
|
-
border-color: $wizishop-blue;
|
|
2980
|
-
}
|
|
2981
|
-
|
|
2982
|
-
.icon {
|
|
2983
|
-
position: absolute;
|
|
2984
|
-
top: 50%;
|
|
2985
|
-
left: 20px;
|
|
2986
|
-
font-size: rem(18);
|
|
2987
|
-
transform: translateY(-50%);
|
|
2988
|
-
pointer-events: none;
|
|
2989
|
-
font-weight: 400;
|
|
2990
|
-
color: $placeholder-color;
|
|
2991
|
-
margin: 0;
|
|
2992
|
-
width: rem(18);
|
|
2993
|
-
height: rem(18);
|
|
2994
|
-
}
|
|
2995
|
-
}
|
|
2996
|
-
|
|
2997
|
-
.wz-img-manager .wz-img-manager__module:not(.wz-img-manager__module--window) .pexels-lib__search .input-search.field {
|
|
2998
|
-
padding: 0;
|
|
2999
|
-
background-color: transparent;
|
|
3000
|
-
}
|
|
3001
|
-
.wz-img-manager .wz-pagination {
|
|
2944
|
+
}.wz-img-manager .wz-pagination {
|
|
3002
2945
|
width: 100%;
|
|
3003
2946
|
padding: 0;
|
|
3004
2947
|
|
|
@@ -3110,6 +3053,63 @@ $green-color: #2ecc71;
|
|
|
3110
3053
|
}
|
|
3111
3054
|
}
|
|
3112
3055
|
}
|
|
3056
|
+
.wz-img-manager .input-search.field {
|
|
3057
|
+
padding: 10px 20px;
|
|
3058
|
+
background-color: $gray-background;
|
|
3059
|
+
@include media('<tablet') {
|
|
3060
|
+
padding: 0!important;
|
|
3061
|
+
background-color: $white;
|
|
3062
|
+
}
|
|
3063
|
+
&.small-padding {
|
|
3064
|
+
padding: 10px 20px;
|
|
3065
|
+
}
|
|
3066
|
+
.input,
|
|
3067
|
+
.input:focus,
|
|
3068
|
+
.input.is-focused,
|
|
3069
|
+
.input:active,
|
|
3070
|
+
.input.is-active {
|
|
3071
|
+
font-size: rem(14);
|
|
3072
|
+
color: $main-text;
|
|
3073
|
+
border: rem(1) solid $input-border-search;
|
|
3074
|
+
box-shadow: none;
|
|
3075
|
+
padding: rem(13.5) rem(20) rem(13.5) rem(48);
|
|
3076
|
+
border-radius: rem(3);
|
|
3077
|
+
margin: 0;
|
|
3078
|
+
height: auto;
|
|
3079
|
+
min-height: unset;
|
|
3080
|
+
|
|
3081
|
+
&::placeholder {
|
|
3082
|
+
color: $placeholder-color;
|
|
3083
|
+
font-weight: normal;
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
|
|
3087
|
+
.input:focus,
|
|
3088
|
+
.input.is-focused,
|
|
3089
|
+
.input:active,
|
|
3090
|
+
.input.is-active {
|
|
3091
|
+
border-color: $wizishop-blue;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.icon {
|
|
3095
|
+
position: absolute;
|
|
3096
|
+
top: 50%;
|
|
3097
|
+
left: 20px;
|
|
3098
|
+
font-size: rem(18);
|
|
3099
|
+
transform: translateY(-50%);
|
|
3100
|
+
pointer-events: none;
|
|
3101
|
+
font-weight: 400;
|
|
3102
|
+
color: $placeholder-color;
|
|
3103
|
+
margin: 0;
|
|
3104
|
+
width: rem(18);
|
|
3105
|
+
height: rem(18);
|
|
3106
|
+
}
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3109
|
+
.wz-img-manager .wz-img-manager__module:not(.wz-img-manager__module--window) .pexels-lib__search .input-search.field {
|
|
3110
|
+
padding: 0;
|
|
3111
|
+
background-color: transparent;
|
|
3112
|
+
}
|
|
3113
3113
|
|
|
3114
3114
|
|
|
3115
3115
|
.wac {
|
|
Binary file
|