@alfadocs/ui-kit 0.82.0 → 0.84.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.
Files changed (92) hide show
  1. package/dist/_chunks/{actions-cell-renderer-DLrcSTK_.js → actions-cell-renderer-DaL80uqL.js} +2 -2
  2. package/dist/_chunks/chart-GFLv4cXm.js +609 -0
  3. package/dist/_chunks/dashboard-grid-D2dm0IRN.js +691 -0
  4. package/dist/_chunks/{editable-currency-cell-renderer-GwfA9tTR.js → editable-currency-cell-renderer-Dus_sBvX.js} +2 -2
  5. package/dist/_chunks/{face-scheme-C0rk21gg.js → face-scheme-CjQAHvSP.js} +2 -2
  6. package/dist/_chunks/{file-manager-DfTG7bxx.js → file-manager-DLJlinIO.js} +3 -3
  7. package/dist/_chunks/{header-settings-DMfdx0Vq.js → header-settings-CLwFqMHI.js} +2 -2
  8. package/dist/_chunks/{icon-button-group-C_lqXTAj.js → icon-button-group-BLHPN6jg.js} +178 -163
  9. package/dist/_chunks/{marketplace-app-shell-Bxq1PYAj.js → marketplace-app-shell-Br2yebEK.js} +2 -2
  10. package/dist/_chunks/{patient-table-DweKjiXg.js → patient-table-BHzmUbzu.js} +2 -2
  11. package/dist/_chunks/{theme-toggle-BJCz_UOi.js → theme-toggle-B4mOrQX1.js} +2 -2
  12. package/dist/_chunks/widget-picker-DEmTVuFL.js +193 -0
  13. package/dist/agent-catalog.json +238 -4
  14. package/dist/agent-i18n/en.json +27 -1
  15. package/dist/components/chart/chart.d.ts +36 -1
  16. package/dist/components/chart/index.js +1 -1
  17. package/dist/components/dashboard-grid/dashboard-grid-engine.d.ts +37 -0
  18. package/dist/components/dashboard-grid/dashboard-grid.agent.d.ts +4 -0
  19. package/dist/components/dashboard-grid/dashboard-grid.d.ts +74 -0
  20. package/dist/components/dashboard-grid/index.d.ts +3 -0
  21. package/dist/components/dashboard-grid/index.js +6 -0
  22. package/dist/components/data-table/index.js +2 -2
  23. package/dist/components/face-scheme/index.js +1 -1
  24. package/dist/components/file-manager/index.js +1 -1
  25. package/dist/components/header-settings/index.js +1 -1
  26. package/dist/components/icon-button-group/index.js +1 -1
  27. package/dist/components/index.d.ts +2 -0
  28. package/dist/components/patient-table/index.js +1 -1
  29. package/dist/components/theme-toggle/index.js +1 -1
  30. package/dist/components/widget-picker/index.d.ts +3 -0
  31. package/dist/components/widget-picker/index.js +6 -0
  32. package/dist/components/widget-picker/widget-picker.agent.d.ts +4 -0
  33. package/dist/components/widget-picker/widget-picker.d.ts +49 -0
  34. package/dist/i18n/locales/ar.d.ts +29 -0
  35. package/dist/i18n/locales/ar.js +29 -0
  36. package/dist/i18n/locales/de.d.ts +29 -0
  37. package/dist/i18n/locales/de.js +29 -0
  38. package/dist/i18n/locales/el.d.ts +29 -0
  39. package/dist/i18n/locales/el.js +29 -0
  40. package/dist/i18n/locales/en.d.ts +29 -0
  41. package/dist/i18n/locales/en.js +29 -0
  42. package/dist/i18n/locales/es.d.ts +29 -0
  43. package/dist/i18n/locales/es.js +29 -0
  44. package/dist/i18n/locales/fr.d.ts +29 -0
  45. package/dist/i18n/locales/fr.js +29 -0
  46. package/dist/i18n/locales/hi.d.ts +29 -0
  47. package/dist/i18n/locales/hi.js +29 -0
  48. package/dist/i18n/locales/it.d.ts +29 -0
  49. package/dist/i18n/locales/it.js +29 -0
  50. package/dist/i18n/locales/ja.d.ts +29 -0
  51. package/dist/i18n/locales/ja.js +29 -0
  52. package/dist/i18n/locales/nl.d.ts +29 -0
  53. package/dist/i18n/locales/nl.js +29 -0
  54. package/dist/i18n/locales/pl.d.ts +29 -0
  55. package/dist/i18n/locales/pl.js +29 -0
  56. package/dist/i18n/locales/pt.d.ts +29 -0
  57. package/dist/i18n/locales/pt.js +29 -0
  58. package/dist/i18n/locales/ro.d.ts +29 -0
  59. package/dist/i18n/locales/ro.js +29 -0
  60. package/dist/i18n/locales/ru.d.ts +29 -0
  61. package/dist/i18n/locales/ru.js +29 -0
  62. package/dist/i18n/locales/sq.d.ts +29 -0
  63. package/dist/i18n/locales/sq.js +29 -0
  64. package/dist/i18n/locales/sv.d.ts +29 -0
  65. package/dist/i18n/locales/sv.js +29 -0
  66. package/dist/i18n/locales/tr.d.ts +29 -0
  67. package/dist/i18n/locales/tr.js +29 -0
  68. package/dist/i18n/locales/zh.d.ts +29 -0
  69. package/dist/i18n/locales/zh.js +29 -0
  70. package/dist/index.js +82 -76
  71. package/dist/locales/ar.json +29 -0
  72. package/dist/locales/de.json +29 -0
  73. package/dist/locales/el.json +29 -0
  74. package/dist/locales/en.json +29 -0
  75. package/dist/locales/es.json +29 -0
  76. package/dist/locales/fr.json +29 -0
  77. package/dist/locales/hi.json +29 -0
  78. package/dist/locales/it.json +29 -0
  79. package/dist/locales/ja.json +29 -0
  80. package/dist/locales/nl.json +29 -0
  81. package/dist/locales/pl.json +29 -0
  82. package/dist/locales/pt.json +29 -0
  83. package/dist/locales/ro.json +29 -0
  84. package/dist/locales/ru.json +29 -0
  85. package/dist/locales/sq.json +29 -0
  86. package/dist/locales/sv.json +29 -0
  87. package/dist/locales/tr.json +29 -0
  88. package/dist/locales/zh.json +29 -0
  89. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  90. package/dist/tokens.css +1 -1
  91. package/package.json +9 -1
  92. package/dist/_chunks/chart-CpkpA74k.js +0 -374
