@alfadocs/ui-kit 0.62.0 → 0.64.0
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/_chunks/{ai-prompt-input-C6sCr1Vi.js → ai-prompt-input-Dx8eXoPm.js} +2 -2
- package/dist/_chunks/{audio-recorder-D6OVfNiZ.js → audio-recorder-CdXuT9ln.js} +2 -2
- package/dist/_chunks/{bishop-score-B9tvgoIq.js → bishop-score-CzjSx-dm.js} +2 -2
- package/dist/_chunks/{booking-BUV9fspj.js → booking-ChfvWy3P.js} +2 -2
- package/dist/_chunks/{care-plan-card-QmNpGggC.js → care-plan-card-DhZNoXs4.js} +2 -2
- package/dist/_chunks/{care-plan-entry-card-Cnra7vUc.js → care-plan-entry-card-DW70yBOD.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-D5C5tCfu.js → editable-currency-cell-renderer-BQgaKFCz.js} +2 -2
- package/dist/_chunks/finished-terminal-VjZ_-eDD.js +122 -0
- package/dist/_chunks/{gestational-age-calculator-AkNFfZYs.js → gestational-age-calculator-D85E8lGN.js} +2 -2
- package/dist/_chunks/{pregnancy-dating-Dg6dTe1p.js → pregnancy-dating-7NUaAfob.js} +2 -2
- package/dist/_chunks/{select-hsCaJSX3.js → select-CEtRcon5.js} +46 -45
- package/dist/_chunks/{tabs-BpPYVme_.js → tabs-BIQ0ew1T.js} +2 -2
- package/dist/_chunks/tooth-scheme-CiphQaON.js +1257 -0
- package/dist/_chunks/{unit-converter-3sINXO3m.js → unit-converter-BIbXHIQA.js} +2 -2
- package/dist/_chunks/use-countdown-Yd6ts0_a.js +26 -0
- package/dist/agent-catalog.json +55 -4
- package/dist/components/ai-prompt-input/index.js +1 -1
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/bishop-score/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/care-plan-card/index.js +1 -1
- package/dist/components/care-plan-entry-card/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/finished-terminal/finished-terminal.d.ts +55 -0
- package/dist/components/finished-terminal/index.d.ts +3 -0
- package/dist/components/finished-terminal/index.js +5 -0
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/pregnancy-dating/index.js +1 -1
- package/dist/components/select/index.js +1 -1
- package/dist/components/select/select.d.ts +8 -0
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tooth-scheme/index.d.ts +2 -2
- package/dist/components/tooth-scheme/index.js +22 -15
- package/dist/components/tooth-scheme/tooth-data.d.ts +79 -18
- package/dist/components/tooth-scheme/tooth-scheme.agent.d.ts +2 -0
- package/dist/components/tooth-scheme/tooth-scheme.d.ts +48 -1
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/hooks/index.js +79 -99
- package/dist/i18n/locales/ar.d.ts +22 -0
- package/dist/i18n/locales/ar.js +23 -1
- package/dist/i18n/locales/de.d.ts +22 -0
- package/dist/i18n/locales/de.js +23 -1
- package/dist/i18n/locales/el.d.ts +22 -0
- package/dist/i18n/locales/el.js +23 -1
- package/dist/i18n/locales/en.d.ts +22 -0
- package/dist/i18n/locales/en.js +23 -1
- package/dist/i18n/locales/es.d.ts +22 -0
- package/dist/i18n/locales/es.js +23 -1
- package/dist/i18n/locales/fr.d.ts +22 -0
- package/dist/i18n/locales/fr.js +23 -1
- package/dist/i18n/locales/hi.d.ts +22 -0
- package/dist/i18n/locales/hi.js +23 -1
- package/dist/i18n/locales/it.d.ts +22 -0
- package/dist/i18n/locales/it.js +23 -1
- package/dist/i18n/locales/ja.d.ts +22 -0
- package/dist/i18n/locales/ja.js +23 -1
- package/dist/i18n/locales/nl.d.ts +22 -0
- package/dist/i18n/locales/nl.js +23 -1
- package/dist/i18n/locales/pl.d.ts +22 -0
- package/dist/i18n/locales/pl.js +23 -1
- package/dist/i18n/locales/pt.d.ts +22 -0
- package/dist/i18n/locales/pt.js +23 -1
- package/dist/i18n/locales/ro.d.ts +22 -0
- package/dist/i18n/locales/ro.js +23 -1
- package/dist/i18n/locales/ru.d.ts +22 -0
- package/dist/i18n/locales/ru.js +23 -1
- package/dist/i18n/locales/sq.d.ts +22 -0
- package/dist/i18n/locales/sq.js +23 -1
- package/dist/i18n/locales/sv.d.ts +22 -0
- package/dist/i18n/locales/sv.js +23 -1
- package/dist/i18n/locales/tr.d.ts +22 -0
- package/dist/i18n/locales/tr.js +23 -1
- package/dist/i18n/locales/zh.d.ts +22 -0
- package/dist/i18n/locales/zh.js +23 -1
- package/dist/index.js +354 -345
- package/dist/locales/ar.json +23 -1
- package/dist/locales/de.json +23 -1
- package/dist/locales/el.json +23 -1
- package/dist/locales/en.json +23 -1
- package/dist/locales/es.json +23 -1
- package/dist/locales/fr.json +23 -1
- package/dist/locales/hi.json +23 -1
- package/dist/locales/it.json +23 -1
- package/dist/locales/ja.json +23 -1
- package/dist/locales/nl.json +23 -1
- package/dist/locales/pl.json +23 -1
- package/dist/locales/pt.json +23 -1
- package/dist/locales/ro.json +23 -1
- package/dist/locales/ru.json +23 -1
- package/dist/locales/sq.json +23 -1
- package/dist/locales/sv.json +23 -1
- package/dist/locales/tr.json +23 -1
- package/dist/locales/zh.json +23 -1
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
- package/dist/_chunks/tooth-scheme-CxlsLjfN.js +0 -753
package/dist/hooks/index.js
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { u as
|
|
3
|
-
import { u as
|
|
4
|
-
import { u as
|
|
5
|
-
import { u as
|
|
6
|
-
import { A as
|
|
7
|
-
import { u as
|
|
8
|
-
import { u as
|
|
9
|
-
import { u as
|
|
10
|
-
import { useState as
|
|
11
|
-
import { u as
|
|
12
|
-
import { u as
|
|
13
|
-
import { u as
|
|
14
|
-
import { u as
|
|
15
|
-
import { u as
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
import { u as v } from "../_chunks/use-prefers-reduced-motion-BMwIQRjB.js";
|
|
2
|
+
import { u as D } from "../_chunks/use-media-query-CcAx5SMM.js";
|
|
3
|
+
import { u as g, a as _ } from "../_chunks/use-signing-session-CyOZWinp.js";
|
|
4
|
+
import { u as I } from "../_chunks/use-count-up-BLLetaZ8.js";
|
|
5
|
+
import { u as R } from "../_chunks/use-locale-BkCIHujH.js";
|
|
6
|
+
import { A as K, T as H, a as M, r as Y, t as q, u as B } from "../_chunks/use-theme-CAuo6EYT.js";
|
|
7
|
+
import { u as P } from "../_chunks/use-controllable-state-BiY4xTzM.js";
|
|
8
|
+
import { u as V } from "../_chunks/use-copy-to-clipboard-Cyfc_dlv.js";
|
|
9
|
+
import { u as z } from "../_chunks/use-debounced-callback-BisrB-Fq.js";
|
|
10
|
+
import { useState as x, useRef as b, useEffect as E } from "react";
|
|
11
|
+
import { u as W, a as J } from "../_chunks/use-direction-Dp8h70PP.js";
|
|
12
|
+
import { u as X } from "../_chunks/use-persistent-state-i23OWy6G.js";
|
|
13
|
+
import { u as $ } from "../_chunks/use-isomorphic-layout-effect-BGfaCOP1.js";
|
|
14
|
+
import { u as te } from "../_chunks/use-web-otp-D_utzp6S.js";
|
|
15
|
+
import { u as oe } from "../_chunks/use-edge-resize-ZnGG7gyO.js";
|
|
16
|
+
import { u as ne } from "../_chunks/use-countdown-Yd6ts0_a.js";
|
|
17
|
+
function h(e, o) {
|
|
18
|
+
const [t, i] = x(e), u = b(null);
|
|
19
|
+
return E(() => {
|
|
20
|
+
if (o <= 0) {
|
|
21
|
+
u.current !== null && (clearTimeout(u.current), u.current = null), i(e);
|
|
21
22
|
return;
|
|
22
23
|
}
|
|
23
24
|
const s = setTimeout(() => {
|
|
24
|
-
i(e),
|
|
25
|
-
},
|
|
26
|
-
return
|
|
27
|
-
}, [e,
|
|
25
|
+
i(e), u.current = null;
|
|
26
|
+
}, o);
|
|
27
|
+
return u.current = s, () => clearTimeout(s);
|
|
28
|
+
}, [e, o]), t;
|
|
28
29
|
}
|
|
29
|
-
const
|
|
30
|
+
const T = [
|
|
30
31
|
"a[href]",
|
|
31
32
|
"button:not([disabled])",
|
|
32
33
|
'input:not([disabled]):not([type="hidden"])',
|
|
@@ -37,96 +38,75 @@ const S = [
|
|
|
37
38
|
"audio[controls]",
|
|
38
39
|
"video[controls]"
|
|
39
40
|
].join(",");
|
|
40
|
-
function
|
|
41
|
+
function p(e) {
|
|
41
42
|
return Array.from(
|
|
42
|
-
e.querySelectorAll(
|
|
43
|
-
).filter((
|
|
44
|
-
if (
|
|
45
|
-
let
|
|
46
|
-
for (;
|
|
47
|
-
if (
|
|
48
|
-
|
|
43
|
+
e.querySelectorAll(T)
|
|
44
|
+
).filter((o) => {
|
|
45
|
+
if (o.hidden) return !1;
|
|
46
|
+
let t = o;
|
|
47
|
+
for (; t; ) {
|
|
48
|
+
if (t.hasAttribute("inert") || t.getAttribute("aria-hidden") === "true") return !1;
|
|
49
|
+
t = t.parentElement;
|
|
49
50
|
}
|
|
50
51
|
return !0;
|
|
51
52
|
});
|
|
52
53
|
}
|
|
53
|
-
function
|
|
54
|
-
const { enabled:
|
|
55
|
-
|
|
56
|
-
if (!
|
|
57
|
-
const
|
|
58
|
-
if (!
|
|
54
|
+
function C(e, o = {}) {
|
|
55
|
+
const { enabled: t = !0, autoFocus: i = !0, restoreFocus: u = !0 } = o, s = b(null);
|
|
56
|
+
E(() => {
|
|
57
|
+
if (!t) return;
|
|
58
|
+
const a = e.current;
|
|
59
|
+
if (!a) return;
|
|
59
60
|
if (s.current = typeof document < "u" && document.activeElement instanceof HTMLElement ? document.activeElement : null, i) {
|
|
60
|
-
const
|
|
61
|
-
|
|
61
|
+
const n = p(a)[0] ?? (a.tabIndex >= -1 ? a : null);
|
|
62
|
+
n == null || n.focus();
|
|
62
63
|
}
|
|
63
|
-
function l(
|
|
64
|
-
if (
|
|
65
|
-
const
|
|
66
|
-
if (!
|
|
67
|
-
const
|
|
68
|
-
if (
|
|
69
|
-
|
|
64
|
+
function l(r) {
|
|
65
|
+
if (r.key !== "Tab") return;
|
|
66
|
+
const n = e.current;
|
|
67
|
+
if (!n) return;
|
|
68
|
+
const c = p(n);
|
|
69
|
+
if (c.length === 0) {
|
|
70
|
+
r.preventDefault();
|
|
70
71
|
return;
|
|
71
72
|
}
|
|
72
|
-
const
|
|
73
|
-
|
|
73
|
+
const d = c[0], m = c[c.length - 1], f = document.activeElement;
|
|
74
|
+
r.shiftKey ? (f === d || !n.contains(f)) && (r.preventDefault(), m.focus()) : (f === m || !n.contains(f)) && (r.preventDefault(), d.focus());
|
|
74
75
|
}
|
|
75
|
-
return
|
|
76
|
-
if (
|
|
77
|
-
const
|
|
76
|
+
return a.addEventListener("keydown", l), () => {
|
|
77
|
+
if (a.removeEventListener("keydown", l), u && s.current) {
|
|
78
|
+
const r = s.current;
|
|
78
79
|
requestAnimationFrame(() => {
|
|
79
|
-
|
|
80
|
+
r.isConnected && r.focus();
|
|
80
81
|
});
|
|
81
82
|
}
|
|
82
83
|
};
|
|
83
|
-
}, [
|
|
84
|
-
}
|
|
85
|
-
function g(e, u = {}) {
|
|
86
|
-
const { autoStart: r = !0, onElapsed: i } = u, [n, s] = b(e), [o, l] = b(r), t = E(i);
|
|
87
|
-
m(() => {
|
|
88
|
-
t.current = i;
|
|
89
|
-
}, [i]);
|
|
90
|
-
const a = x(() => {
|
|
91
|
-
s(e), l(!0);
|
|
92
|
-
}, [e]), f = x(() => {
|
|
93
|
-
s(e), l(!1);
|
|
94
|
-
}, [e]);
|
|
95
|
-
return m(() => {
|
|
96
|
-
if (!o) return;
|
|
97
|
-
const c = setInterval(() => {
|
|
98
|
-
s((d) => Math.max(0, d - 1));
|
|
99
|
-
}, 1e3);
|
|
100
|
-
return () => clearInterval(c);
|
|
101
|
-
}, [o]), m(() => {
|
|
102
|
-
var c;
|
|
103
|
-
o && n <= 0 && (l(!1), (c = t.current) == null || c.call(t));
|
|
104
|
-
}, [o, n]), { remaining: n, isRunning: o, start: a, reset: f };
|
|
84
|
+
}, [t, i, u, e]);
|
|
105
85
|
}
|
|
106
86
|
export {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
87
|
+
K as ACCESSIBILITY_STORAGE_KEY,
|
|
88
|
+
H as THEME_CLASS,
|
|
89
|
+
M as THEME_STORAGE_KEY,
|
|
90
|
+
Y as resolveTheme,
|
|
91
|
+
q as themeClassList,
|
|
92
|
+
P as useControllableState,
|
|
93
|
+
V as useCopyToClipboard,
|
|
94
|
+
I as useCountUp,
|
|
95
|
+
ne as useCountdown,
|
|
96
|
+
z as useDebouncedCallback,
|
|
97
|
+
h as useDebouncedValue,
|
|
98
|
+
W as useDirection,
|
|
99
|
+
J as useDocumentDirection,
|
|
100
|
+
oe as useEdgeResize,
|
|
101
|
+
C as useFocusTrap,
|
|
102
|
+
$ as useIsomorphicLayoutEffect,
|
|
103
|
+
R as useLocale,
|
|
104
|
+
D as useMediaQuery,
|
|
105
|
+
X as usePersistentState,
|
|
106
|
+
v as usePrefersReducedMotion,
|
|
107
|
+
g as useScrollToFirstError,
|
|
128
108
|
_ as useSigningSession,
|
|
129
|
-
|
|
130
|
-
|
|
109
|
+
B as useTheme,
|
|
110
|
+
te as useWebOtp
|
|
131
111
|
};
|
|
132
112
|
//# sourceMappingURL=index.js.map
|
|
@@ -1714,6 +1714,11 @@ export declare const arUi: {
|
|
|
1714
1714
|
readonly invalidReturnUrl: "يجب أن يتطابق رابط العودة مع أصل هذا الموقع. لم يتم إرسال الدفع.";
|
|
1715
1715
|
};
|
|
1716
1716
|
};
|
|
1717
|
+
readonly finishedTerminal: {
|
|
1718
|
+
readonly autoClose: "ستُغلق هذه النافذة خلال {{seconds}} ثانية.";
|
|
1719
|
+
readonly closeNow: "إغلاق الآن";
|
|
1720
|
+
readonly redirecting: "جارٍ التحويل…";
|
|
1721
|
+
};
|
|
1717
1722
|
readonly signatureField: {
|
|
1718
1723
|
readonly prompt: "انقر للتوقيع";
|
|
1719
1724
|
readonly unsigned: "وقّع هنا";
|
|
@@ -1918,11 +1923,23 @@ export declare const arUi: {
|
|
|
1918
1923
|
readonly toothScheme: {
|
|
1919
1924
|
readonly ariaLabel: "مخطط الأسنان";
|
|
1920
1925
|
readonly legendLabel: "دليل الحالات";
|
|
1926
|
+
readonly view: {
|
|
1927
|
+
readonly side: "عرض جانبي";
|
|
1928
|
+
readonly occlusal: "عرض إطباقي";
|
|
1929
|
+
readonly both: "كلا العرضين";
|
|
1930
|
+
};
|
|
1921
1931
|
readonly dentition: {
|
|
1922
1932
|
readonly permanent: "أسنان دائمة";
|
|
1923
1933
|
readonly primary: "أسنان لبنية";
|
|
1924
1934
|
readonly mixed: "تسنين مختلط";
|
|
1925
1935
|
};
|
|
1936
|
+
readonly options: {
|
|
1937
|
+
readonly label: "خيارات المخطط";
|
|
1938
|
+
readonly legend: "مفتاح";
|
|
1939
|
+
readonly dentition: "الأسنان";
|
|
1940
|
+
readonly numbering: "الترقيم";
|
|
1941
|
+
readonly view: "العرض";
|
|
1942
|
+
};
|
|
1926
1943
|
readonly anatomy: {
|
|
1927
1944
|
readonly incisor: "قاطعة";
|
|
1928
1945
|
readonly canine: "ناب";
|
|
@@ -1936,6 +1953,11 @@ export declare const arUi: {
|
|
|
1936
1953
|
readonly missing: "مفقود";
|
|
1937
1954
|
readonly implant: "زرعة";
|
|
1938
1955
|
readonly rootCanal: "علاج جذر";
|
|
1956
|
+
readonly temporaryCrown: "تاج مؤقت";
|
|
1957
|
+
readonly bridge: "جسر";
|
|
1958
|
+
readonly destroyed: "مُهدَّم";
|
|
1959
|
+
readonly implantExtraction: "إزالة زرعة";
|
|
1960
|
+
readonly stub: "جذر متبقٍ";
|
|
1939
1961
|
};
|
|
1940
1962
|
readonly surface: {
|
|
1941
1963
|
readonly mesial: "وسطاني";
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -1697,6 +1697,11 @@ const e = {
|
|
|
1697
1697
|
invalidReturnUrl: "يجب أن يتطابق رابط العودة مع أصل هذا الموقع. لم يتم إرسال الدفع."
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
|
+
finishedTerminal: {
|
|
1701
|
+
autoClose: "ستُغلق هذه النافذة خلال {{seconds}} ثانية.",
|
|
1702
|
+
closeNow: "إغلاق الآن",
|
|
1703
|
+
redirecting: "جارٍ التحويل…"
|
|
1704
|
+
},
|
|
1700
1705
|
signatureField: {
|
|
1701
1706
|
prompt: "انقر للتوقيع",
|
|
1702
1707
|
unsigned: "وقّع هنا",
|
|
@@ -1901,11 +1906,23 @@ const e = {
|
|
|
1901
1906
|
toothScheme: {
|
|
1902
1907
|
ariaLabel: "مخطط الأسنان",
|
|
1903
1908
|
legendLabel: "دليل الحالات",
|
|
1909
|
+
view: {
|
|
1910
|
+
side: "عرض جانبي",
|
|
1911
|
+
occlusal: "عرض إطباقي",
|
|
1912
|
+
both: "كلا العرضين"
|
|
1913
|
+
},
|
|
1904
1914
|
dentition: {
|
|
1905
1915
|
permanent: "أسنان دائمة",
|
|
1906
1916
|
primary: "أسنان لبنية",
|
|
1907
1917
|
mixed: "تسنين مختلط"
|
|
1908
1918
|
},
|
|
1919
|
+
options: {
|
|
1920
|
+
label: "خيارات المخطط",
|
|
1921
|
+
legend: "مفتاح",
|
|
1922
|
+
dentition: "الأسنان",
|
|
1923
|
+
numbering: "الترقيم",
|
|
1924
|
+
view: "العرض"
|
|
1925
|
+
},
|
|
1909
1926
|
anatomy: {
|
|
1910
1927
|
incisor: "قاطعة",
|
|
1911
1928
|
canine: "ناب",
|
|
@@ -1918,7 +1935,12 @@ const e = {
|
|
|
1918
1935
|
crowned: "مُتوَّج",
|
|
1919
1936
|
missing: "مفقود",
|
|
1920
1937
|
implant: "زرعة",
|
|
1921
|
-
rootCanal: "علاج جذر"
|
|
1938
|
+
rootCanal: "علاج جذر",
|
|
1939
|
+
temporaryCrown: "تاج مؤقت",
|
|
1940
|
+
bridge: "جسر",
|
|
1941
|
+
destroyed: "مُهدَّم",
|
|
1942
|
+
implantExtraction: "إزالة زرعة",
|
|
1943
|
+
stub: "جذر متبقٍ"
|
|
1922
1944
|
},
|
|
1923
1945
|
surface: {
|
|
1924
1946
|
mesial: "وسطاني",
|
|
@@ -1714,6 +1714,11 @@ export declare const deUi: {
|
|
|
1714
1714
|
readonly invalidReturnUrl: "Die Rückleitungs-URL muss mit dem Ursprung dieser Website übereinstimmen. Die Zahlung wurde nicht gesendet.";
|
|
1715
1715
|
};
|
|
1716
1716
|
};
|
|
1717
|
+
readonly finishedTerminal: {
|
|
1718
|
+
readonly autoClose: "Dieser Tab wird in {{seconds}} Sek. geschlossen.";
|
|
1719
|
+
readonly closeNow: "Jetzt schließen";
|
|
1720
|
+
readonly redirecting: "Weiterleitung…";
|
|
1721
|
+
};
|
|
1717
1722
|
readonly signatureField: {
|
|
1718
1723
|
readonly prompt: "Zum Signieren klicken";
|
|
1719
1724
|
readonly unsigned: "Hier unterschreiben";
|
|
@@ -1918,11 +1923,23 @@ export declare const deUi: {
|
|
|
1918
1923
|
readonly toothScheme: {
|
|
1919
1924
|
readonly ariaLabel: "Zahnschema";
|
|
1920
1925
|
readonly legendLabel: "Legende der Zustände";
|
|
1926
|
+
readonly view: {
|
|
1927
|
+
readonly side: "Seitenansicht";
|
|
1928
|
+
readonly occlusal: "Okklusalansicht";
|
|
1929
|
+
readonly both: "Beide Ansichten";
|
|
1930
|
+
};
|
|
1921
1931
|
readonly dentition: {
|
|
1922
1932
|
readonly permanent: "Bleibendes Gebiss";
|
|
1923
1933
|
readonly primary: "Milchgebiss";
|
|
1924
1934
|
readonly mixed: "Wechselgebiss";
|
|
1925
1935
|
};
|
|
1936
|
+
readonly options: {
|
|
1937
|
+
readonly label: "Diagrammoptionen";
|
|
1938
|
+
readonly legend: "Legende";
|
|
1939
|
+
readonly dentition: "Zähne";
|
|
1940
|
+
readonly numbering: "Nummerierung";
|
|
1941
|
+
readonly view: "Ansicht";
|
|
1942
|
+
};
|
|
1926
1943
|
readonly anatomy: {
|
|
1927
1944
|
readonly incisor: "Schneidezahn";
|
|
1928
1945
|
readonly canine: "Eckzahn";
|
|
@@ -1936,6 +1953,11 @@ export declare const deUi: {
|
|
|
1936
1953
|
readonly missing: "Fehlend";
|
|
1937
1954
|
readonly implant: "Implantat";
|
|
1938
1955
|
readonly rootCanal: "Wurzelkanalbehandlung";
|
|
1956
|
+
readonly temporaryCrown: "Provisorische Krone";
|
|
1957
|
+
readonly bridge: "Brücke";
|
|
1958
|
+
readonly destroyed: "Zerstört";
|
|
1959
|
+
readonly implantExtraction: "Explantation";
|
|
1960
|
+
readonly stub: "Wurzelrest";
|
|
1939
1961
|
};
|
|
1940
1962
|
readonly surface: {
|
|
1941
1963
|
readonly mesial: "Mesial";
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1696,6 +1696,11 @@ const e = {
|
|
|
1696
1696
|
invalidReturnUrl: "Die Rückleitungs-URL muss mit dem Ursprung dieser Website übereinstimmen. Die Zahlung wurde nicht gesendet."
|
|
1697
1697
|
}
|
|
1698
1698
|
},
|
|
1699
|
+
finishedTerminal: {
|
|
1700
|
+
autoClose: "Dieser Tab wird in {{seconds}} Sek. geschlossen.",
|
|
1701
|
+
closeNow: "Jetzt schließen",
|
|
1702
|
+
redirecting: "Weiterleitung…"
|
|
1703
|
+
},
|
|
1699
1704
|
signatureField: {
|
|
1700
1705
|
prompt: "Zum Signieren klicken",
|
|
1701
1706
|
unsigned: "Hier unterschreiben",
|
|
@@ -1900,11 +1905,23 @@ const e = {
|
|
|
1900
1905
|
toothScheme: {
|
|
1901
1906
|
ariaLabel: "Zahnschema",
|
|
1902
1907
|
legendLabel: "Legende der Zustände",
|
|
1908
|
+
view: {
|
|
1909
|
+
side: "Seitenansicht",
|
|
1910
|
+
occlusal: "Okklusalansicht",
|
|
1911
|
+
both: "Beide Ansichten"
|
|
1912
|
+
},
|
|
1903
1913
|
dentition: {
|
|
1904
1914
|
permanent: "Bleibendes Gebiss",
|
|
1905
1915
|
primary: "Milchgebiss",
|
|
1906
1916
|
mixed: "Wechselgebiss"
|
|
1907
1917
|
},
|
|
1918
|
+
options: {
|
|
1919
|
+
label: "Diagrammoptionen",
|
|
1920
|
+
legend: "Legende",
|
|
1921
|
+
dentition: "Zähne",
|
|
1922
|
+
numbering: "Nummerierung",
|
|
1923
|
+
view: "Ansicht"
|
|
1924
|
+
},
|
|
1908
1925
|
anatomy: {
|
|
1909
1926
|
incisor: "Schneidezahn",
|
|
1910
1927
|
canine: "Eckzahn",
|
|
@@ -1917,7 +1934,12 @@ const e = {
|
|
|
1917
1934
|
crowned: "Überkront",
|
|
1918
1935
|
missing: "Fehlend",
|
|
1919
1936
|
implant: "Implantat",
|
|
1920
|
-
rootCanal: "Wurzelkanalbehandlung"
|
|
1937
|
+
rootCanal: "Wurzelkanalbehandlung",
|
|
1938
|
+
temporaryCrown: "Provisorische Krone",
|
|
1939
|
+
bridge: "Brücke",
|
|
1940
|
+
destroyed: "Zerstört",
|
|
1941
|
+
implantExtraction: "Explantation",
|
|
1942
|
+
stub: "Wurzelrest"
|
|
1921
1943
|
},
|
|
1922
1944
|
surface: {
|
|
1923
1945
|
mesial: "Mesial",
|
|
@@ -1711,6 +1711,11 @@ export declare const elUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "Η διεύθυνση URL επιστροφής πρέπει να αντιστοιχεί στην προέλευση αυτού του ιστότοπου. Η πληρωμή δεν υποβλήθηκε.";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "Αυτή η καρτέλα θα κλείσει σε {{seconds}} δευτ.";
|
|
1716
|
+
readonly closeNow: "Κλείσιμο τώρα";
|
|
1717
|
+
readonly redirecting: "Ανακατεύθυνση…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "Κάντε κλικ για υπογραφή";
|
|
1716
1721
|
readonly unsigned: "Υπογράψτε εδώ";
|
|
@@ -1915,11 +1920,23 @@ export declare const elUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "Οδοντόγραμμα";
|
|
1917
1922
|
readonly legendLabel: "Υπόμνημα καταστάσεων";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "Πλάγια όψη";
|
|
1925
|
+
readonly occlusal: "Ωκλουσιακή όψη";
|
|
1926
|
+
readonly both: "Και οι δύο όψεις";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "Μόνιμη οδοντοφυΐα";
|
|
1920
1930
|
readonly primary: "Νηπιακή οδοντοφυΐα";
|
|
1921
1931
|
readonly mixed: "Μικτή οδοντοφυΐα";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "Επιλογές διαγράμματος";
|
|
1935
|
+
readonly legend: "Υπόμνημα";
|
|
1936
|
+
readonly dentition: "Δόντια";
|
|
1937
|
+
readonly numbering: "Αρίθμηση";
|
|
1938
|
+
readonly view: "Προβολή";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "Τομέας";
|
|
1925
1942
|
readonly canine: "Κυνόδοντας";
|
|
@@ -1933,6 +1950,11 @@ export declare const elUi: {
|
|
|
1933
1950
|
readonly missing: "Ελλείπον";
|
|
1934
1951
|
readonly implant: "Εμφύτευμα";
|
|
1935
1952
|
readonly rootCanal: "Ενδοδοντική θεραπεία";
|
|
1953
|
+
readonly temporaryCrown: "Προσωρινή στεφάνη";
|
|
1954
|
+
readonly bridge: "Γέφυρα";
|
|
1955
|
+
readonly destroyed: "Κατεστραμμένο";
|
|
1956
|
+
readonly implantExtraction: "Αφαίρεση εμφυτεύματος";
|
|
1957
|
+
readonly stub: "Κολόβωμα";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "Μεσιαία";
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -1697,6 +1697,11 @@ const e = {
|
|
|
1697
1697
|
invalidReturnUrl: "Η διεύθυνση URL επιστροφής πρέπει να αντιστοιχεί στην προέλευση αυτού του ιστότοπου. Η πληρωμή δεν υποβλήθηκε."
|
|
1698
1698
|
}
|
|
1699
1699
|
},
|
|
1700
|
+
finishedTerminal: {
|
|
1701
|
+
autoClose: "Αυτή η καρτέλα θα κλείσει σε {{seconds}} δευτ.",
|
|
1702
|
+
closeNow: "Κλείσιμο τώρα",
|
|
1703
|
+
redirecting: "Ανακατεύθυνση…"
|
|
1704
|
+
},
|
|
1700
1705
|
signatureField: {
|
|
1701
1706
|
prompt: "Κάντε κλικ για υπογραφή",
|
|
1702
1707
|
unsigned: "Υπογράψτε εδώ",
|
|
@@ -1901,11 +1906,23 @@ const e = {
|
|
|
1901
1906
|
toothScheme: {
|
|
1902
1907
|
ariaLabel: "Οδοντόγραμμα",
|
|
1903
1908
|
legendLabel: "Υπόμνημα καταστάσεων",
|
|
1909
|
+
view: {
|
|
1910
|
+
side: "Πλάγια όψη",
|
|
1911
|
+
occlusal: "Ωκλουσιακή όψη",
|
|
1912
|
+
both: "Και οι δύο όψεις"
|
|
1913
|
+
},
|
|
1904
1914
|
dentition: {
|
|
1905
1915
|
permanent: "Μόνιμη οδοντοφυΐα",
|
|
1906
1916
|
primary: "Νηπιακή οδοντοφυΐα",
|
|
1907
1917
|
mixed: "Μικτή οδοντοφυΐα"
|
|
1908
1918
|
},
|
|
1919
|
+
options: {
|
|
1920
|
+
label: "Επιλογές διαγράμματος",
|
|
1921
|
+
legend: "Υπόμνημα",
|
|
1922
|
+
dentition: "Δόντια",
|
|
1923
|
+
numbering: "Αρίθμηση",
|
|
1924
|
+
view: "Προβολή"
|
|
1925
|
+
},
|
|
1909
1926
|
anatomy: {
|
|
1910
1927
|
incisor: "Τομέας",
|
|
1911
1928
|
canine: "Κυνόδοντας",
|
|
@@ -1918,7 +1935,12 @@ const e = {
|
|
|
1918
1935
|
crowned: "Στεφάνη",
|
|
1919
1936
|
missing: "Ελλείπον",
|
|
1920
1937
|
implant: "Εμφύτευμα",
|
|
1921
|
-
rootCanal: "Ενδοδοντική θεραπεία"
|
|
1938
|
+
rootCanal: "Ενδοδοντική θεραπεία",
|
|
1939
|
+
temporaryCrown: "Προσωρινή στεφάνη",
|
|
1940
|
+
bridge: "Γέφυρα",
|
|
1941
|
+
destroyed: "Κατεστραμμένο",
|
|
1942
|
+
implantExtraction: "Αφαίρεση εμφυτεύματος",
|
|
1943
|
+
stub: "Κολόβωμα"
|
|
1922
1944
|
},
|
|
1923
1945
|
surface: {
|
|
1924
1946
|
mesial: "Μεσιαία",
|
|
@@ -1711,6 +1711,11 @@ export declare const enUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "Return URL must match this site’s origin. The payment was not submitted.";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "This tab will close in {{seconds}} sec.";
|
|
1716
|
+
readonly closeNow: "Close now";
|
|
1717
|
+
readonly redirecting: "Redirecting…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "Click to sign";
|
|
1716
1721
|
readonly unsigned: "Sign here";
|
|
@@ -1915,11 +1920,23 @@ export declare const enUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "Dental chart";
|
|
1917
1922
|
readonly legendLabel: "Condition legend";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "Side view";
|
|
1925
|
+
readonly occlusal: "Occlusal view";
|
|
1926
|
+
readonly both: "Both views";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "Permanent dentition";
|
|
1920
1930
|
readonly primary: "Primary dentition";
|
|
1921
1931
|
readonly mixed: "Mixed dentition";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "Chart options";
|
|
1935
|
+
readonly legend: "Legend";
|
|
1936
|
+
readonly dentition: "Teeth";
|
|
1937
|
+
readonly numbering: "Numbering";
|
|
1938
|
+
readonly view: "View";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "Incisor";
|
|
1925
1942
|
readonly canine: "Canine";
|
|
@@ -1933,6 +1950,11 @@ export declare const enUi: {
|
|
|
1933
1950
|
readonly missing: "Missing";
|
|
1934
1951
|
readonly implant: "Implant";
|
|
1935
1952
|
readonly rootCanal: "Root canal";
|
|
1953
|
+
readonly temporaryCrown: "Temporary crown";
|
|
1954
|
+
readonly bridge: "Bridge";
|
|
1955
|
+
readonly destroyed: "Destroyed";
|
|
1956
|
+
readonly implantExtraction: "Implant extraction";
|
|
1957
|
+
readonly stub: "Stub";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "Mesial";
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1690,6 +1690,11 @@ const e = {
|
|
|
1690
1690
|
invalidReturnUrl: "Return URL must match this site’s origin. The payment was not submitted."
|
|
1691
1691
|
}
|
|
1692
1692
|
},
|
|
1693
|
+
finishedTerminal: {
|
|
1694
|
+
autoClose: "This tab will close in {{seconds}} sec.",
|
|
1695
|
+
closeNow: "Close now",
|
|
1696
|
+
redirecting: "Redirecting…"
|
|
1697
|
+
},
|
|
1693
1698
|
signatureField: {
|
|
1694
1699
|
prompt: "Click to sign",
|
|
1695
1700
|
unsigned: "Sign here",
|
|
@@ -1897,11 +1902,23 @@ const e = {
|
|
|
1897
1902
|
toothScheme: {
|
|
1898
1903
|
ariaLabel: "Dental chart",
|
|
1899
1904
|
legendLabel: "Condition legend",
|
|
1905
|
+
view: {
|
|
1906
|
+
side: "Side view",
|
|
1907
|
+
occlusal: "Occlusal view",
|
|
1908
|
+
both: "Both views"
|
|
1909
|
+
},
|
|
1900
1910
|
dentition: {
|
|
1901
1911
|
permanent: "Permanent dentition",
|
|
1902
1912
|
primary: "Primary dentition",
|
|
1903
1913
|
mixed: "Mixed dentition"
|
|
1904
1914
|
},
|
|
1915
|
+
options: {
|
|
1916
|
+
label: "Chart options",
|
|
1917
|
+
legend: "Legend",
|
|
1918
|
+
dentition: "Teeth",
|
|
1919
|
+
numbering: "Numbering",
|
|
1920
|
+
view: "View"
|
|
1921
|
+
},
|
|
1905
1922
|
anatomy: {
|
|
1906
1923
|
incisor: "Incisor",
|
|
1907
1924
|
canine: "Canine",
|
|
@@ -1914,7 +1931,12 @@ const e = {
|
|
|
1914
1931
|
crowned: "Crowned",
|
|
1915
1932
|
missing: "Missing",
|
|
1916
1933
|
implant: "Implant",
|
|
1917
|
-
rootCanal: "Root canal"
|
|
1934
|
+
rootCanal: "Root canal",
|
|
1935
|
+
temporaryCrown: "Temporary crown",
|
|
1936
|
+
bridge: "Bridge",
|
|
1937
|
+
destroyed: "Destroyed",
|
|
1938
|
+
implantExtraction: "Implant extraction",
|
|
1939
|
+
stub: "Stub"
|
|
1918
1940
|
},
|
|
1919
1941
|
surface: {
|
|
1920
1942
|
mesial: "Mesial",
|
|
@@ -1711,6 +1711,11 @@ export declare const esUi: {
|
|
|
1711
1711
|
readonly invalidReturnUrl: "La URL de retorno debe coincidir con el origen de este sitio. El pago no se ha enviado.";
|
|
1712
1712
|
};
|
|
1713
1713
|
};
|
|
1714
|
+
readonly finishedTerminal: {
|
|
1715
|
+
readonly autoClose: "Esta pestaña se cerrará en {{seconds}} s.";
|
|
1716
|
+
readonly closeNow: "Cerrar ahora";
|
|
1717
|
+
readonly redirecting: "Redirigiendo…";
|
|
1718
|
+
};
|
|
1714
1719
|
readonly signatureField: {
|
|
1715
1720
|
readonly prompt: "Haz clic para firmar";
|
|
1716
1721
|
readonly unsigned: "Firma aquí";
|
|
@@ -1915,11 +1920,23 @@ export declare const esUi: {
|
|
|
1915
1920
|
readonly toothScheme: {
|
|
1916
1921
|
readonly ariaLabel: "Esquema dental";
|
|
1917
1922
|
readonly legendLabel: "Leyenda de condiciones";
|
|
1923
|
+
readonly view: {
|
|
1924
|
+
readonly side: "Vista lateral";
|
|
1925
|
+
readonly occlusal: "Vista oclusal";
|
|
1926
|
+
readonly both: "Ambas vistas";
|
|
1927
|
+
};
|
|
1918
1928
|
readonly dentition: {
|
|
1919
1929
|
readonly permanent: "Dentición permanente";
|
|
1920
1930
|
readonly primary: "Dentición decidua";
|
|
1921
1931
|
readonly mixed: "Dentición mixta";
|
|
1922
1932
|
};
|
|
1933
|
+
readonly options: {
|
|
1934
|
+
readonly label: "Opciones del esquema";
|
|
1935
|
+
readonly legend: "Leyenda";
|
|
1936
|
+
readonly dentition: "Dientes";
|
|
1937
|
+
readonly numbering: "Numeración";
|
|
1938
|
+
readonly view: "Vista";
|
|
1939
|
+
};
|
|
1923
1940
|
readonly anatomy: {
|
|
1924
1941
|
readonly incisor: "Incisivo";
|
|
1925
1942
|
readonly canine: "Canino";
|
|
@@ -1933,6 +1950,11 @@ export declare const esUi: {
|
|
|
1933
1950
|
readonly missing: "Ausente";
|
|
1934
1951
|
readonly implant: "Implante";
|
|
1935
1952
|
readonly rootCanal: "Tratamiento de conductos";
|
|
1953
|
+
readonly temporaryCrown: "Corona provisional";
|
|
1954
|
+
readonly bridge: "Puente";
|
|
1955
|
+
readonly destroyed: "Destruido";
|
|
1956
|
+
readonly implantExtraction: "Explantación de implante";
|
|
1957
|
+
readonly stub: "Muñón";
|
|
1936
1958
|
};
|
|
1937
1959
|
readonly surface: {
|
|
1938
1960
|
readonly mesial: "Mesial";
|