@itwin/appui-react 4.0.0-dev.17 → 4.0.0-dev.19

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 (185) hide show
  1. package/CHANGELOG.md +43 -18
  2. package/lib/cjs/appui-react/UiFramework.d.ts +10 -20
  3. package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
  4. package/lib/cjs/appui-react/UiFramework.js +12 -24
  5. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  6. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +3 -2
  7. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  8. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +4 -4
  9. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  10. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  11. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +4 -4
  12. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  13. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +0 -39
  14. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  15. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +1 -61
  16. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  17. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +0 -30
  18. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  19. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +1 -44
  20. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  21. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +0 -39
  22. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  23. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +1 -60
  24. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  25. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts +1 -1
  26. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  27. package/lib/cjs/appui-react/framework/FrameworkContent.d.ts +2 -2
  28. package/lib/cjs/appui-react/framework/FrameworkContent.js.map +1 -1
  29. package/lib/cjs/appui-react/framework/FrameworkControls.d.ts +1 -1
  30. package/lib/cjs/appui-react/framework/FrameworkControls.js.map +1 -1
  31. package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts +1 -1
  32. package/lib/cjs/appui-react/framework/FrameworkDialogs.js.map +1 -1
  33. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts +1 -1
  34. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  35. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +1 -1
  36. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
  37. package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts +1 -1
  38. package/lib/cjs/appui-react/framework/FrameworkToolSettings.js.map +1 -1
  39. package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts +1 -1
  40. package/lib/cjs/appui-react/framework/FrameworkVisibility.js.map +1 -1
  41. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +0 -32
  42. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  43. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +1 -55
  44. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  45. package/lib/cjs/appui-react/messages/MessageManager.js +2 -3
  46. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  47. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +3 -2
  48. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  49. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  50. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  51. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +4 -0
  52. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  53. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts +34 -0
  54. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -0
  55. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.js +500 -0
  56. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -0
  57. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +6 -4
  58. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  59. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +33 -6
  60. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  61. package/lib/cjs/appui-react.d.ts +0 -7
  62. package/lib/cjs/appui-react.d.ts.map +1 -1
  63. package/lib/cjs/appui-react.js +0 -7
  64. package/lib/cjs/appui-react.js.map +1 -1
  65. package/lib/esm/appui-react/UiFramework.d.ts +10 -20
  66. package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
  67. package/lib/esm/appui-react/UiFramework.js +12 -24
  68. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  69. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +3 -2
  70. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  71. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +4 -4
  72. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  73. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  74. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +4 -4
  75. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  76. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +0 -39
  77. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  78. package/lib/esm/appui-react/dialog/ContentDialogManager.js +0 -59
  79. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  80. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +0 -30
  81. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  82. package/lib/esm/appui-react/dialog/ModalDialogManager.js +0 -42
  83. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  84. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +0 -39
  85. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  86. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +0 -58
  87. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  88. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts +1 -1
  89. package/lib/esm/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  90. package/lib/esm/appui-react/framework/FrameworkContent.d.ts +2 -2
  91. package/lib/esm/appui-react/framework/FrameworkContent.js.map +1 -1
  92. package/lib/esm/appui-react/framework/FrameworkControls.d.ts +1 -1
  93. package/lib/esm/appui-react/framework/FrameworkControls.js.map +1 -1
  94. package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts +1 -1
  95. package/lib/esm/appui-react/framework/FrameworkDialogs.js.map +1 -1
  96. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts +1 -1
  97. package/lib/esm/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  98. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +1 -1
  99. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
  100. package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts +1 -1
  101. package/lib/esm/appui-react/framework/FrameworkToolSettings.js.map +1 -1
  102. package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts +1 -1
  103. package/lib/esm/appui-react/framework/FrameworkVisibility.js.map +1 -1
  104. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +0 -32
  105. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  106. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +0 -53
  107. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  108. package/lib/esm/appui-react/messages/MessageManager.js +2 -3
  109. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  110. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +3 -2
  111. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  112. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  113. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  114. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +4 -0
  115. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  116. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts +34 -0
  117. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -0
  118. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.js +496 -0
  119. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -0
  120. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +6 -4
  121. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  122. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +33 -6
  123. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  124. package/lib/esm/appui-react.d.ts +0 -7
  125. package/lib/esm/appui-react.d.ts.map +1 -1
  126. package/lib/esm/appui-react.js +0 -7
  127. package/lib/esm/appui-react.js.map +1 -1
  128. package/lib/public/locales/en/UiFramework.json +0 -45
  129. package/package.json +21 -13
  130. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +0 -74
  131. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts.map +0 -1
  132. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +0 -107
  133. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +0 -1
  134. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +0 -66
  135. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts.map +0 -1
  136. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +0 -93
  137. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +0 -1
  138. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +0 -48
  139. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts.map +0 -1
  140. package/lib/cjs/appui-react/content/ContentLayoutManager.js +0 -69
  141. package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +0 -1
  142. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +0 -63
  143. package/lib/cjs/appui-react/content/ContentViewManager.d.ts.map +0 -1
  144. package/lib/cjs/appui-react/content/ContentViewManager.js +0 -96
  145. package/lib/cjs/appui-react/content/ContentViewManager.js.map +0 -1
  146. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +0 -202
  147. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +0 -1
  148. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +0 -269
  149. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +0 -1
  150. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +0 -44
  151. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  152. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +0 -64
  153. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
  154. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +0 -54
  155. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts.map +0 -1
  156. package/lib/cjs/appui-react/utils/UiShowHideManager.js +0 -108
  157. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +0 -1
  158. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +0 -74
  159. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts.map +0 -1
  160. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +0 -103
  161. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +0 -1
  162. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +0 -66
  163. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts.map +0 -1
  164. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +0 -89
  165. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +0 -1
  166. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +0 -48
  167. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts.map +0 -1
  168. package/lib/esm/appui-react/content/ContentLayoutManager.js +0 -65
  169. package/lib/esm/appui-react/content/ContentLayoutManager.js.map +0 -1
  170. package/lib/esm/appui-react/content/ContentViewManager.d.ts +0 -63
  171. package/lib/esm/appui-react/content/ContentViewManager.d.ts.map +0 -1
  172. package/lib/esm/appui-react/content/ContentViewManager.js +0 -92
  173. package/lib/esm/appui-react/content/ContentViewManager.js.map +0 -1
  174. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +0 -202
  175. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +0 -1
  176. package/lib/esm/appui-react/frontstage/FrontstageManager.js +0 -265
  177. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +0 -1
  178. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +0 -44
  179. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  180. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +0 -60
  181. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
  182. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +0 -54
  183. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts.map +0 -1
  184. package/lib/esm/appui-react/utils/UiShowHideManager.js +0 -105
  185. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +0 -1
