@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,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function i(l, e) {
|
|
8
|
+
return t(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
d: "M14.6666 8H12L9.99998 14L5.99998 2L3.99998 8H1.33331",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const a = /* @__PURE__ */ r(s, [["render", i]]);
|
|
19
|
+
export {
|
|
20
|
+
a as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as C, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as n } from "./index-DmadkSOr.js";
|
|
3
|
+
const r = {}, s = {
|
|
4
|
+
viewBox: "0 0 17 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function c(l, e) {
|
|
8
|
+
return C(), o("svg", s, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M8.49967 14L8.43297 13.8999C7.96988 13.2053 7.73833 12.858 7.43241 12.6065C7.16158 12.3839 6.84952 12.2169 6.51408 12.1151C6.13517 12 5.71775 12 4.88289 12H3.96634C3.2196 12 2.84624 12 2.56102 11.8547C2.31014 11.7268 2.10616 11.5229 1.97833 11.272C1.83301 10.9868 1.83301 10.6134 1.83301 9.86667V4.13333C1.83301 3.3866 1.83301 3.01323 1.97833 2.72801C2.10616 2.47713 2.31014 2.27316 2.56102 2.14532C2.84624 2 3.2196 2 3.96634 2H4.23301C5.72648 2 6.47322 2 7.04365 2.29065C7.54541 2.54631 7.95336 2.95426 8.20903 3.45603C8.49967 4.02646 8.49967 4.77319 8.49967 6.26667M8.49967 14V6.26667M8.49967 14L8.56638 13.8999C9.02947 13.2053 9.26102 12.858 9.56694 12.6065C9.83777 12.3839 10.1498 12.2169 10.4853 12.1151C10.8642 12 11.2816 12 12.1165 12H13.033C13.7797 12 14.1531 12 14.4383 11.8547C14.6892 11.7268 14.8932 11.5229 15.021 11.272C15.1663 10.9868 15.1663 10.6134 15.1663 9.86667V4.13333C15.1663 3.3866 15.1663 3.01323 15.021 2.72801C14.8932 2.47713 14.6892 2.27316 14.4383 2.14532C14.1531 2 13.7797 2 13.033 2H12.7663C11.2729 2 10.5261 2 9.9557 2.29065C9.45393 2.54631 9.04599 2.95426 8.79032 3.45603C8.49967 4.02646 8.49967 4.77319 8.49967 6.26667",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ n(r, [["render", c]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function i(l, e) {
|
|
8
|
+
return n(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M7.33301 7.33333H4.13301C3.38627 7.33333 3.0129 7.33333 2.72769 7.47866C2.4768 7.60649 2.27283 7.81046 2.145 8.06135C1.99967 8.34656 1.99967 8.71993 1.99967 9.46667V14M13.9997 14V4.13333C13.9997 3.3866 13.9997 3.01323 13.8544 2.72801C13.7265 2.47713 13.5225 2.27316 13.2717 2.14532C12.9864 2 12.6131 2 11.8663 2H9.46634C8.7196 2 8.34624 2 8.06102 2.14532C7.81014 2.27316 7.60616 2.47713 7.47833 2.72801C7.33301 3.01323 7.33301 3.3866 7.33301 4.13333V14M14.6663 14H1.33301M9.66634 4.66667H11.6663M9.66634 7.33333H11.6663M9.66634 10H11.6663",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(s, [["render", i]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function i(l, e) {
|
|
8
|
+
return n(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M7.33331 7.33333H4.13331C3.38658 7.33333 3.01321 7.33333 2.72799 7.47866C2.47711 7.60649 2.27314 7.81046 2.1453 8.06135C1.99998 8.34656 1.99998 8.71993 1.99998 9.46667V14M14 14V4.13333C14 3.3866 14 3.01323 13.8547 2.72801C13.7268 2.47713 13.5229 2.27316 13.272 2.14532C12.9868 2 12.6134 2 11.8666 2H9.46665C8.71991 2 8.34654 2 8.06133 2.14532C7.81044 2.27316 7.60647 2.47713 7.47864 2.72801C7.33331 3.01323 7.33331 3.3866 7.33331 4.13333V14M14.6666 14H1.33331M9.66665 4.66667H11.6666M9.66665 7.33333H11.6666M9.66665 10H11.6666",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.5",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(s, [["render", i]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defineComponent as n, createBlock as a, openBlock as u, unref as s, withCtx as o, createVNode as r } from "vue";
|
|
2
|
+
import { u as p, _ as c } from "./CrmDetailView.vue_vue_type_script_setup_true_lang-C_VsrCJX.js";
|
|
3
|
+
import { E as m, a as _ } from "./index-DmadkSOr.js";
|
|
4
|
+
const B = /* @__PURE__ */ n({
|
|
5
|
+
__name: "BusinessDetailView",
|
|
6
|
+
props: {
|
|
7
|
+
tabs: {}
|
|
8
|
+
},
|
|
9
|
+
setup(t) {
|
|
10
|
+
const i = t, e = p("businessUuid");
|
|
11
|
+
return (b, f) => (u(), a(c, {
|
|
12
|
+
key: s(e),
|
|
13
|
+
tabs: i.tabs,
|
|
14
|
+
"entity-type": s(m).BUSINESS
|
|
15
|
+
}, {
|
|
16
|
+
sidebar: o(() => [
|
|
17
|
+
r(_, { "business-uuid": s(e) }, null, 8, ["business-uuid"])
|
|
18
|
+
]),
|
|
19
|
+
_: 1
|
|
20
|
+
}, 8, ["tabs", "entity-type"]));
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
B as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as t } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function l(i, e) {
|
|
8
|
+
return n(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
r("path", {
|
|
10
|
+
d: "M6 9L12 15L18 9",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const a = /* @__PURE__ */ t(s, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
a as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as e } from "vue";
|
|
2
|
+
import { _ as n } from "./index-DmadkSOr.js";
|
|
3
|
+
const l = {}, c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function i(s, t) {
|
|
8
|
+
return r(), o("svg", c, [...t[0] || (t[0] = [
|
|
9
|
+
e("g", { "clip-path": "url(#clip0_19745_39980)" }, [
|
|
10
|
+
e("path", {
|
|
11
|
+
d: "M14.6138 8.84337C14.6487 8.56717 14.6666 8.2857 14.6666 8.00004C14.6666 4.31814 11.6819 1.33337 7.99998 1.33337C4.31808 1.33337 1.33331 4.31814 1.33331 8.00004C1.33331 11.6819 4.31808 14.6667 7.99998 14.6667C8.29025 14.6667 8.57619 14.6482 8.85667 14.6122M7.99998 4.00004V8.00004L10.4922 9.24617M12.6666 14.6667V10.6667M10.6666 12.6667H14.6666",
|
|
12
|
+
class: "stroke-current",
|
|
13
|
+
"stroke-width": "1.5",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round"
|
|
16
|
+
})
|
|
17
|
+
], -1),
|
|
18
|
+
e("defs", null, [
|
|
19
|
+
e("clipPath", { id: "clip0_19745_39980" }, [
|
|
20
|
+
e("rect", {
|
|
21
|
+
width: "16",
|
|
22
|
+
height: "16",
|
|
23
|
+
fill: "white"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
], -1)
|
|
27
|
+
])]);
|
|
28
|
+
}
|
|
29
|
+
const p = /* @__PURE__ */ n(l, [["render", i]]);
|
|
30
|
+
export {
|
|
31
|
+
p as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const C = {}, s = {
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function c(l, e) {
|
|
8
|
+
return t(), o("svg", s, [...e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
d: "M5 15C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12V5.2C2 4.0799 2 3.51984 2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799C3.51984 2 4.0799 2 5.2 2H12C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5M12.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V12.2C22 11.0799 22 10.5198 21.782 10.092C21.5903 9.71569 21.2843 9.40973 20.908 9.21799C20.4802 9 19.9201 9 18.8 9H12.2C11.0799 9 10.5198 9 10.092 9.21799C9.71569 9.40973 9.40973 9.71569 9.21799 10.092C9 10.5198 9 11.0799 9 12.2V18.8C9 19.9201 9 20.4802 9.21799 20.908C9.40973 21.2843 9.71569 21.5903 10.092 21.782C10.5198 22 11.0799 22 12.2 22Z",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(C, [["render", c]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { t as S, u as j, o as B, c as E } from "./index-DmadkSOr.js";
|
|
2
|
+
import { customRef as $, toValue as d, nextTick as D, watch as L, defineComponent as N, createElementBlock as R, openBlock as b, renderSlot as q, createVNode as m, withCtx as _, createElementVNode as p, unref as a, Fragment as z, renderList as I, createBlock as M, createTextVNode as O, toDisplayString as P } from "vue";
|
|
3
|
+
import { useRoute as F, useRouter as G, RouterView as K } from "vue-router";
|
|
4
|
+
import { VcIconButton as Q, VcRouterLinkTabs as W, VcRouterLinkTabsItem as A } from "@wisemen/vue-core-components";
|
|
5
|
+
const h = /* @__PURE__ */ new WeakMap();
|
|
6
|
+
function re(n, i, u = {}) {
|
|
7
|
+
const {
|
|
8
|
+
mode: y = "replace",
|
|
9
|
+
route: l = F(),
|
|
10
|
+
router: e = G(),
|
|
11
|
+
transform: s
|
|
12
|
+
} = u;
|
|
13
|
+
let c = (r) => r, w = (r) => r;
|
|
14
|
+
typeof s == "function" ? c = s : s && (s.get && (c = s.get), s.set && (w = s.set)), h.has(e) || h.set(e, /* @__PURE__ */ new Map());
|
|
15
|
+
const f = h.get(e);
|
|
16
|
+
let o = l.params[n];
|
|
17
|
+
S(() => {
|
|
18
|
+
o = void 0;
|
|
19
|
+
});
|
|
20
|
+
let g;
|
|
21
|
+
const k = $((r, x) => (g = x, {
|
|
22
|
+
get() {
|
|
23
|
+
return r(), c(o !== void 0 && o !== "" ? o : d(i));
|
|
24
|
+
},
|
|
25
|
+
set(t) {
|
|
26
|
+
t = w(t), o !== t && (o = t === d(i) || t === null ? void 0 : t, f.set(n, t === d(i) || t === null ? void 0 : t), x(), D(() => {
|
|
27
|
+
if (f.size === 0)
|
|
28
|
+
return;
|
|
29
|
+
const v = Object.fromEntries(f.entries());
|
|
30
|
+
f.clear();
|
|
31
|
+
const { params: T, query: C, hash: V } = l;
|
|
32
|
+
e[d(y)]({
|
|
33
|
+
params: {
|
|
34
|
+
...T,
|
|
35
|
+
...v
|
|
36
|
+
},
|
|
37
|
+
query: C,
|
|
38
|
+
hash: V
|
|
39
|
+
});
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
}));
|
|
43
|
+
return L(
|
|
44
|
+
() => l.params[n],
|
|
45
|
+
(r) => {
|
|
46
|
+
o !== c(r) && (o = r, g());
|
|
47
|
+
},
|
|
48
|
+
{ flush: "sync" }
|
|
49
|
+
), k;
|
|
50
|
+
}
|
|
51
|
+
const H = { class: "flex h-dvh flex-1" }, J = { class: "p-sm flex h-full w-full flex-1 justify-center overflow-hidden" }, U = { class: "mt-xl p-lg absolute top-0 right-6 z-1 flex w-full justify-end" }, X = { class: "flex w-full flex-col" }, Y = { class: "h-full w-full overflow-y-auto" }, se = /* @__PURE__ */ N({
|
|
52
|
+
__name: "CrmDetailView",
|
|
53
|
+
props: {
|
|
54
|
+
entityType: {},
|
|
55
|
+
tabs: {}
|
|
56
|
+
},
|
|
57
|
+
setup(n) {
|
|
58
|
+
const i = n, u = j();
|
|
59
|
+
return B("Escape", () => {
|
|
60
|
+
u.goToReturnRoute();
|
|
61
|
+
}), (y, l) => (b(), R("div", H, [
|
|
62
|
+
q(y.$slots, "sidebar"),
|
|
63
|
+
m(E, {
|
|
64
|
+
"entity-type": n.entityType,
|
|
65
|
+
class: "relative flex-1"
|
|
66
|
+
}, {
|
|
67
|
+
default: _(() => [
|
|
68
|
+
p("div", J, [
|
|
69
|
+
p("div", U, [
|
|
70
|
+
m(a(Q), {
|
|
71
|
+
icon: "close",
|
|
72
|
+
label: "Close",
|
|
73
|
+
variant: "tertiary",
|
|
74
|
+
onClick: l[0] || (l[0] = (e) => a(u).goToReturnRoute())
|
|
75
|
+
})
|
|
76
|
+
]),
|
|
77
|
+
p("div", X, [
|
|
78
|
+
m(a(W), {
|
|
79
|
+
"class-config": {
|
|
80
|
+
base: "w-full border-none rounded-full flex justify-center pb-lg pt-lg !overflow-visible",
|
|
81
|
+
list: "rounded-full w-fit",
|
|
82
|
+
item: "data-[state=active]:text-white",
|
|
83
|
+
indicator: "rounded-full bg-gradient-to-b from-brand-900 to-brand-950",
|
|
84
|
+
scrollContainer: "!p-xs bg-white shadow-lg rounded-full border border-primary/50"
|
|
85
|
+
},
|
|
86
|
+
variant: "button-border"
|
|
87
|
+
}, {
|
|
88
|
+
items: _(() => [
|
|
89
|
+
(b(!0), R(z, null, I(i.tabs, (e) => (b(), M(a(A), {
|
|
90
|
+
key: e.label,
|
|
91
|
+
to: {
|
|
92
|
+
name: e.to
|
|
93
|
+
}
|
|
94
|
+
}, {
|
|
95
|
+
default: _(() => [
|
|
96
|
+
O(P(e.label), 1)
|
|
97
|
+
]),
|
|
98
|
+
_: 2
|
|
99
|
+
}, 1032, ["to"]))), 128))
|
|
100
|
+
]),
|
|
101
|
+
_: 1
|
|
102
|
+
}),
|
|
103
|
+
p("div", Y, [
|
|
104
|
+
m(a(K))
|
|
105
|
+
])
|
|
106
|
+
])
|
|
107
|
+
])
|
|
108
|
+
]),
|
|
109
|
+
_: 1
|
|
110
|
+
}, 8, ["entity-type"])
|
|
111
|
+
]));
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
export {
|
|
115
|
+
se as _,
|
|
116
|
+
re as u
|
|
117
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 14 14",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function i(l, e) {
|
|
8
|
+
return t(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
d: "M6.99998 11.6667H12.25M1.75 11.6667H2.72682C3.01217 11.6667 3.15485 11.6667 3.28912 11.6344C3.40816 11.6059 3.52196 11.5587 3.62635 11.4947C3.74408 11.4226 3.84497 11.3217 4.04675 11.1199L11.375 3.79167C11.8583 3.30842 11.8583 2.52492 11.375 2.04167C10.8918 1.55842 10.1083 1.55842 9.62501 2.04167L2.29674 9.36993C2.09496 9.57171 1.99407 9.6726 1.92192 9.79033C1.85795 9.89472 1.81081 10.0085 1.78224 10.1276C1.75 10.2618 1.75 10.4045 1.75 10.6899V11.6667Z",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.5",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const a = /* @__PURE__ */ r(s, [["render", i]]);
|
|
19
|
+
export {
|
|
20
|
+
a as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as n } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 14 14",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function l(C, e) {
|
|
8
|
+
return r(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M8.16683 6.41699H4.66683M5.8335 8.75033H4.66683M9.3335 4.08366H4.66683M11.6668 3.96699V10.0337C11.6668 11.0138 11.6668 11.5038 11.4761 11.8781C11.3083 12.2074 11.0406 12.4751 10.7113 12.6429C10.337 12.8337 9.84692 12.8337 8.86683 12.8337H5.1335C4.1534 12.8337 3.66336 12.8337 3.28901 12.6429C2.95973 12.4751 2.69201 12.2074 2.52423 11.8781C2.3335 11.5038 2.3335 11.0138 2.3335 10.0337V3.96699C2.3335 2.9869 2.3335 2.49685 2.52423 2.12251C2.69201 1.79323 2.95973 1.52551 3.28901 1.35773C3.66336 1.16699 4.1534 1.16699 5.1335 1.16699H8.86683C9.84692 1.16699 10.337 1.16699 10.7113 1.35773C11.0406 1.52551 11.3083 1.79323 11.4761 2.12251C11.6668 2.49685 11.6668 2.9869 11.6668 3.96699Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-width": "1.2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ n(s, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, i = {
|
|
4
|
+
width: "100%",
|
|
5
|
+
height: "100%",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return t(), o("svg", i, [...e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
d: "M6 12H18M3 6H21M9 18H15",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
"stroke-width": "2",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round"
|
|
18
|
+
}, null, -1)
|
|
19
|
+
])]);
|
|
20
|
+
}
|
|
21
|
+
const f = /* @__PURE__ */ n(s, [["render", l]]);
|
|
22
|
+
export {
|
|
23
|
+
f as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function l(i, e) {
|
|
8
|
+
return t(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
d: "M6.33334 2L4.33334 14M11.6667 2L9.66666 14M13.6667 5.33333H2.33335M13 10.6667H1.66669",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.5",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(s, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as r, createStaticVNode as o } from "vue";
|
|
2
|
+
import { _ as l } from "./index-DmadkSOr.js";
|
|
3
|
+
const i = {}, a = {
|
|
4
|
+
width: "42",
|
|
5
|
+
height: "43",
|
|
6
|
+
viewBox: "0 0 42 43",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function f(n, e) {
|
|
11
|
+
return r(), t("svg", a, [...e[0] || (e[0] = [
|
|
12
|
+
o('<g filter="url(#filter0_d_19745_39870)"><path d="M13.5 20.8042C13.5 20.3256 13.5 20.0863 13.5617 19.8659C13.6163 19.6707 13.7061 19.487 13.8267 19.324C13.9628 19.14 14.1517 18.9931 14.5295 18.6993L20.1814 14.3033C20.4742 14.0756 20.6206 13.9618 20.7822 13.918C20.9248 13.8794 21.0752 13.8794 21.2178 13.918C21.3794 13.9618 21.5258 14.0756 21.8186 14.3033L27.4705 18.6993C27.8483 18.9931 28.0372 19.14 28.1733 19.324C28.2939 19.487 28.3837 19.6707 28.4383 19.8659C28.5 20.0863 28.5 20.3256 28.5 20.8042V26.8333C28.5 27.7667 28.5 28.2335 28.3183 28.59C28.1586 28.9036 27.9036 29.1585 27.59 29.3183C27.2335 29.5 26.7668 29.5 25.8333 29.5H16.1667C15.2332 29.5 14.7665 29.5 14.41 29.3183C14.0964 29.1585 13.8414 28.9036 13.6817 28.59C13.5 28.2335 13.5 27.7667 13.5 26.8333V20.8042Z" class="fill-current"></path><path d="M13.5 20.8042C13.5 20.3256 13.5 20.0863 13.5617 19.8659C13.6163 19.6707 13.7061 19.487 13.8267 19.324C13.9628 19.14 14.1517 18.9931 14.5295 18.6993L20.1814 14.3033C20.4742 14.0756 20.6206 13.9618 20.7822 13.918C20.9248 13.8794 21.0752 13.8794 21.2178 13.918C21.3794 13.9618 21.5258 14.0756 21.8186 14.3033L27.4705 18.6993C27.8483 18.9931 28.0372 19.14 28.1733 19.324C28.2939 19.487 28.3837 19.6707 28.4383 19.8659C28.5 20.0863 28.5 20.3256 28.5 20.8042V26.8333C28.5 27.7667 28.5 28.2335 28.3183 28.59C28.1586 28.9036 27.9036 29.1585 27.59 29.3183C27.2335 29.5 26.7668 29.5 25.8333 29.5H16.1667C15.2332 29.5 14.7665 29.5 14.41 29.3183C14.0964 29.1585 13.8414 28.9036 13.6817 28.59C13.5 28.2335 13.5 27.7667 13.5 26.8333V20.8042Z" class="stroke-current" stroke-width="2.16667" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><filter id="filter0_d_19745_39870" x="0.499776" y="0.888997" width="41.0004" height="41.611" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset></feOffset><feGaussianBlur stdDeviation="5.95833"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.458824 0 0 0 0 0.796078 0 0 0 0.2 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_19745_39870"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_19745_39870" result="shape"></feBlend></filter></defs>', 2)
|
|
13
|
+
])]);
|
|
14
|
+
}
|
|
15
|
+
const C = /* @__PURE__ */ l(i, [["render", f]]);
|
|
16
|
+
export {
|
|
17
|
+
C as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defineComponent as n, createBlock as s, openBlock as u, unref as i, withCtx as o, createVNode as d } from "vue";
|
|
2
|
+
import { u as r, _ as p } from "./CrmDetailView.vue_vue_type_script_setup_true_lang-C_VsrCJX.js";
|
|
3
|
+
import { E as c, b as m } from "./index-DmadkSOr.js";
|
|
4
|
+
const v = /* @__PURE__ */ n({
|
|
5
|
+
__name: "IndividualDetailView",
|
|
6
|
+
props: {
|
|
7
|
+
tabs: {}
|
|
8
|
+
},
|
|
9
|
+
setup(e) {
|
|
10
|
+
const a = e, t = r("individualUuid");
|
|
11
|
+
return (_, l) => (u(), s(p, {
|
|
12
|
+
key: i(t),
|
|
13
|
+
tabs: a.tabs,
|
|
14
|
+
"entity-type": i(c).INDIVIDUAL
|
|
15
|
+
}, {
|
|
16
|
+
sidebar: o(() => [
|
|
17
|
+
d(m, { "individual-uuid": i(t) }, null, 8, ["individual-uuid"])
|
|
18
|
+
]),
|
|
19
|
+
_: 1
|
|
20
|
+
}, 8, ["tabs", "entity-type"]));
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
v as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock as r, openBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
import { _ as n } from "./index-DmadkSOr.js";
|
|
3
|
+
const i = {}, c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function l(s, t) {
|
|
8
|
+
return o(), r("svg", c, [...t[0] || (t[0] = [
|
|
9
|
+
e("g", { "clip-path": "url(#clip0_19745_40246)" }, [
|
|
10
|
+
e("path", {
|
|
11
|
+
d: "M1.33331 8L7.76147 11.2141C7.84892 11.2578 7.89265 11.2797 7.93851 11.2883C7.97914 11.2959 8.02082 11.2959 8.06145 11.2883C8.10731 11.2797 8.15104 11.2578 8.23849 11.2141L14.6666 8M1.33331 11.3333L7.76147 14.5474C7.84892 14.5911 7.89265 14.613 7.93851 14.6216C7.97914 14.6292 8.02082 14.6292 8.06145 14.6216C8.10731 14.613 8.15104 14.5911 8.23849 14.5474L14.6666 11.3333M1.33331 4.66667L7.76147 1.45259C7.84892 1.40887 7.89265 1.387 7.93851 1.3784C7.97914 1.37078 8.02082 1.37078 8.06145 1.3784C8.10731 1.387 8.15104 1.40887 8.23849 1.45259L14.6666 4.66667L8.23849 7.88075C8.15104 7.92447 8.10731 7.94634 8.06145 7.95494C8.02082 7.96256 7.97914 7.96256 7.93851 7.95494C7.89265 7.94634 7.84892 7.92447 7.76147 7.88075L1.33331 4.66667Z",
|
|
12
|
+
class: "stroke-current",
|
|
13
|
+
"stroke-width": "1.5",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round"
|
|
16
|
+
})
|
|
17
|
+
], -1),
|
|
18
|
+
e("defs", null, [
|
|
19
|
+
e("clipPath", { id: "clip0_19745_40246" }, [
|
|
20
|
+
e("rect", {
|
|
21
|
+
width: "16",
|
|
22
|
+
height: "16",
|
|
23
|
+
fill: "white"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
], -1)
|
|
27
|
+
])]);
|
|
28
|
+
}
|
|
29
|
+
const p = /* @__PURE__ */ n(i, [["render", l]]);
|
|
30
|
+
export {
|
|
31
|
+
p as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 14 14",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function l(i, e) {
|
|
8
|
+
return n(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M12.25 5.25001L12.25 1.75001M12.25 1.75001H8.74999M12.25 1.75001L7 7M5.83333 1.75H4.55C3.56991 1.75 3.07986 1.75 2.70552 1.94074C2.37623 2.10852 2.10852 2.37623 1.94074 2.70552C1.75 3.07986 1.75 3.56991 1.75 4.55V9.45C1.75 10.4301 1.75 10.9201 1.94074 11.2945C2.10852 11.6238 2.37623 11.8915 2.70552 12.0593C3.07986 12.25 3.56991 12.25 4.55 12.25H9.45C10.4301 12.25 10.9201 12.25 11.2945 12.0593C11.6238 11.8915 11.8915 11.6238 12.0593 11.2945C12.25 10.9201 12.25 10.4301 12.25 9.45V8.16667",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.5",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const C = /* @__PURE__ */ r(s, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
C as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as e, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const c = {}, s = {
|
|
4
|
+
viewBox: "0 0 16 15",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function i(l, o) {
|
|
8
|
+
return n(), e("svg", s, [...o[0] || (o[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M10.6673 7.91629C13.0219 8.37923 14.6673 9.43648 14.6673 10.6667C14.6673 12.3235 11.6826 13.6667 8.00065 13.6667C4.31875 13.6667 1.33398 12.3235 1.33398 10.6667C1.33398 9.43648 2.97944 8.37923 5.33398 7.91629M8.00065 10.3333V5M8.00065 5C9.10522 5 10.0007 4.10457 10.0007 3C10.0007 1.89543 9.10522 1 8.00065 1C6.89608 1 6.00065 1.89543 6.00065 3C6.00065 4.10457 6.89608 5 8.00065 5Z",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-width": "1.33",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(c, [["render", i]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, C = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function c(l, e) {
|
|
8
|
+
return t(), o("svg", C, [...e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
d: "M14.3333 12L9.90474 7.99996M6.09522 7.99996L1.66667 12M1.33331 4.66663L6.77659 8.47692C7.21737 8.78547 7.43776 8.93974 7.67749 8.9995C7.88924 9.05228 8.11072 9.05228 8.32247 8.9995C8.5622 8.93974 8.78259 8.78547 9.22337 8.47692L14.6666 4.66663M4.53331 13.3333H11.4666C12.5868 13.3333 13.1468 13.3333 13.5746 13.1153C13.951 12.9236 14.2569 12.6176 14.4487 12.2413C14.6666 11.8134 14.6666 11.2534 14.6666 10.1333V5.86663C14.6666 4.74652 14.6666 4.18647 14.4487 3.75864C14.2569 3.38232 13.951 3.07636 13.5746 2.88461C13.1468 2.66663 12.5868 2.66663 11.4666 2.66663H4.53331C3.41321 2.66663 2.85316 2.66663 2.42533 2.88461C2.04901 3.07636 1.74305 3.38232 1.5513 3.75864C1.33331 4.18647 1.33331 4.74652 1.33331 5.86663V10.1333C1.33331 11.2534 1.33331 11.8134 1.5513 12.2413C1.74305 12.6176 2.04901 12.9236 2.42533 13.1153C2.85316 13.3333 3.41321 13.3333 4.53331 13.3333Z",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.5",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const d = /* @__PURE__ */ r(s, [["render", c]]);
|
|
19
|
+
export {
|
|
20
|
+
d as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, C = {
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function c(l, e) {
|
|
8
|
+
return n(), o("svg", C, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M12 17.5H12.01M8.2 22H15.8C16.9201 22 17.4802 22 17.908 21.782C18.2843 21.5903 18.5903 21.2843 18.782 20.908C19 20.4802 19 19.9201 19 18.8V5.2C19 4.07989 19 3.51984 18.782 3.09202C18.5903 2.71569 18.2843 2.40973 17.908 2.21799C17.4802 2 16.9201 2 15.8 2H8.2C7.0799 2 6.51984 2 6.09202 2.21799C5.71569 2.40973 5.40973 2.71569 5.21799 3.09202C5 3.51984 5 4.0799 5 5.2V18.8C5 19.9201 5 20.4802 5.21799 20.908C5.40973 21.2843 5.71569 21.5903 6.09202 21.782C6.51984 22 7.07989 22 8.2 22ZM12.5 17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5C11.5 17.2239 11.7239 17 12 17C12.2761 17 12.5 17.2239 12.5 17.5Z",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "2",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(s, [["render", c]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as C, openBlock as o, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as t } from "./index-DmadkSOr.js";
|
|
3
|
+
const r = {}, s = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function c(l, e) {
|
|
8
|
+
return o(), C("svg", s, [...e[0] || (e[0] = [
|
|
9
|
+
n("path", {
|
|
10
|
+
d: "M5.58685 5.90223C6.05085 6.86865 6.68337 7.77441 7.48443 8.57546C8.28548 9.37651 9.19124 10.009 10.1577 10.473C10.2408 10.5129 10.2823 10.5329 10.3349 10.5482C10.5218 10.6027 10.7513 10.5636 10.9096 10.4502C10.9542 10.4183 10.9923 10.3802 11.0685 10.304C11.3016 10.071 11.4181 9.95443 11.5353 9.87824C11.9772 9.59091 12.5469 9.59091 12.9889 9.87824C13.106 9.95443 13.2226 10.071 13.4556 10.304L13.5856 10.4339C13.9398 10.7882 14.117 10.9654 14.2132 11.1556C14.4046 11.534 14.4046 11.9809 14.2132 12.3592C14.117 12.5495 13.9399 12.7266 13.5856 13.0809L13.4805 13.186C13.1274 13.5391 12.9508 13.7156 12.7108 13.8505C12.4445 14.0001 12.0308 14.1077 11.7253 14.1068C11.45 14.1059 11.2619 14.0525 10.8856 13.9457C8.86333 13.3718 6.95509 12.2888 5.36311 10.6968C3.77112 9.10479 2.68814 7.19655 2.11416 5.17429C2.00735 4.79799 1.95395 4.60984 1.95313 4.33455C1.95222 4.02906 2.0598 3.6154 2.20941 3.34907C2.34424 3.10904 2.52078 2.9325 2.87386 2.57942L2.97895 2.47433C3.33325 2.12004 3.5104 1.94289 3.70065 1.84666C4.07903 1.65528 4.52587 1.65528 4.90424 1.84666C5.0945 1.94289 5.27164 2.12004 5.62594 2.47433L5.75585 2.60424C5.98892 2.83732 6.10546 2.95385 6.18165 3.07104C6.46898 3.51296 6.46898 4.08268 6.18165 4.52461C6.10546 4.6418 5.98892 4.75833 5.75585 4.9914C5.67964 5.06761 5.64154 5.10571 5.60965 5.15026C5.4963 5.30854 5.45717 5.53805 5.51165 5.72495C5.52698 5.77754 5.54694 5.81911 5.58685 5.90223Z",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.333",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ t(r, [["render", c]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-DmadkSOr.js";
|
|
3
|
+
const s = {}, c = {
|
|
4
|
+
viewBox: "0 0 20 20",
|
|
5
|
+
fill: "none"
|
|
6
|
+
};
|
|
7
|
+
function l(C, e) {
|
|
8
|
+
return n(), o("svg", c, [...e[0] || (e[0] = [
|
|
9
|
+
t("path", {
|
|
10
|
+
d: "M8.74987 10H4.16653M4.09599 10.243L2.15022 16.0552C1.99736 16.5118 1.92093 16.7401 1.97578 16.8807C2.02341 17.0028 2.12571 17.0954 2.25195 17.1306C2.39731 17.1712 2.61687 17.0724 3.05598 16.8748L16.9822 10.608C17.4108 10.4151 17.6251 10.3187 17.6913 10.1847C17.7489 10.0683 17.7489 9.93176 17.6913 9.81537C17.6251 9.6814 17.4108 9.58497 16.9822 9.39209L3.05112 3.12314C2.61334 2.92614 2.39444 2.82764 2.24922 2.86804C2.12311 2.90314 2.02082 2.99546 1.97302 3.11733C1.91798 3.25766 1.9936 3.48547 2.14482 3.9411L4.09653 9.82131C4.1225 9.89957 4.13549 9.9387 4.14062 9.97871C4.14517 10.0142 4.14512 10.0502 4.14048 10.0857C4.13525 10.1257 4.12216 10.1648 4.09599 10.243Z",
|
|
11
|
+
class: "stroke-current",
|
|
12
|
+
"stroke-width": "1.66667",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ r(s, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as e, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as n } from "./index-DmadkSOr.js";
|
|
3
|
+
const r = {}, s = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
fill: "none",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
7
|
+
};
|
|
8
|
+
function l(c, C) {
|
|
9
|
+
return o(), e("svg", s, [...C[0] || (C[0] = [
|
|
10
|
+
t("path", {
|
|
11
|
+
d: "M7.52169 2.30217C7.67534 1.99088 7.75217 1.83523 7.85647 1.7855C7.94722 1.74224 8.05264 1.74224 8.14339 1.7855C8.24769 1.83523 8.32452 1.99088 8.47817 2.30217L9.93596 5.25548C9.98132 5.34738 10.004 5.39333 10.0372 5.42901C10.0665 5.4606 10.1017 5.48619 10.1408 5.50437C10.185 5.52491 10.2357 5.53232 10.3371 5.54714L13.5979 6.02376C13.9413 6.07395 14.113 6.09905 14.1924 6.18292C14.2616 6.25589 14.2941 6.35616 14.2809 6.45581C14.2658 6.57035 14.1415 6.69141 13.8929 6.93355L11.5342 9.23091C11.4607 9.30252 11.4239 9.33833 11.4002 9.38093C11.3792 9.41866 11.3657 9.4601 11.3605 9.50296C11.3547 9.55137 11.3633 9.60196 11.3807 9.70312L11.9372 12.948C11.9959 13.2903 12.0253 13.4614 11.9701 13.563C11.9221 13.6513 11.8368 13.7133 11.738 13.7316C11.6243 13.7527 11.4707 13.6719 11.1633 13.5102L8.24817 11.9772C8.15734 11.9294 8.11193 11.9055 8.06408 11.8961C8.02172 11.8878 7.97814 11.8878 7.93578 11.8961C7.88793 11.9055 7.84252 11.9294 7.75169 11.9772L4.83653 13.5102C4.5292 13.6719 4.37553 13.7527 4.2619 13.7316C4.16304 13.7133 4.07773 13.6513 4.02974 13.563C3.97459 13.4614 4.00394 13.2903 4.06264 12.948L4.61918 9.70312C4.63653 9.60196 4.6452 9.55137 4.63933 9.50296C4.63413 9.4601 4.62066 9.41866 4.59966 9.38093C4.57593 9.33833 4.53917 9.30252 4.46564 9.2309L2.10696 6.93355C1.85836 6.69141 1.73406 6.57035 1.71894 6.45581C1.70578 6.35616 1.73829 6.25589 1.80742 6.18292C1.88688 6.09905 2.05857 6.07395 2.40195 6.02376L5.66279 5.54714C5.7642 5.53232 5.81491 5.52491 5.85906 5.50437C5.89816 5.48619 5.93336 5.4606 5.96271 5.42901C5.99586 5.39333 6.01854 5.34738 6.0639 5.25548L7.52169 2.30217Z",
|
|
12
|
+
stroke: "#667085",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const _ = /* @__PURE__ */ n(r, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|