@xh/hoist 57.0.0 → 57.0.2

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 (606) hide show
  1. package/CHANGELOG.md +22 -3
  2. package/build/types/admin/AppComponent.d.ts +4 -0
  3. package/build/types/admin/AppModel.d.ts +13 -0
  4. package/build/types/admin/columns/Core.d.ts +6 -0
  5. package/build/types/admin/columns/Rest.d.ts +5 -0
  6. package/build/types/admin/columns/Tracking.d.ts +18 -0
  7. package/build/types/admin/columns/User.d.ts +9 -0
  8. package/build/types/admin/columns/UserData.d.ts +7 -0
  9. package/build/types/admin/columns/index.d.ts +5 -0
  10. package/build/types/admin/differ/Differ.d.ts +2 -0
  11. package/build/types/admin/differ/DifferDetail.d.ts +3 -0
  12. package/build/types/admin/differ/DifferDetailModel.d.ts +17 -0
  13. package/build/types/admin/differ/DifferModel.d.ts +43 -0
  14. package/build/types/admin/regroup/RegroupDialog.d.ts +2 -0
  15. package/build/types/admin/regroup/RegroupDialogModel.d.ts +20 -0
  16. package/build/types/admin/tabs/activity/ActivityTab.d.ts +2 -0
  17. package/build/types/admin/tabs/activity/aggregators/RangeAggregator.d.ts +8 -0
  18. package/build/types/admin/tabs/activity/clienterrors/ClientErrorDetail.d.ts +2 -0
  19. package/build/types/admin/tabs/activity/clienterrors/ClientErrorsModel.d.ts +30 -0
  20. package/build/types/admin/tabs/activity/clienterrors/ClientErrorsPanel.d.ts +2 -0
  21. package/build/types/admin/tabs/activity/feedback/FeedbackPanel.d.ts +1 -0
  22. package/build/types/admin/tabs/activity/tracking/ActivityTrackingModel.d.ts +50 -0
  23. package/build/types/admin/tabs/activity/tracking/ActivityTrackingPanel.d.ts +2 -0
  24. package/build/types/admin/tabs/activity/tracking/charts/ChartsModel.d.ts +32 -0
  25. package/build/types/admin/tabs/activity/tracking/charts/ChartsPanel.d.ts +2 -0
  26. package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailModel.d.ts +15 -0
  27. package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailView.d.ts +2 -0
  28. package/build/types/admin/tabs/general/GeneralTab.d.ts +1 -0
  29. package/build/types/admin/tabs/general/about/AboutPanel.d.ts +2 -0
  30. package/build/types/admin/tabs/general/alertBanner/AlertBannerModel.d.ts +24 -0
  31. package/build/types/admin/tabs/general/alertBanner/AlertBannerPanel.d.ts +3 -0
  32. package/build/types/admin/tabs/general/config/ConfigPanel.d.ts +2 -0
  33. package/build/types/admin/tabs/general/config/ConfigPanelModel.d.ts +19 -0
  34. package/build/types/admin/tabs/general/users/UserModel.d.ts +12 -0
  35. package/build/types/admin/tabs/general/users/UserPanel.d.ts +2 -0
  36. package/build/types/admin/tabs/monitor/MonitorColumns.d.ts +15 -0
  37. package/build/types/admin/tabs/monitor/MonitorEditorPanel.d.ts +1 -0
  38. package/build/types/admin/tabs/monitor/MonitorResultsModel.d.ts +17 -0
  39. package/build/types/admin/tabs/monitor/MonitorResultsPanel.d.ts +3 -0
  40. package/build/types/admin/tabs/monitor/MonitorResultsToolbar.d.ts +2 -0
  41. package/build/types/admin/tabs/monitor/MonitorTab.d.ts +1 -0
  42. package/build/types/admin/tabs/monitor/Tile.d.ts +2 -0
  43. package/build/types/admin/tabs/server/ServerTab.d.ts +1 -0
  44. package/build/types/admin/tabs/server/ehcache/EhCacheModel.d.ts +10 -0
  45. package/build/types/admin/tabs/server/ehcache/EhCachePanel.d.ts +2 -0
  46. package/build/types/admin/tabs/server/environment/ServerEnvModel.d.ts +11 -0
  47. package/build/types/admin/tabs/server/environment/ServerEnvPanel.d.ts +2 -0
  48. package/build/types/admin/tabs/server/logLevel/LogLevelColumns.d.ts +5 -0
  49. package/build/types/admin/tabs/server/logLevel/LogLevelPanel.d.ts +1 -0
  50. package/build/types/admin/tabs/server/logViewer/LogDisplay.d.ts +6 -0
  51. package/build/types/admin/tabs/server/logViewer/LogDisplayModel.d.ts +29 -0
  52. package/build/types/admin/tabs/server/logViewer/LogViewer.d.ts +3 -0
  53. package/build/types/admin/tabs/server/logViewer/LogViewerModel.d.ts +23 -0
  54. package/build/types/admin/tabs/server/memory/MemoryMonitorModel.d.ts +15 -0
  55. package/build/types/admin/tabs/server/memory/MemoryMonitorPanel.d.ts +2 -0
  56. package/build/types/admin/tabs/server/services/ServiceModel.d.ts +8 -0
  57. package/build/types/admin/tabs/server/services/ServicePanel.d.ts +2 -0
  58. package/build/types/admin/tabs/server/websocket/WebSocketColumns.d.ts +8 -0
  59. package/build/types/admin/tabs/server/websocket/WebSocketModel.d.ts +12 -0
  60. package/build/types/admin/tabs/server/websocket/WebSocketPanel.d.ts +2 -0
  61. package/build/types/admin/tabs/userData/JsonBlobColumns.d.ts +9 -0
  62. package/build/types/admin/tabs/userData/JsonBlobModel.d.ts +15 -0
  63. package/build/types/admin/tabs/userData/JsonBlobPanel.d.ts +2 -0
  64. package/build/types/admin/tabs/userData/PreferenceModel.d.ts +16 -0
  65. package/build/types/admin/tabs/userData/PreferencePanel.d.ts +2 -0
  66. package/build/types/admin/tabs/userData/UserDataTab.d.ts +1 -0
  67. package/build/types/admin/tabs/userData/UserPreferencePanel.d.ts +1 -0
  68. package/build/types/appcontainer/AboutDialogModel.d.ts +15 -0
  69. package/build/types/appcontainer/AppContainerModel.d.ts +43 -0
  70. package/build/types/appcontainer/AppOption.d.ts +23 -0
  71. package/build/types/appcontainer/BannerModel.d.ts +26 -0
  72. package/build/types/appcontainer/BannerSourceModel.d.ts +15 -0
  73. package/build/types/appcontainer/ChangelogDialogModel.d.ts +9 -0
  74. package/build/types/appcontainer/ErrorBoundary.d.ts +16 -0
  75. package/build/types/appcontainer/ExceptionDialogModel.d.ts +28 -0
  76. package/build/types/appcontainer/FeedbackDialogModel.d.ts +24 -0
  77. package/build/types/appcontainer/ImpersonationBarModel.d.ts +20 -0
  78. package/build/types/appcontainer/MessageModel.d.ts +35 -0
  79. package/build/types/appcontainer/MessageSourceModel.d.ts +18 -0
  80. package/build/types/appcontainer/OptionsDialogModel.d.ts +23 -0
  81. package/build/types/appcontainer/SizingModeModel.d.ts +13 -0
  82. package/build/types/appcontainer/ThemeModel.d.ts +13 -0
  83. package/build/types/appcontainer/ToastModel.d.ts +27 -0
  84. package/build/types/appcontainer/ToastSourceModel.d.ts +13 -0
  85. package/build/types/appcontainer/ViewportSizeModel.d.ts +19 -0
  86. package/build/types/appcontainer/login/LoginPanelModel.d.ts +15 -0
  87. package/build/types/cmp/ag-grid/AgGrid.d.ts +31 -0
  88. package/build/types/cmp/ag-grid/AgGridModel.d.ts +183 -0
  89. package/build/types/cmp/ag-grid/index.d.ts +2 -0
  90. package/build/types/cmp/badge/Badge.d.ts +13 -0
  91. package/build/types/cmp/badge/index.d.ts +1 -0
  92. package/build/types/cmp/chart/Chart.d.ts +18 -0
  93. package/build/types/cmp/chart/ChartModel.d.ts +48 -0
  94. package/build/types/cmp/chart/impl/copyToClipboard.d.ts +6 -0
  95. package/build/types/cmp/chart/impl/zoomout.d.ts +5 -0
  96. package/build/types/cmp/chart/index.d.ts +2 -0
  97. package/build/types/cmp/chart/theme/Dark.d.ts +216 -0
  98. package/build/types/cmp/chart/theme/Light.d.ts +193 -0
  99. package/build/types/cmp/clock/Clock.d.ts +26 -0
  100. package/build/types/cmp/clock/index.d.ts +1 -0
  101. package/build/types/cmp/dataview/DataView.d.ts +22 -0
  102. package/build/types/cmp/dataview/DataViewModel.d.ts +103 -0
  103. package/build/types/cmp/dataview/index.d.ts +2 -0
  104. package/build/types/cmp/filter/FilterChooserFieldSpec.d.ts +39 -0
  105. package/build/types/cmp/filter/FilterChooserModel.d.ts +130 -0
  106. package/build/types/cmp/filter/impl/Option.d.ts +47 -0
  107. package/build/types/cmp/filter/impl/QueryEngine.d.ts +29 -0
  108. package/build/types/cmp/filter/index.d.ts +1 -0
  109. package/build/types/cmp/form/BaseFormFieldProps.d.ts +33 -0
  110. package/build/types/cmp/form/Form.d.ts +35 -0
  111. package/build/types/cmp/form/FormModel.d.ts +130 -0
  112. package/build/types/cmp/form/field/BaseFieldModel.d.ts +156 -0
  113. package/build/types/cmp/form/field/FieldModel.d.ts +11 -0
  114. package/build/types/cmp/form/field/SubformsFieldModel.d.ts +65 -0
  115. package/build/types/cmp/form/index.d.ts +6 -0
  116. package/build/types/cmp/grid/Grid.d.ts +39 -0
  117. package/build/types/cmp/grid/GridAutosizeOptions.d.ts +44 -0
  118. package/build/types/cmp/grid/GridContextMenu.d.ts +28 -0
  119. package/build/types/cmp/grid/GridModel.d.ts +556 -0
  120. package/build/types/cmp/grid/GridSorter.d.ts +23 -0
  121. package/build/types/cmp/grid/Types.d.ts +274 -0
  122. package/build/types/cmp/grid/columns/Column.d.ts +362 -0
  123. package/build/types/cmp/grid/columns/ColumnGroup.d.ts +56 -0
  124. package/build/types/cmp/grid/columns/Core.d.ts +9 -0
  125. package/build/types/cmp/grid/columns/DatesTimes.d.ts +12 -0
  126. package/build/types/cmp/grid/columns/index.d.ts +4 -0
  127. package/build/types/cmp/grid/enums/ExcelFormat.d.ts +33 -0
  128. package/build/types/cmp/grid/enums/GridAutosizeMode.d.ts +24 -0
  129. package/build/types/cmp/grid/enums/TreeStyle.d.ts +15 -0
  130. package/build/types/cmp/grid/filter/GridFilterFieldSpec.d.ts +38 -0
  131. package/build/types/cmp/grid/filter/GridFilterModel.d.ts +44 -0
  132. package/build/types/cmp/grid/helpers/GridCountLabel.d.ts +25 -0
  133. package/build/types/cmp/grid/impl/ColumnGroupHeader.d.ts +24 -0
  134. package/build/types/cmp/grid/impl/ColumnHeader.d.ts +55 -0
  135. package/build/types/cmp/grid/impl/ColumnWidthCalculator.d.ts +41 -0
  136. package/build/types/cmp/grid/impl/GridPersistenceModel.d.ts +34 -0
  137. package/build/types/cmp/grid/impl/MenuSupport.d.ts +7 -0
  138. package/build/types/cmp/grid/impl/RowKeyNavSupport.d.ts +11 -0
  139. package/build/types/cmp/grid/impl/Utils.d.ts +5 -0
  140. package/build/types/cmp/grid/index.d.ts +15 -0
  141. package/build/types/cmp/grid/renderers/MultiFieldRenderer.d.ts +27 -0
  142. package/build/types/cmp/grid/renderers/TagsRenderer.d.ts +3 -0
  143. package/build/types/cmp/grouping/GroupingChooserModel.d.ts +89 -0
  144. package/build/types/cmp/grouping/index.d.ts +1 -0
  145. package/build/types/cmp/input/HoistInputModel.d.ts +148 -0
  146. package/build/types/cmp/input/HoistInputProps.d.ts +19 -0
  147. package/build/types/cmp/input/index.d.ts +2 -0
  148. package/build/types/cmp/layout/Box.d.ts +17 -0
  149. package/build/types/cmp/layout/Frame.d.ts +15 -0
  150. package/build/types/cmp/layout/Placeholder.d.ts +12 -0
  151. package/build/types/cmp/layout/Spacer.d.ts +15 -0
  152. package/build/types/cmp/layout/Tags.d.ts +32 -0
  153. package/build/types/cmp/layout/TileFrame.d.ts +38 -0
  154. package/build/types/cmp/layout/Viewport.d.ts +9 -0
  155. package/build/types/cmp/layout/index.d.ts +7 -0
  156. package/build/types/cmp/pinpad/PinPad.d.ts +10 -0
  157. package/build/types/cmp/pinpad/PinPadModel.d.ts +35 -0
  158. package/build/types/cmp/pinpad/index.d.ts +2 -0
  159. package/build/types/cmp/relativetimestamp/RelativeTimestamp.d.ts +46 -0
  160. package/build/types/cmp/relativetimestamp/index.d.ts +1 -0
  161. package/build/types/cmp/spinner/Spinner.d.ts +16 -0
  162. package/build/types/cmp/spinner/index.d.ts +1 -0
  163. package/build/types/cmp/store/StoreCountLabel.d.ts +18 -0
  164. package/build/types/cmp/store/StoreFilterField.d.ts +82 -0
  165. package/build/types/cmp/store/impl/StoreFilterFieldImplModel.d.ts +23 -0
  166. package/build/types/cmp/store/index.d.ts +2 -0
  167. package/build/types/cmp/tab/TabContainer.d.ts +20 -0
  168. package/build/types/cmp/tab/TabContainerModel.d.ts +114 -0
  169. package/build/types/cmp/tab/TabModel.d.ts +71 -0
  170. package/build/types/cmp/tab/TabSwitcherProps.d.ts +16 -0
  171. package/build/types/cmp/tab/index.d.ts +4 -0
  172. package/build/types/cmp/websocket/WebSocketIndicator.d.ts +10 -0
  173. package/build/types/cmp/websocket/index.d.ts +1 -0
  174. package/build/types/core/AppSpec.d.ts +106 -0
  175. package/build/types/core/AppState.d.ts +13 -0
  176. package/build/types/core/HoistAppModel.d.ts +81 -0
  177. package/build/types/core/HoistBase.d.ts +160 -0
  178. package/build/types/core/HoistBaseDecorators.d.ts +20 -0
  179. package/build/types/core/HoistComponent.d.ts +109 -0
  180. package/build/types/core/HoistProps.d.ts +91 -0
  181. package/build/types/core/HoistService.d.ts +56 -0
  182. package/build/types/core/RefreshContextView.d.ts +11 -0
  183. package/build/types/core/RouterModel.d.ts +41 -0
  184. package/build/types/core/TaskObserver.d.ts +75 -0
  185. package/build/types/core/XH.d.ts +358 -0
  186. package/build/types/core/elem.d.ts +55 -0
  187. package/build/types/core/enums/RefreshMode.d.ts +16 -0
  188. package/build/types/core/enums/RenderMode.d.ts +13 -0
  189. package/build/types/core/enums/SizingMode.d.ts +10 -0
  190. package/build/types/core/exception/Exception.d.ts +63 -0
  191. package/build/types/core/exception/ExceptionHandler.d.ts +121 -0
  192. package/build/types/core/exception/Types.d.ts +50 -0
  193. package/build/types/core/impl/InstallServices.d.ts +18 -0
  194. package/build/types/core/impl/InstanceManager.d.ts +19 -0
  195. package/build/types/core/impl/PlatformManager.d.ts +13 -0
  196. package/build/types/core/index.d.ts +24 -0
  197. package/build/types/core/load/LoadSpec.d.ts +50 -0
  198. package/build/types/core/load/LoadSupport.d.ts +36 -0
  199. package/build/types/core/load/Loadable.d.ts +48 -0
  200. package/build/types/core/load/index.d.ts +3 -0
  201. package/build/types/core/model/CreatesSpec.d.ts +29 -0
  202. package/build/types/core/model/HoistModel.d.ts +121 -0
  203. package/build/types/core/model/Hooks.d.ts +28 -0
  204. package/build/types/core/model/ManagedRefreshContextModel.d.ts +23 -0
  205. package/build/types/core/model/ModelLookup.d.ts +27 -0
  206. package/build/types/core/model/ModelSelector.d.ts +28 -0
  207. package/build/types/core/model/ModelSpec.d.ts +30 -0
  208. package/build/types/core/model/RefreshContextModel.d.ts +45 -0
  209. package/build/types/core/model/RootRefreshContextModel.d.ts +14 -0
  210. package/build/types/core/model/UsesSpec.d.ts +49 -0
  211. package/build/types/core/model/index.d.ts +10 -0
  212. package/build/types/core/persist/CustomProvider.d.ts +16 -0
  213. package/build/types/core/persist/DashViewProvider.d.ts +11 -0
  214. package/build/types/core/persist/LocalStorageProvider.d.ts +11 -0
  215. package/build/types/core/persist/PersistOptions.d.ts +31 -0
  216. package/build/types/core/persist/PersistenceProvider.d.ts +49 -0
  217. package/build/types/core/persist/PrefProvider.d.ts +11 -0
  218. package/build/types/core/persist/index.d.ts +6 -0
  219. package/build/types/core/types/Interfaces.d.ts +232 -0
  220. package/build/types/core/types/Types.d.ts +41 -0
  221. package/build/types/data/Field.d.ts +72 -0
  222. package/build/types/data/RecordAction.d.ts +114 -0
  223. package/build/types/data/Store.d.ts +386 -0
  224. package/build/types/data/StoreRecord.d.ts +167 -0
  225. package/build/types/data/StoreSelectionModel.d.ts +52 -0
  226. package/build/types/data/UrlStore.d.ts +26 -0
  227. package/build/types/data/cube/BucketSpec.d.ts +13 -0
  228. package/build/types/data/cube/Cube.d.ts +159 -0
  229. package/build/types/data/cube/CubeField.d.ts +52 -0
  230. package/build/types/data/cube/Query.d.ts +63 -0
  231. package/build/types/data/cube/View.d.ts +97 -0
  232. package/build/types/data/cube/aggregate/AggregationContext.d.ts +21 -0
  233. package/build/types/data/cube/aggregate/Aggregator.d.ts +40 -0
  234. package/build/types/data/cube/aggregate/AverageAggregator.d.ts +4 -0
  235. package/build/types/data/cube/aggregate/AverageStrictAggregator.d.ts +5 -0
  236. package/build/types/data/cube/aggregate/ChildCountAggregator.d.ts +5 -0
  237. package/build/types/data/cube/aggregate/LeafCountAggregator.d.ts +5 -0
  238. package/build/types/data/cube/aggregate/MaxAggregator.d.ts +5 -0
  239. package/build/types/data/cube/aggregate/MinAggregator.d.ts +5 -0
  240. package/build/types/data/cube/aggregate/NullAggregator.d.ts +4 -0
  241. package/build/types/data/cube/aggregate/SingleAggregator.d.ts +4 -0
  242. package/build/types/data/cube/aggregate/SumAggregator.d.ts +5 -0
  243. package/build/types/data/cube/aggregate/SumStrictAggregator.d.ts +5 -0
  244. package/build/types/data/cube/aggregate/UniqueAggregator.d.ts +5 -0
  245. package/build/types/data/cube/row/AggregateRow.d.ts +13 -0
  246. package/build/types/data/cube/row/BaseRow.d.ts +27 -0
  247. package/build/types/data/cube/row/BucketRow.d.ts +12 -0
  248. package/build/types/data/cube/row/LeafRow.d.ts +12 -0
  249. package/build/types/data/cube/row/RowUpdate.d.ts +10 -0
  250. package/build/types/data/filter/BaseFilterFieldSpec.d.ts +73 -0
  251. package/build/types/data/filter/CompoundFilter.d.ts +23 -0
  252. package/build/types/data/filter/FieldFilter.d.ts +32 -0
  253. package/build/types/data/filter/Filter.d.ts +25 -0
  254. package/build/types/data/filter/FunctionFilter.d.ts +20 -0
  255. package/build/types/data/filter/Types.d.ts +31 -0
  256. package/build/types/data/filter/Utils.d.ts +49 -0
  257. package/build/types/data/impl/RecordSet.d.ts +44 -0
  258. package/build/types/data/impl/RecordValidator.d.ts +39 -0
  259. package/build/types/data/impl/StoreValidator.d.ts +47 -0
  260. package/build/types/data/index.d.ts +31 -0
  261. package/build/types/data/validation/Rule.d.ts +51 -0
  262. package/build/types/data/validation/ValidationState.d.ts +6 -0
  263. package/build/types/data/validation/constraints.d.ts +64 -0
  264. package/build/types/deprecated/index.d.ts +0 -0
  265. package/build/types/desktop/appcontainer/AboutDialog.d.ts +11 -0
  266. package/build/types/desktop/appcontainer/AppContainer.d.ts +13 -0
  267. package/build/types/desktop/appcontainer/Banner.d.ts +8 -0
  268. package/build/types/desktop/appcontainer/ChangelogDialog.d.ts +3 -0
  269. package/build/types/desktop/appcontainer/ExceptionDialog.d.ts +13 -0
  270. package/build/types/desktop/appcontainer/ExceptionDialogDetails.d.ts +8 -0
  271. package/build/types/desktop/appcontainer/FeedbackDialog.d.ts +6 -0
  272. package/build/types/desktop/appcontainer/IdlePanel.d.ts +8 -0
  273. package/build/types/desktop/appcontainer/ImpersonationBar.d.ts +9 -0
  274. package/build/types/desktop/appcontainer/LockoutPanel.d.ts +8 -0
  275. package/build/types/desktop/appcontainer/LoginPanel.d.ts +9 -0
  276. package/build/types/desktop/appcontainer/Message.d.ts +8 -0
  277. package/build/types/desktop/appcontainer/MessageSource.d.ts +6 -0
  278. package/build/types/desktop/appcontainer/OptionsDialog.d.ts +9 -0
  279. package/build/types/desktop/appcontainer/SuspendPanel.d.ts +6 -0
  280. package/build/types/desktop/appcontainer/ToastSource.d.ts +8 -0
  281. package/build/types/desktop/appcontainer/VersionBar.d.ts +3 -0
  282. package/build/types/desktop/appcontainer/index.d.ts +1 -0
  283. package/build/types/desktop/cmp/appOption/AutoRefreshAppOption.d.ts +340 -0
  284. package/build/types/desktop/cmp/appOption/SizingModeAppOption.d.ts +17 -0
  285. package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +340 -0
  286. package/build/types/desktop/cmp/appOption/index.d.ts +3 -0
  287. package/build/types/desktop/cmp/appbar/AppBar.d.ts +34 -0
  288. package/build/types/desktop/cmp/appbar/AppBarSeparator.d.ts +6 -0
  289. package/build/types/desktop/cmp/appbar/index.d.ts +2 -0
  290. package/build/types/desktop/cmp/button/AppMenuButton.d.ts +36 -0
  291. package/build/types/desktop/cmp/button/Button.d.ts +28 -0
  292. package/build/types/desktop/cmp/button/ButtonGroup.d.ts +17 -0
  293. package/build/types/desktop/cmp/button/ColAutosizeButton.d.ts +14 -0
  294. package/build/types/desktop/cmp/button/ColChooserButton.d.ts +19 -0
  295. package/build/types/desktop/cmp/button/DashCanvasAddViewButton.d.ts +11 -0
  296. package/build/types/desktop/cmp/button/ExportButton.d.ts +22 -0
  297. package/build/types/desktop/cmp/button/FeedbackButton.d.ts +9 -0
  298. package/build/types/desktop/cmp/button/LaunchAdminButton.d.ts +9 -0
  299. package/build/types/desktop/cmp/button/LogoutButton.d.ts +11 -0
  300. package/build/types/desktop/cmp/button/ModalToggleButton.d.ts +11 -0
  301. package/build/types/desktop/cmp/button/OptionsButton.d.ts +10 -0
  302. package/build/types/desktop/cmp/button/RefreshButton.d.ts +13 -0
  303. package/build/types/desktop/cmp/button/RestoreDefaultsButton.d.ts +16 -0
  304. package/build/types/desktop/cmp/button/ThemeToggleButton.d.ts +8 -0
  305. package/build/types/desktop/cmp/button/WhatsNewButton.d.ts +11 -0
  306. package/build/types/desktop/cmp/button/index.d.ts +15 -0
  307. package/build/types/desktop/cmp/clipboard/ClipboardButton.d.ts +13 -0
  308. package/build/types/desktop/cmp/clipboard/ClipboardMenuItem.d.ts +7 -0
  309. package/build/types/desktop/cmp/clipboard/index.d.ts +2 -0
  310. package/build/types/desktop/cmp/contextmenu/ContextMenu.d.ts +21 -0
  311. package/build/types/desktop/cmp/contextmenu/index.d.ts +1 -0
  312. package/build/types/desktop/cmp/dash/DashConfig.d.ts +33 -0
  313. package/build/types/desktop/cmp/dash/DashModel.d.ts +19 -0
  314. package/build/types/desktop/cmp/dash/DashViewModel.d.ts +52 -0
  315. package/build/types/desktop/cmp/dash/DashViewSpec.d.ts +41 -0
  316. package/build/types/desktop/cmp/dash/canvas/DashCanvas.d.ts +19 -0
  317. package/build/types/desktop/cmp/dash/canvas/DashCanvasModel.d.ts +104 -0
  318. package/build/types/desktop/cmp/dash/canvas/DashCanvasViewModel.d.ts +27 -0
  319. package/build/types/desktop/cmp/dash/canvas/DashCanvasViewSpec.d.ts +30 -0
  320. package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasContextMenu.d.ts +8 -0
  321. package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasView.d.ts +12 -0
  322. package/build/types/desktop/cmp/dash/canvas/impl/utils.d.ts +10 -0
  323. package/build/types/desktop/cmp/dash/container/DashContainer.d.ts +9 -0
  324. package/build/types/desktop/cmp/dash/container/DashContainerModel.d.ts +143 -0
  325. package/build/types/desktop/cmp/dash/container/DashContainerViewSpec.d.ts +17 -0
  326. package/build/types/desktop/cmp/dash/container/impl/DashContainerContextMenu.d.ts +15 -0
  327. package/build/types/desktop/cmp/dash/container/impl/DashContainerMenuButton.d.ts +7 -0
  328. package/build/types/desktop/cmp/dash/container/impl/DashContainerUtils.d.ts +14 -0
  329. package/build/types/desktop/cmp/dash/container/impl/DashContainerView.d.ts +12 -0
  330. package/build/types/desktop/cmp/dash/index.d.ts +11 -0
  331. package/build/types/desktop/cmp/dock/DockContainer.d.ts +26 -0
  332. package/build/types/desktop/cmp/dock/DockContainerModel.d.ts +33 -0
  333. package/build/types/desktop/cmp/dock/DockViewModel.d.ts +75 -0
  334. package/build/types/desktop/cmp/dock/impl/DockContainer.d.ts +10 -0
  335. package/build/types/desktop/cmp/dock/impl/DockView.d.ts +15 -0
  336. package/build/types/desktop/cmp/dock/index.d.ts +3 -0
  337. package/build/types/desktop/cmp/error/ErrorMessage.d.ts +33 -0
  338. package/build/types/desktop/cmp/error/index.d.ts +1 -0
  339. package/build/types/desktop/cmp/filechooser/FileChooser.d.ts +42 -0
  340. package/build/types/desktop/cmp/filechooser/FileChooserModel.d.ts +25 -0
  341. package/build/types/desktop/cmp/filechooser/index.d.ts +2 -0
  342. package/build/types/desktop/cmp/filter/FilterChooser.d.ts +28 -0
  343. package/build/types/desktop/cmp/filter/index.d.ts +2 -0
  344. package/build/types/desktop/cmp/form/FormField.d.ts +63 -0
  345. package/build/types/desktop/cmp/form/index.d.ts +1 -0
  346. package/build/types/desktop/cmp/grid/columns/Actions.d.ts +29 -0
  347. package/build/types/desktop/cmp/grid/editors/BooleanEditor.d.ts +16 -0
  348. package/build/types/desktop/cmp/grid/editors/DateEditor.d.ts +7 -0
  349. package/build/types/desktop/cmp/grid/editors/EditorProps.d.ts +17 -0
  350. package/build/types/desktop/cmp/grid/editors/NumberEditor.d.ts +7 -0
  351. package/build/types/desktop/cmp/grid/editors/SelectEditor.d.ts +7 -0
  352. package/build/types/desktop/cmp/grid/editors/TextAreaEditor.d.ts +7 -0
  353. package/build/types/desktop/cmp/grid/editors/TextEditor.d.ts +7 -0
  354. package/build/types/desktop/cmp/grid/editors/impl/InlineEditorModel.d.ts +15 -0
  355. package/build/types/desktop/cmp/grid/editors/index.d.ts +6 -0
  356. package/build/types/desktop/cmp/grid/find/GridFindField.d.ts +43 -0
  357. package/build/types/desktop/cmp/grid/find/impl/GridFindFieldImplModel.d.ts +37 -0
  358. package/build/types/desktop/cmp/grid/impl/colchooser/ColChooser.d.ts +18 -0
  359. package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserDialog.d.ts +2 -0
  360. package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserModel.d.ts +33 -0
  361. package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.d.ts +9 -0
  362. package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilterModel.d.ts +38 -0
  363. package/build/types/desktop/cmp/grid/impl/filter/GridFilterDialog.d.ts +11 -0
  364. package/build/types/desktop/cmp/grid/impl/filter/custom/CustomRow.d.ts +6 -0
  365. package/build/types/desktop/cmp/grid/impl/filter/custom/CustomRowModel.d.ts +28 -0
  366. package/build/types/desktop/cmp/grid/impl/filter/custom/CustomTab.d.ts +7 -0
  367. package/build/types/desktop/cmp/grid/impl/filter/custom/CustomTabModel.d.ts +21 -0
  368. package/build/types/desktop/cmp/grid/impl/filter/values/ValuesTab.d.ts +7 -0
  369. package/build/types/desktop/cmp/grid/impl/filter/values/ValuesTabModel.d.ts +33 -0
  370. package/build/types/desktop/cmp/grid/index.d.ts +3 -0
  371. package/build/types/desktop/cmp/grouping/GroupingChooser.d.ts +26 -0
  372. package/build/types/desktop/cmp/grouping/index.d.ts +2 -0
  373. package/build/types/desktop/cmp/input/ButtonGroupInput.d.ts +26 -0
  374. package/build/types/desktop/cmp/input/Checkbox.d.ts +28 -0
  375. package/build/types/desktop/cmp/input/CodeInput.d.ts +80 -0
  376. package/build/types/desktop/cmp/input/DateInput.d.ts +117 -0
  377. package/build/types/desktop/cmp/input/JsonInput.d.ts +9 -0
  378. package/build/types/desktop/cmp/input/NumberInput.d.ts +77 -0
  379. package/build/types/desktop/cmp/input/RadioInput.d.ts +22 -0
  380. package/build/types/desktop/cmp/input/Select.d.ts +139 -0
  381. package/build/types/desktop/cmp/input/Slider.d.ts +33 -0
  382. package/build/types/desktop/cmp/input/SwitchInput.d.ts +21 -0
  383. package/build/types/desktop/cmp/input/TextArea.d.ts +26 -0
  384. package/build/types/desktop/cmp/input/TextInput.d.ts +55 -0
  385. package/build/types/desktop/cmp/input/index.d.ts +12 -0
  386. package/build/types/desktop/cmp/leftrightchooser/LeftRightChooser.d.ts +14 -0
  387. package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserFilter.d.ts +15 -0
  388. package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserModel.d.ts +83 -0
  389. package/build/types/desktop/cmp/leftrightchooser/impl/ChooserToolbar.d.ts +3 -0
  390. package/build/types/desktop/cmp/leftrightchooser/impl/Description.d.ts +3 -0
  391. package/build/types/desktop/cmp/leftrightchooser/index.d.ts +3 -0
  392. package/build/types/desktop/cmp/loadingindicator/LoadingIndicator.d.ts +27 -0
  393. package/build/types/desktop/cmp/loadingindicator/index.d.ts +1 -0
  394. package/build/types/desktop/cmp/mask/Mask.d.ts +27 -0
  395. package/build/types/desktop/cmp/mask/index.d.ts +1 -0
  396. package/build/types/desktop/cmp/modalsupport/ModalSupport.d.ts +16 -0
  397. package/build/types/desktop/cmp/modalsupport/ModalSupportModel.d.ts +30 -0
  398. package/build/types/desktop/cmp/modalsupport/index.d.ts +2 -0
  399. package/build/types/desktop/cmp/panel/Panel.d.ts +60 -0
  400. package/build/types/desktop/cmp/panel/PanelModel.d.ts +112 -0
  401. package/build/types/desktop/cmp/panel/impl/PanelHeader.d.ts +2 -0
  402. package/build/types/desktop/cmp/panel/impl/ResizeContainer.d.ts +1 -0
  403. package/build/types/desktop/cmp/panel/impl/Splitter.d.ts +2 -0
  404. package/build/types/desktop/cmp/panel/impl/dragger/Dragger.d.ts +3 -0
  405. package/build/types/desktop/cmp/panel/impl/dragger/DraggerModel.d.ts +33 -0
  406. package/build/types/desktop/cmp/panel/index.d.ts +2 -0
  407. package/build/types/desktop/cmp/pinpad/impl/PinPad.d.ts +11 -0
  408. package/build/types/desktop/cmp/record/RecordActionBar.d.ts +33 -0
  409. package/build/types/desktop/cmp/record/impl/RecordActionButton.d.ts +21 -0
  410. package/build/types/desktop/cmp/record/index.d.ts +1 -0
  411. package/build/types/desktop/cmp/rest/Actions.d.ts +7 -0
  412. package/build/types/desktop/cmp/rest/RestGrid.d.ts +24 -0
  413. package/build/types/desktop/cmp/rest/RestGridModel.d.ts +98 -0
  414. package/build/types/desktop/cmp/rest/data/RestField.d.ts +37 -0
  415. package/build/types/desktop/cmp/rest/data/RestStore.d.ts +39 -0
  416. package/build/types/desktop/cmp/rest/impl/RestForm.d.ts +6 -0
  417. package/build/types/desktop/cmp/rest/impl/RestFormField.d.ts +5 -0
  418. package/build/types/desktop/cmp/rest/impl/RestFormModel.d.ts +48 -0
  419. package/build/types/desktop/cmp/rest/impl/RestGridToolbar.d.ts +5 -0
  420. package/build/types/desktop/cmp/rest/index.d.ts +4 -0
  421. package/build/types/desktop/cmp/store/impl/StoreFilterField.d.ts +7 -0
  422. package/build/types/desktop/cmp/tab/TabSwitcher.d.ts +15 -0
  423. package/build/types/desktop/cmp/tab/impl/Tab.d.ts +12 -0
  424. package/build/types/desktop/cmp/tab/impl/TabContainer.d.ts +8 -0
  425. package/build/types/desktop/cmp/tab/index.d.ts +1 -0
  426. package/build/types/desktop/cmp/toolbar/Toolbar.d.ts +31 -0
  427. package/build/types/desktop/cmp/toolbar/ToolbarSep.d.ts +11 -0
  428. package/build/types/desktop/cmp/toolbar/index.d.ts +2 -0
  429. package/build/types/desktop/cmp/treemap/SplitTreeMap.d.ts +11 -0
  430. package/build/types/desktop/cmp/treemap/SplitTreeMapModel.d.ts +79 -0
  431. package/build/types/desktop/cmp/treemap/TreeMap.d.ts +16 -0
  432. package/build/types/desktop/cmp/treemap/TreeMapModel.d.ts +182 -0
  433. package/build/types/desktop/cmp/treemap/impl/Splitter.d.ts +6 -0
  434. package/build/types/desktop/cmp/treemap/index.d.ts +4 -0
  435. package/build/types/desktop/hooks/UseContextMenu.d.ts +11 -0
  436. package/build/types/desktop/hooks/UseHotkeys.d.ts +14 -0
  437. package/build/types/desktop/hooks/index.d.ts +2 -0
  438. package/build/types/desktop/register.d.ts +1 -0
  439. package/build/types/dynamics/desktop.d.ts +27 -0
  440. package/build/types/dynamics/mobile.d.ts +21 -0
  441. package/build/types/format/FormatDate.d.ts +52 -0
  442. package/build/types/format/FormatMisc.d.ts +41 -0
  443. package/build/types/format/FormatNumber.d.ts +112 -0
  444. package/build/types/format/FormatUtils.d.ts +11 -0
  445. package/build/types/format/impl/Utils.d.ts +7 -0
  446. package/build/types/format/index.d.ts +4 -0
  447. package/build/types/icon/Icon.d.ts +340 -0
  448. package/build/types/icon/XHLogo.d.ts +4 -0
  449. package/build/types/icon/impl/IconCmp.d.ts +6 -0
  450. package/build/types/icon/impl/IconHtml.d.ts +13 -0
  451. package/build/types/icon/index.d.ts +2 -0
  452. package/build/types/inspector/InspectorPanel.d.ts +5 -0
  453. package/build/types/inspector/instances/InstancesModel.d.ts +48 -0
  454. package/build/types/inspector/instances/InstancesPanel.d.ts +2 -0
  455. package/build/types/inspector/stats/StatsModel.d.ts +19 -0
  456. package/build/types/inspector/stats/StatsPanel.d.ts +2 -0
  457. package/build/types/kit/ag-grid/index.d.ts +19 -0
  458. package/build/types/kit/blueprint/Dialog.d.ts +13 -0
  459. package/build/types/kit/blueprint/Wrappers.d.ts +5 -0
  460. package/build/types/kit/blueprint/index.d.ts +8 -0
  461. package/build/types/kit/highcharts/index.d.ts +6 -0
  462. package/build/types/kit/onsen/index.d.ts +8 -0
  463. package/build/types/kit/react-beautiful-dnd/index.d.ts +3 -0
  464. package/build/types/kit/react-dates/index.d.ts +5 -0
  465. package/build/types/kit/react-dropzone/index.d.ts +3 -0
  466. package/build/types/kit/react-select/index.d.ts +7 -0
  467. package/build/types/mobile/appcontainer/AboutDialog.d.ts +10 -0
  468. package/build/types/mobile/appcontainer/AppContainer.d.ts +13 -0
  469. package/build/types/mobile/appcontainer/Banner.d.ts +8 -0
  470. package/build/types/mobile/appcontainer/ExceptionDialog.d.ts +13 -0
  471. package/build/types/mobile/appcontainer/ExceptionDialogDetails.d.ts +7 -0
  472. package/build/types/mobile/appcontainer/FeedbackDialog.d.ts +6 -0
  473. package/build/types/mobile/appcontainer/IdlePanel.d.ts +8 -0
  474. package/build/types/mobile/appcontainer/ImpersonationBar.d.ts +9 -0
  475. package/build/types/mobile/appcontainer/LockoutPanel.d.ts +7 -0
  476. package/build/types/mobile/appcontainer/LoginPanel.d.ts +9 -0
  477. package/build/types/mobile/appcontainer/Message.d.ts +7 -0
  478. package/build/types/mobile/appcontainer/MessageSource.d.ts +6 -0
  479. package/build/types/mobile/appcontainer/OptionsDialog.d.ts +6 -0
  480. package/build/types/mobile/appcontainer/SuspendPanel.d.ts +6 -0
  481. package/build/types/mobile/appcontainer/Toast.d.ts +6 -0
  482. package/build/types/mobile/appcontainer/ToastSource.d.ts +7 -0
  483. package/build/types/mobile/appcontainer/VersionBar.d.ts +5 -0
  484. package/build/types/mobile/appcontainer/index.d.ts +1 -0
  485. package/build/types/mobile/cmp/appOption/AutoRefreshAppOption.d.ts +333 -0
  486. package/build/types/mobile/cmp/appOption/SizingModeAppOption.d.ts +336 -0
  487. package/build/types/mobile/cmp/appOption/ThemeAppOption.d.ts +333 -0
  488. package/build/types/mobile/cmp/appOption/index.d.ts +3 -0
  489. package/build/types/mobile/cmp/button/Button.d.ts +22 -0
  490. package/build/types/mobile/cmp/button/ButtonGroup.d.ts +13 -0
  491. package/build/types/mobile/cmp/button/ColAutosizeButton.d.ts +14 -0
  492. package/build/types/mobile/cmp/button/ColChooserButton.d.ts +15 -0
  493. package/build/types/mobile/cmp/button/ExpandCollapseButton.d.ts +12 -0
  494. package/build/types/mobile/cmp/button/FeedbackButton.d.ts +9 -0
  495. package/build/types/mobile/cmp/button/LogoutButton.d.ts +11 -0
  496. package/build/types/mobile/cmp/button/NavigatorBackButton.d.ts +8 -0
  497. package/build/types/mobile/cmp/button/OptionsButton.d.ts +10 -0
  498. package/build/types/mobile/cmp/button/RefreshButton.d.ts +13 -0
  499. package/build/types/mobile/cmp/button/RestoreDefaultsButton.d.ts +16 -0
  500. package/build/types/mobile/cmp/button/ThemeToggleButton.d.ts +8 -0
  501. package/build/types/mobile/cmp/button/index.d.ts +11 -0
  502. package/build/types/mobile/cmp/dialog/Dialog.d.ts +17 -0
  503. package/build/types/mobile/cmp/dialog/index.d.ts +1 -0
  504. package/build/types/mobile/cmp/error/ErrorMessage.d.ts +33 -0
  505. package/build/types/mobile/cmp/error/index.d.ts +1 -0
  506. package/build/types/mobile/cmp/form/FormField.d.ts +26 -0
  507. package/build/types/mobile/cmp/form/index.d.ts +1 -0
  508. package/build/types/mobile/cmp/grid/impl/ColChooser.d.ts +22 -0
  509. package/build/types/mobile/cmp/grid/impl/ColChooserModel.d.ts +46 -0
  510. package/build/types/mobile/cmp/grouping/GroupingChooser.d.ts +20 -0
  511. package/build/types/mobile/cmp/grouping/index.d.ts +2 -0
  512. package/build/types/mobile/cmp/header/AppBar.d.ts +39 -0
  513. package/build/types/mobile/cmp/header/AppMenuButton.d.ts +31 -0
  514. package/build/types/mobile/cmp/header/index.d.ts +2 -0
  515. package/build/types/mobile/cmp/input/ButtonGroupInput.d.ts +23 -0
  516. package/build/types/mobile/cmp/input/Checkbox.d.ts +14 -0
  517. package/build/types/mobile/cmp/input/DateInput.d.ts +53 -0
  518. package/build/types/mobile/cmp/input/Label.d.ts +11 -0
  519. package/build/types/mobile/cmp/input/NumberInput.d.ts +52 -0
  520. package/build/types/mobile/cmp/input/SearchInput.d.ts +24 -0
  521. package/build/types/mobile/cmp/input/Select.d.ts +122 -0
  522. package/build/types/mobile/cmp/input/SwitchInput.d.ts +14 -0
  523. package/build/types/mobile/cmp/input/TextArea.d.ts +22 -0
  524. package/build/types/mobile/cmp/input/TextInput.d.ts +39 -0
  525. package/build/types/mobile/cmp/input/index.d.ts +10 -0
  526. package/build/types/mobile/cmp/loadingindicator/LoadingIndicator.d.ts +27 -0
  527. package/build/types/mobile/cmp/loadingindicator/index.d.ts +1 -0
  528. package/build/types/mobile/cmp/mask/Mask.d.ts +25 -0
  529. package/build/types/mobile/cmp/mask/index.d.ts +1 -0
  530. package/build/types/mobile/cmp/menu/MenuButton.d.ts +21 -0
  531. package/build/types/mobile/cmp/menu/impl/Menu.d.ts +12 -0
  532. package/build/types/mobile/cmp/menu/index.d.ts +1 -0
  533. package/build/types/mobile/cmp/navigator/Navigator.d.ts +13 -0
  534. package/build/types/mobile/cmp/navigator/NavigatorModel.d.ts +55 -0
  535. package/build/types/mobile/cmp/navigator/PageModel.d.ts +60 -0
  536. package/build/types/mobile/cmp/navigator/impl/Page.d.ts +12 -0
  537. package/build/types/mobile/cmp/navigator/impl/swipe/BackIndicator.d.ts +6 -0
  538. package/build/types/mobile/cmp/navigator/impl/swipe/RefreshIndicator.d.ts +6 -0
  539. package/build/types/mobile/cmp/navigator/impl/swipe/Swiper.d.ts +8 -0
  540. package/build/types/mobile/cmp/navigator/impl/swipe/SwiperModel.d.ts +23 -0
  541. package/build/types/mobile/cmp/navigator/index.d.ts +2 -0
  542. package/build/types/mobile/cmp/panel/DialogPanel.d.ts +15 -0
  543. package/build/types/mobile/cmp/panel/Panel.d.ts +39 -0
  544. package/build/types/mobile/cmp/panel/impl/PanelHeader.d.ts +6 -0
  545. package/build/types/mobile/cmp/panel/index.d.ts +2 -0
  546. package/build/types/mobile/cmp/pinpad/impl/PinPad.d.ts +9 -0
  547. package/build/types/mobile/cmp/popover/Popover.d.ts +36 -0
  548. package/build/types/mobile/cmp/popover/index.d.ts +1 -0
  549. package/build/types/mobile/cmp/store/impl/StoreFilterField.d.ts +7 -0
  550. package/build/types/mobile/cmp/tab/impl/Tab.d.ts +13 -0
  551. package/build/types/mobile/cmp/tab/impl/TabContainer.d.ts +10 -0
  552. package/build/types/mobile/cmp/toolbar/Toolbar.d.ts +12 -0
  553. package/build/types/mobile/cmp/toolbar/ToolbarSeparator.d.ts +8 -0
  554. package/build/types/mobile/cmp/toolbar/index.d.ts +2 -0
  555. package/build/types/mobile/register.d.ts +1 -0
  556. package/build/types/mobx/decorators.d.ts +11 -0
  557. package/build/types/mobx/index.d.ts +5 -0
  558. package/build/types/mobx/overrides.d.ts +9 -0
  559. package/build/types/promise/Promise.d.ts +107 -0
  560. package/build/types/promise/index.d.ts +1 -0
  561. package/build/types/svc/AlertBannerService.d.ts +19 -0
  562. package/build/types/svc/AutoRefreshService.d.ts +28 -0
  563. package/build/types/svc/ChangelogService.d.ts +62 -0
  564. package/build/types/svc/ConfigService.d.ts +36 -0
  565. package/build/types/svc/EnvironmentService.d.ts +24 -0
  566. package/build/types/svc/FetchService.d.ts +139 -0
  567. package/build/types/svc/GridAutosizeService.d.ts +38 -0
  568. package/build/types/svc/GridExportService.d.ts +56 -0
  569. package/build/types/svc/IdentityService.d.ts +61 -0
  570. package/build/types/svc/IdleService.d.ts +21 -0
  571. package/build/types/svc/InspectorService.d.ts +74 -0
  572. package/build/types/svc/JsonBlobService.d.ts +35 -0
  573. package/build/types/svc/LocalStorageService.d.ts +24 -0
  574. package/build/types/svc/PrefService.d.ts +76 -0
  575. package/build/types/svc/TrackService.d.ts +15 -0
  576. package/build/types/svc/WebSocketService.d.ts +94 -0
  577. package/build/types/svc/index.d.ts +16 -0
  578. package/build/types/utils/async/AsyncUtils.d.ts +40 -0
  579. package/build/types/utils/async/Timer.d.ts +89 -0
  580. package/build/types/utils/async/index.d.ts +2 -0
  581. package/build/types/utils/datetime/DateTimeUtils.d.ts +10 -0
  582. package/build/types/utils/datetime/LocalDate.d.ts +94 -0
  583. package/build/types/utils/datetime/index.d.ts +2 -0
  584. package/build/types/utils/impl/Equals.d.ts +4 -0
  585. package/build/types/utils/impl/IsOmitted.d.ts +7 -0
  586. package/build/types/utils/impl/Separators.d.ts +10 -0
  587. package/build/types/utils/impl/TimeZone.d.ts +4 -0
  588. package/build/types/utils/impl/index.d.ts +4 -0
  589. package/build/types/utils/js/BrowserUtils.d.ts +4 -0
  590. package/build/types/utils/js/Decorators.d.ts +25 -0
  591. package/build/types/utils/js/DomUtils.d.ts +46 -0
  592. package/build/types/utils/js/HtmlUtils.d.ts +4 -0
  593. package/build/types/utils/js/LangUtils.d.ts +112 -0
  594. package/build/types/utils/js/LogUtils.d.ts +32 -0
  595. package/build/types/utils/js/VersionUtils.d.ts +17 -0
  596. package/build/types/utils/js/index.d.ts +7 -0
  597. package/build/types/utils/react/ClassName.d.ts +14 -0
  598. package/build/types/utils/react/Hooks.d.ts +47 -0
  599. package/build/types/utils/react/LayoutPropUtils.d.ts +42 -0
  600. package/build/types/utils/react/ObservableRef.d.ts +13 -0
  601. package/build/types/utils/react/ReactUtils.d.ts +19 -0
  602. package/build/types/utils/react/index.d.ts +5 -0
  603. package/package.json +2 -2
  604. package/static/preflight.js +15 -13
  605. package/tsconfig.json +14 -7
  606. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,340 @@
