@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,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 { 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<{}>, {}, {}, {}, {}, 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 { Address } from '@wisemen/vue-core-components';
|
|
2
|
+
import type { Form } from 'formango';
|
|
3
|
+
import type { EntityType } from '@/client';
|
|
4
|
+
import type { billingInformationCreateFormSchema } from '@/models/billing-information/create/billingInformationCreateForm.model.ts';
|
|
5
|
+
import type { IndividualItem } from '@/models/individual/individualItem.model.ts';
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
entityAddress: Address | null;
|
|
8
|
+
entityType: EntityType;
|
|
9
|
+
form: Form<typeof billingInformationCreateFormSchema>;
|
|
10
|
+
preSelectedContactPerson?: IndividualItem | null;
|
|
11
|
+
};
|
|
12
|
+
declare var __VLS_55: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
actions?: (props: typeof __VLS_55) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
createNewContactPerson: () => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onCreateNewContactPerson?: (() => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -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,21 @@
|
|
|
1
|
+
import type { IndividualItem } from '@/models/individual/individualItem.model.ts';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label: string;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
+
modelValue: IndividualItem | null;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (value: {
|
|
10
|
+
label: string;
|
|
11
|
+
value: string & import("zod").$brand<"IndividualUuid">;
|
|
12
|
+
} | null) => any;
|
|
13
|
+
createNew: () => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: {
|
|
16
|
+
label: string;
|
|
17
|
+
value: string & import("zod").$brand<"IndividualUuid">;
|
|
18
|
+
} | null) => any) | undefined;
|
|
19
|
+
onCreateNew?: (() => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { contactPersonCreateFormSchema } from '@/models/contact-person/create/contactPersonCreateForm.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
form: Form<typeof contactPersonCreateFormSchema>;
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_52: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
actions?: (props: typeof __VLS_52) => any;
|
|
9
|
+
};
|
|
10
|
+
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>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { EntityType } from '@/client/types.gen';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
entityType: EntityType;
|
|
4
|
+
tabs: {
|
|
5
|
+
label: string;
|
|
6
|
+
to: string;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_1: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
sidebar?: (props: typeof __VLS_1) => 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<{}>, {}, {}, {}, {}, 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,14 @@
|
|
|
1
|
+
import type { EntityType } from '@/client/types.gen';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
onCreateNewContact?: () => void;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
select: (args_0: EntityType, args_1: string) => any;
|
|
7
|
+
close: () => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onSelect?: ((args_0: EntityType, args_1: string) => any) | undefined;
|
|
10
|
+
onClose?: (() => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
onCreateNewContact: () => void;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { EntityType } from '@/client';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
onCreateNewContact?: () => void;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
select: (args_0: EntityType, args_1: string) => any;
|
|
7
|
+
close: () => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onSelect?: ((args_0: EntityType, args_1: string) => any) | undefined;
|
|
10
|
+
onClose?: (() => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
onCreateNewContact: () => void;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
searchTerm: string;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
clearSearch: () => any;
|
|
6
|
+
createNewContact: () => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
+
onClearSearch?: (() => any) | undefined;
|
|
9
|
+
onCreateNewContact?: (() => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { EntityType } from '@/client/types.gen';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
select: (args_0: EntityType, args_1: string) => any;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
|
+
onSelect?: ((args_0: EntityType, args_1: string) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionCheckboxIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionCheckboxIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionDateIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionDateIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,18 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
declare const _default: <TForm>(__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
|
+
customFieldDefinitions: CustomFieldDefinitionIndex[];
|
|
6
|
+
form: Form<any>;
|
|
7
|
+
} & {}> & import("vue").PublicProps;
|
|
8
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
9
|
+
attrs: any;
|
|
10
|
+
slots: {};
|
|
11
|
+
emit: {};
|
|
12
|
+
}>) => import("vue").VNode & {
|
|
13
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_PrettifyLocal<T> = {
|
|
17
|
+
[K in keyof T as K]: T[K];
|
|
18
|
+
} & {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionMultiSelectIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionMultiSelectIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionNumberIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionNumberIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionRadioButtonIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionRadioButtonIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionSelectIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionSelectIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,8 @@
|
|
|
1
|
+
import type { Form } from 'formango';
|
|
2
|
+
import type { CustomFieldDefinitionStringIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
definition: CustomFieldDefinitionStringIndex;
|
|
5
|
+
form: Form<any>;
|
|
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,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
action?: {
|
|
4
|
+
label: string;
|
|
5
|
+
onClick: () => void;
|
|
6
|
+
} | null;
|
|
7
|
+
message: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
action: {
|
|
11
|
+
label: string;
|
|
12
|
+
onClick: () => void;
|
|
13
|
+
} | null;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { AutocompleteFilter, MultiAutocompleteFilter, MultiSelectFilter, SelectFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: AutocompleteFilter | MultiAutocompleteFilter | MultiSelectFilter | SelectFilter;
|
|
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
|
+
import type { Filters } from '@/components/filters/filters.composable';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filters: Filters<any[], any[]>;
|
|
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<{}>, {}, {}, {}, {}, 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,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,20 @@
|
|
|
1
|
+
import type { Filter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: Filter;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_10: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_10) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
clear: (key: string) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
onClear?: ((key: string) => 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,18 @@
|
|
|
1
|
+
import type { Filter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: Filter;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_19: {}, __VLS_22: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
label?: (props: typeof __VLS_19) => any;
|
|
8
|
+
} & {
|
|
9
|
+
content?: (props: typeof __VLS_22) => 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<{}>, {}, {}, {}, {}, 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,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isEmpty: boolean;
|
|
3
|
+
label: string | null;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_20: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_20) => 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,6 @@
|
|
|
1
|
+
import type { BooleanFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: BooleanFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { DateFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: DateFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { DateRangeFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: DateRangeFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { MultiAutocompleteFilter, MultiSelectFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: MultiAutocompleteFilter | MultiSelectFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { AutocompleteFilter, SelectFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: AutocompleteFilter | SelectFilter;
|
|
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,9 @@
|
|
|
1
|
+
import type { Temporal } from 'temporal-polyfill';
|
|
2
|
+
import type { AutocompleteFilter, BooleanFilter, DateFilter, DateRangeFilter, MultiAutocompleteFilter, MultiSelectFilter, SelectFilter, SelectFilterValue } from '@/components/filters/filters.type';
|
|
3
|
+
export declare function createSelectFilter<const TKey extends string, const TValue extends SelectFilterValue>(options: Omit<SelectFilter<TKey, TValue>, 'type'>): SelectFilter<TKey, TValue>;
|
|
4
|
+
export declare function createMultiSelectFilter<const TKey extends string, const TValue extends SelectFilterValue>(options: Omit<MultiSelectFilter<TKey, TValue>, 'type'>): MultiSelectFilter<TKey, TValue>;
|
|
5
|
+
export declare function createAutocompleteFilter<const TKey extends string, const TValue extends SelectFilterValue>(options: Omit<AutocompleteFilter<TKey, TValue>, 'type'>): AutocompleteFilter<TKey, TValue>;
|
|
6
|
+
export declare function createMultiAutocompleteFilter<const TKey extends string, const TValue extends SelectFilterValue>(options: Omit<MultiAutocompleteFilter<TKey, TValue>, 'type'>): MultiAutocompleteFilter<TKey, TValue>;
|
|
7
|
+
export declare function createDateFilter<const TKey extends string, const TValue extends Temporal.PlainDate>(options: Omit<DateFilter<TKey, TValue>, 'type'>): DateFilter<TKey, TValue>;
|
|
8
|
+
export declare function createDateRangeFilter<const TKey extends string, const TValue extends Temporal.PlainDate>(options: Omit<DateRangeFilter<TKey, TValue>, 'type'>): DateRangeFilter<TKey, TValue>;
|
|
9
|
+
export declare function createBooleanFilter<const TKey extends string>(options: Omit<BooleanFilter<TKey>, 'type'>): BooleanFilter<TKey>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { Temporal } from 'temporal-polyfill';
|
|
2
|
+
import type { DateFilter } from '@/components/filters/filters.type';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
filter: DateFilter;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
7
|
+
modelValue: Temporal.PlainDate | null;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
close: () => any;
|
|
11
|
+
"update:modelValue": (value: Temporal.PlainDate | null) => any;
|
|
12
|
+
closed: () => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
+
onClose?: (() => any) | undefined;
|
|
15
|
+
"onUpdate:modelValue"?: ((value: Temporal.PlainDate | null) => any) | undefined;
|
|
16
|
+
onClosed?: (() => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { Temporal } from 'temporal-polyfill';
|
|
2
|
+
import type { DateRangeFilter } from '@/components/filters/filters.type';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
filter: DateRangeFilter;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
7
|
+
modelValue: {
|
|
8
|
+
from: Temporal.PlainDate | null;
|
|
9
|
+
until: Temporal.PlainDate | null;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
close: () => any;
|
|
14
|
+
"update:modelValue": (value: {
|
|
15
|
+
from: Temporal.PlainDate | null;
|
|
16
|
+
until: Temporal.PlainDate | null;
|
|
17
|
+
}) => any;
|
|
18
|
+
closed: () => any;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
+
onClose?: (() => any) | undefined;
|
|
21
|
+
"onUpdate:modelValue"?: ((value: {
|
|
22
|
+
from: Temporal.PlainDate | null;
|
|
23
|
+
until: Temporal.PlainDate | null;
|
|
24
|
+
}) => any) | undefined;
|
|
25
|
+
onClosed?: (() => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ComputedRef } from 'vue';
|
|
2
|
+
import type { DateFilter } from '@/components/filters/filters.type';
|
|
3
|
+
interface UseFilterDateDialog {
|
|
4
|
+
isOpen: ComputedRef<boolean>;
|
|
5
|
+
open: (filter: DateFilter) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function useFiltersDateDialog(): UseFilterDateDialog;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ComputedRef } from 'vue';
|
|
2
|
+
import type { DateRangeFilter } from '@/components/filters/filters.type';
|
|
3
|
+
interface UseFilterDateDialog {
|
|
4
|
+
isOpen: ComputedRef<boolean>;
|
|
5
|
+
open: (filter: DateRangeFilter) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function useFiltersDateRangeDialog(): UseFilterDateDialog;
|
|
8
|
+
export {};
|
|
@@ -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,6 @@
|
|
|
1
|
+
import type { BooleanFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: BooleanFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { DateFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: DateFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { DateRangeFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: DateRangeFilter;
|
|
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,6 @@
|
|
|
1
|
+
import type { AutocompleteFilter, MultiAutocompleteFilter, MultiSelectFilter, SelectFilter } from '@/components/filters/filters.type';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
filter: AutocompleteFilter | MultiAutocompleteFilter | MultiSelectFilter | SelectFilter;
|
|
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,40 @@
|
|
|
1
|
+
import type { ComputedRef, Ref } from 'vue';
|
|
2
|
+
import type { Filter, FilterGroup, FilterKeys, FilterValues, GetFiltersFromGroups } from '@/components/filters/filters.type';
|
|
3
|
+
interface Options<TGroups extends readonly FilterGroup<readonly Filter[]>[]> {
|
|
4
|
+
filterGroups: () => TGroups;
|
|
5
|
+
persistInUrl?: boolean | string;
|
|
6
|
+
}
|
|
7
|
+
export interface Filters<TGroups extends readonly FilterGroup<readonly Filter[]>[], TFilters extends readonly Filter[]> {
|
|
8
|
+
/**
|
|
9
|
+
* List of currently active filters (i.e., those whose value differs from their default or are open).
|
|
10
|
+
*/
|
|
11
|
+
activeFilters: ComputedRef<TFilters>;
|
|
12
|
+
/**
|
|
13
|
+
* Clears all filters by resetting their values to their default values.
|
|
14
|
+
*/
|
|
15
|
+
clearAllFilters: () => void;
|
|
16
|
+
/**
|
|
17
|
+
* Clears the value of a filter and removes it from the active list.
|
|
18
|
+
* @param key The filter key to clear.
|
|
19
|
+
* @param onlyIfEmpty If true, the filter is only cleared if it is currently empty.
|
|
20
|
+
*/
|
|
21
|
+
clearFilter: (key: FilterKeys<TFilters>, onlyIfEmpty?: boolean, onlyIfNonStatic?: boolean) => void;
|
|
22
|
+
/**
|
|
23
|
+
* List of filter groups, each containing a list of filters.
|
|
24
|
+
*/
|
|
25
|
+
filterGroups: ComputedRef<TGroups>;
|
|
26
|
+
/**
|
|
27
|
+
* List of all filters, including those that are not currently active.
|
|
28
|
+
*/
|
|
29
|
+
filters: ComputedRef<TFilters>;
|
|
30
|
+
/**
|
|
31
|
+
* The key of the currently opened filter (e.g., for showing dropdowns or UI focus).
|
|
32
|
+
*/
|
|
33
|
+
openFilterKey: Ref<FilterKeys<TFilters> | null>;
|
|
34
|
+
/**
|
|
35
|
+
* The current filter values.
|
|
36
|
+
*/
|
|
37
|
+
values: Ref<FilterValues<TFilters>>;
|
|
38
|
+
}
|
|
39
|
+
export declare function useFilters<TGroups extends readonly FilterGroup<readonly Filter[]>[], TFilters extends readonly Filter[] = GetFiltersFromGroups<TGroups>>(options: Options<TGroups>): Filters<TGroups, TFilters>;
|
|
40
|
+
export {};
|