@bagelink/vue 0.0.793 → 0.0.799

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 (223) hide show
  1. package/dist/components/AddressSaerch.vue.d.ts +7 -0
  2. package/dist/components/AddressSaerch.vue.d.ts.map +1 -0
  3. package/dist/components/Badge.vue.d.ts.map +1 -1
  4. package/dist/components/Btn.vue.d.ts.map +1 -1
  5. package/dist/components/ComboBox.vue.d.ts +3 -3
  6. package/dist/components/Comments.vue.d.ts +2 -2
  7. package/dist/components/ContactSubmissions.vue.d.ts +2 -2
  8. package/dist/components/DropDown.vue.d.ts +184 -15
  9. package/dist/components/DropDown.vue.d.ts.map +1 -1
  10. package/dist/components/FormSchema.vue.d.ts +4 -5
  11. package/dist/components/LangText.vue.d.ts +2 -2
  12. package/dist/components/ModalBglForm.vue.d.ts +20 -21
  13. package/dist/components/ModalConfirm.vue.d.ts +8 -0
  14. package/dist/components/ModalConfirm.vue.d.ts.map +1 -1
  15. package/dist/components/PersonPreview.vue.d.ts +4 -5
  16. package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
  17. package/dist/components/Pill.vue.d.ts.map +1 -1
  18. package/dist/components/Popover.vue.d.ts +10 -0
  19. package/dist/components/Popover.vue.d.ts.map +1 -0
  20. package/dist/components/RTXEditor.vue.d.ts +3 -3
  21. package/dist/components/TabbedLayout.vue.d.ts +4 -5
  22. package/dist/components/TableSchema.vue.d.ts +7 -1
  23. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  24. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  25. package/dist/components/form/BglField.vue.d.ts +3 -1
  26. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  27. package/dist/components/form/BglMultiStepForm.vue.d.ts +16 -2
  28. package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
  29. package/dist/components/form/ItemRef.vue.d.ts +3 -5
  30. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  31. package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
  32. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  33. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  34. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  35. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  36. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  37. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  38. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  39. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  40. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  41. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  42. package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
  43. package/dist/components/form/inputs/RadioGroup.vue.d.ts +3 -1
  44. package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
  45. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  46. package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
  47. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
  48. package/dist/components/form/inputs/SelectField.vue.d.ts +8 -6
  49. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  50. package/dist/components/form/inputs/SelectInput.vue.d.ts +47 -2
  51. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  52. package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
  53. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  54. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  55. package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
  56. package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
  57. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
  58. package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
  59. package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
  60. package/dist/components/formkit/Toggle.vue.d.ts +2 -2
  61. package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
  62. package/dist/components/lightbox/index.d.ts.map +1 -1
  63. package/dist/components/sortable/Animation.d.ts +43 -0
  64. package/dist/components/sortable/Animation.d.ts.map +1 -0
  65. package/dist/components/sortable/BrowserInfo.d.ts +7 -0
  66. package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
  67. package/dist/components/sortable/EventDispatcher.d.ts +13 -0
  68. package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
  69. package/dist/components/sortable/PluginManager.d.ts +27 -0
  70. package/dist/components/sortable/PluginManager.d.ts.map +1 -0
  71. package/dist/components/sortable/Sortable.d.ts +81 -0
  72. package/dist/components/sortable/Sortable.d.ts.map +1 -0
  73. package/dist/components/sortable/index.d.ts +5 -0
  74. package/dist/components/sortable/index.d.ts.map +1 -0
  75. package/dist/components/sortable/utils.d.ts +49 -0
  76. package/dist/components/sortable/utils.d.ts.map +1 -0
  77. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
  78. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  79. package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
  80. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
  81. package/dist/index.cjs +282 -182
  82. package/dist/index.mjs +282 -182
  83. package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
  84. package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
  85. package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
  86. package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
  87. package/dist/plugins/drag-n-drop/index.d.ts +5 -0
  88. package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
  89. package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
  90. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
  91. package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
  92. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
  93. package/dist/plugins/modal.d.ts +8 -0
  94. package/dist/plugins/modal.d.ts.map +1 -1
  95. package/dist/style.css +122 -124
  96. package/dist/types/materialIcon.d.ts +2 -0
  97. package/dist/types/materialIcon.d.ts.map +1 -0
  98. package/dist/utils/BagelFormUtils.d.ts +26 -2
  99. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  100. package/dist/utils/objects.d.ts +0 -1
  101. package/package.json +1 -1
  102. package/src/components/Badge.vue +1 -1
  103. package/src/components/Btn.vue +1 -1
  104. package/src/components/ModalConfirm.vue +13 -2
  105. package/src/components/Pill.vue +1 -1
  106. package/src/components/form/BglField.vue +1 -1
  107. package/src/components/form/inputs/OTP.vue +1 -1
  108. package/src/components/form/inputs/RichText2/index.vue +1 -1
  109. package/src/components/form/inputs/SelectInput.vue +4 -1
  110. package/src/components/form/inputs/SignaturePad.vue +1 -1
  111. package/src/components/form/inputs/TextInput.vue +11 -15
  112. package/src/components/lightbox/Lightbox.vue +2 -2
  113. package/src/components/lightbox/index.ts +2 -2
  114. package/src/plugins/modal.ts +6 -1
  115. package/src/styles/inputs.css +2 -1
  116. package/dist/components/Accordion.d.ts +0 -12
  117. package/dist/components/Accordion.d.ts.map +0 -1
  118. package/dist/components/AccordionItem.d.ts +0 -34
  119. package/dist/components/AccordionItem.d.ts.map +0 -1
  120. package/dist/components/Alert.d.ts +0 -34
  121. package/dist/components/Alert.d.ts.map +0 -1
  122. package/dist/components/Avatar.d.ts +0 -36
  123. package/dist/components/Avatar.d.ts.map +0 -1
  124. package/dist/components/Badge.d.ts +0 -22
  125. package/dist/components/Badge.d.ts.map +0 -1
  126. package/dist/components/BglVideo.d.ts +0 -20
  127. package/dist/components/BglVideo.d.ts.map +0 -1
  128. package/dist/components/Btn.d.ts +0 -99
  129. package/dist/components/Btn.d.ts.map +0 -1
  130. package/dist/components/Card.d.ts +0 -39
  131. package/dist/components/Card.d.ts.map +0 -1
  132. package/dist/components/Carousel.d.ts +0 -74
  133. package/dist/components/Carousel.d.ts.map +0 -1
  134. package/dist/components/DataPreview.d.ts +0 -42
  135. package/dist/components/DataPreview.d.ts.map +0 -1
  136. package/dist/components/Drop.vue.d.ts +0 -34
  137. package/dist/components/Drop.vue.d.ts.map +0 -1
  138. package/dist/components/FileUploader.vue.d.ts +0 -60
  139. package/dist/components/FileUploader.vue.d.ts.map +0 -1
  140. package/dist/components/Flag.d.ts +0 -20
  141. package/dist/components/Flag.d.ts.map +0 -1
  142. package/dist/components/ListItem.d.ts +0 -34
  143. package/dist/components/ListItem.d.ts.map +0 -1
  144. package/dist/components/ListView.d.ts +0 -13
  145. package/dist/components/ListView.d.ts.map +0 -1
  146. package/dist/components/MapEmbed.d.ts +0 -3
  147. package/dist/components/MapEmbed.d.ts.map +0 -1
  148. package/dist/components/MaterialIcon.d.ts +0 -26
  149. package/dist/components/MaterialIcon.d.ts.map +0 -1
  150. package/dist/components/Modal.d.ts +0 -46
  151. package/dist/components/Modal.d.ts.map +0 -1
  152. package/dist/components/ModalConfirm.d.ts +0 -24
  153. package/dist/components/ModalConfirm.d.ts.map +0 -1
  154. package/dist/components/ModalForm.d.ts +0 -78
  155. package/dist/components/ModalForm.d.ts.map +0 -1
  156. package/dist/components/NavBar.d.ts +0 -64
  157. package/dist/components/NavBar.d.ts.map +0 -1
  158. package/dist/components/PageTitle.d.ts +0 -24
  159. package/dist/components/PageTitle.d.ts.map +0 -1
  160. package/dist/components/RouterWrapper.d.ts +0 -3
  161. package/dist/components/RouterWrapper.d.ts.map +0 -1
  162. package/dist/components/TableSchema.d.ts +0 -35
  163. package/dist/components/TableSchema.d.ts.map +0 -1
  164. package/dist/components/Title.d.ts +0 -42
  165. package/dist/components/Title.d.ts.map +0 -1
  166. package/dist/components/TopBar.d.ts +0 -12
  167. package/dist/components/TopBar.d.ts.map +0 -1
  168. package/dist/components/dashboard/Lineart.d.ts +0 -20
  169. package/dist/components/dashboard/Lineart.d.ts.map +0 -1
  170. package/dist/components/form/BglField.d.ts +0 -25
  171. package/dist/components/form/BglField.d.ts.map +0 -1
  172. package/dist/components/form/BglForm.d.ts +0 -75
  173. package/dist/components/form/BglForm.d.ts.map +0 -1
  174. package/dist/components/form/inputs/CheckInput.d.ts +0 -56
  175. package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
  176. package/dist/components/form/inputs/Checkbox.d.ts +0 -16
  177. package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
  178. package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
  179. package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
  180. package/dist/components/form/inputs/DateInput.d.ts +0 -64
  181. package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
  182. package/dist/components/form/inputs/DatePicker.d.ts +0 -33
  183. package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
  184. package/dist/components/form/inputs/FileUpload.d.ts +0 -108
  185. package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
  186. package/dist/components/form/inputs/JSONInput.d.ts +0 -53
  187. package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
  188. package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
  189. package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
  190. package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
  191. package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
  192. package/dist/components/form/inputs/RichText.d.ts +0 -20
  193. package/dist/components/form/inputs/RichText.d.ts.map +0 -1
  194. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
  195. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
  196. package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
  197. package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
  198. package/dist/components/form/inputs/SelectInput.d.ts +0 -55
  199. package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
  200. package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
  201. package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
  202. package/dist/components/form/inputs/TableField.d.ts +0 -45
  203. package/dist/components/form/inputs/TableField.d.ts.map +0 -1
  204. package/dist/components/form/inputs/TelInput.d.ts +0 -241
  205. package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
  206. package/dist/components/form/inputs/TextInput.d.ts +0 -90
  207. package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
  208. package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
  209. package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
  210. package/dist/components/layout/BottomMenu.d.ts +0 -27
  211. package/dist/components/layout/BottomMenu.d.ts.map +0 -1
  212. package/dist/components/layout/Layout.d.ts +0 -58
  213. package/dist/components/layout/Layout.d.ts.map +0 -1
  214. package/dist/components/layout/SidebarMenu.d.ts +0 -38
  215. package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
  216. package/dist/components/layout/TabbedLayout.d.ts +0 -42
  217. package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
  218. package/dist/components/layout/Tabs.d.ts +0 -31
  219. package/dist/components/layout/Tabs.d.ts.map +0 -1
  220. package/dist/components/layout/TabsBody.d.ts +0 -23
  221. package/dist/components/layout/TabsBody.d.ts.map +0 -1
  222. package/dist/components/layout/TabsNav.d.ts +0 -35
  223. package/dist/components/layout/TabsNav.d.ts.map +0 -1
