@bagelink/vue 0.0.933 → 0.0.937

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 (210) hide show
  1. package/dist/components/AccordionItem.vue.d.ts.map +1 -1
  2. package/dist/components/AddressSaerch.vue.d.ts +7 -0
  3. package/dist/components/AddressSaerch.vue.d.ts.map +1 -0
  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 +186 -17
  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/PersonPreview.vue.d.ts +4 -5
  14. package/dist/components/PersonPreviewFormkit.vue.d.ts +3 -4
  15. package/dist/components/Popover.vue.d.ts +10 -0
  16. package/dist/components/Popover.vue.d.ts.map +1 -0
  17. package/dist/components/RTXEditor.vue.d.ts +3 -3
  18. package/dist/components/TabbedLayout.vue.d.ts +4 -5
  19. package/dist/components/TableSchema.vue.d.ts +11 -2
  20. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  21. package/dist/components/charts/BarChart.vue.d.ts +2 -2
  22. package/dist/components/form/BglField.vue.d.ts +6 -2
  23. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  24. package/dist/components/form/BglMultiStepForm.vue.d.ts +21 -3
  25. package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
  26. package/dist/components/form/ItemRef.vue.d.ts +3 -5
  27. package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
  28. package/dist/components/form/MaterialIcon.vue.d.ts +3 -4
  29. package/dist/components/form/PlainInputField.vue.d.ts +3 -3
  30. package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
  31. package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
  32. package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
  33. package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
  34. package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
  35. package/dist/components/form/inputs/FileUpload.vue.d.ts +0 -2
  36. package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
  37. package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
  38. package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
  39. package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
  40. package/dist/components/form/inputs/Password.vue.d.ts +3 -3
  41. package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
  42. package/dist/components/form/inputs/RadioGroup.vue.d.ts +6 -2
  43. package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
  44. package/dist/components/form/inputs/RangeInput.vue.d.ts +5 -0
  45. package/dist/components/form/inputs/RangeInput.vue.d.ts.map +1 -1
  46. package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
  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 +52 -2
  51. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  52. package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
  53. package/dist/components/form/inputs/TextInput.vue.d.ts +1 -0
  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/sortable/Animation.d.ts +43 -0
  62. package/dist/components/sortable/Animation.d.ts.map +1 -0
  63. package/dist/components/sortable/BrowserInfo.d.ts +7 -0
  64. package/dist/components/sortable/BrowserInfo.d.ts.map +1 -0
  65. package/dist/components/sortable/EventDispatcher.d.ts +13 -0
  66. package/dist/components/sortable/EventDispatcher.d.ts.map +1 -0
  67. package/dist/components/sortable/PluginManager.d.ts +27 -0
  68. package/dist/components/sortable/PluginManager.d.ts.map +1 -0
  69. package/dist/components/sortable/Sortable.d.ts +81 -0
  70. package/dist/components/sortable/Sortable.d.ts.map +1 -0
  71. package/dist/components/sortable/index.d.ts +5 -0
  72. package/dist/components/sortable/index.d.ts.map +1 -0
  73. package/dist/components/sortable/utils.d.ts +49 -0
  74. package/dist/components/sortable/utils.d.ts.map +1 -0
  75. package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +3 -4
  76. package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
  77. package/dist/composables/drag-n-drop/useDraggable.d.ts +2 -0
  78. package/dist/composables/drag-n-drop/useDraggable.d.ts.map +1 -0
  79. package/dist/index.cjs +1448 -1513
  80. package/dist/index.mjs +1448 -1513
  81. package/dist/plugins/drag-n-drop/draggable.d.ts +4 -0
  82. package/dist/plugins/drag-n-drop/draggable.d.ts.map +1 -0
  83. package/dist/plugins/drag-n-drop/droppable.d.ts +4 -0
  84. package/dist/plugins/drag-n-drop/droppable.d.ts.map +1 -0
  85. package/dist/plugins/drag-n-drop/index.d.ts +5 -0
  86. package/dist/plugins/drag-n-drop/index.d.ts.map +1 -0
  87. package/dist/plugins/drag-n-drop/useDraggable.d.ts +8 -0
  88. package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +1 -0
  89. package/dist/plugins/drag-n-drop/useDroppable.d.ts +7 -0
  90. package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +1 -0
  91. package/dist/style.css +76 -81
  92. package/dist/types/materialIcon.d.ts +2 -0
  93. package/dist/types/materialIcon.d.ts.map +1 -0
  94. package/dist/utils/BagelFormUtils.d.ts +30 -2
  95. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  96. package/dist/utils/objects.d.ts +0 -1
  97. package/package.json +1 -1
  98. package/src/components/AccordionItem.vue +2 -0
  99. package/src/components/Btn.vue +2 -1
  100. package/src/components/form/inputs/RangeInput.vue +49 -14
  101. package/src/components/form/inputs/TextInput.vue +2 -1
  102. package/dist/components/Accordion.d.ts +0 -12
  103. package/dist/components/Accordion.d.ts.map +0 -1
  104. package/dist/components/AccordionItem.d.ts +0 -34
  105. package/dist/components/AccordionItem.d.ts.map +0 -1
  106. package/dist/components/Alert.d.ts +0 -34
  107. package/dist/components/Alert.d.ts.map +0 -1
  108. package/dist/components/Avatar.d.ts +0 -36
  109. package/dist/components/Avatar.d.ts.map +0 -1
  110. package/dist/components/Badge.d.ts +0 -22
  111. package/dist/components/Badge.d.ts.map +0 -1
  112. package/dist/components/BglVideo.d.ts +0 -20
  113. package/dist/components/BglVideo.d.ts.map +0 -1
  114. package/dist/components/Btn.d.ts +0 -99
  115. package/dist/components/Btn.d.ts.map +0 -1
  116. package/dist/components/Card.d.ts +0 -39
  117. package/dist/components/Card.d.ts.map +0 -1
  118. package/dist/components/Carousel.d.ts +0 -74
  119. package/dist/components/Carousel.d.ts.map +0 -1
  120. package/dist/components/DataPreview.d.ts +0 -42
  121. package/dist/components/DataPreview.d.ts.map +0 -1
  122. package/dist/components/Drop.vue.d.ts +0 -34
  123. package/dist/components/Drop.vue.d.ts.map +0 -1
  124. package/dist/components/FileUploader.vue.d.ts +0 -60
  125. package/dist/components/FileUploader.vue.d.ts.map +0 -1
  126. package/dist/components/Flag.d.ts +0 -20
  127. package/dist/components/Flag.d.ts.map +0 -1
  128. package/dist/components/ListItem.d.ts +0 -34
  129. package/dist/components/ListItem.d.ts.map +0 -1
  130. package/dist/components/ListView.d.ts +0 -13
  131. package/dist/components/ListView.d.ts.map +0 -1
  132. package/dist/components/MapEmbed.d.ts +0 -3
  133. package/dist/components/MapEmbed.d.ts.map +0 -1
  134. package/dist/components/MaterialIcon.d.ts +0 -26
  135. package/dist/components/MaterialIcon.d.ts.map +0 -1
  136. package/dist/components/Modal.d.ts +0 -46
  137. package/dist/components/Modal.d.ts.map +0 -1
  138. package/dist/components/ModalConfirm.d.ts +0 -24
  139. package/dist/components/ModalConfirm.d.ts.map +0 -1
  140. package/dist/components/ModalForm.d.ts +0 -78
  141. package/dist/components/ModalForm.d.ts.map +0 -1
  142. package/dist/components/NavBar.d.ts +0 -64
  143. package/dist/components/NavBar.d.ts.map +0 -1
  144. package/dist/components/PageTitle.d.ts +0 -24
  145. package/dist/components/PageTitle.d.ts.map +0 -1
  146. package/dist/components/RouterWrapper.d.ts +0 -3
  147. package/dist/components/RouterWrapper.d.ts.map +0 -1
  148. package/dist/components/TableSchema.d.ts +0 -35
  149. package/dist/components/TableSchema.d.ts.map +0 -1
  150. package/dist/components/Title.d.ts +0 -42
  151. package/dist/components/Title.d.ts.map +0 -1
  152. package/dist/components/TopBar.d.ts +0 -12
  153. package/dist/components/TopBar.d.ts.map +0 -1
  154. package/dist/components/dashboard/Lineart.d.ts +0 -20
  155. package/dist/components/dashboard/Lineart.d.ts.map +0 -1
  156. package/dist/components/form/BglField.d.ts +0 -25
  157. package/dist/components/form/BglField.d.ts.map +0 -1
  158. package/dist/components/form/BglForm.d.ts +0 -75
  159. package/dist/components/form/BglForm.d.ts.map +0 -1
  160. package/dist/components/form/inputs/CheckInput.d.ts +0 -56
  161. package/dist/components/form/inputs/CheckInput.d.ts.map +0 -1
  162. package/dist/components/form/inputs/Checkbox.d.ts +0 -16
  163. package/dist/components/form/inputs/Checkbox.d.ts.map +0 -1
  164. package/dist/components/form/inputs/ColorPicker.d.ts +0 -48
  165. package/dist/components/form/inputs/ColorPicker.d.ts.map +0 -1
  166. package/dist/components/form/inputs/DateInput.d.ts +0 -64
  167. package/dist/components/form/inputs/DateInput.d.ts.map +0 -1
  168. package/dist/components/form/inputs/DatePicker.d.ts +0 -33
  169. package/dist/components/form/inputs/DatePicker.d.ts.map +0 -1
  170. package/dist/components/form/inputs/FileUpload.d.ts +0 -108
  171. package/dist/components/form/inputs/FileUpload.d.ts.map +0 -1
  172. package/dist/components/form/inputs/JSONInput.d.ts +0 -53
  173. package/dist/components/form/inputs/JSONInput.d.ts.map +0 -1
  174. package/dist/components/form/inputs/RadioGroup.d.ts +0 -42
  175. package/dist/components/form/inputs/RadioGroup.d.ts.map +0 -1
  176. package/dist/components/form/inputs/RadioPillsInput.d.ts +0 -48
  177. package/dist/components/form/inputs/RadioPillsInput.d.ts.map +0 -1
  178. package/dist/components/form/inputs/RichText.d.ts +0 -20
  179. package/dist/components/form/inputs/RichText.d.ts.map +0 -1
  180. package/dist/components/form/inputs/RichText2/Toolbar.d.ts +0 -22
  181. package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +0 -1
  182. package/dist/components/form/inputs/RichText2/index.d.ts +0 -24
  183. package/dist/components/form/inputs/RichText2/index.d.ts.map +0 -1
  184. package/dist/components/form/inputs/SelectInput.d.ts +0 -55
  185. package/dist/components/form/inputs/SelectInput.d.ts.map +0 -1
  186. package/dist/components/form/inputs/SignaturePad.d.ts +0 -72
  187. package/dist/components/form/inputs/SignaturePad.d.ts.map +0 -1
  188. package/dist/components/form/inputs/TableField.d.ts +0 -45
  189. package/dist/components/form/inputs/TableField.d.ts.map +0 -1
  190. package/dist/components/form/inputs/TelInput.d.ts +0 -241
  191. package/dist/components/form/inputs/TelInput.d.ts.map +0 -1
  192. package/dist/components/form/inputs/TextInput.d.ts +0 -90
  193. package/dist/components/form/inputs/TextInput.d.ts.map +0 -1
  194. package/dist/components/form/inputs/ToggleInput.d.ts +0 -58
  195. package/dist/components/form/inputs/ToggleInput.d.ts.map +0 -1
  196. package/dist/components/layout/BottomMenu.d.ts +0 -27
  197. package/dist/components/layout/BottomMenu.d.ts.map +0 -1
  198. package/dist/components/layout/Layout.d.ts +0 -58
  199. package/dist/components/layout/Layout.d.ts.map +0 -1
  200. package/dist/components/layout/SidebarMenu.d.ts +0 -38
  201. package/dist/components/layout/SidebarMenu.d.ts.map +0 -1
  202. package/dist/components/layout/TabbedLayout.d.ts +0 -42
  203. package/dist/components/layout/TabbedLayout.d.ts.map +0 -1
  204. package/dist/components/layout/Tabs.d.ts +0 -31
  205. package/dist/components/layout/Tabs.d.ts.map +0 -1
  206. package/dist/components/layout/TabsBody.d.ts +0 -23
  207. package/dist/components/layout/TabsBody.d.ts.map +0 -1
  208. package/dist/components/layout/TabsNav.d.ts +0 -35
  209. package/dist/components/layout/TabsNav.d.ts.map +0 -1
  210. package/dist/vue.css +0 -13814
