@alfadocs/ui-kit 0.67.0 → 0.68.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-tools-rail-DfmewPUN.js → ai-tools-rail-CInA_1-E.js} +2 -2
- package/dist/_chunks/{appointment-tray-CQJ3Nbi5.js → appointment-tray-BMl89NPW.js} +2 -2
- package/dist/_chunks/{care-plan-card-CJei-nl9.js → care-plan-card-BwVUyUBb.js} +3 -3
- package/dist/_chunks/{care-plan-entry-card-EmfrbHu8.js → care-plan-entry-card-VzdQHcOL.js} +2 -2
- package/dist/_chunks/{color-picker-B7xsn6tX.js → color-picker-FXpItIaF.js} +171 -167
- package/dist/_chunks/{editable-currency-cell-renderer-BVJ04DkB.js → editable-currency-cell-renderer-DHOspPee.js} +906 -881
- package/dist/_chunks/{marketplace-app-shell-Bu-HD3fy.js → marketplace-app-shell-D4-T9Qzz.js} +2 -2
- package/dist/_chunks/{patient-shell-DrV_iekt.js → patient-shell-BfgufL_q.js} +2 -2
- package/dist/_chunks/{patient-summary-card-ByfIU8N0.js → patient-summary-card-hEmr4eTW.js} +2 -2
- package/dist/_chunks/{payment-request-card-yTjzKQCU.js → payment-request-card-CYE5vhZ0.js} +2 -2
- package/dist/_chunks/{rich-text-editor-BOQr5lHx.js → rich-text-editor-VawKN1FI.js} +884 -801
- package/dist/_chunks/{scroll-area-eccd_Uf-.js → scroll-area-5wNK0Cyz.js} +3 -3
- package/dist/_chunks/{sidebar-CGjIk_FQ.js → sidebar-DaB4ulxH.js} +344 -340
- package/dist/_chunks/{transaction-chip-BrW8P50O.js → transaction-chip-DK84XCBU.js} +31 -18
- package/dist/agent-catalog.json +1 -1
- package/dist/components/ai-tools-rail/index.js +1 -1
- package/dist/components/appointment-card/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/color-picker/index.js +1 -1
- package/dist/components/data-table/data-table.d.ts +1 -1
- package/dist/components/data-table/filters/date-range-filter.d.ts +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/data-table/toolbar.d.ts +4 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/payment-card/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +15 -0
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/transaction-chip/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +6 -1
- package/dist/i18n/locales/ar.js +8 -3
- package/dist/i18n/locales/de.d.ts +6 -1
- package/dist/i18n/locales/de.js +8 -3
- package/dist/i18n/locales/el.d.ts +6 -1
- package/dist/i18n/locales/el.js +8 -3
- package/dist/i18n/locales/en.d.ts +6 -1
- package/dist/i18n/locales/en.js +8 -3
- package/dist/i18n/locales/es.d.ts +6 -1
- package/dist/i18n/locales/es.js +8 -3
- package/dist/i18n/locales/fr.d.ts +6 -1
- package/dist/i18n/locales/fr.js +8 -3
- package/dist/i18n/locales/hi.d.ts +6 -1
- package/dist/i18n/locales/hi.js +8 -3
- package/dist/i18n/locales/it.d.ts +6 -1
- package/dist/i18n/locales/it.js +8 -3
- package/dist/i18n/locales/ja.d.ts +6 -1
- package/dist/i18n/locales/ja.js +8 -3
- package/dist/i18n/locales/nl.d.ts +6 -1
- package/dist/i18n/locales/nl.js +8 -3
- package/dist/i18n/locales/pl.d.ts +6 -1
- package/dist/i18n/locales/pl.js +8 -3
- package/dist/i18n/locales/pt.d.ts +6 -1
- package/dist/i18n/locales/pt.js +8 -3
- package/dist/i18n/locales/ro.d.ts +6 -1
- package/dist/i18n/locales/ro.js +8 -3
- package/dist/i18n/locales/ru.d.ts +6 -1
- package/dist/i18n/locales/ru.js +8 -3
- package/dist/i18n/locales/sq.d.ts +6 -1
- package/dist/i18n/locales/sq.js +8 -3
- package/dist/i18n/locales/sv.d.ts +6 -1
- package/dist/i18n/locales/sv.js +8 -3
- package/dist/i18n/locales/tr.d.ts +6 -1
- package/dist/i18n/locales/tr.js +8 -3
- package/dist/i18n/locales/zh.d.ts +6 -1
- package/dist/i18n/locales/zh.js +8 -3
- package/dist/index.js +14 -14
- package/dist/locales/ar.json +8 -3
- package/dist/locales/de.json +8 -3
- package/dist/locales/el.json +8 -3
- package/dist/locales/en.json +8 -3
- package/dist/locales/es.json +8 -3
- package/dist/locales/fr.json +8 -3
- package/dist/locales/hi.json +8 -3
- package/dist/locales/it.json +8 -3
- package/dist/locales/ja.json +8 -3
- package/dist/locales/nl.json +8 -3
- package/dist/locales/pl.json +8 -3
- package/dist/locales/pt.json +8 -3
- package/dist/locales/ro.json +8 -3
- package/dist/locales/ru.json +8 -3
- package/dist/locales/sq.json +8 -3
- package/dist/locales/sv.json +8 -3
- package/dist/locales/tr.json +8 -3
- package/dist/locales/zh.json +8 -3
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
|
@@ -101,31 +101,34 @@ const L = [
|
|
|
101
101
|
{ state: "settled", class: "ds:font-medium" }
|
|
102
102
|
]
|
|
103
103
|
}
|
|
104
|
-
), j = c(
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
md: "ds:[&>svg]:size-3.5",
|
|
111
|
-
lg: "ds:[&>svg]:size-4"
|
|
112
|
-
}
|
|
104
|
+
), j = c("ds:shrink-0 ds:[&>svg]:block", {
|
|
105
|
+
variants: {
|
|
106
|
+
size: {
|
|
107
|
+
sm: "ds:[&>svg]:size-3",
|
|
108
|
+
md: "ds:[&>svg]:size-3.5",
|
|
109
|
+
lg: "ds:[&>svg]:size-4"
|
|
113
110
|
},
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
111
|
+
// Only the direction-encoded debt/credit arrows flip in RTL; the
|
|
112
|
+
// non-directional glyphs (FileText, CalendarClock, Check) must not mirror.
|
|
113
|
+
directional: {
|
|
114
|
+
true: "ds:rtl:[&>svg]:-scale-x-100",
|
|
115
|
+
false: ""
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
defaultVariants: { size: "md", directional: !1 }
|
|
119
|
+
}), G = T(
|
|
117
120
|
({
|
|
118
121
|
state: e,
|
|
119
122
|
amount: v,
|
|
120
123
|
currency: r = D,
|
|
121
|
-
locale:
|
|
124
|
+
locale: f,
|
|
122
125
|
size: t = "md",
|
|
123
|
-
showLabel:
|
|
126
|
+
showLabel: m = !1,
|
|
124
127
|
className: u,
|
|
125
128
|
"aria-label": p,
|
|
126
129
|
...g
|
|
127
130
|
}, b) => {
|
|
128
|
-
const { t: o, i18n: h } = C(), a =
|
|
131
|
+
const { t: o, i18n: h } = C(), a = f ?? h.language ?? "en", x = F[e], i = M[e], n = Math.abs(v), y = new Intl.NumberFormat(a, {
|
|
129
132
|
style: "currency",
|
|
130
133
|
currency: r,
|
|
131
134
|
signDisplay: "never"
|
|
@@ -153,8 +156,18 @@ const L = [
|
|
|
153
156
|
}),
|
|
154
157
|
...g,
|
|
155
158
|
children: [
|
|
156
|
-
/* @__PURE__ */ s(
|
|
157
|
-
|
|
159
|
+
/* @__PURE__ */ s(
|
|
160
|
+
"span",
|
|
161
|
+
{
|
|
162
|
+
"aria-hidden": "true",
|
|
163
|
+
className: j({
|
|
164
|
+
size: t,
|
|
165
|
+
directional: e === "debt" || e === "credit"
|
|
166
|
+
}),
|
|
167
|
+
children: /* @__PURE__ */ s(x, {})
|
|
168
|
+
}
|
|
169
|
+
),
|
|
170
|
+
m && /* @__PURE__ */ s("span", { "aria-hidden": "true", className: "type-eyebrow", children: d }),
|
|
158
171
|
i && /* @__PURE__ */ s(
|
|
159
172
|
"span",
|
|
160
173
|
{
|
|
@@ -182,4 +195,4 @@ export {
|
|
|
182
195
|
G as T,
|
|
183
196
|
R as a
|
|
184
197
|
};
|
|
185
|
-
//# sourceMappingURL=transaction-chip-
|
|
198
|
+
//# sourceMappingURL=transaction-chip-DK84XCBU.js.map
|
package/dist/agent-catalog.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as n, a as p, b as e, c as o } from "../../_chunks/appointment-tray-
|
|
1
|
+
import { A as n, a as p, b as e, c as o } from "../../_chunks/appointment-tray-BMl89NPW.js";
|
|
2
2
|
import { i } from "../../_chunks/is-safe-url-DkETxeHz.js";
|
|
3
3
|
export {
|
|
4
4
|
n as AppointmentCard,
|
|
@@ -78,7 +78,7 @@ export declare const DataTable: (<TData = unknown>(props: DataTableProps<TData>
|
|
|
78
78
|
label?: string;
|
|
79
79
|
} & import("react").RefAttributes<HTMLButtonElement>>;
|
|
80
80
|
ColumnToggle: {
|
|
81
|
-
({ label, icon, footer }: import("./toolbar").ColumnToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
({ label, icon, footer, header }: import("./toolbar").ColumnToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
82
82
|
displayName: string;
|
|
83
83
|
};
|
|
84
84
|
BulkAction: import("react").ForwardRefExoticComponent<import("./toolbar").BulkActionProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -19,7 +19,7 @@ export interface DateRangeFilterModel {
|
|
|
19
19
|
dateFrom: string | null;
|
|
20
20
|
dateTo: string | null;
|
|
21
21
|
}
|
|
22
|
-
export declare function DateRangeFilter(props: CustomFilterProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare function DateRangeFilter(props: CustomFilterProps<unknown, unknown, DateRangeFilterModel>): import("react/jsx-runtime").JSX.Element;
|
|
23
23
|
/**
|
|
24
24
|
* Floating-filter companion for `DateRangeFilter`.
|
|
25
25
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as l, B as r, C as t, a as s, D as n, b as d, c as o, d as i, E as C, e as R, I as F, L as T, N as g, f as b, S as u, g as c, h as D, T as m, i as p, j as x, k as f, l as h, m as y, n as E, o as S, p as A, U as L, q as N, r as k, u as B } from "../../_chunks/editable-currency-cell-renderer-
|
|
1
|
+
import { A as l, B as r, C as t, a as s, D as n, b as d, c as o, d as i, E as C, e as R, I as F, L as T, N as g, f as b, S as u, g as c, h as D, T as m, i as p, j as x, k as f, l as h, m as y, n as E, o as S, p as A, U as L, q as N, r as k, u as B } from "../../_chunks/editable-currency-cell-renderer-DHOspPee.js";
|
|
2
2
|
export {
|
|
3
3
|
l as ActionsCellRenderer,
|
|
4
4
|
r as BalanceCellRenderer,
|
|
@@ -86,6 +86,9 @@ export interface ColumnToggleProps {
|
|
|
86
86
|
icon?: ReactNode;
|
|
87
87
|
/** Extra content rendered below the column list (e.g. a settings switch). */
|
|
88
88
|
footer?: ReactNode;
|
|
89
|
+
/** Extra content rendered above the column list, directly under the title
|
|
90
|
+
* (e.g. a grouping switch). */
|
|
91
|
+
header?: ReactNode;
|
|
89
92
|
}
|
|
90
93
|
export interface BulkActionProps extends Omit<ButtonProps, 'onClick' | 'children' | 'startIcon' | 'intent'> {
|
|
91
94
|
label: string;
|
|
@@ -105,7 +108,7 @@ export declare const Toolbar: import("react").ForwardRefExoticComponent<ToolbarR
|
|
|
105
108
|
label?: string;
|
|
106
109
|
} & import("react").RefAttributes<HTMLButtonElement>>;
|
|
107
110
|
ColumnToggle: {
|
|
108
|
-
({ label, icon, footer }: ColumnToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
111
|
+
({ label, icon, footer, header }: ColumnToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
109
112
|
displayName: string;
|
|
110
113
|
};
|
|
111
114
|
BulkAction: import("react").ForwardRefExoticComponent<BulkActionProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -67,6 +67,21 @@ export interface RichTextEditorProps {
|
|
|
67
67
|
onPartialTranscript: (text: string) => void;
|
|
68
68
|
onFinalTranscript: (text: string) => void;
|
|
69
69
|
}) => Promise<void>;
|
|
70
|
+
/**
|
|
71
|
+
* One-shot AI document actions (CONSUMER-PROVIDED backend). Each gets the
|
|
72
|
+
* current HTML + an AbortSignal and resolves with rewritten HTML; while one
|
|
73
|
+
* runs the editor is disabled with a spinner and the result replaces the whole
|
|
74
|
+
* document. `onProofread` corrects spelling/grammar; `onAutoFormat` tidies the
|
|
75
|
+
* document's structure/formatting. Each adds a FAB segment when provided.
|
|
76
|
+
*/
|
|
77
|
+
onProofread?: (ctx: {
|
|
78
|
+
html: string;
|
|
79
|
+
signal: AbortSignal;
|
|
80
|
+
}) => Promise<string>;
|
|
81
|
+
onAutoFormat?: (ctx: {
|
|
82
|
+
html: string;
|
|
83
|
+
signal: AbortSignal;
|
|
84
|
+
}) => Promise<string>;
|
|
70
85
|
}
|
|
71
86
|
/** Block/inline formats the editor can toggle via `applyFormat`. */
|
|
72
87
|
export type EditorFormat = 'bold' | 'italic' | 'strikethrough' | 'bulletedList' | 'numberedList' | 'heading' | 'quote' | 'paragraph';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as r, a as i, b as s, c as d, d as S, e as b, f as t, g as o, h as m, i as n, j as p, k as l, l as c, m as g, n as u, o as I, p as P, q as f, s as h, u as B } from "../../_chunks/sidebar-
|
|
1
|
+
import { S as r, a as i, b as s, c as d, d as S, e as b, f as t, g as o, h as m, i as n, j as p, k as l, l as c, m as g, n as u, o as I, p as P, q as f, s as h, u as B } from "../../_chunks/sidebar-DaB4ulxH.js";
|
|
2
2
|
import { u as k } from "../../_chunks/use-persistent-state-i23OWy6G.js";
|
|
3
3
|
export {
|
|
4
4
|
r as Sidebar,
|
|
@@ -224,6 +224,8 @@ export declare const arUi: {
|
|
|
224
224
|
readonly contrastPass: "كافٍ";
|
|
225
225
|
readonly contrastFail: "غير كافٍ";
|
|
226
226
|
readonly swatchLabel: "{{name}}, {{hex}}";
|
|
227
|
+
readonly paletteLabel: "لوحة الألوان";
|
|
228
|
+
readonly triggerLabel: "اختر اللون";
|
|
227
229
|
readonly invalidHex: "Hex غير صالح — تمت استعادة القيمة";
|
|
228
230
|
};
|
|
229
231
|
readonly datePicker: {
|
|
@@ -383,6 +385,7 @@ export declare const arUi: {
|
|
|
383
385
|
};
|
|
384
386
|
};
|
|
385
387
|
readonly dataTable: {
|
|
388
|
+
readonly actions: "الإجراءات";
|
|
386
389
|
readonly selected_zero: "{{count}} صف محدد";
|
|
387
390
|
readonly selected_one: "{{count}} صف محدد";
|
|
388
391
|
readonly selected_two: "{{count}} صفان محددان";
|
|
@@ -1668,7 +1671,6 @@ export declare const arUi: {
|
|
|
1668
1671
|
readonly textColor: "لون النص";
|
|
1669
1672
|
readonly highlightColor: "تمييز";
|
|
1670
1673
|
readonly color: {
|
|
1671
|
-
readonly apply: "تطبيق";
|
|
1672
1674
|
readonly default: "افتراضي";
|
|
1673
1675
|
readonly violet: "بنفسجي";
|
|
1674
1676
|
readonly magenta: "أرجواني";
|
|
@@ -1705,6 +1707,7 @@ export declare const arUi: {
|
|
|
1705
1707
|
readonly upload: "رفع";
|
|
1706
1708
|
readonly orUrl: "أو ألصق رابط صورة";
|
|
1707
1709
|
readonly insert: "إدراج صورة";
|
|
1710
|
+
readonly insertAction: "إدراج";
|
|
1708
1711
|
};
|
|
1709
1712
|
readonly table: {
|
|
1710
1713
|
readonly addHeader: "إضافة صف رأس";
|
|
@@ -1755,6 +1758,8 @@ export declare const arUi: {
|
|
|
1755
1758
|
readonly dictateStop: "إيقاف الإملاء";
|
|
1756
1759
|
readonly listening: "يستمع…";
|
|
1757
1760
|
readonly dictationError: "فشل الإملاء. أعد المحاولة.";
|
|
1761
|
+
readonly proofread: "التدقيق الإملائي والنحوي";
|
|
1762
|
+
readonly autoFormat: "تنسيق المستند تلقائيًا";
|
|
1758
1763
|
};
|
|
1759
1764
|
};
|
|
1760
1765
|
readonly payment: {
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -217,6 +217,8 @@ const e = {
|
|
|
217
217
|
contrastPass: "كافٍ",
|
|
218
218
|
contrastFail: "غير كافٍ",
|
|
219
219
|
swatchLabel: "{{name}}, {{hex}}",
|
|
220
|
+
paletteLabel: "لوحة الألوان",
|
|
221
|
+
triggerLabel: "اختر اللون",
|
|
220
222
|
invalidHex: "Hex غير صالح — تمت استعادة القيمة"
|
|
221
223
|
},
|
|
222
224
|
datePicker: {
|
|
@@ -376,6 +378,7 @@ const e = {
|
|
|
376
378
|
}
|
|
377
379
|
},
|
|
378
380
|
dataTable: {
|
|
381
|
+
actions: "الإجراءات",
|
|
379
382
|
selected_zero: "{{count}} صف محدد",
|
|
380
383
|
selected_one: "{{count}} صف محدد",
|
|
381
384
|
selected_two: "{{count}} صفان محددان",
|
|
@@ -1651,7 +1654,6 @@ const e = {
|
|
|
1651
1654
|
textColor: "لون النص",
|
|
1652
1655
|
highlightColor: "تمييز",
|
|
1653
1656
|
color: {
|
|
1654
|
-
apply: "تطبيق",
|
|
1655
1657
|
default: "افتراضي",
|
|
1656
1658
|
violet: "بنفسجي",
|
|
1657
1659
|
magenta: "أرجواني",
|
|
@@ -1687,7 +1689,8 @@ const e = {
|
|
|
1687
1689
|
altPlaceholder: "صف الصورة",
|
|
1688
1690
|
upload: "رفع",
|
|
1689
1691
|
orUrl: "أو ألصق رابط صورة",
|
|
1690
|
-
insert: "إدراج صورة"
|
|
1692
|
+
insert: "إدراج صورة",
|
|
1693
|
+
insertAction: "إدراج"
|
|
1691
1694
|
},
|
|
1692
1695
|
table: {
|
|
1693
1696
|
addHeader: "إضافة صف رأس",
|
|
@@ -1737,7 +1740,9 @@ const e = {
|
|
|
1737
1740
|
dictateStart: "بدء الإملاء",
|
|
1738
1741
|
dictateStop: "إيقاف الإملاء",
|
|
1739
1742
|
listening: "يستمع…",
|
|
1740
|
-
dictationError: "فشل الإملاء. أعد المحاولة."
|
|
1743
|
+
dictationError: "فشل الإملاء. أعد المحاولة.",
|
|
1744
|
+
proofread: "التدقيق الإملائي والنحوي",
|
|
1745
|
+
autoFormat: "تنسيق المستند تلقائيًا"
|
|
1741
1746
|
}
|
|
1742
1747
|
},
|
|
1743
1748
|
payment: {
|
|
@@ -213,6 +213,8 @@ export declare const deUi: {
|
|
|
213
213
|
readonly contrastPass: "Bestanden";
|
|
214
214
|
readonly contrastFail: "Nicht bestanden";
|
|
215
215
|
readonly swatchLabel: "{{name}}, {{hex}}";
|
|
216
|
+
readonly paletteLabel: "Farbpalette";
|
|
217
|
+
readonly triggerLabel: "Farbe wählen";
|
|
216
218
|
readonly invalidHex: "Ungültiger Hex-Wert — zurückgesetzt";
|
|
217
219
|
};
|
|
218
220
|
readonly datePicker: {
|
|
@@ -383,6 +385,7 @@ export declare const deUi: {
|
|
|
383
385
|
};
|
|
384
386
|
};
|
|
385
387
|
readonly dataTable: {
|
|
388
|
+
readonly actions: "Aktionen";
|
|
386
389
|
readonly selected_one: "{{count}} Zeile ausgewählt";
|
|
387
390
|
readonly selected_zero: "{{count}} Zeilen ausgewählt";
|
|
388
391
|
readonly selected_two: "{{count}} Zeilen ausgewählt";
|
|
@@ -1668,7 +1671,6 @@ export declare const deUi: {
|
|
|
1668
1671
|
readonly textColor: "Textfarbe";
|
|
1669
1672
|
readonly highlightColor: "Hervorheben";
|
|
1670
1673
|
readonly color: {
|
|
1671
|
-
readonly apply: "Anwenden";
|
|
1672
1674
|
readonly default: "Standard";
|
|
1673
1675
|
readonly violet: "Violett";
|
|
1674
1676
|
readonly magenta: "Magenta";
|
|
@@ -1705,6 +1707,7 @@ export declare const deUi: {
|
|
|
1705
1707
|
readonly upload: "Hochladen";
|
|
1706
1708
|
readonly orUrl: "Oder Bild-URL einfügen";
|
|
1707
1709
|
readonly insert: "Bild einfügen";
|
|
1710
|
+
readonly insertAction: "Einfügen";
|
|
1708
1711
|
};
|
|
1709
1712
|
readonly table: {
|
|
1710
1713
|
readonly addHeader: "Kopfzeile hinzufügen";
|
|
@@ -1755,6 +1758,8 @@ export declare const deUi: {
|
|
|
1755
1758
|
readonly dictateStop: "Diktat stoppen";
|
|
1756
1759
|
readonly listening: "Aufnahme läuft …";
|
|
1757
1760
|
readonly dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen.";
|
|
1761
|
+
readonly proofread: "Rechtschreibung & Grammatik prüfen";
|
|
1762
|
+
readonly autoFormat: "Dokument automatisch formatieren";
|
|
1758
1763
|
};
|
|
1759
1764
|
};
|
|
1760
1765
|
readonly payment: {
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -206,6 +206,8 @@ const e = {
|
|
|
206
206
|
contrastPass: "Bestanden",
|
|
207
207
|
contrastFail: "Nicht bestanden",
|
|
208
208
|
swatchLabel: "{{name}}, {{hex}}",
|
|
209
|
+
paletteLabel: "Farbpalette",
|
|
210
|
+
triggerLabel: "Farbe wählen",
|
|
209
211
|
invalidHex: "Ungültiger Hex-Wert — zurückgesetzt"
|
|
210
212
|
},
|
|
211
213
|
datePicker: {
|
|
@@ -376,6 +378,7 @@ const e = {
|
|
|
376
378
|
}
|
|
377
379
|
},
|
|
378
380
|
dataTable: {
|
|
381
|
+
actions: "Aktionen",
|
|
379
382
|
selected_one: "{{count}} Zeile ausgewählt",
|
|
380
383
|
selected_zero: "{{count}} Zeilen ausgewählt",
|
|
381
384
|
selected_two: "{{count}} Zeilen ausgewählt",
|
|
@@ -1650,7 +1653,6 @@ const e = {
|
|
|
1650
1653
|
textColor: "Textfarbe",
|
|
1651
1654
|
highlightColor: "Hervorheben",
|
|
1652
1655
|
color: {
|
|
1653
|
-
apply: "Anwenden",
|
|
1654
1656
|
default: "Standard",
|
|
1655
1657
|
violet: "Violett",
|
|
1656
1658
|
magenta: "Magenta",
|
|
@@ -1686,7 +1688,8 @@ const e = {
|
|
|
1686
1688
|
altPlaceholder: "Bild beschreiben",
|
|
1687
1689
|
upload: "Hochladen",
|
|
1688
1690
|
orUrl: "Oder Bild-URL einfügen",
|
|
1689
|
-
insert: "Bild einfügen"
|
|
1691
|
+
insert: "Bild einfügen",
|
|
1692
|
+
insertAction: "Einfügen"
|
|
1690
1693
|
},
|
|
1691
1694
|
table: {
|
|
1692
1695
|
addHeader: "Kopfzeile hinzufügen",
|
|
@@ -1736,7 +1739,9 @@ const e = {
|
|
|
1736
1739
|
dictateStart: "Diktat starten",
|
|
1737
1740
|
dictateStop: "Diktat stoppen",
|
|
1738
1741
|
listening: "Aufnahme läuft …",
|
|
1739
|
-
dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen."
|
|
1742
|
+
dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen.",
|
|
1743
|
+
proofread: "Rechtschreibung & Grammatik prüfen",
|
|
1744
|
+
autoFormat: "Dokument automatisch formatieren"
|
|
1740
1745
|
}
|
|
1741
1746
|
},
|
|
1742
1747
|
payment: {
|
|
@@ -221,6 +221,8 @@ export declare const elUi: {
|
|
|
221
221
|
readonly contrastPass: "Επαρκής";
|
|
222
222
|
readonly contrastFail: "Ανεπαρκής";
|
|
223
223
|
readonly swatchLabel: "{{name}}, {{hex}}";
|
|
224
|
+
readonly paletteLabel: "Παλέτα χρωμάτων";
|
|
225
|
+
readonly triggerLabel: "Επιλογή χρώματος";
|
|
224
226
|
readonly invalidHex: "Μη έγκυρο Hex — η τιμή επαναφέρθηκε";
|
|
225
227
|
};
|
|
226
228
|
readonly datePicker: {
|
|
@@ -380,6 +382,7 @@ export declare const elUi: {
|
|
|
380
382
|
};
|
|
381
383
|
};
|
|
382
384
|
readonly dataTable: {
|
|
385
|
+
readonly actions: "Ενέργειες";
|
|
383
386
|
readonly selected_one: "{{count}} γραμμή επιλεγμένη";
|
|
384
387
|
readonly selected_zero: "{{count}} γραμμές επιλεγμένες";
|
|
385
388
|
readonly selected_two: "{{count}} γραμμές επιλεγμένες";
|
|
@@ -1665,7 +1668,6 @@ export declare const elUi: {
|
|
|
1665
1668
|
readonly textColor: "Χρώμα κειμένου";
|
|
1666
1669
|
readonly highlightColor: "Επισήμανση";
|
|
1667
1670
|
readonly color: {
|
|
1668
|
-
readonly apply: "Εφαρμογή";
|
|
1669
1671
|
readonly default: "Προεπιλογή";
|
|
1670
1672
|
readonly violet: "Βιολετί";
|
|
1671
1673
|
readonly magenta: "Ματζέντα";
|
|
@@ -1702,6 +1704,7 @@ export declare const elUi: {
|
|
|
1702
1704
|
readonly upload: "Μεταφόρτωση";
|
|
1703
1705
|
readonly orUrl: "Ή επικολλήστε ένα URL εικόνας";
|
|
1704
1706
|
readonly insert: "Εισαγωγή εικόνας";
|
|
1707
|
+
readonly insertAction: "Εισαγωγή";
|
|
1705
1708
|
};
|
|
1706
1709
|
readonly table: {
|
|
1707
1710
|
readonly addHeader: "Προσθήκη γραμμής κεφαλίδας";
|
|
@@ -1752,6 +1755,8 @@ export declare const elUi: {
|
|
|
1752
1755
|
readonly dictateStop: "Διακοπή υπαγόρευσης";
|
|
1753
1756
|
readonly listening: "Ακρόαση…";
|
|
1754
1757
|
readonly dictationError: "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά.";
|
|
1758
|
+
readonly proofread: "Έλεγχος ορθογραφίας και γραμματικής";
|
|
1759
|
+
readonly autoFormat: "Αυτόματη μορφοποίηση εγγράφου";
|
|
1755
1760
|
};
|
|
1756
1761
|
};
|
|
1757
1762
|
readonly payment: {
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -217,6 +217,8 @@ const e = {
|
|
|
217
217
|
contrastPass: "Επαρκής",
|
|
218
218
|
contrastFail: "Ανεπαρκής",
|
|
219
219
|
swatchLabel: "{{name}}, {{hex}}",
|
|
220
|
+
paletteLabel: "Παλέτα χρωμάτων",
|
|
221
|
+
triggerLabel: "Επιλογή χρώματος",
|
|
220
222
|
invalidHex: "Μη έγκυρο Hex — η τιμή επαναφέρθηκε"
|
|
221
223
|
},
|
|
222
224
|
datePicker: {
|
|
@@ -376,6 +378,7 @@ const e = {
|
|
|
376
378
|
}
|
|
377
379
|
},
|
|
378
380
|
dataTable: {
|
|
381
|
+
actions: "Ενέργειες",
|
|
379
382
|
selected_one: "{{count}} γραμμή επιλεγμένη",
|
|
380
383
|
selected_zero: "{{count}} γραμμές επιλεγμένες",
|
|
381
384
|
selected_two: "{{count}} γραμμές επιλεγμένες",
|
|
@@ -1651,7 +1654,6 @@ const e = {
|
|
|
1651
1654
|
textColor: "Χρώμα κειμένου",
|
|
1652
1655
|
highlightColor: "Επισήμανση",
|
|
1653
1656
|
color: {
|
|
1654
|
-
apply: "Εφαρμογή",
|
|
1655
1657
|
default: "Προεπιλογή",
|
|
1656
1658
|
violet: "Βιολετί",
|
|
1657
1659
|
magenta: "Ματζέντα",
|
|
@@ -1687,7 +1689,8 @@ const e = {
|
|
|
1687
1689
|
altPlaceholder: "Περιγράψτε την εικόνα",
|
|
1688
1690
|
upload: "Μεταφόρτωση",
|
|
1689
1691
|
orUrl: "Ή επικολλήστε ένα URL εικόνας",
|
|
1690
|
-
insert: "Εισαγωγή εικόνας"
|
|
1692
|
+
insert: "Εισαγωγή εικόνας",
|
|
1693
|
+
insertAction: "Εισαγωγή"
|
|
1691
1694
|
},
|
|
1692
1695
|
table: {
|
|
1693
1696
|
addHeader: "Προσθήκη γραμμής κεφαλίδας",
|
|
@@ -1737,7 +1740,9 @@ const e = {
|
|
|
1737
1740
|
dictateStart: "Έναρξη υπαγόρευσης",
|
|
1738
1741
|
dictateStop: "Διακοπή υπαγόρευσης",
|
|
1739
1742
|
listening: "Ακρόαση…",
|
|
1740
|
-
dictationError: "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά."
|
|
1743
|
+
dictationError: "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά.",
|
|
1744
|
+
proofread: "Έλεγχος ορθογραφίας και γραμματικής",
|
|
1745
|
+
autoFormat: "Αυτόματη μορφοποίηση εγγράφου"
|
|
1741
1746
|
}
|
|
1742
1747
|
},
|
|
1743
1748
|
payment: {
|
|
@@ -221,6 +221,8 @@ export declare const enUi: {
|
|
|
221
221
|
readonly contrastPass: "Pass";
|
|
222
222
|
readonly contrastFail: "Fail";
|
|
223
223
|
readonly swatchLabel: "{{name}}, {{hex}}";
|
|
224
|
+
readonly paletteLabel: "Colour palette";
|
|
225
|
+
readonly triggerLabel: "Choose colour";
|
|
224
226
|
readonly invalidHex: "Invalid hex — reverted";
|
|
225
227
|
};
|
|
226
228
|
readonly datePicker: {
|
|
@@ -380,6 +382,7 @@ export declare const enUi: {
|
|
|
380
382
|
};
|
|
381
383
|
};
|
|
382
384
|
readonly dataTable: {
|
|
385
|
+
readonly actions: "Actions";
|
|
383
386
|
readonly selected_one: "{{count}} row selected";
|
|
384
387
|
readonly selected_zero: "{{count}} rows selected";
|
|
385
388
|
readonly selected_two: "{{count}} rows selected";
|
|
@@ -1665,7 +1668,6 @@ export declare const enUi: {
|
|
|
1665
1668
|
readonly textColor: "Text colour";
|
|
1666
1669
|
readonly highlightColor: "Highlight";
|
|
1667
1670
|
readonly color: {
|
|
1668
|
-
readonly apply: "Apply";
|
|
1669
1671
|
readonly default: "Default";
|
|
1670
1672
|
readonly violet: "Violet";
|
|
1671
1673
|
readonly magenta: "Magenta";
|
|
@@ -1702,6 +1704,7 @@ export declare const enUi: {
|
|
|
1702
1704
|
readonly upload: "Upload";
|
|
1703
1705
|
readonly orUrl: "Or paste an image URL";
|
|
1704
1706
|
readonly insert: "Insert image";
|
|
1707
|
+
readonly insertAction: "Insert";
|
|
1705
1708
|
};
|
|
1706
1709
|
readonly table: {
|
|
1707
1710
|
readonly addHeader: "Add header row";
|
|
@@ -1752,6 +1755,8 @@ export declare const enUi: {
|
|
|
1752
1755
|
readonly dictateStop: "Stop dictation";
|
|
1753
1756
|
readonly listening: "Listening…";
|
|
1754
1757
|
readonly dictationError: "Dictation failed. Please try again.";
|
|
1758
|
+
readonly proofread: "Check spelling & grammar";
|
|
1759
|
+
readonly autoFormat: "Auto-format document";
|
|
1755
1760
|
};
|
|
1756
1761
|
};
|
|
1757
1762
|
readonly payment: {
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -217,6 +217,8 @@ const e = {
|
|
|
217
217
|
contrastPass: "Pass",
|
|
218
218
|
contrastFail: "Fail",
|
|
219
219
|
swatchLabel: "{{name}}, {{hex}}",
|
|
220
|
+
paletteLabel: "Colour palette",
|
|
221
|
+
triggerLabel: "Choose colour",
|
|
220
222
|
invalidHex: "Invalid hex — reverted"
|
|
221
223
|
},
|
|
222
224
|
datePicker: {
|
|
@@ -356,6 +358,7 @@ const e = {
|
|
|
356
358
|
}
|
|
357
359
|
},
|
|
358
360
|
dataTable: {
|
|
361
|
+
actions: "Actions",
|
|
359
362
|
selected_one: "{{count}} row selected",
|
|
360
363
|
selected_zero: "{{count}} rows selected",
|
|
361
364
|
selected_two: "{{count}} rows selected",
|
|
@@ -1644,7 +1647,6 @@ const e = {
|
|
|
1644
1647
|
textColor: "Text colour",
|
|
1645
1648
|
highlightColor: "Highlight",
|
|
1646
1649
|
color: {
|
|
1647
|
-
apply: "Apply",
|
|
1648
1650
|
default: "Default",
|
|
1649
1651
|
violet: "Violet",
|
|
1650
1652
|
magenta: "Magenta",
|
|
@@ -1680,7 +1682,8 @@ const e = {
|
|
|
1680
1682
|
altPlaceholder: "Describe the image",
|
|
1681
1683
|
upload: "Upload",
|
|
1682
1684
|
orUrl: "Or paste an image URL",
|
|
1683
|
-
insert: "Insert image"
|
|
1685
|
+
insert: "Insert image",
|
|
1686
|
+
insertAction: "Insert"
|
|
1684
1687
|
},
|
|
1685
1688
|
table: {
|
|
1686
1689
|
addHeader: "Add header row",
|
|
@@ -1730,7 +1733,9 @@ const e = {
|
|
|
1730
1733
|
dictateStart: "Start dictation",
|
|
1731
1734
|
dictateStop: "Stop dictation",
|
|
1732
1735
|
listening: "Listening…",
|
|
1733
|
-
dictationError: "Dictation failed. Please try again."
|
|
1736
|
+
dictationError: "Dictation failed. Please try again.",
|
|
1737
|
+
proofread: "Check spelling & grammar",
|
|
1738
|
+
autoFormat: "Auto-format document"
|
|
1734
1739
|
}
|
|
1735
1740
|
},
|
|
1736
1741
|
payment: {
|
|
@@ -210,6 +210,8 @@ export declare const esUi: {
|
|
|
210
210
|
readonly contrastPass: "Suficiente";
|
|
211
211
|
readonly contrastFail: "Insuficiente";
|
|
212
212
|
readonly swatchLabel: "{{name}}, {{hex}}";
|
|
213
|
+
readonly paletteLabel: "Paleta de colores";
|
|
214
|
+
readonly triggerLabel: "Elegir color";
|
|
213
215
|
readonly invalidHex: "Hex no válido — valor restaurado";
|
|
214
216
|
};
|
|
215
217
|
readonly datePicker: {
|
|
@@ -380,6 +382,7 @@ export declare const esUi: {
|
|
|
380
382
|
};
|
|
381
383
|
};
|
|
382
384
|
readonly dataTable: {
|
|
385
|
+
readonly actions: "Acciones";
|
|
383
386
|
readonly selected_one: "{{count}} fila seleccionada";
|
|
384
387
|
readonly selected_zero: "{{count}} filas seleccionadas";
|
|
385
388
|
readonly selected_two: "{{count}} filas seleccionadas";
|
|
@@ -1665,7 +1668,6 @@ export declare const esUi: {
|
|
|
1665
1668
|
readonly textColor: "Color del texto";
|
|
1666
1669
|
readonly highlightColor: "Resaltado";
|
|
1667
1670
|
readonly color: {
|
|
1668
|
-
readonly apply: "Aplicar";
|
|
1669
1671
|
readonly default: "Predeterminado";
|
|
1670
1672
|
readonly violet: "Violeta";
|
|
1671
1673
|
readonly magenta: "Magenta";
|
|
@@ -1702,6 +1704,7 @@ export declare const esUi: {
|
|
|
1702
1704
|
readonly upload: "Subir";
|
|
1703
1705
|
readonly orUrl: "O pega la URL de una imagen";
|
|
1704
1706
|
readonly insert: "Insertar imagen";
|
|
1707
|
+
readonly insertAction: "Insertar";
|
|
1705
1708
|
};
|
|
1706
1709
|
readonly table: {
|
|
1707
1710
|
readonly addHeader: "Añadir fila de encabezado";
|
|
@@ -1752,6 +1755,8 @@ export declare const esUi: {
|
|
|
1752
1755
|
readonly dictateStop: "Detener dictado";
|
|
1753
1756
|
readonly listening: "Escuchando…";
|
|
1754
1757
|
readonly dictationError: "El dictado ha fallado. Inténtelo de nuevo.";
|
|
1758
|
+
readonly proofread: "Revisar ortografía y gramática";
|
|
1759
|
+
readonly autoFormat: "Formatear documento automáticamente";
|
|
1755
1760
|
};
|
|
1756
1761
|
};
|
|
1757
1762
|
readonly payment: {
|