@alfadocs/ui-kit 0.20.0 → 0.21.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 (59) hide show
  1. package/dist/_chunks/{agenda-card-CsCm7hQv.js → agenda-card-BmpaUG1h.js} +2 -2
  2. package/dist/_chunks/{agenda-tray-B8QZ3wEp.js → agenda-tray-DiInnVqk.js} +2 -2
  3. package/dist/_chunks/{alert-DBnawbmf.js → alert-ywPR59NE.js} +14 -1
  4. package/dist/_chunks/{alia-sidebar-Bof6TlFx.js → alia-sidebar-CUi2UCbY.js} +3 -3
  5. package/dist/_chunks/{audio-recorder-DNkQLW1G.js → audio-recorder-D4xM3H5i.js} +2 -2
  6. package/dist/_chunks/{avatar-I10iCDs8.js → avatar-BpFohgWG.js} +24 -16
  7. package/dist/_chunks/{chat-message-ChOnwqf_.js → chat-message-W3k8rLOA.js} +2 -2
  8. package/dist/_chunks/editable-currency-cell-renderer-1t42gENX.js +1972 -0
  9. package/dist/_chunks/{freemium-paywall-DXc7XlGE.js → freemium-paywall-CM6V1zNf.js} +2 -2
  10. package/dist/_chunks/grip-vertical-Dlg0_k5C.js +19 -0
  11. package/dist/_chunks/key-value-pair-DBuOCtIc.js +98 -0
  12. package/dist/_chunks/{message-card-c6R0-qXq.js → message-card-i61k1TGc.js} +2 -2
  13. package/dist/_chunks/{message-tray-BNAS8al4.js → message-tray-DrV7G-wR.js} +2 -2
  14. package/dist/_chunks/{patient-shell-Dr64lBp_.js → patient-shell-DavGODt9.js} +2 -2
  15. package/dist/_chunks/{payment-form-BjkuQeqR.js → payment-form-F7uh0Rqr.js} +2 -2
  16. package/dist/_chunks/{pdf-viewer-BG_nsFT5.js → pdf-viewer-CuYaVR1I.js} +2 -2
  17. package/dist/_chunks/{sidebar-BqzlRBvC.js → sidebar-DkyC6GvS.js} +167 -180
  18. package/dist/_chunks/{timeline-rmls7dIh.js → timeline-Czeqr3HF.js} +2 -2
  19. package/dist/_chunks/{warning-stack-CDH9TudY.js → warning-stack-bDicCvxs.js} +2 -2
  20. package/dist/_chunks/{whatsapp-button-Bj5FIhpC.js → whatsapp-button-CtlLwM3M.js} +14 -3
  21. package/dist/_chunks/{workflow-map-BeKe23uw.js → workflow-map-712GL-8u.js} +3 -3
  22. package/dist/agent-catalog.json +1 -1
  23. package/dist/components/agenda-card/index.js +1 -1
  24. package/dist/components/agenda-tray/index.js +1 -1
  25. package/dist/components/alert/index.js +1 -1
  26. package/dist/components/audio-recorder/index.js +1 -1
  27. package/dist/components/avatar/avatar.d.ts +1 -1
  28. package/dist/components/avatar/index.js +1 -1
  29. package/dist/components/chat-message/index.js +1 -1
  30. package/dist/components/data-table/cell-renderers/balance-cell-renderer.d.ts +37 -0
  31. package/dist/components/data-table/filters/date-range-filter.d.ts +12 -1
  32. package/dist/components/data-table/filters/select-filter.d.ts +58 -0
  33. package/dist/components/data-table/filters/typeahead-filter.d.ts +52 -0
  34. package/dist/components/data-table/index.d.ts +5 -1
  35. package/dist/components/data-table/index.js +23 -18
  36. package/dist/components/freemium-paywall/index.js +1 -1
  37. package/dist/components/key-value-pair/index.js +1 -1
  38. package/dist/components/key-value-pair/key-value-pair.d.ts +19 -1
  39. package/dist/components/message-card/index.js +1 -1
  40. package/dist/components/message-tray/index.js +1 -1
  41. package/dist/components/payment-form/index.js +1 -1
  42. package/dist/components/pdf-viewer/index.js +1 -1
  43. package/dist/components/sidebar/index.js +1 -1
  44. package/dist/components/timeline/index.js +1 -1
  45. package/dist/components/warning-stack/index.js +1 -1
  46. package/dist/components/whatsapp-button/index.js +1 -1
  47. package/dist/components/workflow/index.js +1 -1
  48. package/dist/i18n/config.js +34 -4
  49. package/dist/i18n/resources.d.ts +30 -0
  50. package/dist/index.js +399 -394
  51. package/dist/locales/de.json +10 -0
  52. package/dist/locales/en.json +10 -0
  53. package/dist/locales/it.json +10 -0
  54. package/dist/patterns/alia-assistant/index.js +1 -1
  55. package/dist/patterns/patient-shell/index.js +1 -1
  56. package/dist/tokens.css +2 -2
  57. package/package.json +1 -1
  58. package/dist/_chunks/editable-currency-cell-renderer-CqMs0Y8L.js +0 -1590
  59. package/dist/_chunks/key-value-pair-AbrRwesr.js +0 -76
