@okta/odyssey-react-mui 1.20.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 +76 -0
- package/dist/DataTable/DataTable.js +101 -63
- package/dist/DataTable/DataTable.js.map +1 -1
- package/dist/Pagination/Pagination.js +29 -20
- package/dist/Pagination/Pagination.js.map +1 -1
- package/dist/Pagination/usePagination.js +13 -22
- package/dist/Pagination/usePagination.js.map +1 -1
- package/dist/assertEnv.js +1 -1
- package/dist/index.scss +1 -1
- package/dist/labs/DataComponents/DataStack.js +6 -0
- package/dist/labs/DataComponents/DataStack.js.map +1 -1
- package/dist/labs/DataComponents/DataTable.js +6 -0
- package/dist/labs/DataComponents/DataTable.js.map +1 -1
- package/dist/labs/DataComponents/DataView.js +15 -1
- package/dist/labs/DataComponents/DataView.js.map +1 -1
- package/dist/labs/DataComponents/TableContent.js +49 -3
- package/dist/labs/DataComponents/TableContent.js.map +1 -1
- package/dist/labs/DataComponents/TableSettings.js +28 -38
- package/dist/labs/DataComponents/TableSettings.js.map +1 -1
- package/dist/labs/DataComponents/componentTypes.js.map +1 -1
- package/dist/labs/DataComponents/constants.js.map +1 -1
- package/dist/labs/DataComponents/tableConstants.js +0 -19
- package/dist/labs/DataComponents/tableConstants.js.map +1 -1
- package/dist/labs/DataComponents/useFilterConversion.js +8 -15
- package/dist/labs/DataComponents/useFilterConversion.js.map +1 -1
- package/dist/labs/DateField.js +97 -10
- package/dist/labs/DateField.js.map +1 -1
- package/dist/labs/DatePicker.js +113 -51
- package/dist/labs/DatePicker.js.map +1 -1
- package/dist/labs/TimeZonePicker.js +37 -0
- package/dist/labs/TimeZonePicker.js.map +1 -0
- package/dist/labs/TopNav.js +280 -0
- package/dist/labs/TopNav.js.map +1 -0
- package/dist/labs/datePickerTheme.js +8 -5
- package/dist/labs/datePickerTheme.js.map +1 -1
- package/dist/labs/index.js +1 -0
- package/dist/labs/index.js.map +1 -1
- package/dist/labs/{useDatePickerTranslations.js → useDateFieldsTranslations.js} +2 -2
- package/dist/labs/{useDatePickerTranslations.js.map → useDateFieldsTranslations.js.map} +1 -1
- package/dist/labs/useOdysseyDateFields.js +101 -0
- package/dist/labs/useOdysseyDateFields.js.map +1 -0
- package/dist/properties/ts/odyssey-react-mui.js +3 -0
- package/dist/properties/ts/odyssey-react-mui.js.map +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/Autocomplete.d.ts +2 -1
- package/dist/src/Autocomplete.d.ts.map +1 -1
- package/dist/src/Badge.d.ts +0 -1
- package/dist/src/Badge.d.ts.map +1 -1
- package/dist/src/Banner.d.ts +0 -1
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/ButtonContext.d.ts +0 -1
- package/dist/src/ButtonContext.d.ts.map +1 -1
- package/dist/src/Checkbox.d.ts +0 -1
- package/dist/src/Checkbox.d.ts.map +1 -1
- package/dist/src/CircularProgress.d.ts +0 -1
- package/dist/src/CircularProgress.d.ts.map +1 -1
- package/dist/src/DataTable/DataTable.d.ts +14 -1
- package/dist/src/DataTable/DataTable.d.ts.map +1 -1
- package/dist/src/DataTable/useRowReordering.d.ts.map +1 -1
- package/dist/src/ErrorMessageList.d.ts +0 -1
- package/dist/src/ErrorMessageList.d.ts.map +1 -1
- package/dist/src/Field.d.ts.map +1 -1
- package/dist/src/FieldError.d.ts +0 -1
- package/dist/src/FieldError.d.ts.map +1 -1
- package/dist/src/FieldHint.d.ts +0 -1
- package/dist/src/FieldHint.d.ts.map +1 -1
- package/dist/src/FieldLabel.d.ts +0 -1
- package/dist/src/FieldLabel.d.ts.map +1 -1
- package/dist/src/FieldsetContext.d.ts +0 -1
- package/dist/src/FieldsetContext.d.ts.map +1 -1
- package/dist/src/HintLink.d.ts +0 -1
- package/dist/src/HintLink.d.ts.map +1 -1
- package/dist/src/MuiPropsContext.d.ts +0 -1
- package/dist/src/MuiPropsContext.d.ts.map +1 -1
- package/dist/src/NativeSelect.d.ts +4 -4
- package/dist/src/NativeSelect.d.ts.map +1 -1
- package/dist/src/OdysseyDesignTokensContext.d.ts +0 -1
- package/dist/src/OdysseyDesignTokensContext.d.ts.map +1 -1
- package/dist/src/OdysseyProvider.d.ts +2 -1
- package/dist/src/OdysseyProvider.d.ts.map +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts +1 -1
- package/dist/src/OdysseyTranslationProvider.d.ts.map +1 -1
- package/dist/src/Pagination/Pagination.d.ts +41 -26
- package/dist/src/Pagination/Pagination.d.ts.map +1 -1
- package/dist/src/Pagination/usePagination.d.ts +2 -1
- package/dist/src/Pagination/usePagination.d.ts.map +1 -1
- package/dist/src/PasswordField.d.ts +10 -10
- package/dist/src/PasswordField.d.ts.map +1 -1
- package/dist/src/Radio.d.ts +0 -1
- package/dist/src/Radio.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +11 -11
- package/dist/src/SearchField.d.ts.map +1 -1
- package/dist/src/Select.d.ts +0 -1
- package/dist/src/Select.d.ts.map +1 -1
- package/dist/src/Status.d.ts +0 -1
- package/dist/src/Status.d.ts.map +1 -1
- package/dist/src/Tabs.d.ts.map +1 -1
- package/dist/src/TagListContext.d.ts +0 -1
- package/dist/src/TagListContext.d.ts.map +1 -1
- package/dist/src/TextField.d.ts +12 -12
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts +0 -1
- package/dist/src/Toast.d.ts.map +1 -1
- package/dist/src/icons.generated/Add.d.ts +0 -1
- package/dist/src/icons.generated/Add.d.ts.map +1 -1
- package/dist/src/icons.generated/AddCircle.d.ts +0 -1
- package/dist/src/icons.generated/AddCircle.d.ts.map +1 -1
- package/dist/src/icons.generated/Apps.d.ts +0 -1
- package/dist/src/icons.generated/Apps.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowBottom.d.ts +0 -1
- package/dist/src/icons.generated/ArrowBottom.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowDown.d.ts +0 -1
- package/dist/src/icons.generated/ArrowDown.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowLeft.d.ts +0 -1
- package/dist/src/icons.generated/ArrowLeft.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowLowerLeft.d.ts +0 -1
- package/dist/src/icons.generated/ArrowLowerLeft.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowLowerRight.d.ts +0 -1
- package/dist/src/icons.generated/ArrowLowerRight.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowRight.d.ts +0 -1
- package/dist/src/icons.generated/ArrowRight.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowTop.d.ts +0 -1
- package/dist/src/icons.generated/ArrowTop.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowUnsorted.d.ts +0 -1
- package/dist/src/icons.generated/ArrowUnsorted.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowUp.d.ts +0 -1
- package/dist/src/icons.generated/ArrowUp.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowUpperLeft.d.ts +0 -1
- package/dist/src/icons.generated/ArrowUpperLeft.d.ts.map +1 -1
- package/dist/src/icons.generated/ArrowUpperRight.d.ts +0 -1
- package/dist/src/icons.generated/ArrowUpperRight.d.ts.map +1 -1
- package/dist/src/icons.generated/Bug.d.ts +0 -1
- package/dist/src/icons.generated/Bug.d.ts.map +1 -1
- package/dist/src/icons.generated/Calendar.d.ts +0 -1
- package/dist/src/icons.generated/Calendar.d.ts.map +1 -1
- package/dist/src/icons.generated/Call.d.ts +0 -1
- package/dist/src/icons.generated/Call.d.ts.map +1 -1
- package/dist/src/icons.generated/Chat.d.ts +0 -1
- package/dist/src/icons.generated/Chat.d.ts.map +1 -1
- package/dist/src/icons.generated/Check.d.ts +0 -1
- package/dist/src/icons.generated/Check.d.ts.map +1 -1
- package/dist/src/icons.generated/CheckCircleFilled.d.ts +0 -1
- package/dist/src/icons.generated/CheckCircleFilled.d.ts.map +1 -1
- package/dist/src/icons.generated/ChevronDown.d.ts +0 -1
- package/dist/src/icons.generated/ChevronDown.d.ts.map +1 -1
- package/dist/src/icons.generated/ChevronLeft.d.ts +0 -1
- package/dist/src/icons.generated/ChevronLeft.d.ts.map +1 -1
- package/dist/src/icons.generated/ChevronRight.d.ts +0 -1
- package/dist/src/icons.generated/ChevronRight.d.ts.map +1 -1
- package/dist/src/icons.generated/ChevronUp.d.ts +0 -1
- package/dist/src/icons.generated/ChevronUp.d.ts.map +1 -1
- package/dist/src/icons.generated/Clock.d.ts +0 -1
- package/dist/src/icons.generated/Clock.d.ts.map +1 -1
- package/dist/src/icons.generated/Close.d.ts +0 -1
- package/dist/src/icons.generated/Close.d.ts.map +1 -1
- package/dist/src/icons.generated/CloseCircleFilled.d.ts +0 -1
- package/dist/src/icons.generated/CloseCircleFilled.d.ts.map +1 -1
- package/dist/src/icons.generated/CollapseLeft.d.ts +0 -1
- package/dist/src/icons.generated/CollapseLeft.d.ts.map +1 -1
- package/dist/src/icons.generated/CollapseRight.d.ts +0 -1
- package/dist/src/icons.generated/CollapseRight.d.ts.map +1 -1
- package/dist/src/icons.generated/Copy.d.ts +0 -1
- package/dist/src/icons.generated/Copy.d.ts.map +1 -1
- package/dist/src/icons.generated/Custom.d.ts +0 -1
- package/dist/src/icons.generated/Custom.d.ts.map +1 -1
- package/dist/src/icons.generated/DangerDiamond.d.ts +0 -1
- package/dist/src/icons.generated/DangerDiamond.d.ts.map +1 -1
- package/dist/src/icons.generated/DangerDiamondFilled.d.ts +0 -1
- package/dist/src/icons.generated/DangerDiamondFilled.d.ts.map +1 -1
- package/dist/src/icons.generated/Delete.d.ts +0 -1
- package/dist/src/icons.generated/Delete.d.ts.map +1 -1
- package/dist/src/icons.generated/Deny.d.ts +0 -1
- package/dist/src/icons.generated/Deny.d.ts.map +1 -1
- package/dist/src/icons.generated/Devices.d.ts +0 -1
- package/dist/src/icons.generated/Devices.d.ts.map +1 -1
- package/dist/src/icons.generated/Directory.d.ts +0 -1
- package/dist/src/icons.generated/Directory.d.ts.map +1 -1
- package/dist/src/icons.generated/Documentation.d.ts +0 -1
- package/dist/src/icons.generated/Documentation.d.ts.map +1 -1
- package/dist/src/icons.generated/Download.d.ts +0 -1
- package/dist/src/icons.generated/Download.d.ts.map +1 -1
- package/dist/src/icons.generated/DragIndicator.d.ts +0 -1
- package/dist/src/icons.generated/DragIndicator.d.ts.map +1 -1
- package/dist/src/icons.generated/Duo.d.ts +0 -1
- package/dist/src/icons.generated/Duo.d.ts.map +1 -1
- package/dist/src/icons.generated/Edit.d.ts +0 -1
- package/dist/src/icons.generated/Edit.d.ts.map +1 -1
- package/dist/src/icons.generated/Email.d.ts +0 -1
- package/dist/src/icons.generated/Email.d.ts.map +1 -1
- package/dist/src/icons.generated/ExpandLeft.d.ts +0 -1
- package/dist/src/icons.generated/ExpandLeft.d.ts.map +1 -1
- package/dist/src/icons.generated/ExpandRight.d.ts +0 -1
- package/dist/src/icons.generated/ExpandRight.d.ts.map +1 -1
- package/dist/src/icons.generated/ExternalLink.d.ts +0 -1
- package/dist/src/icons.generated/ExternalLink.d.ts.map +1 -1
- package/dist/src/icons.generated/Fido2.d.ts +0 -1
- package/dist/src/icons.generated/Fido2.d.ts.map +1 -1
- package/dist/src/icons.generated/Filter.d.ts +0 -1
- package/dist/src/icons.generated/Filter.d.ts.map +1 -1
- package/dist/src/icons.generated/Folder.d.ts +0 -1
- package/dist/src/icons.generated/Folder.d.ts.map +1 -1
- package/dist/src/icons.generated/Globe.d.ts +0 -1
- package/dist/src/icons.generated/Globe.d.ts.map +1 -1
- package/dist/src/icons.generated/GoogleAuth.d.ts +0 -1
- package/dist/src/icons.generated/GoogleAuth.d.ts.map +1 -1
- package/dist/src/icons.generated/Grid.d.ts +0 -1
- package/dist/src/icons.generated/Grid.d.ts.map +1 -1
- package/dist/src/icons.generated/Group.d.ts +0 -1
- package/dist/src/icons.generated/Group.d.ts.map +1 -1
- package/dist/src/icons.generated/Hide.d.ts +0 -1
- package/dist/src/icons.generated/Hide.d.ts.map +1 -1
- package/dist/src/icons.generated/Home.d.ts +0 -1
- package/dist/src/icons.generated/Home.d.ts.map +1 -1
- package/dist/src/icons.generated/Idp.d.ts +0 -1
- package/dist/src/icons.generated/Idp.d.ts.map +1 -1
- package/dist/src/icons.generated/InformationCircle.d.ts +0 -1
- package/dist/src/icons.generated/InformationCircle.d.ts.map +1 -1
- package/dist/src/icons.generated/InformationCircleFilled.d.ts +0 -1
- package/dist/src/icons.generated/InformationCircleFilled.d.ts.map +1 -1
- package/dist/src/icons.generated/Link.d.ts +0 -1
- package/dist/src/icons.generated/Link.d.ts.map +1 -1
- package/dist/src/icons.generated/List.d.ts +0 -1
- package/dist/src/icons.generated/List.d.ts.map +1 -1
- package/dist/src/icons.generated/Lock.d.ts +0 -1
- package/dist/src/icons.generated/Lock.d.ts.map +1 -1
- package/dist/src/icons.generated/More.d.ts +0 -1
- package/dist/src/icons.generated/More.d.ts.map +1 -1
- package/dist/src/icons.generated/Notification.d.ts +0 -1
- package/dist/src/icons.generated/Notification.d.ts.map +1 -1
- package/dist/src/icons.generated/OktaVerify.d.ts +0 -1
- package/dist/src/icons.generated/OktaVerify.d.ts.map +1 -1
- package/dist/src/icons.generated/OnPremMfa.d.ts +0 -1
- package/dist/src/icons.generated/OnPremMfa.d.ts.map +1 -1
- package/dist/src/icons.generated/OneTimePassword.d.ts +0 -1
- package/dist/src/icons.generated/OneTimePassword.d.ts.map +1 -1
- package/dist/src/icons.generated/Password.d.ts +0 -1
- package/dist/src/icons.generated/Password.d.ts.map +1 -1
- package/dist/src/icons.generated/Pause.d.ts +0 -1
- package/dist/src/icons.generated/Pause.d.ts.map +1 -1
- package/dist/src/icons.generated/QuestionCircle.d.ts +0 -1
- package/dist/src/icons.generated/QuestionCircle.d.ts.map +1 -1
- package/dist/src/icons.generated/QuestionCircleFilled.d.ts +0 -1
- package/dist/src/icons.generated/QuestionCircleFilled.d.ts.map +1 -1
- package/dist/src/icons.generated/Refresh.d.ts +0 -1
- package/dist/src/icons.generated/Refresh.d.ts.map +1 -1
- package/dist/src/icons.generated/Reset.d.ts +0 -1
- package/dist/src/icons.generated/Reset.d.ts.map +1 -1
- package/dist/src/icons.generated/Resume.d.ts +0 -1
- package/dist/src/icons.generated/Resume.d.ts.map +1 -1
- package/dist/src/icons.generated/Search.d.ts +0 -1
- package/dist/src/icons.generated/Search.d.ts.map +1 -1
- package/dist/src/icons.generated/SecurityQuestion.d.ts +0 -1
- package/dist/src/icons.generated/SecurityQuestion.d.ts.map +1 -1
- package/dist/src/icons.generated/Server.d.ts +0 -1
- package/dist/src/icons.generated/Server.d.ts.map +1 -1
- package/dist/src/icons.generated/Settings.d.ts +0 -1
- package/dist/src/icons.generated/Settings.d.ts.map +1 -1
- package/dist/src/icons.generated/Show.d.ts +0 -1
- package/dist/src/icons.generated/Show.d.ts.map +1 -1
- package/dist/src/icons.generated/SmartCard.d.ts +0 -1
- package/dist/src/icons.generated/SmartCard.d.ts.map +1 -1
- package/dist/src/icons.generated/Sms.d.ts +0 -1
- package/dist/src/icons.generated/Sms.d.ts.map +1 -1
- package/dist/src/icons.generated/Subtract.d.ts +0 -1
- package/dist/src/icons.generated/Subtract.d.ts.map +1 -1
- package/dist/src/icons.generated/SymantecVip.d.ts +0 -1
- package/dist/src/icons.generated/SymantecVip.d.ts.map +1 -1
- package/dist/src/icons.generated/Sync.d.ts +0 -1
- package/dist/src/icons.generated/Sync.d.ts.map +1 -1
- package/dist/src/icons.generated/ThumbsDown.d.ts +0 -1
- package/dist/src/icons.generated/ThumbsDown.d.ts.map +1 -1
- package/dist/src/icons.generated/ThumbsUp.d.ts +0 -1
- package/dist/src/icons.generated/ThumbsUp.d.ts.map +1 -1
- package/dist/src/icons.generated/Unlock.d.ts +0 -1
- package/dist/src/icons.generated/Unlock.d.ts.map +1 -1
- package/dist/src/icons.generated/Upload.d.ts +0 -1
- package/dist/src/icons.generated/Upload.d.ts.map +1 -1
- package/dist/src/icons.generated/User.d.ts +0 -1
- package/dist/src/icons.generated/User.d.ts.map +1 -1
- package/dist/src/icons.generated/Video.d.ts +0 -1
- package/dist/src/icons.generated/Video.d.ts.map +1 -1
- package/dist/src/icons.generated/VoiceCall.d.ts +0 -1
- package/dist/src/icons.generated/VoiceCall.d.ts.map +1 -1
- package/dist/src/icons.generated/Warning.d.ts +0 -1
- package/dist/src/icons.generated/Warning.d.ts.map +1 -1
- package/dist/src/icons.generated/WarningFilled.d.ts +0 -1
- package/dist/src/icons.generated/WarningFilled.d.ts.map +1 -1
- package/dist/src/icons.generated/Yubikey.d.ts +0 -1
- package/dist/src/icons.generated/Yubikey.d.ts.map +1 -1
- package/dist/src/inputUtils.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/DataStack.d.ts +1 -2
- package/dist/src/labs/DataComponents/DataStack.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/DataTable.d.ts +1 -2
- package/dist/src/labs/DataComponents/DataTable.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/DataView.d.ts +1 -2
- package/dist/src/labs/DataComponents/DataView.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/DetailPanel.d.ts +0 -1
- package/dist/src/labs/DataComponents/DetailPanel.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/TableContent.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/TableSettings.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/componentTypes.d.ts +5 -2
- package/dist/src/labs/DataComponents/componentTypes.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/constants.d.ts +6 -4
- package/dist/src/labs/DataComponents/constants.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/tableConstants.d.ts +6 -25
- package/dist/src/labs/DataComponents/tableConstants.d.ts.map +1 -1
- package/dist/src/labs/DataComponents/useFilterConversion.d.ts.map +1 -1
- package/dist/src/labs/DataTablePagination.d.ts +0 -1
- package/dist/src/labs/DataTablePagination.d.ts.map +1 -1
- package/dist/src/labs/DateField.d.ts +3 -6
- package/dist/src/labs/DateField.d.ts.map +1 -1
- package/dist/src/labs/DatePicker.d.ts +20 -19
- package/dist/src/labs/DatePicker.d.ts.map +1 -1
- package/dist/src/labs/FileUpload.d.ts +0 -1
- package/dist/src/labs/FileUpload.d.ts.map +1 -1
- package/dist/src/labs/FileUploadIllustration.d.ts +0 -1
- package/dist/src/labs/FileUploadIllustration.d.ts.map +1 -1
- package/dist/src/labs/FileUploadPreview.d.ts +0 -1
- package/dist/src/labs/FileUploadPreview.d.ts.map +1 -1
- package/dist/src/labs/GroupPicker.d.ts +2 -1
- package/dist/src/labs/GroupPicker.d.ts.map +1 -1
- package/dist/src/labs/PaginatedTable.d.ts +2 -1
- package/dist/src/labs/PaginatedTable.d.ts.map +1 -1
- package/dist/src/labs/StaticTable.d.ts +2 -1
- package/dist/src/labs/StaticTable.d.ts.map +1 -1
- package/dist/src/labs/Switch.d.ts +0 -1
- package/dist/src/labs/Switch.d.ts.map +1 -1
- package/dist/src/labs/TimeZonePicker.d.ts +22 -0
- package/dist/src/labs/TimeZonePicker.d.ts.map +1 -0
- package/dist/src/labs/TopNav.d.ts +77 -0
- package/dist/src/labs/TopNav.d.ts.map +1 -0
- package/dist/src/labs/datePickerTheme.d.ts.map +1 -1
- package/dist/src/labs/index.d.ts +1 -0
- package/dist/src/labs/index.d.ts.map +1 -1
- package/dist/src/labs/{useDatePickerTranslations.d.ts → useDateFieldsTranslations.d.ts} +3 -2
- package/dist/src/labs/useDateFieldsTranslations.d.ts.map +1 -0
- package/dist/src/labs/useOdysseyDateFields.d.ts +82 -0
- package/dist/src/labs/useOdysseyDateFields.d.ts.map +1 -0
- package/dist/src/properties/ts/odyssey-react-mui.d.ts +3 -0
- package/dist/src/properties/ts/odyssey-react-mui.d.ts.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/src/test-selectors/querySelector.d.ts +2 -2
- package/dist/src/test-selectors/querySelector.d.ts.map +1 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/theme/components.js +44 -9
- package/dist/theme/components.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/DataTable/DataTable.tsx +118 -64
- package/src/Pagination/Pagination.tsx +82 -46
- package/src/Pagination/usePagination.ts +14 -18
- package/src/labs/DataComponents/DataStack.tsx +6 -0
- package/src/labs/DataComponents/DataTable.tsx +6 -0
- package/src/labs/DataComponents/DataView.tsx +16 -0
- package/src/labs/DataComponents/TableContent.tsx +66 -9
- package/src/labs/DataComponents/TableSettings.tsx +60 -60
- package/src/labs/DataComponents/componentTypes.ts +5 -6
- package/src/labs/DataComponents/constants.tsx +12 -4
- package/src/labs/DataComponents/tableConstants.tsx +0 -19
- package/src/labs/DataComponents/useFilterConversion.ts +14 -18
- package/src/labs/DateField.tsx +175 -26
- package/src/labs/DatePicker.tsx +155 -93
- package/src/labs/TimeZonePicker.tsx +55 -0
- package/src/labs/TopNav.tsx +394 -0
- package/src/labs/datePickerTheme.tsx +6 -4
- package/src/labs/index.ts +1 -0
- package/src/labs/{useDatePickerTranslations.ts → useDateFieldsTranslations.ts} +3 -1
- package/src/labs/useOdysseyDateFields.ts +201 -0
- package/src/properties/odyssey-react-mui.properties +3 -0
- 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.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_PL.ts +1 -1
- package/src/properties/ts/odyssey-react-mui_ok_SK.ts +1 -1
- package/src/theme/components.tsx +50 -7
- package/dist/src/labs/useDatePickerTranslations.d.ts.map +0 -1
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2024-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
|
+
|
|
13
|
+
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
14
|
+
import { DateTime } from "luxon";
|
|
15
|
+
import { useTranslation } from "react-i18next";
|
|
16
|
+
import { ComponentControlledState, getControlState } from "../inputUtils.js";
|
|
17
|
+
import { useDateFieldsTranslations } from "./useDateFieldsTranslations.js";
|
|
18
|
+
const {
|
|
19
|
+
CONTROLLED
|
|
20
|
+
} = ComponentControlledState;
|
|
21
|
+
const isValidDateTime = dateTime => dateTime.isValid;
|
|
22
|
+
const utcDateTimeFromIsoString = dateString => DateTime.fromISO(dateString).toUTC();
|
|
23
|
+
export const useOdysseyDateFields = ({
|
|
24
|
+
defaultValue,
|
|
25
|
+
isDateEnabled = () => true,
|
|
26
|
+
isMonthEnabled = () => true,
|
|
27
|
+
isYearEnabled = () => true,
|
|
28
|
+
minDate: minDateProp,
|
|
29
|
+
maxDate: maxDateProp,
|
|
30
|
+
timeZone = "system",
|
|
31
|
+
value
|
|
32
|
+
}) => {
|
|
33
|
+
const internalValueRef = useRef(null);
|
|
34
|
+
const [internalTimeZone, setInternalTimeZone] = useState(timeZone);
|
|
35
|
+
const [validationDateRanges, setValidationDateRanges] = useState({
|
|
36
|
+
minDate: undefined,
|
|
37
|
+
maxDate: undefined
|
|
38
|
+
});
|
|
39
|
+
useEffect(() => {
|
|
40
|
+
const minDate = minDateProp ? DateTime.fromISO(minDateProp) : undefined;
|
|
41
|
+
const maxDate = maxDateProp ? DateTime.fromISO(maxDateProp) : undefined;
|
|
42
|
+
setValidationDateRanges({
|
|
43
|
+
minDate: minDate && isValidDateTime(minDate) ? minDate.startOf("day") : undefined,
|
|
44
|
+
maxDate: maxDate && isValidDateTime(maxDate) ? maxDate.startOf("day") : undefined
|
|
45
|
+
});
|
|
46
|
+
}, [minDateProp, maxDateProp]);
|
|
47
|
+
const {
|
|
48
|
+
i18n
|
|
49
|
+
} = useTranslation();
|
|
50
|
+
const {
|
|
51
|
+
language
|
|
52
|
+
} = i18n;
|
|
53
|
+
const invalidLocales = ["ok_PL", "ok_SK"];
|
|
54
|
+
const isInvalidLocale = invalidLocales.includes(language) || language.includes("@");
|
|
55
|
+
const localeText = useDateFieldsTranslations();
|
|
56
|
+
const controlledStateRef = useRef(getControlState({
|
|
57
|
+
controlledValue: value,
|
|
58
|
+
uncontrolledValue: defaultValue
|
|
59
|
+
}));
|
|
60
|
+
const defaultedLanguageCode = isInvalidLocale ? "en-US" : language.replaceAll("_", "-");
|
|
61
|
+
const isValidTimeZone = timeZone => DateTime.local().setZone(timeZone).isValid;
|
|
62
|
+
const formatDateTimeToUtcIsoDateString = useCallback(value => value.toUTC().toISO() || undefined, []);
|
|
63
|
+
const shouldDisableDate = useCallback(date => !isDateEnabled(new Date(date?.toJSDate())) || false, [isDateEnabled]);
|
|
64
|
+
const shouldDisableMonth = useCallback(date => !isMonthEnabled(new Date(date?.toJSDate())) || false, [isMonthEnabled]);
|
|
65
|
+
const shouldDisableYear = useCallback(date => !isYearEnabled(new Date(date?.toJSDate())) || false, [isYearEnabled]);
|
|
66
|
+
const inputValues = useMemo(() => {
|
|
67
|
+
if (value && controlledStateRef.current === CONTROLLED) {
|
|
68
|
+
const valueAsUTCDateTime = utcDateTimeFromIsoString(value);
|
|
69
|
+
if (isValidDateTime(valueAsUTCDateTime)) {
|
|
70
|
+
return {
|
|
71
|
+
value: valueAsUTCDateTime
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
if (defaultValue) {
|
|
76
|
+
const defaultValueAsUTCDateTime = utcDateTimeFromIsoString(defaultValue);
|
|
77
|
+
if (isValidDateTime(defaultValueAsUTCDateTime)) {
|
|
78
|
+
return {
|
|
79
|
+
defaultValue: defaultValueAsUTCDateTime
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return null;
|
|
84
|
+
}, [defaultValue, validationDateRanges, value]);
|
|
85
|
+
return {
|
|
86
|
+
defaultedLanguageCode,
|
|
87
|
+
formatDateTimeToUtcIsoDateString,
|
|
88
|
+
inputValues,
|
|
89
|
+
internalTimeZone,
|
|
90
|
+
internalValueRef,
|
|
91
|
+
isValidTimeZone,
|
|
92
|
+
localeText,
|
|
93
|
+
maxDate: validationDateRanges.maxDate,
|
|
94
|
+
minDate: validationDateRanges.minDate,
|
|
95
|
+
setInternalTimeZone,
|
|
96
|
+
shouldDisableDate,
|
|
97
|
+
shouldDisableMonth,
|
|
98
|
+
shouldDisableYear
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
//# sourceMappingURL=useOdysseyDateFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOdysseyDateFields.js","names":["useCallback","useEffect","useMemo","useRef","useState","DateTime","useTranslation","ComponentControlledState","getControlState","useDateFieldsTranslations","CONTROLLED","isValidDateTime","dateTime","isValid","utcDateTimeFromIsoString","dateString","fromISO","toUTC","useOdysseyDateFields","defaultValue","isDateEnabled","isMonthEnabled","isYearEnabled","minDate","minDateProp","maxDate","maxDateProp","timeZone","value","internalValueRef","internalTimeZone","setInternalTimeZone","validationDateRanges","setValidationDateRanges","undefined","startOf","i18n","language","invalidLocales","isInvalidLocale","includes","localeText","controlledStateRef","controlledValue","uncontrolledValue","defaultedLanguageCode","replaceAll","isValidTimeZone","local","setZone","formatDateTimeToUtcIsoDateString","toISO","shouldDisableDate","date","Date","toJSDate","shouldDisableMonth","shouldDisableYear","inputValues","current","valueAsUTCDateTime","defaultValueAsUTCDateTime"],"sources":["../../src/labs/useOdysseyDateFields.ts"],"sourcesContent":["/*!\n * Copyright (c) 2024-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from \"react\";\nimport { DateTime } from \"luxon\";\nimport { useTranslation } from \"react-i18next\";\n\nimport { FieldComponentProps } from \"../FieldComponentProps\";\nimport { ComponentControlledState, getControlState } from \"../inputUtils\";\nimport { useDateFieldsTranslations } from \"./useDateFieldsTranslations\";\n\nconst { CONTROLLED } = ComponentControlledState;\n\nconst isValidDateTime = (dateTime: DateTime) => dateTime.isValid;\n\nconst utcDateTimeFromIsoString = (dateString: string) =>\n DateTime.fromISO(dateString).toUTC();\n\nexport type TimeZoneOption = {\n label: string;\n value: string;\n};\n\nexport type OdysseyDateFieldProps = {\n /**\n * default value when uncontrolled.\n *\n * NOTE: Must be a date string in ISO format\n */\n defaultValue?: string;\n /**\n * Disable specific date(s).\n *\n * Warning: This function can be called multiple times (for example when rendering date calendar, checking if focus can be moved to a certain date, etc.). Expensive computations can impact performance.\n */\n isDateEnabled?: (date: Date) => boolean;\n /**\n * Disable specific month(s).\n */\n isMonthEnabled?: (date: Date) => boolean;\n /**\n * Disable specific year(s).\n */\n isYearEnabled?: (date: Date) => boolean;\n /**\n * Minimum date allowed.\n *\n * NOTE: If not a valid date string in ISO format, `minDate` will not apply\n */\n minDate?: string;\n /**\n * Maximum date allowed.\n *\n * NOTE: If not a valid date string in ISO format, `maxDate` will not apply\n */\n maxDate?: string;\n timeZone?: string;\n /**\n * value when controlled.\n *\n * NOTE: Must be a date string in ISO format or it will not be applied\n */\n value?: string;\n};\n\ntype FormatDateTimeToUtcIsoDateString = (value: DateTime) => string | undefined;\n\ntype ValidationDateRanges = {\n minDate?: DateTime;\n maxDate?: DateTime;\n};\n\nexport const useOdysseyDateFields = ({\n defaultValue,\n isDateEnabled = () => true,\n isMonthEnabled = () => true,\n isYearEnabled = () => true,\n minDate: minDateProp,\n maxDate: maxDateProp,\n timeZone = \"system\",\n value,\n}: OdysseyDateFieldProps & Pick<FieldComponentProps, \"errorMessage\">) => {\n const internalValueRef = useRef<DateTime | null>(null);\n const [internalTimeZone, setInternalTimeZone] = useState(timeZone);\n\n const [validationDateRanges, setValidationDateRanges] =\n useState<ValidationDateRanges>({\n minDate: undefined,\n maxDate: undefined,\n });\n\n useEffect(() => {\n const minDate = minDateProp ? DateTime.fromISO(minDateProp) : undefined;\n const maxDate = maxDateProp ? DateTime.fromISO(maxDateProp) : undefined;\n\n setValidationDateRanges({\n minDate:\n minDate && isValidDateTime(minDate)\n ? minDate.startOf(\"day\")\n : undefined,\n maxDate:\n maxDate && isValidDateTime(maxDate)\n ? maxDate.startOf(\"day\")\n : undefined,\n });\n }, [minDateProp, maxDateProp]);\n\n const { i18n } = useTranslation();\n const { language } = i18n;\n\n const invalidLocales = [\"ok_PL\", \"ok_SK\"];\n // In the Applitools env the language code is `en-us@posix`. Need to check for that\n const isInvalidLocale =\n invalidLocales.includes(language) || language.includes(\"@\");\n\n const localeText = useDateFieldsTranslations();\n\n const controlledStateRef = useRef(\n getControlState({\n controlledValue: value,\n uncontrolledValue: defaultValue,\n }),\n );\n\n const defaultedLanguageCode = isInvalidLocale\n ? \"en-US\"\n : language.replaceAll(\"_\", \"-\");\n\n const isValidTimeZone = (timeZone: string) =>\n DateTime.local().setZone(timeZone).isValid;\n\n const formatDateTimeToUtcIsoDateString =\n useCallback<FormatDateTimeToUtcIsoDateString>(\n (value) => value.toUTC().toISO() || undefined,\n [],\n );\n\n const shouldDisableDate = useCallback(\n (date: DateTime) => !isDateEnabled(new Date(date?.toJSDate())) || false,\n [isDateEnabled],\n );\n\n const shouldDisableMonth = useCallback(\n (date: DateTime) => !isMonthEnabled(new Date(date?.toJSDate())) || false,\n [isMonthEnabled],\n );\n\n const shouldDisableYear = useCallback(\n (date: DateTime) => !isYearEnabled(new Date(date?.toJSDate())) || false,\n [isYearEnabled],\n );\n\n const inputValues = useMemo(() => {\n if (value && controlledStateRef.current === CONTROLLED) {\n const valueAsUTCDateTime = utcDateTimeFromIsoString(value);\n\n if (isValidDateTime(valueAsUTCDateTime)) {\n return {\n value: valueAsUTCDateTime,\n };\n }\n }\n\n if (defaultValue) {\n const defaultValueAsUTCDateTime = utcDateTimeFromIsoString(defaultValue);\n\n if (isValidDateTime(defaultValueAsUTCDateTime)) {\n return {\n defaultValue: defaultValueAsUTCDateTime,\n };\n }\n }\n\n return null;\n }, [defaultValue, validationDateRanges, value]);\n\n return {\n defaultedLanguageCode,\n formatDateTimeToUtcIsoDateString,\n inputValues,\n internalTimeZone,\n internalValueRef,\n isValidTimeZone,\n localeText,\n maxDate: validationDateRanges.maxDate,\n minDate: validationDateRanges.minDate,\n setInternalTimeZone,\n shouldDisableDate,\n shouldDisableMonth,\n shouldDisableYear,\n };\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,WAAW,EAAEC,SAAS,EAAEC,OAAO,EAAEC,MAAM,EAAEC,QAAQ,QAAQ,OAAO;AACzE,SAASC,QAAQ,QAAQ,OAAO;AAChC,SAASC,cAAc,QAAQ,eAAe;AAAC,SAGtCC,wBAAwB,EAAEC,eAAe;AAAA,SACzCC,yBAAyB;AAElC,MAAM;EAAEC;AAAW,CAAC,GAAGH,wBAAwB;AAE/C,MAAMI,eAAe,GAAIC,QAAkB,IAAKA,QAAQ,CAACC,OAAO;AAEhE,MAAMC,wBAAwB,GAAIC,UAAkB,IAClDV,QAAQ,CAACW,OAAO,CAACD,UAAU,CAAC,CAACE,KAAK,CAAC,CAAC;AAwDtC,OAAO,MAAMC,oBAAoB,GAAGA,CAAC;EACnCC,YAAY;EACZC,aAAa,GAAGA,CAAA,KAAM,IAAI;EAC1BC,cAAc,GAAGA,CAAA,KAAM,IAAI;EAC3BC,aAAa,GAAGA,CAAA,KAAM,IAAI;EAC1BC,OAAO,EAAEC,WAAW;EACpBC,OAAO,EAAEC,WAAW;EACpBC,QAAQ,GAAG,QAAQ;EACnBC;AACiE,CAAC,KAAK;EACvE,MAAMC,gBAAgB,GAAG1B,MAAM,CAAkB,IAAI,CAAC;EACtD,MAAM,CAAC2B,gBAAgB,EAAEC,mBAAmB,CAAC,GAAG3B,QAAQ,CAACuB,QAAQ,CAAC;EAElE,MAAM,CAACK,oBAAoB,EAAEC,uBAAuB,CAAC,GACnD7B,QAAQ,CAAuB;IAC7BmB,OAAO,EAAEW,SAAS;IAClBT,OAAO,EAAES;EACX,CAAC,CAAC;EAEJjC,SAAS,CAAC,MAAM;IACd,MAAMsB,OAAO,GAAGC,WAAW,GAAGnB,QAAQ,CAACW,OAAO,CAACQ,WAAW,CAAC,GAAGU,SAAS;IACvE,MAAMT,OAAO,GAAGC,WAAW,GAAGrB,QAAQ,CAACW,OAAO,CAACU,WAAW,CAAC,GAAGQ,SAAS;IAEvED,uBAAuB,CAAC;MACtBV,OAAO,EACLA,OAAO,IAAIZ,eAAe,CAACY,OAAO,CAAC,GAC/BA,OAAO,CAACY,OAAO,CAAC,KAAK,CAAC,GACtBD,SAAS;MACfT,OAAO,EACLA,OAAO,IAAId,eAAe,CAACc,OAAO,CAAC,GAC/BA,OAAO,CAACU,OAAO,CAAC,KAAK,CAAC,GACtBD;IACR,CAAC,CAAC;EACJ,CAAC,EAAE,CAACV,WAAW,EAAEE,WAAW,CAAC,CAAC;EAE9B,MAAM;IAAEU;EAAK,CAAC,GAAG9B,cAAc,CAAC,CAAC;EACjC,MAAM;IAAE+B;EAAS,CAAC,GAAGD,IAAI;EAEzB,MAAME,cAAc,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC;EAEzC,MAAMC,eAAe,GACnBD,cAAc,CAACE,QAAQ,CAACH,QAAQ,CAAC,IAAIA,QAAQ,CAACG,QAAQ,CAAC,GAAG,CAAC;EAE7D,MAAMC,UAAU,GAAGhC,yBAAyB,CAAC,CAAC;EAE9C,MAAMiC,kBAAkB,GAAGvC,MAAM,CAC/BK,eAAe,CAAC;IACdmC,eAAe,EAAEf,KAAK;IACtBgB,iBAAiB,EAAEzB;EACrB,CAAC,CACH,CAAC;EAED,MAAM0B,qBAAqB,GAAGN,eAAe,GACzC,OAAO,GACPF,QAAQ,CAACS,UAAU,CAAC,GAAG,EAAE,GAAG,CAAC;EAEjC,MAAMC,eAAe,GAAIpB,QAAgB,IACvCtB,QAAQ,CAAC2C,KAAK,CAAC,CAAC,CAACC,OAAO,CAACtB,QAAQ,CAAC,CAACd,OAAO;EAE5C,MAAMqC,gCAAgC,GACpClD,WAAW,CACR4B,KAAK,IAAKA,KAAK,CAACX,KAAK,CAAC,CAAC,CAACkC,KAAK,CAAC,CAAC,IAAIjB,SAAS,EAC7C,EACF,CAAC;EAEH,MAAMkB,iBAAiB,GAAGpD,WAAW,CAClCqD,IAAc,IAAK,CAACjC,aAAa,CAAC,IAAIkC,IAAI,CAACD,IAAI,EAAEE,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,EACvE,CAACnC,aAAa,CAChB,CAAC;EAED,MAAMoC,kBAAkB,GAAGxD,WAAW,CACnCqD,IAAc,IAAK,CAAChC,cAAc,CAAC,IAAIiC,IAAI,CAACD,IAAI,EAAEE,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,EACxE,CAAClC,cAAc,CACjB,CAAC;EAED,MAAMoC,iBAAiB,GAAGzD,WAAW,CAClCqD,IAAc,IAAK,CAAC/B,aAAa,CAAC,IAAIgC,IAAI,CAACD,IAAI,EAAEE,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,EACvE,CAACjC,aAAa,CAChB,CAAC;EAED,MAAMoC,WAAW,GAAGxD,OAAO,CAAC,MAAM;IAChC,IAAI0B,KAAK,IAAIc,kBAAkB,CAACiB,OAAO,KAAKjD,UAAU,EAAE;MACtD,MAAMkD,kBAAkB,GAAG9C,wBAAwB,CAACc,KAAK,CAAC;MAE1D,IAAIjB,eAAe,CAACiD,kBAAkB,CAAC,EAAE;QACvC,OAAO;UACLhC,KAAK,EAAEgC;QACT,CAAC;MACH;IACF;IAEA,IAAIzC,YAAY,EAAE;MAChB,MAAM0C,yBAAyB,GAAG/C,wBAAwB,CAACK,YAAY,CAAC;MAExE,IAAIR,eAAe,CAACkD,yBAAyB,CAAC,EAAE;QAC9C,OAAO;UACL1C,YAAY,EAAE0C;QAChB,CAAC;MACH;IACF;IAEA,OAAO,IAAI;EACb,CAAC,EAAE,CAAC1C,YAAY,EAAEa,oBAAoB,EAAEJ,KAAK,CAAC,CAAC;EAE/C,OAAO;IACLiB,qBAAqB;IACrBK,gCAAgC;IAChCQ,WAAW;IACX5B,gBAAgB;IAChBD,gBAAgB;IAChBkB,eAAe;IACfN,UAAU;IACVhB,OAAO,EAAEO,oBAAoB,CAACP,OAAO;IACrCF,OAAO,EAAES,oBAAoB,CAACT,OAAO;IACrCQ,mBAAmB;IACnBqB,iBAAiB;IACjBI,kBAAkB;IAClBC;EACF,CAAC;AACH,CAAC"}
|
|
@@ -9,6 +9,9 @@ export const translation = {
|
|
|
9
9
|
"picker.date.toolbar.title": "Selected date",
|
|
10
10
|
"picker.daterange.toolbar.title": "Select date range",
|
|
11
11
|
"picker.datetime.toolbar.title": "Select date & time",
|
|
12
|
+
"picker.error.invalid": "Correct the date format or select the date from the calendar.",
|
|
13
|
+
"picker.error.mindate": "Date entered is earlier than allowed dates. Select a date from the range available in the calendar.",
|
|
14
|
+
"picker.error.maxdate": "Date entered is later than the allowed dates. Select a date from the range available in the calendar.",
|
|
12
15
|
"picker.field.placeholder.day": "DD",
|
|
13
16
|
"picker.field.placeholder.hours": "hh",
|
|
14
17
|
"picker.field.placeholder.meridiem": "aa",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"odyssey-react-mui.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Home\",\"breadcrumbs.label.text\":\"Breadcrumbs\",\"close.text\":\"Close\",\"clear.text\":\"Clear\",\"open.text\":\"Open\",\"picker.calendar.navigation.nextmonth\":\"Next month\",\"picker.calendar.navigation.previousmonth\":\"Previous month\",\"picker.date.toolbar.title\":\"Selected date\",\"picker.daterange.toolbar.title\":\"Select date range\",\"picker.datetime.toolbar.title\":\"Select date & time\",\"picker.field.placeholder.day\":\"DD\",\"picker.field.placeholder.hours\":\"hh\",\"picker.field.placeholder.meridiem\":\"aa\",\"picker.field.placeholder.minutes\":\"mm\",\"picker.field.placeholder.month\":\"MM\",\"picker.field.placeholder.seconds\":\"ss\",\"picker.field.placeholder.year\":\"YYYY\",\"picker.labels.action.apply\":\"Apply\",\"picker.labels.action.cancel\":\"Cancel\",\"picker.labels.action.today\":\"Today\",\"picker.labels.clock.empty\":\"No time selected\",\"picker.labels.clock.hours\":\"hours\",\"picker.labels.clock.minutes\":\"seconds\",\"picker.labels.clock.selected\":\"Selected time is\",\"picker.labels.date.choose\":\"Choose date\",\"picker.labels.date.selected\":\"Selected date is\",\"picker.labels.empty\":\"Empty\",\"picker.labels.field.clear\":\"Clear value\",\"picker.labels.range.end\":\"End\",\"picker.labels.range.enddate\":\"End date\",\"picker.labels.range.endtime\":\"End time\",\"picker.labels.range.start\":\"Start\",\"picker.labels.range.startdate\":\"Start date\",\"picker.labels.range.starttime\":\"Start time\",\"picker.labels.select\":\"Select\",\"picker.labels.table.date\":\"pick date\",\"picker.labels.table.time\":\"pick time\",\"picker.labels.time.choose\":\"Choose time\",\"picker.time.toolbar.title\":\"Select time\",\"picker.view.name.day\":\"Day\",\"picker.view.name.hours\":\"Hours\",\"picker.view.name.meridiem\":\"Meridiem\",\"picker.view.name.minutes\":\"Minutes\",\"picker.view.name.month\":\"Month\",\"picker.view.name.seconds\":\"Seconds\",\"picker.view.name.weekday\":\"Week day\",\"picker.view.name.year\":\"Year\",\"picker.view.navigation.open.nextview\":\"Open next view\",\"picker.view.navigation.open.previousview\":\"Open previous view\",\"picker.view.navigation.switch.calendarview\":\"year view is open, switch to calendar view\",\"picker.view.navigation.switch.yearview\":\"calendar view is open, switch to year view\",\"fielderror.screenreader.text\":\"Error\",\"fieldlabel.optional.text\":\"Optional\",\"fieldlabel.required.text\":\"Required\",\"filters.clear.label\":\"Clear filters\",\"filters.filter.any\":\"Any\",\"filters.filter.clear\":\"Clear filter\",\"filters.filters.arialabel\":\"Filters\",\"filters.menuitem.any\":\"Any {{label}}\",\"filters.menuitem.selected\":\"{{selected}} selected\",\"filters.search.label\":\"Search\",\"fileupload.button.text\":\"Add files\",\"fileupload.prompt.text\":\"Drag and drop files here or click to add files\",\"fileupload.removefile.text\":\"Remove file\",\"passwordfield.icon.label.hide\":\"Hide password\",\"passwordfield.icon.label.show\":\"Show password\",\"severity.error\":\"error\",\"severity.info\":\"info\",\"severity.success\":\"success\",\"severity.warning\":\"warning\",\"switch.active\":\"Active\",\"switch.inactive\":\"Inactive\",\"table.columnvisibility.arialabel\":\"Show/hide columns\",\"table.density.arialabel\":\"Table density\",\"table.draghandle.arialabel\":\"Drag row to reorder. Or, press space or enter to start and stop reordering and esc to cancel.\",\"table.draghandle.tooltip\":\"Drag row or press space/enter key to start and stop reordering\",\"table.actions\":\"Actions\",\"table.error\":\"Error loading data.\",\"table.fetchedrows.text\":\"Fetched {{totalRows}} row\",\"table.fetchedrows.text_plural\":\"Fetched {{totalRows}} total rows\",\"table.moreactions.arialabel\":\"More actions\",\"table.noresults.heading\":\"There are no results.\",\"table.noresults.text\":\"Try a different query.\",\"table.reorder.backward\":\"Send backward\",\"table.reorder.forward\":\"Bring forward\",\"table.reorder.toback\":\"Send to back\",\"table.reorder.tofront\":\"Bring to front\",\"table.rows.text\":\"{{totalRows}} row\",\"table.rows.text_plural\":\"{{totalRows}} rows\",\"pagination.loadmore\":\"Show more\",\"pagination.next\":\"Next page\",\"pagination.previous\":\"Previous page\",\"pagination.page\":\"Page\",\"pagination.rowsperpage\":\"Rows per page\",\"pagination.rowswithtotal\":\"{{firstRow}}-{{lastRow}} of {{totalRows}} rows\",\"pagination.rowswithouttotal\":\"{{firstRow}}-{{lastRow}} rows\",\"table.actions.selectall\":\"Select all\",\"table.actions.selectnone\":\"Select none\",\"table.actions.selectsome\":\"{{selectedRowCount}} selected\",\"table.rowexpansion.expand\":\"Expand\",\"table.rowexpansion.expandall\":\"Expand all\",\"table.rowexpansion.collapse\":\"Collapse\",\"table.rowexpansion.collapseall\":\"Collapse all\",\"dataview.layout.table\":\"Table\",\"dataview.layout.grid\":\"Grid\",\"dataview.layout.list\":\"List\"};"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"odyssey-react-mui.js","names":["translation"],"sources":["../../../src/properties/ts/odyssey-react-mui.ts"],"sourcesContent":["export const translation = {\"breadcrumbs.home.text\":\"Home\",\"breadcrumbs.label.text\":\"Breadcrumbs\",\"close.text\":\"Close\",\"clear.text\":\"Clear\",\"open.text\":\"Open\",\"picker.calendar.navigation.nextmonth\":\"Next month\",\"picker.calendar.navigation.previousmonth\":\"Previous month\",\"picker.date.toolbar.title\":\"Selected date\",\"picker.daterange.toolbar.title\":\"Select date range\",\"picker.datetime.toolbar.title\":\"Select date & time\",\"picker.error.invalid\":\"Correct the date format or select the date from the calendar.\",\"picker.error.mindate\":\"Date entered is earlier than allowed dates. Select a date from the range available in the calendar.\",\"picker.error.maxdate\":\"Date entered is later than the allowed dates. Select a date from the range available in the calendar.\",\"picker.field.placeholder.day\":\"DD\",\"picker.field.placeholder.hours\":\"hh\",\"picker.field.placeholder.meridiem\":\"aa\",\"picker.field.placeholder.minutes\":\"mm\",\"picker.field.placeholder.month\":\"MM\",\"picker.field.placeholder.seconds\":\"ss\",\"picker.field.placeholder.year\":\"YYYY\",\"picker.labels.action.apply\":\"Apply\",\"picker.labels.action.cancel\":\"Cancel\",\"picker.labels.action.today\":\"Today\",\"picker.labels.clock.empty\":\"No time selected\",\"picker.labels.clock.hours\":\"hours\",\"picker.labels.clock.minutes\":\"seconds\",\"picker.labels.clock.selected\":\"Selected time is\",\"picker.labels.date.choose\":\"Choose date\",\"picker.labels.date.selected\":\"Selected date is\",\"picker.labels.empty\":\"Empty\",\"picker.labels.field.clear\":\"Clear value\",\"picker.labels.range.end\":\"End\",\"picker.labels.range.enddate\":\"End date\",\"picker.labels.range.endtime\":\"End time\",\"picker.labels.range.start\":\"Start\",\"picker.labels.range.startdate\":\"Start date\",\"picker.labels.range.starttime\":\"Start time\",\"picker.labels.select\":\"Select\",\"picker.labels.table.date\":\"pick date\",\"picker.labels.table.time\":\"pick time\",\"picker.labels.time.choose\":\"Choose time\",\"picker.time.toolbar.title\":\"Select time\",\"picker.view.name.day\":\"Day\",\"picker.view.name.hours\":\"Hours\",\"picker.view.name.meridiem\":\"Meridiem\",\"picker.view.name.minutes\":\"Minutes\",\"picker.view.name.month\":\"Month\",\"picker.view.name.seconds\":\"Seconds\",\"picker.view.name.weekday\":\"Week day\",\"picker.view.name.year\":\"Year\",\"picker.view.navigation.open.nextview\":\"Open next view\",\"picker.view.navigation.open.previousview\":\"Open previous view\",\"picker.view.navigation.switch.calendarview\":\"year view is open, switch to calendar view\",\"picker.view.navigation.switch.yearview\":\"calendar view is open, switch to year view\",\"fielderror.screenreader.text\":\"Error\",\"fieldlabel.optional.text\":\"Optional\",\"fieldlabel.required.text\":\"Required\",\"filters.clear.label\":\"Clear filters\",\"filters.filter.any\":\"Any\",\"filters.filter.clear\":\"Clear filter\",\"filters.filters.arialabel\":\"Filters\",\"filters.menuitem.any\":\"Any {{label}}\",\"filters.menuitem.selected\":\"{{selected}} selected\",\"filters.search.label\":\"Search\",\"fileupload.button.text\":\"Add files\",\"fileupload.prompt.text\":\"Drag and drop files here or click to add files\",\"fileupload.removefile.text\":\"Remove file\",\"passwordfield.icon.label.hide\":\"Hide password\",\"passwordfield.icon.label.show\":\"Show password\",\"severity.error\":\"error\",\"severity.info\":\"info\",\"severity.success\":\"success\",\"severity.warning\":\"warning\",\"switch.active\":\"Active\",\"switch.inactive\":\"Inactive\",\"table.columnvisibility.arialabel\":\"Show/hide columns\",\"table.density.arialabel\":\"Table density\",\"table.draghandle.arialabel\":\"Drag row to reorder. Or, press space or enter to start and stop reordering and esc to cancel.\",\"table.draghandle.tooltip\":\"Drag row or press space/enter key to start and stop reordering\",\"table.actions\":\"Actions\",\"table.error\":\"Error loading data.\",\"table.fetchedrows.text\":\"Fetched {{totalRows}} row\",\"table.fetchedrows.text_plural\":\"Fetched {{totalRows}} total rows\",\"table.moreactions.arialabel\":\"More actions\",\"table.noresults.heading\":\"There are no results.\",\"table.noresults.text\":\"Try a different query.\",\"table.reorder.backward\":\"Send backward\",\"table.reorder.forward\":\"Bring forward\",\"table.reorder.toback\":\"Send to back\",\"table.reorder.tofront\":\"Bring to front\",\"table.rows.text\":\"{{totalRows}} row\",\"table.rows.text_plural\":\"{{totalRows}} rows\",\"pagination.loadmore\":\"Show more\",\"pagination.next\":\"Next page\",\"pagination.previous\":\"Previous page\",\"pagination.page\":\"Page\",\"pagination.rowsperpage\":\"Rows per page\",\"pagination.rowswithtotal\":\"{{firstRow}}-{{lastRow}} of {{totalRows}} rows\",\"pagination.rowswithouttotal\":\"{{firstRow}}-{{lastRow}} rows\",\"table.actions.selectall\":\"Select all\",\"table.actions.selectnone\":\"Select none\",\"table.actions.selectsome\":\"{{selectedRowCount}} selected\",\"table.rowexpansion.expand\":\"Expand\",\"table.rowexpansion.expandall\":\"Expand all\",\"table.rowexpansion.collapse\":\"Collapse\",\"table.rowexpansion.collapseall\":\"Collapse all\",\"dataview.layout.table\":\"Table\",\"dataview.layout.grid\":\"Grid\",\"dataview.layout.list\":\"List\"};"],"mappings":"AAAA,OAAO,MAAMA,WAAW,GAAG;EAAC,uBAAuB,EAAC,MAAM;EAAC,wBAAwB,EAAC,aAAa;EAAC,YAAY,EAAC,OAAO;EAAC,YAAY,EAAC,OAAO;EAAC,WAAW,EAAC,MAAM;EAAC,sCAAsC,EAAC,YAAY;EAAC,0CAA0C,EAAC,gBAAgB;EAAC,2BAA2B,EAAC,eAAe;EAAC,gCAAgC,EAAC,mBAAmB;EAAC,+BAA+B,EAAC,oBAAoB;EAAC,sBAAsB,EAAC,+DAA+D;EAAC,sBAAsB,EAAC,qGAAqG;EAAC,sBAAsB,EAAC,uGAAuG;EAAC,8BAA8B,EAAC,IAAI;EAAC,gCAAgC,EAAC,IAAI;EAAC,mCAAmC,EAAC,IAAI;EAAC,kCAAkC,EAAC,IAAI;EAAC,gCAAgC,EAAC,IAAI;EAAC,kCAAkC,EAAC,IAAI;EAAC,+BAA+B,EAAC,MAAM;EAAC,4BAA4B,EAAC,OAAO;EAAC,6BAA6B,EAAC,QAAQ;EAAC,4BAA4B,EAAC,OAAO;EAAC,2BAA2B,EAAC,kBAAkB;EAAC,2BAA2B,EAAC,OAAO;EAAC,6BAA6B,EAAC,SAAS;EAAC,8BAA8B,EAAC,kBAAkB;EAAC,2BAA2B,EAAC,aAAa;EAAC,6BAA6B,EAAC,kBAAkB;EAAC,qBAAqB,EAAC,OAAO;EAAC,2BAA2B,EAAC,aAAa;EAAC,yBAAyB,EAAC,KAAK;EAAC,6BAA6B,EAAC,UAAU;EAAC,6BAA6B,EAAC,UAAU;EAAC,2BAA2B,EAAC,OAAO;EAAC,+BAA+B,EAAC,YAAY;EAAC,+BAA+B,EAAC,YAAY;EAAC,sBAAsB,EAAC,QAAQ;EAAC,0BAA0B,EAAC,WAAW;EAAC,0BAA0B,EAAC,WAAW;EAAC,2BAA2B,EAAC,aAAa;EAAC,2BAA2B,EAAC,aAAa;EAAC,sBAAsB,EAAC,KAAK;EAAC,wBAAwB,EAAC,OAAO;EAAC,2BAA2B,EAAC,UAAU;EAAC,0BAA0B,EAAC,SAAS;EAAC,wBAAwB,EAAC,OAAO;EAAC,0BAA0B,EAAC,SAAS;EAAC,0BAA0B,EAAC,UAAU;EAAC,uBAAuB,EAAC,MAAM;EAAC,sCAAsC,EAAC,gBAAgB;EAAC,0CAA0C,EAAC,oBAAoB;EAAC,4CAA4C,EAAC,4CAA4C;EAAC,wCAAwC,EAAC,4CAA4C;EAAC,8BAA8B,EAAC,OAAO;EAAC,0BAA0B,EAAC,UAAU;EAAC,0BAA0B,EAAC,UAAU;EAAC,qBAAqB,EAAC,eAAe;EAAC,oBAAoB,EAAC,KAAK;EAAC,sBAAsB,EAAC,cAAc;EAAC,2BAA2B,EAAC,SAAS;EAAC,sBAAsB,EAAC,eAAe;EAAC,2BAA2B,EAAC,uBAAuB;EAAC,sBAAsB,EAAC,QAAQ;EAAC,wBAAwB,EAAC,WAAW;EAAC,wBAAwB,EAAC,gDAAgD;EAAC,4BAA4B,EAAC,aAAa;EAAC,+BAA+B,EAAC,eAAe;EAAC,+BAA+B,EAAC,eAAe;EAAC,gBAAgB,EAAC,OAAO;EAAC,eAAe,EAAC,MAAM;EAAC,kBAAkB,EAAC,SAAS;EAAC,kBAAkB,EAAC,SAAS;EAAC,eAAe,EAAC,QAAQ;EAAC,iBAAiB,EAAC,UAAU;EAAC,kCAAkC,EAAC,mBAAmB;EAAC,yBAAyB,EAAC,eAAe;EAAC,4BAA4B,EAAC,+FAA+F;EAAC,0BAA0B,EAAC,gEAAgE;EAAC,eAAe,EAAC,SAAS;EAAC,aAAa,EAAC,qBAAqB;EAAC,wBAAwB,EAAC,2BAA2B;EAAC,+BAA+B,EAAC,kCAAkC;EAAC,6BAA6B,EAAC,cAAc;EAAC,yBAAyB,EAAC,uBAAuB;EAAC,sBAAsB,EAAC,wBAAwB;EAAC,wBAAwB,EAAC,eAAe;EAAC,uBAAuB,EAAC,eAAe;EAAC,sBAAsB,EAAC,cAAc;EAAC,uBAAuB,EAAC,gBAAgB;EAAC,iBAAiB,EAAC,mBAAmB;EAAC,wBAAwB,EAAC,oBAAoB;EAAC,qBAAqB,EAAC,WAAW;EAAC,iBAAiB,EAAC,WAAW;EAAC,qBAAqB,EAAC,eAAe;EAAC,iBAAiB,EAAC,MAAM;EAAC,wBAAwB,EAAC,eAAe;EAAC,0BAA0B,EAAC,gDAAgD;EAAC,6BAA6B,EAAC,+BAA+B;EAAC,yBAAyB,EAAC,YAAY;EAAC,0BAA0B,EAAC,aAAa;EAAC,0BAA0B,EAAC,+BAA+B;EAAC,2BAA2B,EAAC,QAAQ;EAAC,8BAA8B,EAAC,YAAY;EAAC,6BAA6B,EAAC,UAAU;EAAC,gCAAgC,EAAC,cAAc;EAAC,uBAAuB,EAAC,OAAO;EAAC,sBAAsB,EAAC,MAAM;EAAC,sBAAsB,EAAC;AAAM,CAAC"}
|
|
@@ -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"}
|
|
@@ -91,6 +91,7 @@ export type AutocompleteProps<OptionType, HasMultipleChoices extends boolean | u
|
|
|
91
91
|
*/
|
|
92
92
|
isVirtualized?: boolean;
|
|
93
93
|
} & Pick<FieldComponentProps, "errorMessage" | "errorMessageList" | "hint" | "HintLinkComponent" | "id" | "isFullWidth" | "isOptional" | "name"> & Pick<HtmlProps, "ariaDescribedBy" | "testId" | "translate">;
|
|
94
|
-
declare const
|
|
94
|
+
declare const Autocomplete: <OptionType, HasMultipleChoices extends boolean | undefined, IsCustomValueAllowed extends boolean | undefined>({ ariaDescribedBy, defaultValue, errorMessage, errorMessageList, hasMultipleChoices, id: idOverride, inputValue, isCustomValueAllowed, isDisabled, isFullWidth, isLoading, isOptional, isReadOnly, isVirtualized: isVirtualizedProp, hint, HintLinkComponent, label, name: nameOverride, noOptionsText, onBlur, onChange: onChangeProp, onInputChange: onInputChangeProp, onFocus, options, value, getIsOptionEqualToValue, testId, translate, }: AutocompleteProps<OptionType, HasMultipleChoices, IsCustomValueAllowed>) => import("react/jsx-runtime").JSX.Element;
|
|
95
|
+
declare const MemoizedAutocomplete: typeof Autocomplete;
|
|
95
96
|
export { MemoizedAutocomplete as Autocomplete };
|
|
96
97
|
//# sourceMappingURL=Autocomplete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/Autocomplete.tsx"],"names":[],"mappings":"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"}
|
package/dist/src/Badge.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="react" />
|
|
13
12
|
import type { HtmlProps } from "./HtmlProps";
|
|
14
13
|
export declare const badgeContentMaxValues: readonly [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];
|
|
15
14
|
export declare const badgeTypeValues: readonly ["default", "attention", "danger"];
|
package/dist/src/Badge.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/Badge.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/Badge.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AASH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,qBAAqB,oDAExB,CAAC;AACX,eAAO,MAAM,eAAe,6CAA8C,CAAC;AAE3E,MAAM,MAAM,UAAU,GAAG;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;IACzD,IAAI,CAAC,EAAE,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;CACzC,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;AA8E5C,QAAA,MAAM,aAAa,oGAvDhB,UAAU,oDAuDoB,CAAC;AAGlC,OAAO,EAAE,aAAa,IAAI,KAAK,EAAE,CAAC"}
|
package/dist/src/Banner.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="react" />
|
|
13
12
|
import { AlertColor, AlertProps } from "@mui/material";
|
|
14
13
|
import type { HtmlProps } from "./HtmlProps";
|
|
15
14
|
export declare const bannerRoleValues: readonly ["status", "alert"];
|
package/dist/src/Banner.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../src/Banner.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../src/Banner.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,OAAO,EAAS,UAAU,EAAc,UAAU,EAAE,MAAM,eAAe,CAAC;AAE1E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAI7C,eAAO,MAAM,gBAAgB,8BAA+B,CAAC;AAC7D,eAAO,MAAM,oBAAoB,EAAE,UAAU,EAK5C,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;IACzC;;OAEG;IACH,QAAQ,EAAE,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;IAChD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;AAmC5C,QAAA,MAAM,cAAc,iHAxBjB,WAAW,6CAwBqB,CAAC;AAGpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonContext.d.ts","sourceRoot":"","sources":["../../src/ButtonContext.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"ButtonContext.d.ts","sourceRoot":"","sources":["../../src/ButtonContext.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,6CAExB,CAAC;AAEH,eAAO,MAAM,SAAS,0BAAkC,CAAC"}
|
package/dist/src/Checkbox.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="react" />
|
|
13
12
|
import { CheckboxProps as MuiCheckboxProps, FormControlLabelProps as MuiFormControlLabelProps } from "@mui/material";
|
|
14
13
|
import { CheckedFieldProps } from "./FormCheckedProps";
|
|
15
14
|
import type { HtmlProps } from "./HtmlProps";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,OAAO,EAEL,aAAa,IAAI,gBAAgB,EAEjC,qBAAqB,IAAI,wBAAwB,EAElD,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAEL,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,eAAO,MAAM,sBAAsB,0CAA2C,CAAC;AAE/E,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;IACnD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAC,QAAQ,CAAC,CAAC;CAC7C,GAAG,IAAI,CAAC,mBAAmB,EAAE,MAAM,GAAG,IAAI,GAAG,YAAY,GAAG,MAAM,CAAC,GAClE,iBAAiB,CAAC,gBAAgB,CAAC,GACnC,IAAI,CAAC,SAAS,EAAE,WAAW,GAAG,gBAAgB,GAAG,QAAQ,GAAG,WAAW,CAAC,CAAC;AAwH3E,QAAA,MAAM,gBAAgB,mSAnGnB,aAAa,6CAmGuB,CAAC;AAGxC,OAAO,EAAE,gBAAgB,IAAI,QAAQ,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CircularProgress.d.ts","sourceRoot":"","sources":["../../src/CircularProgress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"CircularProgress.d.ts","sourceRoot":"","sources":["../../src/CircularProgress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAAC,SAAS,EAAE,WAAW,GAAG,QAAQ,CAAC,CAAC;AAe5C,QAAA,MAAM,wBAAwB,sEAT3B,qBAAqB,6CAS+B,CAAC;AAGxD,OAAO,EAAE,wBAAwB,IAAI,gBAAgB,EAAE,CAAC"}
|
|
@@ -124,6 +124,10 @@ export type DataTableProps = {
|
|
|
124
124
|
* The initial search value
|
|
125
125
|
*/
|
|
126
126
|
initialSearchValue?: string;
|
|
127
|
+
/**
|
|
128
|
+
* Is the next or show-more button disabled
|
|
129
|
+
*/
|
|
130
|
+
isPaginationMoreDisabled?: boolean;
|
|
127
131
|
/**
|
|
128
132
|
* The component to display when the query returns no results
|
|
129
133
|
*/
|
|
@@ -169,7 +173,16 @@ export type DataTableProps = {
|
|
|
169
173
|
* to calculate. Used in table pagination to know when to disable the "next"/"more" button.
|
|
170
174
|
*/
|
|
171
175
|
totalRows?: number;
|
|
176
|
+
/**
|
|
177
|
+
* The largest number of rows allowed to be shown per page. This only affects the row input
|
|
178
|
+
* in pagination.
|
|
179
|
+
*/
|
|
180
|
+
maxResultsPerPage?: number;
|
|
181
|
+
/**
|
|
182
|
+
* The highest page number allowed to be manually input in pagination
|
|
183
|
+
*/
|
|
184
|
+
maxPages?: number;
|
|
172
185
|
};
|
|
173
|
-
declare const MemoizedDataTable: import("react").MemoExoticComponent<({ bulkActionMenuItems, columns, currentPage, emptyPlaceholder, errorMessage: errorMessageProp, filters: filtersProp, getData, getRowId: getRowIdProp, hasChangeableDensity, hasColumnResizing, hasColumnVisibility, hasFilters, hasPagination, hasRowReordering, hasRowSelection, hasSearch, hasSearchSubmitButton, hasSorting, initialDensity, initialSearchValue, noResultsPlaceholder, onChangeRowSelection, onReorderRows, paginationType, renderDetailPanel, resultsPerPage, rowActionButtons, rowActionMenuItems, searchDelayTime, totalRows, }: DataTableProps) => import("react/jsx-runtime").JSX.Element>;
|
|
186
|
+
declare const MemoizedDataTable: import("react").MemoExoticComponent<({ bulkActionMenuItems, columns, currentPage, emptyPlaceholder, errorMessage: errorMessageProp, filters: filtersProp, getData, getRowId: getRowIdProp, hasChangeableDensity, hasColumnResizing, hasColumnVisibility, hasFilters, hasPagination, hasRowReordering, hasRowSelection, hasSearch, hasSearchSubmitButton, hasSorting, initialDensity, initialSearchValue, isPaginationMoreDisabled, noResultsPlaceholder, onChangeRowSelection, onReorderRows, paginationType, renderDetailPanel, resultsPerPage, maxResultsPerPage, maxPages, rowActionButtons, rowActionMenuItems, searchDelayTime, totalRows, }: DataTableProps) => import("react/jsx-runtime").JSX.Element>;
|
|
174
187
|
export { MemoizedDataTable as DataTable };
|
|
175
188
|
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../src/DataTable/DataTable.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EACL,SAAS,EAOV,MAAM,OAAO,CAAC;AACf,OAAO,EAGL,OAAO,EACP,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EAMrB,aAAa,EACb,iBAAiB,EAClB,MAAM,sBAAsB,CAAC;AAS9B,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAc,oBAAoB,EAAiB,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,UAAU,EAAe,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAEL,wBAAwB,EACzB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,OAAO,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../src/DataTable/DataTable.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRowReordering.d.ts","sourceRoot":"","sources":["../../../src/DataTable/useRowReordering.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE/E,eAAO,MAAM,gBAAgB,oGAS1B;IACD,SAAS,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;IACvC,aAAa,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC;IAC/C,IAAI,EAAE,WAAW,EAAE,CAAC;IACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useRowReordering.d.ts","sourceRoot":"","sources":["../../../src/DataTable/useRowReordering.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE/E,eAAO,MAAM,gBAAgB,oGAS1B;IACD,SAAS,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;IACvC,aAAa,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC;IAC/C,IAAI,EAAE,WAAW,EAAE,CAAC;IACpB,OAAO,EAAE,QAAQ,CAAC,cAAc,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IACjD,WAAW,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAC1C,cAAc,EAAE,QAAQ,CACtB,cAAc,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC,CACxD,CAAC;IACF,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;CACd;;;;;;;;;;;;;;qFAkDI;QACD,YAAY,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;;eA8BQ,iBAAiB,CAAC,WAAW,CAAC;aAChC,OAAO,CAAC,WAAW,CAAC;eAClB,aAAa,CAAC,iBAAiB,CAAC;;2CAsFhC,iBAAiB,CAAC,WAAW,CAAC;uCAhBG,iBAAiB,CAAC,WAAW,CAAC;wCAwB/D,iBAAiB,CAAC,WAAW,CAAC;8CAhLpC;QACD,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAC;KACrB;CA6LF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorMessageList.d.ts","sourceRoot":"","sources":["../../src/ErrorMessageList.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"ErrorMessageList.d.ts","sourceRoot":"","sources":["../../src/ErrorMessageList.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAMH,MAAM,MAAM,qBAAqB,GAAG;IAClC,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC;AAkCF,QAAA,MAAM,wBAAwB,0DA3Be,qBAAqB,6CA2BX,CAAC;AAGxD,OAAO,EAAE,wBAAwB,IAAI,gBAAgB,EAAE,CAAC"}
|
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;AAOpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAMxC,eAAO,MAAM,eAAe,8BAA+B,CAAC;AAE5D,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;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,yBAAyB,KAAK,YAAY,CAAC;CAC/C,CAAC;AAwGF,QAAA,MAAM,aAAa,kQAvFhB,UAAU,GACX,
|
|
1
|
+
{"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/Field.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAQ,YAAY,EAAW,MAAM,OAAO,CAAC;AAOpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAI5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAMxC,eAAO,MAAM,eAAe,8BAA+B,CAAC;AAE5D,MAAM,MAAM,yBAAyB,GAAG;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;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,yBAAyB,KAAK,YAAY,CAAC;CAC/C,CAAC;AAwGF,QAAA,MAAM,aAAa,kQAvFhB,UAAU,GACX,IAAI,CACF,mBAAmB,EACjB,cAAc,GACd,kBAAkB,GAClB,MAAM,GACN,mBAAmB,GACnB,IAAI,GACJ,YAAY,GACZ,aAAa,GACb,YAAY,CACf,GACD,IAAI,CAAC,SAAS,EAAE,iBAAiB,CAAC,6CA2EH,CAAC;AAGlC,OAAO,EAAE,aAAa,IAAI,KAAK,EAAE,CAAC"}
|
package/dist/src/FieldError.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../src/FieldError.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../src/FieldError.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAQH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;AA8B5C,QAAA,MAAM,kBAAkB,yFAtBrB,eAAe,6CAsByB,CAAC;AAG5C,OAAO,EAAE,kBAAkB,IAAI,UAAU,EAAE,CAAC"}
|
package/dist/src/FieldHint.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="react" />
|
|
13
12
|
import { FieldComponentProps } from "./FieldComponentProps";
|
|
14
13
|
import type { HtmlProps } from "./HtmlProps";
|
|
15
14
|
export type FieldHintProps = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldHint.d.ts","sourceRoot":"","sources":["../../src/FieldHint.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"FieldHint.d.ts","sourceRoot":"","sources":["../../src/FieldHint.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAMH,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,cAAc,GAAG;IAC3B,aAAa,CAAC,EAAE,mBAAmB,CAAC,mBAAmB,CAAC,CAAC;IACzD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;AAqB5C,QAAA,MAAM,iBAAiB,wFAbpB,cAAc,6CAawB,CAAC;AAG1C,OAAO,EAAE,iBAAiB,IAAI,SAAS,EAAE,CAAC"}
|
package/dist/src/FieldLabel.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../src/FieldLabel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../src/FieldLabel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAQH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG;IAC5B,eAAe,EAAE,OAAO,CAAC;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC;AAqC5C,QAAA,MAAM,kBAAkB,+GA3BrB,eAAe,6CA2ByB,CAAC;AAG5C,OAAO,EAAE,kBAAkB,IAAI,UAAU,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldsetContext.d.ts","sourceRoot":"","sources":["../../src/FieldsetContext.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"FieldsetContext.d.ts","sourceRoot":"","sources":["../../src/FieldsetContext.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,eAAe,+CAE1B,CAAC;AAEH,eAAO,MAAM,WAAW,4BAAoC,CAAC"}
|
package/dist/src/HintLink.d.ts
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="react" />
|
|
13
12
|
import { LinkProps } from "./Link";
|
|
14
13
|
declare const MemoizedHintLink: import("react").MemoExoticComponent<(props: Pick<LinkProps, "children" | "href" | "onClick" | "rel" | "target" | "testId">) => import("react/jsx-runtime").JSX.Element>;
|
|
15
14
|
export { MemoizedHintLink as HintLink };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HintLink.d.ts","sourceRoot":"","sources":["../../src/HintLink.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"HintLink.d.ts","sourceRoot":"","sources":["../../src/HintLink.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,OAAO,EAAQ,SAAS,EAAE,MAAM,QAAQ,CAAC;AASzC,QAAA,MAAM,gBAAgB,8CANb,IAAI,CACT,SAAS,EACT,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAC9D,6CAGoC,CAAC;AAIxC,OAAO,EAAE,gBAAgB,IAAI,QAAQ,EAAE,CAAC"}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
*
|
|
10
10
|
* See the License for the specific language governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="react" />
|
|
13
12
|
export type MuiPropsContextType = Record<string, unknown>;
|
|
14
13
|
export declare const MuiPropsContext: import("react").Context<MuiPropsContextType>;
|
|
15
14
|
export declare const useMuiProps: () => MuiPropsContextType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MuiPropsContext.d.ts","sourceRoot":"","sources":["../../src/MuiPropsContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"MuiPropsContext.d.ts","sourceRoot":"","sources":["../../src/MuiPropsContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAIH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAC1D,eAAO,MAAM,eAAe,8CAAyC,CAAC;AAEtE,eAAO,MAAM,WAAW,2BAAoC,CAAC"}
|
|
@@ -80,7 +80,7 @@ declare const MemoizedNativeSelect: React.MemoExoticComponent<React.ForwardRefEx
|
|
|
80
80
|
/**
|
|
81
81
|
* The options or optgroup elements within the NativeSelect
|
|
82
82
|
*/
|
|
83
|
-
children?:
|
|
83
|
+
children?: ReactElement<"option"> | ReactElement<"optgroup">;
|
|
84
84
|
/**
|
|
85
85
|
* The default value of the NativeSelect. Use when component is uncontrolled
|
|
86
86
|
*/
|
|
@@ -92,7 +92,7 @@ declare const MemoizedNativeSelect: React.MemoExoticComponent<React.ForwardRefEx
|
|
|
92
92
|
/**
|
|
93
93
|
* The ref forwarded to the NativeSelect
|
|
94
94
|
*/
|
|
95
|
-
inputRef?: React.RefObject<FocusHandle
|
|
95
|
+
inputRef?: React.RefObject<FocusHandle>;
|
|
96
96
|
/**
|
|
97
97
|
* @deprecated Use `hasMultipleChoices` instead
|
|
98
98
|
*/
|
|
@@ -105,7 +105,7 @@ declare const MemoizedNativeSelect: React.MemoExoticComponent<React.ForwardRefEx
|
|
|
105
105
|
/**
|
|
106
106
|
* Callback fired when the NativeSelect loses focus
|
|
107
107
|
*/
|
|
108
|
-
onBlur?:
|
|
108
|
+
onBlur?: MuiSelectProps<Value>["onBlur"];
|
|
109
109
|
/**
|
|
110
110
|
* Callback fired when the value of the NativeSelect changes
|
|
111
111
|
*/
|
|
@@ -113,7 +113,7 @@ declare const MemoizedNativeSelect: React.MemoExoticComponent<React.ForwardRefEx
|
|
|
113
113
|
/**
|
|
114
114
|
* Callback fired when the NativeSelect gains focus
|
|
115
115
|
*/
|
|
116
|
-
onFocus?:
|
|
116
|
+
onFocus?: MuiSelectProps<Value>["onFocus"];
|
|
117
117
|
options: string | string[];
|
|
118
118
|
/**
|
|
119
119
|
* The value or values selected in the NativeSelect. Use when component is controlled
|