@zeniai/web-components 4.3.76 → 4.3.77
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-z4PrvxTb.js → SessionTimeoutPopup-BejedTDm.js} +97555 -94160
- package/dist/{SessionTimeoutPopup-e2q-I5j5.cjs → SessionTimeoutPopup-vzJ2ivQV.cjs} +18205 -17372
- package/dist/appLocale.d.ts +119 -0
- package/dist/cockpit.cjs.js +2 -2
- package/dist/cockpit.esm.js +415 -414
- package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +14 -4
- package/dist/components/expenseAutomation/components/navbarHeaderData.d.ts +6 -1
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingKpiStrip.d.ts +9 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingList.d.ts +13 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingListRow.d.ts +11 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingMatchDetailPage.d.ts +21 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingMatchNewButton.d.ts +5 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingPage.d.ts +22 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingPageSkeleton.d.ts +3 -0
- package/dist/components/expenseAutomation/sections/actualMatching/MatchNewModal.d.ts +12 -0
- package/dist/components/expenseAutomation/sections/actualMatching/MatchNewPreview.d.ts +8 -0
- package/dist/components/expenseAutomation/sections/actualMatching/ReversesGroupedPill.d.ts +5 -0
- package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingHelpers.d.ts +76 -0
- package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingHelpers.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingListConfig.d.ts +12 -0
- package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingMatchDetailHelpers.d.ts +18 -0
- package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingMatchDetailHelpers.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingTypes.d.ts +134 -0
- package/dist/components/expenseAutomation/sections/actualMatching/matchNewPreviewHelpers.d.ts +12 -0
- package/dist/components/expenseAutomation/sections/actualMatching/matchNewPreviewHelpers.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/actualMatching/stories/ActualMatchingPageQuickViewStoryParts.d.ts +10 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +10 -2
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEGroupSectionHeader.d.ts +2 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.js +392 -391
- package/dist/strings/strings.d.ts +119 -0
- package/package.json +3 -3
|
@@ -1965,6 +1965,16 @@ export declare const zeniStrings: {
|
|
|
1965
1965
|
failed: string;
|
|
1966
1966
|
notification: string;
|
|
1967
1967
|
};
|
|
1968
|
+
actual_matching_match_and_reverse: {
|
|
1969
|
+
success: string;
|
|
1970
|
+
failed: string;
|
|
1971
|
+
notification: string;
|
|
1972
|
+
};
|
|
1973
|
+
actual_matching_undo_reversal: {
|
|
1974
|
+
success: string;
|
|
1975
|
+
failed: string;
|
|
1976
|
+
notification: string;
|
|
1977
|
+
};
|
|
1968
1978
|
ignore_schedule: {
|
|
1969
1979
|
success: string;
|
|
1970
1980
|
failed: string;
|
|
@@ -8438,8 +8448,117 @@ export declare const zeniStrings: {
|
|
|
8438
8448
|
};
|
|
8439
8449
|
tabs: {
|
|
8440
8450
|
schedules: string;
|
|
8451
|
+
actualMatching: string;
|
|
8441
8452
|
existingSchedules: string;
|
|
8442
8453
|
};
|
|
8454
|
+
actualMatching: {
|
|
8455
|
+
matchNew: string;
|
|
8456
|
+
undoReversal: string;
|
|
8457
|
+
continueMatch: string;
|
|
8458
|
+
openBill: string;
|
|
8459
|
+
openCharge: string;
|
|
8460
|
+
openTransaction: string;
|
|
8461
|
+
kpi: {
|
|
8462
|
+
actualsReceived: string;
|
|
8463
|
+
ofExpected: string;
|
|
8464
|
+
vendorsStillPending: string;
|
|
8465
|
+
vendorStillPending: string;
|
|
8466
|
+
autoReversed: string;
|
|
8467
|
+
cleared: string;
|
|
8468
|
+
pendingReview: string;
|
|
8469
|
+
estMinutesToClear: string;
|
|
8470
|
+
variance: string;
|
|
8471
|
+
varianceFooter: string;
|
|
8472
|
+
};
|
|
8473
|
+
groups: {
|
|
8474
|
+
reversed: string;
|
|
8475
|
+
};
|
|
8476
|
+
groupSubtitles: {
|
|
8477
|
+
reversed: string;
|
|
8478
|
+
pendingReview: string;
|
|
8479
|
+
};
|
|
8480
|
+
columns: {
|
|
8481
|
+
received: string;
|
|
8482
|
+
vendor: string;
|
|
8483
|
+
type: string;
|
|
8484
|
+
service: string;
|
|
8485
|
+
reverses: string;
|
|
8486
|
+
matchTier: string;
|
|
8487
|
+
reversedBy: string;
|
|
8488
|
+
accrued: string;
|
|
8489
|
+
actual: string;
|
|
8490
|
+
variance: string;
|
|
8491
|
+
};
|
|
8492
|
+
reversedBy: {
|
|
8493
|
+
aiAccountant: string;
|
|
8494
|
+
humanUser: string;
|
|
8495
|
+
};
|
|
8496
|
+
matchTier: {
|
|
8497
|
+
exact: string;
|
|
8498
|
+
fuzzy: string;
|
|
8499
|
+
aiAccountant: string;
|
|
8500
|
+
manual: string;
|
|
8501
|
+
};
|
|
8502
|
+
reversesCount: string;
|
|
8503
|
+
groupedOpenAccrual: string;
|
|
8504
|
+
groupedMenuAria: string;
|
|
8505
|
+
lifecycle: {
|
|
8506
|
+
pendingReview: string;
|
|
8507
|
+
autoReversed: string;
|
|
8508
|
+
};
|
|
8509
|
+
emptyState: {
|
|
8510
|
+
title: string;
|
|
8511
|
+
subTitle: string;
|
|
8512
|
+
};
|
|
8513
|
+
matchModal: {
|
|
8514
|
+
title: string;
|
|
8515
|
+
subtitle: string;
|
|
8516
|
+
leftTitle: string;
|
|
8517
|
+
rightTitle: string;
|
|
8518
|
+
selectedLabel: string;
|
|
8519
|
+
leftSearchPlaceholder: string;
|
|
8520
|
+
rightSearchPlaceholder: string;
|
|
8521
|
+
emptyLeft: string;
|
|
8522
|
+
emptyRight: string;
|
|
8523
|
+
confirm: string;
|
|
8524
|
+
maxAccruals: string;
|
|
8525
|
+
conflict: string;
|
|
8526
|
+
vendorLock: string;
|
|
8527
|
+
selectLineHint: string;
|
|
8528
|
+
previewEmpty: string;
|
|
8529
|
+
accrualJeTitle: string;
|
|
8530
|
+
reversalJeTitle: string;
|
|
8531
|
+
reversalJeNote: string;
|
|
8532
|
+
transactionMatchedTitle: string;
|
|
8533
|
+
columnDate: string;
|
|
8534
|
+
columnAccount: string;
|
|
8535
|
+
columnDebit: string;
|
|
8536
|
+
columnCredit: string;
|
|
8537
|
+
lastDayOfMonth: string;
|
|
8538
|
+
reversesLabel: string;
|
|
8539
|
+
vsAccrued: string;
|
|
8540
|
+
accruedExpensesFallback: string;
|
|
8541
|
+
};
|
|
8542
|
+
matchDetail: {
|
|
8543
|
+
service: string;
|
|
8544
|
+
accrued: string;
|
|
8545
|
+
actual: string;
|
|
8546
|
+
variance: string;
|
|
8547
|
+
accrualJes: string;
|
|
8548
|
+
leftovers: string;
|
|
8549
|
+
reversalFailed: string;
|
|
8550
|
+
undoFailed: string;
|
|
8551
|
+
loadErrorTitle: string;
|
|
8552
|
+
loadErrorSubTitle: string;
|
|
8553
|
+
reversalJe: string;
|
|
8554
|
+
matchedBill: string;
|
|
8555
|
+
matchedCharge: string;
|
|
8556
|
+
matchedTransaction: string;
|
|
8557
|
+
statusAutoReversed: string;
|
|
8558
|
+
statusPendingReview: string;
|
|
8559
|
+
statusManuallyReversed: string;
|
|
8560
|
+
};
|
|
8561
|
+
};
|
|
8443
8562
|
newSchedule: {
|
|
8444
8563
|
title: string;
|
|
8445
8564
|
oneTimeAccrualTitle: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/web-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.77",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
49
49
|
"@stripe/stripe-js": "^4.4.0",
|
|
50
50
|
"@zeniai/client-analytics": "2.0.89",
|
|
51
|
-
"@zeniai/client-epic-state": "5.2.
|
|
51
|
+
"@zeniai/client-epic-state": "5.2.42",
|
|
52
52
|
"autosuggest-highlight": "^3.2.1",
|
|
53
53
|
"browser-image-compression": "^2.0.2",
|
|
54
54
|
"countries-list": "^2.6.1",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@types/react-select": "^4.0.18",
|
|
168
168
|
"@types/react-window": "^1.8.8",
|
|
169
169
|
"@zeniai/client-analytics": "2.0.89",
|
|
170
|
-
"@zeniai/client-epic-state": "5.2.
|
|
170
|
+
"@zeniai/client-epic-state": "5.2.42",
|
|
171
171
|
"color": "^3.1.3",
|
|
172
172
|
"react": "18.3.1",
|
|
173
173
|
"react-dom": "18.3.1",
|