@win2win/shared-ui 0.2.7 → 0.2.9

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 (121) hide show
  1. package/dist/TestDynamicDocuments.vue.d.ts +1 -1
  2. package/dist/TestDynamicDocuments.vue.d.ts.map +1 -1
  3. package/dist/components/Common/Card.vue.d.ts +23 -34
  4. package/dist/components/Common/Card.vue.d.ts.map +1 -1
  5. package/dist/components/Common/DynamicCarousel.vue.d.ts +5 -17
  6. package/dist/components/Common/DynamicCarousel.vue.d.ts.map +1 -1
  7. package/dist/components/Common/GeneratingError.vue.d.ts +5 -27
  8. package/dist/components/Common/GeneratingError.vue.d.ts.map +1 -1
  9. package/dist/components/Common/GeneratingLoader.vue.d.ts +5 -27
  10. package/dist/components/Common/GeneratingLoader.vue.d.ts.map +1 -1
  11. package/dist/components/Common/IndicatorColor.vue.d.ts +4 -14
  12. package/dist/components/Common/IndicatorColor.vue.d.ts.map +1 -1
  13. package/dist/components/Common/SectionSpinner.vue.d.ts +7 -33
  14. package/dist/components/Common/SectionSpinner.vue.d.ts.map +1 -1
  15. package/dist/components/Common/StateIndicator.vue.d.ts +14 -49
  16. package/dist/components/Common/StateIndicator.vue.d.ts.map +1 -1
  17. package/dist/components/Data/Field.vue.d.ts +14 -53
  18. package/dist/components/Data/Field.vue.d.ts.map +1 -1
  19. package/dist/components/Data/IndicatorColor.vue.d.ts +4 -14
  20. package/dist/components/Data/IndicatorColor.vue.d.ts.map +1 -1
  21. package/dist/components/DynamicForm/CardsSelectControl.vue.d.ts +8 -17
  22. package/dist/components/DynamicForm/CardsSelectControl.vue.d.ts.map +1 -1
  23. package/dist/components/DynamicForm/ControlLabel.vue.d.ts +3 -13
  24. package/dist/components/DynamicForm/ControlLabel.vue.d.ts.map +1 -1
  25. package/dist/components/DynamicForm/Controls/SimpleCheckbox.vue.d.ts +8 -17
  26. package/dist/components/DynamicForm/Controls/SimpleCheckbox.vue.d.ts.map +1 -1
  27. package/dist/components/DynamicForm/Controls/SimpleInput.vue.d.ts +8 -17
  28. package/dist/components/DynamicForm/Controls/SimpleInput.vue.d.ts.map +1 -1
  29. package/dist/components/DynamicForm/Controls/SimpleSelect.vue.d.ts +8 -17
  30. package/dist/components/DynamicForm/Controls/SimpleSelect.vue.d.ts.map +1 -1
  31. package/dist/components/DynamicForm/Controls/SimpleSwitch.vue.d.ts +8 -17
  32. package/dist/components/DynamicForm/Controls/SimpleSwitch.vue.d.ts.map +1 -1
  33. package/dist/components/DynamicForm/DynamicForm.vue.d.ts +11 -18
  34. package/dist/components/DynamicForm/DynamicForm.vue.d.ts.map +1 -1
  35. package/dist/components/DynamicForm/InputControl.vue.d.ts +9 -30
  36. package/dist/components/DynamicForm/InputControl.vue.d.ts.map +1 -1
  37. package/dist/components/DynamicForm/MultipleFormGroups.vue.d.ts +3 -13
  38. package/dist/components/DynamicForm/MultipleFormGroups.vue.d.ts.map +1 -1
  39. package/dist/components/DynamicForm/NavigationButtons.vue.d.ts +5 -17
  40. package/dist/components/DynamicForm/NavigationButtons.vue.d.ts.map +1 -1
  41. package/dist/components/DynamicForm/SelectControl.vue.d.ts +8 -17
  42. package/dist/components/DynamicForm/SelectControl.vue.d.ts.map +1 -1
  43. package/dist/components/DynamicForm/SingleFormGroup.vue.d.ts +3 -13
  44. package/dist/components/DynamicForm/SingleFormGroup.vue.d.ts.map +1 -1
  45. package/dist/components/DynamicForm/StepHeader.vue.d.ts +3 -14
  46. package/dist/components/DynamicForm/StepHeader.vue.d.ts.map +1 -1
  47. package/dist/components/DynamicForm/StepsNavigationButtons.vue.d.ts +2 -2
  48. package/dist/components/DynamicForm/StepsNavigationButtons.vue.d.ts.map +1 -1
  49. package/dist/components/DynamicForm/models.d.ts.map +1 -1
  50. package/dist/components/DynamicForm/useFormGroups.d.ts +104 -11
  51. package/dist/components/DynamicForm/useFormGroups.d.ts.map +1 -1
  52. package/dist/components/Inputs/WinInput.vue.d.ts +20 -55
  53. package/dist/components/Inputs/WinInput.vue.d.ts.map +1 -1
  54. package/dist/components/Inputs/WinSelect.vue.d.ts +21 -66
  55. package/dist/components/Inputs/WinSelect.vue.d.ts.map +1 -1
  56. package/dist/components/MapLocationForm/GeocodingInput.vue.d.ts +7 -29
  57. package/dist/components/MapLocationForm/GeocodingInput.vue.d.ts.map +1 -1
  58. package/dist/components/MapLocationForm/MapLocationForm.vue.d.ts +8 -37
  59. package/dist/components/MapLocationForm/MapLocationForm.vue.d.ts.map +1 -1
  60. package/dist/components/MapLocationForm/consts.d.ts +3 -3
  61. package/dist/components/MapLocationForm/consts.d.ts.map +1 -1
  62. package/dist/components/MapLocationForm/useGeocoding.d.ts +21 -1
  63. package/dist/components/MapLocationForm/useGeocoding.d.ts.map +1 -1
  64. package/dist/components/TestUi.vue.d.ts +1 -2
  65. package/dist/components/TestUi.vue.d.ts.map +1 -1
  66. package/dist/components/pdf/DomSection.vue.d.ts +3 -13
  67. package/dist/components/pdf/DomSection.vue.d.ts.map +1 -1
  68. package/dist/components/pdf/PdfContainer.vue.d.ts +3 -15
  69. package/dist/components/pdf/PdfContainer.vue.d.ts.map +1 -1
  70. package/dist/components/pdf/PdfPage.vue.d.ts +1 -1
  71. package/dist/components/pdf/PdfPage.vue.d.ts.map +1 -1
  72. package/dist/components/pdf/SectionWrapper.vue.d.ts +3 -13
  73. package/dist/components/pdf/SectionWrapper.vue.d.ts.map +1 -1
  74. package/dist/components/pdf/SectionsContainer.vue.d.ts +8 -17
  75. package/dist/components/pdf/SectionsContainer.vue.d.ts.map +1 -1
  76. package/dist/components/pdf/sections/Card.vue.d.ts +3 -14
  77. package/dist/components/pdf/sections/Card.vue.d.ts.map +1 -1
  78. package/dist/components/pdf/sections/CardGridSection.vue.d.ts +2 -10
  79. package/dist/components/pdf/sections/CardGridSection.vue.d.ts.map +1 -1
  80. package/dist/components/pdf/sections/ImageSection.vue.d.ts +2 -10
  81. package/dist/components/pdf/sections/ImageSection.vue.d.ts.map +1 -1
  82. package/dist/components/pdf/sections/RadioButtonsSection.vue.d.ts +2 -10
  83. package/dist/components/pdf/sections/RadioButtonsSection.vue.d.ts.map +1 -1
  84. package/dist/components/pdf/sections/SignatureSection.vue.d.ts +6 -14
  85. package/dist/components/pdf/sections/SignatureSection.vue.d.ts.map +1 -1
  86. package/dist/components/pdf/sections/TableSection.vue.d.ts +2 -10
  87. package/dist/components/pdf/sections/TableSection.vue.d.ts.map +1 -1
  88. package/dist/components/pdf/sections/TextSection.vue.d.ts +2 -10
  89. package/dist/components/pdf/sections/TextSection.vue.d.ts.map +1 -1
  90. package/dist/components/widgets/index.d.ts +4 -2
  91. package/dist/components/widgets/index.d.ts.map +1 -1
  92. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts +19 -0
  93. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map +1 -0
  94. package/dist/components/widgets/linvermedia-product-card/components/ProductProps.vue.d.ts +9 -0
  95. package/dist/components/widgets/linvermedia-product-card/components/ProductProps.vue.d.ts.map +1 -0
  96. package/dist/components/widgets/linvermedia-product-card/components/ProductTag.vue.d.ts +6 -0
  97. package/dist/components/widgets/linvermedia-product-card/components/ProductTag.vue.d.ts.map +1 -0
  98. package/dist/components/widgets/linvermedia-product-card/helpers.d.ts +17 -0
  99. package/dist/components/widgets/linvermedia-product-card/helpers.d.ts.map +1 -0
  100. package/dist/components/widgets/linvermedia-product-card/index.d.ts +5 -0
  101. package/dist/components/widgets/linvermedia-product-card/index.d.ts.map +1 -0
  102. package/dist/components/widgets/linvermedia-product-card/mock-props.d.ts +3 -0
  103. package/dist/components/widgets/linvermedia-product-card/mock-props.d.ts.map +1 -0
  104. package/dist/components/widgets/linvermedia-product-card/schema.d.ts +62 -0
  105. package/dist/components/widgets/linvermedia-product-card/schema.d.ts.map +1 -0
  106. package/dist/index.d.ts +6 -1
  107. package/dist/index.d.ts.map +1 -1
  108. package/dist/stores/useFormStore.d.ts +36 -36
  109. package/dist/stores/useFormStore.d.ts.map +1 -1
  110. package/dist/style.css +1 -1
  111. package/dist/w2w-shared-ui.js +12410 -9829
  112. package/dist/w2w-shared-ui.umd.cjs +20 -20
  113. package/package.json +7 -5
  114. package/dist/TestWidgets.vue.d.ts +0 -3
  115. package/dist/TestWidgets.vue.d.ts.map +0 -1
  116. package/dist/components/widgets/LinvermediaProductCard.vue.d.ts +0 -61
  117. package/dist/components/widgets/LinvermediaProductCard.vue.d.ts.map +0 -1
  118. package/dist/components/widgets/components/ProductProps.vue.d.ts +0 -22
  119. package/dist/components/widgets/components/ProductProps.vue.d.ts.map +0 -1
  120. package/dist/components/widgets/components/ProductTag.vue.d.ts +0 -16
  121. package/dist/components/widgets/components/ProductTag.vue.d.ts.map +0 -1
