react-native-unit-components 2.0.2 → 2.2.0
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/android/build.gradle +0 -4
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.js +31 -0
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.js.map +1 -1
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.utils.js +9 -3
- package/lib/commonjs/components/UNACHCreditComponent/UNACHCreditComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.js +31 -0
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.js.map +1 -1
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.utils.js +8 -2
- package/lib/commonjs/components/UNACHDebitComponent/UNACHDebitComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNAccountComponent/UNAccountComponent.js.map +1 -1
- package/lib/commonjs/components/UNAccountComponent/UNAccountComponent.utils.js +2 -0
- package/lib/commonjs/components/UNAccountComponent/UNAccountComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js +1 -1
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.js.map +1 -1
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js +3 -3
- package/lib/commonjs/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js +6 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +29 -8
- package/lib/commonjs/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js +7 -1
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js.map +1 -1
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js +38 -8
- package/lib/commonjs/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js.map +1 -1
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.js.map +1 -1
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js +2 -0
- package/lib/commonjs/components/UNCardComponent/UNCardComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNCreateCardComponent/UNCreateCardComponent.js +84 -0
- package/lib/commonjs/components/UNCreateCardComponent/UNCreateCardComponent.js.map +1 -0
- package/lib/commonjs/components/UNCreateCardComponent/UNCreateCardComponent.utils.js +19 -0
- package/lib/commonjs/components/UNCreateCardComponent/UNCreateCardComponent.utils.js.map +1 -0
- package/lib/commonjs/components/UNCreateCardComponent/index.js +21 -0
- package/lib/commonjs/components/UNCreateCardComponent/index.js.map +1 -0
- package/lib/commonjs/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js +39 -8
- package/lib/commonjs/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js.map +1 -1
- package/lib/commonjs/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.js +19 -3
- package/lib/commonjs/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js.map +1 -1
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js +2 -0
- package/lib/commonjs/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js.map +1 -1
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.js.map +1 -1
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js +0 -2
- package/lib/commonjs/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js.map +1 -1
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.js +2 -2
- package/lib/commonjs/helpers/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/commonjs/messages/webMessages/cardMessage.js +1 -0
- package/lib/commonjs/messages/webMessages/cardMessage.js.map +1 -1
- package/lib/commonjs/messages/webMessages/multipleCardsMessage.js +1 -0
- package/lib/commonjs/messages/webMessages/multipleCardsMessage.js.map +1 -1
- package/lib/commonjs/messages/webMessages/onLoadMessage.js +1 -0
- package/lib/commonjs/messages/webMessages/onLoadMessage.js.map +1 -1
- package/lib/commonjs/scripts/html/bodyScript.js +82 -48
- package/lib/commonjs/scripts/html/bodyScript.js.map +1 -1
- package/lib/commonjs/slices/SharedEventsSlice.js.map +1 -1
- package/lib/commonjs/types/internal/bottomSheet.types.js +1 -0
- package/lib/commonjs/types/internal/bottomSheet.types.js.map +1 -1
- package/lib/commonjs/types/internal/webComponent.types.js +1 -0
- package/lib/commonjs/types/internal/webComponent.types.js.map +1 -1
- package/lib/commonjs/types/shared/account.types.js +6 -1
- package/lib/commonjs/types/shared/account.types.js.map +1 -1
- package/lib/commonjs/types/shared/createCard.types.js +21 -0
- package/lib/commonjs/types/shared/createCard.types.js.map +1 -0
- package/lib/commonjs/types/shared/customer.types.js +5 -5
- package/lib/commonjs/types/shared/customer.types.js.map +1 -1
- package/lib/commonjs/types/shared/index.js +11 -0
- package/lib/commonjs/types/shared/index.js.map +1 -1
- package/lib/commonjs/unitComponentsSdkManager/UnitComponentsSdk.constants.js +1 -1
- package/lib/commonjs/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/commonjs/webComponent/html.js +8 -0
- package/lib/commonjs/webComponent/html.js.map +1 -1
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.js +32 -1
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.js.map +1 -1
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.utils.js +8 -3
- package/lib/module/components/UNACHCreditComponent/UNACHCreditComponent.utils.js.map +1 -1
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.js +32 -1
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.js.map +1 -1
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.utils.js +7 -2
- package/lib/module/components/UNACHDebitComponent/UNACHDebitComponent.utils.js.map +1 -1
- package/lib/module/components/UNAccountComponent/UNAccountComponent.js.map +1 -1
- package/lib/module/components/UNAccountComponent/UNAccountComponent.utils.js +2 -0
- package/lib/module/components/UNAccountComponent/UNAccountComponent.utils.js.map +1 -1
- package/lib/module/components/UNActivityComponent/UNActivityComponent.js +2 -2
- package/lib/module/components/UNActivityComponent/UNActivityComponent.js.map +1 -1
- package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js +1 -1
- package/lib/module/components/UNActivityComponent/UNActivityComponent.utils.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js +5 -0
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js +30 -9
- package/lib/module/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js +7 -1
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.js.map +1 -1
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js +39 -9
- package/lib/module/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.js.map +1 -1
- package/lib/module/components/UNCardComponent/UNCardComponent.js.map +1 -1
- package/lib/module/components/UNCardComponent/UNCardComponent.utils.js +2 -0
- package/lib/module/components/UNCardComponent/UNCardComponent.utils.js.map +1 -1
- package/lib/module/components/UNCreateCardComponent/UNCreateCardComponent.js +76 -0
- package/lib/module/components/UNCreateCardComponent/UNCreateCardComponent.js.map +1 -0
- package/lib/module/components/UNCreateCardComponent/UNCreateCardComponent.utils.js +12 -0
- package/lib/module/components/UNCreateCardComponent/UNCreateCardComponent.utils.js.map +1 -0
- package/lib/module/components/UNCreateCardComponent/index.js +2 -0
- package/lib/module/components/UNCreateCardComponent/index.js.map +1 -0
- package/lib/module/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js +40 -9
- package/lib/module/components/UNMultipleCardsComponent/UNMultipleCardsComponent.js.map +1 -1
- package/lib/module/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.js +15 -2
- package/lib/module/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.js.map +1 -1
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.js.map +1 -1
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js +3 -1
- package/lib/module/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.js.map +1 -1
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.js.map +1 -1
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js +0 -2
- package/lib/module/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.js.map +1 -1
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/helpers/BottomSheet/BottomSheet.js +2 -2
- package/lib/module/helpers/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/messages/webMessages/cardMessage.js +1 -0
- package/lib/module/messages/webMessages/cardMessage.js.map +1 -1
- package/lib/module/messages/webMessages/multipleCardsMessage.js +1 -0
- package/lib/module/messages/webMessages/multipleCardsMessage.js.map +1 -1
- package/lib/module/messages/webMessages/onLoadMessage.js +1 -0
- package/lib/module/messages/webMessages/onLoadMessage.js.map +1 -1
- package/lib/module/scripts/html/bodyScript.js +81 -47
- package/lib/module/scripts/html/bodyScript.js.map +1 -1
- package/lib/module/slices/SharedEventsSlice.js.map +1 -1
- package/lib/module/types/internal/bottomSheet.types.js +1 -0
- package/lib/module/types/internal/bottomSheet.types.js.map +1 -1
- package/lib/module/types/internal/webComponent.types.js +1 -0
- package/lib/module/types/internal/webComponent.types.js.map +1 -1
- package/lib/module/types/shared/account.types.js +5 -0
- package/lib/module/types/shared/account.types.js.map +1 -1
- package/lib/module/types/shared/createCard.types.js +14 -0
- package/lib/module/types/shared/createCard.types.js.map +1 -0
- package/lib/module/types/shared/customer.types.js +4 -4
- package/lib/module/types/shared/customer.types.js.map +1 -1
- package/lib/module/types/shared/index.js +1 -0
- package/lib/module/types/shared/index.js.map +1 -1
- package/lib/module/unitComponentsSdkManager/UnitComponentsSdk.constants.js +1 -1
- package/lib/module/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/module/webComponent/html.js +9 -1
- package/lib/module/webComponent/html.js.map +1 -1
- package/lib/typescript/src/components/UNACHCreditComponent/UNACHCreditComponent.d.ts +4 -2
- package/lib/typescript/src/components/UNACHCreditComponent/UNACHCreditComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNACHCreditComponent/UNACHCreditComponent.utils.d.ts +2 -0
- package/lib/typescript/src/components/UNACHCreditComponent/UNACHCreditComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNACHDebitComponent/UNACHDebitComponent.d.ts +3 -2
- package/lib/typescript/src/components/UNACHDebitComponent/UNACHDebitComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNACHDebitComponent/UNACHDebitComponent.utils.d.ts +2 -0
- package/lib/typescript/src/components/UNACHDebitComponent/UNACHDebitComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNAccountComponent/UNAccountComponent.d.ts +2 -1
- package/lib/typescript/src/components/UNAccountComponent/UNAccountComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNAccountComponent/UNAccountComponent.utils.d.ts +1 -1
- package/lib/typescript/src/components/UNAccountComponent/UNAccountComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNActivityComponent/UNActivityComponent.utils.d.ts +1 -1
- package/lib/typescript/src/components/UNActivityComponent/UNActivityComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.d.ts +5 -0
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts +2 -2
- package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.d.ts +2 -0
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCardComponent/UNCardComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNCreateCardComponent/UNCreateCardComponent.d.ts +16 -0
- package/lib/typescript/src/components/UNCreateCardComponent/UNCreateCardComponent.d.ts.map +1 -0
- package/lib/typescript/src/components/UNCreateCardComponent/UNCreateCardComponent.utils.d.ts +3 -0
- package/lib/typescript/src/components/UNCreateCardComponent/UNCreateCardComponent.utils.d.ts.map +1 -0
- package/lib/typescript/src/components/UNCreateCardComponent/index.d.ts +2 -0
- package/lib/typescript/src/components/UNCreateCardComponent/index.d.ts.map +1 -0
- package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.d.ts +2 -0
- package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.d.ts +5 -0
- package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts +1 -0
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.d.ts +0 -1
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.d.ts.map +1 -1
- package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +1 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/cardMessage.d.ts +4 -2
- package/lib/typescript/src/messages/webMessages/cardMessage.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/multipleCardsMessage.d.ts +4 -2
- package/lib/typescript/src/messages/webMessages/multipleCardsMessage.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/onLoadMessage.d.ts +7 -3
- package/lib/typescript/src/messages/webMessages/onLoadMessage.d.ts.map +1 -1
- package/lib/typescript/src/messages/webMessages/unitComponentsMessages.d.ts +1 -0
- package/lib/typescript/src/messages/webMessages/unitComponentsMessages.d.ts.map +1 -1
- package/lib/typescript/src/scripts/html/bodyScript.d.ts +7 -2
- package/lib/typescript/src/scripts/html/bodyScript.d.ts.map +1 -1
- package/lib/typescript/src/slices/SharedEventsSlice.d.ts +11 -3
- package/lib/typescript/src/slices/SharedEventsSlice.d.ts.map +1 -1
- package/lib/typescript/src/store/store.d.ts +14 -2
- package/lib/typescript/src/store/store.d.ts.map +1 -1
- package/lib/typescript/src/types/internal/bottomSheet.types.d.ts +8 -2
- package/lib/typescript/src/types/internal/bottomSheet.types.d.ts.map +1 -1
- package/lib/typescript/src/types/internal/webComponent.types.d.ts +1 -0
- package/lib/typescript/src/types/internal/webComponent.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/account.types.d.ts +4 -0
- package/lib/typescript/src/types/shared/account.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/createCard.types.d.ts +166 -0
- package/lib/typescript/src/types/shared/createCard.types.d.ts.map +1 -0
- package/lib/typescript/src/types/shared/customer.types.d.ts +3 -3
- package/lib/typescript/src/types/shared/customer.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/index.d.ts +1 -0
- package/lib/typescript/src/types/shared/index.d.ts.map +1 -1
- package/lib/typescript/src/webComponent/html.d.ts.map +1 -1
- package/lib/typescript/tests/e2e/app-tests.d.ts +2 -0
- package/lib/typescript/tests/e2e/app-tests.d.ts.map +1 -0
- package/lib/typescript/tests/e2e/component-tests.d.ts +2 -0
- package/lib/typescript/tests/e2e/component-tests.d.ts.map +1 -0
- package/lib/typescript/tests/e2e/main.test.d.ts +2 -0
- package/lib/typescript/tests/e2e/main.test.d.ts.map +1 -0
- package/lib/typescript/tests/utils.d.ts +3 -0
- package/lib/typescript/tests/utils.d.ts.map +1 -0
- package/package.json +9 -4
- package/src/components/UNACHCreditComponent/UNACHCreditComponent.tsx +36 -4
- package/src/components/UNACHCreditComponent/UNACHCreditComponent.utils.ts +10 -3
- package/src/components/UNACHDebitComponent/UNACHDebitComponent.tsx +35 -4
- package/src/components/UNACHDebitComponent/UNACHDebitComponent.utils.ts +9 -2
- package/src/components/UNAccountComponent/UNAccountComponent.tsx +3 -2
- package/src/components/UNAccountComponent/UNAccountComponent.utils.ts +2 -1
- package/src/components/UNActivityComponent/UNActivityComponent.tsx +2 -2
- package/src/components/UNActivityComponent/UNActivityComponent.utils.ts +1 -1
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.ts +6 -0
- package/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts +32 -7
- package/src/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.tsx +8 -1
- package/src/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.tsx +54 -18
- package/src/components/UNCardComponent/UNCardComponent.tsx +2 -0
- package/src/components/UNCardComponent/UNCardComponent.utils.ts +4 -1
- package/src/components/UNCreateCardComponent/UNCreateCardComponent.tsx +94 -0
- package/src/components/UNCreateCardComponent/UNCreateCardComponent.utils.ts +14 -0
- package/src/components/UNCreateCardComponent/index.ts +1 -0
- package/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.tsx +45 -9
- package/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.ts +18 -2
- package/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.tsx +1 -0
- package/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.ts +3 -1
- package/src/components/UNWirePaymentComponent/UNWirePaymentComponent.tsx +0 -1
- package/src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.ts +0 -2
- package/src/components/index.ts +1 -0
- package/src/helpers/BottomSheet/BottomSheet.tsx +2 -2
- package/src/messages/webMessages/cardMessage.ts +6 -1
- package/src/messages/webMessages/multipleCardsMessage.ts +3 -1
- package/src/messages/webMessages/onLoadMessage.ts +9 -2
- package/src/messages/webMessages/unitComponentsMessages.ts +1 -0
- package/src/scripts/html/bodyScript.ts +84 -48
- package/src/slices/SharedEventsSlice.ts +15 -3
- package/src/types/internal/bottomSheet.types.ts +9 -1
- package/src/types/internal/webComponent.types.ts +1 -0
- package/src/types/shared/account.types.ts +5 -0
- package/src/types/shared/createCard.types.ts +187 -0
- package/src/types/shared/customer.types.ts +3 -3
- package/src/types/shared/index.ts +1 -0
- package/src/unitComponentsSdkManager/UnitComponentsSdk.constants.ts +1 -1
- package/src/unitComponentsSdkManager/UnitComponentsSdkManager.ts +1 -1
- package/src/webComponent/html.ts +11 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Platform } from 'react-native';
|
|
2
|
-
import { DISPATCH_RENDERING_EVENT, LISTENERS, POST_MESSAGE_TO_SDK, POST_PAGE_HEIGHT, DISPATCH_REQUEST_CARD_ACTION, DISPATCH_OPEN_ACTIONS_MENU, DISPATCH_REQUEST_ACCOUNT_ACTION, DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT, DISPATCH_REQUEST_SHOW_SENSITIVE_DATA, DISPATCH_REQUEST_HIDE_SENSITIVE_DATA, SET_ITEM_IN_WINDOW_UNIT_STORE, DISPATCH_EVENT_TO_CONTINUE, DISPATCH_CARD_STATUS_CHANGED } from '../scripts/html/bodyScript';
|
|
2
|
+
import { DISPATCH_RENDERING_EVENT, LISTENERS, POST_MESSAGE_TO_SDK, POST_PAGE_HEIGHT, DISPATCH_REQUEST_CARD_ACTION, DISPATCH_OPEN_ACTIONS_MENU, DISPATCH_REQUEST_ACCOUNT_ACTION, DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT, DISPATCH_REQUEST_SHOW_SENSITIVE_DATA, DISPATCH_REQUEST_HIDE_SENSITIVE_DATA, SET_ITEM_IN_WINDOW_UNIT_STORE, DISPATCH_EVENT_TO_CONTINUE, DISPATCH_CARD_STATUS_CHANGED, DISPATCH_MULTIPLE_CARDS_FILTER_CHANGED_EVENT, DISPATCH_CARD_CREATED_EVENT } from '../scripts/html/bodyScript';
|
|
3
3
|
export const HTML_PLACEHOLDER = {
|
|
4
4
|
SCRIPT_UNIT: '<SCRIPT_UNIT>',
|
|
5
5
|
BODY: '<BODY_HTML_CODE>',
|
|
@@ -58,6 +58,8 @@ const htmlText = `
|
|
|
58
58
|
|
|
59
59
|
${LISTENERS.cardStatusChange}
|
|
60
60
|
|
|
61
|
+
${LISTENERS.cardCreated}
|
|
62
|
+
|
|
61
63
|
${LISTENERS.unitCounterpartyDeleted}
|
|
62
64
|
|
|
63
65
|
${LISTENERS.unitRequestExternalSdk}
|
|
@@ -68,6 +70,8 @@ const htmlText = `
|
|
|
68
70
|
|
|
69
71
|
${LISTENERS.unitActivityFiltersChanged}
|
|
70
72
|
|
|
73
|
+
${LISTENERS.unitMultipleCardsFiltersChanged}
|
|
74
|
+
|
|
71
75
|
${LISTENERS.unitMultiFactorAuthFinished}
|
|
72
76
|
|
|
73
77
|
${LISTENERS.unitUnauthorizedToken}
|
|
@@ -88,6 +92,10 @@ const htmlText = `
|
|
|
88
92
|
|
|
89
93
|
${DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT}
|
|
90
94
|
|
|
95
|
+
${DISPATCH_MULTIPLE_CARDS_FILTER_CHANGED_EVENT}
|
|
96
|
+
|
|
97
|
+
${DISPATCH_CARD_CREATED_EVENT}
|
|
98
|
+
|
|
91
99
|
${DISPATCH_REQUEST_ACCOUNT_ACTION}
|
|
92
100
|
|
|
93
101
|
${SET_ITEM_IN_WINDOW_UNIT_STORE}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","DISPATCH_RENDERING_EVENT","LISTENERS","POST_MESSAGE_TO_SDK","POST_PAGE_HEIGHT","DISPATCH_REQUEST_CARD_ACTION","DISPATCH_OPEN_ACTIONS_MENU","DISPATCH_REQUEST_ACCOUNT_ACTION","DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT","DISPATCH_REQUEST_SHOW_SENSITIVE_DATA","DISPATCH_REQUEST_HIDE_SENSITIVE_DATA","SET_ITEM_IN_WINDOW_UNIT_STORE","DISPATCH_EVENT_TO_CONTINUE","DISPATCH_CARD_STATUS_CHANGED","HTML_PLACEHOLDER","SCRIPT_UNIT","BODY","SCRIPT_FROM_NATIVE","WINDOW_PARAMS","FONT_FACES","htmlText","OS","isPageLoaded","onLoad","unitRequestDownload","requestRendering","requestOpenLink","requestCloseFlow","cardActivated","cardStatusChange","unitCounterpartyDeleted","unitRequestExternalSdk","unitOpenPlaid","unitAccountChanged","unitActivityFiltersChanged","unitMultiFactorAuthFinished","unitUnauthorizedToken"],"sourceRoot":"../../../src","sources":["webComponent/html.ts"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,cAAc;AACvC,SACEC,wBAAwB,EACxBC,SAAS,EACTC,mBAAmB,EACnBC,gBAAgB,EAChBC,4BAA4B,EAC5BC,0BAA0B,EAC1BC,+BAA+B,EAC/BC,sCAAsC,EACtCC,oCAAoC,EACpCC,oCAAoC,EACpCC,6BAA6B,EAC7BC,0BAA0B,EAC1BC,4BAA4B,
|
|
1
|
+
{"version":3,"names":["Platform","DISPATCH_RENDERING_EVENT","LISTENERS","POST_MESSAGE_TO_SDK","POST_PAGE_HEIGHT","DISPATCH_REQUEST_CARD_ACTION","DISPATCH_OPEN_ACTIONS_MENU","DISPATCH_REQUEST_ACCOUNT_ACTION","DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT","DISPATCH_REQUEST_SHOW_SENSITIVE_DATA","DISPATCH_REQUEST_HIDE_SENSITIVE_DATA","SET_ITEM_IN_WINDOW_UNIT_STORE","DISPATCH_EVENT_TO_CONTINUE","DISPATCH_CARD_STATUS_CHANGED","DISPATCH_MULTIPLE_CARDS_FILTER_CHANGED_EVENT","DISPATCH_CARD_CREATED_EVENT","HTML_PLACEHOLDER","SCRIPT_UNIT","BODY","SCRIPT_FROM_NATIVE","WINDOW_PARAMS","FONT_FACES","htmlText","OS","isPageLoaded","onLoad","unitRequestDownload","requestRendering","requestOpenLink","requestCloseFlow","cardActivated","cardStatusChange","cardCreated","unitCounterpartyDeleted","unitRequestExternalSdk","unitOpenPlaid","unitAccountChanged","unitActivityFiltersChanged","unitMultipleCardsFiltersChanged","unitMultiFactorAuthFinished","unitUnauthorizedToken"],"sourceRoot":"../../../src","sources":["webComponent/html.ts"],"mappings":"AAAA,SAASA,QAAQ,QAAQ,cAAc;AACvC,SACEC,wBAAwB,EACxBC,SAAS,EACTC,mBAAmB,EACnBC,gBAAgB,EAChBC,4BAA4B,EAC5BC,0BAA0B,EAC1BC,+BAA+B,EAC/BC,sCAAsC,EACtCC,oCAAoC,EACpCC,oCAAoC,EACpCC,6BAA6B,EAC7BC,0BAA0B,EAC1BC,4BAA4B,EAC5BC,4CAA4C,EAC5CC,2BAA2B,QACtB,4BAA4B;AAEnC,OAAO,MAAMC,gBAAgB,GAAG;EAC9BC,WAAW,EAAE,eAAe;EAC5BC,IAAI,EAAE,kBAAkB;EACxBC,kBAAkB,EAAE,sBAAsB;EAC1CC,aAAa,EAAE,iBAAiB;EAChCC,UAAU,EAAE;AACd,CAAC;AAED,MAAMC,QAAQ,GAAG;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAatB,QAAQ,CAACuB,EAAE;AACxB,qBAAqBvB,QAAQ,CAACuB,EAAE,KAAK,KAAK,GAAG,OAAO,GAAG,QAAQ;AAC/D;AACA,MAAMP,gBAAgB,CAACI,aAAa;AACpC;AACA;AACA;AACA;AACA,QAAQJ,gBAAgB,CAACK,UAAU;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAML,gBAAgB,CAACE,IAAI;AAC3B;AACA;AACA,QAAQf,mBAAmB;AAC3B;AACA,QAAQC,gBAAgB;AACxB;AACA,QAAQF,SAAS,CAACsB,YAAY;AAC9B;AACA,QAAQtB,SAAS,CAACuB,MAAM;AACxB;AACA,QAAQvB,SAAS,CAACwB,mBAAmB;AACrC;AACA,QAAQxB,SAAS,CAACyB,gBAAgB;AAClC;AACA,QAAQzB,SAAS,CAAC0B,eAAe;AACjC;AACA,QAAQ1B,SAAS,CAAC2B,gBAAgB;AAClC;AACA,QAAQ3B,SAAS,CAAC4B,aAAa;AAC/B;AACA,QAAQ5B,SAAS,CAAC6B,gBAAgB;AAClC;AACA,QAAQ7B,SAAS,CAAC8B,WAAW;AAC7B;AACA,QAAQ9B,SAAS,CAAC+B,uBAAuB;AACzC;AACA,QAAQ/B,SAAS,CAACgC,sBAAsB;AACxC;AACA,QAAQhC,SAAS,CAACiC,aAAa;AAC/B;AACA,QAAQjC,SAAS,CAACkC,kBAAkB;AACpC;AACA,QAAQlC,SAAS,CAACmC,0BAA0B;AAC5C;AACA,QAAQnC,SAAS,CAACoC,+BAA+B;AACjD;AACA,QAAQpC,SAAS,CAACqC,2BAA2B;AAC7C;AACA,QAAQrC,SAAS,CAACsC,qBAAqB;AACvC;AACA,QAAQvC,wBAAwB;AAChC;AACA,QAAQW,0BAA0B;AAClC;AACA,QAAQC,4BAA4B;AACpC;AACA,QAAQP,0BAA0B;AAClC;AACA,QAAQI,oCAAoC;AAC5C;AACA,QAAQD,oCAAoC;AAC5C;AACA,QAAQJ,4BAA4B;AACpC;AACA,QAAQG,sCAAsC;AAC9C;AACA,QAAQM,4CAA4C;AACpD;AACA,QAAQC,2BAA2B;AACnC;AACA,QAAQR,+BAA+B;AACvC;AACA,QAAQI,6BAA6B;AACrC;AACA,QAAQK,gBAAgB,CAACG,kBAAkB;AAC3C;AACA;AACA;AACA,CAAC;AAED,eAAeG,QAAQ","ignoreList":[]}
|
|
@@ -5,17 +5,19 @@ export interface UNACHCreditComponentProps {
|
|
|
5
5
|
theme?: string;
|
|
6
6
|
language?: string;
|
|
7
7
|
isAutoFocus?: boolean;
|
|
8
|
-
fee?: number;
|
|
9
8
|
withPlaid?: boolean;
|
|
9
|
+
sameDay?: boolean;
|
|
10
|
+
showSameDaySelection?: boolean;
|
|
10
11
|
onPaymentCreated?: (data: UNACHPayment) => void;
|
|
11
12
|
onInitialStageBackButtonClicked?: () => void;
|
|
12
13
|
onFinalStageDoneButtonClicked?: () => void;
|
|
13
14
|
onLoad?: (response: UNComponentsOnLoadResponse<UNACHOnLoadData>) => void;
|
|
14
|
-
sameDay?: boolean;
|
|
15
15
|
plaidAccountFilters?: UNPlaidAccountFilter[];
|
|
16
16
|
plaidLinkCustomizationName?: string;
|
|
17
17
|
initialStageBackButton?: boolean;
|
|
18
18
|
finalStageDoneButton?: boolean;
|
|
19
|
+
allowCounterpartyDelete?: boolean;
|
|
20
|
+
showAccountTypeSelector?: boolean;
|
|
19
21
|
}
|
|
20
22
|
declare const _default: (props: UNACHCreditComponentProps) => JSX.Element;
|
|
21
23
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNACHCreditComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHCreditComponent/UNACHCreditComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EACV,0BAA0B,EAE1B,eAAe,EAEf,oBAAoB,EACpB,YAAY,
|
|
1
|
+
{"version":3,"file":"UNACHCreditComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHCreditComponent/UNACHCreditComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EACV,0BAA0B,EAE1B,eAAe,EAEf,oBAAoB,EACpB,YAAY,EAEb,MAAM,oBAAoB,CAAC;AA6B5B,MAAM,WAAW,yBAAyB;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAChD,+BAA+B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7C,6BAA6B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACzE,mBAAmB,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC7C,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;;AA6ID,wBAA+E"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { UNACHCreditComponentProps } from './UNACHCreditComponent';
|
|
2
2
|
import type WebView from 'react-native-webview';
|
|
3
3
|
import type { LinkSuccess } from 'react-native-plaid-link-sdk';
|
|
4
|
+
import { UNCounterparty } from '../../types/shared';
|
|
4
5
|
export declare const getACHCreditParams: (props: UNACHCreditComponentProps) => string;
|
|
5
6
|
export declare const getACHCreditScript: (appPackageName?: string) => string;
|
|
6
7
|
export declare const injectUnitPlaidResponse: (currentWeb: WebView | null, success: LinkSuccess) => void;
|
|
8
|
+
export declare const injectRequestCounterpartyDeletedScript: (currentWeb: WebView | null, counterparty: UNCounterparty) => void;
|
|
7
9
|
//# sourceMappingURL=UNACHCreditComponent.utils.d.ts.map
|
package/lib/typescript/src/components/UNACHCreditComponent/UNACHCreditComponent.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNACHCreditComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHCreditComponent/UNACHCreditComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"UNACHCreditComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHCreditComponent/UNACHCreditComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACxE,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAE/D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,eAAO,MAAM,kBAAkB,UAAW,yBAAyB,WAkBlE,CAAC;AAEF,eAAO,MAAM,kBAAkB,oBAAqB,MAAM,WAWzD,CAAC;AAEF,eAAO,MAAM,uBAAuB,eAAgB,OAAO,GAAG,IAAI,WAAW,WAAW,SAGvF,CAAC;AAEF,eAAO,MAAM,sCAAsC,eAAgB,OAAO,GAAG,IAAI,gBAAgB,cAAc,SAE9G,CAAC"}
|
|
@@ -5,16 +5,17 @@ export interface UNACHDebitComponentProps {
|
|
|
5
5
|
theme?: string;
|
|
6
6
|
language?: string;
|
|
7
7
|
isAutoFocus?: boolean;
|
|
8
|
-
|
|
8
|
+
sameDay?: boolean;
|
|
9
|
+
showSameDaySelection?: boolean;
|
|
9
10
|
onPaymentCreated?: (data: UNACHPayment) => void;
|
|
10
11
|
onLoad?: (response: UNComponentsOnLoadResponse<UNACHOnLoadData>) => void;
|
|
11
12
|
onInitialStageBackButtonClicked?: () => void;
|
|
12
13
|
onFinalStageDoneButtonClicked?: () => void;
|
|
13
|
-
sameDay?: boolean;
|
|
14
14
|
plaidAccountFilters?: UNPlaidAccountFilter[];
|
|
15
15
|
plaidLinkCustomizationName?: string;
|
|
16
16
|
initialStageBackButton?: boolean;
|
|
17
17
|
finalStageDoneButton?: boolean;
|
|
18
|
+
allowCounterpartyDelete?: boolean;
|
|
18
19
|
}
|
|
19
20
|
declare const _default: (props: UNACHDebitComponentProps) => JSX.Element;
|
|
20
21
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNACHDebitComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHDebitComponent/UNACHDebitComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EACV,0BAA0B,EAG1B,eAAe,EACf,YAAY,EACZ,oBAAoB,
|
|
1
|
+
{"version":3,"file":"UNACHDebitComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHDebitComponent/UNACHDebitComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EACV,0BAA0B,EAG1B,eAAe,EACf,YAAY,EACZ,oBAAoB,EAErB,MAAM,oBAAoB,CAAC;AA6B5B,MAAM,WAAW,wBAAwB;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAChD,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACzE,+BAA+B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7C,6BAA6B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3C,mBAAmB,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC7C,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;;AA6ID,wBAA6E"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { UNACHDebitComponentProps } from './UNACHDebitComponent';
|
|
2
2
|
import type WebView from 'react-native-webview';
|
|
3
3
|
import type { LinkSuccess } from 'react-native-plaid-link-sdk';
|
|
4
|
+
import { UNCounterparty } from '../../types/shared';
|
|
4
5
|
export declare const getACHDebitParams: (props: UNACHDebitComponentProps) => string;
|
|
5
6
|
export declare const getACHDebitScript: (androidPackageName?: string) => string;
|
|
6
7
|
export declare const injectUnitPlaidResponse: (currentWeb: WebView | null, success: LinkSuccess) => void;
|
|
8
|
+
export declare const injectRequestCounterpartyDeletedScript: (currentWeb: WebView | null, counterparty: UNCounterparty) => void;
|
|
7
9
|
//# sourceMappingURL=UNACHDebitComponent.utils.d.ts.map
|
package/lib/typescript/src/components/UNACHDebitComponent/UNACHDebitComponent.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNACHDebitComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHDebitComponent/UNACHDebitComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"UNACHDebitComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNACHDebitComponent/UNACHDebitComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,eAAO,MAAM,iBAAiB,UAAW,wBAAwB,WAgBhE,CAAC;AAEF,eAAO,MAAM,iBAAiB,wBAAyB,MAAM,WAW5D,CAAC;AAEF,eAAO,MAAM,uBAAuB,eAAgB,OAAO,GAAG,IAAI,WAAW,WAAW,SAGvF,CAAC;AAEF,eAAO,MAAM,sCAAsC,eAAgB,OAAO,GAAG,IAAI,gBAAgB,cAAc,SAE9G,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { UNAccount, UNAccountMenuAction, UNAccountMenuItem, UNCreditAccount, UNComponentsOnLoadResponse } from '../../types/shared';
|
|
2
|
+
import type { UNAccount, UNAccountMenuAction, UNAccountMenuItem, UNCreditAccount, UNComponentsOnLoadResponse, UNAccountStatusPosition } from '../../types/shared';
|
|
3
3
|
export interface UNAccountComponentProps {
|
|
4
4
|
accountId?: string;
|
|
5
5
|
menuItems?: UNAccountMenuItem[];
|
|
@@ -8,6 +8,7 @@ export interface UNAccountComponentProps {
|
|
|
8
8
|
hideActionsMenuButton?: boolean;
|
|
9
9
|
hideSelectionMenuButton?: boolean;
|
|
10
10
|
hideAccountStatus?: boolean;
|
|
11
|
+
accountStatusPosition?: UNAccountStatusPosition;
|
|
11
12
|
hideAccountDetails?: boolean;
|
|
12
13
|
hideAccountButtons?: boolean;
|
|
13
14
|
hideAccountCtaBanner?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNAccountComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNAccountComponent/UNAccountComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAkBhF,OAAO,KAAK,EACV,SAAS,EACT,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EAEf,0BAA0B,
|
|
1
|
+
{"version":3,"file":"UNAccountComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNAccountComponent/UNAccountComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAkBhF,OAAO,KAAK,EACV,SAAS,EACT,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EAEf,0BAA0B,EAE1B,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAgB5B,MAAM,WAAW,uBAAuB;IAEtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAGhC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,qBAAqB,CAAC,EAAE,uBAAuB,CAAC;IAChD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,6BAA6B,CAAC,EAAE,OAAO,CAAC;IAGxC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,IAAI,CAAC;IACrE,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IAChD,2BAA2B,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,CAAC;CAClE;AAED,MAAM,WAAW,YAAY;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,UAAU,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAClD,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,oBAAY,eAAe;IACzB,IAAI,iBAAiB;IACrB,IAAI,iBAAiB;CACtB;;AAqHD,wBAAyG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UNAccountAction, UNAccountComponentProps } from './UNAccountComponent';
|
|
2
2
|
import { RequestRefreshEvent, RequestRenderingEvent } from '../../messages/webMessages/unitComponentsMessages';
|
|
3
3
|
import type WebView from 'react-native-webview';
|
|
4
|
-
import type
|
|
4
|
+
import { type UNAccountMenuAction } from '../../types/shared';
|
|
5
5
|
export declare const getAccountParams: (props: UNAccountComponentProps) => string;
|
|
6
6
|
export declare const getAccountScript: () => string;
|
|
7
7
|
export declare const injectOpenActionsMenuScript: (currentWeb: WebView | null) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNAccountComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNAccountComponent/UNAccountComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC/G,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"UNAccountComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNAccountComponent/UNAccountComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC/G,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAA2B,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAKvF,eAAO,MAAM,gBAAgB,UAAW,uBAAuB,WAiB9D,CAAC;AAEF,eAAO,MAAM,gBAAgB,cAK5B,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,OAAO,GAAG,IAAI,SAErE,CAAC;AAEF,eAAO,MAAM,gCAAgC,eAAgB,OAAO,GAAG,IAAI,UAAU,mBAAmB,SAEvG,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAAgB,OAAO,GAAG,IAAI,uBAAuB,mBAAmB,GAAG,IAAI,SAIrH,CAAC;AAEF,eAAO,MAAM,oBAAoB,qBAAsB,qBAAqB,oBAE3E,CAAC"}
|
|
@@ -4,5 +4,5 @@ import type { UNActivityComponentProps } from './UNActivityComponent';
|
|
|
4
4
|
export declare const getActivityParams: (props: UNActivityComponentProps) => string;
|
|
5
5
|
export declare const getActivityScript: () => string;
|
|
6
6
|
export declare const injectRefreshEventIfNeeded: (currentWeb: WebView | null, requestRefreshEvent: RequestRefreshEvent | null) => void;
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const injectActivityFiltersChanged: (currentWeb: WebView | null, query: string) => void;
|
|
8
8
|
//# sourceMappingURL=UNActivityComponent.utils.d.ts.map
|
package/lib/typescript/src/components/UNActivityComponent/UNActivityComponent.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNActivityComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNActivityComponent/UNActivityComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAGtE,eAAO,MAAM,iBAAiB,UAAW,wBAAwB,WAehE,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAE7B,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAAgB,OAAO,GAAG,IAAI,uBAAuB,mBAAmB,GAAG,IAAI,SAIrH,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"UNActivityComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNActivityComponent/UNActivityComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAGtE,eAAO,MAAM,iBAAiB,UAAW,wBAAwB,WAehE,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAE7B,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAAgB,OAAO,GAAG,IAAI,uBAAuB,mBAAmB,GAAG,IAAI,SAIrH,CAAC;AAEF,eAAO,MAAM,4BAA4B,eAAgB,OAAO,GAAG,IAAI,SAAS,MAAM,SAErF,CAAC"}
|
package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.d.ts
CHANGED
|
@@ -5,4 +5,9 @@ export declare const statusBarHeight: number;
|
|
|
5
5
|
export declare const isAndroid10AndAbove: boolean;
|
|
6
6
|
export declare const fullScreenHeight: number;
|
|
7
7
|
export declare const overFullScreenHeight: number;
|
|
8
|
+
export declare const TOP_PADDING = 48;
|
|
9
|
+
export declare const BOTTOM_PADDING = 24;
|
|
10
|
+
export declare const LEFT_PADDING = 24;
|
|
11
|
+
export declare const RIGHT_PADDING = 24;
|
|
12
|
+
export declare const VERTICAL_PADDING: number;
|
|
8
13
|
//# sourceMappingURL=UNBottomSheetComponent.constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNBottomSheetComponent.constants.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4CAA4C,MAAM,CAAC;AAEhE,eAAO,MAAM,sBAAsB,QAA+B,CAAC;AAGnE,eAAO,MAAM,kBAAkB,QAAyC,CAAC;AAEzE,eAAO,MAAM,eAAe,QAA0E,CAAC;AAGvG,eAAO,MAAM,mBAAmB,SAAsD,CAAC;AAEvF,eAAO,MAAM,gBAAgB,QAGQ,CAAC;AAEtC,eAAO,MAAM,oBAAoB,QAAiF,CAAC"}
|
|
1
|
+
{"version":3,"file":"UNBottomSheetComponent.constants.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNBottomSheetComponent/UNBottomSheetComponent.constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4CAA4C,MAAM,CAAC;AAEhE,eAAO,MAAM,sBAAsB,QAA+B,CAAC;AAGnE,eAAO,MAAM,kBAAkB,QAAyC,CAAC;AAEzE,eAAO,MAAM,eAAe,QAA0E,CAAC;AAGvG,eAAO,MAAM,mBAAmB,SAAsD,CAAC;AAEvF,eAAO,MAAM,gBAAgB,QAGQ,CAAC;AAEtC,eAAO,MAAM,oBAAoB,QAAiF,CAAC;AAEnH,eAAO,MAAM,WAAW,KAAK,CAAC;AAC9B,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,aAAa,KAAK,CAAC;AAChC,eAAO,MAAM,gBAAgB,QAA+B,CAAC"}
|
package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type WebView from 'react-native-webview';
|
|
2
2
|
import type { RequestRenderingEvent } from '../../messages/webMessages/unitComponentsMessages';
|
|
3
|
-
import { BottomSheetNativeACHCreditComponentType, BottomSheetNativeACHDebitComponentType, BottomSheetNativeAddToWalletComponentType, BottomSheetNativeBookPaymentComponentType, BottomSheetNativeCheckDepositComponentType, BottomSheetNativePlaceType, BottomSheetNativeWirePaymentComponentType, BottomSheetSlotData } from '../../types/internal/bottomSheet.types';
|
|
3
|
+
import { BottomSheetNativeACHCreditComponentType, BottomSheetNativeACHDebitComponentType, BottomSheetNativeAddToWalletComponentType, BottomSheetNativeBookPaymentComponentType, BottomSheetNativeCheckDepositComponentType, BottomSheetNativeCreateCardComponentType, BottomSheetNativePlaceType, BottomSheetNativeWirePaymentComponentType, BottomSheetSlotData } from '../../types/internal/bottomSheet.types';
|
|
4
4
|
export declare const getBottomSheetScript: () => string;
|
|
5
5
|
export declare const renderingBottomSheetRequest: (currentWebView: WebView, renderingRequest: RequestRenderingEvent) => void;
|
|
6
6
|
export declare const resetHtml: (currentWebView: WebView) => void;
|
|
7
7
|
export declare const injectHtmlFullScreenHeight: (currentWebView: WebView | null, bottomSheetHeight: number) => void;
|
|
8
8
|
export declare const getNativeComponentDataFromEvent: (event: BottomSheetSlotData) => {
|
|
9
|
-
component: BottomSheetNativeAddToWalletComponentType | BottomSheetNativeACHCreditComponentType | BottomSheetNativeACHDebitComponentType | BottomSheetNativeCheckDepositComponentType | BottomSheetNativeBookPaymentComponentType | BottomSheetNativeWirePaymentComponentType;
|
|
9
|
+
component: BottomSheetNativeAddToWalletComponentType | BottomSheetNativeACHCreditComponentType | BottomSheetNativeACHDebitComponentType | BottomSheetNativeCheckDepositComponentType | BottomSheetNativeBookPaymentComponentType | BottomSheetNativeWirePaymentComponentType | BottomSheetNativeCreateCardComponentType;
|
|
10
10
|
nativePlace: BottomSheetNativePlaceType.overFullScreen | BottomSheetNativePlaceType.modal;
|
|
11
11
|
} | null;
|
|
12
12
|
//# sourceMappingURL=UNBottomSheetComponent.utils.d.ts.map
|
package/lib/typescript/src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNBottomSheetComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAE/F,OAAO,EACL,uCAAuC,EACvC,sCAAsC,EACtC,yCAAyC,EACzC,yCAAyC,EACzC,0CAA0C,EAE1C,0BAA0B,EAC1B,yCAAyC,EACzC,mBAAmB,EACpB,MAAM,wCAAwC,CAAC;AAIhD,eAAO,MAAM,oBAAoB,cAEhC,CAAC;AAEF,eAAO,MAAM,2BAA2B,mBAAoB,OAAO,oBAAoB,qBAAqB,SAK3G,CAAC;AAEF,eAAO,MAAM,SAAS,mBAAoB,OAAO,SAKhD,CAAC;AAEF,eAAO,MAAM,0BAA0B,mBAAoB,OAAO,GAAG,IAAI,qBAAqB,MAAM,SAInG,CAAC;
|
|
1
|
+
{"version":3,"file":"UNBottomSheetComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNBottomSheetComponent/UNBottomSheetComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAE/F,OAAO,EACL,uCAAuC,EACvC,sCAAsC,EACtC,yCAAyC,EACzC,yCAAyC,EACzC,0CAA0C,EAE1C,wCAAwC,EACxC,0BAA0B,EAC1B,yCAAyC,EACzC,mBAAmB,EACpB,MAAM,wCAAwC,CAAC;AAIhD,eAAO,MAAM,oBAAoB,cAEhC,CAAC;AAEF,eAAO,MAAM,2BAA2B,mBAAoB,OAAO,oBAAoB,qBAAqB,SAK3G,CAAC;AAEF,eAAO,MAAM,SAAS,mBAAoB,OAAO,SAKhD,CAAC;AAEF,eAAO,MAAM,0BAA0B,mBAAoB,OAAO,GAAG,IAAI,qBAAqB,MAAM,SAInG,CAAC;AA8MF,eAAO,MAAM,+BAA+B,UAAW,mBAAmB;;;QAqDzE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNBottomSheetNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.tsx"],"names":[],"mappings":";AACA,OAAO,EAEL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;
|
|
1
|
+
{"version":3,"file":"UNBottomSheetNativeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/UNBottomSheetComponent/components/UNBottomSheetNativeComponent/UNBottomSheetNativeComponent.tsx"],"names":[],"mappings":";AACA,OAAO,EAEL,mBAAmB,EAEpB,MAAM,8CAA8C,CAAC;AAetD,MAAM,WAAW,iCAAiC;IAChD,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;AAED,QAAA,MAAM,4BAA4B,UAAW,iCAAiC,gBA2H7E,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNBottomSheetSlotComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.tsx"],"names":[],"mappings":";AACA,OAAO,EAAoB,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAUnG,OAAO,EACL,qBAAqB,EAEtB,MAAM,yDAAyD,CAAC;
|
|
1
|
+
{"version":3,"file":"UNBottomSheetSlotComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/UNBottomSheetComponent/components/UNBottomSheetSlotComponent/UNBottomSheetSlotComponent.tsx"],"names":[],"mappings":";AACA,OAAO,EAAoB,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAUnG,OAAO,EACL,qBAAqB,EAEtB,MAAM,yDAAyD,CAAC;AA0BjE,MAAM,WAAW,+BAA+B;IAC9C,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,aAAa,CAAC,EAAE,gBAAgB,CAAC;IACjC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,QAAA,MAAM,0BAA0B,UAAW,+BAA+B,gBAiMzE,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -11,6 +11,8 @@ export interface UNCardComponentProps {
|
|
|
11
11
|
hideActionsMenuButton?: boolean;
|
|
12
12
|
hideCardTitle?: boolean;
|
|
13
13
|
hideSensitiveDataButton?: boolean;
|
|
14
|
+
showCardTypeSubtitle?: boolean;
|
|
15
|
+
showCardHolderSubtitle?: boolean;
|
|
14
16
|
onLoad?: (response: UNComponentsOnLoadResponse<UNCard>) => void;
|
|
15
17
|
onStatusChanged?: (card: UNCard) => void;
|
|
16
18
|
onCardActivated?: (card: UNCard) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNCardComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCardComponent/UNCardComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAchF,OAAO,EAAE,0BAA0B,EAAE,MAAM,EAAqB,gBAAgB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAE7H,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAkB7C,MAAM,WAAW,oBAAoB;IAEnC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAG7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"UNCardComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCardComponent/UNCardComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAchF,OAAO,EAAE,0BAA0B,EAAE,MAAM,EAAqB,gBAAgB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAE7H,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAkB7C,MAAM,WAAW,oBAAoB;IAEnC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAG7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAGjC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAChE,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC9C,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,OAAO,aAAa,CAAC;CAC/C;AAED,MAAM,WAAW,OAAO;IACtB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,UAAU,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC/C,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B;;AAiJD,wBAA8F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNCardComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCardComponent/UNCardComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAI3D,eAAO,MAAM,aAAa,UAAW,oBAAoB,
|
|
1
|
+
{"version":3,"file":"UNCardComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCardComponent/UNCardComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAI3D,eAAO,MAAM,aAAa,UAAW,oBAAoB,WAexD,CAAC;AAEF,eAAO,MAAM,aAAa,cAEzB,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,OAAO,GAAG,IAAI,SAErE,CAAC;AAEF,eAAO,MAAM,6BAA6B,eAAgB,OAAO,GAAG,IAAI,UAAU,gBAAgB,SAEjG,CAAC;AAEF,eAAO,MAAM,oCAAoC,eAAgB,OAAO,GAAG,IAAI,SAE9E,CAAC;AAEF,eAAO,MAAM,oCAAoC,eAAgB,OAAO,GAAG,IAAI,SAE9E,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAAgB,OAAO,GAAG,IAAI,uBAAuB,mBAAmB,GAAG,IAAI,UAAU,MAAM,SAIrI,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UNCard, UNComponentsOnLoadResponse } from '../../types/shared';
|
|
3
|
+
import { UNCreateCardComponentResources, UNCreateCardType } from '../../types/shared/createCard.types';
|
|
4
|
+
export interface UNCreateCardComponentProps {
|
|
5
|
+
accountId?: string;
|
|
6
|
+
cardTypes: UNCreateCardType[];
|
|
7
|
+
virtualCardFee?: number;
|
|
8
|
+
physicalCardFee?: number;
|
|
9
|
+
theme?: string;
|
|
10
|
+
language?: string;
|
|
11
|
+
onLoad?: (response: UNComponentsOnLoadResponse<UNCreateCardComponentResources>) => void;
|
|
12
|
+
onCardCreated?: (cardData: UNCard) => void;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: (props: UNCreateCardComponentProps) => JSX.Element;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=UNCreateCardComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UNCreateCardComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCreateCardComponent/UNCreateCardComponent.tsx"],"names":[],"mappings":";AASA,OAAO,EAAE,MAAM,EAAqB,0BAA0B,EAAkC,MAAM,oBAAoB,CAAC;AAE3H,OAAO,EAAE,8BAA8B,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAC;AAKvG,MAAM,WAAW,0BAA0B;IAEzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,8BAA8B,CAAC,KAAK,IAAI,CAAA;IACvF,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;CAC3C;;AA+DD,wBAAiF"}
|
package/lib/typescript/src/components/UNCreateCardComponent/UNCreateCardComponent.utils.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UNCreateCardComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCreateCardComponent/UNCreateCardComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAErE,eAAO,MAAM,mBAAmB,UAAW,0BAA0B,WAWpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNCreateCardComponent/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC"}
|
package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export interface UNMultipleCardsComponentProps {
|
|
|
4
4
|
paginationType?: UNMultipleCardsComponentPaginationType;
|
|
5
5
|
cardsPerPage?: number;
|
|
6
6
|
disableCardClick?: boolean;
|
|
7
|
+
isRowItemClickable?: boolean;
|
|
8
|
+
showSeeAllCardsLink?: boolean;
|
|
7
9
|
theme?: string;
|
|
8
10
|
language?: string;
|
|
9
11
|
queryFilter?: string;
|
package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNMultipleCardsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.tsx"],"names":[],"mappings":";AAcA,OAAO,KAAK,EACV,MAAM,EAEN,sCAAsC,EACtC,yBAAyB,EACzB,0BAA0B,EAE3B,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"UNMultipleCardsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.tsx"],"names":[],"mappings":";AAcA,OAAO,KAAK,EACV,MAAM,EAEN,sCAAsC,EACtC,yBAAyB,EACzB,0BAA0B,EAE3B,MAAM,oBAAoB,CAAC;AAY5B,MAAM,WAAW,6BAA6B;IAE5C,cAAc,CAAC,EAAE,sCAAsC,CAAC;IACxD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,yBAAyB,CAAC,KAAK,IAAI,CAAC;IACnF,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;;AA2GD,wBAAuF"}
|
package/lib/typescript/src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import type { UNMultipleCardsComponentProps } from './UNMultipleCardsComponent';
|
|
2
|
+
import WebView from 'react-native-webview';
|
|
3
|
+
import { UNCard } from '../../types/shared';
|
|
2
4
|
export declare const getMultipleCardsParams: (props: UNMultipleCardsComponentProps) => string;
|
|
3
5
|
export declare const getMultipleCardsScript: () => string;
|
|
6
|
+
export declare const injectMultipleCardsFiltersChanged: (currentWeb: WebView | null, query: string) => void;
|
|
7
|
+
export declare const injectCardCreated: (currentWeb: WebView | null, card: string) => void;
|
|
8
|
+
export declare const injectCardStatusChangedEvent: (currentWeb: WebView | null, card: UNCard | null) => void;
|
|
4
9
|
//# sourceMappingURL=UNMultipleCardsComponent.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNMultipleCardsComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"UNMultipleCardsComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNMultipleCardsComponent/UNMultipleCardsComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAEhF,OAAO,OAAO,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,eAAO,MAAM,sBAAsB,UAAW,6BAA6B,WAe1E,CAAC;AAeF,eAAO,MAAM,sBAAsB,cAIlC,CAAC;AAEF,eAAO,MAAM,iCAAiC,eAAgB,OAAO,GAAG,IAAI,SAAS,MAAM,SAE1F,CAAC;AAEF,eAAO,MAAM,iBAAiB,eAAgB,OAAO,GAAG,IAAI,QAAQ,MAAM,SAEzE,CAAC;AAEF,eAAO,MAAM,4BAA4B,eAAgB,OAAO,GAAG,IAAI,QAAQ,MAAM,GAAG,IAAI,SAE3F,CAAC"}
|
package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export interface UNPayeeManagementComponentProps {
|
|
|
9
9
|
language?: string;
|
|
10
10
|
hideTitle?: boolean;
|
|
11
11
|
hideCounterpartyActionsButton?: boolean;
|
|
12
|
+
showAccountTypeSelector?: boolean;
|
|
12
13
|
menuPlaceholder?: string;
|
|
13
14
|
flowPlaceholder?: string;
|
|
14
15
|
payeeCreationPlaceholder?: string;
|
package/lib/typescript/src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNPayeeManagementComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.tsx"],"names":[],"mappings":";AAUA,OAAO,EACL,kBAAkB,EAClB,cAAc,EAEd,0BAA0B,EAC1B,wCAAwC,EACxC,yBAAyB,EACzB,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAc5B,MAAM,WAAW,+BAA+B;IAE9C,SAAS,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,wCAAwC,CAAC;IAC1D,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"UNPayeeManagementComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.tsx"],"names":[],"mappings":";AAUA,OAAO,EACL,kBAAkB,EAClB,cAAc,EAEd,0BAA0B,EAC1B,wCAAwC,EACxC,yBAAyB,EACzB,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAc5B,MAAM,WAAW,+BAA+B;IAE9C,SAAS,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,wCAAwC,CAAC;IAC1D,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAE3C,mBAAmB,CAAC,EAAE,oBAAoB,EAAE,CAAC;IAC7C,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAGpC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,CAAC,cAAc,CAAC,CAAC,KAAK,IAAI,CAAC;IAC1E,qBAAqB,CAAC,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IAC/D,qBAAqB,CAAC,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IAE/D,yBAAyB,CAAC,EAAE,CAAC,gBAAgB,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC3E,+BAA+B,CAAC,EAAE,CAAC,eAAe,EAAE,cAAc,KAAK,IAAI,CAAC;IAC5E,gCAAgC,CAAC,EAAE,CAAC,gBAAgB,EAAE,kBAAkB,KAAK,IAAI,CAAC;CACnF;;AA0HD,wBAA2F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNPayeeManagementComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,eAAO,MAAM,cAAc,UAAW,+BAA+B,
|
|
1
|
+
{"version":3,"file":"UNPayeeManagementComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNPayeeManagementComponent/UNPayeeManagementComponent.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE9D,OAAO,EAAE,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,eAAO,MAAM,cAAc,UAAW,+BAA+B,WA8BpE,CAAC;AAEF,eAAO,MAAM,wBAAwB,cAapC,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,OAAO,GAAG,IAAI,SAErE,CAAC;AAEF,eAAO,MAAM,gCAAgC,eAAgB,OAAO,GAAG,IAAI,UAAU,mBAAmB,SAEvG,CAAC;AAEF,eAAO,MAAM,0BAA0B,eAAgB,OAAO,GAAG,IAAI,uBAAuB,mBAAmB,GAAG,IAAI,SAIrH,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAAgB,OAAO,GAAG,IAAI,iBAAiB,cAAc,SAE5F,CAAC;AAEF,eAAO,MAAM,uBAAuB,eAAgB,OAAO,GAAG,IAAI,WAAW,WAAW,SAGvF,CAAC;AAEF,eAAO,MAAM,mBAAmB,eAAgB,OAAO,GAAG,IAAI,kBAAkB,SAAS,GAAG,IAAI,GAAG,SAAS,SAQ3G,CAAC"}
|
package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNWirePaymentComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNWirePaymentComponent/UNWirePaymentComponent.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,SAAS,EAAqB,0BAA0B,EAAkC,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAU7I,MAAM,WAAW,2BAA2B;IAE1C,SAAS,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"UNWirePaymentComponent.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNWirePaymentComponent/UNWirePaymentComponent.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,SAAS,EAAqB,0BAA0B,EAAkC,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAU7I,MAAM,WAAW,2BAA2B;IAE1C,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAG/B,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IACjD,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,IAAI,CAAC;IACrE,+BAA+B,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7C,6BAA6B,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5C;;AA0ED,wBAAmF"}
|
package/lib/typescript/src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UNWirePaymentComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAEvE,eAAO,MAAM,oBAAoB,UAAW,2BAA2B,
|
|
1
|
+
{"version":3,"file":"UNWirePaymentComponent.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/UNWirePaymentComponent/UNWirePaymentComponent.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAEvE,eAAO,MAAM,oBAAoB,UAAW,2BAA2B,WAQtE,CAAC;AAEF,eAAO,MAAM,oBAAoB,cAMhC,CAAC"}
|
|
@@ -14,4 +14,5 @@ export * from './UNPayeeManagementComponent';
|
|
|
14
14
|
export * from './UNWirePaymentComponent';
|
|
15
15
|
export * from './UNMultiFactorAuthenticationComponent';
|
|
16
16
|
export * from './UNCardActionComponent';
|
|
17
|
+
export * from './UNCreateCardComponent';
|
|
17
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { UNCard } from '../../types/shared';
|
|
2
2
|
export declare enum CardMessage {
|
|
3
3
|
CARD_ACTIVATED = "unitCardActivated",
|
|
4
|
-
CARD_STATUS_CHANGED = "unitCardStatusChanged"
|
|
4
|
+
CARD_STATUS_CHANGED = "unitCardStatusChanged",
|
|
5
|
+
CARD_CREATED = "unitCardCreated"
|
|
5
6
|
}
|
|
6
7
|
export interface CardStatusChangedEvent {
|
|
7
8
|
card: UNCard;
|
|
@@ -9,5 +10,6 @@ export interface CardStatusChangedEvent {
|
|
|
9
10
|
export interface CardActivatedEvent {
|
|
10
11
|
card: UNCard;
|
|
11
12
|
}
|
|
12
|
-
export type
|
|
13
|
+
export type CardCreatedEvent = UNCard;
|
|
14
|
+
export type CardEvent = CardStatusChangedEvent | CardActivatedEvent | CardCreatedEvent;
|
|
13
15
|
//# sourceMappingURL=cardMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cardMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/cardMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD,oBAAY,WAAW;IACrB,cAAc,sBAAsB;IACpC,mBAAmB,0BAA0B;
|
|
1
|
+
{"version":3,"file":"cardMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/cardMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD,oBAAY,WAAW;IACrB,cAAc,sBAAsB;IACpC,mBAAmB,0BAA0B;IAC7C,YAAY,oBAAoB;CAEjC;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,MAAM,MAAM,SAAS,GACjB,sBAAsB,GACtB,kBAAkB,GAClB,gBAAgB,CAAA"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { UNCard } from '../../types/shared';
|
|
2
2
|
export declare enum MultipleCardsMessage {
|
|
3
|
-
UNIT_MULTIPLE_CARDS_CARD_CLICKED = "unitMultipleCardsCardClicked"
|
|
3
|
+
UNIT_MULTIPLE_CARDS_CARD_CLICKED = "unitMultipleCardsCardClicked",
|
|
4
|
+
UNIT_MULTIPLE_CARDS_FILTERS_CHANGED = "unitMultipleCardsFiltersChanged"
|
|
4
5
|
}
|
|
5
6
|
export type MultipleCardsCardClickedEvent = UNCard;
|
|
6
|
-
export type
|
|
7
|
+
export type MultipleCardsFiltersChangedEvent = string;
|
|
8
|
+
export type MultipleCardsEvent = MultipleCardsCardClickedEvent | MultipleCardsFiltersChangedEvent;
|
|
7
9
|
//# sourceMappingURL=multipleCardsMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multipleCardsMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/multipleCardsMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD,oBAAY,oBAAoB;IAC9B,gCAAgC,iCAAiC;
|
|
1
|
+
{"version":3,"file":"multipleCardsMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/multipleCardsMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEjD,oBAAY,oBAAoB;IAC9B,gCAAgC,iCAAiC;IACjE,mCAAmC,oCAAoC;CACxE;AAED,MAAM,MAAM,6BAA6B,GAAG,MAAM,CAAC;AACnD,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG,6BAA6B,GAAG,gCAAgC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UNAccount, UNCard, UNComponentsError, UNComponentsOnLoadResponseData, UNAuthorization, UNCounterparty, UNTransaction } from '../../types/shared';
|
|
1
|
+
import type { UNAccount, UNCard, UNComponentsError, UNComponentsOnLoadResponseData, UNAuthorization, UNCounterparty, UNTransaction, UNCreateCardComponentResources } from '../../types/shared';
|
|
2
2
|
export declare enum RESPONSE_KEYS {
|
|
3
3
|
errors = "errors",
|
|
4
4
|
card = "cardResult",
|
|
@@ -9,7 +9,8 @@ export declare enum RESPONSE_KEYS {
|
|
|
9
9
|
authorizations = "authorizationsResult",
|
|
10
10
|
repayment = "repaymentResult",
|
|
11
11
|
accountCards = "accountCardsResult",
|
|
12
|
-
counterpartiesResult = "counterpartiesResult"
|
|
12
|
+
counterpartiesResult = "counterpartiesResult",
|
|
13
|
+
createCardResult = "createCardResult"
|
|
13
14
|
}
|
|
14
15
|
export type CardsOnLoadResponse = {
|
|
15
16
|
[RESPONSE_KEYS.cards]: UNComponentsOnLoadResponseData<[UNCard]>;
|
|
@@ -34,6 +35,9 @@ export type ActivityOnLoadResponse = {
|
|
|
34
35
|
export type PayeeManagementOnLoadResponse = {
|
|
35
36
|
[RESPONSE_KEYS.counterpartiesResult]: UNComponentsOnLoadResponseData<[UNCounterparty]>;
|
|
36
37
|
};
|
|
37
|
-
export type
|
|
38
|
+
export type CreateCardOnLoadResponse = {
|
|
39
|
+
[RESPONSE_KEYS.createCardResult]: UNComponentsOnLoadResponseData<UNCreateCardComponentResources>;
|
|
40
|
+
};
|
|
41
|
+
export type UnitOnLoadResponseSuccessData = CardOnLoadResponse | CardsOnLoadResponse | ACHOnLoadResponse | AccountsOnLoadResponse | AccountOnLoadResponse | ActivityOnLoadResponse | PayeeManagementOnLoadResponse | CreateCardOnLoadResponse;
|
|
38
42
|
export type UnitOnLoadResponseEvent = UNComponentsError | UnitOnLoadResponseSuccessData;
|
|
39
43
|
//# sourceMappingURL=onLoadMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onLoadMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/onLoadMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,SAAS,EACT,MAAM,EACN,iBAAiB,EACjB,8BAA8B,EAC9B,eAAe,EACf,cAAc,EACd,aAAa,
|
|
1
|
+
{"version":3,"file":"onLoadMessage.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/onLoadMessage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,SAAS,EACT,MAAM,EACN,iBAAiB,EACjB,8BAA8B,EAC9B,eAAe,EACf,cAAc,EACd,aAAa,EACb,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,oBAAY,aAAa;IACvB,MAAM,WAAW;IACjB,IAAI,eAAe;IACnB,KAAK,gBAAgB;IACrB,OAAO,kBAAkB;IACzB,mBAAmB,uBAAuB;IAC1C,YAAY,uBAAuB;IACnC,cAAc,yBAAyB;IACvC,SAAS,oBAAoB;IAC7B,YAAY,uBAAuB;IACnC,oBAAoB,yBAAyB;IAC7C,gBAAgB,qBAAqB;CACtC;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAA;CAChE,CAAA;AACD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,CAAC,aAAa,CAAC,IAAI,CAAC,EAAE,8BAA8B,CAAC,MAAM,CAAC,CAAA;CAC7D,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG;IAClC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,8BAA8B,CAAC,SAAS,CAAC,CAAA;CACnE,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAA;CACrE,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,8BAA8B,CAAC,SAAS,CAAC,GAAG,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IACjH,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE,8BAA8B,CAAC,CAAC,cAAc,CAAC,CAAC,CAAA;CACtF,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,8BAA8B,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC;IAClF,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,8BAA8B,CAAC,CAAC,aAAa,CAAC,CAAC,CAAA;CAC9E,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG;IAC1C,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,8BAA8B,CAAC,CAAC,cAAc,CAAC,CAAC,CAAA;CACvF,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,8BAA8B,CAAC,8BAA8B,CAAC,CAAA;CACjG,CAAA;AAED,MAAM,MAAM,6BAA6B,GACrC,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,sBAAsB,GACtB,qBAAqB,GACrB,sBAAsB,GACtB,6BAA6B,GAC7B,wBAAwB,CAAA;AAE5B,MAAM,MAAM,uBAAuB,GAC/B,iBAAiB,GACjB,6BAA6B,CAAA"}
|
|
@@ -26,6 +26,7 @@ export interface RequestRenderingEventData {
|
|
|
26
26
|
nativeComponentName?: WebComponentType;
|
|
27
27
|
nativePlace: BottomSheetNativePlaceType;
|
|
28
28
|
nativeComponent: string;
|
|
29
|
+
isPaddingIncluded: boolean;
|
|
29
30
|
}
|
|
30
31
|
export interface RequestRefreshEvent {
|
|
31
32
|
type: UnitRequestRefreshEventTypes.REQUEST_REFRESH_EVENT;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unitComponentsMessages.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/unitComponentsMessages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,oBAAY,qBAAqB;IAC/B,sBAAsB,yBAAyB;IAC/C,oBAAoB,uBAAuB;IAC3C,uBAAuB,yBAAyB;IAChD,sBAAsB,wBAAwB;IAC9C,YAAY,eAAe;IAC3B,qBAAqB,wBAAwB;IAC7C,yBAAyB,2BAA2B;IACpD,kCAAkC,kCAAkC;IACpE,+BAA+B,gCAAgC;IAC/D,4BAA4B,4BAA4B;IACxD,uBAAuB,0BAA0B;IACjD,sBAAsB,wBAAwB;CAC/C;AAED,oBAAY,4BAA4B;IACtC,qBAAqB,wBAAwB;CAC9C;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,yBAAyB,CAAC;CACjC;AAED,MAAM,WAAW,yBAAyB;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;IACvC,WAAW,EAAE,0BAA0B,CAAC;IACxC,eAAe,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"unitComponentsMessages.d.ts","sourceRoot":"","sources":["../../../../../src/messages/webMessages/unitComponentsMessages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,oBAAY,qBAAqB;IAC/B,sBAAsB,yBAAyB;IAC/C,oBAAoB,uBAAuB;IAC3C,uBAAuB,yBAAyB;IAChD,sBAAsB,wBAAwB;IAC9C,YAAY,eAAe;IAC3B,qBAAqB,wBAAwB;IAC7C,yBAAyB,2BAA2B;IACpD,kCAAkC,kCAAkC;IACpE,+BAA+B,gCAAgC;IAC/D,4BAA4B,4BAA4B;IACxD,uBAAuB,0BAA0B;IACjD,sBAAsB,wBAAwB;CAC/C;AAED,oBAAY,4BAA4B;IACtC,qBAAqB,wBAAwB;CAC9C;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,yBAAyB,CAAC;CACjC;AAED,MAAM,WAAW,yBAAyB;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;IACvC,WAAW,EAAE,0BAA0B,CAAC;IACxC,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,OAAO,CAAA;CAC3B;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,4BAA4B,CAAC,qBAAqB,CAAC;IACzD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,sCAAsC;IACrD,+BAA+B,EAAE,MAAM,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,oBAAoB;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,kBAAkB,CAAC;CAC/B;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,wBAAwB,CAAA;CACrC;AAED,UAAU,wBAAwB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,MAAM,oCAAoC,GAAG;IACjD,IAAI,EAAE,eAAe,CAAC;IACtB,UAAU,EAAE;QACV,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;CACH,CAAA;AAED,MAAM,MAAM,sBAAsB,GAC9B,oCAAoC,CAAA;AAExC,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,SAAS,GACjB,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,GACpB,uBAAuB,GACvB,oBAAoB,GACpB,sBAAsB,GACtB,uBAAuB,GACvB,sBAAsB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const POST_MESSAGE_TO_SDK = "\n const postMessageToSDK = (message) => {\n if ('ReactNativeWebView' in window) {\n
|
|
1
|
+
export declare const POST_MESSAGE_TO_SDK = "\n const postMessageToSDK = (message) => {\n if ('ReactNativeWebView' in window) {\n const messageString = JSON.stringify(message)\n window['ReactNativeWebView'].postMessage(messageString)\n }\n }\n";
|
|
2
2
|
export declare const POST_PAGE_HEIGHT: string;
|
|
3
3
|
export declare const LISTENERS: {
|
|
4
4
|
isPageLoaded: string;
|
|
@@ -10,6 +10,7 @@ export declare const LISTENERS: {
|
|
|
10
10
|
unitRequestDownload: string;
|
|
11
11
|
cardActivated: string;
|
|
12
12
|
cardStatusChange: string;
|
|
13
|
+
cardCreated: string;
|
|
13
14
|
unitRequestExternalSdk: string;
|
|
14
15
|
unitRequestLeftToSpendDetails: string;
|
|
15
16
|
unitPaymentCreated: string;
|
|
@@ -18,6 +19,7 @@ export declare const LISTENERS: {
|
|
|
18
19
|
unitPlaidTokenCreated: string;
|
|
19
20
|
unitAccountChanged: string;
|
|
20
21
|
unitActivityFiltersChanged: string;
|
|
22
|
+
unitMultipleCardsFiltersChanged: string;
|
|
21
23
|
unitMultiFactorAuthFinished: string;
|
|
22
24
|
unitWhiteLabelAppOnLoad: string;
|
|
23
25
|
unitUnauthorizedToken: string;
|
|
@@ -33,7 +35,9 @@ export declare const DISPATCH_EVENT_TO_CONTINUE: string;
|
|
|
33
35
|
export declare const DISPATCH_CARD_STATUS_CHANGED: string;
|
|
34
36
|
export declare const DISPATCH_REQUEST_REFRESH: string;
|
|
35
37
|
export declare const SET_ITEM_IN_WINDOW_UNIT_STORE = "\n const setItemInWindowUnitStore = (key, value) => {\n window.UnitStore[key] = value;\n }\n";
|
|
36
|
-
export declare const DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT
|
|
38
|
+
export declare const DISPATCH_ACTIVITY_FILTER_CHANGED_EVENT: string;
|
|
39
|
+
export declare const DISPATCH_MULTIPLE_CARDS_FILTER_CHANGED_EVENT: string;
|
|
40
|
+
export declare const DISPATCH_CARD_CREATED_EVENT: string;
|
|
37
41
|
export declare const DISPATCH_PLAID_RESPONSE: string;
|
|
38
42
|
export declare const DISPATCH_PLAID_EXIT: string;
|
|
39
43
|
export declare const DISPATCH_OPEN_PLAID: string;
|
|
@@ -42,4 +46,5 @@ export declare const DISPATCH_REQUEST_CARD_ACTION = "\n const dispatchRequest
|
|
|
42
46
|
export declare const DISPATCH_REQUEST_HIDE_SENSITIVE_DATA = "\n const dispatchRequestHideSensitiveData = (componentName) => {\n document.querySelector(componentName).dispatchEvent(new CustomEvent(\"unitRequestHideSensitiveData\"))\n }\n";
|
|
43
47
|
export declare const DISPATCH_REQUEST_SHOW_SENSITIVE_DATA = "\n const dispatchRequestShowSensitiveData = (componentName) => {\n document.querySelector(componentName).dispatchEvent(new CustomEvent(\"unitRequestShowSensitiveData\"))\n }\n";
|
|
44
48
|
export declare const DISPATCH_REQUEST_ACCOUNT_ACTION = "\n const dispatchRequestAccountAction = (action) => {\n document.querySelector(\"unit-elements-account\").dispatchEvent(new CustomEvent(\"unitRequestAccountAction\", {detail: {action: action}}))\n }\n";
|
|
49
|
+
export declare const DISPATCH_COUNTERPARTY_DELETED = "\n const dispatchCounterpartyDeletedEvent = (details) => {\n const event = new CustomEvent(\"unitCounterpartyDeleted\",{ detail: { data: details } });\n window.dispatchEvent(event);\n }\n";
|
|
45
50
|
//# sourceMappingURL=bodyScript.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bodyScript.d.ts","sourceRoot":"","sources":["../../../../../src/scripts/html/bodyScript.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bodyScript.d.ts","sourceRoot":"","sources":["../../../../../src/scripts/html/bodyScript.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,mBAAmB,6NAO/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAO5B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0OrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAKpC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAKtC,CAAC;AAEF,eAAO,MAAM,4BAA4B,QAKxC,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAWpC,CAAC;AAEF,eAAO,MAAM,6BAA6B,4GAIzC,CAAC;AAEF,eAAO,MAAM,sCAAsC,QAKlD,CAAC;AAEF,eAAO,MAAM,4CAA4C,QAKxD,CAAC;AAEF,eAAO,MAAM,2BAA2B,QAMvC,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAKnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAK/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAK/B,CAAC;AAEF,eAAO,MAAM,0BAA0B,oLAItC,CAAC;AAEF,eAAO,MAAM,4BAA4B,+MAIxC,CAAC;AAEF,eAAO,MAAM,oCAAoC,gMAIhD,CAAC;AAEF,eAAO,MAAM,oCAAoC,iMAIhD,CAAC;AAEF,eAAO,MAAM,+BAA+B,wNAI3C,CAAC;AAEF,eAAO,MAAM,6BAA6B,wMAKzC,CAAC"}
|