@keycloakify/keycloak-account-ui 26.0.6-rc.1 → 260007.0.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/KcAccountUiLoader.d.ts +2 -4
- package/KcAccountUiLoader.js +34 -41
- package/KcAccountUiLoader.js.map +1 -1
- package/README.md +0 -49
- package/index.js.map +1 -1
- package/{KcAccountUi.js → keycloak-theme/account/KcAccountUi.tsx} +15 -7
- package/keycloak-theme/account/KcContext.ts +8 -0
- package/keycloak-theme/account/KcPage.tsx +11 -0
- package/{src → keycloak-theme/account}/account-security/AccountRow.tsx +8 -4
- package/{src → keycloak-theme/account}/account-security/DeviceActivity.tsx +11 -7
- package/{src → keycloak-theme/account}/account-security/LinkedAccounts.tsx +12 -8
- package/{src → keycloak-theme/account}/account-security/LinkedAccountsToolbar.tsx +4 -0
- package/{src → keycloak-theme/account}/account-security/SigningIn.tsx +12 -8
- package/{src → keycloak-theme/account}/api/constants.ts +4 -0
- package/{src → keycloak-theme/account}/api/methods.ts +9 -5
- package/{src → keycloak-theme/account}/api/parse-links.ts +4 -0
- package/{src → keycloak-theme/account}/api/parse-response.ts +6 -2
- package/{src → keycloak-theme/account}/api/representations.ts +4 -0
- package/{src → keycloak-theme/account}/api/request.ts +7 -3
- package/{src → keycloak-theme/account}/api.ts +11 -7
- package/{src → keycloak-theme/account}/applications/Applications.tsx +12 -8
- package/{src/public → keycloak-theme/account/assets}/content.ts +14 -20
- package/keycloak-theme/account/assets/favicon.svg +63 -0
- package/{src → keycloak-theme/account}/components/datalist/EmptyRow.tsx +4 -0
- package/{src → keycloak-theme/account}/components/page/Page.tsx +4 -0
- package/{src → keycloak-theme/account}/content/ContentComponent.tsx +10 -6
- package/keycloak-theme/account/content/fetchContent.ts +13 -0
- package/{src → keycloak-theme/account}/environment.ts +5 -1
- package/{src → keycloak-theme/account}/groups/Groups.tsx +9 -5
- package/{src → keycloak-theme/account/i18n}/i18n.ts +7 -5
- package/keycloak-theme/account/i18n/index.ts +5 -0
- package/{messages → keycloak-theme/account/i18n}/messages_ar.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_ca.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_cs.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_da.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_de.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_el.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_en.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_es.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_fa.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_fi.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_fr.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_hu.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_it.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_ja.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_ka.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_lt.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_lv.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_nl.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_no.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_pl.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_pt.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_pt_BR.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_ru.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_sk.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_sv.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_th.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_tr.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_uk.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_zh_CN.properties +8 -0
- package/{messages → keycloak-theme/account/i18n}/messages_zh_TW.properties +8 -0
- package/{src → keycloak-theme/account}/i18next.d.ts +4 -0
- package/{src → keycloak-theme/account}/oid4vci/Oid4Vci.tsx +9 -5
- package/{src → keycloak-theme/account}/organizations/Organizations.tsx +9 -5
- package/{src → keycloak-theme/account}/personal-info/PersonalInfo.tsx +13 -10
- package/{src → keycloak-theme/account}/resources/EditTheResource.tsx +8 -4
- package/{src → keycloak-theme/account}/resources/PermissionRequest.tsx +8 -4
- package/{src → keycloak-theme/account}/resources/ResourceToolbar.tsx +4 -0
- package/{src → keycloak-theme/account}/resources/Resources.tsx +6 -2
- package/{src → keycloak-theme/account}/resources/ResourcesTab.tsx +16 -12
- package/{src → keycloak-theme/account}/resources/ShareTheResource.tsx +9 -5
- package/{src → keycloak-theme/account}/resources/SharedWith.tsx +5 -1
- package/{src → keycloak-theme/account}/root/ErrorPage.tsx +4 -0
- package/{src → keycloak-theme/account}/root/Header.tsx +11 -6
- package/{src → keycloak-theme/account}/root/PageNav.tsx +9 -5
- package/{src → keycloak-theme/account}/root/Root.tsx +8 -4
- package/{src → keycloak-theme/account}/routes.tsx +18 -14
- package/{src → keycloak-theme/account}/utils/formatDate.ts +6 -3
- package/{src → keycloak-theme/account}/utils/joinPath.ts +4 -0
- package/{src → keycloak-theme/account}/utils/useAccountAlerts.ts +6 -2
- package/{src → keycloak-theme/account}/utils/usePromise.ts +4 -0
- package/package.json +18 -525
- package/src/KcAccountUiLoader.tsx +391 -370
- package/src/zKcContextLike.ts +31 -74
- package/tsconfig.tsbuildinfo +1 -0
- package/zKcContextLike.js +7 -7
- package/zKcContextLike.js.map +1 -1
- package/KcAccountUi.d.ts +0 -3
- package/KcAccountUi.js.map +0 -1
- package/account-security/AccountRow.d.ts +0 -8
- package/account-security/AccountRow.js +0 -37
- package/account-security/AccountRow.js.map +0 -1
- package/account-security/DeviceActivity.d.ts +0 -2
- package/account-security/DeviceActivity.js +0 -71
- package/account-security/DeviceActivity.js.map +0 -1
- package/account-security/LinkedAccounts.d.ts +0 -2
- package/account-security/LinkedAccounts.js +0 -40
- package/account-security/LinkedAccounts.js.map +0 -1
- package/account-security/LinkedAccountsToolbar.d.ts +0 -12
- package/account-security/LinkedAccountsToolbar.js +0 -24
- package/account-security/LinkedAccountsToolbar.js.map +0 -1
- package/account-security/SigningIn.d.ts +0 -2
- package/account-security/SigningIn.js +0 -65
- package/account-security/SigningIn.js.map +0 -1
- package/api/constants.d.ts +0 -2
- package/api/constants.js +0 -3
- package/api/constants.js.map +0 -1
- package/api/methods.d.ts +0 -31
- package/api/methods.js +0 -80
- package/api/methods.js.map +0 -1
- package/api/parse-links.d.ts +0 -5
- package/api/parse-links.js +0 -23
- package/api/parse-links.js.map +0 -1
- package/api/parse-response.d.ts +0 -5
- package/api/parse-response.js +0 -36
- package/api/parse-response.js.map +0 -1
- package/api/representations.d.ts +0 -202
- package/api/representations.js +0 -3
- package/api/representations.js.map +0 -1
- package/api/request.d.ts +0 -12
- package/api/request.js +0 -33
- package/api/request.js.map +0 -1
- package/api.d.ts +0 -13
- package/api.js +0 -46
- package/api.js.map +0 -1
- package/applications/Applications.d.ts +0 -2
- package/applications/Applications.js +0 -53
- package/applications/Applications.js.map +0 -1
- package/components/datalist/EmptyRow.d.ts +0 -5
- package/components/datalist/EmptyRow.js +0 -20
- package/components/datalist/EmptyRow.js.map +0 -1
- package/components/page/Page.d.ts +0 -7
- package/components/page/Page.js +0 -6
- package/components/page/Page.js.map +0 -1
- package/content/ContentComponent.d.ts +0 -2
- package/content/ContentComponent.js +0 -36
- package/content/ContentComponent.js.map +0 -1
- package/content/fetchContent.d.ts +0 -3
- package/content/fetchContent.js +0 -6
- package/content/fetchContent.js.map +0 -1
- package/environment.d.ts +0 -26
- package/environment.js +0 -3
- package/environment.js.map +0 -1
- package/groups/Groups.d.ts +0 -2
- package/groups/Groups.js +0 -45
- package/groups/Groups.js.map +0 -1
- package/i18n.d.ts +0 -4
- package/i18n.js +0 -32
- package/i18n.js.map +0 -1
- package/oid4vci/Oid4Vci.d.ts +0 -2
- package/oid4vci/Oid4Vci.js +0 -54
- package/oid4vci/Oid4Vci.js.map +0 -1
- package/organizations/Organizations.d.ts +0 -2
- package/organizations/Organizations.js +0 -19
- package/organizations/Organizations.js.map +0 -1
- package/personal-info/PersonalInfo.d.ts +0 -2
- package/personal-info/PersonalInfo.js +0 -69
- package/personal-info/PersonalInfo.js.map +0 -1
- package/public/content.d.ts +0 -37
- package/public/content.js +0 -50
- package/public/content.js.map +0 -1
- package/resources/EditTheResource.d.ts +0 -8
- package/resources/EditTheResource.js +0 -37
- package/resources/EditTheResource.js.map +0 -1
- package/resources/PermissionRequest.d.ts +0 -7
- package/resources/PermissionRequest.js +0 -40
- package/resources/PermissionRequest.js.map +0 -1
- package/resources/ResourceToolbar.d.ts +0 -12
- package/resources/ResourceToolbar.js +0 -24
- package/resources/ResourceToolbar.js.map +0 -1
- package/resources/Resources.d.ts +0 -2
- package/resources/Resources.js +0 -13
- package/resources/Resources.js.map +0 -1
- package/resources/ResourcesTab.d.ts +0 -5
- package/resources/ResourcesTab.js +0 -104
- package/resources/ResourcesTab.js.map +0 -1
- package/resources/ShareTheResource.d.ts +0 -9
- package/resources/ShareTheResource.js +0 -71
- package/resources/ShareTheResource.js.map +0 -1
- package/resources/SharedWith.d.ts +0 -6
- package/resources/SharedWith.js +0 -8
- package/resources/SharedWith.js.map +0 -1
- package/root/ErrorPage.d.ts +0 -5
- package/root/ErrorPage.js +0 -29
- package/root/ErrorPage.js.map +0 -1
- package/root/Header.d.ts +0 -1
- package/root/Header.js +0 -31
- package/root/Header.js.map +0 -1
- package/root/PageNav.d.ts +0 -22
- package/root/PageNav.js +0 -47
- package/root/PageNav.js.map +0 -1
- package/root/Root.d.ts +0 -1
- package/root/Root.js +0 -12
- package/root/Root.js.map +0 -1
- package/routes.d.ts +0 -16
- package/routes.js +0 -75
- package/routes.js.map +0 -1
- package/src/KcAccountUi.tsx +0 -25
- package/src/content/fetchContent.ts +0 -13
- package/src/global.d.ts +0 -9
- package/src/public/logo.svg +0 -1
- package/src/root/header.module.css +0 -3
- package/src/ui-shared/alerts/AlertPanel.tsx +0 -43
- package/src/ui-shared/alerts/Alerts.tsx +0 -82
- package/src/ui-shared/buttons/FormSubmitButton.tsx +0 -47
- package/src/ui-shared/context/ErrorPage.tsx +0 -60
- package/src/ui-shared/context/HelpContext.tsx +0 -30
- package/src/ui-shared/context/KeycloakContext.tsx +0 -97
- package/src/ui-shared/context/environment.ts +0 -50
- package/src/ui-shared/continue-cancel/ContinueCancelModal.tsx +0 -75
- package/src/ui-shared/controls/FormErrorText.tsx +0 -23
- package/src/ui-shared/controls/FormLabel.tsx +0 -40
- package/src/ui-shared/controls/HelpItem.tsx +0 -43
- package/src/ui-shared/controls/KeycloakSpinner.tsx +0 -12
- package/src/ui-shared/controls/NumberControl.tsx +0 -93
- package/src/ui-shared/controls/OrganizationTable.tsx +0 -122
- package/src/ui-shared/controls/PasswordControl.tsx +0 -71
- package/src/ui-shared/controls/PasswordInput.tsx +0 -50
- package/src/ui-shared/controls/SwitchControl.tsx +0 -67
- package/src/ui-shared/controls/TextAreaControl.tsx +0 -60
- package/src/ui-shared/controls/TextControl.tsx +0 -75
- package/src/ui-shared/controls/keycloak-text-area/KeycloakTextArea.tsx +0 -23
- package/src/ui-shared/controls/select-control/SelectControl.tsx +0 -75
- package/src/ui-shared/controls/select-control/SingleSelectControl.tsx +0 -109
- package/src/ui-shared/controls/select-control/TypeaheadSelectControl.tsx +0 -285
- package/src/ui-shared/controls/table/KeycloakDataTable.tsx +0 -597
- package/src/ui-shared/controls/table/ListEmptyState.tsx +0 -86
- package/src/ui-shared/controls/table/PaginatingTableToolbar.tsx +0 -106
- package/src/ui-shared/controls/table/TableToolbar.tsx +0 -92
- package/src/ui-shared/icons/IconMapper.tsx +0 -63
- package/src/ui-shared/index.ts +0 -1
- package/src/ui-shared/main.ts +0 -96
- package/src/ui-shared/masthead/DefaultAvatar.tsx +0 -109
- package/src/ui-shared/masthead/KeycloakDropdown.tsx +0 -48
- package/src/ui-shared/masthead/Masthead.tsx +0 -161
- package/src/ui-shared/scroll-form/FormPanel.tsx +0 -29
- package/src/ui-shared/scroll-form/FormTitle.tsx +0 -28
- package/src/ui-shared/scroll-form/ScrollForm.tsx +0 -98
- package/src/ui-shared/scroll-form/ScrollPanel.tsx +0 -21
- package/src/ui-shared/scroll-form/form-title.module.css +0 -4
- package/src/ui-shared/scroll-form/scroll-form.module.css +0 -8
- package/src/ui-shared/select/KeycloakSelect.tsx +0 -49
- package/src/ui-shared/select/SingleSelect.tsx +0 -89
- package/src/ui-shared/select/TypeaheadSelect.tsx +0 -198
- package/src/ui-shared/user-profile/LocaleSelector.tsx +0 -51
- package/src/ui-shared/user-profile/MultiInputComponent.tsx +0 -146
- package/src/ui-shared/user-profile/OptionsComponent.tsx +0 -63
- package/src/ui-shared/user-profile/SelectComponent.tsx +0 -109
- package/src/ui-shared/user-profile/TextAreaComponent.tsx +0 -23
- package/src/ui-shared/user-profile/TextComponent.tsx +0 -32
- package/src/ui-shared/user-profile/UserProfileFields.tsx +0 -243
- package/src/ui-shared/user-profile/UserProfileGroup.tsx +0 -71
- package/src/ui-shared/user-profile/utils.ts +0 -170
- package/src/ui-shared/utils/ErrorBoundary.tsx +0 -77
- package/src/ui-shared/utils/createNamedContext.ts +0 -11
- package/src/ui-shared/utils/darkMode.ts +0 -19
- package/src/ui-shared/utils/errors.ts +0 -55
- package/src/ui-shared/utils/generateId.ts +0 -1
- package/src/ui-shared/utils/getRuleValue.ts +0 -17
- package/src/ui-shared/utils/isDefined.ts +0 -3
- package/src/ui-shared/utils/useFetch.ts +0 -44
- package/src/ui-shared/utils/useRequiredContext.ts +0 -24
- package/src/ui-shared/utils/useSetTimeout.ts +0 -40
- package/src/ui-shared/utils/useStorageItem.ts +0 -51
- package/src/ui-shared/utils/useStoredState.ts +0 -38
- package/ui-shared/alerts/AlertPanel.d.ts +0 -6
- package/ui-shared/alerts/AlertPanel.js +0 -6
- package/ui-shared/alerts/AlertPanel.js.map +0 -1
- package/ui-shared/alerts/Alerts.d.ts +0 -16
- package/ui-shared/alerts/Alerts.js +0 -37
- package/ui-shared/alerts/Alerts.js.map +0 -1
- package/ui-shared/buttons/FormSubmitButton.d.ts +0 -10
- package/ui-shared/buttons/FormSubmitButton.js +0 -26
- package/ui-shared/buttons/FormSubmitButton.js.map +0 -1
- package/ui-shared/context/ErrorPage.d.ts +0 -5
- package/ui-shared/context/ErrorPage.js +0 -24
- package/ui-shared/context/ErrorPage.js.map +0 -1
- package/ui-shared/context/HelpContext.d.ts +0 -9
- package/ui-shared/context/HelpContext.js +0 -14
- package/ui-shared/context/HelpContext.js.map +0 -1
- package/ui-shared/context/KeycloakContext.d.ts +0 -12
- package/ui-shared/context/KeycloakContext.js +0 -53
- package/ui-shared/context/KeycloakContext.js.map +0 -1
- package/ui-shared/context/environment.d.ts +0 -36
- package/ui-shared/context/environment.js +0 -27
- package/ui-shared/context/environment.js.map +0 -1
- package/ui-shared/continue-cancel/ContinueCancelModal.d.ts +0 -15
- package/ui-shared/continue-cancel/ContinueCancelModal.js +0 -27
- package/ui-shared/continue-cancel/ContinueCancelModal.js.map +0 -1
- package/ui-shared/controls/FormErrorText.d.ts +0 -5
- package/ui-shared/controls/FormErrorText.js +0 -19
- package/ui-shared/controls/FormErrorText.js.map +0 -1
- package/ui-shared/controls/FormLabel.d.ts +0 -13
- package/ui-shared/controls/FormLabel.js +0 -20
- package/ui-shared/controls/FormLabel.js.map +0 -1
- package/ui-shared/controls/HelpItem.d.ts +0 -9
- package/ui-shared/controls/HelpItem.js +0 -9
- package/ui-shared/controls/HelpItem.js.map +0 -1
- package/ui-shared/controls/KeycloakSpinner.d.ts +0 -1
- package/ui-shared/controls/KeycloakSpinner.js +0 -8
- package/ui-shared/controls/KeycloakSpinner.js.map +0 -1
- package/ui-shared/controls/NumberControl.d.ts +0 -13
- package/ui-shared/controls/NumberControl.js +0 -33
- package/ui-shared/controls/NumberControl.js.map +0 -1
- package/ui-shared/controls/OrganizationTable.d.ts +0 -16
- package/ui-shared/controls/OrganizationTable.js +0 -45
- package/ui-shared/controls/OrganizationTable.js.map +0 -1
- package/ui-shared/controls/PasswordControl.d.ts +0 -9
- package/ui-shared/controls/PasswordControl.js +0 -25
- package/ui-shared/controls/PasswordControl.js.map +0 -1
- package/ui-shared/controls/PasswordInput.d.ts +0 -7
- package/ui-shared/controls/PasswordInput.js +0 -25
- package/ui-shared/controls/PasswordInput.js.map +0 -1
- package/ui-shared/controls/SwitchControl.d.ts +0 -11
- package/ui-shared/controls/SwitchControl.js +0 -29
- package/ui-shared/controls/SwitchControl.js.map +0 -1
- package/ui-shared/controls/TextAreaControl.d.ts +0 -8
- package/ui-shared/controls/TextAreaControl.js +0 -12
- package/ui-shared/controls/TextAreaControl.js.map +0 -1
- package/ui-shared/controls/TextControl.d.ts +0 -11
- package/ui-shared/controls/TextControl.js +0 -24
- package/ui-shared/controls/TextControl.js.map +0 -1
- package/ui-shared/controls/keycloak-text-area/KeycloakTextArea.d.ts +0 -4
- package/ui-shared/controls/keycloak-text-area/KeycloakTextArea.js +0 -5
- package/ui-shared/controls/keycloak-text-area/KeycloakTextArea.js.map +0 -1
- package/ui-shared/controls/select-control/SelectControl.d.ts +0 -31
- package/ui-shared/controls/select-control/SelectControl.js +0 -28
- package/ui-shared/controls/select-control/SelectControl.js.map +0 -1
- package/ui-shared/controls/select-control/SingleSelectControl.d.ts +0 -3
- package/ui-shared/controls/select-control/SingleSelectControl.js +0 -43
- package/ui-shared/controls/select-control/SingleSelectControl.js.map +0 -1
- package/ui-shared/controls/select-control/TypeaheadSelectControl.d.ts +0 -3
- package/ui-shared/controls/select-control/TypeaheadSelectControl.js +0 -140
- package/ui-shared/controls/select-control/TypeaheadSelectControl.js.map +0 -1
- package/ui-shared/controls/table/KeycloakDataTable.d.ts +0 -64
- package/ui-shared/controls/table/KeycloakDataTable.js +0 -279
- package/ui-shared/controls/table/KeycloakDataTable.js.map +0 -1
- package/ui-shared/controls/table/ListEmptyState.d.ts +0 -20
- package/ui-shared/controls/table/ListEmptyState.js +0 -11
- package/ui-shared/controls/table/ListEmptyState.js.map +0 -1
- package/ui-shared/controls/table/PaginatingTableToolbar.d.ts +0 -21
- package/ui-shared/controls/table/PaginatingTableToolbar.js +0 -27
- package/ui-shared/controls/table/PaginatingTableToolbar.js.map +0 -1
- package/ui-shared/controls/table/TableToolbar.d.ts +0 -12
- package/ui-shared/controls/table/TableToolbar.js +0 -30
- package/ui-shared/controls/table/TableToolbar.js.map +0 -1
- package/ui-shared/icons/IconMapper.d.ts +0 -5
- package/ui-shared/icons/IconMapper.js +0 -40
- package/ui-shared/icons/IconMapper.js.map +0 -1
- package/ui-shared/index.d.ts +0 -1
- package/ui-shared/index.js +0 -2
- package/ui-shared/index.js.map +0 -1
- package/ui-shared/main.d.ts +0 -45
- package/ui-shared/main.js +0 -41
- package/ui-shared/main.js.map +0 -1
- package/ui-shared/masthead/DefaultAvatar.d.ts +0 -7
- package/ui-shared/masthead/DefaultAvatar.js +0 -26
- package/ui-shared/masthead/DefaultAvatar.js.map +0 -1
- package/ui-shared/masthead/KeycloakDropdown.d.ts +0 -10
- package/ui-shared/masthead/KeycloakDropdown.js +0 -23
- package/ui-shared/masthead/KeycloakDropdown.js.map +0 -1
- package/ui-shared/masthead/Masthead.d.ts +0 -19
- package/ui-shared/masthead/Masthead.js +0 -55
- package/ui-shared/masthead/Masthead.js.map +0 -1
- package/ui-shared/scroll-form/FormPanel.d.ts +0 -8
- package/ui-shared/scroll-form/FormPanel.js +0 -9
- package/ui-shared/scroll-form/FormPanel.js.map +0 -1
- package/ui-shared/scroll-form/FormTitle.d.ts +0 -8
- package/ui-shared/scroll-form/FormTitle.js +0 -19
- package/ui-shared/scroll-form/FormTitle.js.map +0 -1
- package/ui-shared/scroll-form/ScrollForm.d.ts +0 -15
- package/ui-shared/scroll-form/ScrollForm.js +0 -38
- package/ui-shared/scroll-form/ScrollForm.js.map +0 -1
- package/ui-shared/scroll-form/ScrollPanel.d.ts +0 -7
- package/ui-shared/scroll-form/ScrollPanel.js +0 -18
- package/ui-shared/scroll-form/ScrollPanel.js.map +0 -1
- package/ui-shared/scroll-form/form-title.module.css +0 -4
- package/ui-shared/scroll-form/scroll-form.module.css +0 -8
- package/ui-shared/select/KeycloakSelect.d.ts +0 -30
- package/ui-shared/select/KeycloakSelect.js +0 -31
- package/ui-shared/select/KeycloakSelect.js.map +0 -1
- package/ui-shared/select/SingleSelect.d.ts +0 -4
- package/ui-shared/select/SingleSelect.js +0 -49
- package/ui-shared/select/SingleSelect.js.map +0 -1
- package/ui-shared/select/TypeaheadSelect.d.ts +0 -2
- package/ui-shared/select/TypeaheadSelect.js +0 -96
- package/ui-shared/select/TypeaheadSelect.js.map +0 -1
- package/ui-shared/user-profile/LocaleSelector.d.ts +0 -7
- package/ui-shared/user-profile/LocaleSelector.js +0 -28
- package/ui-shared/user-profile/LocaleSelector.js.map +0 -1
- package/ui-shared/user-profile/MultiInputComponent.d.ts +0 -15
- package/ui-shared/user-profile/MultiInputComponent.js +0 -61
- package/ui-shared/user-profile/MultiInputComponent.js.map +0 -1
- package/ui-shared/user-profile/OptionsComponent.d.ts +0 -2
- package/ui-shared/user-profile/OptionsComponent.js +0 -29
- package/ui-shared/user-profile/OptionsComponent.js.map +0 -1
- package/ui-shared/user-profile/SelectComponent.d.ts +0 -2
- package/ui-shared/user-profile/SelectComponent.js +0 -56
- package/ui-shared/user-profile/SelectComponent.js.map +0 -1
- package/ui-shared/user-profile/TextAreaComponent.d.ts +0 -2
- package/ui-shared/user-profile/TextAreaComponent.js +0 -11
- package/ui-shared/user-profile/TextAreaComponent.js.map +0 -1
- package/ui-shared/user-profile/TextComponent.d.ts +0 -2
- package/ui-shared/user-profile/TextComponent.js +0 -14
- package/ui-shared/user-profile/TextComponent.js.map +0 -1
- package/ui-shared/user-profile/UserProfileFields.d.ts +0 -37
- package/ui-shared/user-profile/UserProfileFields.js +0 -94
- package/ui-shared/user-profile/UserProfileFields.js.map +0 -1
- package/ui-shared/user-profile/UserProfileGroup.d.ts +0 -12
- package/ui-shared/user-profile/UserProfileGroup.js +0 -15
- package/ui-shared/user-profile/UserProfileGroup.js.map +0 -1
- package/ui-shared/user-profile/utils.d.ts +0 -32
- package/ui-shared/user-profile/utils.js +0 -84
- package/ui-shared/user-profile/utils.js.map +0 -1
- package/ui-shared/utils/ErrorBoundary.d.ts +0 -26
- package/ui-shared/utils/ErrorBoundary.js +0 -29
- package/ui-shared/utils/ErrorBoundary.js.map +0 -1
- package/ui-shared/utils/createNamedContext.d.ts +0 -3
- package/ui-shared/utils/createNamedContext.js +0 -7
- package/ui-shared/utils/createNamedContext.js.map +0 -1
- package/ui-shared/utils/darkMode.d.ts +0 -1
- package/ui-shared/utils/darkMode.js +0 -16
- package/ui-shared/utils/darkMode.js.map +0 -1
- package/ui-shared/utils/errors.d.ts +0 -4
- package/ui-shared/utils/errors.js +0 -42
- package/ui-shared/utils/errors.js.map +0 -1
- package/ui-shared/utils/generateId.d.ts +0 -1
- package/ui-shared/utils/generateId.js +0 -2
- package/ui-shared/utils/generateId.js.map +0 -1
- package/ui-shared/utils/getRuleValue.d.ts +0 -2
- package/ui-shared/utils/getRuleValue.js +0 -12
- package/ui-shared/utils/getRuleValue.js.map +0 -1
- package/ui-shared/utils/isDefined.d.ts +0 -1
- package/ui-shared/utils/isDefined.js +0 -4
- package/ui-shared/utils/isDefined.js.map +0 -1
- package/ui-shared/utils/useFetch.d.ts +0 -17
- package/ui-shared/utils/useFetch.js +0 -38
- package/ui-shared/utils/useFetch.js.map +0 -1
- package/ui-shared/utils/useRequiredContext.d.ts +0 -9
- package/ui-shared/utils/useRequiredContext.js +0 -17
- package/ui-shared/utils/useRequiredContext.js.map +0 -1
- package/ui-shared/utils/useSetTimeout.d.ts +0 -1
- package/ui-shared/utils/useSetTimeout.js +0 -32
- package/ui-shared/utils/useSetTimeout.js.map +0 -1
- package/ui-shared/utils/useStorageItem.d.ts +0 -10
- package/ui-shared/utils/useStorageItem.js +0 -40
- package/ui-shared/utils/useStorageItem.js.map +0 -1
- package/ui-shared/utils/useStoredState.d.ts +0 -13
- package/ui-shared/utils/useStoredState.js +0 -21
- package/ui-shared/utils/useStoredState.js.map +0 -1
- package/utils/formatDate.d.ts +0 -4
- package/utils/formatDate.js +0 -12
- package/utils/formatDate.js.map +0 -1
- package/utils/joinPath.d.ts +0 -1
- package/utils/joinPath.js +0 -18
- package/utils/joinPath.js.map +0 -1
- package/utils/useAccountAlerts.d.ts +0 -4
- package/utils/useAccountAlerts.js +0 -19
- package/utils/useAccountAlerts.js.map +0 -1
- package/utils/usePromise.d.ts +0 -41
- package/utils/usePromise.js +0 -59
- package/utils/usePromise.js.map +0 -1
- /package/{public → keycloak-theme/account/assets}/logo.svg +0 -0
- /package/{root → keycloak-theme/account/root}/header.module.css +0 -0
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
1
5
|
import {
|
|
2
6
|
ContinueCancelModal,
|
|
3
7
|
label,
|
|
4
8
|
useEnvironment,
|
|
5
|
-
} from "
|
|
9
|
+
} from "../../shared/keycloak-ui-shared";
|
|
6
10
|
import {
|
|
7
11
|
Button,
|
|
8
12
|
DataList,
|
|
@@ -28,13 +32,13 @@ import {
|
|
|
28
32
|
import { useState } from "react";
|
|
29
33
|
import { useTranslation } from "react-i18next";
|
|
30
34
|
|
|
31
|
-
import { deleteConsent, getApplications } from "
|
|
32
|
-
import { ClientRepresentation } from "
|
|
33
|
-
import { Page } from "
|
|
34
|
-
import { TFuncKey } from "
|
|
35
|
-
import { formatDate } from "
|
|
36
|
-
import { useAccountAlerts } from "
|
|
37
|
-
import { usePromise } from "
|
|
35
|
+
import { deleteConsent, getApplications } from "../api/methods";
|
|
36
|
+
import { ClientRepresentation } from "../api/representations";
|
|
37
|
+
import { Page } from "../components/page/Page";
|
|
38
|
+
import { TFuncKey } from "../i18n";
|
|
39
|
+
import { formatDate } from "../utils/formatDate";
|
|
40
|
+
import { useAccountAlerts } from "../utils/useAccountAlerts";
|
|
41
|
+
import { usePromise } from "../utils/usePromise";
|
|
38
42
|
|
|
39
43
|
type Application = ClientRepresentation & {
|
|
40
44
|
open: boolean;
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
5
|
+
import type { MenuItem } from "../root/PageNav";
|
|
6
|
+
|
|
7
|
+
export const content: MenuItem[] = [
|
|
8
|
+
{ "label": "personalInfo", "path": "" },
|
|
6
9
|
{
|
|
7
10
|
"label": "accountSecurity",
|
|
8
11
|
"children": [
|
|
9
|
-
{
|
|
10
|
-
|
|
11
|
-
"path": "account-security/signing-in"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"label": "deviceActivity",
|
|
15
|
-
"path": "account-security/device-activity"
|
|
16
|
-
},
|
|
12
|
+
{ "label": "signingIn", "path": "account-security/signing-in" },
|
|
13
|
+
{ "label": "deviceActivity", "path": "account-security/device-activity" },
|
|
17
14
|
{
|
|
18
15
|
"label": "linkedAccounts",
|
|
19
16
|
"path": "account-security/linked-accounts",
|
|
@@ -21,10 +18,7 @@ const content = [
|
|
|
21
18
|
}
|
|
22
19
|
]
|
|
23
20
|
},
|
|
24
|
-
{
|
|
25
|
-
"label": "applications",
|
|
26
|
-
"path": "applications"
|
|
27
|
-
},
|
|
21
|
+
{ "label": "applications", "path": "applications" },
|
|
28
22
|
{
|
|
29
23
|
"label": "groups",
|
|
30
24
|
"path": "groups",
|
|
@@ -43,7 +37,7 @@ const content = [
|
|
|
43
37
|
{
|
|
44
38
|
"label": "oid4vci",
|
|
45
39
|
"path": "oid4vci",
|
|
46
|
-
"isVisible":
|
|
40
|
+
"isVisible":"isOid4VciEnabled"
|
|
47
41
|
}
|
|
48
|
-
]
|
|
49
|
-
|
|
42
|
+
]
|
|
43
|
+
;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs id="defs10">
|
|
3
|
+
<clipPath id="clip-path">
|
|
4
|
+
<path class="cls-1" id="rect4" d="M-1018.62 565.7H862.62v1175.78h-1881.24z" />
|
|
5
|
+
</clipPath>
|
|
6
|
+
<clipPath id="clip-path-2">
|
|
7
|
+
<path class="cls-1" id="rect7" d="M0 0h512v512H0z" />
|
|
8
|
+
</clipPath>
|
|
9
|
+
<style id="style2">.cls-1{fill:none}.cls-24{fill:#d0d0d0}.cls-26{fill:#d9d9d9}.cls-28{fill:#d8d8d8}.cls-29{fill:#e2e2e2}.cls-31{fill:#dedede}.cls-36{fill:#00b8e3}.cls-37{fill:#33c6e9}.cls-38{fill:#008aaa}</style>
|
|
10
|
+
</defs>
|
|
11
|
+
<g clip-path="url(#clip-path)" id="g36" stroke-width="1.51">
|
|
12
|
+
<path d="M-42.82 358l245 24.8 199.4 2z" id="path14" fill="#b17c81" stroke="#b17c81" />
|
|
13
|
+
<path d="M-42.82 358l444.44 26.79 227.18-2z" id="path16" fill="#a2747c" stroke="#a2747c" />
|
|
14
|
+
<path d="M401.62 384.74l163.69 138.89 63.49-140.87z" id="path18" fill="#996976" stroke="#996976" />
|
|
15
|
+
<path d="M202.22 382.76l54.56 14.88 144.84-12.9z" id="path20" fill="#aa787e" stroke="#aa787e" />
|
|
16
|
+
<path d="M401.62 384.74L356 537.52l209.32-13.89z" id="path22" fill="#b2777e" stroke="#b2777e" />
|
|
17
|
+
<path d="M256.78 397.64L356 537.52l45.63-152.78z" id="path24" fill="#b27a7f" stroke="#b27a7f" />
|
|
18
|
+
<path d="M256.78 397.64l-92.26 135.91 191.47 4z" id="path26" fill="#c78485" stroke="#c78485" />
|
|
19
|
+
<path d="M202.22 382.76l-37.7 150.79 92.26-135.91z" id="path28" fill="#c08184" stroke="#c08184" />
|
|
20
|
+
<path d="M-42.82 358l207.34 175.55 37.7-150.79z" id="path30" fill="#c48485" stroke="#c48485" />
|
|
21
|
+
<path d="M-42.82 358l-51.59 137.9 258.93 37.7z" id="path32" fill="#d58b88" stroke="#d58b88" />
|
|
22
|
+
<path d="M-94.41 495.85L-33.89 598l198.41-64.48z" id="path34" fill="#e09790" stroke="#e09790" />
|
|
23
|
+
</g>
|
|
24
|
+
<g clip-path="url(#clip-path-2)" id="g110">
|
|
25
|
+
<path d="M438.48 152a3.79 3.79 0 01-3.32-1.89L377.39 49.94a3.91 3.91 0 00-3.39-1.89H138.33a3.79 3.79 0 00-3.33 1.89L75 153.89l-55.83 100.2a3.88 3.88 0 000 3.82L75 358l60 104a3.79 3.79 0 003.32 1.89H374a3.91 3.91 0 003.36-1.89l57.84-100.1a3.79 3.79 0 013.32-1.89h71.93a4.32 4.32 0 004.32-4.32V156.32a4.32 4.32 0 00-4.32-4.32h-72z" id="path38" fill="#4d4d4d" />
|
|
26
|
+
<path d="M72.85 157.64l-55.191 98.369 5.871 12.931 54.845 89.592L114.19 360l287.27-.02H461l38.264-9.68 15.496-42.81.01-49.36v-45.72L510.46 152h-71.98l-22.11.01H147.94l-75.09 5.63" id="path27674" fill="#e2e2e2" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-opacity="1" fill-opacity="1" />
|
|
27
|
+
<path class="cls-1" d="M510.46 152H78.34a3.91 3.91 0 00-3.34 1.89v.07l-2.14 3.69-26.45 45.83-29.23 50.63a3.8 3.8 0 000 3.83l6.35 11L75 358.06a3.84 3.84 0 003.34 1.94h432.18a4.27 4.27 0 004.24-4.28V156.34a4.32 4.32 0 00-4.3-4.34z" id="path40" />
|
|
28
|
+
<path d="M88.1 245.5l-64.57 23.44-6.35-11a3.8 3.8 0 010-3.83l29.23-50.63z" id="path42" fill="#e1e1e1" />
|
|
29
|
+
<path id="polygon44" fill="#c8c8c8" d="M472.21 264.21l42.56-6.08v49.36l-42.56-43.28z" />
|
|
30
|
+
<path d="M472.21 264.21l42.55 43.28v48.21a4.27 4.27 0 01-4.24 4.28H461z" id="path46" fill="#c2c2c2" />
|
|
31
|
+
<path id="polygon48" fill="#c7c7c7" d="M472.21 264.21L461 359.98h-59.54l-18.04-43.45 88.79-52.32z" />
|
|
32
|
+
<path id="polygon50" fill="#cecece" d="M472.21 264.21l42.56-51.8v45.72l-42.56 6.08z" />
|
|
33
|
+
<path d="M514.77 156.33v56.08l-42.55 51.8L440.12 152h70.33a4.32 4.32 0 014.32 4.33z" id="path52" fill="#d3d3d3" />
|
|
34
|
+
<path id="polygon54" fill="#c6c6c6" d="M401.46 359.98h-31.4l-8.14-11.67 21.5-31.78 18.04 43.45z" />
|
|
35
|
+
<path id="polygon56" fill="#d5d5d5" d="M472.21 264.21l-117.79-49.79 61.95-62.41h23.75l32.09 112.2z" />
|
|
36
|
+
<path class="cls-24" d="M354.42 214.42l29 102.11 88.8-52.32z" id="path58" />
|
|
37
|
+
<path id="polygon60" fill="#bfbfbf" d="M370.06 359.98h-8.52l.38-11.67 8.14 11.67z" />
|
|
38
|
+
<path class="cls-26" id="polygon62" d="M416.37 152.01l-61.95 62.41-11.18-55.82 23.92-6.59h49.21z" />
|
|
39
|
+
<path d="M354.42 214.42l-143 33 150.5 100.89z" id="path64" fill="#d4d4d4" />
|
|
40
|
+
<path class="cls-24" d="M354.42 214.42l7.49 133.9 21.5-31.78z" id="path66" />
|
|
41
|
+
<path class="cls-26" d="M343.24 158.6l-131.77 88.79 143-33z" id="path68" />
|
|
42
|
+
<path class="cls-28" id="polygon70" d="M211.47 247.39L149.5 359.98h-35.31L88.1 245.5l123.37 1.89z" />
|
|
43
|
+
<path class="cls-29" d="M147.94 152L88.1 245.5l-15.25-87.86 2.15-3.7v-.07a3.91 3.91 0 013.33-1.87h69.61z" id="path72" />
|
|
44
|
+
<path class="cls-28" d="M114.19 360H78.33a3.84 3.84 0 01-3.33-2l-51.47-89.06L88.1 245.5z" id="path74" />
|
|
45
|
+
<path id="polygon76" fill="#e4e4e4" d="M46.41 203.47l26.44-45.83L88.1 245.5z" />
|
|
46
|
+
<path class="cls-31" id="polygon78" d="M276.77 152.01H172.39l39.08 95.38 131.77-88.79-39.72-6.59h-26.75z" />
|
|
47
|
+
<path class="cls-31" id="polygon80" d="M156.09 152.01h-8.15L88.1 245.5l123.37 1.89-39.08-95.38h-16.3z" />
|
|
48
|
+
<path id="polygon82" fill="#c5c5c5" d="M333.23 359.98h28.31l.38-11.67-28.69 11.67z" />
|
|
49
|
+
<path class="cls-24" id="polygon84" d="M361.92 348.31L211.47 247.39l27.1 112.59h94.66l28.69-11.67z" />
|
|
50
|
+
<path id="polygon86" fill="#d1d1d1" d="M149.5 359.98H238.57l-27.1-112.59-61.97 112.59z" />
|
|
51
|
+
<path id="polygon88" fill="#ddd" d="M343.65 152.01l-.41 6.59 23.92-6.59H343.65z" />
|
|
52
|
+
<path id="polygon90" fill="#e3e3e3" d="M303.52 152.01l39.72 6.59-3.66-6.59h-36.06z" />
|
|
53
|
+
<path class="cls-29" id="polygon92" d="M339.58 152.01l3.66 6.59.41-6.59h-4.07z" />
|
|
54
|
+
<path class="cls-36" d="M235.15 153.81L177 254.46a3.38 3.38 0 00-.42 1.64h-40.51l79.74-138.18a3.14 3.14 0 011.19 1.15l.11.11 18.08 31.41a3.49 3.49 0 01-.04 3.22z" id="path94" />
|
|
55
|
+
<path class="cls-37" d="M235.08 361.89l-18 31.27a3.51 3.51 0 01-1.22 1.15L136 256.14h40.6a3.09 3.09 0 00.38 1.57.37.37 0 00.07.17l58 100.58a3.41 3.41 0 01.03 3.43z" id="path96" />
|
|
56
|
+
<path class="cls-38" d="M215.81 117.92L136.07 256.1l-20 34.66-19.1-33.12a3.09 3.09 0 01-.38-1.57 3.38 3.38 0 01.42-1.64l19.3-33.43 58.75-101.74a3.4 3.4 0 013-1.75h36.04a3.58 3.58 0 011.71.41z" id="path98" />
|
|
57
|
+
<path class="cls-36" d="M215.81 394.31a3.58 3.58 0 01-1.71.45H178a3.4 3.4 0 01-3-1.75l-53.72-93-5.28-9.22 20-34.66z" id="path100" />
|
|
58
|
+
<path class="cls-38" d="M376.19 256.1l-79.8 138.21a3.73 3.73 0 01-1.19-1.15l-.07-.1L277 361.72a3.49 3.49 0 010-3.22l58.06-100.65a3.38 3.38 0 00.49-1.75h40.57z" id="path102" />
|
|
59
|
+
<path class="cls-36" d="M415.68 256.1a3.38 3.38 0 01-.49 1.75l-78.13 135.31a3.42 3.42 0 01-2.9 1.61h-36a3.72 3.72 0 01-1.75-.45l79.78-138.22 20-34.62 19 32.91a3.35 3.35 0 01.49 1.71z" id="path104" />
|
|
60
|
+
<path class="cls-36" d="M376.19 256.1h-40.56a3.35 3.35 0 00-.49-1.71l-58-100.55a3.41 3.41 0 010-3.46l18.08-31.3a3.73 3.73 0 011.19-1.15z" id="path106" />
|
|
61
|
+
<path class="cls-37" d="M396.2 221.44l-20 34.62-79.81-138.14a3.72 3.72 0 011.75-.45h36a3.42 3.42 0 012.9 1.61z" id="path108" />
|
|
62
|
+
</g>
|
|
63
|
+
</svg>
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
1
5
|
import { Spinner } from "@patternfly/react-core";
|
|
2
6
|
import { Suspense, lazy, useMemo, useState } from "react";
|
|
3
7
|
import { useParams } from "react-router-dom";
|
|
4
|
-
import { useEnvironment } from "
|
|
5
|
-
import { MenuItem } from "
|
|
6
|
-
import { ContentComponentParams } from "
|
|
7
|
-
import { joinPath } from "
|
|
8
|
-
import { usePromise } from "
|
|
9
|
-
import fetchContentJson from "
|
|
8
|
+
import { useEnvironment } from "../../shared/keycloak-ui-shared";
|
|
9
|
+
import { MenuItem } from "../root/PageNav";
|
|
10
|
+
import { ContentComponentParams } from "../routes";
|
|
11
|
+
import { joinPath } from "../utils/joinPath";
|
|
12
|
+
import { usePromise } from "../utils/usePromise";
|
|
13
|
+
import fetchContentJson from "./fetchContent";
|
|
10
14
|
|
|
11
15
|
function findComponent(
|
|
12
16
|
content: MenuItem[],
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
5
|
+
import type { CallOptions } from "../api/methods";
|
|
6
|
+
import type { MenuItem } from "../root/PageNav";
|
|
7
|
+
|
|
8
|
+
export default async function fetchContentJson(
|
|
9
|
+
opts: CallOptions,
|
|
10
|
+
): Promise<MenuItem[]> {
|
|
11
|
+
const { content } = await import("../assets/content");
|
|
12
|
+
return content;
|
|
13
|
+
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
1
5
|
import {
|
|
2
6
|
getInjectedEnvironment,
|
|
3
7
|
type BaseEnvironment,
|
|
4
|
-
} from "
|
|
8
|
+
} from "../shared/keycloak-ui-shared";
|
|
5
9
|
|
|
6
10
|
export type Environment = BaseEnvironment & {
|
|
7
11
|
/** The URL to the root of the account console. */
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
1
5
|
import {
|
|
2
6
|
Checkbox,
|
|
3
7
|
DataList,
|
|
@@ -8,11 +12,11 @@ import {
|
|
|
8
12
|
} from "@patternfly/react-core";
|
|
9
13
|
import { useState } from "react";
|
|
10
14
|
import { useTranslation } from "react-i18next";
|
|
11
|
-
import { useEnvironment } from "
|
|
12
|
-
import { getGroups } from "
|
|
13
|
-
import { Group } from "
|
|
14
|
-
import { Page } from "
|
|
15
|
-
import { usePromise } from "
|
|
15
|
+
import { useEnvironment } from "../../shared/keycloak-ui-shared";
|
|
16
|
+
import { getGroups } from "../api/methods";
|
|
17
|
+
import { Group } from "../api/representations";
|
|
18
|
+
import { Page } from "../components/page/Page";
|
|
19
|
+
import { usePromise } from "../utils/usePromise";
|
|
16
20
|
|
|
17
21
|
export const Groups = () => {
|
|
18
22
|
const { t } = useTranslation();
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
1
5
|
import { LanguageDetectorModule, createInstance } from "i18next";
|
|
2
6
|
import HttpBackend from "i18next-http-backend";
|
|
3
7
|
import { initReactI18next } from "react-i18next";
|
|
4
8
|
|
|
5
|
-
import { environment } from "
|
|
6
|
-
import { joinPath } from "
|
|
9
|
+
import { environment } from "../environment";
|
|
10
|
+
import { joinPath } from "../utils/joinPath";
|
|
7
11
|
|
|
8
12
|
const DEFAULT_LOCALE = "en";
|
|
9
13
|
|
|
@@ -22,9 +26,7 @@ export const keycloakLanguageDetector: LanguageDetectorModule = {
|
|
|
22
26
|
},
|
|
23
27
|
};
|
|
24
28
|
|
|
25
|
-
export
|
|
26
|
-
|
|
27
|
-
const i18n = createInstance({
|
|
29
|
+
export const i18n = createInstance({
|
|
28
30
|
fallbackLng: DEFAULT_LOCALE,
|
|
29
31
|
interpolation: {
|
|
30
32
|
escapeValue: false,
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_ar_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_ar_override_vanilla.properties
|
|
7
|
+
# messages_ar_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=إلغاء
|
|
2
10
|
applicationType=نوع التطبيق
|
|
3
11
|
backTo=العودة إلى {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_ca_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_ca_override_vanilla.properties
|
|
7
|
+
# messages_ca_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=Cancel·la
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_cs_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_cs_override_vanilla.properties
|
|
7
|
+
# messages_cs_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
lastName=Příjmení
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_da_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_da_override_vanilla.properties
|
|
7
|
+
# messages_da_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
invalidEmailMessage=Ugyldig email adresse.
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_de_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_de_override_vanilla.properties
|
|
7
|
+
# messages_de_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Abbrechen
|
|
2
10
|
applicationType=Anwendungstyp
|
|
3
11
|
backTo=Zurück zu {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_el_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_el_override_vanilla.properties
|
|
7
|
+
# messages_el_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=Άκυρο
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_en_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_en_override_vanilla.properties
|
|
7
|
+
# messages_en_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Cancel
|
|
2
10
|
applicationType=Application type
|
|
3
11
|
backTo=Back to {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_es_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_es_override_vanilla.properties
|
|
7
|
+
# messages_es_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=Cancelar
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_fa_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_fa_override_vanilla.properties
|
|
7
|
+
# messages_fa_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=لغو
|
|
2
10
|
applicationType=نوع اپلیکیشن
|
|
3
11
|
removeConsentSuccess=رضایت با موفقیت حذف شد
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_fi_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_fi_override_vanilla.properties
|
|
7
|
+
# messages_fi_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
applicationType=Ohjelman tyyppi
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_fr_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_fr_override_vanilla.properties
|
|
7
|
+
# messages_fr_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Annuler
|
|
2
10
|
applicationType=Type d'application
|
|
3
11
|
backTo=Retour sur {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_hu_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_hu_override_vanilla.properties
|
|
7
|
+
# messages_hu_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=Mégse
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_it_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_it_override_vanilla.properties
|
|
7
|
+
# messages_it_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=Annulla
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_ja_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_ja_override_vanilla.properties
|
|
7
|
+
# messages_ja_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
invalidEmailMessage=無効なメールアドレスです。
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_ka_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_ka_override_vanilla.properties
|
|
7
|
+
# messages_ka_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
backTo={{app}}-ზე დაბრუნება
|
|
2
10
|
removeConsentSuccess=თანხმობა წარმატებით წაიშალა
|
|
3
11
|
password=ჩემი პაროლი
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_lt_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_lt_override_vanilla.properties
|
|
7
|
+
# messages_lt_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
lastName=Pavardė
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_lv_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_lv_override_vanilla.properties
|
|
7
|
+
# messages_lv_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
lastName=Uzvārds
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_nl_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_nl_override_vanilla.properties
|
|
7
|
+
# messages_nl_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Annuleren
|
|
2
10
|
applicationType=Applicatietype
|
|
3
11
|
backTo=Terug naar {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_no_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_no_override_vanilla.properties
|
|
7
|
+
# messages_no_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
lastName=Etternavn
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_pl_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_pl_override_vanilla.properties
|
|
7
|
+
# messages_pl_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Anuluj
|
|
2
10
|
applicationType=Typ aplikacji
|
|
3
11
|
backTo=Powrót do {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_pt_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_pt_override_vanilla.properties
|
|
7
|
+
# messages_pt_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Cancelar
|
|
2
10
|
applicationType=Tipo de aplicação
|
|
3
11
|
backTo=Voltar para {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_pt_BR_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_pt_BR_override_vanilla.properties
|
|
7
|
+
# messages_pt_BR_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=Cancelar
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_ru_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_ru_override_vanilla.properties
|
|
7
|
+
# messages_ru_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
cancel=Отмена
|
|
2
10
|
applicationType=Тип приложения
|
|
3
11
|
backTo=Назад к {{app}}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_sk_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_sk_override_vanilla.properties
|
|
7
|
+
# messages_sk_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
lastName=Priezvisko
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_sv_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_sv_override_vanilla.properties
|
|
7
|
+
# messages_sv_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
lastName=Efternamn
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# IMPORTANT: This file contains the base translation. Modifying it directly is not recommended.
|
|
2
|
+
# To override or add custom messages, create a file named messages_th_override.properties in the same directory.
|
|
3
|
+
# This file will be automatically loaded and merged with the base translation.
|
|
4
|
+
# If you're implementing theme variants, you can also create variant-specific `.properties` files.
|
|
5
|
+
# For example let's say you have defined `themeName: ["vanilla", "chocolate"]` then you can create the following files:
|
|
6
|
+
# messages_th_override_vanilla.properties
|
|
7
|
+
# messages_th_override_chocolate.properties
|
|
8
|
+
|
|
1
9
|
#
|
|
2
10
|
#Tue Jan 09 09:05:12 CET 2024
|
|
3
11
|
cancel=ยกเลิก
|