@xh/hoist 71.0.0-SNAPSHOT.1735573086543 → 71.0.0-SNAPSHOT.1735587357776

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 (712) hide show
  1. package/CHANGELOG.md +1 -4
  2. package/LICENSE.md +1 -1
  3. package/README.md +2 -3
  4. package/SECURITY.md +5 -0
  5. package/admin/AdminUtils.ts +1 -1
  6. package/admin/App.scss +1 -1
  7. package/admin/AppComponent.ts +1 -1
  8. package/admin/AppModel.ts +1 -1
  9. package/admin/columns/Core.ts +1 -1
  10. package/admin/columns/Rest.ts +1 -1
  11. package/admin/columns/Tracking.ts +1 -1
  12. package/admin/columns/User.ts +1 -1
  13. package/admin/columns/UserData.ts +1 -1
  14. package/admin/differ/Differ.scss +1 -1
  15. package/admin/differ/Differ.ts +1 -1
  16. package/admin/differ/DifferDetail.ts +1 -1
  17. package/admin/differ/DifferDetailModel.ts +1 -1
  18. package/admin/differ/DifferModel.ts +1 -1
  19. package/admin/regroup/RegroupDialog.ts +1 -1
  20. package/admin/regroup/RegroupDialogModel.ts +1 -1
  21. package/admin/tabs/activity/ActivityTab.scss +1 -1
  22. package/admin/tabs/activity/ActivityTab.ts +1 -1
  23. package/admin/tabs/activity/aggregators/RangeAggregator.ts +1 -1
  24. package/admin/tabs/activity/clienterrors/ClientErrorDetail.ts +1 -1
  25. package/admin/tabs/activity/clienterrors/ClientErrorsModel.ts +1 -1
  26. package/admin/tabs/activity/clienterrors/ClientErrorsPanel.ts +1 -1
  27. package/admin/tabs/activity/feedback/FeedbackPanel.ts +1 -1
  28. package/admin/tabs/activity/tracking/ActivityTrackingModel.ts +1 -1
  29. package/admin/tabs/activity/tracking/ActivityTrackingPanel.ts +1 -1
  30. package/admin/tabs/activity/tracking/charts/ChartsModel.ts +1 -1
  31. package/admin/tabs/activity/tracking/charts/ChartsPanel.ts +1 -1
  32. package/admin/tabs/activity/tracking/detail/ActivityDetailModel.ts +1 -1
  33. package/admin/tabs/activity/tracking/detail/ActivityDetailView.ts +1 -1
  34. package/admin/tabs/cluster/BaseInstanceModel.ts +1 -1
  35. package/admin/tabs/cluster/ClusterTab.ts +1 -1
  36. package/admin/tabs/cluster/ClusterTabModel.ts +1 -1
  37. package/admin/tabs/cluster/connpool/ConnPoolMonitorModel.ts +1 -1
  38. package/admin/tabs/cluster/connpool/ConnPoolMonitorPanel.ts +1 -1
  39. package/admin/tabs/cluster/distobjects/DistributedObjectsModel.ts +1 -1
  40. package/admin/tabs/cluster/distobjects/DistributedObjectsPanel.ts +1 -1
  41. package/admin/tabs/cluster/environment/ServerEnvModel.ts +1 -1
  42. package/admin/tabs/cluster/environment/ServerEnvPanel.ts +1 -1
  43. package/admin/tabs/cluster/logs/LogDisplay.ts +1 -1
  44. package/admin/tabs/cluster/logs/LogDisplayModel.ts +1 -1
  45. package/admin/tabs/cluster/logs/LogViewer.scss +1 -1
  46. package/admin/tabs/cluster/logs/LogViewer.ts +1 -1
  47. package/admin/tabs/cluster/logs/LogViewerModel.ts +1 -1
  48. package/admin/tabs/cluster/logs/levels/LogLevelDialog.ts +1 -1
  49. package/admin/tabs/cluster/logs/levels/LogLevelDialogModel.ts +1 -1
  50. package/admin/tabs/cluster/memory/MemoryMonitorModel.ts +1 -1
  51. package/admin/tabs/cluster/memory/MemoryMonitorPanel.ts +1 -1
  52. package/admin/tabs/cluster/services/DetailsModel.ts +1 -1
  53. package/admin/tabs/cluster/services/DetailsPanel.ts +1 -1
  54. package/admin/tabs/cluster/services/ServiceModel.ts +1 -1
  55. package/admin/tabs/cluster/services/ServicePanel.ts +1 -1
  56. package/admin/tabs/cluster/websocket/WebSocketColumns.ts +1 -1
  57. package/admin/tabs/cluster/websocket/WebSocketModel.ts +1 -1
  58. package/admin/tabs/cluster/websocket/WebSocketPanel.ts +1 -1
  59. package/admin/tabs/general/GeneralTab.ts +1 -1
  60. package/admin/tabs/general/about/AboutPanel.scss +1 -1
  61. package/admin/tabs/general/about/AboutPanel.ts +1 -1
  62. package/admin/tabs/general/alertBanner/AlertBannerModel.ts +1 -1
  63. package/admin/tabs/general/alertBanner/AlertBannerPanel.scss +1 -1
  64. package/admin/tabs/general/alertBanner/AlertBannerPanel.ts +1 -1
  65. package/admin/tabs/general/config/ConfigPanel.ts +1 -1
  66. package/admin/tabs/general/config/ConfigPanelModel.ts +1 -1
  67. package/admin/tabs/monitor/MonitorColumns.ts +1 -1
  68. package/admin/tabs/monitor/MonitorTab.scss +1 -1
  69. package/admin/tabs/monitor/MonitorTab.ts +1 -1
  70. package/admin/tabs/monitor/MonitorTabModel.ts +1 -1
  71. package/admin/tabs/monitor/Tile.scss +1 -1
  72. package/admin/tabs/monitor/Tile.ts +1 -1
  73. package/admin/tabs/monitor/Types.ts +1 -1
  74. package/admin/tabs/monitor/editor/MonitorEditorDialog.ts +1 -1
  75. package/admin/tabs/userData/UserDataTab.ts +1 -1
  76. package/admin/tabs/userData/jsonblob/JsonBlobColumns.ts +1 -1
  77. package/admin/tabs/userData/jsonblob/JsonBlobModel.ts +1 -1
  78. package/admin/tabs/userData/jsonblob/JsonBlobPanel.ts +1 -1
  79. package/admin/tabs/userData/prefs/UserPreferenceModel.ts +6 -0
  80. package/admin/tabs/userData/prefs/UserPreferencePanel.ts +1 -1
  81. package/admin/tabs/userData/prefs/editor/PrefEditorDialog.ts +1 -1
  82. package/admin/tabs/userData/prefs/editor/PrefEditorModel.ts +1 -1
  83. package/admin/tabs/userData/roles/RoleModel.ts +1 -1
  84. package/admin/tabs/userData/roles/RolePanel.ts +1 -1
  85. package/admin/tabs/userData/roles/Types.ts +1 -1
  86. package/admin/tabs/userData/roles/details/RoleDetails.ts +1 -1
  87. package/admin/tabs/userData/roles/details/RoleDetailsModel.ts +1 -1
  88. package/admin/tabs/userData/roles/details/members/BaseMembersModel.ts +1 -1
  89. package/admin/tabs/userData/roles/details/members/DirectoryMembers.ts +1 -1
  90. package/admin/tabs/userData/roles/details/members/RoleMembers.ts +1 -1
  91. package/admin/tabs/userData/roles/details/members/UserMembers.ts +6 -4
  92. package/admin/tabs/userData/roles/editor/RoleEditor.ts +1 -1
  93. package/admin/tabs/userData/roles/editor/RoleEditorModel.ts +1 -1
  94. package/admin/tabs/userData/roles/editor/form/RoleForm.ts +1 -1
  95. package/admin/tabs/userData/roles/editor/form/RoleFormModel.ts +1 -1
  96. package/admin/tabs/userData/roles/graph/RoleGraph.ts +1 -1
  97. package/admin/tabs/userData/roles/graph/RoleGraphModel.ts +1 -1
  98. package/admin/tabs/userData/roles/recategorize/RecategorizeDialog.ts +1 -1
  99. package/admin/tabs/userData/roles/recategorize/RecategorizeDialogModel.ts +1 -1
  100. package/admin/tabs/userData/roles/warning/WarningBanner.scss +1 -1
  101. package/admin/tabs/userData/roles/warning/WarningBanner.ts +1 -1
  102. package/admin/tabs/userData/users/UserModel.ts +1 -1
  103. package/admin/tabs/userData/users/UserPanel.ts +1 -1
  104. package/appcontainer/AboutDialogModel.ts +1 -1
  105. package/appcontainer/AppContainerModel.ts +1 -1
  106. package/appcontainer/AppOption.ts +1 -1
  107. package/appcontainer/AppStateModel.ts +1 -1
  108. package/appcontainer/BannerModel.ts +1 -1
  109. package/appcontainer/BannerSourceModel.ts +1 -1
  110. package/appcontainer/ChangelogDialogModel.ts +1 -1
  111. package/appcontainer/ExceptionDialogModel.ts +1 -1
  112. package/appcontainer/FeedbackDialogModel.ts +1 -1
  113. package/appcontainer/ImpersonationBarModel.ts +1 -1
  114. package/appcontainer/MessageModel.ts +1 -1
  115. package/appcontainer/MessageSourceModel.ts +1 -1
  116. package/appcontainer/OptionsDialogModel.ts +1 -1
  117. package/appcontainer/PageStateModel.ts +1 -1
  118. package/appcontainer/RouterModel.ts +1 -1
  119. package/appcontainer/SizingModeModel.ts +1 -1
  120. package/appcontainer/ThemeModel.ts +1 -1
  121. package/appcontainer/ToastModel.ts +1 -1
  122. package/appcontainer/ToastSourceModel.ts +1 -1
  123. package/appcontainer/UserAgentModel.ts +1 -1
  124. package/appcontainer/ViewportSizeModel.ts +1 -1
  125. package/appcontainer/login/LoginPanelModel.ts +1 -1
  126. package/build/types/cmp/viewmanager/DataAccess.d.ts +2 -22
  127. package/build/types/cmp/viewmanager/ViewManagerModel.d.ts +20 -2
  128. package/cmp/ag-grid/AgGrid.scss +1 -1
  129. package/cmp/ag-grid/AgGrid.ts +1 -1
  130. package/cmp/ag-grid/AgGridModel.ts +1 -1
  131. package/cmp/badge/Badge.scss +1 -1
  132. package/cmp/badge/Badge.ts +1 -1
  133. package/cmp/chart/Chart.scss +1 -1
  134. package/cmp/chart/Chart.ts +1 -1
  135. package/cmp/chart/ChartModel.ts +1 -1
  136. package/cmp/chart/impl/copyToClipboard.ts +1 -1
  137. package/cmp/chart/impl/zoomout.ts +1 -1
  138. package/cmp/chart/theme/Dark.ts +1 -1
  139. package/cmp/chart/theme/Light.ts +1 -1
  140. package/cmp/clock/Clock.ts +1 -1
  141. package/cmp/dataview/DataView.scss +1 -1
  142. package/cmp/dataview/DataView.ts +1 -1
  143. package/cmp/dataview/DataViewModel.ts +1 -1
  144. package/cmp/error/ErrorBoundary.ts +1 -1
  145. package/cmp/error/ErrorBoundaryModel.ts +1 -1
  146. package/cmp/error/ErrorMessage.scss +1 -1
  147. package/cmp/error/ErrorMessage.ts +1 -1
  148. package/cmp/filter/FilterChooserFieldSpec.ts +1 -1
  149. package/cmp/filter/FilterChooserModel.ts +1 -1
  150. package/cmp/filter/impl/Option.ts +1 -1
  151. package/cmp/filter/impl/QueryEngine.ts +1 -1
  152. package/cmp/form/BaseFormFieldProps.ts +1 -1
  153. package/cmp/form/Form.ts +1 -1
  154. package/cmp/form/FormModel.ts +1 -1
  155. package/cmp/form/field/BaseFieldModel.ts +1 -1
  156. package/cmp/form/field/FieldModel.ts +1 -1
  157. package/cmp/form/field/SubformsFieldModel.ts +1 -1
  158. package/cmp/form/index.ts +1 -1
  159. package/cmp/grid/Grid.scss +1 -1
  160. package/cmp/grid/Grid.ts +1 -1
  161. package/cmp/grid/GridAutosizeOptions.ts +1 -1
  162. package/cmp/grid/GridContextMenu.ts +1 -1
  163. package/cmp/grid/GridModel.ts +1 -1
  164. package/cmp/grid/GridSorter.ts +1 -1
  165. package/cmp/grid/Types.ts +1 -1
  166. package/cmp/grid/columns/Column.ts +1 -1
  167. package/cmp/grid/columns/ColumnGroup.ts +1 -1
  168. package/cmp/grid/columns/Core.ts +1 -1
  169. package/cmp/grid/columns/DatesTimes.ts +1 -1
  170. package/cmp/grid/columns/index.ts +1 -1
  171. package/cmp/grid/enums/ExcelFormat.ts +1 -1
  172. package/cmp/grid/enums/GridAutosizeMode.ts +1 -1
  173. package/cmp/grid/enums/TreeStyle.ts +1 -1
  174. package/cmp/grid/filter/GridFilterFieldSpec.ts +1 -1
  175. package/cmp/grid/filter/GridFilterModel.ts +1 -1
  176. package/cmp/grid/helpers/GridCountLabel.ts +1 -1
  177. package/cmp/grid/impl/ColumnGroupHeader.ts +1 -1
  178. package/cmp/grid/impl/ColumnHeader.ts +1 -1
  179. package/cmp/grid/impl/ColumnWidthCalculator.ts +1 -1
  180. package/cmp/grid/impl/GridHScrollbar.ts +1 -1
  181. package/cmp/grid/impl/InitPersist.ts +1 -1
  182. package/cmp/grid/impl/MenuSupport.ts +2 -2
  183. package/cmp/grid/impl/RowKeyNavSupport.ts +1 -1
  184. package/cmp/grid/impl/Utils.ts +1 -1
  185. package/cmp/grid/index.ts +1 -1
  186. package/cmp/grid/renderers/CheckboxRenderer.ts +1 -1
  187. package/cmp/grid/renderers/TagsRenderer.ts +1 -1
  188. package/cmp/grouping/GroupingChooserModel.ts +1 -1
  189. package/cmp/input/HoistInput.scss +1 -1
  190. package/cmp/input/HoistInputModel.ts +1 -1
  191. package/cmp/input/HoistInputProps.ts +1 -1
  192. package/cmp/layout/Box.ts +1 -1
  193. package/cmp/layout/Frame.ts +1 -1
  194. package/cmp/layout/Placeholder.ts +1 -1
  195. package/cmp/layout/Spacer.ts +1 -1
  196. package/cmp/layout/Tags.ts +1 -1
  197. package/cmp/layout/TileFrame.scss +1 -1
  198. package/cmp/layout/TileFrame.ts +1 -1
  199. package/cmp/layout/Viewport.ts +1 -1
  200. package/cmp/loadingindicator/LoadingIndicator.ts +1 -1
  201. package/cmp/loadingindicator/index.ts +1 -1
  202. package/cmp/markdown/Markdown.ts +1 -1
  203. package/cmp/mask/Mask.ts +1 -1
  204. package/cmp/mask/index.ts +1 -1
  205. package/cmp/pinpad/PinPad.ts +1 -1
  206. package/cmp/pinpad/PinPadModel.ts +1 -1
  207. package/cmp/relativetimestamp/RelativeTimestamp.ts +1 -1
  208. package/cmp/spinner/Spinner.ts +1 -1
  209. package/cmp/store/StoreCountLabel.ts +1 -1
  210. package/cmp/store/StoreFilterField.ts +1 -1
  211. package/cmp/store/impl/StoreFilterFieldImplModel.ts +1 -1
  212. package/cmp/tab/TabContainer.ts +1 -1
  213. package/cmp/tab/TabContainerModel.ts +1 -1
  214. package/cmp/tab/TabModel.ts +1 -1
  215. package/cmp/tab/TabSwitcherProps.ts +1 -1
  216. package/cmp/treemap/SplitTreeMap.ts +1 -1
  217. package/cmp/treemap/SplitTreeMapModel.ts +1 -1
  218. package/cmp/treemap/TreeMap.ts +1 -1
  219. package/cmp/treemap/TreeMapModel.ts +1 -1
  220. package/cmp/treemap/index.ts +1 -1
  221. package/cmp/viewmanager/DataAccess.ts +6 -28
  222. package/cmp/viewmanager/View.ts +6 -0
  223. package/cmp/viewmanager/ViewInfo.ts +6 -0
  224. package/cmp/viewmanager/ViewManagerModel.ts +26 -8
  225. package/cmp/websocket/WebSocketIndicator.ts +1 -1
  226. package/cmp/zoneGrid/Types.ts +1 -1
  227. package/cmp/zoneGrid/ZoneGrid.scss +1 -1
  228. package/cmp/zoneGrid/ZoneGrid.ts +1 -1
  229. package/cmp/zoneGrid/ZoneGridModel.ts +1 -1
  230. package/cmp/zoneGrid/impl/InitPersist.ts +1 -1
  231. package/cmp/zoneGrid/impl/ZoneGridRenderer.ts +1 -1
  232. package/cmp/zoneGrid/impl/ZoneMapperModel.ts +3 -3
  233. package/core/AppSpec.ts +1 -1
  234. package/core/HoistAppModel.ts +1 -1
  235. package/core/HoistAuthModel.ts +1 -1
  236. package/core/HoistBase.ts +1 -1
  237. package/core/HoistBaseDecorators.ts +1 -1
  238. package/core/HoistComponent.ts +1 -1
  239. package/core/HoistProps.ts +1 -1
  240. package/core/HoistService.ts +1 -1
  241. package/core/RefreshContextView.ts +1 -1
  242. package/core/TaskObserver.ts +1 -1
  243. package/core/XH.ts +1 -1
  244. package/core/elem.ts +1 -1
  245. package/core/enums/RefreshMode.ts +1 -1
  246. package/core/enums/RenderMode.ts +1 -1
  247. package/core/enums/SizingMode.ts +1 -1
  248. package/core/exception/Exception.ts +1 -1
  249. package/core/exception/ExceptionHandler.ts +1 -1
  250. package/core/exception/Types.ts +1 -1
  251. package/core/impl/InstallServices.ts +1 -1
  252. package/core/impl/InstanceManager.ts +1 -1
  253. package/core/impl/PlatformManager.ts +1 -1
  254. package/core/load/LoadSpec.ts +1 -1
  255. package/core/load/LoadSupport.ts +1 -1
  256. package/core/load/Loadable.ts +1 -1
  257. package/core/model/CreatesSpec.ts +1 -1
  258. package/core/model/HoistModel.ts +1 -1
  259. package/core/model/Hooks.ts +1 -1
  260. package/core/model/ManagedRefreshContextModel.ts +1 -1
  261. package/core/model/ModelLookup.ts +1 -1
  262. package/core/model/ModelSelector.ts +1 -1
  263. package/core/model/ModelSpec.ts +1 -1
  264. package/core/model/RefreshContextModel.ts +1 -1
  265. package/core/model/RootRefreshContextModel.ts +1 -1
  266. package/core/model/UsesSpec.ts +1 -1
  267. package/core/persist/PersistOptions.ts +1 -1
  268. package/core/persist/Persistable.ts +6 -0
  269. package/core/persist/PersistenceProvider.ts +1 -1
  270. package/core/persist/provider/CustomProvider.ts +1 -1
  271. package/core/persist/provider/DashViewProvider.ts +1 -1
  272. package/core/persist/provider/LocalStorageProvider.ts +1 -1
  273. package/core/persist/provider/PrefProvider.ts +1 -1
  274. package/core/persist/provider/SessionStorageProvider.ts +1 -1
  275. package/core/persist/provider/ViewManagerProvider.ts +1 -1
  276. package/core/types/AppState.ts +1 -1
  277. package/core/types/Interfaces.ts +1 -1
  278. package/core/types/Types.ts +1 -1
  279. package/data/Field.ts +1 -1
  280. package/data/RecordAction.ts +1 -1
  281. package/data/Store.ts +1 -1
  282. package/data/StoreRecord.ts +1 -1
  283. package/data/StoreSelectionModel.ts +1 -1
  284. package/data/UrlStore.ts +1 -1
  285. package/data/cube/BucketSpec.ts +1 -1
  286. package/data/cube/Cube.ts +1 -1
  287. package/data/cube/CubeField.ts +1 -1
  288. package/data/cube/Query.ts +1 -1
  289. package/data/cube/View.ts +1 -1
  290. package/data/cube/aggregate/AggregationContext.ts +1 -1
  291. package/data/cube/aggregate/Aggregator.ts +1 -1
  292. package/data/cube/aggregate/AverageAggregator.ts +1 -1
  293. package/data/cube/aggregate/AverageStrictAggregator.ts +1 -1
  294. package/data/cube/aggregate/ChildCountAggregator.ts +1 -1
  295. package/data/cube/aggregate/LeafCountAggregator.ts +1 -1
  296. package/data/cube/aggregate/MaxAggregator.ts +1 -1
  297. package/data/cube/aggregate/MinAggregator.ts +1 -1
  298. package/data/cube/aggregate/NullAggregator.ts +1 -1
  299. package/data/cube/aggregate/SingleAggregator.ts +1 -1
  300. package/data/cube/aggregate/SumAggregator.ts +1 -1
  301. package/data/cube/aggregate/SumStrictAggregator.ts +1 -1
  302. package/data/cube/aggregate/UniqueAggregator.ts +1 -1
  303. package/data/cube/row/AggregateRow.ts +1 -1
  304. package/data/cube/row/BaseRow.ts +1 -1
  305. package/data/cube/row/BucketRow.ts +1 -1
  306. package/data/cube/row/LeafRow.ts +1 -1
  307. package/data/cube/row/RowUpdate.ts +1 -1
  308. package/data/filter/BaseFilterFieldSpec.ts +1 -1
  309. package/data/filter/CompoundFilter.ts +1 -1
  310. package/data/filter/FieldFilter.ts +1 -1
  311. package/data/filter/Filter.ts +1 -1
  312. package/data/filter/FunctionFilter.ts +1 -1
  313. package/data/filter/Types.ts +1 -1
  314. package/data/filter/Utils.ts +1 -1
  315. package/data/impl/RecordSet.ts +1 -1
  316. package/data/impl/RecordValidator.ts +1 -1
  317. package/data/impl/StoreValidator.ts +1 -1
  318. package/data/index.ts +1 -1
  319. package/data/validation/Rule.ts +1 -1
  320. package/data/validation/ValidationState.ts +1 -1
  321. package/data/validation/constraints.ts +1 -1
  322. package/deprecated/index.ts +1 -1
  323. package/desktop/appcontainer/AboutDialog.scss +1 -1
  324. package/desktop/appcontainer/AboutDialog.ts +1 -1
  325. package/desktop/appcontainer/AppContainer.ts +1 -1
  326. package/desktop/appcontainer/Banner.scss +1 -1
  327. package/desktop/appcontainer/Banner.ts +1 -1
  328. package/desktop/appcontainer/ChangelogDialog.scss +1 -1
  329. package/desktop/appcontainer/ChangelogDialog.ts +1 -1
  330. package/desktop/appcontainer/ExceptionDialog.scss +1 -1
  331. package/desktop/appcontainer/ExceptionDialog.ts +1 -1
  332. package/desktop/appcontainer/ExceptionDialogDetails.ts +1 -1
  333. package/desktop/appcontainer/FeedbackDialog.ts +1 -1
  334. package/desktop/appcontainer/IdlePanel.scss +1 -1
  335. package/desktop/appcontainer/IdlePanel.ts +1 -1
  336. package/desktop/appcontainer/ImpersonationBar.scss +1 -1
  337. package/desktop/appcontainer/ImpersonationBar.ts +1 -1
  338. package/desktop/appcontainer/LockoutPanel.scss +1 -1
  339. package/desktop/appcontainer/LockoutPanel.ts +1 -1
  340. package/desktop/appcontainer/LoginPanel.scss +1 -1
  341. package/desktop/appcontainer/LoginPanel.ts +1 -1
  342. package/desktop/appcontainer/Message.scss +1 -1
  343. package/desktop/appcontainer/Message.ts +1 -1
  344. package/desktop/appcontainer/MessageSource.ts +1 -1
  345. package/desktop/appcontainer/OptionsDialog.scss +1 -1
  346. package/desktop/appcontainer/OptionsDialog.ts +1 -1
  347. package/desktop/appcontainer/SuspendPanel.scss +1 -1
  348. package/desktop/appcontainer/SuspendPanel.ts +1 -1
  349. package/desktop/appcontainer/Toast.scss +1 -1
  350. package/desktop/appcontainer/ToastSource.ts +1 -1
  351. package/desktop/appcontainer/VersionBar.scss +1 -1
  352. package/desktop/appcontainer/VersionBar.ts +1 -1
  353. package/desktop/appcontainer/index.ts +1 -1
  354. package/desktop/cmp/appOption/AutoRefreshAppOption.ts +1 -1
  355. package/desktop/cmp/appOption/SizingModeAppOption.ts +1 -1
  356. package/desktop/cmp/appOption/ThemeAppOption.ts +1 -1
  357. package/desktop/cmp/appbar/AppBar.scss +1 -1
  358. package/desktop/cmp/appbar/AppBar.ts +1 -1
  359. package/desktop/cmp/appbar/AppBarSeparator.ts +1 -1
  360. package/desktop/cmp/button/AppMenuButton.ts +1 -1
  361. package/desktop/cmp/button/Button.scss +1 -1
  362. package/desktop/cmp/button/Button.ts +1 -1
  363. package/desktop/cmp/button/ButtonGroup.ts +1 -1
  364. package/desktop/cmp/button/ColAutosizeButton.ts +1 -1
  365. package/desktop/cmp/button/ColChooserButton.ts +1 -1
  366. package/desktop/cmp/button/DashCanvasAddViewButton.ts +1 -1
  367. package/desktop/cmp/button/ExportButton.ts +1 -1
  368. package/desktop/cmp/button/FeedbackButton.ts +1 -1
  369. package/desktop/cmp/button/LaunchAdminButton.ts +1 -1
  370. package/desktop/cmp/button/LogoutButton.ts +1 -1
  371. package/desktop/cmp/button/ModalToggleButton.ts +1 -1
  372. package/desktop/cmp/button/OptionsButton.ts +1 -1
  373. package/desktop/cmp/button/RefreshButton.ts +1 -1
  374. package/desktop/cmp/button/RestoreDefaultsButton.ts +1 -1
  375. package/desktop/cmp/button/ThemeToggleButton.ts +1 -1
  376. package/desktop/cmp/button/WhatsNewButton.ts +1 -1
  377. package/desktop/cmp/button/ZoneMapperButton.ts +1 -1
  378. package/desktop/cmp/clipboard/ClipboardButton.ts +1 -1
  379. package/desktop/cmp/clipboard/ClipboardMenuItem.ts +1 -1
  380. package/desktop/cmp/contextmenu/ContextMenu.ts +1 -1
  381. package/desktop/cmp/dash/DashConfig.ts +1 -1
  382. package/desktop/cmp/dash/DashModel.ts +1 -1
  383. package/desktop/cmp/dash/DashViewModel.ts +1 -1
  384. package/desktop/cmp/dash/DashViewSpec.ts +1 -1
  385. package/desktop/cmp/dash/canvas/DashCanvas.ts +1 -1
  386. package/desktop/cmp/dash/canvas/DashCanvasModel.ts +1 -1
  387. package/desktop/cmp/dash/canvas/DashCanvasViewModel.ts +1 -1
  388. package/desktop/cmp/dash/canvas/DashCanvasViewSpec.ts +1 -1
  389. package/desktop/cmp/dash/canvas/impl/DashCanvasContextMenu.ts +1 -1
  390. package/desktop/cmp/dash/canvas/impl/DashCanvasView.ts +1 -1
  391. package/desktop/cmp/dash/canvas/impl/utils.ts +1 -1
  392. package/desktop/cmp/dash/container/DashContainer.ts +1 -1
  393. package/desktop/cmp/dash/container/DashContainerModel.ts +1 -1
  394. package/desktop/cmp/dash/container/DashContainerViewSpec.ts +1 -1
  395. package/desktop/cmp/dash/container/impl/DashContainerContextMenu.ts +1 -1
  396. package/desktop/cmp/dash/container/impl/DashContainerMenuButton.ts +1 -1
  397. package/desktop/cmp/dash/container/impl/DashContainerUtils.ts +1 -1
  398. package/desktop/cmp/dash/container/impl/DashContainerView.ts +1 -1
  399. package/desktop/cmp/dock/DockContainer.ts +1 -1
  400. package/desktop/cmp/dock/DockContainerModel.ts +1 -1
  401. package/desktop/cmp/dock/DockViewModel.ts +1 -1
  402. package/desktop/cmp/dock/impl/Dock.scss +1 -1
  403. package/desktop/cmp/dock/impl/DockContainer.ts +1 -1
  404. package/desktop/cmp/dock/impl/DockView.ts +1 -1
  405. package/desktop/cmp/error/impl/ErrorMessage.ts +1 -1
  406. package/desktop/cmp/filechooser/FileChooser.scss +1 -1
  407. package/desktop/cmp/filechooser/FileChooser.ts +1 -1
  408. package/desktop/cmp/filechooser/FileChooserModel.ts +1 -1
  409. package/desktop/cmp/filter/FilterChooser.scss +1 -1
  410. package/desktop/cmp/filter/FilterChooser.ts +1 -1
  411. package/desktop/cmp/form/FormField.scss +1 -1
  412. package/desktop/cmp/form/FormField.ts +1 -1
  413. package/desktop/cmp/grid/columns/Actions.scss +1 -1
  414. package/desktop/cmp/grid/columns/Actions.ts +1 -1
  415. package/desktop/cmp/grid/editors/BooleanEditor.ts +1 -1
  416. package/desktop/cmp/grid/editors/DateEditor.ts +1 -1
  417. package/desktop/cmp/grid/editors/EditorProps.ts +1 -1
  418. package/desktop/cmp/grid/editors/Editors.scss +1 -1
  419. package/desktop/cmp/grid/editors/NumberEditor.ts +1 -1
  420. package/desktop/cmp/grid/editors/SelectEditor.ts +1 -1
  421. package/desktop/cmp/grid/editors/TextAreaEditor.ts +1 -1
  422. package/desktop/cmp/grid/editors/TextEditor.ts +1 -1
  423. package/desktop/cmp/grid/editors/impl/InlineEditorModel.ts +1 -1
  424. package/desktop/cmp/grid/editors/index.ts +1 -1
  425. package/desktop/cmp/grid/find/GridFindField.scss +1 -1
  426. package/desktop/cmp/grid/find/GridFindField.ts +1 -1
  427. package/desktop/cmp/grid/find/impl/GridFindFieldImplModel.ts +1 -1
  428. package/desktop/cmp/grid/impl/colchooser/ColChooser.ts +1 -1
  429. package/desktop/cmp/grid/impl/colchooser/ColChooserDialog.ts +1 -1
  430. package/desktop/cmp/grid/impl/colchooser/ColChooserModel.ts +2 -2
  431. package/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.scss +1 -1
  432. package/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.ts +1 -1
  433. package/desktop/cmp/grid/impl/filter/ColumnHeaderFilterModel.ts +1 -1
  434. package/desktop/cmp/grid/impl/filter/GridFilterDialog.ts +1 -1
  435. package/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilter.ts +1 -1
  436. package/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilterModel.ts +1 -1
  437. package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRow.ts +1 -1
  438. package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRowModel.ts +1 -1
  439. package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTab.ts +1 -1
  440. package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTabModel.ts +1 -1
  441. package/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTab.ts +1 -1
  442. package/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts +1 -1
  443. package/desktop/cmp/grouping/GroupingChooser.scss +1 -1
  444. package/desktop/cmp/grouping/GroupingChooser.ts +1 -1
  445. package/desktop/cmp/input/ButtonGroupInput.ts +1 -1
  446. package/desktop/cmp/input/Checkbox.scss +1 -1
  447. package/desktop/cmp/input/Checkbox.ts +1 -1
  448. package/desktop/cmp/input/CodeInput.scss +1 -1
  449. package/desktop/cmp/input/CodeInput.ts +1 -1
  450. package/desktop/cmp/input/DateInput.scss +1 -1
  451. package/desktop/cmp/input/DateInput.ts +1 -1
  452. package/desktop/cmp/input/JsonInput.ts +1 -1
  453. package/desktop/cmp/input/NumberInput.ts +1 -1
  454. package/desktop/cmp/input/RadioInput.scss +1 -1
  455. package/desktop/cmp/input/RadioInput.ts +1 -1
  456. package/desktop/cmp/input/Select.scss +1 -1
  457. package/desktop/cmp/input/Select.ts +1 -1
  458. package/desktop/cmp/input/Slider.scss +1 -1
  459. package/desktop/cmp/input/Slider.ts +1 -1
  460. package/desktop/cmp/input/SwitchInput.scss +1 -1
  461. package/desktop/cmp/input/SwitchInput.ts +1 -1
  462. package/desktop/cmp/input/TextArea.scss +1 -1
  463. package/desktop/cmp/input/TextArea.ts +1 -1
  464. package/desktop/cmp/input/TextInput.ts +1 -1
  465. package/desktop/cmp/leftrightchooser/LeftRightChooser.scss +1 -1
  466. package/desktop/cmp/leftrightchooser/LeftRightChooser.ts +1 -1
  467. package/desktop/cmp/leftrightchooser/LeftRightChooserFilter.ts +1 -1
  468. package/desktop/cmp/leftrightchooser/LeftRightChooserModel.ts +1 -1
  469. package/desktop/cmp/leftrightchooser/impl/ChooserToolbar.ts +1 -1
  470. package/desktop/cmp/leftrightchooser/impl/Description.ts +1 -1
  471. package/desktop/cmp/mask/impl/Mask.ts +1 -1
  472. package/desktop/cmp/modalsupport/ModalSupport.ts +1 -1
  473. package/desktop/cmp/modalsupport/ModalSupportModel.ts +1 -1
  474. package/desktop/cmp/modalsupport/index.ts +1 -1
  475. package/desktop/cmp/panel/Panel.ts +1 -1
  476. package/desktop/cmp/panel/PanelModel.ts +1 -1
  477. package/desktop/cmp/panel/impl/PanelHeader.ts +1 -1
  478. package/desktop/cmp/panel/impl/ResizeContainer.ts +1 -1
  479. package/desktop/cmp/panel/impl/Splitter.ts +1 -1
  480. package/desktop/cmp/panel/impl/dragger/Dragger.ts +1 -1
  481. package/desktop/cmp/panel/impl/dragger/DraggerModel.ts +1 -1
  482. package/desktop/cmp/panel/index.ts +1 -1
  483. package/desktop/cmp/pinpad/impl/PinPad.ts +1 -1
  484. package/desktop/cmp/record/RecordActionBar.ts +1 -1
  485. package/desktop/cmp/record/impl/RecordActionButton.ts +1 -1
  486. package/desktop/cmp/record/index.ts +1 -1
  487. package/desktop/cmp/rest/Actions.ts +1 -1
  488. package/desktop/cmp/rest/RestGrid.ts +1 -1
  489. package/desktop/cmp/rest/RestGridModel.ts +1 -1
  490. package/desktop/cmp/rest/data/RestField.ts +1 -1
  491. package/desktop/cmp/rest/data/RestStore.ts +1 -1
  492. package/desktop/cmp/rest/impl/RestForm.ts +1 -1
  493. package/desktop/cmp/rest/impl/RestFormField.ts +1 -1
  494. package/desktop/cmp/rest/impl/RestFormModel.ts +1 -1
  495. package/desktop/cmp/rest/impl/RestGridToolbar.ts +1 -1
  496. package/desktop/cmp/rest/index.ts +1 -1
  497. package/desktop/cmp/store/impl/StoreFilterField.ts +1 -1
  498. package/desktop/cmp/tab/TabSwitcher.ts +1 -1
  499. package/desktop/cmp/tab/Tabs.scss +1 -1
  500. package/desktop/cmp/tab/impl/Tab.ts +1 -1
  501. package/desktop/cmp/tab/impl/TabContainer.ts +1 -1
  502. package/desktop/cmp/tab/index.ts +1 -1
  503. package/desktop/cmp/toolbar/Toolbar.ts +1 -1
  504. package/desktop/cmp/toolbar/ToolbarSep.ts +1 -1
  505. package/desktop/cmp/toolbar/index.ts +1 -1
  506. package/desktop/cmp/viewmanager/ViewManager.ts +1 -1
  507. package/desktop/cmp/viewmanager/ViewManagerLocalModel.ts +1 -1
  508. package/desktop/cmp/viewmanager/ViewMenu.ts +1 -3
  509. package/desktop/cmp/viewmanager/dialog/ManageDialog.ts +1 -1
  510. package/desktop/cmp/viewmanager/dialog/ManageDialogModel.ts +1 -1
  511. package/desktop/cmp/viewmanager/dialog/SaveAsDialog.ts +1 -1
  512. package/desktop/cmp/viewmanager/dialog/SaveAsDialogModel.ts +4 -2
  513. package/desktop/cmp/viewmanager/dialog/Utils.ts +1 -1
  514. package/desktop/cmp/viewmanager/dialog/ViewMultiPanel.ts +1 -1
  515. package/desktop/cmp/viewmanager/dialog/ViewPanel.ts +1 -1
  516. package/desktop/cmp/viewmanager/dialog/ViewPanelModel.ts +1 -1
  517. package/desktop/cmp/zoneGrid/impl/ZoneMapper.ts +1 -1
  518. package/desktop/cmp/zoneGrid/impl/ZoneMapperDialog.ts +1 -1
  519. package/desktop/hooks/UseContextMenu.ts +1 -1
  520. package/desktop/hooks/UseHotkeys.ts +1 -1
  521. package/desktop/hooks/index.ts +1 -1
  522. package/docs/build-and-deploy.md +3 -4
  523. package/docs/development-environment.md +3 -4
  524. package/docs/upgrade-to-typescript.md +5 -0
  525. package/dynamics/desktop.ts +1 -1
  526. package/dynamics/mobile.ts +1 -1
  527. package/format/FormatDate.ts +1 -1
  528. package/format/FormatMisc.ts +1 -1
  529. package/format/FormatNumber.ts +1 -1
  530. package/format/FormatUtils.ts +1 -1
  531. package/format/impl/Utils.ts +1 -1
  532. package/format/index.ts +1 -1
  533. package/icon/Icon.ts +1 -1
  534. package/icon/XHLogo.tsx +1 -1
  535. package/icon/impl/IconCmp.ts +1 -1
  536. package/icon/impl/IconHtml.ts +1 -1
  537. package/icon/index.ts +1 -1
  538. package/inspector/InspectorPanel.ts +1 -1
  539. package/inspector/instances/InstancesModel.ts +2 -2
  540. package/inspector/instances/InstancesPanel.ts +1 -1
  541. package/inspector/stats/StatsModel.ts +1 -1
  542. package/inspector/stats/StatsPanel.ts +1 -1
  543. package/kit/ag-grid/index.ts +1 -1
  544. package/kit/blueprint/ContextMenu.ts +6 -0
  545. package/kit/blueprint/Dialog.ts +1 -1
  546. package/kit/blueprint/Wrappers.ts +1 -1
  547. package/kit/blueprint/index.ts +1 -1
  548. package/kit/golden-layout/index.js +1 -1
  549. package/kit/golden-layout/styles.scss +1 -1
  550. package/kit/highcharts/index.ts +1 -1
  551. package/kit/onsen/index.ts +1 -1
  552. package/kit/react-beautiful-dnd/index.ts +1 -1
  553. package/kit/react-dates/index.ts +1 -1
  554. package/kit/react-dropzone/index.ts +1 -1
  555. package/kit/react-markdown/index.ts +1 -1
  556. package/kit/react-select/index.ts +1 -1
  557. package/mobile/appcontainer/AboutDialog.ts +1 -1
  558. package/mobile/appcontainer/AppContainer.ts +1 -1
  559. package/mobile/appcontainer/Banner.scss +1 -1
  560. package/mobile/appcontainer/Banner.ts +1 -1
  561. package/mobile/appcontainer/ExceptionDialog.ts +1 -1
  562. package/mobile/appcontainer/ExceptionDialogDetails.ts +1 -1
  563. package/mobile/appcontainer/FeedbackDialog.ts +1 -1
  564. package/mobile/appcontainer/IdlePanel.scss +1 -1
  565. package/mobile/appcontainer/IdlePanel.ts +1 -1
  566. package/mobile/appcontainer/ImpersonationBar.ts +1 -1
  567. package/mobile/appcontainer/LockoutPanel.ts +1 -1
  568. package/mobile/appcontainer/LoginPanel.ts +1 -1
  569. package/mobile/appcontainer/Message.ts +1 -1
  570. package/mobile/appcontainer/MessageSource.ts +1 -1
  571. package/mobile/appcontainer/OptionsDialog.ts +1 -1
  572. package/mobile/appcontainer/SuspendPanel.scss +1 -1
  573. package/mobile/appcontainer/SuspendPanel.ts +1 -1
  574. package/mobile/appcontainer/Toast.ts +1 -1
  575. package/mobile/appcontainer/ToastSource.ts +1 -1
  576. package/mobile/appcontainer/VersionBar.ts +1 -1
  577. package/mobile/appcontainer/index.ts +1 -1
  578. package/mobile/cmp/appOption/AutoRefreshAppOption.ts +1 -1
  579. package/mobile/cmp/appOption/SizingModeAppOption.ts +1 -1
  580. package/mobile/cmp/appOption/ThemeAppOption.ts +1 -1
  581. package/mobile/cmp/appOption/index.ts +1 -1
  582. package/mobile/cmp/button/Button.scss +1 -1
  583. package/mobile/cmp/button/Button.ts +1 -1
  584. package/mobile/cmp/button/ButtonGroup.ts +1 -1
  585. package/mobile/cmp/button/ColAutosizeButton.ts +1 -1
  586. package/mobile/cmp/button/ColChooserButton.ts +1 -1
  587. package/mobile/cmp/button/ExpandCollapseButton.ts +1 -1
  588. package/mobile/cmp/button/FeedbackButton.ts +1 -1
  589. package/mobile/cmp/button/LogoutButton.ts +1 -1
  590. package/mobile/cmp/button/NavigatorBackButton.ts +1 -1
  591. package/mobile/cmp/button/OptionsButton.ts +1 -1
  592. package/mobile/cmp/button/RefreshButton.ts +1 -1
  593. package/mobile/cmp/button/RestoreDefaultsButton.ts +1 -1
  594. package/mobile/cmp/button/ThemeToggleButton.ts +1 -1
  595. package/mobile/cmp/button/ZoneMapperButton.ts +1 -1
  596. package/mobile/cmp/button/index.ts +1 -1
  597. package/mobile/cmp/dialog/Dialog.ts +1 -1
  598. package/mobile/cmp/dialog/index.ts +1 -1
  599. package/mobile/cmp/error/impl/ErrorMessage.ts +1 -1
  600. package/mobile/cmp/form/FormField.ts +1 -1
  601. package/mobile/cmp/form/index.ts +1 -1
  602. package/mobile/cmp/grid/impl/ColChooser.ts +1 -1
  603. package/mobile/cmp/grid/impl/ColChooserModel.ts +1 -1
  604. package/mobile/cmp/grouping/GroupingChooser.scss +1 -1
  605. package/mobile/cmp/grouping/GroupingChooser.ts +1 -1
  606. package/mobile/cmp/header/AppBar.ts +1 -1
  607. package/mobile/cmp/header/AppMenuButton.ts +1 -1
  608. package/mobile/cmp/header/index.ts +1 -1
  609. package/mobile/cmp/input/ButtonGroupInput.ts +1 -1
  610. package/mobile/cmp/input/Checkbox.ts +1 -1
  611. package/mobile/cmp/input/CheckboxButton.ts +1 -1
  612. package/mobile/cmp/input/DateInput.ts +1 -1
  613. package/mobile/cmp/input/Label.ts +1 -1
  614. package/mobile/cmp/input/NumberInput.ts +1 -1
  615. package/mobile/cmp/input/SearchInput.ts +1 -1
  616. package/mobile/cmp/input/Select.scss +1 -1
  617. package/mobile/cmp/input/Select.ts +1 -1
  618. package/mobile/cmp/input/SwitchInput.ts +1 -1
  619. package/mobile/cmp/input/TextArea.ts +1 -1
  620. package/mobile/cmp/input/TextInput.ts +1 -1
  621. package/mobile/cmp/input/index.ts +1 -1
  622. package/mobile/cmp/mask/impl/Mask.ts +1 -1
  623. package/mobile/cmp/menu/MenuButton.ts +1 -1
  624. package/mobile/cmp/menu/impl/Menu.ts +1 -1
  625. package/mobile/cmp/menu/index.ts +1 -1
  626. package/mobile/cmp/navigator/Navigator.ts +1 -1
  627. package/mobile/cmp/navigator/NavigatorModel.ts +1 -1
  628. package/mobile/cmp/navigator/PageModel.ts +1 -1
  629. package/mobile/cmp/navigator/impl/Page.ts +1 -1
  630. package/mobile/cmp/navigator/impl/swipe/BackIndicator.ts +1 -1
  631. package/mobile/cmp/navigator/impl/swipe/RefreshIndicator.ts +1 -1
  632. package/mobile/cmp/navigator/impl/swipe/Swiper.scss +1 -1
  633. package/mobile/cmp/navigator/impl/swipe/Swiper.ts +1 -1
  634. package/mobile/cmp/navigator/impl/swipe/SwiperModel.ts +1 -1
  635. package/mobile/cmp/navigator/index.ts +1 -1
  636. package/mobile/cmp/panel/DialogPanel.ts +1 -1
  637. package/mobile/cmp/panel/Panel.ts +1 -1
  638. package/mobile/cmp/panel/impl/PanelHeader.ts +1 -1
  639. package/mobile/cmp/panel/index.ts +1 -1
  640. package/mobile/cmp/pinpad/impl/PinPad.ts +1 -1
  641. package/mobile/cmp/popover/Popover.ts +1 -1
  642. package/mobile/cmp/popover/index.ts +1 -1
  643. package/mobile/cmp/store/impl/StoreFilterField.ts +1 -1
  644. package/mobile/cmp/tab/impl/Tab.ts +1 -1
  645. package/mobile/cmp/tab/impl/TabContainer.ts +1 -1
  646. package/mobile/cmp/tab/impl/Tabs.scss +1 -1
  647. package/mobile/cmp/toolbar/Toolbar.scss +1 -1
  648. package/mobile/cmp/toolbar/Toolbar.ts +1 -1
  649. package/mobile/cmp/toolbar/ToolbarSeparator.ts +1 -1
  650. package/mobile/cmp/toolbar/index.ts +1 -1
  651. package/mobile/cmp/zoneGrid/impl/ZoneMapper.ts +1 -1
  652. package/mobx/decorators.ts +1 -1
  653. package/mobx/index.ts +1 -1
  654. package/mobx/overrides.ts +1 -1
  655. package/package.json +1 -1
  656. package/promise/Promise.ts +1 -1
  657. package/promise/index.ts +1 -1
  658. package/security/BaseOAuthClient.ts +1 -1
  659. package/security/Token.ts +1 -1
  660. package/security/authzero/AuthZeroClient.ts +1 -1
  661. package/security/authzero/index.ts +1 -1
  662. package/security/msal/MsalClient.ts +1 -1
  663. package/security/msal/index.ts +1 -1
  664. package/styles/XH.scss +1 -1
  665. package/styles/helpers.scss +1 -1
  666. package/styles/vars.scss +1 -1
  667. package/svc/AlertBannerService.ts +1 -1
  668. package/svc/AutoRefreshService.ts +1 -1
  669. package/svc/ChangelogService.ts +1 -1
  670. package/svc/ConfigService.ts +1 -1
  671. package/svc/EnvironmentService.ts +1 -1
  672. package/svc/FetchService.ts +1 -1
  673. package/svc/GridAutosizeService.ts +1 -1
  674. package/svc/GridExportService.ts +1 -1
  675. package/svc/IdentityService.ts +1 -1
  676. package/svc/IdleService.ts +1 -1
  677. package/svc/InspectorService.ts +1 -1
  678. package/svc/JsonBlobService.ts +1 -1
  679. package/svc/PrefService.ts +1 -1
  680. package/svc/TrackService.ts +1 -1
  681. package/svc/WebSocketService.ts +1 -1
  682. package/svc/index.ts +1 -1
  683. package/svc/storage/BaseStorageService.ts +1 -1
  684. package/svc/storage/LocalStorageService.ts +1 -1
  685. package/svc/storage/SessionStorageService.ts +1 -1
  686. package/tsconfig.tsbuildinfo +1 -1
  687. package/utils/async/AsyncUtils.ts +1 -1
  688. package/utils/async/Timer.ts +1 -1
  689. package/utils/async/index.ts +1 -1
  690. package/utils/datetime/DateTimeUtils.ts +1 -1
  691. package/utils/datetime/LocalDate.ts +1 -1
  692. package/utils/datetime/index.ts +1 -1
  693. package/utils/impl/Equals.ts +1 -1
  694. package/utils/impl/IsOmitted.ts +1 -1
  695. package/utils/impl/Separators.ts +1 -1
  696. package/utils/impl/TimeZone.ts +1 -1
  697. package/utils/impl/index.ts +1 -1
  698. package/utils/js/BrowserUtils.ts +1 -1
  699. package/utils/js/Decorators.ts +1 -1
  700. package/utils/js/DomUtils.ts +1 -1
  701. package/utils/js/HtmlUtils.ts +1 -1
  702. package/utils/js/LangUtils.ts +1 -1
  703. package/utils/js/LogUtils.ts +1 -1
  704. package/utils/js/TestUtils.ts +1 -1
  705. package/utils/js/VersionUtils.ts +1 -1
  706. package/utils/js/index.ts +1 -1
  707. package/utils/react/ClassName.ts +1 -1
  708. package/utils/react/Hooks.ts +1 -1
  709. package/utils/react/LayoutPropUtils.ts +1 -1
  710. package/utils/react/ObservableRef.ts +1 -1
  711. package/utils/react/ReactUtils.ts +1 -1
  712. package/utils/react/index.ts +1 -1
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {XH, hoistCmp, HoistModel, creates, managed, HoistProps} from '@xh/hoist/core';
8
8
  import {div, span} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  import {GridAutosizeOptions} from '@xh/hoist/cmp/grid/GridAutosizeOptions';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {GridLocalModel, GridModel} from '@xh/hoist/cmp/grid';
