@okta/odyssey-react-mui 1.21.0 → 1.21.1
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 +33 -0
- package/dist/index.scss +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js +3 -1
- package/dist/properties/ts/odyssey-react-mui_ok_PL.js.map +1 -1
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js +2 -0
- package/dist/properties/ts/odyssey-react-mui_ok_SK.js.map +1 -1
- package/dist/src/properties/ts/odyssey-react-mui_ok_PL.d.ts +2 -0
- 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 +2 -0
- package/dist/src/properties/ts/odyssey-react-mui_ok_SK.d.ts.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/properties/translations/odyssey-react-mui_ok_PL.properties +3 -1
- package/src/properties/translations/odyssey-react-mui_ok_SK.properties +2 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- add backwards compatible empty state export ([#2266](https://github.com/okta/odyssey/issues/2266)) ([0fe3203](https://github.com/okta/odyssey/commit/0fe3203629dc85f7c91c58e3ff078c9a89360407))
|
|
11
|
+
- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674))
|
|
12
|
+
- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb))
|
|
13
|
+
- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f))
|
|
14
|
+
- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7))
|
|
15
|
+
- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0))
|
|
16
|
+
- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7))
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678))
|
|
21
|
+
- add comment ([9af7d11](https://github.com/okta/odyssey/commit/9af7d11f2964fa1b17be673c4e84a0bbb1a47ab9))
|
|
22
|
+
- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721))
|
|
23
|
+
- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e))
|
|
24
|
+
- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e))
|
|
25
|
+
- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a))
|
|
26
|
+
- add translation keys for Autocomplete ([#2308](https://github.com/okta/odyssey/issues/2308)) ([9617768](https://github.com/okta/odyssey/commit/961776881b3e07667cb09c6ffb51c57ffa0c1ca7))
|
|
27
|
+
- alphabetize props ([988bd74](https://github.com/okta/odyssey/commit/988bd74e98794f2f48589e6be3e37f608f87a07a))
|
|
28
|
+
- alphabetize props in imports ([ca56f0a](https://github.com/okta/odyssey/commit/ca56f0a3ad5b3a4902bf38111bc6c229ad1533f6))
|
|
29
|
+
- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408))
|
|
30
|
+
- make return implicit in label ([e2a26df](https://github.com/okta/odyssey/commit/e2a26df5082bfb5e7573c83a9ab53b364941713b))
|
|
31
|
+
- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca))
|
|
32
|
+
- prevent mixing old and new button props ([7aed65b](https://github.com/okta/odyssey/commit/7aed65be175c12525c9aee5fca18af0251dd2fec))
|
|
33
|
+
- re-add support for "callToAction" button usage ([0eb6ec7](https://github.com/okta/odyssey/commit/0eb6ec704ba6a0a9da12dcd6d864a6d1d1421915))
|
|
34
|
+
- remove invalid pseudo element from theme overrides ([#2310](https://github.com/okta/odyssey/issues/2310)) ([fea0793](https://github.com/okta/odyssey/commit/fea0793acf0800494270a87e4e5d65129942b99e))
|
|
35
|
+
- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b))
|
|
36
|
+
- resolve eslint error ([6be8bd0](https://github.com/okta/odyssey/commit/6be8bd0ca6f333949d80cbe59e28fac48528388b))
|
|
37
|
+
- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb))
|
|
38
|
+
|
|
6
39
|
## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07)
|
|
7
40
|
|
|
8
41
|
### Features
|
package/dist/index.scss
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export const translation = {
|
|
2
2
|
"breadcrumbs.home.text": "》Ĥöɱé 한Ӝฐโ《",
|
|
3
3
|
"breadcrumbs.label.text": "》Ɓŕéåðçŕûɱƀš ئ䀕ヸ€홝한Ӝฐโ《",
|
|
4
|
-
"close.text": "
|
|
4
|
+
"close.text": "》Çļöšé 홝한Ӝฐโ《",
|
|
5
|
+
"clear.text": "》Çļéåŕ 홝한Ӝฐโ《",
|
|
6
|
+
"open.text": "》Öþéñ 한Ӝฐโ《",
|
|
5
7
|
"fielderror.screenreader.text": "》Éŕŕöŕ 홝한Ӝฐโ《",
|
|
6
8
|
"fieldlabel.optional.text": "》Öþţîöñåļ 䀕ヸ€홝한Ӝฐโ《",
|
|
7
9
|
"fieldlabel.required.text": "》Ŕéǫûîŕéð 䀕ヸ€홝한Ӝฐโ《",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ok_PL.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ok_PL.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"》Ĥöɱé 한Ӝฐโ《\",\"breadcrumbs.label.text\":\"》Ɓŕéåðçŕûɱƀš ئ䀕ヸ€홝한Ӝฐโ《\",\"close.text\":\"
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ok_PL.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ok_PL.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"》Ĥöɱé 한Ӝฐโ《\",\"breadcrumbs.label.text\":\"》Ɓŕéåðçŕûɱƀš ئ䀕ヸ€홝한Ӝฐโ《\",\"close.text\":\"》Çļöšé 홝한Ӝฐโ《\",\"clear.text\":\"》Çļéåŕ 홝한Ӝฐโ《\",\"open.text\":\"》Öþéñ 한Ӝฐโ《\",\"fielderror.screenreader.text\":\"》Éŕŕöŕ 홝한Ӝฐโ《\",\"fieldlabel.optional.text\":\"》Öþţîöñåļ 䀕ヸ€홝한Ӝฐโ《\",\"fieldlabel.required.text\":\"》Ŕéǫûîŕéð 䀕ヸ€홝한Ӝฐโ《\",\"filters.clear.label\":\"》Çļéåŕ ƒîļţéŕš ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"filters.filter.any\":\"》Åñý Ӝฐโ《\",\"filters.filter.clear\":\"》Çļéåŕ ƒîļţéŕ ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"filters.filters.arialabel\":\"》Ƒîļţéŕš ヸ€홝한Ӝฐโ《\",\"filters.menuitem.any\":\"》Åñý {{label}} ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"filters.menuitem.selected\":\"》{{selected}} šéļéçţéð Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"filters.search.label\":\"》Šéåŕçĥ €홝한Ӝฐโ《\",\"fileupload.button.text\":\"》Åðð ƒîļéš ئ䀕ヸ€홝한Ӝฐโ《\",\"fileupload.prompt.text\":\"》Ðŕåĝ åñð ðŕöþ ƒîļéš ĥéŕé öŕ çļîçķ ţö åðð ƒîļéš 䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"fileupload.removefile.text\":\"》Ŕéɱöṽé ƒîļé ئ䀕ヸ€홝한Ӝฐโ《\",\"passwordfield.icon.label.hide\":\"》Ĥîðé þåššŵöŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"passwordfield.icon.label.show\":\"》Šĥöŵ þåššŵöŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"severity.error\":\"》éŕŕöŕ 홝한Ӝฐโ《\",\"severity.info\":\"》îñƒö 한Ӝฐโ《\",\"severity.success\":\"》šûççéšš ヸ€홝한Ӝฐโ《\",\"severity.warning\":\"》ŵåŕñîñĝ ヸ€홝한Ӝฐโ《\",\"switch.active\":\"》Åçţîṽé €홝한Ӝฐโ《\",\"switch.inactive\":\"》Îñåçţîṽé 䀕ヸ€홝한Ӝฐโ《\",\"table.actions\":\"》Åçţîöñš ヸ€홝한Ӝฐโ《\",\"table.columnvisibility.arialabel\":\"》Šĥöŵ⁄ĥîðé çöļûɱñš 한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.density.arialabel\":\"》Ţåƀļé ðéñšîţý ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.draghandle.arialabel\":\"》Ðŕåĝ ŕöŵ ţö ŕéöŕðéŕ· Öŕ، þŕéšš šþåçé öŕ éñţéŕ ţö šţåŕţ åñð šţöþ ŕéöŕðéŕîñĝ åñð éšç ţö çåñçéļ· ئ䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.draghandle.tooltip\":\"》Ðŕåĝ ŕöŵ öŕ þŕéšš šþåçé⁄éñţéŕ ķéý ţö šţåŕţ åñð šţöþ ŕéöŕðéŕîñĝ ئ䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.error\":\"》Éŕŕöŕ ļöåðîñĝ ðåţå· 홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.fetchedrows.text\":\"》Ƒéţçĥéð {{totalRows}} ŕöŵ 홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.fetchedrows.text_plural\":\"》Ƒéţçĥéð {{totalRows}} ţöţåļ ŕöŵš Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.moreactions.arialabel\":\"》Ṁöŕé åçţîöñš ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.noresults.heading\":\"》Ţĥéŕé åŕé ñö ŕéšûļţš· Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.noresults.text\":\"》Ţŕý å ðéŕéñţ ǫûéŕý· Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.pagination.loadmore\":\"》Šĥöŵ ɱöŕé ئ䀕ヸ€홝한Ӝฐโ《\",\"table.pagination.next\":\"》Ñéẋţ þåĝé ئ䀕ヸ€홝한Ӝฐโ《\",\"table.pagination.previous\":\"》Þŕéṽîöûš þåĝé ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.pagination.page\":\"》Þåĝé 한Ӝฐโ《\",\"table.pagination.rowsperpage\":\"》Ŕöŵš þéŕ þåĝé ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.pagination.rowswithtotal\":\"》{{firstRow}}‐{{lastRow}} öƒ {{totalRows}} ŕöŵš 䀕ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.pagination.rowswithouttotal\":\"》{{firstRow}}‐{{lastRow}} ŕöŵš ヸ€홝한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.reorder.backward\":\"》Šéñð ƀåçķŵåŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.reorder.forward\":\"》Ɓŕîñĝ ƒöŕŵåŕð ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.reorder.toback\":\"》Šéñð ţö ƀåçķ ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.reorder.tofront\":\"》Ɓŕîñĝ ţö ƒŕöñţ โ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.rows.text\":\"》{{totalRows}} ŕöŵ 한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\",\"table.rows.text_plural\":\"》{{totalRows}} ŕöŵš 한Ӝฐโ⾼ئ䀕ヸ€홝한Ӝฐโ《\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,aAAa;EAAC,wBAAwB,EAAC,yBAAyB;EAAC,YAAY,EAAC,eAAe;EAAC,YAAY,EAAC,eAAe;EAAC,WAAW,EAAC,aAAa;EAAC,8BAA8B,EAAC,eAAe;EAAC,0BAA0B,EAAC,qBAAqB;EAAC,0BAA0B,EAAC,qBAAqB;EAAC,qBAAqB,EAAC,4BAA4B;EAAC,oBAAoB,EAAC,WAAW;EAAC,sBAAsB,EAAC,2BAA2B;EAAC,2BAA2B,EAAC,mBAAmB;EAAC,sBAAsB,EAAC,4BAA4B;EAAC,2BAA2B,EAAC,uCAAuC;EAAC,sBAAsB,EAAC,iBAAiB;EAAC,wBAAwB,EAAC,uBAAuB;EAAC,wBAAwB,EAAC,qEAAqE;EAAC,4BAA4B,EAAC,yBAAyB;EAAC,+BAA+B,EAAC,4BAA4B;EAAC,+BAA+B,EAAC,4BAA4B;EAAC,gBAAgB,EAAC,eAAe;EAAC,eAAe,EAAC,aAAa;EAAC,kBAAkB,EAAC,mBAAmB;EAAC,kBAAkB,EAAC,mBAAmB;EAAC,eAAe,EAAC,iBAAiB;EAAC,iBAAiB,EAAC,qBAAqB;EAAC,eAAe,EAAC,mBAAmB;EAAC,kCAAkC,EAAC,oCAAoC;EAAC,yBAAyB,EAAC,4BAA4B;EAAC,4BAA4B,EAAC,qHAAqH;EAAC,0BAA0B,EAAC,sFAAsF;EAAC,aAAa,EAAC,uCAAuC;EAAC,wBAAwB,EAAC,6CAA6C;EAAC,+BAA+B,EAAC,kDAAkD;EAAC,6BAA6B,EAAC,2BAA2B;EAAC,yBAAyB,EAAC,uCAAuC;EAAC,sBAAsB,EAAC,wCAAwC;EAAC,2BAA2B,EAAC,uBAAuB;EAAC,uBAAuB,EAAC,uBAAuB;EAAC,2BAA2B,EAAC,4BAA4B;EAAC,uBAAuB,EAAC,aAAa;EAAC,8BAA8B,EAAC,4BAA4B;EAAC,gCAAgC,EAAC,qEAAqE;EAAC,mCAAmC,EAAC,mDAAmD;EAAC,wBAAwB,EAAC,4BAA4B;EAAC,uBAAuB,EAAC,4BAA4B;EAAC,sBAAsB,EAAC,2BAA2B;EAAC,uBAAuB,EAAC,8BAA8B;EAAC,iBAAiB,EAAC,oCAAoC;EAAC,wBAAwB,EAAC;AAAqC,CAAC"}
|
|
@@ -2,6 +2,8 @@ export const translation = {
|
|
|
2
2
|
"breadcrumbs.home.text": "[[odyssey:odyssey-react-mui: breadcrumbs.home.text]]",
|
|
3
3
|
"breadcrumbs.label.text": "[[odyssey:odyssey-react-mui: breadcrumbs.label.text]]",
|
|
4
4
|
"close.text": "[[odyssey:odyssey-react-mui: close.text]]",
|
|
5
|
+
"clear.text": "[[odyssey:odyssey-react-mui: clear.text]]",
|
|
6
|
+
"open.text": "[[odyssey:odyssey-react-mui: open.text]]",
|
|
5
7
|
"fielderror.screenreader.text": "[[odyssey:odyssey-react-mui: fielderror.screenreader.text]]",
|
|
6
8
|
"fieldlabel.optional.text": "[[odyssey:odyssey-react-mui: fieldlabel.optional.text]]",
|
|
7
9
|
"fieldlabel.required.text": "[[odyssey:odyssey-react-mui: fieldlabel.required.text]]",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ok_SK.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ok_SK.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"[[odyssey:odyssey-react-mui: breadcrumbs.home.text]]\",\"breadcrumbs.label.text\":\"[[odyssey:odyssey-react-mui: breadcrumbs.label.text]]\",\"close.text\":\"[[odyssey:odyssey-react-mui: close.text]]\",\"fielderror.screenreader.text\":\"[[odyssey:odyssey-react-mui: fielderror.screenreader.text]]\",\"fieldlabel.optional.text\":\"[[odyssey:odyssey-react-mui: fieldlabel.optional.text]]\",\"fieldlabel.required.text\":\"[[odyssey:odyssey-react-mui: fieldlabel.required.text]]\",\"filters.clear.label\":\"[[odyssey:odyssey-react-mui: filters.clear.label]]\",\"filters.filter.any\":\"[[odyssey:odyssey-react-mui: filters.filter.any]]\",\"filters.filter.clear\":\"[[odyssey:odyssey-react-mui: filters.filter.clear]]\",\"filters.filters.arialabel\":\"[[odyssey:odyssey-react-mui: filters.filters.arialabel]]\",\"filters.menuitem.any\":\"[[odyssey:odyssey-react-mui: filters.menuitem.any]]\",\"filters.menuitem.selected\":\"[[odyssey:odyssey-react-mui: filters.menuitem.selected]]\",\"filters.search.label\":\"[[odyssey:odyssey-react-mui: filters.search.label]]\",\"fileupload.button.text\":\"[[odyssey:odyssey-react-mui: fileupload.button.text]]\",\"fileupload.prompt.text\":\"[[odyssey:odyssey-react-mui: fileupload.prompt.text]]\",\"fileupload.removefile.text\":\"[[odyssey:odyssey-react-mui: fileupload.removefile.text]]\",\"passwordfield.icon.label.hide\":\"[[odyssey:odyssey-react-mui: passwordfield.icon.label.hide]]\",\"passwordfield.icon.label.show\":\"[[odyssey:odyssey-react-mui: passwordfield.icon.label.show]]\",\"severity.error\":\"[[odyssey:odyssey-react-mui: severity.error]]\",\"severity.info\":\"[[odyssey:odyssey-react-mui: severity.info]]\",\"severity.success\":\"[[odyssey:odyssey-react-mui: severity.success]]\",\"severity.warning\":\"[[odyssey:odyssey-react-mui: severity.warning]]\",\"switch.active\":\"[[odyssey:odyssey-react-mui: switch.active]]\",\"switch.inactive\":\"[[odyssey:odyssey-react-mui: switch.inactive]]\",\"table.actions\":\"[[odyssey:odyssey-react-mui: table.actions]]\",\"table.columnvisibility.arialabel\":\"[[odyssey:odyssey-react-mui: table.columnvisibility.arialabel]]\",\"table.density.arialabel\":\"[[odyssey:odyssey-react-mui: table.density.arialabel]]\",\"table.draghandle.arialabel\":\"[[odyssey:odyssey-react-mui: table.draghandle.arialabel]]\",\"table.draghandle.tooltip\":\"[[odyssey:odyssey-react-mui: table.draghandle.tooltip]]\",\"table.error\":\"[[odyssey:odyssey-react-mui: table.error]]\",\"table.fetchedrows.text\":\"[[odyssey:odyssey-react-mui: table.fetchedrows.text]]\",\"table.fetchedrows.text_plural\":\"[[odyssey:odyssey-react-mui: table.fetchedrows.text_plural]]\",\"table.moreactions.arialabel\":\"[[odyssey:odyssey-react-mui: table.moreactions.arialabel]]\",\"table.noresults.heading\":\"[[odyssey:odyssey-react-mui: table.noresults.heading]]\",\"table.noresults.text\":\"[[odyssey:odyssey-react-mui: table.noresults.text]]\",\"table.pagination.loadmore\":\"[[odyssey:odyssey-react-mui: table.pagination.loadmore]]\",\"table.pagination.next\":\"[[odyssey:odyssey-react-mui: table.pagination.next]]\",\"table.pagination.previous\":\"[[odyssey:odyssey-react-mui: table.pagination.previous]]\",\"table.pagination.page\":\"[[odyssey:odyssey-react-mui: table.pagination.page]]\",\"table.pagination.rowsperpage\":\"[[odyssey:odyssey-react-mui: table.pagination.rowsperpage]]\",\"table.pagination.rowswithtotal\":\"[[odyssey:odyssey-react-mui: table.pagination.rowswithtotal]]\",\"table.pagination.rowswithouttotal\":\"[[odyssey:odyssey-react-mui: table.pagination.rowswithouttotal]]\",\"table.reorder.backward\":\"[[odyssey:odyssey-react-mui: table.reorder.backward]]\",\"table.reorder.forward\":\"[[odyssey:odyssey-react-mui: table.reorder.forward]]\",\"table.reorder.toback\":\"[[odyssey:odyssey-react-mui: table.reorder.toback]]\",\"table.reorder.tofront\":\"[[odyssey:odyssey-react-mui: table.reorder.tofront]]\",\"table.rows.text\":\"[[odyssey:odyssey-react-mui: table.rows.text]]\",\"table.rows.text_plural\":\"[[odyssey:odyssey-react-mui: table.rows.text_plural]]\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,YAAY,EAAC,2CAA2C;EAAC,8BAA8B,EAAC,6DAA6D;EAAC,0BAA0B,EAAC,yDAAyD;EAAC,0BAA0B,EAAC,yDAAyD;EAAC,qBAAqB,EAAC,oDAAoD;EAAC,oBAAoB,EAAC,mDAAmD;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,4BAA4B,EAAC,2DAA2D;EAAC,+BAA+B,EAAC,8DAA8D;EAAC,+BAA+B,EAAC,8DAA8D;EAAC,gBAAgB,EAAC,+CAA+C;EAAC,eAAe,EAAC,8CAA8C;EAAC,kBAAkB,EAAC,iDAAiD;EAAC,kBAAkB,EAAC,iDAAiD;EAAC,eAAe,EAAC,8CAA8C;EAAC,iBAAiB,EAAC,gDAAgD;EAAC,eAAe,EAAC,8CAA8C;EAAC,kCAAkC,EAAC,iEAAiE;EAAC,yBAAyB,EAAC,wDAAwD;EAAC,4BAA4B,EAAC,2DAA2D;EAAC,0BAA0B,EAAC,yDAAyD;EAAC,aAAa,EAAC,4CAA4C;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,+BAA+B,EAAC,8DAA8D;EAAC,6BAA6B,EAAC,4DAA4D;EAAC,yBAAyB,EAAC,wDAAwD;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,8BAA8B,EAAC,6DAA6D;EAAC,gCAAgC,EAAC,+DAA+D;EAAC,mCAAmC,EAAC,kEAAkE;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,iBAAiB,EAAC,gDAAgD;EAAC,wBAAwB,EAAC;AAAuD,CAAC"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ok_SK.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui_ok_SK.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"[[odyssey:odyssey-react-mui: breadcrumbs.home.text]]\",\"breadcrumbs.label.text\":\"[[odyssey:odyssey-react-mui: breadcrumbs.label.text]]\",\"close.text\":\"[[odyssey:odyssey-react-mui: close.text]]\",\"clear.text\":\"[[odyssey:odyssey-react-mui: clear.text]]\",\"open.text\":\"[[odyssey:odyssey-react-mui: open.text]]\",\"fielderror.screenreader.text\":\"[[odyssey:odyssey-react-mui: fielderror.screenreader.text]]\",\"fieldlabel.optional.text\":\"[[odyssey:odyssey-react-mui: fieldlabel.optional.text]]\",\"fieldlabel.required.text\":\"[[odyssey:odyssey-react-mui: fieldlabel.required.text]]\",\"filters.clear.label\":\"[[odyssey:odyssey-react-mui: filters.clear.label]]\",\"filters.filter.any\":\"[[odyssey:odyssey-react-mui: filters.filter.any]]\",\"filters.filter.clear\":\"[[odyssey:odyssey-react-mui: filters.filter.clear]]\",\"filters.filters.arialabel\":\"[[odyssey:odyssey-react-mui: filters.filters.arialabel]]\",\"filters.menuitem.any\":\"[[odyssey:odyssey-react-mui: filters.menuitem.any]]\",\"filters.menuitem.selected\":\"[[odyssey:odyssey-react-mui: filters.menuitem.selected]]\",\"filters.search.label\":\"[[odyssey:odyssey-react-mui: filters.search.label]]\",\"fileupload.button.text\":\"[[odyssey:odyssey-react-mui: fileupload.button.text]]\",\"fileupload.prompt.text\":\"[[odyssey:odyssey-react-mui: fileupload.prompt.text]]\",\"fileupload.removefile.text\":\"[[odyssey:odyssey-react-mui: fileupload.removefile.text]]\",\"passwordfield.icon.label.hide\":\"[[odyssey:odyssey-react-mui: passwordfield.icon.label.hide]]\",\"passwordfield.icon.label.show\":\"[[odyssey:odyssey-react-mui: passwordfield.icon.label.show]]\",\"severity.error\":\"[[odyssey:odyssey-react-mui: severity.error]]\",\"severity.info\":\"[[odyssey:odyssey-react-mui: severity.info]]\",\"severity.success\":\"[[odyssey:odyssey-react-mui: severity.success]]\",\"severity.warning\":\"[[odyssey:odyssey-react-mui: severity.warning]]\",\"switch.active\":\"[[odyssey:odyssey-react-mui: switch.active]]\",\"switch.inactive\":\"[[odyssey:odyssey-react-mui: switch.inactive]]\",\"table.actions\":\"[[odyssey:odyssey-react-mui: table.actions]]\",\"table.columnvisibility.arialabel\":\"[[odyssey:odyssey-react-mui: table.columnvisibility.arialabel]]\",\"table.density.arialabel\":\"[[odyssey:odyssey-react-mui: table.density.arialabel]]\",\"table.draghandle.arialabel\":\"[[odyssey:odyssey-react-mui: table.draghandle.arialabel]]\",\"table.draghandle.tooltip\":\"[[odyssey:odyssey-react-mui: table.draghandle.tooltip]]\",\"table.error\":\"[[odyssey:odyssey-react-mui: table.error]]\",\"table.fetchedrows.text\":\"[[odyssey:odyssey-react-mui: table.fetchedrows.text]]\",\"table.fetchedrows.text_plural\":\"[[odyssey:odyssey-react-mui: table.fetchedrows.text_plural]]\",\"table.moreactions.arialabel\":\"[[odyssey:odyssey-react-mui: table.moreactions.arialabel]]\",\"table.noresults.heading\":\"[[odyssey:odyssey-react-mui: table.noresults.heading]]\",\"table.noresults.text\":\"[[odyssey:odyssey-react-mui: table.noresults.text]]\",\"table.pagination.loadmore\":\"[[odyssey:odyssey-react-mui: table.pagination.loadmore]]\",\"table.pagination.next\":\"[[odyssey:odyssey-react-mui: table.pagination.next]]\",\"table.pagination.previous\":\"[[odyssey:odyssey-react-mui: table.pagination.previous]]\",\"table.pagination.page\":\"[[odyssey:odyssey-react-mui: table.pagination.page]]\",\"table.pagination.rowsperpage\":\"[[odyssey:odyssey-react-mui: table.pagination.rowsperpage]]\",\"table.pagination.rowswithtotal\":\"[[odyssey:odyssey-react-mui: table.pagination.rowswithtotal]]\",\"table.pagination.rowswithouttotal\":\"[[odyssey:odyssey-react-mui: table.pagination.rowswithouttotal]]\",\"table.reorder.backward\":\"[[odyssey:odyssey-react-mui: table.reorder.backward]]\",\"table.reorder.forward\":\"[[odyssey:odyssey-react-mui: table.reorder.forward]]\",\"table.reorder.toback\":\"[[odyssey:odyssey-react-mui: table.reorder.toback]]\",\"table.reorder.tofront\":\"[[odyssey:odyssey-react-mui: table.reorder.tofront]]\",\"table.rows.text\":\"[[odyssey:odyssey-react-mui: table.rows.text]]\",\"table.rows.text_plural\":\"[[odyssey:odyssey-react-mui: table.rows.text_plural]]\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,YAAY,EAAC,2CAA2C;EAAC,YAAY,EAAC,2CAA2C;EAAC,WAAW,EAAC,0CAA0C;EAAC,8BAA8B,EAAC,6DAA6D;EAAC,0BAA0B,EAAC,yDAAyD;EAAC,0BAA0B,EAAC,yDAAyD;EAAC,qBAAqB,EAAC,oDAAoD;EAAC,oBAAoB,EAAC,mDAAmD;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,4BAA4B,EAAC,2DAA2D;EAAC,+BAA+B,EAAC,8DAA8D;EAAC,+BAA+B,EAAC,8DAA8D;EAAC,gBAAgB,EAAC,+CAA+C;EAAC,eAAe,EAAC,8CAA8C;EAAC,kBAAkB,EAAC,iDAAiD;EAAC,kBAAkB,EAAC,iDAAiD;EAAC,eAAe,EAAC,8CAA8C;EAAC,iBAAiB,EAAC,gDAAgD;EAAC,eAAe,EAAC,8CAA8C;EAAC,kCAAkC,EAAC,iEAAiE;EAAC,yBAAyB,EAAC,wDAAwD;EAAC,4BAA4B,EAAC,2DAA2D;EAAC,0BAA0B,EAAC,yDAAyD;EAAC,aAAa,EAAC,4CAA4C;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,+BAA+B,EAAC,8DAA8D;EAAC,6BAA6B,EAAC,4DAA4D;EAAC,yBAAyB,EAAC,wDAAwD;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,2BAA2B,EAAC,0DAA0D;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,8BAA8B,EAAC,6DAA6D;EAAC,gCAAgC,EAAC,+DAA+D;EAAC,mCAAmC,EAAC,kEAAkE;EAAC,wBAAwB,EAAC,uDAAuD;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,sBAAsB,EAAC,qDAAqD;EAAC,uBAAuB,EAAC,sDAAsD;EAAC,iBAAiB,EAAC,gDAAgD;EAAC,wBAAwB,EAAC;AAAuD,CAAC"}
|
|
@@ -2,6 +2,8 @@ export declare const translation: {
|
|
|
2
2
|
"breadcrumbs.home.text": string;
|
|
3
3
|
"breadcrumbs.label.text": string;
|
|
4
4
|
"close.text": string;
|
|
5
|
+
"clear.text": string;
|
|
6
|
+
"open.text": string;
|
|
5
7
|
"fielderror.screenreader.text": string;
|
|
6
8
|
"fieldlabel.optional.text": string;
|
|
7
9
|
"fieldlabel.required.text": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ok_PL.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ok_PL.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ok_PL.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ok_PL.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+uF,CAAC"}
|
|
@@ -2,6 +2,8 @@ export declare const translation: {
|
|
|
2
2
|
"breadcrumbs.home.text": string;
|
|
3
3
|
"breadcrumbs.label.text": string;
|
|
4
4
|
"close.text": string;
|
|
5
|
+
"clear.text": string;
|
|
6
|
+
"open.text": string;
|
|
5
7
|
"fielderror.screenreader.text": string;
|
|
6
8
|
"fieldlabel.optional.text": string;
|
|
7
9
|
"fieldlabel.required.text": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui_ok_SK.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ok_SK.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui_ok_SK.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_ok_SK.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA84H,CAAC"}
|