@alfadocs/ui-kit 0.19.0 → 0.20.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/_commonjsHelpers-DaMA6jEr.js +9 -0
- package/dist/_chunks/{ai-prompt-input-B-w5Rx3V.js → ai-prompt-input-B5MdixzR.js} +2 -2
- package/dist/_chunks/{leo-sidebar-DIsiTju3.js → alia-sidebar-Bof6TlFx.js} +211 -211
- package/dist/_chunks/{chat-message-g3lxpXM_.js → chat-message-ChOnwqf_.js} +5 -5
- package/dist/_chunks/editable-currency-cell-renderer-CqMs0Y8L.js +1590 -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/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/{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/{suggestion-chip-C4Jz0LrM.js → suggestion-chip-C4kxWUIs.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/ai-prompt-input/index.js +1 -1
- package/dist/components/app-frame/app-frame.d.ts +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/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 +22 -0
- package/dist/components/data-table/index.d.ts +9 -2
- package/dist/components/data-table/index.js +18 -13
- 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/index.d.ts +1 -1
- package/dist/components/map-view/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/suggestion-chip/index.js +1 -1
- package/dist/i18n/config.js +47 -9
- package/dist/i18n/resources.d.ts +47 -9
- package/dist/index.js +395 -390
- package/dist/locales/de.json +3 -3
- package/dist/locales/en.json +22 -3
- package/dist/locales/it.json +22 -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/patient-shell.d.ts +1 -1
- package/dist/safe-html/index.js +6 -6
- package/dist/tokens.css +1 -1
- 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
package/dist/i18n/config.js
CHANGED
|
@@ -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",
|
|
@@ -585,8 +604,8 @@ const a = {
|
|
|
585
604
|
}
|
|
586
605
|
}
|
|
587
606
|
},
|
|
588
|
-
|
|
589
|
-
name: "
|
|
607
|
+
alia: {
|
|
608
|
+
name: "Alia",
|
|
590
609
|
greeting: "Hi, how can I help you?",
|
|
591
610
|
subtitle: "Your personal assistant for data analysis",
|
|
592
611
|
newConversation: "New conversation",
|
|
@@ -600,7 +619,7 @@ const a = {
|
|
|
600
619
|
exampleQuestions: "Try asking",
|
|
601
620
|
upgrade: "Upgrade",
|
|
602
621
|
headerLabel: "Assistant header",
|
|
603
|
-
panelLabel: "
|
|
622
|
+
panelLabel: "Alia assistant panel"
|
|
604
623
|
},
|
|
605
624
|
chat: {
|
|
606
625
|
typing: "Assistant is typing",
|
|
@@ -1342,6 +1361,25 @@ const a = {
|
|
|
1342
1361
|
print: "Stampa",
|
|
1343
1362
|
columnToggle: "Colonne",
|
|
1344
1363
|
bulkAction: "{{count}} selezionati",
|
|
1364
|
+
refresh: "Aggiorna",
|
|
1365
|
+
export: {
|
|
1366
|
+
menu: "Esporta",
|
|
1367
|
+
csv: "Esporta CSV",
|
|
1368
|
+
xlsx: "Esporta Excel",
|
|
1369
|
+
pdf: "Esporta PDF",
|
|
1370
|
+
custom: "Esporta"
|
|
1371
|
+
},
|
|
1372
|
+
quickSearch: {
|
|
1373
|
+
placeholder: "Cerca…",
|
|
1374
|
+
label: "Ricerca rapida"
|
|
1375
|
+
},
|
|
1376
|
+
filterChips: {
|
|
1377
|
+
label: "Filtri attivi",
|
|
1378
|
+
clearAll: "Rimuovi tutti"
|
|
1379
|
+
},
|
|
1380
|
+
facetFilter: {
|
|
1381
|
+
label: "Filtro"
|
|
1382
|
+
},
|
|
1345
1383
|
expandRow: "Espandi riga",
|
|
1346
1384
|
collapseRow: "Comprimi riga",
|
|
1347
1385
|
totalRow: "Totale",
|
|
@@ -1580,8 +1618,8 @@ const a = {
|
|
|
1580
1618
|
}
|
|
1581
1619
|
}
|
|
1582
1620
|
},
|
|
1583
|
-
|
|
1584
|
-
name: "
|
|
1621
|
+
alia: {
|
|
1622
|
+
name: "Alia",
|
|
1585
1623
|
greeting: "Ciao, come posso aiutarti?",
|
|
1586
1624
|
subtitle: "Il tuo assistente personale per l'analisi dei dati",
|
|
1587
1625
|
newConversation: "Nuova conversazione",
|
|
@@ -1595,7 +1633,7 @@ const a = {
|
|
|
1595
1633
|
exampleQuestions: "Prova a chiedere",
|
|
1596
1634
|
upgrade: "Passa al piano superiore",
|
|
1597
1635
|
headerLabel: "Intestazione assistente",
|
|
1598
|
-
panelLabel: "Pannello assistente
|
|
1636
|
+
panelLabel: "Pannello assistente Alia"
|
|
1599
1637
|
},
|
|
1600
1638
|
chat: {
|
|
1601
1639
|
typing: "L'assistente sta scrivendo",
|
|
@@ -2572,8 +2610,8 @@ const a = {
|
|
|
2572
2610
|
}
|
|
2573
2611
|
}
|
|
2574
2612
|
},
|
|
2575
|
-
|
|
2576
|
-
name: "
|
|
2613
|
+
alia: {
|
|
2614
|
+
name: "Alia",
|
|
2577
2615
|
greeting: "Hallo, wie kann ich Ihnen helfen?",
|
|
2578
2616
|
subtitle: "Ihr persönlicher Assistent für die Datenanalyse",
|
|
2579
2617
|
newConversation: "Neue Unterhaltung",
|
|
@@ -2587,7 +2625,7 @@ const a = {
|
|
|
2587
2625
|
exampleQuestions: "Fragen Sie zum Beispiel",
|
|
2588
2626
|
upgrade: "Upgrade",
|
|
2589
2627
|
headerLabel: "Assistenten-Kopfzeile",
|
|
2590
|
-
panelLabel: "
|
|
2628
|
+
panelLabel: "Alia-Assistenten-Bereich"
|
|
2591
2629
|
},
|
|
2592
2630
|
chat: {
|
|
2593
2631
|
typing: "Assistent schreibt",
|
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";
|
|
@@ -600,8 +619,8 @@ export declare const enUi: {
|
|
|
600
619
|
};
|
|
601
620
|
};
|
|
602
621
|
};
|
|
603
|
-
readonly
|
|
604
|
-
readonly name: "
|
|
622
|
+
readonly alia: {
|
|
623
|
+
readonly name: "Alia";
|
|
605
624
|
readonly greeting: "Hi, how can I help you?";
|
|
606
625
|
readonly subtitle: "Your personal assistant for data analysis";
|
|
607
626
|
readonly newConversation: "New conversation";
|
|
@@ -615,7 +634,7 @@ export declare const enUi: {
|
|
|
615
634
|
readonly exampleQuestions: "Try asking";
|
|
616
635
|
readonly upgrade: "Upgrade";
|
|
617
636
|
readonly headerLabel: "Assistant header";
|
|
618
|
-
readonly panelLabel: "
|
|
637
|
+
readonly panelLabel: "Alia assistant panel";
|
|
619
638
|
};
|
|
620
639
|
readonly chat: {
|
|
621
640
|
readonly typing: "Assistant is typing";
|
|
@@ -1376,6 +1395,25 @@ export declare const itUi: {
|
|
|
1376
1395
|
readonly print: "Stampa";
|
|
1377
1396
|
readonly columnToggle: "Colonne";
|
|
1378
1397
|
readonly bulkAction: "{{count}} selezionati";
|
|
1398
|
+
readonly refresh: "Aggiorna";
|
|
1399
|
+
readonly export: {
|
|
1400
|
+
readonly menu: "Esporta";
|
|
1401
|
+
readonly csv: "Esporta CSV";
|
|
1402
|
+
readonly xlsx: "Esporta Excel";
|
|
1403
|
+
readonly pdf: "Esporta PDF";
|
|
1404
|
+
readonly custom: "Esporta";
|
|
1405
|
+
};
|
|
1406
|
+
readonly quickSearch: {
|
|
1407
|
+
readonly placeholder: "Cerca…";
|
|
1408
|
+
readonly label: "Ricerca rapida";
|
|
1409
|
+
};
|
|
1410
|
+
readonly filterChips: {
|
|
1411
|
+
readonly label: "Filtri attivi";
|
|
1412
|
+
readonly clearAll: "Rimuovi tutti";
|
|
1413
|
+
};
|
|
1414
|
+
readonly facetFilter: {
|
|
1415
|
+
readonly label: "Filtro";
|
|
1416
|
+
};
|
|
1379
1417
|
readonly expandRow: "Espandi riga";
|
|
1380
1418
|
readonly collapseRow: "Comprimi riga";
|
|
1381
1419
|
readonly totalRow: "Totale";
|
|
@@ -1614,8 +1652,8 @@ export declare const itUi: {
|
|
|
1614
1652
|
};
|
|
1615
1653
|
};
|
|
1616
1654
|
};
|
|
1617
|
-
readonly
|
|
1618
|
-
readonly name: "
|
|
1655
|
+
readonly alia: {
|
|
1656
|
+
readonly name: "Alia";
|
|
1619
1657
|
readonly greeting: "Ciao, come posso aiutarti?";
|
|
1620
1658
|
readonly subtitle: "Il tuo assistente personale per l'analisi dei dati";
|
|
1621
1659
|
readonly newConversation: "Nuova conversazione";
|
|
@@ -1629,7 +1667,7 @@ export declare const itUi: {
|
|
|
1629
1667
|
readonly exampleQuestions: "Prova a chiedere";
|
|
1630
1668
|
readonly upgrade: "Passa al piano superiore";
|
|
1631
1669
|
readonly headerLabel: "Intestazione assistente";
|
|
1632
|
-
readonly panelLabel: "Pannello assistente
|
|
1670
|
+
readonly panelLabel: "Pannello assistente Alia";
|
|
1633
1671
|
};
|
|
1634
1672
|
readonly chat: {
|
|
1635
1673
|
readonly typing: "L'assistente sta scrivendo";
|
|
@@ -2631,8 +2669,8 @@ export declare const deUi: {
|
|
|
2631
2669
|
};
|
|
2632
2670
|
};
|
|
2633
2671
|
};
|
|
2634
|
-
readonly
|
|
2635
|
-
readonly name: "
|
|
2672
|
+
readonly alia: {
|
|
2673
|
+
readonly name: "Alia";
|
|
2636
2674
|
readonly greeting: "Hallo, wie kann ich Ihnen helfen?";
|
|
2637
2675
|
readonly subtitle: "Ihr persönlicher Assistent für die Datenanalyse";
|
|
2638
2676
|
readonly newConversation: "Neue Unterhaltung";
|
|
@@ -2646,7 +2684,7 @@ export declare const deUi: {
|
|
|
2646
2684
|
readonly exampleQuestions: "Fragen Sie zum Beispiel";
|
|
2647
2685
|
readonly upgrade: "Upgrade";
|
|
2648
2686
|
readonly headerLabel: "Assistenten-Kopfzeile";
|
|
2649
|
-
readonly panelLabel: "
|
|
2687
|
+
readonly panelLabel: "Alia-Assistenten-Bereich";
|
|
2650
2688
|
};
|
|
2651
2689
|
readonly chat: {
|
|
2652
2690
|
readonly typing: "Assistent schreibt";
|