@adcops/autocore-react 3.1.1 → 3.1.5

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 (192) hide show
  1. package/.claude/settings.local.json +7 -0
  2. package/dist/components/FileSelect.d.ts.map +1 -1
  3. package/dist/components/FileSelect.js +1 -1
  4. package/dist/core/AutoCoreTagContext.d.ts +19 -0
  5. package/dist/core/AutoCoreTagContext.d.ts.map +1 -1
  6. package/dist/core/AutoCoreTagContext.js +1 -1
  7. package/dist/themes/adc-dark/blue/theme.css +305 -0
  8. package/dist/themes/adc-dark/blue/theme.css.map +1 -1
  9. package/package.json +3 -3
  10. package/src/components/FileSelect.tsx +31 -11
  11. package/src/core/AutoCoreTagContext.tsx +483 -44
  12. package/src/themes/adc-dark/_extensions.scss +327 -0
  13. package/docs/.nojekyll +0 -1
  14. package/docs/assets/hierarchy.js +0 -1
  15. package/docs/assets/highlight.css +0 -134
  16. package/docs/assets/icons.js +0 -18
  17. package/docs/assets/icons.svg +0 -1
  18. package/docs/assets/main.js +0 -60
  19. package/docs/assets/navigation.js +0 -1
  20. package/docs/assets/search.js +0 -1
  21. package/docs/assets/style.css +0 -1633
  22. package/docs/classes/components_CodeEditor.CodeEditor.html +0 -135
  23. package/docs/classes/components_Indicator.Indicator.html +0 -122
  24. package/docs/classes/components_IndicatorRect.IndicatorRect.html +0 -121
  25. package/docs/classes/components_JogPanel.JogPanel.html +0 -136
  26. package/docs/classes/components_Lamp.Lamp.html +0 -122
  27. package/docs/classes/components_OskDialog.OskDialog.html +0 -125
  28. package/docs/classes/components_TextInput.TextInput.html +0 -125
  29. package/docs/classes/components_ValueDisplay.ValueDisplay.html +0 -148
  30. package/docs/classes/components_ValueIndicator.ValueIndicator.html +0 -126
  31. package/docs/classes/core_ValueSimulator.ValueSimulator.html +0 -51
  32. package/docs/classes/hub_HubBase.HubBase.html +0 -106
  33. package/docs/classes/hub_HubSimulate.HubSimulate.html +0 -75
  34. package/docs/classes/hub_HubTauri.HubTauri.html +0 -93
  35. package/docs/classes/hub_HubWebSocket.HubWebSocket.html +0 -112
  36. package/docs/documents/core_AutoCoreTagContext.AutoCoreTagContext.html +0 -148
  37. package/docs/enums/components_JogPanel.JogDistanceAction.html +0 -5
  38. package/docs/enums/components_JogPanel.JogPanelAction.html +0 -18
  39. package/docs/enums/components_JogPanel.JogSpeedAction.html +0 -5
  40. package/docs/enums/core_ActionMode.ActionMode.html +0 -6
  41. package/docs/enums/core_IndicatorColor.IndicatorColor.html +0 -23
  42. package/docs/functions/assets.BlocklyLogo.html +0 -1
  43. package/docs/functions/assets.Distance.html +0 -1
  44. package/docs/functions/assets.JogLong.html +0 -1
  45. package/docs/functions/assets.JogMedium.html +0 -1
  46. package/docs/functions/assets.JogShort.html +0 -1
  47. package/docs/functions/assets.PythonLogo.html +0 -1
  48. package/docs/functions/assets.Rotation3D.html +0 -1
  49. package/docs/functions/assets.RotationCcw.html +0 -1
  50. package/docs/functions/assets.RotationCcwA.html +0 -1
  51. package/docs/functions/assets.RotationCcwB.html +0 -1
  52. package/docs/functions/assets.RotationCcwC.html +0 -1
  53. package/docs/functions/assets.RotationCw.html +0 -1
  54. package/docs/functions/assets.RotationCwA.html +0 -1
  55. package/docs/functions/assets.RotationCwB.html +0 -1
  56. package/docs/functions/assets.RotationCwC.html +0 -1
  57. package/docs/functions/assets.Run.html +0 -1
  58. package/docs/functions/assets.Speed.html +0 -1
  59. package/docs/functions/assets.SpeedFast.html +0 -1
  60. package/docs/functions/assets.SpeedMedium.html +0 -1
  61. package/docs/functions/assets.SpeedNone.html +0 -1
  62. package/docs/functions/assets.SpeedSlow.html +0 -1
  63. package/docs/functions/assets.Walk.html +0 -1
  64. package/docs/functions/components_BlocklyEditor.createCustomToolbox.html +0 -6
  65. package/docs/functions/core_UniqueId.UniqueId.html +0 -9
  66. package/docs/functions/core_hoc.hocAddSubscription.html +0 -6
  67. package/docs/functions/hooks_adsHooks.useAdsRegisterSymbols.html +0 -16
  68. package/docs/functions/hooks_adsHooks.useAdsTapValue.html +0 -8
  69. package/docs/functions/hooks_adsHooks.useAdsWriteScaledValue.html +0 -18
  70. package/docs/functions/hooks_adsHooks.useAdsWriteValue.html +0 -9
  71. package/docs/functions/hooks_commandHooks.useRegisterSymbols.html +0 -16
  72. package/docs/functions/hooks_commandHooks.useTapValue.html +0 -10
  73. package/docs/functions/hooks_commandHooks.useWriteScaledValue.html +0 -18
  74. package/docs/functions/hooks_commandHooks.useWriteValue.html +0 -11
  75. package/docs/functions/hooks_useAutoCoreTag.ts.makeAutoCoreTagHooks.html +0 -12
  76. package/docs/functions/hooks_useScaledValue.useScaledValue.html +0 -18
  77. package/docs/functions/hub.createHub.html +0 -3
  78. package/docs/hierarchy.html +0 -1
  79. package/docs/index.html +0 -148
  80. package/docs/interfaces/components_IndicatorButton.IndicatorButtonProps.html +0 -654
  81. package/docs/interfaces/components_IndicatorRect.IndicatorRectProps.html +0 -37
  82. package/docs/interfaces/components_JogPanel.JogPanelButtonDefinition.html +0 -5
  83. package/docs/interfaces/components_ToggleGroup.ToggleGroupProps.html +0 -644
  84. package/docs/interfaces/core_AutoCoreTagTypes.BaseContextValue.html +0 -12
  85. package/docs/interfaces/core_AutoCoreTagTypes.ScaleConfig.html +0 -13
  86. package/docs/interfaces/core_EventEmitterContext.Action.html +0 -8
  87. package/docs/interfaces/core_EventEmitterContext.EventEmitterContextType.html +0 -33
  88. package/docs/interfaces/core_EventEmitterContext.State.html +0 -8
  89. package/docs/interfaces/core_EventEmitterContext.Subscription.html +0 -6
  90. package/docs/interfaces/core_IndicatorButtonState.IndicatorButtonState.html +0 -10
  91. package/docs/interfaces/core_PositionContext.IPositionContext.html +0 -17
  92. package/docs/interfaces/hub_CommandMessage.CommandMessage.html +0 -6
  93. package/docs/interfaces/hub_CommandMessage.CommandMessageResult.html +0 -4
  94. package/docs/modules/assets.html +0 -1
  95. package/docs/modules/assets_BlocklyLogo.html +0 -1
  96. package/docs/modules/assets_Distance.html +0 -1
  97. package/docs/modules/assets_JogLong.html +0 -1
  98. package/docs/modules/assets_JogMedium.html +0 -1
  99. package/docs/modules/assets_JogShort.html +0 -1
  100. package/docs/modules/assets_PythonLogo.html +0 -1
  101. package/docs/modules/assets_Rotation3D.html +0 -1
  102. package/docs/modules/assets_RotationCcw.html +0 -1
  103. package/docs/modules/assets_RotationCcwA.html +0 -1
  104. package/docs/modules/assets_RotationCcwB.html +0 -1
  105. package/docs/modules/assets_RotationCcwC.html +0 -1
  106. package/docs/modules/assets_RotationCw.html +0 -1
  107. package/docs/modules/assets_RotationCwA.html +0 -1
  108. package/docs/modules/assets_RotationCwB.html +0 -1
  109. package/docs/modules/assets_RotationCwC.html +0 -1
  110. package/docs/modules/assets_Run.html +0 -1
  111. package/docs/modules/assets_Speed.html +0 -1
  112. package/docs/modules/assets_SpeedFast.html +0 -1
  113. package/docs/modules/assets_SpeedMedium.html +0 -1
  114. package/docs/modules/assets_SpeedNone.html +0 -1
  115. package/docs/modules/assets_SpeedSlow.html +0 -1
  116. package/docs/modules/assets_Walk.html +0 -1
  117. package/docs/modules/components_AutoCoreDevPanel.html +0 -20
  118. package/docs/modules/components_BlocklyEditor.html +0 -1
  119. package/docs/modules/components_CodeEditor.html +0 -1
  120. package/docs/modules/components_FileList.html +0 -1
  121. package/docs/modules/components_FileSelect.html +0 -1
  122. package/docs/modules/components_FitText.html +0 -1
  123. package/docs/modules/components_Indicator.html +0 -1
  124. package/docs/modules/components_IndicatorButton.html +0 -1
  125. package/docs/modules/components_IndicatorRect.html +0 -1
  126. package/docs/modules/components_JogPanel.html +0 -1
  127. package/docs/modules/components_Lamp.html +0 -1
  128. package/docs/modules/components_Osk.html +0 -1
  129. package/docs/modules/components_OskDialog.html +0 -1
  130. package/docs/modules/components_ProgressBarWithValue.html +0 -1
  131. package/docs/modules/components_TextInput.html +0 -1
  132. package/docs/modules/components_ToggleGroup.html +0 -1
  133. package/docs/modules/components_ValueDisplay.html +0 -1
  134. package/docs/modules/components_ValueIndicator.html +0 -1
  135. package/docs/modules/components_ValueInput.html +0 -1
  136. package/docs/modules/core_ActionMode.html +0 -1
  137. package/docs/modules/core_AutoCoreTagContext.html +0 -11
  138. package/docs/modules/core_AutoCoreTagTypes.html +0 -1
  139. package/docs/modules/core_EventEmitterContext.html +0 -53
  140. package/docs/modules/core_IndicatorButtonState.html +0 -1
  141. package/docs/modules/core_IndicatorColor.html +0 -1
  142. package/docs/modules/core_MaskPatterns.html +0 -1
  143. package/docs/modules/core_NumerableTypes.html +0 -1
  144. package/docs/modules/core_PositionContext.html +0 -1
  145. package/docs/modules/core_UniqueId.html +0 -1
  146. package/docs/modules/core_ValueSimulator.html +0 -1
  147. package/docs/modules/core_hoc.html +0 -1
  148. package/docs/modules/hooks.html +0 -1
  149. package/docs/modules/hooks_adsHooks.html +0 -1
  150. package/docs/modules/hooks_commandHooks.html +0 -1
  151. package/docs/modules/hooks_useAutoCoreTag.ts.html +0 -52
  152. package/docs/modules/hooks_useScaledValue.html +0 -1
  153. package/docs/modules/hub.html +0 -1
  154. package/docs/modules/hub_CommandMessage.html +0 -1
  155. package/docs/modules/hub_HubBase.html +0 -1
  156. package/docs/modules/hub_HubSimulate.html +0 -1
  157. package/docs/modules/hub_HubTauri.html +0 -1
  158. package/docs/modules/hub_HubWebSocket.html +0 -1
  159. package/docs/modules.html +0 -23
  160. package/docs/types/components_IndicatorButton.IndicatorButtonOptionsType.html +0 -1
  161. package/docs/types/core_AutoCoreTagTypes.ExtractByTag.html +0 -2
  162. package/docs/types/core_AutoCoreTagTypes.PrimitiveKind.html +0 -1
  163. package/docs/types/core_AutoCoreTagTypes.TagConfig.html +0 -16
  164. package/docs/types/core_AutoCoreTagTypes.TagValueMap.html +0 -1
  165. package/docs/types/core_AutoCoreTagTypes.TagValueOf.html +0 -1
  166. package/docs/types/core_EventEmitterContext.EmitterDispatchFunction.html +0 -3
  167. package/docs/types/core_EventEmitterContext.EmitterSubscribeFunction.html +0 -3
  168. package/docs/types/core_EventEmitterContext.EmitterUnsubscribeFunction.html +0 -3
  169. package/docs/types/core_NumerableTypes.NumerableFormatOptions.html +0 -4
  170. package/docs/types/core_hoc.HocAddSubscriptionProps.html +0 -6
  171. package/docs/variables/components_AutoCoreDevPanel.AutoCoreDevPanel.html +0 -43
  172. package/docs/variables/components_BlocklyEditor.BlocklyEditor.html +0 -13
  173. package/docs/variables/components_BlocklyEditor.StandardToolbox.html +0 -1
  174. package/docs/variables/components_FileList.FileList.html +0 -23
  175. package/docs/variables/components_FileSelect.FileSelect.html +0 -1
  176. package/docs/variables/components_FitText.FitText.html +0 -4
  177. package/docs/variables/components_IndicatorButton.IndicatorButton.html +0 -1
  178. package/docs/variables/components_JogPanel.DefaultLinearJogButtons.html +0 -2
  179. package/docs/variables/components_JogPanel.DefaultRotationJogButtons.html +0 -2
  180. package/docs/variables/components_Osk.Osk.html +0 -1
  181. package/docs/variables/components_ProgressBarWithValue.ProgressBarWithValue.html +0 -1
  182. package/docs/variables/components_ToggleGroup.ToggleGroup.html +0 -1
  183. package/docs/variables/components_ValueInput.ValueInput.html +0 -4
  184. package/docs/variables/core_AutoCoreTagContext.AutoCoreTagContext.html +0 -1
  185. package/docs/variables/core_AutoCoreTagContext.AutoCoreTagProvider.html +0 -7
  186. package/docs/variables/core_EventEmitterContext.EventEmitterContext.html +0 -64
  187. package/docs/variables/core_EventEmitterContext.EventEmitterProvider.html +0 -10
  188. package/docs/variables/core_MaskPatterns.PrimeReactMaskPatterns.html +0 -14
  189. package/docs/variables/core_MaskPatterns.RegExMaskPatterns.html +0 -15
  190. package/docs/variables/core_PositionContext.DimensionsContext.html +0 -6
  191. package/docs/variables/hooks_useScaledValue.kMillimeters2Inches.html +0 -2
  192. package/docs/variables/hooks_useScaledValue.kNewtons2Pounds.html +0 -2
