@mlightcad/cad-simple-viewer 1.6.2 → 1.6.3
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.
- package/dist/cad-simple-viewer.js +11046 -8236
- package/dist/cad-simple-viewer.umd.cjs +26 -26
- package/icons.ts +7 -0
- package/lib/app/AcApBusyIndicator.d.ts +6 -0
- package/lib/app/AcApBusyIndicator.d.ts.map +1 -1
- package/lib/app/AcApBusyIndicator.js +8 -0
- package/lib/app/AcApBusyIndicator.js.map +1 -1
- package/lib/app/AcApContext.d.ts +24 -0
- package/lib/app/AcApContext.d.ts.map +1 -1
- package/lib/app/AcApContext.js +103 -18
- package/lib/app/AcApContext.js.map +1 -1
- package/lib/app/AcApDocManager.d.ts +221 -21
- package/lib/app/AcApDocManager.d.ts.map +1 -1
- package/lib/app/AcApDocManager.js +820 -134
- package/lib/app/AcApDocManager.js.map +1 -1
- package/lib/app/AcApDocSession.d.ts +41 -0
- package/lib/app/AcApDocSession.d.ts.map +1 -0
- package/lib/app/AcApDocSession.js +29 -0
- package/lib/app/AcApDocSession.js.map +1 -0
- package/lib/app/AcApDocument.d.ts +5 -0
- package/lib/app/AcApDocument.d.ts.map +1 -1
- package/lib/app/AcApDocument.js +21 -0
- package/lib/app/AcApDocument.js.map +1 -1
- package/lib/app/AcApOpenFileProgressController.d.ts +14 -0
- package/lib/app/AcApOpenFileProgressController.d.ts.map +1 -1
- package/lib/app/AcApOpenFileProgressController.js +18 -0
- package/lib/app/AcApOpenFileProgressController.js.map +1 -1
- package/lib/app/AcApProgress.d.ts +6 -0
- package/lib/app/AcApProgress.d.ts.map +1 -1
- package/lib/app/AcApProgress.js +17 -0
- package/lib/app/AcApProgress.js.map +1 -1
- package/lib/app/index.d.ts +1 -0
- package/lib/app/index.d.ts.map +1 -1
- package/lib/app/index.js +1 -0
- package/lib/app/index.js.map +1 -1
- package/lib/command/AcApCloseCmd.d.ts +15 -0
- package/lib/command/AcApCloseCmd.d.ts.map +1 -0
- package/lib/command/AcApCloseCmd.js +83 -0
- package/lib/command/AcApCloseCmd.js.map +1 -0
- package/lib/command/index.d.ts +1 -0
- package/lib/command/index.d.ts.map +1 -1
- package/lib/command/index.js +1 -0
- package/lib/command/index.js.map +1 -1
- package/lib/command/markup/AcApMarkupCalloutCmd.d.ts.map +1 -1
- package/lib/command/markup/AcApMarkupCalloutCmd.js +29 -10
- package/lib/command/markup/AcApMarkupCalloutCmd.js.map +1 -1
- package/lib/command/markup/AcApMarkupGeometry.d.ts +20 -1
- package/lib/command/markup/AcApMarkupGeometry.d.ts.map +1 -1
- package/lib/command/markup/AcApMarkupGeometry.js +84 -24
- package/lib/command/markup/AcApMarkupGeometry.js.map +1 -1
- package/lib/command/markup/AcApMarkupHistory.d.ts +1 -1
- package/lib/command/markup/AcApMarkupHistory.d.ts.map +1 -1
- package/lib/command/markup/AcApMarkupHistory.js +4 -11
- package/lib/command/markup/AcApMarkupHistory.js.map +1 -1
- package/lib/command/markup/AcApMarkupPresenter.d.ts +8 -2
- package/lib/command/markup/AcApMarkupPresenter.d.ts.map +1 -1
- package/lib/command/markup/AcApMarkupPresenter.js +35 -5
- package/lib/command/markup/AcApMarkupPresenter.js.map +1 -1
- package/lib/command/markup/AcApMarkupSession.d.ts +54 -0
- package/lib/command/markup/AcApMarkupSession.d.ts.map +1 -0
- package/lib/command/markup/AcApMarkupSession.js +85 -0
- package/lib/command/markup/AcApMarkupSession.js.map +1 -0
- package/lib/command/markup/AcApMarkupSessionBootstrap.d.ts +2 -0
- package/lib/command/markup/AcApMarkupSessionBootstrap.d.ts.map +1 -0
- package/lib/command/markup/AcApMarkupSessionBootstrap.js +12 -0
- package/lib/command/markup/AcApMarkupSessionBootstrap.js.map +1 -0
- package/lib/command/markup/AcApMarkupShapeCallout.d.ts +21 -1
- package/lib/command/markup/AcApMarkupShapeCallout.d.ts.map +1 -1
- package/lib/command/markup/AcApMarkupShapeCallout.js +29 -22
- package/lib/command/markup/AcApMarkupShapeCallout.js.map +1 -1
- package/lib/command/markup/AcApMarkupStore.d.ts +1 -1
- package/lib/command/markup/AcApMarkupStore.d.ts.map +1 -1
- package/lib/command/markup/AcApMarkupStore.js +3 -6
- package/lib/command/markup/AcApMarkupStore.js.map +1 -1
- package/lib/command/markup/index.d.ts +2 -0
- package/lib/command/markup/index.d.ts.map +1 -1
- package/lib/command/markup/index.js +3 -0
- package/lib/command/markup/index.js.map +1 -1
- package/lib/editor/view/AcEdBaseView.d.ts +12 -0
- package/lib/editor/view/AcEdBaseView.d.ts.map +1 -1
- package/lib/editor/view/AcEdBaseView.js +29 -1
- package/lib/editor/view/AcEdBaseView.js.map +1 -1
- package/lib/i18n/AcApI18n.d.ts +1 -1
- package/lib/i18n/AcApI18n.d.ts.map +1 -1
- package/lib/i18n/AcApI18n.js +2 -1
- package/lib/i18n/AcApI18n.js.map +1 -1
- package/lib/i18n/ar/command.d.ts +456 -0
- package/lib/i18n/ar/command.d.ts.map +1 -0
- package/lib/i18n/ar/command.js +14 -0
- package/lib/i18n/ar/command.js.map +1 -0
- package/lib/i18n/ar/jig.d.ts +1231 -0
- package/lib/i18n/ar/jig.d.ts.map +1 -0
- package/lib/i18n/ar/jig.js +594 -0
- package/lib/i18n/ar/jig.js.map +1 -0
- package/lib/i18n/ar/main.d.ts +64 -0
- package/lib/i18n/ar/main.d.ts.map +1 -0
- package/lib/i18n/ar/main.js +63 -0
- package/lib/i18n/ar/main.js.map +1 -0
- package/lib/i18n/cs/command.d.ts +3 -0
- package/lib/i18n/cs/command.d.ts.map +1 -1
- package/lib/i18n/cs/command.js +3 -0
- package/lib/i18n/cs/command.js.map +1 -1
- package/lib/i18n/cs/jig.js +1 -1
- package/lib/i18n/cs/jig.js.map +1 -1
- package/lib/i18n/en/command.d.ts +3 -0
- package/lib/i18n/en/command.d.ts.map +1 -1
- package/lib/i18n/en/command.js +3 -0
- package/lib/i18n/en/command.js.map +1 -1
- package/lib/i18n/en/jig.js +1 -1
- package/lib/i18n/en/jig.js.map +1 -1
- package/lib/i18n/index.d.ts.map +1 -1
- package/lib/i18n/index.js +8 -0
- package/lib/i18n/index.js.map +1 -1
- package/lib/i18n/tr/command.d.ts +3 -0
- package/lib/i18n/tr/command.d.ts.map +1 -1
- package/lib/i18n/tr/command.js +3 -0
- package/lib/i18n/tr/command.js.map +1 -1
- package/lib/i18n/tr/jig.js +1 -1
- package/lib/i18n/tr/jig.js.map +1 -1
- package/lib/i18n/zh/command.d.ts +3 -0
- package/lib/i18n/zh/command.d.ts.map +1 -1
- package/lib/i18n/zh/command.js +3 -0
- package/lib/i18n/zh/command.js.map +1 -1
- package/lib/i18n/zh/jig.js +1 -1
- package/lib/i18n/zh/jig.js.map +1 -1
- package/lib/plugin/AcApPluginManager.d.ts +10 -0
- package/lib/plugin/AcApPluginManager.d.ts.map +1 -1
- package/lib/plugin/AcApPluginManager.js +18 -0
- package/lib/plugin/AcApPluginManager.js.map +1 -1
- package/lib/ui/icons.d.ts +148 -0
- package/lib/ui/icons.d.ts.map +1 -0
- package/lib/ui/icons.js +173 -0
- package/lib/ui/icons.js.map +1 -0
- package/lib/ui/index.d.ts +1 -0
- package/lib/ui/index.d.ts.map +1 -1
- package/lib/ui/index.js +1 -0
- package/lib/ui/index.js.map +1 -1
- package/lib/view/AcApCompareDisplay.d.ts +37 -0
- package/lib/view/AcApCompareDisplay.d.ts.map +1 -0
- package/lib/view/AcApCompareDisplay.js +8 -0
- package/lib/view/AcApCompareDisplay.js.map +1 -0
- package/lib/view/AcEdReviewOverlayPick.d.ts +9 -0
- package/lib/view/AcEdReviewOverlayPick.d.ts.map +1 -1
- package/lib/view/AcEdReviewOverlayPick.js +30 -1
- package/lib/view/AcEdReviewOverlayPick.js.map +1 -1
- package/lib/view/AcTrLayer.d.ts +6 -0
- package/lib/view/AcTrLayer.d.ts.map +1 -1
- package/lib/view/AcTrLayer.js +8 -0
- package/lib/view/AcTrLayer.js.map +1 -1
- package/lib/view/AcTrLayout.d.ts +12 -0
- package/lib/view/AcTrLayout.d.ts.map +1 -1
- package/lib/view/AcTrLayout.js +12 -0
- package/lib/view/AcTrLayout.js.map +1 -1
- package/lib/view/AcTrScene.d.ts +7 -0
- package/lib/view/AcTrScene.d.ts.map +1 -1
- package/lib/view/AcTrScene.js +13 -0
- package/lib/view/AcTrScene.js.map +1 -1
- package/lib/view/AcTrView2d.d.ts +44 -1
- package/lib/view/AcTrView2d.d.ts.map +1 -1
- package/lib/view/AcTrView2d.js +148 -3
- package/lib/view/AcTrView2d.js.map +1 -1
- package/lib/view/AcTrViewSessionState.d.ts +26 -0
- package/lib/view/AcTrViewSessionState.d.ts.map +1 -0
- package/lib/view/AcTrViewSessionState.js +2 -0
- package/lib/view/AcTrViewSessionState.js.map +1 -0
- package/lib/view/index.d.ts +2 -0
- package/lib/view/index.d.ts.map +1 -1
- package/lib/view/index.js +2 -0
- package/lib/view/index.js.map +1 -1
- package/package.json +12 -5
- package/src/ui/icons.ts +293 -0
|
@@ -3,8 +3,10 @@ import { AcEdCommand, AcEdCommandStack, AcEdOpenMode } from '../editor';
|
|
|
3
3
|
import { AcApPluginManager } from '../plugin/AcApPluginManager';
|
|
4
4
|
import { AcApDrawStyleToolbar } from '../ui/AcApDrawStyleToolbar';
|
|
5
5
|
import { AcTrView2d } from '../view';
|
|
6
|
+
import type { AcApCompareDisplayOptions } from '../view/AcApCompareDisplay';
|
|
6
7
|
import type { AcTrLayout } from '../view/AcTrLayout';
|
|
7
8
|
import { AcApContext } from './AcApContext';
|
|
9
|
+
import { AcApDocSession } from './AcApDocSession';
|
|
8
10
|
import { AcApDocument } from './AcApDocument';
|
|
9
11
|
import { type AcApOpenDocumentDefaultsResolver } from './AcApOpenFileDialog';
|
|
10
12
|
import { AcApOpenDatabaseOptions } from './AcDbOpenDatabaseOptions';
|
|
@@ -184,12 +186,27 @@ export interface AcApDocManagerOptions {
|
|
|
184
186
|
* The manager follows a singleton pattern to ensure only one instance manages the application state.
|
|
185
187
|
*/
|
|
186
188
|
export declare class AcApDocManager {
|
|
187
|
-
/**
|
|
188
|
-
private
|
|
189
|
+
/** Open document sessions (MDI). The shared view shows {@link _activeSession}. */
|
|
190
|
+
private _sessions;
|
|
191
|
+
/** Session currently bound to the shared view and working database. */
|
|
192
|
+
private _activeSession;
|
|
193
|
+
/** View created at construct time (left pane in split layout). */
|
|
194
|
+
private _mainView;
|
|
195
|
+
/**
|
|
196
|
+
* Optional second canvas for split comparison. Each document keeps its
|
|
197
|
+
* scene on its own renderer — scenes are never moved between views.
|
|
198
|
+
*/
|
|
199
|
+
private _splitView?;
|
|
200
|
+
/** Session whose canvas currently owns the open-file overlay. */
|
|
201
|
+
private _openingSession?;
|
|
202
|
+
/** Monotonic id suffix for {@link AcApDocSession.id}. */
|
|
203
|
+
private _nextSessionId;
|
|
189
204
|
/** Font loader for managing CAD text fonts */
|
|
190
205
|
private _fontLoader;
|
|
191
206
|
/** Base URL to get fonts, templates, and example files */
|
|
192
207
|
private _baseUrl;
|
|
208
|
+
/** Host element for the busy overlay (e.g. HTML export spinner). */
|
|
209
|
+
private _busyIndicatorHost;
|
|
193
210
|
/** Busy overlay for long-running command operations */
|
|
194
211
|
private _busyIndicator;
|
|
195
212
|
/** Open-file progress overlay and event normalization */
|
|
@@ -223,8 +240,6 @@ export declare class AcApDocManager {
|
|
|
223
240
|
private _workersReady;
|
|
224
241
|
/** In-flight worker readiness check */
|
|
225
242
|
private _workersReadyCheckPromise?;
|
|
226
|
-
/** Loaded overlay (reference/base drawing) state, keyed by overlay id */
|
|
227
|
-
private _overlays;
|
|
228
243
|
/** Monotonically increasing counter used to generate overlay ids */
|
|
229
244
|
private _nextOverlayId;
|
|
230
245
|
/** Events fired during document lifecycle */
|
|
@@ -235,6 +250,12 @@ export declare class AcApDocManager {
|
|
|
235
250
|
documentCreated: AcCmEventManager<AcDbDocumentEventArgs>;
|
|
236
251
|
/** Fired when a document becomes active */
|
|
237
252
|
documentActivated: AcCmEventManager<AcDbDocumentEventArgs>;
|
|
253
|
+
/** Fired before a document is activated */
|
|
254
|
+
documentToBeActivated: AcCmEventManager<AcDbDocumentEventArgs>;
|
|
255
|
+
/** Fired before a document is closed and destroyed */
|
|
256
|
+
documentToBeDestroyed: AcCmEventManager<AcDbDocumentEventArgs>;
|
|
257
|
+
/** Fired after a document has been closed */
|
|
258
|
+
documentDestroyed: AcCmEventManager<AcDbDocumentEventArgs>;
|
|
238
259
|
/** Fired when a worker readiness check completes */
|
|
239
260
|
workersReady: AcCmEventManager<{
|
|
240
261
|
ready: boolean;
|
|
@@ -297,21 +318,96 @@ export declare class AcApDocManager {
|
|
|
297
318
|
* @returns The current application context
|
|
298
319
|
*/
|
|
299
320
|
get context(): AcApContext;
|
|
321
|
+
/**
|
|
322
|
+
* Open document sessions in tab order.
|
|
323
|
+
*/
|
|
324
|
+
get documents(): AcApDocument[];
|
|
325
|
+
/**
|
|
326
|
+
* Number of open documents.
|
|
327
|
+
*/
|
|
328
|
+
get documentCount(): number;
|
|
329
|
+
/**
|
|
330
|
+
* Session id of the active document, for host UI tabs.
|
|
331
|
+
*/
|
|
332
|
+
get activeSessionId(): string;
|
|
333
|
+
/**
|
|
334
|
+
* Returns the document at `index`, or undefined when out of range.
|
|
335
|
+
*
|
|
336
|
+
* @param index - Zero-based tab order.
|
|
337
|
+
*/
|
|
338
|
+
document(index: number): AcApDocument | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* Finds the session that owns `doc`.
|
|
341
|
+
*
|
|
342
|
+
* @param doc - Document to look up.
|
|
343
|
+
*/
|
|
344
|
+
sessionFor(doc: AcApDocument): AcApDocSession | undefined;
|
|
300
345
|
/**
|
|
301
346
|
* Gets the currently open CAD document.
|
|
302
347
|
*
|
|
348
|
+
* Same as {@link mdiActiveDocument} — the document bound to the shared view.
|
|
349
|
+
*
|
|
303
350
|
* @returns The current document instance
|
|
304
351
|
*/
|
|
305
352
|
get curDocument(): AcApDocument;
|
|
306
353
|
/**
|
|
307
354
|
* Gets the currently active document.
|
|
308
355
|
*
|
|
309
|
-
* For now, this is the same as `curDocument` since only one document
|
|
310
|
-
* can be active at a time.
|
|
311
|
-
*
|
|
312
356
|
* @returns The current active document
|
|
313
357
|
*/
|
|
314
358
|
get mdiActiveDocument(): AcApDocument;
|
|
359
|
+
/**
|
|
360
|
+
* Makes `doc` the command target.
|
|
361
|
+
*
|
|
362
|
+
* When both documents already have their own canvas (split view), scenes
|
|
363
|
+
* stay in place. When they share one canvas (tab MDI), the current scene is
|
|
364
|
+
* parked and the target is restored.
|
|
365
|
+
*
|
|
366
|
+
* @param doc - Document to activate.
|
|
367
|
+
* @returns `false` when `doc` is not an open session.
|
|
368
|
+
*/
|
|
369
|
+
activateDocument(doc: AcApDocument): Promise<boolean>;
|
|
370
|
+
/**
|
|
371
|
+
* Canvas created with {@link createInstance} (left pane in a split layout).
|
|
372
|
+
*/
|
|
373
|
+
get mainView(): AcTrView2d;
|
|
374
|
+
/**
|
|
375
|
+
* Second canvas created by {@link ensureSplitView}, if any.
|
|
376
|
+
*/
|
|
377
|
+
get splitView(): AcTrView2d | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* Creates a second WebGL view in `container` for side-by-side comparison.
|
|
380
|
+
*
|
|
381
|
+
* Each document is converted into one view and stays there. Use
|
|
382
|
+
* {@link openDocument}'s `view` argument to open a file into this canvas,
|
|
383
|
+
* and {@link activateDocument} to choose which side receives commands.
|
|
384
|
+
*
|
|
385
|
+
* @param container - Host element for the second canvas.
|
|
386
|
+
*/
|
|
387
|
+
ensureSplitView(container: HTMLElement): AcTrView2d;
|
|
388
|
+
/**
|
|
389
|
+
* @deprecated Use {@link ensureSplitView} and open each file into its own view.
|
|
390
|
+
*
|
|
391
|
+
* @param container - Host element for the second canvas.
|
|
392
|
+
*/
|
|
393
|
+
attachSatelliteView(container: HTMLElement, _doc?: AcApDocument): boolean;
|
|
394
|
+
/**
|
|
395
|
+
* @deprecated Split canvases keep rendering; there is nothing to detach.
|
|
396
|
+
*/
|
|
397
|
+
detachSatelliteView(): void;
|
|
398
|
+
/**
|
|
399
|
+
* Document currently shown on the split canvas, if a session is bound to it.
|
|
400
|
+
*/
|
|
401
|
+
get satelliteDocument(): AcApDocument | undefined;
|
|
402
|
+
/**
|
|
403
|
+
* Closes `doc`, or the active document when omitted.
|
|
404
|
+
*
|
|
405
|
+
* Closing the last document replaces it with a new untitled drawing.
|
|
406
|
+
*
|
|
407
|
+
* @param doc - Document to close; defaults to {@link curDocument}.
|
|
408
|
+
* @returns `false` when `doc` is not an open session.
|
|
409
|
+
*/
|
|
410
|
+
closeDocument(doc?: AcApDocument): Promise<boolean>;
|
|
315
411
|
/**
|
|
316
412
|
* Gets the current 2D view used to display the drawing.
|
|
317
413
|
*
|
|
@@ -421,8 +517,9 @@ export declare class AcApDocManager {
|
|
|
421
517
|
/**
|
|
422
518
|
* Opens a CAD document from a URL.
|
|
423
519
|
*
|
|
424
|
-
* This method loads a document from the specified URL
|
|
425
|
-
*
|
|
520
|
+
* This method loads a document from the specified URL. When the current
|
|
521
|
+
* drawing is a reusable Untitled, it is replaced; otherwise a new document
|
|
522
|
+
* session is created and activated.
|
|
426
523
|
*
|
|
427
524
|
* @param url - The URL of the CAD file to open
|
|
428
525
|
* @param options - Optional database opening options. If not provided, default options with font loader will be used
|
|
@@ -440,13 +537,14 @@ export declare class AcApDocManager {
|
|
|
440
537
|
/**
|
|
441
538
|
* Opens a CAD document from file content.
|
|
442
539
|
*
|
|
443
|
-
* This method loads a document from the provided file content (binary data)
|
|
444
|
-
*
|
|
445
|
-
*
|
|
540
|
+
* This method loads a document from the provided file content (binary data).
|
|
541
|
+
* When the current drawing is a reusable Untitled, it is replaced; otherwise
|
|
542
|
+
* a new document session is created and activated.
|
|
446
543
|
*
|
|
447
544
|
* @param fileName - The name of the file being opened (used for format detection)
|
|
448
545
|
* @param content - The file content
|
|
449
546
|
* @param options - Database opening options including font loader settings
|
|
547
|
+
* @param view - Optional canvas to convert into (split view). Defaults to the active view.
|
|
450
548
|
* @returns Promise that resolves to true if the document was successfully opened, false otherwise
|
|
451
549
|
*
|
|
452
550
|
* @example
|
|
@@ -455,7 +553,7 @@ export declare class AcApDocManager {
|
|
|
455
553
|
* const success = await docManager.openDocument('drawing.dwg', fileContent, options);
|
|
456
554
|
* ```
|
|
457
555
|
*/
|
|
458
|
-
openDocument(fileName: string, content: ArrayBuffer, options: AcApOpenDatabaseOptions): Promise<boolean>;
|
|
556
|
+
openDocument(fileName: string, content: ArrayBuffer, options: AcApOpenDatabaseOptions, view?: AcTrView2d): Promise<boolean>;
|
|
459
557
|
/**
|
|
460
558
|
* Loads a DWG/DXF file as a read-only overlay (base drawing/reference)
|
|
461
559
|
* rendered alongside the currently open document in the same WCS
|
|
@@ -482,14 +580,22 @@ export declare class AcApDocManager {
|
|
|
482
580
|
* docManager.removeOverlay(overlayId); // or remove it entirely
|
|
483
581
|
* ```
|
|
484
582
|
*/
|
|
485
|
-
loadOverlay(fileName: string, content: ArrayBuffer, options?: AcDbOpenDatabaseOptions
|
|
583
|
+
loadOverlay(fileName: string, content: ArrayBuffer, options?: AcDbOpenDatabaseOptions & {
|
|
584
|
+
targetView?: AcTrView2d;
|
|
585
|
+
}): Promise<string>;
|
|
486
586
|
/**
|
|
487
587
|
* Registers an already-parsed read-only database as an overlay.
|
|
488
588
|
*
|
|
489
589
|
* Prefer this when the caller already loaded the secondary database (e.g.
|
|
490
590
|
* XATTACH extents preview) to avoid reading the same file twice.
|
|
591
|
+
*
|
|
592
|
+
* @param db - Secondary database to draw into the target view.
|
|
593
|
+
* @param options.targetView - Canvas that receives the overlay (defaults to
|
|
594
|
+
* the active view). Used by side-by-side → overlay compare without moving scenes.
|
|
491
595
|
*/
|
|
492
|
-
registerOverlayDatabase(db: AcDbDatabase
|
|
596
|
+
registerOverlayDatabase(db: AcDbDatabase, options?: {
|
|
597
|
+
targetView?: AcTrView2d;
|
|
598
|
+
}): Promise<string>;
|
|
493
599
|
/**
|
|
494
600
|
* Removes a previously loaded overlay and disposes its rendered geometry.
|
|
495
601
|
*
|
|
@@ -507,12 +613,36 @@ export declare class AcApDocManager {
|
|
|
507
613
|
setOverlayVisible(overlayId: string, visible: boolean): boolean;
|
|
508
614
|
/**
|
|
509
615
|
* Removes all loaded overlays and disposes their geometry.
|
|
616
|
+
*
|
|
617
|
+
* @param view - When set, only overlays on sessions bound to this canvas are cleared.
|
|
510
618
|
*/
|
|
511
|
-
clearOverlays(): void;
|
|
619
|
+
clearOverlays(view?: AcTrView2d): void;
|
|
512
620
|
/**
|
|
513
|
-
* Ids of all currently loaded overlays.
|
|
621
|
+
* Ids of all currently loaded overlays on the active session (or a view).
|
|
622
|
+
*
|
|
623
|
+
* @param view - Optional canvas whose session overlays are listed.
|
|
514
624
|
*/
|
|
625
|
+
getOverlayIds(view?: AcTrView2d): string[];
|
|
626
|
+
/** @deprecated Prefer {@link getOverlayIds}. */
|
|
515
627
|
get overlayIds(): string[];
|
|
628
|
+
/**
|
|
629
|
+
* Enables compare-display mode on a view (default: current view).
|
|
630
|
+
* Does not automatically color overlay layouts — use
|
|
631
|
+
* {@link setOverlayCompareDisplay} for those.
|
|
632
|
+
*
|
|
633
|
+
* @param options - Compare colors and per-entity role overrides.
|
|
634
|
+
* @param view - Target canvas; defaults to {@link curView}.
|
|
635
|
+
*/
|
|
636
|
+
setCompareDisplay(options: AcApCompareDisplayOptions, view?: AcTrView2d): void;
|
|
637
|
+
/**
|
|
638
|
+
* Applies compare-display coloring to one overlay layout.
|
|
639
|
+
*
|
|
640
|
+
* @param overlayId - Id returned by {@link loadOverlay} / {@link registerOverlayDatabase}.
|
|
641
|
+
* @param options - Compare colors and per-entity role overrides.
|
|
642
|
+
* @param view - Canvas that owns the overlay; omitted to search all sessions.
|
|
643
|
+
* @returns `true` when the overlay id was found.
|
|
644
|
+
*/
|
|
645
|
+
setOverlayCompareDisplay(overlayId: string, options: AcApCompareDisplayOptions, view?: AcTrView2d): boolean;
|
|
516
646
|
/**
|
|
517
647
|
* Returns the rendered layout for a loaded overlay, if any.
|
|
518
648
|
*
|
|
@@ -523,8 +653,8 @@ export declare class AcApDocManager {
|
|
|
523
653
|
/**
|
|
524
654
|
* Creates a new CAD document from the default ISO drawing template.
|
|
525
655
|
*
|
|
526
|
-
*
|
|
527
|
-
*
|
|
656
|
+
* Loads `acadiso.dxf` into a new document session (or reuses the current
|
|
657
|
+
* unused Untitled). The new drawing is presented as unsaved.
|
|
528
658
|
*
|
|
529
659
|
* @param options - Optional database opening options merged with write mode
|
|
530
660
|
* @returns Promise that resolves to true if the document was successfully created
|
|
@@ -707,7 +837,7 @@ export declare class AcApDocManager {
|
|
|
707
837
|
* Sets up the active layout block table record ID and model space block table
|
|
708
838
|
* record ID based on the current document's space configuration.
|
|
709
839
|
*/
|
|
710
|
-
setActiveLayout(): void;
|
|
840
|
+
setActiveLayout(view?: AcTrView2d, database?: AcDbDatabase): void;
|
|
711
841
|
/**
|
|
712
842
|
* Performs cleanup operations before opening a new document.
|
|
713
843
|
*
|
|
@@ -716,7 +846,7 @@ export declare class AcApDocManager {
|
|
|
716
846
|
*
|
|
717
847
|
* @protected
|
|
718
848
|
*/
|
|
719
|
-
protected onBeforeOpenDocument(options?: AcApOpenDatabaseOptions): void;
|
|
849
|
+
protected onBeforeOpenDocument(options?: AcApOpenDatabaseOptions, replaceCurrent?: boolean): void;
|
|
720
850
|
/**
|
|
721
851
|
* Performs setup operations after a document opening attempt.
|
|
722
852
|
*
|
|
@@ -794,6 +924,33 @@ export declare class AcApDocManager {
|
|
|
794
924
|
* visible until the outermost matching {@link hideBusyIndicator} runs.
|
|
795
925
|
*/
|
|
796
926
|
showBusyIndicator(message?: string): void;
|
|
927
|
+
/**
|
|
928
|
+
* Moves busy/open-file overlays onto `host`.
|
|
929
|
+
*
|
|
930
|
+
* In split view the host is overridden to the canvas being opened or focused.
|
|
931
|
+
*
|
|
932
|
+
* @param host - Default overlay parent when not in split view.
|
|
933
|
+
*/
|
|
934
|
+
setBusyIndicatorHost(host: HTMLElement): void;
|
|
935
|
+
/**
|
|
936
|
+
* Pins progress overlays to the canvas being opened, or the active canvas
|
|
937
|
+
* when a split view exists.
|
|
938
|
+
*/
|
|
939
|
+
private get openProgressView();
|
|
940
|
+
/**
|
|
941
|
+
* Pins the open-file overlay to the session that is currently reading a file.
|
|
942
|
+
*/
|
|
943
|
+
private beginOpenProgress;
|
|
944
|
+
/**
|
|
945
|
+
* Releases the open-file overlay pin after the spinner hides.
|
|
946
|
+
*/
|
|
947
|
+
private onOpenProgressHidden;
|
|
948
|
+
/**
|
|
949
|
+
* Pins progress overlays to the canvas being opened when a split view exists.
|
|
950
|
+
*
|
|
951
|
+
* @param view - Canvas whose container receives the overlay.
|
|
952
|
+
*/
|
|
953
|
+
private syncProgressOverlayHost;
|
|
797
954
|
/**
|
|
798
955
|
* Hides the spinner overlay shown by {@link showBusyIndicator}.
|
|
799
956
|
*
|
|
@@ -833,5 +990,48 @@ export declare class AcApDocManager {
|
|
|
833
990
|
* @private
|
|
834
991
|
*/
|
|
835
992
|
private loadPlugins;
|
|
993
|
+
/**
|
|
994
|
+
* Forwards database open-progress events to the overlay and header sysvars.
|
|
995
|
+
*
|
|
996
|
+
* @param doc - Document whose `openProgress` events should drive the overlay.
|
|
997
|
+
*/
|
|
998
|
+
private bindOpenProgress;
|
|
999
|
+
/**
|
|
1000
|
+
* Parks the live view onto the active session so another document can take the canvas.
|
|
1001
|
+
*/
|
|
1002
|
+
private parkActiveSession;
|
|
1003
|
+
/**
|
|
1004
|
+
* Reuses an Untitled on `targetView` when it has no file identity and no
|
|
1005
|
+
* entities; otherwise creates a new session on that view.
|
|
1006
|
+
*
|
|
1007
|
+
* When `targetView` is a different canvas (split comparison), the current
|
|
1008
|
+
* view keeps rendering — GPU scenes are never moved between renderers.
|
|
1009
|
+
*
|
|
1010
|
+
* @param targetView - Canvas that will receive the open; defaults to {@link curView}.
|
|
1011
|
+
* @returns True when a new session was created.
|
|
1012
|
+
*/
|
|
1013
|
+
private ensureOpenSession;
|
|
1014
|
+
/**
|
|
1015
|
+
* Drops a session created for an open that failed before activation completed.
|
|
1016
|
+
*/
|
|
1017
|
+
private closeFailedOpenSession;
|
|
1018
|
+
/**
|
|
1019
|
+
* Replaces the last remaining session with a fresh Untitled drawing.
|
|
1020
|
+
*
|
|
1021
|
+
* @param session - The only remaining session to recycle.
|
|
1022
|
+
*/
|
|
1023
|
+
private resetActiveSessionToUntitled;
|
|
1024
|
+
/**
|
|
1025
|
+
* Removes overlay layouts belonging to a session being closed.
|
|
1026
|
+
*
|
|
1027
|
+
* @param session - Session whose overlays should be disposed.
|
|
1028
|
+
*/
|
|
1029
|
+
private clearSessionOverlays;
|
|
1030
|
+
/**
|
|
1031
|
+
* Scene that currently owns `session`'s overlay layouts.
|
|
1032
|
+
* Parked sessions keep overlays on {@link AcApDocSession.viewState}; live
|
|
1033
|
+
* split-view sessions keep them on their own canvas, not {@link curView}.
|
|
1034
|
+
*/
|
|
1035
|
+
private sessionCadScene;
|
|
836
1036
|
}
|
|
837
1037
|
//# sourceMappingURL=AcApDocManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AcApDocManager.d.ts","sourceRoot":"","sources":["../../src/app/AcApDocManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EAChB,YAAY,EAGZ,uBAAuB,EAIxB,MAAM,uBAAuB,CAAA;
|
|
1
|
+
{"version":3,"file":"AcApDocManager.d.ts","sourceRoot":"","sources":["../../src/app/AcApDocManager.ts"],"names":[],"mappings":"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"}
|