@@ -366,6 +366,16 @@
366
366
  "resetFilter": "Zurücksetzen",
367
367
  "noRowsToShow": "Keine Zeilen anzuzeigen",
368
368
  "selectAll": "Alle auswählen"
369
+ },
370
+ "selectFilter": {
371
+ "all": "Alle",
372
+ "selectedCount": "{{count}} ausgewählt",
373
+ "clear": "Zurücksetzen",
374
+ "apply": "Anwenden"
375
+ },
376
+ "typeaheadFilter": {
377
+ "placeholder": "Suchen …",
378
+ "clear": "Zurücksetzen"
369
379
  }
370
380
  },
371
381
  "emptyState": {
@@ -392,6 +392,16 @@
392
392
  "resetFilter": "Reset",
393
393
  "noRowsToShow": "No rows to show",
394
394
  "selectAll": "Select all"
395
+ },
396
+ "selectFilter": {
397
+ "all": "All",
398
+ "selectedCount": "{{count}} selected",
399
+ "clear": "Clear",
400
+ "apply": "Apply"
401
+ },
402
+ "typeaheadFilter": {
403
+ "placeholder": "Search…",
404
+ "clear": "Clear"
395
405
  }
396
406
  },
397
407
  "emptyState": {
@@ -385,6 +385,16 @@
385
385
  "resetFilter": "Reimposta",
386
386
  "noRowsToShow": "Nessuna riga da mostrare",
387
387
  "selectAll": "Seleziona tutto"
388
+ },
389
+ "selectFilter": {
390
+ "all": "Tutti",
391
+ "selectedCount": "{{count}} selezionati",
392
+ "clear": "Rimuovi",
393
+ "apply": "Applica"
394
+ },
395
+ "typeaheadFilter": {
396
+ "placeholder": "Cerca…",
397
+ "clear": "Rimuovi"
388
398
  }
389
399
  },
390
400
  "emptyState": {
@@ -1,4 +1,4 @@
1
- import { A as i, a as A, b as d, c as l } from "../../_chunks/alia-sidebar-Bof6TlFx.js";
1
+ import { A as i, a as A, b as d, c as l } from "../../_chunks/alia-sidebar-CUi2UCbY.js";
2
2
  export {
3
3
  i as AliaChatSurface,
4
4
  A as AliaEmbedded,
@@ -1,4 +1,4 @@
1
- import { P as a } from "../../_chunks/patient-shell-Dr64lBp_.js";
1
+ import { P as a } from "../../_chunks/patient-shell-DavGODt9.js";
2
2
  export {
3
3
  a as PatientShell
4
4
  };