8
8
  import {div} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {PersistableState, PersistenceProvider} from '@xh/hoist/core';
8
8
  import {isObject} from 'lodash';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {Some, XH} from '@xh/hoist/core';
8
8
  import {Column, GridModel} from '@xh/hoist/cmp/grid';
@@ -197,7 +197,7 @@ function replaceHoistToken(token: string, gridModel: GridModel): Some<RecordActi
197
197
  column,
198
198
  gridModel
199
199
  })
200
- : values[0] ?? '[blank]',
200
+ : (values[0] ?? '[blank]'),
201
201
  // Grid col renderers will very typically return elements, but we need this to be a string.
202
202
  // That's the contract for `RecordAction.text`, but even more importantly, we end up piping
203
203
  // those actions into Ag-Grid context menus, which *only* accept strings / HTML markup
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  import {GridModel} from '../GridModel';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {Column, ColumnGroup, ColumnRenderer, GroupRowRenderer} from '@xh/hoist/cmp/grid';
8
8
  import {HeaderClassParams} from '@xh/hoist/kit/ag-grid';
package/cmp/grid/index.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  export * from './enums/TreeStyle';
8
8
  export * from './enums/GridAutosizeMode';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {Intent} from '@xh/hoist/core';
8
8
  import {Icon} from '@xh/hoist/icon';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {isEmpty} from 'lodash';
