@win2win/shared-ui 0.2.38 → 0.2.39
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/Common/Button.vue.d.ts +35 -0
- package/dist/components/Common/Button.vue.d.ts.map +1 -0
- package/dist/components/Common/{WinIconButton.vue.d.ts → IconButton.vue.d.ts} +4 -3
- package/dist/components/Common/IconButton.vue.d.ts.map +1 -0
- package/dist/components/Common/SectionSpinner.vue.d.ts +1 -1
- package/dist/components/Common/SectionSpinner.vue.d.ts.map +1 -1
- package/dist/components/Data/Field.vue.d.ts +1 -1
- package/dist/components/Data/Field.vue.d.ts.map +1 -1
- package/dist/components/Inputs/WinInput.vue.d.ts +2 -2
- package/dist/components/Inputs/WinInput.vue.d.ts.map +1 -1
- package/dist/components/Inputs/WinSelect.vue.d.ts +2 -2
- package/dist/components/Inputs/WinSelect.vue.d.ts.map +1 -1
- package/dist/components/pdf/sections/SignatureSection.vue.d.ts +2 -2
- package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/schema.d.ts +2 -2
- package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.d.ts +21 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.d.ts.map +1 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.d.ts +3 -0
- package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.d.ts.map +1 -0
- package/dist/components/widgets/linvermedia-product-detail/mock-props.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-detail/schema.d.ts +3 -0
- package/dist/components/widgets/linvermedia-product-detail/schema.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-detail/useContext.d.ts +2 -0
- package/dist/components/widgets/linvermedia-product-detail/useContext.d.ts.map +1 -1
- package/dist/components/widgets/shared/schema.d.ts +4 -0
- package/dist/components/widgets/shared/schema.d.ts.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/w2w-shared-ui.js +7978 -7758
- package/dist/w2w-shared-ui.umd.cjs +17 -17
- package/package.json +1 -1
- package/dist/components/Common/WinIconButton.vue.d.ts.map +0 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label: string;
|
|
3
|
+
loading?: boolean;
|
|
4
|
+
type?: string;
|
|
5
|
+
disable?: boolean;
|
|
6
|
+
tooltip?: string;
|
|
7
|
+
main?: boolean;
|
|
8
|
+
hotkey?: string;
|
|
9
|
+
color?: string;
|
|
10
|
+
filled?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare var __VLS_10: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_10) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
click: (...args: any[]) => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
loading: boolean;
|
|
22
|
+
type: string;
|
|
23
|
+
disable: boolean;
|
|
24
|
+
main: boolean;
|
|
25
|
+
color: string;
|
|
26
|
+
filled: boolean;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=Button.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Common/Button.vue"],"names":[],"mappings":"AAkEA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAqGJ,QAAA,IAAI,QAAQ,IAAW,CAAE;AACzB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAsBhD,QAAA,MAAM,eAAe;;;;;aArIP,OAAO;UACV,MAAM;aACH,OAAO;UAEV,OAAO;WAEN,MAAM;YACL,OAAO;6EAsIlB,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,15 +1,15 @@
|
|
|
1
|
-
export type WinIconButtonAction = "edit" | "add" | "save" | "delete" | "view" | "cancel" | "confirm" | "tune" | "refresh" | "close" | "expand" | "collapse" | "code" | "search" | "import" | "download" | "upload" | "clone" | "publish" | "support" | "up" | "down" | "reset_tv" | "card_view" | "table_view" | "drag" | "send" | "sync" | "back" | "reorder" | "preview" | "copy_id" | "prev" | "next" | "menu" | "assign" | "clipboard";
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
icon?: string;
|
|
4
3
|
label?: string;
|
|
5
4
|
badge?: string | number | undefined;
|
|
6
|
-
action?: WinIconButtonAction;
|
|
7
5
|
sm?: boolean;
|
|
8
6
|
md?: boolean;
|
|
9
7
|
color?: string;
|
|
10
8
|
flat?: boolean;
|
|
11
9
|
disable?: boolean;
|
|
10
|
+
outline?: boolean;
|
|
12
11
|
bg?: string;
|
|
12
|
+
custom?: boolean;
|
|
13
13
|
};
|
|
14
14
|
declare var __VLS_14: {};
|
|
15
15
|
type __VLS_Slots = {} & {
|
|
@@ -17,6 +17,7 @@ type __VLS_Slots = {} & {
|
|
|
17
17
|
};
|
|
18
18
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
19
|
flat: boolean;
|
|
20
|
+
custom: boolean;
|
|
20
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
22
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
23
|
export default _default;
|
|
@@ -25,4 +26,4 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
25
26
|
$slots: S;
|
|
26
27
|
};
|
|
27
28
|
};
|
|
28
|
-
//# sourceMappingURL=
|
|
29
|
+
//# sourceMappingURL=IconButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Common/IconButton.vue"],"names":[],"mappings":"AA8GA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AA+IJ,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAuBhD,QAAA,MAAM,eAAe;UA7KV,OAAO;YAIL,OAAO;6EAgLlB,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"}
|
|
@@ -4,8 +4,8 @@ type __VLS_Props = {
|
|
|
4
4
|
text?: string;
|
|
5
5
|
};
|
|
6
6
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
-
fixed: boolean;
|
|
8
7
|
loading: boolean;
|
|
8
|
+
fixed: boolean;
|
|
9
9
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
11
|
//# sourceMappingURL=SectionSpinner.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Common/SectionSpinner.vue"],"names":[],"mappings":"AA6DA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;
|
|
1
|
+
{"version":3,"file":"SectionSpinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Common/SectionSpinner.vue"],"names":[],"mappings":"AA6DA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;aAFU,OAAO;WADT,OAAO;;AA8FnB,wBAOG"}
|
|
@@ -13,8 +13,8 @@ type __VLS_Props = {
|
|
|
13
13
|
badge?: (v: any) => string;
|
|
14
14
|
};
|
|
15
15
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
|
-
hoverable: boolean;
|
|
17
16
|
dense: boolean;
|
|
17
|
+
hoverable: boolean;
|
|
18
18
|
row: boolean;
|
|
19
19
|
colouredLabel: boolean;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Data/Field.vue"],"names":[],"mappings":"AAwEA,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC7C,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC;CAC5B,CAAC;;
|
|
1
|
+
{"version":3,"file":"Field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Data/Field.vue"],"names":[],"mappings":"AAwEA,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC7C,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC;CAC5B,CAAC;;WAJQ,OAAO;eAHH,OAAO;SAFb,OAAO;mBAIG,OAAO;;AAmH3B,wBAOG"}
|
|
@@ -28,10 +28,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
28
28
|
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
type: "number" | "
|
|
32
|
-
height: string;
|
|
31
|
+
type: "number" | "search" | "text" | "textarea" | "time" | "email" | "url" | "tel" | "date" | "password" | "file" | "datetime-local";
|
|
33
32
|
disable: boolean;
|
|
34
33
|
required: boolean;
|
|
34
|
+
height: string;
|
|
35
35
|
readonly: boolean;
|
|
36
36
|
step: number;
|
|
37
37
|
decimals: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WinInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Inputs/WinInput.vue"],"names":[],"mappings":"AAqHA,OAAO,EAAU,WAAW,EAAE,MAAM,QAAQ,CAAC;AAM7C,KAAK,WAAW,GAAG,WAAW,GAAG;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AA4CN,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;AA+GF,QAAA,IAAyB,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"WinInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Inputs/WinInput.vue"],"names":[],"mappings":"AAqHA,OAAO,EAAU,WAAW,EAAE,MAAM,QAAQ,CAAC;AAM7C,KAAK,WAAW,GAAG,WAAW,GAAG;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AA4CN,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC;AA+GF,QAAA,IAAyB,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;;;;;;;;;;cAtMJ,OAAO;YACT,MAAM;;UACR,MAAM;cAEF,MAAM;wBACI,OAAO;oBAGX,MAAM;6EAuM3B,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"}
|
|
@@ -20,11 +20,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
21
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
|
-
loading: boolean;
|
|
24
23
|
label: string;
|
|
25
|
-
|
|
24
|
+
loading: boolean;
|
|
26
25
|
disable: boolean;
|
|
27
26
|
required: boolean;
|
|
27
|
+
height: string;
|
|
28
28
|
options: readonly any[];
|
|
29
29
|
readonly: boolean;
|
|
30
30
|
useFieldOnReadonly: boolean;
|
|
@@ -1 +1 @@
|
|
|
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
|
|
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;;;;;;;;cAnSJ,OAAO;YAHT,MAAM;;;wBAEM,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"}
|
|
@@ -4,13 +4,13 @@ type __VLS_Props = SectionProps<SignatureContent>;
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
cancel: (...args: any[]) => void;
|
|
6
6
|
clear: (...args: any[]) => void;
|
|
7
|
-
edit: (...args: any[]) => void;
|
|
8
7
|
save: (...args: any[]) => void;
|
|
8
|
+
edit: (...args: any[]) => void;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
onEdit?: ((...args: any[]) => any) | undefined;
|
|
13
12
|
onSave?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
14
14
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
export default _default;
|
|
16
16
|
//# sourceMappingURL=SignatureSection.vue.d.ts.map
|
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":"AAsVA,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":"AAsVA,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;AAibvD,wBAQG"}
|
|
@@ -15,17 +15,17 @@ export declare const LinvermediaProductCardPropsSchema: z.ZodObject<{
|
|
|
15
15
|
scale?: number | undefined;
|
|
16
16
|
isPublic?: boolean | undefined;
|
|
17
17
|
fetching?: boolean | undefined;
|
|
18
|
+
count?: number | undefined;
|
|
18
19
|
hiddenProps?: string[] | undefined;
|
|
19
20
|
descriptionLines?: number | undefined;
|
|
20
|
-
count?: number | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
data?: any;
|
|
23
23
|
scale?: number | undefined;
|
|
24
24
|
isPublic?: boolean | undefined;
|
|
25
25
|
fetching?: boolean | undefined;
|
|
26
|
+
count?: number | undefined;
|
|
26
27
|
hiddenProps?: string[] | undefined;
|
|
27
28
|
descriptionLines?: number | undefined;
|
|
28
|
-
count?: number | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
type T = {
|
|
31
31
|
descriptionLines?: number;
|
package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinvermediaProductDetail.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LinvermediaProductDetail.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue"],"names":[],"mappings":"AA4IA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAc7C,OAAO,EAAE,6BAA6B,EAAoB,MAAM,UAAU,CAAC;;;;;;;;;;;;;;AAqR3E,wBAQG"}
|
package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { JsonObject } from "@win2win/shared";
|
|
2
|
+
export declare const getPaneles: (props: JsonObject, metrosCuadrados: number) => number;
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
product: any;
|
|
5
|
+
} & {
|
|
6
|
+
quantity: number;
|
|
7
|
+
detail: JsonObject;
|
|
8
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:quantity": (value: number) => any;
|
|
10
|
+
"update:detail": (value: JsonObject) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
+
product: any;
|
|
13
|
+
} & {
|
|
14
|
+
quantity: number;
|
|
15
|
+
detail: JsonObject;
|
|
16
|
+
}> & Readonly<{
|
|
17
|
+
"onUpdate:quantity"?: ((value: number) => any) | undefined;
|
|
18
|
+
"onUpdate:detail"?: ((value: JsonObject) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
export default _default;
|
|
21
|
+
//# sourceMappingURL=ProductConfiguration.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductConfiguration.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue"],"names":[],"mappings":"AAiJA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAmB7C,eAAO,MAAM,UAAU,GAAI,OAAO,UAAU,EAAE,iBAAiB,MAAM,WAcpE,CAAC;;aAIS,GAAG;;cAgDF,MAAM;YACR,UAAU;;;;;aAjDT,GAAG;;cAgDF,MAAM;YACR,UAAU;;;;;AAnDpB,wBAyLK"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=ProductShopcartActions.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductShopcartActions.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue"],"names":[],"mappings":";AAsQA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mock-props.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/mock-props.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"mock-props.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/mock-props.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;wBA4tDpD,6BAA6B;AAPlC,wBAOmC"}
|
|
@@ -6,6 +6,7 @@ export declare const LinvermediaProductDetailPropsSchema: z.ZodObject<{
|
|
|
6
6
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
7
7
|
fetching: z.ZodOptional<z.ZodBoolean>;
|
|
8
8
|
scale: z.ZodOptional<z.ZodNumber>;
|
|
9
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
9
10
|
} & {
|
|
10
11
|
view: z.ZodOptional<z.ZodEnum<["detail", "summary"]>>;
|
|
11
12
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -26,6 +27,7 @@ export declare const LinvermediaProductDetailPropsSchema: z.ZodObject<{
|
|
|
26
27
|
scale?: number | undefined;
|
|
27
28
|
isPublic?: boolean | undefined;
|
|
28
29
|
fetching?: boolean | undefined;
|
|
30
|
+
count?: number | undefined;
|
|
29
31
|
}, {
|
|
30
32
|
gama: {
|
|
31
33
|
PROPS: Record<string, any>[];
|
|
@@ -36,6 +38,7 @@ export declare const LinvermediaProductDetailPropsSchema: z.ZodObject<{
|
|
|
36
38
|
scale?: number | undefined;
|
|
37
39
|
isPublic?: boolean | undefined;
|
|
38
40
|
fetching?: boolean | undefined;
|
|
41
|
+
count?: number | undefined;
|
|
39
42
|
}>;
|
|
40
43
|
type T = {
|
|
41
44
|
view?: "detail" | "summary";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAqB,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAqB,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM9C,CAAC;AAGH,KAAK,CAAC,GAAG;IACP,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG,eAAe,GAAG,CAAC,CAAC;AAEhE,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACxC,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,aAAa,EAAE,UAAU,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,EAAE,CAAC;IACP,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -7,6 +7,7 @@ export interface LinvermediaProductDetailContext {
|
|
|
7
7
|
slide: Ref<number>;
|
|
8
8
|
images: Ref<ProductImageLite[]>;
|
|
9
9
|
selectedPackProduct: Ref<JsonObject | null>;
|
|
10
|
+
count?: Ref<number | undefined>;
|
|
10
11
|
}
|
|
11
12
|
export declare function useContext(): {
|
|
12
13
|
product: ComputedRef<ProductLite | null>;
|
|
@@ -17,5 +18,6 @@ export declare function useContext(): {
|
|
|
17
18
|
productProps: ComputedRef<JsonObject>;
|
|
18
19
|
selectedPackProduct: Ref<JsonObject | null, JsonObject | null>;
|
|
19
20
|
slide: Ref<number, number>;
|
|
21
|
+
count: Ref<number | undefined, number | undefined> | undefined;
|
|
20
22
|
};
|
|
21
23
|
//# sourceMappingURL=useContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useContext.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/useContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAY,WAAW,EAAU,GAAG,EAAS,MAAM,KAAK,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEzD,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,WAAW,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACzC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAChC,mBAAmB,EAAE,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"useContext.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/linvermedia-product-detail/useContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAY,WAAW,EAAU,GAAG,EAAS,MAAM,KAAK,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEzD,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,WAAW,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IACzC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,EAAE,GAAG,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAChC,mBAAmB,EAAE,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAC5C,KAAK,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CACjC;AAED,wBAAgB,UAAU;;;;;;;;;;EAyCzB"}
|
|
@@ -4,21 +4,25 @@ export declare const WidgetPropsSchema: z.ZodObject<{
|
|
|
4
4
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
5
5
|
fetching: z.ZodOptional<z.ZodBoolean>;
|
|
6
6
|
scale: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
7
8
|
}, "strip", z.ZodTypeAny, {
|
|
8
9
|
data?: any;
|
|
9
10
|
scale?: number | undefined;
|
|
10
11
|
isPublic?: boolean | undefined;
|
|
11
12
|
fetching?: boolean | undefined;
|
|
13
|
+
count?: number | undefined;
|
|
12
14
|
}, {
|
|
13
15
|
data?: any;
|
|
14
16
|
scale?: number | undefined;
|
|
15
17
|
isPublic?: boolean | undefined;
|
|
16
18
|
fetching?: boolean | undefined;
|
|
19
|
+
count?: number | undefined;
|
|
17
20
|
}>;
|
|
18
21
|
export type WidgetPropsBase = {
|
|
19
22
|
data: any | null;
|
|
20
23
|
isPublic?: boolean;
|
|
21
24
|
fetching?: boolean;
|
|
22
25
|
scale?: number;
|
|
26
|
+
count?: number;
|
|
23
27
|
};
|
|
24
28
|
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/shared/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/shared/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAU5B,CAAC;AAGH,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { App } from "vue";
|
|
2
|
+
import Button from "./components/Common/Button.vue";
|
|
2
3
|
import Card from "./components/Common/Card.vue";
|
|
3
4
|
import DynamicCarousel from "./components/Common/DynamicCarousel.vue";
|
|
5
|
+
import IconButton from "./components/Common/IconButton.vue";
|
|
4
6
|
import IndicatorColor from "./components/Common/IndicatorColor.vue";
|
|
5
7
|
import SectionSpinner from "./components/Common/SectionSpinner.vue";
|
|
6
8
|
import StateIndicator from "./components/Common/StateIndicator.vue";
|
|
7
|
-
import WinIconButton from "./components/Common/WinIconButton.vue";
|
|
8
9
|
import DynamicForm from "./components/DynamicForm/DynamicForm.vue";
|
|
9
10
|
import SectionsContainer from "./components/pdf/SectionsContainer.vue";
|
|
10
11
|
import ProductPrice from "./components/widgets/shared/ProductPrice.vue";
|
|
@@ -17,5 +18,5 @@ export default W2WSharedUi;
|
|
|
17
18
|
export { WidgetsIndex } from "./components/widgets";
|
|
18
19
|
export * from "./components/widgets/interfaces";
|
|
19
20
|
export * from "./composables/index";
|
|
20
|
-
export { Card, DynamicCarousel, DynamicForm, IndicatorColor, ProductPrice, ProductProps, ProductTag, SectionsContainer, SectionSpinner, StateIndicator,
|
|
21
|
+
export { Button, Card, DynamicCarousel, DynamicForm, IconButton, IndicatorColor, ProductPrice, ProductProps, ProductTag, SectionsContainer, SectionSpinner, StateIndicator, };
|
|
21
22
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,IAAI,MAAM,8BAA8B,CAAC;AAChD,OAAO,eAAe,MAAM,yCAAyC,CAAC;AACtE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,MAAM,MAAM,gCAAgC,CAAC;AACpD,OAAO,IAAI,MAAM,8BAA8B,CAAC;AAChD,OAAO,eAAe,MAAM,yCAAyC,CAAC;AACtE,OAAO,UAAU,MAAM,oCAAoC,CAAC;AAC5D,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,cAAc,MAAM,wCAAwC,CAAC;AACpE,OAAO,WAAW,MAAM,0CAA0C,CAAC;AACnE,OAAO,iBAAiB,MAAM,wCAAwC,CAAC;AAEvE,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,UAAU,MAAM,4CAA4C,CAAC;AAEpE,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAuB/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EACL,MAAM,EACN,IAAI,EACJ,eAAe,EACf,WAAW,EACX,UAAU,EACV,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,cAAc,GACf,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}[data-v-433d9d30] .disabled{opacity:.2!important}.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-e20e0af8]{text-decoration:line-through}.price[data-v-e20e0af8]{font-size:1.5rem;line-height:1.75rem}.tag[data-v-36974272]{background-color:#0183cb;color:#fff}[data-v-5b9926e2]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.text-main[data-v-5b9926e2]{color:#2e2a85}.pack-code[data-v-5b9926e2]{padding:.2rem .5rem;border-radius:2.5px;font-size:12px;white-space:nowrap!important;overflow:hidden}.tag[data-v-5b9926e2]{background-color:#0183cb;color:#fff}.card-custom[data-v-5b9926e2]{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-5b9926e2]:hover{box-shadow:0 4px 20px #0003}.card-custom:hover .cta[data-v-5b9926e2]{visibility:visible}.carousel-container[data-v-5b9926e2]{position:relative;overflow:hidden}.carousel-overlay[data-v-5b9926e2]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;overflow-x:auto}.header-overlay[data-v-5b9926e2]{font-weight:500;color:#404040;font-size:var(--font-size-base)}.media-count[data-v-5b9926e2]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.property-info[data-v-5b9926e2]{text-align:center;font-size:var(--font-size-base);line-height:1.5;margin-bottom:15px}.visibility-icon-container[data-v-5b9926e2]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-5b9926e2]{color:#28a745}.visibility-icon-container .red[data-v-5b9926e2]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-5b9926e2]{top:5rem;right:.5rem;padding:.2rem}}.cta[data-v-5b9926e2]{visibility:hidden}.color-selector[data-v-5b9926e2]{display:flex;gap:.5rem;flex-wrap:wrap}.color-circle[data-v-5b9926e2]{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-5b9926e2]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis;text-align:left}.flex-center[data-v-5b9926e2]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.media-card[data-v-481b6fef]{border-radius:8px;height:70px;cursor:pointer;border:1px;position:relative}.media-card .video-icon[data-v-481b6fef]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.detalle-pack[data-v-2dba707d]{width:200px;border-radius:8px;cursor:pointer}.selected[data-v-2dba707d]{border:1px solid rgb(143,143,143);box-shadow:0 2px 8px #49494944}.cta[data-v-2dba707d]{visibility:hidden}.product-image-header[data-v-86923709]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;height:48px}.product-code[data-v-86923709]{font-weight:500;color:#404040;font-size:var(--font-size-base);display:flex;align-items:center}.media-count[data-v-86923709]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.tags[data-v-86923709]{display:flex;justify-content:center;flex-wrap:nowrap;align-items:center}.visibility-icon-container[data-v-3a4b0b68]{position:absolute;top:3rem;right:.5rem;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:15}.visibility-icon-container .green[data-v-3a4b0b68]{color:#28a745}.visibility-icon-container .red[data-v-3a4b0b68]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-3a4b0b68]{top:5rem;right:.5rem;padding:.2rem}}.grid[data-v-253d1019]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 992px){.grid[data-v-253d1019]{grid-template-columns:1fr}}.images-container[data-v-253d1019]{display:flex;gap:1rem}.carousel-container[data-v-253d1019]{flex-grow:1;position:relative;overflow:hidden;border-bottom:1px solid #e0e0e0}
|
|
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}[data-v-3407e01c] .disabled{opacity:.2!important}.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-e20e0af8]{text-decoration:line-through}.price[data-v-e20e0af8]{font-size:1.5rem;line-height:1.75rem}.tag[data-v-36974272]{background-color:#0183cb;color:#fff}[data-v-72125910]:root{--primary-color: #821717;--secondary-color: #555;--font-bold: bold;--font-size-base: 14px}.text-main[data-v-72125910]{color:#2e2a85}.pack-code[data-v-72125910]{padding:.2rem .5rem;border-radius:2.5px;font-size:12px;white-space:nowrap!important;overflow:hidden}.tag[data-v-72125910]{background-color:#0183cb;color:#fff}.card-custom[data-v-72125910]{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-72125910]:hover{box-shadow:0 4px 20px #0003}.card-custom:hover .cta[data-v-72125910]{visibility:visible}.carousel-container[data-v-72125910]{position:relative;overflow:hidden}.carousel-overlay[data-v-72125910]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;overflow-x:auto}.header-overlay[data-v-72125910]{display:flex;align-items:center;font-weight:500;color:#404040;font-size:var(--font-size-base)}.media-count[data-v-72125910]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.property-info[data-v-72125910]{text-align:center;font-size:var(--font-size-base);line-height:1.5;margin-bottom:15px}.visibility-icon-container[data-v-72125910]{position:absolute;top:3rem;right:.5rem;padding:.3rem}.visibility-icon-container .green[data-v-72125910]{color:#28a745}.visibility-icon-container .red[data-v-72125910]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-72125910]{top:5rem;right:.5rem;padding:.2rem}}.cta[data-v-72125910]{visibility:hidden}.color-selector[data-v-72125910]{display:flex;gap:.5rem;flex-wrap:wrap}.color-circle[data-v-72125910]{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-72125910]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis;text-align:left}.flex-center[data-v-72125910]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.media-card[data-v-481b6fef]{border-radius:8px;height:70px;cursor:pointer;border:1px;position:relative}.media-card .video-icon[data-v-481b6fef]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.detalle-pack[data-v-2dba707d]{width:200px;border-radius:8px;cursor:pointer}.selected[data-v-2dba707d]{border:1px solid rgb(143,143,143);box-shadow:0 2px 8px #49494944}.cta[data-v-2dba707d]{visibility:hidden}.product-image-header[data-v-86923709]{position:absolute;top:0;left:0;z-index:10;width:100%;display:grid;grid-template-columns:repeat(3,1fr);background-color:#ffffffd9;padding:8px;height:48px}.product-code[data-v-86923709]{font-weight:500;color:#404040;font-size:var(--font-size-base);display:flex;align-items:center}.media-count[data-v-86923709]{font-weight:500;color:#404040;font-size:12px;display:flex;justify-content:end;align-items:center}.tags[data-v-86923709]{display:flex;justify-content:center;flex-wrap:nowrap;align-items:center}.prices[data-v-903fea63]{font-size:16px;color:#000;border-radius:8px}.total[data-v-903fea63]{flex-grow:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:end}.simple-grid[data-v-903fea63]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gap[data-v-903fea63]{gap:1rem}.counter[data-v-2d260226]{display:flex;align-items:center;gap:.5rem}.counter .quantity[data-v-2d260226]{font-size:1rem;font-weight:700;width:2.5rem;text-align:center}.visibility-icon-container[data-v-3a4b0b68]{position:absolute;top:3rem;right:.5rem;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0003;z-index:15}.visibility-icon-container .green[data-v-3a4b0b68]{color:#28a745}.visibility-icon-container .red[data-v-3a4b0b68]{color:#dc3545}@media (max-width: 360px){.visibility-icon-container[data-v-3a4b0b68]{top:5rem;right:.5rem;padding:.2rem}}.grid[data-v-64ae7bdd]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 992px){.grid[data-v-64ae7bdd]{grid-template-columns:1fr}}.images-container[data-v-64ae7bdd]{display:flex;gap:1rem}.carousel-container[data-v-64ae7bdd]{flex-grow:1;position:relative;overflow:hidden;border-bottom:1px solid #e0e0e0}
|