@abyss-project/commons-front-core 1.0.143 → 1.0.146
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/{CookieConsentSettings.component-DIIK_rRd.js → CookieConsentSettings.component-OElkXdNK.js} +182 -100
- package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +1 -0
- package/dist/components/Inputs/AbyssScopeSwitcher/scope-option.spec.d.ts +1 -0
- package/dist/components/Inputs/ContextSelector/ContextSelector.component.d.ts +43 -0
- package/dist/components/Inputs/ContextSelector/index.d.ts +2 -0
- package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +2 -0
- package/dist/components/Inputs/DatePeriodPicker/date-period-picker.logic.d.ts +16 -0
- package/dist/components/Inputs/DatePeriodPicker/date-period-picker.logic.spec.d.ts +1 -0
- package/dist/components/Inputs/LanguageFlagLabel/LanguageFlagLabel.component.d.ts +9 -0
- package/dist/components/Inputs/LanguageFlagLabel/index.d.ts +2 -0
- package/dist/components/Inputs/LanguageFlagLabel/language-flags.d.ts +2 -0
- package/dist/components/Inputs/index.d.ts +2 -0
- package/dist/components/Layouts/AbyssFamilyBanner/AbyssFamilyBanner.component.d.ts +24 -0
- package/dist/components/Layouts/AbyssFamilyBanner/AbyssFamilyBanner.logic.spec.d.ts +1 -0
- package/dist/components/Layouts/AbyssFamilyBanner/index.d.ts +2 -0
- package/dist/components/Layouts/index.d.ts +1 -0
- package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +1 -0
- package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +8 -0
- package/dist/components/Modals/UserSettingsModal/user-settings-modal.family.spec.d.ts +1 -0
- package/dist/components/QuotaReached/billing-quota-error.spec.d.ts +1 -0
- package/dist/components/Utils/AbyssFamilyMenuSection/AbyssFamilyMenuSection.d.ts +6 -0
- package/dist/components/Utils/AbyssFamilyMenuSection/AbyssFamilyMenuSection.spec.d.ts +1 -0
- package/dist/components/Utils/AbyssFamilyMenuSection/index.d.ts +1 -0
- package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +7 -1
- package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +1 -1
- package/dist/components/Utils/index.d.ts +1 -0
- package/dist/cookie-consent.js +1 -1
- package/dist/hooks/use-public-users.hook.d.ts +1 -0
- package/dist/hooks/use-public-users.hook.spec.d.ts +1 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +80 -0
- package/dist/{index-Dbd_xKL4.js → index-0DKoS1Ho.js} +2 -2
- package/dist/{index-HKLND03d.js → index-BStJ2eR5.js} +2 -2
- package/dist/{index-0qb6YhgV.js → index-C-0bb3BS.js} +2 -2
- package/dist/{index-BpPAOM8y.js → index-C4iVvX_c.js} +1 -1
- package/dist/{index-D5bHj5Xy.js → index-CCaYRiXR.js} +2 -2
- package/dist/{index-ClzOO_BD.js → index-CTzGCHT1.js} +4 -4
- package/dist/{index-DgtjymrE.js → index-CWQyokns.js} +26568 -25493
- package/dist/{index-DZIEFA9C.js → index-C_VHuOIZ.js} +2 -2
- package/dist/{index-CMWMj2q-.js → index-CeZ2OKqT.js} +2 -2
- package/dist/{index-CrKObS9o.js → index-D-Z-Yepf.js} +2 -2
- package/dist/{index-Cbmdxst-.js → index-D-prSy8i.js} +3 -3
- package/dist/{index-1u1el1f5.js → index-DAG2YmhY.js} +2 -2
- package/dist/{index-CadocGiW.js → index-DMJCOIN6.js} +2 -2
- package/dist/{index-D7xEmIDx.js → index-DP9EENt-.js} +2 -2
- package/dist/{index-CYTUtJ1a.js → index-DPJn-INz.js} +2 -2
- package/dist/{index-BlAxx0qM.js → index-DedcVRIy.js} +4 -4
- package/dist/{index-CgrJ7FhF.js → index-HPIAkAU-.js} +2 -2
- package/dist/{index-eTVkFOlH.js → index-JqXrUnnS.js} +4 -4
- package/dist/{index-VTLXfj7y.js → index-VzGJqZUr.js} +3 -3
- package/dist/{index-ld9SEAyd.js → index-aJDianQ2.js} +3 -3
- package/dist/{index-rTu81tl5.js → index-paxe4Y8a.js} +2 -2
- package/dist/{index-DRhJX2fG.js → index-pojd1-xt.js} +3 -3
- package/dist/index.js +215 -208
- package/dist/translations/en.d.ts +40 -0
- package/dist/translations/family-i18n.spec.d.ts +1 -0
- package/dist/translations/fr.d.ts +40 -0
- package/package.json +3 -3
|
@@ -258,6 +258,7 @@ declare const _default: {
|
|
|
258
258
|
settings: string;
|
|
259
259
|
billing: string;
|
|
260
260
|
logout: string;
|
|
261
|
+
family: string;
|
|
261
262
|
};
|
|
262
263
|
scope: {
|
|
263
264
|
personal: string;
|
|
@@ -270,6 +271,12 @@ declare const _default: {
|
|
|
270
271
|
decline: string;
|
|
271
272
|
};
|
|
272
273
|
};
|
|
274
|
+
'context-selector': {
|
|
275
|
+
personal: string;
|
|
276
|
+
organization: string;
|
|
277
|
+
projects: string;
|
|
278
|
+
'org-entry': string;
|
|
279
|
+
};
|
|
273
280
|
general: {
|
|
274
281
|
error: string;
|
|
275
282
|
retry: string;
|
|
@@ -316,6 +323,22 @@ declare const _default: {
|
|
|
316
323
|
'theme-light': string;
|
|
317
324
|
'theme-dark': string;
|
|
318
325
|
};
|
|
326
|
+
table: {
|
|
327
|
+
'rows-per-page': string;
|
|
328
|
+
'displayed-rows': string;
|
|
329
|
+
'displayed-rows-empty': string;
|
|
330
|
+
'rows-count': string;
|
|
331
|
+
'page-of': string;
|
|
332
|
+
search: string;
|
|
333
|
+
empty: string;
|
|
334
|
+
'show-filters': string;
|
|
335
|
+
'hide-filters': string;
|
|
336
|
+
'clear-filters': string;
|
|
337
|
+
'first-page': string;
|
|
338
|
+
'previous-page': string;
|
|
339
|
+
'next-page': string;
|
|
340
|
+
'last-page': string;
|
|
341
|
+
};
|
|
319
342
|
'file-importation': {
|
|
320
343
|
'cloud-usage-metrics': {
|
|
321
344
|
title: string;
|
|
@@ -1013,5 +1036,22 @@ declare const _default: {
|
|
|
1013
1036
|
ABYSS_TOOLS: string;
|
|
1014
1037
|
};
|
|
1015
1038
|
};
|
|
1039
|
+
family: {
|
|
1040
|
+
banner: {
|
|
1041
|
+
'no-family': string;
|
|
1042
|
+
'no-family-cta': string;
|
|
1043
|
+
pending: string;
|
|
1044
|
+
active: string;
|
|
1045
|
+
manage: string;
|
|
1046
|
+
'owner-badge': string;
|
|
1047
|
+
'coming-soon': string;
|
|
1048
|
+
settings: {
|
|
1049
|
+
'no-family-description': string;
|
|
1050
|
+
'pending-description': string;
|
|
1051
|
+
'active-description': string;
|
|
1052
|
+
'owner-description': string;
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
1055
|
+
};
|
|
1016
1056
|
};
|
|
1017
1057
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -258,6 +258,7 @@ declare const _default: {
|
|
|
258
258
|
settings: string;
|
|
259
259
|
billing: string;
|
|
260
260
|
logout: string;
|
|
261
|
+
family: string;
|
|
261
262
|
};
|
|
262
263
|
scope: {
|
|
263
264
|
personal: string;
|
|
@@ -270,6 +271,12 @@ declare const _default: {
|
|
|
270
271
|
decline: string;
|
|
271
272
|
};
|
|
272
273
|
};
|
|
274
|
+
'context-selector': {
|
|
275
|
+
personal: string;
|
|
276
|
+
organization: string;
|
|
277
|
+
projects: string;
|
|
278
|
+
'org-entry': string;
|
|
279
|
+
};
|
|
273
280
|
general: {
|
|
274
281
|
error: string;
|
|
275
282
|
retry: string;
|
|
@@ -316,6 +323,22 @@ declare const _default: {
|
|
|
316
323
|
'theme-light': string;
|
|
317
324
|
'theme-dark': string;
|
|
318
325
|
};
|
|
326
|
+
table: {
|
|
327
|
+
'rows-per-page': string;
|
|
328
|
+
'displayed-rows': string;
|
|
329
|
+
'displayed-rows-empty': string;
|
|
330
|
+
'rows-count': string;
|
|
331
|
+
'page-of': string;
|
|
332
|
+
search: string;
|
|
333
|
+
empty: string;
|
|
334
|
+
'show-filters': string;
|
|
335
|
+
'hide-filters': string;
|
|
336
|
+
'clear-filters': string;
|
|
337
|
+
'first-page': string;
|
|
338
|
+
'previous-page': string;
|
|
339
|
+
'next-page': string;
|
|
340
|
+
'last-page': string;
|
|
341
|
+
};
|
|
319
342
|
'file-importation': {
|
|
320
343
|
'cloud-usage-metrics': {
|
|
321
344
|
title: string;
|
|
@@ -822,6 +845,23 @@ declare const _default: {
|
|
|
822
845
|
'open-button-tooltip': string;
|
|
823
846
|
};
|
|
824
847
|
};
|
|
848
|
+
family: {
|
|
849
|
+
banner: {
|
|
850
|
+
'no-family': string;
|
|
851
|
+
'no-family-cta': string;
|
|
852
|
+
pending: string;
|
|
853
|
+
active: string;
|
|
854
|
+
manage: string;
|
|
855
|
+
'owner-badge': string;
|
|
856
|
+
'coming-soon': string;
|
|
857
|
+
settings: {
|
|
858
|
+
'no-family-description': string;
|
|
859
|
+
'pending-description': string;
|
|
860
|
+
'active-description': string;
|
|
861
|
+
'owner-description': string;
|
|
862
|
+
};
|
|
863
|
+
};
|
|
864
|
+
};
|
|
825
865
|
support: {
|
|
826
866
|
status: {
|
|
827
867
|
OPEN: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abyss-project/commons-front-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.146",
|
|
4
4
|
"description": "Front Core package of AbyssProject",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"react-intl": "^6.2.5",
|
|
55
55
|
"react-router-dom": "^6.15.0",
|
|
56
56
|
"zustand": "^5.0.0",
|
|
57
|
-
"@abyss-project/main": "1.0.
|
|
57
|
+
"@abyss-project/main": "1.0.128"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@abyss-project/banking": "^1.1.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"pdf-lib": "^1.17.1",
|
|
97
97
|
"pdfjs-dist": "^4.10.38",
|
|
98
98
|
"yup": "^0.32.11",
|
|
99
|
-
"@abyss-project/main": "1.0.
|
|
99
|
+
"@abyss-project/main": "1.0.128"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@types/byte-size": "^8.1.0",
|