@itwin/frontend-devtools 3.5.0-dev.63 → 3.5.0-dev.66

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 (374) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +7 -4
  3. package/lib/cjs/ClipboardUtilities.d.ts +8 -8
  4. package/lib/cjs/ClipboardUtilities.js +26 -26
  5. package/lib/cjs/ClipboardUtilities.js.map +1 -1
  6. package/lib/cjs/FrontEndDevTools.d.ts +19 -19
  7. package/lib/cjs/FrontEndDevTools.d.ts.map +1 -1
  8. package/lib/cjs/FrontEndDevTools.js +221 -220
  9. package/lib/cjs/FrontEndDevTools.js.map +1 -1
  10. package/lib/cjs/effects/Convolution.d.ts +68 -68
  11. package/lib/cjs/effects/Convolution.js +165 -165
  12. package/lib/cjs/effects/Convolution.js.map +1 -1
  13. package/lib/cjs/effects/EffectTools.d.ts +33 -33
  14. package/lib/cjs/effects/EffectTools.js +68 -68
  15. package/lib/cjs/effects/EffectTools.js.map +1 -1
  16. package/lib/cjs/effects/Explosion.d.ts +12 -12
  17. package/lib/cjs/effects/Explosion.js +168 -168
  18. package/lib/cjs/effects/Explosion.js.map +1 -1
  19. package/lib/cjs/effects/FlipImage.d.ts +30 -30
  20. package/lib/cjs/effects/FlipImage.js +99 -99
  21. package/lib/cjs/effects/FlipImage.js.map +1 -1
  22. package/lib/cjs/effects/LensDistortion.d.ts +34 -34
  23. package/lib/cjs/effects/LensDistortion.js +109 -109
  24. package/lib/cjs/effects/LensDistortion.js.map +1 -1
  25. package/lib/cjs/effects/Random.d.ts +24 -24
  26. package/lib/cjs/effects/Random.js +49 -49
  27. package/lib/cjs/effects/Random.js.map +1 -1
  28. package/lib/cjs/effects/Saturation.d.ts +30 -30
  29. package/lib/cjs/effects/Saturation.js +85 -85
  30. package/lib/cjs/effects/Saturation.js.map +1 -1
  31. package/lib/cjs/effects/Snow.d.ts +76 -76
  32. package/lib/cjs/effects/Snow.js +187 -187
  33. package/lib/cjs/effects/Snow.js.map +1 -1
  34. package/lib/cjs/effects/Vignette.d.ts +39 -39
  35. package/lib/cjs/effects/Vignette.js +108 -108
  36. package/lib/cjs/effects/Vignette.js.map +1 -1
  37. package/lib/cjs/frontend-devtools.d.ts +82 -82
  38. package/lib/cjs/frontend-devtools.js +98 -98
  39. package/lib/cjs/frontend-devtools.js.map +1 -1
  40. package/lib/cjs/tools/AnimationIntervalTool.d.ts +15 -15
  41. package/lib/cjs/tools/AnimationIntervalTool.js +30 -30
  42. package/lib/cjs/tools/AnimationIntervalTool.js.map +1 -1
  43. package/lib/cjs/tools/ChangeUnitsTool.d.ts +15 -15
  44. package/lib/cjs/tools/ChangeUnitsTool.js +41 -41
  45. package/lib/cjs/tools/ChangeUnitsTool.js.map +1 -1
  46. package/lib/cjs/tools/ClipTools.d.ts +67 -67
  47. package/lib/cjs/tools/ClipTools.js +164 -164
  48. package/lib/cjs/tools/ClipTools.js.map +1 -1
  49. package/lib/cjs/tools/DisplayStyleTools.d.ts +145 -145
  50. package/lib/cjs/tools/DisplayStyleTools.js +370 -370
  51. package/lib/cjs/tools/DisplayStyleTools.js.map +1 -1
  52. package/lib/cjs/tools/EmphasizeElementsTool.d.ts +60 -60
  53. package/lib/cjs/tools/EmphasizeElementsTool.js +154 -154
  54. package/lib/cjs/tools/EmphasizeElementsTool.js.map +1 -1
  55. package/lib/cjs/tools/FrustumDecoration.d.ts +57 -57
  56. package/lib/cjs/tools/FrustumDecoration.js +374 -374
  57. package/lib/cjs/tools/FrustumDecoration.js.map +1 -1
  58. package/lib/cjs/tools/InspectElementTool.d.ts +42 -42
  59. package/lib/cjs/tools/InspectElementTool.js +198 -198
  60. package/lib/cjs/tools/InspectElementTool.js.map +1 -1
  61. package/lib/cjs/tools/MapLayerTool.d.ts +264 -264
  62. package/lib/cjs/tools/MapLayerTool.js +507 -507
  63. package/lib/cjs/tools/MapLayerTool.js.map +1 -1
  64. package/lib/cjs/tools/MeasureTileLoadTime.d.ts +12 -12
  65. package/lib/cjs/tools/MeasureTileLoadTime.js +63 -63
  66. package/lib/cjs/tools/MeasureTileLoadTime.js.map +1 -1
  67. package/lib/cjs/tools/ModelAppearanceTools.d.ts +86 -86
  68. package/lib/cjs/tools/ModelAppearanceTools.js +183 -183
  69. package/lib/cjs/tools/ModelAppearanceTools.js.map +1 -1
  70. package/lib/cjs/tools/PlanProjectionTools.d.ts +40 -40
  71. package/lib/cjs/tools/PlanProjectionTools.js +149 -149
  72. package/lib/cjs/tools/PlanProjectionTools.js.map +1 -1
  73. package/lib/cjs/tools/PlanarMaskTools.d.ts +182 -182
  74. package/lib/cjs/tools/PlanarMaskTools.js +393 -393
  75. package/lib/cjs/tools/PlanarMaskTools.js.map +1 -1
  76. package/lib/cjs/tools/ProjectExtents.d.ts +41 -41
  77. package/lib/cjs/tools/ProjectExtents.js +110 -110
  78. package/lib/cjs/tools/ProjectExtents.js.map +1 -1
  79. package/lib/cjs/tools/RealityModelTools.d.ts +116 -116
  80. package/lib/cjs/tools/RealityModelTools.js +281 -281
  81. package/lib/cjs/tools/RealityModelTools.js.map +1 -1
  82. package/lib/cjs/tools/RealityTransitionTool.d.ts +25 -25
  83. package/lib/cjs/tools/RealityTransitionTool.js +116 -116
  84. package/lib/cjs/tools/RealityTransitionTool.js.map +1 -1
  85. package/lib/cjs/tools/RenderSystemTools.d.ts +38 -38
  86. package/lib/cjs/tools/RenderSystemTools.js +70 -70
  87. package/lib/cjs/tools/RenderSystemTools.js.map +1 -1
  88. package/lib/cjs/tools/RenderTargetTools.d.ts +107 -100
  89. package/lib/cjs/tools/RenderTargetTools.d.ts.map +1 -1
  90. package/lib/cjs/tools/RenderTargetTools.js +174 -166
  91. package/lib/cjs/tools/RenderTargetTools.js.map +1 -1
  92. package/lib/cjs/tools/ReportWebGLCompatibilityTool.d.ts +11 -11
  93. package/lib/cjs/tools/ReportWebGLCompatibilityTool.js +30 -30
  94. package/lib/cjs/tools/ReportWebGLCompatibilityTool.js.map +1 -1
  95. package/lib/cjs/tools/SavedViews.d.ts +46 -46
  96. package/lib/cjs/tools/SavedViews.js +136 -136
  97. package/lib/cjs/tools/SavedViews.js.map +1 -1
  98. package/lib/cjs/tools/ScheduleScriptTools.d.ts +37 -37
  99. package/lib/cjs/tools/ScheduleScriptTools.js +159 -159
  100. package/lib/cjs/tools/ScheduleScriptTools.js.map +1 -1
  101. package/lib/cjs/tools/SelectionTools.d.ts +28 -28
  102. package/lib/cjs/tools/SelectionTools.js +87 -87
  103. package/lib/cjs/tools/SelectionTools.js.map +1 -1
  104. package/lib/cjs/tools/SetGpuMemoryLimitTool.d.ts +15 -15
  105. package/lib/cjs/tools/SetGpuMemoryLimitTool.js +33 -33
  106. package/lib/cjs/tools/SetGpuMemoryLimitTool.js.map +1 -1
  107. package/lib/cjs/tools/SourceAspectIdTools.d.ts +40 -40
  108. package/lib/cjs/tools/SourceAspectIdTools.js +86 -86
  109. package/lib/cjs/tools/SourceAspectIdTools.js.map +1 -1
  110. package/lib/cjs/tools/TileRequestDecoration.d.ts +12 -12
  111. package/lib/cjs/tools/TileRequestDecoration.js +83 -83
  112. package/lib/cjs/tools/TileRequestDecoration.js.map +1 -1
  113. package/lib/cjs/tools/TileTreeBoundsDecoration.d.ts +11 -11
  114. package/lib/cjs/tools/TileTreeBoundsDecoration.js +74 -74
  115. package/lib/cjs/tools/TileTreeBoundsDecoration.js.map +1 -1
  116. package/lib/cjs/tools/ToolTipProvider.d.ts +15 -15
  117. package/lib/cjs/tools/ToolTipProvider.js +66 -66
  118. package/lib/cjs/tools/ToolTipProvider.js.map +1 -1
  119. package/lib/cjs/tools/ViewportTools.d.ts +218 -218
  120. package/lib/cjs/tools/ViewportTools.js +516 -516
  121. package/lib/cjs/tools/ViewportTools.js.map +1 -1
  122. package/lib/cjs/tools/parseArgs.d.ts +23 -23
  123. package/lib/cjs/tools/parseArgs.js +51 -51
  124. package/lib/cjs/tools/parseArgs.js.map +1 -1
  125. package/lib/cjs/tools/parseBoolean.d.ts +8 -8
  126. package/lib/cjs/tools/parseBoolean.js +26 -26
  127. package/lib/cjs/tools/parseBoolean.js.map +1 -1
  128. package/lib/cjs/tools/parseToggle.d.ts +8 -8
  129. package/lib/cjs/tools/parseToggle.js +25 -25
  130. package/lib/cjs/tools/parseToggle.js.map +1 -1
  131. package/lib/cjs/ui/Button.d.ts +29 -29
  132. package/lib/cjs/ui/Button.js +26 -26
  133. package/lib/cjs/ui/Button.js.map +1 -1
  134. package/lib/cjs/ui/CheckBox.d.ts +23 -23
  135. package/lib/cjs/ui/CheckBox.js +27 -27
  136. package/lib/cjs/ui/CheckBox.js.map +1 -1
  137. package/lib/cjs/ui/ColorInput.d.ts +27 -27
  138. package/lib/cjs/ui/ColorInput.js +53 -53
  139. package/lib/cjs/ui/ColorInput.js.map +1 -1
  140. package/lib/cjs/ui/ComboBox.d.ts +28 -28
  141. package/lib/cjs/ui/ComboBox.js +42 -42
  142. package/lib/cjs/ui/ComboBox.js.map +1 -1
  143. package/lib/cjs/ui/DataList.d.ts +27 -27
  144. package/lib/cjs/ui/DataList.js +39 -39
  145. package/lib/cjs/ui/DataList.js.map +1 -1
  146. package/lib/cjs/ui/NestedMenu.d.ts +19 -19
  147. package/lib/cjs/ui/NestedMenu.js +46 -46
  148. package/lib/cjs/ui/NestedMenu.js.map +1 -1
  149. package/lib/cjs/ui/NumericInput.d.ts +35 -35
  150. package/lib/cjs/ui/NumericInput.js +61 -61
  151. package/lib/cjs/ui/NumericInput.js.map +1 -1
  152. package/lib/cjs/ui/RadioBox.d.ts +29 -29
  153. package/lib/cjs/ui/RadioBox.js +76 -76
  154. package/lib/cjs/ui/RadioBox.js.map +1 -1
  155. package/lib/cjs/ui/Slider.d.ts +26 -26
  156. package/lib/cjs/ui/Slider.js +34 -34
  157. package/lib/cjs/ui/Slider.js.map +1 -1
  158. package/lib/cjs/ui/TextBox.d.ts +32 -32
  159. package/lib/cjs/ui/TextBox.js +56 -56
  160. package/lib/cjs/ui/TextBox.js.map +1 -1
  161. package/lib/cjs/widgets/DiagnosticsPanel.d.ts +37 -37
  162. package/lib/cjs/widgets/DiagnosticsPanel.js +81 -81
  163. package/lib/cjs/widgets/DiagnosticsPanel.js.map +1 -1
  164. package/lib/cjs/widgets/FpsTracker.d.ts +19 -19
  165. package/lib/cjs/widgets/FpsTracker.js +56 -56
  166. package/lib/cjs/widgets/FpsTracker.js.map +1 -1
  167. package/lib/cjs/widgets/GpuProfiler.d.ts +16 -16
  168. package/lib/cjs/widgets/GpuProfiler.js +192 -192
  169. package/lib/cjs/widgets/GpuProfiler.js.map +1 -1
  170. package/lib/cjs/widgets/KeyinField.d.ts +61 -61
  171. package/lib/cjs/widgets/KeyinField.js +187 -187
  172. package/lib/cjs/widgets/KeyinField.js.map +1 -1
  173. package/lib/cjs/widgets/MemoryTracker.d.ts +27 -27
  174. package/lib/cjs/widgets/MemoryTracker.js +243 -243
  175. package/lib/cjs/widgets/MemoryTracker.js.map +1 -1
  176. package/lib/cjs/widgets/RenderCommandBreakdown.d.ts +15 -15
  177. package/lib/cjs/widgets/RenderCommandBreakdown.js +68 -68
  178. package/lib/cjs/widgets/RenderCommandBreakdown.js.map +1 -1
  179. package/lib/cjs/widgets/TileMemoryBreakdown.d.ts +30 -30
  180. package/lib/cjs/widgets/TileMemoryBreakdown.js +204 -204
  181. package/lib/cjs/widgets/TileMemoryBreakdown.js.map +1 -1
  182. package/lib/cjs/widgets/TileStatisticsTracker.d.ts +21 -21
  183. package/lib/cjs/widgets/TileStatisticsTracker.js +142 -142
  184. package/lib/cjs/widgets/TileStatisticsTracker.js.map +1 -1
  185. package/lib/cjs/widgets/ToolSettingsTracker.d.ts +9 -9
  186. package/lib/cjs/widgets/ToolSettingsTracker.js +211 -211
  187. package/lib/cjs/widgets/ToolSettingsTracker.js.map +1 -1
  188. package/lib/esm/ClipboardUtilities.d.ts +8 -8
  189. package/lib/esm/ClipboardUtilities.js +22 -22
  190. package/lib/esm/ClipboardUtilities.js.map +1 -1
  191. package/lib/esm/FrontEndDevTools.d.ts +19 -19
  192. package/lib/esm/FrontEndDevTools.d.ts.map +1 -1
  193. package/lib/esm/FrontEndDevTools.js +217 -216
  194. package/lib/esm/FrontEndDevTools.js.map +1 -1
  195. package/lib/esm/effects/Convolution.d.ts +68 -68
  196. package/lib/esm/effects/Convolution.js +155 -155
  197. package/lib/esm/effects/Convolution.js.map +1 -1
  198. package/lib/esm/effects/EffectTools.d.ts +33 -33
  199. package/lib/esm/effects/EffectTools.js +62 -62
  200. package/lib/esm/effects/EffectTools.js.map +1 -1
  201. package/lib/esm/effects/Explosion.d.ts +12 -12
  202. package/lib/esm/effects/Explosion.js +164 -164
  203. package/lib/esm/effects/Explosion.js.map +1 -1
  204. package/lib/esm/effects/FlipImage.d.ts +30 -30
  205. package/lib/esm/effects/FlipImage.js +94 -94
  206. package/lib/esm/effects/FlipImage.js.map +1 -1
  207. package/lib/esm/effects/LensDistortion.d.ts +34 -34
  208. package/lib/esm/effects/LensDistortion.js +104 -104
  209. package/lib/esm/effects/LensDistortion.js.map +1 -1
  210. package/lib/esm/effects/Random.d.ts +24 -24
  211. package/lib/esm/effects/Random.js +41 -41
  212. package/lib/esm/effects/Random.js.map +1 -1
  213. package/lib/esm/effects/Saturation.d.ts +30 -30
  214. package/lib/esm/effects/Saturation.js +80 -80
  215. package/lib/esm/effects/Saturation.js.map +1 -1
  216. package/lib/esm/effects/Snow.d.ts +76 -76
  217. package/lib/esm/effects/Snow.js +182 -182
  218. package/lib/esm/effects/Snow.js.map +1 -1
  219. package/lib/esm/effects/Vignette.d.ts +39 -39
  220. package/lib/esm/effects/Vignette.js +103 -103
  221. package/lib/esm/effects/Vignette.js.map +1 -1
  222. package/lib/esm/frontend-devtools.d.ts +82 -82
  223. package/lib/esm/frontend-devtools.js +86 -86
  224. package/lib/esm/frontend-devtools.js.map +1 -1
  225. package/lib/esm/tools/AnimationIntervalTool.d.ts +15 -15
  226. package/lib/esm/tools/AnimationIntervalTool.js +26 -26
  227. package/lib/esm/tools/AnimationIntervalTool.js.map +1 -1
  228. package/lib/esm/tools/ChangeUnitsTool.d.ts +15 -15
  229. package/lib/esm/tools/ChangeUnitsTool.js +37 -37
  230. package/lib/esm/tools/ChangeUnitsTool.js.map +1 -1
  231. package/lib/esm/tools/ClipTools.d.ts +67 -67
  232. package/lib/esm/tools/ClipTools.js +158 -158
  233. package/lib/esm/tools/ClipTools.js.map +1 -1
  234. package/lib/esm/tools/DisplayStyleTools.d.ts +145 -145
  235. package/lib/esm/tools/DisplayStyleTools.js +356 -356
  236. package/lib/esm/tools/DisplayStyleTools.js.map +1 -1
  237. package/lib/esm/tools/EmphasizeElementsTool.d.ts +60 -60
  238. package/lib/esm/tools/EmphasizeElementsTool.js +145 -145
  239. package/lib/esm/tools/EmphasizeElementsTool.js.map +1 -1
  240. package/lib/esm/tools/FrustumDecoration.d.ts +57 -57
  241. package/lib/esm/tools/FrustumDecoration.js +367 -367
  242. package/lib/esm/tools/FrustumDecoration.js.map +1 -1
  243. package/lib/esm/tools/InspectElementTool.d.ts +42 -42
  244. package/lib/esm/tools/InspectElementTool.js +194 -194
  245. package/lib/esm/tools/InspectElementTool.js.map +1 -1
  246. package/lib/esm/tools/MapLayerTool.d.ts +264 -264
  247. package/lib/esm/tools/MapLayerTool.js +485 -485
  248. package/lib/esm/tools/MapLayerTool.js.map +1 -1
  249. package/lib/esm/tools/MeasureTileLoadTime.d.ts +12 -12
  250. package/lib/esm/tools/MeasureTileLoadTime.js +59 -59
  251. package/lib/esm/tools/MeasureTileLoadTime.js.map +1 -1
  252. package/lib/esm/tools/ModelAppearanceTools.d.ts +86 -86
  253. package/lib/esm/tools/ModelAppearanceTools.js +172 -172
  254. package/lib/esm/tools/ModelAppearanceTools.js.map +1 -1
  255. package/lib/esm/tools/PlanProjectionTools.d.ts +40 -40
  256. package/lib/esm/tools/PlanProjectionTools.js +143 -143
  257. package/lib/esm/tools/PlanProjectionTools.js.map +1 -1
  258. package/lib/esm/tools/PlanarMaskTools.d.ts +182 -182
  259. package/lib/esm/tools/PlanarMaskTools.js +377 -377
  260. package/lib/esm/tools/PlanarMaskTools.js.map +1 -1
  261. package/lib/esm/tools/ProjectExtents.d.ts +41 -41
  262. package/lib/esm/tools/ProjectExtents.js +104 -104
  263. package/lib/esm/tools/ProjectExtents.js.map +1 -1
  264. package/lib/esm/tools/RealityModelTools.d.ts +116 -116
  265. package/lib/esm/tools/RealityModelTools.js +268 -268
  266. package/lib/esm/tools/RealityModelTools.js.map +1 -1
  267. package/lib/esm/tools/RealityTransitionTool.d.ts +25 -25
  268. package/lib/esm/tools/RealityTransitionTool.js +112 -112
  269. package/lib/esm/tools/RealityTransitionTool.js.map +1 -1
  270. package/lib/esm/tools/RenderSystemTools.d.ts +38 -38
  271. package/lib/esm/tools/RenderSystemTools.js +63 -63
  272. package/lib/esm/tools/RenderSystemTools.js.map +1 -1
  273. package/lib/esm/tools/RenderTargetTools.d.ts +107 -100
  274. package/lib/esm/tools/RenderTargetTools.d.ts.map +1 -1
  275. package/lib/esm/tools/RenderTargetTools.js +159 -152
  276. package/lib/esm/tools/RenderTargetTools.js.map +1 -1
  277. package/lib/esm/tools/ReportWebGLCompatibilityTool.d.ts +11 -11
  278. package/lib/esm/tools/ReportWebGLCompatibilityTool.js +26 -26
  279. package/lib/esm/tools/ReportWebGLCompatibilityTool.js.map +1 -1
  280. package/lib/esm/tools/SavedViews.d.ts +46 -46
  281. package/lib/esm/tools/SavedViews.js +128 -128
  282. package/lib/esm/tools/SavedViews.js.map +1 -1
  283. package/lib/esm/tools/ScheduleScriptTools.d.ts +37 -37
  284. package/lib/esm/tools/ScheduleScriptTools.js +153 -153
  285. package/lib/esm/tools/ScheduleScriptTools.js.map +1 -1
  286. package/lib/esm/tools/SelectionTools.d.ts +28 -28
  287. package/lib/esm/tools/SelectionTools.js +82 -82
  288. package/lib/esm/tools/SelectionTools.js.map +1 -1
  289. package/lib/esm/tools/SetGpuMemoryLimitTool.d.ts +15 -15
  290. package/lib/esm/tools/SetGpuMemoryLimitTool.js +29 -29
  291. package/lib/esm/tools/SetGpuMemoryLimitTool.js.map +1 -1
  292. package/lib/esm/tools/SourceAspectIdTools.d.ts +40 -40
  293. package/lib/esm/tools/SourceAspectIdTools.js +80 -80
  294. package/lib/esm/tools/SourceAspectIdTools.js.map +1 -1
  295. package/lib/esm/tools/TileRequestDecoration.d.ts +12 -12
  296. package/lib/esm/tools/TileRequestDecoration.js +79 -79
  297. package/lib/esm/tools/TileRequestDecoration.js.map +1 -1
  298. package/lib/esm/tools/TileTreeBoundsDecoration.d.ts +11 -11
  299. package/lib/esm/tools/TileTreeBoundsDecoration.js +70 -70
  300. package/lib/esm/tools/TileTreeBoundsDecoration.js.map +1 -1
  301. package/lib/esm/tools/ToolTipProvider.d.ts +15 -15
  302. package/lib/esm/tools/ToolTipProvider.js +62 -62
  303. package/lib/esm/tools/ToolTipProvider.js.map +1 -1
  304. package/lib/esm/tools/ViewportTools.d.ts +218 -218
  305. package/lib/esm/tools/ViewportTools.js +492 -492
  306. package/lib/esm/tools/ViewportTools.js.map +1 -1
  307. package/lib/esm/tools/parseArgs.d.ts +23 -23
  308. package/lib/esm/tools/parseArgs.js +47 -47
  309. package/lib/esm/tools/parseArgs.js.map +1 -1
  310. package/lib/esm/tools/parseBoolean.d.ts +8 -8
  311. package/lib/esm/tools/parseBoolean.js +22 -22
  312. package/lib/esm/tools/parseBoolean.js.map +1 -1
  313. package/lib/esm/tools/parseToggle.d.ts +8 -8
  314. package/lib/esm/tools/parseToggle.js +21 -21
  315. package/lib/esm/tools/parseToggle.js.map +1 -1
  316. package/lib/esm/ui/Button.d.ts +29 -29
  317. package/lib/esm/ui/Button.js +22 -22
  318. package/lib/esm/ui/Button.js.map +1 -1
  319. package/lib/esm/ui/CheckBox.d.ts +23 -23
  320. package/lib/esm/ui/CheckBox.js +23 -23
  321. package/lib/esm/ui/CheckBox.js.map +1 -1
  322. package/lib/esm/ui/ColorInput.d.ts +27 -27
  323. package/lib/esm/ui/ColorInput.js +48 -48
  324. package/lib/esm/ui/ColorInput.js.map +1 -1
  325. package/lib/esm/ui/ComboBox.d.ts +28 -28
  326. package/lib/esm/ui/ComboBox.js +38 -38
  327. package/lib/esm/ui/ComboBox.js.map +1 -1
  328. package/lib/esm/ui/DataList.d.ts +27 -27
  329. package/lib/esm/ui/DataList.js +34 -34
  330. package/lib/esm/ui/DataList.js.map +1 -1
  331. package/lib/esm/ui/NestedMenu.d.ts +19 -19
  332. package/lib/esm/ui/NestedMenu.js +42 -42
  333. package/lib/esm/ui/NestedMenu.js.map +1 -1
  334. package/lib/esm/ui/NumericInput.d.ts +35 -35
  335. package/lib/esm/ui/NumericInput.js +56 -56
  336. package/lib/esm/ui/NumericInput.js.map +1 -1
  337. package/lib/esm/ui/RadioBox.d.ts +29 -29
  338. package/lib/esm/ui/RadioBox.js +72 -72
  339. package/lib/esm/ui/RadioBox.js.map +1 -1
  340. package/lib/esm/ui/Slider.d.ts +26 -26
  341. package/lib/esm/ui/Slider.js +30 -30
  342. package/lib/esm/ui/Slider.js.map +1 -1
  343. package/lib/esm/ui/TextBox.d.ts +32 -32
  344. package/lib/esm/ui/TextBox.js +52 -52
  345. package/lib/esm/ui/TextBox.js.map +1 -1
  346. package/lib/esm/widgets/DiagnosticsPanel.d.ts +37 -37
  347. package/lib/esm/widgets/DiagnosticsPanel.js +77 -77
  348. package/lib/esm/widgets/DiagnosticsPanel.js.map +1 -1
  349. package/lib/esm/widgets/FpsTracker.d.ts +19 -19
  350. package/lib/esm/widgets/FpsTracker.js +52 -52
  351. package/lib/esm/widgets/FpsTracker.js.map +1 -1
  352. package/lib/esm/widgets/GpuProfiler.d.ts +16 -16
  353. package/lib/esm/widgets/GpuProfiler.js +188 -188
  354. package/lib/esm/widgets/GpuProfiler.js.map +1 -1
  355. package/lib/esm/widgets/KeyinField.d.ts +61 -61
  356. package/lib/esm/widgets/KeyinField.js +183 -183
  357. package/lib/esm/widgets/KeyinField.js.map +1 -1
  358. package/lib/esm/widgets/MemoryTracker.d.ts +27 -27
  359. package/lib/esm/widgets/MemoryTracker.js +238 -238
  360. package/lib/esm/widgets/MemoryTracker.js.map +1 -1
  361. package/lib/esm/widgets/RenderCommandBreakdown.d.ts +15 -15
  362. package/lib/esm/widgets/RenderCommandBreakdown.js +64 -64
  363. package/lib/esm/widgets/RenderCommandBreakdown.js.map +1 -1
  364. package/lib/esm/widgets/TileMemoryBreakdown.d.ts +30 -30
  365. package/lib/esm/widgets/TileMemoryBreakdown.js +200 -200
  366. package/lib/esm/widgets/TileMemoryBreakdown.js.map +1 -1
  367. package/lib/esm/widgets/TileStatisticsTracker.d.ts +21 -21
  368. package/lib/esm/widgets/TileStatisticsTracker.js +138 -138
  369. package/lib/esm/widgets/TileStatisticsTracker.js.map +1 -1
  370. package/lib/esm/widgets/ToolSettingsTracker.d.ts +9 -9
  371. package/lib/esm/widgets/ToolSettingsTracker.js +207 -207
  372. package/lib/esm/widgets/ToolSettingsTracker.js.map +1 -1
  373. package/lib/public/locales/en/FrontendDevTools.json +484 -481
  374. package/package.json +8 -8
