@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.
- package/dist/ActivityIcon-B4QMplig.js +21 -0
- package/dist/BookIcon-ja89qLFy.js +21 -0
- package/dist/BuildingIcon-BNiKxoS8.js +21 -0
- package/dist/BuildingsIcon-LXxgUobG.js +21 -0
- package/dist/BusinessDetailView-97LmpN-Y.js +25 -0
- package/dist/ChevronDownIcon-i-90_fM4.js +21 -0
- package/dist/ClockPlusIcon-CXcj_h14.js +32 -0
- package/dist/CopyIcon-X7mbg7w2.js +21 -0
- package/dist/CrmDetailView.vue_vue_type_script_setup_true_lang-C_VsrCJX.js +117 -0
- package/dist/EditWithLineIcon-zoeavQul.js +21 -0
- package/dist/FileIcon-Dh5IUaK-.js +21 -0
- package/dist/FilterLinesIcon-DhBdlDSi.js +24 -0
- package/dist/HashIcon-BWO2mp2V.js +21 -0
- package/dist/HomeFilledIcon-CjVPEU-R.js +18 -0
- package/dist/IndividualDetailView-DxUmJizN.js +25 -0
- package/dist/LayersTreeIcon-BXTML4tp.js +32 -0
- package/dist/LinkExternalIcon-Ctv8kseX.js +21 -0
- package/dist/LocationPinIcon-BpTU0qXx.js +21 -0
- package/dist/MailIcon-BlZ-p-Uq.js +21 -0
- package/dist/MobilePhoneIcon-CSSxC2fl.js +21 -0
- package/dist/PhoneIcon-FrfZPlie.js +21 -0
- package/dist/SendIcon-DAxhHVkT.js +21 -0
- package/dist/StarOutlineIcon-DB2D7b10.js +21 -0
- package/dist/StarYellowIcon-BfY68bs3.js +21 -0
- package/dist/TimeLineMarkerIcon-ugEqqaeO.js +20 -0
- package/dist/TrashIcon-D3NQhXP1.js +22 -0
- package/dist/UserCircleIcon-D6yMz8IH.js +32 -0
- package/dist/UserIcon-Ckrk_Z2w.js +24 -0
- package/dist/VerticalDotsIcon-BgXBCW_H.js +22 -0
- package/dist/WalletIcon-CGe2UaGU.js +21 -0
- package/dist/api/mutations/business/businessAddChildBusiness.mutation.d.ts +8 -0
- package/dist/api/mutations/business/businessBillingInformationUpsert.mutation.d.ts +27 -0
- package/dist/api/mutations/business/businessContactPersonUpdate.mutation.d.ts +10 -0
- package/dist/api/mutations/business/businessCreate.mutation.d.ts +26 -0
- package/dist/api/mutations/business/businessLinkContactPerson.mutation.d.ts +13 -0
- package/dist/api/mutations/business/businessPrimaryContactPersonUpdate.mutation.d.ts +9 -0
- package/dist/api/mutations/business/businessUnlinkContactPerson.mutation.d.ts +10 -0
- package/dist/api/mutations/business/businessUpdate.mutation.d.ts +29 -0
- package/dist/api/mutations/contactPersonCreate.mutation.d.ts +4 -0
- package/dist/api/mutations/individual/individualBillingInformationUpdate.mutation.d.ts +21 -0
- package/dist/api/mutations/individual/individualContactPersonUpdate.mutation.d.ts +14 -0
- package/dist/api/mutations/individual/individualCreate.mutation.d.ts +2 -0
- package/dist/api/mutations/individual/individualLinkContactPerson.mutation.d.ts +13 -0
- package/dist/api/mutations/individual/individualSetPrimaryContactPerson.mutation.d.ts +13 -0
- package/dist/api/mutations/individual/individualUnlinkContactPerson.mutation.d.ts +9 -0
- package/dist/api/mutations/individual/individualUpdate.mutation.d.ts +27 -0
- package/dist/api/mutations/noteBusinessCreate.mutation.d.ts +8 -0
- package/dist/api/mutations/noteDelete.mutation.d.ts +10 -0
- package/dist/api/mutations/noteIndividualCreate.mutation.d.ts +8 -0
- package/dist/api/mutations/noteUpdate.mutation.d.ts +13 -0
- package/dist/api/queries/business/businessActivityIndex.query.d.ts +7 -0
- package/dist/api/queries/business/businessBillingInformation.query.d.ts +5 -0
- package/dist/api/queries/business/businessContactPersonDetail.query.d.ts +6 -0
- package/dist/api/queries/business/businessDetail.query.d.ts +5 -0
- package/dist/api/queries/business/businessIndex.query.d.ts +5 -0
- package/dist/api/queries/business/businessStatistics.query.d.ts +3 -0
- package/dist/api/queries/customFieldDefinitionIndex.query.d.ts +4 -0
- package/dist/api/queries/globalSearch.queries.d.ts +5 -0
- package/dist/api/queries/individual/individualActivityIndex.query.d.ts +7 -0
- package/dist/api/queries/individual/individualBillingInformation.query.d.ts +5 -0
- package/dist/api/queries/individual/individualContactPersonDetail.query.d.ts +5 -0
- package/dist/api/queries/individual/individualDetail.query.d.ts +5 -0
- package/dist/api/queries/individual/individualIndex.query.d.ts +5 -0
- package/dist/api/queries/individual/individualStatistics.query.d.ts +3 -0
- package/dist/api/queries/noteBusinessIndex.query.d.ts +7 -0
- package/dist/api/queries/noteIndividualIndex.query.d.ts +7 -0
- package/dist/api/queries/recentEntities.query.d.ts +6 -0
- package/dist/api/queries/searchIndividualIndex.query.d.ts +5 -0
- package/dist/api/services/business.service.d.ts +33 -0
- package/dist/api/services/customFieldDefinition.service.d.ts +5 -0
- package/dist/api/services/globalSearch.service.d.ts +5 -0
- package/dist/api/services/individual.service.d.ts +31 -0
- package/dist/api/services/note.service.d.ts +14 -0
- package/dist/api/services/recentEntities.service.d.ts +6 -0
- package/dist/api/services/tenantConfig.service.d.ts +4 -0
- package/dist/business/BusinessDialog.vue.d.ts +14 -0
- package/dist/business/businessDialog.context.d.ts +7 -0
- package/dist/business/content/BusinessAddChildBusinessForm.vue.d.ts +14 -0
- package/dist/business/content/BusinessAddExistingChildForm.vue.d.ts +11 -0
- package/dist/business/content/BusinessBillingInformationCard.vue.d.ts +6 -0
- package/dist/business/content/BusinessBillingInformationCreateForm.vue.d.ts +10 -0
- package/dist/business/content/BusinessBillingInformationUpdateForm.vue.d.ts +12 -0
- package/dist/business/content/BusinessContactPersonUpdateForm.vue.d.ts +10 -0
- package/dist/business/content/BusinessInfoForm.vue.d.ts +10 -0
- package/dist/business/content/BusinessInfoUpdateCard.vue.d.ts +10 -0
- package/dist/business/dialogs/BusinessAddChildBusinessDialog.vue.d.ts +10 -0
- package/dist/business/dialogs/BusinessContactPersonCreateDialog.vue.d.ts +21 -0
- package/dist/business/dialogs/BusinessContactPersonUpdateDialog.vue.d.ts +12 -0
- package/dist/business/dialogs/BusinessInfoUpdateDialog.vue.d.ts +10 -0
- package/dist/business/routes/business.routes.d.ts +3 -0
- package/dist/business/sidebar/BusinessDialogSidebar.vue.d.ts +6 -0
- package/dist/business/sidebar/BusinessDialogSidebarAccordionBusinessInfo.vue.d.ts +10 -0
- package/dist/business/sidebar/BusinessDialogSidebarAccordionBusinessInfoChildren.vue.d.ts +10 -0
- package/dist/business/sidebar/BusinessDialogSidebarActivityContent.vue.d.ts +6 -0
- package/dist/business/sidebar/BusinessDialogSidebarNotesContent.vue.d.ts +6 -0
- package/dist/business/sidebar/BusinessDialogSidebarOverviewContent.vue.d.ts +6 -0
- package/dist/business/sidebar/BusinessDialogSidebarProvider.vue.d.ts +6 -0
- package/dist/business/views/BusinessOverview.vue.d.ts +6 -0
- package/dist/business/views/components/BusinessOverviewTableNameCell.vue.d.ts +6 -0
- package/dist/business/views/detail/BusinessDetailView.vue.d.ts +8 -0
- package/dist/client/apiErrorCode.gen.d.ts +33 -0
- package/dist/client/client/client.gen.d.ts +2 -0
- package/dist/client/client/index.d.ts +7 -0
- package/dist/client/client/types.gen.d.ts +124 -0
- package/dist/client/client/utils.gen.d.ts +38 -0
- package/dist/client/client.gen.d.ts +12 -0
- package/dist/client/core/auth.gen.d.ts +18 -0
- package/dist/client/core/bodySerializer.gen.d.ts +17 -0
- package/dist/client/core/params.gen.d.ts +33 -0
- package/dist/client/core/pathSerializer.gen.d.ts +33 -0
- package/dist/client/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/client/core/types.gen.d.ts +78 -0
- package/dist/client/core/utils.gen.d.ts +14 -0
- package/dist/client/index.d.ts +2 -0
- package/dist/client/sdk.gen.d.ts +129 -0
- package/dist/client/types.gen.d.ts +5636 -0
- package/dist/client/zod.gen.d.ts +21598 -0
- package/dist/component-variants/badge.variant.d.ts +2 -0
- package/dist/component-variants/button.variant.d.ts +1 -0
- package/dist/component-variants/dialogCloseButton.variant.d.ts +1 -0
- package/dist/component-variants/dropdownMenu.variant.d.ts +1 -0
- package/dist/component-variants/iconButton.variant.d.ts +2 -0
- package/dist/component-variants/index.d.ts +7 -0
- package/dist/component-variants/table.variant.d.ts +1 -0
- package/dist/component-variants/tabs.variant.d.ts +1 -0
- package/dist/components/activity/ActivityList.vue.d.ts +8 -0
- package/dist/components/activity/ActivityListItem.vue.d.ts +7 -0
- package/dist/components/activity/ActivityListItemMessage.vue.d.ts +6 -0
- package/dist/components/animation/AnimateHeight.vue.d.ts +12 -0
- package/dist/components/animation/FormCardSubmitButtonTransition.vue.d.ts +15 -0
- package/dist/components/animation/OpenInfoDialogTransition.vue.d.ts +12 -0
- package/dist/components/api-error/ApiError.vue.d.ts +6 -0
- package/dist/components/app/AppAndOrSeparator.vue.d.ts +12 -0
- package/dist/components/app/AppEntityColorProvider.vue.d.ts +16 -0
- package/dist/components/app/AppForm.vue.d.ts +27 -0
- package/dist/components/app/AppGlobalFormError.vue.d.ts +17 -0
- package/dist/components/app/AppGoogleMaps.vue.d.ts +9 -0
- package/dist/components/app/AppGrid.vue.d.ts +15 -0
- package/dist/components/app/AppIconLabelPair.vue.d.ts +8 -0
- package/dist/components/app/AppSidebarFormSubmitButton.vue.d.ts +13 -0
- package/dist/components/app/button/AppUnstyledButton.vue.d.ts +23 -0
- package/dist/components/app/card/AppCard.vue.d.ts +19 -0
- package/dist/components/app/decorative/BlobBackground.vue.d.ts +2 -0
- package/dist/components/app/decorative/GridDecorativeBackgroundPattern.vue.d.ts +2 -0
- package/dist/components/app/dialog/AppConfirmDialog.vue.d.ts +18 -0
- package/dist/components/app/dialog/AppDialogActionCancel.vue.d.ts +7 -0
- package/dist/components/app/dialog/AppDialogActionPrimary.vue.d.ts +14 -0
- package/dist/components/app/dialog/AppDialogActions.vue.d.ts +12 -0
- package/dist/components/app/dialog/AppDialogHeader.vue.d.ts +8 -0
- package/dist/components/app/dialog/AppEntityDialog.vue.d.ts +24 -0
- package/dist/components/app/drawer/AppDrawer.vue.d.ts +20 -0
- package/dist/components/app/drawer/AppDrawerHeader.vue.d.ts +6 -0
- package/dist/components/app/drawer/AppDrawerRoot.vue.d.ts +16 -0
- package/dist/components/app/empty-state/AppEmptyState.vue.d.ts +8 -0
- package/dist/components/app/group/AppGroup.vue.d.ts +23 -0
- package/dist/components/app/height-transition/AppHeightTransition.vue.d.ts +12 -0
- package/dist/components/app/infinite-scroll/AppInfiniteScroll.vue.d.ts +18 -0
- package/dist/components/app/separator/AppSeparator.vue.d.ts +7 -0
- package/dist/components/app/tags-input-field/AppTagsInputField.vue.d.ts +19 -0
- package/dist/components/app/vat-number-field/AppVatNumberField.vue.d.ts +19 -0
- package/dist/components/base/data-item/BaseDataItem.vue.d.ts +18 -0
- package/dist/components/base/data-item/BaseDataItemLabel.vue.d.ts +12 -0
- package/dist/components/base/data-item/BaseDataItemValue.vue.d.ts +22 -0
- package/dist/components/base/data-item/baseDataItem.context.d.ts +5 -0
- package/dist/components/base/fieldset/BaseFieldset.vue.d.ts +12 -0
- package/dist/components/base/fieldset/BaseFieldsetLegend.vue.d.ts +16 -0
- package/dist/components/base/fieldset/baseFieldset.context.d.ts +5 -0
- package/dist/components/billing-information/BillingInformationForm.vue.d.ts +27 -0
- package/dist/components/center-content/CenterContent.vue.d.ts +12 -0
- package/dist/components/contact-person/ContactPersonAutocomplete.vue.d.ts +21 -0
- package/dist/components/contact-person/ContactPersonForm.vue.d.ts +17 -0
- package/dist/components/crm/CrmDetailView.vue.d.ts +20 -0
- package/dist/components/crm/search/CrmSearchDialog.vue.d.ts +14 -0
- package/dist/components/crm/search/CrmSearchDialogContent.vue.d.ts +14 -0
- package/dist/components/crm/search/CrmSearchDialogContentEmptyState.vue.d.ts +11 -0
- package/dist/components/crm/search/CrmSearchTrigger.vue.d.ts +7 -0
- package/dist/components/custom-field/CustomFieldCheckbox.vue.d.ts +8 -0
- package/dist/components/custom-field/CustomFieldDate.vue.d.ts +8 -0
- package/dist/components/custom-field/CustomFieldDefinitionForm.vue.d.ts +18 -0
- package/dist/components/custom-field/CustomFieldMultiSelect.vue.d.ts +8 -0
- package/dist/components/custom-field/CustomFieldNumberField.vue.d.ts +8 -0
- package/dist/components/custom-field/CustomFieldRadio.vue.d.ts +8 -0
- package/dist/components/custom-field/CustomFieldSelect.vue.d.ts +8 -0
- package/dist/components/custom-field/CustomFieldString.vue.d.ts +8 -0
- package/dist/components/error/Error.vue.d.ts +15 -0
- package/dist/components/filters/FiltersListbox.vue.d.ts +6 -0
- package/dist/components/filters/FiltersRoot.vue.d.ts +16 -0
- package/dist/components/filters/active/FiltersActive.vue.d.ts +2 -0
- package/dist/components/filters/active/FiltersActiveBadge.vue.d.ts +20 -0
- package/dist/components/filters/active/FiltersActiveFilterPopover.vue.d.ts +18 -0
- package/dist/components/filters/active/FiltersActiveLabel.vue.d.ts +12 -0
- package/dist/components/filters/active/FiltersActiveValue.vue.d.ts +16 -0
- package/dist/components/filters/active/types/FiltersActiveBoolean.vue.d.ts +6 -0
- package/dist/components/filters/active/types/FiltersActiveDate.vue.d.ts +6 -0
- package/dist/components/filters/active/types/FiltersActiveDateRange.vue.d.ts +6 -0
- package/dist/components/filters/active/types/FiltersActiveMultiSelect.vue.d.ts +6 -0
- package/dist/components/filters/active/types/FiltersActiveSelect.vue.d.ts +6 -0
- package/dist/components/filters/createFilters.composable.d.ts +9 -0
- package/dist/components/filters/dialog/FiltersDateDialog.vue.d.ts +18 -0
- package/dist/components/filters/dialog/FiltersDateRangeDialog.vue.d.ts +27 -0
- package/dist/components/filters/dialog/filtersDateDialog.composable.d.ts +8 -0
- package/dist/components/filters/dialog/filtersDateRangeDialog.composable.d.ts +8 -0
- package/dist/components/filters/dropdown-menu/FiltersDropdownMenu.vue.d.ts +2 -0
- package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuBoolean.vue.d.ts +6 -0
- package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuDate.vue.d.ts +6 -0
- package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuDateRange.vue.d.ts +6 -0
- package/dist/components/filters/dropdown-menu/types/FiltersDropdownMenuSelect.vue.d.ts +6 -0
- package/dist/components/filters/filterValue.composable.d.ts +2 -0
- package/dist/components/filters/filters.composable.d.ts +40 -0
- package/dist/components/filters/filters.context.d.ts +8 -0
- package/dist/components/filters/filters.type.d.ts +65 -0
- package/dist/components/filters/index.d.ts +5 -0
- package/dist/components/form/FormFieldset.vue.d.ts +20 -0
- package/dist/components/info-dialog/InfoDialogAccordionRoot.vue.d.ts +18 -0
- package/dist/components/info-dialog/InfoDialogContainer.vue.d.ts +12 -0
- package/dist/components/info-dialog/InfoDialogContent.vue.d.ts +18 -0
- package/dist/components/info-dialog/InfoDialogHeaderCard.vue.d.ts +11 -0
- package/dist/components/info-dialog/InfoDialogHeaderContactTooltip.vue.d.ts +6 -0
- package/dist/components/info-dialog/InfoDialogSidebarAccordionBillingInformation.vue.d.ts +7 -0
- package/dist/components/info-dialog/InfoDialogSidebarAccordionContactPersonInfo.vue.d.ts +13 -0
- package/dist/components/info-dialog/InfoDialogSidebarAccordionCustomerInfo.vue.d.ts +6 -0
- package/dist/components/info-dialog/InfoDialogSidebarAccordionItem.vue.d.ts +23 -0
- package/dist/components/info-dialog/InfoDialogSidebarCard.vue.d.ts +12 -0
- package/dist/components/info-dialog/InfoDialogSidebarMapCard.vue.d.ts +6 -0
- package/dist/components/info-dialog/InfoDialogSidebarTabs.vue.d.ts +27 -0
- package/dist/components/notes/NoteForm.vue.d.ts +7 -0
- package/dist/components/notes/NoteList.vue.d.ts +14 -0
- package/dist/components/open-entity-button/AppOpenEntityButton.vue.d.ts +19 -0
- package/dist/components/skeleton-loader/AppSkeletonLoader.vue.d.ts +2 -0
- package/dist/components/table/TableActionsLayout.vue.d.ts +14 -0
- package/dist/components/table/TableErrorState.vue.d.ts +5 -0
- package/dist/components/table/data-table/DataTable.vue.d.ts +35 -0
- package/dist/components/table/data-table/DataTableCell.vue.d.ts +19 -0
- package/dist/components/table/data-table/DataTableEmptyOrLoadingState.vue.d.ts +14 -0
- package/dist/components/table/data-table/DataTableEmptyOrLoadingStateBlurOverlay.vue.d.ts +2 -0
- package/dist/components/table/data-table/DataTableHeader.vue.d.ts +2 -0
- package/dist/components/table/data-table/DataTableHeaderCell.vue.d.ts +2 -0
- package/dist/components/table/data-table/DataTableHeaderCellProvider.vue.d.ts +18 -0
- package/dist/components/table/data-table/dataTable.context.d.ts +14 -0
- package/dist/components/table/data-table/dataTableHeaderCell.context.d.ts +9 -0
- package/dist/components/zod-error/ZodError.vue.d.ts +6 -0
- package/dist/composables/apiErrorToast.composable.d.ts +5 -0
- package/dist/composables/authConfig.composable.d.ts +1 -0
- package/dist/composables/contactCreateDialog.composable.d.ts +5 -0
- package/dist/composables/context/context.composable.d.ts +8 -0
- package/dist/composables/crm.composable.d.ts +9 -0
- package/dist/composables/crmConfig.composable.d.ts +21 -0
- package/dist/composables/date-time-format/dateTimeFormat.composable.d.ts +8 -0
- package/dist/composables/entity-detail/entityDetail.composable.d.ts +6 -0
- package/dist/composables/google-maps-api-key/googleMapsApiKey.composable.d.ts +5 -0
- package/dist/composables/keyboard-shortcut-visibility/keyboardShortcutVisibility.composable.d.ts +2 -0
- package/dist/composables/page-loader/pageLoader.composable.d.ts +7 -0
- package/dist/composables/page-loader/pageloader.composable.spec.d.ts +1 -0
- package/dist/composables/route-query-state/routeQueryState.composable.d.ts +12 -0
- package/dist/composables/search/search.composable.d.ts +13 -0
- package/dist/composables/sort/sort.composable.d.ts +19 -0
- package/dist/composables/unsaved-changes/unsavedChanges.composable.d.ts +6 -0
- package/dist/dialogs/contact-create/ContactCreateDialog.vue.d.ts +9 -0
- package/dist/dialogs/contact-create/components/ContactCreateDialogBusinessForm.vue.d.ts +10 -0
- package/dist/dialogs/contact-create/components/ContactCreateDialogContactTypeSection.vue.d.ts +12 -0
- package/dist/dialogs/contact-create/components/ContactCreateDialogFooter.vue.d.ts +13 -0
- package/dist/dialogs/contact-create/components/ContactCreateDialogFormSection.vue.d.ts +14 -0
- package/dist/dialogs/contact-create/components/ContactCreateDialogIndividualForm.vue.d.ts +10 -0
- package/dist/dialogs/contact-create/components/ContactPersonCreateForm.vue.d.ts +12 -0
- package/dist/dialogs/contact-create/components/animations/ContactCreateDialogContentTransition.vue.d.ts +12 -0
- package/dist/dialogs/note/InfoDialogSidebarNotesView.vue.d.ts +18 -0
- package/dist/dialogs/note/NoteUpdateDialog.vue.d.ts +14 -0
- package/dist/helpers/assert.helper.d.ts +1 -0
- package/dist/icons/ActivityIcon.vue.d.ts +2 -0
- package/dist/icons/AddressIcon.vue.d.ts +2 -0
- package/dist/icons/AlertIcon.vue.d.ts +2 -0
- package/dist/icons/AtomIcon.vue.d.ts +2 -0
- package/dist/icons/BackArrowIcon.vue.d.ts +2 -0
- package/dist/icons/BarChartSquareIcon.vue.d.ts +2 -0
- package/dist/icons/BellArrowIcon.vue.d.ts +2 -0
- package/dist/icons/BellIcon.vue.d.ts +2 -0
- package/dist/icons/BellSlashIcon.vue.d.ts +2 -0
- package/dist/icons/BookIcon.vue.d.ts +2 -0
- package/dist/icons/BottomLeftCornerIcon.vue.d.ts +2 -0
- package/dist/icons/BottomRightCornerIcon.vue.d.ts +2 -0
- package/dist/icons/BrushIcon.vue.d.ts +2 -0
- package/dist/icons/BuildingIcon.vue.d.ts +2 -0
- package/dist/icons/BuildingsIcon.vue.d.ts +2 -0
- package/dist/icons/CalculatorIcon.vue.d.ts +2 -0
- package/dist/icons/CalendarIcon.vue.d.ts +2 -0
- package/dist/icons/CertificateIcon.vue.d.ts +2 -0
- package/dist/icons/ChevronDownIcon.vue.d.ts +2 -0
- package/dist/icons/ChevronUpIcon.vue.d.ts +2 -0
- package/dist/icons/ClockCheckIcon.vue.d.ts +2 -0
- package/dist/icons/ClockPlusIcon.vue.d.ts +2 -0
- package/dist/icons/ContainerIcon.vue.d.ts +2 -0
- package/dist/icons/CopyIcon.vue.d.ts +2 -0
- package/dist/icons/CubeIcon.vue.d.ts +2 -0
- package/dist/icons/CurrencyEuroIcon.vue.d.ts +2 -0
- package/dist/icons/DataFlowIcon.vue.d.ts +2 -0
- package/dist/icons/DestinationIcon.vue.d.ts +2 -0
- package/dist/icons/DownloadIcon.vue.d.ts +2 -0
- package/dist/icons/EditIcon.vue.d.ts +2 -0
- package/dist/icons/EditPenIcon.vue.d.ts +2 -0
- package/dist/icons/EditWithLineIcon.vue.d.ts +2 -0
- package/dist/icons/EllipseIcon.vue.d.ts +2 -0
- package/dist/icons/EmailIcon.vue.d.ts +2 -0
- package/dist/icons/EnterKeyIcon.vue.d.ts +2 -0
- package/dist/icons/EscKeyIcon.vue.d.ts +2 -0
- package/dist/icons/FileIcon.vue.d.ts +2 -0
- package/dist/icons/FilePlusIcon.vue.d.ts +2 -0
- package/dist/icons/FileSearchIcon.vue.d.ts +2 -0
- package/dist/icons/FilterLinesIcon.vue.d.ts +2 -0
- package/dist/icons/FlaskIcon.vue.d.ts +2 -0
- package/dist/icons/HashIcon.vue.d.ts +2 -0
- package/dist/icons/HomeFilledIcon.vue.d.ts +2 -0
- package/dist/icons/InfoCircleIcon.vue.d.ts +2 -0
- package/dist/icons/LayersTreeIcon.vue.d.ts +2 -0
- package/dist/icons/LayoutAltIcon.vue.d.ts +2 -0
- package/dist/icons/LinkExternalIcon.vue.d.ts +2 -0
- package/dist/icons/LocationIcon.vue.d.ts +2 -0
- package/dist/icons/LocationPinIcon.vue.d.ts +2 -0
- package/dist/icons/LogoutIcon.vue.d.ts +2 -0
- package/dist/icons/MaesLogoIcon.vue.d.ts +2 -0
- package/dist/icons/MailIcon.vue.d.ts +2 -0
- package/dist/icons/MarkerPinIcon.vue.d.ts +2 -0
- package/dist/icons/MaterialIcon.vue.d.ts +2 -0
- package/dist/icons/MergeIcon.vue.d.ts +2 -0
- package/dist/icons/MessageIcon.vue.d.ts +2 -0
- package/dist/icons/MessageTextSquareIcon.vue.d.ts +2 -0
- package/dist/icons/MobilePhoneIcon.vue.d.ts +2 -0
- package/dist/icons/MoonIcon.vue.d.ts +2 -0
- package/dist/icons/NotificationIcon.vue.d.ts +2 -0
- package/dist/icons/OrderInfoIcon.vue.d.ts +2 -0
- package/dist/icons/PenniesIcon.vue.d.ts +2 -0
- package/dist/icons/PercentageIcon.vue.d.ts +2 -0
- package/dist/icons/PhoneIcon.vue.d.ts +2 -0
- package/dist/icons/PieChartIcon.vue.d.ts +2 -0
- package/dist/icons/ProcessorIcon.vue.d.ts +2 -0
- package/dist/icons/RingsIcon.vue.d.ts +2 -0
- package/dist/icons/SalesIcon.vue.d.ts +2 -0
- package/dist/icons/ScaleIcon.vue.d.ts +2 -0
- package/dist/icons/SendIcon.vue.d.ts +2 -0
- package/dist/icons/SettingsIcon.vue.d.ts +2 -0
- package/dist/icons/ShieldIcon.vue.d.ts +2 -0
- package/dist/icons/StarOutlineIcon.vue.d.ts +2 -0
- package/dist/icons/StarYellowIcon.vue.d.ts +2 -0
- package/dist/icons/StarsIcon.vue.d.ts +2 -0
- package/dist/icons/SunIcon.vue.d.ts +2 -0
- package/dist/icons/SunsetIcon.vue.d.ts +2 -0
- package/dist/icons/TargetIcon.vue.d.ts +2 -0
- package/dist/icons/ThreeDotsIcon.vue.d.ts +2 -0
- package/dist/icons/TimeLineMarkerIcon.vue.d.ts +2 -0
- package/dist/icons/TrajectoryIcon.vue.d.ts +2 -0
- package/dist/icons/TrashIcon.vue.d.ts +2 -0
- package/dist/icons/TruckIcon.vue.d.ts +2 -0
- package/dist/icons/UploadIcon.vue.d.ts +2 -0
- package/dist/icons/UserCircleIcon.vue.d.ts +2 -0
- package/dist/icons/UserIcon.vue.d.ts +2 -0
- package/dist/icons/UserSquareIcon.vue.d.ts +2 -0
- package/dist/icons/UsersIcon.vue.d.ts +2 -0
- package/dist/icons/VerticalDotsIcon.vue.d.ts +2 -0
- package/dist/icons/WalletIcon.vue.d.ts +2 -0
- package/dist/icons/icon.d.ts +38 -0
- package/dist/index-DmadkSOr.js +32858 -0
- package/dist/index.d.ts +1053 -0
- package/dist/index.js +26 -0
- package/dist/individual/IndividualDialog.vue.d.ts +14 -0
- package/dist/individual/content/IndividualBillingInformationCard.vue.d.ts +6 -0
- package/dist/individual/content/IndividualBillingInformationCreateForm.vue.d.ts +10 -0
- package/dist/individual/content/IndividualBillingInformationUpdateForm.vue.d.ts +12 -0
- package/dist/individual/content/IndividualContactPersonUpdateForm.vue.d.ts +10 -0
- package/dist/individual/content/IndividualCustomerInfoForm.vue.d.ts +10 -0
- package/dist/individual/content/IndividualInfoUpdateCard.vue.d.ts +6 -0
- package/dist/individual/dialogs/IndividualContactPersonCreateDialog.vue.d.ts +21 -0
- package/dist/individual/dialogs/IndividualContactPersonUpdateDialog.vue.d.ts +11 -0
- package/dist/individual/individualDialog.context.d.ts +7 -0
- package/dist/individual/routes/individual.routes.d.ts +3 -0
- package/dist/individual/sidebar/IndividualDialogSidebar.vue.d.ts +6 -0
- package/dist/individual/sidebar/IndividualDialogSidebarActivityContent.vue.d.ts +6 -0
- package/dist/individual/sidebar/IndividualDialogSidebarNotesContent.vue.d.ts +6 -0
- package/dist/individual/sidebar/IndividualDialogSidebarOverviewContent.vue.d.ts +6 -0
- package/dist/individual/sidebar/IndividualDialogSidebarProvider.vue.d.ts +6 -0
- package/dist/individual/views/IndividualOverview.vue.d.ts +6 -0
- package/dist/individual/views/components/IndividualOverviewTableNameCell.vue.d.ts +6 -0
- package/dist/individual/views/detail/IndividualDetailView.vue.d.ts +8 -0
- package/dist/libs/http.lib.d.ts +1 -0
- package/dist/models/activity/activityIndex.model.d.ts +24 -0
- package/dist/models/activity/activityIndex.transformer.d.ts +13 -0
- package/dist/models/activity/activityIndexDto.model.d.ts +6 -0
- package/dist/models/activity/activityIndexPagination.model.d.ts +5 -0
- package/dist/models/activity/activityIndexPaginationDto.model.d.ts +5 -0
- package/dist/models/address/address.transformer.d.ts +11 -0
- package/dist/models/address/addressCreateForm.model.d.ts +14 -0
- package/dist/models/address/addressDetailDto.model.d.ts +2 -0
- package/dist/models/address/addressDto.model.d.ts +2 -0
- package/dist/models/apiError.model.d.ts +7 -0
- package/dist/models/billing-information/billingInformationUuid.model.d.ts +3 -0
- package/dist/models/billing-information/create/billingInformationCreateForm.model.d.ts +23 -0
- package/dist/models/billing-information/detail/billingInformationDetail.model.d.ts +23 -0
- package/dist/models/billing-information/form/billingInformationForm.model.d.ts +23 -0
- package/dist/models/billing-information/form/billingInformationForm.transformer.d.ts +5 -0
- package/dist/models/business/billing-information/businessBillingInformation.model.d.ts +19 -0
- package/dist/models/business/billing-information/businessBillingInformation.transformer.d.ts +6 -0
- package/dist/models/business/billing-information/businessBillingInformationDto.model.d.ts +2 -0
- package/dist/models/business/billing-information/update/businessBillingInformationForm.model.d.ts +22 -0
- package/dist/models/business/billing-information/update/businessBillingInformationUpdate.transformer.d.ts +5 -0
- package/dist/models/business/billing-information/update/businessBillingInformationUpdateDto.model.d.ts +2 -0
- package/dist/models/business/businessUuid.model.d.ts +3 -0
- package/dist/models/business/contact-person/businessContactPerson.transformer.d.ts +5 -0
- package/dist/models/business/contact-person/businessContactPersonDetail.model.d.ts +13 -0
- package/dist/models/business/contact-person/businessContactPersonDetailDto.model.d.ts +2 -0
- package/dist/models/business/create/businessCreate.transformer.d.ts +5 -0
- package/dist/models/business/create/businessCreateDto.model.d.ts +2 -0
- package/dist/models/business/create/businessCreateForm.model.d.ts +59 -0
- package/dist/models/business/detail/businessDetail.model.d.ts +45 -0
- package/dist/models/business/detail/businessDetail.transformer.d.ts +5 -0
- package/dist/models/business/detail/businessDetailDto.model.d.ts +2 -0
- package/dist/models/business/form/businessForm.model.d.ts +30 -0
- package/dist/models/business/form/businessForm.transformer.d.ts +5 -0
- package/dist/models/business/index/businessIndex.model.d.ts +11 -0
- package/dist/models/business/index/businessIndex.transformer.d.ts +5 -0
- package/dist/models/business/index/businessIndexDto.model.d.ts +2 -0
- package/dist/models/business/index/businessIndexPagination.model.d.ts +3 -0
- package/dist/models/business/index/businessIndexPaginationDto.model.d.ts +3 -0
- package/dist/models/business/node/businessNode.model.d.ts +14 -0
- package/dist/models/business/node/businessNode.transformer.d.ts +5 -0
- package/dist/models/business/node/businessNodeDto.model.d.ts +2 -0
- package/dist/models/business/statistics/businessStatistics.model.d.ts +5 -0
- package/dist/models/business/statistics/businessStatistics.transformer.d.ts +5 -0
- package/dist/models/business/update/businessUpdate.transformer.d.ts +5 -0
- package/dist/models/business/update/businessUpdateDto.model.d.ts +2 -0
- package/dist/models/business/update/businessUpdateForm.model.d.ts +54 -0
- package/dist/models/contact-info/contactInfo.model.d.ts +5 -0
- package/dist/models/contact-person/contactPersonUuid.model.d.ts +3 -0
- package/dist/models/contact-person/create/contactPersonCreateForm.model.d.ts +10 -0
- package/dist/models/contact-person/update/contactPersonUpdate.transformer.d.ts +5 -0
- package/dist/models/contact-person/update/contactPersonUpdateDto.model.d.ts +2 -0
- package/dist/models/contact-person/update/contactPersonUpdateForm.model.d.ts +10 -0
- package/dist/models/custom-field-definition/customFieldDefinition.transformer.d.ts +5 -0
- package/dist/models/custom-field-definition/customFieldDefinitionIndex.model.d.ts +56 -0
- package/dist/models/custom-field-definition/customFieldDefinitionIndexDto.model.d.ts +2 -0
- package/dist/models/custom-field-definition/customFieldDefinitionRecord.model.d.ts +1 -0
- package/dist/models/date/date.transformer.d.ts +11 -0
- package/dist/models/date/plainDate.model.d.ts +3 -0
- package/dist/models/enitityType.model.d.ts +4 -0
- package/dist/models/entityState.model.d.ts +4 -0
- package/dist/models/global-search/globalSearchItem.model.d.ts +43 -0
- package/dist/models/global-search/globalSearchItem.transformer.d.ts +11 -0
- package/dist/models/individual/billing-information/individualBillingInformation.model.d.ts +14 -0
- package/dist/models/individual/billing-information/individualBillingInformation.transformer.d.ts +5 -0
- package/dist/models/individual/billing-information/individualBillingInformationDto.model.d.ts +2 -0
- package/dist/models/individual/billing-information/update/individualBillingInformationForm.model.d.ts +18 -0
- package/dist/models/individual/billing-information/update/individualBillingInformationForm.transformer.d.ts +5 -0
- package/dist/models/individual/billing-information/update/individualBillingInformationFormDto.model.d.ts +2 -0
- package/dist/models/individual/contact-person/individualContactPerson.transformer.d.ts +5 -0
- package/dist/models/individual/contact-person/individualContactPersonDetail.model.d.ts +12 -0
- package/dist/models/individual/contact-person/individualContactPersonDetailDto.model.d.ts +2 -0
- package/dist/models/individual/contact-person/individualDetailContactPerson.model.d.ts +11 -0
- package/dist/models/individual/create/individualCreate.transformer.d.ts +5 -0
- package/dist/models/individual/create/individualCreateDto.model.d.ts +2 -0
- package/dist/models/individual/create/individualCreateForm.model.d.ts +48 -0
- package/dist/models/individual/detail/individualDetail.model.d.ts +41 -0
- package/dist/models/individual/detail/individualDetail.transformer.d.ts +5 -0
- package/dist/models/individual/detail/individualDetailDto.model.d.ts +2 -0
- package/dist/models/individual/index/individualIndex.model.d.ts +8 -0
- package/dist/models/individual/index/individualIndex.transformer.d.ts +5 -0
- package/dist/models/individual/index/individualIndexDto.model.d.ts +2 -0
- package/dist/models/individual/index/individualIndexPagination.model.d.ts +3 -0
- package/dist/models/individual/index/individualIndexPaginationDto.model.d.ts +3 -0
- package/dist/models/individual/individualItem.model.d.ts +6 -0
- package/dist/models/individual/individualUuid.model.d.ts +3 -0
- package/dist/models/individual/statistics/individualStatistics.model.d.ts +5 -0
- package/dist/models/individual/statistics/individualStatistics.transformer.d.ts +5 -0
- package/dist/models/individual/update/individualUpdate.transformer.d.ts +7 -0
- package/dist/models/individual/update/individualUpdateDto.model.d.ts +2 -0
- package/dist/models/individual/update/individualUpdateForm.model.d.ts +51 -0
- package/dist/models/language/language.model.d.ts +8 -0
- package/dist/models/location/locationUuid.model.d.ts +3 -0
- package/dist/models/notes/create/noteCreateDto.model.d.ts +2 -0
- package/dist/models/notes/create/noteCreateForm.model.d.ts +5 -0
- package/dist/models/notes/index/noteIndex.model.d.ts +9 -0
- package/dist/models/notes/index/noteIndexDto.model.d.ts +2 -0
- package/dist/models/notes/index/noteIndexPagination.model.d.ts +3 -0
- package/dist/models/notes/index/noteIndexPaginationDto.model.d.ts +3 -0
- package/dist/models/notes/note.transformer.d.ts +17 -0
- package/dist/models/notes/noteUuid.model.d.ts +3 -0
- package/dist/models/notes/update/noteUpdateDto.model.d.ts +2 -0
- package/dist/models/notes/update/noteUpdateForm.model.d.ts +2 -0
- package/dist/models/recent-entities/recentEntities.transformer.d.ts +10 -0
- package/dist/models/recent-entities/recentEntitiesItem.model.d.ts +8 -0
- package/dist/models/recent-entities/recentEntitiesPagination.model.d.ts +5 -0
- package/dist/models/recent-entities/recentEntitiesPaginationDto.model.d.ts +4 -0
- package/dist/models/tenant-config/tenantConfig.model.d.ts +9 -0
- package/dist/models/tenant-config/tenantConfig.transformer.d.ts +5 -0
- package/dist/models/tenant-config/tenantConfigDto.model.d.ts +2 -0
- package/dist/models/vat-number/vatNumber.model.d.ts +7 -0
- package/dist/models/vat-number/vatNumber.transformer.d.ts +8 -0
- package/dist/models/wiseCrmConfig.model.d.ts +8 -0
- package/dist/plugins/dayjs.plugin.d.ts +2 -0
- package/dist/plugins/i18n.plugin.d.ts +1034 -0
- package/dist/plugins/pinia.plugin.d.ts +1 -0
- package/dist/plugins/vueQuery.plugin.d.ts +5 -0
- package/dist/routes/crmRoutes.composable.d.ts +9 -0
- package/dist/types/apiError.type.d.ts +11 -0
- package/dist/types/dialog-content-tab/dialogContentTab.type.d.ts +6 -0
- package/dist/types/enum.type.d.ts +8 -0
- package/dist/types/queryKey.type.d.ts +67 -0
- package/dist/types/table.type.d.ts +64 -0
- package/dist/utils/address.util.d.ts +5 -0
- package/dist/utils/apiError.util.d.ts +5 -0
- package/dist/utils/customFieldDefinition.util.d.ts +5 -0
- package/dist/utils/date.util.d.ts +14 -0
- package/dist/utils/entityRoute.util.d.ts +8 -0
- package/dist/utils/entityType.util.d.ts +10 -0
- package/dist/utils/error.util.d.ts +8 -0
- package/dist/utils/form.util.d.ts +9 -0
- package/dist/utils/locale.util.d.ts +3 -0
- package/dist/utils/logger.util.d.ts +6 -0
- package/dist/utils/object.util.d.ts +14 -0
- package/dist/utils/translation.util.d.ts +4 -0
- package/dist/utils/uuid.util.d.ts +3 -0
- package/dist/utils/vatNumber.util.d.ts +4 -0
- package/dist/widgets/WidgetBusinessStatistics.vue.d.ts +2 -0
- package/dist/widgets/WidgetIndividualStatistics.vue.d.ts +2 -0
- package/dist/widgets/WidgetRecentlyCreated.vue.d.ts +2 -0
- 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
|
+
};
|