@alfadocs/ui-kit 0.81.0 → 0.83.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/{actions-cell-renderer-DLrcSTK_.js → actions-cell-renderer-DaL80uqL.js} +2 -2
- package/dist/_chunks/chart-GFLv4cXm.js +609 -0
- package/dist/_chunks/{editable-currency-cell-renderer-GwfA9tTR.js → editable-currency-cell-renderer-Dus_sBvX.js} +2 -2
- package/dist/_chunks/{face-scheme-C0rk21gg.js → face-scheme-CjQAHvSP.js} +2 -2
- package/dist/_chunks/{file-manager-DfTG7bxx.js → file-manager-DLJlinIO.js} +3 -3
- package/dist/_chunks/{header-settings-DMfdx0Vq.js → header-settings-CLwFqMHI.js} +2 -2
- package/dist/_chunks/{icon-button-group-C_lqXTAj.js → icon-button-group-BLHPN6jg.js} +178 -163
- package/dist/_chunks/{marketplace-app-shell-Bxq1PYAj.js → marketplace-app-shell-Br2yebEK.js} +2 -2
- package/dist/_chunks/{patient-table-DweKjiXg.js → patient-table-BHzmUbzu.js} +2 -2
- package/dist/_chunks/{payment-request-card-C0fqlKqO.js → payment-request-card-d-RmzsUd.js} +15 -13
- package/dist/_chunks/{theme-toggle-BJCz_UOi.js → theme-toggle-B4mOrQX1.js} +2 -2
- package/dist/agent-catalog.json +139 -4
- package/dist/agent-i18n/en.json +14 -1
- package/dist/components/chart/chart.d.ts +36 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/data-table/index.js +2 -2
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/icon-button-group/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/payment-card/index.js +1 -1
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +8 -0
- package/dist/i18n/locales/ar.js +8 -0
- package/dist/i18n/locales/de.d.ts +8 -0
- package/dist/i18n/locales/de.js +8 -0
- package/dist/i18n/locales/el.d.ts +8 -0
- package/dist/i18n/locales/el.js +8 -0
- package/dist/i18n/locales/en.d.ts +8 -0
- package/dist/i18n/locales/en.js +8 -0
- package/dist/i18n/locales/es.d.ts +8 -0
- package/dist/i18n/locales/es.js +8 -0
- package/dist/i18n/locales/fr.d.ts +8 -0
- package/dist/i18n/locales/fr.js +8 -0
- package/dist/i18n/locales/hi.d.ts +8 -0
- package/dist/i18n/locales/hi.js +8 -0
- package/dist/i18n/locales/it.d.ts +8 -0
- package/dist/i18n/locales/it.js +8 -0
- package/dist/i18n/locales/ja.d.ts +8 -0
- package/dist/i18n/locales/ja.js +8 -0
- package/dist/i18n/locales/nl.d.ts +8 -0
- package/dist/i18n/locales/nl.js +8 -0
- package/dist/i18n/locales/pl.d.ts +8 -0
- package/dist/i18n/locales/pl.js +8 -0
- package/dist/i18n/locales/pt.d.ts +8 -0
- package/dist/i18n/locales/pt.js +8 -0
- package/dist/i18n/locales/ro.d.ts +8 -0
- package/dist/i18n/locales/ro.js +8 -0
- package/dist/i18n/locales/ru.d.ts +8 -0
- package/dist/i18n/locales/ru.js +8 -0
- package/dist/i18n/locales/sq.d.ts +8 -0
- package/dist/i18n/locales/sq.js +8 -0
- package/dist/i18n/locales/sv.d.ts +8 -0
- package/dist/i18n/locales/sv.js +8 -0
- package/dist/i18n/locales/tr.d.ts +8 -0
- package/dist/i18n/locales/tr.js +8 -0
- package/dist/i18n/locales/zh.d.ts +8 -0
- package/dist/i18n/locales/zh.js +8 -0
- package/dist/index.js +1270 -963
- package/dist/locales/ar.json +8 -0
- package/dist/locales/de.json +8 -0
- package/dist/locales/el.json +8 -0
- package/dist/locales/en.json +8 -0
- package/dist/locales/es.json +8 -0
- package/dist/locales/fr.json +8 -0
- package/dist/locales/hi.json +8 -0
- package/dist/locales/it.json +8 -0
- package/dist/locales/ja.json +8 -0
- package/dist/locales/nl.json +8 -0
- package/dist/locales/pl.json +8 -0
- package/dist/locales/pt.json +8 -0
- package/dist/locales/ro.json +8 -0
- package/dist/locales/ru.json +8 -0
- package/dist/locales/sq.json +8 -0
- package/dist/locales/sv.json +8 -0
- package/dist/locales/tr.json +8 -0
- package/dist/locales/zh.json +8 -0
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/patterns/payment-automation-upsell/index.d.ts +3 -0
- package/dist/patterns/payment-automation-upsell/payment-automation-upsell.d.ts +93 -0
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/chart-CpkpA74k.js +0 -374
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -2597,6 +2597,14 @@ const e = {
|
|
|
2597
2597
|
table: {
|
|
2598
2598
|
series: "श्रृंखला",
|
|
2599
2599
|
value: "मान"
|
|
2600
|
+
},
|
|
2601
|
+
typeSwitcher: {
|
|
2602
|
+
label: "चार्ट प्रकार",
|
|
2603
|
+
line: "रेखा",
|
|
2604
|
+
bar: "बार",
|
|
2605
|
+
area: "क्षेत्र",
|
|
2606
|
+
pie: "पाई",
|
|
2607
|
+
donut: "डोनट"
|
|
2600
2608
|
}
|
|
2601
2609
|
},
|
|
2602
2610
|
editor: {
|
|
@@ -2620,6 +2620,14 @@ export declare const itUi: {
|
|
|
2620
2620
|
readonly series: "Serie";
|
|
2621
2621
|
readonly value: "Valore";
|
|
2622
2622
|
};
|
|
2623
|
+
readonly typeSwitcher: {
|
|
2624
|
+
readonly label: "Tipo di grafico";
|
|
2625
|
+
readonly line: "Linea";
|
|
2626
|
+
readonly bar: "Barre";
|
|
2627
|
+
readonly area: "Area";
|
|
2628
|
+
readonly pie: "Torta";
|
|
2629
|
+
readonly donut: "Ciambella";
|
|
2630
|
+
};
|
|
2623
2631
|
};
|
|
2624
2632
|
readonly editor: {
|
|
2625
2633
|
readonly toolbarLabel: "Formattazione testo";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -2580,6 +2580,14 @@ const e = {
|
|
|
2580
2580
|
table: {
|
|
2581
2581
|
series: "Serie",
|
|
2582
2582
|
value: "Valore"
|
|
2583
|
+
},
|
|
2584
|
+
typeSwitcher: {
|
|
2585
|
+
label: "Tipo di grafico",
|
|
2586
|
+
line: "Linea",
|
|
2587
|
+
bar: "Barre",
|
|
2588
|
+
area: "Area",
|
|
2589
|
+
pie: "Torta",
|
|
2590
|
+
donut: "Ciambella"
|
|
2583
2591
|
}
|
|
2584
2592
|
},
|
|
2585
2593
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const jaUi: {
|
|
|
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
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "テキスト書式設定";
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -2623,6 +2623,14 @@ export declare const nlUi: {
|
|
|
2623
2623
|
readonly series: "Reeks";
|
|
2624
2624
|
readonly value: "Waarde";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Grafiektype";
|
|
2628
|
+
readonly line: "Lijn";
|
|
2629
|
+
readonly bar: "Staaf";
|
|
2630
|
+
readonly area: "Vlak";
|
|
2631
|
+
readonly pie: "Cirkel";
|
|
2632
|
+
readonly donut: "Ring";
|
|
2633
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Tekstopmaak";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -2593,6 +2593,14 @@ const e = {
|
|
|
2593
2593
|
table: {
|
|
2594
2594
|
series: "Reeks",
|
|
2595
2595
|
value: "Waarde"
|
|
2596
|
+
},
|
|
2597
|
+
typeSwitcher: {
|
|
2598
|
+
label: "Grafiektype",
|
|
2599
|
+
line: "Lijn",
|
|
2600
|
+
bar: "Staaf",
|
|
2601
|
+
area: "Vlak",
|
|
2602
|
+
pie: "Cirkel",
|
|
2603
|
+
donut: "Ring"
|
|
2596
2604
|
}
|
|
2597
2605
|
},
|
|
2598
2606
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const plUi: {
|
|
|
2623
2623
|
readonly series: "Seria";
|
|
2624
2624
|
readonly value: "Wartość";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Typ wykresu";
|
|
2628
|
+
readonly line: "Liniowy";
|
|
2629
|
+
readonly bar: "Słupkowy";
|
|
2630
|
+
readonly area: "Warstwowy";
|
|
2631
|
+
readonly pie: "Kołowy";
|
|
2632
|
+
readonly donut: "Pierścieniowy";
|
|
2633
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Formatowanie tekstu";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -2602,6 +2602,14 @@ const e = {
|
|
|
2602
2602
|
table: {
|
|
2603
2603
|
series: "Seria",
|
|
2604
2604
|
value: "Wartość"
|
|
2605
|
+
},
|
|
2606
|
+
typeSwitcher: {
|
|
2607
|
+
label: "Typ wykresu",
|
|
2608
|
+
line: "Liniowy",
|
|
2609
|
+
bar: "Słupkowy",
|
|
2610
|
+
area: "Warstwowy",
|
|
2611
|
+
pie: "Kołowy",
|
|
2612
|
+
donut: "Pierścieniowy"
|
|
2605
2613
|
}
|
|
2606
2614
|
},
|
|
2607
2615
|
editor: {
|
|
@@ -2624,6 +2624,14 @@ export declare const ptUi: {
|
|
|
2624
2624
|
readonly series: "Série";
|
|
2625
2625
|
readonly value: "Valor";
|
|
2626
2626
|
};
|
|
2627
|
+
readonly typeSwitcher: {
|
|
2628
|
+
readonly label: "Tipo de gráfico";
|
|
2629
|
+
readonly line: "Linha";
|
|
2630
|
+
readonly bar: "Barras";
|
|
2631
|
+
readonly area: "Área";
|
|
2632
|
+
readonly pie: "Circular";
|
|
2633
|
+
readonly donut: "Anel";
|
|
2634
|
+
};
|
|
2627
2635
|
};
|
|
2628
2636
|
readonly editor: {
|
|
2629
2637
|
readonly toolbarLabel: "Formatação de texto";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -2607,6 +2607,14 @@ const e = {
|
|
|
2607
2607
|
table: {
|
|
2608
2608
|
series: "Série",
|
|
2609
2609
|
value: "Valor"
|
|
2610
|
+
},
|
|
2611
|
+
typeSwitcher: {
|
|
2612
|
+
label: "Tipo de gráfico",
|
|
2613
|
+
line: "Linha",
|
|
2614
|
+
bar: "Barras",
|
|
2615
|
+
area: "Área",
|
|
2616
|
+
pie: "Circular",
|
|
2617
|
+
donut: "Anel"
|
|
2610
2618
|
}
|
|
2611
2619
|
},
|
|
2612
2620
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const roUi: {
|
|
|
2623
2623
|
readonly series: "Serie";
|
|
2624
2624
|
readonly value: "Valoare";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Tip de grafic";
|
|
2628
|
+
readonly line: "Linie";
|
|
2629
|
+
readonly bar: "Bare";
|
|
2630
|
+
readonly area: "Arie";
|
|
2631
|
+
readonly pie: "Circular";
|
|
2632
|
+
readonly donut: "Inel";
|
|
2633
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Formatare text";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -2606,6 +2606,14 @@ const e = {
|
|
|
2606
2606
|
table: {
|
|
2607
2607
|
series: "Serie",
|
|
2608
2608
|
value: "Valoare"
|
|
2609
|
+
},
|
|
2610
|
+
typeSwitcher: {
|
|
2611
|
+
label: "Tip de grafic",
|
|
2612
|
+
line: "Linie",
|
|
2613
|
+
bar: "Bare",
|
|
2614
|
+
area: "Arie",
|
|
2615
|
+
pie: "Circular",
|
|
2616
|
+
donut: "Inel"
|
|
2609
2617
|
}
|
|
2610
2618
|
},
|
|
2611
2619
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const ruUi: {
|
|
|
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
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Форматирование текста";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -2599,6 +2599,14 @@ 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
|
},
|
|
2604
2612
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const sqUi: {
|
|
|
2623
2623
|
readonly series: "Seri";
|
|
2624
2624
|
readonly value: "Vlerë";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Lloji i grafikut";
|
|
2628
|
+
readonly line: "Vijë";
|
|
2629
|
+
readonly bar: "Shtylla";
|
|
2630
|
+
readonly area: "Sipërfaqe";
|
|
2631
|
+
readonly pie: "Rrethor";
|
|
2632
|
+
readonly donut: "Unazë";
|
|
2633
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Formatimi i tekstit";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -2603,6 +2603,14 @@ const e = {
|
|
|
2603
2603
|
table: {
|
|
2604
2604
|
series: "Seri",
|
|
2605
2605
|
value: "Vlerë"
|
|
2606
|
+
},
|
|
2607
|
+
typeSwitcher: {
|
|
2608
|
+
label: "Lloji i grafikut",
|
|
2609
|
+
line: "Vijë",
|
|
2610
|
+
bar: "Shtylla",
|
|
2611
|
+
area: "Sipërfaqe",
|
|
2612
|
+
pie: "Rrethor",
|
|
2613
|
+
donut: "Unazë"
|
|
2606
2614
|
}
|
|
2607
2615
|
},
|
|
2608
2616
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const svUi: {
|
|
|
2623
2623
|
readonly series: "Serie";
|
|
2624
2624
|
readonly value: "Värde";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Diagramtyp";
|
|
2628
|
+
readonly line: "Linje";
|
|
2629
|
+
readonly bar: "Stapel";
|
|
2630
|
+
readonly area: "Yta";
|
|
2631
|
+
readonly pie: "Cirkel";
|
|
2632
|
+
readonly donut: "Ring";
|
|
2633
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Textformatering";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -2601,6 +2601,14 @@ const e = {
|
|
|
2601
2601
|
table: {
|
|
2602
2602
|
series: "Serie",
|
|
2603
2603
|
value: "Värde"
|
|
2604
|
+
},
|
|
2605
|
+
typeSwitcher: {
|
|
2606
|
+
label: "Diagramtyp",
|
|
2607
|
+
line: "Linje",
|
|
2608
|
+
bar: "Stapel",
|
|
2609
|
+
area: "Yta",
|
|
2610
|
+
pie: "Cirkel",
|
|
2611
|
+
donut: "Ring"
|
|
2604
2612
|
}
|
|
2605
2613
|
},
|
|
2606
2614
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const trUi: {
|
|
|
2623
2623
|
readonly series: "Seri";
|
|
2624
2624
|
readonly value: "Değer";
|
|
2625
2625
|
};
|
|
2626
|
+
readonly typeSwitcher: {
|
|
2627
|
+
readonly label: "Grafik türü";
|
|
2628
|
+
readonly line: "Çizgi";
|
|
2629
|
+
readonly bar: "Sütun";
|
|
2630
|
+
readonly area: "Alan";
|
|
2631
|
+
readonly pie: "Pasta";
|
|
2632
|
+
readonly donut: "Halka";
|
|
2633
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "Metin biçimlendirme";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -2599,6 +2599,14 @@ const e = {
|
|
|
2599
2599
|
table: {
|
|
2600
2600
|
series: "Seri",
|
|
2601
2601
|
value: "Değer"
|
|
2602
|
+
},
|
|
2603
|
+
typeSwitcher: {
|
|
2604
|
+
label: "Grafik türü",
|
|
2605
|
+
line: "Çizgi",
|
|
2606
|
+
bar: "Sütun",
|
|
2607
|
+
area: "Alan",
|
|
2608
|
+
pie: "Pasta",
|
|
2609
|
+
donut: "Halka"
|
|
2602
2610
|
}
|
|
2603
2611
|
},
|
|
2604
2612
|
editor: {
|
|
@@ -2623,6 +2623,14 @@ export declare const zhUi: {
|
|
|
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
|
+
};
|
|
2626
2634
|
};
|
|
2627
2635
|
readonly editor: {
|
|
2628
2636
|
readonly toolbarLabel: "文本格式";
|
package/dist/i18n/locales/zh.js
CHANGED