@@ -1,219 +1,219 @@
1
- import { Camera, Hilite } from "@itwin/core-common";
2
- import { FlashSettings, TileBoundingBoxes, Tool, Viewport } from "@itwin/core-frontend";
3
- /** Base class for a tool that toggles some aspect of a Viewport.
4
- * @beta
5
- */
6
- export declare abstract class ViewportToggleTool extends Tool {
7
- static get minArgs(): number;
8
- static get maxArgs(): number;
9
- protected abstract toggle(vp: Viewport, enable?: boolean): Promise<void>;
10
- run(enable?: boolean): Promise<boolean>;
11
- parseAndRun(...args: string[]): Promise<boolean>;
12
- }
13
- /** Freeze or unfreeze the scene for the selected viewport. While the scene is frozen, no new tiles will be selected for drawing within the viewport.
14
- * @beta
15
- */
16
- export declare class FreezeSceneTool extends ViewportToggleTool {
17
- static toolId: string;
18
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
19
- }
20
- /** Set the tile bounding volume decorations to display in the selected viewport.
21
- * Omitting the argument turns on Volume bounding boxes if bounding boxes are currently off; otherwise, toggles them off.
22
- * Allowed inputs are "none", "volume", "content", "both" (volume and content), "children", and "sphere".
23
- * @beta
24
- */
25
- export declare class ShowTileVolumesTool extends Tool {
26
- static toolId: string;
27
- static get minArgs(): number;
28
- static get maxArgs(): number;
29
- run(boxes?: TileBoundingBoxes): Promise<boolean>;
30
- parseAndRun(...args: string[]): Promise<boolean>;
31
- }
32
- /** Sets or unsets or flips the deactivated state of one or more tile tree references within the selected viewport.
33
- * Deactivated tile tree references are omitted from the scene.
34
- * This is useful for isolating particular tile trees or tiles for debugging.
35
- * @beta
36
- */
37
- export declare class ToggleTileTreeReferencesTool extends Tool {
38
- static toolId: string;
39
- static get minArgs(): number;
40
- static get maxArgs(): number;
41
- private _modelIds?;
42
- private _which?;
43
- private _deactivate?;
44
- parseAndRun(...args: string[]): Promise<boolean>;
45
- run(): Promise<boolean>;
46
- }
47
- /** This tool sets the aspect ratio skew for the selected viewport.
48
- * @beta
49
- */
50
- export declare class SetAspectRatioSkewTool extends Tool {
51
- static toolId: string;
52
- static get minArgs(): number;
53
- static get maxArgs(): number;
54
- /** This method runs the tool, setting the aspect ratio skew for the selected viewport.
55
- * @param skew the aspect ratio (x/y) skew value; 1.0 or undefined removes any skew
56
- */
57
- run(skew?: number): Promise<boolean>;
58
- /** Executes this tool's run method.
59
- * @param args the first entry of this array contains the `skew` argument
60
- * @see [[run]]
61
- */
62
- parseAndRun(...args: string[]): Promise<boolean>;
63
- }
64
- /** Changes the [ModelSubCategoryHiliteMode]($frontend) for the [HiliteSet]($frontend) associated with the selected Viewport.
65
- * @beta
66
- */
67
- export declare class ChangeHiliteModeTool extends Tool {
68
- static get minArgs(): number;
69
- static get maxArgs(): number;
70
- static toolId: string;
71
- run(mode?: string): Promise<boolean>;
72
- parseAndRun(...args: string[]): Promise<boolean>;
73
- }
74
- /** Changes the selected viewport's hilite or emphasis settings.
75
- * @beta
76
- */
77
- export declare abstract class ChangeHiliteTool extends Tool {
78
- static get minArgs(): number;
79
- static get maxArgs(): number;
80
- run(settings?: Hilite.Settings): Promise<boolean>;
81
- protected abstract apply(vp: Viewport, settings: Hilite.Settings | undefined): void;
82
- protected abstract getCurrentSettings(vp: Viewport): Hilite.Settings;
83
- parseAndRun(...inputArgs: string[]): Promise<boolean>;
84
- }
85
- /** Changes the selected viewport's hilite settings, or resets to defaults.
86
- * @beta
87
- */
88
- export declare class ChangeHiliteSettingsTool extends ChangeHiliteTool {
89
- static toolId: string;
90
- protected getCurrentSettings(vp: Viewport): Hilite.Settings;
91
- protected apply(vp: Viewport, settings?: Hilite.Settings): void;
92
- }
93
- /** Changes the selected viewport's emphasis settings.
94
- * @beta
95
- */
96
- export declare class ChangeEmphasisSettingsTool extends ChangeHiliteTool {
97
- static toolId: string;
98
- protected getCurrentSettings(vp: Viewport): Hilite.Settings;
99
- protected apply(vp: Viewport, settings?: Hilite.Settings): void;
100
- }
101
- /** Changes the [FlashSettings]($frontend) for the selected [Viewport]($frontend).
102
- * @beta
103
- */
104
- export declare class ChangeFlashSettingsTool extends Tool {
105
- static toolId: string;
106
- static get minArgs(): number;
107
- static get maxArgs(): number;
108
- run(settings?: FlashSettings): Promise<boolean>;
109
- parseAndRun(...inputArgs: string[]): Promise<boolean>;
110
- }
111
- /** Enables or disables fade-out transparency mode for the selected viewport.
112
- * @beta
113
- */
114
- export declare class FadeOutTool extends ViewportToggleTool {
115
- static toolId: string;
116
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
117
- }
118
- /** Sets the default tile size modifier used for all viewports that don't explicitly override it.
119
- * @beta
120
- */
121
- export declare class DefaultTileSizeModifierTool extends Tool {
122
- static toolId: string;
123
- static get minArgs(): number;
124
- static get maxArgs(): number;
125
- /** This method runs the tool, setting the default tile size modifier used for all viewports that don't explicitly override it.
126
- * @param modifier the tile size modifier to use; if undefined, do not set modifier
127
- */
128
- run(modifier?: number): Promise<boolean>;
129
- /** Executes this tool's run method with args[0] containing `modifier`.
130
- * @see [[run]]
131
- */
132
- parseAndRun(...args: string[]): Promise<boolean>;
133
- }
134
- /** Sets or clears the tile size modifier override for the selected viewport.
135
- * @beta
136
- */
137
- export declare class ViewportTileSizeModifierTool extends Tool {
138
- static toolId: string;
139
- static get minArgs(): number;
140
- static get maxArgs(): number;
141
- /** This method runs the tool, setting the tile size modifier used for the selected viewport.
142
- * @param modifier the tile size modifier to use; if undefined, reset the modifier
143
- */
144
- run(modifier?: number): Promise<boolean>;
145
- /** Executes this tool's run method with args[0] containing the `modifier` argument or the string "reset" in order to reset the modifier.
146
- * @see [[run]]
147
- */
148
- parseAndRun(...args: string[]): Promise<boolean>;
149
- }
150
- /** This tool adds a reality model to the viewport.
151
- * @beta
152
- */
153
- export declare class ViewportAddRealityModel extends Tool {
154
- static toolId: string;
155
- static get minArgs(): number;
156
- static get maxArgs(): number;
157
- /** This method runs the tool, adding a reality model to the viewport
158
- * @param url the URL which points to the reality model tileset
159
- */
160
- run(url: string): Promise<boolean>;
161
- /** Executes this tool's run method with args[0] containing the `url` argument.
162
- * @see [[run]]
163
- */
164
- parseAndRun(...args: string[]): Promise<boolean>;
165
- }
166
- /** Changes the `allow3dManipulations` flag for the selected viewport if the viewport is displaying a `ViewState3d`.
167
- * @beta
168
- */
169
- export declare class Toggle3dManipulationsTool extends ViewportToggleTool {
170
- static toolId: string;
171
- protected toggle(vp: Viewport, allow?: boolean): Promise<void>;
172
- }
173
- /** Toggles display of view attachments in sheet views.
174
- * @beta
175
- */
176
- export declare class ToggleViewAttachmentsTool extends ViewportToggleTool {
177
- static toolId: string;
178
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
179
- }
180
- /** Toggle display of view attachment boundaries in sheet views.
181
- * @beta
182
- */
183
- export declare class ToggleViewAttachmentBoundariesTool extends ViewportToggleTool {
184
- static toolId: string;
185
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
186
- }
187
- /** Toggle display of view attachment clip shapes in sheet views.
188
- * @beta
189
- */
190
- export declare class ToggleViewAttachmentClipShapesTool extends ViewportToggleTool {
191
- static toolId: string;
192
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
193
- }
194
- /** Toggles display of 2d graphics in a [DrawingViewState]($frontend). This setting affects all drawing views until it is reset.
195
- * @beta
196
- */
197
- export declare class ToggleDrawingGraphicsTool extends ViewportToggleTool {
198
- static toolId: string;
199
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
200
- }
201
- /** Toggles whether a [SectionDrawing]($backend)'s spatial view is always displayed along with the 2d graphics by a [DrawingViewState]($frontend), even
202
- * if it otherwise would not be. This setting affects all section drawing views until it is reset.
203
- * @beta
204
- */
205
- export declare class ToggleSectionDrawingSpatialViewTool extends ViewportToggleTool {
206
- static toolId: string;
207
- protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
208
- }
209
- /** Change the camera settings of the selected viewport.
210
- * @beta
211
- */
212
- export declare class ChangeCameraTool extends Tool {
213
- static get minArgs(): number;
214
- static get maxArgs(): number;
215
- static toolId: string;
216
- run(camera?: Camera): Promise<boolean>;
217
- parseAndRun(...inArgs: string[]): Promise<boolean>;
218
- }
1
+ import { Camera, Hilite } from "@itwin/core-common";
2
+ import { FlashSettings, TileBoundingBoxes, Tool, Viewport } from "@itwin/core-frontend";
3
+ /** Base class for a tool that toggles some aspect of a Viewport.
4
+ * @beta
5
+ */
6
+ export declare abstract class ViewportToggleTool extends Tool {
7
+ static get minArgs(): number;
8
+ static get maxArgs(): number;
9
+ protected abstract toggle(vp: Viewport, enable?: boolean): Promise<void>;
10
+ run(enable?: boolean): Promise<boolean>;
11
+ parseAndRun(...args: string[]): Promise<boolean>;
12
+ }
13
+ /** Freeze or unfreeze the scene for the selected viewport. While the scene is frozen, no new tiles will be selected for drawing within the viewport.
14
+ * @beta
15
+ */
16
+ export declare class FreezeSceneTool extends ViewportToggleTool {
17
+ static toolId: string;
18
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
19
+ }
20
+ /** Set the tile bounding volume decorations to display in the selected viewport.
21
+ * Omitting the argument turns on Volume bounding boxes if bounding boxes are currently off; otherwise, toggles them off.
22
+ * Allowed inputs are "none", "volume", "content", "both" (volume and content), "children", and "sphere".
23
+ * @beta
24
+ */
25
+ export declare class ShowTileVolumesTool extends Tool {
26
+ static toolId: string;
27
+ static get minArgs(): number;
28
+ static get maxArgs(): number;
29
+ run(boxes?: TileBoundingBoxes): Promise<boolean>;
30
+ parseAndRun(...args: string[]): Promise<boolean>;
31
+ }
32
+ /** Sets or unsets or flips the deactivated state of one or more tile tree references within the selected viewport.
33
+ * Deactivated tile tree references are omitted from the scene.
34
+ * This is useful for isolating particular tile trees or tiles for debugging.
35
+ * @beta
36
+ */
37
+ export declare class ToggleTileTreeReferencesTool extends Tool {
38
+ static toolId: string;
39
+ static get minArgs(): number;
40
+ static get maxArgs(): number;
41
+ private _modelIds?;
42
+ private _which?;
43
+ private _deactivate?;
44
+ parseAndRun(...args: string[]): Promise<boolean>;
45
+ run(): Promise<boolean>;
46
+ }
47
+ /** This tool sets the aspect ratio skew for the selected viewport.
48
+ * @beta
49
+ */
50
+ export declare class SetAspectRatioSkewTool extends Tool {
51
+ static toolId: string;
52
+ static get minArgs(): number;
53
+ static get maxArgs(): number;
54
+ /** This method runs the tool, setting the aspect ratio skew for the selected viewport.
55
+ * @param skew the aspect ratio (x/y) skew value; 1.0 or undefined removes any skew
56
+ */
57
+ run(skew?: number): Promise<boolean>;
58
+ /** Executes this tool's run method.
59
+ * @param args the first entry of this array contains the `skew` argument
60
+ * @see [[run]]
61
+ */
62
+ parseAndRun(...args: string[]): Promise<boolean>;
63
+ }
64
+ /** Changes the [ModelSubCategoryHiliteMode]($frontend) for the [HiliteSet]($frontend) associated with the selected Viewport.
65
+ * @beta
66
+ */
67
+ export declare class ChangeHiliteModeTool extends Tool {
68
+ static get minArgs(): number;
69
+ static get maxArgs(): number;
70
+ static toolId: string;
71
+ run(mode?: string): Promise<boolean>;
72
+ parseAndRun(...args: string[]): Promise<boolean>;
73
+ }
74
+ /** Changes the selected viewport's hilite or emphasis settings.
75
+ * @beta
76
+ */
77
+ export declare abstract class ChangeHiliteTool extends Tool {
78
+ static get minArgs(): number;
79
+ static get maxArgs(): number;
80
+ run(settings?: Hilite.Settings): Promise<boolean>;
81
+ protected abstract apply(vp: Viewport, settings: Hilite.Settings | undefined): void;
82
+ protected abstract getCurrentSettings(vp: Viewport): Hilite.Settings;
83
+ parseAndRun(...inputArgs: string[]): Promise<boolean>;
84
+ }
85
+ /** Changes the selected viewport's hilite settings, or resets to defaults.
86
+ * @beta
87
+ */
88
+ export declare class ChangeHiliteSettingsTool extends ChangeHiliteTool {
89
+ static toolId: string;
90
+ protected getCurrentSettings(vp: Viewport): Hilite.Settings;
91
+ protected apply(vp: Viewport, settings?: Hilite.Settings): void;
92
+ }
93
+ /** Changes the selected viewport's emphasis settings.
94
+ * @beta
95
+ */
96
+ export declare class ChangeEmphasisSettingsTool extends ChangeHiliteTool {
97
+ static toolId: string;
98
+ protected getCurrentSettings(vp: Viewport): Hilite.Settings;
99
+ protected apply(vp: Viewport, settings?: Hilite.Settings): void;
100
+ }
101
+ /** Changes the [FlashSettings]($frontend) for the selected [Viewport]($frontend).
102
+ * @beta
103
+ */
104
+ export declare class ChangeFlashSettingsTool extends Tool {
105
+ static toolId: string;
106
+ static get minArgs(): number;
107
+ static get maxArgs(): number;
108
+ run(settings?: FlashSettings): Promise<boolean>;
109
+ parseAndRun(...inputArgs: string[]): Promise<boolean>;
110
+ }
111
+ /** Enables or disables fade-out transparency mode for the selected viewport.
112
+ * @beta
113
+ */
114
+ export declare class FadeOutTool extends ViewportToggleTool {
115
+ static toolId: string;
116
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
117
+ }
118
+ /** Sets the default tile size modifier used for all viewports that don't explicitly override it.
119
+ * @beta
120
+ */
121
+ export declare class DefaultTileSizeModifierTool extends Tool {
122
+ static toolId: string;
123
+ static get minArgs(): number;
124
+ static get maxArgs(): number;
125
+ /** This method runs the tool, setting the default tile size modifier used for all viewports that don't explicitly override it.
126
+ * @param modifier the tile size modifier to use; if undefined, do not set modifier
127
+ */
128
+ run(modifier?: number): Promise<boolean>;
129
+ /** Executes this tool's run method with args[0] containing `modifier`.
130
+ * @see [[run]]
131
+ */
132
+ parseAndRun(...args: string[]): Promise<boolean>;
133
+ }
134
+ /** Sets or clears the tile size modifier override for the selected viewport.
135
+ * @beta
136
+ */
137
+ export declare class ViewportTileSizeModifierTool extends Tool {
138
+ static toolId: string;
139
+ static get minArgs(): number;
140
+ static get maxArgs(): number;
141
+ /** This method runs the tool, setting the tile size modifier used for the selected viewport.
142
+ * @param modifier the tile size modifier to use; if undefined, reset the modifier
143
+ */
144
+ run(modifier?: number): Promise<boolean>;
145
+ /** Executes this tool's run method with args[0] containing the `modifier` argument or the string "reset" in order to reset the modifier.
146
+ * @see [[run]]
147
+ */
148
+ parseAndRun(...args: string[]): Promise<boolean>;
149
+ }
150
+ /** This tool adds a reality model to the viewport.
151
+ * @beta
152
+ */
153
+ export declare class ViewportAddRealityModel extends Tool {
154
+ static toolId: string;
155
+ static get minArgs(): number;
156
+ static get maxArgs(): number;
157
+ /** This method runs the tool, adding a reality model to the viewport
158
+ * @param url the URL which points to the reality model tileset
159
+ */
160
+ run(url: string): Promise<boolean>;
161
+ /** Executes this tool's run method with args[0] containing the `url` argument.
162
+ * @see [[run]]
163
+ */
164
+ parseAndRun(...args: string[]): Promise<boolean>;
165
+ }
166
+ /** Changes the `allow3dManipulations` flag for the selected viewport if the viewport is displaying a `ViewState3d`.
167
+ * @beta
168
+ */
169
+ export declare class Toggle3dManipulationsTool extends ViewportToggleTool {
170
+ static toolId: string;
171
+ protected toggle(vp: Viewport, allow?: boolean): Promise<void>;
172
+ }
173
+ /** Toggles display of view attachments in sheet views.
174
+ * @beta
175
+ */
176
+ export declare class ToggleViewAttachmentsTool extends ViewportToggleTool {
177
+ static toolId: string;
178
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
179
+ }
180
+ /** Toggle display of view attachment boundaries in sheet views.
181
+ * @beta
182
+ */
183
+ export declare class ToggleViewAttachmentBoundariesTool extends ViewportToggleTool {
184
+ static toolId: string;
185
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
186
+ }
187
+ /** Toggle display of view attachment clip shapes in sheet views.
188
+ * @beta
189
+ */
190
+ export declare class ToggleViewAttachmentClipShapesTool extends ViewportToggleTool {
191
+ static toolId: string;
192
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
193
+ }
194
+ /** Toggles display of 2d graphics in a [DrawingViewState]($frontend). This setting affects all drawing views until it is reset.
195
+ * @beta
196
+ */
197
+ export declare class ToggleDrawingGraphicsTool extends ViewportToggleTool {
198
+ static toolId: string;
199
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
200
+ }
201
+ /** Toggles whether a [SectionDrawing]($backend)'s spatial view is always displayed along with the 2d graphics by a [DrawingViewState]($frontend), even
202
+ * if it otherwise would not be. This setting affects all section drawing views until it is reset.
203
+ * @beta
204
+ */
205
+ export declare class ToggleSectionDrawingSpatialViewTool extends ViewportToggleTool {
206
+ static toolId: string;
207
+ protected toggle(vp: Viewport, enable?: boolean): Promise<void>;
208
+ }
209
+ /** Change the camera settings of the selected viewport.
210
+ * @beta
211
+ */
212
+ export declare class ChangeCameraTool extends Tool {
213
+ static get minArgs(): number;
214
+ static get maxArgs(): number;
215
+ static toolId: string;
216
+ run(camera?: Camera): Promise<boolean>;
217
+ parseAndRun(...inArgs: string[]): Promise<boolean>;
218
+ }
219
219
  //# sourceMappingURL=ViewportTools.d.ts.map