@wisemen/wise-crm-web 2.0.0-alpha.0 → 2.0.0-alpha.2
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/{BusinessDetailView-D8HooXJV.js → BusinessDetailView-GmdtU7Ea.js} +2 -2
- package/dist/{CrmDetailView.vue_vue_type_script_setup_true_lang-BkLvUQyy.js → CrmDetailView.vue_vue_type_script_setup_true_lang-BD-exgGM.js} +1 -1
- package/dist/{DealCommunicationTabView-D6zhIjxy.js → DealCommunicationTabView-Lw0wucjF.js} +1 -1
- package/dist/{DealDetailView-CgbWlPgR.js → DealDetailView-mlXwK6Tj.js} +2 -2
- package/dist/{IndividualDetailView-B9LzHUAR.js → IndividualDetailView-hLNV_V0D.js} +2 -2
- package/dist/{index-BCf_EIrG.js → index-CLaJi9-Z.js} +3328 -3272
- package/dist/index.d.ts +14 -0
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -922,6 +922,13 @@ export declare const wiseCrmLocales: {
|
|
|
922
922
|
"component.contact_tooltip.aria_label.email": string;
|
|
923
923
|
"component.contact_tooltip.aria_label.phone": string;
|
|
924
924
|
"component.contact_tooltip.aria_label.address": string;
|
|
925
|
+
"module.individual.table.name": string;
|
|
926
|
+
"module.individual.table.email": string;
|
|
927
|
+
"module.individual.table.mobile_phone": string;
|
|
928
|
+
"module.business.table.vat_number": string;
|
|
929
|
+
"module.business.table.name": string;
|
|
930
|
+
"module.business.table.email": string;
|
|
931
|
+
"module.business.table.mobile_phone": string;
|
|
925
932
|
};
|
|
926
933
|
'nl-BE': {
|
|
927
934
|
"enum.api_error_code.absence_overlaps_with_absence": string;
|
|
@@ -1548,6 +1555,13 @@ export declare const wiseCrmLocales: {
|
|
|
1548
1555
|
"component.contact_tooltip.aria_label.email": string;
|
|
1549
1556
|
"component.contact_tooltip.aria_label.phone": string;
|
|
1550
1557
|
"component.contact_tooltip.aria_label.address": string;
|
|
1558
|
+
"module.individual.table.name": string;
|
|
1559
|
+
"module.individual.table.email": string;
|
|
1560
|
+
"module.individual.table.mobile_phone": string;
|
|
1561
|
+
"module.business.table.vat_number": string;
|
|
1562
|
+
"module.business.table.name": string;
|
|
1563
|
+
"module.business.table.email": string;
|
|
1564
|
+
"module.business.table.mobile_phone": string;
|
|
1551
1565
|
};
|
|
1552
1566
|
};
|
|
1553
1567
|
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ac as i, ad as e, ae as r, af as C, ag as m, ah as n, ai as d, aj as W, ak as t, W as l, al as u, am as o, an as g, ao as v, ap as c, aq as B, ar as D, as as I, at as f, v as S, a1 as b, V as h, au as p, av as w, aw as T } from "./index-
|
|
1
|
+
import { ac as i, ad as e, ae as r, af as C, ag as m, ah as n, ai as d, aj as W, ak as t, W as l, al as u, am as o, an as g, ao as v, ap as c, aq as B, ar as D, as as I, at as f, v as S, a1 as b, V as h, au as p, av as w, aw as T } from "./index-CLaJi9-Z.js";
|
|
2
2
|
export {
|
|
3
3
|
i as CrmSearchTrigger,
|
|
4
4
|
e as WiseCrmBusinessBillingInformationCard,
|