@wizishop/img-manager 15.2.12 → 15.2.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.12",
3
+ "version": "15.2.14",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
package/public-api.d.ts CHANGED
@@ -4,6 +4,7 @@ export { ImgSelectionService } from './lib/services/img-selection.service';
4
4
  export { ImgManagerService } from './lib/services/img-manager.service';
5
5
  export { RenamePictureService } from './lib/services/rename-picture.service';
6
6
  export { ApiService } from './lib/services/api.service';
7
+ export { ImageNotFoundService } from './lib/services/image-not-found.service';
7
8
  export { CanvaService } from './lib/services/canva.service';
8
9
  export * from './lib/dto/ImgManagerDisplayConfig.dto';
9
10
  export * from './lib/dto/export-dtos.api';
Binary file
@@ -966,17 +966,12 @@ $tag-radius: rem(20px)!default;
966
966
  &--hide {
967
967
  &--mosaic {
968
968
  min-height: 100px !important;
969
- height: auto;
970
- &--small {
971
- min-height: unset !important;
972
- height: auto;
973
- }
969
+ height: 0px;
974
970
  }
975
971
  &--table {
976
972
  min-height: 170px !important;
977
- height: auto;
973
+ height: 0px;
978
974
  }
979
-
980
975
  }
981
976
 
982
977
  .ng-scroll-content {
@@ -1125,6 +1120,12 @@ $tag-radius: rem(20px)!default;
1125
1120
  margin-bottom: 30px;
1126
1121
 
1127
1122
  }
1123
+
1124
+ &__total {
1125
+ &--hide {
1126
+ visibility: hidden;
1127
+ }
1128
+ }
1128
1129
  }
1129
1130
 
1130
1131
  &--pexels {
@@ -2729,6 +2730,115 @@ $green-color: #2ecc71;
2729
2730
  line-height: rem(25);
2730
2731
  }
2731
2732
  }
