@okta/odyssey-react-mui 1.14.8 → 1.15.9
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/CHANGELOG.md +54 -0
- package/README.md +4 -0
- package/dist/Autocomplete.js +84 -2
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Breadcrumbs.js +10 -1
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/Button.js +2 -2
- package/dist/Button.js.map +1 -1
- package/dist/Callout.js.map +1 -1
- package/dist/Checkbox.js +8 -4
- package/dist/Checkbox.js.map +1 -1
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/DataTable/DataTable.js +39 -10
- package/dist/DataTable/DataTable.js.map +1 -1
- package/dist/DataTable/index.js.map +1 -1
- package/dist/MenuButton.js.map +1 -1
- package/dist/RadioGroup.js.map +1 -1
- package/dist/Select.js +34 -45
- package/dist/Select.js.map +1 -1
- package/dist/Tabs.js +21 -0
- package/dist/Tabs.js.map +1 -1
- package/dist/Tile.js +14 -18
- package/dist/Tile.js.map +1 -1
- package/dist/labs/DataFilters.js +98 -97
- package/dist/labs/DataFilters.js.map +1 -1
- package/dist/labs/index.js +0 -1
- package/dist/labs/index.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_cs.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_da.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_de.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_el.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_es.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fi.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fr.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_hu.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_id.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_it.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ja.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ko.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ms.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nb.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js +34 -3
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js +34 -3
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pl.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ro.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ru.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_sv.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_th.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_tr.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_uk.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_vi.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_vi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js +31 -3
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -1
- package/dist/src/Autocomplete.d.ts +7 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/Button.d.ts +31 -15
- package/dist/src/Button.d.ts.map +1 -1
- package/dist/src/Callout.d.ts +1 -1
- package/dist/src/Checkbox.d.ts.map +1 -1
- package/dist/src/CheckboxGroup.d.ts +2 -3
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/DataTable/DataTable.d.ts +13 -6
- package/dist/src/DataTable/DataTable.d.ts.map +1 -1
- package/dist/src/DataTable/index.d.ts +2 -2
- package/dist/src/DataTable/index.d.ts.map +1 -1
- package/dist/src/MenuButton.d.ts +3 -4
- package/dist/src/MenuButton.d.ts.map +1 -1
- package/dist/src/RadioGroup.d.ts +3 -3
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/Select.d.ts.map +1 -1
- package/dist/src/Tabs.d.ts.map +1 -1
- package/dist/src/Tile.d.ts.map +1 -1
- package/dist/src/labs/DataFilters.d.ts +9 -1
- package/dist/src/labs/DataFilters.d.ts.map +1 -1
- package/dist/src/labs/index.d.ts +0 -1
- package/dist/src/labs/index.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_da.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_de.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_el.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_es.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_fi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_fr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_hu.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_id.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_it.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ja.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ko.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ms.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_nb.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts +33 -2
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts +33 -2
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_pt_BR.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ro.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_ru.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_sv.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_th.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_tr.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_uk.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_vi.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh_CN.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts +30 -2
- package/dist/src/properties/ts/odyssey-react-mui_zh_TW.d.ts.map +1 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/theme/components.js +25 -8
- package/dist/theme/components.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/package.json +9 -7
- package/src/Autocomplete.tsx +124 -1
- package/src/Breadcrumbs.tsx +9 -1
- package/src/Button.tsx +32 -16
- package/src/Callout.tsx +1 -1
- package/src/Checkbox.tsx +4 -3
- package/src/CheckboxGroup.tsx +2 -5
- package/src/DataTable/DataTable.tsx +106 -26
- package/src/DataTable/index.tsx +1 -1
- package/src/MenuButton.tsx +11 -21
- package/src/RadioGroup.tsx +3 -3
- package/src/Select.tsx +84 -91
- package/src/Tabs.tsx +40 -1
- package/src/Tile.tsx +12 -14
- package/src/labs/DataFilters.tsx +211 -177
- package/src/labs/index.ts +0 -1
- package/src/properties/translations/odyssey-react-mui_cs.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_da.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_de.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_el.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_es.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_fi.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_fr.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_hu.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_id.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_it.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ja.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ko.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ms.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_nb.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_nl_NL.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ok_PL.properties +33 -2
- package/src/properties/translations/odyssey-react-mui_ok_SK.properties +33 -2
- package/src/properties/translations/odyssey-react-mui_pl.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_pt_BR.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ro.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_ru.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_sv.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_th.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_tr.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_uk.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_vi.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_zh_CN.properties +36 -3
- package/src/properties/translations/odyssey-react-mui_zh_TW.properties +36 -3
- package/src/properties/ts/odyssey-react-mui_cs.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_da.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_de.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_el.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_es.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_fr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_hu.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_id.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_it.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ja.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ko.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ms.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nb.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_nl_NL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_PL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_SK.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pl.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_pt_BR.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ro.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ru.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_sv.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_th.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_tr.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_uk.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_vi.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_zh_CN.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_zh_TW.ts +1 -1
- package/src/theme/components.tsx +28 -7
- package/dist/labs/VirtualizedAutocomplete.js +0 -134
- package/dist/labs/VirtualizedAutocomplete.js.map +0 -1
- package/dist/src/labs/VirtualizedAutocomplete.d.ts +0 -90
- package/dist/src/labs/VirtualizedAutocomplete.d.ts.map +0 -1
- package/src/labs/VirtualizedAutocomplete.tsx +0 -365
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "Fel",
|
|
6
6
|
"fieldlabel.optional.text": "Valbar",
|
|
7
7
|
"fieldlabel.required.text": "Krävs",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "Rensa filter",
|
|
9
|
+
"filters.filter.any": "Valfri",
|
|
10
|
+
"filters.filter.clear": "Rensa filter",
|
|
11
|
+
"filters.filters.arialabel": "Filter",
|
|
12
|
+
"filters.menuitem.any": "Valfri {{label}}",
|
|
13
|
+
"filters.menuitem.selected": "{{selected}} vald",
|
|
14
|
+
"filters.search.label": "Sök",
|
|
15
|
+
"fileupload.button.text": "Lägg till filer",
|
|
16
|
+
"fileupload.prompt.text": "Dra och släpp filer här eller klicka för att lägga till filer",
|
|
17
|
+
"fileupload.removefile.text": "Ta bort fil",
|
|
9
18
|
"passwordfield.icon.label.hide": "Dölj lösenord",
|
|
19
|
+
"passwordfield.icon.label.show": "Visa lösenord",
|
|
10
20
|
"severity.error": "fel",
|
|
11
21
|
"severity.info": "info",
|
|
12
22
|
"severity.success": "klart",
|
|
13
23
|
"severity.warning": "varning",
|
|
14
24
|
"switch.active": "Aktiv",
|
|
15
25
|
"switch.inactive": "Inaktiv",
|
|
26
|
+
"table.actions": "Åtgärder",
|
|
27
|
+
"table.columnvisibility.arialabel": "Visa/dölj kolumner",
|
|
28
|
+
"table.density.arialabel": "Tabelldensitet",
|
|
29
|
+
"table.draghandle.arialabel": "Dra rad för att omordna. Eller tryck på mellanslagstangenten eller enter för att starta och stoppa omordningen och esc för att avbryta.",
|
|
30
|
+
"table.draghandle.tooltip": "Dra raden eller tryck på mellanslagstangenten/enter för att starta och stoppa omordningen",
|
|
16
31
|
"table.error": "Problem med att ladda data.",
|
|
17
32
|
"table.fetchedrows.text": "Hämtad {{totalRows}}-rad",
|
|
18
33
|
"table.fetchedrows.text_plural": "Hämtat totalt {{totalRows}} rader",
|
|
34
|
+
"table.moreactions.arialabel": "Fler åtgärder",
|
|
35
|
+
"table.noresults.heading": "Det finns inga resultat.",
|
|
36
|
+
"table.noresults.text": "Prova en annan sökfråga.",
|
|
37
|
+
"table.pagination.loadmore": "Visa mer",
|
|
38
|
+
"table.pagination.next": "Nästa sida",
|
|
39
|
+
"table.pagination.previous": "Föregående sida",
|
|
40
|
+
"table.pagination.page": "Sida",
|
|
41
|
+
"table.pagination.rowsperpage": "Rader per sida",
|
|
42
|
+
"table.pagination.rowswithtotal": "{{firstRow}}–{{lastRow}} av {{totalRows}} rader",
|
|
43
|
+
"table.pagination.rowswithouttotal": "{{firstRow}}–{{lastRow}} rader",
|
|
44
|
+
"table.reorder.backward": "Skicka bakåt",
|
|
45
|
+
"table.reorder.forward": "Ta fram",
|
|
46
|
+
"table.reorder.toback": "Skicka bak",
|
|
47
|
+
"table.reorder.tofront": "Lägg längst fram",
|
|
19
48
|
"table.rows.text": "{{totalRows}} rad",
|
|
20
|
-
"table.rows.text_plural": "{{totalRows}} rader"
|
|
21
|
-
"toast.close.text": "stäng"
|
|
49
|
+
"table.rows.text_plural": "{{totalRows}} rader"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_sv.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_sv.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_sv.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Hem\",\"breadcrumbs.label.text\":\"Sökväg\",\"close.text\":\"stäng\",\"fielderror.screenreader.text\":\"Fel\",\"fieldlabel.optional.text\":\"Valbar\",\"fieldlabel.required.text\":\"Krävs\",\"passwordfield.icon.label.
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_sv.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_sv.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Hem\",\"breadcrumbs.label.text\":\"Sökväg\",\"close.text\":\"stäng\",\"fielderror.screenreader.text\":\"Fel\",\"fieldlabel.optional.text\":\"Valbar\",\"fieldlabel.required.text\":\"Krävs\",\"filters.clear.label\":\"Rensa filter\",\"filters.filter.any\":\"Valfri\",\"filters.filter.clear\":\"Rensa filter\",\"filters.filters.arialabel\":\"Filter\",\"filters.menuitem.any\":\"Valfri {{label}}\",\"filters.menuitem.selected\":\"{{selected}} vald\",\"filters.search.label\":\"Sök\",\"fileupload.button.text\":\"Lägg till filer\",\"fileupload.prompt.text\":\"Dra och släpp filer här eller klicka för att lägga till filer\",\"fileupload.removefile.text\":\"Ta bort fil\",\"passwordfield.icon.label.hide\":\"Dölj lösenord\",\"passwordfield.icon.label.show\":\"Visa lösenord\",\"severity.error\":\"fel\",\"severity.info\":\"info\",\"severity.success\":\"klart\",\"severity.warning\":\"varning\",\"switch.active\":\"Aktiv\",\"switch.inactive\":\"Inaktiv\",\"table.actions\":\"Åtgärder\",\"table.columnvisibility.arialabel\":\"Visa/dölj kolumner\",\"table.density.arialabel\":\"Tabelldensitet\",\"table.draghandle.arialabel\":\"Dra rad för att omordna. Eller tryck på mellanslagstangenten eller enter för att starta och stoppa omordningen och esc för att avbryta.\",\"table.draghandle.tooltip\":\"Dra raden eller tryck på mellanslagstangenten/enter för att starta och stoppa omordningen\",\"table.error\":\"Problem med att ladda data.\",\"table.fetchedrows.text\":\"Hämtad {{totalRows}}-rad\",\"table.fetchedrows.text_plural\":\"Hämtat totalt {{totalRows}} rader\",\"table.moreactions.arialabel\":\"Fler åtgärder\",\"table.noresults.heading\":\"Det finns inga resultat.\",\"table.noresults.text\":\"Prova en annan sökfråga.\",\"table.pagination.loadmore\":\"Visa mer\",\"table.pagination.next\":\"Nästa sida\",\"table.pagination.previous\":\"Föregående sida\",\"table.pagination.page\":\"Sida\",\"table.pagination.rowsperpage\":\"Rader per sida\",\"table.pagination.rowswithtotal\":\"{{firstRow}}–{{lastRow}} av {{totalRows}} rader\",\"table.pagination.rowswithouttotal\":\"{{firstRow}}–{{lastRow}} rader\",\"table.reorder.backward\":\"Skicka bakåt\",\"table.reorder.forward\":\"Ta fram\",\"table.reorder.toback\":\"Skicka bak\",\"table.reorder.tofront\":\"Lägg längst fram\",\"table.rows.text\":\"{{totalRows}} rad\",\"table.rows.text_plural\":\"{{totalRows}} rader\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,KAAK;EAAC,wBAAwB,EAAC,QAAQ;EAAC,YAAY,EAAC,OAAO;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,OAAO;EAAC,qBAAqB,EAAC,cAAc;EAAC,oBAAoB,EAAC,QAAQ;EAAC,sBAAsB,EAAC,cAAc;EAAC,2BAA2B,EAAC,QAAQ;EAAC,sBAAsB,EAAC,kBAAkB;EAAC,2BAA2B,EAAC,mBAAmB;EAAC,sBAAsB,EAAC,KAAK;EAAC,wBAAwB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC,+DAA+D;EAAC,4BAA4B,EAAC,aAAa;EAAC,+BAA+B,EAAC,eAAe;EAAC,+BAA+B,EAAC,eAAe;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,OAAO;EAAC,kBAAkB,EAAC,SAAS;EAAC,eAAe,EAAC,OAAO;EAAC,iBAAiB,EAAC,SAAS;EAAC,eAAe,EAAC,UAAU;EAAC,kCAAkC,EAAC,oBAAoB;EAAC,yBAAyB,EAAC,gBAAgB;EAAC,4BAA4B,EAAC,yIAAyI;EAAC,0BAA0B,EAAC,2FAA2F;EAAC,aAAa,EAAC,6BAA6B;EAAC,wBAAwB,EAAC,0BAA0B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,6BAA6B,EAAC,eAAe;EAAC,yBAAyB,EAAC,0BAA0B;EAAC,sBAAsB,EAAC,0BAA0B;EAAC,2BAA2B,EAAC,UAAU;EAAC,uBAAuB,EAAC,YAAY;EAAC,2BAA2B,EAAC,iBAAiB;EAAC,uBAAuB,EAAC,MAAM;EAAC,8BAA8B,EAAC,gBAAgB;EAAC,gCAAgC,EAAC,iDAAiD;EAAC,mCAAmC,EAAC,gCAAgC;EAAC,wBAAwB,EAAC,cAAc;EAAC,uBAAuB,EAAC,SAAS;EAAC,sBAAsB,EAAC,YAAY;EAAC,uBAAuB,EAAC,kBAAkB;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC;AAAqB,CAAC"}
|
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "ข้อผิดพลาด",
|
|
6
6
|
"fieldlabel.optional.text": "ไม่บังคับ",
|
|
7
7
|
"fieldlabel.required.text": "จำเป็น",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "ล้างตัวกรอง",
|
|
9
|
+
"filters.filter.any": "ทั้งหมด",
|
|
10
|
+
"filters.filter.clear": "ล้างตัวกรอง",
|
|
11
|
+
"filters.filters.arialabel": "ตัวกรอง",
|
|
12
|
+
"filters.menuitem.any": "{{label}} ทั้งหมด",
|
|
13
|
+
"filters.menuitem.selected": "เลือก {{selected}} แล้ว",
|
|
14
|
+
"filters.search.label": "ค้นหา",
|
|
15
|
+
"fileupload.button.text": "เพิ่มไฟล์",
|
|
16
|
+
"fileupload.prompt.text": "ลากแล้วปล่อยไฟล์ที่นี่ หรือคลิกเพื่อเพิ่มไฟล์",
|
|
17
|
+
"fileupload.removefile.text": "นำไฟล์ออก",
|
|
9
18
|
"passwordfield.icon.label.hide": "ซ่อนรหัสผ่าน",
|
|
19
|
+
"passwordfield.icon.label.show": "แสดงรหัสผ่าน",
|
|
10
20
|
"severity.error": "ข้อผิดพลาด",
|
|
11
21
|
"severity.info": "ข้อมูล",
|
|
12
22
|
"severity.success": "สำเร็จ",
|
|
13
23
|
"severity.warning": "คำเตือน",
|
|
14
24
|
"switch.active": "ใช้งานอยู่",
|
|
15
25
|
"switch.inactive": "ไม่ได้ใช้งาน",
|
|
26
|
+
"table.actions": "การดำเนินการ",
|
|
27
|
+
"table.columnvisibility.arialabel": "แสดง/ซ่อนคอลัมน์",
|
|
28
|
+
"table.density.arialabel": "ความหนาแน่นของตาราง",
|
|
29
|
+
"table.draghandle.arialabel": "ลากแถวเพื่อเรียงลำดับใหม่ หรือกด Space หรือ Enter เพื่อเริ่มและหยุดการเรียงลำดับใหม่ และกด Esc เพิ้อยกเลิก",
|
|
30
|
+
"table.draghandle.tooltip": "ลากแถวหรือกดแป้น Space/Enter เพื่อเริ่มและหยุดการเรียงลำดับใหม่",
|
|
16
31
|
"table.error": "เกิดข้อผิดพลาดในการโหลดข้อมูล",
|
|
17
32
|
"table.fetchedrows.text": "ดึงข้อมูลแล้ว {{totalRows}} แถว",
|
|
18
33
|
"table.fetchedrows.text_plural": "ดึงข้อมูลแล้วทั้งหมด {{totalRows}} แถว",
|
|
34
|
+
"table.moreactions.arialabel": "การดำเนินการเพิ่มเติม",
|
|
35
|
+
"table.noresults.heading": "ไม่มีผลลัพธ์",
|
|
36
|
+
"table.noresults.text": "ลองใช้คิวรีอื่น",
|
|
37
|
+
"table.pagination.loadmore": "แสดงเพิ่มเติม",
|
|
38
|
+
"table.pagination.next": "หน้าถัดไป",
|
|
39
|
+
"table.pagination.previous": "หน้าก่อนหน้า",
|
|
40
|
+
"table.pagination.page": "หน้า",
|
|
41
|
+
"table.pagination.rowsperpage": "แถวต่อหน้า",
|
|
42
|
+
"table.pagination.rowswithtotal": "{{firstRow}}-{{lastRow}} จาก {{totalRows}} แถว",
|
|
43
|
+
"table.pagination.rowswithouttotal": "{{firstRow}}-{{lastRow}} แถว",
|
|
44
|
+
"table.reorder.backward": "ส่งไปด้านหลัง",
|
|
45
|
+
"table.reorder.forward": "นำมาด้านหน้า",
|
|
46
|
+
"table.reorder.toback": "ส่งไปอยู่ด้านหลัง",
|
|
47
|
+
"table.reorder.tofront": "นำไปไว้ด้านหน้า",
|
|
19
48
|
"table.rows.text": "{{totalRows}} แถว",
|
|
20
|
-
"table.rows.text_plural": "{{totalRows}} แถว"
|
|
21
|
-
"toast.close.text": "ปิด"
|
|
49
|
+
"table.rows.text_plural": "{{totalRows}} แถว"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_th.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_th.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_th.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"หน้าหลัก\",\"breadcrumbs.label.text\":\"เครื่องมือนำทางบนเว็บไซต์\",\"close.text\":\"ปิด\",\"fielderror.screenreader.text\":\"ข้อผิดพลาด\",\"fieldlabel.optional.text\":\"ไม่บังคับ\",\"fieldlabel.required.text\":\"จำเป็น\",\"
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_th.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_th.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"หน้าหลัก\",\"breadcrumbs.label.text\":\"เครื่องมือนำทางบนเว็บไซต์\",\"close.text\":\"ปิด\",\"fielderror.screenreader.text\":\"ข้อผิดพลาด\",\"fieldlabel.optional.text\":\"ไม่บังคับ\",\"fieldlabel.required.text\":\"จำเป็น\",\"filters.clear.label\":\"ล้างตัวกรอง\",\"filters.filter.any\":\"ทั้งหมด\",\"filters.filter.clear\":\"ล้างตัวกรอง\",\"filters.filters.arialabel\":\"ตัวกรอง\",\"filters.menuitem.any\":\"{{label}} ทั้งหมด\",\"filters.menuitem.selected\":\"เลือก {{selected}} แล้ว\",\"filters.search.label\":\"ค้นหา\",\"fileupload.button.text\":\"เพิ่มไฟล์\",\"fileupload.prompt.text\":\"ลากแล้วปล่อยไฟล์ที่นี่ หรือคลิกเพื่อเพิ่มไฟล์\",\"fileupload.removefile.text\":\"นำไฟล์ออก\",\"passwordfield.icon.label.hide\":\"ซ่อนรหัสผ่าน\",\"passwordfield.icon.label.show\":\"แสดงรหัสผ่าน\",\"severity.error\":\"ข้อผิดพลาด\",\"severity.info\":\"ข้อมูล\",\"severity.success\":\"สำเร็จ\",\"severity.warning\":\"คำเตือน\",\"switch.active\":\"ใช้งานอยู่\",\"switch.inactive\":\"ไม่ได้ใช้งาน\",\"table.actions\":\"การดำเนินการ\",\"table.columnvisibility.arialabel\":\"แสดง/ซ่อนคอลัมน์\",\"table.density.arialabel\":\"ความหนาแน่นของตาราง\",\"table.draghandle.arialabel\":\"ลากแถวเพื่อเรียงลำดับใหม่ หรือกด Space หรือ Enter เพื่อเริ่มและหยุดการเรียงลำดับใหม่ และกด Esc เพิ้อยกเลิก\",\"table.draghandle.tooltip\":\"ลากแถวหรือกดแป้น Space/Enter เพื่อเริ่มและหยุดการเรียงลำดับใหม่\",\"table.error\":\"เกิดข้อผิดพลาดในการโหลดข้อมูล\",\"table.fetchedrows.text\":\"ดึงข้อมูลแล้ว {{totalRows}} แถว\",\"table.fetchedrows.text_plural\":\"ดึงข้อมูลแล้วทั้งหมด {{totalRows}} แถว\",\"table.moreactions.arialabel\":\"การดำเนินการเพิ่มเติม\",\"table.noresults.heading\":\"ไม่มีผลลัพธ์\",\"table.noresults.text\":\"ลองใช้คิวรีอื่น\",\"table.pagination.loadmore\":\"แสดงเพิ่มเติม\",\"table.pagination.next\":\"หน้าถัดไป\",\"table.pagination.previous\":\"หน้าก่อนหน้า\",\"table.pagination.page\":\"หน้า\",\"table.pagination.rowsperpage\":\"แถวต่อหน้า\",\"table.pagination.rowswithtotal\":\"{{firstRow}}-{{lastRow}} จาก {{totalRows}} แถว\",\"table.pagination.rowswithouttotal\":\"{{firstRow}}-{{lastRow}} แถว\",\"table.reorder.backward\":\"ส่งไปด้านหลัง\",\"table.reorder.forward\":\"นำมาด้านหน้า\",\"table.reorder.toback\":\"ส่งไปอยู่ด้านหลัง\",\"table.reorder.tofront\":\"นำไปไว้ด้านหน้า\",\"table.rows.text\":\"{{totalRows}} แถว\",\"table.rows.text_plural\":\"{{totalRows}} แถว\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,UAAU;EAAC,wBAAwB,EAAC,2BAA2B;EAAC,YAAY,EAAC,KAAK;EAAC,8BAA8B,EAAC,YAAY;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,QAAQ;EAAC,qBAAqB,EAAC,aAAa;EAAC,oBAAoB,EAAC,SAAS;EAAC,sBAAsB,EAAC,aAAa;EAAC,2BAA2B,EAAC,SAAS;EAAC,sBAAsB,EAAC,mBAAmB;EAAC,2BAA2B,EAAC,yBAAyB;EAAC,sBAAsB,EAAC,OAAO;EAAC,wBAAwB,EAAC,WAAW;EAAC,wBAAwB,EAAC,+CAA+C;EAAC,4BAA4B,EAAC,WAAW;EAAC,+BAA+B,EAAC,cAAc;EAAC,+BAA+B,EAAC,cAAc;EAAC,gBAAgB,EAAC,YAAY;EAAC,eAAe,EAAC,QAAQ;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,SAAS;EAAC,eAAe,EAAC,YAAY;EAAC,iBAAiB,EAAC,cAAc;EAAC,eAAe,EAAC,cAAc;EAAC,kCAAkC,EAAC,kBAAkB;EAAC,yBAAyB,EAAC,qBAAqB;EAAC,4BAA4B,EAAC,4GAA4G;EAAC,0BAA0B,EAAC,iEAAiE;EAAC,aAAa,EAAC,+BAA+B;EAAC,wBAAwB,EAAC,iCAAiC;EAAC,+BAA+B,EAAC,wCAAwC;EAAC,6BAA6B,EAAC,uBAAuB;EAAC,yBAAyB,EAAC,cAAc;EAAC,sBAAsB,EAAC,iBAAiB;EAAC,2BAA2B,EAAC,eAAe;EAAC,uBAAuB,EAAC,WAAW;EAAC,2BAA2B,EAAC,cAAc;EAAC,uBAAuB,EAAC,MAAM;EAAC,8BAA8B,EAAC,YAAY;EAAC,gCAAgC,EAAC,gDAAgD;EAAC,mCAAmC,EAAC,8BAA8B;EAAC,wBAAwB,EAAC,eAAe;EAAC,uBAAuB,EAAC,cAAc;EAAC,sBAAsB,EAAC,mBAAmB;EAAC,uBAAuB,EAAC,iBAAiB;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC;AAAmB,CAAC"}
|
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "Hata",
|
|
6
6
|
"fieldlabel.optional.text": "İsteğe Bağlı",
|
|
7
7
|
"fieldlabel.required.text": "Gerekli",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "Filtreleri temizle",
|
|
9
|
+
"filters.filter.any": "Herhangi",
|
|
10
|
+
"filters.filter.clear": "Filtreyi temizle",
|
|
11
|
+
"filters.filters.arialabel": "Filtreler",
|
|
12
|
+
"filters.menuitem.any": "Herhangi bir {{label}}",
|
|
13
|
+
"filters.menuitem.selected": "{{selected}} seçildi",
|
|
14
|
+
"filters.search.label": "Ara",
|
|
15
|
+
"fileupload.button.text": "Dosya ekle",
|
|
16
|
+
"fileupload.prompt.text": "Dosyaları buraya sürükleyip bırakın ya da dosya eklemek için tıklayın",
|
|
17
|
+
"fileupload.removefile.text": "Dosyayı kaldır",
|
|
9
18
|
"passwordfield.icon.label.hide": "Şifreyi gizleyin",
|
|
19
|
+
"passwordfield.icon.label.show": "Şifreyi gösterin",
|
|
10
20
|
"severity.error": "hata",
|
|
11
21
|
"severity.info": "bilgi",
|
|
12
22
|
"severity.success": "başarılı",
|
|
13
23
|
"severity.warning": "uyarı",
|
|
14
24
|
"switch.active": "Aktif",
|
|
15
25
|
"switch.inactive": "İnaktif ",
|
|
26
|
+
"table.actions": "Eylemler",
|
|
27
|
+
"table.columnvisibility.arialabel": "Sütunları göster/gizle",
|
|
28
|
+
"table.density.arialabel": "Tablo yoğunluğu",
|
|
29
|
+
"table.draghandle.arialabel": "Yeniden sıralamak için satırı sürükleyin. İsterseniz yeniden sıralamayı başlatmak ve durdurmak için boşluk veya enter tuşuna, iptal etmek için ise esc tuşuna basın.",
|
|
30
|
+
"table.draghandle.tooltip": "Yeniden sıralamayı başlatmak ve durdurmak için satırı sürükleyin veya boşluk/giriş tuşuna basın",
|
|
16
31
|
"table.error": "Veriler yüklenirken hata oluştu.",
|
|
17
32
|
"table.fetchedrows.text": "{{totalRows}} satır alındı",
|
|
18
33
|
"table.fetchedrows.text_plural": "Toplam {{totalRows}} satır alındı",
|
|
34
|
+
"table.moreactions.arialabel": "Daha fazla eylem",
|
|
35
|
+
"table.noresults.heading": "Hiç sonuç yok.",
|
|
36
|
+
"table.noresults.text": "Farklı bir sorgu deneyin.",
|
|
37
|
+
"table.pagination.loadmore": "Daha fazla göster",
|
|
38
|
+
"table.pagination.next": "Sonraki sayfa",
|
|
39
|
+
"table.pagination.previous": "Önceki sayfa",
|
|
40
|
+
"table.pagination.page": "Sayfa",
|
|
41
|
+
"table.pagination.rowsperpage": "Sayfa başına satır",
|
|
42
|
+
"table.pagination.rowswithtotal": "{{firstRow}}-{{lastRow}}/{{totalRows}} satır",
|
|
43
|
+
"table.pagination.rowswithouttotal": "{{firstRow}}-{{lastRow}} satır",
|
|
44
|
+
"table.reorder.backward": "Arkaya gönder",
|
|
45
|
+
"table.reorder.forward": "Öne getir",
|
|
46
|
+
"table.reorder.toback": "Geri gönder",
|
|
47
|
+
"table.reorder.tofront": "Öne getir",
|
|
19
48
|
"table.rows.text": "{{totalRows}} satır",
|
|
20
|
-
"table.rows.text_plural": "{{totalRows}} satır"
|
|
21
|
-
"toast.close.text": "kapat"
|
|
49
|
+
"table.rows.text_plural": "{{totalRows}} satır"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_tr.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_tr.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_tr.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Ana Sayfa\",\"breadcrumbs.label.text\":\"Sayfa işaretleri yolu\",\"close.text\":\"kapat\",\"fielderror.screenreader.text\":\"Hata\",\"fieldlabel.optional.text\":\"İsteğe Bağlı\",\"fieldlabel.required.text\":\"Gerekli\",\"passwordfield.icon.label.
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_tr.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_tr.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Ana Sayfa\",\"breadcrumbs.label.text\":\"Sayfa işaretleri yolu\",\"close.text\":\"kapat\",\"fielderror.screenreader.text\":\"Hata\",\"fieldlabel.optional.text\":\"İsteğe Bağlı\",\"fieldlabel.required.text\":\"Gerekli\",\"filters.clear.label\":\"Filtreleri temizle\",\"filters.filter.any\":\"Herhangi\",\"filters.filter.clear\":\"Filtreyi temizle\",\"filters.filters.arialabel\":\"Filtreler\",\"filters.menuitem.any\":\"Herhangi bir {{label}}\",\"filters.menuitem.selected\":\"{{selected}} seçildi\",\"filters.search.label\":\"Ara\",\"fileupload.button.text\":\"Dosya ekle\",\"fileupload.prompt.text\":\"Dosyaları buraya sürükleyip bırakın ya da dosya eklemek için tıklayın\",\"fileupload.removefile.text\":\"Dosyayı kaldır\",\"passwordfield.icon.label.hide\":\"Şifreyi gizleyin\",\"passwordfield.icon.label.show\":\"Şifreyi gösterin\",\"severity.error\":\"hata\",\"severity.info\":\"bilgi\",\"severity.success\":\"başarılı\",\"severity.warning\":\"uyarı\",\"switch.active\":\"Aktif\",\"switch.inactive\":\"İnaktif \",\"table.actions\":\"Eylemler\",\"table.columnvisibility.arialabel\":\"Sütunları göster/gizle\",\"table.density.arialabel\":\"Tablo yoğunluğu\",\"table.draghandle.arialabel\":\"Yeniden sıralamak için satırı sürükleyin. İsterseniz yeniden sıralamayı başlatmak ve durdurmak için boşluk veya enter tuşuna, iptal etmek için ise esc tuşuna basın.\",\"table.draghandle.tooltip\":\"Yeniden sıralamayı başlatmak ve durdurmak için satırı sürükleyin veya boşluk/giriş tuşuna basın\",\"table.error\":\"Veriler yüklenirken hata oluştu.\",\"table.fetchedrows.text\":\"{{totalRows}} satır alındı\",\"table.fetchedrows.text_plural\":\"Toplam {{totalRows}} satır alındı\",\"table.moreactions.arialabel\":\"Daha fazla eylem\",\"table.noresults.heading\":\"Hiç sonuç yok.\",\"table.noresults.text\":\"Farklı bir sorgu deneyin.\",\"table.pagination.loadmore\":\"Daha fazla göster\",\"table.pagination.next\":\"Sonraki sayfa\",\"table.pagination.previous\":\"Önceki sayfa\",\"table.pagination.page\":\"Sayfa\",\"table.pagination.rowsperpage\":\"Sayfa başına satır\",\"table.pagination.rowswithtotal\":\"{{firstRow}}-{{lastRow}}/{{totalRows}} satır\",\"table.pagination.rowswithouttotal\":\"{{firstRow}}-{{lastRow}} satır\",\"table.reorder.backward\":\"Arkaya gönder\",\"table.reorder.forward\":\"Öne getir\",\"table.reorder.toback\":\"Geri gönder\",\"table.reorder.tofront\":\"Öne getir\",\"table.rows.text\":\"{{totalRows}} satır\",\"table.rows.text_plural\":\"{{totalRows}} satır\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,WAAW;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,YAAY,EAAC,OAAO;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,cAAc;EAAC,0BAA0B,EAAC,SAAS;EAAC,qBAAqB,EAAC,oBAAoB;EAAC,oBAAoB,EAAC,UAAU;EAAC,sBAAsB,EAAC,kBAAkB;EAAC,2BAA2B,EAAC,WAAW;EAAC,sBAAsB,EAAC,wBAAwB;EAAC,2BAA2B,EAAC,sBAAsB;EAAC,sBAAsB,EAAC,KAAK;EAAC,wBAAwB,EAAC,YAAY;EAAC,wBAAwB,EAAC,uEAAuE;EAAC,4BAA4B,EAAC,gBAAgB;EAAC,+BAA+B,EAAC,kBAAkB;EAAC,+BAA+B,EAAC,kBAAkB;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,OAAO;EAAC,kBAAkB,EAAC,UAAU;EAAC,kBAAkB,EAAC,OAAO;EAAC,eAAe,EAAC,OAAO;EAAC,iBAAiB,EAAC,UAAU;EAAC,eAAe,EAAC,UAAU;EAAC,kCAAkC,EAAC,wBAAwB;EAAC,yBAAyB,EAAC,iBAAiB;EAAC,4BAA4B,EAAC,sKAAsK;EAAC,0BAA0B,EAAC,iGAAiG;EAAC,aAAa,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,4BAA4B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,6BAA6B,EAAC,kBAAkB;EAAC,yBAAyB,EAAC,gBAAgB;EAAC,sBAAsB,EAAC,2BAA2B;EAAC,2BAA2B,EAAC,mBAAmB;EAAC,uBAAuB,EAAC,eAAe;EAAC,2BAA2B,EAAC,cAAc;EAAC,uBAAuB,EAAC,OAAO;EAAC,8BAA8B,EAAC,oBAAoB;EAAC,gCAAgC,EAAC,8CAA8C;EAAC,mCAAmC,EAAC,gCAAgC;EAAC,wBAAwB,EAAC,eAAe;EAAC,uBAAuB,EAAC,WAAW;EAAC,sBAAsB,EAAC,aAAa;EAAC,uBAAuB,EAAC,WAAW;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC;AAAqB,CAAC"}
|
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "Помилка",
|
|
6
6
|
"fieldlabel.optional.text": "Необов’язково",
|
|
7
7
|
"fieldlabel.required.text": "Обов’язково",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "Очистити фільтри",
|
|
9
|
+
"filters.filter.any": "Будь-які",
|
|
10
|
+
"filters.filter.clear": "Очистити фільтр",
|
|
11
|
+
"filters.filters.arialabel": "Фільтри",
|
|
12
|
+
"filters.menuitem.any": "Будь-які {{label}}",
|
|
13
|
+
"filters.menuitem.selected": "{{selected}} вибрано",
|
|
14
|
+
"filters.search.label": "Пошук",
|
|
15
|
+
"fileupload.button.text": "Додати файли",
|
|
16
|
+
"fileupload.prompt.text": "Перетягніть файли сюди або натисніть \"Додати файли\"",
|
|
17
|
+
"fileupload.removefile.text": "Вилучити файл",
|
|
9
18
|
"passwordfield.icon.label.hide": "Приховати пароль",
|
|
19
|
+
"passwordfield.icon.label.show": "Показати пароль",
|
|
10
20
|
"severity.error": "помилка",
|
|
11
21
|
"severity.info": "дані",
|
|
12
22
|
"severity.success": "готово",
|
|
13
23
|
"severity.warning": "попередження",
|
|
14
24
|
"switch.active": "Активовано",
|
|
15
25
|
"switch.inactive": "Не активовано",
|
|
26
|
+
"table.actions": "Дії",
|
|
27
|
+
"table.columnvisibility.arialabel": "Показати/сховати стовпці",
|
|
28
|
+
"table.density.arialabel": "Щільність таблиці",
|
|
29
|
+
"table.draghandle.arialabel": "Перетягніть рядок, щоб змінити порядок. Або натисніть клавішу пробілу чи Enter, щоб почати змінення порядку. Щоб скасувати, натисніть Esc.",
|
|
30
|
+
"table.draghandle.tooltip": "Щоб почати й зупинити змінення порядку, перетягніть рядок або натисніть клавішу пробілу чи Enter",
|
|
16
31
|
"table.error": "Помилка завантаження даних.",
|
|
17
32
|
"table.fetchedrows.text": "Отримано рядків {{totalRows}}",
|
|
18
33
|
"table.fetchedrows.text_plural": "Усього отримано рядків: {{totalRows}}",
|
|
34
|
+
"table.moreactions.arialabel": "Інші дії",
|
|
35
|
+
"table.noresults.heading": "Немає результатів.",
|
|
36
|
+
"table.noresults.text": "Спробуйте інший запит.",
|
|
37
|
+
"table.pagination.loadmore": "Показати більше",
|
|
38
|
+
"table.pagination.next": "Наступна сторінка",
|
|
39
|
+
"table.pagination.previous": "Попередня сторінка",
|
|
40
|
+
"table.pagination.page": "Сторінка",
|
|
41
|
+
"table.pagination.rowsperpage": "Рядків на сторінці",
|
|
42
|
+
"table.pagination.rowswithtotal": "Рядків: {{firstRow}}–{{lastRow}} з {{totalRows}}",
|
|
43
|
+
"table.pagination.rowswithouttotal": "Рядків: {{firstRow}}–{{lastRow}}",
|
|
44
|
+
"table.reorder.backward": "Перемістити назад",
|
|
45
|
+
"table.reorder.forward": "Перемістити вперед",
|
|
46
|
+
"table.reorder.toback": "Перемістити в кінець",
|
|
47
|
+
"table.reorder.tofront": "Перемістити на початок",
|
|
19
48
|
"table.rows.text": "Рядків: {{totalRows}}",
|
|
20
|
-
"table.rows.text_plural": "Рядків: {{totalRows}}"
|
|
21
|
-
"toast.close.text": "закрити"
|
|
49
|
+
"table.rows.text_plural": "Рядків: {{totalRows}}"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_uk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_uk.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_uk.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Головна сторінка\",\"breadcrumbs.label.text\":\"Навігаційні ланцюги\",\"close.text\":\"закрити\",\"fielderror.screenreader.text\":\"Помилка\",\"fieldlabel.optional.text\":\"Необов’язково\",\"fieldlabel.required.text\":\"Обов’язково\",\"passwordfield.icon.label.
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_uk.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_uk.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Головна сторінка\",\"breadcrumbs.label.text\":\"Навігаційні ланцюги\",\"close.text\":\"закрити\",\"fielderror.screenreader.text\":\"Помилка\",\"fieldlabel.optional.text\":\"Необов’язково\",\"fieldlabel.required.text\":\"Обов’язково\",\"filters.clear.label\":\"Очистити фільтри\",\"filters.filter.any\":\"Будь-які\",\"filters.filter.clear\":\"Очистити фільтр\",\"filters.filters.arialabel\":\"Фільтри\",\"filters.menuitem.any\":\"Будь-які {{label}}\",\"filters.menuitem.selected\":\"{{selected}} вибрано\",\"filters.search.label\":\"Пошук\",\"fileupload.button.text\":\"Додати файли\",\"fileupload.prompt.text\":\"Перетягніть файли сюди або натисніть \\\"Додати файли\\\"\",\"fileupload.removefile.text\":\"Вилучити файл\",\"passwordfield.icon.label.hide\":\"Приховати пароль\",\"passwordfield.icon.label.show\":\"Показати пароль\",\"severity.error\":\"помилка\",\"severity.info\":\"дані\",\"severity.success\":\"готово\",\"severity.warning\":\"попередження\",\"switch.active\":\"Активовано\",\"switch.inactive\":\"Не активовано\",\"table.actions\":\"Дії\",\"table.columnvisibility.arialabel\":\"Показати/сховати стовпці\",\"table.density.arialabel\":\"Щільність таблиці\",\"table.draghandle.arialabel\":\"Перетягніть рядок, щоб змінити порядок. Або натисніть клавішу пробілу чи Enter, щоб почати змінення порядку. Щоб скасувати, натисніть Esc.\",\"table.draghandle.tooltip\":\"Щоб почати й зупинити змінення порядку, перетягніть рядок або натисніть клавішу пробілу чи Enter\",\"table.error\":\"Помилка завантаження даних.\",\"table.fetchedrows.text\":\"Отримано рядків {{totalRows}}\",\"table.fetchedrows.text_plural\":\"Усього отримано рядків: {{totalRows}}\",\"table.moreactions.arialabel\":\"Інші дії\",\"table.noresults.heading\":\"Немає результатів.\",\"table.noresults.text\":\"Спробуйте інший запит.\",\"table.pagination.loadmore\":\"Показати більше\",\"table.pagination.next\":\"Наступна сторінка\",\"table.pagination.previous\":\"Попередня сторінка\",\"table.pagination.page\":\"Сторінка\",\"table.pagination.rowsperpage\":\"Рядків на сторінці\",\"table.pagination.rowswithtotal\":\"Рядків: {{firstRow}}–{{lastRow}} з {{totalRows}}\",\"table.pagination.rowswithouttotal\":\"Рядків: {{firstRow}}–{{lastRow}}\",\"table.reorder.backward\":\"Перемістити назад\",\"table.reorder.forward\":\"Перемістити вперед\",\"table.reorder.toback\":\"Перемістити в кінець\",\"table.reorder.tofront\":\"Перемістити на початок\",\"table.rows.text\":\"Рядків: {{totalRows}}\",\"table.rows.text_plural\":\"Рядків: {{totalRows}}\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,kBAAkB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,YAAY,EAAC,SAAS;EAAC,8BAA8B,EAAC,SAAS;EAAC,0BAA0B,EAAC,eAAe;EAAC,0BAA0B,EAAC,aAAa;EAAC,qBAAqB,EAAC,kBAAkB;EAAC,oBAAoB,EAAC,UAAU;EAAC,sBAAsB,EAAC,iBAAiB;EAAC,2BAA2B,EAAC,SAAS;EAAC,sBAAsB,EAAC,oBAAoB;EAAC,2BAA2B,EAAC,sBAAsB;EAAC,sBAAsB,EAAC,OAAO;EAAC,wBAAwB,EAAC,cAAc;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,4BAA4B,EAAC,eAAe;EAAC,+BAA+B,EAAC,kBAAkB;EAAC,+BAA+B,EAAC,iBAAiB;EAAC,gBAAgB,EAAC,SAAS;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,cAAc;EAAC,eAAe,EAAC,YAAY;EAAC,iBAAiB,EAAC,eAAe;EAAC,eAAe,EAAC,KAAK;EAAC,kCAAkC,EAAC,0BAA0B;EAAC,yBAAyB,EAAC,mBAAmB;EAAC,4BAA4B,EAAC,4IAA4I;EAAC,0BAA0B,EAAC,kGAAkG;EAAC,aAAa,EAAC,6BAA6B;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,6BAA6B,EAAC,UAAU;EAAC,yBAAyB,EAAC,oBAAoB;EAAC,sBAAsB,EAAC,wBAAwB;EAAC,2BAA2B,EAAC,iBAAiB;EAAC,uBAAuB,EAAC,mBAAmB;EAAC,2BAA2B,EAAC,oBAAoB;EAAC,uBAAuB,EAAC,UAAU;EAAC,8BAA8B,EAAC,oBAAoB;EAAC,gCAAgC,EAAC,kDAAkD;EAAC,mCAAmC,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,uBAAuB,EAAC,oBAAoB;EAAC,sBAAsB,EAAC,sBAAsB;EAAC,uBAAuB,EAAC,wBAAwB;EAAC,iBAAiB,EAAC,uBAAuB;EAAC,wBAAwB,EAAC;AAAuB,CAAC"}
|
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "Lỗi",
|
|
6
6
|
"fieldlabel.optional.text": "Không bắt buộc",
|
|
7
7
|
"fieldlabel.required.text": "Bắt buộc",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "Xóa bộ lọc",
|
|
9
|
+
"filters.filter.any": "Bất kỳ",
|
|
10
|
+
"filters.filter.clear": "Xóa bộ lọc",
|
|
11
|
+
"filters.filters.arialabel": "Bộ lọc",
|
|
12
|
+
"filters.menuitem.any": "{{label}} bất kỳ",
|
|
13
|
+
"filters.menuitem.selected": "Đã chọn {{selected}}",
|
|
14
|
+
"filters.search.label": "Tìm kiếm",
|
|
15
|
+
"fileupload.button.text": "Thêm tệp",
|
|
16
|
+
"fileupload.prompt.text": "Kéo và thả tệp tại đây hoặc nhấp để thêm tệp",
|
|
17
|
+
"fileupload.removefile.text": "Xóa tệp",
|
|
9
18
|
"passwordfield.icon.label.hide": "Ẩn mật khẩu",
|
|
19
|
+
"passwordfield.icon.label.show": "Hiển thị mật khẩu",
|
|
10
20
|
"severity.error": "lỗi",
|
|
11
21
|
"severity.info": "thông tin",
|
|
12
22
|
"severity.success": "thành công",
|
|
13
23
|
"severity.warning": "cảnh báo",
|
|
14
24
|
"switch.active": "Đang hoạt động",
|
|
15
25
|
"switch.inactive": "Không hoạt động",
|
|
26
|
+
"table.actions": "Thao tác",
|
|
27
|
+
"table.columnvisibility.arialabel": "Hiển thị/ẩn cột",
|
|
28
|
+
"table.density.arialabel": "Mật độ của bảng",
|
|
29
|
+
"table.draghandle.arialabel": "Kéo hàng để sắp xếp lại. Hoặc nhấn phím cách hoặc Enter để bắt đầu và dừng sắp xếp lại, nhấn Esc để hủy.",
|
|
30
|
+
"table.draghandle.tooltip": "Kéo hàng hoặc nhấn phím cách/Enter để bắt đầu và dừng sắp xếp lại",
|
|
16
31
|
"table.error": "Lỗi khi tải dữ liệu.",
|
|
17
32
|
"table.fetchedrows.text": "Đã tìm nạp {{totalRows}} hàng",
|
|
18
33
|
"table.fetchedrows.text_plural": "Đã tìm nạp tổng {{totalRows}} hàng",
|
|
34
|
+
"table.moreactions.arialabel": "Thao tác khác",
|
|
35
|
+
"table.noresults.heading": "Không có kết quả.",
|
|
36
|
+
"table.noresults.text": "Thử truy vấn khác.",
|
|
37
|
+
"table.pagination.loadmore": "Hiển thị thêm",
|
|
38
|
+
"table.pagination.next": "Trang sau",
|
|
39
|
+
"table.pagination.previous": "Trang trước",
|
|
40
|
+
"table.pagination.page": "Trang",
|
|
41
|
+
"table.pagination.rowsperpage": "Số hàng mỗi trang",
|
|
42
|
+
"table.pagination.rowswithtotal": "{{firstRow}}-{{lastRow}}/{{totalRows}} hàng",
|
|
43
|
+
"table.pagination.rowswithouttotal": "{{firstRow}}-{{lastRow}} hàng",
|
|
44
|
+
"table.reorder.backward": "Di chuyển xuống dưới",
|
|
45
|
+
"table.reorder.forward": "Di chuyển lên trên",
|
|
46
|
+
"table.reorder.toback": "Di chuyển xuống dưới cùng",
|
|
47
|
+
"table.reorder.tofront": "Di chuyển lên trên cùng",
|
|
19
48
|
"table.rows.text": "{{totalRows}} hàng",
|
|
20
|
-
"table.rows.text_plural": "{{totalRows}} hàng"
|
|
21
|
-
"toast.close.text": "đóng"
|
|
49
|
+
"table.rows.text_plural": "{{totalRows}} hàng"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_vi.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_vi.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_vi.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Trang chủ\",\"breadcrumbs.label.text\":\"Liên kết phân cấp\",\"close.text\":\"đóng\",\"fielderror.screenreader.text\":\"Lỗi\",\"fieldlabel.optional.text\":\"Không bắt buộc\",\"fieldlabel.required.text\":\"Bắt buộc\",\"passwordfield.icon.label.
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_vi.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_vi.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Trang chủ\",\"breadcrumbs.label.text\":\"Liên kết phân cấp\",\"close.text\":\"đóng\",\"fielderror.screenreader.text\":\"Lỗi\",\"fieldlabel.optional.text\":\"Không bắt buộc\",\"fieldlabel.required.text\":\"Bắt buộc\",\"filters.clear.label\":\"Xóa bộ lọc\",\"filters.filter.any\":\"Bất kỳ\",\"filters.filter.clear\":\"Xóa bộ lọc\",\"filters.filters.arialabel\":\"Bộ lọc\",\"filters.menuitem.any\":\"{{label}} bất kỳ\",\"filters.menuitem.selected\":\"Đã chọn {{selected}}\",\"filters.search.label\":\"Tìm kiếm\",\"fileupload.button.text\":\"Thêm tệp\",\"fileupload.prompt.text\":\"Kéo và thả tệp tại đây hoặc nhấp để thêm tệp\",\"fileupload.removefile.text\":\"Xóa tệp\",\"passwordfield.icon.label.hide\":\"Ẩn mật khẩu\",\"passwordfield.icon.label.show\":\"Hiển thị mật khẩu\",\"severity.error\":\"lỗi\",\"severity.info\":\"thông tin\",\"severity.success\":\"thành công\",\"severity.warning\":\"cảnh báo\",\"switch.active\":\"Đang hoạt động\",\"switch.inactive\":\"Không hoạt động\",\"table.actions\":\"Thao tác\",\"table.columnvisibility.arialabel\":\"Hiển thị/ẩn cột\",\"table.density.arialabel\":\"Mật độ của bảng\",\"table.draghandle.arialabel\":\"Kéo hàng để sắp xếp lại. Hoặc nhấn phím cách hoặc Enter để bắt đầu và dừng sắp xếp lại, nhấn Esc để hủy.\",\"table.draghandle.tooltip\":\"Kéo hàng hoặc nhấn phím cách/Enter để bắt đầu và dừng sắp xếp lại\",\"table.error\":\"Lỗi khi tải dữ liệu.\",\"table.fetchedrows.text\":\"Đã tìm nạp {{totalRows}} hàng\",\"table.fetchedrows.text_plural\":\"Đã tìm nạp tổng {{totalRows}} hàng\",\"table.moreactions.arialabel\":\"Thao tác khác\",\"table.noresults.heading\":\"Không có kết quả.\",\"table.noresults.text\":\"Thử truy vấn khác.\",\"table.pagination.loadmore\":\"Hiển thị thêm\",\"table.pagination.next\":\"Trang sau\",\"table.pagination.previous\":\"Trang trước\",\"table.pagination.page\":\"Trang\",\"table.pagination.rowsperpage\":\"Số hàng mỗi trang\",\"table.pagination.rowswithtotal\":\"{{firstRow}}-{{lastRow}}/{{totalRows}} hàng\",\"table.pagination.rowswithouttotal\":\"{{firstRow}}-{{lastRow}} hàng\",\"table.reorder.backward\":\"Di chuyển xuống dưới\",\"table.reorder.forward\":\"Di chuyển lên trên\",\"table.reorder.toback\":\"Di chuyển xuống dưới cùng\",\"table.reorder.tofront\":\"Di chuyển lên trên cùng\",\"table.rows.text\":\"{{totalRows}} hàng\",\"table.rows.text_plural\":\"{{totalRows}} hàng\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,WAAW;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,YAAY,EAAC,MAAM;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,gBAAgB;EAAC,0BAA0B,EAAC,UAAU;EAAC,qBAAqB,EAAC,YAAY;EAAC,oBAAoB,EAAC,QAAQ;EAAC,sBAAsB,EAAC,YAAY;EAAC,2BAA2B,EAAC,QAAQ;EAAC,sBAAsB,EAAC,kBAAkB;EAAC,2BAA2B,EAAC,sBAAsB;EAAC,sBAAsB,EAAC,UAAU;EAAC,wBAAwB,EAAC,UAAU;EAAC,wBAAwB,EAAC,8CAA8C;EAAC,4BAA4B,EAAC,SAAS;EAAC,+BAA+B,EAAC,aAAa;EAAC,+BAA+B,EAAC,mBAAmB;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,WAAW;EAAC,kBAAkB,EAAC,YAAY;EAAC,kBAAkB,EAAC,UAAU;EAAC,eAAe,EAAC,gBAAgB;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,eAAe,EAAC,UAAU;EAAC,kCAAkC,EAAC,iBAAiB;EAAC,yBAAyB,EAAC,iBAAiB;EAAC,4BAA4B,EAAC,0GAA0G;EAAC,0BAA0B,EAAC,mEAAmE;EAAC,aAAa,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,oCAAoC;EAAC,6BAA6B,EAAC,eAAe;EAAC,yBAAyB,EAAC,mBAAmB;EAAC,sBAAsB,EAAC,oBAAoB;EAAC,2BAA2B,EAAC,eAAe;EAAC,uBAAuB,EAAC,WAAW;EAAC,2BAA2B,EAAC,aAAa;EAAC,uBAAuB,EAAC,OAAO;EAAC,8BAA8B,EAAC,mBAAmB;EAAC,gCAAgC,EAAC,6CAA6C;EAAC,mCAAmC,EAAC,+BAA+B;EAAC,wBAAwB,EAAC,sBAAsB;EAAC,uBAAuB,EAAC,oBAAoB;EAAC,sBAAsB,EAAC,2BAA2B;EAAC,uBAAuB,EAAC,yBAAyB;EAAC,iBAAiB,EAAC,oBAAoB;EAAC,wBAAwB,EAAC;AAAoB,CAAC"}
|
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "错误",
|
|
6
6
|
"fieldlabel.optional.text": "可选",
|
|
7
7
|
"fieldlabel.required.text": "必填",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "清除筛选器",
|
|
9
|
+
"filters.filter.any": "任何",
|
|
10
|
+
"filters.filter.clear": "清除筛选器",
|
|
11
|
+
"filters.filters.arialabel": "筛选器",
|
|
12
|
+
"filters.menuitem.any": "任何 {{label}}",
|
|
13
|
+
"filters.menuitem.selected": "{{selected}} 已选中",
|
|
14
|
+
"filters.search.label": "搜索",
|
|
15
|
+
"fileupload.button.text": "添加文件",
|
|
16
|
+
"fileupload.prompt.text": "将文件拖放到此处或点击添加文件",
|
|
17
|
+
"fileupload.removefile.text": "删除文件",
|
|
9
18
|
"passwordfield.icon.label.hide": "隐藏密码",
|
|
19
|
+
"passwordfield.icon.label.show": "显示密码",
|
|
10
20
|
"severity.error": "错误",
|
|
11
21
|
"severity.info": "信息",
|
|
12
22
|
"severity.success": "成功",
|
|
13
23
|
"severity.warning": "警告",
|
|
14
24
|
"switch.active": "活动",
|
|
15
25
|
"switch.inactive": "非活动",
|
|
26
|
+
"table.actions": "操作",
|
|
27
|
+
"table.columnvisibility.arialabel": "显示/隐藏列",
|
|
28
|
+
"table.density.arialabel": "表密度",
|
|
29
|
+
"table.draghandle.arialabel": "拖动行以重新排序。或者,按空格键或 Enter 键开始和停止重新排序,按 Esc 键取消操作。",
|
|
30
|
+
"table.draghandle.tooltip": "拖动行或按空格/Enter 键开始和停止重新排序",
|
|
16
31
|
"table.error": "加载数据时出错。",
|
|
17
32
|
"table.fetchedrows.text": "已获取 {{totalRows}} 行",
|
|
18
33
|
"table.fetchedrows.text_plural": "共计已获取 {{totalRows}} 行",
|
|
34
|
+
"table.moreactions.arialabel": "更多操作",
|
|
35
|
+
"table.noresults.heading": "没有结果。",
|
|
36
|
+
"table.noresults.text": "尝试不同的查询。",
|
|
37
|
+
"table.pagination.loadmore": "显示更多",
|
|
38
|
+
"table.pagination.next": "下一页",
|
|
39
|
+
"table.pagination.previous": "上一页",
|
|
40
|
+
"table.pagination.page": "页面",
|
|
41
|
+
"table.pagination.rowsperpage": "每页行数",
|
|
42
|
+
"table.pagination.rowswithtotal": "第 {{firstRow}} 行至第 {{lastRow}} 行,共 {{totalRows}} 行",
|
|
43
|
+
"table.pagination.rowswithouttotal": "第 {{firstRow}} 行至第 {{lastRow}} 行",
|
|
44
|
+
"table.reorder.backward": "下移",
|
|
45
|
+
"table.reorder.forward": "上移",
|
|
46
|
+
"table.reorder.toback": "移至底部",
|
|
47
|
+
"table.reorder.tofront": "移至顶部",
|
|
19
48
|
"table.rows.text": "{{totalRows}} 行",
|
|
20
|
-
"table.rows.text_plural": "{{totalRows}} 行"
|
|
21
|
-
"toast.close.text": "关闭"
|
|
49
|
+
"table.rows.text_plural": "{{totalRows}} 行"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_zh_CN.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_zh_CN.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_zh_CN.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"主页\",\"breadcrumbs.label.text\":\"面包屑\",\"close.text\":\"关闭\",\"fielderror.screenreader.text\":\"错误\",\"fieldlabel.optional.text\":\"可选\",\"fieldlabel.required.text\":\"必填\",\"
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_zh_CN.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_zh_CN.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"主页\",\"breadcrumbs.label.text\":\"面包屑\",\"close.text\":\"关闭\",\"fielderror.screenreader.text\":\"错误\",\"fieldlabel.optional.text\":\"可选\",\"fieldlabel.required.text\":\"必填\",\"filters.clear.label\":\"清除筛选器\",\"filters.filter.any\":\"任何\",\"filters.filter.clear\":\"清除筛选器\",\"filters.filters.arialabel\":\"筛选器\",\"filters.menuitem.any\":\"任何 {{label}}\",\"filters.menuitem.selected\":\"{{selected}} 已选中\",\"filters.search.label\":\"搜索\",\"fileupload.button.text\":\"添加文件\",\"fileupload.prompt.text\":\"将文件拖放到此处或点击添加文件\",\"fileupload.removefile.text\":\"删除文件\",\"passwordfield.icon.label.hide\":\"隐藏密码\",\"passwordfield.icon.label.show\":\"显示密码\",\"severity.error\":\"错误\",\"severity.info\":\"信息\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"switch.active\":\"活动\",\"switch.inactive\":\"非活动\",\"table.actions\":\"操作\",\"table.columnvisibility.arialabel\":\"显示/隐藏列\",\"table.density.arialabel\":\"表密度\",\"table.draghandle.arialabel\":\"拖动行以重新排序。或者,按空格键或 Enter 键开始和停止重新排序,按 Esc 键取消操作。\",\"table.draghandle.tooltip\":\"拖动行或按空格/Enter 键开始和停止重新排序\",\"table.error\":\"加载数据时出错。\",\"table.fetchedrows.text\":\"已获取 {{totalRows}} 行\",\"table.fetchedrows.text_plural\":\"共计已获取 {{totalRows}} 行\",\"table.moreactions.arialabel\":\"更多操作\",\"table.noresults.heading\":\"没有结果。\",\"table.noresults.text\":\"尝试不同的查询。\",\"table.pagination.loadmore\":\"显示更多\",\"table.pagination.next\":\"下一页\",\"table.pagination.previous\":\"上一页\",\"table.pagination.page\":\"页面\",\"table.pagination.rowsperpage\":\"每页行数\",\"table.pagination.rowswithtotal\":\"第 {{firstRow}} 行至第 {{lastRow}} 行,共 {{totalRows}} 行\",\"table.pagination.rowswithouttotal\":\"第 {{firstRow}} 行至第 {{lastRow}} 行\",\"table.reorder.backward\":\"下移\",\"table.reorder.forward\":\"上移\",\"table.reorder.toback\":\"移至底部\",\"table.reorder.tofront\":\"移至顶部\",\"table.rows.text\":\"{{totalRows}} 行\",\"table.rows.text_plural\":\"{{totalRows}} 行\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,IAAI;EAAC,wBAAwB,EAAC,KAAK;EAAC,YAAY,EAAC,IAAI;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,IAAI;EAAC,0BAA0B,EAAC,IAAI;EAAC,qBAAqB,EAAC,OAAO;EAAC,oBAAoB,EAAC,IAAI;EAAC,sBAAsB,EAAC,OAAO;EAAC,2BAA2B,EAAC,KAAK;EAAC,sBAAsB,EAAC,cAAc;EAAC,2BAA2B,EAAC,kBAAkB;EAAC,sBAAsB,EAAC,IAAI;EAAC,wBAAwB,EAAC,MAAM;EAAC,wBAAwB,EAAC,iBAAiB;EAAC,4BAA4B,EAAC,MAAM;EAAC,+BAA+B,EAAC,MAAM;EAAC,+BAA+B,EAAC,MAAM;EAAC,gBAAgB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,iBAAiB,EAAC,KAAK;EAAC,eAAe,EAAC,IAAI;EAAC,kCAAkC,EAAC,QAAQ;EAAC,yBAAyB,EAAC,KAAK;EAAC,4BAA4B,EAAC,iDAAiD;EAAC,0BAA0B,EAAC,0BAA0B;EAAC,aAAa,EAAC,UAAU;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,6BAA6B,EAAC,MAAM;EAAC,yBAAyB,EAAC,OAAO;EAAC,sBAAsB,EAAC,UAAU;EAAC,2BAA2B,EAAC,MAAM;EAAC,uBAAuB,EAAC,KAAK;EAAC,2BAA2B,EAAC,KAAK;EAAC,uBAAuB,EAAC,IAAI;EAAC,8BAA8B,EAAC,MAAM;EAAC,gCAAgC,EAAC,oDAAoD;EAAC,mCAAmC,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,IAAI;EAAC,uBAAuB,EAAC,IAAI;EAAC,sBAAsB,EAAC,MAAM;EAAC,uBAAuB,EAAC,MAAM;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC;AAAiB,CAAC"}
|
|
@@ -5,19 +5,47 @@ export const translation = {
|
|
|
5
5
|
"fielderror.screenreader.text": "錯誤",
|
|
6
6
|
"fieldlabel.optional.text": "選擇性",
|
|
7
7
|
"fieldlabel.required.text": "必要",
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": "清除篩選條件",
|
|
9
|
+
"filters.filter.any": "任何",
|
|
10
|
+
"filters.filter.clear": "清除篩選條件",
|
|
11
|
+
"filters.filters.arialabel": "篩選條件",
|
|
12
|
+
"filters.menuitem.any": "任何 {{label}}",
|
|
13
|
+
"filters.menuitem.selected": "已選取 {{selected}}",
|
|
14
|
+
"filters.search.label": "搜尋",
|
|
15
|
+
"fileupload.button.text": "新增檔案",
|
|
16
|
+
"fileupload.prompt.text": "將檔案拖放到此處或按一下以新增檔案",
|
|
17
|
+
"fileupload.removefile.text": "移除檔案",
|
|
9
18
|
"passwordfield.icon.label.hide": "隱藏密碼",
|
|
19
|
+
"passwordfield.icon.label.show": "顯示密碼",
|
|
10
20
|
"severity.error": "錯誤",
|
|
11
21
|
"severity.info": "資訊",
|
|
12
22
|
"severity.success": "成功",
|
|
13
23
|
"severity.warning": "警告",
|
|
14
24
|
"switch.active": "作用中",
|
|
15
25
|
"switch.inactive": "非作用中",
|
|
26
|
+
"table.actions": "動作",
|
|
27
|
+
"table.columnvisibility.arialabel": "顯示/隱藏欄",
|
|
28
|
+
"table.density.arialabel": "表格密度",
|
|
29
|
+
"table.draghandle.arialabel": "拖曳列以重新排序。或者按下空白鍵或 Enter 鍵以開始和停止重新排序,按下 Esc 鍵可取消。",
|
|
30
|
+
"table.draghandle.tooltip": "拖曳列或按下空白鍵/Enter 鍵即可開始和停止重新排序",
|
|
16
31
|
"table.error": "載入資料時發生錯誤。",
|
|
17
32
|
"table.fetchedrows.text": "已擷取 {{totalRows}} 列",
|
|
18
33
|
"table.fetchedrows.text_plural": "已擷取總共 {{totalRows}} 列",
|
|
34
|
+
"table.moreactions.arialabel": "更多動作",
|
|
35
|
+
"table.noresults.heading": "沒有結果。",
|
|
36
|
+
"table.noresults.text": "請嘗試不同的查詢。",
|
|
37
|
+
"table.pagination.loadmore": "顯示更多",
|
|
38
|
+
"table.pagination.next": "下一頁",
|
|
39
|
+
"table.pagination.previous": "上一頁",
|
|
40
|
+
"table.pagination.page": "頁面",
|
|
41
|
+
"table.pagination.rowsperpage": "每頁列數",
|
|
42
|
+
"table.pagination.rowswithtotal": "第 {{firstRow}}-{{lastRow}} 列,總共 {{totalRows}} 列",
|
|
43
|
+
"table.pagination.rowswithouttotal": "第 {{firstRow}}-{{lastRow}} 列",
|
|
44
|
+
"table.reorder.backward": "往後傳送",
|
|
45
|
+
"table.reorder.forward": "往前帶",
|
|
46
|
+
"table.reorder.toback": "向後傳送",
|
|
47
|
+
"table.reorder.tofront": "向前帶",
|
|
19
48
|
"table.rows.text": "{{totalRows}} 列",
|
|
20
|
-
"table.rows.text_plural": "{{totalRows}} 列"
|
|
21
|
-
"toast.close.text": "關閉"
|
|
49
|
+
"table.rows.text_plural": "{{totalRows}} 列"
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_zh_TW.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_zh_TW.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_zh_TW.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"首頁\",\"breadcrumbs.label.text\":\"軌跡\",\"close.text\":\"關閉\",\"fielderror.screenreader.text\":\"錯誤\",\"fieldlabel.optional.text\":\"選擇性\",\"fieldlabel.required.text\":\"必要\",\"
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_zh_TW.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_zh_TW.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"首頁\",\"breadcrumbs.label.text\":\"軌跡\",\"close.text\":\"關閉\",\"fielderror.screenreader.text\":\"錯誤\",\"fieldlabel.optional.text\":\"選擇性\",\"fieldlabel.required.text\":\"必要\",\"filters.clear.label\":\"清除篩選條件\",\"filters.filter.any\":\"任何\",\"filters.filter.clear\":\"清除篩選條件\",\"filters.filters.arialabel\":\"篩選條件\",\"filters.menuitem.any\":\"任何 {{label}}\",\"filters.menuitem.selected\":\"已選取 {{selected}}\",\"filters.search.label\":\"搜尋\",\"fileupload.button.text\":\"新增檔案\",\"fileupload.prompt.text\":\"將檔案拖放到此處或按一下以新增檔案\",\"fileupload.removefile.text\":\"移除檔案\",\"passwordfield.icon.label.hide\":\"隱藏密碼\",\"passwordfield.icon.label.show\":\"顯示密碼\",\"severity.error\":\"錯誤\",\"severity.info\":\"資訊\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"switch.active\":\"作用中\",\"switch.inactive\":\"非作用中\",\"table.actions\":\"動作\",\"table.columnvisibility.arialabel\":\"顯示/隱藏欄\",\"table.density.arialabel\":\"表格密度\",\"table.draghandle.arialabel\":\"拖曳列以重新排序。或者按下空白鍵或 Enter 鍵以開始和停止重新排序,按下 Esc 鍵可取消。\",\"table.draghandle.tooltip\":\"拖曳列或按下空白鍵/Enter 鍵即可開始和停止重新排序\",\"table.error\":\"載入資料時發生錯誤。\",\"table.fetchedrows.text\":\"已擷取 {{totalRows}} 列\",\"table.fetchedrows.text_plural\":\"已擷取總共 {{totalRows}} 列\",\"table.moreactions.arialabel\":\"更多動作\",\"table.noresults.heading\":\"沒有結果。\",\"table.noresults.text\":\"請嘗試不同的查詢。\",\"table.pagination.loadmore\":\"顯示更多\",\"table.pagination.next\":\"下一頁\",\"table.pagination.previous\":\"上一頁\",\"table.pagination.page\":\"頁面\",\"table.pagination.rowsperpage\":\"每頁列數\",\"table.pagination.rowswithtotal\":\"第 {{firstRow}}-{{lastRow}} 列,總共 {{totalRows}} 列\",\"table.pagination.rowswithouttotal\":\"第 {{firstRow}}-{{lastRow}} 列\",\"table.reorder.backward\":\"往後傳送\",\"table.reorder.forward\":\"往前帶\",\"table.reorder.toback\":\"向後傳送\",\"table.reorder.tofront\":\"向前帶\",\"table.rows.text\":\"{{totalRows}} 列\",\"table.rows.text_plural\":\"{{totalRows}} 列\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,IAAI;EAAC,wBAAwB,EAAC,IAAI;EAAC,YAAY,EAAC,IAAI;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,KAAK;EAAC,0BAA0B,EAAC,IAAI;EAAC,qBAAqB,EAAC,QAAQ;EAAC,oBAAoB,EAAC,IAAI;EAAC,sBAAsB,EAAC,QAAQ;EAAC,2BAA2B,EAAC,MAAM;EAAC,sBAAsB,EAAC,cAAc;EAAC,2BAA2B,EAAC,kBAAkB;EAAC,sBAAsB,EAAC,IAAI;EAAC,wBAAwB,EAAC,MAAM;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,4BAA4B,EAAC,MAAM;EAAC,+BAA+B,EAAC,MAAM;EAAC,+BAA+B,EAAC,MAAM;EAAC,gBAAgB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,eAAe,EAAC,KAAK;EAAC,iBAAiB,EAAC,MAAM;EAAC,eAAe,EAAC,IAAI;EAAC,kCAAkC,EAAC,QAAQ;EAAC,yBAAyB,EAAC,MAAM;EAAC,4BAA4B,EAAC,kDAAkD;EAAC,0BAA0B,EAAC,8BAA8B;EAAC,aAAa,EAAC,YAAY;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,6BAA6B,EAAC,MAAM;EAAC,yBAAyB,EAAC,OAAO;EAAC,sBAAsB,EAAC,WAAW;EAAC,2BAA2B,EAAC,MAAM;EAAC,uBAAuB,EAAC,KAAK;EAAC,2BAA2B,EAAC,KAAK;EAAC,uBAAuB,EAAC,IAAI;EAAC,8BAA8B,EAAC,MAAM;EAAC,gCAAgC,EAAC,iDAAiD;EAAC,mCAAmC,EAAC,8BAA8B;EAAC,wBAAwB,EAAC,MAAM;EAAC,uBAAuB,EAAC,KAAK;EAAC,sBAAsB,EAAC,MAAM;EAAC,uBAAuB,EAAC,KAAK;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC;AAAiB,CAAC"}
|
|
@@ -78,7 +78,13 @@ export type AutocompleteProps<OptionType, HasMultipleChoices extends boolean | u
|
|
|
78
78
|
* You will need to implement this function if your `option` items are objects.
|
|
79
79
|
*/
|
|
80
80
|
getIsOptionEqualToValue?: (option: OptionType, value: OptionType) => boolean;
|
|
81
|
+
/**
|
|
82
|
+
* If this component is required to display a virtualized list of options,
|
|
83
|
+
* then this value needs to be set to true.
|
|
84
|
+
* It is recommended if you're options are on the order of 10's of hundreds or more.
|
|
85
|
+
*/
|
|
86
|
+
isVirtualized?: boolean;
|
|
81
87
|
} & Pick<FieldComponentProps, "errorMessage" | "errorMessageList" | "hint" | "HintLinkComponent" | "id" | "isFullWidth" | "isOptional" | "name"> & Pick<HtmlProps, "ariaDescribedBy" | "testId" | "translate">;
|
|
82
|
-
declare const MemoizedAutocomplete: <OptionType, HasMultipleChoices extends boolean | undefined, IsCustomValueAllowed extends boolean | undefined>({ ariaDescribedBy, defaultValue, errorMessage, errorMessageList, hasMultipleChoices, id: idOverride, inputValue, isCustomValueAllowed, isDisabled, isFullWidth, isLoading, isOptional, isReadOnly, hint, HintLinkComponent, label, name: nameOverride, onBlur, onChange: onChangeProp, onInputChange: onInputChangeProp, onFocus, options, value, getIsOptionEqualToValue, testId, translate, }: AutocompleteProps<OptionType, HasMultipleChoices, IsCustomValueAllowed>) => import("react/jsx-runtime").JSX.Element;
|
|
88
|
+
declare const MemoizedAutocomplete: <OptionType, HasMultipleChoices extends boolean | undefined, IsCustomValueAllowed extends boolean | undefined>({ ariaDescribedBy, defaultValue, errorMessage, errorMessageList, hasMultipleChoices, id: idOverride, inputValue, isCustomValueAllowed, isDisabled, isFullWidth, isLoading, isOptional, isReadOnly, isVirtualized: isVirtualizedProp, hint, HintLinkComponent, label, name: nameOverride, onBlur, onChange: onChangeProp, onInputChange: onInputChangeProp, onFocus, options, value, getIsOptionEqualToValue, testId, translate, }: AutocompleteProps<OptionType, HasMultipleChoices, IsCustomValueAllowed>) => import("react/jsx-runtime").JSX.Element;
|
|
83
89
|
export { MemoizedAutocomplete as Autocomplete };
|
|
84
90
|
//# sourceMappingURL=Autocomplete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,iBAAiB,IAAI,oBAAoB,EAEzC,oBAAoB,EAGrB,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,iBAAiB,IAAI,oBAAoB,EAEzC,oBAAoB,EAGrB,MAAM,eAAe,CAAC;AA0BvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAO7C,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,kBAAkB,SAAS,OAAO,GAAG,SAAS,EAC9C,oBAAoB,SAAS,OAAO,GAAG,SAAS,IAC9C;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,oBAAoB,CACjC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,cAAc,CAAC,CAAC;IAClB;;OAEG;IACH,kBAAkB,CAAC,EAAE,oBAAoB,CACvC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,YAAY,CAAC,CAAC;IAChB;;OAEG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CACzC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,oBAAoB,CAC9B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAC/B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,oBAAoB,CAC3B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,QAAQ,CAAC,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,oBAAoB,CAC7B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,oBAAoB,CAClC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,eAAe,CAAC,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,oBAAoB,CAC5B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAC1B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,OAAO,CAAC,CAAC;IAEX;;;;;;;OAOG;IACH,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,KAAK,OAAO,CAAC;IAE7E;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,IAAI,CACN,mBAAmB,EACjB,cAAc,GACd,kBAAkB,GAClB,MAAM,GACN,mBAAmB,GACnB,IAAI,GACJ,aAAa,GACb,YAAY,GACZ,MAAM,CACT,GACC,IAAI,CAAC,SAAS,EAAE,iBAAiB,GAAG,QAAQ,GAAG,WAAW,CAAC,CAAC;AA2R9D,QAAA,MAAM,oBAAoB,uoBAA4C,CAAC;AAIvE,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../src/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAQH,OAAO,EAEL,YAAY,EAOb,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../src/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAQH,OAAO,EAEL,YAAY,EAOb,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,UAAU,GAAG,aAAa,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,YAAY,CAAC,OAAO,UAAU,CAAC,EAAE,CAAC;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;AAE5C,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,cAAc,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,iBAAiB,gDAE5B,CAAC;AASH,eAAO,MAAM,UAAU,iCAAkC,eAAe,4CA0BvE,CAAC;AA4HF,QAAA,MAAM,sBAAsB,yHAnGzB,gBAAgB,6CAmGgC,CAAC;AAGpD,OAAO,EAAE,sBAAsB,IAAI,cAAc,EAAE,CAAC"}
|