@zeniai/web-components 4.1.52-beta29RJ → 4.1.52-betaJK1
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-BsP667ys.cjs → SessionTimeoutPopup-CeEHMEE4.cjs} +13205 -13178
- package/dist/{SessionTimeoutPopup-NA_68Nlj.js → SessionTimeoutPopup-DLk6TjxT.js} +50271 -50432
- package/dist/appLocale.d.ts +9 -0
- package/dist/cockpit.cjs.js +805 -805
- package/dist/cockpit.esm.js +3519 -3440
- package/dist/components/cockpit/common/cockpitConstants.d.ts +2 -1
- package/dist/components/cockpit/common/cockpitFilters/cockpitFiltersHelpers.d.ts +1 -1
- package/dist/components/cockpit/common/cockpitFilters/commonTypes.d.ts +5 -2
- package/dist/components/cockpit/common/cockpitFilters/components/CategoryDropdown.d.ts +2 -2
- package/dist/components/cockpit/taskManager/TaskManagerPage.d.ts +4 -2
- package/dist/components/common/rightSidePanelHeader/RightSidePanelHeader.d.ts +3 -2
- package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +0 -1
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleDraftListRow.d.ts +1 -6
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleListWrapperRow.d.ts +1 -3
- package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +1 -1
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleReadOnlyListRow.d.ts +1 -6
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleRecommendationIcon.d.ts +2 -3
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleResolveListRow.d.ts +1 -6
- package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulesList.d.ts +1 -2
- package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.d.ts +1 -2
- package/dist/components/expenseAutomation/sections/transactionCategorization/reviewConfirmTransferDrawer/ReviewConfirmTransferDrawer.d.ts +2 -1
- package/dist/components/expenseAutomation/sections/transactionCategorization/reviewConfirmTransferDrawer/ReviewConfirmTransferPanel.d.ts +1 -1
- package/dist/components/taskManagement/TaskDetailPage.d.ts +1 -1
- package/dist/components/transactionActivityLog/TransactionActivityLogHeader.d.ts +3 -2
- package/dist/components/transactionActivityLog/TransactionActivityLogPage.d.ts +3 -2
- package/dist/components/transactionActivityLog/TransactionActivityLogPanel.d.ts +2 -3
- package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +0 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/strings/strings.d.ts +9 -0
- package/package.json +5 -5
- package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.test.d.ts +0 -1
package/dist/appLocale.d.ts
CHANGED
|
@@ -3914,6 +3914,15 @@ declare class AppLocale {
|
|
|
3914
3914
|
aiAccountant: {
|
|
3915
3915
|
enrollmentStatus: string;
|
|
3916
3916
|
};
|
|
3917
|
+
taskManager: {
|
|
3918
|
+
company_id: string;
|
|
3919
|
+
status: string;
|
|
3920
|
+
priority: string;
|
|
3921
|
+
assignees: string;
|
|
3922
|
+
tag: string;
|
|
3923
|
+
dueDate: string;
|
|
3924
|
+
creationDate: string;
|
|
3925
|
+
};
|
|
3917
3926
|
healthMonitor: {
|
|
3918
3927
|
controller: string;
|
|
3919
3928
|
customerSuccessManager: string;
|