8
8
  import {div, hbox} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  import {HoistModel, PersistableState, PersistenceProvider, PersistOptions} from '@xh/hoist/core';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  .xh-input {
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {FieldModel} from '@xh/hoist/cmp/form';
8
8
  import {DefaultHoistProps, HoistModel, HoistModelClass, useLocalModel} from '@xh/hoist/core';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  import {TestSupportProps} from '@xh/hoist/core';
package/cmp/layout/Box.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {BoxProps, hoistCmp, HoistProps} from '@xh/hoist/core';
8
8
  import {TEST_ID, mergeDeep} from '@xh/hoist/utils/js';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, BoxProps, HoistProps} from '@xh/hoist/core';
8
8
  import {box} from './Box';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, BoxProps, setCmpErrorDisplay, HoistProps} from '@xh/hoist/core';
8
8
  import {box} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, BoxProps, HoistProps} from '@xh/hoist/core';
8
8
  import {box} from './Box';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {elementFactory} from '@xh/hoist/core';
8
8
  import {Fragment} from 'react';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  .xh-tile-frame {
8
8
  // Scrollbar will be shown above the content in order to not take up width.
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, useLocalModel, HoistModel, BoxProps, HoistProps} from '@xh/hoist/core';
8
8
  import {frame, box} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, BoxProps, HoistProps} from '@xh/hoist/core';