@@ -2,7 +2,9 @@ import { Field } from '../..';
2
2
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
5
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & {
5
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
6
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7
+ }>, never>, "onUpdate:modelValue"> & {
6
8
  field: Field<T>;
7
9
  modelValue: Record<string, any>;
8
10
  }> & import('vue').PublicProps;
@@ -1 +1 @@
1
- {"version":3,"file":"BglField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglField.vue"],"names":[],"mappings":"AAsHA,OAAO,EAGN,KAAK,KAAK,EAQV,MAAM,eAAe,CAAA;yBAGL,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA2KxD,mBAAmB,CAAC;;;eAvKrB,KAAK,CAAC,CAAC,CAAC;oBACH,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;KAsKsD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;;YAK+B,OAAO,CAAC,OAAO,WAAW,CAAC;;AArLvE,wBAqL4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"BglField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglField.vue"],"names":[],"mappings":"AAsHA,OAAO,EAGN,KAAK,KAAK,EAQV,MAAM,eAAe,CAAA;yBAGL,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA2KxD,mBAAmB,CAAC;;;;;eAvKrB,KAAK,CAAC,CAAC,CAAC;oBACH,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;KAsKsD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;;YAK+B,OAAO,CAAC,OAAO,WAAW,CAAC;;AArLvE,wBAqL4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -2,7 +2,9 @@ import { BglFormSchemaFnT } from '../..';
2
2
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly onSubmit?: ((...args: any[]) => any) | undefined;
5
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSubmit"> & ({
5
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
6
+ onSubmit?: ((...args: any[]) => any) | undefined;
7
+ }>, never>, "onSubmit"> & ({
6
8
  modelValue: T;
7
9
  } & {
8
10
  bagelFormProps?: Omit<{
@@ -15,7 +17,19 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
15
17
  readonly status?: import('./BglForm.vue').FormStatus | undefined;
16
18
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
17
19
  readonly onDirty?: ((...args: any[]) => any) | undefined;
18
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, ("schema" | `${string}modelValue` | `ref${string}` | `onVnode${string}` | "onSubmit")>;
20
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
21
+ label?: string;
22
+ id?: string;
23
+ schema: BglFormSchemaFnT<any>;
24
+ modelValue?: Record<string, any>;
25
+ onDelete?: (id: string) => void;
26
+ onSubmit?: (data: any) => void;
27
+ status?: import('./BglForm.vue').FormStatus;
28
+ }> & Readonly<{
29
+ onSubmit?: ((...args: any[]) => any) | undefined;
30
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
+ onDirty?: ((...args: any[]) => any) | undefined;
32
+ }>, ("schema" | `${string}modelValue` | `ref${string}` | `onVnode${string}` | "onSubmit")>;
19
33
  schema: BglFormSchemaFnT<T>;
20
34
  })> & import('vue').PublicProps;
