@abyss-project/commons-front-core 1.0.52 → 1.0.54
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/components/UserAvatarList/index.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +10 -0
- package/dist/{index-BHAyuZ94.js → index-BYTjXnRy.js} +4419 -4376
- package/dist/index.js +23 -22
- package/dist/translations/en.d.ts +5 -0
- package/dist/translations/fr.d.ts +5 -0
- package/dist/{web-CmIf9Yyd.js → web-BDveoc1g.js} +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as UserAvatarList } from './UserAvatarList.component';
|
|
@@ -231,6 +231,7 @@ export declare const translations: {
|
|
|
231
231
|
create: string;
|
|
232
232
|
loading: string;
|
|
233
233
|
new: string;
|
|
234
|
+
'download-file-completed': string;
|
|
234
235
|
};
|
|
235
236
|
'file-importation': {
|
|
236
237
|
'cloud-usage-metrics': {
|
|
@@ -444,6 +445,10 @@ export declare const translations: {
|
|
|
444
445
|
};
|
|
445
446
|
};
|
|
446
447
|
inputs: {
|
|
448
|
+
date: {
|
|
449
|
+
start: string;
|
|
450
|
+
end: string;
|
|
451
|
+
};
|
|
447
452
|
'period-picker': {
|
|
448
453
|
labels: {
|
|
449
454
|
'start-date': {
|
|
@@ -744,6 +749,7 @@ export declare const translations: {
|
|
|
744
749
|
create: string;
|
|
745
750
|
loading: string;
|
|
746
751
|
new: string;
|
|
752
|
+
'download-file-completed': string;
|
|
747
753
|
};
|
|
748
754
|
'file-importation': {
|
|
749
755
|
'cloud-usage-metrics': {
|
|
@@ -957,6 +963,10 @@ export declare const translations: {
|
|
|
957
963
|
};
|
|
958
964
|
};
|
|
959
965
|
inputs: {
|
|
966
|
+
date: {
|
|
967
|
+
start: string;
|
|
968
|
+
end: string;
|
|
969
|
+
};
|
|
960
970
|
'period-picker': {
|
|
961
971
|
labels: {
|
|
962
972
|
'start-date': {
|