@abyss-project/commons-front-core 2.5.0 → 2.6.1
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-ChZZCl46.js → CookieConsentSettings.component-BfyMWzKA.js} +316 -320
- package/dist/components/Data/AbyssTable/abyss-table.logic.d.ts +7 -0
- package/dist/cookie-consent.js +1 -1
- package/dist/hooks/use-rich-intl.hook.d.ts +0 -4
- package/dist/{index-B3VObdi_.js → index-BRENS8eU.js} +2 -2
- package/dist/{index-CzFMsm9h.js → index-BSO9QHlI.js} +2 -2
- package/dist/{index-DU11Jihs.js → index-BV6Lj3uL.js} +4286 -4232
- package/dist/{index-DmVnpqOX.js → index-BrmPEeYh.js} +2 -2
- package/dist/{index-AQKIK3bX.js → index-ButYMAc8.js} +2 -2
- package/dist/{index-CeUy4Tb9.js → index-Bvy_IRUl.js} +1 -1
- package/dist/{index-DhNJc-MH.js → index-C9t-ywoX.js} +2 -2
- package/dist/{index-4sQWgqws.js → index-CEMVFMnB.js} +4 -4
- package/dist/{index-CW44ZaOX.js → index-CR-3Jobc.js} +3 -3
- package/dist/{index-7euPucrI.js → index-CUM_ThWO.js} +2 -2
- package/dist/{index-6CbShgvy.js → index-CVABThyP.js} +2 -2
- package/dist/{index-BPQYFfIe.js → index-CZY4Fk5W.js} +2 -2
- package/dist/{index-et0hOxQg.js → index-Cgcdmjxz.js} +3 -3
- package/dist/{index-BsiIylc2.js → index-Cpvrc9sQ.js} +2 -2
- package/dist/{index-3NrT-MnQ.js → index-D7TXTRSz.js} +2 -2
- package/dist/{index-DQQ7RXeN.js → index-DEElNPNg.js} +4 -4
- package/dist/{index-C--EilDN.js → index-DP1P-VJi.js} +2 -2
- package/dist/{index-BFsSydXc.js → index-DW4dNre8.js} +3 -3
- package/dist/{index-zCADulic.js → index-Ddp1AlsH.js} +3 -3
- package/dist/{index-DisKzF7x.js → index-jOMcm4hY.js} +4 -4
- package/dist/{index-FlpI__b4.js → index-kkZUCytU.js} +2 -2
- package/dist/{index-a0895ZMW.js → index-lu5MGyn9.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/theme/components/inputs.spec.d.ts +1 -0
- package/dist/translations/en.d.ts +0 -2
- package/dist/translations/fr.d.ts +0 -2
- package/package.json +3 -3
|
@@ -17,3 +17,10 @@ export interface ResolveSortingStateParams {
|
|
|
17
17
|
}
|
|
18
18
|
export declare function resolveSortingState({ manualSorting, externalSorting, internalSorting, }: ResolveSortingStateParams): SortingEntry[];
|
|
19
19
|
export declare function shouldSortRowsLocally(enableSorting: boolean, manualSorting: boolean): boolean;
|
|
20
|
+
export declare function isColumnSortable(params: {
|
|
21
|
+
enableSorting: boolean;
|
|
22
|
+
manualSorting: boolean;
|
|
23
|
+
columnEnableSorting: boolean | undefined;
|
|
24
|
+
canSortClientSide: boolean;
|
|
25
|
+
}): boolean;
|
|
26
|
+
export declare function nextManualSorting(current: SortingEntry[], columnId: string): SortingEntry[];
|
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-BfyMWzKA.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AbyssCookieConsentProvider,
|
|
4
4
|
a as COOKIE_NAME,
|
|
@@ -559,8 +559,6 @@ export declare const translations: {
|
|
|
559
559
|
BANKING_SNAPSHOTS_MONTH: string;
|
|
560
560
|
BANKING_SCENARIO_RUNS_MONTH: string;
|
|
561
561
|
BANKING_PREVIEW_RESCORES_MONTH: string;
|
|
562
|
-
BANKING_REVIEW_API_CALLS_MONTH: string;
|
|
563
|
-
BANKING_CREDIT_BUREAU_LOOKUPS_MONTH: string;
|
|
564
562
|
BANKING_REGISTRE_DETAIL_CALLS_MONTH: string;
|
|
565
563
|
BANKING_PSD2_REFRESHES_MONTH: string;
|
|
566
564
|
BANKING_SYSTEM_RESNAPSHOTS_MONTH: string;
|
|
@@ -2017,8 +2015,6 @@ export declare const translations: {
|
|
|
2017
2015
|
BANKING_SNAPSHOTS_MONTH: string;
|
|
2018
2016
|
BANKING_SCENARIO_RUNS_MONTH: string;
|
|
2019
2017
|
BANKING_PREVIEW_RESCORES_MONTH: string;
|
|
2020
|
-
BANKING_REVIEW_API_CALLS_MONTH: string;
|
|
2021
|
-
BANKING_CREDIT_BUREAU_LOOKUPS_MONTH: string;
|
|
2022
2018
|
BANKING_REGISTRE_DETAIL_CALLS_MONTH: string;
|
|
2023
2019
|
BANKING_PSD2_REFRESHES_MONTH: string;
|
|
2024
2020
|
BANKING_SYSTEM_RESNAPSHOTS_MONTH: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as G, E as A, C as N } from "./index-
|
|
2
|
-
import { s as I, t as p, E as Y, a as j, L as U, e as k, h as Z, i as B, f as D, H as M } from "./index-
|
|
1
|
+
import { L as G, E as A, C as N } from "./index-Bvy_IRUl.js";
|
|
2
|
+
import { s as I, t as p, E as Y, a as j, L as U, e as k, h as Z, i as B, f as D, H as M } from "./index-BV6Lj3uL.js";
|
|
3
3
|
const h = 1, F = 2, L = 3, H = 4, K = 5, J = 36, ee = 37, te = 38, Oe = 11, oe = 13;
|
|
4
4
|
function re(e) {
|
|
5
5
|
return e == 45 || e == 46 || e == 58 || e >= 65 && e <= 90 || e == 95 || e >= 97 && e <= 122 || e >= 161;
|
|
@@ -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-Bvy_IRUl.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-BV6Lj3uL.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();
|