@abyss-project/commons-front-core 2.0.3 → 2.0.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/{CookieConsentSettings.component-Dqbo9N8Y.js → CookieConsentSettings.component-DVCoCodG.js} +0 -4
- package/dist/assets/logo/index.d.ts +1 -0
- package/dist/components/Support/types.d.ts +6 -0
- package/dist/cookie-consent.js +1 -1
- package/dist/hooks/use-rich-intl.hook.d.ts +0 -2
- package/dist/{index-B-P1QKAg.js → index-1zDS0iEh.js} +4 -4
- package/dist/{index-D5jjOWER.js → index-3YimkuCN.js} +3 -3
- package/dist/{index-COi2yBLA.js → index-5k64joRw.js} +2 -2
- package/dist/{index-BC5xQAJy.js → index-65A77dq7.js} +1 -1
- package/dist/{index-bMyvNflH.js → index-B9whHwJH.js} +2 -2
- package/dist/{index-DllsRoZP.js → index-BEHOwNBI.js} +2 -2
- package/dist/{index-C9XRl1Nh.js → index-BHN85JYH.js} +2 -2
- package/dist/{index-B-2z6q2v.js → index-BdPBT9wT.js} +4 -4
- package/dist/{index-BTux9SSr.js → index-C73ogXrJ.js} +10335 -9842
- package/dist/{index-BXrCl6C3.js → index-CUPsXzwL.js} +3 -3
- package/dist/{index-CLF9NQ8C.js → index-Cb8bNozc.js} +2 -2
- package/dist/{index-DLWOblEi.js → index-CnObY2fJ.js} +3 -3
- package/dist/{index-jqv2cexL.js → index-D1Ff3bz9.js} +2 -2
- package/dist/{index-DWPB-CUq.js → index-DOkPKk_l.js} +2 -2
- package/dist/{index-CloGjvJj.js → index-DOlx6Vms.js} +3 -3
- package/dist/{index-BpWXdbgQ.js → index-DTvT-pSd.js} +2 -2
- package/dist/{index-BlzWN-fF.js → index-DdQmheMd.js} +2 -2
- package/dist/{index-DQyEpcqz.js → index-Do3-0Q46.js} +2 -2
- package/dist/{index-Baf7tyzz.js → index-irVSvSqH.js} +4 -4
- package/dist/{index-C9IJ7P0m.js → index-jvUBv7pK.js} +2 -2
- package/dist/{index-BIAHQxD_.js → index-mfuPigV5.js} +2 -2
- package/dist/{index-BCFBtzjV.js → index-sizp2HZr.js} +2 -2
- package/dist/index.js +196 -195
- package/dist/translations/en.d.ts +0 -2
- package/dist/translations/fr.d.ts +0 -2
- package/package.json +1 -1
|
@@ -452,7 +452,6 @@ const q = {
|
|
|
452
452
|
FORM_DOCUMENTS_STORAGE_GB: "Stockage pièces jointes",
|
|
453
453
|
TOOLS_DRAW_COUNT: "Draws",
|
|
454
454
|
TOOLS_BOARD_COUNT: "Boards",
|
|
455
|
-
TOOLS_MEMO_COUNT: "Memos",
|
|
456
455
|
TOOLS_ATLAS_COUNT: "Atlases",
|
|
457
456
|
TOOLS_RETROSPECTIVE_COUNT: "Rétrospectives",
|
|
458
457
|
TOOLS_SHORT_LINK_COUNT: "Liens courts",
|
|
@@ -946,7 +945,6 @@ const q = {
|
|
|
946
945
|
label: {
|
|
947
946
|
draw: "un draw",
|
|
948
947
|
board: "un board",
|
|
949
|
-
memo: "un memo",
|
|
950
948
|
atlas: "un atlas",
|
|
951
949
|
retrospective: "une rétro",
|
|
952
950
|
"short-link": "un short link",
|
|
@@ -1593,7 +1591,6 @@ const q = {
|
|
|
1593
1591
|
FORM_DOCUMENTS_STORAGE_GB: "Attachment storage",
|
|
1594
1592
|
TOOLS_DRAW_COUNT: "Draws",
|
|
1595
1593
|
TOOLS_BOARD_COUNT: "Boards",
|
|
1596
|
-
TOOLS_MEMO_COUNT: "Memos",
|
|
1597
1594
|
TOOLS_ATLAS_COUNT: "Atlases",
|
|
1598
1595
|
TOOLS_RETROSPECTIVE_COUNT: "Retrospectives",
|
|
1599
1596
|
TOOLS_SHORT_LINK_COUNT: "Short links",
|
|
@@ -2087,7 +2084,6 @@ const q = {
|
|
|
2087
2084
|
label: {
|
|
2088
2085
|
draw: "a draw",
|
|
2089
2086
|
board: "a board",
|
|
2090
|
-
memo: "a memo",
|
|
2091
2087
|
atlas: "an atlas",
|
|
2092
2088
|
retrospective: "a retro",
|
|
2093
2089
|
"short-link": "a short link",
|
|
@@ -15,3 +15,4 @@ export { default as AbyssTrainingLogo } from './AbyssTraining.svg';
|
|
|
15
15
|
export { default as AbyssHealthLogo } from './AbyssHealth.svg';
|
|
16
16
|
export { default as AbyssConsoleLogo } from './AbyssConsole.svg';
|
|
17
17
|
export { default as AbyssToolsLogo } from './AbyssTools.svg';
|
|
18
|
+
export { default as AbyssProbeLogo } from './AbyssProbe.svg';
|
|
@@ -122,6 +122,7 @@ export interface SupportMessageThreadProps {
|
|
|
122
122
|
getProfilePictureUrl?: (userId: string) => string;
|
|
123
123
|
getFileThumbnailUrl?: (id: string) => string;
|
|
124
124
|
ticket?: ISupportTicket;
|
|
125
|
+
renderScanStatusBadge?: (attachment: ISupportTicketAttachment) => ReactNode;
|
|
125
126
|
}
|
|
126
127
|
export interface SupportMessageInputProps extends SupportCloudImportProps {
|
|
127
128
|
onSendMessage: (content: string) => void;
|
|
@@ -144,6 +145,7 @@ export interface SupportAttachmentsPanelProps extends SupportCloudImportProps {
|
|
|
144
145
|
onDownload?: (attachment: ISupportTicketAttachment) => void;
|
|
145
146
|
isUploading?: boolean;
|
|
146
147
|
maxAttachments?: number;
|
|
148
|
+
renderScanStatusBadge?: (attachment: ISupportTicketAttachment) => ReactNode;
|
|
147
149
|
}
|
|
148
150
|
export interface SupportActivityLogProps {
|
|
149
151
|
activities: ISupportTicketActivity[];
|
|
@@ -172,6 +174,7 @@ export interface SupportSidebarProps extends SupportCloudImportProps {
|
|
|
172
174
|
attachments?: ISupportTicketAttachment[];
|
|
173
175
|
onUploadAttachment?: (file: File) => void;
|
|
174
176
|
onDeleteAttachment?: (attachmentId: string) => void;
|
|
177
|
+
onDownloadAttachment?: (attachment: ISupportTicketAttachment) => void;
|
|
175
178
|
isUploadingAttachment?: boolean;
|
|
176
179
|
publicUsers?: Record<string, {
|
|
177
180
|
alias?: string | null;
|
|
@@ -193,6 +196,7 @@ export interface SupportSidebarProps extends SupportCloudImportProps {
|
|
|
193
196
|
name: string;
|
|
194
197
|
} | null;
|
|
195
198
|
onViewContext?: (contextType: string, contextId: string) => void;
|
|
199
|
+
renderScanStatusBadge?: (attachment: ISupportTicketAttachment) => ReactNode;
|
|
196
200
|
}
|
|
197
201
|
export interface SupportTicketDetailProps extends SupportCloudImportProps {
|
|
198
202
|
ticket: ISupportTicket;
|
|
@@ -215,6 +219,7 @@ export interface SupportTicketDetailProps extends SupportCloudImportProps {
|
|
|
215
219
|
attachments?: ISupportTicketAttachment[];
|
|
216
220
|
onUploadAttachment?: (file: File) => void;
|
|
217
221
|
onDeleteAttachment?: (attachmentId: string) => void;
|
|
222
|
+
onDownloadAttachment?: (attachment: ISupportTicketAttachment) => void;
|
|
218
223
|
isUploadingAttachment?: boolean;
|
|
219
224
|
publicUsers?: Record<string, {
|
|
220
225
|
alias?: string | null;
|
|
@@ -237,6 +242,7 @@ export interface SupportTicketDetailProps extends SupportCloudImportProps {
|
|
|
237
242
|
} | null;
|
|
238
243
|
onUploadMessageAttachment?: (file: File) => void;
|
|
239
244
|
onViewContext?: (contextType: string, contextId: string) => void;
|
|
245
|
+
renderScanStatusBadge?: (attachment: ISupportTicketAttachment) => ReactNode;
|
|
240
246
|
}
|
|
241
247
|
export interface SupportStatusBadgeProps {
|
|
242
248
|
status: SupportTicketStatus;
|
package/dist/cookie-consent.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, c as a, C as n, a as i, R as C, V as t, d as r, f as k, r as c, e as A, u as l, b, w as d } from "./CookieConsentSettings.component-
|
|
1
|
+
import { A as s, c as a, C as n, a as i, R as C, V as t, d as r, f as k, r as c, e as A, u as l, b, w as d } from "./CookieConsentSettings.component-DVCoCodG.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AbyssCookieConsentProvider,
|
|
4
4
|
a as COOKIE_NAME,
|
|
@@ -263,7 +263,6 @@ export declare const translations: {
|
|
|
263
263
|
FORM_DOCUMENTS_STORAGE_GB: string;
|
|
264
264
|
TOOLS_DRAW_COUNT: string;
|
|
265
265
|
TOOLS_BOARD_COUNT: string;
|
|
266
|
-
TOOLS_MEMO_COUNT: string;
|
|
267
266
|
TOOLS_ATLAS_COUNT: string;
|
|
268
267
|
TOOLS_RETROSPECTIVE_COUNT: string;
|
|
269
268
|
TOOLS_SHORT_LINK_COUNT: string;
|
|
@@ -757,7 +756,6 @@ export declare const translations: {
|
|
|
757
756
|
label: {
|
|
758
757
|
draw: string;
|
|
759
758
|
board: string;
|
|
760
|
-
memo: string;
|
|
761
759
|
atlas: string;
|
|
762
760
|
retrospective: string;
|
|
763
761
|
'short-link': string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { L as be, E as $, C as Pe } from "./index-
|
|
2
|
-
import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K, h as ve, i as Xe, f as ke, H as $e } from "./index-
|
|
3
|
-
import { cssLanguage as J, css as _e } from "./index-
|
|
4
|
-
import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-
|
|
1
|
+
import { L as be, E as $, C as Pe } from "./index-65A77dq7.js";
|
|
2
|
+
import { p as xe, s as Te, t as h, E as Ve, a as we, L as ye, e as K, h as ve, i as Xe, f as ke, H as $e } from "./index-C73ogXrJ.js";
|
|
3
|
+
import { cssLanguage as J, css as _e } from "./index-sizp2HZr.js";
|
|
4
|
+
import { typescriptLanguage as qe, jsxLanguage as Ce, tsxLanguage as Qe, javascriptLanguage as R, javascript as Ae } from "./index-D1Ff3bz9.js";
|
|
5
5
|
const Ye = 54, Me = 1, Re = 55, Ee = 2, Ze = 56, Be = 3, z = 4, ze = 5, X = 6, ee = 7, te = 8, ae = 9, le = 10, We = 11, De = 12, Ne = 13, _ = 57, Ge = 14, W = 58, re = 20, Ie = 22, ne = 23, je = 24, Y = 26, se = 27, Ue = 28, Le = 31, Fe = 34, He = 36, Ke = 37, Je = 0, et = 1, tt = {
|
|
6
6
|
area: !0,
|
|
7
7
|
base: !0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E as d, L as y, h as b, a as _, p as g, e as u, s as S, i as T, f as k, j as W, t } from "./index-
|
|
2
|
-
import { html as j } from "./index-
|
|
3
|
-
import { L as X, E as p } from "./index-
|
|
1
|
+
import { E as d, L as y, h as b, a as _, p as g, e as u, s as S, i as T, f as k, j as W, t } from "./index-C73ogXrJ.js";
|
|
2
|
+
import { html as j } from "./index-1zDS0iEh.js";
|
|
3
|
+
import { L as X, E as p } from "./index-65A77dq7.js";
|
|
4
4
|
const Y = 1, U = 2, G = 3, R = 179, z = 4, v = 180, x = 5, Z = 181, V = 6;
|
|
5
5
|
function E(O) {
|
|
6
6
|
return O >= 65 && O <= 90 || O >= 97 && O <= 122;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as o, E as a } from "./index-
|
|
2
|
-
import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r, g as V } from "./index-
|
|
1
|
+
import { L as o, E as a } from "./index-65A77dq7.js";
|
|
2
|
+
import { s as Z, t as Q, a as _, L as q, i as l, f as w, c as r, g as V } from "./index-C73ogXrJ.js";
|
|
3
3
|
const g = 1, R = 2, b = 3, y = 4, T = 5, s = 98, c = 101, v = 102, t = 114, p = 69, X = 48, W = 46, d = 43, f = 45, Y = 35, z = 34, x = 124, U = 60, h = 62;
|
|
4
4
|
function n(O) {
|
|
5
5
|
return O >= 48 && O <= 57;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as te, a as re, i as ae, f as ne, s as ie, c as se, t as i, b as oe, d as le, e as ce } from "./index-
|
|
2
|
-
import { L as de, E as me } from "./index-
|
|
1
|
+
import { L as te, a as re, i as ae, f as ne, s as ie, c as se, t as i, b as oe, d as le, e as ce } from "./index-C73ogXrJ.js";
|
|
2
|
+
import { L as de, E as me } from "./index-65A77dq7.js";
|
|
3
3
|
const ue = 36, B = 1, pe = 2, y = 3, C = 4, fe = 5, _e = 6, ge = 7, he = 8, ye = 9, be = 10, ve = 11, ke = 12, xe = 13, Oe = 14, we = 15, Qe = 16, Ce = 17, X = 18, Se = 19, A = 20, E = 21, I = 22, qe = 23, Pe = 24;
|
|
4
4
|
function q(t) {
|
|
5
5
|
return t >= 65 && t <= 90 || t >= 97 && t <= 122 || t >= 48 && t <= 57;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as o, E as t } from "./index-
|
|
2
|
-
import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-
|
|
1
|
+
import { L as o, E as t } from "./index-65A77dq7.js";
|
|
2
|
+
import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-C73ogXrJ.js";
|
|
3
3
|
const r = 1, q = 2, u = 3, n = 82, Z = 76, V = 117, T = 85, z = 97, w = 122, m = 65, b = 90, y = 95, i = 48, Y = 34, v = 40, P = 41, _ = 32, U = 62, p = new t((O) => {
|
|
4
4
|
if (O.next == Z || O.next == T ? O.advance() : O.next == V && (O.advance(), O.next == i + 8 && O.advance()), O.next != n || (O.advance(), O.next != Y)) return;
|
|
5
5
|
O.advance();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as nt, k as j, l as v, q as st, N as Ae, s as Be, p as it, t as c, T as E, r as ot, L as le, u as at, v as lt, w as ht, x as ft, e as _, h as P, y as T, z as ut, f as Ie, i as dt, A as pt, C as ct, B as mt, F as he, G as gt } from "./index-
|
|
2
|
-
import { html as kt, htmlCompletionSource as Lt } from "./index-
|
|
1
|
+
import { P as nt, k as j, l as v, q as st, N as Ae, s as Be, p as it, t as c, T as E, r as ot, L as le, u as at, v as lt, w as ht, x as ft, e as _, h as P, y as T, z as ut, f as Ie, i as dt, A as pt, C as ct, B as mt, F as he, G as gt } from "./index-C73ogXrJ.js";
|
|
2
|
+
import { html as kt, htmlCompletionSource as Lt } from "./index-1zDS0iEh.js";
|
|
3
3
|
class $ {
|
|
4
4
|
static create(e, r, n, s, i) {
|
|
5
5
|
let o = s + (s << 8) + e + (r << 4) | 0;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as g, L as P, p as l, s as q, t as r } from "./index-
|
|
2
|
-
import { html as c } from "./index-
|
|
3
|
-
import { javascriptLanguage as i } from "./index-
|
|
4
|
-
import { L as R, E as p } from "./index-
|
|
1
|
+
import { a as g, L as P, p as l, s as q, t as r } from "./index-C73ogXrJ.js";
|
|
2
|
+
import { html as c } from "./index-1zDS0iEh.js";
|
|
3
|
+
import { javascriptLanguage as i } from "./index-D1Ff3bz9.js";
|
|
4
|
+
import { L as R, E as p } from "./index-65A77dq7.js";
|
|
5
5
|
const b = 1, $ = 33, m = 34, v = 35, x = 36, W = /* @__PURE__ */ new p((O) => {
|
|
6
6
|
let t = O.pos;
|
|
7
7
|
for (; ; ) {
|