@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.
Files changed (32) hide show
  1. package/dist/{SessionTimeoutPopup-BsP667ys.cjs → SessionTimeoutPopup-CeEHMEE4.cjs} +13205 -13178
  2. package/dist/{SessionTimeoutPopup-NA_68Nlj.js → SessionTimeoutPopup-DLk6TjxT.js} +50271 -50432
  3. package/dist/appLocale.d.ts +9 -0
  4. package/dist/cockpit.cjs.js +805 -805
  5. package/dist/cockpit.esm.js +3519 -3440
  6. package/dist/components/cockpit/common/cockpitConstants.d.ts +2 -1
  7. package/dist/components/cockpit/common/cockpitFilters/cockpitFiltersHelpers.d.ts +1 -1
  8. package/dist/components/cockpit/common/cockpitFilters/commonTypes.d.ts +5 -2
  9. package/dist/components/cockpit/common/cockpitFilters/components/CategoryDropdown.d.ts +2 -2
  10. package/dist/components/cockpit/taskManager/TaskManagerPage.d.ts +4 -2
  11. package/dist/components/common/rightSidePanelHeader/RightSidePanelHeader.d.ts +3 -2
  12. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +0 -1
  13. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleDraftListRow.d.ts +1 -6
  14. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleListWrapperRow.d.ts +1 -3
  15. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +1 -1
  16. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleReadOnlyListRow.d.ts +1 -6
  17. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleRecommendationIcon.d.ts +2 -3
  18. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleResolveListRow.d.ts +1 -6
  19. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulesList.d.ts +1 -2
  20. package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.d.ts +1 -2
  21. package/dist/components/expenseAutomation/sections/transactionCategorization/reviewConfirmTransferDrawer/ReviewConfirmTransferDrawer.d.ts +2 -1
  22. package/dist/components/expenseAutomation/sections/transactionCategorization/reviewConfirmTransferDrawer/ReviewConfirmTransferPanel.d.ts +1 -1
  23. package/dist/components/taskManagement/TaskDetailPage.d.ts +1 -1
  24. package/dist/components/transactionActivityLog/TransactionActivityLogHeader.d.ts +3 -2
  25. package/dist/components/transactionActivityLog/TransactionActivityLogPage.d.ts +3 -2
  26. package/dist/components/transactionActivityLog/TransactionActivityLogPanel.d.ts +2 -3
  27. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +0 -2
  28. package/dist/index.cjs.js +1 -1
  29. package/dist/index.esm.js +1 -1
  30. package/dist/strings/strings.d.ts +9 -0
  31. package/package.json +5 -5
  32. package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.test.d.ts +0 -1
@@ -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;