@zeniai/web-components 4.3.60-betaAK2 → 4.3.60
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-rD7JTrsx.js → SessionTimeoutPopup-BmGGI1m1.js} +84733 -84446
- package/dist/{SessionTimeoutPopup-D27PH8fA.cjs → SessionTimeoutPopup-DOvBM1F6.cjs} +14936 -14861
- package/dist/appLocale.d.ts +64 -18
- package/dist/cockpit.cjs.js +84 -84
- package/dist/cockpit.esm.js +223 -222
- package/dist/components/common/downloadReport/types/downloadReportOptions.d.ts +2 -0
- package/dist/components/common/downloadReport/types/downloadReportOptionsPayload.d.ts +2 -0
- package/dist/components/common/downloadReport/types/statementID.d.ts +2 -2
- package/dist/components/detail/dashboardReportPage/DashboardReportPage.d.ts +2 -1
- package/dist/components/detail/dashboardReportPage/DetailPageReportFilters.d.ts +2 -1
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualJournalEntryCard.d.ts +22 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage.d.ts +2 -8
- package/dist/components/invoicing/catalog/InvoicingCatalogPage.d.ts +1 -2
- package/dist/components/invoicing/catalog/catalogActionMenuItems.d.ts +0 -4
- package/dist/components/invoicing/catalogDetail/InvoicingCatalogItemDetailPage.d.ts +6 -2
- package/dist/components/invoicing/common/composeInvoicingEmailPreview.d.ts +20 -0
- package/dist/components/invoicing/customerDetail/InvoicingCustomerDetailPage.d.ts +14 -11
- package/dist/components/invoicing/customerDetail/InvoicingPaymentLinkEmailComposerDialog.d.ts +26 -0
- package/dist/components/invoicing/customerList/InvoicingCustomerListPage.d.ts +1 -1
- package/dist/components/invoicing/discountDetail/InvoicingDiscountDetailPage.d.ts +6 -2
- package/dist/components/invoicing/discountList/InvoicingDiscountListPage.d.ts +1 -2
- package/dist/components/invoicing/discountList/discountActionMenuItems.d.ts +0 -4
- package/dist/components/invoicing/dunningDetail/InvoicingDunningEmailComposerDialog.d.ts +4 -0
- package/dist/components/invoicing/invoiceDetail/InvoicingInvoiceDetailPage.d.ts +6 -1
- package/dist/components/invoicing/paymentList/paymentActionMenuItems.d.ts +2 -6
- package/dist/components/invoicing/paymentList/paymentListRowMenu.d.ts +1 -1
- package/dist/components/invoicing/subscriptionDetail/InvoicingSubscriptionDetailPage.d.ts +6 -2
- package/dist/components/invoicing/subscriptionList/InvoicingSubscriptionListPage.d.ts +1 -4
- package/dist/components/invoicing/subscriptionList/subscriptionActionMenuItems.d.ts +0 -4
- package/dist/components/invoicing/subscriptionList/subscriptionListRowMenu.d.ts +1 -1
- package/dist/components/reportTree/reportTreeTypes.d.ts +5 -0
- package/dist/components/reportTree/treeNode/pAndLReports/row/SectionRow.d.ts +7 -1
- package/dist/components/reportTree/treeNode/pAndLReports/treeNodeMappers/mapSectionToTreeNode.d.ts +6 -3
- package/dist/components/reports/ReportsPage.d.ts +10 -2
- package/dist/components/reports/cashFlow/mapCashFlowClassReportToTreeNodes.d.ts +4 -0
- package/dist/components/reports/cashFlow/mapCashFlowGroupedReportToTreeNodes.d.ts +20 -0
- package/dist/components/reports/cashFlow/mapCashFlowProjectReportToTreeNodes.d.ts +4 -0
- package/dist/components/reports/reportTypes.d.ts +2 -2
- package/dist/components/spendManagement/zeniAccounts/expressPay/sections/RecipientDetailsSection.d.ts +1 -1
- package/dist/components/transactionDetail/items/transactionLineTable/listRow/TransactionLineTableListRow.d.ts +1 -1
- package/dist/components/transactionDetail/items/transactionLineTable/transactionLineTableTypes.d.ts +9 -0
- package/dist/context/featureProvider/DynamicConfigNameConstants.d.ts +2 -0
- package/dist/context/featureProvider/useMeetingLinks.d.ts +16 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.esm.js +285 -284
- package/dist/strings/strings.d.ts +64 -18
- package/package.json +19 -19
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualSequenceSection.d.ts +0 -22
- package/dist/components/invoicing/catalogDetail/catalogProductActionMenuItems.test.d.ts +0 -1
- package/dist/components/invoicing/customerDetail/InvoicingPaymentLinkEmailPreview.d.ts +0 -15
- package/dist/components/invoicing/discountList/discountActionMenuItems.test.d.ts +0 -1
- package/dist/components/invoicing/invoiceDetail/invoicingVoidInvoiceHelpers.d.ts +0 -4
- package/dist/components/invoicing/invoiceDetail/invoicingVoidInvoiceHelpers.test.d.ts +0 -1
- /package/dist/{components/invoicing/catalog/catalogActionMenuItems.test.d.ts → context/featureProvider/useMeetingLinks.test.d.ts} +0 -0
package/dist/appLocale.d.ts
CHANGED
|
@@ -119,6 +119,7 @@ declare class AppLocale {
|
|
|
119
119
|
filter: string;
|
|
120
120
|
name: string;
|
|
121
121
|
select: string;
|
|
122
|
+
selectReason: string;
|
|
122
123
|
goBack: string;
|
|
123
124
|
minimize: string;
|
|
124
125
|
maximize: string;
|
|
@@ -141,6 +142,7 @@ declare class AppLocale {
|
|
|
141
142
|
user: string;
|
|
142
143
|
anonymousUser: string;
|
|
143
144
|
tasks: string;
|
|
145
|
+
comment: string;
|
|
144
146
|
comments: string;
|
|
145
147
|
read: string;
|
|
146
148
|
unread: string;
|
|
@@ -3744,12 +3746,23 @@ declare class AppLocale {
|
|
|
3744
3746
|
};
|
|
3745
3747
|
additionalColumns: {
|
|
3746
3748
|
month: {
|
|
3749
|
+
free_range_total: string;
|
|
3750
|
+
year_to_date_total: string;
|
|
3751
|
+
year_to_date_last_year_total: string;
|
|
3752
|
+
rolling_12_months: string;
|
|
3753
|
+
rolling_12_months_average: string;
|
|
3754
|
+
this_period_vs_same_period_last_year: string;
|
|
3747
3755
|
same_period_last_year: string;
|
|
3748
3756
|
this_period_vs_last_period: string;
|
|
3749
3757
|
this_period_vs_last_period_percent: string;
|
|
3750
3758
|
this_period_vs_same_period_last_year_percent: string;
|
|
3751
3759
|
};
|
|
3752
3760
|
quarter: {
|
|
3761
|
+
free_range_total: string;
|
|
3762
|
+
year_to_date_total: string;
|
|
3763
|
+
year_to_date_last_year_total: string;
|
|
3764
|
+
rolling_12_months: string;
|
|
3765
|
+
rolling_12_months_average: string;
|
|
3753
3766
|
same_period_last_year: string;
|
|
3754
3767
|
this_period_vs_last_period: string;
|
|
3755
3768
|
this_period_vs_last_period_percent: string;
|
|
@@ -3757,6 +3770,11 @@ declare class AppLocale {
|
|
|
3757
3770
|
this_period_vs_same_period_last_year_percent: string;
|
|
3758
3771
|
};
|
|
3759
3772
|
year: {
|
|
3773
|
+
free_range_total: string;
|
|
3774
|
+
year_to_date_total: string;
|
|
3775
|
+
year_to_date_last_year_total: string;
|
|
3776
|
+
rolling_12_months: string;
|
|
3777
|
+
rolling_12_months_average: string;
|
|
3760
3778
|
this_period_vs_last_period: string;
|
|
3761
3779
|
this_period_vs_last_period_percent: string;
|
|
3762
3780
|
this_period_vs_same_period_last_year: string;
|
|
@@ -3764,16 +3782,31 @@ declare class AppLocale {
|
|
|
3764
3782
|
};
|
|
3765
3783
|
labels: {
|
|
3766
3784
|
month: {
|
|
3785
|
+
free_range_total: string;
|
|
3786
|
+
year_to_date_total: string;
|
|
3787
|
+
year_to_date_last_year_total: string;
|
|
3788
|
+
rolling_12_months: string;
|
|
3789
|
+
rolling_12_months_average: string;
|
|
3767
3790
|
same_period_last_year: string;
|
|
3768
3791
|
this_period_vs_same_period_last_year: string;
|
|
3769
3792
|
this_period_vs_same_period_last_year_percent: string;
|
|
3770
3793
|
};
|
|
3771
3794
|
quarter: {
|
|
3795
|
+
free_range_total: string;
|
|
3796
|
+
year_to_date_total: string;
|
|
3797
|
+
year_to_date_last_year_total: string;
|
|
3798
|
+
rolling_12_months: string;
|
|
3799
|
+
rolling_12_months_average: string;
|
|
3772
3800
|
same_period_last_year: string;
|
|
3773
3801
|
this_period_vs_same_period_last_year: string;
|
|
3774
3802
|
this_period_vs_same_period_last_year_percent: string;
|
|
3775
3803
|
};
|
|
3776
3804
|
year: {
|
|
3805
|
+
free_range_total: string;
|
|
3806
|
+
year_to_date_total: string;
|
|
3807
|
+
year_to_date_last_year_total: string;
|
|
3808
|
+
rolling_12_months: string;
|
|
3809
|
+
rolling_12_months_average: string;
|
|
3777
3810
|
this_period_vs_same_period_last_year: string;
|
|
3778
3811
|
this_period_vs_same_period_last_year_percent: string;
|
|
3779
3812
|
};
|
|
@@ -5893,6 +5926,21 @@ declare class AppLocale {
|
|
|
5893
5926
|
both: string;
|
|
5894
5927
|
};
|
|
5895
5928
|
tabsById: {
|
|
5929
|
+
draft: string;
|
|
5930
|
+
pending_approval: string;
|
|
5931
|
+
scheduled: string;
|
|
5932
|
+
paid: string;
|
|
5933
|
+
all: string;
|
|
5934
|
+
failed: string;
|
|
5935
|
+
cancelled: string;
|
|
5936
|
+
overdue: string;
|
|
5937
|
+
rejected: string;
|
|
5938
|
+
ach: string;
|
|
5939
|
+
wire: string;
|
|
5940
|
+
returned: string;
|
|
5941
|
+
awaitingMyApproval: string;
|
|
5942
|
+
awaitingAllApproval: string;
|
|
5943
|
+
deleted: string;
|
|
5896
5944
|
myDrafts: string;
|
|
5897
5945
|
awaitingApproval: string;
|
|
5898
5946
|
};
|
|
@@ -6152,6 +6200,8 @@ declare class AppLocale {
|
|
|
6152
6200
|
secondaryButtonText: string;
|
|
6153
6201
|
};
|
|
6154
6202
|
tabsById: {
|
|
6203
|
+
zeniAccounts: string;
|
|
6204
|
+
achDetails: string;
|
|
6155
6205
|
externalAccounts: string;
|
|
6156
6206
|
wireDetails: string;
|
|
6157
6207
|
};
|
|
@@ -8360,6 +8410,7 @@ declare class AppLocale {
|
|
|
8360
8410
|
schedules: string;
|
|
8361
8411
|
total: string;
|
|
8362
8412
|
typeLabels: {
|
|
8413
|
+
fixed_assets: string;
|
|
8363
8414
|
prepaid_expenses: string;
|
|
8364
8415
|
accrued_expenses: string;
|
|
8365
8416
|
deferred_revenue: string;
|
|
@@ -8525,6 +8576,9 @@ declare class AppLocale {
|
|
|
8525
8576
|
};
|
|
8526
8577
|
journalEntryPreview: {
|
|
8527
8578
|
title: string;
|
|
8579
|
+
postedTitle: string;
|
|
8580
|
+
reversedTitle: string;
|
|
8581
|
+
autoReversalEnabled: string;
|
|
8528
8582
|
};
|
|
8529
8583
|
billingPattern: {
|
|
8530
8584
|
title: string;
|
|
@@ -9092,10 +9146,8 @@ declare class AppLocale {
|
|
|
9092
9146
|
artifactFallbackTitle: string;
|
|
9093
9147
|
downloadArtifactImage: string;
|
|
9094
9148
|
saveToSkill: string;
|
|
9095
|
-
savingToSkill: string;
|
|
9096
9149
|
savedToSkill: string;
|
|
9097
9150
|
saveToSkillFailed: string;
|
|
9098
|
-
createSkillCommandDisplayName: string;
|
|
9099
9151
|
createSkillCommandDescription: string;
|
|
9100
9152
|
createSkillCommandExampleHint: string;
|
|
9101
9153
|
downloadTableFailed: string;
|
|
@@ -9783,16 +9835,16 @@ declare class AppLocale {
|
|
|
9783
9835
|
default: string;
|
|
9784
9836
|
noPaymentMethodOnFile: string;
|
|
9785
9837
|
previewEmailHeading: string;
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9838
|
+
previewEmailSubtitle: string;
|
|
9839
|
+
previewEmailFrameTitle: string;
|
|
9840
|
+
previewEmailLoading: string;
|
|
9841
|
+
previewEmailUnavailable: string;
|
|
9842
|
+
previewEmailFailed: string;
|
|
9843
|
+
previewEmailRetry: string;
|
|
9844
|
+
previewEmailSend: string;
|
|
9845
|
+
previewEmailMessageLabel: string;
|
|
9846
|
+
previewEmailSubjectRequired: string;
|
|
9847
|
+
previewEmailBodyRequired: string;
|
|
9796
9848
|
sending: string;
|
|
9797
9849
|
noSubscriptions: string;
|
|
9798
9850
|
recentInvoices: string;
|
|
@@ -10120,7 +10172,6 @@ declare class AppLocale {
|
|
|
10120
10172
|
placeholderAddReferenceNumber: string;
|
|
10121
10173
|
labelInvoiceToLink: string;
|
|
10122
10174
|
placeholderAddInvoiceToLink: string;
|
|
10123
|
-
labelComment: string;
|
|
10124
10175
|
placeholderCommentInternalNote: string;
|
|
10125
10176
|
};
|
|
10126
10177
|
invoicingIssueCreditNote: {
|
|
@@ -10131,7 +10182,6 @@ declare class AppLocale {
|
|
|
10131
10182
|
sectionCreditDetails: string;
|
|
10132
10183
|
sectionLineItems: string;
|
|
10133
10184
|
labelCreditTotal: string;
|
|
10134
|
-
placeholderSelectReason: string;
|
|
10135
10185
|
columnInclude: string;
|
|
10136
10186
|
columnLineTotal: string;
|
|
10137
10187
|
reasonServiceCredit: string;
|
|
@@ -10245,7 +10295,6 @@ declare class AppLocale {
|
|
|
10245
10295
|
defaultMemoLabel: string;
|
|
10246
10296
|
invoiceFooterTextHint: string;
|
|
10247
10297
|
invoiceFooterTextLabel: string;
|
|
10248
|
-
invoiceFooterTextPlaceholder: string;
|
|
10249
10298
|
showTaxIdOnInvoices: string;
|
|
10250
10299
|
showServicePeriods: string;
|
|
10251
10300
|
dunningScheduleTitle: string;
|
|
@@ -10299,9 +10348,6 @@ declare class AppLocale {
|
|
|
10299
10348
|
pauseSubscriptionDateLabel: string;
|
|
10300
10349
|
pauseSubscriptionHint: string;
|
|
10301
10350
|
cancelSubscriptionMessage: string;
|
|
10302
|
-
cancelReasonLabel: string;
|
|
10303
|
-
cancelReasonPlaceholder: string;
|
|
10304
|
-
cancelCommentLabel: string;
|
|
10305
10351
|
cancelCommentPlaceholder: string;
|
|
10306
10352
|
everyUnit: string;
|
|
10307
10353
|
everyPeriodUnits: string;
|