@alfadocs/ui-kit-debug 0.83.0 → 0.84.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/dashboard-grid-D2dm0IRN.js +691 -0
- package/dist/_chunks/dashboard-grid-D2dm0IRN.js.map +1 -0
- package/dist/_chunks/widget-picker-DEmTVuFL.js +193 -0
- package/dist/_chunks/widget-picker-DEmTVuFL.js.map +1 -0
- package/dist/agent-catalog.json +182 -1
- package/dist/agent-i18n/en.json +20 -0
- package/dist/components/dashboard-grid/dashboard-grid-engine.d.ts +37 -0
- package/dist/components/dashboard-grid/dashboard-grid-engine.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.agent.d.ts +4 -0
- package/dist/components/dashboard-grid/dashboard-grid.agent.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts +74 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +1 -0
- package/dist/components/dashboard-grid/index.d.ts +3 -0
- package/dist/components/dashboard-grid/index.d.ts.map +1 -0
- package/dist/components/dashboard-grid/index.js +6 -0
- package/dist/components/dashboard-grid/index.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/widget-picker/index.d.ts +3 -0
- package/dist/components/widget-picker/index.d.ts.map +1 -0
- package/dist/components/widget-picker/index.js +6 -0
- package/dist/components/widget-picker/index.js.map +1 -0
- package/dist/components/widget-picker/widget-picker.agent.d.ts +4 -0
- package/dist/components/widget-picker/widget-picker.agent.d.ts.map +1 -0
- package/dist/components/widget-picker/widget-picker.d.ts +49 -0
- package/dist/components/widget-picker/widget-picker.d.ts.map +1 -0
- package/dist/i18n/locales/ar.d.ts +21 -0
- package/dist/i18n/locales/ar.d.ts.map +1 -1
- package/dist/i18n/locales/ar.js +21 -0
- package/dist/i18n/locales/ar.js.map +1 -1
- package/dist/i18n/locales/de.d.ts +21 -0
- package/dist/i18n/locales/de.d.ts.map +1 -1
- package/dist/i18n/locales/de.js +21 -0
- package/dist/i18n/locales/de.js.map +1 -1
- package/dist/i18n/locales/el.d.ts +21 -0
- package/dist/i18n/locales/el.d.ts.map +1 -1
- package/dist/i18n/locales/el.js +21 -0
- package/dist/i18n/locales/el.js.map +1 -1
- package/dist/i18n/locales/en.d.ts +21 -0
- package/dist/i18n/locales/en.d.ts.map +1 -1
- package/dist/i18n/locales/en.js +21 -0
- package/dist/i18n/locales/en.js.map +1 -1
- package/dist/i18n/locales/es.d.ts +21 -0
- package/dist/i18n/locales/es.d.ts.map +1 -1
- package/dist/i18n/locales/es.js +21 -0
- package/dist/i18n/locales/es.js.map +1 -1
- package/dist/i18n/locales/fr.d.ts +21 -0
- package/dist/i18n/locales/fr.d.ts.map +1 -1
- package/dist/i18n/locales/fr.js +21 -0
- package/dist/i18n/locales/fr.js.map +1 -1
- package/dist/i18n/locales/hi.d.ts +21 -0
- package/dist/i18n/locales/hi.d.ts.map +1 -1
- package/dist/i18n/locales/hi.js +21 -0
- package/dist/i18n/locales/hi.js.map +1 -1
- package/dist/i18n/locales/it.d.ts +21 -0
- package/dist/i18n/locales/it.d.ts.map +1 -1
- package/dist/i18n/locales/it.js +21 -0
- package/dist/i18n/locales/it.js.map +1 -1
- package/dist/i18n/locales/ja.d.ts +21 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -1
- package/dist/i18n/locales/ja.js +21 -0
- package/dist/i18n/locales/ja.js.map +1 -1
- package/dist/i18n/locales/nl.d.ts +21 -0
- package/dist/i18n/locales/nl.d.ts.map +1 -1
- package/dist/i18n/locales/nl.js +21 -0
- package/dist/i18n/locales/nl.js.map +1 -1
- package/dist/i18n/locales/pl.d.ts +21 -0
- package/dist/i18n/locales/pl.d.ts.map +1 -1
- package/dist/i18n/locales/pl.js +21 -0
- package/dist/i18n/locales/pl.js.map +1 -1
- package/dist/i18n/locales/pt.d.ts +21 -0
- package/dist/i18n/locales/pt.d.ts.map +1 -1
- package/dist/i18n/locales/pt.js +21 -0
- package/dist/i18n/locales/pt.js.map +1 -1
- package/dist/i18n/locales/ro.d.ts +21 -0
- package/dist/i18n/locales/ro.d.ts.map +1 -1
- package/dist/i18n/locales/ro.js +21 -0
- package/dist/i18n/locales/ro.js.map +1 -1
- package/dist/i18n/locales/ru.d.ts +21 -0
- package/dist/i18n/locales/ru.d.ts.map +1 -1
- package/dist/i18n/locales/ru.js +21 -0
- package/dist/i18n/locales/ru.js.map +1 -1
- package/dist/i18n/locales/sq.d.ts +21 -0
- package/dist/i18n/locales/sq.d.ts.map +1 -1
- package/dist/i18n/locales/sq.js +21 -0
- package/dist/i18n/locales/sq.js.map +1 -1
- package/dist/i18n/locales/sv.d.ts +21 -0
- package/dist/i18n/locales/sv.d.ts.map +1 -1
- package/dist/i18n/locales/sv.js +21 -0
- package/dist/i18n/locales/sv.js.map +1 -1
- package/dist/i18n/locales/tr.d.ts +21 -0
- package/dist/i18n/locales/tr.d.ts.map +1 -1
- package/dist/i18n/locales/tr.js +21 -0
- package/dist/i18n/locales/tr.js.map +1 -1
- package/dist/i18n/locales/zh.d.ts +21 -0
- package/dist/i18n/locales/zh.d.ts.map +1 -1
- package/dist/i18n/locales/zh.js +21 -0
- package/dist/i18n/locales/zh.js.map +1 -1
- package/dist/index.js +74 -68
- package/dist/index.js.map +1 -1
- package/dist/locales/ar.json +21 -0
- package/dist/locales/de.json +21 -0
- package/dist/locales/el.json +21 -0
- package/dist/locales/en.json +21 -0
- package/dist/locales/es.json +21 -0
- package/dist/locales/fr.json +21 -0
- package/dist/locales/hi.json +21 -0
- package/dist/locales/it.json +21 -0
- package/dist/locales/ja.json +21 -0
- package/dist/locales/nl.json +21 -0
- package/dist/locales/pl.json +21 -0
- package/dist/locales/pt.json +21 -0
- package/dist/locales/ro.json +21 -0
- package/dist/locales/ru.json +21 -0
- package/dist/locales/sq.json +21 -0
- package/dist/locales/sv.json +21 -0
- package/dist/locales/tr.json +21 -0
- package/dist/locales/zh.json +21 -0
- package/dist/tokens.css +1 -1
- package/package.json +9 -1
|
@@ -2632,6 +2632,27 @@ export declare const svUi: {
|
|
|
2632
2632
|
readonly donut: "Ring";
|
|
2633
2633
|
};
|
|
2634
2634
|
};
|
|
2635
|
+
readonly dashboardGrid: {
|
|
2636
|
+
readonly move: "Flytta {{title}}";
|
|
2637
|
+
readonly resize: "Ändra storlek på {{title}}";
|
|
2638
|
+
readonly remove: "Ta bort {{title}}";
|
|
2639
|
+
readonly add: "Lägg till widget";
|
|
2640
|
+
readonly grabbed: "Upplockad. Använd piltangenterna för att flytta, Enter för att släppa, Escape för att avbryta.";
|
|
2641
|
+
readonly resizeGrabbed: "Storleksändring. Använd piltangenterna, Enter för att bekräfta, Escape för att avbryta.";
|
|
2642
|
+
readonly movedTo: "Kolumn {{col}}, rad {{row}}.";
|
|
2643
|
+
readonly resizedTo: "{{cols}} × {{rows}}.";
|
|
2644
|
+
readonly droppedAt: "Widget placerad i kolumn {{col}}, rad {{row}}.";
|
|
2645
|
+
readonly removed: "Widget borttagen.";
|
|
2646
|
+
readonly cancelled: "Ändring avbruten.";
|
|
2647
|
+
};
|
|
2648
|
+
readonly widgetPicker: {
|
|
2649
|
+
readonly title: "Lägg till widget";
|
|
2650
|
+
readonly description: "Välj en widget att lägga till på panelen.";
|
|
2651
|
+
readonly searchLabel: "Sök widgetar";
|
|
2652
|
+
readonly searchPlaceholder: "Sök widgetar…";
|
|
2653
|
+
readonly empty: "Inga widgetar matchar sökningen.";
|
|
2654
|
+
readonly none: "Inga widgetar tillgängliga.";
|
|
2655
|
+
};
|
|
2635
2656
|
readonly editor: {
|
|
2636
2657
|
readonly toolbarLabel: "Textformatering";
|
|
2637
2658
|
readonly regionLabel: "Redigerare för formaterad text";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/sv.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/sv.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6wHP,CAAC"}
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -2611,6 +2611,27 @@ const e = {
|
|
|
2611
2611
|
donut: "Ring"
|
|
2612
2612
|
}
|
|
2613
2613
|
},
|
|
2614
|
+
dashboardGrid: {
|
|
2615
|
+
move: "Flytta {{title}}",
|
|
2616
|
+
resize: "Ändra storlek på {{title}}",
|
|
2617
|
+
remove: "Ta bort {{title}}",
|
|
2618
|
+
add: "Lägg till widget",
|
|
2619
|
+
grabbed: "Upplockad. Använd piltangenterna för att flytta, Enter för att släppa, Escape för att avbryta.",
|
|
2620
|
+
resizeGrabbed: "Storleksändring. Använd piltangenterna, Enter för att bekräfta, Escape för att avbryta.",
|
|
2621
|
+
movedTo: "Kolumn {{col}}, rad {{row}}.",
|
|
2622
|
+
resizedTo: "{{cols}} × {{rows}}.",
|
|
2623
|
+
droppedAt: "Widget placerad i kolumn {{col}}, rad {{row}}.",
|
|
2624
|
+
removed: "Widget borttagen.",
|
|
2625
|
+
cancelled: "Ändring avbruten."
|
|
2626
|
+
},
|
|
2627
|
+
widgetPicker: {
|
|
2628
|
+
title: "Lägg till widget",
|
|
2629
|
+
description: "Välj en widget att lägga till på panelen.",
|
|
2630
|
+
searchLabel: "Sök widgetar",
|
|
2631
|
+
searchPlaceholder: "Sök widgetar…",
|
|
2632
|
+
empty: "Inga widgetar matchar sökningen.",
|
|
2633
|
+
none: "Inga widgetar tillgängliga."
|
|
2634
|
+
},
|
|
2614
2635
|
editor: {
|
|
2615
2636
|
toolbarLabel: "Textformatering",
|
|
2616
2637
|
regionLabel: "Redigerare för formaterad text",
|