Skip to content

Commit 4f8b97d

Browse files
agviegasclaude
andcommitted
chore(built-in): sync UIManager types — native/max resolution settings + gizmo/pill updates
Regenerated from platform_builtin-components distribute (UIManager + CDEManager bundles). Additive: new Quality settings (native/max resolution) surfaced in the built-in type surface. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2a9abc6 commit 4f8b97d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/built-in/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,15 @@ declare class _CDEManager extends OBC.Component implements OBC.Transitionable<CD
488488
private _saveConversionIndex;
489489
private _loadConversionIndex;
490490
private _resumePendingConversions;
491+
/** Cached id of the IfcFragmenter component, resolved by name for this session. */
492+
private _ifcFragmenterId?;
493+
/**
494+
* Resolves the platform IFC→FRAG cloud component's id by its stable name
495+
* (`IfcFragmenter`) within the current project, so it works across dev/prod
496+
* without a hardcoded id. Cached for the session. Returns `undefined` if no
497+
* such component is available in the project.
498+
*/
499+
private _resolveIfcFragmenterId;
491500
private _triggerIfcConversions;
492501
uploadFiles(files: File[], folderId?: string | null, options?: {
493502
forceNew?: boolean;

0 commit comments

Comments
 (0)