@win2win/shared-ui 0.3.26 → 0.3.27

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.
Files changed (61) hide show
  1. package/dist/components/Inputs/WinInput.vue.d.ts +3 -3
  2. package/dist/components/Inputs/WinInput.vue.d.ts.map +1 -1
  3. package/dist/components/Inputs/WinSelect.vue.d.ts +4 -4
  4. package/dist/components/Inputs/WinSelect.vue.d.ts.map +1 -1
  5. package/dist/components/widgets/broker-card/BrokerCard.vue.d.ts.map +1 -1
  6. package/dist/components/widgets/broker-card/schema.d.ts +2 -2
  7. package/dist/components/widgets/broker-detail/schema.d.ts +2 -2
  8. package/dist/components/widgets/linvermedia-product-card/schema.d.ts +2 -2
  9. package/dist/components/widgets/linvermedia-product-detail/schema.d.ts +2 -2
  10. package/dist/components/widgets/linvermedia-solicitud-card/schema.d.ts +2 -2
  11. package/dist/components/widgets/shared/schema.d.ts +2 -2
  12. package/dist/index.d.ts +1 -2
  13. package/dist/index.d.ts.map +1 -1
  14. package/dist/style.css +1 -1
  15. package/dist/w2w-shared-ui.js +15535 -18750
  16. package/dist/w2w-shared-ui.umd.cjs +39 -39
  17. package/package.json +1 -1
  18. package/dist/components/DynamicForm/CardsSelectControl.vue.d.ts +0 -14
  19. package/dist/components/DynamicForm/CardsSelectControl.vue.d.ts.map +0 -1
  20. package/dist/components/DynamicForm/ControlLabel.vue.d.ts +0 -6
  21. package/dist/components/DynamicForm/ControlLabel.vue.d.ts.map +0 -1
  22. package/dist/components/DynamicForm/Controls/SimpleCheckbox.vue.d.ts +0 -14
  23. package/dist/components/DynamicForm/Controls/SimpleCheckbox.vue.d.ts.map +0 -1
  24. package/dist/components/DynamicForm/Controls/SimpleInput.vue.d.ts +0 -15
  25. package/dist/components/DynamicForm/Controls/SimpleInput.vue.d.ts.map +0 -1
  26. package/dist/components/DynamicForm/Controls/SimpleSelect.vue.d.ts +0 -14
  27. package/dist/components/DynamicForm/Controls/SimpleSelect.vue.d.ts.map +0 -1
  28. package/dist/components/DynamicForm/Controls/SimpleSwitch.vue.d.ts +0 -14
  29. package/dist/components/DynamicForm/Controls/SimpleSwitch.vue.d.ts.map +0 -1
  30. package/dist/components/DynamicForm/DynamicForm.vue.d.ts +0 -21
  31. package/dist/components/DynamicForm/DynamicForm.vue.d.ts.map +0 -1
  32. package/dist/components/DynamicForm/FormMapper.d.ts +0 -8
  33. package/dist/components/DynamicForm/FormMapper.d.ts.map +0 -1
  34. package/dist/components/DynamicForm/InputControl.vue.d.ts +0 -17
  35. package/dist/components/DynamicForm/InputControl.vue.d.ts.map +0 -1
  36. package/dist/components/DynamicForm/MultipleFormGroups.vue.d.ts +0 -6
  37. package/dist/components/DynamicForm/MultipleFormGroups.vue.d.ts.map +0 -1
  38. package/dist/components/DynamicForm/NavigationButtons.vue.d.ts +0 -14
  39. package/dist/components/DynamicForm/NavigationButtons.vue.d.ts.map +0 -1
  40. package/dist/components/DynamicForm/SelectControl.vue.d.ts +0 -14
  41. package/dist/components/DynamicForm/SelectControl.vue.d.ts.map +0 -1
  42. package/dist/components/DynamicForm/SingleFormGroup.vue.d.ts +0 -6
  43. package/dist/components/DynamicForm/SingleFormGroup.vue.d.ts.map +0 -1
  44. package/dist/components/DynamicForm/StepHeader.vue.d.ts +0 -8
  45. package/dist/components/DynamicForm/StepHeader.vue.d.ts.map +0 -1
  46. package/dist/components/DynamicForm/StepsNavigationButtons.vue.d.ts +0 -7
  47. package/dist/components/DynamicForm/StepsNavigationButtons.vue.d.ts.map +0 -1
  48. package/dist/components/DynamicForm/consts.d.ts +0 -7
  49. package/dist/components/DynamicForm/consts.d.ts.map +0 -1
  50. package/dist/components/DynamicForm/control-validators.d.ts +0 -12
  51. package/dist/components/DynamicForm/control-validators.d.ts.map +0 -1
  52. package/dist/components/DynamicForm/helpers.d.ts +0 -8
  53. package/dist/components/DynamicForm/helpers.d.ts.map +0 -1
  54. package/dist/components/DynamicForm/models.d.ts +0 -201
  55. package/dist/components/DynamicForm/models.d.ts.map +0 -1
  56. package/dist/components/DynamicForm/useFormGroups.d.ts +0 -194
  57. package/dist/components/DynamicForm/useFormGroups.d.ts.map +0 -1
  58. package/dist/mock-forms.d.ts +0 -3
  59. package/dist/mock-forms.d.ts.map +0 -1
  60. package/dist/stores/useFormStore.d.ts +0 -429
  61. package/dist/stores/useFormStore.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared-ui",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -1,14 +0,0 @@
