@zeniai/web-components 4.2.60-betaAK0 → 4.2.60-betaAK2
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/dist/{SessionTimeoutPopup-DFO1fc2-.cjs → SessionTimeoutPopup-CDk-Taca.cjs} +15526 -15407
- package/dist/{SessionTimeoutPopup-B3xQeFXk.js → SessionTimeoutPopup-DQqs3MmQ.js} +73182 -72539
- package/dist/appLocale.d.ts +67 -0
- package/dist/cockpit.cjs.js +2 -2
- package/dist/cockpit.esm.js +237 -236
- package/dist/components/invoicing/common/invoicingCurrency.d.ts +1 -0
- package/dist/components/invoicing/dataImport/InvoicingDataImportDetailPage.d.ts +19 -0
- package/dist/components/invoicing/dataImport/InvoicingDataImportHubPage.d.ts +2 -1
- package/dist/components/invoicing/dataImport/InvoicingDataImportMigratePage.d.ts +2 -1
- package/dist/components/invoicing/paymentLink/InvoicingPaymentLinkPage.d.ts +21 -1
- package/dist/components/invoicing/subscriptionList/InvoicingSubscriptionListPage.d.ts +3 -1
- package/dist/components/invoicing/subscriptionList/subscriptionActionMenuItems.d.ts +17 -9
- package/dist/components/invoicing/subscriptionList/subscriptionListRowMenu.d.ts +3 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +277 -276
- package/dist/strings/strings.d.ts +67 -0
- package/package.json +2 -2
|
@@ -10871,6 +10871,9 @@ export declare const zeniStrings: {
|
|
|
10871
10871
|
newImport: string;
|
|
10872
10872
|
chargebeeImportFailed: string;
|
|
10873
10873
|
chargebeeImportInProgress: string;
|
|
10874
|
+
csvImportFailed: string;
|
|
10875
|
+
csvImportInProgress: string;
|
|
10876
|
+
viewDetails: string;
|
|
10874
10877
|
records: string;
|
|
10875
10878
|
bulletSeparator: string;
|
|
10876
10879
|
chargebeeDomainSuffix: string;
|
|
@@ -10963,6 +10966,44 @@ export declare const zeniStrings: {
|
|
|
10963
10966
|
failedMessageChargebee: string;
|
|
10964
10967
|
buttonRetrying: string;
|
|
10965
10968
|
buttonRetryImport: string;
|
|
10969
|
+
diagnosticsTitle: string;
|
|
10970
|
+
diagnosticsSubtitle: string;
|
|
10971
|
+
diagnosticsNotFound: string;
|
|
10972
|
+
diagnosticsSection: string;
|
|
10973
|
+
diagnosticsSummary: string;
|
|
10974
|
+
diagnosticsSearchPlaceholder: string;
|
|
10975
|
+
diagnosticsAllModules: string;
|
|
10976
|
+
diagnosticsAllSeverities: string;
|
|
10977
|
+
diagnosticsAllOutcomes: string;
|
|
10978
|
+
diagnosticsError: string;
|
|
10979
|
+
diagnosticsErrors: string;
|
|
10980
|
+
diagnosticsWarning: string;
|
|
10981
|
+
diagnosticsWarnings: string;
|
|
10982
|
+
diagnosticsSkipped: string;
|
|
10983
|
+
diagnosticsWarningOutcome: string;
|
|
10984
|
+
diagnosticsSourceRecord: string;
|
|
10985
|
+
diagnosticsRow: string;
|
|
10986
|
+
diagnosticsSeverity: string;
|
|
10987
|
+
diagnosticsOutcome: string;
|
|
10988
|
+
diagnosticsIssue: string;
|
|
10989
|
+
diagnosticsNoIssues: string;
|
|
10990
|
+
diagnosticsExpired: string;
|
|
10991
|
+
diagnosticsFetchFailed: string;
|
|
10992
|
+
diagnosticsDownloadCsv: string;
|
|
10993
|
+
diagnosticsLoading: string;
|
|
10994
|
+
diagnosticsJobFailure: string;
|
|
10995
|
+
diagnosticsJobFailureHelp: string;
|
|
10996
|
+
diagnosticsChargebeeApi: string;
|
|
10997
|
+
diagnosticsSource: string;
|
|
10998
|
+
diagnosticsCsvUpload: string;
|
|
10999
|
+
diagnosticsCreated: string;
|
|
11000
|
+
diagnosticsUpdated: string;
|
|
11001
|
+
diagnosticsTotal: string;
|
|
11002
|
+
diagnosticsImported: string;
|
|
11003
|
+
diagnosticsImporting: string;
|
|
11004
|
+
diagnosticsRolledBack: string;
|
|
11005
|
+
diagnosticsScanning: string;
|
|
11006
|
+
diagnosticsRetainedUntil: string;
|
|
10966
11007
|
};
|
|
10967
11008
|
invoicingDiscountDetail: {
|
|
10968
11009
|
month: string;
|
|
@@ -11085,6 +11126,27 @@ export declare const zeniStrings: {
|
|
|
11085
11126
|
companyNotFinishedSetup: string;
|
|
11086
11127
|
securedByStripePlaid: string;
|
|
11087
11128
|
cardElementNotReady: string;
|
|
11129
|
+
invoiceUnavailable: string;
|
|
11130
|
+
invoiceUnavailableDescription: string;
|
|
11131
|
+
invoicePaid: string;
|
|
11132
|
+
invoicePaidDescription: string;
|
|
11133
|
+
invoiceNoLongerPayable: string;
|
|
11134
|
+
invoiceVoidedDescription: string;
|
|
11135
|
+
invoicePayment: string;
|
|
11136
|
+
invoiceFrom: string;
|
|
11137
|
+
invoiceNumber: string;
|
|
11138
|
+
dueDate: string;
|
|
11139
|
+
checkoutCanceled: string;
|
|
11140
|
+
paymentProcessing: string;
|
|
11141
|
+
checkoutStartFailed: string;
|
|
11142
|
+
openingSecureCheckout: string;
|
|
11143
|
+
payNow: string;
|
|
11144
|
+
securedByStripe: string;
|
|
11145
|
+
linkExpired: string;
|
|
11146
|
+
expiredLinkRefreshing: string;
|
|
11147
|
+
expiredLinkEmailSent: string;
|
|
11148
|
+
expiredLinkEmailSentDescription: string;
|
|
11149
|
+
expiredLinkRefreshUnavailable: string;
|
|
11088
11150
|
};
|
|
11089
11151
|
invoicingPaymentList: {
|
|
11090
11152
|
transactionIdColumnHeader: string;
|
|
@@ -11185,6 +11247,11 @@ export declare const zeniStrings: {
|
|
|
11185
11247
|
webhookSecretPlaceholder: string;
|
|
11186
11248
|
stripeWebhookUrlLabel: string;
|
|
11187
11249
|
stripeWebhookSetupDescription: string;
|
|
11250
|
+
stripeWebhookAccountInstruction: string;
|
|
11251
|
+
stripeWebhookPayloadInstruction: string;
|
|
11252
|
+
stripeWebhookEventsInstruction: string;
|
|
11253
|
+
stripeWebhookUrlInstruction: string;
|
|
11254
|
+
stripeWebhookSecretInstruction: string;
|
|
11188
11255
|
quickbooksIntegrationDescription: string;
|
|
11189
11256
|
quickbooksIntegrationName: string;
|
|
11190
11257
|
stripeIntegrationDescription: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/web-components",
|
|
3
|
-
"version": "4.2.60-
|
|
3
|
+
"version": "4.2.60-betaAK2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
51
51
|
"@stripe/stripe-js": "^4.4.0",
|
|
52
52
|
"@zeniai/client-analytics": "2.0.47-betaAK0",
|
|
53
|
-
"@zeniai/client-epic-state": "5.1.51-
|
|
53
|
+
"@zeniai/client-epic-state": "5.1.51-betaAK6",
|
|
54
54
|
"autosuggest-highlight": "^3.2.1",
|
|
55
55
|
"browser-image-compression": "^2.0.2",
|
|
56
56
|
"countries-list": "^2.6.1",
|