@@ -128,6 +128,163 @@
128
128
  font-weight: 500;
129
129
  }
130
130
 
131
+ /* ---- ac-toolbar: consistent square icon-button sizing ----
132
+ *
133
+ * SVG icons (Lucide, custom <SvgAxis/> ) and PrimeIcon font glyphs
134
+ * (`<i class="pi pi-...">`) are normalized to render at a consistent
135
+ * weight inside toolbar buttons. The two need different treatment:
136
+ *
137
+ * - Size — both: width/height for SVG, font-size for icon font.
138
+ * - Weight — SVG only: Lucide ships `stroke-width="2"` on a 24×24
139
+ * viewBox; when scaled to 18px the strokes drop to
140
+ * effective 1.5px and look thinner than PrimeIcons.
141
+ * Setting `stroke-width: 2.25` via CSS (which overrides
142
+ * the SVG presentation attribute) restores parity. The
143
+ * fill: none / stroke: currentColor lines defend against
144
+ * custom SVGs that didn't inherit those by attribute.
145
+ * - Align — `vertical-align: middle` matches PrimeIcon's default
146
+ * and prevents baseline drift in non-flex parents.
147
+ */
148
+
149
+ @mixin ac-toolbar-svg-normalize {
150
+ vertical-align: middle;
151
+ stroke: currentColor;
152
+ fill: none;
153
+ stroke-width: 2.25;
154
+ stroke-linecap: round;
155
+ stroke-linejoin: round;
156
+ }
157
+
158
+ .ac-toolbar-icon-btn {
159
+ width: 19mm;
160
+ height: 12.7mm;
161
+ padding: 0;
162
+ display: inline-flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ flex-shrink: 0;
166
+
167
+ svg, i { font-size: 11mm; width: 11mm; height: 11mm; }
168
+ svg { @include ac-toolbar-svg-normalize; }
169
+ .p-button-icon { margin: 0; }
170
+ }
171
+
172
+ .ac-toolbar-icon-lg {
173
+ width: 25.4mm;
174
+ height: 19mm;
175
+ padding: 0;
176
+ display: inline-flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ flex-shrink: 0;
180
+
181
+ svg, i { font-size: 16mm; width: 16mm; height: 16mm; }
182
+ svg { @include ac-toolbar-svg-normalize; }
183
+ .p-button-icon { margin: 0; }
184
+ }
185
+
186
+ .ac-toolbar-icon-panic {
187
+ width: 25.4mm;
188
+ height: 25.4mm;
189
+ padding: 0;
190
+ display: inline-flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ flex-shrink: 0;
194
+
195
+ svg { width: 20mm; height: 20mm; @include ac-toolbar-svg-normalize; }
196
+ .p-button-icon { margin: 0; }
197
+ }
198
+
199
+ /* ---- OverlayPanel + Dialog: comfortable interior padding ----
200
+ */
201
+ body .p-component.p-dialog .p-dialog-content {
202
+ padding: 4mm;
203
+ }
204
+
205
+ body .p-component.p-overlaypanel .p-overlaypanel-content {
206
+ padding: 4mm;
207
+ }
208
+
209
+
210
+ :root {
211
+ --p-dialog-content-padding: 4mm;
212
+ --p-overlaypanel-content-padding: 4mm;
213
+ }
214
+
215
+ .ac-toolbar-group {
216
+ display: flex;
217
+ flex-direction: row;
218
+ align-items: center;
219
+ gap: 2px;
220
+ }
221
+
222
+ /* ---- ac-toolbar-tool-list: stacked text buttons in an OverlayPanel ---- */
223
+ /*
224
+ * Spacing between buttons uses `gap` on the flex parent rather than
225
+ * `margin` on the buttons. PrimeReact's `.p-button` rules carry their
226
+ * own margin reset and tie our `.ac-toolbar-tool-item` on specificity;
227
+ * because PrimeReact's CSS loads later, its margin wins. Flex `gap`
228
+ * has no PrimeReact equivalent to fight.
229
+ */
230
+ .ac-toolbar-tool-list {
231
+ display: flex;
232
+ flex-direction: column;
233
+ min-width: 16rem;
234
+ padding: 2mm;
235
+ gap: 2mm;
236
+ }
237
+
238
+ /* `gap: 0.75rem` here is the *intra-button* spacing — between the
239
+ * leading icon and the text label — not between buttons. */
240
+ .ac-toolbar-tool-item {
241
+ justify-content: flex-start;
242
+ gap: 0.75rem;
243
+ }
244
+
245
+ /* ---- ac-form: content page form layout ---- */
246
+
247
+ .ac-form {
248
+ display: flex;
249
+ flex-direction: column;
250
+ gap: 10px;
251
+ }
252
+
253
+ .ac-form-row {
254
+ display: flex;
255
+ flex-direction: row;
256
+ align-items: center;
257
+ gap: 8px;
258
+
259
+ > * {
260
+ min-width: 0;
261
+ }
262
+ }
263
+
264
+ .ac-form-field {
265
+ flex: 1;
266
+ min-width: 0;
267
+ }
268
+
269
+ .ac-form-section {
270
+ font-size: 11px;
271
+ font-weight: 700;
272
+ text-transform: uppercase;
273
+ letter-spacing: 0.06em;
274
+ color: $primaryColor;
275
+ border-bottom: 1px solid $shade600;
276
+ padding-bottom: 4px;
277
+ margin-top: 6px;
278
+ }
279
+
280
+ .ac-form-label {
281
+ font-size: 13px;
282
+ font-weight: 600;
283
+ color: $textSecondaryColor;
284
+ white-space: nowrap;
285
+ flex-shrink: 0;
286
+ }
287
+
131
288
  .p-picklist-buttons .p-button,
