@zeniai/web-components 4.3.64 → 4.3.65-beta0ND

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 (49) hide show
  1. package/dist/{SessionTimeoutPopup-fxavLyZ0.cjs → SessionTimeoutPopup-P-8_3dEh.cjs} +17449 -16482
  2. package/dist/{SessionTimeoutPopup-B9J7SmPi.js → SessionTimeoutPopup-ipZ6yo6R.js} +94475 -91743
  3. package/dist/appLocale.d.ts +146 -0
  4. package/dist/cockpit.cjs.js +2 -2
  5. package/dist/cockpit.esm.js +168 -166
  6. package/dist/components/aiCfo/AiCfoPage.d.ts +68 -0
  7. package/dist/components/aiCfo/components/AiCfoCombobox.d.ts +24 -0
  8. package/dist/components/aiCfo/components/AiCfoRoutineDetail.d.ts +29 -0
  9. package/dist/components/aiCfo/components/AiCfoRoutineEditor.d.ts +46 -0
  10. package/dist/components/aiCfo/components/AiCfoRoutineRunsPanel.d.ts +42 -0
  11. package/dist/components/aiCfo/components/AiCfoRoutinesBrowser.d.ts +41 -0
  12. package/dist/components/aiCfo/components/AiCfoScrollArea.d.ts +11 -0
  13. package/dist/components/aiCfo/components/helpers/aiCfoRoutines.d.ts +197 -0
  14. package/dist/components/appDrawerContent/AiCfoMenuContent.d.ts +29 -1
  15. package/dist/components/appDrawerContent/AppDrawerContent.d.ts +8 -1
  16. package/dist/components/appDrawerContent/MenuButton.d.ts +4 -3
  17. package/dist/components/appDrawerContent/MenuList.d.ts +8 -1
  18. package/dist/components/appDrawerContent/appDrawerContent.helpers.d.ts +5 -0
  19. package/dist/components/common/Picker.d.ts +7 -1
  20. package/dist/components/{transactionDetail/TransactionSidePanelLayout.d.ts → common/sidePanel/SidePanelLayout.d.ts} +17 -2
  21. package/dist/components/commonSetUp/approval/ApprovalStageRow.d.ts +24 -0
  22. package/dist/components/commonSetUp/approval/ApprovalStagesSection.d.ts +9 -1
  23. package/dist/components/commonSetUp/approval/ConditionRow.d.ts +7 -4
  24. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +15 -0
  25. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +15 -2
  26. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage.d.ts +8 -4
  27. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleConfig.d.ts +12 -1
  28. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.d.ts +9 -1
  29. package/dist/components/expenseAutomation/sections/jeSchedules/list/useJEScheduleRowClick.d.ts +13 -0
  30. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JEExistingSection.d.ts +11 -1
  31. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESchedulesSection.d.ts +11 -1
  32. package/dist/components/expenseAutomation/sections/missingReceipts/completedTab/CompletedTab.d.ts +1 -1
  33. package/dist/components/expenseAutomation/sections/missingReceipts/missingReceiptsSidePanelListMargin.d.ts +1 -1
  34. package/dist/components/expenseAutomation/sections/missingReceipts/missingTab/MissingReceiptsListTable.d.ts +1 -1
  35. package/dist/components/jeSchedules/scheduleDetails/ScheduleDetailsAccruedExpensesPage.d.ts +4 -1
  36. package/dist/components/jeSchedules/scheduleDetails/ScheduleDetailsFixedAssetsPage.d.ts +4 -1
  37. package/dist/components/jeSchedules/scheduleDetails/ScheduleDetailsPage.d.ts +4 -1
  38. package/dist/components/singleSelect/SingleSelect.d.ts +8 -1
  39. package/dist/components/singleSelect/SingleSelectField.d.ts +3 -1
  40. package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelect.d.ts +35 -1
  41. package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelectField.d.ts +9 -1
  42. package/dist/context/SidePanelContext.d.ts +25 -11
  43. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +2 -0
  44. package/dist/index.cjs.js +1 -1
  45. package/dist/index.d.ts +5 -3
  46. package/dist/index.esm.js +258 -256
  47. package/dist/strings/strings.d.ts +146 -0
  48. package/package.json +5 -5
  49. /package/dist/components/{transactionDetail → common/sidePanel}/panelSelectedMixin.d.ts +0 -0