21
35
  expose(exposed: import('vue').ShallowUnwrapRef<{
@@ -1 +1 @@
1
- {"version":3,"file":"BglMultiStepForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglMultiStepForm.vue"],"names":[],"mappings":"AA6HA,OAAO,EAAa,KAAK,gBAAgB,EAAqB,MAAM,eAAe,CAAA;yBAIlE,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA2QxD,mBAAmB,CAAC;;;oBAxKhB,CAAC;;yBA7FI,IAAI;;;;;;;;;;iHAEpB,CACA,QAAQ,GAAG,GAAG,MAAM,YAAY,GAAG,MAAM,MAAM,EAAE,GAAG,UAAU,MAAM,EAAE,GAAG,UAAU,CAClF,CACD;gBACO,gBAAgB,CAAC,CAAC,CAAC;MA+P0D,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;yBA1CiB,GAAG;uBACL,GAAG;;;;;YACA,GAAG;;UA0CzB;6BAzKY,CAAC,UAAU,EAAC,CAAC,CAAC;KAyKS;;;;YAGA,OAAO,CAAC,OAAO,WAAW,CAAC;;AArRvE,wBAqR4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"BglMultiStepForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglMultiStepForm.vue"],"names":[],"mappings":"AA6HA,OAAO,EAAa,KAAK,gBAAgB,EAAqB,MAAM,eAAe,CAAA;yBAIlE,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAChC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA2QxD,mBAAmB,CAAC;;;;;oBAxKhB,CAAC;;yBA7FI,IAAI;;;;;;;;;;;;;;;;;;;;;;YAEpB,CACA,QAAQ,GAAG,GAAG,MAAM,YAAY,GAAG,MAAM,MAAM,EAAE,GAAG,UAAU,MAAM,EAAE,GAAG,UAAU,CAClF,CACD;gBACO,gBAAgB,CAAC,CAAC,CAAC;MA+P0D,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;yBA1CiB,GAAG;uBACL,GAAG;;;;;YACA,GAAG;;UA0CzB;6BAzKY,CAAC,UAAU,EAAC,CAAC,CAAC;KAyKS;;;;YAGA,OAAO,CAAC,OAAO,WAAW,CAAC;;AArRvE,wBAqR4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,11 +1,9 @@
1
- import { Router } from 'vue-router';
2
- import { BagelField } from '../..';
3
-
4
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ import type { Router } from 'vue-router';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
5
3
  modelValue: Record<string, any>;
6
4
  field: BagelField;
7
5
  router: Router;
8
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
7
  modelValue: Record<string, any>;
10
8
  field: BagelField;
11
9
  router: Router;
@@ -1 +1 @@
1
- {"version":3,"file":"ItemRef.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/ItemRef.vue"],"names":[],"mappings":"AAoBA;AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACzC,OAAO,EAAqB,UAAU,EAAE,MAAM,eAAe,CAAC;;gBAoIjD,OAAO,MAAM,EAAE,GAAG,CAAC;WACxB,UAAU;YACT,MAAM;;gBAFF,OAAO,MAAM,EAAE,GAAG,CAAC;WACxB,UAAU;YACT,MAAM;;AARf,wBAUG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"ItemRef.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/ItemRef.vue"],"names":[],"mappings":"AAoBA;AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;;gBAqI5B,OAAO,MAAM,EAAE,GAAG,CAAC;;YAEvB,MAAM;;gBAFF,OAAO,MAAM,EAAE,GAAG,CAAC;;YAEvB,MAAM;;AARf,wBAUG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,9 +1,8 @@
1
- import { MaterialIcons } from '../..';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ import type { MaterialIcons } from '../..';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
3
  icon: MaterialIcons;
5
4
  size?: number | undefined;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
6
  icon: MaterialIcons;
8
7
  size?: number | undefined;
9
8
  }>>>, {}, {}>;
@@ -1,13 +1,13 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  type: 'text' | 'number' | 'password' | 'email' | 'checkbox' | 'textarea';
3
3
  name: string;
4
4
  value?: any;
5
5
  modelValue: any;
6
6
  errorMessage?: string | undefined;
7
7
  focus?: boolean | undefined;
8
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  "update:modelValue": (...args: any[]) => void;
10
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
11
  type: 'text' | 'number' | 'password' | 'email' | 'checkbox' | 'textarea';
12
12
  name: string;
13
13
  value?: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  field: BagelField;
3
3
  modelValue: any;
4
4
  placeholder?: string | undefined;
@@ -6,9 +6,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
6
6
  small?: boolean | undefined;
7
7
  }>, {
8
8
  editMode: boolean;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "update:modelValue": (...args: any[]) => void;
11
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
12
  field: BagelField;
13
13
  modelValue: any;
14
14
  placeholder?: string | undefined;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  editMode: boolean;
11
11
  placeholder: string;
12
12
  label: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  description?: string | undefined;
17
17
  label?: string | undefined;
18
18
  modelValue: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  editMode: boolean;
11
11
  placeholder: string;
12
12
  label: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  description?: string | undefined;
17
17
  label?: string | undefined;
18
18
  modelValue: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  label?: string | undefined;
3
3
  modelValue: any;
4
4
  useId?: false | undefined;
@@ -11,10 +11,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  label: string;
12
12
  useId: boolean;
13
13
  filters: {};
14
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
15
  "update:modelValue": (...args: any[]) => void;
16
16
  selected: (...args: any[]) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
18
  label?: string | undefined;
19
19
  modelValue: any;
20
20
  useId?: false | undefined;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  editMode: boolean;
11
11
  placeholder: string;
12
12
  label: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  description?: string | undefined;
17
17
  label?: string | undefined;
18
18
  modelValue: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  editMode: boolean;
11
11
  placeholder: string;
12
12
  label: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  description?: string | undefined;
17
17
  label?: string | undefined;
18
18
  modelValue: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  editMode: boolean;
11
11
  placeholder: string;
12
12
  label: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  description?: string | undefined;
17
17
  label?: string | undefined;
18
18
  modelValue: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -14,10 +14,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
14
14
  useId: boolean;
15
15
  filters: {};
16
16
  bagelApp: null;
17
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
18
  "update:modelValue": (...args: any[]) => void;
19
19
  selected: (...args: any[]) => void;
20
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
21
  description?: string | undefined;
22
22
  label?: string | undefined;
23
23
  modelValue: any;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  field: BagelField;
3
3
  modelValue: any;
4
4
  editMode?: boolean | undefined;
@@ -8,9 +8,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
8
8
  nativeInputAttrs?: Record<string, any> | undefined;
9
9
  }>, {
10
10
  editMode: boolean;
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  "update:modelValue": (...args: any[]) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
14
  field: BagelField;
15
15
  modelValue: any;
16
16
  editMode?: boolean | undefined;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  field: BagelField;
3
3
  modelValue: any;
4
4
  editMode?: boolean | undefined;
@@ -8,9 +8,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
8
8
  nativeInputAttrs?: Record<string, any> | undefined;
9
9
  }>, {
10
10
  editMode: boolean;
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  "update:modelValue": (...args: any[]) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
14
  field: BagelField;
15
15
  modelValue: any;
16
16
  editMode?: boolean | undefined;
@@ -10,7 +10,9 @@ export interface RadioOption<T> {
10
10
  declare const _default: <ContextObjType extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
11
11
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
12
12
  readonly onDelete?: ((...args: any[]) => any) | undefined;
13
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onDelete"> & ({
13
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
14
+ onDelete?: ((...args: any[]) => any) | undefined;
15
+ }>, never>, "onDelete"> & ({
14
16
  modelValue?: any;
15
17
  } & {
16
18
  groupName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioGroup.vue"],"names":[],"mappings":"AAgFA,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,GAAG,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,CAAC,CAAA;CACb;yBAGgB,cAAc,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAC7C,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA6JxD,mBAAmB,CAAC;;;qBAtIf,GAAG;;mBAnBN,MAAM;iBACR,WAAW,CAAC,cAAc,CAAC,EAAE;oBAC1B,OAAO;MAuJmE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;qBA5KH,MAAM;qBACN,MAAM;uBACJ,MAAM;oBACT,MAAM;mBACP,GAAG;gBACN,MAAM;;YA0IoB,GAAG;;UA+BzB;6BAvIY,CAAC,UAAU,EAAC,GAAG,CAAC;KAuIY;;;;YAGL,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvKvE,wBAuK4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioGroup.vue"],"names":[],"mappings":"AAgFA,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,GAAG,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,CAAC,CAAA;CACb;yBAGgB,cAAc,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,eAC7C,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA6JxD,mBAAmB,CAAC;;;;;qBAtIf,GAAG;;mBAnBN,MAAM;iBACR,WAAW,CAAC,cAAc,CAAC,EAAE;oBAC1B,OAAO;MAuJmE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;qBA5KH,MAAM;qBACN,MAAM;uBACJ,MAAM;oBACT,MAAM;mBACP,GAAG;gBACN,MAAM;;YA0IoB,GAAG;;UA+BzB;6BAvIY,CAAC,UAAU,EAAC,GAAG,CAAC;KAuIY;;;;YAGL,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvKvE,wBAuK4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,8 +1,8 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  field: BagelField;
3
3
  modelValue: any;
4
4
  small?: boolean | undefined;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
6
  field: BagelField;
7
7
  modelValue: any;
8
8
  small?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/index.vue"],"names":[],"mappings":"AAiSA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;;gBAIjB,MAAM;oBAAkB,aAAa;;;;gBAArC,MAAM;oBAAkB,aAAa;;;;AAiQzE,wBAOG"}
1
+ {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/index.vue"],"names":[],"mappings":"AA8RA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;;gBAOjB,MAAM;oBAAkB,aAAa;;;;gBAArC,MAAM;oBAAkB,aAAa;;;;AAiQzE,wBAOG"}
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -10,9 +10,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  editMode: boolean;
11
11
  placeholder: string;
12
12
  label: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
16
  description?: string | undefined;
17
17
  label?: string | undefined;
18
18
  modelValue: any;
@@ -1,23 +1,26 @@
1
- import { SelectBagelField } from '../../..';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<SelectBagelField, "key"> & {
1
+ import { type SelectBagelField } from '../../..';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<SelectBagelField, "key"> & {
4
3
  editMode?: boolean | undefined;
5
4
  field: SelectBagelField;
6
5
  modelValue: any;
7
6
  small?: boolean | undefined;
7
+ label?: string | undefined;
8
+ description?: string | undefined;
8
9
  }>, {
9
10
  description: string;
10
11
  editMode: boolean;
11
12
  label: string;
12
13
  placeholder: string;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
15
  "update:modelValue": (...args: any[]) => void;
15
16
  selected: (...args: any[]) => void;
16
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<SelectBagelField, "key"> & {
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<SelectBagelField, "key"> & {
17
18
  editMode?: boolean | undefined;
18
19
  field: SelectBagelField;
19
20
  modelValue: any;
20
21
  small?: boolean | undefined;
22
+ label?: string | undefined;
23
+ description?: string | undefined;
21
24
  }>, {
22
25
  description: string;
23
26
  editMode: boolean;
@@ -29,7 +32,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
29
32
  }, {
30
33
  description: string;
31
34
  label: string;
32
- placeholder: string;
33
35
  editMode: boolean;
34
36
  }, {}>;
35
37
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectField.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectField.vue"],"names":[],"mappings":"AA6CA;AAOA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;;;WA6U5C,gBAAgB;gBACX,GAAG;;;;;;;;;;;;WADR,gBAAgB;gBACX,GAAG;;;;;;;;;;;;;;cAFJ,OAAO;;AANrB,wBAYG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"SelectField.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectField.vue"],"names":[],"mappings":"AA6CA;AAOA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;;;WAiV5C,gBAAgB;gBACX,GAAG;;;;;;;;;;;;;;WADR,gBAAgB;gBACX,GAAG;;;;;;;;;;;;;iBAGD,MAAM;WADZ,MAAM;cAJH,OAAO;;AANrB,wBAcG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -21,7 +21,22 @@ declare function __VLS_template(): {
21
21
  readonly noAutoFocus?: boolean | undefined;
22
22
  readonly onHide?: ((...args: any[]) => any) | undefined;
23
23
  readonly onShow?: ((...args: any[]) => any) | undefined;
24
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
24
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
25
+ value?: string;
26
+ thin?: boolean;
27
+ flat?: boolean;
28
+ disabled?: boolean;
29
+ icon?: MaterialIcons;
30
+ triggerClass?: string;
31
+ border?: boolean;
32
+ outline?: boolean;
33
+ round?: boolean;
34
+ placement?: import('../../Dropdown.vue').AlignedPlacement;
35
+ noAutoFocus?: boolean;
36
+ }> & Readonly<{
37
+ onHide?: ((...args: any[]) => any) | undefined;
38
+ onShow?: ((...args: any[]) => any) | undefined;
39
+ }>;
25
40
  $attrs: {
26
41
  [x: string]: unknown;
27
42
  };
@@ -132,7 +147,35 @@ declare function __VLS_template(): {
132
147
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
133
148
  "update:modelValue": (...args: any[]) => void;
134
149
  debounce: (...args: any[]) => void;
135
- }, import('vue').PublicProps, {
150
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
151
+ id?: string;
152
+ title?: string;
153
+ helptext?: string;
154
+ placeholder?: string;
155
+ modelValue?: string | number;
156
+ label?: string;
157
+ small?: boolean;
158
+ dense?: boolean;
159
+ required?: boolean;
160
+ pattern?: string;
161
+ shrink?: boolean;
162
+ disabled?: boolean;
163
+ type?: string;
164
+ nativeInputAttrs?: Record<string, any>;
165
+ icon?: MaterialIcons;
166
+ iconStart?: MaterialIcons;
167
+ multiline?: boolean;
168
+ autoheight?: boolean;
169
+ code?: boolean;
170
+ lines?: number;
171
+ autocomplete?: AutoFillField;
172
+ autofocus?: boolean;
173
+ debounceDelay?: number;
174
+ onFocusout?: (e: FocusEvent) => void;
175
+ }> & Readonly<{
176
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
177
+ onDebounce?: ((...args: any[]) => any) | undefined;
178
+ }>, {
136
179
  type: string;
137
180
  modelValue: string | number;
138
181
  debounceDelay: number;
@@ -194,6 +237,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
194
237
  hideLabel?: boolean;
195
238
  defaultValue?: Option;
196
239
  clearable?: boolean;
240
+ searchPlaceholder?: string;
197
241
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
198
242
  "update:modelValue": (...args: any[]) => void;
199
243
  }, string, import('vue').PublicProps, Readonly<{
@@ -210,6 +254,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
210
254
  hideLabel?: boolean;
211
255
  defaultValue?: Option;
212
256
  clearable?: boolean;
257
+ searchPlaceholder?: string;
213
258
  }> & Readonly<{
214
259
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
215
260
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"AAAA,OA8WO,EAKN,KAAK,aAAa,EAClB,KAAK,MAAM,EAEX,MAAM,eAAe,CAAA;AAEtB,OAAO,wBAAwB,CAAA;AA+K/B,iBAAS,cAAc;;sBAkMI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAmEg5B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAxDthC,OAAO,IAA6B;EAEjD;AA4BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAtZX,MAAM,EAAE;kBACH,MAAM;eACT,OAAO;iBACL,MAAM;iBACN,OAAO;eACT,OAAO;YACV,MAAM;gBACF,OAAO;kBACL,OAAO;WACd,aAAa;gBACR,OAAO;mBACJ,MAAM;gBACT,OAAO;;;;aAZV,MAAM,EAAE;kBACH,MAAM;eACT,OAAO;iBACL,MAAM;iBACN,OAAO;eACT,OAAO;YACV,MAAM;gBACF,OAAO;kBACL,OAAO;WACd,aAAa;gBACR,OAAO;mBACJ,MAAM;gBACT,OAAO;;;kFAiZlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"AAAA,OAiXO,EAKN,KAAK,aAAa,EAClB,KAAK,MAAM,EAEX,MAAM,eAAe,CAAA;AAEtB,OAAO,wBAAwB,CAAA;AAkL/B,iBAAS,cAAc;;sBAkMI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAoEmjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAzDzrB,OAAO,IAA6B;EAEjD;AA6BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA1ZX,MAAM,EAAE;kBACH,MAAM;eACT,OAAO;iBACL,MAAM;iBACN,OAAO;eACT,OAAO;YACV,MAAM;gBACF,OAAO;kBACL,OAAO;WACd,aAAa;gBACR,OAAO;mBACJ,MAAM;gBACT,OAAO;wBACC,MAAM;;;;aAbjB,MAAM,EAAE;kBACH,MAAM;eACT,OAAO;iBACL,MAAM;iBACN,OAAO;eACT,OAAO;YACV,MAAM;gBACF,OAAO;kBACL,OAAO;WACd,aAAa;gBACR,OAAO;mBACJ,MAAM;gBACT,OAAO;wBACC,MAAM;;;kFAoZzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SignaturePad.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SignaturePad.vue"],"names":[],"mappings":"AAiMA,OAAO,KAAK,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAInE,UAAU,SAAS;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACb;AAED,KAAK,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,GAAG,eAAe,CAAA;AAE5E,QAAA,IAAI,eAAe,EAAG;IACrB,SAAS,CAAC,EAAE,mBAAmB,CAAA;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,UAAU,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAaF,iBAAS,KAAK,SAIb;AAED,iBAAS,IAAI,CAAC,MAAM,CAAC,EAAE,UAAU,sBAGhC;AAKD,iBAAS,IAAI,SAMZ;AAiBD,iBAAS,YAAY,CAAC,IAAI,EAAE,SAAS,QA0BpC;AA6DD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;;;;;;;uBAnHD,MAAM;;;;;;eA1BnB,OAAO;;AAyOpB,wBASG"}
1
+ {"version":3,"file":"SignaturePad.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SignaturePad.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAOnE,UAAU,SAAS;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACb;AAED,KAAK,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,GAAG,eAAe,CAAA;AAE5E,QAAA,IAAI,eAAe,EAAG;IACrB,SAAS,CAAC,EAAE,mBAAmB,CAAA;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,UAAU,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAaF,iBAAS,KAAK,SAIb;AAED,iBAAS,IAAI,CAAC,MAAM,CAAC,EAAE,UAAU,sBAGhC;AAKD,iBAAS,IAAI,SAMZ;AAiBD,iBAAS,YAAY,CAAC,IAAI,EAAE,SAAS,QA0BpC;AA6DD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;;;;;;;uBAnHD,MAAM;;;;;;eA1BnB,OAAO;;AAyOpB,wBASG"}
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  description?: string | undefined;
3
3
  label?: string | undefined;
4
4
  modelValue: any;
@@ -13,9 +13,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  editMode: boolean;
14
14
  placeholder: string;
15
15
  label: string;
16
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
17
  "update:modelValue": (...args: any[]) => void;
18
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
19
  description?: string | undefined;
20
20
  label?: string | undefined;
21
21
  modelValue: any;
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TextInput.vue"],"names":[],"mappings":"AA+NA,OAAO,EAEN,KAAK,aAAa,EAElB,MAAM,eAAe,CAAA;;SAMf,MAAM;YACH,MAAM;eACH,MAAM;kBACH,MAAM;iBACP,MAAM,GAAG,MAAM;YACpB,MAAM;YACN,OAAO;YACP,OAAO;eACJ,OAAO;cACR,MAAM;aACP,OAAO;eACL,OAAO;WACX,MAAM;uBACM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WAC/B,aAAa;gBACR,aAAa;gBACb,OAAO;iBACN,OAAO;WACb,OAAO;YACN,MAAM;mBACC,aAAa;gBAChB,OAAO;oBACH,MAAM;iBACT,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI;;;;;SAvB/B,MAAM;YACH,MAAM;eACH,MAAM;kBACH,MAAM;iBACP,MAAM,GAAG,MAAM;YACpB,MAAM;YACN,OAAO;YACP,OAAO;eACJ,OAAO;cACR,MAAM;aACP,OAAO;eACL,OAAO;WACX,MAAM;uBACM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WAC/B,aAAa;gBACR,aAAa;gBACb,OAAO;iBACN,OAAO;WACb,OAAO;YACN,MAAM;mBACC,aAAa;gBAChB,OAAO;oBACH,MAAM;iBACT,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI;;;;;UAX7B,MAAM;gBARA,MAAM,GAAG,MAAM;mBAkBZ,MAAM;;AA+KxB,wBAQG"}
1
+ {"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/TextInput.vue"],"names":[],"mappings":"AA2NA,OAAO,EAEN,KAAK,aAAa,EAElB,MAAM,eAAe,CAAA;;SAMf,MAAM;YACH,MAAM;eACH,MAAM;kBACH,MAAM;iBACP,MAAM,GAAG,MAAM;YACpB,MAAM;YACN,OAAO;YACP,OAAO;eACJ,OAAO;cACR,MAAM;aACP,OAAO;eACL,OAAO;WACX,MAAM;uBACM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WAC/B,aAAa;gBACR,aAAa;gBACb,OAAO;iBACN,OAAO;WACb,OAAO;YACN,MAAM;mBACC,aAAa;gBAChB,OAAO;oBACH,MAAM;iBACT,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI;;;;;SAvB/B,MAAM;YACH,MAAM;eACH,MAAM;kBACH,MAAM;iBACP,MAAM,GAAG,MAAM;YACpB,MAAM;YACN,OAAO;YACP,OAAO;eACJ,OAAO;cACR,MAAM;aACP,OAAO;eACL,OAAO;WACX,MAAM;uBACM,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;WAC/B,aAAa;gBACR,aAAa;gBACb,OAAO;iBACN,OAAO;WACb,OAAO;YACN,MAAM;mBACC,aAAa;gBAChB,OAAO;oBACH,MAAM;iBACT,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI;;;;;UAX7B,MAAM;gBARA,MAAM,GAAG,MAAM;mBAkBZ,MAAM;;AA+KxB,wBAQG"}
@@ -17,9 +17,9 @@ export interface AddressArrContext {
17
17
  };
18
18
  };
19
19
  }
20
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
20
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
21
21
  context: AddressArrContext;
22
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
23
23
  context: AddressArrContext;
24
24
  }>>>, {}, {}>;
25
25
  export default _default;
@@ -19,9 +19,9 @@ export interface BankDetailsContext {
19
19
  };
20
20
  };
21
21
  }
22
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
22
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
23
23
  context: BankDetailsContext;
24
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
24
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
25
25
  context: BankDetailsContext;
26
26
  }>>>, {}, {}>;
27
27
  export default _default;
@@ -15,9 +15,9 @@ export interface ContactArrContext {
15
15
  };
16
16
  };
17
17
  }
18
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
18
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
19
19
  context: ContactArrContext;
20
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
20
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
21
21
  context: ContactArrContext;
22
22
  }>>>, {}, {}>;
23
23
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  context: Record<string, any>;
3
3
  dragDropLabel?: string | undefined;
4
4
  browseLabel?: string | undefined;
@@ -7,7 +7,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  dragDropLabel: string;
8
8
  browseLabel: string;
9
9
  multiple: boolean;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
11
  context: Record<string, any>;
12
12
  dragDropLabel?: string | undefined;
13
13
  browseLabel?: string | undefined;