@win2win/shared-ui 0.1.0 → 0.1.2

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.
@@ -0,0 +1,28 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ title: string;
3
+ subtitle?: string | undefined;
4
+ fields: {
5
+ label: string;
6
+ value: any;
7
+ format?: string | undefined;
8
+ }[];
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
10
+ title: string;
11
+ subtitle?: string | undefined;
12
+ fields: {
13
+ label: string;
14
+ value: any;
15
+ format?: string | undefined;
16
+ }[];
17
+ }>>>, {}, {}>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToOption<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ //# sourceMappingURL=Card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/Card.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAgLA,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SectionProps } from '@/interfaces/document-layouts';
2
+ import { CardsGridContent } from '@win2win/shared';
3
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<SectionProps<CardsGridContent, any[]>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<SectionProps<CardsGridContent, any[]>>>>, {}, {}>;
4
+ export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToOption<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
14
+ //# sourceMappingURL=CardGridSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardGridSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/CardGridSection.vue"],"names":[],"mappings":"AAkCA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;;AA4DnD,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SectionProps } from '@/interfaces/document-layouts';
2
+ import { ImageContent } from '@win2win/shared';
3
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<SectionProps<ImageContent, any>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<SectionProps<ImageContent, any>>>>, {}, {}>;
4
+ export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToOption<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
14
+ //# sourceMappingURL=ImageSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/ImageSection.vue"],"names":[],"mappings":"AAuBA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAgD/C,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { LayoutSection, LayoutStyle } from '@win2win/shared';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
+ styles: LayoutStyle;
4
+ sections: LayoutSection[];
5
+ data: any;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
7
+ styles: LayoutStyle;
8
+ sections: LayoutSection[];
9
+ data: any;
10
+ }>>>, {}, {}>;
11
+ export default _default;
12
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
+ type __VLS_TypePropsToOption<T> = {
14
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
15
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
+ } : {
17
+ type: import('vue').PropType<T[K]>;
18
+ required: true;
19
+ };
20
+ };
21
+ //# sourceMappingURL=SectionsContainer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionsContainer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/SectionsContainer.vue"],"names":[],"mappings":"AA4CA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;;;;;;;;;AAoE7D,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SectionProps } from '@/interfaces/document-layouts';
2
+ import { TableContent } from '@win2win/shared';
3
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<SectionProps<TableContent, any[]>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<SectionProps<TableContent, any[]>>>>, {}, {}>;
4
+ export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToOption<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
14
+ //# sourceMappingURL=TableSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/TableSection.vue"],"names":[],"mappings":"AAkEA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AA+E/C,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SectionProps } from '@/interfaces/document-layouts';
2
+ import { TextContent } from '@win2win/shared';
3
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<SectionProps<TextContent, any>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<SectionProps<TextContent, any>>>>, {}, {}>;
4
+ export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToOption<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
14
+ //# sourceMappingURL=TextSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/TextSection.vue"],"names":[],"mappings":"AAmBA,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;;AAkD9C,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { LayoutSection } from '@win2win/shared';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
+ section: LayoutSection;
4
+ data: any;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
+ section: LayoutSection;
7
+ data: any;
8
+ }>>>, {}, {}>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: import('vue').PropType<T[K]>;
16
+ required: true;
17
+ };
18
+ };
19
+ //# sourceMappingURL=WrapperComponent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WrapperComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/pdf/WrapperComponent.vue"],"names":[],"mappings":"AA2CE,OAAO,EAAE,aAAa,EAAwG,MAAM,iBAAiB,CAAC;;;;;;;;AAiFxJ,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,9 +1,10 @@
1
1
  import { App } from "vue";
2
2
  import DynamicForm from "./components/DynamicForm/DynamicForm.vue";
3
3
  import TestUi from "./components/TestUi.vue";
4
+ import SectionsContainer from "./components/pdf/SectionsContainer.vue";
4
5
  declare const W2WSharedUi: {
5
6
  install(app: App, options: any): void;
6
7
  };
7
8
  export default W2WSharedUi;
8
- export { DynamicForm, TestUi };
9
+ export { DynamicForm, SectionsContainer, TestUi };
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -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,WAAW,MAAM,0CAA0C,CAAC;AACnE,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAE7C,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAS/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAE3B,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,WAAW,MAAM,0CAA0C,CAAC;AACnE,OAAO,MAAM,MAAM,yBAAyB,CAAC;AAC7C,OAAO,iBAAiB,MAAM,wCAAwC,CAAC;AAEvE,QAAA,MAAM,WAAW;iBACF,GAAG,WAAW,GAAG;CAU/B,CAAC;AAEF,eAAe,WAAW,CAAC;AAE3B,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { LayoutStyle } from "@win2win/shared";
2
+ export interface SectionProps<T, D = any> {
3
+ styles?: LayoutStyle;
4
+ content: T;
5
+ data: D;
6
+ }
7
+ //# sourceMappingURL=document-layouts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-layouts.d.ts","sourceRoot":"","sources":["../../src/interfaces/document-layouts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,WAAW,YAAY,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG;IACpC,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,OAAO,EAAE,CAAC,CAAA;IACV,IAAI,EAAE,CAAC,CAAA;CACV"}
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .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)}.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}
1
+ .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)}.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}.card[data-v-240458c0]{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;max-width:300px}.card-header[data-v-240458c0]{margin-bottom:15px}.card-header h3[data-v-240458c0]{margin:0;font-size:1.2em;color:#036}.card-header p[data-v-240458c0]{margin:0;color:#999}.card-content .card-field[data-v-240458c0]{display:flex;justify-content:space-between;margin-bottom:10px}.card-content .card-field .field-label[data-v-240458c0]{font-weight:700;color:#333}.card-content .card-field .field-value[data-v-240458c0]{color:#666}.card-section[data-v-3c66abb7]{display:flex;flex-wrap:wrap;gap:20px;margin-top:2rem;margin-bottom:2rem}table[data-v-3008cafa]{border-collapse:collapse}th[data-v-3008cafa],td[data-v-3008cafa]{padding:0;border:1px solid #000;text-transform:uppercase}.page[data-v-3196379e]{margin:20px;padding:40px 100px;border:2px solid black;display:flex;flex-direction:column;gap:2rem}.encabezado[data-v-3196379e]{font-size:16px;line-height:0;margin-bottom:40px}.logo[data-v-3196379e]{margin-bottom:30px}