@wisemen/wise-crm 0.0.0-alpha.3 → 0.0.0-alpha.4
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-CyWxM9LG.js → ActivityIcon-D44t-BSn.js} +1 -1
- package/dist/{BookIcon-C6fBfw8W.js → BookIcon-CutBdbC0.js} +1 -1
- package/dist/{BuildingIcon-_f5wC0G9.js → BuildingIcon-ElARxIlR.js} +1 -1
- package/dist/{BuildingsIcon-Czy44pO_.js → BuildingsIcon-C0MbMDz1.js} +1 -1
- package/dist/{BusinessDetailView-B91lfkSH.js → BusinessDetailView-i3MZXuUe.js} +2 -2
- package/dist/{ChevronDownIcon-BWBvfeaT.js → ChevronDownIcon-DZH2vgen.js} +1 -1
- package/dist/{ClockPlusIcon-BTLHO-u1.js → ClockPlusIcon-CgSXl6Sx.js} +1 -1
- package/dist/{CopyIcon-CoruI9Qw.js → CopyIcon-BmIRbs5V.js} +1 -1
- package/dist/{CrmDetailView.vue_vue_type_script_setup_true_lang-CXpmzjnA.js → CrmDetailView.vue_vue_type_script_setup_true_lang-CySrktmd.js} +1 -1
- package/dist/DealDetailView-CUl42ZTd.js +75 -0
- package/dist/DealIcon-C6Px3HJO.js +21 -0
- package/dist/{EditWithLineIcon--i0bfcSk.js → EditWithLineIcon-CwA3jPQp.js} +1 -1
- package/dist/{FileIcon-Dyqt2Vc3.js → FileIcon-7MDmblin.js} +1 -1
- package/dist/{FilterLinesIcon-B_4YymFr.js → FilterLinesIcon-Da3BV-iT.js} +1 -1
- package/dist/{HashIcon-CuT4gU_E.js → HashIcon-BpSFNhr7.js} +1 -1
- package/dist/{HomeFilledIcon-ClLkCaJL.js → HomeFilledIcon-HJC8cV41.js} +1 -1
- package/dist/{IndividualDetailView-C4dZCyca.js → IndividualDetailView-nnbBnmG8.js} +2 -2
- package/dist/{LayersTreeIcon-DuFQbfbP.js → LayersTreeIcon-BgHcjuI_.js} +1 -1
- package/dist/{LinkExternalIcon-BszmgyUA.js → LinkExternalIcon-C_UlFHmu.js} +1 -1
- package/dist/{LocationPinIcon-CbZ4OJ_v.js → LocationPinIcon-CLrEHNef.js} +1 -1
- package/dist/{MailIcon-DOUqXCG2.js → MailIcon-k_vWPmr0.js} +1 -1
- package/dist/{MobilePhoneIcon-BzMPWSVL.js → MobilePhoneIcon-jp_Sdqnw.js} +1 -1
- package/dist/{PhoneIcon-CA2Ip-Kd.js → PhoneIcon-NfSpRTNZ.js} +1 -1
- package/dist/{SendIcon-B5jAMhG5.js → SendIcon-CmfMQQhD.js} +1 -1
- package/dist/{StarOutlineIcon-CSQgrkoI.js → StarOutlineIcon-CyWY8Cj8.js} +1 -1
- package/dist/{StarYellowIcon-BV-Wv0Tb.js → StarYellowIcon-CyNBsGIx.js} +1 -1
- package/dist/{TimeLineMarkerIcon-A7mDq26Z.js → TimeLineMarkerIcon-jCDSGnG-.js} +1 -1
- package/dist/{TrashIcon-DFmP6KpN.js → TrashIcon-BDgKB4RM.js} +1 -1
- package/dist/{UserCircleIcon-P2nAwpt5.js → UserCircleIcon-OKdaanJV.js} +1 -1
- package/dist/{UserIcon-DSCkkGQG.js → UserIcon-CLG6DEo_.js} +1 -1
- package/dist/{VerticalDotsIcon-Dw20cuJJ.js → VerticalDotsIcon--_VYFMTY.js} +1 -1
- package/dist/{WalletIcon-BZQfB6c7.js → WalletIcon-7sJZlclI.js} +1 -1
- package/dist/api/mutations/deal/dealContactPersonUpdate.mutation.d.ts +10 -0
- package/dist/api/mutations/deal/dealCreate.mutation.d.ts +11 -0
- package/dist/api/mutations/deal/dealLinkContactPerson.mutation.d.ts +10 -0
- package/dist/api/mutations/deal/dealSetPrimaryContactPerson.mutation.d.ts +8 -0
- package/dist/api/mutations/deal/dealUnlinkContactPerson.mutation.d.ts +8 -0
- package/dist/api/mutations/individual/individualGrant.mutation.d.ts +8 -0
- package/dist/api/queries/board/boardColumnsIndex.query.d.ts +2 -0
- package/dist/api/queries/business/businessIndex.query.d.ts +1 -1
- package/dist/api/queries/cbe/cbeEnterpriseSearchByTerm.query.d.ts +3 -0
- package/dist/api/queries/deal/dealContactPersonDetail.query.d.ts +5 -0
- package/dist/api/queries/deal/dealDetail.query.d.ts +4 -0
- package/dist/api/queries/deal/dealIndex.query.d.ts +220 -0
- package/dist/api/services/board.service.d.ts +4 -0
- package/dist/api/services/cbe.service.d.ts +5 -0
- package/dist/api/services/deal.service.d.ts +22 -0
- package/dist/api/services/individual.service.d.ts +2 -0
- package/dist/business/BusinessAutocomplete.vue.d.ts +22 -0
- package/dist/client/apiErrorCode.gen.d.ts +6 -0
- package/dist/client/sdk.gen.d.ts +5 -1
- package/dist/client/types.gen.d.ts +210 -8
- package/dist/client/zod.gen.d.ts +373 -60
- package/dist/components/app/dialog/AppDialogPaddingContainer.vue.d.ts +12 -0
- package/dist/components/app/dialog/AppDialogStepper.vue.d.ts +20 -0
- package/dist/components/app/group/AppGroup.vue.d.ts +1 -1
- package/dist/components/cbe/CbeAutocomplete.vue.d.ts +16 -0
- package/dist/components/entity-autocomplete/EntityAutocomplete.vue.d.ts +42 -0
- package/dist/components/info-dialog/InfoDialogHeaderCard.vue.d.ts +11 -1
- package/dist/composables/keyset-infinite-query/keysetInfiniteQuery.composable.d.ts +234 -0
- package/dist/composables/offset-infinite-query/offsetInfiniteQuery.composable.d.ts +234 -0
- package/dist/composables/stepper/stepper.composable.d.ts +18 -0
- package/dist/deal/components/DealCreateDialog.vue.d.ts +6 -0
- package/dist/deal/components/DealCreateDialogBusinessCreateForm.vue.d.ts +8 -0
- package/dist/deal/components/DealCreateDialogExtraInfoForm.vue.d.ts +7 -0
- package/dist/deal/components/DealCreateDialogSelectBusinessForm.vue.d.ts +11 -0
- package/dist/deal/components/DealCreateDialogStepperForm.vue.d.ts +14 -0
- package/dist/deal/components/DealOverviewColumn.vue.d.ts +10 -0
- package/dist/deal/components/DealOverviewColumnItem.vue.d.ts +10 -0
- package/dist/deal/routes/deal.routes.d.ts +3 -0
- package/dist/deal/views/DealDetailSidebarProvider.vue.d.ts +6 -0
- package/dist/deal/views/DealDetailView.vue.d.ts +2 -0
- package/dist/deal/views/DealOverview.vue.d.ts +2 -0
- package/dist/dialogs/contact-create/components/BusinessCreateFormFields.vue.d.ts +7 -0
- package/dist/icons/DealIcon.vue.d.ts +2 -0
- package/dist/icons/icon.d.ts +1 -0
- package/dist/{index-DGDrbZNX.js → index-Dtk-GIav.js} +10517 -8344
- package/dist/index.d.ts +59 -0
- package/dist/index.js +9 -8
- package/dist/individual/IndividualAutocomplete.vue.d.ts +21 -0
- package/dist/models/board/boardColumn.model.d.ts +13 -0
- package/dist/models/board/boardColumn.transformer.d.ts +5 -0
- package/dist/models/board/boardColumnDto.model.d.ts +6 -0
- package/dist/models/board/boardColumnUuid.model.d.ts +3 -0
- package/dist/models/business/individualItem.model.d.ts +6 -0
- package/dist/models/cbe/cbeEnterpriseNumber.model.d.ts +3 -0
- package/dist/models/cbe/search/cbeEnterpriseItem.model.d.ts +6 -0
- package/dist/models/cbe/search/cbeEnterpriseSearch.model.d.ts +15 -0
- package/dist/models/cbe/search/cbeEnterpriseSearch.transformer.d.ts +5 -0
- package/dist/models/cbe/search/cbeEnterpriseSearchDto.model.d.ts +2 -0
- package/dist/models/deal/contact-person/dealContactPerson.transformer.d.ts +5 -0
- package/dist/models/deal/contact-person/dealContactPersonDetail.model.d.ts +13 -0
- package/dist/models/deal/contact-person/dealContactPersonDetailDto.model.d.ts +2 -0
- package/dist/models/deal/create/dealCreate.transformer.d.ts +5 -0
- package/dist/models/deal/create/dealCreateDto.model.d.ts +2 -0
- package/dist/models/deal/create/dealCreateForm.model.d.ts +14 -0
- package/dist/models/deal/dealLanguageEnum.model.d.ts +6 -0
- package/dist/models/deal/dealSourceEnum.model.d.ts +6 -0
- package/dist/models/deal/dealUuid.model.d.ts +3 -0
- package/dist/models/deal/detail/dealDetail.model.d.ts +28 -0
- package/dist/models/deal/detail/dealDetail.transformer.d.ts +5 -0
- package/dist/models/deal/detail/dealDetailDto.model.d.ts +2 -0
- package/dist/models/deal/index/dealIndex.model.d.ts +24 -0
- package/dist/models/deal/index/dealIndex.transformer.d.ts +5 -0
- package/dist/models/deal/index/dealIndexDto.model.d.ts +2 -0
- package/dist/models/deal/index/dealIndexPaginationDto.model.d.ts +3 -0
- package/dist/models/deal/index/dealIndexQueryParams.model.d.ts +6 -0
- package/dist/models/deal/index/dealIndexQueryParams.tranformer.d.ts +6 -0
- package/dist/plugins/i18n.plugin.d.ts +58 -0
- package/dist/routes/crmRoutes.composable.d.ts +1 -0
- package/dist/types/pagination.type.d.ts +37 -0
- package/dist/types/query.type.d.ts +21 -0
- package/dist/types/queryKey.type.d.ts +18 -0
- package/dist/utils/vatNumber.util.d.ts +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export { default as CrmSearchTrigger } from './components/crm/search/CrmSearchTr
|
|
|
13
13
|
export { useContactCreateDialog as useWiseCrmContactCreateDialog } from './composables/contactCreateDialog.composable.ts';
|
|
14
14
|
export { useCrm as useWiseCrm } from './composables/crm.composable.ts';
|
|
15
15
|
export { useCrmConfig as useWiseCrmConfig } from './composables/crmConfig.composable.ts';
|
|
16
|
+
export { default as WiseCrmCrmDealOverview } from './deal/views/DealOverview.vue';
|
|
16
17
|
export { default as WiseCrmContactCreateDialog } from './dialogs/contact-create/ContactCreateDialog.vue';
|
|
17
18
|
export { default as WiseCrmIndividualBillingInformationCard } from './individual/content/IndividualBillingInformationCard.vue';
|
|
18
19
|
export { default as WiseCrmIndividualUpdateCard } from './individual/content/IndividualInfoUpdateCard.vue';
|
|
@@ -48,6 +49,8 @@ export declare const wiseCrmLocales: {
|
|
|
48
49
|
"component.command_menu.action.change_language_to_nl_be": string;
|
|
49
50
|
"component.command_menu.action.change_to_system_preference": string;
|
|
50
51
|
"component.command_menu.action.create_new_contact": string;
|
|
52
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access": string;
|
|
53
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access_success": string;
|
|
51
54
|
"wise_crm.info_dialog.sidebar.overview.delete_contact_person_title": string;
|
|
52
55
|
"wise_crm.info_dialog.sidebar.overview.delete_contact_person_description": string;
|
|
53
56
|
"component.command_menu.action.enable_dark_mode": string;
|
|
@@ -66,6 +69,7 @@ export declare const wiseCrmLocales: {
|
|
|
66
69
|
"component.header.search": string;
|
|
67
70
|
"component.keyboard_shortcut.then": string;
|
|
68
71
|
"enum.api_error_code.absence_overlaps_with_absence": string;
|
|
72
|
+
"enum.api_error_code.customer_zone_individual_grant_not_found": string;
|
|
69
73
|
"enum.api_error_code.board_columns_already_exist": string;
|
|
70
74
|
"enum.api_error_code.business_vat_number_already_exists": string;
|
|
71
75
|
"enum.api_error_code.absence_overlaps_with_full_day_absence": string;
|
|
@@ -80,7 +84,12 @@ export declare const wiseCrmLocales: {
|
|
|
80
84
|
"enum.api_error_code.client_not_found": string;
|
|
81
85
|
"enum.api_error_code.contact_person_not_found": string;
|
|
82
86
|
"enum.api_error_code.contract_type_not_found": string;
|
|
87
|
+
"enum.api_error_code.customer_zone_email_verification_organization_mismatch": string;
|
|
88
|
+
"enum.api_error_code.customer_zone_email_verification_user_not_found": string;
|
|
83
89
|
"enum.api_error_code.customer_zone_individual_already_linked": string;
|
|
90
|
+
"enum.api_error_code.customer_zone_individual_user_grant_not_found": string;
|
|
91
|
+
"enum.api_error_code.customer_zone_invalid_email_verification_code": string;
|
|
92
|
+
"enum.api_error_code.customer_zone_tenant_domain_not_found": string;
|
|
84
93
|
"enum.api_error_code.coordinates_not_provided": string;
|
|
85
94
|
"enum.api_error_code.deal_creation_not_allowed": string;
|
|
86
95
|
"enum.api_error_code.deal_contact_person_not_found": string;
|
|
@@ -368,6 +377,9 @@ export declare const wiseCrmLocales: {
|
|
|
368
377
|
"module.user.update.success_toast.description": string;
|
|
369
378
|
"module.user.update.success_toast.title": string;
|
|
370
379
|
"shared.cancel": string;
|
|
380
|
+
"shared.previous": string;
|
|
381
|
+
"shared.next": string;
|
|
382
|
+
"shared.add": string;
|
|
371
383
|
"shared.close": string;
|
|
372
384
|
"shared.copy_to_clipboard": string;
|
|
373
385
|
"shared.created_at": string;
|
|
@@ -443,6 +455,7 @@ export declare const wiseCrmLocales: {
|
|
|
443
455
|
"wise_crm.contact.create_dialog.form.errors.at_least_one_contact_info": string;
|
|
444
456
|
"wise_crm.contact.create_dialog.form.fields.address": string;
|
|
445
457
|
"wise_crm.contact.create_dialog.form.fields.birthdate": string;
|
|
458
|
+
"wise_crm.contact.create_dialog.form.fields.cbe_search": string;
|
|
446
459
|
"wise_crm.contact.create_dialog.form.fields.contact_person": string;
|
|
447
460
|
"wise_crm.contact.create_dialog.form.fields.contact_type": string;
|
|
448
461
|
"wise_crm.contact.create_dialog.form.fields.create_new_label": string;
|
|
@@ -544,6 +557,23 @@ export declare const wiseCrmLocales: {
|
|
|
544
557
|
"component.zod_error.message": string;
|
|
545
558
|
"wise_crm.info_dialog.business.information.billing_information.purchase_notes_different_switch": string;
|
|
546
559
|
"module.crm.info_dialog.individual.tabs.info.label": string;
|
|
560
|
+
"wise_crm.deal.form.fields.name": string;
|
|
561
|
+
"wise_crm.deal.form.fields.name_placeholder": string;
|
|
562
|
+
"wise_crm.deal.form.fields.language": string;
|
|
563
|
+
"wise_crm.deal.form.fields.language_placeholder": string;
|
|
564
|
+
"wise_crm.deal.form.fields.source": string;
|
|
565
|
+
"wise_crm.deal.form.fields.source_placeholder": string;
|
|
566
|
+
"wise_crm.enum.language.en": string;
|
|
567
|
+
"wise_crm.enum.language.fr": string;
|
|
568
|
+
"wise_crm.enum.language.nl": string;
|
|
569
|
+
"wise_crm.enum.source.mail": string;
|
|
570
|
+
"wise_crm.enum.source.website": string;
|
|
571
|
+
"wise_crm.enum.source.phone": string;
|
|
572
|
+
"wise_crm.enum.source.tender": string;
|
|
573
|
+
"wise_crm.deal.create.steps.select_business": string;
|
|
574
|
+
"wise_crm.deal.create.steps.extra_info": string;
|
|
575
|
+
"wise_crm.deal.create.title": string;
|
|
576
|
+
"wise_crm.deal.create.steps.create_lead": string;
|
|
547
577
|
};
|
|
548
578
|
'nl-BE': {
|
|
549
579
|
"enum.api_error_code.absence_overlaps_with_absence": string;
|
|
@@ -560,7 +590,12 @@ export declare const wiseCrmLocales: {
|
|
|
560
590
|
"enum.api_error_code.client_not_found": string;
|
|
561
591
|
"enum.api_error_code.contact_person_not_found": string;
|
|
562
592
|
"enum.api_error_code.contract_type_not_found": string;
|
|
593
|
+
"enum.api_error_code.customer_zone_email_verification_organization_mismatch": string;
|
|
594
|
+
"enum.api_error_code.customer_zone_email_verification_user_not_found": string;
|
|
563
595
|
"enum.api_error_code.customer_zone_individual_already_linked": string;
|
|
596
|
+
"enum.api_error_code.customer_zone_individual_user_grant_not_found": string;
|
|
597
|
+
"enum.api_error_code.customer_zone_invalid_email_verification_code": string;
|
|
598
|
+
"enum.api_error_code.customer_zone_tenant_domain_not_found": string;
|
|
564
599
|
"enum.api_error_code.coordinates_not_provided": string;
|
|
565
600
|
"component.filters_dropdown_menu.clear_all_filters": string;
|
|
566
601
|
"component.filters_dropdown_menu.filter": string;
|
|
@@ -572,6 +607,7 @@ export declare const wiseCrmLocales: {
|
|
|
572
607
|
"enum.api_error_code.deal_contact_person_not_found": string;
|
|
573
608
|
"enum.api_error_code.deal_not_found": string;
|
|
574
609
|
"enum.api_error_code.department_contact_person_not_found": string;
|
|
610
|
+
"enum.api_error_code.customer_zone_individual_grant_not_found": string;
|
|
575
611
|
"wise_crm.info_dialog.sidebar.overview.delete_contact_person_title": string;
|
|
576
612
|
"enum.api_error_code.department_not_found": string;
|
|
577
613
|
"enum.api_error_code.driver_availability_not_found": string;
|
|
@@ -646,6 +682,8 @@ export declare const wiseCrmLocales: {
|
|
|
646
682
|
"component.command_menu.action.change_language_to_nl_be": string;
|
|
647
683
|
"component.command_menu.action.change_to_system_preference": string;
|
|
648
684
|
"component.command_menu.action.create_new_contact": string;
|
|
685
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access": string;
|
|
686
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access_success": string;
|
|
649
687
|
"component.command_menu.action.enable_dark_mode": string;
|
|
650
688
|
"component.select.search_input_placeholder": string;
|
|
651
689
|
"component.command_menu.action.enable_light_mode": string;
|
|
@@ -872,6 +910,9 @@ export declare const wiseCrmLocales: {
|
|
|
872
910
|
"module.user.update.success_toast.message": string;
|
|
873
911
|
"module.user.update.success_toast.title": string;
|
|
874
912
|
"shared.cancel": string;
|
|
913
|
+
"shared.previous": string;
|
|
914
|
+
"shared.next": string;
|
|
915
|
+
"shared.add": string;
|
|
875
916
|
"shared.close": string;
|
|
876
917
|
"shared.copy_to_clipboard": string;
|
|
877
918
|
"shared.created_at": string;
|
|
@@ -947,6 +988,7 @@ export declare const wiseCrmLocales: {
|
|
|
947
988
|
"wise_crm.contact.create_dialog.form.errors.at_least_one_contact_info": string;
|
|
948
989
|
"wise_crm.contact.create_dialog.form.fields.address": string;
|
|
949
990
|
"wise_crm.contact.create_dialog.form.fields.birthdate": string;
|
|
991
|
+
"wise_crm.contact.create_dialog.form.fields.cbe_search": string;
|
|
950
992
|
"wise_crm.contact.create_dialog.form.fields.contact_person": string;
|
|
951
993
|
"wise_crm.contact.create_dialog.form.fields.contact_type": string;
|
|
952
994
|
"wise_crm.contact.create_dialog.form.fields.create_new_label": string;
|
|
@@ -1048,6 +1090,23 @@ export declare const wiseCrmLocales: {
|
|
|
1048
1090
|
"component.zod_error.message": string;
|
|
1049
1091
|
"wise_crm.info_dialog.business.information.billing_information.purchase_notes_different_switch": string;
|
|
1050
1092
|
"module.crm.info_dialog.individual.tabs.info.label": string;
|
|
1093
|
+
"wise_crm.deal.form.fields.name": string;
|
|
1094
|
+
"wise_crm.deal.form.fields.name_placeholder": string;
|
|
1095
|
+
"wise_crm.deal.form.fields.language": string;
|
|
1096
|
+
"wise_crm.deal.form.fields.language_placeholder": string;
|
|
1097
|
+
"wise_crm.deal.form.fields.source": string;
|
|
1098
|
+
"wise_crm.deal.form.fields.source_placeholder": string;
|
|
1099
|
+
"wise_crm.enum.language.en": string;
|
|
1100
|
+
"wise_crm.enum.language.fr": string;
|
|
1101
|
+
"wise_crm.enum.language.nl": string;
|
|
1102
|
+
"wise_crm.enum.source.mail": string;
|
|
1103
|
+
"wise_crm.enum.source.website": string;
|
|
1104
|
+
"wise_crm.enum.source.phone": string;
|
|
1105
|
+
"wise_crm.enum.source.tender": string;
|
|
1106
|
+
"wise_crm.deal.create.steps.select_business": string;
|
|
1107
|
+
"wise_crm.deal.create.steps.extra_info": string;
|
|
1108
|
+
"wise_crm.deal.create.title": string;
|
|
1109
|
+
"wise_crm.deal.create.steps.create_lead": string;
|
|
1051
1110
|
};
|
|
1052
1111
|
};
|
|
1053
1112
|
export { icons as wiseCrmIcons } from './icons/icon.ts';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as a, f as e, e as r, h as C, g as m,
|
|
1
|
+
import { l as a, f as e, e as r, h as C, g as m, z as d, k as n, q as u, p as W, j as t, r as l, v as o, x as g, s as v, A as B, B as c, d as I, i as f, u as D, n as b, m as h, y as p, C as w, w as S } from "./index-Dtk-GIav.js";
|
|
2
2
|
export {
|
|
3
3
|
a as CrmSearchTrigger,
|
|
4
4
|
e as WiseCrmBusinessBillingInformationCard,
|
|
@@ -8,19 +8,20 @@ export {
|
|
|
8
8
|
d as WiseCrmBusinessWidget,
|
|
9
9
|
n as WiseCrmCard,
|
|
10
10
|
u as WiseCrmContactCreateDialog,
|
|
11
|
+
W as WiseCrmCrmDealOverview,
|
|
11
12
|
t as WiseCrmFormCardSubmitButtonTransition,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
l as WiseCrmIndividualBillingInformationCard,
|
|
14
|
+
o as WiseCrmIndividualDialog,
|
|
15
|
+
g as WiseCrmIndividualTable,
|
|
16
|
+
v as WiseCrmIndividualUpdateCard,
|
|
16
17
|
B as WiseCrmIndividualWidget,
|
|
17
18
|
c as WiseCrmRecentlyCreatedWidget,
|
|
18
19
|
I as businessUuidSchema,
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
f as individualUuidSchema,
|
|
21
|
+
D as useWiseCrm,
|
|
21
22
|
b as useWiseCrmConfig,
|
|
22
23
|
h as useWiseCrmContactCreateDialog,
|
|
23
24
|
p as useWiseCrmRoutes,
|
|
24
|
-
|
|
25
|
+
w as wiseCrmIcons,
|
|
25
26
|
S as wiseCrmLocales
|
|
26
27
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { IndividualItem } from '@/models/individual/individualItem.model';
|
|
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,13 @@
|
|
|
1
|
+
import type { EntityColor } from '@/client';
|
|
2
|
+
import type { BoardColumnUuid } from '@/models/board/boardColumnUuid.model.ts';
|
|
3
|
+
export interface BoardColumnConfig {
|
|
4
|
+
maxDaysInColumnBeforeHighlight: number | null;
|
|
5
|
+
onlyShowLeadInColumn: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface BoardColumn {
|
|
8
|
+
uuid: BoardColumnUuid;
|
|
9
|
+
color: EntityColor;
|
|
10
|
+
config: BoardColumnConfig;
|
|
11
|
+
displayName: string;
|
|
12
|
+
position: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Address } from '@wisemen/vue-core-components';
|
|
2
|
+
import type { CbeEnterpriseStatus } from '@/client';
|
|
3
|
+
import type { CbeEnterpriseNumber } from '@/models/cbe/cbeEnterpriseNumber.model.ts';
|
|
4
|
+
export interface CbeEnterpriseSearch {
|
|
5
|
+
uuid: CbeEnterpriseNumber;
|
|
6
|
+
startDate: string | null;
|
|
7
|
+
name: string | null;
|
|
8
|
+
abbreviation: string | null;
|
|
9
|
+
address: Address | null;
|
|
10
|
+
email: string | null;
|
|
11
|
+
fax: string | null;
|
|
12
|
+
phone: string | null;
|
|
13
|
+
status: CbeEnterpriseStatus;
|
|
14
|
+
website: string | null;
|
|
15
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CbeEnterpriseSearch } from '@/models/cbe/search/cbeEnterpriseSearch.model';
|
|
2
|
+
import type { CbeEnterpriseSearchDto } from '@/models/cbe/search/cbeEnterpriseSearchDto.model';
|
|
3
|
+
export declare class CbeEnterpriseSearchTransformer {
|
|
4
|
+
static fromDto(dto: CbeEnterpriseSearchDto): CbeEnterpriseSearch;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { DealContactPersonDetail } from '@/models/deal/contact-person/dealContactPersonDetail.model.ts';
|
|
2
|
+
import type { DealContactPersonDetailDto } from '@/models/deal/contact-person/dealContactPersonDetailDto.model.ts';
|
|
3
|
+
export declare class DealContactPersonTransformer {
|
|
4
|
+
static fromDto(dto: DealContactPersonDetailDto): DealContactPersonDetail;
|
|
5
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { DealUuid } from '@/models/deal/dealUuid.model.ts';
|
|
2
|
+
import type { IndividualUuid } from '@/models/individual/individualUuid.model.ts';
|
|
3
|
+
export interface DealContactPersonDetail {
|
|
4
|
+
contactPersonUuid: IndividualUuid;
|
|
5
|
+
dealUuid: DealUuid;
|
|
6
|
+
isPrimary: boolean;
|
|
7
|
+
email: string | null;
|
|
8
|
+
firstName: string;
|
|
9
|
+
lastName: string;
|
|
10
|
+
mobilePhone: string | null;
|
|
11
|
+
phone: string | null;
|
|
12
|
+
position: string | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
import { ClientType, DealLanguage, DealSource } from '@/client';
|
|
3
|
+
export declare const dealCreateFormSchema: z.ZodObject<{
|
|
4
|
+
clientId: z.ZodObject<{
|
|
5
|
+
uuid: z.ZodUUID;
|
|
6
|
+
name: z.ZodString;
|
|
7
|
+
type: z.ZodEnum<typeof ClientType>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
dealOwnerUuid: z.ZodNullable<z.ZodUUID>;
|
|
10
|
+
name: z.ZodString;
|
|
11
|
+
dealLanguage: z.ZodEnum<typeof DealLanguage>;
|
|
12
|
+
dealSource: z.ZodEnum<typeof DealSource>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
export type DealCreateForm = z.infer<typeof dealCreateFormSchema>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ClientStatus, ClientType, DealLanguage, DealSource } from '@/client';
|
|
2
|
+
import type { DealUuid } from '@/models/deal/dealUuid.model.ts';
|
|
3
|
+
export interface DealDetail {
|
|
4
|
+
uuid: DealUuid;
|
|
5
|
+
createdAt: string;
|
|
6
|
+
updatedAt: string;
|
|
7
|
+
name: string;
|
|
8
|
+
boardColumn: {
|
|
9
|
+
uuid: string;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
12
|
+
client: {
|
|
13
|
+
uuid: string;
|
|
14
|
+
name: string;
|
|
15
|
+
status: ClientStatus;
|
|
16
|
+
type: ClientType;
|
|
17
|
+
};
|
|
18
|
+
createdBy: {
|
|
19
|
+
uuid: string;
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
dealLanguage: DealLanguage;
|
|
23
|
+
dealSource: DealSource;
|
|
24
|
+
owner: {
|
|
25
|
+
uuid: string;
|
|
26
|
+
name: string;
|
|
27
|
+
} | null;
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { Temporal } from 'temporal-polyfill';
|
|
2
|
+
import type { ClientType, DealLanguage, DealSource } from '@/client';
|
|
3
|
+
import type { DealUuid } from '@/models/deal/dealUuid.model.ts';
|
|
4
|
+
export interface DealIndex {
|
|
5
|
+
uuid: DealUuid;
|
|
6
|
+
clientUuid: string;
|
|
7
|
+
createdAt: Temporal.ZonedDateTime;
|
|
8
|
+
name: string;
|
|
9
|
+
boardColumn: {
|
|
10
|
+
uuid: string;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
clientType: ClientType;
|
|
14
|
+
createdBy: {
|
|
15
|
+
uuid: string;
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
dealLanguage: DealLanguage;
|
|
19
|
+
dealSource: DealSource;
|
|
20
|
+
owner: {
|
|
21
|
+
uuid: string;
|
|
22
|
+
name: string;
|
|
23
|
+
} | null;
|
|
24
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ViewDealIndexV1Data } from '@/client';
|
|
2
|
+
import type { DealIndexQueryParams } from '@/models/deal/index/dealIndexQueryParams.model';
|
|
3
|
+
import type { OffsetPagination } from '@/types/pagination.type';
|
|
4
|
+
export declare class DealIndexQueryParamsTransformer {
|
|
5
|
+
static toDto(params: OffsetPagination<DealIndexQueryParams>): ViewDealIndexV1Data['query'];
|
|
6
|
+
}
|
|
@@ -29,6 +29,8 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
29
29
|
"component.command_menu.action.change_language_to_nl_be": string;
|
|
30
30
|
"component.command_menu.action.change_to_system_preference": string;
|
|
31
31
|
"component.command_menu.action.create_new_contact": string;
|
|
32
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access": string;
|
|
33
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access_success": string;
|
|
32
34
|
"wise_crm.info_dialog.sidebar.overview.delete_contact_person_title": string;
|
|
33
35
|
"wise_crm.info_dialog.sidebar.overview.delete_contact_person_description": string;
|
|
34
36
|
"component.command_menu.action.enable_dark_mode": string;
|
|
@@ -47,6 +49,7 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
47
49
|
"component.header.search": string;
|
|
48
50
|
"component.keyboard_shortcut.then": string;
|
|
49
51
|
"enum.api_error_code.absence_overlaps_with_absence": string;
|
|
52
|
+
"enum.api_error_code.customer_zone_individual_grant_not_found": string;
|
|
50
53
|
"enum.api_error_code.board_columns_already_exist": string;
|
|
51
54
|
"enum.api_error_code.business_vat_number_already_exists": string;
|
|
52
55
|
"enum.api_error_code.absence_overlaps_with_full_day_absence": string;
|
|
@@ -61,7 +64,12 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
61
64
|
"enum.api_error_code.client_not_found": string;
|
|
62
65
|
"enum.api_error_code.contact_person_not_found": string;
|
|
63
66
|
"enum.api_error_code.contract_type_not_found": string;
|
|
67
|
+
"enum.api_error_code.customer_zone_email_verification_organization_mismatch": string;
|
|
68
|
+
"enum.api_error_code.customer_zone_email_verification_user_not_found": string;
|
|
64
69
|
"enum.api_error_code.customer_zone_individual_already_linked": string;
|
|
70
|
+
"enum.api_error_code.customer_zone_individual_user_grant_not_found": string;
|
|
71
|
+
"enum.api_error_code.customer_zone_invalid_email_verification_code": string;
|
|
72
|
+
"enum.api_error_code.customer_zone_tenant_domain_not_found": string;
|
|
65
73
|
"enum.api_error_code.coordinates_not_provided": string;
|
|
66
74
|
"enum.api_error_code.deal_creation_not_allowed": string;
|
|
67
75
|
"enum.api_error_code.deal_contact_person_not_found": string;
|
|
@@ -349,6 +357,9 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
349
357
|
"module.user.update.success_toast.description": string;
|
|
350
358
|
"module.user.update.success_toast.title": string;
|
|
351
359
|
"shared.cancel": string;
|
|
360
|
+
"shared.previous": string;
|
|
361
|
+
"shared.next": string;
|
|
362
|
+
"shared.add": string;
|
|
352
363
|
"shared.close": string;
|
|
353
364
|
"shared.copy_to_clipboard": string;
|
|
354
365
|
"shared.created_at": string;
|
|
@@ -424,6 +435,7 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
424
435
|
"wise_crm.contact.create_dialog.form.errors.at_least_one_contact_info": string;
|
|
425
436
|
"wise_crm.contact.create_dialog.form.fields.address": string;
|
|
426
437
|
"wise_crm.contact.create_dialog.form.fields.birthdate": string;
|
|
438
|
+
"wise_crm.contact.create_dialog.form.fields.cbe_search": string;
|
|
427
439
|
"wise_crm.contact.create_dialog.form.fields.contact_person": string;
|
|
428
440
|
"wise_crm.contact.create_dialog.form.fields.contact_type": string;
|
|
429
441
|
"wise_crm.contact.create_dialog.form.fields.create_new_label": string;
|
|
@@ -525,6 +537,23 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
525
537
|
"component.zod_error.message": string;
|
|
526
538
|
"wise_crm.info_dialog.business.information.billing_information.purchase_notes_different_switch": string;
|
|
527
539
|
"module.crm.info_dialog.individual.tabs.info.label": string;
|
|
540
|
+
"wise_crm.deal.form.fields.name": string;
|
|
541
|
+
"wise_crm.deal.form.fields.name_placeholder": string;
|
|
542
|
+
"wise_crm.deal.form.fields.language": string;
|
|
543
|
+
"wise_crm.deal.form.fields.language_placeholder": string;
|
|
544
|
+
"wise_crm.deal.form.fields.source": string;
|
|
545
|
+
"wise_crm.deal.form.fields.source_placeholder": string;
|
|
546
|
+
"wise_crm.enum.language.en": string;
|
|
547
|
+
"wise_crm.enum.language.fr": string;
|
|
548
|
+
"wise_crm.enum.language.nl": string;
|
|
549
|
+
"wise_crm.enum.source.mail": string;
|
|
550
|
+
"wise_crm.enum.source.website": string;
|
|
551
|
+
"wise_crm.enum.source.phone": string;
|
|
552
|
+
"wise_crm.enum.source.tender": string;
|
|
553
|
+
"wise_crm.deal.create.steps.select_business": string;
|
|
554
|
+
"wise_crm.deal.create.steps.extra_info": string;
|
|
555
|
+
"wise_crm.deal.create.title": string;
|
|
556
|
+
"wise_crm.deal.create.steps.create_lead": string;
|
|
528
557
|
};
|
|
529
558
|
"nl-BE": {
|
|
530
559
|
"enum.api_error_code.absence_overlaps_with_absence": string;
|
|
@@ -541,7 +570,12 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
541
570
|
"enum.api_error_code.client_not_found": string;
|
|
542
571
|
"enum.api_error_code.contact_person_not_found": string;
|
|
543
572
|
"enum.api_error_code.contract_type_not_found": string;
|
|
573
|
+
"enum.api_error_code.customer_zone_email_verification_organization_mismatch": string;
|
|
574
|
+
"enum.api_error_code.customer_zone_email_verification_user_not_found": string;
|
|
544
575
|
"enum.api_error_code.customer_zone_individual_already_linked": string;
|
|
576
|
+
"enum.api_error_code.customer_zone_individual_user_grant_not_found": string;
|
|
577
|
+
"enum.api_error_code.customer_zone_invalid_email_verification_code": string;
|
|
578
|
+
"enum.api_error_code.customer_zone_tenant_domain_not_found": string;
|
|
545
579
|
"enum.api_error_code.coordinates_not_provided": string;
|
|
546
580
|
"component.filters_dropdown_menu.clear_all_filters": string;
|
|
547
581
|
"component.filters_dropdown_menu.filter": string;
|
|
@@ -553,6 +587,7 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
553
587
|
"enum.api_error_code.deal_contact_person_not_found": string;
|
|
554
588
|
"enum.api_error_code.deal_not_found": string;
|
|
555
589
|
"enum.api_error_code.department_contact_person_not_found": string;
|
|
590
|
+
"enum.api_error_code.customer_zone_individual_grant_not_found": string;
|
|
556
591
|
"wise_crm.info_dialog.sidebar.overview.delete_contact_person_title": string;
|
|
557
592
|
"enum.api_error_code.department_not_found": string;
|
|
558
593
|
"enum.api_error_code.driver_availability_not_found": string;
|
|
@@ -627,6 +662,8 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
627
662
|
"component.command_menu.action.change_language_to_nl_be": string;
|
|
628
663
|
"component.command_menu.action.change_to_system_preference": string;
|
|
629
664
|
"component.command_menu.action.create_new_contact": string;
|
|
665
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access": string;
|
|
666
|
+
"wise_crm.info_dialog.sidebar.grant_customer_zone_access_success": string;
|
|
630
667
|
"component.command_menu.action.enable_dark_mode": string;
|
|
631
668
|
"component.select.search_input_placeholder": string;
|
|
632
669
|
"component.command_menu.action.enable_light_mode": string;
|
|
@@ -853,6 +890,9 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
853
890
|
"module.user.update.success_toast.message": string;
|
|
854
891
|
"module.user.update.success_toast.title": string;
|
|
855
892
|
"shared.cancel": string;
|
|
893
|
+
"shared.previous": string;
|
|
894
|
+
"shared.next": string;
|
|
895
|
+
"shared.add": string;
|
|
856
896
|
"shared.close": string;
|
|
857
897
|
"shared.copy_to_clipboard": string;
|
|
858
898
|
"shared.created_at": string;
|
|
@@ -928,6 +968,7 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
928
968
|
"wise_crm.contact.create_dialog.form.errors.at_least_one_contact_info": string;
|
|
929
969
|
"wise_crm.contact.create_dialog.form.fields.address": string;
|
|
930
970
|
"wise_crm.contact.create_dialog.form.fields.birthdate": string;
|
|
971
|
+
"wise_crm.contact.create_dialog.form.fields.cbe_search": string;
|
|
931
972
|
"wise_crm.contact.create_dialog.form.fields.contact_person": string;
|
|
932
973
|
"wise_crm.contact.create_dialog.form.fields.contact_type": string;
|
|
933
974
|
"wise_crm.contact.create_dialog.form.fields.create_new_label": string;
|
|
@@ -1029,6 +1070,23 @@ export declare const i18nPlugin: import("vue-i18n").I18n<{
|
|
|
1029
1070
|
"component.zod_error.message": string;
|
|
1030
1071
|
"wise_crm.info_dialog.business.information.billing_information.purchase_notes_different_switch": string;
|
|
1031
1072
|
"module.crm.info_dialog.individual.tabs.info.label": string;
|
|
1073
|
+
"wise_crm.deal.form.fields.name": string;
|
|
1074
|
+
"wise_crm.deal.form.fields.name_placeholder": string;
|
|
1075
|
+
"wise_crm.deal.form.fields.language": string;
|
|
1076
|
+
"wise_crm.deal.form.fields.language_placeholder": string;
|
|
1077
|
+
"wise_crm.deal.form.fields.source": string;
|
|
1078
|
+
"wise_crm.deal.form.fields.source_placeholder": string;
|
|
1079
|
+
"wise_crm.enum.language.en": string;
|
|
1080
|
+
"wise_crm.enum.language.fr": string;
|
|
1081
|
+
"wise_crm.enum.language.nl": string;
|
|
1082
|
+
"wise_crm.enum.source.mail": string;
|
|
1083
|
+
"wise_crm.enum.source.website": string;
|
|
1084
|
+
"wise_crm.enum.source.phone": string;
|
|
1085
|
+
"wise_crm.enum.source.tender": string;
|
|
1086
|
+
"wise_crm.deal.create.steps.select_business": string;
|
|
1087
|
+
"wise_crm.deal.create.steps.extra_info": string;
|
|
1088
|
+
"wise_crm.deal.create.title": string;
|
|
1089
|
+
"wise_crm.deal.create.steps.create_lead": string;
|
|
1032
1090
|
};
|
|
1033
1091
|
}, {}, {}, string, false>;
|
|
1034
1092
|
export {};
|