8
8
  import {box} from './Box';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hbox} from '@xh/hoist/cmp/layout';
8
8
  import {div} from '@xh/hoist/cmp/layout/Tags';
@@ -2,6 +2,6 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  export * from './LoadingIndicator';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, HoistProps} from '@xh/hoist/core';
8
8
  import {reactMarkdown} from '@xh/hoist/kit/react-markdown';
package/cmp/mask/Mask.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {
8
8
  hoistCmp,
package/cmp/mask/index.ts CHANGED
@@ -2,6 +2,6 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  export * from './Mask';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hoistCmp, uses, XH} from '@xh/hoist/core';
8
8
  import {pinPadImpl as desktopPinPadImpl} from '@xh/hoist/dynamics/desktop';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {HoistModel} from '@xh/hoist/core';
8
8
  import {action, observable, computed, makeObservable, bindable} from '@xh/hoist/mobx';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {inRange, isNil} from 'lodash';
8
8
  import moment from 'moment';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {img} from '@xh/hoist/cmp/layout';
8
8
  import {hoistCmp, HoistProps} from '@xh/hoist/core';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {box} from '@xh/hoist/cmp/layout';
8
8
  import {BoxProps, hoistCmp, HoistProps} from '@xh/hoist/core';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {GridModel} from '@xh/hoist/cmp/grid';
