@abyss-project/commons-front-core 1.0.27 → 1.0.28

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as o, a as e, b as r, ac as t, ad as i, ae as A, y as d, af as l, z as C, G as n, B as y, ag as L, m as u, ah as I, ai as S, aj as g, A as b, R as p, _ as D, V as T, O as m, C as _, j as R, ak as O, s as F, u as P, t as c, q as h, K as E, N as B, D as M, ab as N, l as U, E as f, X as v, F as x, v as H, g as W, T as k, I as X, n as w, o as G, h as j, x as Z, J as V, L as K, a9 as Q, a7 as q, a8 as z, M as J, H as Y, aa as $, r as aa, k as sa, P as oa, d as ea, Q as ra, Y as ta, S as ia, $ as Aa, Z as da, U as la, p as Ca, i as na, w as ya, e as La, f as ua, a0 as Ia, an as Sa, a2 as ga, ao as ba, a5 as pa, a3 as Da, a1 as Ta, a4 as ma, al as _a, am as Ra, a6 as Oa } from "./index-DDlfcbVB.js";
1
+ import { c as o, a as e, b as r, ac as t, ad as i, ae as A, y as d, af as l, z as C, G as n, B as y, ag as L, m as u, ah as I, ai as S, aj as g, A as b, R as p, _ as D, V as T, O as m, C as _, j as R, ak as O, s as F, u as P, t as c, q as h, K as E, N as B, D as M, ab as N, l as U, E as f, X as v, F as x, v as H, g as W, T as k, I as X, n as w, o as G, h as j, x as Z, J as V, L as K, a9 as Q, a7 as q, a8 as z, M as J, H as Y, aa as $, r as aa, k as sa, P as oa, d as ea, Q as ra, Y as ta, S as ia, $ as Aa, Z as da, U as la, p as Ca, i as na, w as ya, e as La, f as ua, a0 as Ia, an as Sa, a2 as ga, ao as ba, a5 as pa, a3 as Da, a1 as Ta, a4 as ma, al as _a, am as Ra, a6 as Oa } from "./index-DaDf5sKA.js";
2
2
  export {
3
3
  o as AVATAR_BASE_SX,
4
4
  e as AVATAR_BASE_WIDTH,
@@ -14,6 +14,15 @@ declare const _default: {
14
14
  'filter-title': string;
15
15
  share: string;
16
16
  'copy-share-link': string;
17
+ 'load-more': string;
18
+ 'empty-table': string;
19
+ 'empty-graph': string;
20
+ back: string;
21
+ next: string;
22
+ save: string;
23
+ create: string;
24
+ loading: string;
25
+ new: string;
17
26
  };
18
27
  'file-importation': {
19
28
  'cloud-usage-metrics': {
@@ -77,11 +86,24 @@ declare const _default: {
77
86
  };
78
87
  };
79
88
  project: {
89
+ 'not-published': string;
80
90
  status: {
81
91
  ACTIVE: string;
82
92
  INACTIVE: string;
83
93
  ARCHIVED: string;
84
94
  };
95
+ link: {
96
+ none: {
97
+ label: string;
98
+ };
99
+ project: {
100
+ label: string;
101
+ };
102
+ 'select-project': string;
103
+ 'select-application': string;
104
+ 'no-selected': string;
105
+ 'no-selected-application': string;
106
+ };
85
107
  };
86
108
  inputs: {
87
109
  'period-picker': {
@@ -106,6 +128,7 @@ declare const _default: {
106
128
  confirm: string;
107
129
  save: string;
108
130
  cancel: string;
131
+ create: string;
109
132
  'confirm-modal': {
110
133
  title: string;
111
134
  };
@@ -14,6 +14,15 @@ declare const _default: {
14
14
  'filter-title': string;
15
15
  share: string;
16
16
  'copy-share-link': string;
17
+ 'load-more': string;
18
+ 'empty-table': string;
19
+ 'empty-graph': string;
20
+ back: string;
21
+ next: string;
22
+ save: string;
23
+ create: string;
24
+ loading: string;
25
+ new: string;
17
26
  };
18
27
  'file-importation': {
19
28
  'cloud-usage-metrics': {
@@ -77,11 +86,24 @@ declare const _default: {
77
86
  };
78
87
  };
79
88
  project: {
89
+ 'not-published': string;
80
90
  status: {
81
91
  ACTIVE: string;
82
92
  INACTIVE: string;
83
93
  ARCHIVED: string;
84
94
  };
95
+ link: {
96
+ none: {
97
+ label: string;
98
+ };
99
+ project: {
100
+ label: string;
101
+ };
102
+ 'select-project': string;
103
+ 'select-application': string;
104
+ 'no-selected': string;
105
+ 'no-selected-application': string;
106
+ };
85
107
  };
86
108
  inputs: {
87
109
  'period-picker': {
@@ -105,6 +127,7 @@ declare const _default: {
105
127
  modal: {
106
128
  confirm: string;
107
129
  save: string;
130
+ create: string;
108
131
  cancel: string;
109
132
  'confirm-modal': {
110
133
  title: string;
@@ -0,0 +1,3 @@
1
+ import { ABYSS_LINK } from '../components/Spotlight';
2
+ import { ExistingTranslationKey } from '../hooks/use-rich-intl.hook';
3
+ export declare const getAbyssLinkWording: (link: ABYSS_LINK) => ExistingTranslationKey;
@@ -1,4 +1,4 @@
1
- import { W as a } from "./index-DDlfcbVB.js";
1
+ import { W as a } from "./index-DaDf5sKA.js";
2
2
  class n extends a {
3
3
  async canShare() {
4
4
  return typeof navigator > "u" || !navigator.share ? { value: !1 } : { value: !0 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/commons-front-core",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Front Core package of AbyssProject",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -50,6 +50,7 @@
50
50
  "@capacitor/clipboard": "^7.0.1",
51
51
  "@capacitor/core": "^7.4.0",
52
52
  "@capacitor/share": "^7.0.1",
53
+ "animate.css": "^4.1.1",
53
54
  "axios": "^1.2.2",
54
55
  "axios-retry": "^3.5.0",
55
56
  "byte-size": "^8.1.0",
@@ -58,6 +59,7 @@
58
59
  "formik": "^2.4.6",
59
60
  "lodash": "^4.17.21",
60
61
  "qrcode": "^1.5.3",
62
+ "react-animate-on-scroll": "^2.1.9",
61
63
  "react-dropzone": "^14.3.8",
62
64
  "react-router-dom": "^6.15.0",
63
65
  "react-toastify": "^8.0.2",
@@ -73,6 +75,7 @@
73
75
  "@types/node": "^20.11.0",
74
76
  "@types/qrcode": "^1.5.5",
75
77
  "@types/react": "^17.0.33",
78
+ "@types/react-animate-on-scroll": "^2.1.8",
76
79
  "@types/react-dom": "^17.0.10",
77
80
  "@types/uuid": "^9.0.0",
78
81
  "@typescript-eslint/eslint-plugin": "6.21.0",
package/tsconfig.json CHANGED
@@ -18,6 +18,7 @@
18
18
  "baseUrl": ".",
19
19
  "outDir": "dist",
20
20
  "paths": {
21
+ "@components-spotlight/*": ["src/components/Spotlight"],
21
22
  "@components-avatars/*": ["src/components/Avatars"],
22
23
  "@components-chips/*": ["src/components/Chips"],
23
24
  "@components-utils/*": ["src/components/Utils"],
package/vite.config.ts CHANGED
@@ -10,6 +10,7 @@ export default defineConfig({
10
10
  ],
11
11
  resolve: {
12
12
  alias: {
13
+ "@components-spotlight/*": path.resolve(__dirname, './src/components/Spotlight'),
13
14
  "@components-avatars/*": path.resolve(__dirname, './src/components/Avatars'),
14
15
  "@components-chips/*": path.resolve(__dirname, './src/components/Chips'),
15
16
  "@components-utils/*": path.resolve(__dirname, './src/components/Utils'),