1
+ /// <reference types="react" />
2
+ import { ButtonGroupInputProps } from '@xh/hoist/desktop/cmp/input';
3
+ import { FormFieldProps } from '@xh/hoist/desktop/cmp/form';
4
+ import '@xh/hoist/desktop/register';
5
+ interface ThemeAppOptionSpec {
6
+ /** Props for nested FormField */
7
+ formFieldProps?: FormFieldProps;
8
+ /** Props for nested ButtonGroupInput */
9
+ inputProps?: ButtonGroupInputProps;
10
+ }
11
+ /**
12
+ * Convenience configuration for the `theme` AppOption.
13
+ */
14
+ export declare const themeAppOption: ({ formFieldProps, inputProps }?: ThemeAppOptionSpec) => {
15
+ name: string;
16
+ formField: {
17
+ clickableLabel?: boolean;
18
+ inline?: boolean;
19
+ labelTextAlign?: import("@xh/hoist/core").HSide;
20
+ labelWidth?: number;
21
+ leftErrorIcon?: boolean;
22
+ minimal?: boolean;
23
+ tooltipBoundary?: import("popper.js").default.Boundary;
24
+ tooltipPosition?: import("@blueprintjs/core").PopoverPosition;
25
+ commitOnChange?: boolean;
26
+ disabled?: boolean;
27
+ field: string;
28
+ info?: import("react").ReactNode;
29
+ label: import("react").ReactNode;
30
+ readonlyRenderer?: (v: any) => import("react").ReactNode;
31
+ requiredIndicator?: string;
32
+ model?: import("../../../cmp/form").FieldModel;
33
+ modelConfig?: unknown;
34
+ modelRef?: import("react").Ref<import("../../../cmp/form").FieldModel>;
35
+ className?: string;
36
+ children?: import("react").ReactNode;
37
+ margin?: string | number;
38
+ marginTop?: string | number;
39
+ marginRight?: string | number;
40
+ marginBottom?: string | number;
41
+ marginLeft?: string | number;
42
+ padding?: string | number;
43
+ paddingTop?: string | number;
44
+ paddingRight?: string | number;
45
+ paddingBottom?: string | number;
46
+ paddingLeft?: string | number;
47
+ height?: string | number;
48
+ minHeight?: string | number;
49
+ maxHeight?: string | number;
50
+ width?: string | number;
51
+ minWidth?: string | number;
52
+ maxWidth?: string | number;
53
+ flex?: string | number;
54
+ flexBasis?: string | number;
55
+ flexDirection?: string | number;
56
+ flexGrow?: string | number;
57
+ flexShrink?: string | number;
58
+ flexWrap?: string | number;
59
+ alignItems?: string;
60
+ alignSelf?: string;
61
+ alignContent?: string;
62
+ justifyContent?: string;
63
+ overflow?: string;
64
+ overflowX?: string;
65
+ overflowY?: string;
66
+ textOverflow?: string;
67
+ top?: string | number;
68
+ left?: string | number;
69
+ position?: string;
70
+ display?: string;
71
+ onClick?: import("react").MouseEventHandler<HTMLDivElement>;
72
+ slot?: string;
73
+ style?: import("react").CSSProperties;
74
+ title?: string;
75
+ defaultChecked?: boolean;
76
+ defaultValue?: string | number | readonly string[];
77
+ suppressContentEditableWarning?: boolean;
78
+ suppressHydrationWarning?: boolean;
79
+ accessKey?: string;
80
+ autoFocus?: boolean;
81
+ contentEditable?: (boolean | "true" | "false") | "inherit";
82
+ dir?: string;
83
+ draggable?: boolean | "true" | "false";
84
+ hidden?: boolean;
85
+ id?: string;
86
+ lang?: string;
87
+ nonce?: string;
88
+ placeholder?: string;
89
+ spellCheck?: boolean | "true" | "false";
90
+ tabIndex?: number;
91
+ translate?: "yes" | "no";
92
+ radioGroup?: string;
93
+ role?: import("react").AriaRole;
94
+ about?: string;
95
+ content?: string;
96
+ datatype?: string;
97
+ inlist?: any;
98
+ prefix?: string;
99
+ property?: string;
100
+ rel?: string;
101
+ resource?: string;
102
+ rev?: string;
103
+ typeof?: string;
104
+ vocab?: string;
105
+ autoCapitalize?: string;
106
+ autoCorrect?: string;
107
+ autoSave?: string;
108
+ color?: string;
109
+ itemProp?: string;
110
+ itemScope?: boolean;
111
+ itemType?: string;
112
+ itemID?: string;
113
+ itemRef?: string;
114
+ results?: number;
115
+ security?: string;
116
+ unselectable?: "on" | "off";
117
+ inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal";
118
+ is?: string;
119
+ 'aria-activedescendant'?: string;
120
+ 'aria-atomic'?: boolean | "true" | "false";
121
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
122
+ 'aria-braillelabel'?: string;
123
+ 'aria-brailleroledescription'?: string;
124
+ 'aria-busy'?: boolean | "true" | "false";
125
+ 'aria-checked'?: boolean | "true" | "false" | "mixed";
126
+ 'aria-colcount'?: number;
127
+ 'aria-colindex'?: number;
128
+ 'aria-colindextext'?: string;
129
+ 'aria-colspan'?: number;
130
+ 'aria-controls'?: string;
131
+ 'aria-current'?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location";
132
+ 'aria-describedby'?: string;
133
+ 'aria-description'?: string;
134
+ 'aria-details'?: string;
135
+ 'aria-disabled'?: boolean | "true" | "false";
136
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
137
+ 'aria-errormessage'?: string;
138
+ 'aria-expanded'?: boolean | "true" | "false";
139
+ 'aria-flowto'?: string;
140
+ 'aria-grabbed'?: boolean | "true" | "false";
141
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
142
+ 'aria-hidden'?: boolean | "true" | "false";
143
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
144
+ 'aria-keyshortcuts'?: string;
145
+ 'aria-label'?: string;
146
+ 'aria-labelledby'?: string;
147
+ 'aria-level'?: number;
148
+ 'aria-live'?: "off" | "assertive" | "polite";
149
+ 'aria-modal'?: boolean | "true" | "false";
150
+ 'aria-multiline'?: boolean | "true" | "false";
151
+ 'aria-multiselectable'?: boolean | "true" | "false";
152
+ 'aria-orientation'?: "horizontal" | "vertical";
153
+ 'aria-owns'?: string;
154
+ 'aria-placeholder'?: string;
155
+ 'aria-posinset'?: number;
156
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed";
157
+ 'aria-readonly'?: boolean | "true" | "false";
158
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
159
+ 'aria-required'?: boolean | "true" | "false";
160
+ 'aria-roledescription'?: string;
161
+ 'aria-rowcount'?: number;
162
+ 'aria-rowindex'?: number;
163
+ 'aria-rowindextext'?: string;
164
+ 'aria-rowspan'?: number;
165
+ 'aria-selected'?: boolean | "true" | "false";
166
+ 'aria-setsize'?: number;
167
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other";
168
+ 'aria-valuemax'?: number;
169
+ 'aria-valuemin'?: number;
170
+ 'aria-valuenow'?: number;
171
+ 'aria-valuetext'?: string;
172
+ dangerouslySetInnerHTML?: {
173
+ __html: string | TrustedHTML;
174
+ };
175
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement>;
176
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
177
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement>;
178
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
179
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement>;
180
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
181
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement>;
182
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
183
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement>;
184
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
185
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement>;
186
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
187
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement>;
188
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement>;
189
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement>;
190
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement>;
191
+ onChangeCapture?: import("react").FormEventHandler<HTMLDivElement>;
192
+ onBeforeInput?: import("react").FormEventHandler<HTMLDivElement>;
193
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
194
+ onInput?: import("react").FormEventHandler<HTMLDivElement>;
195
+ onInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
196
+ onReset?: import("react").FormEventHandler<HTMLDivElement>;
197
+ onResetCapture?: import("react").FormEventHandler<HTMLDivElement>;
198
+ onSubmit?: import("react").FormEventHandler<HTMLDivElement>;
199
+ onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement>;
200
+ onInvalid?: import("react").FormEventHandler<HTMLDivElement>;
201
+ onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement>;
202
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement>;
203
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement>;
204
+ onError?: import("react").ReactEventHandler<HTMLDivElement>;
205
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement>;
206
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement>;
207
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
208
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement>;
209
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
210
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement>;
211
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
212
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement>;
213
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement>;
214
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement>;
215
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement>;
216
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement>;
217
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement>;
218
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement>;
219
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
220
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement>;
221
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
222
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement>;
223
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
224
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement>;
225
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
226
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement>;
227
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement>;
228
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement>;
229
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement>;
230
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement>;
231
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement>;
232
+ onPause?: import("react").ReactEventHandler<HTMLDivElement>;
233
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement>;
234
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement>;
235
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement>;
236
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement>;
237
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
238
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement>;
239
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement>;
240
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement>;
241
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
242
+ onResize?: import("react").ReactEventHandler<HTMLDivElement>;
243
+ onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
244
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement>;
245
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
246
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement>;
247
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
248
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement>;
249
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement>;
250
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement>;
251
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement>;
252
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement>;
253
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement>;
254
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement>;
255
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
256
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement>;
257
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
258
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement>;
259
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
260
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
261
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement>;
262
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement>;
263
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement>;
264
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
265
+ onDrag?: import("react").DragEventHandler<HTMLDivElement>;
266
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement>;
267
+ onDragEnd?: import("react").DragEventHandler<HTMLDivElement>;
268
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement>;
269
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement>;
270
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement>;
271
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement>;
272
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement>;
273
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement>;
274
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement>;
275
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement>;
276
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement>;
277
+ onDragStart?: import("react").DragEventHandler<HTMLDivElement>;
278
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement>;
279
+ onDrop?: import("react").DragEventHandler<HTMLDivElement>;
280
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement>;
281
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement>;
282
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement>;
283
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement>;
284
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement>;
285
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement>;
286
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement>;
287
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement>;
288
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement>;
289
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement>;
290
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement>;
291
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement>;
292
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement>;
293
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement>;
294
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement>;
295
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement>;
296
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement>;
297
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement>;
298
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement>;
299
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement>;
300
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement>;
301
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement>;
302
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement>;
303
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement>;
304
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement>;
305
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement>;
306
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
307
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement>;
308
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement>;
309
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement>;
310
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement>;
311
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement>;
312
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement>;
313
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement>;
314
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
315
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement>;
316
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement>;
317
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement>;
318
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement>;
319
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement>;
320
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement>;
321
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement>;
322
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement>;
323
+ onScroll?: import("react").UIEventHandler<HTMLDivElement>;
324
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement>;
325
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement>;
326
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement>;
327
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement>;
328
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
329
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement>;
330
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
331
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement>;
332
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
333
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement>;
334
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement>;
335
+ item: import("react").ReactElement<ButtonGroupInputProps, any>;
336
+ };
337
+ prefName: string;
338
+ valueSetter: (v: any) => void;
339
+ };
340
+ export {};
@@ -0,0 +1,3 @@
1
+ export * from './AutoRefreshAppOption';
2
+ export * from './SizingModeAppOption';
3
+ export * from './ThemeAppOption';
@@ -0,0 +1,34 @@
1
+ import { HoistProps, HSide } from '@xh/hoist/core';
2
+ import { AppMenuButtonProps } from '@xh/hoist/desktop/cmp/button';
3
+ import '@xh/hoist/desktop/register';
4
+ import { ReactNode, ReactElement } from 'react';
5
+ import './AppBar.scss';
6
+ export interface AppBarProps extends HoistProps {
7
+ /** Position of the AppMenuButton. */
8
+ appMenuButtonPosition?: HSide;
9
+ /** Allows overriding the default properties of the App Menu button. @see AppMenuButton */
10
+ appMenuButtonProps?: AppMenuButtonProps;
11
+ /** True to hide the AppMenuButton. */
12
+ hideAppMenuButton?: boolean;
13
+ /** True to hide the Refresh button. */
14
+ hideRefreshButton?: boolean;
15
+ /** True to hide the "What's New?" button, even if an unread changelog entry is available. */
16
+ hideWhatsNewButton?: boolean;
17
+ /** Icon to display to the left of the title. */
18
+ icon?: ReactElement;
19
+ /** Items to be added to the left side of the AppBar, immediately after the title. */
20
+ leftItems?: ReactNode[];
21
+ /** Items to be added to the right side of the AppBar, before the standard buttons. */
22
+ rightItems?: ReactNode[];
23
+ /** Title to display to the left side of the AppBar. Defaults to XH.clientAppName. */
24
+ title?: ReactNode;
25
+ }
26
+ /**
27
+ * A standard application navigation bar which displays the application name and a standard set of
28
+ * buttons for common application actions. Application specific items can be displayed on the left
29
+ * or right sides of the AppBar.
30
+ *
31
+ * The standard buttons which are visible will be based on user roles and application configuration,
32
+ * or they can each be explicitly hidden.
33
+ */
34
+ export declare const AppBar: import("react").FC<AppBarProps>, appBar: import("@xh/hoist/core").ElementFactory<AppBarProps>;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import '@xh/hoist/desktop/register';
3
+ /**
4
+ * Convenience component for adding a separator between AppBar items.
5
+ */
6
+ export declare const AppBarSeparator: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>, appBarSeparator: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
@@ -0,0 +1,2 @@
1
+ export * from './AppBar';
2
+ export * from './AppBarSeparator';
@@ -0,0 +1,36 @@
1
+ /// <reference types="react" />
2
+ import { MenuItemLike } from '@xh/hoist/core';
3
+ import { ButtonProps } from '@xh/hoist/desktop/cmp/button';
4
+ import '@xh/hoist/desktop/register';
5
+ export interface AppMenuButtonProps extends ButtonProps {
6
+ /**
7
+ * Array of extra menu items. Can contain:
8
+ * + `MenuItems` or configs to create them.
9
+ * + `MenuDividers` or the special string token '-'.
10
+ * + React Elements or strings, which will be interpreted as the `text` property for a MenuItem.
11
+ */
12
+ extraItems?: MenuItemLike[];
13
+ /** True to hide the About button */
14
+ hideAboutItem?: boolean;
15
+ /** True to hide the Admin Item. Always hidden for users w/o HOIST_ADMIN role. */
16
+ hideAdminItem?: boolean;
17
+ /**
18
+ * True to hide the Changelog (release notes) item.
19
+ * Always hidden when ChangelogService not enabled / populated.
20
+ */
21
+ hideChangelogItem?: boolean;
22
+ /** True to hide the Feedback Item. */
23
+ hideFeedbackItem?: boolean;
24
+ /**
25
+ * True to hide the Impersonate Item.
26
+ * Always hidden for users w/o HOIST_ADMIN role or if impersonation is disabled.
27
+ */
28
+ hideImpersonateItem?: boolean;
29
+ /** True to hide the Logout button. Defaulted to appSpec.isSSO. */
30
+ hideLogoutItem?: boolean;
31
+ /** True to hide the Options button. */
32
+ hideOptionsItem?: boolean;
33
+ /** True to hide the Theme Toggle button. */
34
+ hideThemeItem?: boolean;
35
+ }
36
+ export declare const AppMenuButton: import("react").FC<AppMenuButtonProps>, appMenuButton: import("@xh/hoist/core").ElementFactory<AppMenuButtonProps>;
@@ -0,0 +1,28 @@
1
+ import { ButtonProps as BpButtonProps } from '@blueprintjs/core';
2
+ import { HoistModel, HoistProps, LayoutProps, StyleProps, Intent } from '@xh/hoist/core';
3
+ import '@xh/hoist/desktop/register';
4
+ import { ReactNode, ReactElement } from 'react';
5
+ import './Button.scss';
6
+ export interface ButtonProps<M extends HoistModel = null> extends HoistProps<M>, StyleProps, LayoutProps, BpButtonProps {
7
+ active?: boolean;
8
+ autoFocus?: boolean;
9
+ disabled?: boolean;
10
+ icon?: ReactElement;
11
+ intent?: Intent;
12
+ minimal?: boolean;
13
+ outlined?: boolean;
14
+ rightIcon?: ReactElement;
15
+ text?: ReactNode;
16
+ title?: string;
17
+ value?: any;
18
+ tabIndex?: number;
19
+ /** Alias for title. */
20
+ tooltip?: string;
21
+ }
22
+ /**
23
+ * Wrapper around Blueprint's Button component. Defaults to the `minimal` style for reduced chrome
24
+ * and adds layout support for top-level sizing and margin/padding props.
25
+ *
26
+ * Relays all other props supported by Blueprint's button.
27
+ */
28
+ export declare const Button: import("react").FC<ButtonProps<null>>, button: import("@xh/hoist/core").ElementFactory<ButtonProps<null>>;
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { SetOptional } from 'type-fest';
3
+ import { ButtonGroupProps as BpButtonGroupProps } from '@blueprintjs/core';
4
+ import { HoistModel, HoistProps, LayoutProps, StyleProps } from '@xh/hoist/core';
5
+ import '@xh/hoist/desktop/register';
6
+ export interface ButtonGroupProps<M extends HoistModel = null> extends HoistProps<M>, LayoutProps, StyleProps, SetOptional<BpButtonGroupProps, 'children'> {
7
+ /** True to have all buttons fill available width equally. */
8
+ fill?: boolean;
9
+ /** True to render each button with minimal surrounding chrome (default false). */
10
+ minimal?: boolean;
11
+ /** True to render in a vertical orientation. */
12
+ vertical?: boolean;
13
+ }
14
+ /**
15
+ * Wrapper around Blueprint's ButtonGroup component, with LayoutSupport.
16
+ */
17
+ export declare const ButtonGroup: import("react").FC<ButtonGroupProps<null>>, buttonGroup: import("@xh/hoist/core").ElementFactory<ButtonGroupProps<null>>;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { GridModel, GridAutosizeOptions } from '@xh/hoist/cmp/grid';
3
+ import '@xh/hoist/desktop/register';
4
+ import { ButtonProps } from './Button';
5
+ export interface ColAutosizeButtonProps extends ButtonProps {
6
+ /** GridModel of the grid for which this button should autosize columns. */
7
+ gridModel?: GridModel;
8
+ /** Options for the grid autosize. */
9
+ autosizeOptions?: GridAutosizeOptions;
10
+ }
11
+ /**
12
+ * A convenience button to autosize visible Grid columns.
13
+ */
14
+ export declare const ColAutosizeButton: import("react").FC<ColAutosizeButtonProps>, colAutosizeButton: import("@xh/hoist/core").ElementFactory<ColAutosizeButtonProps>;
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import { GridModel } from '@xh/hoist/cmp/grid';
3
+ import '@xh/hoist/desktop/register';
4
+ import { Position } from '@xh/hoist/kit/blueprint';
5
+ import { ButtonProps } from './Button';
6
+ export interface ColChooserButtonProps extends ButtonProps {
7
+ /** GridModel of the grid for which this button should show a chooser. */
8
+ gridModel?: GridModel;
9
+ /** Position for chooser popover, as per Blueprint docs. */
10
+ popoverPosition?: Position;
11
+ }
12
+ /**
13
+ * A convenience button to trigger the display of a ColChooser for user selection and discovery of
14
+ * available Grid columns. For use by applications when a button is desired in addition to the
15
+ * context menu item built into the Grid component directly.
16
+ *
17
+ * Requires the `GridModel.colChooserModel` config option. Set to true for default implementation.
18
+ */
19
+ export declare const ColChooserButton: import("react").FC<ColChooserButtonProps>, colChooserButton: import("@xh/hoist/core").ElementFactory<ColChooserButtonProps>;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { DashCanvasModel } from '@xh/hoist/desktop/cmp/dash';
3
+ import { ButtonProps } from './Button';
4
+ export interface DashCanvasAddViewButtonProps extends ButtonProps {
5
+ /** DashCanvasModel for which this button should allow the user to add views. */
6
+ dashCanvasModel?: DashCanvasModel;
7
+ }
8
+ /**
9
+ * A convenience menu button to add views to a DashCanvas.
10
+ */
11
+ export declare const DashCanvasAddViewButton: import("react").FC<DashCanvasAddViewButtonProps>, dashCanvasAddViewButton: import("@xh/hoist/core").ElementFactory<DashCanvasAddViewButtonProps>;
@@ -0,0 +1,22 @@
1
+ /// <reference types="react" />
2
+ import { GridModel } from '@xh/hoist/cmp/grid';
3
+ import '@xh/hoist/desktop/register';
4
+ import { ExportOptions } from '@xh/hoist/svc';
5
+ import { ButtonProps } from './Button';
6
+ export interface ExportButtonProps extends ButtonProps {
7
+ gridModel?: GridModel;
8
+ exportOptions?: ExportOptions;
9
+ }
10
+ /**
11
+ * Convenience Button preconfigured for use as a trigger for an export/download of data.
12
+ *
13
+ * Must be provided either an onClick handler *or* a gridModel. GridModel may be provided
14
+ * in props, or otherwise will be looked up by this model from context.
15
+ *
16
+ * If a gridModel is provided, this button will call exportAsync() on the model class.
17
+ * Options supported by GridExportService.exportAsync() can be set via the exportOptions
18
+ * props.
19
+ *
20
+ * Requires the `GridModel.enableExport` config option to be true.
21
+ */
22
+ export declare const ExportButton: import("react").FC<ExportButtonProps>, exportButton: import("@xh/hoist/core").ElementFactory<ExportButtonProps>;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import '@xh/hoist/desktop/register';
3
+ import { ButtonProps } from './Button';
4
+ export type FeedbackButtonProps = ButtonProps;
5
+ /**
6
+ * Convenience Button preconfigured for use as a trigger for the XH feedback dialog.
7
+ * Can be provided an onClick handler, otherwise will call default framework handler.
8
+ */
9
+ export declare const FeedbackButton: import("react").FC<FeedbackButtonProps>, feedbackButton: import("@xh/hoist/core").ElementFactory<FeedbackButtonProps>;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { ButtonProps } from '@xh/hoist/desktop/cmp/button';
3
+ import '@xh/hoist/desktop/register';
4
+ export type LaunchAdminButtonProps = ButtonProps;
5
+ /**
6
+ * Convenience Button to open the admin client.
7
+ * Visible only to users with the hoistAdmin application role.
8
+ */
9
+ export declare const LaunchAdminButton: import("react").FC<LaunchAdminButtonProps>, launchAdminButton: import("@xh/hoist/core").ElementFactory<LaunchAdminButtonProps>;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import '@xh/hoist/desktop/register';
3
+ import { ButtonProps } from './Button';
4
+ export type LogoutButtonProps = ButtonProps;
5
+ /**
6
+ * Convenience Button preconfigured for use as a trigger for a logout operation.
7
+ *
8
+ * An onClick handler can be provided to implement additional operations on logout,
9
+ * but should ensure it calls `XH.identityService.logoutAsync()`.
10
+ */
11
+ export declare const LogoutButton: import("react").FC<LogoutButtonProps>, logoutButton: import("@xh/hoist/core").ElementFactory<LogoutButtonProps>;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import { ButtonProps } from '@xh/hoist/desktop/cmp/button/Button';
3
+ import { PanelModel } from '@xh/hoist/desktop/cmp/panel';
4
+ import '@xh/hoist/desktop/register';
5
+ export interface ModalToggleButtonProps extends ButtonProps {
6
+ panelModel?: PanelModel;
7
+ }
8
+ /**
9
+ * A convenience button to toggle a Panel's modal view state.
10
+ */
11
+ export declare const ModalToggleButton: import("react").FC<ModalToggleButtonProps>, modalToggleButton: import("@xh/hoist/core").ElementFactory<ModalToggleButtonProps>;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import '@xh/hoist/desktop/register';
3
+ import { ButtonProps } from './Button';
4
+ export type OptionsButtonProps = ButtonProps;
5
+ /**
6
+ * Convenience Button preconfigured for use as a trigger for opening the XH options dialog.
7
+ *
8
+ * Can be provided an onClick handler, otherwise will call default framework handler.
9
+ */
10
+ export declare const OptionsButton: import("react").FC<OptionsButtonProps>, optionsButton: import("@xh/hoist/core").ElementFactory<OptionsButtonProps>;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { HoistModel } from '@xh/hoist/core';
3
+ import '@xh/hoist/desktop/register';
4
+ import { ButtonProps } from './Button';
5
+ export type RefreshButtonProps = ButtonProps<HoistModel>;
6
+ /**
7
+ * Convenience Button preconfigured for use as a trigger for a refresh operation.
8
+ *
9
+ * If an onClick handler is provided it will be used. Otherwise this button will
10
+ * be linked to any model in props with LoadSupport enabled, or the contextual
11
+ * See {@link RefreshContextModel}.
12
+ */
13
+ export declare const RefreshButton: import("react").FC<RefreshButtonProps>, refreshButton: import("@xh/hoist/core").ElementFactory<RefreshButtonProps>;
@@ -0,0 +1,16 @@
1
+ import '@xh/hoist/desktop/register';
2
+ import { ReactNode } from 'react';
3
+ import { ButtonProps } from './Button';
4
+ export interface RestoreDefaultsButtonProps extends ButtonProps {
5
+ /** Message for confirm dialog shown prior to clearing user customizations. */
6
+ warningMessage: ReactNode;
7
+ /** Title for confirm dialog shown prior to clearing user customizations. */
8
+ warningTitle: string;
9
+ }
10
+ /**
11
+ * Convenience Button preconfigured for use as a trigger for resetting user customizations.
12
+ * Clears all user preferences, all grid state saved to local storage, and then reloads the app.
13
+ *
14
+ * Can be provided an onClick handler, otherwise will call default framework handler.
15
+ */
16
+ export declare const RestoreDefaultsButton: import("react").FC<RestoreDefaultsButtonProps>, restoreDefaultsButton: import("@xh/hoist/core").ElementFactory<RestoreDefaultsButtonProps>;