1
- import { FormControlModel } from './models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- };
5
- type __VLS_PublicProps = __VLS_Props & {
6
- modelValue?: any;
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: any) => any;
10
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
14
- //# sourceMappingURL=CardsSelectControl.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardsSelectControl.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/CardsSelectControl.vue"],"names":[],"mappings":"AA+KA,OAAO,EAAE,gBAAgB,EAAgB,MAAM,UAAU,CAAC;AAG1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AA8CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;AAqHF,wBAOG"}
@@ -1,6 +0,0 @@
1
- type __VLS_Props = {
2
- label: string;
3
- };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
- export default _default;
6
- //# sourceMappingURL=ControlLabel.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ControlLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/ControlLabel.vue"],"names":[],"mappings":"AAaE,KAAK,WAAW,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC;;AAuCrC,wBAMG"}
@@ -1,14 +0,0 @@
1
- import { FormControlModel } from '../models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- };
5
- type __VLS_PublicProps = __VLS_Props & {
6
- modelValue?: any;
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: any) => any;
10
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
14
- //# sourceMappingURL=SimpleCheckbox.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SimpleCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicForm/Controls/SimpleCheckbox.vue"],"names":[],"mappings":"AAqBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAOF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;AA2DF,wBAOG"}
@@ -1,15 +0,0 @@
1
- import { FormControlModel } from '../models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- rules?: any[];
5
- };
6
- type __VLS_PublicProps = __VLS_Props & {
7
- modelValue?: string | number;
8
- };
9
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: string | number | undefined) => any;
11
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- "onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- export default _default;
15
- //# sourceMappingURL=SimpleInput.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SimpleInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicForm/Controls/SimpleInput.vue"],"names":[],"mappings":"AA6CA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;CACf,CAAC;AAQF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,CAAC;;;;;;AAiGF,wBAOG"}
@@ -1,14 +0,0 @@
1
- import { FormControlModel } from '../models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- };
5
- type __VLS_PublicProps = __VLS_Props & {
6
- modelValue?: any;
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: any) => any;
10
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
14
- //# sourceMappingURL=SimpleSelect.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SimpleSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicForm/Controls/SimpleSelect.vue"],"names":[],"mappings":"AAwBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAOF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;AAkEF,wBAOG"}
@@ -1,14 +0,0 @@
1
- import { FormControlModel } from '../models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- };
5
- type __VLS_PublicProps = __VLS_Props & {
6
- modelValue?: any;
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: any) => any;
10
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
14
- //# sourceMappingURL=SimpleSwitch.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SimpleSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DynamicForm/Controls/SimpleSwitch.vue"],"names":[],"mappings":"AAuBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAOF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;AAwDF,wBAOG"}
@@ -1,21 +0,0 @@
1
- import { FormRaw } from './models';
2
- type __VLS_Props = {
3
- forms: FormRaw[];
4
- };
5
- declare var __VLS_1: {};
6
- type __VLS_Slots = {} & {
7
- header?: (props: typeof __VLS_1) => any;
8
- };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- onSubmit: (...args: any[]) => void;
11
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
- onOnSubmit?: ((...args: any[]) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
- export default _default;
16
- type __VLS_WithSlots<T, S> = T & {
17
- new (): {
18
- $slots: S;
19
- };
20
- };
21
- //# sourceMappingURL=DynamicForm.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DynamicForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/DynamicForm.vue"],"names":[],"mappings":"AA6DA,OAAO,EAAE,OAAO,EAAY,MAAM,UAAU,CAAC;AAK7C,KAAK,WAAW,GAAG;IAAC,KAAK,EAAE,OAAO,EAAE,CAAA;CAAC,CAAC;AAoFtC,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA0B9C,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,8 +0,0 @@
1
- import { FormAnswer, FormRaw, FormStep, FormStepModel, Mapper } from './models';
2
- export declare class FormMapper implements Mapper<FormRaw[], FormStep[], FormAnswer[]> {
3
- toRaw(form: FormStepModel[]): FormAnswer[];
4
- fromRaw(forms: FormRaw[]): FormStep[];
5
- private parseControl;
6
- private formatValue;
7
- }
8
- //# sourceMappingURL=FormMapper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormMapper.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/FormMapper.ts"],"names":[],"mappings":"AACA,OAAO,EACH,UAAU,EAGI,OAAO,EACrB,QAAQ,EACR,aAAa,EACb,MAAM,EACT,MAAM,UAAU,CAAC;AAElB,qBAAa,UAAW,YAAW,MAAM,CAAC,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,UAAU,EAAE,CAAC;IAC5E,KAAK,CAAC,IAAI,EAAE,aAAa,EAAE,GAAG,UAAU,EAAE;IAW1C,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,QAAQ,EAAE;IAkBrC,OAAO,CAAC,YAAY;IAsBpB,OAAO,CAAC,WAAW;CAqBpB"}
@@ -1,17 +0,0 @@
1
- import { FormControlModel } from './models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- innerLabel?: boolean;
5
- };
6
- type __VLS_PublicProps = __VLS_Props & {
7
- modelValue: number | string;
8
- };
9
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: string | number) => any;
11
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
13
- }>, {
14
- innerLabel: boolean;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- export default _default;
17
- //# sourceMappingURL=InputControl.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputControl.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/InputControl.vue"],"names":[],"mappings":"AAqDA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,gBAAgB,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAqBJ,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;;;;;;gBAxBe,OAAO;;AA0HxB,wBAQG"}
@@ -1,6 +0,0 @@
1
- type __VLS_Props = {
2
- index: number;
3
- };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
- export default _default;
6
- //# sourceMappingURL=MultipleFormGroups.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultipleFormGroups.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/MultipleFormGroups.vue"],"names":[],"mappings":"AA4JA,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;;AAgOrC,wBAMG"}
@@ -1,14 +0,0 @@
1
- type __VLS_Props = {
2
- currentStep: number;
3
- stepsCount: number;
4
- nextDisabled: boolean;
5
- };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- prev: (...args: any[]) => void;
8
- next: (...args: any[]) => void;
9
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
- onPrev?: ((...args: any[]) => any) | undefined;
11
- onNext?: ((...args: any[]) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
14
- //# sourceMappingURL=NavigationButtons.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NavigationButtons.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/NavigationButtons.vue"],"names":[],"mappings":"AA2FA,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;;;;;;;;AAkOF,wBAOG"}
@@ -1,14 +0,0 @@
1
- import { FormControlModel } from './models';
2
- type __VLS_Props = {
3
- control: FormControlModel;
4
- };
5
- type __VLS_PublicProps = __VLS_Props & {
6
- modelValue?: any;
7
- };
8
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: any) => any;
10
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
14
- //# sourceMappingURL=SelectControl.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectControl.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/SelectControl.vue"],"names":[],"mappings":"AAmHA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAY5C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAoEF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;AA0GF,wBAOG"}
@@ -1,6 +0,0 @@
1
- type __VLS_Props = {
2
- index: number;
3
- };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
- export default _default;
6
- //# sourceMappingURL=SingleFormGroup.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SingleFormGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/SingleFormGroup.vue"],"names":[],"mappings":"AA4KE,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;;AAqKJ,wBAMG"}
@@ -1,8 +0,0 @@
1
- import { FormGroup } from './models';
2
- type __VLS_Props = {
3
- formGroup: FormGroup;
4
- stepsCount: number;
5
- };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- export default _default;
8
- //# sourceMappingURL=StepHeader.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StepHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/StepHeader.vue"],"names":[],"mappings":"AA+BA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAGrC,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;;AAiDF,wBAMG"}
@@ -1,7 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- submit: (...args: any[]) => void;
3
- }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
- onSubmit?: ((...args: any[]) => any) | undefined;
5
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- export default _default;
7
- //# sourceMappingURL=StepsNavigationButtons.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StepsNavigationButtons.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/StepsNavigationButtons.vue"],"names":[],"mappings":";;;;;AAqUA,wBAMG"}
@@ -1,7 +0,0 @@
1
- import { ControlType } from "@win2win/shared";
2
- import { GroupOptions } from "./models";
3
- export declare const currencySymbols: readonly ["ALL", "AFN", "ARS", "AWG", "AUD", "AZN", "BSD", "BBD", "BDT", "BYR", "BZD", "BMD", "BOB", "BAM", "BWP", "BGN", "BRL", "BND", "KHR", "CAD", "KYD", "CLP", "CNY", "COP", "CRC", "HRK", "CUP", "CZK", "DKK", "DOP", "XCD", "EGP", "SVC", "EEK", "EUR", "FKP", "FJD", "GHC", "GIP", "GTQ", "GGP", "GYD", "HNL", "HKD", "HUF", "ISK", "INR", "IDR", "IRR", "IMP", "ILS", "JMD", "JPY", "JEP", "KZT", "KPW", "KRW", "KGS", "LAK", "LVL", "LBP", "LRD", "LTL", "MKD", "MYR", "MUR", "MXN", "MNT", "MZN", "NAD", "NPR", "ANG", "NZD", "NIO", "NGN", "NOK", "OMR", "PKR", "PAB", "PYG", "PEN", "PHP", "PLN", "QAR", "RON", "RUB", "SHP", "SAR", "RSD", "SCR", "SGD", "SBD", "SOS", "ZAR", "LKR", "SEK", "CHF", "SRD", "SYP", "TWD", "THB", "TTD", "TRY", "TRL", "TVD", "UAH", "GBP", "USD", "UYU", "UZS", "VEF", "VND", "YER", "ZWD"];
4
- export type Moneda = (typeof currencySymbols)[number];
5
- export declare const COMPLEX_CONTROLS: ControlType[];
6
- export declare const defaultOptions: GroupOptions;
7
- //# sourceMappingURL=consts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/consts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,eAAO,MAAM,eAAe,yyBAmHhB,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,eAAO,MAAM,gBAAgB,eAAkD,CAAC;AAElF,eAAO,MAAM,cAAc,EAAE,YAG5B,CAAC"}
@@ -1,12 +0,0 @@
1
- import { FormControlModel } from './models';
2
- export declare const ControlValidatorsMap: Record<string, {
3
- fn: (val: number) => (control: FormControlModel) => boolean;
4
- message: string;
5
- }>;
6
- export type Validator = keyof typeof ControlValidatorsMap;
7
- export type ControlValidator = {
8
- validator: Validator;
9
- param?: string | number;
10
- };
11
- export declare function validateCatastro(value: string): boolean;
12
- //# sourceMappingURL=control-validators.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"control-validators.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/control-validators.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,oBAAoB,EAAE,MAAM,CACvC,MAAM,EACN;IACE,EAAE,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,CAAC,OAAO,EAAE,gBAAgB,KAAK,OAAO,CAAC;IAC5D,OAAO,EAAE,MAAM,CAAC;CACjB,CA0DF,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAC1D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AAkCF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,WAG3C"}
@@ -1,8 +0,0 @@
1
- import { FormControl, FormControlModel, FormGroupModel, FormStep, FormStepModel } from './models';
2
- export declare function validateFormGroup(group: FormGroupModel): string[];
3
- export declare function buildGroupsFromComplexControl(group: FormGroupModel, control: FormControlModel, maxControlsPerGroup: number): FormGroupModel[];
4
- export declare function buildFormGroups(formControls: FormControlModel[]): FormGroupModel[];
5
- export declare function formatFormSteps(formSteps: FormStep[]): FormStepModel[];
6
- export declare function formatControls(controls: FormControl[]): FormControlModel[];
7
- export declare function getDefaultValue(control: FormControl): {} | null;
8
- //# sourceMappingURL=helpers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/helpers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,cAAc,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAElG,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,EAAE,CAWjE;AAiBD,wBAAgB,6BAA6B,CAC3C,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,gBAAgB,EACzB,mBAAmB,EAAE,MAAM,GAC1B,cAAc,EAAE,CAMlB;AA6CD,wBAAgB,eAAe,CAC7B,YAAY,EAAE,gBAAgB,EAAE,GAC/B,cAAc,EAAE,CAmBlB;AAID,wBAAgB,eAAe,CAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,aAAa,EAAE,CAMtE;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,WAAW,EAAE,GAAG,gBAAgB,EAAE,CAc1E;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,WAAW,aA0BnD"}
@@ -1,201 +0,0 @@
1
- import { ControlType, GamaPropControlCode } from '@win2win/shared';
2
- import { ControlValidator } from './control-validators';
3
- export interface FormStep {
4
- controls: FormControl[];
5
- title: string;
6
- order: number;
7
- name: string;
8
- text?: string;
9
- id: number;
10
- }
11
- export interface FormStepModel extends FormStep {
12
- valid: boolean;
13
- controls: FormControlModel[];
14
- }
15
- export interface FormGroup {
16
- title: string;
17
- controls: FormControl[];
18
- order: number;
19
- }
20
- export interface FormGroupModel extends FormGroup {
21
- visible: boolean;
22
- valid: boolean;
23
- controls: FormControlModel[];
24
- id: string;
25
- }
26
- export interface FormControlModel extends FormControl {
27
- valid: boolean;
28
- value: any;
29
- visible?: boolean;
30
- parentKey?: string;
31
- }
32
- export interface FormControl {
33
- code: string;
34
- controlType: ControlType;
35
- label?: string;
36
- type?: 'text' | 'number' | 'tel' | 'textarea';
37
- name: string;
38
- defaultValue?: string | number;
39
- validators?: ControlValidator[];
40
- options?: SelectOption[];
41
- conditions?: ControlCondition[];
42
- multiple?: boolean;
43
- id: number;
44
- suffix?: string;
45
- prefix?: string;
46
- row: number;
47
- col: number;
48
- structure: FormControl[];
49
- group: number;
50
- title: string;
51
- customParams?: {
52
- [key: string]: any;
53
- };
54
- itemsLength?: {
55
- default: number;
56
- controlId: number | null;
57
- value: number;
58
- } | null;
59
- }
60
- export interface ControlCondition {
61
- logic: 'AND' | 'OR';
62
- children: ControlCondition[];
63
- operator: ConditionOperator;
64
- id: number;
65
- value: string;
66
- }
67
- export declare const OPERATORS: readonly ["==", "!=", ">", "<", ">=", "<=", "contains", "not_contains", "in", "not_in"];
68
- export type ConditionOperator = (typeof OPERATORS)[number];
69
- export interface SelectOption {
70
- value: string | number | boolean;
71
- label: string | (() => string);
72
- exclusive: boolean;
73
- image?: string;
74
- }
75
- export interface ProductOption {
76
- GAMA: number;
77
- SUBGAMA: number;
78
- NOMBRE: string;
79
- }
80
- interface ProductFieldProps {
81
- code: string;
82
- label: string;
83
- type: 'text' | 'number' | 'select' | 'location' | 'climate' | 'boolean' | 'state';
84
- isMain?: boolean;
85
- suffix?: string;
86
- multiple?: boolean;
87
- options?: {
88
- label: string;
89
- value: string | number;
90
- }[];
91
- group?: number;
92
- class?: string;
93
- }
94
- export interface ProductFieldPropsWithValue extends ProductFieldProps {
95
- value: any;
96
- }
97
- export interface Contact {
98
- RAZON_SOCIAL: string;
99
- NOMBRE: string;
100
- NIF: string;
101
- EMAIL: string;
102
- PAGINA_WEB: string;
103
- PERSONA_CONTACTO: string;
104
- TIPO_DOC: string;
105
- NUMERO_DOC: string;
106
- ID_LANDING: number;
107
- }
108
- export declare const getDefaultControlValue: (control: FormControl) => {} | null;
109
- export interface Mapper<R, T, S> {
110
- fromRaw(data: R): T | null;
111
- toRaw(data: T): S | null;
112
- }
113
- export interface HeaderLink {
114
- text: string;
115
- link: string;
116
- section?: string;
117
- external?: boolean;
118
- }
119
- export interface LandingParams {
120
- logo?: string;
121
- titulo_formulario: string;
122
- requestButton?: {
123
- text: string;
124
- link: string;
125
- color: string;
126
- };
127
- footerText?: string;
128
- headerLinks?: HeaderLink[];
129
- description?: string;
130
- contact?: {
131
- email: string;
132
- phone: string;
133
- address: string;
134
- };
135
- }
136
- export interface StylesRaw {
137
- CONTENIDO: object;
138
- NOMBRE: string;
139
- DESCRIPCION: string;
140
- FECHA_UPD: string;
141
- ESTADO: number;
142
- ID_LANDING: number;
143
- ID_LANDING_STYLE: number;
144
- }
145
- export interface FormRaw {
146
- ID_CUESTIONARIO: number;
147
- ID_LANDING: number;
148
- ID_BASE: null;
149
- NOMBRE: string;
150
- ORDEN: number;
151
- DESCRIPCION: string;
152
- ESTADO: number;
153
- FECHA_CREADO: string;
154
- FECHA_UPD: string;
155
- PREGUNTAS: FormQuestion[];
156
- CLAVE: string;
157
- }
158
- export interface FormQuestion {
159
- ID_CUESTIONARIO_PREGUNTA: number;
160
- ID_CUESTIONARIO: number;
161
- NOMBRE: string;
162
- CLAVE: string;
163
- RESPUESTAS?: {
164
- label: string;
165
- value: string;
166
- image?: string | null;
167
- exclusive: boolean;
168
- }[] | null;
169
- VALIDACIONES?: {
170
- validator: string;
171
- param?: string;
172
- }[];
173
- ICON?: string | null;
174
- CLASS?: string | null;
175
- TIPO: GamaPropControlCode;
176
- ESTADO: number;
177
- GRUPO: number;
178
- TITULO_GRUPO: string | null;
179
- FILA?: number;
180
- COLUMNA?: number;
181
- MULTIPLE?: boolean | number;
182
- PREFIJO: string | null;
183
- SUFIJO: string | null;
184
- STRUCTURE?: object | null;
185
- CONDITIONS?: any[] | null;
186
- LENGTH?: {
187
- default: number;
188
- controlId: number | null;
189
- } | null;
190
- PARAMS?: object | null;
191
- }
192
- export interface FormAnswer {
193
- ID_CUESTIONARIO_PREGUNTA: number;
194
- RESPUESTA: any;
195
- }
196
- export interface GroupOptions {
197
- maxControlsPerGroup?: number;
198
- notifyValidations?: boolean;
199
- }
200
- export {};
201
- //# sourceMappingURL=models.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/models.ts"],"names":[],"mappings":"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"}