@zeniai/web-components 4.2.60-betaAK1 → 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-Coo9wY7s.cjs → SessionTimeoutPopup-CDk-Taca.cjs} +15278 -15187
- package/dist/{SessionTimeoutPopup-VE3scTfs.js → SessionTimeoutPopup-DQqs3MmQ.js} +70876 -70414
- package/dist/appLocale.d.ts +46 -0
- package/dist/cockpit.cjs.js +2 -2
- package/dist/cockpit.esm.js +237 -236
- 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/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 +2 -0
- package/dist/index.esm.js +277 -276
- package/dist/strings/strings.d.ts +46 -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;
|
|
@@ -11206,6 +11247,11 @@ export declare const zeniStrings: {
|
|
|
11206
11247
|
webhookSecretPlaceholder: string;
|
|
11207
11248
|
stripeWebhookUrlLabel: string;
|
|
11208
11249
|
stripeWebhookSetupDescription: string;
|
|
11250
|
+
stripeWebhookAccountInstruction: string;
|
|
11251
|
+
stripeWebhookPayloadInstruction: string;
|
|
11252
|
+
stripeWebhookEventsInstruction: string;
|
|
11253
|
+
stripeWebhookUrlInstruction: string;
|
|
11254
|
+
stripeWebhookSecretInstruction: string;
|
|
11209
11255
|
quickbooksIntegrationDescription: string;
|
|
11210
11256
|
quickbooksIntegrationName: string;
|
|
11211
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",
|