@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 declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_es.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_es.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_es.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_es.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_es.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwuE,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_fi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_fi.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_fi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_fi.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_fi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA81E,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_fr.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_fr.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_fr.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_fr.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_fr.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA67E,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_hu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_hu.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_hu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_hu.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_hu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAw2E,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_id.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_id.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_id.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_id.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_id.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2zE,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_it.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_it.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_it.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_it.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_it.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2zE,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_ja.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ja.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ja.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ja.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ja.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAm1D,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_ko.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ko.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ko.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ko.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ko.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAo0D,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_ms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ms.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ms.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ms.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ms.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAo1E,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_nb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_nb.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_nb.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_nb.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_nb.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsqE,CAAC"}
|
|
@@ -5,19 +5,47 @@ export declare const translation: {
|
|
|
5
5
|
"fielderror.screenreader.text": string;
|
|
6
6
|
"fieldlabel.optional.text": string;
|
|
7
7
|
"fieldlabel.required.text": string;
|
|
8
|
-
"
|
|
8
|
+
"filters.clear.label": string;
|
|
9
|
+
"filters.filter.any": string;
|
|
10
|
+
"filters.filter.clear": string;
|
|
11
|
+
"filters.filters.arialabel": string;
|
|
12
|
+
"filters.menuitem.any": string;
|
|
13
|
+
"filters.menuitem.selected": string;
|
|
14
|
+
"filters.search.label": string;
|
|
15
|
+
"fileupload.button.text": string;
|
|
16
|
+
"fileupload.prompt.text": string;
|
|
17
|
+
"fileupload.removefile.text": string;
|
|
9
18
|
"passwordfield.icon.label.hide": string;
|
|
19
|
+
"passwordfield.icon.label.show": string;
|
|
10
20
|
"severity.error": string;
|
|
11
21
|
"severity.info": string;
|
|
12
22
|
"severity.success": string;
|
|
13
23
|
"severity.warning": string;
|
|
14
24
|
"switch.active": string;
|
|
15
25
|
"switch.inactive": string;
|
|
26
|
+
"table.actions": string;
|
|
27
|
+
"table.columnvisibility.arialabel": string;
|
|
28
|
+
"table.density.arialabel": string;
|
|
29
|
+
"table.draghandle.arialabel": string;
|
|
30
|
+
"table.draghandle.tooltip": string;
|
|
16
31
|
"table.error": string;
|
|
17
32
|
"table.fetchedrows.text": string;
|
|
18
33
|
"table.fetchedrows.text_plural": string;
|
|
34
|
+
"table.moreactions.arialabel": string;
|
|
35
|
+
"table.noresults.heading": string;
|
|
36
|
+
"table.noresults.text": string;
|
|
37
|
+
"table.pagination.loadmore": string;
|
|
38
|
+
"table.pagination.next": string;
|
|
39
|
+
"table.pagination.previous": string;
|
|
40
|
+
"table.pagination.page": string;
|
|
41
|
+
"table.pagination.rowsperpage": string;
|
|
42
|
+
"table.pagination.rowswithtotal": string;
|
|
43
|
+
"table.pagination.rowswithouttotal": string;
|
|
44
|
+
"table.reorder.backward": string;
|
|
45
|
+
"table.reorder.forward": string;
|
|
46
|
+
"table.reorder.toback": string;
|
|
47
|
+
"table.reorder.tofront": string;
|
|
19
48
|
"table.rows.text": string;
|
|
20
49
|
"table.rows.text_plural": string;
|
|
21
|
-
"toast.close.text": string;
|
|
22
50
|
};
|
|
23
51
|
//# sourceMappingURL=odyssey-react-mui_nl_NL.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_nl_NL.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_nl_NL.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_nl_NL.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_nl_NL.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyyE,CAAC"}
|