@wisemen/wise-crm 0.0.0-alpha.0

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 (522) hide show
  1. package/dist/ActivityIcon-B4QMplig.js +21 -0
  2. package/dist/BookIcon-ja89qLFy.js +21 -0
  3. package/dist/BuildingIcon-BNiKxoS8.js +21 -0
  4. package/dist/BuildingsIcon-LXxgUobG.js +21 -0
  5. package/dist/BusinessDetailView-97LmpN-Y.js +25 -0
  6. package/dist/ChevronDownIcon-i-90_fM4.js +21 -0
  7. package/dist/ClockPlusIcon-CXcj_h14.js +32 -0
  8. package/dist/CopyIcon-X7mbg7w2.js +21 -0
  9. package/dist/CrmDetailView.vue_vue_type_script_setup_true_lang-C_VsrCJX.js +117 -0
  10. package/dist/EditWithLineIcon-zoeavQul.js +21 -0
  11. package/dist/FileIcon-Dh5IUaK-.js +21 -0
  12. package/dist/FilterLinesIcon-DhBdlDSi.js +24 -0
  13. package/dist/HashIcon-BWO2mp2V.js +21 -0
  14. package/dist/HomeFilledIcon-CjVPEU-R.js +18 -0
  15. package/dist/IndividualDetailView-DxUmJizN.js +25 -0
  16. package/dist/LayersTreeIcon-BXTML4tp.js +32 -0
  17. package/dist/LinkExternalIcon-Ctv8kseX.js +21 -0
  18. package/dist/LocationPinIcon-BpTU0qXx.js +21 -0
  19. package/dist/MailIcon-BlZ-p-Uq.js +21 -0
  20. package/dist/MobilePhoneIcon-CSSxC2fl.js +21 -0
  21. package/dist/PhoneIcon-FrfZPlie.js +21 -0
  22. package/dist/SendIcon-DAxhHVkT.js +21 -0
  23. package/dist/StarOutlineIcon-DB2D7b10.js +21 -0
  24. package/dist/StarYellowIcon-BfY68bs3.js +21 -0
  25. package/dist/TimeLineMarkerIcon-ugEqqaeO.js +20 -0
  26. package/dist/TrashIcon-D3NQhXP1.js +22 -0
  27. package/dist/UserCircleIcon-D6yMz8IH.js +32 -0
  28. package/dist/UserIcon-Ckrk_Z2w.js +24 -0
  29. package/dist/VerticalDotsIcon-BgXBCW_H.js +22 -0
  30. package/dist/WalletIcon-CGe2UaGU.js +21 -0
  31. package/dist/api/mutations/business/businessAddChildBusiness.mutation.d.ts +8 -0
  32. package/dist/api/mutations/business/businessBillingInformationUpsert.mutation.d.ts +27 -0
  33. package/dist/api/mutations/business/businessContactPersonUpdate.mutation.d.ts +10 -0
  34. package/dist/api/mutations/business/businessCreate.mutation.d.ts +26 -0
  35. package/dist/api/mutations/business/businessLinkContactPerson.mutation.d.ts +13 -0
  36. package/dist/api/mutations/business/businessPrimaryContactPersonUpdate.mutation.d.ts +9 -0
  37. package/dist/api/mutations/business/businessUnlinkContactPerson.mutation.d.ts +10 -0
  38. package/dist/api/mutations/business/businessUpdate.mutation.d.ts +29 -0
  39. package/dist/api/mutations/contactPersonCreate.mutation.d.ts +4 -0
  40. package/dist/api/mutations/individual/individualBillingInformationUpdate.mutation.d.ts +21 -0
  41. package/dist/api/mutations/individual/individualContactPersonUpdate.mutation.d.ts +14 -0
  42. package/dist/api/mutations/individual/individualCreate.mutation.d.ts +2 -0
  43. package/dist/api/mutations/individual/individualLinkContactPerson.mutation.d.ts +13 -0
  44. package/dist/api/mutations/individual/individualSetPrimaryContactPerson.mutation.d.ts +13 -0
  45. package/dist/api/mutations/individual/individualUnlinkContactPerson.mutation.d.ts +9 -0
  46. package/dist/api/mutations/individual/individualUpdate.mutation.d.ts +27 -0
  47. package/dist/api/mutations/noteBusinessCreate.mutation.d.ts +8 -0
  48. package/dist/api/mutations/noteDelete.mutation.d.ts +10 -0
  49. package/dist/api/mutations/noteIndividualCreate.mutation.d.ts +8 -0
  50. package/dist/api/mutations/noteUpdate.mutation.d.ts +13 -0
  51. package/dist/api/queries/business/businessActivityIndex.query.d.ts +7 -0
  52. package/dist/api/queries/business/businessBillingInformation.query.d.ts +5 -0
  53. package/dist/api/queries/business/businessContactPersonDetail.query.d.ts +6 -0
  54. package/dist/api/queries/business/businessDetail.query.d.ts +5 -0
  55. package/dist/api/queries/business/businessIndex.query.d.ts +5 -0
  56. package/dist/api/queries/business/businessStatistics.query.d.ts +3 -0
  57. package/dist/api/queries/customFieldDefinitionIndex.query.d.ts +4 -0
  58. package/dist/api/queries/globalSearch.queries.d.ts +5 -0
  59. package/dist/api/queries/individual/individualActivityIndex.query.d.ts +7 -0
  60. package/dist/api/queries/individual/individualBillingInformation.query.d.ts +5 -0
  61. package/dist/api/queries/individual/individualContactPersonDetail.query.d.ts +5 -0
  62. package/dist/api/queries/individual/individualDetail.query.d.ts +5 -0
  63. package/dist/api/queries/individual/individualIndex.query.d.ts +5 -0
  64. package/dist/api/queries/individual/individualStatistics.query.d.ts +3 -0
  65. package/dist/api/queries/noteBusinessIndex.query.d.ts +7 -0
  66. package/dist/api/queries/noteIndividualIndex.query.d.ts +7 -0
  67. package/dist/api/queries/recentEntities.query.d.ts +6 -0
  68. package/dist/api/queries/searchIndividualIndex.query.d.ts +5 -0
  69. package/dist/api/services/business.service.d.ts +33 -0
  70. package/dist/api/services/customFieldDefinition.service.d.ts +5 -0
  71. package/dist/api/services/globalSearch.service.d.ts +5 -0
  72. package/dist/api/services/individual.service.d.ts +31 -0
  73. package/dist/api/services/note.service.d.ts +14 -0
  74. package/dist/api/services/recentEntities.service.d.ts +6 -0
  75. package/dist/api/services/tenantConfig.service.d.ts +4 -0
  76. package/dist/business/BusinessDialog.vue.d.ts +14 -0
  77. package/dist/business/businessDialog.context.d.ts +7 -0
  78. package/dist/business/content/BusinessAddChildBusinessForm.vue.d.ts +14 -0
  79. package/dist/business/content/BusinessAddExistingChildForm.vue.d.ts +11 -0
  80. package/dist/business/content/BusinessBillingInformationCard.vue.d.ts +6 -0
  81. package/dist/business/content/BusinessBillingInformationCreateForm.vue.d.ts +10 -0
  82. package/dist/business/content/BusinessBillingInformationUpdateForm.vue.d.ts +12 -0
  83. package/dist/business/content/BusinessContactPersonUpdateForm.vue.d.ts +10 -0
  84. package/dist/business/content/BusinessInfoForm.vue.d.ts +10 -0
  85. package/dist/business/content/BusinessInfoUpdateCard.vue.d.ts +10 -0
  86. package/dist/business/dialogs/BusinessAddChildBusinessDialog.vue.d.ts +10 -0
  87. package/dist/business/dialogs/BusinessContactPersonCreateDialog.vue.d.ts +21 -0
  88. package/dist/business/dialogs/BusinessContactPersonUpdateDialog.vue.d.ts +12 -0
  89. package/dist/business/dialogs/BusinessInfoUpdateDialog.vue.d.ts +10 -0
  90. package/dist/business/routes/business.routes.d.ts +3 -0
  91. package/dist/business/sidebar/BusinessDialogSidebar.vue.d.ts +6 -0
  92. package/dist/business/sidebar/BusinessDialogSidebarAccordionBusinessInfo.vue.d.ts +10 -0
  93. package/dist/business/sidebar/BusinessDialogSidebarAccordionBusinessInfoChildren.vue.d.ts +10 -0
  94. package/dist/business/sidebar/BusinessDialogSidebarActivityContent.vue.d.ts +6 -0
  95. package/dist/business/sidebar/BusinessDialogSidebarNotesContent.vue.d.ts +6 -0
  96. package/dist/business/sidebar/BusinessDialogSidebarOverviewContent.vue.d.ts +6 -0
  97. package/dist/business/sidebar/BusinessDialogSidebarProvider.vue.d.ts +6 -0
  98. package/dist/business/views/BusinessOverview.vue.d.ts +6 -0
  99. package/dist/business/views/components/BusinessOverviewTableNameCell.vue.d.ts +6 -0
  100. package/dist/business/views/detail/BusinessDetailView.vue.d.ts +8 -0
  101. package/dist/client/apiErrorCode.gen.d.ts +33 -0
  102. package/dist/client/client/client.gen.d.ts +2 -0
  103. package/dist/client/client/index.d.ts +7 -0
  104. package/dist/client/client/types.gen.d.ts +124 -0
  105. package/dist/client/client/utils.gen.d.ts +38 -0
  106. package/dist/client/client.gen.d.ts +12 -0
  107. package/dist/client/core/auth.gen.d.ts +18 -0
  108. package/dist/client/core/bodySerializer.gen.d.ts +17 -0
  109. package/dist/client/core/params.gen.d.ts +33 -0
  110. package/dist/client/core/pathSerializer.gen.d.ts +33 -0
  111. package/dist/client/core/serverSentEvents.gen.d.ts +71 -0
  112. package/dist/client/core/types.gen.d.ts +78 -0
  113. package/dist/client/core/utils.gen.d.ts +14 -0
  114. package/dist/client/index.d.ts +2 -0
  115. package/dist/client/sdk.gen.d.ts +129 -0
  116. package/dist/client/types.gen.d.ts +5636 -0
  117. package/dist/client/zod.gen.d.ts +21598 -0
  118. package/dist/component-variants/badge.variant.d.ts +2 -0
  119. package/dist/component-variants/button.variant.d.ts +1 -0
  120. package/dist/component-variants/dialogCloseButton.variant.d.ts +1 -0
  121. package/dist/component-variants/dropdownMenu.variant.d.ts +1 -0
  122. package/dist/component-variants/iconButton.variant.d.ts +2 -0
  123. package/dist/component-variants/index.d.ts +7 -0
  124. package/dist/component-variants/table.variant.d.ts +1 -0
  125. package/dist/component-variants/tabs.variant.d.ts +1 -0
  126. package/dist/components/activity/ActivityList.vue.d.ts +8 -0
  127. package/dist/components/activity/ActivityListItem.vue.d.ts +7 -0
  128. package/dist/components/activity/ActivityListItemMessage.vue.d.ts +6 -0
  129. package/dist/components/animation/AnimateHeight.vue.d.ts +12 -0
  130. package/dist/components/animation/FormCardSubmitButtonTransition.vue.d.ts +15 -0
  131. package/dist/components/animation/OpenInfoDialogTransition.vue.d.ts +12 -0
  132. package/dist/components/api-error/ApiError.vue.d.ts +6 -0
  133. package/dist/components/app/AppAndOrSeparator.vue.d.ts +12 -0
  134. package/dist/components/app/AppEntityColorProvider.vue.d.ts +16 -0
  135. package/dist/components/app/AppForm.vue.d.ts +27 -0
  136. package/dist/components/app/AppGlobalFormError.vue.d.ts +17 -0
  137. package/dist/components/app/AppGoogleMaps.vue.d.ts +9 -0
  138. package/dist/components/app/AppGrid.vue.d.ts +15 -0
  139. package/dist/components/app/AppIconLabelPair.vue.d.ts +8 -0
  140. package/dist/components/app/AppSidebarFormSubmitButton.vue.d.ts +13 -0
  141. package/dist/components/app/button/AppUnstyledButton.vue.d.ts +23 -0
  142. package/dist/components/app/card/AppCard.vue.d.ts +19 -0
  143. package/dist/components/app/decorative/BlobBackground.vue.d.ts +2 -0
  144. package/dist/components/app/decorative/GridDecorativeBackgroundPattern.vue.d.ts +2 -0
  145. package/dist/components/app/dialog/AppConfirmDialog.vue.d.ts +18 -0
  146. package/dist/components/app/dialog/AppDialogActionCancel.vue.d.ts +7 -0
  147. package/dist/components/app/dialog/AppDialogActionPrimary.vue.d.ts +14 -0
  148. package/dist/components/app/dialog/AppDialogActions.vue.d.ts +12 -0
  149. package/dist/components/app/dialog/AppDialogHeader.vue.d.ts +8 -0
  150. package/dist/components/app/dialog/AppEntityDialog.vue.d.ts +24 -0
  151. package/dist/components/app/drawer/AppDrawer.vue.d.ts +20 -0
  152. package/dist/components/app/drawer/AppDrawerHeader.vue.d.ts +6 -0
  153. package/dist/components/app/drawer/AppDrawerRoot.vue.d.ts +16 -0
  154. package/dist/components/app/empty-state/AppEmptyState.vue.d.ts +8 -0
  155. package/dist/components/app/group/AppGroup.vue.d.ts +23 -0
  156. package/dist/components/app/height-transition/AppHeightTransition.vue.d.ts +12 -0
  157. package/dist/components/app/infinite-scroll/AppInfiniteScroll.vue.d.ts +18 -0
  158. package/dist/components/app/separator/AppSeparator.vue.d.ts +7 -0
  159. package/dist/components/app/tags-input-field/AppTagsInputField.vue.d.ts +19 -0
  160. package/dist/components/app/vat-number-field/AppVatNumberField.vue.d.ts +19 -0
  161. package/dist/components/base/data-item/BaseDataItem.vue.d.ts +18 -0
  162. package/dist/components/base/data-item/BaseDataItemLabel.vue.d.ts +12 -0
  163. package/dist/components/base/data-item/BaseDataItemValue.vue.d.ts +22 -0
  164. package/dist/components/base/data-item/baseDataItem.context.d.ts +5 -0
  165. package/dist/components/base/fieldset/BaseFieldset.vue.d.ts +12 -0
  166. package/dist/components/base/fieldset/BaseFieldsetLegend.vue.d.ts +16 -0
  167. package/dist/components/base/fieldset/baseFieldset.context.d.ts +5 -0
  168. package/dist/components/billing-information/BillingInformationForm.vue.d.ts +27 -0
  169. package/dist/components/center-content/CenterContent.vue.d.ts +12 -0
  170. package/dist/components/contact-person/ContactPersonAutocomplete.vue.d.ts +21 -0
  171. package/dist/components/contact-person/ContactPersonForm.vue.d.ts +17 -0
  172. package/dist/components/crm/CrmDetailView.vue.d.ts +20 -0
  173. package/dist/components/crm/search/CrmSearchDialog.vue.d.ts +14 -0
  174. package/dist/components/crm/search/CrmSearchDialogContent.vue.d.ts +14 -0
  175. package/dist/components/crm/search/CrmSearchDialogContentEmptyState.vue.d.ts +11 -0
  176. package/dist/components/crm/search/CrmSearchTrigger.vue.d.ts +7 -0
  177. package/dist/components/custom-field/CustomFieldCheckbox.vue.d.ts +8 -0
  178. package/dist/components/custom-field/CustomFieldDate.vue.d.ts +8 -0
  179. package/dist/components/custom-field/CustomFieldDefinitionForm.vue.d.ts +18 -0
  180. package/dist/components/custom-field/CustomFieldMultiSelect.vue.d.ts +8 -0
  181. package/dist/components/custom-field/CustomFieldNumberField.vue.d.ts +8 -0
  182. package/dist/components/custom-field/CustomFieldRadio.vue.d.ts +8 -0
  183. package/dist/components/custom-field/CustomFieldSelect.vue.d.ts +8 -0
  184. package/dist/components/custom-field/CustomFieldString.vue.d.ts +8 -0
  185. package/dist/components/error/Error.vue.d.ts +15 -0
  186. package/dist/components/filters/FiltersListbox.vue.d.ts +6 -0
  187. package/dist/components/filters/FiltersRoot.vue.d.ts +16 -0
  188. package/dist/components/filters/active/FiltersActive.vue.d.ts +2 -0
  189. package/dist/components/filters/active/FiltersActiveBadge.vue.d.ts +20 -0
  190. package/dist/components/filters/active/FiltersActiveFilterPopover.vue.d.ts +18 -0
  191. package/dist/components/filters/active/FiltersActiveLabel.vue.d.ts +12 -0
  192. package/dist/components/filters/active/FiltersActiveValue.vue.d.ts +16 -0
  193. package/dist/components/filters/active/types/FiltersActiveBoolean.vue.d.ts +6 -0
  194. package/dist/components/filters/active/types/FiltersActiveDate.vue.d.ts +6 -0
  195. package/dist/components/filters/active/types/FiltersActiveDateRange.vue.d.ts +6 -0
  196. package/dist/components/filters/active/types/FiltersActiveMultiSelect.vue.d.ts +6 -0
  197. package/dist/components/filters/active/types/FiltersActiveSelect.vue.d.ts +6 -0
  198. package/dist/components/filters/createFilters.composable.d.ts +9 -0
  199. package/dist/components/filters/dialog/FiltersDateDialog.vue.d.ts +18 -0
  200. package/dist/components/filters/dialog/FiltersDateRangeDialog.vue.d.ts +27 -0
  201. package/dist/components/filters/dialog/filtersDateDialog.composable.d.ts +8 -0
  202. package/dist/components/filters/dialog/filtersDateRangeDialog.composable.d.ts +8 -0
  203. package/dist/components/filters/dropdown-menu/FiltersDropdownMenu.vue.d.ts +2 -0
  204. package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuBoolean.vue.d.ts +6 -0
  205. package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuDate.vue.d.ts +6 -0
  206. package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuDateRange.vue.d.ts +6 -0
  207. package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuSelect.vue.d.ts +6 -0
  208. package/dist/components/filters/filterValue.composable.d.ts +2 -0
  209. package/dist/components/filters/filters.composable.d.ts +40 -0
  210. package/dist/components/filters/filters.context.d.ts +8 -0
  211. package/dist/components/filters/filters.type.d.ts +65 -0
  212. package/dist/components/filters/index.d.ts +5 -0
  213. package/dist/components/form/FormFieldset.vue.d.ts +20 -0
  214. package/dist/components/info-dialog/InfoDialogAccordionRoot.vue.d.ts +18 -0
  215. package/dist/components/info-dialog/InfoDialogContainer.vue.d.ts +12 -0
  216. package/dist/components/info-dialog/InfoDialogContent.vue.d.ts +18 -0
  217. package/dist/components/info-dialog/InfoDialogHeaderCard.vue.d.ts +11 -0
  218. package/dist/components/info-dialog/InfoDialogHeaderContactTooltip.vue.d.ts +6 -0
  219. package/dist/components/info-dialog/InfoDialogSidebarAccordionBillingInformation.vue.d.ts +7 -0
  220. package/dist/components/info-dialog/InfoDialogSidebarAccordionContactPersonInfo.vue.d.ts +13 -0
  221. package/dist/components/info-dialog/InfoDialogSidebarAccordionCustomerInfo.vue.d.ts +6 -0
  222. package/dist/components/info-dialog/InfoDialogSidebarAccordionItem.vue.d.ts +23 -0
  223. package/dist/components/info-dialog/InfoDialogSidebarCard.vue.d.ts +12 -0
  224. package/dist/components/info-dialog/InfoDialogSidebarMapCard.vue.d.ts +6 -0
  225. package/dist/components/info-dialog/InfoDialogSidebarTabs.vue.d.ts +27 -0
  226. package/dist/components/notes/NoteForm.vue.d.ts +7 -0
  227. package/dist/components/notes/NoteList.vue.d.ts +14 -0
  228. package/dist/components/open-entity-button/AppOpenEntityButton.vue.d.ts +19 -0
  229. package/dist/components/skeleton-loader/AppSkeletonLoader.vue.d.ts +2 -0
  230. package/dist/components/table/TableActionsLayout.vue.d.ts +14 -0
  231. package/dist/components/table/TableErrorState.vue.d.ts +5 -0
  232. package/dist/components/table/data-table/DataTable.vue.d.ts +35 -0
  233. package/dist/components/table/data-table/DataTableCell.vue.d.ts +19 -0
  234. package/dist/components/table/data-table/DataTableEmptyOrLoadingState.vue.d.ts +14 -0
  235. package/dist/components/table/data-table/DataTableEmptyOrLoadingStateBlurOverlay.vue.d.ts +2 -0
  236. package/dist/components/table/data-table/DataTableHeader.vue.d.ts +2 -0
  237. package/dist/components/table/data-table/DataTableHeaderCell.vue.d.ts +2 -0
  238. package/dist/components/table/data-table/DataTableHeaderCellProvider.vue.d.ts +18 -0
  239. package/dist/components/table/data-table/dataTable.context.d.ts +14 -0
  240. package/dist/components/table/data-table/dataTableHeaderCell.context.d.ts +9 -0
  241. package/dist/components/zod-error/ZodError.vue.d.ts +6 -0
  242. package/dist/composables/apiErrorToast.composable.d.ts +5 -0
  243. package/dist/composables/authConfig.composable.d.ts +1 -0
  244. package/dist/composables/contactCreateDialog.composable.d.ts +5 -0
  245. package/dist/composables/context/context.composable.d.ts +8 -0
  246. package/dist/composables/crm.composable.d.ts +9 -0
  247. package/dist/composables/crmConfig.composable.d.ts +21 -0
  248. package/dist/composables/date-time-format/dateTimeFormat.composable.d.ts +8 -0
  249. package/dist/composables/entity-detail/entityDetail.composable.d.ts +6 -0
  250. package/dist/composables/google-maps-api-key/googleMapsApiKey.composable.d.ts +5 -0
  251. package/dist/composables/keyboard-shortcut-visibility/keyboardShortcutVisibility.composable.d.ts +2 -0
  252. package/dist/composables/page-loader/pageLoader.composable.d.ts +7 -0
  253. package/dist/composables/page-loader/pageloader.composable.spec.d.ts +1 -0
  254. package/dist/composables/route-query-state/routeQueryState.composable.d.ts +12 -0
  255. package/dist/composables/search/search.composable.d.ts +13 -0
  256. package/dist/composables/sort/sort.composable.d.ts +19 -0
  257. package/dist/composables/unsaved-changes/unsavedChanges.composable.d.ts +6 -0
  258. package/dist/dialogs/contact-create/ContactCreateDialog.vue.d.ts +9 -0
  259. package/dist/dialogs/contact-create/components/ContactCreateDialogBusinessForm.vue.d.ts +10 -0
  260. package/dist/dialogs/contact-create/components/ContactCreateDialogContactTypeSection.vue.d.ts +12 -0
  261. package/dist/dialogs/contact-create/components/ContactCreateDialogFooter.vue.d.ts +13 -0
  262. package/dist/dialogs/contact-create/components/ContactCreateDialogFormSection.vue.d.ts +14 -0
  263. package/dist/dialogs/contact-create/components/ContactCreateDialogIndividualForm.vue.d.ts +10 -0
  264. package/dist/dialogs/contact-create/components/ContactPersonCreateForm.vue.d.ts +12 -0
  265. package/dist/dialogs/contact-create/components/animations/ContactCreateDialogContentTransition.vue.d.ts +12 -0
  266. package/dist/dialogs/note/InfoDialogSidebarNotesView.vue.d.ts +18 -0
  267. package/dist/dialogs/note/NoteUpdateDialog.vue.d.ts +14 -0
  268. package/dist/helpers/assert.helper.d.ts +1 -0
  269. package/dist/icons/ActivityIcon.vue.d.ts +2 -0
  270. package/dist/icons/AddressIcon.vue.d.ts +2 -0
  271. package/dist/icons/AlertIcon.vue.d.ts +2 -0
  272. package/dist/icons/AtomIcon.vue.d.ts +2 -0
  273. package/dist/icons/BackArrowIcon.vue.d.ts +2 -0
  274. package/dist/icons/BarChartSquareIcon.vue.d.ts +2 -0
  275. package/dist/icons/BellArrowIcon.vue.d.ts +2 -0
  276. package/dist/icons/BellIcon.vue.d.ts +2 -0
  277. package/dist/icons/BellSlashIcon.vue.d.ts +2 -0
  278. package/dist/icons/BookIcon.vue.d.ts +2 -0
  279. package/dist/icons/BottomLeftCornerIcon.vue.d.ts +2 -0
  280. package/dist/icons/BottomRightCornerIcon.vue.d.ts +2 -0
  281. package/dist/icons/BrushIcon.vue.d.ts +2 -0
  282. package/dist/icons/BuildingIcon.vue.d.ts +2 -0
  283. package/dist/icons/BuildingsIcon.vue.d.ts +2 -0
  284. package/dist/icons/CalculatorIcon.vue.d.ts +2 -0
  285. package/dist/icons/CalendarIcon.vue.d.ts +2 -0
  286. package/dist/icons/CertificateIcon.vue.d.ts +2 -0
  287. package/dist/icons/ChevronDownIcon.vue.d.ts +2 -0
  288. package/dist/icons/ChevronUpIcon.vue.d.ts +2 -0
  289. package/dist/icons/ClockCheckIcon.vue.d.ts +2 -0
  290. package/dist/icons/ClockPlusIcon.vue.d.ts +2 -0
  291. package/dist/icons/ContainerIcon.vue.d.ts +2 -0
  292. package/dist/icons/CopyIcon.vue.d.ts +2 -0
  293. package/dist/icons/CubeIcon.vue.d.ts +2 -0
  294. package/dist/icons/CurrencyEuroIcon.vue.d.ts +2 -0
  295. package/dist/icons/DataFlowIcon.vue.d.ts +2 -0
  296. package/dist/icons/DestinationIcon.vue.d.ts +2 -0
  297. package/dist/icons/DownloadIcon.vue.d.ts +2 -0
  298. package/dist/icons/EditIcon.vue.d.ts +2 -0
  299. package/dist/icons/EditPenIcon.vue.d.ts +2 -0
  300. package/dist/icons/EditWithLineIcon.vue.d.ts +2 -0
  301. package/dist/icons/EllipseIcon.vue.d.ts +2 -0
  302. package/dist/icons/EmailIcon.vue.d.ts +2 -0
  303. package/dist/icons/EnterKeyIcon.vue.d.ts +2 -0
  304. package/dist/icons/EscKeyIcon.vue.d.ts +2 -0
  305. package/dist/icons/FileIcon.vue.d.ts +2 -0
  306. package/dist/icons/FilePlusIcon.vue.d.ts +2 -0
  307. package/dist/icons/FileSearchIcon.vue.d.ts +2 -0
  308. package/dist/icons/FilterLinesIcon.vue.d.ts +2 -0
  309. package/dist/icons/FlaskIcon.vue.d.ts +2 -0
  310. package/dist/icons/HashIcon.vue.d.ts +2 -0
  311. package/dist/icons/HomeFilledIcon.vue.d.ts +2 -0
  312. package/dist/icons/InfoCircleIcon.vue.d.ts +2 -0
  313. package/dist/icons/LayersTreeIcon.vue.d.ts +2 -0
  314. package/dist/icons/LayoutAltIcon.vue.d.ts +2 -0
  315. package/dist/icons/LinkExternalIcon.vue.d.ts +2 -0
  316. package/dist/icons/LocationIcon.vue.d.ts +2 -0
  317. package/dist/icons/LocationPinIcon.vue.d.ts +2 -0
  318. package/dist/icons/LogoutIcon.vue.d.ts +2 -0
  319. package/dist/icons/MaesLogoIcon.vue.d.ts +2 -0
  320. package/dist/icons/MailIcon.vue.d.ts +2 -0
  321. package/dist/icons/MarkerPinIcon.vue.d.ts +2 -0
  322. package/dist/icons/MaterialIcon.vue.d.ts +2 -0
  323. package/dist/icons/MergeIcon.vue.d.ts +2 -0
  324. package/dist/icons/MessageIcon.vue.d.ts +2 -0
  325. package/dist/icons/MessageTextSquareIcon.vue.d.ts +2 -0
  326. package/dist/icons/MobilePhoneIcon.vue.d.ts +2 -0
  327. package/dist/icons/MoonIcon.vue.d.ts +2 -0
  328. package/dist/icons/NotificationIcon.vue.d.ts +2 -0
  329. package/dist/icons/OrderInfoIcon.vue.d.ts +2 -0
  330. package/dist/icons/PenniesIcon.vue.d.ts +2 -0
  331. package/dist/icons/PercentageIcon.vue.d.ts +2 -0
  332. package/dist/icons/PhoneIcon.vue.d.ts +2 -0
  333. package/dist/icons/PieChartIcon.vue.d.ts +2 -0
  334. package/dist/icons/ProcessorIcon.vue.d.ts +2 -0
  335. package/dist/icons/RingsIcon.vue.d.ts +2 -0
  336. package/dist/icons/SalesIcon.vue.d.ts +2 -0
  337. package/dist/icons/ScaleIcon.vue.d.ts +2 -0
  338. package/dist/icons/SendIcon.vue.d.ts +2 -0
  339. package/dist/icons/SettingsIcon.vue.d.ts +2 -0
  340. package/dist/icons/ShieldIcon.vue.d.ts +2 -0
  341. package/dist/icons/StarOutlineIcon.vue.d.ts +2 -0
  342. package/dist/icons/StarYellowIcon.vue.d.ts +2 -0
  343. package/dist/icons/StarsIcon.vue.d.ts +2 -0
  344. package/dist/icons/SunIcon.vue.d.ts +2 -0
  345. package/dist/icons/SunsetIcon.vue.d.ts +2 -0
  346. package/dist/icons/TargetIcon.vue.d.ts +2 -0
  347. package/dist/icons/ThreeDotsIcon.vue.d.ts +2 -0
  348. package/dist/icons/TimeLineMarkerIcon.vue.d.ts +2 -0
  349. package/dist/icons/TrajectoryIcon.vue.d.ts +2 -0
  350. package/dist/icons/TrashIcon.vue.d.ts +2 -0
  351. package/dist/icons/TruckIcon.vue.d.ts +2 -0
  352. package/dist/icons/UploadIcon.vue.d.ts +2 -0
  353. package/dist/icons/UserCircleIcon.vue.d.ts +2 -0
  354. package/dist/icons/UserIcon.vue.d.ts +2 -0
  355. package/dist/icons/UserSquareIcon.vue.d.ts +2 -0
  356. package/dist/icons/UsersIcon.vue.d.ts +2 -0
  357. package/dist/icons/VerticalDotsIcon.vue.d.ts +2 -0
  358. package/dist/icons/WalletIcon.vue.d.ts +2 -0
  359. package/dist/icons/icon.d.ts +38 -0
  360. package/dist/index-DmadkSOr.js +32858 -0
  361. package/dist/index.d.ts +1053 -0
  362. package/dist/index.js +26 -0
  363. package/dist/individual/IndividualDialog.vue.d.ts +14 -0
  364. package/dist/individual/content/IndividualBillingInformationCard.vue.d.ts +6 -0
  365. package/dist/individual/content/IndividualBillingInformationCreateForm.vue.d.ts +10 -0
  366. package/dist/individual/content/IndividualBillingInformationUpdateForm.vue.d.ts +12 -0
  367. package/dist/individual/content/IndividualContactPersonUpdateForm.vue.d.ts +10 -0
  368. package/dist/individual/content/IndividualCustomerInfoForm.vue.d.ts +10 -0
  369. package/dist/individual/content/IndividualInfoUpdateCard.vue.d.ts +6 -0
  370. package/dist/individual/dialogs/IndividualContactPersonCreateDialog.vue.d.ts +21 -0
  371. package/dist/individual/dialogs/IndividualContactPersonUpdateDialog.vue.d.ts +11 -0
  372. package/dist/individual/individualDialog.context.d.ts +7 -0
  373. package/dist/individual/routes/individual.routes.d.ts +3 -0
  374. package/dist/individual/sidebar/IndividualDialogSidebar.vue.d.ts +6 -0
  375. package/dist/individual/sidebar/IndividualDialogSidebarActivityContent.vue.d.ts +6 -0
  376. package/dist/individual/sidebar/IndividualDialogSidebarNotesContent.vue.d.ts +6 -0
  377. package/dist/individual/sidebar/IndividualDialogSidebarOverviewContent.vue.d.ts +6 -0
  378. package/dist/individual/sidebar/IndividualDialogSidebarProvider.vue.d.ts +6 -0
  379. package/dist/individual/views/IndividualOverview.vue.d.ts +6 -0
  380. package/dist/individual/views/components/IndividualOverviewTableNameCell.vue.d.ts +6 -0
  381. package/dist/individual/views/detail/IndividualDetailView.vue.d.ts +8 -0
  382. package/dist/libs/http.lib.d.ts +1 -0
  383. package/dist/models/activity/activityIndex.model.d.ts +24 -0
  384. package/dist/models/activity/activityIndex.transformer.d.ts +13 -0
  385. package/dist/models/activity/activityIndexDto.model.d.ts +6 -0
  386. package/dist/models/activity/activityIndexPagination.model.d.ts +5 -0
  387. package/dist/models/activity/activityIndexPaginationDto.model.d.ts +5 -0
  388. package/dist/models/address/address.transformer.d.ts +11 -0
  389. package/dist/models/address/addressCreateForm.model.d.ts +14 -0
  390. package/dist/models/address/addressDetailDto.model.d.ts +2 -0
  391. package/dist/models/address/addressDto.model.d.ts +2 -0
  392. package/dist/models/apiError.model.d.ts +7 -0
  393. package/dist/models/billing-information/billingInformationUuid.model.d.ts +3 -0
  394. package/dist/models/billing-information/create/billingInformationCreateForm.model.d.ts +23 -0
  395. package/dist/models/billing-information/detail/billingInformationDetail.model.d.ts +23 -0
  396. package/dist/models/billing-information/form/billingInformationForm.model.d.ts +23 -0
  397. package/dist/models/billing-information/form/billingInformationForm.transformer.d.ts +5 -0
  398. package/dist/models/business/billing-information/businessBillingInformation.model.d.ts +19 -0
  399. package/dist/models/business/billing-information/businessBillingInformation.transformer.d.ts +6 -0
  400. package/dist/models/business/billing-information/businessBillingInformationDto.model.d.ts +2 -0
  401. package/dist/models/business/billing-information/update/businessBillingInformationForm.model.d.ts +22 -0
  402. package/dist/models/business/billing-information/update/businessBillingInformationUpdate.transformer.d.ts +5 -0
  403. package/dist/models/business/billing-information/update/businessBillingInformationUpdateDto.model.d.ts +2 -0
  404. package/dist/models/business/businessUuid.model.d.ts +3 -0
  405. package/dist/models/business/contact-person/businessContactPerson.transformer.d.ts +5 -0
  406. package/dist/models/business/contact-person/businessContactPersonDetail.model.d.ts +13 -0
  407. package/dist/models/business/contact-person/businessContactPersonDetailDto.model.d.ts +2 -0
  408. package/dist/models/business/create/businessCreate.transformer.d.ts +5 -0
  409. package/dist/models/business/create/businessCreateDto.model.d.ts +2 -0
  410. package/dist/models/business/create/businessCreateForm.model.d.ts +59 -0
  411. package/dist/models/business/detail/businessDetail.model.d.ts +45 -0
  412. package/dist/models/business/detail/businessDetail.transformer.d.ts +5 -0
  413. package/dist/models/business/detail/businessDetailDto.model.d.ts +2 -0
  414. package/dist/models/business/form/businessForm.model.d.ts +30 -0
  415. package/dist/models/business/form/businessForm.transformer.d.ts +5 -0
  416. package/dist/models/business/index/businessIndex.model.d.ts +11 -0
  417. package/dist/models/business/index/businessIndex.transformer.d.ts +5 -0
  418. package/dist/models/business/index/businessIndexDto.model.d.ts +2 -0
  419. package/dist/models/business/index/businessIndexPagination.model.d.ts +3 -0
  420. package/dist/models/business/index/businessIndexPaginationDto.model.d.ts +3 -0
  421. package/dist/models/business/node/businessNode.model.d.ts +14 -0
  422. package/dist/models/business/node/businessNode.transformer.d.ts +5 -0
  423. package/dist/models/business/node/businessNodeDto.model.d.ts +2 -0
  424. package/dist/models/business/statistics/businessStatistics.model.d.ts +5 -0
  425. package/dist/models/business/statistics/businessStatistics.transformer.d.ts +5 -0
  426. package/dist/models/business/update/businessUpdate.transformer.d.ts +5 -0
  427. package/dist/models/business/update/businessUpdateDto.model.d.ts +2 -0
  428. package/dist/models/business/update/businessUpdateForm.model.d.ts +54 -0
  429. package/dist/models/contact-info/contactInfo.model.d.ts +5 -0
  430. package/dist/models/contact-person/contactPersonUuid.model.d.ts +3 -0
  431. package/dist/models/contact-person/create/contactPersonCreateForm.model.d.ts +10 -0
  432. package/dist/models/contact-person/update/contactPersonUpdate.transformer.d.ts +5 -0
  433. package/dist/models/contact-person/update/contactPersonUpdateDto.model.d.ts +2 -0
  434. package/dist/models/contact-person/update/contactPersonUpdateForm.model.d.ts +10 -0
  435. package/dist/models/custom-field-definition/customFieldDefinition.transformer.d.ts +5 -0
  436. package/dist/models/custom-field-definition/customFieldDefinitionIndex.model.d.ts +56 -0
  437. package/dist/models/custom-field-definition/customFieldDefinitionIndexDto.model.d.ts +2 -0
  438. package/dist/models/custom-field-definition/customFieldDefinitionRecord.model.d.ts +1 -0
  439. package/dist/models/date/date.transformer.d.ts +11 -0
  440. package/dist/models/date/plainDate.model.d.ts +3 -0
  441. package/dist/models/enitityType.model.d.ts +4 -0
  442. package/dist/models/entityState.model.d.ts +4 -0
  443. package/dist/models/global-search/globalSearchItem.model.d.ts +43 -0
  444. package/dist/models/global-search/globalSearchItem.transformer.d.ts +11 -0
  445. package/dist/models/individual/billing-information/individualBillingInformation.model.d.ts +14 -0
  446. package/dist/models/individual/billing-information/individualBillingInformation.transformer.d.ts +5 -0
  447. package/dist/models/individual/billing-information/individualBillingInformationDto.model.d.ts +2 -0
  448. package/dist/models/individual/billing-information/update/individualBillingInformationForm.model.d.ts +18 -0
  449. package/dist/models/individual/billing-information/update/individualBillingInformationForm.transformer.d.ts +5 -0
  450. package/dist/models/individual/billing-information/update/individualBillingInformationFormDto.model.d.ts +2 -0
  451. package/dist/models/individual/contact-person/individualContactPerson.transformer.d.ts +5 -0
  452. package/dist/models/individual/contact-person/individualContactPersonDetail.model.d.ts +12 -0
  453. package/dist/models/individual/contact-person/individualContactPersonDetailDto.model.d.ts +2 -0
  454. package/dist/models/individual/contact-person/individualDetailContactPerson.model.d.ts +11 -0
  455. package/dist/models/individual/create/individualCreate.transformer.d.ts +5 -0
  456. package/dist/models/individual/create/individualCreateDto.model.d.ts +2 -0
  457. package/dist/models/individual/create/individualCreateForm.model.d.ts +48 -0
  458. package/dist/models/individual/detail/individualDetail.model.d.ts +41 -0
  459. package/dist/models/individual/detail/individualDetail.transformer.d.ts +5 -0
  460. package/dist/models/individual/detail/individualDetailDto.model.d.ts +2 -0
  461. package/dist/models/individual/index/individualIndex.model.d.ts +8 -0
  462. package/dist/models/individual/index/individualIndex.transformer.d.ts +5 -0
  463. package/dist/models/individual/index/individualIndexDto.model.d.ts +2 -0
  464. package/dist/models/individual/index/individualIndexPagination.model.d.ts +3 -0
  465. package/dist/models/individual/index/individualIndexPaginationDto.model.d.ts +3 -0
  466. package/dist/models/individual/individualItem.model.d.ts +6 -0
  467. package/dist/models/individual/individualUuid.model.d.ts +3 -0
  468. package/dist/models/individual/statistics/individualStatistics.model.d.ts +5 -0
  469. package/dist/models/individual/statistics/individualStatistics.transformer.d.ts +5 -0
  470. package/dist/models/individual/update/individualUpdate.transformer.d.ts +7 -0
  471. package/dist/models/individual/update/individualUpdateDto.model.d.ts +2 -0
  472. package/dist/models/individual/update/individualUpdateForm.model.d.ts +51 -0
  473. package/dist/models/language/language.model.d.ts +8 -0
  474. package/dist/models/location/locationUuid.model.d.ts +3 -0
  475. package/dist/models/notes/create/noteCreateDto.model.d.ts +2 -0
  476. package/dist/models/notes/create/noteCreateForm.model.d.ts +5 -0
  477. package/dist/models/notes/index/noteIndex.model.d.ts +9 -0
  478. package/dist/models/notes/index/noteIndexDto.model.d.ts +2 -0
  479. package/dist/models/notes/index/noteIndexPagination.model.d.ts +3 -0
  480. package/dist/models/notes/index/noteIndexPaginationDto.model.d.ts +3 -0
  481. package/dist/models/notes/note.transformer.d.ts +17 -0
  482. package/dist/models/notes/noteUuid.model.d.ts +3 -0
  483. package/dist/models/notes/update/noteUpdateDto.model.d.ts +2 -0
  484. package/dist/models/notes/update/noteUpdateForm.model.d.ts +2 -0
  485. package/dist/models/recent-entities/recentEntities.transformer.d.ts +10 -0
  486. package/dist/models/recent-entities/recentEntitiesItem.model.d.ts +8 -0
  487. package/dist/models/recent-entities/recentEntitiesPagination.model.d.ts +5 -0
  488. package/dist/models/recent-entities/recentEntitiesPaginationDto.model.d.ts +4 -0
  489. package/dist/models/tenant-config/tenantConfig.model.d.ts +9 -0
  490. package/dist/models/tenant-config/tenantConfig.transformer.d.ts +5 -0
  491. package/dist/models/tenant-config/tenantConfigDto.model.d.ts +2 -0
  492. package/dist/models/vat-number/vatNumber.model.d.ts +7 -0
  493. package/dist/models/vat-number/vatNumber.transformer.d.ts +8 -0
  494. package/dist/models/wiseCrmConfig.model.d.ts +8 -0
  495. package/dist/plugins/dayjs.plugin.d.ts +2 -0
  496. package/dist/plugins/i18n.plugin.d.ts +1034 -0
  497. package/dist/plugins/pinia.plugin.d.ts +1 -0
  498. package/dist/plugins/vueQuery.plugin.d.ts +5 -0
  499. package/dist/routes/crmRoutes.composable.d.ts +9 -0
  500. package/dist/types/apiError.type.d.ts +11 -0
  501. package/dist/types/dialog-content-tab/dialogContentTab.type.d.ts +6 -0
  502. package/dist/types/enum.type.d.ts +8 -0
  503. package/dist/types/queryKey.type.d.ts +67 -0
  504. package/dist/types/table.type.d.ts +64 -0
  505. package/dist/utils/address.util.d.ts +5 -0
  506. package/dist/utils/apiError.util.d.ts +5 -0
  507. package/dist/utils/customFieldDefinition.util.d.ts +5 -0
  508. package/dist/utils/date.util.d.ts +14 -0
  509. package/dist/utils/entityRoute.util.d.ts +8 -0
  510. package/dist/utils/entityType.util.d.ts +10 -0
  511. package/dist/utils/error.util.d.ts +8 -0
  512. package/dist/utils/form.util.d.ts +9 -0
  513. package/dist/utils/locale.util.d.ts +3 -0
  514. package/dist/utils/logger.util.d.ts +6 -0
  515. package/dist/utils/object.util.d.ts +14 -0
  516. package/dist/utils/translation.util.d.ts +4 -0
  517. package/dist/utils/uuid.util.d.ts +3 -0
  518. package/dist/utils/vatNumber.util.d.ts +4 -0
  519. package/dist/widgets/WidgetBusinessStatistics.vue.d.ts +2 -0
  520. package/dist/widgets/WidgetIndividualStatistics.vue.d.ts +2 -0
  521. package/dist/widgets/WidgetRecentlyCreated.vue.d.ts +2 -0
  522. package/package.json +74 -0
