@procivis/one-react-native-components 0.3.95 → 0.3.99
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/lib/commonjs/components/backup/preview-credentials.js.map +1 -1
- package/lib/commonjs/components/credential/credential.js.map +1 -1
- package/lib/commonjs/components/entity/EntityButtons.js.map +1 -1
- package/lib/commonjs/components/entity/entity-attributes.js.map +1 -1
- package/lib/commonjs/components/entity/entity-details-with-buttons.js +2 -2
- package/lib/commonjs/components/entity/entity-details-with-buttons.js.map +1 -1
- package/lib/commonjs/components/entity/entity-details.js +3 -3
- package/lib/commonjs/components/entity/entity-details.js.map +1 -1
- package/lib/commonjs/components/history/history-details-screen.js +10 -10
- package/lib/commonjs/components/history/history-details-screen.js.map +1 -1
- package/lib/commonjs/components/history/history-list-item-icon.js +12 -8
- package/lib/commonjs/components/history/history-list-item-icon.js.map +1 -1
- package/lib/commonjs/components/history/history-list-item.js.map +1 -1
- package/lib/commonjs/components/history/history-list-screen.js.map +1 -1
- package/lib/commonjs/components/history/history-list-section-header.js +1 -1
- package/lib/commonjs/components/history/history-list-section-header.js.map +1 -1
- package/lib/commonjs/components/history/history-list.js.map +1 -1
- package/lib/commonjs/components/proof-request/share-credential-card-notice.js.map +1 -1
- package/lib/commonjs/components/proof-request/v1/select-credential.js.map +1 -1
- package/lib/commonjs/components/proof-request/v1/share-credential.js +1 -1
- package/lib/commonjs/components/proof-request/v1/share-credential.js.map +1 -1
- package/lib/commonjs/components/proof-request/v2/select-credential-v2.js.map +1 -1
- package/lib/commonjs/components/proof-request/v2/share-credential-v2-group.js +2 -2
- package/lib/commonjs/components/proof-request/v2/share-credential-v2-group.js.map +1 -1
- package/lib/commonjs/components/proof-request/v2/share-credential-v2.js +2 -2
- package/lib/commonjs/components/proof-request/v2/share-credential-v2.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/locale/fi.json +1 -1
- package/lib/commonjs/ui-components/entity/entity-cluster.js.map +1 -1
- package/lib/commonjs/ui-components/header/foldable-header.js.map +1 -1
- package/lib/commonjs/ui-components/history/history-section-header.js +1 -1
- package/lib/commonjs/ui-components/history/history-section-header.js.map +1 -1
- package/lib/commonjs/ui-components/history/history-section-list-item.js +1 -1
- package/lib/commonjs/ui-components/history/history-section-list-item.js.map +1 -1
- package/lib/commonjs/ui-components/icons/entity.js.map +1 -1
- package/lib/commonjs/ui-components/screens/nerd-mode-screen.js.map +1 -1
- package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -1
- package/lib/commonjs/ui-components/settings/button-setting.js +3 -1
- package/lib/commonjs/ui-components/settings/button-setting.js.map +1 -1
- package/lib/commonjs/ui-components/settings/setting-item.js +4 -2
- package/lib/commonjs/ui-components/settings/setting-item.js.map +1 -1
- package/lib/commonjs/ui-components/settings/switch-setting.js +4 -2
- package/lib/commonjs/ui-components/settings/switch-setting.js.map +1 -1
- package/lib/commonjs/utils/date.js.map +1 -1
- package/lib/commonjs/utils/history.js.map +1 -1
- package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/backup.js +3 -3
- package/lib/commonjs/utils/hooks/core/backup.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/cache.js +10 -10
- package/lib/commonjs/utils/hooks/core/cache.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/core-context.js +5 -5
- package/lib/commonjs/utils/hooks/core/core-context.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/credential-schemas.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/credentials.js +3 -3
- package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/dids.js +1 -1
- package/lib/commonjs/utils/hooks/core/dids.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/history.js +1 -1
- package/lib/commonjs/utils/hooks/core/history.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/identifiers.js +3 -3
- package/lib/commonjs/utils/hooks/core/identifiers.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/proof-schemas.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/proofs.js +9 -9
- package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/trust-entity.js +5 -5
- package/lib/commonjs/utils/hooks/core/trust-entity.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/wallet-unit.js +1 -1
- package/lib/commonjs/utils/hooks/core/wallet-unit.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/open-settings.js.map +1 -1
- package/lib/commonjs/utils/hooks/revocation/credential-status.js +1 -1
- package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-images.js +11 -10
- package/lib/commonjs/utils/parsers/credential-images.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-sharing-v2.js +11 -8
- package/lib/commonjs/utils/parsers/credential-sharing-v2.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-sharing.js +2 -2
- package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential.js +29 -16
- package/lib/commonjs/utils/parsers/credential.js.map +1 -1
- package/lib/commonjs/utils/parsers/query.js.map +1 -1
- package/lib/commonjs/utils/url.js.map +1 -1
- package/lib/module/components/backup/preview-credentials.js.map +1 -1
- package/lib/module/components/credential/credential.js.map +1 -1
- package/lib/module/components/entity/EntityButtons.js.map +1 -1
- package/lib/module/components/entity/entity-attributes.js.map +1 -1
- package/lib/module/components/entity/entity-details-with-buttons.js +3 -3
- package/lib/module/components/entity/entity-details-with-buttons.js.map +1 -1
- package/lib/module/components/entity/entity-details.js +4 -4
- package/lib/module/components/entity/entity-details.js.map +1 -1
- package/lib/module/components/history/history-details-screen.js +11 -11
- package/lib/module/components/history/history-details-screen.js.map +1 -1
- package/lib/module/components/history/history-list-item-icon.js +13 -9
- package/lib/module/components/history/history-list-item-icon.js.map +1 -1
- package/lib/module/components/history/history-list-item.js.map +1 -1
- package/lib/module/components/history/history-list-screen.js.map +1 -1
- package/lib/module/components/history/history-list-section-header.js +1 -1
- package/lib/module/components/history/history-list-section-header.js.map +1 -1
- package/lib/module/components/history/history-list.js.map +1 -1
- package/lib/module/components/proof-request/share-credential-card-notice.js.map +1 -1
- package/lib/module/components/proof-request/v1/select-credential.js.map +1 -1
- package/lib/module/components/proof-request/v1/share-credential.js +2 -2
- package/lib/module/components/proof-request/v1/share-credential.js.map +1 -1
- package/lib/module/components/proof-request/v2/select-credential-v2.js.map +1 -1
- package/lib/module/components/proof-request/v2/share-credential-v2-group.js +2 -2
- package/lib/module/components/proof-request/v2/share-credential-v2-group.js.map +1 -1
- package/lib/module/components/proof-request/v2/share-credential-v2.js +2 -2
- package/lib/module/components/proof-request/v2/share-credential-v2.js.map +1 -1
- package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -1
- package/lib/module/ui-components/accessibility/locale/fi.json +1 -1
- package/lib/module/ui-components/entity/entity-cluster.js.map +1 -1
- package/lib/module/ui-components/header/foldable-header.js.map +1 -1
- package/lib/module/ui-components/history/history-section-header.js +1 -1
- package/lib/module/ui-components/history/history-section-header.js.map +1 -1
- package/lib/module/ui-components/history/history-section-list-item.js +1 -1
- package/lib/module/ui-components/history/history-section-list-item.js.map +1 -1
- package/lib/module/ui-components/icons/entity.js.map +1 -1
- package/lib/module/ui-components/screens/nerd-mode-screen.js.map +1 -1
- package/lib/module/ui-components/screens/section-list-screen.js.map +1 -1
- package/lib/module/ui-components/settings/button-setting.js +3 -1
- package/lib/module/ui-components/settings/button-setting.js.map +1 -1
- package/lib/module/ui-components/settings/setting-item.js +4 -2
- package/lib/module/ui-components/settings/setting-item.js.map +1 -1
- package/lib/module/ui-components/settings/switch-setting.js +4 -2
- package/lib/module/ui-components/settings/switch-setting.js.map +1 -1
- package/lib/module/utils/date.js.map +1 -1
- package/lib/module/utils/history.js.map +1 -1
- package/lib/module/utils/hooks/connectivity/connectivity.test.js.map +1 -1
- package/lib/module/utils/hooks/core/backup.js +4 -4
- package/lib/module/utils/hooks/core/backup.js.map +1 -1
- package/lib/module/utils/hooks/core/cache.js +11 -11
- package/lib/module/utils/hooks/core/cache.js.map +1 -1
- package/lib/module/utils/hooks/core/core-context.js +5 -5
- package/lib/module/utils/hooks/core/core-context.js.map +1 -1
- package/lib/module/utils/hooks/core/credential-schemas.js.map +1 -1
- package/lib/module/utils/hooks/core/credentials.js +4 -4
- package/lib/module/utils/hooks/core/credentials.js.map +1 -1
- package/lib/module/utils/hooks/core/dids.js +2 -2
- package/lib/module/utils/hooks/core/dids.js.map +1 -1
- package/lib/module/utils/hooks/core/history.js +1 -1
- package/lib/module/utils/hooks/core/history.js.map +1 -1
- package/lib/module/utils/hooks/core/identifiers.js +4 -4
- package/lib/module/utils/hooks/core/identifiers.js.map +1 -1
- package/lib/module/utils/hooks/core/proof-schemas.js.map +1 -1
- package/lib/module/utils/hooks/core/proofs.js +10 -10
- package/lib/module/utils/hooks/core/proofs.js.map +1 -1
- package/lib/module/utils/hooks/core/trust-entity.js +6 -6
- package/lib/module/utils/hooks/core/trust-entity.js.map +1 -1
- package/lib/module/utils/hooks/core/wallet-unit.js +2 -2
- package/lib/module/utils/hooks/core/wallet-unit.js.map +1 -1
- package/lib/module/utils/hooks/navigation/open-settings.js.map +1 -1
- package/lib/module/utils/hooks/revocation/credential-status.js +2 -2
- package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -1
- package/lib/module/utils/parsers/credential-images.js +12 -11
- package/lib/module/utils/parsers/credential-images.js.map +1 -1
- package/lib/module/utils/parsers/credential-sharing-v2.js +11 -8
- package/lib/module/utils/parsers/credential-sharing-v2.js.map +1 -1
- package/lib/module/utils/parsers/credential-sharing.js +2 -2
- package/lib/module/utils/parsers/credential-sharing.js.map +1 -1
- package/lib/module/utils/parsers/credential.js +30 -17
- package/lib/module/utils/parsers/credential.js.map +1 -1
- package/lib/module/utils/parsers/query.js.map +1 -1
- package/lib/module/utils/url.js.map +1 -1
- package/lib/typescript/components/backup/preview-credentials.d.ts +2 -2
- package/lib/typescript/components/credential/credential.d.ts +2 -2
- package/lib/typescript/components/entity/EntityButtons.d.ts +2 -2
- package/lib/typescript/components/entity/entity-attributes.d.ts +2 -2
- package/lib/typescript/components/entity/entity-details-with-buttons.d.ts +3 -3
- package/lib/typescript/components/entity/entity-details.d.ts +5 -5
- package/lib/typescript/components/history/history-details-screen.d.ts +2 -2
- package/lib/typescript/components/history/history-list-item-icon.d.ts +3 -3
- package/lib/typescript/components/history/history-list-item.d.ts +5 -5
- package/lib/typescript/components/history/history-list-screen.d.ts +4 -4
- package/lib/typescript/components/history/history-list.d.ts +5 -5
- package/lib/typescript/components/proof-request/v1/select-credential.d.ts +2 -2
- package/lib/typescript/components/proof-request/v1/share-credential.d.ts +6 -6
- package/lib/typescript/components/proof-request/v2/select-credential-v2.d.ts +3 -3
- package/lib/typescript/components/proof-request/v2/share-credential-v2-group.d.ts +4 -4
- package/lib/typescript/components/proof-request/v2/share-credential-v2.d.ts +5 -5
- package/lib/typescript/ui-components/screens/nerd-mode-screen.d.ts +2 -2
- package/lib/typescript/ui-components/settings/setting-item.d.ts +1 -0
- package/lib/typescript/utils/history.d.ts +3 -3
- package/lib/typescript/utils/hooks/core/backup.d.ts +3 -3
- package/lib/typescript/utils/hooks/core/cache.d.ts +2 -2
- package/lib/typescript/utils/hooks/core/core-context.d.ts +1 -1
- package/lib/typescript/utils/hooks/core/credential-schemas.d.ts +6 -6
- package/lib/typescript/utils/hooks/core/credentials.d.ts +8 -8
- package/lib/typescript/utils/hooks/core/dids.d.ts +2 -2
- package/lib/typescript/utils/hooks/core/history.d.ts +2 -2
- package/lib/typescript/utils/hooks/core/identifiers.d.ts +3 -3
- package/lib/typescript/utils/hooks/core/proof-schemas.d.ts +7 -7
- package/lib/typescript/utils/hooks/core/proofs.d.ts +9 -9
- package/lib/typescript/utils/hooks/core/trust-entity.d.ts +6 -6
- package/lib/typescript/utils/hooks/core/wallet-unit.d.ts +5 -5
- package/lib/typescript/utils/parsers/credential-images.d.ts +2 -2
- package/lib/typescript/utils/parsers/credential-sharing-v2.d.ts +7 -7
- package/lib/typescript/utils/parsers/credential-sharing.d.ts +8 -8
- package/lib/typescript/utils/parsers/credential.d.ts +15 -14
- package/lib/typescript/utils/parsers/query.d.ts +8 -8
- package/package.json +6 -4
- package/src/components/backup/preview-credentials.tsx +2 -2
- package/src/components/credential/credential.tsx +2 -2
- package/src/components/entity/EntityButtons.tsx +2 -2
- package/src/components/entity/entity-attributes.tsx +4 -4
- package/src/components/entity/entity-details-with-buttons.tsx +11 -6
- package/src/components/entity/entity-details.tsx +17 -16
- package/src/components/history/history-details-screen.tsx +13 -16
- package/src/components/history/history-list-item-icon.tsx +19 -11
- package/src/components/history/history-list-item.tsx +9 -5
- package/src/components/history/history-list-screen.tsx +4 -4
- package/src/components/history/history-list-section-header.tsx +1 -1
- package/src/components/history/history-list.tsx +6 -6
- package/src/components/proof-request/share-credential-card-notice.tsx +1 -1
- package/src/components/proof-request/v1/select-credential.tsx +2 -2
- package/src/components/proof-request/v1/share-credential.tsx +13 -11
- package/src/components/proof-request/v2/select-credential-v2.tsx +6 -3
- package/src/components/proof-request/v2/share-credential-v2-group.tsx +12 -12
- package/src/components/proof-request/v2/share-credential-v2.tsx +11 -11
- package/src/ui-components/accessibility/accessibilityHistoryWrappers.tsx +4 -1
- package/src/ui-components/accessibility/locale/fi.json +1 -1
- package/src/ui-components/buttons/ghost-button.stories.tsx +0 -1
- package/src/ui-components/control/checkbox.stories.tsx +1 -1
- package/src/ui-components/control/switch.stories.tsx +1 -1
- package/src/ui-components/credential/card/credential-header.stories.tsx +0 -1
- package/src/ui-components/entity/entity-cluster.tsx +7 -6
- package/src/ui-components/header/foldable-header.tsx +8 -11
- package/src/ui-components/history/history-section-header.tsx +1 -1
- package/src/ui-components/history/history-section-list-item.tsx +1 -1
- package/src/ui-components/icons/entity.tsx +2 -2
- package/src/ui-components/pin/pin-code-screen.stories.tsx +1 -1
- package/src/ui-components/screens/image-preview-screen.stories.tsx +1 -1
- package/src/ui-components/screens/nerd-mode-screen.tsx +2 -2
- package/src/ui-components/screens/qr-code-scanner-screen.stories.tsx +1 -1
- package/src/ui-components/screens/section-list-screen.tsx +10 -1
- package/src/ui-components/searchbar/search-bar.stories.tsx +0 -1
- package/src/ui-components/settings/button-setting.tsx +2 -1
- package/src/ui-components/settings/setting-item.tsx +9 -2
- package/src/ui-components/settings/switch-setting.tsx +9 -2
- package/src/ui-components/text/typography.stories.tsx +2 -2
- package/src/utils/date.ts +2 -2
- package/src/utils/history.ts +4 -4
- package/src/utils/hooks/connectivity/connectivity.test.ts +2 -2
- package/src/utils/hooks/core/backup.ts +4 -4
- package/src/utils/hooks/core/cache.ts +13 -13
- package/src/utils/hooks/core/core-context.tsx +6 -6
- package/src/utils/hooks/core/credential-schemas.ts +7 -4
- package/src/utils/hooks/core/credentials.ts +21 -13
- package/src/utils/hooks/core/dids.ts +3 -3
- package/src/utils/hooks/core/history.ts +3 -3
- package/src/utils/hooks/core/identifiers.ts +9 -5
- package/src/utils/hooks/core/proof-schemas.ts +21 -16
- package/src/utils/hooks/core/proofs.ts +31 -27
- package/src/utils/hooks/core/trust-entity.ts +19 -12
- package/src/utils/hooks/core/wallet-unit.ts +21 -11
- package/src/utils/hooks/navigation/open-settings.ts +1 -1
- package/src/utils/hooks/revocation/credential-status.ts +2 -2
- package/src/utils/parsers/credential-images.tsx +19 -13
- package/src/utils/parsers/credential-sharing-v2.tsx +29 -24
- package/src/utils/parsers/credential-sharing.tsx +24 -24
- package/src/utils/parsers/credential.ts +63 -40
- package/src/utils/parsers/query.ts +16 -14
- package/src/utils/url.ts +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
CredentialListItemBindingDto,
|
|
3
|
+
PresentationDefinitionV2ClaimBindingDto,
|
|
4
|
+
PresentationDefinitionV2ResponseBindingDto,
|
|
5
|
+
PresentationSubmitV2CredentialRequestBindingDto,
|
|
6
6
|
} from '@procivis/react-native-one-core';
|
|
7
7
|
import React, { FC, useCallback, useMemo } from 'react';
|
|
8
8
|
import { ImageSourcePropType, StyleProp, StyleSheet, ViewStyle } from 'react-native';
|
|
@@ -24,7 +24,7 @@ import { GroupedShareCredentialV2Padding, ShareCredentialV2 } from './share-cred
|
|
|
24
24
|
|
|
25
25
|
export type CredentialQuerySelection = Record<
|
|
26
26
|
string,
|
|
27
|
-
|
|
27
|
+
PresentationSubmitV2CredentialRequestBindingDto | PresentationSubmitV2CredentialRequestBindingDto[]
|
|
28
28
|
>;
|
|
29
29
|
|
|
30
30
|
export type ShareCredentialGroupLabels = ShareCredentialLabels & {
|
|
@@ -40,11 +40,11 @@ export type ShareCredentialV2GroupProps = {
|
|
|
40
40
|
onSelectField: (
|
|
41
41
|
requestCredentialId: string,
|
|
42
42
|
) => (
|
|
43
|
-
credentialId:
|
|
44
|
-
fieldPath:
|
|
43
|
+
credentialId: CredentialListItemBindingDto['id'],
|
|
44
|
+
fieldPath: PresentationDefinitionV2ClaimBindingDto['path'],
|
|
45
45
|
selected: boolean,
|
|
46
46
|
) => void;
|
|
47
|
-
presentationDefinition:
|
|
47
|
+
presentationDefinition: PresentationDefinitionV2ResponseBindingDto;
|
|
48
48
|
requestGroup: string[];
|
|
49
49
|
selected?: boolean;
|
|
50
50
|
selectedCredentials?: CredentialQuerySelection;
|
|
@@ -61,7 +61,7 @@ const multipleCredentialsSelected = (
|
|
|
61
61
|
selectedCredentials &&
|
|
62
62
|
selectedCredentials[credentialRequestId] &&
|
|
63
63
|
Array.isArray(selectedCredentials[credentialRequestId]) &&
|
|
64
|
-
(selectedCredentials[credentialRequestId] as
|
|
64
|
+
(selectedCredentials[credentialRequestId] as PresentationSubmitV2CredentialRequestBindingDto[]).length > 1
|
|
65
65
|
);
|
|
66
66
|
};
|
|
67
67
|
|
|
@@ -122,9 +122,9 @@ export const ShareCredentialV2Group: FC<ShareCredentialV2GroupProps> = ({
|
|
|
122
122
|
return requestGroup.flatMap((credentialRequestId, credentialRequestIndex, { length: credentialRequestsLength }) => {
|
|
123
123
|
const lastQuery = credentialRequestIndex === credentialRequestsLength - 1;
|
|
124
124
|
|
|
125
|
-
const credentialQuery = presentationDefinition.credentialQueries[credentialRequestId];
|
|
126
|
-
let defaultSelection:
|
|
127
|
-
if ('
|
|
125
|
+
const credentialQuery = presentationDefinition.credentialQueries[credentialRequestId].credentialOrFailureHint;
|
|
126
|
+
let defaultSelection: PresentationSubmitV2CredentialRequestBindingDto;
|
|
127
|
+
if (credentialQuery.type_ === 'APPLICABLE_CREDENTIALS') {
|
|
128
128
|
defaultSelection = credentialQuery.applicableCredentials?.[0]
|
|
129
129
|
? {
|
|
130
130
|
credentialId: credentialQuery.applicableCredentials[0].id,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
ApplicableCredentialOrFailureHintBindingEnum,
|
|
3
|
+
CredentialListItemBindingDto,
|
|
4
|
+
PresentationDefinitionV2ClaimBindingDto,
|
|
5
5
|
} from '@procivis/react-native-one-core';
|
|
6
6
|
import React, { FunctionComponent, useCallback, useMemo } from 'react';
|
|
7
7
|
import { Dimensions, ImageSourcePropType, StyleProp, StyleSheet, ViewStyle } from 'react-native';
|
|
@@ -14,7 +14,7 @@ import { ShareCredentialCardNotice } from '../share-credential-card-notice';
|
|
|
14
14
|
import { ShareCredentialLabels } from '../v1';
|
|
15
15
|
|
|
16
16
|
export type ShareCredentialV2Props = {
|
|
17
|
-
credentialQuery:
|
|
17
|
+
credentialQuery: ApplicableCredentialOrFailureHintBindingEnum;
|
|
18
18
|
credentialRequestId: string;
|
|
19
19
|
expanded?: boolean;
|
|
20
20
|
grouped?: boolean;
|
|
@@ -25,12 +25,12 @@ export type ShareCredentialV2Props = {
|
|
|
25
25
|
onImagePreview: (title: string, image: ImageSourcePropType) => void;
|
|
26
26
|
onSelectCredential?: () => void;
|
|
27
27
|
onSelectField: (
|
|
28
|
-
credentialId:
|
|
29
|
-
fieldPath:
|
|
28
|
+
credentialId: CredentialListItemBindingDto['id'],
|
|
29
|
+
fieldPath: PresentationDefinitionV2ClaimBindingDto['path'],
|
|
30
30
|
selected: boolean,
|
|
31
31
|
) => void;
|
|
32
|
-
selectedCredentialId?:
|
|
33
|
-
selectedFields?: Array<
|
|
32
|
+
selectedCredentialId?: CredentialListItemBindingDto['id'];
|
|
33
|
+
selectedFields?: Array<PresentationDefinitionV2ClaimBindingDto['path']>;
|
|
34
34
|
style?: StyleProp<ViewStyle>;
|
|
35
35
|
testID: string;
|
|
36
36
|
};
|
|
@@ -56,8 +56,8 @@ export const ShareCredentialV2: FunctionComponent<ShareCredentialV2Props> = ({
|
|
|
56
56
|
}) => {
|
|
57
57
|
const colorScheme = useAppColorScheme();
|
|
58
58
|
const applicableCredentials =
|
|
59
|
-
'
|
|
60
|
-
const failureHint = '
|
|
59
|
+
credentialQuery.type_ === 'APPLICABLE_CREDENTIALS' ? credentialQuery.applicableCredentials : undefined;
|
|
60
|
+
const failureHint = credentialQuery.type_ === 'FAILURE_HINT' ? credentialQuery.failureHint : undefined;
|
|
61
61
|
const credential = applicableCredentials?.find((c) => c.id === selectedCredentialId) ?? applicableCredentials?.[0];
|
|
62
62
|
const { data: config } = useCoreConfig();
|
|
63
63
|
const cardWidth = useMemo(
|
|
@@ -131,7 +131,7 @@ export const ShareCredentialV2: FunctionComponent<ShareCredentialV2Props> = ({
|
|
|
131
131
|
]);
|
|
132
132
|
|
|
133
133
|
const onAttributeSelected = useCallback(
|
|
134
|
-
(fieldPath:
|
|
134
|
+
(fieldPath: PresentationDefinitionV2ClaimBindingDto['path'], selected: boolean) => {
|
|
135
135
|
if (!selectedCredentialId) {
|
|
136
136
|
return;
|
|
137
137
|
}
|
|
@@ -20,7 +20,10 @@ interface OnPressProps {
|
|
|
20
20
|
onPress?: RNOnPress | null;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
const WithAccessibilityFocusHistory = <
|
|
23
|
+
const WithAccessibilityFocusHistory = <
|
|
24
|
+
ComponentProps extends OnPressProps,
|
|
25
|
+
RefType extends React.ElementType<any, any>,
|
|
26
|
+
>(
|
|
24
27
|
C: React.ComponentType<ComponentProps>,
|
|
25
28
|
displayName: string,
|
|
26
29
|
) => {
|
|
@@ -36,7 +36,7 @@ const EntityCluster: FunctionComponent<EntityClusterProps> = ({
|
|
|
36
36
|
...viewProps
|
|
37
37
|
}) => {
|
|
38
38
|
const colorScheme = useAppColorScheme();
|
|
39
|
-
|
|
39
|
+
|
|
40
40
|
const opacity = useSharedValue<number>(1);
|
|
41
41
|
|
|
42
42
|
const animatedStyle = useAnimatedStyle(() => ({
|
|
@@ -58,14 +58,15 @@ const EntityCluster: FunctionComponent<EntityClusterProps> = ({
|
|
|
58
58
|
if (isLoading) {
|
|
59
59
|
return {
|
|
60
60
|
avatar: {
|
|
61
|
-
component:
|
|
61
|
+
component: (
|
|
62
62
|
<View style={[styles.loaderWrapper, { backgroundColor: colorScheme.grayDark }]}>
|
|
63
63
|
<View style={styles.loader}>
|
|
64
64
|
<LoaderView animate={true} state={LoaderViewState.InProgress} />
|
|
65
65
|
</View>
|
|
66
66
|
</View>
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
),
|
|
68
|
+
},
|
|
69
|
+
};
|
|
69
70
|
}
|
|
70
71
|
const initials = entityName.split(' ', 3).map((word: string) => word[0]);
|
|
71
72
|
const placeholderText = initials.length > 0 ? initials.join('') : '';
|
|
@@ -122,14 +123,14 @@ const styles = StyleSheet.create({
|
|
|
122
123
|
marginLeft: 12,
|
|
123
124
|
},
|
|
124
125
|
loader: {
|
|
125
|
-
transform: [{scale: 0.5}],
|
|
126
|
+
transform: [{ scale: 0.5 }],
|
|
126
127
|
},
|
|
127
128
|
loaderWrapper: {
|
|
128
129
|
height: 72,
|
|
129
130
|
paddingLeft: 3,
|
|
130
131
|
paddingTop: 4,
|
|
131
132
|
width: 72,
|
|
132
|
-
}
|
|
133
|
+
},
|
|
133
134
|
});
|
|
134
135
|
|
|
135
136
|
export default EntityCluster;
|
|
@@ -55,8 +55,8 @@ const FoldableSearchHeader: FunctionComponent<FoldableHeaderProps> = ({
|
|
|
55
55
|
paddingTop: scrollOffset.interpolate({
|
|
56
56
|
extrapolate: 'clamp',
|
|
57
57
|
inputRange: [0, headerHeight],
|
|
58
|
-
outputRange: [headerHeight, 0]
|
|
59
|
-
})
|
|
58
|
+
outputRange: [headerHeight, 0],
|
|
59
|
+
}),
|
|
60
60
|
}
|
|
61
61
|
: undefined;
|
|
62
62
|
|
|
@@ -79,16 +79,13 @@ const FoldableSearchHeader: FunctionComponent<FoldableHeaderProps> = ({
|
|
|
79
79
|
|
|
80
80
|
return (
|
|
81
81
|
<Animated.View
|
|
82
|
-
style={[
|
|
83
|
-
styles.headerContainer,
|
|
84
|
-
containerPaddingStyle,
|
|
85
|
-
withNotice ? styles.noticeBorderRadius : undefined,
|
|
86
|
-
]}>
|
|
82
|
+
style={[styles.headerContainer, containerPaddingStyle, withNotice ? styles.noticeBorderRadius : undefined]}>
|
|
87
83
|
<View style={[styles.blurWrapper, StyleSheet.absoluteFill]}>
|
|
88
|
-
<BlurView
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
84
|
+
<BlurView
|
|
85
|
+
blurStyle={'header'}
|
|
86
|
+
color={colorScheme.background}
|
|
87
|
+
style={[StyleSheet.absoluteFill, withNotice ? styles.noticeBorderRadius : undefined]}
|
|
88
|
+
/>
|
|
92
89
|
</View>
|
|
93
90
|
<View>
|
|
94
91
|
<Animated.View style={scrollHeaderAnimatedStyle}>
|
|
@@ -5,7 +5,7 @@ import { concatTestID } from '../../utils/testID';
|
|
|
5
5
|
import Typography from '../text/typography';
|
|
6
6
|
import { useAppColorScheme } from '../theme/color-scheme-context';
|
|
7
7
|
|
|
8
|
-
// component used on the history section lists (Settings->History,
|
|
8
|
+
// component used on the history section lists (Settings->History, CredentialDetailBindingDto->History)
|
|
9
9
|
// https://www.figma.com/file/52qDYWUMjXAGre1dcnz5bz/Procivis-One-Wallet?type=design&node-id=1246-51813&mode=dev
|
|
10
10
|
|
|
11
11
|
const HistorySectionHeaderView: FC<{
|
|
@@ -4,7 +4,7 @@ import { StyleSheet, View } from 'react-native';
|
|
|
4
4
|
import { useAppColorScheme } from '../theme/color-scheme-context';
|
|
5
5
|
import HistoryItemView, { HistoryItemViewProps } from './history-item';
|
|
6
6
|
|
|
7
|
-
// component used on the history section lists (Settings->History,
|
|
7
|
+
// component used on the history section lists (Settings->History, CredentialDetailBindingDto->History)
|
|
8
8
|
// https://www.figma.com/file/52qDYWUMjXAGre1dcnz5bz/Procivis-One-Wallet?type=design&node-id=1246-51813&mode=dev
|
|
9
9
|
|
|
10
10
|
export interface HistorySectionListItemProps extends HistoryItemViewProps {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GetIdentifierListItemBindingDto } from '@procivis/react-native-one-core';
|
|
2
2
|
import React, { FunctionComponent, useState } from 'react';
|
|
3
3
|
import { SectionList, StyleSheet, View } from 'react-native';
|
|
4
4
|
import Animated, { useAnimatedScrollHandler, useSharedValue } from 'react-native-reanimated';
|
|
@@ -34,7 +34,7 @@ export interface AttributesLabels {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
interface SectionEntityCluster {
|
|
37
|
-
identifier?:
|
|
37
|
+
identifier?: GetIdentifierListItemBindingDto;
|
|
38
38
|
subline?: string;
|
|
39
39
|
entityLabels: EntityLabels;
|
|
40
40
|
role: ContextRole;
|
|
@@ -58,7 +58,16 @@ const SectionListScreen = <ItemT, SectionT>({
|
|
|
58
58
|
return (
|
|
59
59
|
<View style={[styles.container, { backgroundColor: colorScheme.background }, style]} {...viewProps}>
|
|
60
60
|
<SectionList<ItemT, SectionT>
|
|
61
|
-
ListHeaderComponent={
|
|
61
|
+
ListHeaderComponent={
|
|
62
|
+
!header.static ? (
|
|
63
|
+
<View>
|
|
64
|
+
<ListTitleHeader title={header.title} />
|
|
65
|
+
{headerView}
|
|
66
|
+
</View>
|
|
67
|
+
) : (
|
|
68
|
+
headerView
|
|
69
|
+
)
|
|
70
|
+
}
|
|
62
71
|
contentContainerStyle={[contentInsetsStyle, contentContainerStyle]}
|
|
63
72
|
onScroll={onScroll}
|
|
64
73
|
scrollEventThrottle={100}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { ComponentType, FunctionComponent, ReactElement, useMemo } from 'react';
|
|
2
2
|
import { StyleProp, StyleSheet, View, ViewStyle } from 'react-native';
|
|
3
3
|
|
|
4
|
+
import { concatTestID } from '../../utils';
|
|
4
5
|
import { TouchableOpacity } from '../accessibility/accessibilityHistoryWrappers';
|
|
5
6
|
import { NextIcon } from '../icons/wallet';
|
|
6
7
|
import { useAppColorScheme } from '../theme/color-scheme-context';
|
|
@@ -50,7 +51,7 @@ const ButtonSetting: FunctionComponent<ButtonSettingProps> = ({
|
|
|
50
51
|
onPress={onPress}
|
|
51
52
|
style={styles.container}
|
|
52
53
|
testID={testID}>
|
|
53
|
-
<SettingItem icon={icon} style={style} title={title}>
|
|
54
|
+
<SettingItem icon={icon} style={style} title={title} testID={concatTestID(testID, 'text')}>
|
|
54
55
|
{accessoryView}
|
|
55
56
|
</SettingItem>
|
|
56
57
|
</TouchableOpacity>
|
|
@@ -36,9 +36,16 @@ export type SettingItemProps = {
|
|
|
36
36
|
icon?: ComponentType<any> | ReactElement;
|
|
37
37
|
style?: StyleProp<ViewStyle>;
|
|
38
38
|
title: string;
|
|
39
|
+
testID?: string;
|
|
39
40
|
};
|
|
40
41
|
|
|
41
|
-
const SettingItem: FunctionComponent<PropsWithChildren<SettingItemProps>> = ({
|
|
42
|
+
const SettingItem: FunctionComponent<PropsWithChildren<SettingItemProps>> = ({
|
|
43
|
+
title,
|
|
44
|
+
icon,
|
|
45
|
+
style,
|
|
46
|
+
children,
|
|
47
|
+
testID,
|
|
48
|
+
}) => {
|
|
42
49
|
const colorScheme = useAppColorScheme();
|
|
43
50
|
const iconView: React.ReactElement | undefined = useMemo(() => {
|
|
44
51
|
if (!icon) {
|
|
@@ -56,7 +63,7 @@ const SettingItem: FunctionComponent<PropsWithChildren<SettingItemProps>> = ({ t
|
|
|
56
63
|
<View style={[styles.wrapper, { backgroundColor: colorScheme.white }, style]}>
|
|
57
64
|
<View style={styles.container}>
|
|
58
65
|
{iconView && <View style={[styles.icon, { backgroundColor: colorScheme.background }]}>{iconView}</View>}
|
|
59
|
-
<Typography accessible={false} color={colorScheme.text} preset="s" style={styles.label}>
|
|
66
|
+
<Typography accessible={false} color={colorScheme.text} preset="s" style={styles.label} testID={testID}>
|
|
60
67
|
{title}
|
|
61
68
|
</Typography>
|
|
62
69
|
{children}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { ComponentType, FunctionComponent, ReactElement } from 'react';
|
|
2
2
|
import type { StyleProp, ViewStyle } from 'react-native';
|
|
3
3
|
|
|
4
|
+
import { concatTestID } from '../../utils';
|
|
4
5
|
import { Switch } from '../control/switch';
|
|
5
6
|
import SettingItem from './setting-item';
|
|
6
7
|
|
|
@@ -24,8 +25,14 @@ const SwitchSetting: FunctionComponent<SwitchSettingProps> = ({
|
|
|
24
25
|
testID,
|
|
25
26
|
}) => {
|
|
26
27
|
return (
|
|
27
|
-
<SettingItem icon={icon} style={style} title={title}>
|
|
28
|
-
<Switch
|
|
28
|
+
<SettingItem icon={icon} style={style} title={title} testID={concatTestID(testID, 'text')}>
|
|
29
|
+
<Switch
|
|
30
|
+
accessibilityLabel={title}
|
|
31
|
+
disabled={disabled}
|
|
32
|
+
onChange={onChange}
|
|
33
|
+
testID={concatTestID(testID, 'switch')}
|
|
34
|
+
value={value}
|
|
35
|
+
/>
|
|
29
36
|
</SettingItem>
|
|
30
37
|
);
|
|
31
38
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Meta,StoryObj } from '@storybook/react';
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
2
|
import { fn } from '@storybook/test';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import type { ColorValue } from 'react-native';
|
|
@@ -33,7 +33,7 @@ export default {
|
|
|
33
33
|
title: 'base/Typography',
|
|
34
34
|
component: Typography,
|
|
35
35
|
args: {
|
|
36
|
-
|
|
36
|
+
onAnnouncementFinished: fn(),
|
|
37
37
|
},
|
|
38
38
|
argTypes: {
|
|
39
39
|
preset: {
|
package/src/utils/date.ts
CHANGED
|
@@ -7,8 +7,8 @@ const MINUTE = 60 * 1000;
|
|
|
7
7
|
const DAY = 24 * 60 * MINUTE;
|
|
8
8
|
|
|
9
9
|
// OS locale
|
|
10
|
-
const systemLocale: string | undefined = I18nManager.getConstants()
|
|
11
|
-
?.replace(/_/g, '-')
|
|
10
|
+
const systemLocale: string | undefined = I18nManager.getConstants()
|
|
11
|
+
.localeIdentifier?.replace(/_/g, '-')
|
|
12
12
|
.split(/[#@]/)[0]
|
|
13
13
|
.replace(/-$/, '');
|
|
14
14
|
|
package/src/utils/history.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HistoryListItemBindingDto } from '@procivis/react-native-one-core';
|
|
2
2
|
import moment, { Moment } from 'moment';
|
|
3
3
|
|
|
4
4
|
export interface HistoryGroupByDaySection {
|
|
5
|
-
data:
|
|
5
|
+
data: HistoryListItemBindingDto[];
|
|
6
6
|
date: Moment;
|
|
7
7
|
firstYearEntry: boolean;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
export const groupEntriesByDay = (entries:
|
|
11
|
-
const groupedEntries = entries.reduce((result: HistoryGroupByDaySection[], entry:
|
|
10
|
+
export const groupEntriesByDay = (entries: HistoryListItemBindingDto[]) => {
|
|
11
|
+
const groupedEntries = entries.reduce((result: HistoryGroupByDaySection[], entry: HistoryListItemBindingDto) => {
|
|
12
12
|
const entryDate = moment(entry.createdDate);
|
|
13
13
|
|
|
14
14
|
const matchingEntry = result.find(({ date }) => date.isSame(entryDate, 'day'));
|
|
@@ -14,11 +14,11 @@ jest.mock('../core/core-config', () => ({
|
|
|
14
14
|
}));
|
|
15
15
|
|
|
16
16
|
jest.mock('@react-native-community/netinfo', () => ({
|
|
17
|
-
addEventListener: () => {
|
|
17
|
+
addEventListener: () => {},
|
|
18
18
|
}));
|
|
19
19
|
|
|
20
20
|
jest.mock('react-native-bluetooth-state-manager', () => ({
|
|
21
|
-
onStateChange: () => {
|
|
21
|
+
onStateChange: () => {},
|
|
22
22
|
}));
|
|
23
23
|
|
|
24
24
|
describe('getInvitationUrlTransports', () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IdentifierStateBindingEnum, IdentifierTypeBindingEnum } from '@procivis/react-native-one-core';
|
|
2
2
|
import { useCallback } from 'react';
|
|
3
3
|
import { useMutation, useQuery, useQueryClient } from 'react-query';
|
|
4
4
|
|
|
@@ -80,12 +80,12 @@ export const useBackupFinalizeImportProcedure = ({ generateHwKey, generateSwKey
|
|
|
80
80
|
// update wallet identifier references
|
|
81
81
|
let swIdentifierId: string | undefined;
|
|
82
82
|
if (generateSwKey) {
|
|
83
|
-
const identifiers = await core.
|
|
84
|
-
states: [
|
|
83
|
+
const identifiers = await core.listIdentifiers({
|
|
84
|
+
states: [IdentifierStateBindingEnum.ACTIVE],
|
|
85
85
|
organisationId,
|
|
86
86
|
page: 0,
|
|
87
87
|
pageSize: 1,
|
|
88
|
-
types: [
|
|
88
|
+
types: [IdentifierTypeBindingEnum.DID],
|
|
89
89
|
isRemote: false,
|
|
90
90
|
});
|
|
91
91
|
swIdentifierId = identifiers.values.find((identifier) => identifier.name.startsWith(SW_DID_NAME_PREFIX))?.id;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CacheTypeBindingDto } from '@procivis/react-native-one-core';
|
|
2
2
|
import { useMutation, useQueryClient } from 'react-query';
|
|
3
3
|
|
|
4
4
|
import { useONECore } from './core-context';
|
|
@@ -8,17 +8,17 @@ import { REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY, TRUST_ENTITY_DETAIL_QUERY_KEY } f
|
|
|
8
8
|
const CREDENTIAL_QUERY_KEYS = [CREDENTIAL_LIST_QUERY_KEY, CREDENTIAL_LIST_PAGED_QUERY_KEY, CREDENTIAL_DETAIL_QUERY_KEY];
|
|
9
9
|
const TRUST_ENTITY_QUERY_KEYS = [TRUST_ENTITY_DETAIL_QUERY_KEY, REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY];
|
|
10
10
|
|
|
11
|
-
// Map each
|
|
12
|
-
const cacheTypeToQueryKeys: Record<
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
11
|
+
// Map each CacheTypeBindingDto to the query keys that should be invalidated when that cache is cleared.
|
|
12
|
+
const cacheTypeToQueryKeys: Record<CacheTypeBindingDto, string[]> = {
|
|
13
|
+
[CacheTypeBindingDto.DID_DOCUMENT]: CREDENTIAL_QUERY_KEYS,
|
|
14
|
+
[CacheTypeBindingDto.JSON_LD_CONTEXT]: CREDENTIAL_QUERY_KEYS,
|
|
15
|
+
[CacheTypeBindingDto.STATUS_LIST_CREDENTIAL]: CREDENTIAL_QUERY_KEYS,
|
|
16
|
+
[CacheTypeBindingDto.VCT_METADATA]: CREDENTIAL_QUERY_KEYS,
|
|
17
|
+
[CacheTypeBindingDto.JSON_SCHEMA]: CREDENTIAL_QUERY_KEYS,
|
|
18
|
+
[CacheTypeBindingDto.TRUST_LIST]: [...TRUST_ENTITY_QUERY_KEYS, ...CREDENTIAL_QUERY_KEYS],
|
|
19
|
+
[CacheTypeBindingDto.X509_CRL]: CREDENTIAL_QUERY_KEYS,
|
|
20
|
+
[CacheTypeBindingDto.ANDROID_ATTESTATION_CRL]: CREDENTIAL_QUERY_KEYS,
|
|
21
|
+
[CacheTypeBindingDto.OPEN_ID_METADATA]: CREDENTIAL_QUERY_KEYS,
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export const useCacheClear = () => {
|
|
@@ -26,7 +26,7 @@ export const useCacheClear = () => {
|
|
|
26
26
|
const { core } = useONECore();
|
|
27
27
|
|
|
28
28
|
return useMutation(
|
|
29
|
-
async (cacheTypes:
|
|
29
|
+
async (cacheTypes: CacheTypeBindingDto[]) => {
|
|
30
30
|
await core.deleteCache(cacheTypes);
|
|
31
31
|
return cacheTypes;
|
|
32
32
|
},
|
|
@@ -29,19 +29,19 @@ const defaultContextValue: ContextValue = {
|
|
|
29
29
|
export type ONECoreContextProviderProps = {
|
|
30
30
|
config?: Record<string, unknown>;
|
|
31
31
|
organisationId?: string;
|
|
32
|
-
publisherReference
|
|
32
|
+
publisherReference?: string;
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
const ONECoreContext = createContext<ContextValue>(defaultContextValue);
|
|
36
36
|
|
|
37
37
|
export const ONECoreContextProvider: FC<PropsWithChildren<ONECoreContextProviderProps>> = ({
|
|
38
38
|
children,
|
|
39
|
-
organisationId =
|
|
39
|
+
organisationId = defaultContextValue.organisationId,
|
|
40
40
|
publisherReference,
|
|
41
41
|
config,
|
|
42
42
|
}) => {
|
|
43
43
|
const [core, setCore] = useState<ONECore>();
|
|
44
|
-
const createTrustAnchor = useCreateTrustAnchor(
|
|
44
|
+
const createTrustAnchor = useCreateTrustAnchor();
|
|
45
45
|
|
|
46
46
|
const initialize = useCallback(
|
|
47
47
|
async (force?: boolean) => {
|
|
@@ -77,7 +77,7 @@ export const ONECoreContextProvider: FC<PropsWithChildren<ONECoreContextProvider
|
|
|
77
77
|
);
|
|
78
78
|
|
|
79
79
|
useEffect(() => {
|
|
80
|
-
if (!core) {
|
|
80
|
+
if (!core || !publisherReference) {
|
|
81
81
|
return;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -89,11 +89,11 @@ export const ONECoreContextProvider: FC<PropsWithChildren<ONECoreContextProvider
|
|
|
89
89
|
);
|
|
90
90
|
|
|
91
91
|
if (trustManagementEnabled) {
|
|
92
|
-
createTrustAnchor(core).catch(() => {});
|
|
92
|
+
createTrustAnchor(core, publisherReference).catch(() => {});
|
|
93
93
|
}
|
|
94
94
|
})
|
|
95
95
|
.catch(() => {});
|
|
96
|
-
}, [core, createTrustAnchor]);
|
|
96
|
+
}, [core, createTrustAnchor, publisherReference]);
|
|
97
97
|
|
|
98
98
|
const contextValue = useMemo(
|
|
99
99
|
() => ({
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
CredentialSchemaListQueryBindingDto,
|
|
3
|
+
ImportCredentialSchemaRequestSchemaBindingDto,
|
|
4
|
+
} from '@procivis/react-native-one-core';
|
|
2
5
|
import { useInfiniteQuery, useMutation, useQuery, useQueryClient } from 'react-query';
|
|
3
6
|
|
|
4
7
|
import { getQueryKeyFromCredentialSchemaListQueryParams } from '../../parsers/query';
|
|
@@ -12,7 +15,7 @@ export const CREDENTIAL_SCHEMA_DETAIL_QUERY_KEY = 'credential-schema-detail';
|
|
|
12
15
|
export const CREDENTIAL_SCHEMA_PREVIEW_QUERY_KEY = 'credential-schema-preview';
|
|
13
16
|
export const CREDENTIAL_SCHEMA_SHARE_QUERY_KEY = 'credential-schema-share';
|
|
14
17
|
|
|
15
|
-
export const useCredentialSchemas = (queryParams?: Partial<
|
|
18
|
+
export const useCredentialSchemas = (queryParams?: Partial<CredentialSchemaListQueryBindingDto>) => {
|
|
16
19
|
const { core, organisationId } = useONECore();
|
|
17
20
|
|
|
18
21
|
return useInfiniteQuery(
|
|
@@ -43,7 +46,7 @@ export const useCredentialSchemaPreview = (url: string) => {
|
|
|
43
46
|
if (!response.ok) {
|
|
44
47
|
throw response.originalError;
|
|
45
48
|
}
|
|
46
|
-
return response.data as
|
|
49
|
+
return response.data as ImportCredentialSchemaRequestSchemaBindingDto;
|
|
47
50
|
}),
|
|
48
51
|
{
|
|
49
52
|
keepPreviousData: true,
|
|
@@ -56,7 +59,7 @@ export const useCredentialSchemaAccept = () => {
|
|
|
56
59
|
const { core, organisationId } = useONECore();
|
|
57
60
|
|
|
58
61
|
return useMutation(
|
|
59
|
-
async (schema:
|
|
62
|
+
async (schema: ImportCredentialSchemaRequestSchemaBindingDto) =>
|
|
60
63
|
core.importCredentialSchema({
|
|
61
64
|
organisationId,
|
|
62
65
|
schema,
|