@okta/odyssey-react-mui 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/Accordion.js +52 -0
- package/dist/Accordion.js.map +1 -0
- package/dist/Autocomplete.js +8 -1
- package/dist/Autocomplete.js.map +1 -1
- package/dist/Breadcrumbs.js +2 -2
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/Callout.js +3 -3
- package/dist/Callout.js.map +1 -1
- package/dist/CheckboxGroup.js +5 -1
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/Dialog.js +3 -0
- package/dist/Dialog.js.map +1 -1
- package/dist/Field.js +8 -6
- package/dist/Field.js.map +1 -1
- package/dist/NativeSelect.js +26 -14
- package/dist/NativeSelect.js.map +1 -1
- package/dist/PasswordField.js +6 -2
- package/dist/PasswordField.js.map +1 -1
- package/dist/RadioGroup.js +5 -1
- package/dist/RadioGroup.js.map +1 -1
- package/dist/Select.js +31 -26
- package/dist/Select.js.map +1 -1
- package/dist/TextField.js +7 -1
- package/dist/TextField.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_cs.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_cs.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_da.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_da.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_de.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_de.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_el.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_el.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_es.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_es.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fi.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_fi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_fr.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_fr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_hu.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_hu.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_id.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_id.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_it.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_it.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ja.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_ja.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ko.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_ko.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ms.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_ms.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nb.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_nb.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_nl_NL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pl.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_pl.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_pt_BR.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ro.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_ro.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ru.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_ru.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_sv.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_sv.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_th.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_th.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_tr.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_tr.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_uk.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_uk.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_vi.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_vi.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_zh_CN.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js +4 -0
- package/dist/properties/ts/odyssey-react-mui_zh_TW.js.map +1 -1
- package/dist/src/Accordion.d.ts +53 -0
- package/dist/src/Accordion.d.ts.map +1 -0
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Breadcrumbs.d.ts +1 -1
- package/dist/src/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/Dialog.d.ts.map +1 -1
- package/dist/src/Field.d.ts +3 -1
- package/dist/src/Field.d.ts.map +1 -1
- package/dist/src/NativeSelect.d.ts.map +1 -1
- package/dist/src/PasswordField.d.ts +3 -3
- package/dist/src/PasswordField.d.ts.map +1 -1
- package/dist/src/RadioGroup.d.ts +3 -2
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +3 -3
- package/dist/src/Select.d.ts +14 -8
- package/dist/src/Select.d.ts.map +1 -1
- package/dist/src/TextField.d.ts +4 -4
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/i18n.d.ts +104 -0
- package/dist/src/i18n.d.ts.map +1 -1
- package/dist/src/icons.generated/Add.d.ts +1 -1
- package/dist/src/icons.generated/AddCircle.d.ts +1 -1
- package/dist/src/icons.generated/Apps.d.ts +1 -1
- package/dist/src/icons.generated/ArrowDown.d.ts +1 -1
- package/dist/src/icons.generated/ArrowLeft.d.ts +1 -1
- package/dist/src/icons.generated/ArrowLowerLeft.d.ts +1 -1
- package/dist/src/icons.generated/ArrowLowerRight.d.ts +1 -1
- package/dist/src/icons.generated/ArrowRight.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUnsorted.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUp.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUpperLeft.d.ts +1 -1
- package/dist/src/icons.generated/ArrowUpperRight.d.ts +1 -1
- package/dist/src/icons.generated/Bug.d.ts +1 -1
- package/dist/src/icons.generated/Calendar.d.ts +1 -1
- package/dist/src/icons.generated/Call.d.ts +1 -1
- package/dist/src/icons.generated/Chat.d.ts +1 -1
- package/dist/src/icons.generated/Check.d.ts +1 -1
- package/dist/src/icons.generated/CheckCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/ChevronDown.d.ts +1 -1
- package/dist/src/icons.generated/ChevronLeft.d.ts +1 -1
- package/dist/src/icons.generated/ChevronRight.d.ts +1 -1
- package/dist/src/icons.generated/ChevronUp.d.ts +1 -1
- package/dist/src/icons.generated/Clock.d.ts +1 -1
- package/dist/src/icons.generated/Close.d.ts +1 -1
- package/dist/src/icons.generated/CloseCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/CollapseLeft.d.ts +1 -1
- package/dist/src/icons.generated/CollapseRight.d.ts +1 -1
- package/dist/src/icons.generated/Copy.d.ts +1 -1
- package/dist/src/icons.generated/DangerDiamond.d.ts +1 -1
- package/dist/src/icons.generated/DangerDiamondFilled.d.ts +1 -1
- package/dist/src/icons.generated/Delete.d.ts +1 -1
- package/dist/src/icons.generated/Deny.d.ts +1 -1
- package/dist/src/icons.generated/Devices.d.ts +1 -1
- package/dist/src/icons.generated/Directory.d.ts +1 -1
- package/dist/src/icons.generated/Documentation.d.ts +1 -1
- package/dist/src/icons.generated/Download.d.ts +1 -1
- package/dist/src/icons.generated/DragIndicator.d.ts +1 -1
- package/dist/src/icons.generated/Edit.d.ts +1 -1
- package/dist/src/icons.generated/ExpandLeft.d.ts +1 -1
- package/dist/src/icons.generated/ExpandRight.d.ts +1 -1
- package/dist/src/icons.generated/ExternalLink.d.ts +1 -1
- package/dist/src/icons.generated/Filter.d.ts +1 -1
- package/dist/src/icons.generated/Folder.d.ts +1 -1
- package/dist/src/icons.generated/Globe.d.ts +1 -1
- package/dist/src/icons.generated/Grid.d.ts +1 -1
- package/dist/src/icons.generated/Group.d.ts +1 -1
- package/dist/src/icons.generated/Hide.d.ts +1 -1
- package/dist/src/icons.generated/Home.d.ts +1 -1
- package/dist/src/icons.generated/InformationCircle.d.ts +1 -1
- package/dist/src/icons.generated/InformationCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/Link.d.ts +1 -1
- package/dist/src/icons.generated/List.d.ts +1 -1
- package/dist/src/icons.generated/Lock.d.ts +1 -1
- package/dist/src/icons.generated/More.d.ts +1 -1
- package/dist/src/icons.generated/Notification.d.ts +1 -1
- package/dist/src/icons.generated/Pause.d.ts +1 -1
- package/dist/src/icons.generated/QuestionCircle.d.ts +1 -1
- package/dist/src/icons.generated/QuestionCircleFilled.d.ts +1 -1
- package/dist/src/icons.generated/Refresh.d.ts +1 -1
- package/dist/src/icons.generated/Reset.d.ts +1 -1
- package/dist/src/icons.generated/Resume.d.ts +1 -1
- package/dist/src/icons.generated/Search.d.ts +1 -1
- package/dist/src/icons.generated/Server.d.ts +1 -1
- package/dist/src/icons.generated/Settings.d.ts +1 -1
- package/dist/src/icons.generated/Show.d.ts +1 -1
- package/dist/src/icons.generated/Subtract.d.ts +1 -1
- package/dist/src/icons.generated/Sync.d.ts +1 -1
- package/dist/src/icons.generated/Unlock.d.ts +1 -1
- package/dist/src/icons.generated/Upload.d.ts +1 -1
- package/dist/src/icons.generated/User.d.ts +1 -1
- package/dist/src/icons.generated/Video.d.ts +1 -1
- package/dist/src/icons.generated/Warning.d.ts +1 -1
- package/dist/src/icons.generated/WarningFilled.d.ts +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_cs.d.ts +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- package/dist/src/properties/ts/odyssey-react-mui_nl_NL.d.ts.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_pl.d.ts +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +136 -13
- package/dist/theme/components.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Accordion.tsx +94 -0
- package/src/Autocomplete.tsx +11 -1
- package/src/Breadcrumbs.tsx +3 -3
- package/src/Callout.tsx +1 -1
- package/src/CheckboxGroup.tsx +7 -2
- package/src/Dialog.tsx +7 -1
- package/src/Field.tsx +14 -6
- package/src/NativeSelect.tsx +7 -2
- package/src/PasswordField.tsx +8 -3
- package/src/RadioGroup.tsx +9 -4
- package/src/Select.tsx +71 -45
- package/src/TextField.tsx +5 -1
- package/src/index.ts +2 -0
- package/src/properties/translations/odyssey-react-mui_cs.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_da.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_de.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_el.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_es.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_fi.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_fr.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_hu.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_id.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_it.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_ja.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_ko.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_ms.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_nb.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_nl_NL.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_pl.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_pt_BR.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_ro.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_ru.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_sv.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_th.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_tr.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_uk.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_vi.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_zh_CN.properties +4 -0
- package/src/properties/translations/odyssey-react-mui_zh_TW.properties +4 -0
- 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_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 +153 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_id.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_id.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Kesalahan\",\"fieldlabel.optional.text\":\"Opsional\",\"fieldlabel.required.text\":\"Wajib diisi\",\"severity.error\":\"kesalahan\",\"severity.info\":\"info\",\"severity.success\":\"berhasil\",\"severity.warning\":\"peringatan\",\"table.error\":\"Terjadi kesalahan saat memuat data.\",\"table.fetchedrows.text\":\"Mendapatkan {{totalRows}} baris\",\"table.fetchedrows.text_plural\":\"Mendapatkan total {{totalRows}} baris\",\"table.rows.text\":\"{{totalRows}} baris\",\"table.rows.text_plural\":\"{{totalRows}} baris\",\"toast.close.text\":\"tutup\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,WAAW;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,aAAa;EAAC,gBAAgB,EAAC,WAAW;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,UAAU;EAAC,kBAAkB,EAAC,YAAY;EAAC,aAAa,EAAC,qCAAqC;EAAC,wBAAwB,EAAC,iCAAiC;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_id.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_id.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Beranda\",\"breadcrumbs.label.text\":\"Breadcrumb\",\"fielderror.screenreader.text\":\"Kesalahan\",\"fieldlabel.optional.text\":\"Opsional\",\"fieldlabel.required.text\":\"Wajib diisi\",\"passwordfield.icon.label.show\":\"Tampilkan kata sandi\",\"passwordfield.icon.label.hide\":\"Sembunyikan kata sandi\",\"severity.error\":\"kesalahan\",\"severity.info\":\"info\",\"severity.success\":\"berhasil\",\"severity.warning\":\"peringatan\",\"table.error\":\"Terjadi kesalahan saat memuat data.\",\"table.fetchedrows.text\":\"Mendapatkan {{totalRows}} baris\",\"table.fetchedrows.text_plural\":\"Mendapatkan total {{totalRows}} baris\",\"table.rows.text\":\"{{totalRows}} baris\",\"table.rows.text_plural\":\"{{totalRows}} baris\",\"toast.close.text\":\"tutup\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,SAAS;EAAC,wBAAwB,EAAC,YAAY;EAAC,8BAA8B,EAAC,WAAW;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,aAAa;EAAC,+BAA+B,EAAC,sBAAsB;EAAC,+BAA+B,EAAC,wBAAwB;EAAC,gBAAgB,EAAC,WAAW;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,UAAU;EAAC,kBAAkB,EAAC,YAAY;EAAC,aAAa,EAAC,qCAAqC;EAAC,wBAAwB,EAAC,iCAAiC;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Home",
|
|
3
|
+
"breadcrumbs.label.text": "Percorso di navigazione",
|
|
2
4
|
"fielderror.screenreader.text": "Errore",
|
|
3
5
|
"fieldlabel.optional.text": "Facoltativo",
|
|
4
6
|
"fieldlabel.required.text": "Obbligatorio",
|
|
7
|
+
"passwordfield.icon.label.show": "Mostra password",
|
|
8
|
+
"passwordfield.icon.label.hide": "Nascondi password",
|
|
5
9
|
"severity.error": "errore",
|
|
6
10
|
"severity.info": "info",
|
|
7
11
|
"severity.success": "operazione riuscita",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_it.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_it.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Errore\",\"fieldlabel.optional.text\":\"Facoltativo\",\"fieldlabel.required.text\":\"Obbligatorio\",\"severity.error\":\"errore\",\"severity.info\":\"info\",\"severity.success\":\"operazione riuscita\",\"severity.warning\":\"avviso\",\"table.error\":\"Errore durante il caricamento dei dati.\",\"table.fetchedrows.text\":\"Recuperata {{totalRows}} riga\",\"table.fetchedrows.text_plural\":\"Recuperate {{totalRows}} righe in totale\",\"table.rows.text\":\"{{totalRows}} riga\",\"table.rows.text_plural\":\"{{totalRows}} righe\",\"toast.close.text\":\"chiudi\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,aAAa;EAAC,0BAA0B,EAAC,cAAc;EAAC,gBAAgB,EAAC,QAAQ;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC,QAAQ;EAAC,aAAa,EAAC,yCAAyC;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,0CAA0C;EAAC,iBAAiB,EAAC,oBAAoB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_it.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_it.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Home\",\"breadcrumbs.label.text\":\"Percorso di navigazione\",\"fielderror.screenreader.text\":\"Errore\",\"fieldlabel.optional.text\":\"Facoltativo\",\"fieldlabel.required.text\":\"Obbligatorio\",\"passwordfield.icon.label.show\":\"Mostra password\",\"passwordfield.icon.label.hide\":\"Nascondi password\",\"severity.error\":\"errore\",\"severity.info\":\"info\",\"severity.success\":\"operazione riuscita\",\"severity.warning\":\"avviso\",\"table.error\":\"Errore durante il caricamento dei dati.\",\"table.fetchedrows.text\":\"Recuperata {{totalRows}} riga\",\"table.fetchedrows.text_plural\":\"Recuperate {{totalRows}} righe in totale\",\"table.rows.text\":\"{{totalRows}} riga\",\"table.rows.text_plural\":\"{{totalRows}} righe\",\"toast.close.text\":\"chiudi\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,MAAM;EAAC,wBAAwB,EAAC,yBAAyB;EAAC,8BAA8B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,aAAa;EAAC,0BAA0B,EAAC,cAAc;EAAC,+BAA+B,EAAC,iBAAiB;EAAC,+BAA+B,EAAC,mBAAmB;EAAC,gBAAgB,EAAC,QAAQ;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC,QAAQ;EAAC,aAAa,EAAC,yCAAyC;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,0CAA0C;EAAC,iBAAiB,EAAC,oBAAoB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAQ,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "ホーム",
|
|
3
|
+
"breadcrumbs.label.text": "ブレッドクラム",
|
|
2
4
|
"fielderror.screenreader.text": "エラー",
|
|
3
5
|
"fieldlabel.optional.text": "オプション",
|
|
4
6
|
"fieldlabel.required.text": "必須",
|
|
7
|
+
"passwordfield.icon.label.show": "パスワードを表示する",
|
|
8
|
+
"passwordfield.icon.label.hide": "パスワードを非表示にする",
|
|
5
9
|
"severity.error": "エラー",
|
|
6
10
|
"severity.info": "情報",
|
|
7
11
|
"severity.success": "成功",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ja.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ja.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"エラー\",\"fieldlabel.optional.text\":\"オプション\",\"fieldlabel.required.text\":\"必須\",\"severity.error\":\"エラー\",\"severity.info\":\"情報\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"table.error\":\"データの読み込み中にエラーが発生しました。\",\"table.fetchedrows.text\":\"{{totalRows}}行をフェッチ\",\"table.fetchedrows.text_plural\":\"合計{{totalRows}}行をフェッチ\",\"table.rows.text\":\"{{totalRows}}行\",\"table.rows.text_plural\":\"{{totalRows}}行\",\"toast.close.text\":\"閉じる\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,OAAO;EAAC,0BAA0B,EAAC,IAAI;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,aAAa,EAAC,uBAAuB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,iBAAiB,EAAC,gBAAgB;EAAC,wBAAwB,EAAC,gBAAgB;EAAC,kBAAkB,EAAC;AAAK,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ja.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ja.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"ホーム\",\"breadcrumbs.label.text\":\"ブレッドクラム\",\"fielderror.screenreader.text\":\"エラー\",\"fieldlabel.optional.text\":\"オプション\",\"fieldlabel.required.text\":\"必須\",\"passwordfield.icon.label.show\":\"パスワードを表示する\",\"passwordfield.icon.label.hide\":\"パスワードを非表示にする\",\"severity.error\":\"エラー\",\"severity.info\":\"情報\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"table.error\":\"データの読み込み中にエラーが発生しました。\",\"table.fetchedrows.text\":\"{{totalRows}}行をフェッチ\",\"table.fetchedrows.text_plural\":\"合計{{totalRows}}行をフェッチ\",\"table.rows.text\":\"{{totalRows}}行\",\"table.rows.text_plural\":\"{{totalRows}}行\",\"toast.close.text\":\"閉じる\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,KAAK;EAAC,wBAAwB,EAAC,SAAS;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,OAAO;EAAC,0BAA0B,EAAC,IAAI;EAAC,+BAA+B,EAAC,YAAY;EAAC,+BAA+B,EAAC,cAAc;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,aAAa,EAAC,uBAAuB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,iBAAiB,EAAC,gBAAgB;EAAC,wBAAwB,EAAC,gBAAgB;EAAC,kBAAkB,EAAC;AAAK,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "홈",
|
|
3
|
+
"breadcrumbs.label.text": "이동 경로",
|
|
2
4
|
"fielderror.screenreader.text": "오류",
|
|
3
5
|
"fieldlabel.optional.text": "선택 사항",
|
|
4
6
|
"fieldlabel.required.text": "필수",
|
|
7
|
+
"passwordfield.icon.label.show": "암호 표시",
|
|
8
|
+
"passwordfield.icon.label.hide": "암호 숨기기",
|
|
5
9
|
"severity.error": "오류",
|
|
6
10
|
"severity.info": "정보",
|
|
7
11
|
"severity.success": "성공",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ko.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ko.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"오류\",\"fieldlabel.optional.text\":\"선택 사항\",\"fieldlabel.required.text\":\"필수\",\"severity.error\":\"오류\",\"severity.info\":\"정보\",\"severity.success\":\"성공\",\"severity.warning\":\"경고\",\"table.error\":\"데이터를 로드하는 중 오류가 발생했습니다.\",\"table.fetchedrows.text\":\"{{totalRows}}개의 행을 가져옴\",\"table.fetchedrows.text_plural\":\"총 {{totalRows}}개 행을 가져옴\",\"table.rows.text\":\"{{totalRows}}개의 행\",\"table.rows.text_plural\":\"{{totalRows}}개의 행\",\"toast.close.text\":\"닫기\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,OAAO;EAAC,0BAA0B,EAAC,IAAI;EAAC,gBAAgB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,aAAa,EAAC,yBAAyB;EAAC,wBAAwB,EAAC,wBAAwB;EAAC,+BAA+B,EAAC,yBAAyB;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,kBAAkB,EAAC;AAAI,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ko.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ko.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"홈\",\"breadcrumbs.label.text\":\"이동 경로\",\"fielderror.screenreader.text\":\"오류\",\"fieldlabel.optional.text\":\"선택 사항\",\"fieldlabel.required.text\":\"필수\",\"passwordfield.icon.label.show\":\"암호 표시\",\"passwordfield.icon.label.hide\":\"암호 숨기기\",\"severity.error\":\"오류\",\"severity.info\":\"정보\",\"severity.success\":\"성공\",\"severity.warning\":\"경고\",\"table.error\":\"데이터를 로드하는 중 오류가 발생했습니다.\",\"table.fetchedrows.text\":\"{{totalRows}}개의 행을 가져옴\",\"table.fetchedrows.text_plural\":\"총 {{totalRows}}개 행을 가져옴\",\"table.rows.text\":\"{{totalRows}}개의 행\",\"table.rows.text_plural\":\"{{totalRows}}개의 행\",\"toast.close.text\":\"닫기\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,GAAG;EAAC,wBAAwB,EAAC,OAAO;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,OAAO;EAAC,0BAA0B,EAAC,IAAI;EAAC,+BAA+B,EAAC,OAAO;EAAC,+BAA+B,EAAC,QAAQ;EAAC,gBAAgB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,aAAa,EAAC,yBAAyB;EAAC,wBAAwB,EAAC,wBAAwB;EAAC,+BAA+B,EAAC,yBAAyB;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,kBAAkB,EAAC;AAAI,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Halaman Utama",
|
|
3
|
+
"breadcrumbs.label.text": "Tinggalan",
|
|
2
4
|
"fielderror.screenreader.text": "Ralat",
|
|
3
5
|
"fieldlabel.optional.text": "Pilihan",
|
|
4
6
|
"fieldlabel.required.text": "Diperlukan",
|
|
7
|
+
"passwordfield.icon.label.show": "Tunjukkan kata laluan",
|
|
8
|
+
"passwordfield.icon.label.hide": "Sembunyikan kata laluan",
|
|
5
9
|
"severity.error": "ralat",
|
|
6
10
|
"severity.info": "maklumat",
|
|
7
11
|
"severity.success": "berjaya",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ms.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ms.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Ralat\",\"fieldlabel.optional.text\":\"Pilihan\",\"fieldlabel.required.text\":\"Diperlukan\",\"severity.error\":\"ralat\",\"severity.info\":\"maklumat\",\"severity.success\":\"berjaya\",\"severity.warning\":\"amaran\",\"table.error\":\"Ralat semasa memuatkan data.\",\"table.fetchedrows.text\":\"Baris {{totalRows}} yang diambil\",\"table.fetchedrows.text_plural\":\"Jumlah baris {{totalRows}} yang diambil\",\"table.rows.text\":\"{{totalRows}} baris\",\"table.rows.text_plural\":\"{{totalRows}} baris\",\"toast.close.text\":\"tutup\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,OAAO;EAAC,0BAA0B,EAAC,SAAS;EAAC,0BAA0B,EAAC,YAAY;EAAC,gBAAgB,EAAC,OAAO;EAAC,eAAe,EAAC,UAAU;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,QAAQ;EAAC,aAAa,EAAC,8BAA8B;EAAC,wBAAwB,EAAC,kCAAkC;EAAC,+BAA+B,EAAC,yCAAyC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ms.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ms.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Halaman Utama\",\"breadcrumbs.label.text\":\"Tinggalan\",\"fielderror.screenreader.text\":\"Ralat\",\"fieldlabel.optional.text\":\"Pilihan\",\"fieldlabel.required.text\":\"Diperlukan\",\"passwordfield.icon.label.show\":\"Tunjukkan kata laluan\",\"passwordfield.icon.label.hide\":\"Sembunyikan kata laluan\",\"severity.error\":\"ralat\",\"severity.info\":\"maklumat\",\"severity.success\":\"berjaya\",\"severity.warning\":\"amaran\",\"table.error\":\"Ralat semasa memuatkan data.\",\"table.fetchedrows.text\":\"Baris {{totalRows}} yang diambil\",\"table.fetchedrows.text_plural\":\"Jumlah baris {{totalRows}} yang diambil\",\"table.rows.text\":\"{{totalRows}} baris\",\"table.rows.text_plural\":\"{{totalRows}} baris\",\"toast.close.text\":\"tutup\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,eAAe;EAAC,wBAAwB,EAAC,WAAW;EAAC,8BAA8B,EAAC,OAAO;EAAC,0BAA0B,EAAC,SAAS;EAAC,0BAA0B,EAAC,YAAY;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,+BAA+B,EAAC,yBAAyB;EAAC,gBAAgB,EAAC,OAAO;EAAC,eAAe,EAAC,UAAU;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,QAAQ;EAAC,aAAa,EAAC,8BAA8B;EAAC,wBAAwB,EAAC,kCAAkC;EAAC,+BAA+B,EAAC,yCAAyC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Hjem",
|
|
3
|
+
"breadcrumbs.label.text": "Brødsmuler",
|
|
2
4
|
"fielderror.screenreader.text": "Feil",
|
|
3
5
|
"fieldlabel.optional.text": "Valgfritt",
|
|
4
6
|
"fieldlabel.required.text": "Påkrevd",
|
|
7
|
+
"passwordfield.icon.label.show": "Vis passord",
|
|
8
|
+
"passwordfield.icon.label.hide": "Skjul passord",
|
|
5
9
|
"severity.error": "feil",
|
|
6
10
|
"severity.info": "info",
|
|
7
11
|
"severity.success": "suksess",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_nb.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_nb.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Feil\",\"fieldlabel.optional.text\":\"Valgfritt\",\"fieldlabel.required.text\":\"Påkrevd\",\"severity.error\":\"feil\",\"severity.info\":\"info\",\"severity.success\":\"suksess\",\"severity.warning\":\"advarsel\",\"table.error\":\"Feil ved lasting av data.\",\"table.fetchedrows.text\":\"Hentet {{totalRows}} rad\",\"table.fetchedrows.text_plural\":\"Hentet {{totalRows}} totale rader\",\"table.rows.text\":\"{{totalRows}} rad\",\"table.rows.text_plural\":\"{{totalRows}} rader\",\"toast.close.text\":\"lukk\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,SAAS;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,UAAU;EAAC,aAAa,EAAC,2BAA2B;EAAC,wBAAwB,EAAC,0BAA0B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_nb.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_nb.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Hjem\",\"breadcrumbs.label.text\":\"Brødsmuler\",\"fielderror.screenreader.text\":\"Feil\",\"fieldlabel.optional.text\":\"Valgfritt\",\"fieldlabel.required.text\":\"Påkrevd\",\"passwordfield.icon.label.show\":\"Vis passord\",\"passwordfield.icon.label.hide\":\"Skjul passord\",\"severity.error\":\"feil\",\"severity.info\":\"info\",\"severity.success\":\"suksess\",\"severity.warning\":\"advarsel\",\"table.error\":\"Feil ved lasting av data.\",\"table.fetchedrows.text\":\"Hentet {{totalRows}} rad\",\"table.fetchedrows.text_plural\":\"Hentet {{totalRows}} totale rader\",\"table.rows.text\":\"{{totalRows}} rad\",\"table.rows.text_plural\":\"{{totalRows}} rader\",\"toast.close.text\":\"lukk\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,MAAM;EAAC,wBAAwB,EAAC,YAAY;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,SAAS;EAAC,+BAA+B,EAAC,aAAa;EAAC,+BAA+B,EAAC,eAAe;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,UAAU;EAAC,aAAa,EAAC,2BAA2B;EAAC,wBAAwB,EAAC,0BAA0B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAM,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Home",
|
|
3
|
+
"breadcrumbs.label.text": "Breadcrumbs",
|
|
2
4
|
"fielderror.screenreader.text": "Fout",
|
|
3
5
|
"fieldlabel.optional.text": "Optioneel",
|
|
4
6
|
"fieldlabel.required.text": "Vereist",
|
|
7
|
+
"passwordfield.icon.label.show": "Wachtwoord tonen",
|
|
8
|
+
"passwordfield.icon.label.hide": "Wachtwoord verbergen",
|
|
5
9
|
"severity.error": "fout",
|
|
6
10
|
"severity.info": "info",
|
|
7
11
|
"severity.success": "gelukt",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_nl_NL.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_nl_NL.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Fout\",\"fieldlabel.optional.text\":\"Optioneel\",\"fieldlabel.required.text\":\"Vereist\",\"severity.error\":\"fout\",\"severity.info\":\"info\",\"severity.success\":\"gelukt\",\"severity.warning\":\"waarschuwing\",\"table.error\":\"Fout bij het laden van gegevens.\",\"table.fetchedrows.text\":\"{{totalRows}} rij opgehaald\",\"table.fetchedrows.text_plural\":\"In totaal {{totalRows}} rijen opgehaald\",\"table.rows.text\":\"{{totalRows}} rij\",\"table.rows.text_plural\":\"{{totalRows}} rijen\",\"toast.close.text\":\"sluiten\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,SAAS;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,cAAc;EAAC,aAAa,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,6BAA6B;EAAC,+BAA+B,EAAC,yCAAyC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_nl_NL.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_nl_NL.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Home\",\"breadcrumbs.label.text\":\"Breadcrumbs\",\"fielderror.screenreader.text\":\"Fout\",\"fieldlabel.optional.text\":\"Optioneel\",\"fieldlabel.required.text\":\"Vereist\",\"passwordfield.icon.label.show\":\"Wachtwoord tonen\",\"passwordfield.icon.label.hide\":\"Wachtwoord verbergen\",\"severity.error\":\"fout\",\"severity.info\":\"info\",\"severity.success\":\"gelukt\",\"severity.warning\":\"waarschuwing\",\"table.error\":\"Fout bij het laden van gegevens.\",\"table.fetchedrows.text\":\"{{totalRows}} rij opgehaald\",\"table.fetchedrows.text_plural\":\"In totaal {{totalRows}} rijen opgehaald\",\"table.rows.text\":\"{{totalRows}} rij\",\"table.rows.text_plural\":\"{{totalRows}} rijen\",\"toast.close.text\":\"sluiten\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,MAAM;EAAC,wBAAwB,EAAC,aAAa;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,SAAS;EAAC,+BAA+B,EAAC,kBAAkB;EAAC,+BAA+B,EAAC,sBAAsB;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,cAAc;EAAC,aAAa,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,6BAA6B;EAAC,+BAA+B,EAAC,yCAAyC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Strona główna",
|
|
3
|
+
"breadcrumbs.label.text": "Okruszki",
|
|
2
4
|
"fielderror.screenreader.text": "Błąd",
|
|
3
5
|
"fieldlabel.optional.text": "Opcjonalne",
|
|
4
6
|
"fieldlabel.required.text": "Wymagane",
|
|
7
|
+
"passwordfield.icon.label.show": "Pokaż hasło",
|
|
8
|
+
"passwordfield.icon.label.hide": "Ukryj hasło",
|
|
5
9
|
"severity.error": "błąd",
|
|
6
10
|
"severity.info": "informacje",
|
|
7
11
|
"severity.success": "powodzenie",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_pl.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_pl.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Błąd\",\"fieldlabel.optional.text\":\"Opcjonalne\",\"fieldlabel.required.text\":\"Wymagane\",\"severity.error\":\"błąd\",\"severity.info\":\"informacje\",\"severity.success\":\"powodzenie\",\"severity.warning\":\"ostrzeżenie\",\"table.error\":\"Błędne dane logowania.\",\"table.fetchedrows.text\":\"Pobrano {{totalRows}} wiersz\",\"table.fetchedrows.text_plural\":\"Pobrano łącznie {{totalRows}} wierszy\",\"table.rows.text\":\"{{totalRows}} wiersz\",\"table.rows.text_plural\":\"{{totalRows}} wiersze\",\"toast.close.text\":\"zamknij\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,YAAY;EAAC,0BAA0B,EAAC,UAAU;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,YAAY;EAAC,kBAAkB,EAAC,YAAY;EAAC,kBAAkB,EAAC,aAAa;EAAC,aAAa,EAAC,wBAAwB;EAAC,wBAAwB,EAAC,8BAA8B;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,iBAAiB,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_pl.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_pl.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Strona główna\",\"breadcrumbs.label.text\":\"Okruszki\",\"fielderror.screenreader.text\":\"Błąd\",\"fieldlabel.optional.text\":\"Opcjonalne\",\"fieldlabel.required.text\":\"Wymagane\",\"passwordfield.icon.label.show\":\"Pokaż hasło\",\"passwordfield.icon.label.hide\":\"Ukryj hasło\",\"severity.error\":\"błąd\",\"severity.info\":\"informacje\",\"severity.success\":\"powodzenie\",\"severity.warning\":\"ostrzeżenie\",\"table.error\":\"Błędne dane logowania.\",\"table.fetchedrows.text\":\"Pobrano {{totalRows}} wiersz\",\"table.fetchedrows.text_plural\":\"Pobrano łącznie {{totalRows}} wierszy\",\"table.rows.text\":\"{{totalRows}} wiersz\",\"table.rows.text_plural\":\"{{totalRows}} wiersze\",\"toast.close.text\":\"zamknij\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,eAAe;EAAC,wBAAwB,EAAC,UAAU;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,YAAY;EAAC,0BAA0B,EAAC,UAAU;EAAC,+BAA+B,EAAC,aAAa;EAAC,+BAA+B,EAAC,aAAa;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,YAAY;EAAC,kBAAkB,EAAC,YAAY;EAAC,kBAAkB,EAAC,aAAa;EAAC,aAAa,EAAC,wBAAwB;EAAC,wBAAwB,EAAC,8BAA8B;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,iBAAiB,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Página inicial",
|
|
3
|
+
"breadcrumbs.label.text": "Categorias",
|
|
2
4
|
"fielderror.screenreader.text": "Erro",
|
|
3
5
|
"fieldlabel.optional.text": "Opcional",
|
|
4
6
|
"fieldlabel.required.text": "Obrigatório",
|
|
7
|
+
"passwordfield.icon.label.show": "Mostrar senha",
|
|
8
|
+
"passwordfield.icon.label.hide": "Ocultar senha",
|
|
5
9
|
"severity.error": "erro",
|
|
6
10
|
"severity.info": "informações",
|
|
7
11
|
"severity.success": "sucesso",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_pt_BR.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_pt_BR.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Erro\",\"fieldlabel.optional.text\":\"Opcional\",\"fieldlabel.required.text\":\"Obrigatório\",\"severity.error\":\"erro\",\"severity.info\":\"informações\",\"severity.success\":\"sucesso\",\"severity.warning\":\"atenção\",\"table.error\":\"Erro ao carregar os dados.\",\"table.fetchedrows.text\":\"{{totalRows}} linha buscada\",\"table.fetchedrows.text_plural\":\"{{totalRows}} linhas buscadas no total\",\"table.rows.text\":\"{{totalRows}} linha\",\"table.rows.text_plural\":\"{{totalRows}} linhas\",\"toast.close.text\":\"fechar\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,aAAa;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,aAAa;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,SAAS;EAAC,aAAa,EAAC,4BAA4B;EAAC,wBAAwB,EAAC,6BAA6B;EAAC,+BAA+B,EAAC,wCAAwC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,sBAAsB;EAAC,kBAAkB,EAAC;AAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_pt_BR.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_pt_BR.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Página inicial\",\"breadcrumbs.label.text\":\"Categorias\",\"fielderror.screenreader.text\":\"Erro\",\"fieldlabel.optional.text\":\"Opcional\",\"fieldlabel.required.text\":\"Obrigatório\",\"passwordfield.icon.label.show\":\"Mostrar senha\",\"passwordfield.icon.label.hide\":\"Ocultar senha\",\"severity.error\":\"erro\",\"severity.info\":\"informações\",\"severity.success\":\"sucesso\",\"severity.warning\":\"atenção\",\"table.error\":\"Erro ao carregar os dados.\",\"table.fetchedrows.text\":\"{{totalRows}} linha buscada\",\"table.fetchedrows.text_plural\":\"{{totalRows}} linhas buscadas no total\",\"table.rows.text\":\"{{totalRows}} linha\",\"table.rows.text_plural\":\"{{totalRows}} linhas\",\"toast.close.text\":\"fechar\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,gBAAgB;EAAC,wBAAwB,EAAC,YAAY;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,aAAa;EAAC,+BAA+B,EAAC,eAAe;EAAC,+BAA+B,EAAC,eAAe;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,aAAa;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,SAAS;EAAC,aAAa,EAAC,4BAA4B;EAAC,wBAAwB,EAAC,6BAA6B;EAAC,+BAA+B,EAAC,wCAAwC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,sBAAsB;EAAC,kBAAkB,EAAC;AAAQ,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Acasă",
|
|
3
|
+
"breadcrumbs.label.text": "Etichete navigare",
|
|
2
4
|
"fielderror.screenreader.text": "Eroare",
|
|
3
5
|
"fieldlabel.optional.text": "Opțional",
|
|
4
6
|
"fieldlabel.required.text": "Necesar",
|
|
7
|
+
"passwordfield.icon.label.show": "Afișați parola",
|
|
8
|
+
"passwordfield.icon.label.hide": "Ascundeți parola",
|
|
5
9
|
"severity.error": "eroare",
|
|
6
10
|
"severity.info": "informații",
|
|
7
11
|
"severity.success": "succes",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ro.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ro.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Eroare\",\"fieldlabel.optional.text\":\"Opțional\",\"fieldlabel.required.text\":\"Necesar\",\"severity.error\":\"eroare\",\"severity.info\":\"informații\",\"severity.success\":\"succes\",\"severity.warning\":\"avertisment\",\"table.error\":\"Eroare la încărcarea datelor.\",\"table.fetchedrows.text\":\"S-a preluat {{totalRows}} înregistrare\",\"table.fetchedrows.text_plural\":\"S-au preluat în total {{totalRows}} înregistrări\",\"table.rows.text\":\"{{totalRows}} înregistrare\",\"table.rows.text_plural\":\"{{totalRows}} înregistrări\",\"toast.close.text\":\"închideți\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,SAAS;EAAC,gBAAgB,EAAC,QAAQ;EAAC,eAAe,EAAC,YAAY;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,aAAa;EAAC,aAAa,EAAC,+BAA+B;EAAC,wBAAwB,EAAC,wCAAwC;EAAC,+BAA+B,EAAC,kDAAkD;EAAC,iBAAiB,EAAC,4BAA4B;EAAC,wBAAwB,EAAC,4BAA4B;EAAC,kBAAkB,EAAC;AAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ro.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ro.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Acasă\",\"breadcrumbs.label.text\":\"Etichete navigare\",\"fielderror.screenreader.text\":\"Eroare\",\"fieldlabel.optional.text\":\"Opțional\",\"fieldlabel.required.text\":\"Necesar\",\"passwordfield.icon.label.show\":\"Afișați parola\",\"passwordfield.icon.label.hide\":\"Ascundeți parola\",\"severity.error\":\"eroare\",\"severity.info\":\"informații\",\"severity.success\":\"succes\",\"severity.warning\":\"avertisment\",\"table.error\":\"Eroare la încărcarea datelor.\",\"table.fetchedrows.text\":\"S-a preluat {{totalRows}} înregistrare\",\"table.fetchedrows.text_plural\":\"S-au preluat în total {{totalRows}} înregistrări\",\"table.rows.text\":\"{{totalRows}} înregistrare\",\"table.rows.text_plural\":\"{{totalRows}} înregistrări\",\"toast.close.text\":\"închideți\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,OAAO;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,8BAA8B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,SAAS;EAAC,+BAA+B,EAAC,gBAAgB;EAAC,+BAA+B,EAAC,kBAAkB;EAAC,gBAAgB,EAAC,QAAQ;EAAC,eAAe,EAAC,YAAY;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,aAAa;EAAC,aAAa,EAAC,+BAA+B;EAAC,wBAAwB,EAAC,wCAAwC;EAAC,+BAA+B,EAAC,kDAAkD;EAAC,iBAAiB,EAAC,4BAA4B;EAAC,wBAAwB,EAAC,4BAA4B;EAAC,kBAAkB,EAAC;AAAW,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Главная",
|
|
3
|
+
"breadcrumbs.label.text": "Навигационная цепочка",
|
|
2
4
|
"fielderror.screenreader.text": "Ошибка",
|
|
3
5
|
"fieldlabel.optional.text": "Необязательно",
|
|
4
6
|
"fieldlabel.required.text": "Обязательно",
|
|
7
|
+
"passwordfield.icon.label.show": "Показать пароль",
|
|
8
|
+
"passwordfield.icon.label.hide": "Скрыть пароль",
|
|
5
9
|
"severity.error": "ошибка",
|
|
6
10
|
"severity.info": "информация",
|
|
7
11
|
"severity.success": "успешно",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ru.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ru.ts"],"sourcesContent":["export const translation = {\"fielderror.screenreader.text\":\"Ошибка\",\"fieldlabel.optional.text\":\"Необязательно\",\"fieldlabel.required.text\":\"Обязательно\",\"severity.error\":\"ошибка\",\"severity.info\":\"информация\",\"severity.success\":\"успешно\",\"severity.warning\":\"предупреждение\",\"table.error\":\"Ошибка загрузки данных.\",\"table.fetchedrows.text\":\"Получена {{totalRows}} строка\",\"table.fetchedrows.text_plural\":\"Получено всего строк: {{totalRows}}\",\"table.rows.text\":\"{{totalRows}} строка\",\"table.rows.text_plural\":\"Строки: {{totalRows}}\",\"toast.close.text\":\"закрыть\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,eAAe;EAAC,0BAA0B,EAAC,aAAa;EAAC,gBAAgB,EAAC,QAAQ;EAAC,eAAe,EAAC,YAAY;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,gBAAgB;EAAC,aAAa,EAAC,yBAAyB;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,qCAAqC;EAAC,iBAAiB,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ru.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ru.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Главная\",\"breadcrumbs.label.text\":\"Навигационная цепочка\",\"fielderror.screenreader.text\":\"Ошибка\",\"fieldlabel.optional.text\":\"Необязательно\",\"fieldlabel.required.text\":\"Обязательно\",\"passwordfield.icon.label.show\":\"Показать пароль\",\"passwordfield.icon.label.hide\":\"Скрыть пароль\",\"severity.error\":\"ошибка\",\"severity.info\":\"информация\",\"severity.success\":\"успешно\",\"severity.warning\":\"предупреждение\",\"table.error\":\"Ошибка загрузки данных.\",\"table.fetchedrows.text\":\"Получена {{totalRows}} строка\",\"table.fetchedrows.text_plural\":\"Получено всего строк: {{totalRows}}\",\"table.rows.text\":\"{{totalRows}} строка\",\"table.rows.text_plural\":\"Строки: {{totalRows}}\",\"toast.close.text\":\"закрыть\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,SAAS;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,8BAA8B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,eAAe;EAAC,0BAA0B,EAAC,aAAa;EAAC,+BAA+B,EAAC,iBAAiB;EAAC,+BAA+B,EAAC,eAAe;EAAC,gBAAgB,EAAC,QAAQ;EAAC,eAAe,EAAC,YAAY;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,gBAAgB;EAAC,aAAa,EAAC,yBAAyB;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,qCAAqC;EAAC,iBAAiB,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Hem",
|
|
3
|
+
"breadcrumbs.label.text": "Sökväg",
|
|
2
4
|
"fielderror.screenreader.text": "Fel",
|
|
3
5
|
"fieldlabel.optional.text": "Valbar",
|
|
4
6
|
"fieldlabel.required.text": "Krävs",
|
|
7
|
+
"passwordfield.icon.label.show": "Visa lösenord",
|
|
8
|
+
"passwordfield.icon.label.hide": "Dölj lösenord",
|
|
5
9
|
"severity.error": "fel",
|
|
6
10
|
"severity.info": "info",
|
|
7
11
|
"severity.success": "klart",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"Fel\",\"fieldlabel.optional.text\":\"Valbar\",\"fieldlabel.required.text\":\"Krävs\",\"severity.error\":\"fel\",\"severity.info\":\"info\",\"severity.success\":\"klart\",\"severity.warning\":\"varning\",\"table.error\":\"Problem med att ladda data.\",\"table.fetchedrows.text\":\"Hämtad {{totalRows}}-rad\",\"table.fetchedrows.text_plural\":\"Hämtat totalt {{totalRows}} rader\",\"table.rows.text\":\"{{totalRows}} rad\",\"table.rows.text_plural\":\"{{totalRows}} rader\",\"toast.close.text\":\"stäng\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,OAAO;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,OAAO;EAAC,kBAAkB,EAAC,SAAS;EAAC,aAAa,EAAC,6BAA6B;EAAC,wBAAwB,EAAC,0BAA0B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
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\",\"fielderror.screenreader.text\":\"Fel\",\"fieldlabel.optional.text\":\"Valbar\",\"fieldlabel.required.text\":\"Krävs\",\"passwordfield.icon.label.show\":\"Visa lösenord\",\"passwordfield.icon.label.hide\":\"Dölj lösenord\",\"severity.error\":\"fel\",\"severity.info\":\"info\",\"severity.success\":\"klart\",\"severity.warning\":\"varning\",\"table.error\":\"Problem med att ladda data.\",\"table.fetchedrows.text\":\"Hämtad {{totalRows}}-rad\",\"table.fetchedrows.text_plural\":\"Hämtat totalt {{totalRows}} rader\",\"table.rows.text\":\"{{totalRows}} rad\",\"table.rows.text_plural\":\"{{totalRows}} rader\",\"toast.close.text\":\"stäng\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,KAAK;EAAC,wBAAwB,EAAC,QAAQ;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,QAAQ;EAAC,0BAA0B,EAAC,OAAO;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,aAAa,EAAC,6BAA6B;EAAC,wBAAwB,EAAC,0BAA0B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "หน้าหลัก",
|
|
3
|
+
"breadcrumbs.label.text": "เครื่องมือนำทางบนเว็บไซต์",
|
|
2
4
|
"fielderror.screenreader.text": "ข้อผิดพลาด",
|
|
3
5
|
"fieldlabel.optional.text": "ไม่บังคับ",
|
|
4
6
|
"fieldlabel.required.text": "จำเป็น",
|
|
7
|
+
"passwordfield.icon.label.show": "แสดงรหัสผ่าน",
|
|
8
|
+
"passwordfield.icon.label.hide": "ซ่อนรหัสผ่าน",
|
|
5
9
|
"severity.error": "ข้อผิดพลาด",
|
|
6
10
|
"severity.info": "ข้อมูล",
|
|
7
11
|
"severity.success": "สำเร็จ",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"ข้อผิดพลาด\",\"fieldlabel.optional.text\":\"ไม่บังคับ\",\"fieldlabel.required.text\":\"จำเป็น\",\"severity.error\":\"ข้อผิดพลาด\",\"severity.info\":\"ข้อมูล\",\"severity.success\":\"สำเร็จ\",\"severity.warning\":\"คำเตือน\",\"table.error\":\"เกิดข้อผิดพลาดในการโหลดข้อมูล\",\"table.fetchedrows.text\":\"ดึงข้อมูลแล้ว {{totalRows}} แถว\",\"table.fetchedrows.text_plural\":\"ดึงข้อมูลแล้วทั้งหมด {{totalRows}} แถว\",\"table.rows.text\":\"{{totalRows}} แถว\",\"table.rows.text_plural\":\"{{totalRows}} แถว\",\"toast.close.text\":\"ปิด\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,YAAY;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,QAAQ;EAAC,gBAAgB,EAAC,YAAY;EAAC,eAAe,EAAC,QAAQ;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,SAAS;EAAC,aAAa,EAAC,+BAA+B;EAAC,wBAAwB,EAAC,iCAAiC;EAAC,+BAA+B,EAAC,wCAAwC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,kBAAkB,EAAC;AAAK,CAAC"}
|
|
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\":\"เครื่องมือนำทางบนเว็บไซต์\",\"fielderror.screenreader.text\":\"ข้อผิดพลาด\",\"fieldlabel.optional.text\":\"ไม่บังคับ\",\"fieldlabel.required.text\":\"จำเป็น\",\"passwordfield.icon.label.show\":\"แสดงรหัสผ่าน\",\"passwordfield.icon.label.hide\":\"ซ่อนรหัสผ่าน\",\"severity.error\":\"ข้อผิดพลาด\",\"severity.info\":\"ข้อมูล\",\"severity.success\":\"สำเร็จ\",\"severity.warning\":\"คำเตือน\",\"table.error\":\"เกิดข้อผิดพลาดในการโหลดข้อมูล\",\"table.fetchedrows.text\":\"ดึงข้อมูลแล้ว {{totalRows}} แถว\",\"table.fetchedrows.text_plural\":\"ดึงข้อมูลแล้วทั้งหมด {{totalRows}} แถว\",\"table.rows.text\":\"{{totalRows}} แถว\",\"table.rows.text_plural\":\"{{totalRows}} แถว\",\"toast.close.text\":\"ปิด\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,UAAU;EAAC,wBAAwB,EAAC,2BAA2B;EAAC,8BAA8B,EAAC,YAAY;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,QAAQ;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,aAAa,EAAC,+BAA+B;EAAC,wBAAwB,EAAC,iCAAiC;EAAC,+BAA+B,EAAC,wCAAwC;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,kBAAkB,EAAC;AAAK,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Ana Sayfa",
|
|
3
|
+
"breadcrumbs.label.text": "Sayfa işaretleri yolu",
|
|
2
4
|
"fielderror.screenreader.text": "Hata",
|
|
3
5
|
"fieldlabel.optional.text": "İsteğe Bağlı",
|
|
4
6
|
"fieldlabel.required.text": "Gerekli",
|
|
7
|
+
"passwordfield.icon.label.show": "Şifreyi gösterin",
|
|
8
|
+
"passwordfield.icon.label.hide": "Şifreyi gizleyin",
|
|
5
9
|
"severity.error": "hata",
|
|
6
10
|
"severity.info": "bilgi",
|
|
7
11
|
"severity.success": "başarılı",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"Hata\",\"fieldlabel.optional.text\":\"İsteğe Bağlı\",\"fieldlabel.required.text\":\"Gerekli\",\"severity.error\":\"hata\",\"severity.info\":\"bilgi\",\"severity.success\":\"başarılı\",\"severity.warning\":\"uyarı\",\"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.rows.text\":\"{{totalRows}} satır\",\"table.rows.text_plural\":\"{{totalRows}} satır\",\"toast.close.text\":\"kapat\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,cAAc;EAAC,0BAA0B,EAAC,SAAS;EAAC,gBAAgB,EAAC,MAAM;EAAC,eAAe,EAAC,OAAO;EAAC,kBAAkB,EAAC,UAAU;EAAC,kBAAkB,EAAC,OAAO;EAAC,aAAa,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,4BAA4B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
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\",\"fielderror.screenreader.text\":\"Hata\",\"fieldlabel.optional.text\":\"İsteğe Bağlı\",\"fieldlabel.required.text\":\"Gerekli\",\"passwordfield.icon.label.show\":\"Şifreyi gösterin\",\"passwordfield.icon.label.hide\":\"Şifreyi gizleyin\",\"severity.error\":\"hata\",\"severity.info\":\"bilgi\",\"severity.success\":\"başarılı\",\"severity.warning\":\"uyarı\",\"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.rows.text\":\"{{totalRows}} satır\",\"table.rows.text_plural\":\"{{totalRows}} satır\",\"toast.close.text\":\"kapat\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,WAAW;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,8BAA8B,EAAC,MAAM;EAAC,0BAA0B,EAAC,cAAc;EAAC,0BAA0B,EAAC,SAAS;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,aAAa,EAAC,kCAAkC;EAAC,wBAAwB,EAAC,4BAA4B;EAAC,+BAA+B,EAAC,mCAAmC;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,kBAAkB,EAAC;AAAO,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Головна сторінка",
|
|
3
|
+
"breadcrumbs.label.text": "Навігаційні ланцюги",
|
|
2
4
|
"fielderror.screenreader.text": "Помилка",
|
|
3
5
|
"fieldlabel.optional.text": "Необов’язково",
|
|
4
6
|
"fieldlabel.required.text": "Обов’язково",
|
|
7
|
+
"passwordfield.icon.label.show": "Показати пароль",
|
|
8
|
+
"passwordfield.icon.label.hide": "Приховати пароль",
|
|
5
9
|
"severity.error": "помилка",
|
|
6
10
|
"severity.info": "дані",
|
|
7
11
|
"severity.success": "готово",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"Помилка\",\"fieldlabel.optional.text\":\"Необов’язково\",\"fieldlabel.required.text\":\"Обов’язково\",\"severity.error\":\"помилка\",\"severity.info\":\"дані\",\"severity.success\":\"готово\",\"severity.warning\":\"попередження\",\"table.error\":\"Помилка завантаження даних.\",\"table.fetchedrows.text\":\"Отримано рядків {{totalRows}}\",\"table.fetchedrows.text_plural\":\"Усього отримано рядків: {{totalRows}}\",\"table.rows.text\":\"Рядків: {{totalRows}}\",\"table.rows.text_plural\":\"Рядків: {{totalRows}}\",\"toast.close.text\":\"закрити\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,SAAS;EAAC,0BAA0B,EAAC,eAAe;EAAC,0BAA0B,EAAC,aAAa;EAAC,gBAAgB,EAAC,SAAS;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,cAAc;EAAC,aAAa,EAAC,6BAA6B;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,iBAAiB,EAAC,uBAAuB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
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\":\"Навігаційні ланцюги\",\"fielderror.screenreader.text\":\"Помилка\",\"fieldlabel.optional.text\":\"Необов’язково\",\"fieldlabel.required.text\":\"Обов’язково\",\"passwordfield.icon.label.show\":\"Показати пароль\",\"passwordfield.icon.label.hide\":\"Приховати пароль\",\"severity.error\":\"помилка\",\"severity.info\":\"дані\",\"severity.success\":\"готово\",\"severity.warning\":\"попередження\",\"table.error\":\"Помилка завантаження даних.\",\"table.fetchedrows.text\":\"Отримано рядків {{totalRows}}\",\"table.fetchedrows.text_plural\":\"Усього отримано рядків: {{totalRows}}\",\"table.rows.text\":\"Рядків: {{totalRows}}\",\"table.rows.text_plural\":\"Рядків: {{totalRows}}\",\"toast.close.text\":\"закрити\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,kBAAkB;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,8BAA8B,EAAC,SAAS;EAAC,0BAA0B,EAAC,eAAe;EAAC,0BAA0B,EAAC,aAAa;EAAC,+BAA+B,EAAC,iBAAiB;EAAC,+BAA+B,EAAC,kBAAkB;EAAC,gBAAgB,EAAC,SAAS;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,QAAQ;EAAC,kBAAkB,EAAC,cAAc;EAAC,aAAa,EAAC,6BAA6B;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,uCAAuC;EAAC,iBAAiB,EAAC,uBAAuB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,kBAAkB,EAAC;AAAS,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "Trang chủ",
|
|
3
|
+
"breadcrumbs.label.text": "Liên kết phân cấp",
|
|
2
4
|
"fielderror.screenreader.text": "Lỗi",
|
|
3
5
|
"fieldlabel.optional.text": "Không bắt buộc",
|
|
4
6
|
"fieldlabel.required.text": "Bắt buộc",
|
|
7
|
+
"passwordfield.icon.label.show": "Hiển thị mật khẩu",
|
|
8
|
+
"passwordfield.icon.label.hide": "Ẩn mật khẩu",
|
|
5
9
|
"severity.error": "lỗi",
|
|
6
10
|
"severity.info": "thông tin",
|
|
7
11
|
"severity.success": "thành công",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"Lỗi\",\"fieldlabel.optional.text\":\"Không bắt buộc\",\"fieldlabel.required.text\":\"Bắt buộc\",\"severity.error\":\"lỗi\",\"severity.info\":\"thông tin\",\"severity.success\":\"thành công\",\"severity.warning\":\"cảnh báo\",\"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.rows.text\":\"{{totalRows}} hàng\",\"table.rows.text_plural\":\"{{totalRows}} hàng\",\"toast.close.text\":\"đóng\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,gBAAgB;EAAC,0BAA0B,EAAC,UAAU;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,WAAW;EAAC,kBAAkB,EAAC,YAAY;EAAC,kBAAkB,EAAC,UAAU;EAAC,aAAa,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,oCAAoC;EAAC,iBAAiB,EAAC,oBAAoB;EAAC,wBAAwB,EAAC,oBAAoB;EAAC,kBAAkB,EAAC;AAAM,CAAC"}
|
|
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\",\"fielderror.screenreader.text\":\"Lỗi\",\"fieldlabel.optional.text\":\"Không bắt buộc\",\"fieldlabel.required.text\":\"Bắt buộc\",\"passwordfield.icon.label.show\":\"Hiển thị mật khẩu\",\"passwordfield.icon.label.hide\":\"Ẩn 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\",\"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.rows.text\":\"{{totalRows}} hàng\",\"table.rows.text_plural\":\"{{totalRows}} hàng\",\"toast.close.text\":\"đóng\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,WAAW;EAAC,wBAAwB,EAAC,mBAAmB;EAAC,8BAA8B,EAAC,KAAK;EAAC,0BAA0B,EAAC,gBAAgB;EAAC,0BAA0B,EAAC,UAAU;EAAC,+BAA+B,EAAC,mBAAmB;EAAC,+BAA+B,EAAC,aAAa;EAAC,gBAAgB,EAAC,KAAK;EAAC,eAAe,EAAC,WAAW;EAAC,kBAAkB,EAAC,YAAY;EAAC,kBAAkB,EAAC,UAAU;EAAC,aAAa,EAAC,sBAAsB;EAAC,wBAAwB,EAAC,+BAA+B;EAAC,+BAA+B,EAAC,oCAAoC;EAAC,iBAAiB,EAAC,oBAAoB;EAAC,wBAAwB,EAAC,oBAAoB;EAAC,kBAAkB,EAAC;AAAM,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "主页",
|
|
3
|
+
"breadcrumbs.label.text": "面包屑",
|
|
2
4
|
"fielderror.screenreader.text": "错误",
|
|
3
5
|
"fieldlabel.optional.text": "可选",
|
|
4
6
|
"fieldlabel.required.text": "必填",
|
|
7
|
+
"passwordfield.icon.label.show": "显示密码",
|
|
8
|
+
"passwordfield.icon.label.hide": "隐藏密码",
|
|
5
9
|
"severity.error": "错误",
|
|
6
10
|
"severity.info": "信息",
|
|
7
11
|
"severity.success": "成功",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"错误\",\"fieldlabel.optional.text\":\"可选\",\"fieldlabel.required.text\":\"必填\",\"severity.error\":\"错误\",\"severity.info\":\"信息\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"table.error\":\"加载数据时出错。\",\"table.fetchedrows.text\":\"已获取 {{totalRows}} 行\",\"table.fetchedrows.text_plural\":\"共计已获取 {{totalRows}} 行\",\"table.rows.text\":\"{{totalRows}} 行\",\"table.rows.text_plural\":\"{{totalRows}} 行\",\"toast.close.text\":\"关闭\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,IAAI;EAAC,0BAA0B,EAAC,IAAI;EAAC,gBAAgB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,aAAa,EAAC,UAAU;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC,iBAAiB;EAAC,kBAAkB,EAAC;AAAI,CAAC"}
|
|
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\":\"面包屑\",\"fielderror.screenreader.text\":\"错误\",\"fieldlabel.optional.text\":\"可选\",\"fieldlabel.required.text\":\"必填\",\"passwordfield.icon.label.show\":\"显示密码\",\"passwordfield.icon.label.hide\":\"隐藏密码\",\"severity.error\":\"错误\",\"severity.info\":\"信息\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"table.error\":\"加载数据时出错。\",\"table.fetchedrows.text\":\"已获取 {{totalRows}} 行\",\"table.fetchedrows.text_plural\":\"共计已获取 {{totalRows}} 行\",\"table.rows.text\":\"{{totalRows}} 行\",\"table.rows.text_plural\":\"{{totalRows}} 行\",\"toast.close.text\":\"关闭\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,IAAI;EAAC,wBAAwB,EAAC,KAAK;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,IAAI;EAAC,0BAA0B,EAAC,IAAI;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,aAAa,EAAC,UAAU;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC,iBAAiB;EAAC,kBAAkB,EAAC;AAAI,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export const translation = {
|
|
2
|
+
"breadcrumbs.home.text": "首頁",
|
|
3
|
+
"breadcrumbs.label.text": "軌跡",
|
|
2
4
|
"fielderror.screenreader.text": "錯誤",
|
|
3
5
|
"fieldlabel.optional.text": "選擇性",
|
|
4
6
|
"fieldlabel.required.text": "必要",
|
|
7
|
+
"passwordfield.icon.label.show": "顯示密碼",
|
|
8
|
+
"passwordfield.icon.label.hide": "隱藏密碼",
|
|
5
9
|
"severity.error": "錯誤",
|
|
6
10
|
"severity.info": "資訊",
|
|
7
11
|
"severity.success": "成功",
|
|
@@ -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 = {\"fielderror.screenreader.text\":\"錯誤\",\"fieldlabel.optional.text\":\"選擇性\",\"fieldlabel.required.text\":\"必要\",\"severity.error\":\"錯誤\",\"severity.info\":\"資訊\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"table.error\":\"載入資料時發生錯誤。\",\"table.fetchedrows.text\":\"已擷取 {{totalRows}} 列\",\"table.fetchedrows.text_plural\":\"已擷取總共 {{totalRows}} 列\",\"table.rows.text\":\"{{totalRows}} 列\",\"table.rows.text_plural\":\"{{totalRows}} 列\",\"toast.close.text\":\"關閉\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,KAAK;EAAC,0BAA0B,EAAC,IAAI;EAAC,gBAAgB,EAAC,IAAI;EAAC,eAAe,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,kBAAkB,EAAC,IAAI;EAAC,aAAa,EAAC,YAAY;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC,iBAAiB;EAAC,kBAAkB,EAAC;AAAI,CAAC"}
|
|
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\":\"軌跡\",\"fielderror.screenreader.text\":\"錯誤\",\"fieldlabel.optional.text\":\"選擇性\",\"fieldlabel.required.text\":\"必要\",\"passwordfield.icon.label.show\":\"顯示密碼\",\"passwordfield.icon.label.hide\":\"隱藏密碼\",\"severity.error\":\"錯誤\",\"severity.info\":\"資訊\",\"severity.success\":\"成功\",\"severity.warning\":\"警告\",\"table.error\":\"載入資料時發生錯誤。\",\"table.fetchedrows.text\":\"已擷取 {{totalRows}} 列\",\"table.fetchedrows.text_plural\":\"已擷取總共 {{totalRows}} 列\",\"table.rows.text\":\"{{totalRows}} 列\",\"table.rows.text_plural\":\"{{totalRows}} 列\",\"toast.close.text\":\"關閉\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,IAAI;EAAC,wBAAwB,EAAC,IAAI;EAAC,8BAA8B,EAAC,IAAI;EAAC,0BAA0B,EAAC,KAAK;EAAC,0BAA0B,EAAC,IAAI;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,aAAa,EAAC,YAAY;EAAC,wBAAwB,EAAC,qBAAqB;EAAC,+BAA+B,EAAC,uBAAuB;EAAC,iBAAiB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC,iBAAiB;EAAC,kBAAkB,EAAC;AAAI,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2023-present, Okta, Inc. and/or its affiliates. All rights reserved.
|
|
3
|
+
* The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
|
|
4
|
+
*
|
|
5
|
+
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
7
|
+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
8
|
+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
|
+
*
|
|
10
|
+
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
import { ReactNode } from "react";
|
|
13
|
+
import type { SeleniumProps } from "./SeleniumProps";
|
|
14
|
+
import { AccordionProps as MuiAccordionProps } from "@mui/material";
|
|
15
|
+
export type AccordionProps = {
|
|
16
|
+
/**
|
|
17
|
+
* The content of the Accordion itself
|
|
18
|
+
*/
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* The label text for the AccordionSummary
|
|
22
|
+
*/
|
|
23
|
+
label: string;
|
|
24
|
+
/**
|
|
25
|
+
* If true, the Accordion item will have a shadow.
|
|
26
|
+
*/
|
|
27
|
+
hasShadow?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Whether the item is expanded by default
|
|
30
|
+
*/
|
|
31
|
+
isDefaultExpanded?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Whether the item is disabled
|
|
34
|
+
*/
|
|
35
|
+
isDisabled?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Whether the item is expanded
|
|
38
|
+
*/
|
|
39
|
+
isExpanded?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Event fired when the expansion state of the accordion is changed
|
|
42
|
+
*/
|
|
43
|
+
onChange?: MuiAccordionProps["onChange"];
|
|
44
|
+
} & ({
|
|
45
|
+
isExpanded: boolean;
|
|
46
|
+
isDefaultExpanded?: never;
|
|
47
|
+
} | {
|
|
48
|
+
isDefaultExpanded?: boolean;
|
|
49
|
+
isExpanded?: never;
|
|
50
|
+
}) & SeleniumProps;
|
|
51
|
+
declare const MemoizedAccordion: import("react").MemoExoticComponent<({ children, label, hasShadow, isDefaultExpanded, isDisabled, isExpanded, onChange, }: AccordionProps) => JSX.Element>;
|
|
52
|
+
export { MemoizedAccordion as Accordion };
|
|
53
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../src/Accordion.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,SAAS,EAAQ,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAIL,cAAc,IAAI,iBAAiB,EACpC,MAAM,eAAe,CAAC;AAIvB,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAC;CAC1C,GAAG,CACA;IACE,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,KAAK,CAAC;CAC3B,GACD;IACE,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,UAAU,CAAC,EAAE,KAAK,CAAC;CACpB,CACJ,GACC,aAAa,CAAC;AA4BhB,QAAA,MAAM,iBAAiB,6HAlBpB,cAAc,iBAkBwB,CAAC;AAG1C,OAAO,EAAE,iBAAiB,IAAI,SAAS,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,iBAAiB,IAAI,oBAAoB,EAE1C,MAAM,eAAe,CAAC;AAIvB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,kBAAkB,SAAS,OAAO,GAAG,SAAS,EAC9C,oBAAoB,SAAS,OAAO,GAAG,SAAS,IAC9C;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,kBAAkB,CAAC,EAAE,oBAAoB,CACvC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;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,OAAO,CAAC;IACrB;;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,IAAI,CAAC,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,oBAAoB,CAC3B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAC1B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,OAAO,CAAC,CAAC;CACZ,GAAG,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,iBAAiB,IAAI,oBAAoB,EAE1C,MAAM,eAAe,CAAC;AAIvB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,kBAAkB,SAAS,OAAO,GAAG,SAAS,EAC9C,oBAAoB,SAAS,OAAO,GAAG,SAAS,IAC9C;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,kBAAkB,CAAC,EAAE,oBAAoB,CACvC,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,UAAU,CAAC,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;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,OAAO,CAAC;IACrB;;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,IAAI,CAAC,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,oBAAoB,CAC3B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,SAAS,CAAC,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAC1B,UAAU,EACV,kBAAkB,EAClB,SAAS,EACT,oBAAoB,CACrB,CAAC,OAAO,CAAC,CAAC;CACZ,GAAG,aAAa,CAAC;AAsFlB,QAAA,MAAM,oBAAoB,uaAA4C,CAAC;AAIvE,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -26,6 +26,6 @@ export type BreadcrumbContextType = {
|
|
|
26
26
|
};
|
|
27
27
|
export declare const BreadcrumbContext: import("react").Context<BreadcrumbContextType>;
|
|
28
28
|
export declare const Breadcrumb: ({ children, href, iconName }: BreadcrumbProps) => JSX.Element;
|
|
29
|
-
declare const MemoizedBreadcrumbList: import("react").MemoExoticComponent<({ children, homeHref, maxVisibleItems
|
|
29
|
+
declare const MemoizedBreadcrumbList: import("react").MemoExoticComponent<({ children, homeHref, maxVisibleItems, }: BreadcrumbsProps) => JSX.Element>;
|
|
30
30
|
export { MemoizedBreadcrumbList as BreadcrumbList };
|
|
31
31
|
//# sourceMappingURL=Breadcrumbs.d.ts.map
|
|
@@ -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;AAKf,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,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,cAAc,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,iBAAiB,gDAE5B,CAAC;AAEH,eAAO,MAAM,UAAU,iCAAkC,eAAe,gBA0BvE,CAAC;AAmHF,QAAA,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../src/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAQH,OAAO,EAEL,YAAY,EAOb,MAAM,OAAO,CAAC;AAKf,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,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,cAAc,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,iBAAiB,gDAE5B,CAAC;AAEH,eAAO,MAAM,UAAU,iCAAkC,eAAe,gBA0BvE,CAAC;AAmHF,QAAA,MAAM,sBAAsB,iFA5FzB,gBAAgB,iBA4FgC,CAAC;AAGpD,OAAO,EAAE,sBAAsB,IAAI,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../src/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,YAAY,EAAe,MAAM,OAAO,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,QAAQ,EACJ,YAAY,CAAC,OAAO,QAAQ,CAAC,GAC7B,KAAK,CAAC,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC;IACzC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../src/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,YAAY,EAAe,MAAM,OAAO,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,QAAQ,EACJ,YAAY,CAAC,OAAO,QAAQ,CAAC,GAC7B,KAAK,CAAC,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC;IACzC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,aAAa,CAAC;AAuClB,QAAA,MAAM,qBAAqB,iHA7BxB,kBAAkB,iBA6B4B,CAAC;AAGlD,OAAO,EAAE,qBAAqB,IAAI,aAAa,EAAE,CAAC"}
|
package/dist/src/Dialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../src/Dialog.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AASH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAEL,SAAS,EAIT,YAAY,EACb,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,0BAA0B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,2BAA2B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,yBAAyB,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../src/Dialog.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AASH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAEL,SAAS,EAIT,YAAY,EACb,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,0BAA0B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,2BAA2B,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,yBAAyB,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,aAAa,CAAC;AAiFlB,QAAA,MAAM,cAAc,qLArEjB,WAAW,iBAqEqB,CAAC;AAGpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
|
package/dist/src/Field.d.ts
CHANGED
|
@@ -59,10 +59,12 @@ export type FieldProps = {
|
|
|
59
59
|
/**
|
|
60
60
|
* Render-props function that sends back ARIA props to your field component.
|
|
61
61
|
*/
|
|
62
|
-
renderFieldComponent: ({ ariaDescribedBy, dataSe, id, }: {
|
|
62
|
+
renderFieldComponent: ({ ariaDescribedBy, dataSe, errorMessageElementId, id, labelElementId, }: {
|
|
63
63
|
ariaDescribedBy?: string;
|
|
64
64
|
dataSe?: string;
|
|
65
|
+
errorMessageElementId?: string;
|
|
65
66
|
id: string;
|
|
67
|
+
labelElementId: string;
|
|
66
68
|
}) => ReactElement;
|
|
67
69
|
};
|
|
68
70
|
declare const MemoizedField: import("react").MemoExoticComponent<({ errorMessage, fieldType, hasVisibleLabel, hint, id: idOverride, isDisabled: isDisabledProp, isRadioGroup, isOptional, label, renderFieldComponent, }: FieldProps) => JSX.Element>;
|
package/dist/src/Field.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/Field.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAQ,YAAY,EAAW,MAAM,OAAO,CAAC;AAcpD,eAAO,MAAM,eAAe,8BAA+B,CAAC;AAE5D,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,oBAAoB,EAAE,CAAC,EACrB,eAAe,EACf,MAAM,EACN,EAAE,
|
|
1
|
+
{"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/Field.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAQ,YAAY,EAAW,MAAM,OAAO,CAAC;AAcpD,eAAO,MAAM,eAAe,8BAA+B,CAAC;AAE5D,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,oBAAoB,EAAE,CAAC,EACrB,eAAe,EACf,MAAM,EACN,qBAAqB,EACrB,EAAE,EACF,cAAc,GACf,EAAE;QACD,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,EAAE,EAAE,MAAM,CAAC;QACX,cAAc,EAAE,MAAM,CAAC;KACxB,KAAK,YAAY,CAAC;CACpB,CAAC;AA2EF,QAAA,MAAM,aAAa,+LA9DhB,UAAU,iBA8DoB,CAAC;AAGlC,OAAO,EAAE,aAAa,IAAI,KAAK,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeSelect.d.ts","sourceRoot":"","sources":["../../src/NativeSelect.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,YAAY,EAAiC,MAAM,OAAO,CAAC;AAEpE,OAAO,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAG9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC,QAAQ,CAAC,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC;IAC7D;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;IACtC;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B,GAAG,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"NativeSelect.d.ts","sourceRoot":"","sources":["../../src/NativeSelect.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,YAAY,EAAiC,MAAM,OAAO,CAAC;AAEpE,OAAO,EAAE,WAAW,IAAI,cAAc,EAAE,MAAM,eAAe,CAAC;AAG9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC,QAAQ,CAAC,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC;IAC7D;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;IACtC;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B,GAAG,aAAa,CAAC;AA0ElB,QAAA,MAAM,oBAAoB;IA9HxB;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;WACI,MAAM;IACb;;OAEG;aACM,cAAc,CAAC,QAAQ,CAAC;IACjC;;OAEG;eACQ,cAAc,CAAC,UAAU,CAAC;IACrC;;OAEG;cACO,cAAc,CAAC,SAAS,CAAC;IACnC;;OAEG;;sEA4E0C,CAAC;AAGhD,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -129,15 +129,15 @@ declare const MemoizedPasswordField: import("react").MemoExoticComponent<import(
|
|
|
129
129
|
/**
|
|
130
130
|
* Callback fired when the `input` element loses focus.
|
|
131
131
|
*/
|
|
132
|
-
onBlur?: FocusEventHandler<
|
|
132
|
+
onBlur?: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
133
133
|
/**
|
|
134
134
|
* Callback fired when the value is changed.
|
|
135
135
|
*/
|
|
136
|
-
onChange?: ChangeEventHandler<
|
|
136
|
+
onChange?: ChangeEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
137
137
|
/**
|
|
138
138
|
* Callback fired when the `input` element get focus.
|
|
139
139
|
*/
|
|
140
|
-
onFocus?: FocusEventHandler<
|
|
140
|
+
onFocus?: FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
141
141
|
/**
|
|
142
142
|
* The short hint displayed in the `input` before the user enters a value.
|
|
143
143
|
*/
|