@@ -0,0 +1,74 @@
1
+ import { type ReactNode } from 'react';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import { type DashboardWidgetLayout } from './dashboard-grid-engine';
4
+ export type { DashboardWidgetLayout } from './dashboard-grid-engine';
5
+ declare const dashboardGridVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ export interface DashboardGridProps extends VariantProps<typeof dashboardGridVariants> {
7
+ /** Accessible name for the board region. Required. */
8
+ 'aria-label': string;
9
+ /** Opaque instance id — emitted as `data-component-id` for the agent registry. */
10
+ id?: string;
11
+ /** Logical column count. Defaults to 12. */
12
+ cols?: number;
13
+ /** Row height in px (one `h` unit). Defaults to 96. */
14
+ rowHeight?: number;
15
+ /** Controlled layout. Entries are matched to widgets by `id`. */
16
+ layout?: DashboardWidgetLayout[];
17
+ /** Uncontrolled initial layout. */
18
+ defaultLayout?: DashboardWidgetLayout[];
19
+ /**
20
+ * Fired after every committed change — move, resize, remove pruning, and
21
+ * the auto-placement of widgets that had no layout entry. Persist this.
22
+ */
23
+ onLayoutChange?: (next: DashboardWidgetLayout[]) => void;
24
+ /** Edit mode: shows move/resize/remove chrome and the add tile. */
25
+ editing?: boolean;
26
+ /**
27
+ * Called when the user activates a widget's remove button. The kit
28
+ * commits the entry removal (one `onLayoutChange`) and manages focus;
29
+ * the consumer unmounts the child. Omit to hide the remove button.
30
+ */
31
+ onRemoveWidget?: (id: string) => void;
32
+ /**
33
+ * Called when the user activates the add tile (rendered in edit mode
34
+ * only when this is provided). The consumer appends a new
35
+ * `DashboardGrid.Widget`; it is auto-placed first-fit and reported via
36
+ * `onLayoutChange`.
37
+ */
38
+ onRequestAdd?: () => void;
39
+ /** `DashboardGrid.Widget` children. */
40
+ children: ReactNode;
41
+ className?: string;
42
+ }
43
+ export interface DashboardGridHandle {
44
+ /** Move a widget to a cell. False when not editing or id unknown. */
45
+ moveWidgetTo: (id: string, x: number, y: number) => boolean;
46
+ /** Resize a widget to a span. False when not editing or id unknown. */
47
+ resizeWidgetTo: (id: string, w: number, h: number) => boolean;
48
+ /** Current geometry + mode. */
49
+ getGridState: () => {
50
+ cols: number;
51
+ editing: boolean;
52
+ layout: DashboardWidgetLayout[];
53
+ };
54
+ }
55
+ export interface DashboardGridWidgetProps {
56
+ /** Stable widget id — matches a `layout` entry. */
57
+ id: string;
58
+ /** Visible widget title (consumer-translated). */
59
+ title: string;
60
+ /** Cell span used when the widget has no layout entry yet. */
61
+ defaultW?: number;
62
+ defaultH?: number;
63
+ /** Extra header actions (view mode and edit mode). */
64
+ actionsSlot?: ReactNode;
65
+ children?: ReactNode;
66
+ }
67
+ declare function DashboardGridWidget({ id, title, actionsSlot, children, }: DashboardGridWidgetProps): import("react/jsx-runtime").JSX.Element | null;
68
+ declare namespace DashboardGridWidget {
69
+ var displayName: string;
70
+ }
71
+ export declare const DashboardGrid: import("react").ForwardRefExoticComponent<DashboardGridProps & import("react").RefAttributes<DashboardGridHandle>> & {
72
+ Widget: typeof DashboardGridWidget;
73
+ };
74
+ //# sourceMappingURL=dashboard-grid.d.ts.map
@@ -0,0 +1,3 @@
1
+ export { DashboardGrid, type DashboardGridProps, type DashboardGridHandle, type DashboardGridWidgetProps, type DashboardWidgetLayout, } from './dashboard-grid';
2
+ export { dashboardGridAgent } from './dashboard-grid.agent';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,6 @@
1
+ import { D as r, d as o } from "../../_chunks/dashboard-grid-D2dm0IRN.js";
2
+ export {
3
+ r as DashboardGrid,
4
+ o as dashboardGridAgent
5
+ };
6
+ //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
- import { A as r, D as l, T as t, a as s, b as n, c as o, d, e as i, f as C } from "../../_chunks/actions-cell-renderer-DLrcSTK_.js";
2
- import { B as T, C as F, E as g, a as b, R as u, T as c, b as m, r as f, u as x } from "../../_chunks/editable-currency-cell-renderer-GwfA9tTR.js";
1
+ import { A as r, D as l, T as t, a as s, b as n, c as o, d, e as i, f as C } from "../../_chunks/actions-cell-renderer-DaL80uqL.js";
2
+ import { B as T, C as F, E as g, a as b, R as u, T as c, b as m, r as f, u as x } from "../../_chunks/editable-currency-cell-renderer-Dus_sBvX.js";
3
3
  import { C as p, D as h, a as y, b as E, I as S, L as A, N as L, c as N, S as B, d as I, e as P, T as U, f as W, g as k, U as v } from "../../_chunks/link-cell-renderer-BQGUs45d.js";
