@bagelink/vue 0.0.807 → 0.0.813

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 (289) 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/BglVideo.vue.d.ts.map +1 -1
  4. package/dist/components/ComboBox.vue.d.ts +3 -3
  5. package/dist/components/Comments.vue.d.ts +2 -2
  6. package/dist/components/ContactSubmissions.vue.d.ts +2 -2
  7. package/dist/components/DataPreview.vue.d.ts +9 -3
  8. package/dist/components/DataPreview.vue.d.ts.map +1 -1
  9. package/dist/components/DropDown.vue.d.ts +184 -15
  10. package/dist/components/DropDown.vue.d.ts.map +1 -1
  11. package/dist/components/FormSchema.vue.d.ts +4 -5
  12. package/dist/components/LangText.vue.d.ts +2 -2
  13. package/dist/components/MapEmbed.vue.d.ts.map +1 -1
  14. package/dist/components/ModalBglForm.vue.d.ts +20 -21
  15. package/dist/components/ModalForm.vue.d.ts +9 -3
  16. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  17. package/dist/components/NavBar.vue.d.ts.map +1 -1
  18. package/dist/components/PersonPreview.vue.d.ts +4 -5
  19. package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
  20. package/dist/components/Popover.vue.d.ts +10 -0
  21. package/dist/components/Popover.vue.d.ts.map +1 -0
  22. package/dist/components/RTXEditor.vue.d.ts +3 -3
  23. package/dist/components/TabbedLayout.vue.d.ts +4 -5
  24. package/dist/components/TableSchema.vue.d.ts +10 -2
  25. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  26. package/dist/components/Zoomer.vue.d.ts.map +1 -1
  27. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  28. package/dist/components/form/BglField.vue.d.ts +6 -2
  29. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  30. package/dist/components/form/BglForm.vue.d.ts +9 -3
  31. package/dist/components/form/BglForm.vue.d.ts.map +1 -1
  32. package/dist/components/form/BglMultiStepForm.vue.d.ts +21 -3
  33. package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
  34. package/dist/components/form/ItemRef.vue.d.ts +3 -5
  35. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  36. package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
  37. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  38. package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -2
  39. package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
  40. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  41. package/dist/components/form/inputs/DatePicker.vue.d.ts +6 -2
  42. package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
  43. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  44. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  45. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  46. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  47. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  48. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  49. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  50. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  51. package/dist/components/form/inputs/PasswordInput.vue.d.ts +3 -1
  52. package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
  53. package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
  54. package/dist/components/form/inputs/RadioGroup.vue.d.ts +3 -1
  55. package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
  56. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  57. package/dist/components/form/inputs/RichText2/formatting.d.ts.map +1 -1
  58. package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
  59. package/dist/components/form/inputs/SelectField.vue.d.ts +8 -6
  60. package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
  61. package/dist/components/form/inputs/SelectInput.vue.d.ts +53 -4
  62. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  63. package/dist/components/form/inputs/TableField.vue.d.ts +6 -2
  64. package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
  65. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  66. package/dist/components/form/inputs/TextInput.vue.d.ts +6 -2
  67. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  68. package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
  69. package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
  70. package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
  71. package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
  72. package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
  73. package/dist/components/formkit/Toggle.vue.d.ts +2 -2
  74. package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
  75. package/dist/components/lightbox/index.d.ts.map +1 -1
  76. package/dist/components/sortable/Animation.d.ts +43 -0
  77. package/dist/components/sortable/Animation.d.ts.map +1 -0
  78. package/dist/components/sortable/BrowserInfo.d.ts +7 -0
  79. package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
  80. package/dist/components/sortable/EventDispatcher.d.ts +13 -0
  81. package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
  82. package/dist/components/sortable/PluginManager.d.ts +27 -0
  83. package/dist/components/sortable/PluginManager.d.ts.map +1 -0
  84. package/dist/components/sortable/Sortable.d.ts +81 -0
  85. package/dist/components/sortable/Sortable.d.ts.map +1 -0
  86. package/dist/components/sortable/index.d.ts +5 -0
  87. package/dist/components/sortable/index.d.ts.map +1 -0
  88. package/dist/components/sortable/utils.d.ts +49 -0
  89. package/dist/components/sortable/utils.d.ts.map +1 -0
  90. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
  91. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  92. package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
  93. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
  94. package/dist/composables/index.d.ts +3 -1
  95. package/dist/composables/index.d.ts.map +1 -1
  96. package/dist/index.cjs +357 -271
  97. package/dist/index.mjs +357 -271
  98. package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
  99. package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
  100. package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
  101. package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
  102. package/dist/plugins/drag-n-drop/index.d.ts +5 -0
  103. package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
  104. package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
  105. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
  106. package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
  107. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
  108. package/dist/plugins/modal.d.ts +12 -4
  109. package/dist/plugins/modal.d.ts.map +1 -1
  110. package/dist/style.css +3818 -389
  111. package/dist/types/BagelForm.d.ts +27 -9
  112. package/dist/types/BagelForm.d.ts.map +1 -1
  113. package/dist/types/index.d.ts +3 -1
  114. package/dist/types/index.d.ts.map +1 -1
  115. package/dist/types/materialIcon.d.ts +2 -0
  116. package/dist/types/materialIcon.d.ts.map +1 -0
  117. package/dist/utils/BagelFormUtils.d.ts +75 -17
  118. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  119. package/dist/utils/allCountries.d.ts +1 -1
  120. package/dist/utils/allCountries.d.ts.map +1 -1
  121. package/dist/utils/index.d.ts +6 -2
  122. package/dist/utils/index.d.ts.map +1 -1
  123. package/dist/utils/lang.d.ts +3 -1
  124. package/dist/utils/lang.d.ts.map +1 -1
  125. package/dist/utils/objects.d.ts +0 -1
  126. package/dist/utils/strings.d.ts.map +1 -1
  127. package/package.json +5 -5
  128. package/src/components/Accordion.vue +1 -1
  129. package/src/components/AccordionItem.vue +4 -4
  130. package/src/components/AddressSearch.vue +1 -1
  131. package/src/components/BglVideo.vue +1 -2
  132. package/src/components/DataPreview.vue +1 -1
  133. package/src/components/MapEmbed.vue +4 -6
  134. package/src/components/ModalForm.vue +3 -3
  135. package/src/components/NavBar.vue +6 -3
  136. package/src/components/TableSchema.vue +6 -6
  137. package/src/components/Zoomer.vue +7 -8
  138. package/src/components/dashboard/Lineart.vue +3 -3
  139. package/src/components/form/BglField.vue +2 -2
  140. package/src/components/form/BglFieldSet.vue +1 -1
  141. package/src/components/form/BglForm.vue +2 -2
  142. package/src/components/form/inputs/CheckInput.vue +1 -1
  143. package/src/components/form/inputs/ColorPicker.vue +1 -1
  144. package/src/components/form/inputs/DatePicker.vue +1 -1
  145. package/src/components/form/inputs/FileUpload.vue +4 -4
  146. package/src/components/form/inputs/OTP.vue +6 -6
  147. package/src/components/form/inputs/PasswordInput.vue +1 -1
  148. package/src/components/form/inputs/RadioPillsInput.vue +1 -1
  149. package/src/components/form/inputs/RichText.vue +1 -1
  150. package/src/components/form/inputs/RichText2/Toolbar.vue +2 -2
  151. package/src/components/form/inputs/RichText2/formatting.ts +5 -3
  152. package/src/components/form/inputs/RichText2/index.vue +1 -1
  153. package/src/components/form/inputs/SelectInput.vue +6 -6
  154. package/src/components/form/inputs/SignaturePad.vue +2 -2
  155. package/src/components/form/inputs/TableField.vue +5 -5
  156. package/src/components/form/inputs/TelInput.vue +4 -4
  157. package/src/components/form/inputs/TextInput.vue +1 -1
  158. package/src/components/form/inputs/ToggleInput.vue +1 -1
  159. package/src/components/formkit/FileUploader.vue +1 -1
  160. package/src/components/formkit/MiscFields.vue +1 -1
  161. package/src/components/layout/Layout.vue +2 -2
  162. package/src/components/layout/Tabs.vue +2 -2
  163. package/src/components/layout/TabsNav.vue +1 -1
  164. package/src/components/layout/tabsManager.ts +1 -1
  165. package/src/components/lightbox/Lightbox.vue +2 -2
  166. package/src/components/lightbox/index.ts +13 -7
  167. package/src/composables/index.ts +2 -2
  168. package/src/plugins/modal.ts +7 -7
  169. package/src/styles/appearance.css +36 -0
  170. package/src/styles/buttons.css +24 -0
  171. package/src/styles/layout.css +1989 -68
  172. package/src/styles/mobilLayout.css +1946 -41
  173. package/src/styles/theme.css +1 -1
  174. package/src/types/BagelForm.ts +9 -9
  175. package/src/types/index.ts +1 -1
  176. package/src/utils/BagelFormUtils.ts +1 -1
  177. package/src/utils/allCountries.ts +1 -1
  178. package/src/utils/index.ts +7 -7
  179. package/src/utils/lang.ts +1 -1
  180. package/src/utils/strings.ts +1 -2
  181. package/vite.config.ts +1 -1
  182. package/dist/components/Accordion.d.ts +0 -12
  183. package/dist/components/Accordion.d.ts.map +0 -1
  184. package/dist/components/AccordionItem.d.ts +0 -34
  185. package/dist/components/AccordionItem.d.ts.map +0 -1
  186. package/dist/components/Alert.d.ts +0 -34
  187. package/dist/components/Alert.d.ts.map +0 -1
  188. package/dist/components/Avatar.d.ts +0 -36
  189. package/dist/components/Avatar.d.ts.map +0 -1
  190. package/dist/components/Badge.d.ts +0 -22
  191. package/dist/components/Badge.d.ts.map +0 -1
  192. package/dist/components/BglVideo.d.ts +0 -20
  193. package/dist/components/BglVideo.d.ts.map +0 -1
  194. package/dist/components/Btn.d.ts +0 -99
  195. package/dist/components/Btn.d.ts.map +0 -1
  196. package/dist/components/Card.d.ts +0 -39
  197. package/dist/components/Card.d.ts.map +0 -1
  198. package/dist/components/Carousel.d.ts +0 -74
  199. package/dist/components/Carousel.d.ts.map +0 -1
  200. package/dist/components/DataPreview.d.ts +0 -42
  201. package/dist/components/DataPreview.d.ts.map +0 -1
  202. package/dist/components/Drop.vue.d.ts +0 -34
  203. package/dist/components/Drop.vue.d.ts.map +0 -1
  204. package/dist/components/FileUploader.vue.d.ts +0 -60
  205. package/dist/components/FileUploader.vue.d.ts.map +0 -1
  206. package/dist/components/Flag.d.ts +0 -20
  207. package/dist/components/Flag.d.ts.map +0 -1
  208. package/dist/components/ListItem.d.ts +0 -34
  209. package/dist/components/ListItem.d.ts.map +0 -1
  210. package/dist/components/ListView.d.ts +0 -13
  211. package/dist/components/ListView.d.ts.map +0 -1
  212. package/dist/components/MapEmbed.d.ts +0 -3
  213. package/dist/components/MapEmbed.d.ts.map +0 -1
  214. package/dist/components/MaterialIcon.d.ts +0 -26
  215. package/dist/components/MaterialIcon.d.ts.map +0 -1
  216. package/dist/components/Modal.d.ts +0 -46
  217. package/dist/components/Modal.d.ts.map +0 -1
  218. package/dist/components/ModalConfirm.d.ts +0 -24
  219. package/dist/components/ModalConfirm.d.ts.map +0 -1
  220. package/dist/components/ModalForm.d.ts +0 -78
  221. package/dist/components/ModalForm.d.ts.map +0 -1
  222. package/dist/components/NavBar.d.ts +0 -64
  223. package/dist/components/NavBar.d.ts.map +0 -1
  224. package/dist/components/PageTitle.d.ts +0 -24
  225. package/dist/components/PageTitle.d.ts.map +0 -1
  226. package/dist/components/RouterWrapper.d.ts +0 -3
  227. package/dist/components/RouterWrapper.d.ts.map +0 -1
  228. package/dist/components/TableSchema.d.ts +0 -35
  229. package/dist/components/TableSchema.d.ts.map +0 -1
  230. package/dist/components/Title.d.ts +0 -42
  231. package/dist/components/Title.d.ts.map +0 -1
  232. package/dist/components/TopBar.d.ts +0 -12
  233. package/dist/components/TopBar.d.ts.map +0 -1
  234. package/dist/components/dashboard/Lineart.d.ts +0 -20
  235. package/dist/components/dashboard/Lineart.d.ts.map +0 -1
  236. package/dist/components/form/BglField.d.ts +0 -25
  237. package/dist/components/form/BglField.d.ts.map +0 -1
  238. package/dist/components/form/BglForm.d.ts +0 -75
  239. package/dist/components/form/BglForm.d.ts.map +0 -1
  240. package/dist/components/form/inputs/CheckInput.d.ts +0 -56
  241. package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
  242. package/dist/components/form/inputs/Checkbox.d.ts +0 -16
  243. package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
  244. package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
  245. package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
  246. package/dist/components/form/inputs/DateInput.d.ts +0 -64
  247. package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
  248. package/dist/components/form/inputs/DatePicker.d.ts +0 -33
  249. package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
  250. package/dist/components/form/inputs/FileUpload.d.ts +0 -108
  251. package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
  252. package/dist/components/form/inputs/JSONInput.d.ts +0 -53
  253. package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
  254. package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
  255. package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
  256. package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
  257. package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
  258. package/dist/components/form/inputs/RichText.d.ts +0 -20
  259. package/dist/components/form/inputs/RichText.d.ts.map +0 -1
  260. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
  261. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
  262. package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
  263. package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
  264. package/dist/components/form/inputs/SelectInput.d.ts +0 -55
  265. package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
  266. package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
  267. package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
  268. package/dist/components/form/inputs/TableField.d.ts +0 -45
  269. package/dist/components/form/inputs/TableField.d.ts.map +0 -1
  270. package/dist/components/form/inputs/TelInput.d.ts +0 -241
  271. package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
  272. package/dist/components/form/inputs/TextInput.d.ts +0 -90
  273. package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
  274. package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
  275. package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
  276. package/dist/components/layout/BottomMenu.d.ts +0 -27
  277. package/dist/components/layout/BottomMenu.d.ts.map +0 -1
  278. package/dist/components/layout/Layout.d.ts +0 -58
  279. package/dist/components/layout/Layout.d.ts.map +0 -1
  280. package/dist/components/layout/SidebarMenu.d.ts +0 -38
  281. package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
  282. package/dist/components/layout/TabbedLayout.d.ts +0 -42
  283. package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
  284. package/dist/components/layout/Tabs.d.ts +0 -31
  285. package/dist/components/layout/Tabs.d.ts.map +0 -1
  286. package/dist/components/layout/TabsBody.d.ts +0 -23
  287. package/dist/components/layout/TabsBody.d.ts.map +0 -1
  288. package/dist/components/layout/TabsNav.d.ts +0 -35
  289. package/dist/components/layout/TabsNav.d.ts.map +0 -1