@@ -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: {
8
10
  [key: string]: any;
@@ -12,7 +14,9 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
12
14
  attrs: any;
13
15
  slots: {};
14
16
  emit: (event: "update:modelValue", ...args: any[]) => void;
15
- }>) => import('vue').VNode & {
17
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
18
+ [key: string]: any;
19
+ }> & {
16
20
  __ctx?: Awaited<typeof __VLS_setup>;
17
21
  };
18
22
  export default _default;
@@ -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;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAE;KAsKmD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;OAKD,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArLzE,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"}
@@ -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<{
@@ -17,7 +19,21 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
17
19
  readonly status?: import('./BglForm.vue').FormStatus | undefined;
18
20
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19
21
  readonly onDirty?: ((...args: any[]) => any) | undefined;
20
- } & 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")>;
21
37
  schema: BglFormSchemaFnT<T>;
22
38
  })> & import('vue').PublicProps;
23
39
  expose(exposed: import('vue').ShallowUnwrapRef<{
@@ -40,7 +56,9 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
40
56
  emit: ((event: "submit", ...args: any[]) => void) & {
41
57
  'update:modelValue': [modelValue: T];
42
58
  };
43
- }>) => import('vue').VNode & {
59
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
60
+ [key: string]: any;
61
+ }> & {
44
62
  __ctx?: Awaited<typeof __VLS_setup>;
45
63
  };
