@alfadocs/ui-kit 0.19.0 → 0.20.1
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/_commonjsHelpers-DaMA6jEr.js +9 -0
- package/dist/_chunks/{ai-prompt-input-B-w5Rx3V.js → ai-prompt-input-B5MdixzR.js} +2 -2
- package/dist/_chunks/{alert-DBnawbmf.js → alert-ywPR59NE.js} +14 -1
- package/dist/_chunks/{leo-sidebar-DIsiTju3.js → alia-sidebar-Bof6TlFx.js} +211 -211
- package/dist/_chunks/{audio-recorder-DNkQLW1G.js → audio-recorder-D4xM3H5i.js} +2 -2
- package/dist/_chunks/{chat-message-g3lxpXM_.js → chat-message-ChOnwqf_.js} +5 -5
- package/dist/_chunks/editable-currency-cell-renderer-Dn3-ANF5.js +1932 -0
- package/dist/_chunks/{email-input-DKN5JERd.js → email-input-DvJ_kPKL.js} +2 -2
- package/dist/_chunks/exceljs.min-DUJ-5CGx.js +23045 -0
- package/dist/_chunks/file-spreadsheet-zUkY8rJ2.js +25 -0
- package/dist/_chunks/{file-upload-nMh-1jDD.js → file-upload-DxAQprcU.js} +103 -122
- package/dist/_chunks/{freemium-paywall-DXc7XlGE.js → freemium-paywall-CM6V1zNf.js} +2 -2
- package/dist/_chunks/grip-vertical-Dlg0_k5C.js +19 -0
- package/dist/_chunks/html2canvas.esm-dgT_1dIT.js +4872 -0
- package/dist/_chunks/{index-CFoBa86t.js → index-BcMWc8W2.js} +2 -2
- package/dist/_chunks/index.es-B8zMZ1wV.js +6694 -0
- package/dist/_chunks/jspdf.es.min-DaapWjR1.js +10007 -0
- package/dist/_chunks/jspdf.plugin.autotable-CSiDNyPn.js +1088 -0
- package/dist/_chunks/{map-view-DVP-Kp9l.js → map-view-CcwycFQX.js} +2 -2
- package/dist/_chunks/{patient-shell-Dr64lBp_.js → patient-shell-DavGODt9.js} +2 -2
- package/dist/_chunks/{payment-form-BjkuQeqR.js → payment-form-F7uh0Rqr.js} +2 -2
- package/dist/_chunks/{pdf-viewer-BG_nsFT5.js → pdf-viewer-CuYaVR1I.js} +2 -2
- package/dist/_chunks/{purify.es-DpIUMBYC.js → purify.es-Cm3utOpm.js} +2 -2
- package/dist/_chunks/{rich-text-editor-C7TCIlQO.js → rich-text-editor-J-wAz9eN.js} +22 -22
- package/dist/_chunks/{sidebar-BqzlRBvC.js → sidebar-DkyC6GvS.js} +167 -180
- package/dist/_chunks/{suggestion-chip-C4Jz0LrM.js → suggestion-chip-C4kxWUIs.js} +2 -2
- package/dist/_chunks/{warning-stack-CDH9TudY.js → warning-stack-bDicCvxs.js} +2 -2
- package/dist/_chunks/{workflow-map-BeKe23uw.js → workflow-map-BkLglexk.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/ai-prompt-input/index.js +1 -1
- package/dist/components/alert/index.js +1 -1
- package/dist/components/app-frame/app-frame.d.ts +1 -1
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/chat-container/chat-container.d.ts +1 -1
- package/dist/components/chat-message/chat-message.d.ts +1 -1
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/data-table/cell-renderers/balance-cell-renderer.d.ts +37 -0
- package/dist/components/data-table/cell-renderers/editable-currency-cell-renderer.d.ts +23 -0
- package/dist/components/data-table/cell-renderers/editable-text-cell-renderer.d.ts +11 -0
- package/dist/components/data-table/cell-renderers/image-cell-renderer.d.ts +19 -0
- package/dist/components/data-table/cell-renderers/toggle-cell-renderer.d.ts +15 -3
- package/dist/components/data-table/data-table.d.ts +30 -3
- package/dist/components/data-table/filters/date-range-filter.d.ts +30 -0
- package/dist/components/data-table/filters/select-filter.d.ts +64 -0
- package/dist/components/data-table/filters/typeahead-filter.d.ts +49 -0
- package/dist/components/data-table/index.d.ts +13 -2
- package/dist/components/data-table/index.js +24 -14
- package/dist/components/data-table/toolbar.d.ts +80 -1
- package/dist/components/email-input/index.js +1 -1
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/map-view/index.js +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/suggestion-chip/index.js +1 -1
- package/dist/components/warning-stack/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/i18n/config.js +81 -13
- package/dist/i18n/resources.d.ts +77 -9
- package/dist/index.js +421 -411
- package/dist/locales/de.json +13 -3
- package/dist/locales/en.json +32 -3
- package/dist/locales/it.json +32 -3
- package/dist/patterns/alia-assistant/alia-chat-surface.d.ts +3 -0
- package/dist/patterns/alia-assistant/alia-embedded.d.ts +13 -0
- package/dist/patterns/{leo-assistant/leo-popout.d.ts → alia-assistant/alia-popout.d.ts} +4 -4
- package/dist/patterns/{leo-assistant/leo-sidebar.d.ts → alia-assistant/alia-sidebar.d.ts} +10 -10
- package/dist/patterns/{leo-assistant/leo-types.d.ts → alia-assistant/alia-types.d.ts} +23 -23
- package/dist/patterns/alia-assistant/index.d.ts +20 -0
- package/dist/patterns/alia-assistant/index.js +8 -0
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/patterns/patient-shell/patient-shell.d.ts +1 -1
- package/dist/safe-html/index.js +6 -6
- package/dist/tokens.css +2 -2
- package/package.json +7 -4
- package/dist/_chunks/_commonjsHelpers-C6fGbg64.js +0 -7
- package/dist/_chunks/balance-cell-renderer-DJB6WDPe.js +0 -1015
- package/dist/patterns/leo-assistant/index.d.ts +0 -20
- package/dist/patterns/leo-assistant/index.js +0 -8
- package/dist/patterns/leo-assistant/leo-chat-surface.d.ts +0 -3
- package/dist/patterns/leo-assistant/leo-embedded.d.ts +0 -13
|
@@ -125,6 +125,6 @@ export * from './tooth-scheme';
|
|
|
125
125
|
export * from './transaction-chip';
|
|
126
126
|
export * from './whatsapp-button';
|
|
127
127
|
export * from './workflow';
|
|
128
|
-
export * from '../patterns/
|
|
128
|
+
export * from '../patterns/alia-assistant';
|
|
129
129
|
export * from '../patterns/patient-shell';
|
|
130
130
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as r, f as s, p as m, a as e, s as n, b as o, c as i } from "../../_chunks/payment-form-
|
|
1
|
+
import { P as r, f as s, p as m, a as e, s as n, b as o, c as i } from "../../_chunks/payment-form-F7uh0Rqr.js";
|
|
2
2
|
export {
|
|
3
3
|
r as PaymentForm,
|
|
4
4
|
s as formatPaymentAmount,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as t, e as o, r as s, t as i, a as e, w as n } from "../../_chunks/rich-text-editor-
|
|
1
|
+
import { R as t, e as o, r as s, t as i, a as e, w as n } from "../../_chunks/rich-text-editor-J-wAz9eN.js";
|
|
2
2
|
export {
|
|
3
3
|
t as RichTextEditor,
|
|
4
4
|
o as editorSurfaceVariants,
|
|
@@ -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 l, k as c, l as p, m as u, n as I, o as g, p as P, s as f, 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 l, k as c, l as p, m as u, n as I, o as g, p as P, s as f, u as B } from "../../_chunks/sidebar-DkyC6GvS.js";
|
|
2
2
|
import { u as h } from "../../_chunks/use-persistent-state-i23OWy6G.js";
|
|
3
3
|
export {
|
|
4
4
|
r as Sidebar,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-
|
|
1
|
+
import { C as r, W as e, a as s, b as d, c as w, i as t, l as f, m as l, r as i, w as k, d as n, e as A, f as C } from "../../_chunks/workflow-map-BkLglexk.js";
|
|
2
2
|
export {
|
|
3
3
|
r as CORE_PATIENT_FIELDS,
|
|
4
4
|
e as WorkflowCard,
|
package/dist/i18n/config.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import t from "i18next";
|
|
2
2
|
import { default as f } from "i18next";
|
|
3
|
-
import { initReactI18next as
|
|
3
|
+
import { initReactI18next as s } from "react-i18next";
|
|
4
4
|
const a = {
|
|
5
5
|
common: {
|
|
6
6
|
save: "Save",
|
|
@@ -320,6 +320,25 @@ const a = {
|
|
|
320
320
|
print: "Print",
|
|
321
321
|
columnToggle: "Columns",
|
|
322
322
|
bulkAction: "{{count}} selected",
|
|
323
|
+
refresh: "Refresh",
|
|
324
|
+
export: {
|
|
325
|
+
menu: "Export",
|
|
326
|
+
csv: "Export CSV",
|
|
327
|
+
xlsx: "Export Excel",
|
|
328
|
+
pdf: "Export PDF",
|
|
329
|
+
custom: "Export"
|
|
330
|
+
},
|
|
331
|
+
quickSearch: {
|
|
332
|
+
placeholder: "Search…",
|
|
333
|
+
label: "Quick search"
|
|
334
|
+
},
|
|
335
|
+
filterChips: {
|
|
336
|
+
label: "Active filters",
|
|
337
|
+
clearAll: "Clear all"
|
|
338
|
+
},
|
|
339
|
+
facetFilter: {
|
|
340
|
+
label: "Filter"
|
|
341
|
+
},
|
|
323
342
|
expandRow: "Expand row",
|
|
324
343
|
collapseRow: "Collapse row",
|
|
325
344
|
totalRow: "Total",
|
|
@@ -356,6 +375,16 @@ const a = {
|
|
|
356
375
|
resetFilter: "Reset",
|
|
357
376
|
noRowsToShow: "No rows to show",
|
|
358
377
|
selectAll: "Select all"
|
|
378
|
+
},
|
|
379
|
+
selectFilter: {
|
|
380
|
+
all: "All",
|
|
381
|
+
selectedCount: "{{count}} selected",
|
|
382
|
+
clear: "Clear",
|
|
383
|
+
apply: "Apply"
|
|
384
|
+
},
|
|
385
|
+
typeaheadFilter: {
|
|
386
|
+
placeholder: "Search…",
|
|
387
|
+
clear: "Clear"
|
|
359
388
|
}
|
|
360
389
|
},
|
|
361
390
|
emptyState: {
|
|
@@ -585,8 +614,8 @@ const a = {
|
|
|
585
614
|
}
|
|
586
615
|
}
|
|
587
616
|
},
|
|
588
|
-
|
|
589
|
-
name: "
|
|
617
|
+
alia: {
|
|
618
|
+
name: "Alia",
|
|
590
619
|
greeting: "Hi, how can I help you?",
|
|
591
620
|
subtitle: "Your personal assistant for data analysis",
|
|
592
621
|
newConversation: "New conversation",
|
|
@@ -600,7 +629,7 @@ const a = {
|
|
|
600
629
|
exampleQuestions: "Try asking",
|
|
601
630
|
upgrade: "Upgrade",
|
|
602
631
|
headerLabel: "Assistant header",
|
|
603
|
-
panelLabel: "
|
|
632
|
+
panelLabel: "Alia assistant panel"
|
|
604
633
|
},
|
|
605
634
|
chat: {
|
|
606
635
|
typing: "Assistant is typing",
|
|
@@ -1342,6 +1371,25 @@ const a = {
|
|
|
1342
1371
|
print: "Stampa",
|
|
1343
1372
|
columnToggle: "Colonne",
|
|
1344
1373
|
bulkAction: "{{count}} selezionati",
|
|
1374
|
+
refresh: "Aggiorna",
|
|
1375
|
+
export: {
|
|
1376
|
+
menu: "Esporta",
|
|
1377
|
+
csv: "Esporta CSV",
|
|
1378
|
+
xlsx: "Esporta Excel",
|
|
1379
|
+
pdf: "Esporta PDF",
|
|
1380
|
+
custom: "Esporta"
|
|
1381
|
+
},
|
|
1382
|
+
quickSearch: {
|
|
1383
|
+
placeholder: "Cerca…",
|
|
1384
|
+
label: "Ricerca rapida"
|
|
1385
|
+
},
|
|
1386
|
+
filterChips: {
|
|
1387
|
+
label: "Filtri attivi",
|
|
1388
|
+
clearAll: "Rimuovi tutti"
|
|
1389
|
+
},
|
|
1390
|
+
facetFilter: {
|
|
1391
|
+
label: "Filtro"
|
|
1392
|
+
},
|
|
1345
1393
|
expandRow: "Espandi riga",
|
|
1346
1394
|
collapseRow: "Comprimi riga",
|
|
1347
1395
|
totalRow: "Totale",
|
|
@@ -1378,6 +1426,16 @@ const a = {
|
|
|
1378
1426
|
resetFilter: "Reimposta",
|
|
1379
1427
|
noRowsToShow: "Nessuna riga da mostrare",
|
|
1380
1428
|
selectAll: "Seleziona tutto"
|
|
1429
|
+
},
|
|
1430
|
+
selectFilter: {
|
|
1431
|
+
all: "Tutti",
|
|
1432
|
+
selectedCount: "{{count}} selezionati",
|
|
1433
|
+
clear: "Rimuovi",
|
|
1434
|
+
apply: "Applica"
|
|
1435
|
+
},
|
|
1436
|
+
typeaheadFilter: {
|
|
1437
|
+
placeholder: "Cerca…",
|
|
1438
|
+
clear: "Rimuovi"
|
|
1381
1439
|
}
|
|
1382
1440
|
},
|
|
1383
1441
|
emptyState: {
|
|
@@ -1580,8 +1638,8 @@ const a = {
|
|
|
1580
1638
|
}
|
|
1581
1639
|
}
|
|
1582
1640
|
},
|
|
1583
|
-
|
|
1584
|
-
name: "
|
|
1641
|
+
alia: {
|
|
1642
|
+
name: "Alia",
|
|
1585
1643
|
greeting: "Ciao, come posso aiutarti?",
|
|
1586
1644
|
subtitle: "Il tuo assistente personale per l'analisi dei dati",
|
|
1587
1645
|
newConversation: "Nuova conversazione",
|
|
@@ -1595,7 +1653,7 @@ const a = {
|
|
|
1595
1653
|
exampleQuestions: "Prova a chiedere",
|
|
1596
1654
|
upgrade: "Passa al piano superiore",
|
|
1597
1655
|
headerLabel: "Intestazione assistente",
|
|
1598
|
-
panelLabel: "Pannello assistente
|
|
1656
|
+
panelLabel: "Pannello assistente Alia"
|
|
1599
1657
|
},
|
|
1600
1658
|
chat: {
|
|
1601
1659
|
typing: "L'assistente sta scrivendo",
|
|
@@ -2370,6 +2428,16 @@ const a = {
|
|
|
2370
2428
|
resetFilter: "Zurücksetzen",
|
|
2371
2429
|
noRowsToShow: "Keine Zeilen anzuzeigen",
|
|
2372
2430
|
selectAll: "Alle auswählen"
|
|
2431
|
+
},
|
|
2432
|
+
selectFilter: {
|
|
2433
|
+
all: "Alle",
|
|
2434
|
+
selectedCount: "{{count}} ausgewählt",
|
|
2435
|
+
clear: "Zurücksetzen",
|
|
2436
|
+
apply: "Anwenden"
|
|
2437
|
+
},
|
|
2438
|
+
typeaheadFilter: {
|
|
2439
|
+
placeholder: "Suchen …",
|
|
2440
|
+
clear: "Zurücksetzen"
|
|
2373
2441
|
}
|
|
2374
2442
|
},
|
|
2375
2443
|
emptyState: {
|
|
@@ -2572,8 +2640,8 @@ const a = {
|
|
|
2572
2640
|
}
|
|
2573
2641
|
}
|
|
2574
2642
|
},
|
|
2575
|
-
|
|
2576
|
-
name: "
|
|
2643
|
+
alia: {
|
|
2644
|
+
name: "Alia",
|
|
2577
2645
|
greeting: "Hallo, wie kann ich Ihnen helfen?",
|
|
2578
2646
|
subtitle: "Ihr persönlicher Assistent für die Datenanalyse",
|
|
2579
2647
|
newConversation: "Neue Unterhaltung",
|
|
@@ -2587,7 +2655,7 @@ const a = {
|
|
|
2587
2655
|
exampleQuestions: "Fragen Sie zum Beispiel",
|
|
2588
2656
|
upgrade: "Upgrade",
|
|
2589
2657
|
headerLabel: "Assistenten-Kopfzeile",
|
|
2590
|
-
panelLabel: "
|
|
2658
|
+
panelLabel: "Alia-Assistenten-Bereich"
|
|
2591
2659
|
},
|
|
2592
2660
|
chat: {
|
|
2593
2661
|
typing: "Assistent schreibt",
|
|
@@ -3020,11 +3088,11 @@ const a = {
|
|
|
3020
3088
|
de: i,
|
|
3021
3089
|
ar: o
|
|
3022
3090
|
};
|
|
3023
|
-
function g(r,
|
|
3091
|
+
function g(r, l) {
|
|
3024
3092
|
t.addResourceBundle(
|
|
3025
3093
|
r,
|
|
3026
3094
|
"ui",
|
|
3027
|
-
|
|
3095
|
+
l,
|
|
3028
3096
|
/* deep */
|
|
3029
3097
|
!0,
|
|
3030
3098
|
/* overwrite */
|
|
@@ -3032,7 +3100,7 @@ function g(r, s) {
|
|
|
3032
3100
|
);
|
|
3033
3101
|
}
|
|
3034
3102
|
const c = {}, e = typeof import.meta < "u" && typeof c < "u" && !1;
|
|
3035
|
-
t.use(
|
|
3103
|
+
t.use(s).init({
|
|
3036
3104
|
lng: "en",
|
|
3037
3105
|
fallbackLng: "en",
|
|
3038
3106
|
ns: ["ui"],
|
package/dist/i18n/resources.d.ts
CHANGED
|
@@ -338,6 +338,25 @@ export declare const enUi: {
|
|
|
338
338
|
readonly print: "Print";
|
|
339
339
|
readonly columnToggle: "Columns";
|
|
340
340
|
readonly bulkAction: "{{count}} selected";
|
|
341
|
+
readonly refresh: "Refresh";
|
|
342
|
+
readonly export: {
|
|
343
|
+
readonly menu: "Export";
|
|
344
|
+
readonly csv: "Export CSV";
|
|
345
|
+
readonly xlsx: "Export Excel";
|
|
346
|
+
readonly pdf: "Export PDF";
|
|
347
|
+
readonly custom: "Export";
|
|
348
|
+
};
|
|
349
|
+
readonly quickSearch: {
|
|
350
|
+
readonly placeholder: "Search…";
|
|
351
|
+
readonly label: "Quick search";
|
|
352
|
+
};
|
|
353
|
+
readonly filterChips: {
|
|
354
|
+
readonly label: "Active filters";
|
|
355
|
+
readonly clearAll: "Clear all";
|
|
356
|
+
};
|
|
357
|
+
readonly facetFilter: {
|
|
358
|
+
readonly label: "Filter";
|
|
359
|
+
};
|
|
341
360
|
readonly expandRow: "Expand row";
|
|
342
361
|
readonly collapseRow: "Collapse row";
|
|
343
362
|
readonly totalRow: "Total";
|
|
@@ -375,6 +394,16 @@ export declare const enUi: {
|
|
|
375
394
|
readonly noRowsToShow: "No rows to show";
|
|
376
395
|
readonly selectAll: "Select all";
|
|
377
396
|
};
|
|
397
|
+
readonly selectFilter: {
|
|
398
|
+
readonly all: "All";
|
|
399
|
+
readonly selectedCount: "{{count}} selected";
|
|
400
|
+
readonly clear: "Clear";
|
|
401
|
+
readonly apply: "Apply";
|
|
402
|
+
};
|
|
403
|
+
readonly typeaheadFilter: {
|
|
404
|
+
readonly placeholder: "Search…";
|
|
405
|
+
readonly clear: "Clear";
|
|
406
|
+
};
|
|
378
407
|
};
|
|
379
408
|
readonly emptyState: {
|
|
380
409
|
readonly firstUse: {
|
|
@@ -600,8 +629,8 @@ export declare const enUi: {
|
|
|
600
629
|
};
|
|
601
630
|
};
|
|
602
631
|
};
|
|
603
|
-
readonly
|
|
604
|
-
readonly name: "
|
|
632
|
+
readonly alia: {
|
|
633
|
+
readonly name: "Alia";
|
|
605
634
|
readonly greeting: "Hi, how can I help you?";
|
|
606
635
|
readonly subtitle: "Your personal assistant for data analysis";
|
|
607
636
|
readonly newConversation: "New conversation";
|
|
@@ -615,7 +644,7 @@ export declare const enUi: {
|
|
|
615
644
|
readonly exampleQuestions: "Try asking";
|
|
616
645
|
readonly upgrade: "Upgrade";
|
|
617
646
|
readonly headerLabel: "Assistant header";
|
|
618
|
-
readonly panelLabel: "
|
|
647
|
+
readonly panelLabel: "Alia assistant panel";
|
|
619
648
|
};
|
|
620
649
|
readonly chat: {
|
|
621
650
|
readonly typing: "Assistant is typing";
|
|
@@ -1376,6 +1405,25 @@ export declare const itUi: {
|
|
|
1376
1405
|
readonly print: "Stampa";
|
|
1377
1406
|
readonly columnToggle: "Colonne";
|
|
1378
1407
|
readonly bulkAction: "{{count}} selezionati";
|
|
1408
|
+
readonly refresh: "Aggiorna";
|
|
1409
|
+
readonly export: {
|
|
1410
|
+
readonly menu: "Esporta";
|
|
1411
|
+
readonly csv: "Esporta CSV";
|
|
1412
|
+
readonly xlsx: "Esporta Excel";
|
|
1413
|
+
readonly pdf: "Esporta PDF";
|
|
1414
|
+
readonly custom: "Esporta";
|
|
1415
|
+
};
|
|
1416
|
+
readonly quickSearch: {
|
|
1417
|
+
readonly placeholder: "Cerca…";
|
|
1418
|
+
readonly label: "Ricerca rapida";
|
|
1419
|
+
};
|
|
1420
|
+
readonly filterChips: {
|
|
1421
|
+
readonly label: "Filtri attivi";
|
|
1422
|
+
readonly clearAll: "Rimuovi tutti";
|
|
1423
|
+
};
|
|
1424
|
+
readonly facetFilter: {
|
|
1425
|
+
readonly label: "Filtro";
|
|
1426
|
+
};
|
|
1379
1427
|
readonly expandRow: "Espandi riga";
|
|
1380
1428
|
readonly collapseRow: "Comprimi riga";
|
|
1381
1429
|
readonly totalRow: "Totale";
|
|
@@ -1413,6 +1461,16 @@ export declare const itUi: {
|
|
|
1413
1461
|
readonly noRowsToShow: "Nessuna riga da mostrare";
|
|
1414
1462
|
readonly selectAll: "Seleziona tutto";
|
|
1415
1463
|
};
|
|
1464
|
+
readonly selectFilter: {
|
|
1465
|
+
readonly all: "Tutti";
|
|
1466
|
+
readonly selectedCount: "{{count}} selezionati";
|
|
1467
|
+
readonly clear: "Rimuovi";
|
|
1468
|
+
readonly apply: "Applica";
|
|
1469
|
+
};
|
|
1470
|
+
readonly typeaheadFilter: {
|
|
1471
|
+
readonly placeholder: "Cerca…";
|
|
1472
|
+
readonly clear: "Rimuovi";
|
|
1473
|
+
};
|
|
1416
1474
|
};
|
|
1417
1475
|
readonly emptyState: {
|
|
1418
1476
|
readonly firstUse: {
|
|
@@ -1614,8 +1672,8 @@ export declare const itUi: {
|
|
|
1614
1672
|
};
|
|
1615
1673
|
};
|
|
1616
1674
|
};
|
|
1617
|
-
readonly
|
|
1618
|
-
readonly name: "
|
|
1675
|
+
readonly alia: {
|
|
1676
|
+
readonly name: "Alia";
|
|
1619
1677
|
readonly greeting: "Ciao, come posso aiutarti?";
|
|
1620
1678
|
readonly subtitle: "Il tuo assistente personale per l'analisi dei dati";
|
|
1621
1679
|
readonly newConversation: "Nuova conversazione";
|
|
@@ -1629,7 +1687,7 @@ export declare const itUi: {
|
|
|
1629
1687
|
readonly exampleQuestions: "Prova a chiedere";
|
|
1630
1688
|
readonly upgrade: "Passa al piano superiore";
|
|
1631
1689
|
readonly headerLabel: "Intestazione assistente";
|
|
1632
|
-
readonly panelLabel: "Pannello assistente
|
|
1690
|
+
readonly panelLabel: "Pannello assistente Alia";
|
|
1633
1691
|
};
|
|
1634
1692
|
readonly chat: {
|
|
1635
1693
|
readonly typing: "L'assistente sta scrivendo";
|
|
@@ -2430,6 +2488,16 @@ export declare const deUi: {
|
|
|
2430
2488
|
readonly noRowsToShow: "Keine Zeilen anzuzeigen";
|
|
2431
2489
|
readonly selectAll: "Alle auswählen";
|
|
2432
2490
|
};
|
|
2491
|
+
readonly selectFilter: {
|
|
2492
|
+
readonly all: "Alle";
|
|
2493
|
+
readonly selectedCount: "{{count}} ausgewählt";
|
|
2494
|
+
readonly clear: "Zurücksetzen";
|
|
2495
|
+
readonly apply: "Anwenden";
|
|
2496
|
+
};
|
|
2497
|
+
readonly typeaheadFilter: {
|
|
2498
|
+
readonly placeholder: "Suchen …";
|
|
2499
|
+
readonly clear: "Zurücksetzen";
|
|
2500
|
+
};
|
|
2433
2501
|
};
|
|
2434
2502
|
readonly emptyState: {
|
|
2435
2503
|
readonly firstUse: {
|
|
@@ -2631,8 +2699,8 @@ export declare const deUi: {
|
|
|
2631
2699
|
};
|
|
2632
2700
|
};
|
|
2633
2701
|
};
|
|
2634
|
-
readonly
|
|
2635
|
-
readonly name: "
|
|
2702
|
+
readonly alia: {
|
|
2703
|
+
readonly name: "Alia";
|
|
2636
2704
|
readonly greeting: "Hallo, wie kann ich Ihnen helfen?";
|
|
2637
2705
|
readonly subtitle: "Ihr persönlicher Assistent für die Datenanalyse";
|
|
2638
2706
|
readonly newConversation: "Neue Unterhaltung";
|
|
@@ -2646,7 +2714,7 @@ export declare const deUi: {
|
|
|
2646
2714
|
readonly exampleQuestions: "Fragen Sie zum Beispiel";
|
|
2647
2715
|
readonly upgrade: "Upgrade";
|
|
2648
2716
|
readonly headerLabel: "Assistenten-Kopfzeile";
|
|
2649
|
-
readonly panelLabel: "
|
|
2717
|
+
readonly panelLabel: "Alia-Assistenten-Bereich";
|
|
2650
2718
|
};
|
|
2651
2719
|
readonly chat: {
|
|
2652
2720
|
readonly typing: "Assistent schreibt";
|