@procivis/one-react-native-components 0.3.50 → 0.3.62
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/credential/credential.js +6 -3
- package/lib/commonjs/components/credential/credential.js.map +1 -1
- package/lib/commonjs/components/history/history-list-item-icon.js +3 -1
- package/lib/commonjs/components/history/history-list-item-icon.js.map +1 -1
- package/lib/commonjs/components/history/history-list-screen.js +4 -3
- package/lib/commonjs/components/history/history-list-screen.js.map +1 -1
- package/lib/commonjs/components/proof-request/select-credential.js +7 -3
- package/lib/commonjs/components/proof-request/select-credential.js.map +1 -1
- package/lib/commonjs/components/proof-request/share-credential.js +6 -9
- package/lib/commonjs/components/proof-request/share-credential.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-card.js +14 -29
- package/lib/commonjs/ui-components/credential/card/credential-card.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-details-card.js +27 -28
- package/lib/commonjs/ui-components/credential/card/credential-details-card.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js +10 -6
- package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js.map +1 -1
- package/lib/commonjs/ui-components/header/header.js +7 -5
- package/lib/commonjs/ui-components/header/header.js.map +1 -1
- package/lib/commonjs/ui-components/history/history-details.js +3 -1
- package/lib/commonjs/ui-components/history/history-details.js.map +1 -1
- package/lib/commonjs/ui-components/icons/icons.js +131 -1
- package/lib/commonjs/ui-components/icons/icons.js.map +1 -1
- package/lib/commonjs/ui-components/searchbar/animated-search-bar.js +10 -8
- package/lib/commonjs/ui-components/searchbar/animated-search-bar.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/backup.js +4 -3
- package/lib/commonjs/utils/hooks/core/backup.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/core-init.js +23 -4
- package/lib/commonjs/utils/hooks/core/core-init.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/credentials.js +35 -5
- package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/proofs.js +3 -1
- package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-sharing.js +18 -1
- package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential.js.map +1 -1
- package/lib/commonjs/utils/parsers/query.js +6 -6
- package/lib/commonjs/utils/parsers/query.js.map +1 -1
- package/lib/module/components/credential/credential.js +5 -3
- package/lib/module/components/credential/credential.js.map +1 -1
- package/lib/module/components/history/history-list-item-icon.js +3 -1
- package/lib/module/components/history/history-list-item-icon.js.map +1 -1
- package/lib/module/components/history/history-list-screen.js +4 -3
- package/lib/module/components/history/history-list-screen.js.map +1 -1
- package/lib/module/components/proof-request/select-credential.js +5 -2
- package/lib/module/components/proof-request/select-credential.js.map +1 -1
- package/lib/module/components/proof-request/share-credential.js +7 -10
- package/lib/module/components/proof-request/share-credential.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-card.js +15 -30
- package/lib/module/ui-components/credential/card/credential-card.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-details-card.js +27 -28
- package/lib/module/ui-components/credential/card/credential-details-card.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-details-list-item.js +10 -6
- package/lib/module/ui-components/credential/card/credential-details-list-item.js.map +1 -1
- package/lib/module/ui-components/header/header.js +7 -5
- package/lib/module/ui-components/header/header.js.map +1 -1
- package/lib/module/ui-components/history/history-details.js +4 -2
- package/lib/module/ui-components/history/history-details.js.map +1 -1
- package/lib/module/ui-components/icons/icons.js +125 -0
- package/lib/module/ui-components/icons/icons.js.map +1 -1
- package/lib/module/ui-components/searchbar/animated-search-bar.js +10 -8
- package/lib/module/ui-components/searchbar/animated-search-bar.js.map +1 -1
- package/lib/module/utils/hooks/core/backup.js +5 -4
- package/lib/module/utils/hooks/core/backup.js.map +1 -1
- package/lib/module/utils/hooks/core/core-init.js +21 -3
- package/lib/module/utils/hooks/core/core-init.js.map +1 -1
- package/lib/module/utils/hooks/core/credentials.js +32 -4
- package/lib/module/utils/hooks/core/credentials.js.map +1 -1
- package/lib/module/utils/hooks/core/proofs.js +3 -1
- package/lib/module/utils/hooks/core/proofs.js.map +1 -1
- package/lib/module/utils/parsers/credential-sharing.js +18 -1
- package/lib/module/utils/parsers/credential-sharing.js.map +1 -1
- package/lib/module/utils/parsers/credential.js.map +1 -1
- package/lib/module/utils/parsers/query.js +6 -6
- package/lib/module/utils/parsers/query.js.map +1 -1
- package/lib/typescript/components/proof-request/share-credential.d.ts +4 -5
- package/lib/typescript/ui-components/credential/card/credential-card.d.ts +1 -0
- package/lib/typescript/ui-components/header/header.d.ts +1 -1
- package/lib/typescript/ui-components/icons/icons.d.ts +5 -0
- package/lib/typescript/ui-components/searchbar/animated-search-bar.d.ts +2 -2
- package/lib/typescript/utils/hooks/core/backup.d.ts +1 -1
- package/lib/typescript/utils/hooks/core/core-init.d.ts +4 -1
- package/lib/typescript/utils/hooks/core/credentials.d.ts +4 -6
- package/lib/typescript/utils/parsers/credential-sharing.d.ts +6 -6
- package/lib/typescript/utils/parsers/credential.d.ts +6 -3
- package/lib/typescript/utils/parsers/query.d.ts +1 -1
- package/package.json +3 -3
- package/src/components/credential/credential.tsx +4 -2
- package/src/components/history/history-list-item-icon.tsx +2 -0
- package/src/components/history/history-list-screen.tsx +10 -8
- package/src/components/proof-request/select-credential.tsx +4 -2
- package/src/components/proof-request/share-credential.tsx +10 -10
- package/src/ui-components/credential/card/credential-card.stories.tsx +14 -2
- package/src/ui-components/credential/card/credential-card.tsx +16 -23
- package/src/ui-components/credential/card/credential-details-card.stories.tsx +14 -4
- package/src/ui-components/credential/card/credential-details-card.tsx +32 -34
- package/src/ui-components/credential/card/credential-details-list-item.tsx +10 -6
- package/src/ui-components/detail/detail.stories.tsx +3 -3
- package/src/ui-components/header/header.stories.tsx +8 -6
- package/src/ui-components/header/header.tsx +7 -5
- package/src/ui-components/history/history-details.tsx +3 -1
- package/src/ui-components/icons/icons.tsx +98 -0
- package/src/ui-components/searchbar/animated-search-bar.tsx +11 -9
- package/src/utils/hooks/core/backup.ts +8 -2
- package/src/utils/hooks/core/core-init.ts +28 -2
- package/src/utils/hooks/core/credentials.ts +38 -4
- package/src/utils/hooks/core/proofs.ts +3 -1
- package/src/utils/parsers/credential-sharing.tsx +34 -11
- package/src/utils/parsers/credential.ts +8 -4
- package/src/utils/parsers/query.ts +31 -4
|
@@ -38,6 +38,14 @@ export const getQueryKeyFromCredentialListQueryParams = (queryParams: Partial<Cr
|
|
|
38
38
|
'status',
|
|
39
39
|
'include',
|
|
40
40
|
'profile',
|
|
41
|
+
'createdDateAfter',
|
|
42
|
+
'createdDateBefore',
|
|
43
|
+
'lastModifiedAfter',
|
|
44
|
+
'lastModifiedBefore',
|
|
45
|
+
'issuanceDateAfter',
|
|
46
|
+
'issuanceDateBefore',
|
|
47
|
+
'revocationDateAfter',
|
|
48
|
+
'revocationDateBefore',
|
|
41
49
|
]);
|
|
42
50
|
};
|
|
43
51
|
|
|
@@ -49,14 +57,13 @@ export const getQueryKeyFromHistoryListQueryParams = (queryParams: Partial<Histo
|
|
|
49
57
|
'entityId',
|
|
50
58
|
'actions',
|
|
51
59
|
'entityTypes',
|
|
52
|
-
'
|
|
53
|
-
'
|
|
60
|
+
'createdDateAfter',
|
|
61
|
+
'createdDateBefore',
|
|
54
62
|
'identifierId',
|
|
55
63
|
'credentialId',
|
|
56
64
|
'credentialSchemaId',
|
|
57
65
|
'proofSchemaId',
|
|
58
|
-
'
|
|
59
|
-
'searchType',
|
|
66
|
+
'search',
|
|
60
67
|
]);
|
|
61
68
|
};
|
|
62
69
|
|
|
@@ -75,6 +82,10 @@ export const getQueryKeyFromCredentialSchemaListQueryParams = (
|
|
|
75
82
|
'include',
|
|
76
83
|
'schemaId',
|
|
77
84
|
'formats',
|
|
85
|
+
'createdDateAfter',
|
|
86
|
+
'createdDateBefore',
|
|
87
|
+
'lastModifiedAfter',
|
|
88
|
+
'lastModifiedBefore',
|
|
78
89
|
]);
|
|
79
90
|
};
|
|
80
91
|
|
|
@@ -89,6 +100,10 @@ export const getQueryKeyFromProofSchemaListQueryParams = (queryParams: Partial<P
|
|
|
89
100
|
'exact',
|
|
90
101
|
'ids',
|
|
91
102
|
'formats',
|
|
103
|
+
'createdDateAfter',
|
|
104
|
+
'createdDateBefore',
|
|
105
|
+
'lastModifiedAfter',
|
|
106
|
+
'lastModifiedBefore',
|
|
92
107
|
]);
|
|
93
108
|
};
|
|
94
109
|
|
|
@@ -106,6 +121,14 @@ export const getQueryKeyFromProofListQueryParams = (queryParams: Partial<ProofLi
|
|
|
106
121
|
'proofSchemaIds',
|
|
107
122
|
'exact',
|
|
108
123
|
'profile',
|
|
124
|
+
'createdDateAfter',
|
|
125
|
+
'createdDateBefore',
|
|
126
|
+
'lastModifiedAfter',
|
|
127
|
+
'lastModifiedBefore',
|
|
128
|
+
'requestedDateAfter',
|
|
129
|
+
'requestedDateBefore',
|
|
130
|
+
'completedDateAfter',
|
|
131
|
+
'completedDateBefore',
|
|
109
132
|
]);
|
|
110
133
|
};
|
|
111
134
|
|
|
@@ -145,5 +168,9 @@ export const getQueryKeyFromIdentifierListQueryParams = (queryParams: Partial<Id
|
|
|
145
168
|
'keyAlgorithms',
|
|
146
169
|
'keyRoles',
|
|
147
170
|
'keyStorages',
|
|
171
|
+
'createdDateAfter',
|
|
172
|
+
'createdDateBefore',
|
|
173
|
+
'lastModifiedAfter',
|
|
174
|
+
'lastModifiedBefore',
|
|
148
175
|
]);
|
|
149
176
|
};
|