@@ -1,89 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /** @packageDocumentation
6
- * @module ConfigurableUi
7
- */
8
- import { UiFramework } from "../UiFramework";
9
- import { InternalConfigurableUiManager as internal } from "./InternalConfigurableUiManager";
10
- /** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.
11
- * @public
12
- * @deprecated in 3.7. Use `UiFramework.controls` property.
13
- */
14
- export class ConfigurableUiManager {
15
- /** Initializes the InternalConfigurableUiManager and registers core controls.
16
- * @deprecated in 3.7. This is called internally.
17
- */
18
- static initialize() {
19
- return internal.initialize();
20
- }
21
- /** Registers a control implementing the [[ConfigurableUiElement]] interface.
22
- * These controls can be a
23
- * [[ContentControl]],
24
- * [[NavigationAidControl]],
25
- * [[StatusBarWidgetControl]],
26
- * [[WidgetControl]] or
27
- * [ToolUiProvider]($appui-react).
28
- * @param classId the class id of the control to register
29
- * @param constructor the constructor of the control to register
30
- * @deprecated in 3.7. Use `register` method.
31
- */
32
- static registerControl(classId, constructor) {
33
- return internal.register(classId, constructor);
34
- }
35
- /** Determines if a control has been registered based on its classId.
36
- * @param classId the class id of the control to test
37
- * @returns true if the control is registered or false if not
38
- */
39
- static isControlRegistered(classId) {
40
- return internal.isRegistered(classId);
41
- }
42
- /** Determines if a control has been registered.
43
- * @internal
44
- */
45
- static getConstructorClassId(constructor) {
46
- return internal.getConstructorClassId(constructor);
47
- }
48
- /** Unregisters a control that has been registered.
49
- * @param classId the class id of the control to unregister
50
- * @deprecated in 3.7. Use `unregister` method.
51
- */
52
- static unregisterControl(classId) {
53
- return internal.unregister(classId);
54
- }
55
- /** Creates a control registered by calling registerControl.
56
- * @param classId the class id of the control to create
57
- * @param uniqueId a unique id for the control
58
- * @param options options passed to the constructor of the control
59
- * @param controlId controlId which may not be unique across all control instances.
60
- * @returns the created control
61
- * @deprecated in 3.7. Use `create` method.
62
- */
63
- static createControl(classId, uniqueId, options, controlId) {
64
- return internal.create(classId, uniqueId, options, controlId);
65
- }
66
- /** Add a Frontstage via a provider into the [[FrontstageManager]].
67
- * @param frontstageProvider Provider of the Frontstage to add
68
- * @deprecated in 3.7. Use `UiFramework.frontstages.addFrontstageProvider` method.
69
- */
70
- static addFrontstageProvider(frontstageProvider) {
71
- UiFramework.frontstages.addFrontstageProvider(frontstageProvider);
72
- }
73
- /** Loads one or more Keyboard Shortcuts into the [[KeyboardShortcutManager]].
74
- * @param shortcutList the properties of the Keyboard Shortcuts to load
75
- * @deprecated in 3.7. Use `UiFramework.keyboardShortcuts.loadShortcuts` method.
76
- */
77
- static loadKeyboardShortcuts(shortcutList) {
78
- UiFramework.keyboardShortcuts.loadShortcuts(shortcutList);
79
- }
80
- /** Gets the HTML wrapper element for Configurable UI */
81
- static getWrapperElement() {
82
- return internal.getWrapperElement();
83
- }
84
- /** Closes all UI popups currently open */
85
- static closeUi() {
86
- return internal.closeUi();
87
- }
88
- }
89
- //# sourceMappingURL=ConfigurableUiManager.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConfigurableUiManager.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiManager.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAIH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAE,6BAA6B,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAE5F;;;GAGG;AACH,MAAM,OAAO,qBAAqB;IAChC;;MAEE;IACK,MAAM,CAAC,UAAU;QACtB,OAAO,QAAQ,CAAC,UAAU,EAAE,CAAC;IAC/B,CAAC;IAED;;;;;;;;;;OAUG;IACI,MAAM,CAAC,eAAe,CAAC,OAAe,EAAE,WAA6C;QAC1F,OAAO,QAAQ,CAAC,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IACjD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,mBAAmB,CAAC,OAAe;QAC/C,OAAO,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,qBAAqB,CAAC,WAA6C;QAC/E,OAAO,QAAQ,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,iBAAiB,CAAC,OAAe;QAC7C,OAAO,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACtC,CAAC;IAED;;;;;;;OAOG;IACI,MAAM,CAAC,aAAa,CAAC,OAAe,EAAE,QAAgB,EAAE,OAAa,EAAE,SAAkB;QAC9F,OAAO,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC;IAChE,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,kBAAsC;QACxE,WAAW,CAAC,WAAW,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IACpE,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,YAAqC;QACvE,WAAW,CAAC,iBAAiB,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5D,CAAC;IAED,wDAAwD;IACjD,MAAM,CAAC,iBAAiB;QAC7B,OAAO,QAAQ,CAAC,iBAAiB,EAAE,CAAC;IACtC,CAAC;IAED,0CAA0C;IACnC,MAAM,CAAC,OAAO;QACnB,OAAO,QAAQ,CAAC,OAAO,EAAE,CAAC;IAC5B,CAAC;CAEF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module ConfigurableUi\r\n */\r\n\r\nimport { FrontstageProvider } from \"../frontstage/FrontstageProvider\";\r\nimport { KeyboardShortcutProps } from \"../framework/FrameworkKeyboardShortcuts\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ConfigurableUiControlConstructor, ConfigurableUiElement } from \"./ConfigurableUiControl\";\r\nimport { InternalConfigurableUiManager as internal } from \"./InternalConfigurableUiManager\";\r\n\r\n/** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.\r\n * @public\r\n * @deprecated in 3.7. Use `UiFramework.controls` property.\r\n */\r\nexport class ConfigurableUiManager {\r\n /** Initializes the InternalConfigurableUiManager and registers core controls.\r\n * @deprecated in 3.7. This is called internally.\r\n */\r\n public static initialize() {\r\n return internal.initialize();\r\n }\r\n\r\n /** Registers a control implementing the [[ConfigurableUiElement]] interface.\r\n * These controls can be a\r\n * [[ContentControl]],\r\n * [[NavigationAidControl]],\r\n * [[StatusBarWidgetControl]],\r\n * [[WidgetControl]] or\r\n * [ToolUiProvider]($appui-react).\r\n * @param classId the class id of the control to register\r\n * @param constructor the constructor of the control to register\r\n * @deprecated in 3.7. Use `register` method.\r\n */\r\n public static registerControl(classId: string, constructor: ConfigurableUiControlConstructor): void {\r\n return internal.register(classId, constructor);\r\n }\r\n\r\n /** Determines if a control has been registered based on its classId.\r\n * @param classId the class id of the control to test\r\n * @returns true if the control is registered or false if not\r\n */\r\n public static isControlRegistered(classId: string): boolean {\r\n return internal.isRegistered(classId);\r\n }\r\n\r\n /** Determines if a control has been registered.\r\n * @internal\r\n */\r\n public static getConstructorClassId(constructor: ConfigurableUiControlConstructor): string | undefined {\r\n return internal.getConstructorClassId(constructor);\r\n }\r\n\r\n /** Unregisters a control that has been registered.\r\n * @param classId the class id of the control to unregister\r\n * @deprecated in 3.7. Use `unregister` method.\r\n */\r\n public static unregisterControl(classId: string): void {\r\n return internal.unregister(classId);\r\n }\r\n\r\n /** Creates a control registered by calling registerControl.\r\n * @param classId the class id of the control to create\r\n * @param uniqueId a unique id for the control\r\n * @param options options passed to the constructor of the control\r\n * @param controlId controlId which may not be unique across all control instances.\r\n * @returns the created control\r\n * @deprecated in 3.7. Use `create` method.\r\n */\r\n public static createControl(classId: string, uniqueId: string, options?: any, controlId?: string): ConfigurableUiElement | undefined {\r\n return internal.create(classId, uniqueId, options, controlId);\r\n }\r\n\r\n /** Add a Frontstage via a provider into the [[FrontstageManager]].\r\n * @param frontstageProvider Provider of the Frontstage to add\r\n * @deprecated in 3.7. Use `UiFramework.frontstages.addFrontstageProvider` method.\r\n */\r\n public static addFrontstageProvider(frontstageProvider: FrontstageProvider): void {\r\n UiFramework.frontstages.addFrontstageProvider(frontstageProvider);\r\n }\r\n\r\n /** Loads one or more Keyboard Shortcuts into the [[KeyboardShortcutManager]].\r\n * @param shortcutList the properties of the Keyboard Shortcuts to load\r\n * @deprecated in 3.7. Use `UiFramework.keyboardShortcuts.loadShortcuts` method.\r\n */\r\n public static loadKeyboardShortcuts(shortcutList: KeyboardShortcutProps[]): void {\r\n UiFramework.keyboardShortcuts.loadShortcuts(shortcutList);\r\n }\r\n\r\n /** Gets the HTML wrapper element for Configurable UI */\r\n public static getWrapperElement(): HTMLElement {\r\n return internal.getWrapperElement();\r\n }\r\n\r\n /** Closes all UI popups currently open */\r\n public static closeUi(): void {\r\n return internal.closeUi();\r\n }\r\n\r\n}\r\n"]}
@@ -1,48 +0,0 @@
1
- /** @packageDocumentation
2
- * @module ContentView
3
- */
4
- import { ContentLayoutProps } from "@itwin/appui-abstract";
5
- import { ContentGroup, ContentGroupProps } from "./ContentGroup";
6
- import { ContentLayoutDef } from "./ContentLayout";
7
- /** ContentLayout Manager class.
8
- * @public
9
- * @deprecated in 3.7. Use `UiFramework.content.layouts` property.
10
- */
11
- export declare class ContentLayoutManager {
12
- /** build a layout key that is unique for group layout combination */
13
- static getLayoutKey(props: {
14
- contentGroupId: string;
15
- layoutId: string;
16
- }): string;
17
- /** Return a LayoutDef that is specific to a content group.
18
- * @returns the [[ContentLayoutDef]] if found, or undefined otherwise
19
- */
20
- static getLayoutForGroup(contentGroupProps: ContentGroupProps | ContentGroup, overrideContentLayout?: ContentLayoutProps): ContentLayoutDef;
21
- /** Finds a Content Layout with a given id.
22
- * @param layoutKey group specific layout id, see `getLayoutKey`
23
- * @returns the [[ContentLayoutDef]] if found, or undefined otherwise
24
- */
25
- static findLayout(layoutKey: string): ContentLayoutDef | undefined;
26
- /** Adds a Content Layout.
27
- * @param layoutId the id of the Content Layout to add
28
- * @param layoutDef the Content Layout definition to add
29
- */
30
- static addLayout(layoutId: string, layoutDef: ContentLayoutDef): void;
31
- /** Gets the active Content Layout */
32
- static get activeLayout(): ContentLayoutDef | undefined;
33
- /** Gets the active Content Group */
34
- static get activeContentGroup(): ContentGroup | undefined;
35
- /** Sets the active Content Layout, Content Group and Content Control.
36
- * @param contentLayoutDef Content layout to make active
37
- * @param contentGroup Content Group to make active
38
- */
39
- static setActiveLayout(contentLayoutDef: ContentLayoutDef, contentGroup: ContentGroup): Promise<void>;
40
- /** Sets the active Content Group.
41
- * @param contentGroup Content Group to make active
42
- */
43
- static setActiveContentGroup(contentGroup: ContentGroup): Promise<void>;
44
- /** Refreshes the active layout and content group.
45
- */
46
- static refreshActiveLayout(): void;
47
- }
48
- //# sourceMappingURL=ContentLayoutManager.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentLayoutManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/content/ContentLayoutManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGnD;;;GAGG;AACH,qBAAa,oBAAoB;IAC/B,qEAAqE;WACvD,YAAY,CAAC,KAAK,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM;IAIvF;;OAEG;WACW,iBAAiB,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,YAAY,EAAE,qBAAqB,CAAC,EAAE,kBAAkB,GAAG,gBAAgB;IAIlJ;;;OAGG;WACW,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,gBAAgB,GAAG,SAAS;IAIzE;;;OAGG;WACW,SAAS,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAI5E,qCAAqC;IACrC,WAAkB,YAAY,IAAI,gBAAgB,GAAG,SAAS,CAE7D;IAED,oCAAoC;IACpC,WAAkB,kBAAkB,IAAI,YAAY,GAAG,SAAS,CAE/D;IAED;;;OAGG;WACiB,eAAe,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC;IAIlH;;OAEG;WACiB,qBAAqB,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC;IAIpF;OACG;WACW,mBAAmB,IAAI,IAAI;CAG1C"}
@@ -1,65 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /** @packageDocumentation
6
- * @module ContentView
7
- */
8
- import { InternalContentLayoutManager as internal } from "./InternalContentLayoutManager";
9
- /** ContentLayout Manager class.
10
- * @public
11
- * @deprecated in 3.7. Use `UiFramework.content.layouts` property.
12
- */
13
- export class ContentLayoutManager {
14
- /** build a layout key that is unique for group layout combination */
15
- static getLayoutKey(props) {
16
- return internal.getKey(props);
17
- }
18
- /** Return a LayoutDef that is specific to a content group.
19
- * @returns the [[ContentLayoutDef]] if found, or undefined otherwise
20
- */
21
- static getLayoutForGroup(contentGroupProps, overrideContentLayout) {
22
- return internal.getForGroup(contentGroupProps, overrideContentLayout);
23
- }
24
- /** Finds a Content Layout with a given id.
25
- * @param layoutKey group specific layout id, see `getLayoutKey`
26
- * @returns the [[ContentLayoutDef]] if found, or undefined otherwise
27
- */
28
- static findLayout(layoutKey) {
29
- return internal.find(layoutKey);
30
- }
31
- /** Adds a Content Layout.
32
- * @param layoutId the id of the Content Layout to add
33
- * @param layoutDef the Content Layout definition to add
34
- */
35
- static addLayout(layoutId, layoutDef) {
36
- return internal.add(layoutId, layoutDef);
37
- }
38
- /** Gets the active Content Layout */
39
- static get activeLayout() {
40
- return internal.activeLayout;
41
- }
42
- /** Gets the active Content Group */
43
- static get activeContentGroup() {
44
- return internal.activeContentGroup;
45
- }
46
- /** Sets the active Content Layout, Content Group and Content Control.
47
- * @param contentLayoutDef Content layout to make active
48
- * @param contentGroup Content Group to make active
49
- */
50
- static async setActiveLayout(contentLayoutDef, contentGroup) {
51
- return internal.setActive(contentLayoutDef, contentGroup);
52
- }
53
- /** Sets the active Content Group.
54
- * @param contentGroup Content Group to make active
55
- */
56
- static async setActiveContentGroup(contentGroup) {
57
- return internal.setActiveContentGroup(contentGroup);
58
- }
59
- /** Refreshes the active layout and content group.
60
- */
61
- static refreshActiveLayout() {
62
- return internal.refreshActive();
63
- }
64
- }
65
- //# sourceMappingURL=ContentLayoutManager.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentLayoutManager.js","sourceRoot":"","sources":["../../../../src/appui-react/content/ContentLayoutManager.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAKH,OAAO,EAAE,4BAA4B,IAAI,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1F;;;GAGG;AACH,MAAM,OAAO,oBAAoB;IAC/B,qEAAqE;IAC9D,MAAM,CAAC,YAAY,CAAC,KAAmD;QAC5E,OAAO,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAChC,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,iBAAiB,CAAC,iBAAmD,EAAE,qBAA0C;QAC7H,OAAO,QAAQ,CAAC,WAAW,CAAC,iBAAiB,EAAE,qBAAqB,CAAC,CAAC;IACxE,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,SAAiB;QACxC,OAAO,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;IAClC,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,SAAS,CAAC,QAAgB,EAAE,SAA2B;QACnE,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;IAC3C,CAAC;IAED,qCAAqC;IAC9B,MAAM,KAAK,YAAY;QAC5B,OAAO,QAAQ,CAAC,YAAY,CAAC;IAC/B,CAAC;IAED,oCAAoC;IAC7B,MAAM,KAAK,kBAAkB;QAClC,OAAO,QAAQ,CAAC,kBAAkB,CAAC;IACrC,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,gBAAkC,EAAE,YAA0B;QAChG,OAAO,QAAQ,CAAC,SAAS,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;IAC5D,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,KAAK,CAAC,qBAAqB,CAAC,YAA0B;QAClE,OAAO,QAAQ,CAAC,qBAAqB,CAAC,YAAY,CAAC,CAAC;IACtD,CAAC;IAED;OACG;IACI,MAAM,CAAC,mBAAmB;QAC/B,OAAO,QAAQ,CAAC,aAAa,EAAE,CAAC;IAClC,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module ContentView\r\n */\r\n\r\nimport { ContentLayoutProps } from \"@itwin/appui-abstract\";\r\nimport { ContentGroup, ContentGroupProps } from \"./ContentGroup\";\r\nimport { ContentLayoutDef } from \"./ContentLayout\";\r\nimport { InternalContentLayoutManager as internal } from \"./InternalContentLayoutManager\";\r\n\r\n/** ContentLayout Manager class.\r\n * @public\r\n * @deprecated in 3.7. Use `UiFramework.content.layouts` property.\r\n */\r\nexport class ContentLayoutManager {\r\n /** build a layout key that is unique for group layout combination */\r\n public static getLayoutKey(props: { contentGroupId: string, layoutId: string }): string {\r\n return internal.getKey(props);\r\n }\r\n\r\n /** Return a LayoutDef that is specific to a content group.\r\n * @returns the [[ContentLayoutDef]] if found, or undefined otherwise\r\n */\r\n public static getLayoutForGroup(contentGroupProps: ContentGroupProps | ContentGroup, overrideContentLayout?: ContentLayoutProps): ContentLayoutDef {\r\n return internal.getForGroup(contentGroupProps, overrideContentLayout);\r\n }\r\n\r\n /** Finds a Content Layout with a given id.\r\n * @param layoutKey group specific layout id, see `getLayoutKey`\r\n * @returns the [[ContentLayoutDef]] if found, or undefined otherwise\r\n */\r\n public static findLayout(layoutKey: string): ContentLayoutDef | undefined {\r\n return internal.find(layoutKey);\r\n }\r\n\r\n /** Adds a Content Layout.\r\n * @param layoutId the id of the Content Layout to add\r\n * @param layoutDef the Content Layout definition to add\r\n */\r\n public static addLayout(layoutId: string, layoutDef: ContentLayoutDef): void {\r\n return internal.add(layoutId, layoutDef);\r\n }\r\n\r\n /** Gets the active Content Layout */\r\n public static get activeLayout(): ContentLayoutDef | undefined {\r\n return internal.activeLayout;\r\n }\r\n\r\n /** Gets the active Content Group */\r\n public static get activeContentGroup(): ContentGroup | undefined {\r\n return internal.activeContentGroup;\r\n }\r\n\r\n /** Sets the active Content Layout, Content Group and Content Control.\r\n * @param contentLayoutDef Content layout to make active\r\n * @param contentGroup Content Group to make active\r\n */\r\n public static async setActiveLayout(contentLayoutDef: ContentLayoutDef, contentGroup: ContentGroup): Promise<void> {\r\n return internal.setActive(contentLayoutDef, contentGroup);\r\n }\r\n\r\n /** Sets the active Content Group.\r\n * @param contentGroup Content Group to make active\r\n */\r\n public static async setActiveContentGroup(contentGroup: ContentGroup): Promise<void> {\r\n return internal.setActiveContentGroup(contentGroup);\r\n }\r\n\r\n /** Refreshes the active layout and content group.\r\n */\r\n public static refreshActiveLayout(): void {\r\n return internal.refreshActive();\r\n }\r\n}\r\n\r\n"]}
@@ -1,63 +0,0 @@
1
- /** @packageDocumentation
2
- * @module ContentView
3
- */
4
- import * as React from "react";
5
- import { ContentControl } from "./ContentControl";
6
- /** Content View Manager class.
7
- * @public
8
- * @deprecated in 3.7. Use `UiFramework.content` property
9
- */
10
- export declare class ContentViewManager {
11
- static get onMouseDownChangedEvent(): import("../framework/FrameworkContent").MouseDownChangedEvent;
12
- /** Determines if the mouse is down in a content view */
13
- static get isMouseDown(): boolean;
14
- /** Sets the mouse down status for a content view */
15
- static setMouseDown(mouseDown: boolean): void;
16
- /** Gets the [[ActiveContentChangedEvent]] */
17
- static get onActiveContentChangedEvent(): import("../framework/FrameworkContent").ActiveContentChangedEvent;
18
- /** Fires when floating contents are added or removed */
19
- static get onAvailableContentChangedEvent(): import("@itwin/appui-abstract").UiEvent<{
20
- contentId: string;
21
- }>;
22
- /** Gets the active content as a React.ReactNode. */
23
- static getActiveContent(): React.ReactNode | undefined;
24
- /** Return the active ContentControl. */
25
- static getActiveContentControl(): ContentControl | undefined;
26
- static addFloatingContentControl(contentControl?: ContentControl): void;
27
- static dropFloatingContentControl(contentControl?: ContentControl): void;
28
- /** Sets the active [[ContentControl]] */
29
- static setActiveContent(activeContent?: React.ReactNode, forceEventProcessing?: boolean): void;
30
- /** Refreshes the active [[ContentControl]] */
31
- static refreshActiveContent(activeContent: React.ReactNode): void;
32
- /**
33
- * Determines if content displays a Sheet view.
34
- * @param content ContentControl to check
35
- */
36
- static isContentSheetView(content: ContentControl | undefined): boolean;
37
- /**
38
- * Determines if content displays a Drawing view.
39
- * @param content ContentControl to check
40
- */
41
- static isContentDrawingView(content: ContentControl | undefined): boolean;
42
- /**
43
- * Determines if content displays a Spatial view.
44
- * @param content ContentControl to check
45
- */
46
- static isContentSpatialView(content: ContentControl | undefined): boolean;
47
- /**
48
- * Determines if content displays a Orthographic view.
49
- * @param content ContentControl to check
50
- */
51
- static isContentOrthographicView(content: ContentControl | undefined): boolean;
52
- /**
53
- * Determines if content displays a 3d view.
54
- * @param content ContentControl to check
55
- */
56
- static isContent3dView(content: ContentControl | undefined): boolean;
57
- /**
58
- * Determines if viewport supports use of a camera.
59
- * @param content ContentControl to check
60
- */
61
- static contentSupportsCamera(content: ContentControl | undefined): boolean;
62
- }
63
- //# sourceMappingURL=ContentViewManager.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentViewManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/content/ContentViewManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD;;;GAGG;AACH,qBAAa,kBAAkB;IAC7B,WAAkB,uBAAuB,kEAA+C;IAExF,wDAAwD;IACxD,WAAkB,WAAW,IAAI,OAAO,CAEvC;IAED,oDAAoD;WACtC,YAAY,CAAC,SAAS,EAAE,OAAO,GAAG,IAAI;IAIpD,6CAA6C;IAC7C,WAAkB,2BAA2B,sEAAmD;IAEhG,wDAAwD;IAExD,WAAkB,8BAA8B;;OAAsD;IAEtG,oDAAoD;WACtC,gBAAgB,IAAI,KAAK,CAAC,SAAS,GAAG,SAAS;IAI7D,wCAAwC;WAC1B,uBAAuB,IAAI,cAAc,GAAG,SAAS;WAIrD,yBAAyB,CAAC,cAAc,CAAC,EAAE,cAAc;WAIzD,0BAA0B,CAAC,cAAc,CAAC,EAAE,cAAc;IAIxE,yCAAyC;WAC3B,gBAAgB,CAAC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,oBAAoB,UAAQ,GAAG,IAAI;IAInG,8CAA8C;WAChC,oBAAoB,CAAC,aAAa,EAAE,KAAK,CAAC,SAAS;IAIjE;;;OAGG;WACW,kBAAkB,CAAC,OAAO,EAAE,cAAc,GAAG,SAAS,GAAG,OAAO;IAI9E;;;OAGG;WACW,oBAAoB,CAAC,OAAO,EAAE,cAAc,GAAG,SAAS,GAAG,OAAO;IAIhF;;;OAGG;WACW,oBAAoB,CAAC,OAAO,EAAE,cAAc,GAAG,SAAS,GAAG,OAAO;IAIhF;;;OAGG;WACW,yBAAyB,CAAC,OAAO,EAAE,cAAc,GAAG,SAAS,GAAG,OAAO;IAIrF;;;OAGG;WACW,eAAe,CAAC,OAAO,EAAE,cAAc,GAAG,SAAS,GAAG,OAAO;IAI3E;;;OAGG;WACW,qBAAqB,CAAC,OAAO,EAAE,cAAc,GAAG,SAAS,GAAG,OAAO;CAGlF"}
@@ -1,92 +0,0 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /** @packageDocumentation
6
- * @module ContentView
7
- */
8
- import { InternalContentViewManager as internal } from "./InternalContentViewManager";
9
- /** Content View Manager class.
10
- * @public
11
- * @deprecated in 3.7. Use `UiFramework.content` property
12
- */
13
- export class ContentViewManager {
14
- static get onMouseDownChangedEvent() { return internal.onMouseDownChangedEvent; }
15
- /** Determines if the mouse is down in a content view */
16
- static get isMouseDown() {
17
- return internal.isMouseDown;
18
- }
19
- /** Sets the mouse down status for a content view */
20
- static setMouseDown(mouseDown) {
21
- return internal.setMouseDown(mouseDown);
22
- }
23
- /** Gets the [[ActiveContentChangedEvent]] */
24
- static get onActiveContentChangedEvent() { return internal.onActiveContentChangedEvent; }
25
- /** Fires when floating contents are added or removed */
26
- static get onAvailableContentChangedEvent() { return internal.onAvailableContentChangedEvent; }
27
- /** Gets the active content as a React.ReactNode. */
28
- static getActiveContent() {
29
- return internal.getActive();
30
- }
31
- /** Return the active ContentControl. */
32
- static getActiveContentControl() {
33
- return internal.getActiveContentControl();
34
- }
35
- static addFloatingContentControl(contentControl) {
36
- return internal.addFloatingContentControl(contentControl);
37
- }
38
- static dropFloatingContentControl(contentControl) {
39
- return internal.dropFloatingContentControl(contentControl);
40
- }
41
- /** Sets the active [[ContentControl]] */
42
- static setActiveContent(activeContent, forceEventProcessing = false) {
43
- return internal.setActive(activeContent, forceEventProcessing);
44
- }
45
- /** Refreshes the active [[ContentControl]] */
46
- static refreshActiveContent(activeContent) {
47
- return internal.refreshActive(activeContent);
48
- }
49
- /**
50
- * Determines if content displays a Sheet view.
51
- * @param content ContentControl to check
52
- */
53
- static isContentSheetView(content) {
54
- return internal.isContentSheetView(content);
55
- }
56
- /**
57
- * Determines if content displays a Drawing view.
58
- * @param content ContentControl to check
59
- */
60
- static isContentDrawingView(content) {
61
- return internal.isContentDrawingView(content);
62
- }
63
- /**
64
- * Determines if content displays a Spatial view.
65
- * @param content ContentControl to check
66
- */
67
- static isContentSpatialView(content) {
68
- return internal.isContentSpatialView(content);
69
- }
70
- /**
71
- * Determines if content displays a Orthographic view.
72
- * @param content ContentControl to check
73
- */
74
- static isContentOrthographicView(content) {
75
- return internal.isContentOrthographicView(content);
76
- }
77
- /**
78
- * Determines if content displays a 3d view.
79
- * @param content ContentControl to check
80
- */
81
- static isContent3dView(content) {
82
- return internal.isContent3dView(content);
83
- }
84
- /**
85
- * Determines if viewport supports use of a camera.
86
- * @param content ContentControl to check
87
- */
88
- static contentSupportsCamera(content) {
89
- return internal.contentSupportsCamera(content);
90
- }
91
- }
92
- //# sourceMappingURL=ContentViewManager.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentViewManager.js","sourceRoot":"","sources":["../../../../src/appui-react/content/ContentViewManager.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAIH,OAAO,EAAE,0BAA0B,IAAI,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEtF;;;GAGG;AACH,MAAM,OAAO,kBAAkB;IACtB,MAAM,KAAK,uBAAuB,KAAK,OAAO,QAAQ,CAAC,uBAAuB,CAAC,CAAC,CAAC;IAExF,wDAAwD;IACjD,MAAM,KAAK,WAAW;QAC3B,OAAO,QAAQ,CAAC,WAAW,CAAC;IAC9B,CAAC;IAED,oDAAoD;IAC7C,MAAM,CAAC,YAAY,CAAC,SAAkB;QAC3C,OAAO,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;IAC1C,CAAC;IAED,6CAA6C;IACtC,MAAM,KAAK,2BAA2B,KAAK,OAAO,QAAQ,CAAC,2BAA2B,CAAC,CAAC,CAAC;IAEhG,wDAAwD;IAEjD,MAAM,KAAK,8BAA8B,KAAK,OAAO,QAAQ,CAAC,8BAA8B,CAAC,CAAC,CAAC;IAEtG,oDAAoD;IAC7C,MAAM,CAAC,gBAAgB;QAC5B,OAAO,QAAQ,CAAC,SAAS,EAAE,CAAC;IAC9B,CAAC;IAED,wCAAwC;IACjC,MAAM,CAAC,uBAAuB;QACnC,OAAO,QAAQ,CAAC,uBAAuB,EAAE,CAAC;IAC5C,CAAC;IAEM,MAAM,CAAC,yBAAyB,CAAC,cAA+B;QACrE,OAAO,QAAQ,CAAC,yBAAyB,CAAC,cAAc,CAAC,CAAC;IAC5D,CAAC;IAEM,MAAM,CAAC,0BAA0B,CAAC,cAA+B;QACtE,OAAO,QAAQ,CAAC,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC7D,CAAC;IAED,yCAAyC;IAClC,MAAM,CAAC,gBAAgB,CAAC,aAA+B,EAAE,oBAAoB,GAAG,KAAK;QAC1F,OAAO,QAAQ,CAAC,SAAS,CAAC,aAAa,EAAE,oBAAoB,CAAC,CAAC;IACjE,CAAC;IAED,8CAA8C;IACvC,MAAM,CAAC,oBAAoB,CAAC,aAA8B;QAC/D,OAAO,QAAQ,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAC/C,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,kBAAkB,CAAC,OAAmC;QAClE,OAAO,QAAQ,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,oBAAoB,CAAC,OAAmC;QACpE,OAAO,QAAQ,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;IAChD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,oBAAoB,CAAC,OAAmC;QACpE,OAAO,QAAQ,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;IAChD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,yBAAyB,CAAC,OAAmC;QACzE,OAAO,QAAQ,CAAC,yBAAyB,CAAC,OAAO,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,eAAe,CAAC,OAAmC;QAC/D,OAAO,QAAQ,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IAC3C,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,OAAmC;QACrE,OAAO,QAAQ,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC;IACjD,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module ContentView\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { ContentControl } from \"./ContentControl\";\r\nimport { InternalContentViewManager as internal } from \"./InternalContentViewManager\";\r\n\r\n/** Content View Manager class.\r\n * @public\r\n * @deprecated in 3.7. Use `UiFramework.content` property\r\n */\r\nexport class ContentViewManager {\r\n public static get onMouseDownChangedEvent() { return internal.onMouseDownChangedEvent; }\r\n\r\n /** Determines if the mouse is down in a content view */\r\n public static get isMouseDown(): boolean {\r\n return internal.isMouseDown;\r\n }\r\n\r\n /** Sets the mouse down status for a content view */\r\n public static setMouseDown(mouseDown: boolean): void {\r\n return internal.setMouseDown(mouseDown);\r\n }\r\n\r\n /** Gets the [[ActiveContentChangedEvent]] */\r\n public static get onActiveContentChangedEvent() { return internal.onActiveContentChangedEvent; }\r\n\r\n /** Fires when floating contents are added or removed */\r\n\r\n public static get onAvailableContentChangedEvent() { return internal.onAvailableContentChangedEvent; }\r\n\r\n /** Gets the active content as a React.ReactNode. */\r\n public static getActiveContent(): React.ReactNode | undefined {\r\n return internal.getActive();\r\n }\r\n\r\n /** Return the active ContentControl. */\r\n public static getActiveContentControl(): ContentControl | undefined {\r\n return internal.getActiveContentControl();\r\n }\r\n\r\n public static addFloatingContentControl(contentControl?: ContentControl) {\r\n return internal.addFloatingContentControl(contentControl);\r\n }\r\n\r\n public static dropFloatingContentControl(contentControl?: ContentControl) {\r\n return internal.dropFloatingContentControl(contentControl);\r\n }\r\n\r\n /** Sets the active [[ContentControl]] */\r\n public static setActiveContent(activeContent?: React.ReactNode, forceEventProcessing = false): void {\r\n return internal.setActive(activeContent, forceEventProcessing);\r\n }\r\n\r\n /** Refreshes the active [[ContentControl]] */\r\n public static refreshActiveContent(activeContent: React.ReactNode) {\r\n return internal.refreshActive(activeContent);\r\n }\r\n\r\n /**\r\n * Determines if content displays a Sheet view.\r\n * @param content ContentControl to check\r\n */\r\n public static isContentSheetView(content: ContentControl | undefined): boolean {\r\n return internal.isContentSheetView(content);\r\n }\r\n\r\n /**\r\n * Determines if content displays a Drawing view.\r\n * @param content ContentControl to check\r\n */\r\n public static isContentDrawingView(content: ContentControl | undefined): boolean {\r\n return internal.isContentDrawingView(content);\r\n }\r\n\r\n /**\r\n * Determines if content displays a Spatial view.\r\n * @param content ContentControl to check\r\n */\r\n public static isContentSpatialView(content: ContentControl | undefined): boolean {\r\n return internal.isContentSpatialView(content);\r\n }\r\n\r\n /**\r\n * Determines if content displays a Orthographic view.\r\n * @param content ContentControl to check\r\n */\r\n public static isContentOrthographicView(content: ContentControl | undefined): boolean {\r\n return internal.isContentOrthographicView(content);\r\n }\r\n\r\n /**\r\n * Determines if content displays a 3d view.\r\n * @param content ContentControl to check\r\n */\r\n public static isContent3dView(content: ContentControl | undefined): boolean {\r\n return internal.isContent3dView(content);\r\n }\r\n\r\n /**\r\n * Determines if viewport supports use of a camera.\r\n * @param content ContentControl to check\r\n */\r\n public static contentSupportsCamera(content: ContentControl | undefined): boolean {\r\n return internal.contentSupportsCamera(content);\r\n }\r\n}\r\n"]}
@@ -1,202 +0,0 @@
1
- /** @packageDocumentation
2
- * @module Frontstage
3
- */
4
- import { IModelConnection, Tool } from "@itwin/core-frontend";
5
- import { WidgetState } from "../widgets/WidgetState";
6
- import { ContentGroup } from "../content/ContentGroup";
7
- import { ContentLayoutDef } from "../content/ContentLayout";
8
- import { WidgetDef } from "../widgets/WidgetDef";
9
- import { ToolInformation } from "../toolsettings/ToolInformation";
10
- import { ToolUiProvider } from "../toolsettings/ToolUiProvider";
11
- import { FrontstageDef } from "./FrontstageDef";
12
- import { FrontstageProvider } from "./FrontstageProvider";
13
- import { ModalFrontstageInfo } from "../framework/FrameworkFrontstages";
14
- /** Frontstage Manager class.
15
- * @public
16
- * @deprecated in 3.7. Use `UiFramework.frontstages` property.
17
- */
18
- export declare class FrontstageManager {
19
- /** Initializes the InternalFrontstageManager
20
- * @deprecated in 3.7. This is called internally.
21
- */
22
- static initialize(): void;
23
- /** This should only be called within InternalFrontstageManager and its tests.
24
- * @internal
25
- */
26
- static ensureToolInformationIsSet(toolId: string): void;
27
- /** @internal */
28
- static get isInitialized(): boolean;
29
- static set isInitialized(v: boolean);
30
- /** Returns true if Frontstage is loading its controls. If false the Frontstage content and controls have been created. */
31
- static get isLoading(): boolean;
32
- /** @internal */
33
- static get nineZoneSize(): import("@itwin/core-react").Size | undefined;
34
- static set nineZoneSize(size: import("@itwin/core-react").Size | undefined);
35
- /** @internal */
36
- static get frontstageDefs(): ReadonlyMap<string, FrontstageDef>;
37
- /** Get Frontstage Deactivated event. */
38
- static get onFrontstageDeactivatedEvent(): import("../framework/FrameworkFrontstages").FrontstageDeactivatedEvent;
39
- /** Get Frontstage Activated event. */
40
- static get onFrontstageActivatedEvent(): import("../framework/FrameworkFrontstages").FrontstageActivatedEvent;
41
- /** Get Frontstage Activated event. */
42
- static get onFrontstageReadyEvent(): import("../framework/FrameworkFrontstages").FrontstageReadyEvent;
43
- /** Get Modal Frontstage Changed event. */
44
- static get onModalFrontstageChangedEvent(): import("../framework/FrameworkFrontstages").ModalFrontstageChangedEvent;
45
- /** Get Modal Frontstage Closed event. */
46
- static get onModalFrontstageClosedEvent(): import("../framework/FrameworkFrontstages").ModalFrontstageClosedEvent;
47
- /** Get Modal Frontstage Requested Closed event.
48
- * @alpha
49
- */
50
- static get onCloseModalFrontstageRequestedEvent(): import("../framework/FrameworkFrontstages").ModalFrontstageRequestedCloseEvent;
51
- /** Get Tool Activated event. */
52
- static get onToolActivatedEvent(): import("../framework/FrameworkFrontstages").ToolActivatedEvent;
53
- /** Get ToolSetting Reload event. */
54
- static get onToolSettingsReloadEvent(): import("@itwin/appui-abstract").UiEvent<void>;
55
- /** Get Tool Panel Opened event.
56
- * @internal
57
- */
58
- static get onToolPanelOpenedEvent(): import("@itwin/appui-abstract").UiEvent<void>;
59
- /** Get Tool Icon Changed event. */
60
- static get onToolIconChangedEvent(): import("../framework/FrameworkFrontstages").ToolIconChangedEvent;
61
- /** Get Content Layout Activated event. */
62
- static get onContentLayoutActivatedEvent(): import("../content/ContentLayout").ContentLayoutActivatedEvent;
63
- /** Get Content Control Activated event. */
64
- static get onContentControlActivatedEvent(): import("../content/ContentControl").ContentControlActivatedEvent;
65
- /** Get Navigation Aid Activated event. */
66
- static get onNavigationAidActivatedEvent(): import("../navigationaids/NavigationAidControl").NavigationAidActivatedEvent;
67
- /** Get Widget State Changed event. */
68
- static get onWidgetStateChangedEvent(): import("../widgets/WidgetDef").WidgetStateChangedEvent;
69
- /** @internal */
70
- static get onWidgetLabelChangedEvent(): import("@itwin/appui-abstract").UiEvent<import("../widgets/WidgetDef").WidgetChangedEventArgs>;
71
- /** @internal */
72
- static get onWidgetShowEvent(): import("@itwin/appui-abstract").UiEvent<import("../widgets/WidgetDef").WidgetEventArgs>;
73
- /** @internal */
74
- static get onWidgetExpandEvent(): import("@itwin/appui-abstract").UiEvent<import("../widgets/WidgetDef").WidgetEventArgs>;
75
- /** @internal */
76
- static get onWidgetDefsUpdatedEvent(): import("@itwin/appui-abstract").UiEvent<void>;
77
- /** @internal */
78
- static get onFrontstageNineZoneStateChangedEvent(): import("@itwin/appui-abstract").UiEvent<import("./FrontstageDef").FrontstageNineZoneStateChangedEventArgs>;
79
- /** @internal */
80
- static get onFrontstageRestoreLayoutEvent(): import("@itwin/appui-abstract").UiEvent<import("./FrontstageDef").FrontstageEventArgs>;
81
- /** Get Widget State Changed event.
82
- * @alpha
83
- */
84
- static get onPanelStateChangedEvent(): import("../stagepanels/StagePanelDef").PanelStateChangedEvent;
85
- /** @internal */
86
- static get onPanelSizeChangedEvent(): import("../stagepanels/StagePanelDef").PanelSizeChangedEvent;
87
- /** Clears the Frontstage map.
88
- */
89
- static clearFrontstageDefs(): void;
90
- /** Clears the Frontstage Providers and the defs that may have been created from them.
91
- */
92
- static clearFrontstageProviders(): void;
93
- /** @internal */
94
- static clearFrontstageDefsForIModelId(iModelId: string | undefined): void;
95
- /** Add a Frontstage via a [[FrontstageProvider]].
96
- * @param frontstageProvider FrontstageProvider representing the Frontstage to add
97
- */
98
- static addFrontstageProvider(frontstageProvider: FrontstageProvider): void;
99
- /** Find a loaded Frontstage with a given id. If the id is not provided, the active Frontstage is returned. If
100
- * no cached FrontstageDef is found but a FrontstageProvider is registered a FrontstageDef will be created, cached, and
101
- * returned.
102
- * @param id Id of the Frontstage to find
103
- * @returns FrontstageDef with a given id if found, or undefined if not found.
104
- */
105
- static getFrontstageDef(id?: string): Promise<FrontstageDef | undefined>;
106
- /** Gets the active FrontstageDef. If a Frontstage is not active, undefined is returned.
107
- * @return Active FrontstageDef, or undefined if one is not active.
108
- */
109
- static get activeFrontstageDef(): FrontstageDef | undefined;
110
- /** Gets the Id of the active FrontstageDef. If a Frontstage is not active, blank is returned.
111
- * @return Id of the active FrontstageDef, or blank if one is not active.
112
- */
113
- static get activeFrontstageId(): string;
114
- static hasFrontstage(frontstageId: string): boolean;
115
- /** Sets the active FrontstageDef give the stageId.
116
- * @param frontstageId Id of the Frontstage to set active.
117
- * @returns A Promise that is fulfilled when the [[Frontstage]] is ready.
118
- */
119
- static setActiveFrontstage(frontstageId: string): Promise<void>;
120
- /** Sets the active FrontstageDef.
121
- * @param frontstageDef FrontstageDef to set active.
122
- * @returns A Promise that is fulfilled when the [[FrontstageDef]] is ready.
123
- */
124
- static setActiveFrontstageDef(frontstageDef: FrontstageDef | undefined): Promise<void>;
125
- /** Deactivates the active FrontstageDef.
126
- */
127
- static deactivateFrontstageDef(): Promise<void>;
128
- /** Gets the Id of the active tool. If a tool is not active, blank is returned.
129
- * @return Id of the active tool, or blank if one is not active.
130
- */
131
- static get activeToolId(): string;
132
- /** Sets the active tool id */
133
- static setActiveToolId(toolId: string): void;
134
- /** Sets the active tool */
135
- static setActiveTool(tool: Tool): void;
136
- /** Gets the active tool's [[ToolInformation]] */
137
- static get activeToolInformation(): ToolInformation | undefined;
138
- /** Gets the Tool Setting React node of the active tool.
139
- * @return Tool Setting React node of the active tool, or undefined if there is no active tool or Tool Settings for the active tool.
140
- * @internal
141
- */
142
- static get activeToolSettingsProvider(): ToolUiProvider | undefined;
143
- /** Sets the active layout, content group and active content.
144
- * @param contentLayoutDef Content layout to make active
145
- * @param contentGroup Content Group to make active
146
- */
147
- static setActiveLayout(contentLayoutDef: ContentLayoutDef, contentGroup: ContentGroup): Promise<void>;
148
- /** Sets the active layout, content group and active content.
149
- * @param contentGroup Content Group to make active
150
- */
151
- static setActiveContentGroup(contentGroup: ContentGroup): Promise<void>;
152
- /** Opens a modal Frontstage. Modal Frontstages can be stacked.
153
- * @param modalFrontstage Information about the modal Frontstage
154
- */
155
- static openModalFrontstage(modalFrontstage: ModalFrontstageInfo): void;
156
- /** Closes the top-most modal Frontstage.
157
- */
158
- static closeModalFrontstage(): void;
159
- /** Updates the top-most modal Frontstage.
160
- */
161
- static updateModalFrontstage(): void;
162
- /** Gets the top-most modal Frontstage.
163
- * @returns Top-most modal Frontstage, or undefined if there is none.
164
- */
165
- static get activeModalFrontstage(): ModalFrontstageInfo | undefined;
166
- /** Gets the number of modal Frontstages.
167
- * @returns Modal Frontstage count
168
- */
169
- static get modalFrontstageCount(): number;
170
- /** Sets the active Navigation Aid via its Id.
171
- * @param navigationAidId Id of the Navigation Aid to set as active
172
- * @param iModelConnection IModelConnection to query for view data
173
- */
174
- static setActiveNavigationAid(navigationAidId: string, iModelConnection: IModelConnection): void;
175
- /** Sets the state of the widget with the given id
176
- * @param widgetId Id of the Widget for which to set the state
177
- * @param state New state of the widget
178
- * @returns true if the widget state was set successfully, or false if not.
179
- */
180
- static setWidgetState(widgetId: string, state: WidgetState): boolean;
181
- /** Finds a widget with the given id in the active frontstage
182
- * @param widgetId Id of the Widget to find
183
- * @returns The WidgetDef with the given id, or undefined if not found.
184
- */
185
- static findWidget(widgetId: string): WidgetDef | undefined;
186
- /** Opens a nested Frontstage. Nested Frontstages can be stacked.
187
- * @param nestedFrontstage Information about the nested Frontstage
188
- */
189
- static openNestedFrontstage(nestedFrontstage: FrontstageDef): Promise<void>;
190
- /** Closes the top-most nested Frontstage.
191
- */
192
- static closeNestedFrontstage(): Promise<void>;
193
- /** Gets the top-most nested Frontstage.
194
- * @returns Top-most nested Frontstage, or undefined if there is none.
195
- */
196
- static get activeNestedFrontstage(): FrontstageDef | undefined;
197
- /** Gets the number of nested Frontstages.
198
- * @returns Nested Frontstage count
199
- */
200
- static get nestedFrontstageCount(): number;
201
- }
202
- //# sourceMappingURL=FrontstageManager.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FrontstageManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/FrontstageManager.ts"],"names":[],"mappings":"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"}