2733
+ .wz-img-manager .is-checkradio[type='checkbox'] {
2734
+ outline: 0 !important;
2735
+ & + label {
2736
+ font-size: rem(14);
2737
+ line-height: rem(24);
2738
+ color: $input-radio-color-label;
2739
+ padding-left: 26px;
2740
+ outline: 0 !important;
2741
+ &:before {
2742
+ width: 16px;
2743
+ height: 16px;
2744
+ border: 1px solid $border-color;
2745
+ top: 4px;
2746
+ transition: all 0.3s ease-in-out;
2747
+ }
2748
+ &:after {
2749
+ top: 6.3px !important;
2750
+ left: 3px !important;
2751
+ width: 10px;
2752
+ height: 12px;
2753
+ border: none !important;
2754
+ background: transparent
2755
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='check' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-5x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
2756
+ center center / 8px 8px no-repeat;
2757
+ transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
2758
+ transition: all 0.3s ease-in-out;
2759
+ }
2760
+ &:hover,
2761
+ &:focus {
2762
+ &:before {
2763
+ border-color: $input-active-color !important;
2764
+ }
2765
+ }
2766
+ &:before,
2767
+ &:after {
2768
+ outline: 0 !important;
2769
+ }
2770
+ }
2771
+ &:hover {
2772
+ & + label {
2773
+ color: $input-radio-color-active-label;
2774
+ &:before {
2775
+ border-color: $input-active-color !important;
2776
+ }
2777
+ &:after {
2778
+ border-color: $white !important;
2779
+ }
2780
+ }
2781
+ &:not([disabled]) {
2782
+ & + label {
2783
+ &:before {
2784
+ border-color: $input-active-color !important;
2785
+ }
2786
+ }
2787
+ }
2788
+ }
2789
+ &:checked + label {
2790
+ color: $input-radio-color-active-label;
2791
+ &:before {
2792
+ border: 1px solid $input-active-color;
2793
+ background-color: $input-active-color;
2794
+ transition: all 0.3s ease-in-out;
2795
+ }
2796
+ &:after {
2797
+ left: 7px;
2798
+ top: 8px;
2799
+ transition: all 0.3s ease-in-out;
2800
+ }
2801
+ }
2802
+ }
2803
+
2804
+ .wz-img-manager .field {
2805
+ &__row {
2806
+ min-width: 100%;
2807
+ margin: 0 0 10px;
2808
+ }
2809
+ &--nowrap {
2810
+ display: inline-block;
2811
+ width: auto;
2812
+ min-width: 0;
2813
+ margin: 0 10px 10px 0;
2814
+ .field {
2815
+ &__row {
2816
+ width: auto;
2817
+ display: inline-block;
2818
+ margin: 0;
2819
+ }
2820
+ }
2821
+ }
2822
+ &.alone {
2823
+ .is-checkradio[type='checkbox'] {
2824
+ & + label {
2825
+ padding: 0;
2826
+ &:before {
2827
+ border-width: 1px;
2828
+ width: 16px;
2829
+ height: 16px;
2830
+ border-radius: 2px;
2831
+ }
2832
+ }
2833
+ &:checked + label {
2834
+ &:after {
2835
+ top: 7px;
2836
+ transform: scale(1.1) translateY(1px) translateX(6px) rotate(45deg);
2837
+ }
2838
+ }
2839
+ }
2840
+ }
2841
+ }
2732
2842
  .wz-img-manager .dropdownWizi {
2733
2843
  padding: 10px;
2734
2844
 
@@ -2843,116 +2953,7 @@ $green-color: #2ecc71;
2843
2953
 
2844
2954
  .dropdownWizi:not(.is-hoverable) {
2845
2955
  cursor: not-allowed;
2846
- }.wz-img-manager .is-checkradio[type='checkbox'] {
2847
- outline: 0 !important;
2848
- & + label {
2849
- font-size: rem(14);
2850
- line-height: rem(24);
2851
- color: $input-radio-color-label;
2852
- padding-left: 26px;
2853
- outline: 0 !important;
2854
- &:before {
2855
- width: 16px;
2856
- height: 16px;
2857
- border: 1px solid $border-color;
2858
- top: 4px;
2859
- transition: all 0.3s ease-in-out;
2860
- }
2861
- &:after {
2862
- top: 6.3px !important;
2863
- left: 3px !important;
2864
- width: 10px;
2865
- height: 12px;
2866
- border: none !important;
2867
- background: transparent
2868
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='check' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-5x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
2869
- center center / 8px 8px no-repeat;
2870
- transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
2871
- transition: all 0.3s ease-in-out;
2872
- }
2873
- &:hover,
2874
- &:focus {
2875
- &:before {
2876
- border-color: $input-active-color !important;
2877
- }
2878
- }
2879
- &:before,
2880
- &:after {
2881
- outline: 0 !important;
2882
- }
2883
- }
2884
- &:hover {
2885
- & + label {
2886
- color: $input-radio-color-active-label;
2887
- &:before {
2888
- border-color: $input-active-color !important;
2889
- }
2890
- &:after {
2891
- border-color: $white !important;
2892
- }
2893
- }
2894
- &:not([disabled]) {
2895
- & + label {
2896
- &:before {
2897
- border-color: $input-active-color !important;
2898
- }
2899
- }
2900
- }
2901
- }
2902
- &:checked + label {
2903
- color: $input-radio-color-active-label;
2904
- &:before {
2905
- border: 1px solid $input-active-color;
2906
- background-color: $input-active-color;
2907
- transition: all 0.3s ease-in-out;
2908
- }
2909
- &:after {
2910
- left: 7px;
2911
- top: 8px;
2912
- transition: all 0.3s ease-in-out;
2913
- }
2914
- }
2915
- }
2916
-
2917
- .wz-img-manager .field {
2918
- &__row {
2919
- min-width: 100%;
2920
- margin: 0 0 10px;
2921
- }
2922
- &--nowrap {
2923
- display: inline-block;
2924
- width: auto;
2925
- min-width: 0;
2926
- margin: 0 10px 10px 0;
2927
- .field {
2928
- &__row {
2929
- width: auto;
2930
- display: inline-block;
2931
- margin: 0;
2932
- }
2933
- }
2934
- }
2935
- &.alone {
2936
- .is-checkradio[type='checkbox'] {
2937
- & + label {
2938
- padding: 0;
2939
- &:before {
2940
- border-width: 1px;
2941
- width: 16px;
2942
- height: 16px;
2943
- border-radius: 2px;
2944
- }
2945
- }
2946
- &:checked + label {
2947
- &:after {
2948
- top: 7px;
2949
- transform: scale(1.1) translateY(1px) translateX(6px) rotate(45deg);
2950
- }
2951
- }
2952
- }
2953
- }
2954
- }
2955
- .wz-img-manager .input-search.field {
2956
+ }.wz-img-manager .input-search.field {
2956
2957
  padding: 10px 20px;
2957
2958
  background-color: $gray-background;
2958
2959
  @include media('<tablet') {
Binary file