@alfadocs/ui-kit 1.4.12 → 1.4.13

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 (100) hide show
  1. package/dist/_chunks/actions-cell-renderer-BD-jruqA.js +1784 -0
  2. package/dist/_chunks/{anamnesis-summary-rows-DAIpD0Or.js → anamnesis-summary-rows-B5MAYkJ-.js} +2150 -2092
  3. package/dist/_chunks/{bmi-calculator-CxPn0T0s.js → bmi-calculator-DC5SaqXT.js} +2 -2
  4. package/dist/_chunks/{cycle-calculator-D9M7IKfh.js → cycle-calculator-B_NlctlQ.js} +2 -2
  5. package/dist/_chunks/{due-date-calculator-BkqZEvL4.js → due-date-calculator-le1z3KpW.js} +2 -2
  6. package/dist/_chunks/{fetal-weight-C7JXGg6E.js → fetal-weight-DXA6ZpMq.js} +2 -2
  7. package/dist/_chunks/{file-manager-DzWYcRpE.js → file-manager-BjCM2fZB.js} +2 -2
  8. package/dist/_chunks/{hcg-doubling-CFJlMH7Z.js → hcg-doubling-BT6lki_i.js} +2 -2
  9. package/dist/_chunks/{link-cell-renderer-DCCca2m3.js → link-cell-renderer-C7GvyK66.js} +2 -2
  10. package/dist/_chunks/number-input-CM1q9zvH.js +414 -0
  11. package/dist/_chunks/{optical-prescription-Brs0CeP3.js → optical-prescription-CQR_WJiS.js} +2 -2
  12. package/dist/_chunks/{patient-details-CGhnfdUB.js → patient-details-CnFgF3MU.js} +2 -2
  13. package/dist/_chunks/{patient-table-D2fhV4mV.js → patient-table-BXzcrC79.js} +3 -3
  14. package/dist/_chunks/{pregnancy-dating-iI6_j2K2.js → pregnancy-dating-4tPV_Yko.js} +2 -2
  15. package/dist/_chunks/{pregnancy-weight-gain-Co-YFMJZ.js → pregnancy-weight-gain-BBgbWBGe.js} +2 -2
  16. package/dist/_chunks/{signature-status-chip-DUcTgQ0E.js → signature-status-chip-DlLJk1VA.js} +16 -14
  17. package/dist/_chunks/{unit-converter-BeTicruA.js → unit-converter-Dsk__pjA.js} +2 -2
  18. package/dist/agent-catalog.json +14 -8
  19. package/dist/agent-i18n/en.json +3 -2
  20. package/dist/components/bmi-calculator/index.js +1 -1
  21. package/dist/components/cycle-calculator/index.js +1 -1
  22. package/dist/components/data-table/data-table.d.ts +19 -0
  23. package/dist/components/data-table/expanded-row-renderer.d.ts +47 -0
  24. package/dist/components/data-table/index.d.ts +2 -0
  25. package/dist/components/data-table/index.js +31 -27
  26. package/dist/components/due-date-calculator/index.js +1 -1
  27. package/dist/components/fetal-weight/index.js +1 -1
  28. package/dist/components/file-manager/index.js +1 -1
  29. package/dist/components/hcg-doubling/index.js +1 -1
  30. package/dist/components/number-input/index.js +1 -1
  31. package/dist/components/number-input/number-input.d.ts +11 -0
  32. package/dist/components/optical-prescription/index.js +1 -1
  33. package/dist/components/patient-details/index.js +1 -1
  34. package/dist/components/patient-table/index.js +1 -1
  35. package/dist/components/pregnancy-dating/index.js +1 -1
  36. package/dist/components/pregnancy-weight-gain/index.js +1 -1
  37. package/dist/components/signature-status-chip/index.js +1 -1
  38. package/dist/components/unit-converter/index.js +1 -1
  39. package/dist/host-compat.css +4 -1
  40. package/dist/i18n/locales/ar.d.ts +1 -0
  41. package/dist/i18n/locales/ar.js +1 -0
  42. package/dist/i18n/locales/de.d.ts +1 -0
  43. package/dist/i18n/locales/de.js +1 -0
  44. package/dist/i18n/locales/el.d.ts +1 -0
  45. package/dist/i18n/locales/el.js +1 -0
  46. package/dist/i18n/locales/en.d.ts +1 -0
  47. package/dist/i18n/locales/en.js +1 -0
  48. package/dist/i18n/locales/es.d.ts +1 -0
  49. package/dist/i18n/locales/es.js +1 -0
  50. package/dist/i18n/locales/fr.d.ts +1 -0
  51. package/dist/i18n/locales/fr.js +1 -0
  52. package/dist/i18n/locales/hi.d.ts +1 -0
  53. package/dist/i18n/locales/hi.js +1 -0
  54. package/dist/i18n/locales/it.d.ts +1 -0
  55. package/dist/i18n/locales/it.js +1 -0
  56. package/dist/i18n/locales/ja.d.ts +1 -0
  57. package/dist/i18n/locales/ja.js +1 -0
  58. package/dist/i18n/locales/nl.d.ts +1 -0
  59. package/dist/i18n/locales/nl.js +1 -0
  60. package/dist/i18n/locales/pl.d.ts +1 -0
  61. package/dist/i18n/locales/pl.js +1 -0
  62. package/dist/i18n/locales/pt.d.ts +1 -0
  63. package/dist/i18n/locales/pt.js +1 -0
  64. package/dist/i18n/locales/ro.d.ts +1 -0
  65. package/dist/i18n/locales/ro.js +1 -0
  66. package/dist/i18n/locales/ru.d.ts +1 -0
  67. package/dist/i18n/locales/ru.js +1 -0
  68. package/dist/i18n/locales/sq.d.ts +1 -0
  69. package/dist/i18n/locales/sq.js +1 -0
  70. package/dist/i18n/locales/sv.d.ts +1 -0
  71. package/dist/i18n/locales/sv.js +1 -0
  72. package/dist/i18n/locales/tr.d.ts +1 -0
  73. package/dist/i18n/locales/tr.js +1 -0
  74. package/dist/i18n/locales/zh.d.ts +1 -0
  75. package/dist/i18n/locales/zh.js +1 -0
  76. package/dist/index.js +779 -775
  77. package/dist/locales/ar.json +1 -0
  78. package/dist/locales/de.json +1 -0
  79. package/dist/locales/el.json +1 -0
  80. package/dist/locales/en.json +1 -0
  81. package/dist/locales/es.json +1 -0
  82. package/dist/locales/fr.json +1 -0
  83. package/dist/locales/hi.json +1 -0
  84. package/dist/locales/it.json +1 -0
  85. package/dist/locales/ja.json +1 -0
  86. package/dist/locales/nl.json +1 -0
  87. package/dist/locales/pl.json +1 -0
  88. package/dist/locales/pt.json +1 -0
  89. package/dist/locales/ro.json +1 -0
  90. package/dist/locales/ru.json +1 -0
  91. package/dist/locales/sq.json +1 -0
  92. package/dist/locales/sv.json +1 -0
  93. package/dist/locales/tr.json +1 -0
  94. package/dist/locales/zh.json +1 -0
  95. package/dist/patterns/anamnesis/anamnesis-intake.d.ts +5 -1
  96. package/dist/patterns/anamnesis/index.js +1 -1
  97. package/dist/tokens.css +5 -2
  98. package/package.json +1 -1
  99. package/dist/_chunks/actions-cell-renderer-C67oj7mR.js +0 -1581
  100. package/dist/_chunks/number-input-DOe5VYei.js +0 -370
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Rozwiń wiersz",
924
924
  collapseRow: "Zwiń wiersz",