@@ -8,7 +8,13 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
8
8
  readonly "onUpdate:itemHeight"?: ((itemHeight: number) => any) | undefined;
9
9
  readonly "onUpdate:selectedItems"?: ((...args: unknown[]) => any) | undefined;
10
10
  readonly onOrderBy?: ((args_0: `${string} ASC` | `${string} DESC`) => any) | undefined;
11
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect" | "onUpdate:loading" | "onUpdate:itemHeight" | "onUpdate:selectedItems" | "onOrderBy"> & ({
11
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
12
+ onSelect?: ((args_0: T) => any) | undefined;
13
+ "onUpdate:loading"?: ((loading: boolean) => any) | undefined;
14
+ "onUpdate:itemHeight"?: ((itemHeight: number) => any) | undefined;
15
+ "onUpdate:selectedItems"?: ((...args: unknown[]) => any) | undefined;
16
+ onOrderBy?: ((args_0: `${string} ASC` | `${string} DESC`) => any) | undefined;
17
+ }>, never>, "onSelect" | "onUpdate:loading" | "onUpdate:itemHeight" | "onUpdate:selectedItems" | "onOrderBy"> & ({
12
18
  loading?: boolean;
13
19
  itemHeight?: number;
14
20
  selectedItems?: string[];
@@ -22,7 +28,9 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
22
28
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
23
29
  attrs: any;
24
30
  slots: Partial<Record<string, (_: {
25
- row: Record<string, any>;
31
+ row: {
32
+ [key: string]: any;
33
+ };
26
34
  field: import('..').Field<T>;
27
35
  }) => any>>;
28
36
  emit: (((evt: "select", args_0: T) => void) & ((evt: "update:selectedItems", args_0: string[]) => void) & ((evt: "orderBy", args_0: `${string} ASC` | `${string} DESC`) => void)) & {
@@ -1 +1 @@
1
- {"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AA4hBA,OAAO,EAEN,KAAK,cAAc,EAKnB,MAAM,eAAe,CAAA;AAItB,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,IAAI,eAAe,EAAE,CAAA;yBAGtC,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;WA8YxD,mBAAmB,CAAC;;;;;;;;;wBA9MZ,MAAM,EAAE;;cA5LnB,CAAC,EAAE;iBACA,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,cAAc,CAAC,CAAC,CAAC,CAAC;qBACzC,MAAM,EAAE;wBACL,OAAO;qBACV,OAAO;MAsYkE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;UAjDuE,GAAG;UAmD9E;0BA/MS,CAAC,OAAO,SAAiC,CAAC;6BACvC,CAAC,UAAU,QAAoC,CAAC;gCAC7C,CAAC,aAAa,EAAC,MAAM,EAAE,CAAC;KA6ML;;;;YAGC,OAAO,CAAC,OAAO,WAAW,CAAC;;AAxZvE,wBAwZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AA4hBA,OAAO,EAEN,KAAK,cAAc,EAKnB,MAAM,eAAe,CAAA;AAItB,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,IAAI,eAAe,EAAE,CAAA;yBAGtC,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;WA8YxD,mBAAmB,CAAC;;;;;;;;;;;;;;;wBA9MZ,MAAM,EAAE;;cA5LnB,CAAC,EAAE;iBACA,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,cAAc,CAAC,CAAC,CAAC,CAAC;qBACzC,MAAM,EAAE;wBACL,OAAO;qBACV,OAAO;MAsYkE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;;UAjDuE,GAAG;UAmD9E;0BA/MS,CAAC,OAAO,SAAiC,CAAC;6BACvC,CAAC,UAAU,QAAoC,CAAC;gCAC7C,CAAC,aAAa,EAAC,MAAM,EAAE,CAAC;KA6ML;;;;YAGC,OAAO,CAAC,OAAO,WAAW,CAAC;;AAxZvE,wBAwZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Zoomer.vue.d.ts","sourceRoot":"","sources":["../../src/components/Zoomer.vue"],"names":[],"mappings":"AAkYA,UAAU,KAAK;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB;AAsED,iBAAS,KAAK,SAKb;AA2PD,iBAAS,cAAc;;yBAoCM,GAAG;;;;;WAUlB,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kFAQnB,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":"Zoomer.vue.d.ts","sourceRoot":"","sources":["../../src/components/Zoomer.vue"],"names":[],"mappings":"AAiYA,UAAU,KAAK;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB;AAsED,iBAAS,KAAK,SAKb;AA0PD,iBAAS,cAAc;;yBAoCM,GAAG;;;;;WAUlB,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kFAQnB,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,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  title?: string | undefined;
3
3
  showMarks?: boolean | undefined;
4
4
  flood?: number | undefined;
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
9
9
  group?: string;
10
10
  data?: Record<string, any>[];
11
11
  }[];
12
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
13
  title?: string | undefined;
14
14
  showMarks?: boolean | undefined;
15
15
  flood?: number | undefined;
@@ -2,9 +2,13 @@ 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
- modelValue: Record<string, any>;
9
+ modelValue: {
10
+ [key: string]: any;
11
+ };
8
12
  }> & import('vue').PublicProps;
9
13
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
10
14
  attrs: any;
@@ -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;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE;KAsKmD,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"}
@@ -28,7 +28,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
28
28
  label?: string;
29
29
  id?: string;
30
30
  schema: BglFormSchemaFnT<any>;
31
- modelValue?: Record<string, any>;
31
+ modelValue?: {
32
+ [key: string]: any;
33
+ };
32
34
  onDelete?: (id: string) => void;
33
35
  onSubmit?: (data: any) => void;
34
36
  status?: FormStatus;
@@ -46,7 +48,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
46
48
  label?: string;
47
49
  id?: string;
48
50
  schema: BglFormSchemaFnT<any>;
49
- modelValue?: Record<string, any>;
51
+ modelValue?: {
52
+ [key: string]: any;
53
+ };
50
54
  onDelete?: (id: string) => void;
51
55
  onSubmit?: (data: any) => void;
52
56
  status?: FormStatus;
@@ -55,7 +59,9 @@ declare const __VLS_component: import('vue').DefineComponent<{
55
59
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
56
60
  onDirty?: ((...args: any[]) => any) | undefined;
57
61
  }>, {
58
- modelValue: Record<string, any>;
62
+ modelValue: {
63
+ [key: string]: any;
64
+ };
59
65
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
60
66
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
61
67
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAAA,OA8IO,EAAY,KAAK,gBAAgB,EAAiC,MAAM,eAAe,CAAA;AAG9F,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AA2CjE,iBAAS,YAAY,YAMpB;AAeD,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB;AA6BD,iBAAS,cAAc;;;;;;YA0EM,GAAG;;;;;YACH,GAAG;yBACF,GAAG;uBACL,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA/NX,MAAM;SACT,MAAM;YACH,gBAAgB,CAAC,GAAG,CAAC;iBAChB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACrB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;;;;;;;YANX,MAAM;SACT,MAAM;YACH,gBAAgB,CAAC,GAAG,CAAC;iBAChB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACrB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;gBAHN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;6EAqOhC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAAA,OA8IO,EAAY,KAAK,gBAAgB,EAAiC,MAAM,eAAe,CAAA;AAG9F,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AA2CjE,iBAAS,YAAY,YAMpB;AAeD,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB;AA6BD,iBAAS,cAAc;;;;;;YA0EM,GAAG;;;;;YACH,GAAG;yBACF,GAAG;uBACL,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA/NX,MAAM;SACT,MAAM;YACH,gBAAgB,CAAC,GAAG,CAAC;iBAChB;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;eACxB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;;;;;;;YANX,MAAM;SACT,MAAM;YACH,gBAAgB,CAAC,GAAG,CAAC;iBAChB;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;eACxB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;gBAHN;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;6EAqOnC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,20 +2,38 @@ 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<{
9
11
  readonly label?: string | undefined;
10
12
  readonly id?: string | undefined;
11
13
  readonly schema: BglFormSchemaFnT<any>;
12
- readonly modelValue?: Record<string, any> | undefined;
14
+ readonly modelValue?: {
15
+ [key: string]: any;
16
+ } | undefined;
13
17
  readonly onDelete?: ((id: string) => void) | undefined;
14
18
  readonly onSubmit?: (((data: any) => void) & ((...args: any[]) => any)) | undefined;
15
19
  readonly status?: import('./BglForm.vue').FormStatus | undefined;
16
20
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
17
21
  readonly onDirty?: ((...args: any[]) => any) | undefined;
18
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, ("schema" | `${string}modelValue` | `ref${string}` | `onVnode${string}` | "onSubmit")>;
22
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
23
+ label?: string;
24
+ id?: string;
25
+ schema: BglFormSchemaFnT<any>;
26
+ modelValue?: {
27
+ [key: string]: any;
28
+ };
29
+ onDelete?: (id: string) => void;
30
+ onSubmit?: (data: any) => void;
31
+ status?: import('./BglForm.vue').FormStatus;
32
+ }> & Readonly<{
33
+ onSubmit?: ((...args: any[]) => any) | undefined;
34
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
35
+ onDirty?: ((...args: any[]) => any) | undefined;
36
+ }>, ("schema" | `${string}modelValue` | `ref${string}` | `onVnode${string}` | "onSubmit")>;
19
37
  schema: BglFormSchemaFnT<T>;
20
38
  })> & import('vue').PublicProps;
21
39
  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;
@@ -6,7 +6,9 @@ declare const _default: import('vue').DefineComponent<{
6
6
  editMode?: boolean;
7
7
  small?: boolean;
8
8
  required?: boolean;
9
- nativeInputAttrs?: Record<string, any>;
9
+ nativeInputAttrs?: {
10
+ [key: string]: any;
11
+ };
10
12
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
13
  "update:modelValue": (...args: any[]) => void;
12
14
  }, string, import('vue').PublicProps, Readonly<{
@@ -17,7 +19,9 @@ declare const _default: import('vue').DefineComponent<{
17
19
  editMode?: boolean;
18
20
  small?: boolean;
19
21
  required?: boolean;
20
- nativeInputAttrs?: Record<string, any>;
22
+ nativeInputAttrs?: {
23
+ [key: string]: any;
24
+ };
21
25
  }> & Readonly<{
22
26
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
27
  }>, {
@@ -1 +1 @@
1
- {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ColorPicker.vue"],"names":[],"mappings":";YA6CU,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;YAP9B,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;cAH3B,OAAO;;AAkFpB,wBAQG"}
1
+ {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ColorPicker.vue"],"names":[],"mappings":";YA6CU,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;;;;YAPjC,MAAM;SACT,MAAM;kBACG,MAAM;gBACR,GAAG;eACJ,OAAO;YACV,OAAO;eACJ,OAAO;uBACC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;;;;cAH9B,OAAO;;AAkFpB,wBAQG"}
@@ -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,7 +1,9 @@
1
1
  declare const _default: import('vue').DefineComponent<{
2
2
  label?: string;
3
3
  id?: string;
4
- options?: Record<string, any>;
4
+ options?: {
5
+ [key: string]: any;
6
+ };
5
7
  showTimeWrap?: boolean;
6
8
  modelValue?: Date;
7
9
  allowedDates?: string[] | Date[];
@@ -11,7 +13,9 @@ declare const _default: import('vue').DefineComponent<{
11
13
  }, string, import('vue').PublicProps, Readonly<{
12
14
  label?: string;
13
15
  id?: string;
14
- options?: Record<string, any>;
16
+ options?: {
17
+ [key: string]: any;
18
+ };
15
19
  showTimeWrap?: boolean;
16
20
  modelValue?: Date;
17
21
  allowedDates?: string[] | Date[];
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DatePicker.vue"],"names":[],"mappings":"AA8LA,OAAO,sCAAsC,CAAA;;YAKpC,MAAM;SACT,MAAM;cACD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBACd,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;YANzB,MAAM;SACT,MAAM;cACD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBACd,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;AAyGlC,wBAOG"}
1
+ {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DatePicker.vue"],"names":[],"mappings":"AA8LA,OAAO,sCAAsC,CAAA;;YAKpC,MAAM;SACT,MAAM;cACD;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;mBACjB,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;YANzB,MAAM;SACT,MAAM;cACD;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;mBACjB,OAAO;iBACT,IAAI;mBACF,MAAM,EAAE,GAAG,IAAI,EAAE;oBAChB,MAAM,EAAE,GAAG,IAAI,EAAE;;;;AAyGlC,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,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;
@@ -11,7 +11,9 @@ export interface TextInputProps {
11
11
  pattern?: string;
12
12
  shrink?: boolean;
13
13
  disabled?: boolean;
14
- nativeInputAttrs?: Record<string, any>;
14
+ nativeInputAttrs?: {
15
+ [key: string]: any;
16
+ };
15
17
  icon?: MaterialIcons;
16
18
  iconStart?: MaterialIcons;
17
19
  multiline?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/PasswordInput.vue"],"names":[],"mappings":"AA8DA,OAAO,EAAO,KAAK,aAAa,EAAa,MAAM,eAAe,CAAA;AAElE,MAAM,WAAW,cAAc;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACtC,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,SAAS,CAAC,EAAE,aAAa,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAA;CACpC;AAGD,QAAA,IAAI,eAAe,EAAG,cAAc,CAAC;AAiBrC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;;;;;;;;AA2F3B,wBAOG"}
1
+ {"version":3,"file":"PasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/PasswordInput.vue"],"names":[],"mappings":"AA8DA,OAAO,EAAO,KAAK,aAAa,EAAa,MAAM,eAAe,CAAA;AAElE,MAAM,WAAW,cAAc;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAA;IACzC,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,SAAS,CAAC,EAAE,aAAa,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAA;CACpC;AAGD,QAAA,IAAI,eAAe,EAAG,cAAc,CAAC;AAiBrC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;;;;;;;;AA2F3B,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
  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":"formatting.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/formatting.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,GAAE,MAAW,QAyFlE;AAoDD,wBAAgB,UAAU,SAWzB;AAED,wBAAgB,WAAW,SAgB1B;AAED,wBAAgB,WAAW,SAyB1B"}
1
+ {"version":3,"file":"formatting.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/inputs/RichText2/formatting.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,GAAE,MAAW,QAyFlE;AAoDD,wBAAgB,UAAU,SAWzB;AAED,wBAAgB,WAAW,SAkB1B;AAED,wBAAgB,WAAW,SAyB1B"}
@@ -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;