@tilli-pro/cookieconsent-plugin 0.1.9 → 0.1.10
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/.cache/tsbuildinfo.json +1 -0
- package/dist/_consts.d.ts +7 -0
- package/dist/_consts.d.ts.map +1 -0
- package/dist/_consts.js +6 -0
- package/dist/assets/cookie.d.ts +4 -0
- package/dist/assets/cookie.d.ts.map +1 -0
- package/dist/assets/cookie.js +11 -0
- package/dist/assets/index.d.ts +7 -0
- package/dist/assets/index.d.ts.map +1 -0
- package/dist/assets/index.js +4 -0
- package/dist/assets/logo.d.ts +4 -0
- package/dist/assets/logo.d.ts.map +1 -0
- package/dist/assets/logo.js +21 -0
- package/dist/config/categories/index.d.ts +43 -0
- package/dist/config/categories/index.d.ts.map +1 -0
- package/dist/config/categories/index.js +49 -0
- package/dist/config/categories/labels.d.ts +14 -0
- package/dist/config/categories/labels.d.ts.map +1 -0
- package/dist/config/categories/labels.js +18 -0
- package/dist/config/cookies/_utils.d.ts +25 -0
- package/dist/config/cookies/_utils.d.ts.map +1 -0
- package/dist/config/cookies/_utils.js +30 -0
- package/dist/config/cookies/_utils.server.d.ts +8 -0
- package/dist/config/cookies/_utils.server.d.ts.map +1 -0
- package/dist/config/cookies/_utils.server.js +8 -0
- package/dist/config/cookies/analytics/datadog.d.ts +22 -0
- package/dist/config/cookies/analytics/datadog.d.ts.map +1 -0
- package/dist/config/cookies/analytics/datadog.js +28 -0
- package/dist/config/cookies/common-translations.d.ts +29 -0
- package/dist/config/cookies/common-translations.d.ts.map +1 -0
- package/dist/config/cookies/common-translations.js +27 -0
- package/dist/config/cookies/functional/brf/v2.d.ts +22 -0
- package/dist/config/cookies/functional/brf/v2.d.ts.map +1 -0
- package/dist/config/cookies/functional/brf/v2.js +28 -0
- package/dist/config/cookies/index.d.ts +15 -0
- package/dist/config/cookies/index.d.ts.map +1 -0
- package/dist/config/cookies/index.js +19 -0
- package/dist/config/cookies/necessary/brf/v2-auth.d.ts +27 -0
- package/dist/config/cookies/necessary/brf/v2-auth.d.ts.map +1 -0
- package/dist/config/cookies/necessary/brf/v2-auth.js +39 -0
- package/dist/config/cookies/necessary/next-auth.d.ts +47 -0
- package/dist/config/cookies/necessary/next-auth.d.ts.map +1 -0
- package/dist/config/cookies/necessary/next-auth.js +83 -0
- package/dist/config/cookies/types.d.ts +37 -0
- package/dist/config/cookies/types.d.ts.map +1 -0
- package/dist/config/cookies/types.js +0 -0
- package/dist/config/gui-options/html-components/ManageCookiePrefsButton.d.ts +18 -0
- package/dist/config/gui-options/html-components/ManageCookiePrefsButton.d.ts.map +1 -0
- package/dist/config/gui-options/html-components/ManageCookiePrefsButton.js +116 -0
- package/dist/config/gui-options/html-components/TilliXCallout.d.ts +20 -0
- package/dist/config/gui-options/html-components/TilliXCallout.d.ts.map +1 -0
- package/dist/config/gui-options/html-components/TilliXCallout.js +28 -0
- package/dist/config/gui-options/html-components/assets/CookieIcon.d.ts +3 -0
- package/dist/config/gui-options/html-components/assets/CookieIcon.d.ts.map +1 -0
- package/dist/config/gui-options/html-components/assets/CookieIcon.js +10 -0
- package/dist/config/gui-options/index.d.ts +18 -0
- package/dist/config/gui-options/index.d.ts.map +1 -0
- package/dist/config/gui-options/index.js +16 -0
- package/dist/config/gui-options/scripts/cookiePrefsButtonDragObserver.d.ts +20 -0
- package/dist/config/gui-options/scripts/cookiePrefsButtonDragObserver.d.ts.map +1 -0
- package/dist/config/gui-options/scripts/cookiePrefsButtonDragObserver.js +143 -0
- package/dist/config/gui-options/scripts/forceDisableReactRemoveScroll.d.ts +17 -0
- package/dist/config/gui-options/scripts/forceDisableReactRemoveScroll.d.ts.map +1 -0
- package/dist/config/gui-options/scripts/forceDisableReactRemoveScroll.js +97 -0
- package/dist/config/gui-options/scripts/injectManageCookiePrefsButton.d.ts +5 -0
- package/dist/config/gui-options/scripts/injectManageCookiePrefsButton.d.ts.map +1 -0
- package/dist/config/gui-options/scripts/injectManageCookiePrefsButton.js +31 -0
- package/dist/config/index.d.ts +227 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +13 -0
- package/dist/config/translations/de/index.d.ts +35 -0
- package/dist/config/translations/de/index.d.ts.map +1 -0
- package/dist/config/translations/de/index.js +85 -0
- package/dist/config/translations/en/index.d.ts +35 -0
- package/dist/config/translations/en/index.d.ts.map +1 -0
- package/dist/config/translations/en/index.js +85 -0
- package/dist/config/translations/es/index.d.ts +35 -0
- package/dist/config/translations/es/index.d.ts.map +1 -0
- package/dist/config/translations/es/index.js +85 -0
- package/dist/config/translations/fr/index.d.ts +35 -0
- package/dist/config/translations/fr/index.d.ts.map +1 -0
- package/dist/config/translations/fr/index.js +85 -0
- package/dist/config/translations/index.d.ts +164 -0
- package/dist/config/translations/index.d.ts.map +1 -0
- package/dist/config/translations/index.js +12 -0
- package/dist/config/translations/it/index.d.ts +35 -0
- package/dist/config/translations/it/index.d.ts.map +1 -0
- package/dist/config/translations/it/index.js +85 -0
- package/dist/config/translations/types.d.ts +3 -0
- package/dist/config/translations/types.d.ts.map +1 -0
- package/dist/config/translations/types.js +0 -0
- package/dist/react-components/CookieConsentInit.client.d.ts +2 -0
- package/dist/react-components/CookieConsentInit.client.d.ts.map +1 -0
- package/dist/react-components/CookieConsentInit.client.js +27 -0
- package/dist/react-components/CookieConsentInit.server.d.ts +8 -0
- package/dist/react-components/CookieConsentInit.server.d.ts.map +1 -0
- package/dist/react-components/CookieConsentInit.server.js +11 -0
- package/dist/react-components/_utils.d.ts +10 -0
- package/dist/react-components/_utils.d.ts.map +1 -0
- package/dist/react-components/_utils.js +31 -0
- package/package.json +1 -1
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { Language } from "../../translations/types";
|
2
|
+
import type { CookieTableItem } from "../types";
|
3
|
+
export declare const translations: {
|
4
|
+
readonly de: {
|
5
|
+
readonly _tilli_analytics_dd_s: "Speichert Ihre Sitzungskennung und einige grundlegende Metadaten";
|
6
|
+
};
|
7
|
+
readonly en: {
|
8
|
+
readonly _tilli_analytics_dd_s: "Stores your session identifier and some basic metadata";
|
9
|
+
};
|
10
|
+
readonly es: {
|
11
|
+
readonly _tilli_analytics_dd_s: "Almacena tu identificador de sesión y algunos metadatos básicos";
|
12
|
+
};
|
13
|
+
readonly fr: {
|
14
|
+
readonly _tilli_analytics_dd_s: "Stocke votre identifiant de session et quelques métadonnées de base";
|
15
|
+
};
|
16
|
+
readonly it: {
|
17
|
+
readonly _tilli_analytics_dd_s: "Memorizza il tuo identificatore di sessione e alcuni metadati di base";
|
18
|
+
};
|
19
|
+
};
|
20
|
+
declare const _default: (lang: Language) => CookieTableItem[];
|
21
|
+
export default _default;
|
22
|
+
//# sourceMappingURL=datadog.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"datadog.d.ts","sourceRoot":"","sources":["../../../../src/config/cookies/analytics/datadog.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAMhD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;CAqBf,CAAC;+BAEW,QAAQ,KAAG,eAAe,EAAE;AAAlD,wBAOE"}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { LABELS } from "../../categories/labels";
|
2
|
+
import commonTranslations from "../common-translations";
|
3
|
+
const COOKIE_PREFIX = "_tilli_analytics_dd_"; // remapped from library default ("_dd_")
|
4
|
+
export const translations = {
|
5
|
+
de: {
|
6
|
+
[`${COOKIE_PREFIX}s`]: "Speichert Ihre Sitzungskennung und einige grundlegende Metadaten",
|
7
|
+
},
|
8
|
+
en: {
|
9
|
+
[`${COOKIE_PREFIX}s`]: "Stores your session identifier and some basic metadata",
|
10
|
+
},
|
11
|
+
es: {
|
12
|
+
[`${COOKIE_PREFIX}s`]: "Almacena tu identificador de sesión y algunos metadatos básicos",
|
13
|
+
},
|
14
|
+
fr: {
|
15
|
+
[`${COOKIE_PREFIX}s`]: "Stocke votre identifiant de session et quelques métadonnées de base",
|
16
|
+
},
|
17
|
+
it: {
|
18
|
+
[`${COOKIE_PREFIX}s`]: "Memorizza il tuo identificatore di sessione e alcuni metadati di base",
|
19
|
+
},
|
20
|
+
};
|
21
|
+
export default (lang) => [
|
22
|
+
{
|
23
|
+
name: `${COOKIE_PREFIX}s`,
|
24
|
+
service: LABELS.en.analytics.datadog,
|
25
|
+
description: translations[lang][`${COOKIE_PREFIX}s`],
|
26
|
+
expiration: commonTranslations[lang]["session-end"],
|
27
|
+
},
|
28
|
+
];
|
@@ -0,0 +1,29 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
readonly de: {
|
3
|
+
readonly "session-end": "Sitzungsende";
|
4
|
+
readonly "1 year": "1 Jahr";
|
5
|
+
readonly "15 minutes": "15 Minuten";
|
6
|
+
};
|
7
|
+
readonly en: {
|
8
|
+
readonly "session-end": "session-end";
|
9
|
+
readonly "1 year": "1 year";
|
10
|
+
readonly "15 minutes": "15 minutes";
|
11
|
+
};
|
12
|
+
readonly es: {
|
13
|
+
readonly "session-end": "fin de la sesión";
|
14
|
+
readonly "1 year": "1 año";
|
15
|
+
readonly "15 minutes": "15 minutos";
|
16
|
+
};
|
17
|
+
readonly fr: {
|
18
|
+
readonly "session-end": "fin de session";
|
19
|
+
readonly "1 year": "1 an";
|
20
|
+
readonly "15 minutes": "15 minutes";
|
21
|
+
};
|
22
|
+
readonly it: {
|
23
|
+
readonly "session-end": "fine della sessione";
|
24
|
+
readonly "1 year": "1 anno";
|
25
|
+
readonly "15 minutes": "15 minuti";
|
26
|
+
};
|
27
|
+
};
|
28
|
+
export default _default;
|
29
|
+
//# sourceMappingURL=common-translations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"common-translations.d.ts","sourceRoot":"","sources":["../../../src/config/cookies/common-translations.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBA0B0E"}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export default {
|
2
|
+
de: {
|
3
|
+
"session-end": "Sitzungsende",
|
4
|
+
"1 year": "1 Jahr",
|
5
|
+
"15 minutes": "15 Minuten",
|
6
|
+
},
|
7
|
+
en: {
|
8
|
+
"session-end": "session-end",
|
9
|
+
"1 year": "1 year",
|
10
|
+
"15 minutes": "15 minutes",
|
11
|
+
},
|
12
|
+
es: {
|
13
|
+
"session-end": "fin de la sesión",
|
14
|
+
"1 year": "1 año",
|
15
|
+
"15 minutes": "15 minutos",
|
16
|
+
},
|
17
|
+
fr: {
|
18
|
+
"session-end": "fin de session",
|
19
|
+
"1 year": "1 an",
|
20
|
+
"15 minutes": "15 minutes",
|
21
|
+
},
|
22
|
+
it: {
|
23
|
+
"session-end": "fine della sessione",
|
24
|
+
"1 year": "1 anno",
|
25
|
+
"15 minutes": "15 minuti",
|
26
|
+
},
|
27
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import type { Language } from "../../../translations/types";
|
2
|
+
import type { CookieTableItem } from "../../types";
|
3
|
+
export declare const translations: {
|
4
|
+
readonly de: {
|
5
|
+
readonly "tx-theme": "Speichert Ihre ausgewählte Oberflächenthematik";
|
6
|
+
};
|
7
|
+
readonly en: {
|
8
|
+
readonly "tx-theme": "Keeps track of your selected interface theme";
|
9
|
+
};
|
10
|
+
readonly es: {
|
11
|
+
readonly "tx-theme": "Guarda el tema de interfaz que seleccionaste";
|
12
|
+
};
|
13
|
+
readonly fr: {
|
14
|
+
readonly "tx-theme": "Enregistre votre thème d'interface sélectionné";
|
15
|
+
};
|
16
|
+
readonly it: {
|
17
|
+
readonly "tx-theme": "Tiene traccia del tema dell'interfaccia selezionato";
|
18
|
+
};
|
19
|
+
};
|
20
|
+
declare const _default: (lang: Language) => CookieTableItem[];
|
21
|
+
export default _default;
|
22
|
+
//# sourceMappingURL=v2.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../../../../../src/config/cookies/functional/brf/v2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;CAiBf,CAAC;+BAEW,QAAQ,KAAG,eAAe,EAAE;AAAlD,wBAOE"}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { LABELS } from "~/features/cookie-consent/config/categories/labels";
|
2
|
+
import commonTranslations from "../../common-translations";
|
3
|
+
const COOKIE_PREFIX = "tx-";
|
4
|
+
export const translations = {
|
5
|
+
de: {
|
6
|
+
[`${COOKIE_PREFIX}theme`]: "Speichert Ihre ausgewählte Oberflächenthematik",
|
7
|
+
},
|
8
|
+
en: {
|
9
|
+
[`${COOKIE_PREFIX}theme`]: "Keeps track of your selected interface theme",
|
10
|
+
},
|
11
|
+
es: {
|
12
|
+
[`${COOKIE_PREFIX}theme`]: "Guarda el tema de interfaz que seleccionaste",
|
13
|
+
},
|
14
|
+
fr: {
|
15
|
+
[`${COOKIE_PREFIX}theme`]: "Enregistre votre thème d'interface sélectionné",
|
16
|
+
},
|
17
|
+
it: {
|
18
|
+
[`${COOKIE_PREFIX}theme`]: "Tiene traccia del tema dell'interfaccia selezionato",
|
19
|
+
},
|
20
|
+
};
|
21
|
+
export default (lang) => [
|
22
|
+
{
|
23
|
+
name: `${COOKIE_PREFIX}theme`,
|
24
|
+
service: LABELS.en.functional.tilliX,
|
25
|
+
description: translations[lang][`${COOKIE_PREFIX}theme`],
|
26
|
+
expiration: commonTranslations[lang]["1 year"],
|
27
|
+
},
|
28
|
+
];
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { Language } from "../translations/types";
|
2
|
+
declare const _default: {
|
3
|
+
necessary: {
|
4
|
+
brf: (lang: Language) => import("./types").CookieTableItem[];
|
5
|
+
nextAuth: (lang: Language) => import("./types").CookieTableItem[];
|
6
|
+
};
|
7
|
+
functional: {
|
8
|
+
brf: (lang: Language) => import("./types").CookieTableItem[];
|
9
|
+
};
|
10
|
+
analytics: {
|
11
|
+
datadog: (lang: Language) => import("./types").CookieTableItem[];
|
12
|
+
};
|
13
|
+
};
|
14
|
+
export default _default;
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/cookies/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;;;oBAStC,QAAQ;;;;oBAOR,QAAQ;;;;;;AATxB,wBAc2B"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import analytics_datadog from "./analytics/datadog";
|
2
|
+
import functional_brfV2 from "./functional/brf/v2";
|
3
|
+
import necessary_brfV2Auth from "./necessary/brf/v2-auth";
|
4
|
+
import necessary_nextAuth from "./necessary/next-auth";
|
5
|
+
export default {
|
6
|
+
necessary: {
|
7
|
+
brf: (lang) => [
|
8
|
+
...necessary_nextAuth(lang),
|
9
|
+
...necessary_brfV2Auth(lang),
|
10
|
+
],
|
11
|
+
nextAuth: necessary_nextAuth,
|
12
|
+
},
|
13
|
+
functional: {
|
14
|
+
brf: (lang) => [...functional_brfV2(lang)],
|
15
|
+
},
|
16
|
+
analytics: {
|
17
|
+
datadog: analytics_datadog,
|
18
|
+
},
|
19
|
+
};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import type { Language } from "../../../translations/types";
|
2
|
+
import type { CookieTableItem } from "../../types";
|
3
|
+
export declare const translations: {
|
4
|
+
readonly de: {
|
5
|
+
readonly "tx-brf-session:<i>i</i>": "Speichert Ihre <i>i</i><sup>te</sup> aktive Sitzungskennung";
|
6
|
+
readonly "tx-brf-session:meta": "Ihre unverfallenen Sitzungsindizes (siehe oben)";
|
7
|
+
};
|
8
|
+
readonly en: {
|
9
|
+
readonly "tx-brf-session:<i>i</i>": "Stores your <i>i</i><sup>th</sup> active session identifier";
|
10
|
+
readonly "tx-brf-session:meta": "Your unexpired session indicies (view above)";
|
11
|
+
};
|
12
|
+
readonly es: {
|
13
|
+
readonly "tx-brf-session:<i>i</i>": "Almacena tu identificador de sesión activa número <i>i</i><sup>th</sup>";
|
14
|
+
readonly "tx-brf-session:meta": "Tus índices de sesión no caducados (ver arriba)";
|
15
|
+
};
|
16
|
+
readonly fr: {
|
17
|
+
readonly "tx-brf-session:<i>i</i>": "Stocke votre identifiant de session active <i>i</i><sup>ème</sup>";
|
18
|
+
readonly "tx-brf-session:meta": "Vos indices de session non expirés (voir ci-dessus)";
|
19
|
+
};
|
20
|
+
readonly it: {
|
21
|
+
readonly "tx-brf-session:<i>i</i>": "Memorizza il tuo identificatore di sessione attiva numero <i>i</i><sup>esimo</sup>";
|
22
|
+
readonly "tx-brf-session:meta": "I tuoi indici di sessione non scaduti (vedi sopra)";
|
23
|
+
};
|
24
|
+
};
|
25
|
+
declare const _default: (lang: Language) => CookieTableItem[];
|
26
|
+
export default _default;
|
27
|
+
//# sourceMappingURL=v2-auth.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"v2-auth.d.ts","sourceRoot":"","sources":["../../../../../src/config/cookies/necessary/brf/v2-auth.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAMnD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;CA4Bf,CAAC;+BAEW,QAAQ,KAAG,eAAe,EAAE;AAAlD,wBAaE"}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { LABELS } from "~/features/cookie-consent/config/categories/labels";
|
2
|
+
import commonTranslations from "../../common-translations";
|
3
|
+
const COOKIE_PREFIX = "tx-brf-session:";
|
4
|
+
export const translations = {
|
5
|
+
de: {
|
6
|
+
[`${COOKIE_PREFIX}<i>i</i>`]: "Speichert Ihre <i>i</i><sup>te</sup> aktive Sitzungskennung",
|
7
|
+
[`${COOKIE_PREFIX}meta`]: "Ihre unverfallenen Sitzungsindizes (siehe oben)",
|
8
|
+
},
|
9
|
+
en: {
|
10
|
+
[`${COOKIE_PREFIX}<i>i</i>`]: "Stores your <i>i</i><sup>th</sup> active session identifier",
|
11
|
+
[`${COOKIE_PREFIX}meta`]: "Your unexpired session indicies (view above)",
|
12
|
+
},
|
13
|
+
es: {
|
14
|
+
[`${COOKIE_PREFIX}<i>i</i>`]: "Almacena tu identificador de sesión activa número <i>i</i><sup>th</sup>",
|
15
|
+
[`${COOKIE_PREFIX}meta`]: "Tus índices de sesión no caducados (ver arriba)",
|
16
|
+
},
|
17
|
+
fr: {
|
18
|
+
[`${COOKIE_PREFIX}<i>i</i>`]: "Stocke votre identifiant de session active <i>i</i><sup>ème</sup>",
|
19
|
+
[`${COOKIE_PREFIX}meta`]: "Vos indices de session non expirés (voir ci-dessus)",
|
20
|
+
},
|
21
|
+
it: {
|
22
|
+
[`${COOKIE_PREFIX}<i>i</i>`]: "Memorizza il tuo identificatore di sessione attiva numero <i>i</i><sup>esimo</sup>",
|
23
|
+
[`${COOKIE_PREFIX}meta`]: "I tuoi indici di sessione non scaduti (vedi sopra)",
|
24
|
+
},
|
25
|
+
};
|
26
|
+
export default (lang) => [
|
27
|
+
{
|
28
|
+
name: `${COOKIE_PREFIX}<i>i</i>`,
|
29
|
+
service: LABELS.en.necessary.tilliX,
|
30
|
+
description: translations[lang][`${COOKIE_PREFIX}<i>i</i>`],
|
31
|
+
expiration: commonTranslations[lang]["session-end"],
|
32
|
+
},
|
33
|
+
{
|
34
|
+
name: `${COOKIE_PREFIX}meta`,
|
35
|
+
service: LABELS.en.necessary.tilliX,
|
36
|
+
description: translations[lang][`${COOKIE_PREFIX}meta`],
|
37
|
+
expiration: commonTranslations[lang]["1 year"],
|
38
|
+
},
|
39
|
+
];
|
@@ -0,0 +1,47 @@
|
|
1
|
+
import type { Language } from "../../translations/types";
|
2
|
+
import type { CookieTableItem } from "../types";
|
3
|
+
export declare const translations: {
|
4
|
+
readonly de: {
|
5
|
+
readonly "tx-brf-auth.session-token": "Speichert Ihre aktuelle Sitzungskennung";
|
6
|
+
readonly "tx-brf-auth.csrf-token": "Verhindert <a href=\"https://de.wikipedia.org/wiki/Cross-Site-Request-Forgery\" target=\"_blank\">CSRF-Angriffe</a>";
|
7
|
+
readonly "tx-brf-auth.callback-url": "Wir leiten Sie nach der Authentifizierung hierhin weiter";
|
8
|
+
readonly "tx-brf-auth.nonce": "Eindeutige Kennung für jede Anfrage";
|
9
|
+
readonly "tx-brf-auth.state": "URL-Zustand während der Authentifizierung";
|
10
|
+
readonly "tx-brf-auth.pkce.code_verifier": "Verhindert Code-Injection-Angriffe";
|
11
|
+
};
|
12
|
+
readonly en: {
|
13
|
+
readonly "tx-brf-auth.session-token": "Stores your current session identifier";
|
14
|
+
readonly "tx-brf-auth.csrf-token": "Prevents <a href=\"https://en.wikipedia.org/wiki/Cross-site_request_forgery\" target=\"_blank\">CSRF attacks</a>";
|
15
|
+
readonly "tx-brf-auth.callback-url": "We'll redirect you here post-authentication";
|
16
|
+
readonly "tx-brf-auth.nonce": "Unique identifier for each request";
|
17
|
+
readonly "tx-brf-auth.state": "URL state during authentication";
|
18
|
+
readonly "tx-brf-auth.pkce.code_verifier": "Prevents code injection attacks";
|
19
|
+
};
|
20
|
+
readonly es: {
|
21
|
+
readonly "tx-brf-auth.session-token": "Almacena tu identificador de sesión actual";
|
22
|
+
readonly "tx-brf-auth.csrf-token": "Previene <a href=\"https://es.wikipedia.org/wiki/Cross-Site_Request_Forgery\" target=\"_blank\">ataques CSRF</a>";
|
23
|
+
readonly "tx-brf-auth.callback-url": "Te redirigiremos aquí después de la autenticación";
|
24
|
+
readonly "tx-brf-auth.nonce": "Identificador único para cada solicitud";
|
25
|
+
readonly "tx-brf-auth.state": "Estado de la URL durante la autenticación";
|
26
|
+
readonly "tx-brf-auth.pkce.code_verifier": "Previene ataques de inyección de código";
|
27
|
+
};
|
28
|
+
readonly fr: {
|
29
|
+
readonly "tx-brf-auth.session-token": "Stocke votre identifiant de session actuel";
|
30
|
+
readonly "tx-brf-auth.csrf-token": "Empêche les <a href=\"https://fr.wikipedia.org/wiki/Cross-site_request_forgery\" target=\"_blank\">attaques CSRF</a>";
|
31
|
+
readonly "tx-brf-auth.callback-url": "Nous vous redirigerons ici après l'authentification";
|
32
|
+
readonly "tx-brf-auth.nonce": "Identifiant unique pour chaque demande";
|
33
|
+
readonly "tx-brf-auth.state": "État de l'URL pendant l'authentification";
|
34
|
+
readonly "tx-brf-auth.pkce.code_verifier": "Empêche les attaques par injection de code";
|
35
|
+
};
|
36
|
+
readonly it: {
|
37
|
+
readonly "tx-brf-auth.session-token": "Memorizza il tuo identificatore di sessione corrente";
|
38
|
+
readonly "tx-brf-auth.csrf-token": "Previene <a href=\"https://it.wikipedia.org/wiki/Cross-site_request_forgery\" target=\"_blank\">attacchi CSRF</a>";
|
39
|
+
readonly "tx-brf-auth.callback-url": "Ti reindirizzeremo qui dopo l'autenticazione";
|
40
|
+
readonly "tx-brf-auth.nonce": "Identificatore univoco per ogni richiesta";
|
41
|
+
readonly "tx-brf-auth.state": "Stato dell'URL durante l'autenticazione";
|
42
|
+
readonly "tx-brf-auth.pkce.code_verifier": "Previene attacchi di iniezione di codice";
|
43
|
+
};
|
44
|
+
};
|
45
|
+
declare const _default: (lang: Language) => CookieTableItem[];
|
46
|
+
export default _default;
|
47
|
+
//# sourceMappingURL=next-auth.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"next-auth.d.ts","sourceRoot":"","sources":["../../../../src/config/cookies/necessary/next-auth.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAMhD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Df,CAAC;+BAEW,QAAQ,KAAG,eAAe,EAAE;AAAlD,wBAqCE"}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
import { LABELS } from "../../categories/labels";
|
2
|
+
import commonTranslations from "../common-translations";
|
3
|
+
const COOKIE_PREFIX = "tx-brf-auth."; // remapped from library default ("next-auth.")
|
4
|
+
export const translations = {
|
5
|
+
de: {
|
6
|
+
[`${COOKIE_PREFIX}session-token`]: "Speichert Ihre aktuelle Sitzungskennung",
|
7
|
+
[`${COOKIE_PREFIX}csrf-token`]: 'Verhindert <a href="https://de.wikipedia.org/wiki/Cross-Site-Request-Forgery" target="_blank">CSRF-Angriffe</a>',
|
8
|
+
[`${COOKIE_PREFIX}callback-url`]: "Wir leiten Sie nach der Authentifizierung hierhin weiter",
|
9
|
+
[`${COOKIE_PREFIX}nonce`]: "Eindeutige Kennung für jede Anfrage",
|
10
|
+
[`${COOKIE_PREFIX}state`]: "URL-Zustand während der Authentifizierung",
|
11
|
+
[`${COOKIE_PREFIX}pkce.code_verifier`]: "Verhindert Code-Injection-Angriffe",
|
12
|
+
},
|
13
|
+
en: {
|
14
|
+
[`${COOKIE_PREFIX}session-token`]: "Stores your current session identifier",
|
15
|
+
[`${COOKIE_PREFIX}csrf-token`]: 'Prevents <a href="https://en.wikipedia.org/wiki/Cross-site_request_forgery" target="_blank">CSRF attacks</a>',
|
16
|
+
[`${COOKIE_PREFIX}callback-url`]: "We'll redirect you here post-authentication",
|
17
|
+
[`${COOKIE_PREFIX}nonce`]: "Unique identifier for each request",
|
18
|
+
[`${COOKIE_PREFIX}state`]: "URL state during authentication",
|
19
|
+
[`${COOKIE_PREFIX}pkce.code_verifier`]: "Prevents code injection attacks",
|
20
|
+
},
|
21
|
+
es: {
|
22
|
+
[`${COOKIE_PREFIX}session-token`]: "Almacena tu identificador de sesión actual",
|
23
|
+
[`${COOKIE_PREFIX}csrf-token`]: 'Previene <a href="https://es.wikipedia.org/wiki/Cross-Site_Request_Forgery" target="_blank">ataques CSRF</a>',
|
24
|
+
[`${COOKIE_PREFIX}callback-url`]: "Te redirigiremos aquí después de la autenticación",
|
25
|
+
[`${COOKIE_PREFIX}nonce`]: "Identificador único para cada solicitud",
|
26
|
+
[`${COOKIE_PREFIX}state`]: "Estado de la URL durante la autenticación",
|
27
|
+
[`${COOKIE_PREFIX}pkce.code_verifier`]: "Previene ataques de inyección de código",
|
28
|
+
},
|
29
|
+
fr: {
|
30
|
+
[`${COOKIE_PREFIX}session-token`]: "Stocke votre identifiant de session actuel",
|
31
|
+
[`${COOKIE_PREFIX}csrf-token`]: 'Empêche les <a href="https://fr.wikipedia.org/wiki/Cross-site_request_forgery" target="_blank">attaques CSRF</a>',
|
32
|
+
[`${COOKIE_PREFIX}callback-url`]: "Nous vous redirigerons ici après l'authentification",
|
33
|
+
[`${COOKIE_PREFIX}nonce`]: "Identifiant unique pour chaque demande",
|
34
|
+
[`${COOKIE_PREFIX}state`]: "État de l'URL pendant l'authentification",
|
35
|
+
[`${COOKIE_PREFIX}pkce.code_verifier`]: "Empêche les attaques par injection de code",
|
36
|
+
},
|
37
|
+
it: {
|
38
|
+
[`${COOKIE_PREFIX}session-token`]: "Memorizza il tuo identificatore di sessione corrente",
|
39
|
+
[`${COOKIE_PREFIX}csrf-token`]: 'Previene <a href="https://it.wikipedia.org/wiki/Cross-site_request_forgery" target="_blank">attacchi CSRF</a>',
|
40
|
+
[`${COOKIE_PREFIX}callback-url`]: "Ti reindirizzeremo qui dopo l'autenticazione",
|
41
|
+
[`${COOKIE_PREFIX}nonce`]: "Identificatore univoco per ogni richiesta",
|
42
|
+
[`${COOKIE_PREFIX}state`]: "Stato dell'URL durante l'autenticazione",
|
43
|
+
[`${COOKIE_PREFIX}pkce.code_verifier`]: "Previene attacchi di iniezione di codice",
|
44
|
+
},
|
45
|
+
};
|
46
|
+
export default (lang) => [
|
47
|
+
{
|
48
|
+
name: `${COOKIE_PREFIX}session-token`,
|
49
|
+
service: LABELS.en.necessary.tilliX,
|
50
|
+
description: translations[lang][`${COOKIE_PREFIX}session-token`],
|
51
|
+
expiration: commonTranslations[lang]["session-end"],
|
52
|
+
},
|
53
|
+
{
|
54
|
+
name: `${COOKIE_PREFIX}csrf-token`,
|
55
|
+
service: LABELS.en.necessary.tilliX,
|
56
|
+
description: translations[lang][`${COOKIE_PREFIX}csrf-token`],
|
57
|
+
expiration: commonTranslations[lang]["1 year"],
|
58
|
+
},
|
59
|
+
{
|
60
|
+
name: `${COOKIE_PREFIX}callback-url`,
|
61
|
+
service: LABELS.en.necessary.tilliX,
|
62
|
+
description: translations[lang][`${COOKIE_PREFIX}callback-url`],
|
63
|
+
expiration: commonTranslations[lang]["1 year"],
|
64
|
+
},
|
65
|
+
// {
|
66
|
+
// name: `${COOKIE_PREFIX}nonce`,
|
67
|
+
// service: LABELS.en.necessary.tilliX,
|
68
|
+
// description: translations[lang][`${COOKIE_PREFIX}nonce`],
|
69
|
+
// expiration: commonTranslations[lang]["1 year"],
|
70
|
+
// },
|
71
|
+
// {
|
72
|
+
// name: `${COOKIE_PREFIX}state`,
|
73
|
+
// service: LABELS.en.necessary.tilliX,
|
74
|
+
// description: translations[lang][`${COOKIE_PREFIX}state`],
|
75
|
+
// expiration: commonTranslations[lang]["15 minutes"],
|
76
|
+
// },
|
77
|
+
// {
|
78
|
+
// name: `${COOKIE_PREFIX}pkce.code_verifier`,
|
79
|
+
// service: LABELS.en.necessary.tilliX,
|
80
|
+
// description: translations[lang][`${COOKIE_PREFIX}pkce.code_verifier`],
|
81
|
+
// expiration: commonTranslations[lang]["15 minutes"],
|
82
|
+
// },
|
83
|
+
];
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import type { CookieValue } from "@tilli-pro/cookieconsent";
|
2
|
+
import type cookies from ".";
|
3
|
+
import type { LABELS } from "../categories/labels";
|
4
|
+
import type { Language } from "../translations/types";
|
5
|
+
export type CookieTableHeaders = {
|
6
|
+
name: string;
|
7
|
+
service: string;
|
8
|
+
description: string;
|
9
|
+
expiration: string;
|
10
|
+
};
|
11
|
+
export type CookieTableItem = {
|
12
|
+
name: string;
|
13
|
+
service: string;
|
14
|
+
description: string;
|
15
|
+
expiration: string;
|
16
|
+
};
|
17
|
+
type CookieSection = Record<string, (lang: Language) => CookieTableItem[]>;
|
18
|
+
export interface CookieSections {
|
19
|
+
necessary?: CookieSection;
|
20
|
+
performance?: CookieSection;
|
21
|
+
functional?: CookieSection;
|
22
|
+
advertising?: CookieSection;
|
23
|
+
analytics?: CookieSection;
|
24
|
+
}
|
25
|
+
type ExtractServiceNames<T> = {
|
26
|
+
[K in keyof T]: (keyof T[K])[];
|
27
|
+
};
|
28
|
+
export interface UserCookieConsent extends Omit<CookieValue, "services"> {
|
29
|
+
services: ExtractServiceNames<(typeof LABELS)["en"]>;
|
30
|
+
}
|
31
|
+
export type RawTilliCookieConsentValue = string & {
|
32
|
+
__struct: UserCookieConsent;
|
33
|
+
};
|
34
|
+
export type ConsentCategory = keyof typeof cookies;
|
35
|
+
export type ServiceName<T extends ConsentCategory> = keyof (typeof LABELS)["en"][T];
|
36
|
+
export {};
|
37
|
+
//# sourceMappingURL=types.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/config/cookies/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,KAAK,OAAO,MAAM,GAAG,CAAC;AAC7B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,KAAK,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,eAAe,EAAE,CAAC,CAAC;AAE3E,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B;AAED,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAC3B,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;CAC/B,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC;IACtE,QAAQ,EAAE,mBAAmB,CAAC,CAAC,OAAO,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;CACtD;AAED,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG;IAChD,QAAQ,EAAE,iBAAiB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,OAAO,CAAC;AACnD,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,eAAe,IAC/C,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC"}
|
File without changes
|
@@ -0,0 +1,18 @@
|
|
1
|
+
declare const translations: {
|
2
|
+
en: {
|
3
|
+
manageCookiePreferences: string;
|
4
|
+
};
|
5
|
+
};
|
6
|
+
export declare const buttonId = "tilli-manage-cookie-preferences-floating-button";
|
7
|
+
export declare const containerId = "tilli-manage-cookie-preferences-floating-button-container";
|
8
|
+
/**
|
9
|
+
* returns HTML for a floating "manage cookie preferences" button.
|
10
|
+
*
|
11
|
+
* > by default, the button is visible -- however, if `#cc-main` (which
|
12
|
+
* appears *earlier* in the DOM and is thus a preceding sibling to
|
13
|
+
* `#${containerId}`) is still visible (i.e., the cookie consent modal),
|
14
|
+
* the entire container (`#${containerId}`) will be hidden.
|
15
|
+
*/
|
16
|
+
declare const _default: (lang?: keyof typeof translations) => string;
|
17
|
+
export default _default;
|
18
|
+
//# sourceMappingURL=ManageCookiePrefsButton.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ManageCookiePrefsButton.d.ts","sourceRoot":"","sources":["../../../../src/config/gui-options/html-components/ManageCookiePrefsButton.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY;;;;CAIjB,CAAC;AAEF,eAAO,MAAM,QAAQ,oDAAoD,CAAC;AAC1E,eAAO,MAAM,WAAW,8DAA0B,CAAC;AAEnD;;;;;;;GAOG;gCACmB,MAAM,OAAO,YAAY,KAAU,MAAM;AAA/D,wBAmGE"}
|
@@ -0,0 +1,116 @@
|
|
1
|
+
"use client";
|
2
|
+
import CookieIcon from "./assets/CookieIcon";
|
3
|
+
const translations = {
|
4
|
+
en: {
|
5
|
+
manageCookiePreferences: "Manage cookie preferences",
|
6
|
+
},
|
7
|
+
};
|
8
|
+
export const buttonId = "tilli-manage-cookie-preferences-floating-button";
|
9
|
+
export const containerId = `${buttonId}-container`;
|
10
|
+
/**
|
11
|
+
* returns HTML for a floating "manage cookie preferences" button.
|
12
|
+
*
|
13
|
+
* > by default, the button is visible -- however, if `#cc-main` (which
|
14
|
+
* appears *earlier* in the DOM and is thus a preceding sibling to
|
15
|
+
* `#${containerId}`) is still visible (i.e., the cookie consent modal),
|
16
|
+
* the entire container (`#${containerId}`) will be hidden.
|
17
|
+
*/
|
18
|
+
export default (lang = "en") => `
|
19
|
+
<!-- floating cookie consent "manage preferences" icon button -->
|
20
|
+
<abbr title="${translations[lang].manageCookiePreferences}">
|
21
|
+
<button
|
22
|
+
id="${buttonId}"
|
23
|
+
type="button"
|
24
|
+
data-cc="${
|
25
|
+
/**
|
26
|
+
* auto-add "onClick" functionality -- @see https://cookieconsent.orestbida.com/essential/getting-started.html#how-to-open-the-preferences-modal
|
27
|
+
*
|
28
|
+
* @deprecated (can stay, no harm) prefer `CookieConsent.showPreferences()` since `data-cc="show-preferencesModal"` will only work if this cookie prefs button is injected PRIOR to running `CookieConsent.run()` -- @see https://cookieconsent.orestbida.com/reference/api-reference.html#showpreferences
|
29
|
+
*/
|
30
|
+
"show-preferencesModal"}"
|
31
|
+
aria-label="${translations[lang].manageCookiePreferences}"
|
32
|
+
>
|
33
|
+
<style>
|
34
|
+
#${buttonId} {
|
35
|
+
/* floats @ the bottom right */
|
36
|
+
position: fixed;
|
37
|
+
bottom: 1rem;
|
38
|
+
right: 1rem;
|
39
|
+
z-index: 9999999;
|
40
|
+
|
41
|
+
/* sizing + layout */
|
42
|
+
width: 2rem;
|
43
|
+
height: 2rem;
|
44
|
+
display: flex;
|
45
|
+
align-items: center;
|
46
|
+
justify-content: center;
|
47
|
+
|
48
|
+
/* circular button background -- NOTE(IMPORTANT): must adhere to contrast guidelines -- @see https://webaim.org/resources/contrastchecker */
|
49
|
+
background-color: #fff;
|
50
|
+
border: 1px solid #ddd;
|
51
|
+
border-radius: 50%;
|
52
|
+
padding: 0.25rem; /* "fat-finger"-friendly padding */
|
53
|
+
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
54
|
+
cursor: pointer;
|
55
|
+
|
56
|
+
/* transitions for hover/focus states */
|
57
|
+
transition: box-shadow 0.2s ease;
|
58
|
+
animation: fadeIn var(--cc-modal-transition-duration) ease-in-out forwards;
|
59
|
+
|
60
|
+
/* ensure always-interactable + visible */
|
61
|
+
pointer-events: auto;
|
62
|
+
visibility: visible !important;
|
63
|
+
}
|
64
|
+
|
65
|
+
.dark #${buttonId} {
|
66
|
+
background-color: #000;
|
67
|
+
border-color: #333;
|
68
|
+
}
|
69
|
+
|
70
|
+
#${buttonId}:hover,
|
71
|
+
#${buttonId}:focus {
|
72
|
+
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
|
73
|
+
}
|
74
|
+
|
75
|
+
#${buttonId}:focus-visible {
|
76
|
+
outline: none; /* remove default blue outline */
|
77
|
+
}
|
78
|
+
|
79
|
+
/* the icon itself (SVG), scaled: */
|
80
|
+
#${buttonId} svg {
|
81
|
+
width: 1.5rem;
|
82
|
+
height: 1.5rem;
|
83
|
+
display: block;
|
84
|
+
}
|
85
|
+
|
86
|
+
@keyframes fadeIn {
|
87
|
+
0% {
|
88
|
+
opacity: 0;
|
89
|
+
transform: translateY(50%);
|
90
|
+
}
|
91
|
+
100% {
|
92
|
+
opacity: 1;
|
93
|
+
transform: translateY(0);
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
/* default: display the container so the button is visible */
|
98
|
+
#${containerId} {
|
99
|
+
display: block;
|
100
|
+
}
|
101
|
+
|
102
|
+
/*
|
103
|
+
hide the entire container IF AND ONLY IF:
|
104
|
+
- #cc-main (earlier sibling) has .cm-wrapper
|
105
|
+
- That .cm-wrapper has a .cm
|
106
|
+
- That .cm has [aria-hidden="false"] (i.e., the cookie consent modal is visible)
|
107
|
+
*/
|
108
|
+
#cc-main:has(.cm-wrapper .cm[aria-hidden="false"]) ~ #${containerId} {
|
109
|
+
display: none !important;
|
110
|
+
}
|
111
|
+
</style>
|
112
|
+
|
113
|
+
${CookieIcon(1)}
|
114
|
+
</button>
|
115
|
+
</abbr>
|
116
|
+
`;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
declare const translations: {
|
2
|
+
de: {
|
3
|
+
poweredByTilliX: string;
|
4
|
+
};
|
5
|
+
en: {
|
6
|
+
poweredByTilliX: string;
|
7
|
+
};
|
8
|
+
es: {
|
9
|
+
poweredByTilliX: string;
|
10
|
+
};
|
11
|
+
fr: {
|
12
|
+
poweredByTilliX: string;
|
13
|
+
};
|
14
|
+
it: {
|
15
|
+
poweredByTilliX: string;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
declare const _default: (lang?: keyof typeof translations, inPrefs?: boolean | (1 | 0)) => string;
|
19
|
+
export default _default;
|
20
|
+
//# sourceMappingURL=TilliXCallout.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TilliXCallout.d.ts","sourceRoot":"","sources":["../../../../src/config/gui-options/html-components/TilliXCallout.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;CAgBjB,CAAC;gCAGM,MAAM,OAAO,YAAY,YACrB,OAAO,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,KAC1B,MAAM;AAHT,wBAWQ"}
|