@zeniai/web-components 4.3.64 → 4.3.65-beta1ND

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-B9J7SmPi.js → SessionTimeoutPopup-B8Btzn0k.js} +94467 -91741
  2. package/dist/{SessionTimeoutPopup-fxavLyZ0.cjs → SessionTimeoutPopup-D6GIFLK3.cjs} +17447 -16482
  3. package/dist/appLocale.d.ts +147 -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 +147 -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;
@@ -9049,6 +9051,7 @@ export declare const zeniStrings: {
9049
9051
  };
9050
9052
  recommendationFeedback: {
9051
9053
  title: string;
9054
+ skipLabel: string;
9052
9055
  yourSelection: string;
9053
9056
  reasonPlaceholder: string;
9054
9057
  submitHintPrefix: string;
@@ -9078,6 +9081,150 @@ export declare const zeniStrings: {
9078
9081
  examplePrefix: string;
9079
9082
  tip: string;
9080
9083
  };
9084
+ routines: {
9085
+ title: string;
9086
+ am: string;
9087
+ pm: string;
9088
+ subtitle: string;
9089
+ empty: string;
9090
+ loading: string;
9091
+ loadFailed: string;
9092
+ newRoutine: string;
9093
+ capReached: string;
9094
+ everyDayAt: string;
9095
+ everyWeekAt: string;
9096
+ everyMonthAt: string;
9097
+ unknownSchedule: string;
9098
+ weekdays: string[];
9099
+ ordinalSuffixes: {
9100
+ one: string;
9101
+ two: string;
9102
+ few: string;
9103
+ other: string;
9104
+ };
9105
+ unknownScheduleHint: string;
9106
+ inTimezone: string;
9107
+ nextRun: string;
9108
+ neverRun: string;
9109
+ lastRunSucceeded: string;
9110
+ lastRunSucceededNoDate: string;
9111
+ lastRunFailedNoDate: string;
9112
+ lastRunTimeoutNoDate: string;
9113
+ lastRunFailed: string;
9114
+ lastRunTimeout: string;
9115
+ pausedBadge: string;
9116
+ autoPaused: string;
9117
+ adHocBadge: string;
9118
+ brokenSkill: string;
9119
+ pause: string;
9120
+ resume: string;
9121
+ pauseRoutine: string;
9122
+ resumeRoutine: string;
9123
+ editRoutine: string;
9124
+ deleteRoutine: string;
9125
+ openThread: string;
9126
+ run: string;
9127
+ runRoutine: string;
9128
+ running: string;
9129
+ runQueued: string;
9130
+ runFailed: string;
9131
+ history: string;
9132
+ hideHistory: string;
9133
+ historyLoading: string;
9134
+ historyFailed: string;
9135
+ historyEmpty: string;
9136
+ runManual: string;
9137
+ runScheduled: string;
9138
+ runInFlight: string;
9139
+ runSucceeded: string;
9140
+ runFailedStatus: string;
9141
+ runTimedOut: string;
9142
+ runUnknownStatus: string;
9143
+ runAt: string;
9144
+ runAttempt: string;
9145
+ openRun: string;
9146
+ openRunLabel: string;
9147
+ backToRoutines: string;
9148
+ configuration: string;
9149
+ enabledLabel: string;
9150
+ enabledOn: string;
9151
+ enabledOff: string;
9152
+ enabledOnHint: string;
9153
+ enabledOffHint: string;
9154
+ scheduleRow: string;
9155
+ oneOffSource: string;
9156
+ instructionsHeading: string;
9157
+ showAll: string;
9158
+ showLess: string;
9159
+ runsHeading: string;
9160
+ successRatio: string;
9161
+ neverRunStatus: string;
9162
+ openRoutine: string;
9163
+ openRoutinePage: string;
9164
+ breadcrumbRoot: string;
9165
+ edit: string;
9166
+ runRowLabel: string;
9167
+ newRuns: string;
9168
+ scheduledSection: string;
9169
+ cadenceDaily: string;
9170
+ cadenceWeekly: string;
9171
+ cadenceMonthly: string;
9172
+ cadenceCustom: string;
9173
+ showRuns: string;
9174
+ hideRuns: string;
9175
+ panelRuns: string;
9176
+ panelDetails: string;
9177
+ panelSkill: string;
9178
+ composerPlaceholder: string;
9179
+ composerSubmit: string;
9180
+ composerExamples: string[];
9181
+ deleteConfirm: string;
9182
+ deleteConfirmBody: string;
9183
+ deleting: string;
9184
+ deleteFailed: string;
9185
+ saveFailed: string;
9186
+ nameLabel: string;
9187
+ namePlaceholder: string;
9188
+ sourceLabel: string;
9189
+ sourceSkill: string;
9190
+ sourcePrompt: string;
9191
+ promptPlaceholder: string;
9192
+ promptHint: string;
9193
+ skillLabel: string;
9194
+ skillHint: string;
9195
+ cadenceLabel: string;
9196
+ daily: string;
9197
+ weekly: string;
9198
+ monthly: string;
9199
+ weekdayLabel: string;
9200
+ dayOfMonthLabel: string;
9201
+ dayOfMonthHint: string;
9202
+ hourLabel: string;
9203
+ minuteLabel: string;
9204
+ timeLabel: string;
9205
+ scheduleLabel: string;
9206
+ runsSummary: string;
9207
+ timezoneLabel: string;
9208
+ timezonePlaceholder: string;
9209
+ timezoneHint: string;
9210
+ timezoneInvalid: string;
9211
+ skillPlaceholder: string;
9212
+ skillUnknown: string;
9213
+ templateLabel: string;
9214
+ templatePlaceholder: string;
9215
+ templateHint: string;
9216
+ templateLoading: string;
9217
+ templateFailed: string;
9218
+ skillInstructionsLabel: string;
9219
+ skillInstructionsLoading: string;
9220
+ skillInstructionsFailed: string;
9221
+ editACopy: string;
9222
+ editACopyHint: string;
9223
+ noMatches: string;
9224
+ deliveryNote: string;
9225
+ save: string;
9226
+ saving: string;
9227
+ };
9081
9228
  skills: {
9082
9229
  subtitle: string;
9083
9230
  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-beta1ND",
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",