925
+ expandedRow: "Szczegóły rozwiniętego wiersza",
925
926
  totalRow: "Łącznie",
926
927
  noRows: "Brak danych do wyświetlenia",
927
928
  noRowsDescription: "Spróbuj zmienić wyszukiwanie lub filtry.",
@@ -931,6 +931,7 @@ export declare const ptUi: {
931
931
  };
932
932
  readonly expandRow: "Expandir linha";
933
933
  readonly collapseRow: "Recolher linha";
934
+ readonly expandedRow: "Detalhes da linha expandida";
934
935
  readonly totalRow: "Total";
935
936
  readonly noRows: "Sem dados para apresentar";
936
937
  readonly noRowsDescription: "Tente modificar a pesquisa ou os filtros.";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Expandir linha",
924
924
  collapseRow: "Recolher linha",
925
+ expandedRow: "Detalhes da linha expandida",
925
926
  totalRow: "Total",
926
927
  noRows: "Sem dados para apresentar",
927
928
  noRowsDescription: "Tente modificar a pesquisa ou os filtros.",
@@ -930,6 +930,7 @@ export declare const roUi: {
930
930
  };
931
931
  readonly expandRow: "Extinde rândul";
932
932
  readonly collapseRow: "Restrânge rândul";
933
+ readonly expandedRow: "Detaliile rândului extins";
933
934
  readonly totalRow: "Total";
934
935
  readonly noRows: "Nicio dată de afișat";