132
289
  .p-orderlist-controls .p-button {
133
290
  transition: opacity $transitionDuration, background-color $transitionDuration, color $transitionDuration, border-color $transitionDuration, box-shadow $transitionDuration;
@@ -164,3 +321,173 @@
164
321
  }
165
322
  }
166
323
  }
324
+
325
+ /* Padding for OverlayPanels and Dialogs */
326
+ .p-overlaypanel .p-overlaypanel-content {
327
+ padding: 4mm !important;
328
+ }
329
+
330
+ .p-dialog .p-dialog-content {
331
+ padding: 4mm !important;
332
+ }
333
+
334
+
335
+ /* Padding for fieldset */
336
+
337
+ .p-fieldset {
338
+ .p-fieldset-legend {
339
+ padding: 0.5mm;
340
+ border-width: 0.5mm;
341
+ margin-left: 1.5mm;
342
+ }
343
+
344
+ .p-fieldset-content {
345
+ padding: 1mm;
346
+ }
347
+
348
+ border-width: 0.5mm;
349
+ }
350
+
351
+ /*
352
+ * Padding for dropdown items.
353
+ * Makes them work better on touchscreens.
354
+ */
355
+ .p-autocomplete-item {
356
+ padding-top: 2mm;
357
+ padding-bottom: 2mm;
358
+ }
359
+
360
+ .p-dropdown-item-label {
361
+ padding-top: 2mm;
362
+ padding-bottom: 2mm;
363
+ }
364
+
365
+ /*
366
+ * Clearable dropdowns (showClear): by default PrimeReact floats the clear
367
+ * "×" over the selected value, where it obscures the text and is hard to
368
+ * tap. Reserve space at the far right, move the clear icon to the RIGHT of
369
+ * the chevron, vertically centre it, and give it a button-like bordered
370
+ * tap target separated from the chevron so the two are easy to target.
371
+ */
372
+ .ac-dropdown-clearable.p-dropdown {
373
+ // Push the chevron left to open a gap at the far right for the clear
374
+ // button, and draw a full-height divider after the chevron.
375
+ .p-dropdown-trigger {
376
+ margin-right: 2.75rem;
377
+ border-right: 1px solid $shade600;
378
+ }
379
+
380
+ .p-dropdown-clear-icon {
381
+ // Centre on the input's mid-line with a transform so it doesn't
382
+ // depend on the glyph's exact height (the old margin-top hack left
383
+ // it sitting low). right places it inside the reserved gap.
384
+ top: 50%;
385
+ right: 0.4rem;
386
+ margin-top: 0;
387
+ transform: translateY(-50%);
388
+
389
+ // Button-like target: padding enlarges the box around the 1rem
390
+ // glyph without scaling it (content-box), bordered + subtle fill so
391
+ // it reads as a tappable control distinct from the chevron.
392
+ box-sizing: content-box;
393
+ width: 1rem;
394
+ height: 1rem;
395
+ padding: 0.4rem;
396
+ border: 1px solid $shade600;
397
+ border-radius: $borderRadius;
398
+ color: $textSecondaryColor;
399
+ background: rgba(255, 255, 255, 0.04);
400
+ transition: background-color $transitionDuration,
401
+ border-color $transitionDuration,
402
+ color $transitionDuration;
403
+
404
+ &:hover {
405
+ background: rgba(255, 255, 255, 0.10);
406
+ border-color: $primaryColor;
407
+ color: $primaryColor;
408
+ }
409
+
410
+ // PrimeReact decides "clear vs. open" from event.target's
411
+ // data-pc-section attribute, which lives on the <svg> clear icon
412
+ // but NOT on its child <path>s. A click landing on the glyph
413
+ // therefore targets a <path>, fails that test, and just toggles
414
+ // the list open. Make the inner paths transparent to pointer
415
+ // events so every click resolves to the <svg> and fires clear.
416
+ * {
417
+ pointer-events: none;
418
+ }
419
+ }
420
+ }
421
+
422
+ /*
423
+ * TestSetupView / TestSetupForm scroll containment.
424
+ *
425
+ * The whole view fills its parent and confines overflow to the inner
426
+ * field/history regions, so the tab strip and the section headers stay
427
+ * visible instead of the entire page scrolling. All the height plumbing
428
+ * hangs on `min-height: 0` — without it a flex child refuses to shrink
429
+ * below its content and the overflow leaks back out to the page.
430
+ */
431
+ .ac-test-setup-view {
432
+ display: flex;
433
+ flex-direction: column;
434
+ height: 100%;
435
+ min-height: 0;
436
+
437
+ > .p-tabview {
438
+ display: flex;
439
+ flex-direction: column;
440
+ flex: 1 1 auto;
441
+ min-height: 0;
442
+ }
443
+
444
+ .p-tabview-panels {
445
+ display: flex;
446
+ flex-direction: column;
447
+ flex: 1 1 auto;
448
+ min-height: 0;
449
+ overflow: hidden;
450
+ }
451
+
452
+ .p-tabview-panel {
453
+ flex: 1 1 auto;
454
+ min-height: 0;
455
+ height: 100%;
456
+ }
457
+ }
458
+
459
+ /* Project tab: fixed ProjectSelector + scrolling Test History. */
460
+ .ac-test-setup-view__tab {
461
+ display: flex;
462
+ flex-direction: column;
463
+ height: 100%;
464
+ min-height: 0;
465
+ }
466
+
467
+ .ac-test-setup-view__fixed {
468
+ flex: 0 0 auto;
469
+ }
470
+
471
+ .ac-test-setup-view__scroll {
472
+ flex: 1 1 auto;
473
+ min-height: 0;
474
+ overflow-y: auto;
475
+ }
476
+
477
+ /* Test tab: fixed Test-Setup header + scrolling Test-Configuration list. */
478
+ .ac-test-setup-form {
479
+ display: flex;
480
+ flex-direction: column;
481
+ height: 100%;
482
+ min-height: 0;
483
+ }
484
+
485
+ .ac-test-setup-form__head {
486
+ flex: 0 0 auto;
487
+ }
488
+
489
+ .ac-test-setup-form__body {
490
+ flex: 1 1 auto;
491
+ min-height: 0;
492
+ overflow-y: auto;
493
+ }
package/docs/.nojekyll DELETED
@@ -1 +0,0 @@
1
- TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
@@ -1 +0,0 @@
1
- window.hierarchyData = "eJyNjz0PgjAURf/LnSsKioGOTu6YOBhiCtTQUCDpx0T476YgRByE6b3enObc10G1rdGgDz86nlMCxV+S50a0jQbt4FI3G1ZzUFxtdmGag6ASTQHqBxGBVRIUuWRac70vbfb8YN40S1NLkBEBhdHFzv3fjQFBXgpZKN4MNeKQ+HEYkuDgn9KewCXLComorWRmS40J9b73/3WcMg5/lDdmldjgGzhvXlZN7sil6c6zpM0rbjbYZtZbPFasff8GFayj4g=="
@@ -1,134 +0,0 @@
1
- :root {
2
- --light-hl-0: #001080;
3
- --dark-hl-0: #9CDCFE;
4
- --light-hl-1: #000000;
5
- --dark-hl-1: #D4D4D4;
6
- --light-hl-2: #AF00DB;
7
- --dark-hl-2: #C586C0;
8
- --light-hl-3: #A31515;
9
- --dark-hl-3: #CE9178;
10
- --light-hl-4: #0000FF;
11
- --dark-hl-4: #569CD6;
12
- --light-hl-5: #0070C1;
13
- --dark-hl-5: #4FC1FF;
14
- --light-hl-6: #098658;
15
- --dark-hl-6: #B5CEA8;
16
- --light-hl-7: #267F99;
17
- --dark-hl-7: #4EC9B0;
18
- --light-hl-8: #795E26;
19
- --dark-hl-8: #DCDCAA;
20
- --light-hl-9: #008000;
21
- --dark-hl-9: #6A9955;
22
- --light-hl-10: #800000;
23
- --dark-hl-10: #808080;
24
- --light-hl-11: #800000;
25
- --dark-hl-11: #569CD6;
26
- --light-hl-12: #000000FF;
27
- --dark-hl-12: #D4D4D4;
28
- --light-hl-13: #E50000;
29
- --dark-hl-13: #9CDCFE;
30
- --light-hl-14: #000000;
31
- --dark-hl-14: #C8C8C8;
32
- --light-hl-15: #CD3131;
33
- --dark-hl-15: #F44747;
34
- --light-code-background: #FFFFFF;
35
- --dark-code-background: #1E1E1E;
36
- }
37
-
38
- @media (prefers-color-scheme: light) { :root {
39
- --hl-0: var(--light-hl-0);
40
- --hl-1: var(--light-hl-1);
41
- --hl-2: var(--light-hl-2);
42
- --hl-3: var(--light-hl-3);
43
- --hl-4: var(--light-hl-4);
44
- --hl-5: var(--light-hl-5);
45
- --hl-6: var(--light-hl-6);
46
- --hl-7: var(--light-hl-7);
47
- --hl-8: var(--light-hl-8);
48
- --hl-9: var(--light-hl-9);
49
- --hl-10: var(--light-hl-10);
50
- --hl-11: var(--light-hl-11);
51
- --hl-12: var(--light-hl-12);
52
- --hl-13: var(--light-hl-13);
53
- --hl-14: var(--light-hl-14);
54
- --hl-15: var(--light-hl-15);
55
- --code-background: var(--light-code-background);
56
- } }
57
-
58
- @media (prefers-color-scheme: dark) { :root {
59
- --hl-0: var(--dark-hl-0);
60
- --hl-1: var(--dark-hl-1);
61
- --hl-2: var(--dark-hl-2);
62
- --hl-3: var(--dark-hl-3);
63
- --hl-4: var(--dark-hl-4);
64
- --hl-5: var(--dark-hl-5);
65
- --hl-6: var(--dark-hl-6);
66
- --hl-7: var(--dark-hl-7);
67
- --hl-8: var(--dark-hl-8);
68
- --hl-9: var(--dark-hl-9);
69
- --hl-10: var(--dark-hl-10);
70
- --hl-11: var(--dark-hl-11);
71
- --hl-12: var(--dark-hl-12);
72
- --hl-13: var(--dark-hl-13);
73
- --hl-14: var(--dark-hl-14);
74
- --hl-15: var(--dark-hl-15);
75
- --code-background: var(--dark-code-background);
76
- } }
77
-
78
- :root[data-theme='light'] {
79
- --hl-0: var(--light-hl-0);
80
- --hl-1: var(--light-hl-1);
81
- --hl-2: var(--light-hl-2);
82
- --hl-3: var(--light-hl-3);
83
- --hl-4: var(--light-hl-4);
84
- --hl-5: var(--light-hl-5);
85
- --hl-6: var(--light-hl-6);
86
- --hl-7: var(--light-hl-7);
87
- --hl-8: var(--light-hl-8);
88
- --hl-9: var(--light-hl-9);
89
- --hl-10: var(--light-hl-10);
90
- --hl-11: var(--light-hl-11);
91
- --hl-12: var(--light-hl-12);
92
- --hl-13: var(--light-hl-13);
93
- --hl-14: var(--light-hl-14);
94
- --hl-15: var(--light-hl-15);
95
- --code-background: var(--light-code-background);
96
- }
97
-
98
- :root[data-theme='dark'] {
99
- --hl-0: var(--dark-hl-0);
100
- --hl-1: var(--dark-hl-1);
101
- --hl-2: var(--dark-hl-2);
102
- --hl-3: var(--dark-hl-3);
103
- --hl-4: var(--dark-hl-4);
104
- --hl-5: var(--dark-hl-5);
105
- --hl-6: var(--dark-hl-6);
106
- --hl-7: var(--dark-hl-7);
107
- --hl-8: var(--dark-hl-8);
108
- --hl-9: var(--dark-hl-9);
109
- --hl-10: var(--dark-hl-10);
110
- --hl-11: var(--dark-hl-11);
111
- --hl-12: var(--dark-hl-12);
112
- --hl-13: var(--dark-hl-13);
113
- --hl-14: var(--dark-hl-14);
114
- --hl-15: var(--dark-hl-15);
115
- --code-background: var(--dark-code-background);
116
- }
117
-
118
- .hl-0 { color: var(--hl-0); }
119
- .hl-1 { color: var(--hl-1); }
120
- .hl-2 { color: var(--hl-2); }
121
- .hl-3 { color: var(--hl-3); }
122
- .hl-4 { color: var(--hl-4); }
123
- .hl-5 { color: var(--hl-5); }
124
- .hl-6 { color: var(--hl-6); }
125
- .hl-7 { color: var(--hl-7); }
126
- .hl-8 { color: var(--hl-8); }
127
- .hl-9 { color: var(--hl-9); }
128
- .hl-10 { color: var(--hl-10); }
129
- .hl-11 { color: var(--hl-11); }
130
- .hl-12 { color: var(--hl-12); }
131
- .hl-13 { color: var(--hl-13); }
132
- .hl-14 { color: var(--hl-14); }
133
- .hl-15 { color: var(--hl-15); }
134
- pre, code { background: var(--code-background); }
@@ -1,18 +0,0 @@
1
- (function() {
2
- addIcons();
3
- function addIcons() {
4
- if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons);
5
- const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg"));
6
- svg.innerHTML = `<g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g>`;
7
- svg.style.display = "none";
8
- if (location.protocol === "file:") updateUseElements();
9
- }
10
-
11
- function updateUseElements() {
12
- document.querySelectorAll("use").forEach(el => {
13
- if (el.getAttribute("href").includes("#icon-")) {
14
- el.setAttribute("href", el.getAttribute("href").replace(/.*#/, "#"));
15
- }
16
- });
17
- }
18
- })()
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg"><g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g></svg>