@@ -754,6 +754,7 @@ export declare const zeniStrings: {
754
754
  signInSecurelyViaPlaid: string;
755
755
  signUpForFree: string;
756
756
  siteDefault: string;
757
+ routines: string;
757
758
  skills: string;
758
759
  skipGoToMyDashboard: string;
759
760
  snooze: string;
@@ -5146,6 +5147,7 @@ export declare const zeniStrings: {
5146
5147
  };
5147
5148
  amountRangeToPlaceholder: string;
5148
5149
  amountMissingError: string;
5150
+ noRequireApprovalStageError: string;
5149
5151
  operatorIsOrIsNot: {
5150
5152
  is_not: string;
5151
5153
  is: string;
@@ -9078,6 +9080,150 @@ export declare const zeniStrings: {
9078
9080
  examplePrefix: string;
9079
9081
  tip: string;
9080
9082
  };
9083
+ routines: {
9084
+ title: string;
9085
+ am: string;
9086
+ pm: string;
9087
+ subtitle: string;
9088
+ empty: string;
9089
+ loading: string;
9090
+ loadFailed: string;
9091
+ newRoutine: string;
9092
+ capReached: string;
9093
+ everyDayAt: string;
9094
+ everyWeekAt: string;
9095
+ everyMonthAt: string;
9096
+ unknownSchedule: string;
9097
+ weekdays: string[];
9098
+ ordinalSuffixes: {
9099
+ one: string;
9100
+ two: string;
9101
+ few: string;
9102
+ other: string;
9103
+ };
9104
+ unknownScheduleHint: string;
9105
+ inTimezone: string;
9106
+ nextRun: string;
9107
+ neverRun: string;
9108
+ lastRunSucceeded: string;
9109
+ lastRunSucceededNoDate: string;
9110
+ lastRunFailedNoDate: string;
9111
+ lastRunTimeoutNoDate: string;
9112
+ lastRunFailed: string;
9113
+ lastRunTimeout: string;
9114
+ pausedBadge: string;
9115
+ autoPaused: string;
9116
+ adHocBadge: string;
9117
+ brokenSkill: string;
9118
+ pause: string;
9119
+ resume: string;
9120
+ pauseRoutine: string;
9121
+ resumeRoutine: string;
9122
+ editRoutine: string;
9123
+ deleteRoutine: string;
9124
+ openThread: string;
9125
+ run: string;
9126
+ runRoutine: string;
9127
+ running: string;
9128
+ runQueued: string;
9129
+ runFailed: string;
9130
+ history: string;
9131
+ hideHistory: string;
9132
+ historyLoading: string;
9133
+ historyFailed: string;
9134
+ historyEmpty: string;
9135
+ runManual: string;
9136
+ runScheduled: string;
9137
+ runInFlight: string;
9138
+ runSucceeded: string;
9139
+ runFailedStatus: string;
9140
+ runTimedOut: string;
9141
+ runUnknownStatus: string;
9142
+ runAt: string;
9143
+ runAttempt: string;
9144
+ openRun: string;
9145
+ openRunLabel: string;
9146
+ backToRoutines: string;
9147
+ configuration: string;
9148
+ enabledLabel: string;
9149
+ enabledOn: string;
9150
+ enabledOff: string;
9151
+ enabledOnHint: string;
9152
+ enabledOffHint: string;
9153
+ scheduleRow: string;
9154
+ oneOffSource: string;
9155
+ instructionsHeading: string;
9156
+ showAll: string;
9157
+ showLess: string;
9158
+ runsHeading: string;
9159
+ successRatio: string;
9160
+ neverRunStatus: string;
9161
+ openRoutine: string;
9162
+ openRoutinePage: string;
9163
+ breadcrumbRoot: string;
9164
+ edit: string;
9165
+ runRowLabel: string;
9166
+ newRuns: string;
9167
+ scheduledSection: string;
9168
+ cadenceDaily: string;
9169
+ cadenceWeekly: string;
9170
+ cadenceMonthly: string;
9171
+ cadenceCustom: string;
9172
+ showRuns: string;
9173
+ hideRuns: string;
9174
+ panelRuns: string;
9175
+ panelDetails: string;
9176
+ panelSkill: string;
9177
+ composerPlaceholder: string;
9178
+ composerSubmit: string;
9179
+ composerExamples: string[];
9180
+ deleteConfirm: string;
9181
+ deleteConfirmBody: string;
9182
+ deleting: string;
9183
+ deleteFailed: string;
9184
+ saveFailed: string;
9185
+ nameLabel: string;
9186
+ namePlaceholder: string;
9187
+ sourceLabel: string;
9188
+ sourceSkill: string;
9189
+ sourcePrompt: string;
9190
+ promptPlaceholder: string;
9191
+ promptHint: string;
9192
+ skillLabel: string;
9193
+ skillHint: string;
9194
+ cadenceLabel: string;
9195
+ daily: string;
9196
+ weekly: string;
9197
+ monthly: string;
9198
+ weekdayLabel: string;
9199
+ dayOfMonthLabel: string;
9200
+ dayOfMonthHint: string;
9201
+ hourLabel: string;
9202
+ minuteLabel: string;
9203
+ timeLabel: string;
9204
+ scheduleLabel: string;
9205
+ runsSummary: string;
9206
+ timezoneLabel: string;
9207
+ timezonePlaceholder: string;
9208
+ timezoneHint: string;
9209
+ timezoneInvalid: string;
9210
+ skillPlaceholder: string;
9211
+ skillUnknown: string;
9212
+ templateLabel: string;
9213
+ templatePlaceholder: string;
9214
+ templateHint: string;
9215
+ templateLoading: string;
9216
+ templateFailed: string;
9217
+ skillInstructionsLabel: string;
9218
+ skillInstructionsLoading: string;
9219
+ skillInstructionsFailed: string;
9220
+ editACopy: string;
9221
+ editACopyHint: string;
9222
+ noMatches: string;
9223
+ deliveryNote: string;
9224
+ save: string;
9225
+ saving: string;
9226
+ };
9081
9227
  skills: {
9082
9228
  subtitle: string;
9083
9229
  byZeni: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.3.64",
3
+ "version": "4.3.65-beta0ND",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -47,8 +47,8 @@
47
47
  "@statsig/react-bindings": "^3.14.0",
48
48
  "@stripe/react-stripe-js": "^2.7.3",
49
49
  "@stripe/stripe-js": "^4.4.0",
50
- "@zeniai/client-analytics": "2.0.88",
51
- "@zeniai/client-epic-state": "5.2.36",
50
+ "@zeniai/client-analytics": "2.0.87",
51
+ "@zeniai/client-epic-state": "5.2.35",
52
52
  "autosuggest-highlight": "^3.2.1",
53
53
  "browser-image-compression": "^2.0.2",
54
54
  "countries-list": "^2.6.1",
@@ -166,8 +166,8 @@
166
166
  "@types/color": "^3.0.2",
167
167
  "@types/react-select": "^4.0.18",
168
168
  "@types/react-window": "^1.8.8",
169
- "@zeniai/client-analytics": "2.0.88",
170
- "@zeniai/client-epic-state": "5.2.36",
169
+ "@zeniai/client-analytics": "2.0.87",
170
+ "@zeniai/client-epic-state": "5.2.35",
171
171
  "color": "^3.1.3",
172
172
  "react": "18.3.1",
173
173
  "react-dom": "18.3.1",