935
936
  readonly noRowsDescription: "Încearcă să modifici căutarea sau filtrele.";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Extinde rândul",
924
924
  collapseRow: "Restrânge rândul",
925
+ expandedRow: "Detaliile rândului extins",
925
926
  totalRow: "Total",
926
927
  noRows: "Nicio dată de afișat",
927
928
  noRowsDescription: "Încearcă să modifici căutarea sau filtrele.",
@@ -930,6 +930,7 @@ export declare const ruUi: {
930
930
  };
931
931
  readonly expandRow: "Развернуть строку";
932
932
  readonly collapseRow: "Свернуть строку";
933
+ readonly expandedRow: "Сведения о развёрнутой строке";
933
934
  readonly totalRow: "Итого";
934
935
  readonly noRows: "Нет данных для отображения";
935
936
  readonly noRowsDescription: "Попробуйте изменить параметры поиска или фильтры.";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Развернуть строку",
924
924
  collapseRow: "Свернуть строку",
925
+ expandedRow: "Сведения о развёрнутой строке",
925
926
  totalRow: "Итого",
926
927
  noRows: "Нет данных для отображения",
927
928
  noRowsDescription: "Попробуйте изменить параметры поиска или фильтры.",
@@ -930,6 +930,7 @@ export declare const sqUi: {
930
930
  };
931
931
  readonly expandRow: "Zgjero rreshtin";
932
932
  readonly collapseRow: "Mbyll rreshtin";
933
+ readonly expandedRow: "Detajet e rreshtit të zgjeruar";
933
934
  readonly totalRow: "Gjithsej";
934
935
  readonly noRows: "Asnjë të dhënë për të shfaqur";
935
936
  readonly noRowsDescription: "Provoni të ndryshoni kërkimin ose filtrat.";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Zgjero rreshtin",
924
924
  collapseRow: "Mbyll rreshtin",
925
+ expandedRow: "Detajet e rreshtit të zgjeruar",
925
926
  totalRow: "Gjithsej",
926
927
  noRows: "Asnjë të dhënë për të shfaqur",
927
928
  noRowsDescription: "Provoni të ndryshoni kërkimin ose filtrat.",
@@ -930,6 +930,7 @@ export declare const svUi: {
930
930
  };
931
931
  readonly expandRow: "Expandera rad";
932
932
  readonly collapseRow: "Minimera rad";
933
+ readonly expandedRow: "Detaljer för expanderad rad";
933
934
  readonly totalRow: "Totalt";
934
935
  readonly noRows: "Inga data att visa";
935
936
  readonly noRowsDescription: "Prova att ändra sökningen eller filtren.";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Expandera rad",
924
924
  collapseRow: "Minimera rad",
925
+ expandedRow: "Detaljer för expanderad rad",
925
926
  totalRow: "Totalt",
926
927
  noRows: "Inga data att visa",
927
928
  noRowsDescription: "Prova att ändra sökningen eller filtren.",
@@ -930,6 +930,7 @@ export declare const trUi: {
930
930
  };
931
931
  readonly expandRow: "Satırı genişlet";
932
932
  readonly collapseRow: "Satırı daralt";
933
+ readonly expandedRow: "Genişletilen satır ayrıntıları";
933
934
  readonly totalRow: "Toplam";
934
935
  readonly noRows: "Gösterilecek veri yok";
935
936
  readonly noRowsDescription: "Arama veya filtrelerinizi değiştirmeyi deneyin.";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "Satırı genişlet",
924
924
  collapseRow: "Satırı daralt",
925
+ expandedRow: "Genişletilen satır ayrıntıları",
925
926
  totalRow: "Toplam",
926
927
  noRows: "Gösterilecek veri yok",
927
928
  noRowsDescription: "Arama veya filtrelerinizi değiştirmeyi deneyin.",
@@ -930,6 +930,7 @@ export declare const zhUi: {
930
930
  };
931
931
  readonly expandRow: "展开行";
932
932
  readonly collapseRow: "折叠行";
933
+ readonly expandedRow: "展开行的详细信息";
933
934
  readonly totalRow: "合计";
934
935
  readonly noRows: "暂无数据";
935
936
  readonly noRowsDescription: "请尝试修改搜索条件或筛选器。";
@@ -922,6 +922,7 @@ const e = {
922
922
  },
923
923
  expandRow: "展开行",
924
924
  collapseRow: "折叠行",
925
+ expandedRow: "展开行的详细信息",
925
926
  totalRow: "合计",
926
927
  noRows: "暂无数据",
927
928
  noRowsDescription: "请尝试修改搜索条件或筛选器。",