@@ -0,0 +1,2 @@
1
+ export declare const blueBadgeVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"badge", "color", "blue">;
2
+ export declare const purpleBadgeVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"badge", "color", "purple">;
@@ -0,0 +1 @@
1
+ export declare const primaryButtonVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"button", "variant", "primary">;
@@ -0,0 +1 @@
1
+ export declare const primaryDialogCloseButtonVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"dialog", "variant", string>;
@@ -0,0 +1 @@
1
+ export declare const primaryDropdownMenuVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"dropdownMenu", "variant", string>;
@@ -0,0 +1,2 @@
1
+ export declare const primaryIconButtonVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"iconButton", "variant", "table-action">;
2
+ export declare const accordionIconButtonVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"iconButton", "variant", "accordion">;
@@ -0,0 +1,7 @@
1
+ export * from './badge.variant.ts';
2
+ export * from './button.variant.ts';
3
+ export * from './dialogCloseButton.variant.ts';
4
+ export * from './dropdownMenu.variant.ts';
5
+ export * from './iconButton.variant.ts';
6
+ export * from './table.variant.ts';
7
+ export * from './tabs.variant.ts';
@@ -0,0 +1 @@
1
+ export declare const primaryTableVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"table", "variant", string>;
@@ -0,0 +1 @@
1
+ export declare const primaryTabsVariant: import("@wisemen/vue-core-components/dist/class-variant/classVariant.type").CustomClassVariant<"tabs", "variant", string>;
@@ -0,0 +1,8 @@
1
+ import type { ActivityIndex } from '@/models/activity/activityIndex.model.ts';
2
+ type __VLS_Props = {
3
+ isLoading: boolean;
4
+ activities: ActivityIndex[];
5
+ onNext: () => Promise<void>;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import type { ActivityIndex } from '@/models/activity/activityIndex.model.ts';
2
+ type __VLS_Props = {
3
+ isLast: boolean;
4
+ activity: ActivityIndex;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import type { ActivityIndex } from '@/models/activity/activityIndex.model.ts';
2
+ type __VLS_Props = {
3
+ activity: ActivityIndex;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ isOpen: boolean;
3
+ };
4
+ declare var __VLS_12: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_12) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,6 @@
1
+ import type { ApiError } from '@/types/apiError.type';
2
+ type __VLS_Props = {
3
+ error: ApiError;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,16 @@
1
+ import type { EntityType } from '@/client';
2
+ type __VLS_Props = {
3
+ entityType: EntityType;
4
+ };
5
+ declare var __VLS_7: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_7) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,27 @@
1
+ import type { Form } from 'formango';
2
+ import type { z } from 'zod';
3
+ declare const _default: <TFormType extends z.ZodType>(__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<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
5
+ /**
6
+ * When `true`, the user can exit the form when it has unsaved changes
7
+ * instead of showing a confirmation dialog.
8
+ * @default false
9
+ */
10
+ canExitWhenDirty?: boolean;
11
+ form: Form<TFormType>;
12
+ } & {}> & import("vue").PublicProps;
13
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
14
+ attrs: any;
15
+ slots: {
16
+ default?: (props: {
17
+ formId: string;
18
+ }) => any;
19
+ };
20
+ emit: {};
21
+ }>) => import("vue").VNode & {
22
+ __ctx?: Awaited<typeof __VLS_setup>;
23
+ };
24
+ export default _default;
25
+ type __VLS_PrettifyLocal<T> = {
26
+ [K in keyof T as K]: T[K];
27
+ } & {};
@@ -0,0 +1,17 @@
1
+ import type { Form } from 'formango';
2
+ import type { ZodType } from 'zod';
3
+ declare const _default: <T extends ZodType>(__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<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
5
+ form: Form<T>;
6
+ } & {}> & import("vue").PublicProps;
7
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
8
+ attrs: any;
9
+ slots: {};
10
+ emit: {};
11
+ }>) => import("vue").VNode & {
12
+ __ctx?: Awaited<typeof __VLS_setup>;
13
+ };
14
+ export default _default;
15
+ type __VLS_PrettifyLocal<T> = {
16
+ [K in keyof T as K]: T[K];
17
+ } & {};
@@ -0,0 +1,9 @@
1
+ type __VLS_Props = {
2
+ center: {
3
+ lat: number;
4
+ lng: number;
5
+ };
6
+ zoom: number;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ cols: 1 | 2 | 3 | 4;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1,8 @@
1
+ import type { Icon } from '@wisemen/vue-core-components';
2
+ type __VLS_Props = {
3
+ icon: Icon;
4
+ label: string | null;
5
+ placeholder?: string;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,13 @@
1
+ type __VLS_Props = {
2
+ isLoading: boolean;
3
+ label: string;
4
+ type?: 'button' | 'submit';
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ submit: () => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ onSubmit?: (() => any) | undefined;
10
+ }>, {
11
+ type: "button" | "submit";
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
@@ -0,0 +1,23 @@
1
+ interface Props {
2
+ disabled?: boolean;
3
+ type?: 'button' | 'reset' | 'submit';
4
+ }
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ click: (event: MouseEvent) => any;
11
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
12
+ onClick?: ((event: MouseEvent) => any) | undefined;
13
+ }>, {
14
+ type: "button" | "reset" | "submit";
15
+ disabled: boolean;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,19 @@
1
+ import type { Icon } from '@wisemen/vue-core-components';
2
+ type __VLS_Props = {
3
+ title: string;
4
+ icon: Icon;
5
+ };
6
+ declare var __VLS_6: {}, __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ 'header-action'?: (props: typeof __VLS_6) => any;
9
+ } & {
10
+ default?: (props: typeof __VLS_8) => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ title: string;
3
+ isDestructive?: boolean;
4
+ isLoading?: boolean;
5
+ confirmText: string;
6
+ description: string;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ confirm: () => any;
10
+ closed: () => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ onConfirm?: (() => any) | undefined;
13
+ onClosed?: (() => any) | undefined;
14
+ }>, {
15
+ isLoading: boolean;
16
+ isDestructive: boolean;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ isDisabled?: boolean;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ isDisabled: boolean;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ isDestructive?: boolean;
3
+ isLoading?: boolean;
4
+ label: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ confirm: () => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ onConfirm?: (() => any) | undefined;
10
+ }>, {
11
+ isLoading: boolean;
12
+ isDestructive: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,8 @@
1
+ import type { Icon } from '@wisemen/vue-core-components';
2
+ type __VLS_Props = {
3
+ title: string;
4
+ description?: string;
5
+ icon: Icon;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import type { EntityType } from '@/client/types.gen';
2
+ import type { DialogContentTab } from '@/types/dialog-content-tab/dialogContentTab.type';
3
+ type __VLS_Props = {
4
+ title: string;
5
+ description: string;
6
+ entityType: EntityType;
7
+ tabs: DialogContentTab[];
8
+ };
9
+ declare var __VLS_44: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_44) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ close: () => any;
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ onClose?: (() => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1,20 @@
1
+ type __VLS_Props = {
2
+ title: string;
3
+ description: string;
4
+ };
5
+ declare var __VLS_43: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_43) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ close: () => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ onClose?: (() => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ title: string;
3
+ description: string;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare var __VLS_10: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_10) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ close: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
+ onClose?: (() => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,8 @@
1
+ import type { Icon } from '@wisemen/vue-core-components';
2
+ type __VLS_Props = {
3
+ title: string;
4
+ description: string;
5
+ icon: Icon;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,23 @@
1
+ type __VLS_Props = {
2
+ align?: 'center' | 'end' | 'start' | 'stretch';
3
+ direction?: 'col' | 'row';
4
+ gap?: '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl' | '10xl' | '11xl' | 'lg' | 'md' | 'none' | 'sm' | 'xl' | 'xs' | 'xxs';
5
+ justify?: 'between' | 'center' | 'end' | 'start';
6
+ };
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
+ align: "center" | "end" | "start" | "stretch";
13
+ direction: "col" | "row";
14
+ gap: "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "10xl" | "11xl" | "lg" | "md" | "none" | "sm" | "xl" | "xs" | "xxs";
15
+ justify: "between" | "center" | "end" | "start";
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ distance?: number;
3
+ onNext: () => Promise<void> | void;
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ distance: number;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ direction?: 'horizontal' | 'vertical';
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ direction: "horizontal" | "vertical";
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,19 @@
1
+ type __VLS_Props = {
2
+ isDisabled?: boolean;
3
+ isRequired?: boolean;
4
+ isTouched?: boolean;
5
+ errorMessage: string | null;
6
+ label: string | null;
7
+ placeholder: string;
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & {
10
+ modelValue: string[] | null;
11
+ };
12
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ blur: () => any;
14
+ "update:modelValue": (value: string[] | null) => any;
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
+ onBlur?: (() => any) | undefined;
17
+ "onUpdate:modelValue"?: ((value: string[] | null) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import type { TextFieldProps } from '@wisemen/vue-core-components/dist/components/text-field/textField.props';
2
+ import { CountryCode } from '@/client/types.gen';
3
+ import type { VatNumber } from '@/models/vat-number/vatNumber.model';
4
+ type __VLS_Props = TextFieldProps;
5
+ type __VLS_PublicProps = __VLS_Props & {
6
+ modelValue: VatNumber | null;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:modelValue": (value: {
10
+ countryCode: CountryCode;
11
+ number: string;
12
+ } | null) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: {
15
+ countryCode: CountryCode;
16
+ number: string;
17
+ } | null) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import type { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ as?: string | Component;
4
+ };
5
+ declare var __VLS_7: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_7) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
+ as: string | Component;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,22 @@
1
+ import type { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ /**
4
+ * The HTML tag or component to use for the component.
5
+ * @default 'span'
6
+ */
7
+ as?: string | Component;
8
+ };
9
+ declare var __VLS_7: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_7) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ as: string | Component;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,5 @@
1
+ export interface BaseDataItemContext {
2
+ id: string;
3
+ }
4
+ export declare function useInjectBaseDataItemContext(): BaseDataItemContext;
5
+ export declare function useProvideBaseDataItemContext(context: BaseDataItemContext): void;