46
64
  export default _default;
@@ -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;OAGhC,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArRzE,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;
@@ -25,7 +25,6 @@ declare function __VLS_template(): {
25
25
  readonly size: number;
26
26
  readonly type: string;
27
27
  arrayBuffer: () => Promise<ArrayBuffer>;
28
- bytes: () => Promise<Uint8Array>;
29
28
  slice: (start?: number, end?: number, contentType?: string) => Blob;
30
29
  stream: () => ReadableStream<Uint8Array>;
31
30
  text: () => Promise<string>;
@@ -57,7 +56,6 @@ declare function __VLS_template(): {
57
56
  readonly size: number;
58
57
  readonly type: string;
59
58
  arrayBuffer: () => Promise<ArrayBuffer>;
60
- bytes: () => Promise<Uint8Array>;
61
59
  slice: (start?: number, end?: number, contentType?: string) => Blob;
62
60
  stream: () => ReadableStream<Uint8Array>;
63
61
  text: () => Promise<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAykBA,OAAO,EAAmC,KAAK,WAAW,EAAkB,MAAM,eAAe,CAAA;AAKjG,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,OAAO,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAA;AAuJzC,iBAAS,MAAM,SAiBd;AA6BD,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA3KZ,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;YAilBS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAplBpB,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;;YAklBe,GAAG;;;WASvB,OAAO,IAA6B;EAEjD;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA/oBZ,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;cACzB,MAAM;iBACH,OAAO;YACZ,MAAM;aACL,MAAM,GAAG,MAAM;YAChB,MAAM;WACP,OAAO;WACP,OAAO;YACN,UAAU,GAAG,OAAO;aACnB,MAAM;;;;;YAXP,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;cACzB,MAAM;iBACH,OAAO;YACZ,MAAM;aACL,MAAM,GAAG,MAAM;YAChB,MAAM;WACP,OAAO;WACP,OAAO;YACN,UAAU,GAAG,OAAO;aACnB,MAAM;;;;kFA2oBd,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":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAykBA,OAAO,EAAmC,KAAK,WAAW,EAAkB,MAAM,eAAe,CAAA;AAKjG,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,OAAO,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAA;AAuJzC,iBAAS,MAAM,SAiBd;AA6BD,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA3KZ,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;YAilBS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;0BAplBpB,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;;YAklBe,GAAG;;;WASvB,OAAO,IAA6B;EAEjD;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA/oBZ,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;cACzB,MAAM;iBACH,OAAO;YACZ,MAAM;aACL,MAAM,GAAG,MAAM;YAChB,MAAM;WACP,OAAO;WACP,OAAO;YACN,UAAU,GAAG,OAAO;aACnB,MAAM;;;;;YAXP,MAAM;eACH,OAAO;YACV,WAAW,GAAG,WAAW,EAAE;cACzB,MAAM;iBACH,OAAO;YACZ,MAAM;aACL,MAAM,GAAG,MAAM;YAChB,MAAM;WACP,OAAO;WACP,OAAO;YACN,UAAU,GAAG,OAAO;aACnB,MAAM;;;;kFA2oBd,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_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;
@@ -33,7 +35,9 @@ declare const _default: <ContextObjType extends Record<string, any>>(__VLS_props
33
35
  emit: ((event: "delete", ...args: any[]) => void) & {
34
36
  'update:modelValue': [modelValue: any];
35
37
  };
36
- }>) => import('vue').VNode & {
38
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
39
+ [key: string]: any;
40
+ }> & {
37
41
  __ctx?: Awaited<typeof __VLS_setup>;
38
42
  };
39
43
  export default _default;
@@ -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;OAGrC,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAvKzE,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"}
@@ -2,6 +2,11 @@ interface RangeInputProps {
2
2
  min?: number;
3
3
  max?: number;
4
4
  step?: number;
5
+ disabled?: boolean;
6
+ id?: string;
7
+ name?: string;
8
+ required?: boolean;
9
+ thickness?: string;
5
10
  }
6
11
  declare let __VLS_typeProps: RangeInputProps;
7
12
  type __VLS_PublicProps = {
@@ -1 +1 @@
1
- {"version":3,"file":"RangeInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RangeInput.vue"],"names":[],"mappings":"AA+EA,UAAU,eAAe;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;CACb;AACD,QAAA,IAAI,eAAe,EAAG,eAAe,CAAC;AAmBtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;;;;;;AA0E3B,wBAOG"}
1
+ {"version":3,"file":"RangeInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RangeInput.vue"],"names":[],"mappings":"AAoHA,UAAU,eAAe;IACxB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CAClB;AACD,QAAA,IAAI,eAAe,EAAG,eAAe,CAAC;AAuCtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,OAAO,eAAe,CAAC;;;;;;AAkF3B,wBAOG"}
@@ -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,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"}
@@ -23,7 +23,25 @@ declare function __VLS_template(): {
23
23
  readonly noAutoFocus?: boolean | undefined;
24
24
  readonly onHide?: ((...args: any[]) => any) | undefined;
25
25
  readonly onShow?: ((...args: any[]) => any) | undefined;
26
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
26
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
27
+ shown?: boolean;
28
+ } & {
29
+ value?: string;
30
+ thin?: boolean;
31
+ flat?: boolean;
32
+ disabled?: boolean;
33
+ icon?: MaterialIcons;
34
+ triggerClass?: string;
35
+ iconEnd?: MaterialIcons;
36
+ border?: boolean;
37
+ outline?: boolean;
38
+ round?: boolean;
39
+ placement?: import('../../Dropdown.vue').AlignedPlacement;
40
+ noAutoFocus?: boolean;
41
+ }> & Readonly<{
42
+ onHide?: ((...args: any[]) => any) | undefined;
43
+ onShow?: ((...args: any[]) => any) | undefined;
44
+ }>;
27
45
  $attrs: {
28
46
  [x: string]: unknown;
29
47
  };