@@ -1,24 +1,15 @@
1
1
  import { FormControlModel } from '../models';
2
- declare let __VLS_typeProps: {
2
+ type __VLS_Props = {
3
3
  control: FormControlModel;
4
4
  rules?: any[];
5
5
  };
6
- type __VLS_PublicProps = {
6
+ type __VLS_PublicProps = __VLS_Props & {
7
7
  modelValue?: string | number;
8
- } & typeof __VLS_typeProps;
9
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (modelValue: string | number) => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
12
- "onUpdate:modelValue"?: ((modelValue: string | number) => any) | undefined;
13
- }, {}, {}>;
14
- export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToOption<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
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;
24
15
  //# sourceMappingURL=SimpleInput.vue.d.ts.map
@@ -1 +1 @@
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;AAK7C,QAAA,IAAI,eAAe,EAAG;IACpB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;CACf,CAAC;AAUF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,GAAG,OAAO,eAAe,CAAC;;;;;;AA2F3B,wBAOG;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"}
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,23 +1,14 @@
1
1
  import { FormControlModel } from '../models';
2
- declare let __VLS_typeProps: {
2
+ type __VLS_Props = {
3
3
  control: FormControlModel;
4
4
  };
5
- type __VLS_PublicProps = {
5
+ type __VLS_PublicProps = __VLS_Props & {
6
6
  modelValue?: any;
7
- } & typeof __VLS_typeProps;
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (modelValue: any) => void;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
11
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
12
- }, {}, {}>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
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;
23
14
  //# sourceMappingURL=SimpleSelect.vue.d.ts.map
@@ -1 +1 @@
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;AAK7C,QAAA,IAAI,eAAe,EAAG;IACpB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AASF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;;;;;;AAiE3B,wBAOG;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"}
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,23 +1,14 @@
1
1
  import { FormControlModel } from '../models';
2
- declare let __VLS_typeProps: {
2
+ type __VLS_Props = {
3
3
  control: FormControlModel;
4
4
  };
5
- type __VLS_PublicProps = {
5
+ type __VLS_PublicProps = __VLS_Props & {
6
6
  modelValue?: any;
7
- } & typeof __VLS_typeProps;
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (modelValue: any) => void;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
11
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
12
- }, {}, {}>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
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;
23
14
  //# sourceMappingURL=SimpleSwitch.vue.d.ts.map
@@ -1 +1 @@
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;AAK7C,QAAA,IAAI,eAAe,EAAG;IACpB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AASF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;;;;;;AAiD3B,wBAOG;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"}
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,28 +1,21 @@
1
1
  import { FormRaw } from './models';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ type __VLS_Props = {
3
3
  forms: FormRaw[];
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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, {
5
10
  onSubmit: (...args: any[]) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
7
- forms: FormRaw[];
8
- }>>> & {
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
12
  onOnSubmit?: ((...args: any[]) => any) | undefined;
10
- }, {}, {}>, {
11
- header?(_: {}): any;
12
- }>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
15
  export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
15
17
  new (): {
16
18
  $slots: S;
17
19
  };
18
20
  };
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
21
  //# sourceMappingURL=DynamicForm.vue.d.ts.map
@@ -1 +1 @@
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;;;;;;;;;;;;AAqJ7C,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,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"}
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,38 +1,17 @@
1
1
  import { FormControlModel } from './models';
2
- declare let __VLS_typeProps: {
2
+ type __VLS_Props = {
3
3
  control: FormControlModel;
4
4
  innerLabel?: boolean;
5
5
  };
6
- type __VLS_PublicProps = {
6
+ type __VLS_PublicProps = __VLS_Props & {
7
7
  modelValue: number | string;
8
- } & typeof __VLS_typeProps;
9
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
10
- innerLabel: boolean;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- "update:modelValue": (modelValue: string | number) => void;
13
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
14
- innerLabel: boolean;
15
- }>>> & {
16
- "onUpdate:modelValue"?: ((modelValue: string | number) => any) | undefined;
17
- }, {
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
+ }>, {
18
14
  innerLabel: boolean;
19
- }, {}>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
16
  export default _default;
21
- type __VLS_WithDefaults<P, D> = {
22
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
- default: D[K];
24
- }> : P[K];
25
- };
26
- type __VLS_Prettify<T> = {
27
- [K in keyof T]: T[K];
28
- } & {};
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToOption<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
17
  //# sourceMappingURL=InputControl.vue.d.ts.map
@@ -1 +1 @@
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;AAI5C,QAAA,IAAI,eAAe,EAAG;IAClB,OAAO,EAAE,gBAAgB,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAuBJ,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,GAAG,OAAO,eAAe,CAAC;;;;;;;;;;;;AAoF3B,wBAOG;AAOH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,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"}
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,16 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ type __VLS_Props = {
2
2
  index: number;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
- index: number;
5
- }>>>, {}, {}>;
6
- export default _default;
7
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToOption<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
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;
16
6
  //# sourceMappingURL=MultipleFormGroups.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MultipleFormGroups.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/MultipleFormGroups.vue"],"names":[],"mappings":";;;;;AA6XA,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"}
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,26 +1,14 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ type __VLS_Props = {
2
2
  currentStep: number;
3
3
  stepsCount: number;
4
4
  nextDisabled: boolean;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
7
  prev: (...args: any[]) => void;
7
8
  next: (...args: any[]) => void;
8
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
9
- currentStep: number;
10
- stepsCount: number;
11
- nextDisabled: boolean;
12
- }>>> & {
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
10
  onPrev?: ((...args: any[]) => any) | undefined;
14
11
  onNext?: ((...args: any[]) => any) | undefined;
15
- }, {}, {}>;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
13
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToOption<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
14
  //# sourceMappingURL=NavigationButtons.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationButtons.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/NavigationButtons.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;AA6UA,wBAOG;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"}
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,23 +1,14 @@
1
1
  import { FormControlModel } from './models';
2
- declare let __VLS_typeProps: {
2
+ type __VLS_Props = {
3
3
  control: FormControlModel;
4
4
  };
5
- type __VLS_PublicProps = {
5
+ type __VLS_PublicProps = __VLS_Props & {
6
6
  modelValue?: any;
7
- } & typeof __VLS_typeProps;
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_PublicProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (modelValue: any) => void;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & {
11
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
12
- }, {}, {}>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
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;
23
14
  //# sourceMappingURL=SelectControl.vue.d.ts.map
@@ -1 +1 @@
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;AAc5C,QAAA,IAAI,eAAe,EAAG;IACpB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAsEF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;;;;;;AAkH3B,wBAOG;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"}
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,16 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ type __VLS_Props = {
2
2
  index: number;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
- index: number;
5
- }>>>, {}, {}>;
6
- export default _default;
7
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToOption<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
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;
16
6
  //# sourceMappingURL=SingleFormGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SingleFormGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/SingleFormGroup.vue"],"names":[],"mappings":";;;;;AAqVA,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"}
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,19 +1,8 @@
1
1
  import { FormGroup } from './models';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ type __VLS_Props = {
3
3
  formGroup: FormGroup;
4
4
  stepsCount: number;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
- formGroup: FormGroup;
7
- stepsCount: number;
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
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;
19
8
  //# sourceMappingURL=StepHeader.vue.d.ts.map
@@ -1 +1 @@
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;;;;;;;;AA4DrC,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"}
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 +1,7 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
2
  submit: (...args: any[]) => void;
3
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
3
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
4
  onSubmit?: ((...args: any[]) => any) | undefined;
5
- }, {}, {}>;
5
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  export default _default;
7
7
  //# sourceMappingURL=StepsNavigationButtons.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StepsNavigationButtons.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/StepsNavigationButtons.vue"],"names":[],"mappings":";;;;;AA+TA,wBAMG"}
1
+ {"version":3,"file":"StepsNavigationButtons.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/StepsNavigationButtons.vue"],"names":[],"mappings":";;;;;AAqUA,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/models.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/models.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { FormControlModel, GroupOptions } from './models';
1
+ import { ConditionOperator, FormControlModel, FormGroupModel, GroupOptions } from './models';
2
2
  export declare function useFormGroups(formStepIndex: number, options?: GroupOptions): {
3
3
  model: import("vue").Ref<{
4
4
  visible: boolean;
@@ -11,11 +11,11 @@ export declare function useFormGroups(formStepIndex: number, options?: GroupOpti
11
11
  code: string;
12
12
  controlType: import("@win2win/shared").ControlType;
13
13
  label?: string | undefined;
14
- type?: "number" | "text" | "tel" | "textarea" | undefined;
14
+ type?: "text" | "number" | "tel" | "textarea" | undefined;
15
15
  name: string;
16
16
  defaultValue?: string | number | undefined;
17
17
  validators?: {
18
- validator: string;
18
+ validator: import("./control-validators").Validator;
19
19
  param?: string | number | undefined;
20
20
  }[] | undefined;
21
21
  options?: {
@@ -26,8 +26,8 @@ export declare function useFormGroups(formStepIndex: number, options?: GroupOpti
26
26
  }[] | undefined;
27
27
  conditions?: {
28
28
  logic: "AND" | "OR";
29
- children: any[];
30
- operator: ">" | "<" | ">=" | "<=" | "==" | "!=" | "contains" | "not_contains" | "in" | "not_in";
29
+ children: /*elided*/ any[];
30
+ operator: ConditionOperator;
31
31
  id: number;
32
32
  value: string;
33
33
  }[] | undefined;
@@ -41,11 +41,11 @@ export declare function useFormGroups(formStepIndex: number, options?: GroupOpti
41
41
  code: string;
42
42
  controlType: import("@win2win/shared").ControlType;
43
43
  label?: string | undefined;
44
- type?: "number" | "text" | "tel" | "textarea" | undefined;
44
+ type?: "text" | "number" | "tel" | "textarea" | undefined;
45
45
  name: string;
46
46
  defaultValue?: string | number | undefined;
47
47
  validators?: {
48
- validator: string;
48
+ validator: import("./control-validators").Validator;
49
49
  param?: string | number | undefined;
50
50
  }[] | undefined;
51
51
  options?: {
@@ -56,8 +56,8 @@ export declare function useFormGroups(formStepIndex: number, options?: GroupOpti
56
56
  }[] | undefined;
57
57
  conditions?: {
58
58
  logic: "AND" | "OR";
59
- children: any[];
60
- operator: ">" | "<" | ">=" | "<=" | "==" | "!=" | "contains" | "not_contains" | "in" | "not_in";
59
+ children: /*elided*/ any[];
60
+ operator: ConditionOperator;
61
61
  id: number;
62
62
  value: string;
63
63
  }[] | undefined;
@@ -67,7 +67,100 @@ export declare function useFormGroups(formStepIndex: number, options?: GroupOpti
67
67
  prefix?: string | undefined;
68
68
  row: number;
69
69
  col: number;
70
- structure: any[];
70
+ structure: /*elided*/ any[];
71
+ group: number;
72
+ title: string;
73
+ customParams?: {
74
+ [key: string]: any;
75
+ } | undefined;
76
+ itemsLength?: {
77
+ default: number;
78
+ controlId: number | null;
79
+ value: number;
80
+ } | null | undefined;
81
+ }[];
82
+ group: number;
83
+ title: string;
84
+ customParams?: {
85
+ [key: string]: any;
86
+ } | undefined;
87
+ itemsLength?: {
88
+ default: number;
89
+ controlId: number | null;
90
+ value: number;
91
+ } | null | undefined;
92
+ }[];
93
+ id: string;
94
+ title: string;
95
+ order: number;
96
+ }[], FormGroupModel[] | {
97
+ visible: boolean;
98
+ valid: boolean;
99
+ controls: {
100
+ valid: boolean;
101
+ value: any;
102
+ visible?: boolean | undefined;
103
+ parentKey?: string | undefined;
104
+ code: string;
105
+ controlType: import("@win2win/shared").ControlType;
106
+ label?: string | undefined;
107
+ type?: "text" | "number" | "tel" | "textarea" | undefined;
108
+ name: string;
109
+ defaultValue?: string | number | undefined;
110
+ validators?: {
111
+ validator: import("./control-validators").Validator;
112
+ param?: string | number | undefined;
113
+ }[] | undefined;
114
+ options?: {
115
+ value: string | number | boolean;
116
+ label: string | (() => string);
117
+ exclusive: boolean;
118
+ image?: string | undefined;
119
+ }[] | undefined;
120
+ conditions?: {
121
+ logic: "AND" | "OR";
122
+ children: /*elided*/ any[];
123
+ operator: ConditionOperator;
124
+ id: number;
125
+ value: string;
126
+ }[] | undefined;
127
+ multiple?: boolean | undefined;
128
+ id: number;
129
+ suffix?: string | undefined;
130
+ prefix?: string | undefined;
131
+ row: number;
132
+ col: number;
133
+ structure: {
134
+ code: string;
135
+ controlType: import("@win2win/shared").ControlType;
136
+ label?: string | undefined;
137
+ type?: "text" | "number" | "tel" | "textarea" | undefined;
138
+ name: string;
139
+ defaultValue?: string | number | undefined;
140
+ validators?: {
141
+ validator: import("./control-validators").Validator;
142
+ param?: string | number | undefined;
143
+ }[] | undefined;
144
+ options?: {
145
+ value: string | number | boolean;
146
+ label: string | (() => string);
147
+ exclusive: boolean;
148
+ image?: string | undefined;
149
+ }[] | undefined;
150
+ conditions?: {
151
+ logic: "AND" | "OR";
152
+ children: /*elided*/ any[];
153
+ operator: ConditionOperator;
154
+ id: number;
155
+ value: string;
156
+ }[] | undefined;
157
+ multiple?: boolean | undefined;
158
+ id: number;
159
+ suffix?: string | undefined;
160
+ prefix?: string | undefined;
161
+ row: number;
162
+ col: number;
163
+ structure: /*elided*/ any[];
71
164
  group: number;
72
165
  title: string;
73
166
  customParams?: {
@@ -94,7 +187,7 @@ export declare function useFormGroups(formStepIndex: number, options?: GroupOpti
94
187
  title: string;
95
188
  order: number;
96
189
  }[]>;
97
- errorMessages: import("vue").Ref<string[]>;
190
+ errorMessages: import("vue").Ref<string[], string[]>;
98
191
  rebuildModel: () => void;
99
192
  onControlValueUpdate: (control: FormControlModel, groupId?: string) => void;
100
193
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useFormGroups.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/useFormGroups.ts"],"names":[],"mappings":"AAOA,OAAO,EAAqB,gBAAgB,EAAiC,YAAY,EAAE,MAAM,UAAU,CAAC;AAG5G,wBAAgB,aAAa,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAc9D,gBAAgB,YACf,MAAM;EAqInB"}
1
+ {"version":3,"file":"useFormGroups.d.ts","sourceRoot":"","sources":["../../../src/components/DynamicForm/useFormGroups.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,cAAc,EAAiB,YAAY,EAAE,MAAM,UAAU,CAAC;AAG5G,wBAAgB,aAAa,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAc9D,gBAAgB,YACf,MAAM;EAqInB"}