@win2win/shared-ui 0.2.21 → 0.2.23
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/dist/components/Inputs/WinSelect.vue.d.ts.map +1 -1
- package/dist/components/pdf/PdfContainer.vue.d.ts.map +1 -1
- package/dist/components/widgets/index.d.ts +2 -1
- package/dist/components/widgets/index.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/components/ProductTag.vue.d.ts +4 -1
- package/dist/components/widgets/linvermedia-product-card/components/ProductTag.vue.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/mock-products.d.ts +185 -5
- package/dist/components/widgets/linvermedia-product-card/mock-products.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/schema.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/w2w-shared-ui.js +1303 -1288
- package/dist/w2w-shared-ui.umd.cjs +3 -3
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WinSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Inputs/WinSelect.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"WinSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Inputs/WinSelect.vue"],"names":[],"mappings":"AA2MA,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAM/C,KAAK,WAAW,GAAG,YAAY,GAAG;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAiIN,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;AA6HF,QAAA,IAAyB,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA+BhD,QAAA,MAAM,eAAe;;;;;;;YAtSN,MAAM;;cAGJ,OAAO;;;wBADG,OAAO;;;;;;6EA4ShC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdfContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/PdfContainer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PdfContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/PdfContainer.vue"],"names":[],"mappings":"AAwHA,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE;QACH,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH,CAAC;;AAwKF,wBAMG"}
|
|
@@ -2,6 +2,7 @@ import { Component } from "vue";
|
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import { LinvermediaProductCard } from "./linvermedia-product-card";
|
|
4
4
|
import ProductPrice from "./linvermedia-product-card/components/ProductPrice.vue";
|
|
5
|
+
import ProductProps from "./linvermedia-product-card/components/ProductProps.vue";
|
|
5
6
|
export declare const WidgetsIndex: IndexedWidget;
|
|
6
7
|
export type IndexedWidget = Record<string, WidgetOption>;
|
|
7
8
|
export interface WidgetOption {
|
|
@@ -13,6 +14,6 @@ export interface WidgetOption {
|
|
|
13
14
|
schema?: z.ZodObject<any>;
|
|
14
15
|
mock?: Record<string, any>;
|
|
15
16
|
}
|
|
16
|
-
export { LinvermediaProductCard, ProductPrice };
|
|
17
|
+
export { LinvermediaProductCard, ProductPrice, ProductProps };
|
|
17
18
|
export default WidgetsIndex;
|
|
18
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAEL,sBAAsB,EAEvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,YAAY,MAAM,wDAAwD,CAAC;AAElF,eAAO,MAAM,YAAY,EASpB,aAAa,CAAC;AAEnB,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5B;AAED,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAEL,sBAAsB,EAEvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,YAAY,MAAM,wDAAwD,CAAC;AAClF,OAAO,YAAY,MAAM,wDAAwD,CAAC;AAElF,eAAO,MAAM,YAAY,EASpB,aAAa,CAAC;AAEnB,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5B;AAED,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC;AAE9D,eAAe,YAAY,CAAC"}
|
package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinvermediaProductCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue"],"names":[],"mappings":"AAoUA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"LinvermediaProductCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue"],"names":[],"mappings":"AAoUA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;AAycvD,wBAQG"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
tag?: string;
|
|
3
|
+
format?: "capitalize" | "uppercase" | "lowercase";
|
|
3
4
|
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
|
+
format: "capitalize" | "uppercase" | "lowercase";
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
8
|
export default _default;
|
|
6
9
|
//# sourceMappingURL=ProductTag.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductTag.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-card/components/ProductTag.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductTag.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-card/components/ProductTag.vue"],"names":[],"mappings":"AA0CA,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,WAAW,CAAC;CACnD,CAAC;;YADS,YAAY,GAAG,WAAW,GAAG,WAAW;;AA4ErD,wBAOG"}
|
|
@@ -177,9 +177,9 @@ export declare const MOCK_PRODUCTS: readonly ({
|
|
|
177
177
|
COLOR: string;
|
|
178
178
|
CODE: string;
|
|
179
179
|
};
|
|
180
|
+
TAGS: string;
|
|
180
181
|
PROVEEDORES: never[];
|
|
181
182
|
ID_GAMA?: undefined;
|
|
182
|
-
TAGS?: undefined;
|
|
183
183
|
PACK?: undefined;
|
|
184
184
|
GRUPO?: undefined;
|
|
185
185
|
PAQUETE?: undefined;
|
|
@@ -336,8 +336,8 @@ export declare const MOCK_PRODUCTS: readonly ({
|
|
|
336
336
|
CODE: string;
|
|
337
337
|
};
|
|
338
338
|
PROVEEDORES: never[];
|
|
339
|
-
ID_GAMA?: undefined;
|
|
340
339
|
TAGS?: undefined;
|
|
340
|
+
ID_GAMA?: undefined;
|
|
341
341
|
PACK?: undefined;
|
|
342
342
|
GRUPO?: undefined;
|
|
343
343
|
PAQUETE?: undefined;
|
|
@@ -508,8 +508,8 @@ export declare const MOCK_PRODUCTS: readonly ({
|
|
|
508
508
|
CODE: string;
|
|
509
509
|
};
|
|
510
510
|
PROVEEDORES: never[];
|
|
511
|
-
ID_GAMA?: undefined;
|
|
512
511
|
TAGS?: undefined;
|
|
512
|
+
ID_GAMA?: undefined;
|
|
513
513
|
PACK?: undefined;
|
|
514
514
|
GRUPO?: undefined;
|
|
515
515
|
PAQUETE?: undefined;
|
|
@@ -673,8 +673,188 @@ export declare const MOCK_PRODUCTS: readonly ({
|
|
|
673
673
|
CODE: string;
|
|
674
674
|
};
|
|
675
675
|
PROVEEDORES: never[];
|
|
676
|
+
TAGS?: undefined;
|
|
676
677
|
ID_GAMA?: undefined;
|
|
678
|
+
PACK?: undefined;
|
|
679
|
+
GRUPO?: undefined;
|
|
680
|
+
PAQUETE?: undefined;
|
|
681
|
+
ID_PRODUCTOS_PAQUETE?: undefined;
|
|
682
|
+
PRECIOS?: undefined;
|
|
683
|
+
} | {
|
|
684
|
+
ID_PRODUCTO: number;
|
|
685
|
+
COD_ART_MVX: string;
|
|
686
|
+
NOMBRE: string;
|
|
687
|
+
DESCRIPCION: string;
|
|
688
|
+
ESTADO: string;
|
|
689
|
+
PROPS: {
|
|
690
|
+
gob: string;
|
|
691
|
+
sku: string;
|
|
692
|
+
alto: null;
|
|
693
|
+
gama: string;
|
|
694
|
+
ancho: null;
|
|
695
|
+
marca: string;
|
|
696
|
+
pitch: string;
|
|
697
|
+
brillo: string;
|
|
698
|
+
modelo: string;
|
|
699
|
+
tamano: null;
|
|
700
|
+
peso_kg: string;
|
|
701
|
+
subgama: string;
|
|
702
|
+
a_medida: boolean;
|
|
703
|
+
material: string;
|
|
704
|
+
ubicacion: string;
|
|
705
|
+
uso_final: string;
|
|
706
|
+
doble_cara: boolean;
|
|
707
|
+
resolucion: null;
|
|
708
|
+
subfamilia: string;
|
|
709
|
+
interactivo: null;
|
|
710
|
+
profundidad: null;
|
|
711
|
+
proteccion_ip: string;
|
|
712
|
+
tipo_servicio: string;
|
|
713
|
+
consumo_medio_w: string;
|
|
714
|
+
tipo_de_montaje: string;
|
|
715
|
+
usos_habituales: never[];
|
|
716
|
+
consumo_maximo_w: string;
|
|
717
|
+
tipo_de_servicio: string;
|
|
718
|
+
tipo_instalacion: string;
|
|
719
|
+
sistema_operativo: string;
|
|
720
|
+
colores_disponibles: string[];
|
|
721
|
+
tasa_de_refresco_hz: string;
|
|
722
|
+
tipo_de_instalacion: string;
|
|
723
|
+
propositos_generales: string[];
|
|
724
|
+
aplicacion_recomendada: string[];
|
|
725
|
+
controladoras_compatibles: string[];
|
|
726
|
+
compatible_videowall?: undefined;
|
|
727
|
+
familia?: undefined;
|
|
728
|
+
descripcion_gob?: undefined;
|
|
729
|
+
solucion_para_vista_cliente?: undefined;
|
|
730
|
+
colores?: undefined;
|
|
731
|
+
};
|
|
732
|
+
PUBLICO: boolean;
|
|
733
|
+
PRECIO: string;
|
|
734
|
+
FECHA_ALTA: string;
|
|
735
|
+
FECHA_CREADO: string;
|
|
736
|
+
UBICACION: null;
|
|
737
|
+
DETALLE_PACK: {
|
|
738
|
+
ID_PRODUCTO_DETALLE_PACK: number;
|
|
739
|
+
ID_PRODUCTO_PACK: number;
|
|
740
|
+
ID_PRODUCTO_DETALLE: number;
|
|
741
|
+
CANTIDAD: number;
|
|
742
|
+
DESCUENTO: string;
|
|
743
|
+
PROPS: {
|
|
744
|
+
alto: string;
|
|
745
|
+
ancho: string;
|
|
746
|
+
};
|
|
747
|
+
PRINCIPAL: boolean;
|
|
748
|
+
DETALLE: {
|
|
749
|
+
ID_PRODUCTO: number;
|
|
750
|
+
NOMBRE: string;
|
|
751
|
+
};
|
|
752
|
+
}[];
|
|
753
|
+
R_GAMA: {
|
|
754
|
+
ID_GAMA: number;
|
|
755
|
+
NOMBRE: string;
|
|
756
|
+
PROPS: ({
|
|
757
|
+
id: string;
|
|
758
|
+
code: string;
|
|
759
|
+
image: null;
|
|
760
|
+
label: string;
|
|
761
|
+
prefix: string;
|
|
762
|
+
suffix: string;
|
|
763
|
+
options: {
|
|
764
|
+
image: null;
|
|
765
|
+
label: string;
|
|
766
|
+
value: string;
|
|
767
|
+
condition: string;
|
|
768
|
+
exclusive: boolean;
|
|
769
|
+
}[];
|
|
770
|
+
multiple: boolean;
|
|
771
|
+
structure: never[];
|
|
772
|
+
validators: {
|
|
773
|
+
param: string;
|
|
774
|
+
validator: string;
|
|
775
|
+
}[];
|
|
776
|
+
visibility: {
|
|
777
|
+
form: boolean;
|
|
778
|
+
roles: never[];
|
|
779
|
+
detail: boolean;
|
|
780
|
+
public: boolean;
|
|
781
|
+
summary: boolean;
|
|
782
|
+
condition?: undefined;
|
|
783
|
+
};
|
|
784
|
+
controlType: string;
|
|
785
|
+
} | {
|
|
786
|
+
id: string;
|
|
787
|
+
code: string;
|
|
788
|
+
image: null;
|
|
789
|
+
label: string;
|
|
790
|
+
prefix: string;
|
|
791
|
+
suffix: string;
|
|
792
|
+
options: {
|
|
793
|
+
image: null;
|
|
794
|
+
label: string;
|
|
795
|
+
value: string;
|
|
796
|
+
condition: string;
|
|
797
|
+
exclusive: boolean;
|
|
798
|
+
}[];
|
|
799
|
+
multiple: boolean;
|
|
800
|
+
structure: never[];
|
|
801
|
+
validators: {
|
|
802
|
+
param: string;
|
|
803
|
+
validator: string;
|
|
804
|
+
}[];
|
|
805
|
+
visibility: {
|
|
806
|
+
form: boolean;
|
|
807
|
+
roles: never[];
|
|
808
|
+
detail: boolean;
|
|
809
|
+
public: boolean;
|
|
810
|
+
summary: boolean;
|
|
811
|
+
condition: string;
|
|
812
|
+
};
|
|
813
|
+
controlType: string;
|
|
814
|
+
} | {
|
|
815
|
+
id: string;
|
|
816
|
+
code: string;
|
|
817
|
+
image: null;
|
|
818
|
+
label: string;
|
|
819
|
+
prefix: string;
|
|
820
|
+
suffix: string;
|
|
821
|
+
options: {
|
|
822
|
+
image: null;
|
|
823
|
+
label: string;
|
|
824
|
+
value: string;
|
|
825
|
+
exclusive: boolean;
|
|
826
|
+
}[];
|
|
827
|
+
multiple: boolean;
|
|
828
|
+
structure: never[];
|
|
829
|
+
validators: never[];
|
|
830
|
+
visibility: {
|
|
831
|
+
form: boolean;
|
|
832
|
+
roles: never[];
|
|
833
|
+
detail: boolean;
|
|
834
|
+
public: boolean;
|
|
835
|
+
summary: boolean;
|
|
836
|
+
condition: string;
|
|
837
|
+
};
|
|
838
|
+
controlType: string;
|
|
839
|
+
})[];
|
|
840
|
+
};
|
|
841
|
+
R_IMG: {
|
|
842
|
+
ID_ARCHIVO: number;
|
|
843
|
+
LOCATION: string;
|
|
844
|
+
FILETYPE: string;
|
|
845
|
+
PUBLICO: boolean;
|
|
846
|
+
PRINCIPAL: boolean;
|
|
847
|
+
POSICION: number;
|
|
848
|
+
}[];
|
|
849
|
+
R_ESTADO: {
|
|
850
|
+
ID_ESTADO: string;
|
|
851
|
+
NAME: string;
|
|
852
|
+
COLOR: string;
|
|
853
|
+
CODE: string;
|
|
854
|
+
};
|
|
855
|
+
PROVEEDORES: never[];
|
|
677
856
|
TAGS?: undefined;
|
|
857
|
+
ID_GAMA?: undefined;
|
|
678
858
|
PACK?: undefined;
|
|
679
859
|
GRUPO?: undefined;
|
|
680
860
|
PAQUETE?: undefined;
|
|
@@ -853,8 +1033,8 @@ export declare const MOCK_PRODUCTS: readonly ({
|
|
|
853
1033
|
CODE: string;
|
|
854
1034
|
};
|
|
855
1035
|
PROVEEDORES: never[];
|
|
856
|
-
ID_GAMA?: undefined;
|
|
857
1036
|
TAGS?: undefined;
|
|
1037
|
+
ID_GAMA?: undefined;
|
|
858
1038
|
PACK?: undefined;
|
|
859
1039
|
GRUPO?: undefined;
|
|
860
1040
|
PAQUETE?: undefined;
|
|
@@ -1033,8 +1213,8 @@ export declare const MOCK_PRODUCTS: readonly ({
|
|
|
1033
1213
|
CODE: string;
|
|
1034
1214
|
};
|
|
1035
1215
|
PROVEEDORES: never[];
|
|
1036
|
-
ID_GAMA?: undefined;
|
|
1037
1216
|
TAGS?: undefined;
|
|
1217
|
+
ID_GAMA?: undefined;
|
|
1038
1218
|
PACK?: undefined;
|
|
1039
1219
|
GRUPO?: undefined;
|
|
1040
1220
|
PAQUETE?: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mock-products.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/mock-products.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"mock-products.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/mock-products.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAs07CxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;EAO5C,CAAC;AAIH,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-card/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;EAO5C,CAAC;AAIH,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAGhB,CAAC"}
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fixed[data-v-b2df9e74]{position:fixed!important;top:0;left:0;right:0;bottom:0}.spinner-container[data-v-b2df9e74]{min-height:64px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;z-index:999;top:0;left:0;right:0;background-color:#ffffffb3}.fade-enter-active[data-v-b2df9e74],.fade-leave-active[data-v-b2df9e74]{transition:opacity .3s ease}.fade-enter-from[data-v-b2df9e74],.fade-leave-to[data-v-b2df9e74]{opacity:0}.hoverable[data-v-2d3dd405]{transition:background-color .1s}.card[data-v-2d3dd405]{position:relative;flex-grow:1}.card.hoverable[data-v-2d3dd405]:hover{background-color:#00000003}.card.clickable[data-v-2d3dd405]{cursor:pointer}.card-content[data-v-2d3dd405]{font-size:13px;height:100%;display:flex;flex-direction:column}.card-footer[data-v-2d3dd405]{flex-grow:1;display:flex;flex-direction:column;justify-content:end;padding:0 1rem 1rem}.section[data-v-2d3dd405]{min-height:400px}.card-menu[data-v-2d3dd405]{position:absolute;top:0;right:0;margin:4px}.carousel-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0!important;padding:.5rem}.indicator-icon[data-v-f7a2cee7]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.indicator-icon.coral[data-v-f7a2cee7]{background:linear-gradient(40deg,#0ff,#4169e1,#ffb6c1)}.indicator-icon.green[data-v-f7a2cee7]{background:linear-gradient(40deg,#2e8b57,#00ff7f)}.indicator-icon.red[data-v-f7a2cee7]{background:linear-gradient(40deg,#8b0000,red)}.indicator-icon.pink[data-v-f7a2cee7]{background:linear-gradient(40deg,#c71585,violet)}.indicator-icon.purple[data-v-f7a2cee7]{background:linear-gradient(40deg,indigo,#639)}.indicator-icon.blue[data-v-f7a2cee7]{background:linear-gradient(40deg,#00008b,#00bfff)}.indicator-icon.cyan[data-v-f7a2cee7]{background:linear-gradient(40deg,#00ced1,#0ff)}.indicator-icon.orange[data-v-f7a2cee7]{background:linear-gradient(40deg,#f4a460,#ffdab9)}.indicator-icon.yellow[data-v-f7a2cee7]{background:linear-gradient(40deg,gold,#ff0)}.indicator-icon.grey[data-v-f7a2cee7]{background:linear-gradient(40deg,#d3d3d3,#f5f5f5)}.indicator-icon.black[data-v-f7a2cee7]{background:linear-gradient(40deg,#6d6d6d,#000)}.indicator-label[data-v-2acb571b]{line-height:1.5;margin-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-option[data-v-148468d6]{transition:all .3s;display:flex;justify-content:center;align-items:center;padding:.5rem;border-radius:.5rem;cursor:pointer;background:#fff;color:#202020;height:100px;width:160px;text-align:center;font-size:16px;word-break:break-word;border:.5px solid rgba(73,74,74,.1);box-shadow:5px 7px 7px -4px #b6b6b6b3;-webkit-box-shadow:5px 7px 7px -4px rgba(182,182,182,.7);-moz-box-shadow:5px 7px 7px -4px rgba(182,182,182,.7)}@media (max-width: 388px){.card-option[data-v-148468d6]{width:120px;height:80px;font-size:12px}}@media (max-width: 317px){.card-option[data-v-148468d6]{min-width:75px;height:80px;font-size:12px}}.card-option.active[data-v-148468d6]{color:#000;font-weight:500;box-shadow:5px 7px 7px -4px #494a4ae6;-webkit-box-shadow:5px 7px 7px -4px rgba(73,74,74,.9);-moz-box-shadow:5px 7px 7px -4px rgba(73,74,74,.9)}.card-select-container[data-v-148468d6]{padding:0 10vw;display:flex;align-items:center;justify-content:start;width:100%;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.card-select-container[data-v-148468d6]{padding:0 10px;display:flex;justify-content:center;max-width:100%}}.image-card[data-v-148468d6]{margin:auto 1rem;transition:all .3s;position:relative;height:fit-content;width:fit-content;border-radius:.5rem;overflow:hidden;cursor:pointer}.image-card .check[data-v-148468d6]{position:absolute;bottom:15px;right:15px;width:30px;height:30px;background:#fff;border-radius:5px}.image-card.active[data-v-148468d6]{box-shadow:13px 12px 15px -2px #3f3f3fb0;-webkit-box-shadow:13px 12px 15px -2px rgba(63,63,63,.69);-moz-box-shadow:13px 12px 15px -2px rgba(63,63,63,.69)}.indicator-icon[data-v-86ec13f1]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.indicator-icon.coral[data-v-86ec13f1]{background:linear-gradient(40deg,#0ff,#4169e1,#ffb6c1)}.indicator-icon.green[data-v-86ec13f1]{background:linear-gradient(40deg,#2e8b57,#00ff7f)}.indicator-icon.red[data-v-86ec13f1]{background:linear-gradient(40deg,#8b0000,red)}.indicator-icon.pink[data-v-86ec13f1]{background:linear-gradient(40deg,#c71585,violet)}.indicator-icon.purple[data-v-86ec13f1]{background:linear-gradient(40deg,indigo,#639)}.indicator-icon.blue[data-v-86ec13f1]{background:linear-gradient(40deg,#00008b,#00bfff)}.indicator-icon.cyan[data-v-86ec13f1]{background:linear-gradient(40deg,#00ced1,#0ff)}.indicator-icon.orange[data-v-86ec13f1]{background:linear-gradient(40deg,#f4a460,#ffdab9)}.indicator-icon.yellow[data-v-86ec13f1]{background:linear-gradient(40deg,gold,#ff0)}.indicator-icon.grey[data-v-86ec13f1]{background:linear-gradient(40deg,#d3d3d3,#f5f5f5)}.indicator-icon.black[data-v-86ec13f1]{background:linear-gradient(40deg,#6d6d6d,#000)}.hoverable[data-v-a10936e1]{padding:.5rem;border-radius:4px}.hoverable[data-v-a10936e1]:hover{background-color:#f5f5f5}.bordered[data-v-a10936e1]{border:.25px solid rgb(236,236,236);padding:12px;border-radius:6.5px;box-shadow:0 2px 3px #0000001a}.text[data-v-a10936e1]{font-size:13px}.dense-text[data-v-a10936e1]{font-size:12px}[data-v-5593318f] .q-field__control-container{padding-left:0}[data-v-5593318f] .q-field--float .q-field__label{transform:translateY(-40%) scale(.9)}[data-v-5593318f] .q-field__label{font-size:15px;color:#000}[data-v-5593318f] .q-field__native{padding-top:24px;padding-bottom:0;font-weight:600}[data-v-5593318f] .q-field__bottom{padding-top:14px}.m-auto[data-v-8f5284d3]{margin:auto!important}.buttons-container[data-v-3bcb795a]{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 25px;pointer-events:none}.buttons-container[data-v-3bcb795a]>*{pointer-events:all}[data-v-fa1749f7]::deep(.q-field__native){font-size:19.5px;text-align:center}.question-title{letter-spacing:.5px;font-weight:500;font-size:23px;line-height:30px}.form-steps-container[data-v-2d9dca33]{height:75vh;overflow-y:auto}@media screen and (max-width: 700px){.form-steps-container[data-v-2d9dca33]{height:100%}}.controls-container[data-v-2d9dca33]{margin:0rem auto}@media (max-width: 768px){.controls-container[data-v-2d9dca33]{margin:2rem auto}}[data-v-bd5dfdca]::deep(.q-field__bottom){padding:0!important}.form-steps-container[data-v-a8cd1002]{height:55vh;overflow-y:auto}.description[data-v-a8cd1002]{font-size:16px}@media screen and (max-width: 700px){.form-steps-container[data-v-a8cd1002]{height:100%}}.form-container[data-v-a8cd1002]{max-width:75vw;margin:auto;display:grid;row-gap:.5rem;column-gap:1rem}@media (max-width: 768px){.form-container[data-v-a8cd1002]{grid-template-columns:1fr}}@media (max-width: 1200px){.form-container[data-v-a8cd1002]{max-width:100%}}.controls-container[data-v-a8cd1002]{margin:0rem auto}@media (max-width: 768px){.controls-container[data-v-a8cd1002]{margin:2rem auto}}.form-container[data-v-a8cd1002]{max-width:100%;margin:1rem}@media (min-width: 768px){.form-container[data-v-a8cd1002]{max-width:800px}}@media (min-width: 1200px){.form-container[data-v-a8cd1002]{max-width:1200px;margin:10px auto auto}}.buttons-container[data-v-ea1ef607]{pointer-events:none;width:100%}.max-container[data-v-ea1ef607]{max-width:1200px;margin:0 auto}[data-v-ea1ef607]::deep(button){pointer-events:all}[data-v-ea1ef607]::deep(.checkbox){pointer-events:all}.pdf-container[data-v-215f3d03]{position:relative}.signature[data-v-215f3d03]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:999}.actions[data-v-215f3d03]{position:fixed;top:50%;right:0;margin:1.5rem;z-index:1000}@media print{.no-print[data-v-215f3d03]{display:none!important}}[data-v-215f3d03] .pdf-vue3-scroller{max-height:none!important}[data-v-215f3d03] .pdf-vue3-canvas-container canvas{box-shadow:none!important}._card_12eql_1{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 10px #0000001a}._card-header_12eql_8{margin-bottom:15px}._card-header_12eql_8 h3{line-height:1;margin:0;font-size:1.2em;color:#036}._card-header_12eql_8 p{margin:0;color:#999}._card-content_12eql_22 ._card-field_12eql_22{display:flex;justify-content:space-between;margin-bottom:10px}._card-content_12eql_22 ._card-field_12eql_22 ._field-label_12eql_27{color:#666}._card-content_12eql_22 ._card-field_12eql_22 ._field-value_12eql_30{font-weight:700;color:#333}._card-section_1xfbl_2{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._img-container_17yzt_2{display:flex;width:100%}.section[data-v-db3a353a]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-db3a353a]{visibility:visible}@media print{.radio[disabled][data-v-db3a353a]{opacity:.2!important}}.section[data-v-c526bed6]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-c526bed6]{visibility:visible}.signature[data-v-c526bed6]{width:auto;height:180px;max-width:100vw;border:1px solid black}@media print{.no-print[data-v-c526bed6]{display:none!important}}._table-section_aicx8_1{border-collapse:collapse}._table-section_aicx8_1 th,._table-section_aicx8_1 td{padding:0;border:1px solid #000}._section_besae_1,._p-container_besae_2{position:relative}._section_besae_1:hover ._add-btn_besae_6{visibility:visible}._p-container_besae_2:hover{background-color:#0000000a}._p-container_besae_2:hover ._remove-btn_besae_13{visibility:visible}._add-btn_besae_6,._remove-btn_besae_13{z-index:9;visibility:hidden;position:absolute;top:0;right:0}h1{font-size:24px;line-height:1}h2{font-size:18px;line-height:1}p{font-size:14px}@media print{._no-print_besae_41{display:none!important}._no-print_besae_41 ._p-container_besae_2{background-color:transparent!important}}._sections-container_ikqi4_2{display:flex;flex-direction:column;gap:2rem}@media print{@page{margin:10mm;size:A4}._sections-container_ikqi4_2>*{page-break-inside:avoid}}.strikethrough[data-v-f7f88ff3]{text-decoration:line-through}.price[data-v-f7f88ff3]{font-size:1.5rem;line-height:1.75rem}.tag[data-v-5789d084]{background-color:#0183cb;color:#fff}[data-v-fa11453f]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.tag[data-v-fa11453f]{background-color:#0183cb;color:#fff}.card-custom[data-v-fa11453f]{cursor:pointer;padding:0;width:100%;min-width:200px;max-width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:all .2s ease}.card-custom[data-v-fa11453f]:hover{box-shadow:0 4px 20px #0003}.card-custom:hover .cta[data-v-fa11453f]{visibility:visible}.carousel-container[data-v-fa11453f]{position:relative;overflow:hidden}.carousel-overlay[data-v-fa11453f]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px}.header-overlay[data-v-fa11453f]{font-weight:500;color:#404040;font-size:var(--font-size-base)}.media-count[data-v-fa11453f]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.property-info[data-v-fa11453f]{text-align:center;font-size:var(--font-size-base);line-height:1.5;margin-bottom:15px}.visibility-icon-container[data-v-fa11453f]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-fa11453f]{color:#28a745}.visibility-icon-container .red[data-v-fa11453f]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-fa11453f]{top:5rem;right:.5rem;padding:.2rem}}.cta[data-v-fa11453f]{visibility:hidden}.color-selector[data-v-fa11453f]{display:flex;gap:.5rem;flex-wrap:wrap}.color-circle[data-v-fa11453f]{width:18px;height:18px;border-radius:50%;border:1px solid rgb(144,144,144);cursor:pointer;transition:transform .2s,border-color .2s}.description[data-v-fa11453f]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis}.flex-center[data-v-fa11453f]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
|
|
1
|
+
.fixed[data-v-b2df9e74]{position:fixed!important;top:0;left:0;right:0;bottom:0}.spinner-container[data-v-b2df9e74]{min-height:64px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;z-index:999;top:0;left:0;right:0;background-color:#ffffffb3}.fade-enter-active[data-v-b2df9e74],.fade-leave-active[data-v-b2df9e74]{transition:opacity .3s ease}.fade-enter-from[data-v-b2df9e74],.fade-leave-to[data-v-b2df9e74]{opacity:0}.hoverable[data-v-2d3dd405]{transition:background-color .1s}.card[data-v-2d3dd405]{position:relative;flex-grow:1}.card.hoverable[data-v-2d3dd405]:hover{background-color:#00000003}.card.clickable[data-v-2d3dd405]{cursor:pointer}.card-content[data-v-2d3dd405]{font-size:13px;height:100%;display:flex;flex-direction:column}.card-footer[data-v-2d3dd405]{flex-grow:1;display:flex;flex-direction:column;justify-content:end;padding:0 1rem 1rem}.section[data-v-2d3dd405]{min-height:400px}.card-menu[data-v-2d3dd405]{position:absolute;top:0;right:0;margin:4px}.carousel-controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0!important;padding:.5rem}.indicator-icon[data-v-f7a2cee7]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.indicator-icon.coral[data-v-f7a2cee7]{background:linear-gradient(40deg,#0ff,#4169e1,#ffb6c1)}.indicator-icon.green[data-v-f7a2cee7]{background:linear-gradient(40deg,#2e8b57,#00ff7f)}.indicator-icon.red[data-v-f7a2cee7]{background:linear-gradient(40deg,#8b0000,red)}.indicator-icon.pink[data-v-f7a2cee7]{background:linear-gradient(40deg,#c71585,violet)}.indicator-icon.purple[data-v-f7a2cee7]{background:linear-gradient(40deg,indigo,#639)}.indicator-icon.blue[data-v-f7a2cee7]{background:linear-gradient(40deg,#00008b,#00bfff)}.indicator-icon.cyan[data-v-f7a2cee7]{background:linear-gradient(40deg,#00ced1,#0ff)}.indicator-icon.orange[data-v-f7a2cee7]{background:linear-gradient(40deg,#f4a460,#ffdab9)}.indicator-icon.yellow[data-v-f7a2cee7]{background:linear-gradient(40deg,gold,#ff0)}.indicator-icon.grey[data-v-f7a2cee7]{background:linear-gradient(40deg,#d3d3d3,#f5f5f5)}.indicator-icon.black[data-v-f7a2cee7]{background:linear-gradient(40deg,#6d6d6d,#000)}.indicator-label[data-v-2acb571b]{line-height:1.5;margin-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-option[data-v-148468d6]{transition:all .3s;display:flex;justify-content:center;align-items:center;padding:.5rem;border-radius:.5rem;cursor:pointer;background:#fff;color:#202020;height:100px;width:160px;text-align:center;font-size:16px;word-break:break-word;border:.5px solid rgba(73,74,74,.1);box-shadow:5px 7px 7px -4px #b6b6b6b3;-webkit-box-shadow:5px 7px 7px -4px rgba(182,182,182,.7);-moz-box-shadow:5px 7px 7px -4px rgba(182,182,182,.7)}@media (max-width: 388px){.card-option[data-v-148468d6]{width:120px;height:80px;font-size:12px}}@media (max-width: 317px){.card-option[data-v-148468d6]{min-width:75px;height:80px;font-size:12px}}.card-option.active[data-v-148468d6]{color:#000;font-weight:500;box-shadow:5px 7px 7px -4px #494a4ae6;-webkit-box-shadow:5px 7px 7px -4px rgba(73,74,74,.9);-moz-box-shadow:5px 7px 7px -4px rgba(73,74,74,.9)}.card-select-container[data-v-148468d6]{padding:0 10vw;display:flex;align-items:center;justify-content:start;width:100%;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.card-select-container[data-v-148468d6]{padding:0 10px;display:flex;justify-content:center;max-width:100%}}.image-card[data-v-148468d6]{margin:auto 1rem;transition:all .3s;position:relative;height:fit-content;width:fit-content;border-radius:.5rem;overflow:hidden;cursor:pointer}.image-card .check[data-v-148468d6]{position:absolute;bottom:15px;right:15px;width:30px;height:30px;background:#fff;border-radius:5px}.image-card.active[data-v-148468d6]{box-shadow:13px 12px 15px -2px #3f3f3fb0;-webkit-box-shadow:13px 12px 15px -2px rgba(63,63,63,.69);-moz-box-shadow:13px 12px 15px -2px rgba(63,63,63,.69)}.indicator-icon[data-v-86ec13f1]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.indicator-icon.coral[data-v-86ec13f1]{background:linear-gradient(40deg,#0ff,#4169e1,#ffb6c1)}.indicator-icon.green[data-v-86ec13f1]{background:linear-gradient(40deg,#2e8b57,#00ff7f)}.indicator-icon.red[data-v-86ec13f1]{background:linear-gradient(40deg,#8b0000,red)}.indicator-icon.pink[data-v-86ec13f1]{background:linear-gradient(40deg,#c71585,violet)}.indicator-icon.purple[data-v-86ec13f1]{background:linear-gradient(40deg,indigo,#639)}.indicator-icon.blue[data-v-86ec13f1]{background:linear-gradient(40deg,#00008b,#00bfff)}.indicator-icon.cyan[data-v-86ec13f1]{background:linear-gradient(40deg,#00ced1,#0ff)}.indicator-icon.orange[data-v-86ec13f1]{background:linear-gradient(40deg,#f4a460,#ffdab9)}.indicator-icon.yellow[data-v-86ec13f1]{background:linear-gradient(40deg,gold,#ff0)}.indicator-icon.grey[data-v-86ec13f1]{background:linear-gradient(40deg,#d3d3d3,#f5f5f5)}.indicator-icon.black[data-v-86ec13f1]{background:linear-gradient(40deg,#6d6d6d,#000)}.hoverable[data-v-a10936e1]{padding:.5rem;border-radius:4px}.hoverable[data-v-a10936e1]:hover{background-color:#f5f5f5}.bordered[data-v-a10936e1]{border:.25px solid rgb(236,236,236);padding:12px;border-radius:6.5px;box-shadow:0 2px 3px #0000001a}.text[data-v-a10936e1]{font-size:13px}.dense-text[data-v-a10936e1]{font-size:12px}[data-v-5593318f] .q-field__control-container{padding-left:0}[data-v-5593318f] .q-field--float .q-field__label{transform:translateY(-40%) scale(.9)}[data-v-5593318f] .q-field__label{font-size:15px;color:#000}[data-v-5593318f] .q-field__native{padding-top:24px;padding-bottom:0;font-weight:600}[data-v-5593318f] .q-field__bottom{padding-top:14px}.m-auto[data-v-8f5284d3]{margin:auto!important}.buttons-container[data-v-3bcb795a]{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 25px;pointer-events:none}.buttons-container[data-v-3bcb795a]>*{pointer-events:all}[data-v-fa1749f7]::deep(.q-field__native){font-size:19.5px;text-align:center}.question-title{letter-spacing:.5px;font-weight:500;font-size:23px;line-height:30px}.form-steps-container[data-v-2d9dca33]{height:75vh;overflow-y:auto}@media screen and (max-width: 700px){.form-steps-container[data-v-2d9dca33]{height:100%}}.controls-container[data-v-2d9dca33]{margin:0rem auto}@media (max-width: 768px){.controls-container[data-v-2d9dca33]{margin:2rem auto}}[data-v-bd5dfdca]::deep(.q-field__bottom){padding:0!important}.form-steps-container[data-v-a8cd1002]{height:55vh;overflow-y:auto}.description[data-v-a8cd1002]{font-size:16px}@media screen and (max-width: 700px){.form-steps-container[data-v-a8cd1002]{height:100%}}.form-container[data-v-a8cd1002]{max-width:75vw;margin:auto;display:grid;row-gap:.5rem;column-gap:1rem}@media (max-width: 768px){.form-container[data-v-a8cd1002]{grid-template-columns:1fr}}@media (max-width: 1200px){.form-container[data-v-a8cd1002]{max-width:100%}}.controls-container[data-v-a8cd1002]{margin:0rem auto}@media (max-width: 768px){.controls-container[data-v-a8cd1002]{margin:2rem auto}}.form-container[data-v-a8cd1002]{max-width:100%;margin:1rem}@media (min-width: 768px){.form-container[data-v-a8cd1002]{max-width:800px}}@media (min-width: 1200px){.form-container[data-v-a8cd1002]{max-width:1200px;margin:10px auto auto}}.buttons-container[data-v-ea1ef607]{pointer-events:none;width:100%}.max-container[data-v-ea1ef607]{max-width:1200px;margin:0 auto}[data-v-ea1ef607]::deep(button){pointer-events:all}[data-v-ea1ef607]::deep(.checkbox){pointer-events:all}.pdf-container[data-v-117f6ebf]{position:relative}.signature[data-v-117f6ebf]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:999}.actions[data-v-117f6ebf]{position:fixed;top:50%;right:0;margin:1.5rem;z-index:1000}@media print{.no-print[data-v-117f6ebf]{display:none!important}}[data-v-117f6ebf] .pdf-vue3-scroller{max-height:none!important}[data-v-117f6ebf] .pdf-vue3-canvas-container canvas{box-shadow:none!important}._card_12eql_1{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 10px #0000001a}._card-header_12eql_8{margin-bottom:15px}._card-header_12eql_8 h3{line-height:1;margin:0;font-size:1.2em;color:#036}._card-header_12eql_8 p{margin:0;color:#999}._card-content_12eql_22 ._card-field_12eql_22{display:flex;justify-content:space-between;margin-bottom:10px}._card-content_12eql_22 ._card-field_12eql_22 ._field-label_12eql_27{color:#666}._card-content_12eql_22 ._card-field_12eql_22 ._field-value_12eql_30{font-weight:700;color:#333}._card-section_1xfbl_2{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}._img-container_17yzt_2{display:flex;width:100%}.section[data-v-db3a353a]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-db3a353a]{visibility:visible}@media print{.radio[disabled][data-v-db3a353a]{opacity:.2!important}}.section[data-v-c526bed6]{position:relative;display:flex;justify-content:center;align-items:center}.section:hover .add-btn[data-v-c526bed6]{visibility:visible}.signature[data-v-c526bed6]{width:auto;height:180px;max-width:100vw;border:1px solid black}@media print{.no-print[data-v-c526bed6]{display:none!important}}._table-section_aicx8_1{border-collapse:collapse}._table-section_aicx8_1 th,._table-section_aicx8_1 td{padding:0;border:1px solid #000}._section_besae_1,._p-container_besae_2{position:relative}._section_besae_1:hover ._add-btn_besae_6{visibility:visible}._p-container_besae_2:hover{background-color:#0000000a}._p-container_besae_2:hover ._remove-btn_besae_13{visibility:visible}._add-btn_besae_6,._remove-btn_besae_13{z-index:9;visibility:hidden;position:absolute;top:0;right:0}h1{font-size:24px;line-height:1}h2{font-size:18px;line-height:1}p{font-size:14px}@media print{._no-print_besae_41{display:none!important}._no-print_besae_41 ._p-container_besae_2{background-color:transparent!important}}._sections-container_ikqi4_2{display:flex;flex-direction:column;gap:2rem}@media print{@page{margin:10mm;size:A4}._sections-container_ikqi4_2>*{page-break-inside:avoid}}.strikethrough[data-v-f7f88ff3]{text-decoration:line-through}.price[data-v-f7f88ff3]{font-size:1.5rem;line-height:1.75rem}.tag[data-v-9e6518c1]{background-color:#0183cb;color:#fff}[data-v-688bfe3e]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.tag[data-v-688bfe3e]{background-color:#0183cb;color:#fff}.card-custom[data-v-688bfe3e]{cursor:pointer;padding:0;width:100%;min-width:200px;max-width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:all .2s ease}.card-custom[data-v-688bfe3e]:hover{box-shadow:0 4px 20px #0003}.card-custom:hover .cta[data-v-688bfe3e]{visibility:visible}.carousel-container[data-v-688bfe3e]{position:relative;overflow:hidden}.carousel-overlay[data-v-688bfe3e]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px}.header-overlay[data-v-688bfe3e]{font-weight:500;color:#404040;font-size:var(--font-size-base)}.media-count[data-v-688bfe3e]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.property-info[data-v-688bfe3e]{text-align:center;font-size:var(--font-size-base);line-height:1.5;margin-bottom:15px}.visibility-icon-container[data-v-688bfe3e]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-688bfe3e]{color:#28a745}.visibility-icon-container .red[data-v-688bfe3e]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-688bfe3e]{top:5rem;right:.5rem;padding:.2rem}}.cta[data-v-688bfe3e]{visibility:hidden}.color-selector[data-v-688bfe3e]{display:flex;gap:.5rem;flex-wrap:wrap}.color-circle[data-v-688bfe3e]{width:18px;height:18px;border-radius:50%;border:1px solid rgb(144,144,144);cursor:pointer;transition:transform .2s,border-color .2s}.description[data-v-688bfe3e]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis}.flex-center[data-v-688bfe3e]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
|