@procivis/one-react-native-components 0.2.54 → 0.3.22
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/README.md +3 -8
- package/lib/commonjs/components/backup/index.js.map +1 -1
- package/lib/commonjs/components/backup/preview-credentials.js +18 -22
- package/lib/commonjs/components/backup/preview-credentials.js.map +1 -1
- package/lib/commonjs/components/credential/credential.js +11 -12
- package/lib/commonjs/components/credential/credential.js.map +1 -1
- package/lib/commonjs/components/credential/index.js.map +1 -1
- package/lib/commonjs/components/entity/EntityButtons.js +20 -25
- package/lib/commonjs/components/entity/EntityButtons.js.map +1 -1
- package/lib/commonjs/components/entity/entity-attributes.js +15 -17
- package/lib/commonjs/components/entity/entity-attributes.js.map +1 -1
- package/lib/commonjs/components/entity/entity-details-with-buttons.js +18 -19
- package/lib/commonjs/components/entity/entity-details-with-buttons.js.map +1 -1
- package/lib/commonjs/components/entity/entity-details.js +12 -14
- package/lib/commonjs/components/entity/entity-details.js.map +1 -1
- package/lib/commonjs/components/entity/index.js +2 -2
- package/lib/commonjs/components/entity/index.js.map +1 -1
- package/lib/commonjs/components/history/history-details-screen.js +67 -0
- package/lib/commonjs/components/history/history-details-screen.js.map +1 -0
- package/lib/commonjs/components/history/history-list-item-icon.js +94 -0
- package/lib/commonjs/components/history/history-list-item-icon.js.map +1 -0
- package/lib/commonjs/components/history/history-list-item.js +45 -0
- package/lib/commonjs/components/history/history-list-item.js.map +1 -0
- package/lib/commonjs/components/history/history-list-screen.js +121 -0
- package/lib/commonjs/components/history/history-list-screen.js.map +1 -0
- package/lib/commonjs/components/history/history-list-section-header.js +39 -0
- package/lib/commonjs/components/history/history-list-section-header.js.map +1 -0
- package/lib/commonjs/components/history/history-list.js +100 -0
- package/lib/commonjs/components/history/history-list.js.map +1 -0
- package/lib/commonjs/components/history/index.js +72 -0
- package/lib/commonjs/components/history/index.js.map +1 -0
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/navigation/header-buttons.js +21 -25
- package/lib/commonjs/components/navigation/header-buttons.js.map +1 -1
- package/lib/commonjs/components/navigation/index.js.map +1 -1
- package/lib/commonjs/components/proof-request/group.js +4 -5
- package/lib/commonjs/components/proof-request/group.js.map +1 -1
- package/lib/commonjs/components/proof-request/index.js.map +1 -1
- package/lib/commonjs/components/proof-request/select-credential.js +11 -12
- package/lib/commonjs/components/proof-request/select-credential.js.map +1 -1
- package/lib/commonjs/components/proof-request/share-credential.js +23 -27
- package/lib/commonjs/components/proof-request/share-credential.js.map +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/normalize-color.d.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/accessibility.js +11 -7
- package/lib/commonjs/ui-components/accessibility/accessibility.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js +8 -12
- package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js +15 -17
- package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/accessibilityLanguage.js +8 -10
- package/lib/commonjs/ui-components/accessibility/accessibilityLanguage.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/index.js +1 -30
- package/lib/commonjs/ui-components/accessibility/index.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/locale/index.js +2 -3
- package/lib/commonjs/ui-components/accessibility/locale/index.js.map +1 -1
- package/lib/commonjs/ui-components/accessibility/locale.test.js.map +1 -1
- package/lib/commonjs/ui-components/action-modal/ActionModal.js +9 -11
- package/lib/commonjs/ui-components/action-modal/ActionModal.js.map +1 -1
- package/lib/commonjs/ui-components/action-modal/index.js +1 -1
- package/lib/commonjs/ui-components/action-modal/index.js.map +1 -1
- package/lib/commonjs/ui-components/activity-indicator/activity-indicator.js +10 -12
- package/lib/commonjs/ui-components/activity-indicator/activity-indicator.js.map +1 -1
- package/lib/commonjs/ui-components/activity-indicator/index.js +1 -1
- package/lib/commonjs/ui-components/activity-indicator/index.js.map +1 -1
- package/lib/commonjs/ui-components/blur/blur-view.js +13 -15
- package/lib/commonjs/ui-components/blur/blur-view.js.map +1 -1
- package/lib/commonjs/ui-components/blur/index.js +2 -2
- package/lib/commonjs/ui-components/blur/index.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/back-button.js +12 -15
- package/lib/commonjs/ui-components/buttons/back-button.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/button.js +19 -22
- package/lib/commonjs/ui-components/buttons/button.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/connectivity-button.js +16 -18
- package/lib/commonjs/ui-components/buttons/connectivity-button.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/filter-button.js +8 -10
- package/lib/commonjs/ui-components/buttons/filter-button.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/ghost-button.js +12 -14
- package/lib/commonjs/ui-components/buttons/ghost-button.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/hold-button.js +244 -0
- package/lib/commonjs/ui-components/buttons/hold-button.js.map +1 -0
- package/lib/commonjs/ui-components/buttons/index.js +9 -37
- package/lib/commonjs/ui-components/buttons/index.js.map +1 -1
- package/lib/commonjs/ui-components/buttons/scan-button.js +7 -9
- package/lib/commonjs/ui-components/buttons/scan-button.js.map +1 -1
- package/lib/commonjs/ui-components/camera/camera-overlay.js +11 -14
- package/lib/commonjs/ui-components/camera/camera-overlay.js.map +1 -1
- package/lib/commonjs/ui-components/camera/index.js +2 -2
- package/lib/commonjs/ui-components/camera/index.js.map +1 -1
- package/lib/commonjs/ui-components/camera/qr-code-scanner.js +12 -14
- package/lib/commonjs/ui-components/camera/qr-code-scanner.js.map +1 -1
- package/lib/commonjs/ui-components/control/checkbox.js +11 -12
- package/lib/commonjs/ui-components/control/checkbox.js.map +1 -1
- package/lib/commonjs/ui-components/control/index.js.map +1 -1
- package/lib/commonjs/ui-components/control/switch.js +10 -12
- package/lib/commonjs/ui-components/control/switch.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-card.js +22 -26
- package/lib/commonjs/ui-components/credential/card/credential-card.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-details-card.js +30 -35
- 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 +27 -20
- package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-header.js +25 -24
- package/lib/commonjs/ui-components/credential/card/credential-header.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js +27 -29
- package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js.map +1 -1
- package/lib/commonjs/ui-components/credential/card/index.js +6 -41
- package/lib/commonjs/ui-components/credential/card/index.js.map +1 -1
- package/lib/commonjs/ui-components/credential/credential-attribute-item.js +51 -60
- package/lib/commonjs/ui-components/credential/credential-attribute-item.js.map +1 -1
- package/lib/commonjs/ui-components/credential/credential-carousel-images.js +18 -21
- package/lib/commonjs/ui-components/credential/credential-carousel-images.js.map +1 -1
- package/lib/commonjs/ui-components/credential/index.js +2 -25
- package/lib/commonjs/ui-components/credential/index.js.map +1 -1
- package/lib/commonjs/ui-components/credential/selector-status.js +3 -4
- package/lib/commonjs/ui-components/credential/selector-status.js.map +1 -1
- package/lib/commonjs/ui-components/credential/selector.js +8 -10
- package/lib/commonjs/ui-components/credential/selector.js.map +1 -1
- package/lib/commonjs/ui-components/detail/detail.js +12 -14
- package/lib/commonjs/ui-components/detail/detail.js.map +1 -1
- package/lib/commonjs/ui-components/detail/index.js +1 -1
- package/lib/commonjs/ui-components/detail/index.js.map +1 -1
- package/lib/commonjs/ui-components/entity/avatar.js +14 -16
- package/lib/commonjs/ui-components/entity/avatar.js.map +1 -1
- package/lib/commonjs/ui-components/entity/entity-cluster.js +15 -18
- package/lib/commonjs/ui-components/entity/entity-cluster.js.map +1 -1
- package/lib/commonjs/ui-components/entity/index.js +2 -2
- package/lib/commonjs/ui-components/entity/index.js.map +1 -1
- package/lib/commonjs/ui-components/header/focus-aware-status-bar.js +3 -4
- package/lib/commonjs/ui-components/header/focus-aware-status-bar.js.map +1 -1
- package/lib/commonjs/ui-components/header/foldable-header.js +14 -17
- package/lib/commonjs/ui-components/header/foldable-header.js.map +1 -1
- package/lib/commonjs/ui-components/header/header.js +12 -14
- package/lib/commonjs/ui-components/header/header.js.map +1 -1
- package/lib/commonjs/ui-components/header/index.js +4 -24
- package/lib/commonjs/ui-components/header/index.js.map +1 -1
- package/lib/commonjs/ui-components/header/navigation-header.js +27 -33
- package/lib/commonjs/ui-components/header/navigation-header.js.map +1 -1
- package/lib/commonjs/ui-components/history/data-item.js +30 -23
- package/lib/commonjs/ui-components/history/data-item.js.map +1 -1
- package/lib/commonjs/ui-components/history/history-details.js +181 -0
- package/lib/commonjs/ui-components/history/history-details.js.map +1 -0
- package/lib/commonjs/ui-components/history/{history-list-item.js → history-item.js} +47 -26
- package/lib/commonjs/ui-components/history/history-item.js.map +1 -0
- package/lib/commonjs/ui-components/history/history-section-header.js +7 -9
- package/lib/commonjs/ui-components/history/history-section-header.js.map +1 -1
- package/lib/commonjs/ui-components/history/history-section-list-item.js +13 -12
- package/lib/commonjs/ui-components/history/history-section-list-item.js.map +1 -1
- package/lib/commonjs/ui-components/history/index.js +30 -9
- package/lib/commonjs/ui-components/history/index.js.map +1 -1
- package/lib/commonjs/ui-components/icons/connectivity.js +19 -24
- package/lib/commonjs/ui-components/icons/connectivity.js.map +1 -1
- package/lib/commonjs/ui-components/icons/credential.js +60 -71
- package/lib/commonjs/ui-components/icons/credential.js.map +1 -1
- package/lib/commonjs/ui-components/icons/entity.js +7 -8
- package/lib/commonjs/ui-components/icons/entity.js.map +1 -1
- package/lib/commonjs/ui-components/icons/history.js +113 -133
- package/lib/commonjs/ui-components/icons/history.js.map +1 -1
- package/lib/commonjs/ui-components/icons/icons.js +73 -90
- package/lib/commonjs/ui-components/icons/icons.js.map +1 -1
- package/lib/commonjs/ui-components/icons/index.js.map +1 -1
- package/lib/commonjs/ui-components/icons/input.js +3 -3
- package/lib/commonjs/ui-components/icons/input.js.map +1 -1
- package/lib/commonjs/ui-components/icons/keypad.js +69 -81
- package/lib/commonjs/ui-components/icons/keypad.js.map +1 -1
- package/lib/commonjs/ui-components/icons/loader.js +4 -4
- package/lib/commonjs/ui-components/icons/loader.js.map +1 -1
- package/lib/commonjs/ui-components/icons/nerd-view.js +6 -9
- package/lib/commonjs/ui-components/icons/nerd-view.js.map +1 -1
- package/lib/commonjs/ui-components/icons/selector.js +8 -9
- package/lib/commonjs/ui-components/icons/selector.js.map +1 -1
- package/lib/commonjs/ui-components/icons/wallet.js +16 -19
- package/lib/commonjs/ui-components/icons/wallet.js.map +1 -1
- package/lib/commonjs/ui-components/image/image-or-component.js +15 -18
- package/lib/commonjs/ui-components/image/image-or-component.js.map +1 -1
- package/lib/commonjs/ui-components/image/index.js +2 -9
- package/lib/commonjs/ui-components/image/index.js.map +1 -1
- package/lib/commonjs/ui-components/index.js.map +1 -1
- package/lib/commonjs/ui-components/input/index.js +2 -2
- package/lib/commonjs/ui-components/input/index.js.map +1 -1
- package/lib/commonjs/ui-components/input/radio-group.js +28 -25
- package/lib/commonjs/ui-components/input/radio-group.js.map +1 -1
- package/lib/commonjs/ui-components/input/selection-input.js +27 -38
- package/lib/commonjs/ui-components/input/selection-input.js.map +1 -1
- package/lib/commonjs/ui-components/input/text-input.js +25 -28
- package/lib/commonjs/ui-components/input/text-input.js.map +1 -1
- package/lib/commonjs/ui-components/list/index.js +20 -2
- package/lib/commonjs/ui-components/list/index.js.map +1 -1
- package/lib/commonjs/ui-components/list/list-page-loading-indicator.js +14 -0
- package/lib/commonjs/ui-components/list/list-page-loading-indicator.js.map +1 -0
- package/lib/commonjs/ui-components/list/list-section-header.js +10 -12
- package/lib/commonjs/ui-components/list/list-section-header.js.map +1 -1
- package/lib/commonjs/ui-components/list/list-title-header.js +6 -8
- package/lib/commonjs/ui-components/list/list-title-header.js.map +1 -1
- package/lib/commonjs/ui-components/list/wallet/empty-list.js +73 -0
- package/lib/commonjs/ui-components/list/wallet/empty-list.js.map +1 -0
- package/lib/commonjs/ui-components/list/wallet/empty-search-result.js +41 -0
- package/lib/commonjs/ui-components/list/wallet/empty-search-result.js.map +1 -0
- package/lib/commonjs/ui-components/list/wallet/index.js +21 -0
- package/lib/commonjs/ui-components/list/wallet/index.js.map +1 -0
- package/lib/commonjs/ui-components/loader/index.js +2 -2
- package/lib/commonjs/ui-components/loader/index.js.map +1 -1
- package/lib/commonjs/ui-components/loader/loader.js +17 -17
- package/lib/commonjs/ui-components/loader/loader.js.map +1 -1
- package/lib/commonjs/ui-components/loader/loading-result.js +22 -21
- package/lib/commonjs/ui-components/loader/loading-result.js.map +1 -1
- package/lib/commonjs/ui-components/nerd-view/index.js +2 -8
- package/lib/commonjs/ui-components/nerd-view/index.js.map +1 -1
- package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js +37 -41
- package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js.map +1 -1
- package/lib/commonjs/ui-components/pin/index.js +2 -2
- package/lib/commonjs/ui-components/pin/index.js.map +1 -1
- package/lib/commonjs/ui-components/pin/keypad.js +19 -23
- package/lib/commonjs/ui-components/pin/keypad.js.map +1 -1
- package/lib/commonjs/ui-components/pin/pin-code-screen.js +19 -21
- package/lib/commonjs/ui-components/pin/pin-code-screen.js.map +1 -1
- package/lib/commonjs/ui-components/pin/pin-lock-animation.js +1 -2
- package/lib/commonjs/ui-components/pin/pin-lock-animation.js.map +1 -1
- package/lib/commonjs/ui-components/pin/pin-lock.js +10 -12
- package/lib/commonjs/ui-components/pin/pin-lock.js.map +1 -1
- package/lib/commonjs/ui-components/pin/pins.js +8 -9
- package/lib/commonjs/ui-components/pin/pins.js.map +1 -1
- package/lib/commonjs/ui-components/screens/backup-screen.js +15 -18
- package/lib/commonjs/ui-components/screens/backup-screen.js.map +1 -1
- package/lib/commonjs/ui-components/screens/image-preview-screen.js +12 -14
- package/lib/commonjs/ui-components/screens/image-preview-screen.js.map +1 -1
- package/lib/commonjs/ui-components/screens/index.js +8 -49
- package/lib/commonjs/ui-components/screens/index.js.map +1 -1
- package/lib/commonjs/ui-components/screens/nerd-mode-screen.js +34 -41
- package/lib/commonjs/ui-components/screens/nerd-mode-screen.js.map +1 -1
- package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js +14 -16
- package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js.map +1 -1
- package/lib/commonjs/ui-components/screens/scroll-view-screen.js +12 -14
- package/lib/commonjs/ui-components/screens/scroll-view-screen.js.map +1 -1
- package/lib/commonjs/ui-components/screens/section-list-screen.js +13 -15
- package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -1
- package/lib/commonjs/ui-components/searchbar/animated-search-bar.js +10 -12
- package/lib/commonjs/ui-components/searchbar/animated-search-bar.js.map +1 -1
- package/lib/commonjs/ui-components/searchbar/index.js +2 -2
- package/lib/commonjs/ui-components/searchbar/index.js.map +1 -1
- package/lib/commonjs/ui-components/searchbar/search-bar.js +15 -17
- package/lib/commonjs/ui-components/searchbar/search-bar.js.map +1 -1
- package/lib/commonjs/ui-components/settings/button-setting.js +14 -16
- package/lib/commonjs/ui-components/settings/button-setting.js.map +1 -1
- package/lib/commonjs/ui-components/settings/index.js +2 -2
- package/lib/commonjs/ui-components/settings/index.js.map +1 -1
- package/lib/commonjs/ui-components/settings/setting-item-separator.js +6 -8
- package/lib/commonjs/ui-components/settings/setting-item-separator.js.map +1 -1
- package/lib/commonjs/ui-components/settings/setting-item.js +11 -13
- package/lib/commonjs/ui-components/settings/setting-item.js.map +1 -1
- package/lib/commonjs/ui-components/settings/settings-button.js +7 -9
- package/lib/commonjs/ui-components/settings/settings-button.js.map +1 -1
- package/lib/commonjs/ui-components/settings/switch-setting.js +11 -13
- package/lib/commonjs/ui-components/settings/switch-setting.js.map +1 -1
- package/lib/commonjs/ui-components/state/error-screen.js +10 -12
- package/lib/commonjs/ui-components/state/error-screen.js.map +1 -1
- package/lib/commonjs/ui-components/state/index.js +2 -2
- package/lib/commonjs/ui-components/state/index.js.map +1 -1
- package/lib/commonjs/ui-components/text/base.js +14 -16
- package/lib/commonjs/ui-components/text/base.js.map +1 -1
- package/lib/commonjs/ui-components/text/font.js +11 -13
- package/lib/commonjs/ui-components/text/font.js.map +1 -1
- package/lib/commonjs/ui-components/text/index.js +2 -9
- package/lib/commonjs/ui-components/text/index.js.map +1 -1
- package/lib/commonjs/ui-components/text/typography.js +10 -13
- package/lib/commonjs/ui-components/text/typography.js.map +1 -1
- package/lib/commonjs/ui-components/theme/color-scheme-context.js +2 -1
- package/lib/commonjs/ui-components/theme/color-scheme-context.js.map +1 -1
- package/lib/commonjs/ui-components/theme/color-scheme.js.map +1 -1
- package/lib/commonjs/ui-components/theme/index.js.map +1 -1
- package/lib/commonjs/utils/array.js.map +1 -1
- package/lib/commonjs/utils/backup.js.map +1 -1
- package/lib/commonjs/utils/color.js +1 -1
- package/lib/commonjs/utils/color.js.map +1 -1
- package/lib/commonjs/utils/contrasting-status-bar.js +8 -10
- package/lib/commonjs/utils/contrasting-status-bar.js.map +1 -1
- package/lib/commonjs/utils/date.js +3 -3
- package/lib/commonjs/utils/date.js.map +1 -1
- package/lib/commonjs/utils/filtering.js +11 -0
- package/lib/commonjs/utils/filtering.js.map +1 -0
- package/lib/commonjs/utils/history.js +76 -0
- package/lib/commonjs/utils/history.js.map +1 -0
- package/lib/commonjs/utils/hooks/connectivity/connectivity.js +37 -23
- package/lib/commonjs/utils/hooks/connectivity/connectivity.js.map +1 -1
- package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js +6 -0
- package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/backup.js +31 -31
- package/lib/commonjs/utils/hooks/core/backup.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/cache.js +44 -0
- package/lib/commonjs/utils/hooks/core/cache.js.map +1 -0
- package/lib/commonjs/utils/hooks/core/core-config.js +15 -1
- package/lib/commonjs/utils/hooks/core/core-config.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/core-context.js +15 -10
- package/lib/commonjs/utils/hooks/core/core-context.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/core-init.js +18 -12
- package/lib/commonjs/utils/hooks/core/core-init.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/credential-schemas.js +16 -27
- package/lib/commonjs/utils/hooks/core/credential-schemas.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/credentials.js +27 -37
- package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/dids.js +4 -6
- package/lib/commonjs/utils/hooks/core/dids.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/error-code.js +3 -4
- package/lib/commonjs/utils/hooks/core/error-code.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/history.js +5 -37
- package/lib/commonjs/utils/hooks/core/history.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/index.js +11 -0
- package/lib/commonjs/utils/hooks/core/index.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/proof-schemas.js +23 -38
- package/lib/commonjs/utils/hooks/core/proof-schemas.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/proofs.js +107 -76
- package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/query.js +1 -2
- package/lib/commonjs/utils/hooks/core/query.js.map +1 -1
- package/lib/commonjs/utils/hooks/core/trust-entity.js +8 -4
- package/lib/commonjs/utils/hooks/core/trust-entity.js.map +1 -1
- package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js.map +1 -1
- package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js +1 -2
- package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js.map +1 -1
- package/lib/commonjs/utils/hooks/http/client.js.map +1 -1
- package/lib/commonjs/utils/hooks/index.js.map +1 -1
- package/lib/commonjs/utils/hooks/list/list-content-inset.js +9 -10
- package/lib/commonjs/utils/hooks/list/list-content-inset.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/before-remove.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/deep-link.js +3 -4
- package/lib/commonjs/utils/hooks/navigation/deep-link.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/index.js.map +1 -1
- package/lib/commonjs/utils/hooks/navigation/open-settings.js +1 -2
- package/lib/commonjs/utils/hooks/navigation/open-settings.js.map +1 -1
- package/lib/commonjs/utils/hooks/pin-security/pin-security.js +1 -2
- package/lib/commonjs/utils/hooks/pin-security/pin-security.js.map +1 -1
- package/lib/commonjs/utils/hooks/revocation/credential-status.js +17 -26
- package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -1
- package/lib/commonjs/utils/index.js +37 -1
- package/lib/commonjs/utils/index.js.map +1 -1
- package/lib/commonjs/utils/navigation.js +5 -5
- package/lib/commonjs/utils/navigation.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-images.js +1 -1
- package/lib/commonjs/utils/parsers/credential-images.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential-sharing.js +16 -20
- package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -1
- package/lib/commonjs/utils/parsers/credential.js +16 -26
- package/lib/commonjs/utils/parsers/credential.js.map +1 -1
- package/lib/commonjs/utils/parsers/index.js +11 -0
- package/lib/commonjs/utils/parsers/index.js.map +1 -1
- package/lib/commonjs/utils/parsers/query.js +3 -2
- package/lib/commonjs/utils/parsers/query.js.map +1 -1
- package/lib/commonjs/utils/parsers/universal-links.js +33 -0
- package/lib/commonjs/utils/parsers/universal-links.js.map +1 -0
- package/lib/commonjs/utils/parsers/universal-links.test.js +40 -0
- package/lib/commonjs/utils/parsers/universal-links.test.js.map +1 -0
- package/lib/commonjs/utils/ref.js.map +1 -1
- package/lib/commonjs/utils/reporting.js +4 -2
- package/lib/commonjs/utils/reporting.js.map +1 -1
- package/lib/commonjs/utils/string.js.map +1 -1
- package/lib/commonjs/utils/testID.js +1 -4
- package/lib/commonjs/utils/testID.js.map +1 -1
- package/lib/commonjs/utils/testID.test.js.map +1 -1
- package/lib/commonjs/utils/useMemoAsync.js +9 -0
- package/lib/commonjs/utils/useMemoAsync.js.map +1 -1
- package/lib/commonjs/utils/uuid.js +1 -1
- package/lib/commonjs/utils/uuid.js.map +1 -1
- package/lib/module/components/backup/index.js.map +1 -1
- package/lib/module/components/backup/preview-credentials.js +17 -21
- package/lib/module/components/backup/preview-credentials.js.map +1 -1
- package/lib/module/components/credential/credential.js +10 -11
- package/lib/module/components/credential/credential.js.map +1 -1
- package/lib/module/components/credential/index.js.map +1 -1
- package/lib/module/components/entity/EntityButtons.js +17 -21
- package/lib/module/components/entity/EntityButtons.js.map +1 -1
- package/lib/module/components/entity/entity-attributes.js +12 -13
- package/lib/module/components/entity/entity-attributes.js.map +1 -1
- package/lib/module/components/entity/entity-details-with-buttons.js +15 -15
- package/lib/module/components/entity/entity-details-with-buttons.js.map +1 -1
- package/lib/module/components/entity/entity-details.js +8 -9
- package/lib/module/components/entity/entity-details.js.map +1 -1
- package/lib/module/components/entity/index.js.map +1 -1
- package/lib/module/components/history/history-details-screen.js +59 -0
- package/lib/module/components/history/history-details-screen.js.map +1 -0
- package/lib/module/components/history/history-list-item-icon.js +84 -0
- package/lib/module/components/history/history-list-item-icon.js.map +1 -0
- package/lib/module/components/history/history-list-item.js +36 -0
- package/lib/module/components/history/history-list-item.js.map +1 -0
- package/lib/module/components/history/history-list-screen.js +112 -0
- package/lib/module/components/history/history-list-screen.js.map +1 -0
- package/lib/module/components/history/history-list-section-header.js +29 -0
- package/lib/module/components/history/history-list-section-header.js.map +1 -0
- package/lib/module/components/history/history-list.js +90 -0
- package/lib/module/components/history/history-list.js.map +1 -0
- package/lib/module/components/history/index.js +7 -0
- package/lib/module/components/history/index.js.map +1 -0
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/navigation/header-buttons.js +19 -23
- package/lib/module/components/navigation/header-buttons.js.map +1 -1
- package/lib/module/components/navigation/index.js.map +1 -1
- package/lib/module/components/proof-request/group.js +3 -4
- package/lib/module/components/proof-request/group.js.map +1 -1
- package/lib/module/components/proof-request/index.js.map +1 -1
- package/lib/module/components/proof-request/select-credential.js +10 -11
- package/lib/module/components/proof-request/select-credential.js.map +1 -1
- package/lib/module/components/proof-request/share-credential.js +21 -25
- package/lib/module/components/proof-request/share-credential.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/normalize-color.d.js.map +1 -1
- package/lib/module/ui-components/accessibility/accessibility.js +5 -7
- package/lib/module/ui-components/accessibility/accessibility.js.map +1 -1
- package/lib/module/ui-components/accessibility/accessibilityHistory.js +4 -8
- package/lib/module/ui-components/accessibility/accessibilityHistory.js.map +1 -1
- package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js +10 -8
- package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -1
- package/lib/module/ui-components/accessibility/accessibilityLanguage.js +6 -8
- package/lib/module/ui-components/accessibility/accessibilityLanguage.js.map +1 -1
- package/lib/module/ui-components/accessibility/index.js +4 -4
- package/lib/module/ui-components/accessibility/index.js.map +1 -1
- package/lib/module/ui-components/accessibility/locale/index.js.map +1 -1
- package/lib/module/ui-components/accessibility/locale.test.js.map +1 -1
- package/lib/module/ui-components/action-modal/ActionModal.js +7 -8
- package/lib/module/ui-components/action-modal/ActionModal.js.map +1 -1
- package/lib/module/ui-components/action-modal/index.js.map +1 -1
- package/lib/module/ui-components/activity-indicator/activity-indicator.js +6 -7
- package/lib/module/ui-components/activity-indicator/activity-indicator.js.map +1 -1
- package/lib/module/ui-components/activity-indicator/index.js.map +1 -1
- package/lib/module/ui-components/blur/blur-view.js +10 -11
- package/lib/module/ui-components/blur/blur-view.js.map +1 -1
- package/lib/module/ui-components/blur/index.js.map +1 -1
- package/lib/module/ui-components/buttons/back-button.js +10 -11
- package/lib/module/ui-components/buttons/back-button.js.map +1 -1
- package/lib/module/ui-components/buttons/button.js +17 -18
- package/lib/module/ui-components/buttons/button.js.map +1 -1
- package/lib/module/ui-components/buttons/connectivity-button.js +14 -14
- package/lib/module/ui-components/buttons/connectivity-button.js.map +1 -1
- package/lib/module/ui-components/buttons/filter-button.js +6 -7
- package/lib/module/ui-components/buttons/filter-button.js.map +1 -1
- package/lib/module/ui-components/buttons/ghost-button.js +9 -10
- package/lib/module/ui-components/buttons/ghost-button.js.map +1 -1
- package/lib/module/ui-components/buttons/hold-button.js +236 -0
- package/lib/module/ui-components/buttons/hold-button.js.map +1 -0
- package/lib/module/ui-components/buttons/index.js +8 -7
- package/lib/module/ui-components/buttons/index.js.map +1 -1
- package/lib/module/ui-components/buttons/scan-button.js +5 -6
- package/lib/module/ui-components/buttons/scan-button.js.map +1 -1
- package/lib/module/ui-components/camera/camera-overlay.js +7 -9
- package/lib/module/ui-components/camera/camera-overlay.js.map +1 -1
- package/lib/module/ui-components/camera/index.js.map +1 -1
- package/lib/module/ui-components/camera/qr-code-scanner.js +8 -9
- package/lib/module/ui-components/camera/qr-code-scanner.js.map +1 -1
- package/lib/module/ui-components/control/checkbox.js +9 -10
- package/lib/module/ui-components/control/checkbox.js.map +1 -1
- package/lib/module/ui-components/control/index.js.map +1 -1
- package/lib/module/ui-components/control/switch.js +8 -9
- package/lib/module/ui-components/control/switch.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-card.js +16 -17
- package/lib/module/ui-components/credential/card/credential-card.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-details-card.js +26 -30
- 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 +23 -15
- package/lib/module/ui-components/credential/card/credential-details-list-item.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-header.js +21 -19
- package/lib/module/ui-components/credential/card/credential-header.js.map +1 -1
- package/lib/module/ui-components/credential/card/credential-image-carousel.js +23 -23
- package/lib/module/ui-components/credential/card/credential-image-carousel.js.map +1 -1
- package/lib/module/ui-components/credential/card/index.js +10 -10
- package/lib/module/ui-components/credential/card/index.js.map +1 -1
- package/lib/module/ui-components/credential/credential-attribute-item.js +47 -55
- package/lib/module/ui-components/credential/credential-attribute-item.js.map +1 -1
- package/lib/module/ui-components/credential/credential-carousel-images.js +15 -18
- package/lib/module/ui-components/credential/credential-carousel-images.js.map +1 -1
- package/lib/module/ui-components/credential/index.js +2 -2
- package/lib/module/ui-components/credential/index.js.map +1 -1
- package/lib/module/ui-components/credential/selector-status.js +3 -3
- package/lib/module/ui-components/credential/selector-status.js.map +1 -1
- package/lib/module/ui-components/credential/selector.js +5 -6
- package/lib/module/ui-components/credential/selector.js.map +1 -1
- package/lib/module/ui-components/detail/detail.js +9 -10
- package/lib/module/ui-components/detail/detail.js.map +1 -1
- package/lib/module/ui-components/detail/index.js.map +1 -1
- package/lib/module/ui-components/entity/avatar.js +10 -11
- package/lib/module/ui-components/entity/avatar.js.map +1 -1
- package/lib/module/ui-components/entity/entity-cluster.js +11 -13
- package/lib/module/ui-components/entity/entity-cluster.js.map +1 -1
- package/lib/module/ui-components/entity/index.js.map +1 -1
- package/lib/module/ui-components/header/focus-aware-status-bar.js +1 -1
- package/lib/module/ui-components/header/focus-aware-status-bar.js.map +1 -1
- package/lib/module/ui-components/header/foldable-header.js +10 -12
- package/lib/module/ui-components/header/foldable-header.js.map +1 -1
- package/lib/module/ui-components/header/header.js +10 -11
- package/lib/module/ui-components/header/header.js.map +1 -1
- package/lib/module/ui-components/header/index.js +6 -6
- package/lib/module/ui-components/header/index.js.map +1 -1
- package/lib/module/ui-components/header/navigation-header.js +23 -28
- package/lib/module/ui-components/header/navigation-header.js.map +1 -1
- package/lib/module/ui-components/history/data-item.js +23 -15
- package/lib/module/ui-components/history/data-item.js.map +1 -1
- package/lib/module/ui-components/history/history-details.js +171 -0
- package/lib/module/ui-components/history/history-details.js.map +1 -0
- package/lib/module/ui-components/history/{history-list-item.js → history-item.js} +44 -22
- package/lib/module/ui-components/history/history-item.js.map +1 -0
- package/lib/module/ui-components/history/history-section-header.js +6 -7
- package/lib/module/ui-components/history/history-section-header.js.map +1 -1
- package/lib/module/ui-components/history/history-section-list-item.js +8 -9
- package/lib/module/ui-components/history/history-section-list-item.js.map +1 -1
- package/lib/module/ui-components/history/index.js +5 -4
- package/lib/module/ui-components/history/index.js.map +1 -1
- package/lib/module/ui-components/icons/connectivity.js +16 -21
- package/lib/module/ui-components/icons/connectivity.js.map +1 -1
- package/lib/module/ui-components/icons/credential.js +57 -68
- package/lib/module/ui-components/icons/credential.js.map +1 -1
- package/lib/module/ui-components/icons/entity.js +4 -5
- package/lib/module/ui-components/icons/entity.js.map +1 -1
- package/lib/module/ui-components/icons/history.js +101 -128
- package/lib/module/ui-components/icons/history.js.map +1 -1
- package/lib/module/ui-components/icons/icons.js +70 -87
- package/lib/module/ui-components/icons/icons.js.map +1 -1
- package/lib/module/ui-components/icons/index.js.map +1 -1
- package/lib/module/ui-components/icons/input.js.map +1 -1
- package/lib/module/ui-components/icons/keypad.js +66 -78
- package/lib/module/ui-components/icons/keypad.js.map +1 -1
- package/lib/module/ui-components/icons/loader.js +1 -1
- package/lib/module/ui-components/icons/loader.js.map +1 -1
- package/lib/module/ui-components/icons/nerd-view.js.map +1 -1
- package/lib/module/ui-components/icons/selector.js +5 -6
- package/lib/module/ui-components/icons/selector.js.map +1 -1
- package/lib/module/ui-components/icons/wallet.js +13 -16
- package/lib/module/ui-components/icons/wallet.js.map +1 -1
- package/lib/module/ui-components/image/image-or-component.js +12 -14
- package/lib/module/ui-components/image/image-or-component.js.map +1 -1
- package/lib/module/ui-components/image/index.js +2 -2
- package/lib/module/ui-components/image/index.js.map +1 -1
- package/lib/module/ui-components/index.js.map +1 -1
- package/lib/module/ui-components/input/index.js.map +1 -1
- package/lib/module/ui-components/input/radio-group.js +26 -22
- package/lib/module/ui-components/input/radio-group.js.map +1 -1
- package/lib/module/ui-components/input/selection-input.js +21 -31
- package/lib/module/ui-components/input/selection-input.js.map +1 -1
- package/lib/module/ui-components/input/text-input.js +21 -22
- package/lib/module/ui-components/input/text-input.js.map +1 -1
- package/lib/module/ui-components/list/index.js +1 -0
- package/lib/module/ui-components/list/index.js.map +1 -1
- package/lib/module/ui-components/list/list-page-loading-indicator.js +7 -0
- package/lib/module/ui-components/list/list-page-loading-indicator.js.map +1 -0
- package/lib/module/ui-components/list/list-section-header.js +8 -9
- package/lib/module/ui-components/list/list-section-header.js.map +1 -1
- package/lib/module/ui-components/list/list-title-header.js +4 -5
- package/lib/module/ui-components/list/list-title-header.js.map +1 -1
- package/lib/module/ui-components/list/wallet/empty-list.js +66 -0
- package/lib/module/ui-components/list/wallet/empty-list.js.map +1 -0
- package/lib/module/ui-components/list/wallet/empty-search-result.js +34 -0
- package/lib/module/ui-components/list/wallet/empty-search-result.js.map +1 -0
- package/lib/module/ui-components/list/wallet/index.js +4 -0
- package/lib/module/ui-components/list/wallet/index.js.map +1 -0
- package/lib/module/ui-components/loader/index.js.map +1 -1
- package/lib/module/ui-components/loader/loader.js +14 -12
- package/lib/module/ui-components/loader/loader.js.map +1 -1
- package/lib/module/ui-components/loader/loading-result.js +21 -19
- package/lib/module/ui-components/loader/loading-result.js.map +1 -1
- package/lib/module/ui-components/nerd-view/index.js +2 -2
- package/lib/module/ui-components/nerd-view/index.js.map +1 -1
- package/lib/module/ui-components/nerd-view/nerd-mode-item.js +31 -34
- package/lib/module/ui-components/nerd-view/nerd-mode-item.js.map +1 -1
- package/lib/module/ui-components/pin/index.js.map +1 -1
- package/lib/module/ui-components/pin/keypad.js +17 -19
- package/lib/module/ui-components/pin/keypad.js.map +1 -1
- package/lib/module/ui-components/pin/pin-code-screen.js +16 -17
- package/lib/module/ui-components/pin/pin-code-screen.js.map +1 -1
- package/lib/module/ui-components/pin/pin-lock-animation.js.map +1 -1
- package/lib/module/ui-components/pin/pin-lock.js +6 -7
- package/lib/module/ui-components/pin/pin-lock.js.map +1 -1
- package/lib/module/ui-components/pin/pins.js +7 -8
- package/lib/module/ui-components/pin/pins.js.map +1 -1
- package/lib/module/ui-components/screens/backup-screen.js +13 -14
- package/lib/module/ui-components/screens/backup-screen.js.map +1 -1
- package/lib/module/ui-components/screens/image-preview-screen.js +9 -10
- package/lib/module/ui-components/screens/image-preview-screen.js.map +1 -1
- package/lib/module/ui-components/screens/index.js +12 -12
- package/lib/module/ui-components/screens/index.js.map +1 -1
- package/lib/module/ui-components/screens/nerd-mode-screen.js +29 -34
- package/lib/module/ui-components/screens/nerd-mode-screen.js.map +1 -1
- package/lib/module/ui-components/screens/qr-code-scanner-screen.js +10 -11
- package/lib/module/ui-components/screens/qr-code-scanner-screen.js.map +1 -1
- package/lib/module/ui-components/screens/scroll-view-screen.js +10 -11
- package/lib/module/ui-components/screens/scroll-view-screen.js.map +1 -1
- package/lib/module/ui-components/screens/section-list-screen.js +11 -12
- package/lib/module/ui-components/screens/section-list-screen.js.map +1 -1
- package/lib/module/ui-components/searchbar/animated-search-bar.js +6 -7
- package/lib/module/ui-components/searchbar/animated-search-bar.js.map +1 -1
- package/lib/module/ui-components/searchbar/index.js.map +1 -1
- package/lib/module/ui-components/searchbar/search-bar.js +11 -12
- package/lib/module/ui-components/searchbar/search-bar.js.map +1 -1
- package/lib/module/ui-components/settings/button-setting.js +10 -11
- package/lib/module/ui-components/settings/button-setting.js.map +1 -1
- package/lib/module/ui-components/settings/index.js.map +1 -1
- package/lib/module/ui-components/settings/setting-item-separator.js +4 -5
- package/lib/module/ui-components/settings/setting-item-separator.js.map +1 -1
- package/lib/module/ui-components/settings/setting-item.js +7 -8
- package/lib/module/ui-components/settings/setting-item.js.map +1 -1
- package/lib/module/ui-components/settings/settings-button.js +5 -6
- package/lib/module/ui-components/settings/settings-button.js.map +1 -1
- package/lib/module/ui-components/settings/switch-setting.js +9 -10
- package/lib/module/ui-components/settings/switch-setting.js.map +1 -1
- package/lib/module/ui-components/state/error-screen.js +7 -8
- package/lib/module/ui-components/state/error-screen.js.map +1 -1
- package/lib/module/ui-components/state/index.js.map +1 -1
- package/lib/module/ui-components/text/base.js +12 -13
- package/lib/module/ui-components/text/base.js.map +1 -1
- package/lib/module/ui-components/text/font.js +10 -11
- package/lib/module/ui-components/text/font.js.map +1 -1
- package/lib/module/ui-components/text/index.js +2 -2
- package/lib/module/ui-components/text/index.js.map +1 -1
- package/lib/module/ui-components/text/typography.js +8 -10
- package/lib/module/ui-components/text/typography.js.map +1 -1
- package/lib/module/ui-components/theme/color-scheme-context.js +1 -0
- package/lib/module/ui-components/theme/color-scheme-context.js.map +1 -1
- package/lib/module/ui-components/theme/color-scheme.js.map +1 -1
- package/lib/module/ui-components/theme/index.js.map +1 -1
- package/lib/module/utils/array.js.map +1 -1
- package/lib/module/utils/backup.js.map +1 -1
- package/lib/module/utils/color.js.map +1 -1
- package/lib/module/utils/contrasting-status-bar.js +5 -6
- package/lib/module/utils/contrasting-status-bar.js.map +1 -1
- package/lib/module/utils/date.js +4 -4
- package/lib/module/utils/date.js.map +1 -1
- package/lib/module/utils/filtering.js +4 -0
- package/lib/module/utils/filtering.js.map +1 -0
- package/lib/module/utils/history.js +66 -0
- package/lib/module/utils/history.js.map +1 -0
- package/lib/module/utils/hooks/connectivity/connectivity.js +36 -19
- package/lib/module/utils/hooks/connectivity/connectivity.js.map +1 -1
- package/lib/module/utils/hooks/connectivity/connectivity.test.js +6 -0
- package/lib/module/utils/hooks/connectivity/connectivity.test.js.map +1 -1
- package/lib/module/utils/hooks/core/backup.js +31 -31
- package/lib/module/utils/hooks/core/backup.js.map +1 -1
- package/lib/module/utils/hooks/core/cache.js +37 -0
- package/lib/module/utils/hooks/core/cache.js.map +1 -0
- package/lib/module/utils/hooks/core/core-config.js +11 -0
- package/lib/module/utils/hooks/core/core-config.js.map +1 -1
- package/lib/module/utils/hooks/core/core-context.js +14 -9
- package/lib/module/utils/hooks/core/core-context.js.map +1 -1
- package/lib/module/utils/hooks/core/core-init.js +16 -8
- package/lib/module/utils/hooks/core/core-init.js.map +1 -1
- package/lib/module/utils/hooks/core/credential-schemas.js +12 -19
- package/lib/module/utils/hooks/core/credential-schemas.js.map +1 -1
- package/lib/module/utils/hooks/core/credentials.js +26 -36
- package/lib/module/utils/hooks/core/credentials.js.map +1 -1
- package/lib/module/utils/hooks/core/dids.js +3 -4
- package/lib/module/utils/hooks/core/dids.js.map +1 -1
- package/lib/module/utils/hooks/core/error-code.js +3 -3
- package/lib/module/utils/hooks/core/error-code.js.map +1 -1
- package/lib/module/utils/hooks/core/history.js +4 -35
- package/lib/module/utils/hooks/core/history.js.map +1 -1
- package/lib/module/utils/hooks/core/index.js +1 -0
- package/lib/module/utils/hooks/core/index.js.map +1 -1
- package/lib/module/utils/hooks/core/proof-schemas.js +19 -30
- package/lib/module/utils/hooks/core/proof-schemas.js.map +1 -1
- package/lib/module/utils/hooks/core/proofs.js +101 -67
- package/lib/module/utils/hooks/core/proofs.js.map +1 -1
- package/lib/module/utils/hooks/core/query.js.map +1 -1
- package/lib/module/utils/hooks/core/trust-entity.js +7 -3
- package/lib/module/utils/hooks/core/trust-entity.js.map +1 -1
- package/lib/module/utils/hooks/credential-card/credential-card-expanding.js.map +1 -1
- package/lib/module/utils/hooks/header/on-scroll-header-state.js +1 -2
- package/lib/module/utils/hooks/header/on-scroll-header-state.js.map +1 -1
- package/lib/module/utils/hooks/http/client.js.map +1 -1
- package/lib/module/utils/hooks/index.js.map +1 -1
- package/lib/module/utils/hooks/list/list-content-inset.js +9 -10
- package/lib/module/utils/hooks/list/list-content-inset.js.map +1 -1
- package/lib/module/utils/hooks/navigation/before-remove.js.map +1 -1
- package/lib/module/utils/hooks/navigation/close-button-timeout.js.map +1 -1
- package/lib/module/utils/hooks/navigation/deep-link.js +3 -4
- package/lib/module/utils/hooks/navigation/deep-link.js.map +1 -1
- package/lib/module/utils/hooks/navigation/index.js.map +1 -1
- package/lib/module/utils/hooks/navigation/open-settings.js +1 -2
- package/lib/module/utils/hooks/navigation/open-settings.js.map +1 -1
- package/lib/module/utils/hooks/pin-security/pin-security.js +1 -2
- package/lib/module/utils/hooks/pin-security/pin-security.js.map +1 -1
- package/lib/module/utils/hooks/revocation/credential-status.js +17 -26
- package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -1
- package/lib/module/utils/index.js +3 -0
- package/lib/module/utils/index.js.map +1 -1
- package/lib/module/utils/navigation.js +5 -5
- package/lib/module/utils/navigation.js.map +1 -1
- package/lib/module/utils/parsers/credential-images.js.map +1 -1
- package/lib/module/utils/parsers/credential-sharing.js +15 -19
- package/lib/module/utils/parsers/credential-sharing.js.map +1 -1
- package/lib/module/utils/parsers/credential.js +16 -25
- package/lib/module/utils/parsers/credential.js.map +1 -1
- package/lib/module/utils/parsers/index.js +1 -0
- package/lib/module/utils/parsers/index.js.map +1 -1
- package/lib/module/utils/parsers/query.js +3 -2
- package/lib/module/utils/parsers/query.js.map +1 -1
- package/lib/module/utils/parsers/universal-links.js +25 -0
- package/lib/module/utils/parsers/universal-links.js.map +1 -0
- package/lib/module/utils/parsers/universal-links.test.js +38 -0
- package/lib/module/utils/parsers/universal-links.test.js.map +1 -0
- package/lib/module/utils/ref.js.map +1 -1
- package/lib/module/utils/reporting.js +1 -0
- package/lib/module/utils/reporting.js.map +1 -1
- package/lib/module/utils/string.js.map +1 -1
- package/lib/module/utils/testID.js +1 -4
- package/lib/module/utils/testID.js.map +1 -1
- package/lib/module/utils/testID.test.js.map +1 -1
- package/lib/module/utils/useMemoAsync.js +10 -0
- package/lib/module/utils/useMemoAsync.js.map +1 -1
- package/lib/module/utils/uuid.js.map +1 -1
- package/lib/typescript/components/entity/entity-attributes.d.ts +1 -0
- package/lib/typescript/components/history/history-details-screen.d.ts +20 -0
- package/lib/typescript/components/history/history-list-item-icon.d.ts +8 -0
- package/lib/typescript/components/history/history-list-item.d.ts +20 -0
- package/lib/typescript/components/history/history-list-screen.d.ts +22 -0
- package/lib/typescript/components/history/history-list-section-header.d.ts +13 -0
- package/lib/typescript/components/history/history-list.d.ts +19 -0
- package/lib/typescript/components/history/index.d.ts +6 -0
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/ui-components/accessibility/accessibility.d.ts +2 -2
- package/lib/typescript/ui-components/accessibility/accessibilityHistory.d.ts +1 -1
- package/lib/typescript/ui-components/accessibility/accessibilityHistoryWrappers.d.ts +3 -3
- package/lib/typescript/ui-components/accessibility/index.d.ts +5 -3
- package/lib/typescript/ui-components/buttons/button.d.ts +2 -2
- package/lib/typescript/ui-components/buttons/hold-button.d.ts +16 -0
- package/lib/typescript/ui-components/buttons/index.d.ts +15 -7
- package/lib/typescript/ui-components/buttons/scan-button.d.ts +2 -2
- package/lib/typescript/ui-components/credential/card/credential-header.d.ts +1 -1
- package/lib/typescript/ui-components/credential/card/index.d.ts +10 -5
- package/lib/typescript/ui-components/credential/index.d.ts +2 -1
- package/lib/typescript/ui-components/header/index.d.ts +6 -3
- package/lib/typescript/ui-components/history/data-item.d.ts +2 -2
- package/lib/typescript/ui-components/history/history-details.d.ts +51 -0
- package/lib/typescript/ui-components/history/{history-list-item.d.ts → history-item.d.ts} +4 -3
- package/lib/typescript/ui-components/history/history-section-header.d.ts +2 -2
- package/lib/typescript/ui-components/history/history-section-list-item.d.ts +2 -2
- package/lib/typescript/ui-components/history/index.d.ts +5 -4
- package/lib/typescript/ui-components/icons/history.d.ts +20 -35
- package/lib/typescript/ui-components/image/index.d.ts +2 -1
- package/lib/typescript/ui-components/input/selection-input.d.ts +1 -1
- package/lib/typescript/ui-components/list/index.d.ts +1 -0
- package/lib/typescript/ui-components/list/list-page-loading-indicator.d.ts +4 -0
- package/lib/typescript/ui-components/list/wallet/empty-list.d.ts +10 -0
- package/lib/typescript/ui-components/list/wallet/empty-search-result.d.ts +7 -0
- package/lib/typescript/ui-components/list/wallet/index.d.ts +3 -0
- package/lib/typescript/ui-components/nerd-view/index.d.ts +2 -1
- package/lib/typescript/ui-components/pin/keypad.d.ts +2 -2
- package/lib/typescript/ui-components/screens/index.d.ts +12 -6
- package/lib/typescript/ui-components/text/index.d.ts +2 -1
- package/lib/typescript/ui-components/text/typography.d.ts +14 -14
- package/lib/typescript/ui-components/theme/color-scheme.d.ts +1 -0
- package/lib/typescript/utils/filtering.d.ts +1 -0
- package/lib/typescript/utils/history.d.ts +10 -0
- package/lib/typescript/utils/hooks/connectivity/connectivity.d.ts +1 -1
- package/lib/typescript/utils/hooks/core/backup.d.ts +2 -1
- package/lib/typescript/utils/hooks/core/cache.d.ts +2 -0
- package/lib/typescript/utils/hooks/core/core-config.d.ts +5 -1
- package/lib/typescript/utils/hooks/core/core-init.d.ts +10 -1
- package/lib/typescript/utils/hooks/core/credentials.d.ts +7 -3
- package/lib/typescript/utils/hooks/core/history.d.ts +2 -5
- package/lib/typescript/utils/hooks/core/index.d.ts +1 -0
- package/lib/typescript/utils/hooks/core/proofs.d.ts +14 -8
- package/lib/typescript/utils/hooks/core/trust-entity.d.ts +5 -0
- package/lib/typescript/utils/hooks/revocation/credential-status.d.ts +2 -1
- package/lib/typescript/utils/index.d.ts +3 -0
- package/lib/typescript/utils/parsers/index.d.ts +1 -0
- package/lib/typescript/utils/parsers/universal-links.d.ts +1 -0
- package/lib/typescript/utils/parsers/universal-links.test.d.ts +1 -0
- package/lib/typescript/utils/ref.d.ts +1 -1
- package/package.json +60 -46
- package/src/components/entity/entity-attributes.tsx +4 -3
- package/src/components/entity/entity-details-with-buttons.tsx +4 -3
- package/src/components/history/history-details-screen.tsx +89 -0
- package/src/components/history/history-list-item-icon.tsx +108 -0
- package/src/components/history/history-list-item.tsx +53 -0
- package/src/components/history/history-list-screen.tsx +154 -0
- package/src/components/history/history-list-section-header.tsx +42 -0
- package/src/components/history/history-list.tsx +116 -0
- package/src/components/history/index.tsx +6 -0
- package/src/components/index.ts +1 -0
- package/src/ui-components/accessibility/accessibility.ts +2 -2
- package/src/ui-components/accessibility/accessibilityHistory.tsx +2 -2
- package/src/ui-components/accessibility/accessibilityHistoryWrappers.tsx +3 -5
- package/src/ui-components/accessibility/index.ts +4 -3
- package/src/ui-components/action-modal/ActionModal.stories.tsx +7 -3
- package/src/ui-components/activity-indicator/activity-indicator.stories.tsx +3 -6
- package/src/ui-components/buttons/back-button.stories.tsx +7 -8
- package/src/ui-components/buttons/button.stories.tsx +9 -10
- package/src/ui-components/buttons/connectivity-button.stories.tsx +10 -11
- package/src/ui-components/buttons/connectivity-button.tsx +1 -1
- package/src/ui-components/buttons/ghost-button.stories.tsx +8 -8
- package/src/ui-components/buttons/hold-button.stories.tsx +29 -0
- package/src/ui-components/buttons/hold-button.tsx +276 -0
- package/src/ui-components/buttons/index.ts +16 -6
- package/src/ui-components/buttons/scan-button.stories.tsx +8 -4
- package/src/ui-components/control/checkbox.stories.tsx +8 -8
- package/src/ui-components/control/switch.stories.tsx +11 -8
- package/src/ui-components/credential/card/credential-card.stories.tsx +22 -25
- package/src/ui-components/credential/card/credential-details-card.stories.tsx +249 -245
- package/src/ui-components/credential/card/credential-details-card.tsx +2 -2
- package/src/ui-components/credential/card/credential-details-list-item.tsx +16 -6
- package/src/ui-components/credential/card/credential-header.stories.tsx +15 -17
- package/src/ui-components/credential/card/credential-header.tsx +4 -1
- package/src/ui-components/credential/card/credential-image-carousel.tsx +4 -0
- package/src/ui-components/credential/card/index.ts +11 -5
- package/src/ui-components/credential/index.ts +2 -1
- package/src/ui-components/credential/selector.stories.tsx +7 -7
- package/src/ui-components/detail/detail.stories.tsx +11 -8
- package/src/ui-components/entity/avatar.stories.tsx +10 -7
- package/src/ui-components/entity/entity-cluster.stories.tsx +11 -8
- package/src/ui-components/header/header.stories.tsx +10 -7
- package/src/ui-components/header/index.ts +6 -3
- package/src/ui-components/header/navigation-header.stories.tsx +11 -8
- package/src/ui-components/history/data-item.tsx +13 -4
- package/src/ui-components/history/history-details.tsx +247 -0
- package/src/ui-components/history/{history-list-item.tsx → history-item.tsx} +72 -33
- package/src/ui-components/history/history-section-header.tsx +2 -2
- package/src/ui-components/history/history-section-list-item.tsx +3 -3
- package/src/ui-components/history/index.ts +5 -4
- package/src/ui-components/icons/history.tsx +82 -131
- package/src/ui-components/image/index.tsx +2 -1
- package/src/ui-components/input/radio-group.stories.tsx +34 -0
- package/src/ui-components/input/radio-group.tsx +8 -2
- package/src/ui-components/input/selection-input.stories.tsx +20 -17
- package/src/ui-components/list/index.ts +1 -0
- package/src/ui-components/list/list-page-loading-indicator.tsx +8 -0
- package/src/ui-components/list/wallet/empty-list.tsx +75 -0
- package/src/ui-components/list/wallet/empty-search-result.tsx +39 -0
- package/src/ui-components/list/wallet/index.tsx +4 -0
- package/src/ui-components/loader/loader.stories.tsx +6 -9
- package/src/ui-components/loader/loader.tsx +6 -3
- package/src/ui-components/loader/loading-result.stories.tsx +13 -10
- package/src/ui-components/loader/loading-result.tsx +8 -4
- package/src/ui-components/nerd-view/index.ts +2 -1
- package/src/ui-components/nerd-view/nerd-mode-item.tsx +2 -2
- package/src/ui-components/pin/pin-code-screen.stories.tsx +20 -13
- package/src/ui-components/screens/image-preview-screen.stories.tsx +9 -6
- package/src/ui-components/screens/index.ts +12 -6
- package/src/ui-components/screens/nerd-mode-screen.tsx +1 -1
- package/src/ui-components/screens/qr-code-scanner-screen.stories.tsx +10 -7
- package/src/ui-components/searchbar/search-bar.stories.tsx +15 -8
- package/src/ui-components/searchbar/search-bar.tsx +2 -2
- package/src/ui-components/state/error-screen.stories.tsx +8 -9
- package/src/ui-components/state/error-screen.tsx +1 -1
- package/src/ui-components/text/index.ts +2 -1
- package/src/ui-components/text/typography.stories.tsx +19 -12
- package/src/ui-components/theme/color-scheme-context.tsx +1 -0
- package/src/ui-components/theme/color-scheme.ts +1 -0
- package/src/utils/date.ts +5 -5
- package/src/utils/filtering.ts +5 -0
- package/src/utils/history.ts +71 -0
- package/src/utils/hooks/connectivity/connectivity.test.ts +8 -0
- package/src/utils/hooks/connectivity/connectivity.ts +28 -4
- package/src/utils/hooks/core/backup.ts +25 -21
- package/src/utils/hooks/core/cache.ts +43 -0
- package/src/utils/hooks/core/core-config.ts +19 -0
- package/src/utils/hooks/core/core-context.tsx +15 -2
- package/src/utils/hooks/core/core-init.ts +21 -7
- package/src/utils/hooks/core/credential-schemas.ts +1 -1
- package/src/utils/hooks/core/credentials.ts +9 -14
- package/src/utils/hooks/core/history.ts +2 -57
- package/src/utils/hooks/core/index.ts +1 -0
- package/src/utils/hooks/core/proof-schemas.ts +1 -1
- package/src/utils/hooks/core/proofs.ts +107 -49
- package/src/utils/hooks/core/trust-entity.ts +7 -3
- package/src/utils/hooks/navigation/open-settings.ts +2 -3
- package/src/utils/hooks/revocation/credential-status.ts +3 -2
- package/src/utils/index.ts +3 -0
- package/src/utils/navigation.ts +4 -2
- package/src/utils/parsers/credential.ts +1 -1
- package/src/utils/parsers/index.ts +1 -0
- package/src/utils/parsers/query.tsx +2 -0
- package/src/utils/parsers/universal-links.test.ts +57 -0
- package/src/utils/parsers/universal-links.ts +26 -0
- package/src/utils/ref.ts +1 -1
- package/src/utils/reporting.ts +1 -0
- package/lib/commonjs/ui-components/history/history-list-item.js.map +0 -1
- package/lib/module/ui-components/history/history-list-item.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["I18nManager","Platform","Settings","format","MINUTE","DAY","systemLocale","_I18nManager$getConst","getConstants","localeIdentifier","replace","split","formatDate","date","locale","options","toLocaleDateString","undefined","formatTime","toLocaleTimeString","hour","minute","formatDateTime","toLocaleString","year","month","day","hour12","formatMonth","getFullYear","formatTimeAgo","formatTimestamp","nowLabel","_formatDateTime2","now","Date","timestamp","getTime","_formatDateTime","pad","x","String","convertDateToUTCTimestamp","parse","getMonth","getDate","convertDateStrToLocalDate","select","android","timezoneOffset","getTimezoneOffset","default","formatDateOnlyFromUTCTimestamp","utcTimestamp","_formatDate","utcDate","getUTCFullYear","getUTCMonth","getUTCDate","_ref","OS","get","formatDateTimeLocalized","formatDateLocalized"],"sources":["date.ts"],"sourcesContent":["// Date & Time formatted as specified in SW-610\n\nimport { I18nManager, Platform, Settings } from 'react-native';\nimport { format } from 'timeago.js';\n\nconst MINUTE = 60 * 1000;\nconst DAY = 24 * 60 * MINUTE;\n\n// OS locale\nconst systemLocale: string | undefined = I18nManager.getConstants().localeIdentifier\n ?.replace(/_/g, '-')\n .split('#')[0]\n .replace(/-$/, '');\n\n/**\n * Date only format\n */\nexport const formatDate = (date: Date, locale?: string, options?: Intl.DateTimeFormatOptions) => {\n try {\n return date.toLocaleDateString(locale || systemLocale, options);\n } catch {\n return undefined;\n }\n};\n\n/**\n * Time only format\n */\nexport const formatTime = (date: Date, locale?: string) => {\n try {\n return date.toLocaleTimeString(locale || systemLocale, { hour: '2-digit', minute: '2-digit' });\n } catch {\n return undefined;\n }\n};\n\n/**\n * Date and time format\n */\nexport const formatDateTime = (date: Date, locale?: string) => {\n try {\n return date.toLocaleString(locale || systemLocale, {\n hour: '2-digit',\n minute: '2-digit',\n year: 'numeric',\n month: 'numeric',\n day: 'numeric',\n hour12: locale === 'en-US',\n });\n } catch {\n return undefined;\n }\n};\n\n/**\n * Month format\n */\nexport const formatMonth = (date: Date, locale: string): string => {\n return `${date.toLocaleString(locale, {\n month: 'long',\n })} ${date.getFullYear()}`;\n};\n\n/**\n * Time-ago format\n */\nexport const formatTimeAgo = (date: Date, locale: string): string => {\n return format(date, locale);\n};\n\n/**\n * Timestamp formatted for general use\n */\nexport const formatTimestamp = (date: Date, locale: string, nowLabel: string): string => {\n const now = Date.now();\n const timestamp = date.getTime();\n if (now < timestamp) {\n // in the future\n return formatDateTime(date, locale) ?? '';\n }\n\n // in the past\n if (now - timestamp < MINUTE) {\n // less than a minute ago\n return nowLabel;\n }\n\n // less than a day ago\n if (now - timestamp < DAY) {\n return formatTimeAgo(date, locale);\n }\n\n // longer ago\n return formatDateTime(date, locale) ?? '';\n};\n\nconst pad = (x: number) => (x >= 0 && x < 10 ? `0${x}` : String(x));\n\n/**\n * Utility function to deal with `date`-type attributes\n * @param {Date} date local timezone representation\n * @returns {number} the same day, but UTC timezone with midnight time\n */\nexport const convertDateToUTCTimestamp = (date: Date): number =>\n Date.parse(`${date.getFullYear()}-${pad(date.getMonth() + 1)}-${pad(date.getDate())}`);\n\n/**\n * Utility function to deal with `date`-type attributes\n * @param {string} date in YYYY-MM-DD representation\n * @returns {Date} the same day, but local timezone with midnight time\n */\nexport const convertDateStrToLocalDate = (date: string): Date =>\n Platform.select({\n // android conversion using the standard date parsing doesn't work, computing the timestamp manually\n android: (() => {\n const timestamp = Date.parse(date);\n const timezoneOffset = new Date(date).getTimezoneOffset();\n return new Date(timestamp + timezoneOffset * MINUTE);\n })(),\n default: new Date(`${date}T00:00:00`),\n });\n\n/**\n * Inverted function to {@link convertDateToUTCTimestamp}\n * @param {number} utcTimestamp date timestamp represented as midnight UTC time\n * @returns {string} formatted date (based on locale settings, e.g. `21/02/2021`)\n */\nexport const formatDateOnlyFromUTCTimestamp = (utcTimestamp: number): string => {\n const utcDate = new Date(utcTimestamp);\n return (\n formatDate(\n convertDateStrToLocalDate(\n `${utcDate.getUTCFullYear()}-${pad(utcDate.getUTCMonth() + 1)}-${pad(utcDate.getUTCDate())}`,\n ),\n ) ?? ''\n );\n};\n\nconst locale = (\n Platform.OS === 'ios'\n ? Settings.get('AppleLocale')\n : I18nManager.getConstants().localeIdentifier\n)\n ?.split('@')[0]\n .replace('_', '-');\n\nexport const formatDateTimeLocalized = (date: Date) => {\n return formatDateTime(date, locale);\n};\n\nexport const formatDateLocalized = (date: Date) => {\n return formatDate(date, locale);\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["nonEmptyFilter","value","undefined"],"sources":["filtering.ts"],"sourcesContent":["export const nonEmptyFilter = <TValue>(\n value: TValue | null | undefined,\n): value is TValue => {\n return value !== null && value !== undefined;\n};\n"],"mappings":"AAAA,OAAO,MAAMA,cAAc,GACzBC,KAAgC,IACZ;EACpB,OAAOA,KAAK,KAAK,IAAI,IAAIA,KAAK,KAAKC,SAAS;AAC9C,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { DataTypeEnum } from '@procivis/react-native-one-core';
|
|
2
|
+
import moment from 'moment';
|
|
3
|
+
import { nonEmptyFilter } from './filtering';
|
|
4
|
+
export const groupEntriesByDay = entries => {
|
|
5
|
+
const groupedEntries = entries.reduce((result, entry) => {
|
|
6
|
+
const entryDate = moment(entry.createdDate);
|
|
7
|
+
const matchingEntry = result.find(({
|
|
8
|
+
date
|
|
9
|
+
}) => date.isSame(entryDate, 'day'));
|
|
10
|
+
if (matchingEntry) {
|
|
11
|
+
matchingEntry.data.push(entry);
|
|
12
|
+
} else {
|
|
13
|
+
result.push({
|
|
14
|
+
data: [entry],
|
|
15
|
+
date: entryDate,
|
|
16
|
+
firstYearEntry: false
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
return result;
|
|
20
|
+
}, []);
|
|
21
|
+
return groupedEntries.sort(({
|
|
22
|
+
date: a
|
|
23
|
+
}, {
|
|
24
|
+
date: b
|
|
25
|
+
}) => b.valueOf() - a.valueOf()).map((item, index, list) => {
|
|
26
|
+
item.firstYearEntry = !index || !list[index - 1].date.isSame(item.date, 'year');
|
|
27
|
+
return item;
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
export const claimValueFromProofInputClaim = ({
|
|
31
|
+
schema,
|
|
32
|
+
value
|
|
33
|
+
}) => {
|
|
34
|
+
if (!value) {
|
|
35
|
+
return undefined;
|
|
36
|
+
}
|
|
37
|
+
if (Array.isArray(value)) {
|
|
38
|
+
const values = value.map(claimFromProofInputClaim).filter(nonEmptyFilter);
|
|
39
|
+
return schema.dataType === DataTypeEnum.Object ? {
|
|
40
|
+
array: schema.array,
|
|
41
|
+
dataType: DataTypeEnum.Object,
|
|
42
|
+
value: values
|
|
43
|
+
} : {
|
|
44
|
+
array: true,
|
|
45
|
+
dataType: schema.dataType,
|
|
46
|
+
value: values
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
array: false,
|
|
51
|
+
dataType: schema.dataType,
|
|
52
|
+
value
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
export const claimFromProofInputClaim = input => {
|
|
56
|
+
const value = claimValueFromProofInputClaim(input);
|
|
57
|
+
if (!value) {
|
|
58
|
+
return undefined;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
...value,
|
|
62
|
+
id: input.schema.id,
|
|
63
|
+
key: input.schema.key
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
//# sourceMappingURL=history.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["DataTypeEnum","moment","nonEmptyFilter","groupEntriesByDay","entries","groupedEntries","reduce","result","entry","entryDate","createdDate","matchingEntry","find","date","isSame","data","push","firstYearEntry","sort","a","b","valueOf","map","item","index","list","claimValueFromProofInputClaim","schema","value","undefined","Array","isArray","values","claimFromProofInputClaim","filter","dataType","Object","array","input","id","key"],"sources":["history.ts"],"sourcesContent":["import { Claim, ClaimValue, DataTypeEnum, HistoryListItem, ProofInputClaim } from '@procivis/react-native-one-core';\nimport moment, { Moment } from 'moment';\n\nimport { nonEmptyFilter } from './filtering';\n\nexport interface HistoryGroupByDaySection {\n data: HistoryListItem[];\n date: Moment;\n firstYearEntry: boolean;\n}\n\nexport const groupEntriesByDay = (entries: HistoryListItem[]) => {\n const groupedEntries = entries.reduce((result: HistoryGroupByDaySection[], entry: HistoryListItem) => {\n const entryDate = moment(entry.createdDate);\n\n const matchingEntry = result.find(({ date }) => date.isSame(entryDate, 'day'));\n if (matchingEntry) {\n matchingEntry.data.push(entry);\n } else {\n result.push({ data: [entry], date: entryDate, firstYearEntry: false });\n }\n\n return result;\n }, []);\n\n return groupedEntries\n .sort(({ date: a }, { date: b }) => b.valueOf() - a.valueOf())\n .map((item, index, list) => {\n item.firstYearEntry = !index || !list[index - 1].date.isSame(item.date, 'year');\n return item;\n });\n};\n\nexport const claimValueFromProofInputClaim = ({ schema, value }: ProofInputClaim): ClaimValue | undefined => {\n if (!value) {\n return undefined;\n }\n\n if (Array.isArray(value)) {\n const values = value.map(claimFromProofInputClaim).filter(nonEmptyFilter);\n return schema.dataType === (DataTypeEnum.Object as string)\n ? {\n array: schema.array,\n dataType: DataTypeEnum.Object,\n value: values,\n }\n : {\n array: true,\n dataType: schema.dataType,\n value: values,\n };\n }\n\n return {\n array: false,\n dataType: schema.dataType,\n value,\n };\n};\n\nexport const claimFromProofInputClaim = (input: ProofInputClaim): Claim | undefined => {\n const value = claimValueFromProofInputClaim(input);\n if (!value) {\n return undefined;\n }\n return {\n ...value,\n id: input.schema.id,\n key: input.schema.key,\n };\n};"],"mappings":"AAAA,SAA4BA,YAAY,QAA0C,iCAAiC;AACnH,OAAOC,MAAM,MAAkB,QAAQ;AAEvC,SAASC,cAAc,QAAQ,aAAa;AAQ5C,OAAO,MAAMC,iBAAiB,GAAIC,OAA0B,IAAK;EAC/D,MAAMC,cAAc,GAAGD,OAAO,CAACE,MAAM,CAAC,CAACC,MAAkC,EAAEC,KAAsB,KAAK;IACpG,MAAMC,SAAS,GAAGR,MAAM,CAACO,KAAK,CAACE,WAAW,CAAC;IAE3C,MAAMC,aAAa,GAAGJ,MAAM,CAACK,IAAI,CAAC,CAAC;MAAEC;IAAK,CAAC,KAAKA,IAAI,CAACC,MAAM,CAACL,SAAS,EAAE,KAAK,CAAC,CAAC;IAC9E,IAAIE,aAAa,EAAE;MACjBA,aAAa,CAACI,IAAI,CAACC,IAAI,CAACR,KAAK,CAAC;IAChC,CAAC,MAAM;MACLD,MAAM,CAACS,IAAI,CAAC;QAAED,IAAI,EAAE,CAACP,KAAK,CAAC;QAAEK,IAAI,EAAEJ,SAAS;QAAEQ,cAAc,EAAE;MAAM,CAAC,CAAC;IACxE;IAEA,OAAOV,MAAM;EACf,CAAC,EAAE,EAAE,CAAC;EAEN,OAAOF,cAAc,CAClBa,IAAI,CAAC,CAAC;IAAEL,IAAI,EAAEM;EAAE,CAAC,EAAE;IAAEN,IAAI,EAAEO;EAAE,CAAC,KAAKA,CAAC,CAACC,OAAO,CAAC,CAAC,GAAGF,CAAC,CAACE,OAAO,CAAC,CAAC,CAAC,CAC7DC,GAAG,CAAC,CAACC,IAAI,EAAEC,KAAK,EAAEC,IAAI,KAAK;IAC1BF,IAAI,CAACN,cAAc,GAAG,CAACO,KAAK,IAAI,CAACC,IAAI,CAACD,KAAK,GAAG,CAAC,CAAC,CAACX,IAAI,CAACC,MAAM,CAACS,IAAI,CAACV,IAAI,EAAE,MAAM,CAAC;IAC/E,OAAOU,IAAI;EACb,CAAC,CAAC;AACN,CAAC;AAED,OAAO,MAAMG,6BAA6B,GAAGA,CAAC;EAAEC,MAAM;EAAEC;AAAuB,CAAC,KAA6B;EAC3G,IAAI,CAACA,KAAK,EAAE;IACV,OAAOC,SAAS;EAClB;EAEA,IAAIC,KAAK,CAACC,OAAO,CAACH,KAAK,CAAC,EAAE;IACxB,MAAMI,MAAM,GAAGJ,KAAK,CAACN,GAAG,CAACW,wBAAwB,CAAC,CAACC,MAAM,CAAChC,cAAc,CAAC;IACzE,OAAOyB,MAAM,CAACQ,QAAQ,KAAMnC,YAAY,CAACoC,MAAiB,GACtD;MACEC,KAAK,EAAEV,MAAM,CAACU,KAAK;MACnBF,QAAQ,EAAEnC,YAAY,CAACoC,MAAM;MAC7BR,KAAK,EAAEI;IACT,CAAC,GACD;MACEK,KAAK,EAAE,IAAI;MACXF,QAAQ,EAAER,MAAM,CAACQ,QAAQ;MACzBP,KAAK,EAAEI;IACT,CAAC;EACP;EAEA,OAAO;IACLK,KAAK,EAAE,KAAK;IACZF,QAAQ,EAAER,MAAM,CAACQ,QAAQ;IACzBP;EACF,CAAC;AACH,CAAC;AAED,OAAO,MAAMK,wBAAwB,GAAIK,KAAsB,IAAwB;EACrF,MAAMV,KAAK,GAAGF,6BAA6B,CAACY,KAAK,CAAC;EAClD,IAAI,CAACV,KAAK,EAAE;IACV,OAAOC,SAAS;EAClB;EACA,OAAO;IACL,GAAGD,KAAK;IACRW,EAAE,EAAED,KAAK,CAACX,MAAM,CAACY,EAAE;IACnBC,GAAG,EAAEF,KAAK,CAACX,MAAM,CAACa;EACpB,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -2,29 +2,43 @@ import { addEventListener as onNetworkStateChange, NetInfoStateType } from '@rea
|
|
|
2
2
|
import parseUrl from 'parse-url';
|
|
3
3
|
import { useEffect, useMemo, useState } from 'react';
|
|
4
4
|
import BTStateManager from 'react-native-bluetooth-state-manager';
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
import { getEnabledTransports, useCoreConfig } from '../core/core-config';
|
|
6
|
+
export let InternetState = /*#__PURE__*/function (InternetState) {
|
|
7
7
|
InternetState[InternetState["Available"] = 0] = "Available";
|
|
8
8
|
InternetState[InternetState["Unreachable"] = 1] = "Unreachable";
|
|
9
9
|
InternetState[InternetState["Disabled"] = 2] = "Disabled";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
return InternetState;
|
|
11
|
+
}({});
|
|
12
|
+
export let BluetoothState = /*#__PURE__*/function (BluetoothState) {
|
|
13
13
|
BluetoothState[BluetoothState["Available"] = 0] = "Available";
|
|
14
14
|
BluetoothState[BluetoothState["Unauthorized"] = 1] = "Unauthorized";
|
|
15
15
|
BluetoothState[BluetoothState["Disabled"] = 2] = "Disabled";
|
|
16
16
|
BluetoothState[BluetoothState["Unavailable"] = 3] = "Unavailable";
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
return BluetoothState;
|
|
18
|
+
}({});
|
|
19
|
+
export let Transport = /*#__PURE__*/function (Transport) {
|
|
20
20
|
Transport["Bluetooth"] = "BLE";
|
|
21
21
|
Transport["HTTP"] = "HTTP";
|
|
22
22
|
Transport["MQTT"] = "MQTT";
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
return Transport;
|
|
24
|
+
}({});
|
|
25
|
+
export const useAvailableTransports = possibleTransports => {
|
|
25
26
|
const [internetState, setInternetState] = useState();
|
|
26
27
|
const [bluetoothState, setBluetoothState] = useState();
|
|
28
|
+
const {
|
|
29
|
+
data: coreConfig
|
|
30
|
+
} = useCoreConfig();
|
|
31
|
+
const supportedTransports = useMemo(() => {
|
|
32
|
+
if (!coreConfig) {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
const enabledTransports = getEnabledTransports(coreConfig);
|
|
36
|
+
return possibleTransports.filter(t => enabledTransports.includes(t));
|
|
37
|
+
}, [possibleTransports, coreConfig]);
|
|
27
38
|
useEffect(() => {
|
|
39
|
+
if (!supportedTransports) {
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
28
42
|
let btSubscription;
|
|
29
43
|
if (supportedTransports.includes(Transport.Bluetooth)) {
|
|
30
44
|
btSubscription = BTStateManager.onStateChange(state => {
|
|
@@ -62,11 +76,17 @@ export const useAvailableTransports = supportedTransports => {
|
|
|
62
76
|
}
|
|
63
77
|
return () => {
|
|
64
78
|
var _btSubscription, _netSubscription;
|
|
65
|
-
(_btSubscription = btSubscription) === null || _btSubscription === void 0
|
|
66
|
-
(_netSubscription = netSubscription) === null || _netSubscription === void 0
|
|
79
|
+
(_btSubscription = btSubscription) === null || _btSubscription === void 0 || _btSubscription.remove();
|
|
80
|
+
(_netSubscription = netSubscription) === null || _netSubscription === void 0 || _netSubscription();
|
|
67
81
|
};
|
|
68
82
|
}, [supportedTransports]);
|
|
69
83
|
const transportStatus = useMemo(() => {
|
|
84
|
+
if (!supportedTransports) {
|
|
85
|
+
return {
|
|
86
|
+
availableTransport: undefined,
|
|
87
|
+
transportError: {}
|
|
88
|
+
};
|
|
89
|
+
}
|
|
70
90
|
const waitingForInternetState = (supportedTransports.includes(Transport.HTTP) || supportedTransports.includes(Transport.MQTT)) && internetState === undefined;
|
|
71
91
|
const waitingForBluetoothState = supportedTransports.includes(Transport.Bluetooth) && bluetoothState === undefined;
|
|
72
92
|
if (waitingForInternetState || waitingForBluetoothState) {
|
|
@@ -78,8 +98,8 @@ export const useAvailableTransports = supportedTransports => {
|
|
|
78
98
|
const availableTransport = [];
|
|
79
99
|
const transportError = {};
|
|
80
100
|
if (internetState === InternetState.Available) {
|
|
81
|
-
availableTransport.push(Transport.MQTT);
|
|
82
|
-
availableTransport.push(Transport.HTTP);
|
|
101
|
+
supportedTransports.includes(Transport.MQTT) && availableTransport.push(Transport.MQTT);
|
|
102
|
+
supportedTransports.includes(Transport.HTTP) && availableTransport.push(Transport.HTTP);
|
|
83
103
|
} else {
|
|
84
104
|
transportError.internet = internetState;
|
|
85
105
|
}
|
|
@@ -110,10 +130,7 @@ export const getInvitationUrlTransports = (url, customOpenIdUrlScheme) => {
|
|
|
110
130
|
return [Transport.HTTP];
|
|
111
131
|
}
|
|
112
132
|
const query = parsedUrl.query;
|
|
113
|
-
const hasAllParameters =
|
|
114
|
-
for (var _len = arguments.length, params = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
115
|
-
params[_key] = arguments[_key];
|
|
116
|
-
}
|
|
133
|
+
const hasAllParameters = (...params) => {
|
|
117
134
|
return params.every(param => param in query);
|
|
118
135
|
};
|
|
119
136
|
const transports = [];
|
|
@@ -122,7 +139,7 @@ export const getInvitationUrlTransports = (url, customOpenIdUrlScheme) => {
|
|
|
122
139
|
if (hasAllParameters('name', 'key')) {
|
|
123
140
|
transports.push(Transport.Bluetooth);
|
|
124
141
|
}
|
|
125
|
-
if (hasAllParameters('
|
|
142
|
+
if (hasAllParameters('brokerUrl', 'topicId')) {
|
|
126
143
|
transports.push(Transport.MQTT);
|
|
127
144
|
}
|
|
128
145
|
return transports;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["addEventListener","onNetworkStateChange","NetInfoStateType","parseUrl","useEffect","useMemo","useState","BTStateManager","InternetState","BluetoothState","Transport","useAvailableTransports","supportedTransports","internetState","setInternetState","bluetoothState","setBluetoothState","btSubscription","includes","Bluetooth","onStateChange","state","Available","Disabled","Unauthorized","Unavailable","netSubscription","HTTP","MQTT","type","none","isInternetReachable","Unreachable","_btSubscription","_netSubscription","remove","transportStatus","waitingForInternetState","undefined","waitingForBluetoothState","availableTransport","transportError","push","internet","ble","getInvitationUrlTransports","url","customOpenIdUrlScheme","parsedUrl","e","parse_failed","protocol","toLowerCase","query","hasAllParameters","_len","arguments","length","params","Array","_key","every","param","transports","host"],"sources":["connectivity.ts"],"sourcesContent":["import {\n addEventListener as onNetworkStateChange,\n NetInfoStateType,\n NetInfoSubscription,\n} from '@react-native-community/netinfo';\nimport parseUrl from 'parse-url';\nimport { useEffect, useMemo, useState } from 'react';\nimport { EventSubscription } from 'react-native';\nimport BTStateManager from 'react-native-bluetooth-state-manager';\n\nexport enum InternetState {\n Available,\n Unreachable,\n Disabled,\n}\n\nexport type InternetError = Exclude<InternetState, InternetState.Available>;\n\nexport enum BluetoothState {\n Available,\n Unauthorized,\n Disabled,\n Unavailable,\n}\n\nexport type BluetoothError = Exclude<BluetoothState, BluetoothState.Available>;\n\nexport enum Transport {\n Bluetooth = 'BLE',\n HTTP = 'HTTP',\n MQTT = 'MQTT',\n}\n\nexport type TransportError = {\n ble?: BluetoothError;\n internet?: InternetError;\n};\n\nexport const useAvailableTransports = (\n supportedTransports: Transport[],\n): {\n availableTransport: Transport[] | undefined;\n transportError: TransportError;\n} => {\n const [internetState, setInternetState] = useState<InternetState>();\n const [bluetoothState, setBluetoothState] = useState<BluetoothState>();\n\n useEffect(() => {\n let btSubscription: EventSubscription | undefined;\n if (supportedTransports.includes(Transport.Bluetooth)) {\n btSubscription = BTStateManager.onStateChange((state) => {\n switch (state) {\n case 'PoweredOn':\n setBluetoothState(BluetoothState.Available);\n break;\n case 'PoweredOff':\n setBluetoothState(BluetoothState.Disabled);\n break;\n case 'Unauthorized':\n setBluetoothState(BluetoothState.Unauthorized);\n break;\n default:\n setBluetoothState(BluetoothState.Unavailable);\n }\n }, true);\n }\n let netSubscription: NetInfoSubscription | undefined;\n if (supportedTransports.includes(Transport.HTTP) || supportedTransports.includes(Transport.MQTT)) {\n netSubscription = onNetworkStateChange((state) => {\n if (state.type === NetInfoStateType.none) {\n setInternetState(InternetState.Disabled);\n return;\n }\n if (state.isInternetReachable === null) {\n return;\n }\n if (state.isInternetReachable) {\n setInternetState(InternetState.Available);\n } else {\n setInternetState(InternetState.Unreachable);\n }\n });\n }\n return () => {\n btSubscription?.remove();\n netSubscription?.();\n };\n }, [supportedTransports]);\n\n const transportStatus = useMemo(() => {\n const waitingForInternetState =\n (supportedTransports.includes(Transport.HTTP) || supportedTransports.includes(Transport.MQTT)) &&\n internetState === undefined;\n const waitingForBluetoothState = supportedTransports.includes(Transport.Bluetooth) && bluetoothState === undefined;\n if (waitingForInternetState || waitingForBluetoothState) {\n return {\n availableTransport: undefined,\n transportError: {},\n };\n }\n const availableTransport: Transport[] = [];\n const transportError: TransportError = {};\n if (internetState === InternetState.Available) {\n availableTransport.push(Transport.MQTT);\n availableTransport.push(Transport.HTTP);\n } else {\n transportError.internet = internetState;\n }\n if (bluetoothState === BluetoothState.Available) {\n availableTransport.push(Transport.Bluetooth);\n } else {\n transportError.ble = bluetoothState;\n }\n return { availableTransport, transportError };\n }, [bluetoothState, internetState, supportedTransports]);\n\n return transportStatus;\n};\n\nexport const getInvitationUrlTransports = (url: string, customOpenIdUrlScheme?: string): Transport[] => {\n let parsedUrl: parseUrl.ParsedUrl;\n try {\n parsedUrl = parseUrl(url);\n } catch (e) {\n return [];\n }\n\n if (parsedUrl.parse_failed) {\n return [];\n }\n const protocol = parsedUrl.protocol as string;\n if (protocol !== 'openid4vp' && protocol !== customOpenIdUrlScheme?.toLowerCase()) {\n return [Transport.HTTP];\n }\n\n const query = parsedUrl.query as Record<string, string>;\n const hasAllParameters = (...params: string[]): boolean => {\n return params.every((param) => param in query);\n };\n\n const transports: Transport[] = [];\n // BLE/MQTT\n if (parsedUrl.host === 'connect') {\n if (hasAllParameters('name', 'key')) {\n transports.push(Transport.Bluetooth);\n }\n if (hasAllParameters('key', 'brokerUrl', 'topicId')) {\n transports.push(Transport.MQTT);\n }\n\n return transports;\n }\n // HTTP\n if (\n hasAllParameters('response_type', 'state', 'nonce', 'presentation_definition_uri') ||\n hasAllParameters('client_id', 'request_uri')\n ) {\n transports.push(Transport.HTTP);\n }\n\n return transports;\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["addEventListener","onNetworkStateChange","NetInfoStateType","parseUrl","useEffect","useMemo","useState","BTStateManager","getEnabledTransports","useCoreConfig","InternetState","BluetoothState","Transport","useAvailableTransports","possibleTransports","internetState","setInternetState","bluetoothState","setBluetoothState","data","coreConfig","supportedTransports","enabledTransports","filter","t","includes","btSubscription","Bluetooth","onStateChange","state","Available","Disabled","Unauthorized","Unavailable","netSubscription","HTTP","MQTT","type","none","isInternetReachable","Unreachable","_btSubscription","_netSubscription","remove","transportStatus","availableTransport","undefined","transportError","waitingForInternetState","waitingForBluetoothState","push","internet","ble","getInvitationUrlTransports","url","customOpenIdUrlScheme","parsedUrl","e","parse_failed","protocol","toLowerCase","query","hasAllParameters","params","every","param","transports","host"],"sources":["connectivity.ts"],"sourcesContent":["import {\n addEventListener as onNetworkStateChange,\n NetInfoStateType,\n NetInfoSubscription,\n} from '@react-native-community/netinfo';\nimport parseUrl from 'parse-url';\nimport { useEffect, useMemo, useState } from 'react';\nimport { EventSubscription } from 'react-native';\nimport BTStateManager from 'react-native-bluetooth-state-manager';\n\nimport { getEnabledTransports, useCoreConfig } from '../core/core-config';\n\nexport enum InternetState {\n Available,\n Unreachable,\n Disabled,\n}\n\nexport type InternetError = Exclude<InternetState, InternetState.Available>;\n\nexport enum BluetoothState {\n Available,\n Unauthorized,\n Disabled,\n Unavailable,\n}\n\nexport type BluetoothError = Exclude<BluetoothState, BluetoothState.Available>;\n\nexport enum Transport {\n Bluetooth = 'BLE',\n HTTP = 'HTTP',\n MQTT = 'MQTT',\n}\n\nexport type TransportError = {\n ble?: BluetoothError;\n internet?: InternetError;\n};\n\nexport const useAvailableTransports = (\n possibleTransports: Transport[],\n): {\n availableTransport: Transport[] | undefined;\n transportError: TransportError;\n} => {\n const [internetState, setInternetState] = useState<InternetState>();\n const [bluetoothState, setBluetoothState] = useState<BluetoothState>();\n\n const { data: coreConfig } = useCoreConfig();\n\n const supportedTransports = useMemo(() => {\n if (!coreConfig) {\n return;\n }\n const enabledTransports = getEnabledTransports(coreConfig);\n\n return possibleTransports.filter((t) => enabledTransports.includes(t));\n }, [possibleTransports, coreConfig]);\n\n useEffect(() => {\n if (!supportedTransports) {\n return;\n }\n\n let btSubscription: EventSubscription | undefined;\n if (supportedTransports.includes(Transport.Bluetooth)) {\n btSubscription = BTStateManager.onStateChange((state) => {\n switch (state) {\n case 'PoweredOn':\n setBluetoothState(BluetoothState.Available);\n break;\n case 'PoweredOff':\n setBluetoothState(BluetoothState.Disabled);\n break;\n case 'Unauthorized':\n setBluetoothState(BluetoothState.Unauthorized);\n break;\n default:\n setBluetoothState(BluetoothState.Unavailable);\n }\n }, true);\n }\n let netSubscription: NetInfoSubscription | undefined;\n if (supportedTransports.includes(Transport.HTTP) || supportedTransports.includes(Transport.MQTT)) {\n netSubscription = onNetworkStateChange((state) => {\n if (state.type === NetInfoStateType.none) {\n setInternetState(InternetState.Disabled);\n return;\n }\n if (state.isInternetReachable === null) {\n return;\n }\n if (state.isInternetReachable) {\n setInternetState(InternetState.Available);\n } else {\n setInternetState(InternetState.Unreachable);\n }\n });\n }\n return () => {\n btSubscription?.remove();\n netSubscription?.();\n };\n }, [supportedTransports]);\n\n const transportStatus = useMemo(() => {\n if (!supportedTransports) {\n return {\n availableTransport: undefined,\n transportError: {},\n };\n }\n\n const waitingForInternetState =\n (supportedTransports.includes(Transport.HTTP) || supportedTransports.includes(Transport.MQTT)) &&\n internetState === undefined;\n const waitingForBluetoothState = supportedTransports.includes(Transport.Bluetooth) && bluetoothState === undefined;\n if (waitingForInternetState || waitingForBluetoothState) {\n return {\n availableTransport: undefined,\n transportError: {},\n };\n }\n const availableTransport: Transport[] = [];\n const transportError: TransportError = {};\n if (internetState === InternetState.Available) {\n supportedTransports.includes(Transport.MQTT) && availableTransport.push(Transport.MQTT);\n supportedTransports.includes(Transport.HTTP) && availableTransport.push(Transport.HTTP);\n } else {\n transportError.internet = internetState;\n }\n if (bluetoothState === BluetoothState.Available) {\n availableTransport.push(Transport.Bluetooth);\n } else {\n transportError.ble = bluetoothState;\n }\n return { availableTransport, transportError };\n }, [bluetoothState, internetState, supportedTransports]);\n\n return transportStatus;\n};\n\nexport const getInvitationUrlTransports = (url: string, customOpenIdUrlScheme?: string): Transport[] => {\n let parsedUrl: parseUrl.ParsedUrl;\n try {\n parsedUrl = parseUrl(url);\n } catch (e) {\n return [];\n }\n\n if (parsedUrl.parse_failed) {\n return [];\n }\n const protocol = parsedUrl.protocol as string;\n if (protocol !== 'openid4vp' && protocol !== customOpenIdUrlScheme?.toLowerCase()) {\n return [Transport.HTTP];\n }\n\n const query = parsedUrl.query as Record<string, string>;\n const hasAllParameters = (...params: string[]): boolean => {\n return params.every((param) => param in query);\n };\n\n const transports: Transport[] = [];\n // BLE/MQTT\n if (parsedUrl.host === 'connect') {\n if (hasAllParameters('name', 'key')) {\n transports.push(Transport.Bluetooth);\n }\n if (hasAllParameters('brokerUrl', 'topicId')) {\n transports.push(Transport.MQTT);\n }\n\n return transports;\n }\n // HTTP\n if (\n hasAllParameters('response_type', 'state', 'nonce', 'presentation_definition_uri') ||\n hasAllParameters('client_id', 'request_uri')\n ) {\n transports.push(Transport.HTTP);\n }\n\n return transports;\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { getInvitationUrlTransports, Transport } from './connectivity';
|
|
2
|
+
jest.mock('@procivis/react-native-one-core', () => ({
|
|
3
|
+
initializeCore: () => Promise.resolve({})
|
|
4
|
+
}));
|
|
5
|
+
jest.mock('@sentry/react-native', () => ({
|
|
6
|
+
captureException: () => {}
|
|
7
|
+
}));
|
|
2
8
|
jest.mock('@react-native-community/netinfo', () => ({
|
|
3
9
|
addEventListener: () => {}
|
|
4
10
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getInvitationUrlTransports","Transport","jest","mock","addEventListener","onStateChange","describe","test","transports","expect","toStrictEqual","Bluetooth","MQTT","HTTP"],"sources":["connectivity.test.ts"],"sourcesContent":["import { getInvitationUrlTransports, Transport } from './connectivity';\n\njest.mock('@react-native-community/netinfo', () => ({\n addEventListener: () => {},\n}));\n\njest.mock('react-native-bluetooth-state-manager', () => ({\n onStateChange: () => {},\n}));\n\ndescribe('getInvitationUrlTransports', () => {\n test('BLE OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth]);\n });\n test('MQTT OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'OPENID4VP://connect?key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.MQTT]);\n });\n test('Mixed BLE/MQTT OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth, Transport.MQTT]);\n });\n test('BLE OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'MDOC-OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth]);\n });\n test('MQTT OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'MDOC-OPENID4VP://connect?key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.MQTT]);\n });\n test('Mixed BLE/MQTT OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'MDOC-OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth, Transport.MQTT]);\n });\n test('HTTP OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'openid4vp://?response_type=vp_token&state=25fdb134-487d-4bcd-9fdf-777e7f74f128&nonce=DZE2qP6FaDksHxkfOdYJC1LWgVyf5Ibc&client_id_scheme=redirect_uri&client_id=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&response_mode=direct_post&response_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&client_metadata_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fclient-metadata&presentation_definition_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fpresentation-definition',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n test('HTTP OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'mdoc-openid4vp://?response_type=vp_token&state=25fdb134-487d-4bcd-9fdf-777e7f74f128&nonce=DZE2qP6FaDksHxkfOdYJC1LWgVyf5Ibc&client_id_scheme=redirect_uri&client_id=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&response_mode=direct_post&response_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&client_metadata_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fclient-metadata&presentation_definition_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fpresentation-definition',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n test('HTTP OpenID4VP url with requestUri', () => {\n const transports = getInvitationUrlTransports(\n 'openid4vp://?client_id=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&request_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F6e442f9d-bc14-4362-8786-504d7b79c402%2Fclient-request',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n test('HTTP OpenID credential offer url', () => {\n const transports = getInvitationUrlTransports(\n 'openid-credential-offer://?credential_offer_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-issuer%2Fv1%2F0c2cd9a6-1eff-4536-9505-98d7bd87aad1%2Foffer%2F275c09b2-4f4f-4738-85fc-35399acad176',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n\n test('Invalid link', () => {\n const transports = getInvitationUrlTransports('invalid');\n expect(transports).toStrictEqual([]);\n });\n});\n"],"mappings":"AAAA,SAASA,0BAA0B,EAAEC,SAAS,QAAQ,gBAAgB;AAEtEC,IAAI,CAACC,IAAI,CAAC,iCAAiC,EAAE,OAAO;EAClDC,gBAAgB,EAAEA,CAAA,KAAM,CAAC;AAC3B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"names":["getInvitationUrlTransports","Transport","jest","mock","initializeCore","Promise","resolve","captureException","addEventListener","onStateChange","describe","test","transports","expect","toStrictEqual","Bluetooth","MQTT","HTTP"],"sources":["connectivity.test.ts"],"sourcesContent":["import { getInvitationUrlTransports, Transport } from './connectivity';\n\njest.mock('@procivis/react-native-one-core', () => ({\n initializeCore: () => Promise.resolve({} as any),\n}));\n\njest.mock('@sentry/react-native', () => ({\n captureException: () => {},\n}));\n\njest.mock('@react-native-community/netinfo', () => ({\n addEventListener: () => {},\n}));\n\njest.mock('react-native-bluetooth-state-manager', () => ({\n onStateChange: () => {},\n}));\n\ndescribe('getInvitationUrlTransports', () => {\n test('BLE OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth]);\n });\n test('MQTT OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'OPENID4VP://connect?key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.MQTT]);\n });\n test('Mixed BLE/MQTT OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth, Transport.MQTT]);\n });\n test('BLE OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'MDOC-OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth]);\n });\n test('MQTT OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'MDOC-OPENID4VP://connect?key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.MQTT]);\n });\n test('Mixed BLE/MQTT OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'MDOC-OPENID4VP://connect?name=XFwsduA5&key=24c810cb01a8b12200bdb66dc5a7ac9b49a4cfdd5c4b89f51e03206be3abac5b&brokerUrl=mqtt://dev.procivis-one.com&topicId=540684a4-430c-441c-b188-786653f5ab35',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.Bluetooth, Transport.MQTT]);\n });\n test('HTTP OpenID4VP url', () => {\n const transports = getInvitationUrlTransports(\n 'openid4vp://?response_type=vp_token&state=25fdb134-487d-4bcd-9fdf-777e7f74f128&nonce=DZE2qP6FaDksHxkfOdYJC1LWgVyf5Ibc&client_id_scheme=redirect_uri&client_id=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&response_mode=direct_post&response_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&client_metadata_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fclient-metadata&presentation_definition_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fpresentation-definition',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n test('HTTP OpenID4VP url with custom scheme', () => {\n const transports = getInvitationUrlTransports(\n 'mdoc-openid4vp://?response_type=vp_token&state=25fdb134-487d-4bcd-9fdf-777e7f74f128&nonce=DZE2qP6FaDksHxkfOdYJC1LWgVyf5Ibc&client_id_scheme=redirect_uri&client_id=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&response_mode=direct_post&response_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&client_metadata_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fclient-metadata&presentation_definition_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F89973de1-75ba-4367-89ef-4d928de88933%2Fpresentation-definition',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n test('HTTP OpenID4VP url with requestUri', () => {\n const transports = getInvitationUrlTransports(\n 'openid4vp://?client_id=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2Fresponse&request_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-verifier%2Fv1%2F6e442f9d-bc14-4362-8786-504d7b79c402%2Fclient-request',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n test('HTTP OpenID credential offer url', () => {\n const transports = getInvitationUrlTransports(\n 'openid-credential-offer://?credential_offer_uri=https%3A%2F%2Fcore.dev.procivis-one.com%2Fssi%2Foidc-issuer%2Fv1%2F0c2cd9a6-1eff-4536-9505-98d7bd87aad1%2Foffer%2F275c09b2-4f4f-4738-85fc-35399acad176',\n 'mdoc-openid4vp',\n );\n expect(transports).toStrictEqual([Transport.HTTP]);\n });\n\n test('Invalid link', () => {\n const transports = getInvitationUrlTransports('invalid');\n expect(transports).toStrictEqual([]);\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -20,13 +20,10 @@ export const useCreateBackup = () => {
|
|
|
20
20
|
const {
|
|
21
21
|
core
|
|
22
22
|
} = useONECore();
|
|
23
|
-
return useMutation(async
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
} = _ref;
|
|
28
|
-
return core.createBackup(password, outputPath);
|
|
29
|
-
}, {
|
|
23
|
+
return useMutation(async ({
|
|
24
|
+
password,
|
|
25
|
+
outputPath
|
|
26
|
+
}) => core.createBackup(password, outputPath), {
|
|
30
27
|
onSuccess: () => queryClient.invalidateQueries(HISTORY_LIST_QUERY_KEY)
|
|
31
28
|
});
|
|
32
29
|
};
|
|
@@ -35,13 +32,10 @@ export const useUnpackBackup = () => {
|
|
|
35
32
|
const {
|
|
36
33
|
core
|
|
37
34
|
} = useONECore();
|
|
38
|
-
return useMutation(async
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
} = _ref2;
|
|
43
|
-
return core.unpackBackup(password, inputPath);
|
|
44
|
-
}, {
|
|
35
|
+
return useMutation(async ({
|
|
36
|
+
password,
|
|
37
|
+
inputPath
|
|
38
|
+
}) => core.unpackBackup(password, inputPath), {
|
|
45
39
|
onSuccess: () => queryClient.resetQueries()
|
|
46
40
|
});
|
|
47
41
|
};
|
|
@@ -63,7 +57,10 @@ export const useRollbackImport = () => {
|
|
|
63
57
|
onSuccess: () => queryClient.resetQueries()
|
|
64
58
|
});
|
|
65
59
|
};
|
|
66
|
-
export const useBackupFinalizeImportProcedure = (
|
|
60
|
+
export const useBackupFinalizeImportProcedure = ({
|
|
61
|
+
generateHwKey,
|
|
62
|
+
generateSwKey
|
|
63
|
+
}) => {
|
|
67
64
|
const {
|
|
68
65
|
mutateAsync: finalizeImport
|
|
69
66
|
} = useFinalizeImport();
|
|
@@ -84,7 +81,7 @@ export const useBackupFinalizeImportProcedure = () => {
|
|
|
84
81
|
type: DidTypeEnum.LOCAL
|
|
85
82
|
});
|
|
86
83
|
let swDidId = (_dids$values$find = dids.values.find(did => did.name.startsWith(SW_DID_NAME_PREFIX))) === null || _dids$values$find === void 0 ? void 0 : _dids$values$find.id;
|
|
87
|
-
if (!swDidId) {
|
|
84
|
+
if (!swDidId && generateSwKey) {
|
|
88
85
|
const swKeyId = await core.generateKey({
|
|
89
86
|
keyParams: {},
|
|
90
87
|
keyType: 'EDDSA',
|
|
@@ -107,21 +104,24 @@ export const useBackupFinalizeImportProcedure = () => {
|
|
|
107
104
|
params: {}
|
|
108
105
|
});
|
|
109
106
|
}
|
|
107
|
+
let hwKeyId = null;
|
|
108
|
+
if (generateHwKey) {
|
|
109
|
+
hwKeyId = await core.generateKey({
|
|
110
|
+
keyParams: {},
|
|
111
|
+
keyType: 'ECDSA',
|
|
112
|
+
name: `holder-key-hw-${generateUUID()}`,
|
|
113
|
+
organisationId,
|
|
114
|
+
storageParams: {},
|
|
115
|
+
storageType: 'SECURE_ELEMENT'
|
|
116
|
+
}).catch(e => {
|
|
117
|
+
// ignore if HW keys not supported by device
|
|
118
|
+
if (e instanceof OneError && e.code === OneErrorCode.KeyStorageNotSupported) {
|
|
119
|
+
return null;
|
|
120
|
+
}
|
|
121
|
+
throw e;
|
|
122
|
+
});
|
|
123
|
+
}
|
|
110
124
|
let hwDidId = null;
|
|
111
|
-
const hwKeyId = await core.generateKey({
|
|
112
|
-
keyParams: {},
|
|
113
|
-
keyType: 'ES256',
|
|
114
|
-
name: `holder-key-hw-${generateUUID()}`,
|
|
115
|
-
organisationId,
|
|
116
|
-
storageParams: {},
|
|
117
|
-
storageType: 'SECURE_ELEMENT'
|
|
118
|
-
}).catch(e => {
|
|
119
|
-
// ignore if HW keys not supported by device
|
|
120
|
-
if (e instanceof OneError && e.code === OneErrorCode.KeyStorageNotSupported) {
|
|
121
|
-
return null;
|
|
122
|
-
}
|
|
123
|
-
throw e;
|
|
124
|
-
});
|
|
125
125
|
if (hwKeyId) {
|
|
126
126
|
hwDidId = await core.createDid({
|
|
127
127
|
didMethod: 'KEY',
|
|
@@ -138,6 +138,6 @@ export const useBackupFinalizeImportProcedure = () => {
|
|
|
138
138
|
});
|
|
139
139
|
}
|
|
140
140
|
return [hwDidId, swDidId];
|
|
141
|
-
}, [core, organisationId, finalizeImport]);
|
|
141
|
+
}, [core, organisationId, finalizeImport, generateHwKey, generateSwKey]);
|
|
142
142
|
};
|
|
143
143
|
//# sourceMappingURL=backup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["DidTypeEnum","OneError","useCallback","useMutation","useQuery","useQueryClient","generateUUID","useONECore","HW_DID_NAME_PREFIX","SW_DID_NAME_PREFIX","OneErrorCode","HISTORY_LIST_QUERY_KEY","BACKUP_INFO_QUERY_KEY","useBackupInfo","core","backupInfo","keepPreviousData","useCreateBackup","queryClient","
|
|
1
|
+
{"version":3,"names":["DidTypeEnum","OneError","useCallback","useMutation","useQuery","useQueryClient","generateUUID","useONECore","HW_DID_NAME_PREFIX","SW_DID_NAME_PREFIX","OneErrorCode","HISTORY_LIST_QUERY_KEY","BACKUP_INFO_QUERY_KEY","useBackupInfo","core","backupInfo","keepPreviousData","useCreateBackup","queryClient","password","outputPath","createBackup","onSuccess","invalidateQueries","useUnpackBackup","inputPath","unpackBackup","resetQueries","useFinalizeImport","finalizeImport","useRollbackImport","rollbackImport","useBackupFinalizeImportProcedure","generateHwKey","generateSwKey","mutateAsync","organisationId","_dids$values$find","dids","getDids","deactivated","page","pageSize","type","LOCAL","swDidId","values","find","did","name","startsWith","id","swKeyId","generateKey","keyParams","keyType","storageParams","storageType","createDid","didMethod","keys","assertionMethod","authentication","capabilityDelegation","capabilityInvocation","keyAgreement","params","hwKeyId","catch","e","code","KeyStorageNotSupported","hwDidId"],"sources":["backup.ts"],"sourcesContent":["import { DidTypeEnum, OneError } from '@procivis/react-native-one-core';\nimport { useCallback } from 'react';\nimport { useMutation, useQuery, useQueryClient } from 'react-query';\n\nimport { generateUUID } from '../../uuid';\nimport { useONECore } from './core-context';\nimport { HW_DID_NAME_PREFIX, IdentifiersInitializationConfig, SW_DID_NAME_PREFIX } from './core-init';\nimport { OneErrorCode } from './error-code';\nimport { HISTORY_LIST_QUERY_KEY } from './history';\n\nconst BACKUP_INFO_QUERY_KEY = 'backup-info';\n\nexport const useBackupInfo = () => {\n const { core } = useONECore();\n\n return useQuery([BACKUP_INFO_QUERY_KEY], () => core.backupInfo(), {\n keepPreviousData: true,\n });\n};\n\nexport const useCreateBackup = () => {\n const queryClient = useQueryClient();\n const { core } = useONECore();\n\n return useMutation(\n async ({ password, outputPath }: { outputPath: string; password: string }) =>\n core.createBackup(password, outputPath),\n {\n onSuccess: () => queryClient.invalidateQueries(HISTORY_LIST_QUERY_KEY),\n },\n );\n};\n\nexport const useUnpackBackup = () => {\n const queryClient = useQueryClient();\n const { core } = useONECore();\n\n return useMutation(\n async ({ password, inputPath }: { inputPath: string; password: string }) => core.unpackBackup(password, inputPath),\n {\n onSuccess: () => queryClient.resetQueries(),\n },\n );\n};\n\nexport const useFinalizeImport = () => {\n const queryClient = useQueryClient();\n const { core } = useONECore();\n\n return useMutation(async () => core.finalizeImport(), {\n onSuccess: () => queryClient.resetQueries(),\n });\n};\n\nexport const useRollbackImport = () => {\n const queryClient = useQueryClient();\n const { core } = useONECore();\n\n return useMutation(async () => core.rollbackImport(), {\n onSuccess: () => queryClient.resetQueries(),\n });\n};\n\nexport const useBackupFinalizeImportProcedure = ({ generateHwKey, generateSwKey }: IdentifiersInitializationConfig) => {\n const { mutateAsync: finalizeImport } = useFinalizeImport();\n const { core, organisationId } = useONECore();\n\n return useCallback(async () => {\n await finalizeImport();\n\n // update wallet did references\n const dids = await core.getDids({\n deactivated: false,\n organisationId,\n page: 0,\n pageSize: 1,\n type: DidTypeEnum.LOCAL,\n });\n let swDidId = dids.values.find((did) => did.name.startsWith(SW_DID_NAME_PREFIX))?.id;\n\n if (!swDidId && generateSwKey) {\n const swKeyId = await core.generateKey({\n keyParams: {},\n keyType: 'EDDSA',\n name: `holder-key-sw-${generateUUID()}`,\n organisationId,\n storageParams: {},\n storageType: 'INTERNAL',\n });\n swDidId = await core.createDid({\n didMethod: 'KEY',\n keys: {\n assertionMethod: [swKeyId],\n authentication: [swKeyId],\n capabilityDelegation: [swKeyId],\n capabilityInvocation: [swKeyId],\n keyAgreement: [swKeyId],\n },\n name: `${SW_DID_NAME_PREFIX}-${generateUUID()}`,\n organisationId,\n params: {},\n });\n }\n\n let hwKeyId: string | null = null;\n if (generateHwKey) {\n hwKeyId = await core\n .generateKey({\n keyParams: {},\n keyType: 'ECDSA',\n name: `holder-key-hw-${generateUUID()}`,\n organisationId,\n storageParams: {},\n storageType: 'SECURE_ELEMENT',\n })\n .catch((e) => {\n // ignore if HW keys not supported by device\n if (e instanceof OneError && e.code === OneErrorCode.KeyStorageNotSupported) {\n return null;\n }\n throw e;\n });\n }\n\n let hwDidId: string | null = null;\n if (hwKeyId) {\n hwDidId = await core.createDid({\n didMethod: 'KEY',\n keys: {\n assertionMethod: [hwKeyId],\n authentication: [hwKeyId],\n capabilityDelegation: [hwKeyId],\n capabilityInvocation: [hwKeyId],\n keyAgreement: [hwKeyId],\n },\n name: `${HW_DID_NAME_PREFIX}-${generateUUID()}`,\n organisationId,\n params: {},\n });\n }\n\n return [hwDidId, swDidId] as [string | null, string | undefined];\n }, [core, organisationId, finalizeImport, generateHwKey, generateSwKey]);\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { CacheType } from '@procivis/react-native-one-core';
|
|
2
|
+
import { useMutation, useQueryClient } from 'react-query';
|
|
3
|
+
import { useONECore } from './core-context';
|
|
4
|
+
import { CREDENTIAL_DETAIL_QUERY_KEY, CREDENTIAL_LIST_PAGED_QUERY_KEY, CREDENTIAL_LIST_QUERY_KEY } from './credentials';
|
|
5
|
+
import { REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY, TRUST_ENTITY_DETAIL_QUERY_KEY } from './trust-entity';
|
|
6
|
+
const CREDENTIAL_QUERY_KEYS = [CREDENTIAL_LIST_QUERY_KEY, CREDENTIAL_LIST_PAGED_QUERY_KEY, CREDENTIAL_DETAIL_QUERY_KEY];
|
|
7
|
+
const TRUST_ENTITY_QUERY_KEYS = [TRUST_ENTITY_DETAIL_QUERY_KEY, REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY];
|
|
8
|
+
|
|
9
|
+
// Map each CacheType to the query keys that should be invalidated when that cache is cleared.
|
|
10
|
+
const cacheTypeToQueryKeys = {
|
|
11
|
+
[CacheType.DID_DOCUMENT]: CREDENTIAL_QUERY_KEYS,
|
|
12
|
+
[CacheType.JSON_LD_CONTEXT]: CREDENTIAL_QUERY_KEYS,
|
|
13
|
+
[CacheType.STATUS_LIST_CREDENTIAL]: CREDENTIAL_QUERY_KEYS,
|
|
14
|
+
[CacheType.VCT_METADATA]: CREDENTIAL_QUERY_KEYS,
|
|
15
|
+
[CacheType.JSON_SCHEMA]: CREDENTIAL_QUERY_KEYS,
|
|
16
|
+
[CacheType.TRUST_LIST]: [...TRUST_ENTITY_QUERY_KEYS, ...CREDENTIAL_QUERY_KEYS]
|
|
17
|
+
};
|
|
18
|
+
export const useCacheClear = () => {
|
|
19
|
+
const queryClient = useQueryClient();
|
|
20
|
+
const {
|
|
21
|
+
core
|
|
22
|
+
} = useONECore();
|
|
23
|
+
return useMutation(async cacheTypes => {
|
|
24
|
+
await core.deleteCache(cacheTypes);
|
|
25
|
+
return cacheTypes;
|
|
26
|
+
}, {
|
|
27
|
+
onSuccess: async (_, cacheTypes) => {
|
|
28
|
+
const queryKeysToInvalidate = new Set();
|
|
29
|
+
cacheTypes.forEach(cacheType => {
|
|
30
|
+
const keys = cacheTypeToQueryKeys[cacheType] || [];
|
|
31
|
+
keys.forEach(key => queryKeysToInvalidate.add(key));
|
|
32
|
+
});
|
|
33
|
+
await Promise.all([...queryKeysToInvalidate].map(queryKey => queryClient.invalidateQueries(queryKey)));
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=cache.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["CacheType","useMutation","useQueryClient","useONECore","CREDENTIAL_DETAIL_QUERY_KEY","CREDENTIAL_LIST_PAGED_QUERY_KEY","CREDENTIAL_LIST_QUERY_KEY","REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY","TRUST_ENTITY_DETAIL_QUERY_KEY","CREDENTIAL_QUERY_KEYS","TRUST_ENTITY_QUERY_KEYS","cacheTypeToQueryKeys","DID_DOCUMENT","JSON_LD_CONTEXT","STATUS_LIST_CREDENTIAL","VCT_METADATA","JSON_SCHEMA","TRUST_LIST","useCacheClear","queryClient","core","cacheTypes","deleteCache","onSuccess","_","queryKeysToInvalidate","Set","forEach","cacheType","keys","key","add","Promise","all","map","queryKey","invalidateQueries"],"sources":["cache.ts"],"sourcesContent":["import { CacheType } from '@procivis/react-native-one-core';\nimport { useMutation, useQueryClient } from 'react-query';\n\nimport { useONECore } from './core-context';\nimport { CREDENTIAL_DETAIL_QUERY_KEY, CREDENTIAL_LIST_PAGED_QUERY_KEY, CREDENTIAL_LIST_QUERY_KEY } from './credentials';\nimport { REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY, TRUST_ENTITY_DETAIL_QUERY_KEY } from './trust-entity';\n\nconst CREDENTIAL_QUERY_KEYS = [CREDENTIAL_LIST_QUERY_KEY, CREDENTIAL_LIST_PAGED_QUERY_KEY, CREDENTIAL_DETAIL_QUERY_KEY];\nconst TRUST_ENTITY_QUERY_KEYS = [TRUST_ENTITY_DETAIL_QUERY_KEY, REMOTE_TRUST_ENTITY_DETAIL_QUERY_KEY];\n\n// Map each CacheType to the query keys that should be invalidated when that cache is cleared.\nconst cacheTypeToQueryKeys: Record<CacheType, string[]> = {\n [CacheType.DID_DOCUMENT]: CREDENTIAL_QUERY_KEYS,\n [CacheType.JSON_LD_CONTEXT]: CREDENTIAL_QUERY_KEYS,\n [CacheType.STATUS_LIST_CREDENTIAL]: CREDENTIAL_QUERY_KEYS,\n [CacheType.VCT_METADATA]: CREDENTIAL_QUERY_KEYS,\n [CacheType.JSON_SCHEMA]: CREDENTIAL_QUERY_KEYS,\n [CacheType.TRUST_LIST]: [...TRUST_ENTITY_QUERY_KEYS, ...CREDENTIAL_QUERY_KEYS],\n};\n\nexport const useCacheClear = () => {\n const queryClient = useQueryClient();\n const { core } = useONECore();\n\n return useMutation(\n async (cacheTypes: CacheType[]) => {\n await core.deleteCache(cacheTypes);\n return cacheTypes;\n },\n {\n onSuccess: async (_, cacheTypes) => {\n const queryKeysToInvalidate = new Set<string>();\n\n cacheTypes.forEach((cacheType) => {\n const keys = cacheTypeToQueryKeys[cacheType] || [];\n keys.forEach((key) => queryKeysToInvalidate.add(key));\n });\n\n await Promise.all([...queryKeysToInvalidate].map((queryKey) => queryClient.invalidateQueries(queryKey)));\n },\n },\n );\n};\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,WAAW,EAAEC,cAAc,QAAQ,aAAa;AAEzD,SAASC,UAAU,QAAQ,gBAAgB;AAC3C,SAASC,2BAA2B,EAAEC,+BAA+B,EAAEC,yBAAyB,QAAQ,eAAe;AACvH,SAASC,oCAAoC,EAAEC,6BAA6B,QAAQ,gBAAgB;AAEpG,MAAMC,qBAAqB,GAAG,CAACH,yBAAyB,EAAED,+BAA+B,EAAED,2BAA2B,CAAC;AACvH,MAAMM,uBAAuB,GAAG,CAACF,6BAA6B,EAAED,oCAAoC,CAAC;;AAErG;AACA,MAAMI,oBAAiD,GAAG;EACxD,CAACX,SAAS,CAACY,YAAY,GAAGH,qBAAqB;EAC/C,CAACT,SAAS,CAACa,eAAe,GAAGJ,qBAAqB;EAClD,CAACT,SAAS,CAACc,sBAAsB,GAAGL,qBAAqB;EACzD,CAACT,SAAS,CAACe,YAAY,GAAGN,qBAAqB;EAC/C,CAACT,SAAS,CAACgB,WAAW,GAAGP,qBAAqB;EAC9C,CAACT,SAAS,CAACiB,UAAU,GAAG,CAAC,GAAGP,uBAAuB,EAAE,GAAGD,qBAAqB;AAC/E,CAAC;AAED,OAAO,MAAMS,aAAa,GAAGA,CAAA,KAAM;EACjC,MAAMC,WAAW,GAAGjB,cAAc,CAAC,CAAC;EACpC,MAAM;IAAEkB;EAAK,CAAC,GAAGjB,UAAU,CAAC,CAAC;EAE7B,OAAOF,WAAW,CAChB,MAAOoB,UAAuB,IAAK;IACjC,MAAMD,IAAI,CAACE,WAAW,CAACD,UAAU,CAAC;IAClC,OAAOA,UAAU;EACnB,CAAC,EACD;IACEE,SAAS,EAAE,MAAAA,CAAOC,CAAC,EAAEH,UAAU,KAAK;MAClC,MAAMI,qBAAqB,GAAG,IAAIC,GAAG,CAAS,CAAC;MAE/CL,UAAU,CAACM,OAAO,CAAEC,SAAS,IAAK;QAChC,MAAMC,IAAI,GAAGlB,oBAAoB,CAACiB,SAAS,CAAC,IAAI,EAAE;QAClDC,IAAI,CAACF,OAAO,CAAEG,GAAG,IAAKL,qBAAqB,CAACM,GAAG,CAACD,GAAG,CAAC,CAAC;MACvD,CAAC,CAAC;MAEF,MAAME,OAAO,CAACC,GAAG,CAAC,CAAC,GAAGR,qBAAqB,CAAC,CAACS,GAAG,CAAEC,QAAQ,IAAKhB,WAAW,CAACiB,iBAAiB,CAACD,QAAQ,CAAC,CAAC,CAAC;IAC1G;EACF,CACF,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -9,4 +9,15 @@ export const useCoreConfig = () => {
|
|
|
9
9
|
keepPreviousData: true
|
|
10
10
|
});
|
|
11
11
|
};
|
|
12
|
+
export const getEnabledTransports = config => {
|
|
13
|
+
var _config$transport;
|
|
14
|
+
return Object.values((_config$transport = config === null || config === void 0 ? void 0 : config.transport) !== null && _config$transport !== void 0 ? _config$transport : {}).filter(t => t.enabled !== false).map(transport => transport.type);
|
|
15
|
+
};
|
|
16
|
+
export const getEnabledExchangeProtocols = exchangeProtocol => {
|
|
17
|
+
return Object.values(exchangeProtocol !== null && exchangeProtocol !== void 0 ? exchangeProtocol : {}).filter(t => t.enabled !== false).map(exchange => exchange.type);
|
|
18
|
+
};
|
|
19
|
+
export const getEnabledTrustManagement = config => {
|
|
20
|
+
var _config$trustManageme;
|
|
21
|
+
return Object.values((_config$trustManageme = config === null || config === void 0 ? void 0 : config.trustManagement) !== null && _config$trustManageme !== void 0 ? _config$trustManageme : {}).filter(t => t.enabled !== false).map(trustManagement => trustManagement.type);
|
|
22
|
+
};
|
|
12
23
|
//# sourceMappingURL=core-config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useQuery","useONECore","CONFIG_QUERY_KEY","useCoreConfig","core","getConfig","keepPreviousData"],"sources":["core-config.ts"],"sourcesContent":["import { useQuery } from 'react-query';\n\nimport { useONECore } from './core-context';\n\nconst CONFIG_QUERY_KEY = 'config';\n\nexport const useCoreConfig = () => {\n const { core } = useONECore();\n\n return useQuery([CONFIG_QUERY_KEY], () => core?.getConfig(), {\n keepPreviousData: true,\n });\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"names":["useQuery","useONECore","CONFIG_QUERY_KEY","useCoreConfig","core","getConfig","keepPreviousData","getEnabledTransports","config","_config$transport","Object","values","transport","filter","t","enabled","map","type","getEnabledExchangeProtocols","exchangeProtocol","exchange","getEnabledTrustManagement","_config$trustManageme","trustManagement"],"sources":["core-config.ts"],"sourcesContent":["import { Config, ConfigEntities } from '@procivis/react-native-one-core';\nimport { useQuery } from 'react-query';\n\nimport { useONECore } from './core-context';\n\nconst CONFIG_QUERY_KEY = 'config';\n\nexport const useCoreConfig = () => {\n const { core } = useONECore();\n\n return useQuery([CONFIG_QUERY_KEY], () => core?.getConfig(), {\n keepPreviousData: true,\n });\n};\n\nexport const getEnabledTransports = (config: Config): string[] => {\n return Object.values(config?.transport ?? {})\n .filter((t) => t.enabled !== false)\n .map((transport) => transport.type);\n};\n\nexport const getEnabledExchangeProtocols = (exchangeProtocol: ConfigEntities<any>): string[] => {\n return Object.values(exchangeProtocol ?? {})\n .filter((t) => t.enabled !== false)\n .map((exchange) => exchange.type);\n};\n\nexport const getEnabledTrustManagement = (config: Config): string[] => {\n return Object.values(config?.trustManagement ?? {})\n .filter((t) => t.enabled !== false)\n .map((trustManagement) => trustManagement.type);\n};\n"],"mappings":"AACA,SAASA,QAAQ,QAAQ,aAAa;AAEtC,SAASC,UAAU,QAAQ,gBAAgB;AAE3C,MAAMC,gBAAgB,GAAG,QAAQ;AAEjC,OAAO,MAAMC,aAAa,GAAGA,CAAA,KAAM;EACjC,MAAM;IAAEC;EAAK,CAAC,GAAGH,UAAU,CAAC,CAAC;EAE7B,OAAOD,QAAQ,CAAC,CAACE,gBAAgB,CAAC,EAAE,MAAME,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEC,SAAS,CAAC,CAAC,EAAE;IAC3DC,gBAAgB,EAAE;EACpB,CAAC,CAAC;AACJ,CAAC;AAED,OAAO,MAAMC,oBAAoB,GAAIC,MAAc,IAAe;EAAA,IAAAC,iBAAA;EAChE,OAAOC,MAAM,CAACC,MAAM,EAAAF,iBAAA,GAACD,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAEI,SAAS,cAAAH,iBAAA,cAAAA,iBAAA,GAAI,CAAC,CAAC,CAAC,CAC1CI,MAAM,CAAEC,CAAC,IAAKA,CAAC,CAACC,OAAO,KAAK,KAAK,CAAC,CAClCC,GAAG,CAAEJ,SAAS,IAAKA,SAAS,CAACK,IAAI,CAAC;AACvC,CAAC;AAED,OAAO,MAAMC,2BAA2B,GAAIC,gBAAqC,IAAe;EAC9F,OAAOT,MAAM,CAACC,MAAM,CAACQ,gBAAgB,aAAhBA,gBAAgB,cAAhBA,gBAAgB,GAAI,CAAC,CAAC,CAAC,CACzCN,MAAM,CAAEC,CAAC,IAAKA,CAAC,CAACC,OAAO,KAAK,KAAK,CAAC,CAClCC,GAAG,CAAEI,QAAQ,IAAKA,QAAQ,CAACH,IAAI,CAAC;AACrC,CAAC;AAED,OAAO,MAAMI,yBAAyB,GAAIb,MAAc,IAAe;EAAA,IAAAc,qBAAA;EACrE,OAAOZ,MAAM,CAACC,MAAM,EAAAW,qBAAA,GAACd,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAEe,eAAe,cAAAD,qBAAA,cAAAA,qBAAA,GAAI,CAAC,CAAC,CAAC,CAChDT,MAAM,CAAEC,CAAC,IAAKA,CAAC,CAACC,OAAO,KAAK,KAAK,CAAC,CAClCC,GAAG,CAAEO,eAAe,IAAKA,eAAe,CAACN,IAAI,CAAC;AACnD,CAAC","ignoreList":[]}
|