@hatiolab/things-scene 10.0.0-beta.134 → 10.0.0-beta.136
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-types/clock/frame-clock.d.ts.map +1 -1
- package/dist-types/components/component-drawing.d.ts.map +1 -1
- package/dist-types/components/component-hierarchy.d.ts.map +1 -1
- package/dist-types/components/container.d.ts +1 -0
- package/dist-types/components/container.d.ts.map +1 -1
- package/dist-types/components/html/reposition.d.ts.map +1 -1
- package/dist-types/components/html-overlay-container.d.ts +1 -0
- package/dist-types/components/html-overlay-container.d.ts.map +1 -1
- package/dist-types/components/html-overlay-element.d.ts +1 -0
- package/dist-types/components/html-overlay-element.d.ts.map +1 -1
- package/dist-types/components/mixins/html-element.d.ts +10 -0
- package/dist-types/components/mixins/html-element.d.ts.map +1 -1
- package/dist-types/components/modeling-faint.d.ts +14 -0
- package/dist-types/components/modeling-faint.d.ts.map +1 -0
- package/dist-types/flow/capability-inference.d.ts +19 -0
- package/dist-types/flow/capability-inference.d.ts.map +1 -0
- package/dist-types/flow/flow-graph-coordinator.d.ts.map +1 -1
- package/dist-types/flow/index.d.ts +1 -1
- package/dist-types/flow/index.d.ts.map +1 -1
- package/dist-types/things-scene/index.d.ts +1 -1
- package/dist-types/things-scene/index.d.ts.map +1 -1
- package/dist-types/things-scene/scene.d.ts +4 -3
- package/dist-types/things-scene/scene.d.ts.map +1 -1
- package/dist-types/threed/common.d.ts +6 -1
- package/dist-types/threed/common.d.ts.map +1 -1
- package/dist-types/threed/index.d.ts +3 -0
- package/dist-types/threed/index.d.ts.map +1 -1
- package/dist-types/threed/material-bank.d.ts +42 -0
- package/dist-types/threed/material-bank.d.ts.map +1 -0
- package/dist-types/threed/material-variant.d.ts +43 -0
- package/dist-types/threed/material-variant.d.ts.map +1 -0
- package/dist-types/threed/real-object-dom-element.d.ts +7 -0
- package/dist-types/threed/real-object-dom-element.d.ts.map +1 -1
- package/dist-types/threed/real-object-dom-texture.d.ts +0 -1
- package/dist-types/threed/real-object-dom-texture.d.ts.map +1 -1
- package/dist-types/threed/real-object-mesh.d.ts +0 -1
- package/dist-types/threed/real-object-mesh.d.ts.map +1 -1
- package/dist-types/threed/real-object-plane-2d.d.ts +0 -1
- package/dist-types/threed/real-object-plane-2d.d.ts.map +1 -1
- package/dist-types/threed/real-object-sprite.d.ts +0 -1
- package/dist-types/threed/real-object-sprite.d.ts.map +1 -1
- package/dist-types/threed/real-object-text.d.ts.map +1 -1
- package/dist-types/threed/real-object.d.ts +20 -5
- package/dist-types/threed/real-object.d.ts.map +1 -1
- package/dist-types/threed/utils/dispose.d.ts.map +1 -1
- package/dist-types/transfer/index.d.ts +1 -0
- package/dist-types/transfer/index.d.ts.map +1 -1
- package/dist-types/types/capability.d.ts +6 -0
- package/dist-types/types/capability.d.ts.map +1 -1
- package/package.json +1 -1
- package/things-scene-min.js +10 -10
- package/things-scene-min.js.map +1 -1
- package/things-scene-transfer.mjs +2 -2
- package/things-scene.mjs +3 -3
- package/things-scene.mjs.map +1 -1
- package/dist-types/flow/station-host-inference.d.ts +0 -23
- package/dist-types/flow/station-host-inference.d.ts.map +0 -1
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 컴포넌트(인스턴스/클래스)가 특정 capability 를 선언했는지 판정 — class chain 의 static
|
|
3
|
+
* `capabilities`(@capability 데코레이터가 누적) 조회. 런타임 duck-typing 대신 *명시 선언* 기반
|
|
4
|
+
* 자격 판정에 사용(예: 도메인의 isSorter=hasCapability 래퍼). 인스턴스면 constructor 를, 클래스/프로토타입이면 그 자체를 본다.
|
|
5
|
+
*/
|
|
6
|
+
export declare function hasCapability(c: any, name: string): boolean;
|
|
1
7
|
export declare function capability<S extends string>(...names: readonly S[]): ClassDecorator;
|
|
2
8
|
/**
|
|
3
9
|
* Capability 자체의 정적 metadata — 이름 / 설명 / interface 의 메서드 목록 /
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability.d.ts","sourceRoot":"","sources":["../../src/types/capability.ts"],"names":[],"mappings":"AAoBA,wBAAgB,UAAU,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,KAAK,EAAE,SAAS,CAAC,EAAE,GAAG,cAAc,CAcnF;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;IAC5B,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACpC,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACnC;;;;;OAKG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACxC;;;;;;;;OAQG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACxC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAC7B;AAID,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,CAEjE;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAE1E;AAED,wBAAgB,oBAAoB,IAAI,SAAS,cAAc,EAAE,CAEhE;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC5C,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC1C,YAAY,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAChD,KAAK,CAAC,EAAE,MAAM,CAAA;CACf"}
|
|
1
|
+
{"version":3,"file":"capability.d.ts","sourceRoot":"","sources":["../../src/types/capability.ts"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAG3D;AAED,wBAAgB,UAAU,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,KAAK,EAAE,SAAS,CAAC,EAAE,GAAG,cAAc,CAcnF;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;IAC5B,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACpC,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACnC;;;;;OAKG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACxC;;;;;;;;OAQG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACxC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAA;CAC7B;AAID,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,CAEjE;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAE1E;AAED,wBAAgB,oBAAoB,IAAI,SAAS,cAAc,EAAE,CAEhE;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC5C,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC1C,YAAY,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAChD,KAAK,CAAC,EAAE,MAAM,CAAA;CACf"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hatiolab/things-scene",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.136",
|
|
4
4
|
"description": "A high-performance 2D/3D scene graph library for building interactive visual editors, combining HTML5 Canvas and Three.js to enable facility visualization, data-driven animations, and real-time monitoring dashboards",
|
|
5
5
|
"main": "things-scene-min.js",
|
|
6
6
|
"module": "things-scene.mjs",
|