@@ -143,10 +161,41 @@ declare function __VLS_template(): {
143
161
  onDebounce?: ((...args: any[]) => any) | undefined;
144
162
  }>, {
145
163
  focus: () => void | undefined;
164
+ hasFocus: () => boolean;
146
165
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
147
166
  "update:modelValue": (...args: any[]) => void;
148
167
  debounce: (...args: any[]) => void;
149
- }, import('vue').PublicProps, {
168
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
169
+ id?: string;
170
+ title?: string;
171
+ helptext?: string;
172
+ placeholder?: string;
173
+ modelValue?: string | number;
174
+ label?: string;
175
+ small?: boolean;
176
+ dense?: boolean;
177
+ required?: boolean;
178
+ pattern?: string;
179
+ shrink?: boolean;
180
+ disabled?: boolean;
181
+ type?: string;
182
+ nativeInputAttrs?: {
183
+ [key: string]: any;
184
+ };
185
+ icon?: MaterialIcons;
186
+ iconStart?: MaterialIcons;
187
+ multiline?: boolean;
188
+ autoheight?: boolean;
189
+ code?: boolean;
190
+ lines?: number | string;
191
+ autocomplete?: AutoFillField;
192
+ autofocus?: boolean;
193
+ debounceDelay?: number;
194
+ onFocusout?: (e: FocusEvent) => void;
195
+ }> & Readonly<{
196
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
197
+ onDebounce?: ((...args: any[]) => any) | undefined;
198
+ }>, {
150
199
  type: string;
151
200
  modelValue: string | number;
152
201
  debounceDelay: number;
@@ -189,6 +238,7 @@ declare function __VLS_template(): {
189
238
  onDebounce?: ((...args: any[]) => any) | undefined;
190
239
  }>, {
191
240
  focus: () => void | undefined;
241
+ hasFocus: () => boolean;
192
242
  }, {}, {}, {}, {
193
243
  type: string;
194
244
  modelValue: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/SelectInput.vue"],"names":[],"mappings":"AAiaA,OAAO,EAMN,KAAK,aAAa,EAClB,KAAK,MAAM,EAEX,MAAM,eAAe,CAAA;AAEtB,OAAO,wBAAwB,CAAA;AAyN/B,iBAAS,cAAc;;sBAyQI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA7DsB,GAAG,8CAEtC,GAAG,yBAAyB,GAAG,6DAChD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsEW,OAAO,IAA6B;EAEjD;AAkCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA9gBX,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;eACf,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC;;;;aAdvC,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;eACf,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC;;;kFAugB/C,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":"AAiaA,OAAO,EAMN,KAAK,aAAa,EAClB,KAAK,MAAM,EAEX,MAAM,eAAe,CAAA;AAEtB,OAAO,wBAAwB,CAAA;AAyN/B,iBAAS,cAAc;;sBAyQI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA7DhB,GAAE,8CACb,GAAG,yBACA,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuEjC,OAAO,IAA6B;EAEjD;AAkCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA9gBX,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;eACf,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC;;;;aAdvC,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;eACf,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC;;;kFAugB/C,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_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;
@@ -28,6 +28,7 @@ declare const _default: import('vue').DefineComponent<{
28
28
  onFocusout?: (e: FocusEvent) => void;
29
29
  }, {
30
30
  focus: () => void | undefined;
31
+ hasFocus: () => boolean;
31
32
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
33
  "update:modelValue": (...args: any[]) => void;
33
34
  debounce: (...args: any[]) => void;