8
8
  import {DefaultHoistProps, hoistCmp, HoistModel, useLocalModel, XH} from '@xh/hoist/core';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {HoistModel, XH, lookup} from '@xh/hoist/core';
8
8
  import {GridModel} from '@xh/hoist/cmp/grid';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {BoxProps, hoistCmp, HoistProps, refreshContextView, uses, XH} from '@xh/hoist/core';
8
8
  import {tabContainerImpl as desktopTabContainerImpl} from '@xh/hoist/dynamics/desktop';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {
8
8
  HoistModel,
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {
8
8
  XH,
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {BoxProps, HoistProps, Side} from '@xh/hoist/core';
8
8
  import {TabContainerModel} from './TabContainerModel';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {AgGrid} from '@xh/hoist/cmp/ag-grid';
8
8
  import {box, div, fragment, hbox, hframe, p, placeholder, vbox, vframe} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {HoistModel, managed, PlainObject, Theme} from '@xh/hoist/core';
8
8
  import {action, observable, computed, makeObservable} from '@xh/hoist/mobx';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import composeRefs from '@seznam/compose-react-refs';
8
8
  import {box, div, placeholder} from '@xh/hoist/cmp/layout';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {HoistModel, PlainObject, Theme} from '@xh/hoist/core';
8
8
  import {Store, StoreRecord, StoreRecordId} from '@xh/hoist/data';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  export * from './TreeMap';
@@ -2,37 +2,15 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
- import {PlainObject, XH} from '@xh/hoist/core';
8
+ import {XH} from '@xh/hoist/core';
9
9
  import {pluralize, throwIf} from '@xh/hoist/utils/js';
10
10
  import {map} from 'lodash';
11
11
  import {ViewInfo} from './ViewInfo';
12
12
  import {View} from './View';
13
- import {ViewManagerModel} from './ViewManagerModel';
14
-
15
- export interface ViewCreateSpec {
16
- name: string;
17
- group: string;
18
- description: string;
19
- isShared: boolean;
20
- value?: PlainObject;
21
- }
22
-
23
- export interface ViewUpdateSpec {
24
- name: string;
25
- group: string;
26
- description: string;
27
- isShared?: boolean;
28
- isDefaultPinned?: boolean;
29
- }
30
-
31
- export interface ViewUserState {
32
- currentView?: string;
33
- userPinned: Record<string, boolean>;
34
- autoSave: boolean;
35
- }
13
+ import {ViewManagerModel, ViewUserState, ViewUpdateSpec, ViewCreateSpec} from './ViewManagerModel';
36
14
 
37
15
  /**
38
16
  * Supporting class for accessing and updating ViewManager and View data.
@@ -100,7 +78,7 @@ export class DataAccess<T> {
100
78
  try {
101
79
  this.ensureEditable(view);
102
80
  const raw = await XH.postJson({
103
- url: 'xhView/updateViewInfo',
81
+ url: 'xhView/updateInfo',
104
82
  params: {token: view.token},
105
83
  body: updates
106
84
  });
@@ -157,9 +135,9 @@ export class DataAccess<T> {
157
135
  //--------------------------
158
136
  // State related changes
159
137
  //--------------------------
160
- async updateStateAsync(update: Partial<ViewUserState>) {
138
+ async updateStateAsync(update: Partial<ViewUserState>): Promise<ViewUserState> {
161
139
  const {type, instance} = this.model;
162
- await XH.postJson({
140
+ return XH.postJson({
163
141
  url: 'xhView/updateState',
164
142
  params: {type, viewInstance: instance},
165
143
  body: update
@@ -1,3 +1,9 @@
1
+ /*
2
+ * This file belongs to Hoist, an application development toolkit
3
+ * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
+ *
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
+ */
1
7
  import {PlainObject} from '@xh/hoist/core';
2
8
  import {ViewManagerModel} from './ViewManagerModel';
3
9
  import {ViewInfo} from './ViewInfo';
@@ -1,3 +1,9 @@
1
+ /*
2
+ * This file belongs to Hoist, an application development toolkit
3
+ * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
+ *
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
+ */
1
7
  import {SECONDS} from '@xh/hoist/utils/datetime';
2
8
  import {ViewManagerModel} from './ViewManagerModel';
3
9
  import {JsonBlob} from '@xh/hoist/svc';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  import {fragment, strong, p, span} from '@xh/hoist/cmp/layout';
@@ -25,7 +25,30 @@ import {find, isEqual, isNil, isNull, isUndefined, lowerCase} from 'lodash';
25
25
  import {ReactNode} from 'react';
26
26
  import {ViewInfo} from './ViewInfo';
27
27
  import {View} from './View';
28
- import {DataAccess, ViewCreateSpec, ViewUpdateSpec, ViewUserState} from './DataAccess';
28
+ import {DataAccess} from './DataAccess';
29
+
30
+ export interface ViewCreateSpec {
31
+ name: string;
32
+ group: string;
33
+ description: string;
34
+ isShared: boolean;
35
+ isPinned: boolean;
36
+ value: PlainObject;
37
+ }
38
+
39
+ export interface ViewUpdateSpec {
40
+ name: string;
41
+ group: string;
42
+ description: string;
43
+ isShared?: boolean;
44
+ isDefaultPinned?: boolean;
45
+ }
46
+
47
+ export interface ViewUserState {
48
+ currentView?: string;
49
+ userPinned: Record<string, boolean>;
50
+ autoSave: boolean;
51
+ }
29
52
 
30
53
  export interface ViewManagerConfig {
31
54
  /**
@@ -338,9 +361,8 @@ export class ViewManagerModel<T = PlainObject> extends HoistModel {
338
361
  }
339
362
 
340
363
  async saveAsAsync(spec: ViewCreateSpec): Promise<void> {
341
- const view = await this.dataAccess.createViewAsync({...spec, value: this.getValue()});
364
+ const view = await this.dataAccess.createViewAsync(spec);
342
365
  this.noteSuccess(`Created ${view.typedName}`);
343
- this.userPin(view.info);
344
366
  this.setAsView(view);
345
367
  }
346
368
 
@@ -404,10 +426,6 @@ export class ViewManagerModel<T = PlainObject> extends HoistModel {
404
426
  //------------------
405
427
  // Pinning
406
428
  //------------------
407
- togglePinned(view: ViewInfo) {
408
- view.isPinned ? this.userUnpin(view) : this.userPin(view);
409
- }
410
-
411
429
  @action
412
430
  userPin(view: ViewInfo) {
413
431
  this.userPinned = {...this.userPinned, [view.token]: true};
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {hbox, span} from '@xh/hoist/cmp/layout';
8
8
  import {BoxProps, hoistCmp, HoistProps, XH} from '@xh/hoist/core';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  import {Column, ColumnRenderer, ColumnSortSpec} from '@xh/hoist/cmp/grid';
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
 
8
8
  // Override standard grid default for cell padding to support distinct CSS var for ZoneGrid.
@@ -2,7 +2,7 @@
2
2
  * This file belongs to Hoist, an application development toolkit
3
3
  * developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
4
4
  *
5
- * Copyright © 2024 Extremely Heavy Industries Inc.
5
+ * Copyright © 2025 Extremely Heavy Industries Inc.
6
6
  */
7
7
  import {grid} from '@xh/hoist/cmp/grid';
8
8
  import {fragment} from '@xh/hoist/cmp/layout';