4
4
  export {
5
5
  r as ActionsCellRenderer,
@@ -1,4 +1,4 @@
1
- import { A as e, F as o, a as n, b as A, c as i, d as f, e as t, I, f as N, g as T, h as F, i as _, j as E, k as c, l as h, m as r, n as p, o as O, p as S, q as m, r as l, s as d, t as C, u as D } from "../../_chunks/face-scheme-C0rk21gg.js";
1
+ import { A as e, F as o, a as n, b as A, c as i, d as f, e as t, I, f as N, g as T, h as F, i as _, j as E, k as c, l as h, m as r, n as p, o as O, p as S, q as m, r as l, s as d, t as C, u as D } from "../../_chunks/face-scheme-CjQAHvSP.js";
2
2
  export {
3
3
  e as ANNOTATION_TOOL_KIND,
4
4
  o as FACE_ANNOTATION_TOOLS,
@@ -1,4 +1,4 @@
1
- import { F as r, f } from "../../_chunks/file-manager-DfTG7bxx.js";
1
+ import { F as r, f } from "../../_chunks/file-manager-DLJlinIO.js";
2
2
  export {
3
3
  r as FileManager,
4
4
  f as fileManagerAgent
@@ -1,4 +1,4 @@
1
- import { H as t } from "../../_chunks/header-settings-DMfdx0Vq.js";
1
+ import { H as t } from "../../_chunks/header-settings-CLwFqMHI.js";
2
2
  export {
3
3
  t as HeaderSettings
4
4
  };
@@ -1,4 +1,4 @@
1
- import { I as t } from "../../_chunks/icon-button-group-C_lqXTAj.js";
1
+ import { I as t } from "../../_chunks/icon-button-group-BLHPN6jg.js";
2
2
  export {
3
3
  t as IconButtonGroup
4
4
  };
@@ -208,4 +208,6 @@ export * from './qr-code';
208
208
  export * from './session-countdown';
209
209
  export * from './social-sign-in-button';
210
210
  export * from './wallet-pay-button';
211
+ export * from './dashboard-grid';
212
+ export * from './widget-picker';
211
213
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-DweKjiXg.js";
1
+ import { B as s, C as l, N as t, P as n, a as C, b as i, g as o, u } from "../../_chunks/patient-table-BHzmUbzu.js";
2
2
  export {
3
3
  s as BalanceBadgeCell,
4
4
  l as CarePlanStatusCell,
@@ -1,4 +1,4 @@
1
- import { T as o, t } from "../../_chunks/theme-toggle-BJCz_UOi.js";
1
+ import { T as o, t } from "../../_chunks/theme-toggle-B4mOrQX1.js";
2
2
  export {
3
3
  o as ThemeToggle,
4
4
  t as themeToggleAgent
@@ -0,0 +1,3 @@
1
+ export { WidgetPicker, type WidgetPickerProps, type WidgetPickerItem, type WidgetPickerHandle, } from './widget-picker';
2
+ export { widgetPickerAgent } from './widget-picker.agent';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,6 @@
1
+ import { W as r, w as t } from "../../_chunks/widget-picker-DEmTVuFL.js";
2
+ export {
3
+ r as WidgetPicker,
4
+ t as widgetPickerAgent
5
+ };
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,4 @@
1
+ import type { AgentAdapter } from '../../agent/types';
2
+ import type { WidgetPickerHandle } from './widget-picker';
3
+ export declare const widgetPickerAgent: AgentAdapter<WidgetPickerHandle>;
4
+ //# sourceMappingURL=widget-picker.agent.d.ts.map
@@ -0,0 +1,49 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface WidgetPickerItem {
3
+ /** Stable widget-type id reported via `onPick`. */
4
+ id: string;
5
+ /** Visible name (consumer-translated). */
6
+ title: string;
7
+ /** One-line explanation (consumer-translated). */
8
+ description?: string;
9
+ /** Small illustrative icon. */
10
+ icon?: ReactNode;
11
+ /** Group heading (consumer-translated). Ungrouped items render first. */
12
+ category?: string;
13
+ /** Visible but not pickable. */
14
+ disabled?: boolean;
15
+ /** Short annotation rendered as a badge (e.g. "Requires reconnect"). */
16
+ badge?: string;
17
+ }
18
+ export interface WidgetPickerProps {
19
+ /** Controlled visibility. */
20
+ open: boolean;
21
+ onOpenChange: (open: boolean) => void;
22
+ /** The catalogue. */
23
+ items: WidgetPickerItem[];
24
+ /**
25
+ * Called with the picked item id; the picker then closes itself via
26
+ * `onOpenChange(false)`.
27
+ */
28
+ onPick: (id: string) => void;
29
+ /** Dialog title. Defaults to the kit's translated "Add a widget". */
30
+ title?: string;
31
+ /** Opaque instance id — emitted as `data-component-id` for the agent registry. */
32
+ id?: string;
33
+ }
34
+ export interface WidgetPickerHandle {
35
+ /**
36
+ * Pick an item programmatically. False when the picker is closed, the id
37
+ * is unknown, or the item is disabled.
38
+ */
39
+ pick: (id: string) => boolean;
40
+ getPickerState: () => {
41
+ open: boolean;
42
+ items: Array<{
43
+ id: string;
44
+ disabled: boolean;
45
+ }>;
46
+ };
47
+ }
48
+ export declare const WidgetPicker: import("react").ForwardRefExoticComponent<WidgetPickerProps & import("react").RefAttributes<WidgetPickerHandle>>;
49
+ //# sourceMappingURL=widget-picker.d.ts.map
@@ -2626,6 +2626,35 @@ export declare const arUi: {
2626
2626
  readonly series: "سلسلة";
2627
2627
  readonly value: "قيمة";
2628
2628
  };
2629
+ readonly typeSwitcher: {
2630
+ readonly label: "نوع المخطط";
2631
+ readonly line: "خطي";
2632
+ readonly bar: "أعمدة";
2633
+ readonly area: "مساحي";
2634
+ readonly pie: "دائري";
2635
+ readonly donut: "حلقي";
2636
+ };
2637
+ };
2638
+ readonly dashboardGrid: {
2639
+ readonly move: "نقل {{title}}";
2640
+ readonly resize: "تغيير حجم {{title}}";
2641
+ readonly remove: "إزالة {{title}}";
2642
+ readonly add: "إضافة عنصر";
2643
+ readonly grabbed: "تم الالتقاط. استخدم الأسهم للنقل، وEnter للإفلات، وEscape للإلغاء.";
2644
+ readonly resizeGrabbed: "جارٍ تغيير الحجم. استخدم الأسهم للتغيير، وEnter للتأكيد، وEscape للإلغاء.";
2645
+ readonly movedTo: "العمود {{col}}، الصف {{row}}.";
2646
+ readonly resizedTo: "{{cols}} × {{rows}}.";
2647
+ readonly droppedAt: "تم وضع العنصر في العمود {{col}}، الصف {{row}}.";
2648
+ readonly removed: "تمت إزالة العنصر.";
2649
+ readonly cancelled: "تم إلغاء التغيير.";
2650
+ };
2651
+ readonly widgetPicker: {
2652
+ readonly title: "إضافة عنصر";
2653
+ readonly description: "اختر عنصرًا لإضافته إلى لوحتك.";
2654
+ readonly searchLabel: "البحث في العناصر";
2655
+ readonly searchPlaceholder: "البحث في العناصر…";
2656
+ readonly empty: "لا توجد عناصر مطابقة للبحث.";
2657
+ readonly none: "لا توجد عناصر واجهة متاحة.";
2629
2658
  };
2630
2659
  readonly editor: {
2631
2660
  readonly toolbarLabel: "تنسيق النص";
@@ -2599,8 +2599,37 @@ const e = {
2599
2599
  table: {
2600
2600
  series: "سلسلة",
2601
2601
  value: "قيمة"
2602
+ },
2603
+ typeSwitcher: {
2604
+ label: "نوع المخطط",
2605
+ line: "خطي",
2606
+ bar: "أعمدة",
2607
+ area: "مساحي",
2608
+ pie: "دائري",
2609
+ donut: "حلقي"
2602
2610
  }
2603
2611
  },
2612
+ dashboardGrid: {
2613
+ move: "نقل {{title}}",
2614
+ resize: "تغيير حجم {{title}}",
2615
+ remove: "إزالة {{title}}",
2616
+ add: "إضافة عنصر",
2617
+ grabbed: "تم الالتقاط. استخدم الأسهم للنقل، وEnter للإفلات، وEscape للإلغاء.",
2618
+ resizeGrabbed: "جارٍ تغيير الحجم. استخدم الأسهم للتغيير، وEnter للتأكيد، وEscape للإلغاء.",
2619
+ movedTo: "العمود {{col}}، الصف {{row}}.",
2620
+ resizedTo: "{{cols}} × {{rows}}.",
2621
+ droppedAt: "تم وضع العنصر في العمود {{col}}، الصف {{row}}.",
2622
+ removed: "تمت إزالة العنصر.",
2623
+ cancelled: "تم إلغاء التغيير."
2624
+ },
2625
+ widgetPicker: {
2626
+ title: "إضافة عنصر",
2627
+ description: "اختر عنصرًا لإضافته إلى لوحتك.",
2628
+ searchLabel: "البحث في العناصر",
2629
+ searchPlaceholder: "البحث في العناصر…",
2630
+ empty: "لا توجد عناصر مطابقة للبحث.",
2631
+ none: "لا توجد عناصر واجهة متاحة."
2632
+ },
2604
2633
  editor: {
2605
2634
  toolbarLabel: "تنسيق النص",
2606
2635
  regionLabel: "محرر النص المنسق",
@@ -2626,6 +2626,35 @@ export declare const deUi: {
2626
2626
  readonly series: "Serie";
2627
2627
  readonly value: "Wert";
2628
2628
  };
2629
+ readonly typeSwitcher: {
2630
+ readonly label: "Diagrammtyp";
2631
+ readonly line: "Linie";
2632
+ readonly bar: "Balken";
2633
+ readonly area: "Fläche";
2634
+ readonly pie: "Kreis";
2635
+ readonly donut: "Ring";
2636
+ };
2637
+ };
2638
+ readonly dashboardGrid: {
2639
+ readonly move: "{{title}} verschieben";
2640
+ readonly resize: "{{title}} skalieren";
2641
+ readonly remove: "{{title}} entfernen";
2642
+ readonly add: "Widget hinzufügen";
2643
+ readonly grabbed: "Aufgenommen. Mit den Pfeiltasten verschieben, Eingabe zum Ablegen, Escape zum Abbrechen.";
2644
+ readonly resizeGrabbed: "Größe ändern. Mit den Pfeiltasten anpassen, Eingabe zum Bestätigen, Escape zum Abbrechen.";
2645
+ readonly movedTo: "Spalte {{col}}, Zeile {{row}}.";
2646
+ readonly resizedTo: "{{cols}} × {{rows}}.";
2647
+ readonly droppedAt: "Widget platziert in Spalte {{col}}, Zeile {{row}}.";
2648
+ readonly removed: "Widget entfernt.";
2649
+ readonly cancelled: "Änderung abgebrochen.";
2650
+ };
2651
+ readonly widgetPicker: {
2652
+ readonly title: "Widget hinzufügen";
2653
+ readonly description: "Wählen Sie ein Widget für Ihr Dashboard.";
2654
+ readonly searchLabel: "Widgets durchsuchen";
2655
+ readonly searchPlaceholder: "Widgets durchsuchen…";
2656
+ readonly empty: "Keine Widgets entsprechen der Suche.";
2657
+ readonly none: "Keine Widgets verfügbar.";
2629
2658
  };
2630
2659
  readonly editor: {
2631
2660
  readonly toolbarLabel: "Textformatierung";
@@ -2600,8 +2600,37 @@ const e = {
2600
2600
  table: {
2601
2601
  series: "Serie",
2602
2602
  value: "Wert"
2603
+ },
2604
+ typeSwitcher: {
2605
+ label: "Diagrammtyp",
2606
+ line: "Linie",
2607
+ bar: "Balken",
2608
+ area: "Fläche",
2609
+ pie: "Kreis",
2610
+ donut: "Ring"
2603
2611
  }
2604
2612
  },
2613
+ dashboardGrid: {
2614
+ move: "{{title}} verschieben",
2615
+ resize: "{{title}} skalieren",
2616
+ remove: "{{title}} entfernen",
2617
+ add: "Widget hinzufügen",
2618
+ grabbed: "Aufgenommen. Mit den Pfeiltasten verschieben, Eingabe zum Ablegen, Escape zum Abbrechen.",
2619
+ resizeGrabbed: "Größe ändern. Mit den Pfeiltasten anpassen, Eingabe zum Bestätigen, Escape zum Abbrechen.",
2620
+ movedTo: "Spalte {{col}}, Zeile {{row}}.",
2621
+ resizedTo: "{{cols}} × {{rows}}.",
2622
+ droppedAt: "Widget platziert in Spalte {{col}}, Zeile {{row}}.",
2623
+ removed: "Widget entfernt.",
2624
+ cancelled: "Änderung abgebrochen."
2625
+ },
2626
+ widgetPicker: {
2627
+ title: "Widget hinzufügen",
2628
+ description: "Wählen Sie ein Widget für Ihr Dashboard.",
2629
+ searchLabel: "Widgets durchsuchen",
2630
+ searchPlaceholder: "Widgets durchsuchen…",
2631
+ empty: "Keine Widgets entsprechen der Suche.",
2632
+ none: "Keine Widgets verfügbar."
2633
+ },
2605
2634
  editor: {
2606
2635
  toolbarLabel: "Textformatierung",
2607
2636
  regionLabel: "Rich-Text-Editor",
@@ -2623,6 +2623,35 @@ export declare const elUi: {
2623
2623
  readonly series: "Σειρά";
2624
2624
  readonly value: "Τιμή";
2625
2625
  };
2626
+ readonly typeSwitcher: {
2627
+ readonly label: "Τύπος γραφήματος";
2628
+ readonly line: "Γραμμή";
2629
+ readonly bar: "Ράβδοι";
2630
+ readonly area: "Περιοχή";
2631
+ readonly pie: "Πίτα";
2632
+ readonly donut: "Δακτύλιος";
2633
+ };
2634
+ };
2635
+ readonly dashboardGrid: {
2636
+ readonly move: "Μετακίνηση {{title}}";
2637
+ readonly resize: "Αλλαγή μεγέθους {{title}}";
2638
+ readonly remove: "Αφαίρεση {{title}}";
2639
+ readonly add: "Προσθήκη widget";
2640
+ readonly grabbed: "Επιλέχθηκε. Χρησιμοποιήστε τα βέλη για μετακίνηση, Enter για τοποθέτηση, Escape για ακύρωση.";
2641
+ readonly resizeGrabbed: "Αλλαγή μεγέθους. Χρησιμοποιήστε τα βέλη, Enter για επιβεβαίωση, Escape για ακύρωση.";
2642
+ readonly movedTo: "Στήλη {{col}}, γραμμή {{row}}.";
2643
+ readonly resizedTo: "{{cols}} × {{rows}}.";
2644
+ readonly droppedAt: "Το widget τοποθετήθηκε στη στήλη {{col}}, γραμμή {{row}}.";
2645
+ readonly removed: "Το widget αφαιρέθηκε.";
2646
+ readonly cancelled: "Η αλλαγή ακυρώθηκε.";
2647
+ };
2648
+ readonly widgetPicker: {
2649
+ readonly title: "Προσθήκη widget";
2650
+ readonly description: "Επιλέξτε ένα widget για τον πίνακα.";
2651
+ readonly searchLabel: "Αναζήτηση widget";
2652
+ readonly searchPlaceholder: "Αναζήτηση widget…";
2653
+ readonly empty: "Κανένα widget δεν ταιριάζει με την αναζήτηση.";
2654
+ readonly none: "Δεν υπάρχουν διαθέσιμα widget.";
2626
2655
  };
2627
2656
  readonly editor: {
2628
2657
  readonly toolbarLabel: "Μορφοποίηση κειμένου";
@@ -2606,8 +2606,37 @@ const e = {
2606
2606
  table: {
2607
2607
  series: "Σειρά",
2608
2608
  value: "Τιμή"
2609
+ },
2610
+ typeSwitcher: {
2611
+ label: "Τύπος γραφήματος",
2612
+ line: "Γραμμή",
2613
+ bar: "Ράβδοι",
2614
+ area: "Περιοχή",
2615
+ pie: "Πίτα",
2616
+ donut: "Δακτύλιος"
2609
2617
  }
2610
2618
  },
2619
+ dashboardGrid: {
2620
+ move: "Μετακίνηση {{title}}",
2621
+ resize: "Αλλαγή μεγέθους {{title}}",
2622
+ remove: "Αφαίρεση {{title}}",
2623
+ add: "Προσθήκη widget",
2624
+ grabbed: "Επιλέχθηκε. Χρησιμοποιήστε τα βέλη για μετακίνηση, Enter για τοποθέτηση, Escape για ακύρωση.",
2625
+ resizeGrabbed: "Αλλαγή μεγέθους. Χρησιμοποιήστε τα βέλη, Enter για επιβεβαίωση, Escape για ακύρωση.",
2626
+ movedTo: "Στήλη {{col}}, γραμμή {{row}}.",
2627
+ resizedTo: "{{cols}} × {{rows}}.",
2628
+ droppedAt: "Το widget τοποθετήθηκε στη στήλη {{col}}, γραμμή {{row}}.",
2629
+ removed: "Το widget αφαιρέθηκε.",
2630
+ cancelled: "Η αλλαγή ακυρώθηκε."
2631
+ },
2632
+ widgetPicker: {
2633
+ title: "Προσθήκη widget",
2634
+ description: "Επιλέξτε ένα widget για τον πίνακα.",
2635
+ searchLabel: "Αναζήτηση widget",
2636
+ searchPlaceholder: "Αναζήτηση widget…",
2637
+ empty: "Κανένα widget δεν ταιριάζει με την αναζήτηση.",
2638
+ none: "Δεν υπάρχουν διαθέσιμα widget."
2639
+ },
2611
2640
  editor: {
2612
2641
  toolbarLabel: "Μορφοποίηση κειμένου",
2613
2642
  regionLabel: "Επεξεργαστής εμπλουτισμένου κειμένου",
@@ -2634,6 +2634,35 @@ export declare const enUi: {
2634
2634
  readonly series: "Series";
2635
2635
  readonly value: "Value";
2636
2636
  };
2637
+ readonly typeSwitcher: {
2638
+ readonly label: "Chart type";
2639
+ readonly line: "Line";
2640
+ readonly bar: "Bar";
2641
+ readonly area: "Area";
2642
+ readonly pie: "Pie";
2643
+ readonly donut: "Donut";
2644
+ };
2645
+ };
2646
+ readonly dashboardGrid: {
2647
+ readonly move: "Move {{title}}";
2648
+ readonly resize: "Resize {{title}}";
2649
+ readonly remove: "Remove {{title}}";
2650
+ readonly add: "Add widget";
2651
+ readonly grabbed: "Picked up. Use the arrow keys to move, Enter to drop, Escape to cancel.";
2652
+ readonly resizeGrabbed: "Resizing. Use the arrow keys to change the size, Enter to confirm, Escape to cancel.";
2653
+ readonly movedTo: "Column {{col}}, row {{row}}.";
2654
+ readonly resizedTo: "{{cols}} × {{rows}}.";
2655
+ readonly droppedAt: "Widget placed at column {{col}}, row {{row}}.";
2656
+ readonly removed: "Widget removed.";
2657
+ readonly cancelled: "Change cancelled.";
2658
+ };
2659
+ readonly widgetPicker: {
2660
+ readonly title: "Add a widget";
2661
+ readonly description: "Choose a widget to add to your dashboard.";
2662
+ readonly searchLabel: "Search widgets";
2663
+ readonly searchPlaceholder: "Search widgets…";
2664
+ readonly empty: "No widgets match your search.";
2665
+ readonly none: "No widgets available.";
2637
2666
  };
2638
2667
  readonly editor: {
2639
2668
  readonly toolbarLabel: "Text formatting";
@@ -2616,8 +2616,37 @@ const e = {
2616
2616
  table: {
2617
2617
  series: "Series",
2618
2618
  value: "Value"
2619
+ },
2620
+ typeSwitcher: {
2621
+ label: "Chart type",
2622
+ line: "Line",
2623
+ bar: "Bar",
2624
+ area: "Area",
2625
+ pie: "Pie",
2626
+ donut: "Donut"
2619
2627
  }
2620
2628
  },
2629
+ dashboardGrid: {
2630
+ move: "Move {{title}}",
2631
+ resize: "Resize {{title}}",
2632
+ remove: "Remove {{title}}",
2633
+ add: "Add widget",
2634
+ grabbed: "Picked up. Use the arrow keys to move, Enter to drop, Escape to cancel.",
2635
+ resizeGrabbed: "Resizing. Use the arrow keys to change the size, Enter to confirm, Escape to cancel.",
2636
+ movedTo: "Column {{col}}, row {{row}}.",
2637
+ resizedTo: "{{cols}} × {{rows}}.",
2638
+ droppedAt: "Widget placed at column {{col}}, row {{row}}.",
2639
+ removed: "Widget removed.",
2640
+ cancelled: "Change cancelled."
2641
+ },
2642
+ widgetPicker: {
2643
+ title: "Add a widget",
2644
+ description: "Choose a widget to add to your dashboard.",
2645
+ searchLabel: "Search widgets",
2646
+ searchPlaceholder: "Search widgets…",
2647
+ empty: "No widgets match your search.",
2648
+ none: "No widgets available."
2649
+ },
2621
2650
  editor: {
2622
2651
  toolbarLabel: "Text formatting",
2623
2652
  regionLabel: "Rich text editor",
@@ -2623,6 +2623,35 @@ export declare const esUi: {
2623
2623
  readonly series: "Serie";
2624
2624
  readonly value: "Valor";
2625
2625
  };
2626
+ readonly typeSwitcher: {
2627
+ readonly label: "Tipo de gráfico";
2628
+ readonly line: "Línea";
2629
+ readonly bar: "Barras";
2630
+ readonly area: "Área";
2631
+ readonly pie: "Circular";
2632
+ readonly donut: "Anillo";
2633
+ };
2634
+ };
2635
+ readonly dashboardGrid: {
2636
+ readonly move: "Mover {{title}}";
2637
+ readonly resize: "Redimensionar {{title}}";
2638
+ readonly remove: "Quitar {{title}}";
2639
+ readonly add: "Añadir widget";
2640
+ readonly grabbed: "Seleccionado. Usa las flechas para mover, Intro para soltar, Esc para cancelar.";
2641
+ readonly resizeGrabbed: "Redimensionando. Usa las flechas para cambiar el tamaño, Intro para confirmar, Esc para cancelar.";
2642
+ readonly movedTo: "Columna {{col}}, fila {{row}}.";
2643
+ readonly resizedTo: "{{cols}} × {{rows}}.";
2644
+ readonly droppedAt: "Widget colocado en la columna {{col}}, fila {{row}}.";
2645
+ readonly removed: "Widget eliminado.";
2646
+ readonly cancelled: "Cambio cancelado.";
2647
+ };
2648
+ readonly widgetPicker: {
2649
+ readonly title: "Añadir un widget";
2650
+ readonly description: "Elige un widget para añadir al panel.";
2651
+ readonly searchLabel: "Buscar widgets";
2652
+ readonly searchPlaceholder: "Buscar widgets…";
2653
+ readonly empty: "Ningún widget coincide con la búsqueda.";
2654
+ readonly none: "No hay widgets disponibles.";
2626
2655
  };
2627
2656
  readonly editor: {
2628
2657
  readonly toolbarLabel: "Formato de texto";
@@ -2597,8 +2597,37 @@ const e = {
2597
2597
  table: {
2598
2598
  series: "Serie",
2599
2599
  value: "Valor"
2600
+ },
2601
+ typeSwitcher: {
2602
+ label: "Tipo de gráfico",
2603
+ line: "Línea",
2604
+ bar: "Barras",
2605
+ area: "Área",
2606
+ pie: "Circular",
2607
+ donut: "Anillo"
2600
2608
  }
2601
2609
  },
2610
+ dashboardGrid: {
2611
+ move: "Mover {{title}}",
2612
+ resize: "Redimensionar {{title}}",
2613
+ remove: "Quitar {{title}}",
2614
+ add: "Añadir widget",
2615
+ grabbed: "Seleccionado. Usa las flechas para mover, Intro para soltar, Esc para cancelar.",
2616
+ resizeGrabbed: "Redimensionando. Usa las flechas para cambiar el tamaño, Intro para confirmar, Esc para cancelar.",
2617
+ movedTo: "Columna {{col}}, fila {{row}}.",
2618
+ resizedTo: "{{cols}} × {{rows}}.",
2619
+ droppedAt: "Widget colocado en la columna {{col}}, fila {{row}}.",
2620
+ removed: "Widget eliminado.",
2621
+ cancelled: "Cambio cancelado."
2622
+ },
2623
+ widgetPicker: {
2624
+ title: "Añadir un widget",
2625
+ description: "Elige un widget para añadir al panel.",
2626
+ searchLabel: "Buscar widgets",
2627
+ searchPlaceholder: "Buscar widgets…",
2628
+ empty: "Ningún widget coincide con la búsqueda.",
2629
+ none: "No hay widgets disponibles."
2630
+ },
2602
2631
  editor: {
2603
2632
  toolbarLabel: "Formato de texto",
2604
2633
  regionLabel: "Editor de texto enriquecido",
@@ -2623,6 +2623,35 @@ export declare const frUi: {
2623
2623
  readonly series: "Série";
2624
2624
  readonly value: "Valeur";
2625
2625
  };
2626
+ readonly typeSwitcher: {
2627
+ readonly label: "Type de graphique";
2628
+ readonly line: "Ligne";
2629
+ readonly bar: "Barres";
2630
+ readonly area: "Aires";
2631
+ readonly pie: "Secteurs";
2632
+ readonly donut: "Anneau";
2633
+ };
2634
+ };
2635
+ readonly dashboardGrid: {
2636
+ readonly move: "Déplacer {{title}}";
2637
+ readonly resize: "Redimensionner {{title}}";
2638
+ readonly remove: "Supprimer {{title}}";
2639
+ readonly add: "Ajouter un widget";
2640
+ readonly grabbed: "Saisi. Utilisez les flèches pour déplacer, Entrée pour déposer, Échap pour annuler.";
2641
+ readonly resizeGrabbed: "Redimensionnement. Utilisez les flèches pour changer la taille, Entrée pour confirmer, Échap pour annuler.";
2642
+ readonly movedTo: "Colonne {{col}}, ligne {{row}}.";
2643
+ readonly resizedTo: "{{cols}} × {{rows}}.";
2644
+ readonly droppedAt: "Widget placé en colonne {{col}}, ligne {{row}}.";
2645
+ readonly removed: "Widget supprimé.";
2646
+ readonly cancelled: "Modification annulée.";
2647
+ };
2648
+ readonly widgetPicker: {
2649
+ readonly title: "Ajouter un widget";
2650
+ readonly description: "Choisissez un widget à ajouter au tableau de bord.";
2651
+ readonly searchLabel: "Rechercher des widgets";
2652
+ readonly searchPlaceholder: "Rechercher des widgets…";
2653
+ readonly empty: "Aucun widget ne correspond à la recherche.";
2654
+ readonly none: "Aucun widget disponible.";
2626
2655
  };
2627
2656
  readonly editor: {
2628
2657
  readonly toolbarLabel: "Mise en forme du texte";