@alfadocs/ui-kit 0.67.1 → 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/{editable-currency-cell-renderer-D1ewvJKO.js → editable-currency-cell-renderer-DHOspPee.js} +875 -857
- package/dist/_chunks/rich-text-editor-VawKN1FI.js +2053 -0
- package/dist/agent-catalog.json +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/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +15 -0
- package/dist/i18n/locales/ar.d.ts +2 -0
- package/dist/i18n/locales/ar.js +3 -1
- package/dist/i18n/locales/de.d.ts +2 -0
- package/dist/i18n/locales/de.js +3 -1
- package/dist/i18n/locales/el.d.ts +2 -0
- package/dist/i18n/locales/el.js +3 -1
- package/dist/i18n/locales/en.d.ts +2 -0
- package/dist/i18n/locales/en.js +3 -1
- package/dist/i18n/locales/es.d.ts +2 -0
- package/dist/i18n/locales/es.js +3 -1
- package/dist/i18n/locales/fr.d.ts +2 -0
- package/dist/i18n/locales/fr.js +3 -1
- package/dist/i18n/locales/hi.d.ts +2 -0
- package/dist/i18n/locales/hi.js +3 -1
- package/dist/i18n/locales/it.d.ts +2 -0
- package/dist/i18n/locales/it.js +3 -1
- package/dist/i18n/locales/ja.d.ts +2 -0
- package/dist/i18n/locales/ja.js +3 -1
- package/dist/i18n/locales/nl.d.ts +2 -0
- package/dist/i18n/locales/nl.js +3 -1
- package/dist/i18n/locales/pl.d.ts +2 -0
- package/dist/i18n/locales/pl.js +3 -1
- package/dist/i18n/locales/pt.d.ts +2 -0
- package/dist/i18n/locales/pt.js +3 -1
- package/dist/i18n/locales/ro.d.ts +2 -0
- package/dist/i18n/locales/ro.js +3 -1
- package/dist/i18n/locales/ru.d.ts +2 -0
- package/dist/i18n/locales/ru.js +3 -1
- package/dist/i18n/locales/sq.d.ts +2 -0
- package/dist/i18n/locales/sq.js +3 -1
- package/dist/i18n/locales/sv.d.ts +2 -0
- package/dist/i18n/locales/sv.js +3 -1
- package/dist/i18n/locales/tr.d.ts +2 -0
- package/dist/i18n/locales/tr.js +3 -1
- package/dist/i18n/locales/zh.d.ts +2 -0
- package/dist/i18n/locales/zh.js +3 -1
- package/dist/index.js +2 -2
- package/dist/locales/ar.json +3 -1
- package/dist/locales/de.json +3 -1
- package/dist/locales/el.json +3 -1
- package/dist/locales/en.json +3 -1
- package/dist/locales/es.json +3 -1
- package/dist/locales/fr.json +3 -1
- package/dist/locales/hi.json +3 -1
- package/dist/locales/it.json +3 -1
- package/dist/locales/ja.json +3 -1
- package/dist/locales/nl.json +3 -1
- package/dist/locales/pl.json +3 -1
- package/dist/locales/pt.json +3 -1
- package/dist/locales/ro.json +3 -1
- package/dist/locales/ru.json +3 -1
- package/dist/locales/sq.json +3 -1
- package/dist/locales/sv.json +3 -1
- package/dist/locales/tr.json +3 -1
- package/dist/locales/zh.json +3 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/rich-text-editor-DAeCXiQG.js +0 -1973
package/dist/agent-catalog.json
CHANGED
|
@@ -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';
|
|
@@ -1758,6 +1758,8 @@ export declare const arUi: {
|
|
|
1758
1758
|
readonly dictateStop: "إيقاف الإملاء";
|
|
1759
1759
|
readonly listening: "يستمع…";
|
|
1760
1760
|
readonly dictationError: "فشل الإملاء. أعد المحاولة.";
|
|
1761
|
+
readonly proofread: "التدقيق الإملائي والنحوي";
|
|
1762
|
+
readonly autoFormat: "تنسيق المستند تلقائيًا";
|
|
1761
1763
|
};
|
|
1762
1764
|
};
|
|
1763
1765
|
readonly payment: {
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "بدء الإملاء",
|
|
1741
1741
|
dictateStop: "إيقاف الإملاء",
|
|
1742
1742
|
listening: "يستمع…",
|
|
1743
|
-
dictationError: "فشل الإملاء. أعد المحاولة."
|
|
1743
|
+
dictationError: "فشل الإملاء. أعد المحاولة.",
|
|
1744
|
+
proofread: "التدقيق الإملائي والنحوي",
|
|
1745
|
+
autoFormat: "تنسيق المستند تلقائيًا"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1758,6 +1758,8 @@ export declare const deUi: {
|
|
|
1758
1758
|
readonly dictateStop: "Diktat stoppen";
|
|
1759
1759
|
readonly listening: "Aufnahme läuft …";
|
|
1760
1760
|
readonly dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen.";
|
|
1761
|
+
readonly proofread: "Rechtschreibung & Grammatik prüfen";
|
|
1762
|
+
readonly autoFormat: "Dokument automatisch formatieren";
|
|
1761
1763
|
};
|
|
1762
1764
|
};
|
|
1763
1765
|
readonly payment: {
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1739,7 +1739,9 @@ const e = {
|
|
|
1739
1739
|
dictateStart: "Diktat starten",
|
|
1740
1740
|
dictateStop: "Diktat stoppen",
|
|
1741
1741
|
listening: "Aufnahme läuft …",
|
|
1742
|
-
dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen."
|
|
1742
|
+
dictationError: "Diktat fehlgeschlagen. Bitte erneut versuchen.",
|
|
1743
|
+
proofread: "Rechtschreibung & Grammatik prüfen",
|
|
1744
|
+
autoFormat: "Dokument automatisch formatieren"
|
|
1743
1745
|
}
|
|
1744
1746
|
},
|
|
1745
1747
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const elUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Διακοπή υπαγόρευσης";
|
|
1756
1756
|
readonly listening: "Ακρόαση…";
|
|
1757
1757
|
readonly dictationError: "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά.";
|
|
1758
|
+
readonly proofread: "Έλεγχος ορθογραφίας και γραμματικής";
|
|
1759
|
+
readonly autoFormat: "Αυτόματη μορφοποίηση εγγράφου";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "Έναρξη υπαγόρευσης",
|
|
1741
1741
|
dictateStop: "Διακοπή υπαγόρευσης",
|
|
1742
1742
|
listening: "Ακρόαση…",
|
|
1743
|
-
dictationError: "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά."
|
|
1743
|
+
dictationError: "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά.",
|
|
1744
|
+
proofread: "Έλεγχος ορθογραφίας και γραμματικής",
|
|
1745
|
+
autoFormat: "Αυτόματη μορφοποίηση εγγράφου"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const enUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Stop dictation";
|
|
1756
1756
|
readonly listening: "Listening…";
|
|
1757
1757
|
readonly dictationError: "Dictation failed. Please try again.";
|
|
1758
|
+
readonly proofread: "Check spelling & grammar";
|
|
1759
|
+
readonly autoFormat: "Auto-format document";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1733,7 +1733,9 @@ const e = {
|
|
|
1733
1733
|
dictateStart: "Start dictation",
|
|
1734
1734
|
dictateStop: "Stop dictation",
|
|
1735
1735
|
listening: "Listening…",
|
|
1736
|
-
dictationError: "Dictation failed. Please try again."
|
|
1736
|
+
dictationError: "Dictation failed. Please try again.",
|
|
1737
|
+
proofread: "Check spelling & grammar",
|
|
1738
|
+
autoFormat: "Auto-format document"
|
|
1737
1739
|
}
|
|
1738
1740
|
},
|
|
1739
1741
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const esUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Detener dictado";
|
|
1756
1756
|
readonly listening: "Escuchando…";
|
|
1757
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";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -1739,7 +1739,9 @@ const e = {
|
|
|
1739
1739
|
dictateStart: "Iniciar dictado",
|
|
1740
1740
|
dictateStop: "Detener dictado",
|
|
1741
1741
|
listening: "Escuchando…",
|
|
1742
|
-
dictationError: "El dictado ha fallado. Inténtelo de nuevo."
|
|
1742
|
+
dictationError: "El dictado ha fallado. Inténtelo de nuevo.",
|
|
1743
|
+
proofread: "Revisar ortografía y gramática",
|
|
1744
|
+
autoFormat: "Formatear documento automáticamente"
|
|
1743
1745
|
}
|
|
1744
1746
|
},
|
|
1745
1747
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const frUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Arrêter la dictée";
|
|
1756
1756
|
readonly listening: "Écoute en cours…";
|
|
1757
1757
|
readonly dictationError: "Échec de la dictée. Veuillez réessayer.";
|
|
1758
|
+
readonly proofread: "Vérifier l’orthographe et la grammaire";
|
|
1759
|
+
readonly autoFormat: "Mettre en forme le document automatiquement";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1739,7 +1739,9 @@ const e = {
|
|
|
1739
1739
|
dictateStart: "Démarrer la dictée",
|
|
1740
1740
|
dictateStop: "Arrêter la dictée",
|
|
1741
1741
|
listening: "Écoute en cours…",
|
|
1742
|
-
dictationError: "Échec de la dictée. Veuillez réessayer."
|
|
1742
|
+
dictationError: "Échec de la dictée. Veuillez réessayer.",
|
|
1743
|
+
proofread: "Vérifier l’orthographe et la grammaire",
|
|
1744
|
+
autoFormat: "Mettre en forme le document automatiquement"
|
|
1743
1745
|
}
|
|
1744
1746
|
},
|
|
1745
1747
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const hiUi: {
|
|
|
1755
1755
|
readonly dictateStop: "श्रुतलेखन रोकें";
|
|
1756
1756
|
readonly listening: "सुन रहा है…";
|
|
1757
1757
|
readonly dictationError: "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।";
|
|
1758
|
+
readonly proofread: "वर्तनी और व्याकरण जांचें";
|
|
1759
|
+
readonly autoFormat: "दस्तावेज़ स्वतः फ़ॉर्मेट करें";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "श्रुतलेखन शुरू करें",
|
|
1741
1741
|
dictateStop: "श्रुतलेखन रोकें",
|
|
1742
1742
|
listening: "सुन रहा है…",
|
|
1743
|
-
dictationError: "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।"
|
|
1743
|
+
dictationError: "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।",
|
|
1744
|
+
proofread: "वर्तनी और व्याकरण जांचें",
|
|
1745
|
+
autoFormat: "दस्तावेज़ स्वतः फ़ॉर्मेट करें"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1752,6 +1752,8 @@ export declare const itUi: {
|
|
|
1752
1752
|
readonly dictateStop: "Interrompi dettatura";
|
|
1753
1753
|
readonly listening: "In ascolto…";
|
|
1754
1754
|
readonly dictationError: "Dettatura non riuscita. Riprova.";
|
|
1755
|
+
readonly proofread: "Controlla ortografia e grammatica";
|
|
1756
|
+
readonly autoFormat: "Formatta automaticamente il documento";
|
|
1755
1757
|
};
|
|
1756
1758
|
};
|
|
1757
1759
|
readonly payment: {
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1719,7 +1719,9 @@ const e = {
|
|
|
1719
1719
|
dictateStart: "Avvia dettatura",
|
|
1720
1720
|
dictateStop: "Interrompi dettatura",
|
|
1721
1721
|
listening: "In ascolto…",
|
|
1722
|
-
dictationError: "Dettatura non riuscita. Riprova."
|
|
1722
|
+
dictationError: "Dettatura non riuscita. Riprova.",
|
|
1723
|
+
proofread: "Controlla ortografia e grammatica",
|
|
1724
|
+
autoFormat: "Formatta automaticamente il documento"
|
|
1723
1725
|
}
|
|
1724
1726
|
},
|
|
1725
1727
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const jaUi: {
|
|
|
1755
1755
|
readonly dictateStop: "音声入力を停止";
|
|
1756
1756
|
readonly listening: "聞いています…";
|
|
1757
1757
|
readonly dictationError: "音声入力に失敗しました。もう一度お試しください。";
|
|
1758
|
+
readonly proofread: "スペルと文法をチェック";
|
|
1759
|
+
readonly autoFormat: "文書を自動整形";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "音声入力を開始",
|
|
1741
1741
|
dictateStop: "音声入力を停止",
|
|
1742
1742
|
listening: "聞いています…",
|
|
1743
|
-
dictationError: "音声入力に失敗しました。もう一度お試しください。"
|
|
1743
|
+
dictationError: "音声入力に失敗しました。もう一度お試しください。",
|
|
1744
|
+
proofread: "スペルと文法をチェック",
|
|
1745
|
+
autoFormat: "文書を自動整形"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const nlUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Dictaat stoppen";
|
|
1756
1756
|
readonly listening: "Luisteren…";
|
|
1757
1757
|
readonly dictationError: "Dictaat mislukt. Probeer het opnieuw.";
|
|
1758
|
+
readonly proofread: "Spelling en grammatica controleren";
|
|
1759
|
+
readonly autoFormat: "Document automatisch opmaken";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1737,7 +1737,9 @@ const e = {
|
|
|
1737
1737
|
dictateStart: "Dictaat starten",
|
|
1738
1738
|
dictateStop: "Dictaat stoppen",
|
|
1739
1739
|
listening: "Luisteren…",
|
|
1740
|
-
dictationError: "Dictaat mislukt. Probeer het opnieuw."
|
|
1740
|
+
dictationError: "Dictaat mislukt. Probeer het opnieuw.",
|
|
1741
|
+
proofread: "Spelling en grammatica controleren",
|
|
1742
|
+
autoFormat: "Document automatisch opmaken"
|
|
1741
1743
|
}
|
|
1742
1744
|
},
|
|
1743
1745
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const plUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Zatrzymaj dyktowanie";
|
|
1756
1756
|
readonly listening: "Nasłuchiwanie…";
|
|
1757
1757
|
readonly dictationError: "Dyktowanie nie powiodło się. Spróbuj ponownie.";
|
|
1758
|
+
readonly proofread: "Sprawdź pisownię i gramatykę";
|
|
1759
|
+
readonly autoFormat: "Automatyczne formatowanie dokumentu";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "Rozpocznij dyktowanie",
|
|
1741
1741
|
dictateStop: "Zatrzymaj dyktowanie",
|
|
1742
1742
|
listening: "Nasłuchiwanie…",
|
|
1743
|
-
dictationError: "Dyktowanie nie powiodło się. Spróbuj ponownie."
|
|
1743
|
+
dictationError: "Dyktowanie nie powiodło się. Spróbuj ponownie.",
|
|
1744
|
+
proofread: "Sprawdź pisownię i gramatykę",
|
|
1745
|
+
autoFormat: "Automatyczne formatowanie dokumentu"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1756,6 +1756,8 @@ export declare const ptUi: {
|
|
|
1756
1756
|
readonly dictateStop: "Parar ditado";
|
|
1757
1757
|
readonly listening: "A ouvir…";
|
|
1758
1758
|
readonly dictationError: "O ditado falhou. Tente novamente.";
|
|
1759
|
+
readonly proofread: "Verificar ortografia e gramática";
|
|
1760
|
+
readonly autoFormat: "Formatar documento automaticamente";
|
|
1759
1761
|
};
|
|
1760
1762
|
};
|
|
1761
1763
|
readonly payment: {
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -1741,7 +1741,9 @@ const e = {
|
|
|
1741
1741
|
dictateStart: "Iniciar ditado",
|
|
1742
1742
|
dictateStop: "Parar ditado",
|
|
1743
1743
|
listening: "A ouvir…",
|
|
1744
|
-
dictationError: "O ditado falhou. Tente novamente."
|
|
1744
|
+
dictationError: "O ditado falhou. Tente novamente.",
|
|
1745
|
+
proofread: "Verificar ortografia e gramática",
|
|
1746
|
+
autoFormat: "Formatar documento automaticamente"
|
|
1745
1747
|
}
|
|
1746
1748
|
},
|
|
1747
1749
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const roUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Oprește dictarea";
|
|
1756
1756
|
readonly listening: "Se ascultă…";
|
|
1757
1757
|
readonly dictationError: "Dictarea a eșuat. Încearcă din nou.";
|
|
1758
|
+
readonly proofread: "Verifică ortografia și gramatica";
|
|
1759
|
+
readonly autoFormat: "Formatează automat documentul";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "Începe dictarea",
|
|
1741
1741
|
dictateStop: "Oprește dictarea",
|
|
1742
1742
|
listening: "Se ascultă…",
|
|
1743
|
-
dictationError: "Dictarea a eșuat. Încearcă din nou."
|
|
1743
|
+
dictationError: "Dictarea a eșuat. Încearcă din nou.",
|
|
1744
|
+
proofread: "Verifică ortografia și gramatica",
|
|
1745
|
+
autoFormat: "Formatează automat documentul"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const ruUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Остановить диктовку";
|
|
1756
1756
|
readonly listening: "Слушаю…";
|
|
1757
1757
|
readonly dictationError: "Диктовка не удалась. Повторите попытку.";
|
|
1758
|
+
readonly proofread: "Проверить орфографию и грамматику";
|
|
1759
|
+
readonly autoFormat: "Автоформатирование документа";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "Начать диктовку",
|
|
1741
1741
|
dictateStop: "Остановить диктовку",
|
|
1742
1742
|
listening: "Слушаю…",
|
|
1743
|
-
dictationError: "Диктовка не удалась. Повторите попытку."
|
|
1743
|
+
dictationError: "Диктовка не удалась. Повторите попытку.",
|
|
1744
|
+
proofread: "Проверить орфографию и грамматику",
|
|
1745
|
+
autoFormat: "Автоформатирование документа"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const sqUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Ndalo diktimin";
|
|
1756
1756
|
readonly listening: "Duke dëgjuar…";
|
|
1757
1757
|
readonly dictationError: "Diktimi dështoi. Ju lutemi provoni përsëri.";
|
|
1758
|
+
readonly proofread: "Kontrollo drejtshkrimin dhe gramatikën";
|
|
1759
|
+
readonly autoFormat: "Formato automatikisht dokumentin";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "Fillo diktimin",
|
|
1741
1741
|
dictateStop: "Ndalo diktimin",
|
|
1742
1742
|
listening: "Duke dëgjuar…",
|
|
1743
|
-
dictationError: "Diktimi dështoi. Ju lutemi provoni përsëri."
|
|
1743
|
+
dictationError: "Diktimi dështoi. Ju lutemi provoni përsëri.",
|
|
1744
|
+
proofread: "Kontrollo drejtshkrimin dhe gramatikën",
|
|
1745
|
+
autoFormat: "Formato automatikisht dokumentin"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const svUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Stoppa diktering";
|
|
1756
1756
|
readonly listening: "Lyssnar…";
|
|
1757
1757
|
readonly dictationError: "Dikteringen misslyckades. Försök igen.";
|
|
1758
|
+
readonly proofread: "Kontrollera stavning och grammatik";
|
|
1759
|
+
readonly autoFormat: "Formatera dokumentet automatiskt";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -1738,7 +1738,9 @@ const e = {
|
|
|
1738
1738
|
dictateStart: "Starta diktering",
|
|
1739
1739
|
dictateStop: "Stoppa diktering",
|
|
1740
1740
|
listening: "Lyssnar…",
|
|
1741
|
-
dictationError: "Dikteringen misslyckades. Försök igen."
|
|
1741
|
+
dictationError: "Dikteringen misslyckades. Försök igen.",
|
|
1742
|
+
proofread: "Kontrollera stavning och grammatik",
|
|
1743
|
+
autoFormat: "Formatera dokumentet automatiskt"
|
|
1742
1744
|
}
|
|
1743
1745
|
},
|
|
1744
1746
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const trUi: {
|
|
|
1755
1755
|
readonly dictateStop: "Dikte durdur";
|
|
1756
1756
|
readonly listening: "Dinleniyor…";
|
|
1757
1757
|
readonly dictationError: "Dikte başarısız. Lütfen tekrar deneyin.";
|
|
1758
|
+
readonly proofread: "Yazımı ve dil bilgisini denetle";
|
|
1759
|
+
readonly autoFormat: "Belgeyi otomatik biçimlendir";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -1740,7 +1740,9 @@ const e = {
|
|
|
1740
1740
|
dictateStart: "Dikte başlat",
|
|
1741
1741
|
dictateStop: "Dikte durdur",
|
|
1742
1742
|
listening: "Dinleniyor…",
|
|
1743
|
-
dictationError: "Dikte başarısız. Lütfen tekrar deneyin."
|
|
1743
|
+
dictationError: "Dikte başarısız. Lütfen tekrar deneyin.",
|
|
1744
|
+
proofread: "Yazımı ve dil bilgisini denetle",
|
|
1745
|
+
autoFormat: "Belgeyi otomatik biçimlendir"
|
|
1744
1746
|
}
|
|
1745
1747
|
},
|
|
1746
1748
|
payment: {
|
|
@@ -1755,6 +1755,8 @@ export declare const zhUi: {
|
|
|
1755
1755
|
readonly dictateStop: "停止语音输入";
|
|
1756
1756
|
readonly listening: "聆听中……";
|
|
1757
1757
|
readonly dictationError: "语音输入失败,请重试。";
|
|
1758
|
+
readonly proofread: "检查拼写和语法";
|
|
1759
|
+
readonly autoFormat: "自动格式化文档";
|
|
1758
1760
|
};
|
|
1759
1761
|
};
|
|
1760
1762
|
readonly payment: {
|
package/dist/i18n/locales/zh.js
CHANGED
|
@@ -1738,7 +1738,9 @@ const e = {
|
|
|
1738
1738
|
dictateStart: "开始语音输入",
|
|
1739
1739
|
dictateStop: "停止语音输入",
|
|
1740
1740
|
listening: "聆听中……",
|
|
1741
|
-
dictationError: "语音输入失败,请重试。"
|
|
1741
|
+
dictationError: "语音输入失败,请重试。",
|
|
1742
|
+
proofread: "检查拼写和语法",
|
|
1743
|
+
autoFormat: "自动格式化文档"
|
|
1742
1744
|
}
|
|
1743
1745
|
},
|
|
1744
1746
|
payment: {
|
package/dist/index.js
CHANGED
|
@@ -60,7 +60,7 @@ import { C as Er, L as hr, p as Fr } from "./_chunks/cycle-calculator-BF0ointe.j
|
|
|
60
60
|
import { C as _r } from "./_chunks/card-DPmk26CL.js";
|
|
61
61
|
import { C as Lr, c as yr } from "./_chunks/carousel.agent-vt21A_el.js";
|
|
62
62
|
import { C as Mr } from "./_chunks/contact-card-Cf8Ktyt3.js";
|
|
63
|
-
import { A as kr, B as Hr, C as wr, a as vr, D as Gr, b as Vr, c as Ur, d as Wr, E as Kr, e as Yr, I as qr, L as zr, N as jr, f as Qr, S as Xr, g as Jr, h as Zr, T as $r, i as ao, j as eo, k as ro, l as oo, m as to, n as so, o as no, p as io, U as po, q as mo, r as lo, u as co } from "./_chunks/editable-currency-cell-renderer-
|
|
63
|
+
import { A as kr, B as Hr, C as wr, a as vr, D as Gr, b as Vr, c as Ur, d as Wr, E as Kr, e as Yr, I as qr, L as zr, N as jr, f as Qr, S as Xr, g as Jr, h as Zr, T as $r, i as ao, j as eo, k as ro, l as oo, m as to, n as so, o as no, p as io, U as po, q as mo, r as lo, u as co } from "./_chunks/editable-currency-cell-renderer-DHOspPee.js";
|
|
64
64
|
import { C as go, c as Ao } from "./_chunks/clinical-note-card-gtrxv6zn.js";
|
|
65
65
|
import { D as Co } from "./_chunks/description-list-gkNGWk5G.js";
|
|
66
66
|
import { E as So } from "./_chunks/empty-state-BLy7tigq.js";
|
|
@@ -164,7 +164,7 @@ import { P as jm, a as Qm, p as Xm, b as Jm } from "./_chunks/payment-request-ca
|
|
|
164
164
|
import { P as $m, f as al, p as el, a as rl, s as ol, b as tl, c as sl } from "./_chunks/payment-form-nXocS_MX.js";
|
|
165
165
|
import { P as il, p as pl } from "./_chunks/pdf-viewer-GsfNqeeT.js";
|
|
166
166
|
import { R as ll, r as dl } from "./_chunks/reviews-panel-DBktKm7i.js";
|
|
167
|
-
import { R as fl, r as gl, w as Al } from "./_chunks/rich-text-editor-
|
|
167
|
+
import { R as fl, r as gl, w as Al } from "./_chunks/rich-text-editor-VawKN1FI.js";
|
|
168
168
|
import { E as Cl } from "./_chunks/editor-overlay-wYm22wZK.js";
|
|
169
169
|
import { S as Sl, s as Tl } from "./_chunks/signature-capture-COi0Uiqu.js";
|
|
170
170
|
import { S as Pl, s as Il } from "./_chunks/signature-field-Dy1JRjzE.js";
|
package/dist/locales/ar.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "بدء الإملاء",
|
|
1751
1751
|
"dictateStop": "إيقاف الإملاء",
|
|
1752
1752
|
"listening": "يستمع…",
|
|
1753
|
-
"dictationError": "فشل الإملاء. أعد المحاولة."
|
|
1753
|
+
"dictationError": "فشل الإملاء. أعد المحاولة.",
|
|
1754
|
+
"proofread": "التدقيق الإملائي والنحوي",
|
|
1755
|
+
"autoFormat": "تنسيق المستند تلقائيًا"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/de.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "Diktat starten",
|
|
1751
1751
|
"dictateStop": "Diktat stoppen",
|
|
1752
1752
|
"listening": "Aufnahme läuft …",
|
|
1753
|
-
"dictationError": "Diktat fehlgeschlagen. Bitte erneut versuchen."
|
|
1753
|
+
"dictationError": "Diktat fehlgeschlagen. Bitte erneut versuchen.",
|
|
1754
|
+
"proofread": "Rechtschreibung & Grammatik prüfen",
|
|
1755
|
+
"autoFormat": "Dokument automatisch formatieren"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/el.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "Έναρξη υπαγόρευσης",
|
|
1751
1751
|
"dictateStop": "Διακοπή υπαγόρευσης",
|
|
1752
1752
|
"listening": "Ακρόαση…",
|
|
1753
|
-
"dictationError": "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά."
|
|
1753
|
+
"dictationError": "Η υπαγόρευση απέτυχε. Δοκιμάστε ξανά.",
|
|
1754
|
+
"proofread": "Έλεγχος ορθογραφίας και γραμματικής",
|
|
1755
|
+
"autoFormat": "Αυτόματη μορφοποίηση εγγράφου"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/en.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "Start dictation",
|
|
1751
1751
|
"dictateStop": "Stop dictation",
|
|
1752
1752
|
"listening": "Listening…",
|
|
1753
|
-
"dictationError": "Dictation failed. Please try again."
|
|
1753
|
+
"dictationError": "Dictation failed. Please try again.",
|
|
1754
|
+
"proofread": "Check spelling & grammar",
|
|
1755
|
+
"autoFormat": "Auto-format document"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/es.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "Iniciar dictado",
|
|
1751
1751
|
"dictateStop": "Detener dictado",
|
|
1752
1752
|
"listening": "Escuchando…",
|
|
1753
|
-
"dictationError": "El dictado ha fallado. Inténtelo de nuevo."
|
|
1753
|
+
"dictationError": "El dictado ha fallado. Inténtelo de nuevo.",
|
|
1754
|
+
"proofread": "Revisar ortografía y gramática",
|
|
1755
|
+
"autoFormat": "Formatear documento automáticamente"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/fr.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "Démarrer la dictée",
|
|
1751
1751
|
"dictateStop": "Arrêter la dictée",
|
|
1752
1752
|
"listening": "Écoute en cours…",
|
|
1753
|
-
"dictationError": "Échec de la dictée. Veuillez réessayer."
|
|
1753
|
+
"dictationError": "Échec de la dictée. Veuillez réessayer.",
|
|
1754
|
+
"proofread": "Vérifier l’orthographe et la grammaire",
|
|
1755
|
+
"autoFormat": "Mettre en forme le document automatiquement"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/hi.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "श्रुतलेखन शुरू करें",
|
|
1751
1751
|
"dictateStop": "श्रुतलेखन रोकें",
|
|
1752
1752
|
"listening": "सुन रहा है…",
|
|
1753
|
-
"dictationError": "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।"
|
|
1753
|
+
"dictationError": "श्रुतलेखन विफल। कृपया पुनः प्रयास करें।",
|
|
1754
|
+
"proofread": "वर्तनी और व्याकरण जांचें",
|
|
1755
|
+
"autoFormat": "दस्तावेज़ स्वतः फ़ॉर्मेट करें"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/it.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "Avvia dettatura",
|
|
1751
1751
|
"dictateStop": "Interrompi dettatura",
|
|
1752
1752
|
"listening": "In ascolto…",
|
|
1753
|
-
"dictationError": "Dettatura non riuscita. Riprova."
|
|
1753
|
+
"dictationError": "Dettatura non riuscita. Riprova.",
|
|
1754
|
+
"proofread": "Controlla ortografia e grammatica",
|
|
1755
|
+
"autoFormat": "Formatta automaticamente il documento"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|
package/dist/locales/ja.json
CHANGED
|
@@ -1750,7 +1750,9 @@
|
|
|
1750
1750
|
"dictateStart": "音声入力を開始",
|
|
1751
1751
|
"dictateStop": "音声入力を停止",
|
|
1752
1752
|
"listening": "聞いています…",
|
|
1753
|
-
"dictationError": "音声入力に失敗しました。もう一度お試しください。"
|
|
1753
|
+
"dictationError": "音声入力に失敗しました。もう一度お試しください。",
|
|
1754
|
+
"proofread": "スペルと文法をチェック",
|
|
1755
|
+
"autoFormat": "文書を自動整形"
|
|
1754
1756
|
}
|
|
1755
1757
|
},
|
|
1756
1758
|
"payment": {
|