@solvimon/solvimon-web 0.1.0-alpha.8 → 0.1.0-alpha.9
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 +124 -0
- package/dist/{BillingInformation.vue_vue_type_script_setup_true_lang-CT0Tjsnw.mjs → BillingInformation.vue_vue_type_script_setup_true_lang-CX8vlY2Z.mjs} +6 -4
- package/dist/BillingInformation.vue_vue_type_script_setup_true_lang-DGisvmez.js +1 -0
- package/dist/ContentWithAsideLayout-B5B8Kwaw.js +1 -0
- package/dist/{ContentWithAsideLayout-BTdixy3L.mjs → ContentWithAsideLayout-DhfUkZZg.mjs} +8 -5
- package/dist/{CustomerPaymentMethods.vue_vue_type_script_setup_true_lang-CK73bYUe.mjs → CustomerPaymentMethods.vue_vue_type_script_setup_true_lang-Bus-5gC3.mjs} +21 -10
- package/dist/CustomerPaymentMethods.vue_vue_type_script_setup_true_lang-CkRsyMlJ.js +1 -0
- package/dist/{InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-Dt_Vb7Wz.mjs → InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-Bc2hkpTb.mjs} +19 -8
- package/dist/InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-D0vVUHuY.js +1 -0
- package/dist/{PaymentHistoryBlock-DHM-3fh-.js → PaymentHistoryBlock-BiiFJkpT.js} +1 -1
- package/dist/{PaymentHistoryBlock-YzJ6bxKr.mjs → PaymentHistoryBlock-D_B099M7.mjs} +1 -1
- package/dist/{PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-D6Cr2Uga.mjs → PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-CaMDtHrL.mjs} +16 -9
- package/dist/PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-DWTEfLrE.js +1 -0
- package/dist/{PaymentIntegrationForm-Cl5ua8v8.js → PaymentIntegrationForm-D1oJA9mC.js} +1 -1
- package/dist/{PaymentIntegrationForm-ID4QnvA3.mjs → PaymentIntegrationForm-DNkjhqMF.mjs} +1 -1
- package/dist/{PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-CVWPT3Ni.mjs → PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-D37gDtY7.mjs} +70 -17
- package/dist/PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-D5bxFJ-p.js +1 -0
- package/dist/{PricingGroupContent.vue_vue_type_script_setup_true_lang-CzS32ZUt.mjs → PricingGroupContent.vue_vue_type_script_setup_true_lang-BChVMzCj.mjs} +1 -1
- package/dist/{PricingGroupContent.vue_vue_type_script_setup_true_lang-CKNMt-JH.js → PricingGroupContent.vue_vue_type_script_setup_true_lang-Br3bEUlP.js} +1 -1
- package/dist/{Skeleton.vue_vue_type_script_setup_true_lang-DXJcL7x6.mjs → Skeleton.vue_vue_type_script_setup_true_lang-DGMxHc20.mjs} +9 -6
- package/dist/Skeleton.vue_vue_type_script_setup_true_lang-DfMgIsGm.js +1 -0
- package/dist/SubscriptionsList.vue_vue_type_script_setup_true_lang-AHw3iTfi.js +1 -0
- package/dist/{SubscriptionsList.vue_vue_type_script_setup_true_lang-BIxGqr9U.mjs → SubscriptionsList.vue_vue_type_script_setup_true_lang-BkzLj8n2.mjs} +28 -19
- package/dist/adyen-B_QrYdaC.mjs +4 -0
- package/dist/{adyenLoader-gsbzSjYV.mjs → adyen-Bwewy3HC.mjs} +8 -13
- package/dist/adyen-R6aSZ0Yf.js +1 -0
- package/dist/adyen-mQEEOjgl.js +1 -0
- package/dist/adyen.css +1 -0
- package/dist/component-BOqPDAVk.js +1 -0
- package/dist/{component-CM9g6tbD.mjs → component-Djrf1L-Z.mjs} +294 -209
- package/dist/components/BillingInformation/BillingInformation.cjs.js +1 -1
- package/dist/components/BillingInformation/BillingInformation.es.js +8 -5
- package/dist/components/BillingInformationForm/BillingInformationForm.cjs.js +1 -1
- package/dist/components/BillingInformationForm/BillingInformationForm.es.js +8 -4
- package/dist/components/CustomerPaymentMethods/CustomerPaymentMethods.cjs.js +1 -1
- package/dist/components/CustomerPaymentMethods/CustomerPaymentMethods.es.js +10 -6
- package/dist/components/Invoice/Invoice.cjs.js +1 -1
- package/dist/components/Invoice/Invoice.es.js +36 -22
- package/dist/components/InvoiceDetails/InvoiceDetails.cjs.js +1 -1
- package/dist/components/InvoiceDetails/InvoiceDetails.es.js +10 -6
- package/dist/components/InvoicesList/InvoicesList.cjs.js +1 -1
- package/dist/components/InvoicesList/InvoicesList.es.js +7 -4
- package/dist/components/PaymentHistory/PaymentHistory.cjs.js +1 -1
- package/dist/components/PaymentHistory/PaymentHistory.es.js +10 -6
- package/dist/components/PaymentMethodForm/PaymentMethodForm.cjs.js +1 -1
- package/dist/components/PaymentMethodForm/PaymentMethodForm.es.js +15 -11
- package/dist/components/SubscriptionSchedules/SubscriptionSchedules.cjs.js +1 -1
- package/dist/components/SubscriptionSchedules/SubscriptionSchedules.es.js +15 -8
- package/dist/components/SubscriptionsList/SubscriptionsList.cjs.js +1 -1
- package/dist/components/SubscriptionsList/SubscriptionsList.es.js +11 -7
- package/dist/components/WalletBalances/WalletBalances.cjs.js +1 -1
- package/dist/components/WalletBalances/WalletBalances.es.js +8 -4
- package/dist/core/index.cjs.js +1 -1
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.es.js +1 -1
- package/dist/core/types.d.ts +4 -2
- package/dist/{customer-TIi7iZFw.mjs → customer-B31QzznT.mjs} +1 -1
- package/dist/{customer-C_Hz_npf.js → customer-hDxW1Dbp.js} +1 -1
- package/dist/en-US-CgPY97Vq.js +1 -0
- package/dist/{en-US-CBoPxQwX.mjs → en-US-N3CUCsVy.mjs} +5 -25
- package/dist/index-DIFK3mcJ.js +6 -0
- package/dist/index-DyvRdSR7.mjs +9673 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/{invoices-BuVOuTOm.mjs → invoices-DIYPN2j_.mjs} +2 -2
- package/dist/{invoices-DbvwXAsm.js → invoices-DzkA1jDc.js} +1 -1
- package/dist/{nl-NL-BB7KbK-h.mjs → nl-NL-B8U9b85I.mjs} +18 -2
- package/dist/nl-NL-qMRaTRrM.js +1 -0
- package/dist/{paymentMethods-Di32oJ39.mjs → paymentMethods-67b3UlTZ.mjs} +2 -2
- package/dist/{paymentMethods-B4AYGf0K.js → paymentMethods-C_sdTkSF.js} +1 -1
- package/dist/{payments-DeutKq9x.js → payments-DkHhTHto.js} +1 -1
- package/dist/{payments-C5fD1PXB.mjs → payments-Dq6R37Fz.mjs} +1 -1
- package/dist/{registry-CMSmkLcy.js → registry-BkViv4tv.js} +1 -1
- package/dist/{registry-BLwMl1bK.mjs → registry-Df_26rJy.mjs} +1 -1
- package/dist/screens/Checkout/Checkout.cjs.js +1 -1
- package/dist/screens/Checkout/Checkout.es.js +276 -214
- package/dist/screens/CustomerOverview/CustomerOverview.cjs.js +1 -1
- package/dist/screens/CustomerOverview/CustomerOverview.es.js +22 -15
- package/dist/screens/PayInvoice/PayInvoice.cjs.js +1 -1
- package/dist/screens/PayInvoice/PayInvoice.es.js +12 -10
- package/dist/screens/UpgradeSubscription/UpgradeSubscription.cjs.js +1 -1
- package/dist/screens/UpgradeSubscription/UpgradeSubscription.es.js +83 -53
- package/dist/solvimon-web.css +1 -1
- package/dist/{subscriptions-mOgjjzUi.mjs → subscriptions-ClGIr_aS.mjs} +2 -2
- package/dist/{subscriptions-wdMADcQZ.js → subscriptions-jelITJcX.js} +1 -1
- package/dist/{useActionDispatchProvider-B4gszz0Q.mjs → useActionDispatchProvider-BC57-Ufn.mjs} +1 -1
- package/dist/{useActionDispatchProvider-DfS2P0bd.js → useActionDispatchProvider-rw9kWeE0.js} +1 -1
- package/dist/{useCustomer-cbhDyWJL.mjs → useCustomer-Ba9WRtuT.mjs} +2 -2
- package/dist/{useCustomer-DanZzn-l.js → useCustomer-CUcaeQn_.js} +1 -1
- package/dist/{useIncrementalLoading-RRicokf1.mjs → useIncrementalLoading-Cnzh2mAz.mjs} +1 -1
- package/dist/{useIncrementalLoading-DFe5Yh8M.js → useIncrementalLoading-DoTTXM2Y.js} +1 -1
- package/dist/{useInvoiceData-fS6G_244.mjs → useInvoiceData-BJwwDur7.mjs} +2 -2
- package/dist/{useInvoiceData-CxxHa5R2.js → useInvoiceData-D2jkdmlA.js} +1 -1
- package/dist/{useInvoicesList-BQQxcPdz.mjs → useInvoicesList-CFzAxyae.mjs} +22 -18
- package/dist/useInvoicesList-CaBCGs4h.js +1 -0
- package/dist/{useLoadInitialData-Dm48tlSO.mjs → useLoadInitialData-5sgImpzc.mjs} +5 -0
- package/dist/useLoadInitialData-DjwRHcAH.js +1 -0
- package/dist/{usePaymentMethodOptions-2MloZ9bY.mjs → usePaymentMethodOptions-C2k4npCQ.mjs} +2 -2
- package/dist/{usePaymentMethodOptions-D01YWW3G.js → usePaymentMethodOptions-DYO6xr3-.js} +1 -1
- package/dist/{usePaymentMethods-DZvfWSlx.mjs → usePaymentMethods-CRWbH48K.mjs} +2 -2
- package/dist/{usePaymentMethods-Cm9WdSW0.js → usePaymentMethods-ryN_YohI.js} +1 -1
- package/dist/{usePayments-D4uGKBsV.mjs → usePayments-Cw5PPEJa.mjs} +3 -3
- package/dist/{usePayments-B13S_yai.js → usePayments-DWXPGFvp.js} +1 -1
- package/dist/{usePortal-DWJEVkTj.js → usePortal-CxX4nrE4.js} +1 -1
- package/dist/{usePortal-DJDJNLbo.mjs → usePortal-cmE08vYs.mjs} +1 -1
- package/dist/useService-Bb9r_sOQ.js +1 -0
- package/dist/{useService-BuWWE5ND.mjs → useService-BsSEI8DZ.mjs} +1 -16
- package/dist/{useWalletBalanceItems-B53Gkjro.mjs → useWalletBalanceItems-CkDqmk36.mjs} +8 -5
- package/dist/useWalletBalanceItems-CpZ1NWPr.js +1 -0
- package/dist/vendor-ui-5pJF5KBP.js +1 -0
- package/dist/{vendor-ui-BwxuPDg8.mjs → vendor-ui-C0K3osvz.mjs} +13272 -14225
- package/package.json +4 -3
- package/dist/BillingInformation.vue_vue_type_script_setup_true_lang-C-C0i6i6.js +0 -1
- package/dist/ContentWithAsideLayout-oAYVrLvL.js +0 -1
- package/dist/CustomerPaymentMethods.vue_vue_type_script_setup_true_lang-CLU7Yiyx.js +0 -1
- package/dist/InvoiceDetailsBlock.vue_vue_type_script_setup_true_lang-B_WLgBur.js +0 -1
- package/dist/PaymentHistoryBlock.vue_vue_type_script_setup_true_lang-DFw8lrDv.js +0 -1
- package/dist/PaymentIntegrationForm.vue_vue_type_script_setup_true_lang-DifRn1ok.js +0 -1
- package/dist/Skeleton.vue_vue_type_script_setup_true_lang-D1Xzfc70.js +0 -1
- package/dist/SubscriptionsList.vue_vue_type_script_setup_true_lang-CpEqDnO3.js +0 -1
- package/dist/adyen-51SvcyqV.mjs +0 -4
- package/dist/adyen-DZsyEXkw.js +0 -1
- package/dist/adyenLoader-CEH4A2b2.js +0 -1
- package/dist/auto-DzZuCneB.mjs +0 -14387
- package/dist/auto-PpnAChnH.js +0 -6
- package/dist/component-C2Gc-wsE.js +0 -1
- package/dist/en-US-DJq-9dD8.js +0 -1
- package/dist/nl-NL-CtU1Lg2F.js +0 -1
- package/dist/source-DKDKBlUm.mjs +0 -179
- package/dist/source-dkMNFWDc.js +0 -1
- package/dist/useInvoicesList-CtJqmblZ.js +0 -1
- package/dist/useLoadInitialData-BRg7IWqW.js +0 -1
- package/dist/useService-9fCKPTmu.js +0 -1
- package/dist/useWalletBalanceItems-BMaVT4TW.js +0 -1
- package/dist/vendor-ui-Ce_Yp7xA.js +0 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
const empty_value_placeholder = "-";
|
|
2
2
|
const pricing_item_pricing = "{pricing} per {billing_period}";
|
|
3
3
|
const enUS = {
|
|
4
|
-
"123456": "Select one product",
|
|
5
4
|
"addon_multiple_editor.add_to_subscription_button": "Add to subscription",
|
|
6
5
|
"addon_multiple_editor.description": "Select any number of products",
|
|
7
6
|
"addon_multiple_editor.unsupported_pricing_error": "Unsupported pricing",
|
|
@@ -34,7 +33,6 @@ const enUS = {
|
|
|
34
33
|
"checkout.first_name.placeholder": "First name...",
|
|
35
34
|
"checkout.invoice_preview.no_country_selected_message": "Please select a country first",
|
|
36
35
|
"checkout.invoice_preview.usage_based_message": "+ Usage",
|
|
37
|
-
"checkout.kpi.encrypted_payments.label": "Secure and encrypted payments",
|
|
38
36
|
"checkout.last_name.label": "Last name",
|
|
39
37
|
"checkout.last_name.placeholder": "Last name...",
|
|
40
38
|
"checkout.legal_name.label": "Legal entity name",
|
|
@@ -84,28 +82,18 @@ const enUS = {
|
|
|
84
82
|
"customer.subscriptions_block.next_billing_date": "Next billing date",
|
|
85
83
|
"customer.subscriptions_block.renew_button_label": "Renew subscription",
|
|
86
84
|
"customer.subscriptions_block.show_details_button_label": "Subscription details",
|
|
87
|
-
"customer_invoices.load_failed.subtitle": "Please refresh or contact support.",
|
|
88
|
-
"customer_invoices.load_failed.title": "We can’t load your invoices",
|
|
89
85
|
"customer_overview.billing_information_block.load_failed.subtitle": "Please refresh or contact support.",
|
|
90
86
|
"customer_overview.billing_information_block.load_failed.title": "We can’t load your billing information",
|
|
91
87
|
"customer_overview.billing_information_block.title": "Billing information",
|
|
92
88
|
"customer_overview.billing_information_block.view_all_payment_methods_link_label": "Edit",
|
|
93
|
-
"customer_overview.
|
|
94
|
-
"customer_overview.invoices_block.no_invoices_title": "No invoices to display",
|
|
95
|
-
"customer_overview.invoices_block.title": "Invoices",
|
|
96
|
-
"customer_overview.invoices_block.view_all_invoices_link_label": "View all",
|
|
97
|
-
"customer_overview.payment_methods.title": "Payment methods",
|
|
89
|
+
"customer_overview.payment_methods.title": "{count,plural,one{Payment method} other{Payment methods}}",
|
|
98
90
|
"customer_overview.payment_methods_block.add_payment_method_button_label": "Add payment method",
|
|
99
91
|
"customer_overview.payment_methods_block.add_payment_method_helper_text": "Add a payment method for recurring invoice payments.",
|
|
100
|
-
"customer_overview.payment_methods_block.load_failed.subtitle": "Please refresh or contact support.",
|
|
101
|
-
"customer_overview.payment_methods_block.load_failed.title": "We can’t load your payment methods",
|
|
102
92
|
"customer_overview.payment_methods_block.view_all_payment_methods_link_label": "View all",
|
|
103
93
|
"customer_overview.subscriptions_block.fallback_subscription_name": "Subscription",
|
|
104
|
-
"customer_overview.subscriptions_block.load_failed.subtitle": "Please refresh or contact support.",
|
|
105
|
-
"customer_overview.subscriptions_block.load_failed.title": "We can’t load your subscriptions",
|
|
106
94
|
"customer_overview.subscriptions_block.no_active_subscription_content": "There’s no active subscription to display.",
|
|
107
95
|
"customer_overview.subscriptions_block.no_active_subscription_title": "No subscriptions",
|
|
108
|
-
"customer_overview.subscriptions_block.title": "My subscriptions",
|
|
96
|
+
"customer_overview.subscriptions_block.title": "{count,plural,one{My subscription} other{My subscriptions}}",
|
|
109
97
|
"customer_overview.subscriptions_block.view_all_button_label": "View all",
|
|
110
98
|
"customer_overview.wallet_balances_block.title": "{count,plural,one{Wallet} other{Wallets}}",
|
|
111
99
|
"empty_state.retry.button": "Refresh",
|
|
@@ -125,13 +113,13 @@ const enUS = {
|
|
|
125
113
|
"on_demand_pricing_row.add_to_cart_button_label": "Add to cart",
|
|
126
114
|
"on_demand_pricing_row.one_off_label": "one-off",
|
|
127
115
|
"on_demand_pricing_row.remove_button_label": "Remove",
|
|
116
|
+
"pay_button.label.amount_and_payment_method": "Pay {amount} with {type}",
|
|
117
|
+
"pay_button.label.amount_only": "Pay {amount}",
|
|
118
|
+
"pay_button.label.default": "Pay",
|
|
128
119
|
"pay_invoice.error.description": "Please try again or contact support.",
|
|
129
120
|
"pay_invoice.error.title": "Something went wrong",
|
|
130
121
|
"pay_invoice.paid.title": "Thank you for your payment!",
|
|
131
122
|
"pay_invoice.payment_methods.title": "Payment methods",
|
|
132
|
-
"pay_button.label.amount_and_payment_method": "Pay {amount} with {type}",
|
|
133
|
-
"pay_button.label.amount_only": "Pay {amount}",
|
|
134
|
-
"pay_button.label.default": "Pay",
|
|
135
123
|
"payment_completed_card.redirect_message": "You are being redirected...",
|
|
136
124
|
"payment_completed_card.title.authorize": "Payment successful",
|
|
137
125
|
"payment_completed_card.title.tokenize": "Your payment method is added",
|
|
@@ -139,14 +127,6 @@ const enUS = {
|
|
|
139
127
|
"payments.retry_button.label": "Try again",
|
|
140
128
|
"pricing_group_multiple_editor.at_least_one_description": "Select at least one product",
|
|
141
129
|
pricing_item_pricing,
|
|
142
|
-
"pricing_item_pricing.flat_top_up": "Flat top up pricing",
|
|
143
|
-
"pricing_item_pricing.none": "Not billed",
|
|
144
|
-
"pricing_item_pricing.pass_through": "Pass through pricing",
|
|
145
|
-
"pricing_item_pricing.per_seat": "Per seat",
|
|
146
|
-
"pricing_item_pricing.stair_step": "Stair step pricing",
|
|
147
|
-
"pricing_item_pricing.tiered": "Tiered pricing",
|
|
148
|
-
"pricing_item_pricing.tiered_top_up": "Tiered top up pricing",
|
|
149
|
-
"pricing_item_pricing.top_tiered": "Top tiered pricing",
|
|
150
130
|
"pricing_item_pricing.unsupported_pricing_error": "Unsupported pricing",
|
|
151
131
|
"sdk.invoice_details.customer_billing_information.title": "Your billing information",
|
|
152
132
|
"sdk.invoice_details.invoice.download_pdf": "Download the PDF for a full breakdown",
|