@hatiolab/things-scene 10.0.0-beta.126 → 10.0.0-beta.127
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/components/container-abstract.d.ts.map +1 -1
- package/dist-types/components/data/data.d.ts.map +1 -1
- package/dist-types/components/line.d.ts.map +1 -1
- package/dist-types/components/mixins/holdable.d.ts +12 -0
- package/dist-types/components/mixins/holdable.d.ts.map +1 -0
- package/dist-types/components/polyline.d.ts +6 -0
- package/dist-types/components/polyline.d.ts.map +1 -1
- package/dist-types/components/root-container.d.ts +0 -11
- package/dist-types/components/root-container.d.ts.map +1 -1
- package/dist-types/diagnostics/contract-inspector.d.ts +1 -1
- package/dist-types/diagnostics/contract-inspector.d.ts.map +1 -1
- package/dist-types/diagnostics/data-lag-tracker.d.ts +31 -25
- package/dist-types/diagnostics/data-lag-tracker.d.ts.map +1 -1
- package/dist-types/diagnostics/inspector.d.ts +15 -15
- package/dist-types/diagnostics/inspector.d.ts.map +1 -1
- package/dist-types/diagnostics/loading-overlay.d.ts.map +1 -1
- package/dist-types/flow/auto-route.d.ts +36 -0
- package/dist-types/flow/auto-route.d.ts.map +1 -0
- package/dist-types/flow/face-anchors.d.ts +26 -0
- package/dist-types/flow/face-anchors.d.ts.map +1 -0
- package/dist-types/flow/flow-engine.d.ts +122 -0
- package/dist-types/flow/flow-engine.d.ts.map +1 -0
- package/dist-types/flow/flow-graph-coordinator.d.ts +80 -0
- package/dist-types/flow/flow-graph-coordinator.d.ts.map +1 -0
- package/dist-types/flow/flow-graph-validator.d.ts +33 -0
- package/dist-types/flow/flow-graph-validator.d.ts.map +1 -0
- package/dist-types/flow/flow-graph.d.ts +76 -0
- package/dist-types/flow/flow-graph.d.ts.map +1 -0
- package/dist-types/flow/flow-introspection.d.ts +36 -0
- package/dist-types/flow/flow-introspection.d.ts.map +1 -0
- package/dist-types/flow/flow-node.d.ts +69 -0
- package/dist-types/flow/flow-node.d.ts.map +1 -0
- package/dist-types/flow/flow-orientation-coordinator.d.ts +13 -0
- package/dist-types/flow/flow-orientation-coordinator.d.ts.map +1 -0
- package/dist-types/flow/flow-orientation.d.ts +42 -0
- package/dist-types/flow/flow-orientation.d.ts.map +1 -0
- package/dist-types/flow/flow-trace.d.ts +5 -0
- package/dist-types/flow/flow-trace.d.ts.map +1 -0
- package/dist-types/flow/index.d.ts +16 -0
- package/dist-types/flow/index.d.ts.map +1 -0
- package/dist-types/flow/segment-topology.d.ts +225 -0
- package/dist-types/flow/segment-topology.d.ts.map +1 -0
- package/dist-types/flow/station-host-inference.d.ts +23 -0
- package/dist-types/flow/station-host-inference.d.ts.map +1 -0
- package/dist-types/items/arrangement/centering-queue-strategy.d.ts +10 -0
- package/dist-types/items/arrangement/centering-queue-strategy.d.ts.map +1 -0
- package/dist-types/items/arrangement/gravity-strategy.d.ts +9 -0
- package/dist-types/items/arrangement/gravity-strategy.d.ts.map +1 -0
- package/dist-types/items/arrangement/grid-strategy.d.ts +11 -0
- package/dist-types/items/arrangement/grid-strategy.d.ts.map +1 -0
- package/dist-types/items/arrangement/index.d.ts +7 -0
- package/dist-types/items/arrangement/index.d.ts.map +1 -0
- package/dist-types/items/arrangement/queue-strategy.d.ts +9 -0
- package/dist-types/items/arrangement/queue-strategy.d.ts.map +1 -0
- package/dist-types/items/arrangement/shelf-strategy.d.ts +11 -0
- package/dist-types/items/arrangement/shelf-strategy.d.ts.map +1 -0
- package/dist-types/items/arrangement/stack-strategy.d.ts +9 -0
- package/dist-types/items/arrangement/stack-strategy.d.ts.map +1 -0
- package/dist-types/items/capacity-mixin.d.ts +298 -0
- package/dist-types/items/capacity-mixin.d.ts.map +1 -0
- package/dist-types/items/capacity.d.ts +53 -0
- package/dist-types/items/capacity.d.ts.map +1 -0
- package/dist-types/items/index.d.ts +5 -0
- package/dist-types/items/index.d.ts.map +1 -0
- package/dist-types/items/items-data-binding.d.ts +79 -0
- package/dist-types/items/items-data-binding.d.ts.map +1 -0
- package/dist-types/items/slot-record.d.ts +23 -0
- package/dist-types/items/slot-record.d.ts.map +1 -0
- package/dist-types/layer/modeler/path-handler.d.ts.map +1 -1
- package/dist-types/layer/modeling-layer.d.ts +7 -0
- package/dist-types/layer/modeling-layer.d.ts.map +1 -1
- package/dist-types/things-scene/application-context.d.ts +6 -2
- package/dist-types/things-scene/application-context.d.ts.map +1 -1
- package/dist-types/things-scene/index.d.ts +5 -2
- package/dist-types/things-scene/index.d.ts.map +1 -1
- package/dist-types/threed/managers/vertex-gizmo-manager.d.ts.map +1 -1
- package/dist-types/threed/three-capability.d.ts +2 -2
- package/dist-types/threed/three-capability.d.ts.map +1 -1
- package/dist-types/transfer/container-capacity-helpers.d.ts +18 -0
- package/dist-types/transfer/container-capacity-helpers.d.ts.map +1 -0
- package/dist-types/transfer/container-capacity.d.ts +5 -374
- package/dist-types/transfer/container-capacity.d.ts.map +1 -1
- package/dist-types/transfer/index.d.ts +3 -0
- package/dist-types/transfer/index.d.ts.map +1 -1
- package/dist-types/transfer/transferable-mixin.d.ts +259 -0
- package/dist-types/transfer/transferable-mixin.d.ts.map +1 -0
- package/package.json +1 -1
- package/things-scene-min.js +11 -11
- package/things-scene-min.js.map +1 -1
- package/things-scene-transfer.mjs +3 -2
- package/things-scene.mjs +3 -3
- package/things-scene.mjs.map +1 -1
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
import type { SlotDef, TransferOptions, Transferable as ITransferable } from './types.js';
|
|
2
|
+
import type Component from '../components/component.js';
|
|
3
|
+
type Constructor<T = object> = new (...args: any[]) => T;
|
|
4
|
+
/**
|
|
5
|
+
* Transferable (move) 믹스인. Capacity 위에 합성되어 receive/dispatch 를 제공.
|
|
6
|
+
*/
|
|
7
|
+
export declare function Transferable<TBase extends Constructor<Component>>(Base: TBase): {
|
|
8
|
+
new (...args: any[]): {
|
|
9
|
+
receive(component: any, options?: TransferOptions): Promise<void>;
|
|
10
|
+
dispatch(component: any, target: ITransferable, options?: TransferOptions): Promise<void>;
|
|
11
|
+
route(_component: any): ITransferable | null | Promise<ITransferable | null>;
|
|
12
|
+
/** WCS resolves a pending route. Override in BeltContainer / WheelSorter. */
|
|
13
|
+
resolveRoute(_component: any, _target: ITransferable): void;
|
|
14
|
+
/** WCS rejects or times out a pending route. */
|
|
15
|
+
rejectRoute(component: any, reason?: string): void;
|
|
16
|
+
/**
|
|
17
|
+
* canReceive 의 풍부한 버전. ok 면 slot 동봉, 아니면 reason 명시 (drag-over UI 용).
|
|
18
|
+
*/
|
|
19
|
+
canAccept(component: any): {
|
|
20
|
+
ok: true;
|
|
21
|
+
slot: SlotDef;
|
|
22
|
+
} | {
|
|
23
|
+
ok: false;
|
|
24
|
+
reason: string;
|
|
25
|
+
};
|
|
26
|
+
/** receive 의 alias — Phase G2 contract 의 명시적 이름. */
|
|
27
|
+
accept(component: any, options?: TransferOptions): Promise<void>;
|
|
28
|
+
_app: any;
|
|
29
|
+
_model: any;
|
|
30
|
+
_state: any;
|
|
31
|
+
_delta: any;
|
|
32
|
+
_animation: any;
|
|
33
|
+
_animate: any;
|
|
34
|
+
_parent: any;
|
|
35
|
+
_disposed: any;
|
|
36
|
+
_textHidden: any;
|
|
37
|
+
_text_substitutor: any;
|
|
38
|
+
_value_substitutor: any;
|
|
39
|
+
_mappings: any;
|
|
40
|
+
_realObject: import("../index.js").IRealObject | undefined;
|
|
41
|
+
_cachedState: any;
|
|
42
|
+
updatedAt: any;
|
|
43
|
+
fontSize: any;
|
|
44
|
+
__cache__: any;
|
|
45
|
+
created(): void;
|
|
46
|
+
added(parent: any): void;
|
|
47
|
+
removed(parent: any): void;
|
|
48
|
+
ready(): Promise<void>;
|
|
49
|
+
touch(): void;
|
|
50
|
+
clearCache(...attrs: any[]): void;
|
|
51
|
+
removeSelf(completely: any): void;
|
|
52
|
+
resetAnimation(): void;
|
|
53
|
+
dispose(): void;
|
|
54
|
+
get nature(): import("../index.js").ComponentNature;
|
|
55
|
+
get disposed(): boolean;
|
|
56
|
+
isLayer(): boolean;
|
|
57
|
+
isGroup(): boolean;
|
|
58
|
+
isContainer(): this is import("../types/component.js").Container;
|
|
59
|
+
isLine(): boolean;
|
|
60
|
+
isRoot(): boolean;
|
|
61
|
+
isRootModel(): boolean;
|
|
62
|
+
is3dish(): boolean;
|
|
63
|
+
get is3dMode(): boolean;
|
|
64
|
+
isIn3DSpace(): boolean;
|
|
65
|
+
isTemplate(): boolean;
|
|
66
|
+
isHTMLElement(): boolean;
|
|
67
|
+
isConnectable(): boolean;
|
|
68
|
+
isIdentifiable(): boolean;
|
|
69
|
+
isPositionable(): boolean;
|
|
70
|
+
replaceRefids(replaceMap: any): void;
|
|
71
|
+
get(property: any): any;
|
|
72
|
+
set(props: any, propval?: any): any;
|
|
73
|
+
getState(property: any): any;
|
|
74
|
+
setState(props: Partial<import("../index.js").State> | string, propval?: any): any;
|
|
75
|
+
get model(): any;
|
|
76
|
+
get state(): import("../index.js").State;
|
|
77
|
+
get refid(): any;
|
|
78
|
+
get hierarchy(): any;
|
|
79
|
+
get volatile(): never[];
|
|
80
|
+
_applyProps(target: any, props: any, options: any): /*elided*/ any;
|
|
81
|
+
contains(x: number, y: number): boolean;
|
|
82
|
+
move(offset: {
|
|
83
|
+
x: number;
|
|
84
|
+
y: number;
|
|
85
|
+
}, ...args: boolean[]): void;
|
|
86
|
+
symmetryX(x?: number): void;
|
|
87
|
+
symmetryY(y: number): void;
|
|
88
|
+
adjustResize(bounds: import("../index.js").BOUNDS, origin_bounds: import("../index.js").BOUNDS, diagonal: boolean): {
|
|
89
|
+
left: any;
|
|
90
|
+
top: any;
|
|
91
|
+
width: any;
|
|
92
|
+
height: any;
|
|
93
|
+
};
|
|
94
|
+
adjustRotation(rotation: number, step: boolean): number;
|
|
95
|
+
outline(progress: number): any;
|
|
96
|
+
get bounds(): import("../index.js").BOUNDS;
|
|
97
|
+
set bounds(b: import("../index.js").BOUNDS);
|
|
98
|
+
get center(): import("../index.js").POINT;
|
|
99
|
+
set center(p: import("../index.js").POINT);
|
|
100
|
+
get location(): import("../index.js").POINT;
|
|
101
|
+
set location(l: import("../index.js").POINT);
|
|
102
|
+
get rotate(): import("../index.js").POINT;
|
|
103
|
+
set rotate(r: import("../index.js").POINT);
|
|
104
|
+
get dimension(): import("../index.js").DIMENSION;
|
|
105
|
+
set dimension(d: import("../index.js").DIMENSION);
|
|
106
|
+
get path(): import("../index.js").POINT[];
|
|
107
|
+
set path(p: import("../index.js").POINT[]);
|
|
108
|
+
get drawPath(): import("../index.js").POINT[];
|
|
109
|
+
get rotatePoint(): import("../index.js").POINT;
|
|
110
|
+
get mutable(): boolean;
|
|
111
|
+
get resizable(): boolean;
|
|
112
|
+
get rotatable(): boolean;
|
|
113
|
+
buildRealObject(): import("../index.js").IRealObject | undefined;
|
|
114
|
+
get realObject(): import("../index.js").IRealObject | undefined;
|
|
115
|
+
draw(context?: import("../index.js").SceneRenderContext): void;
|
|
116
|
+
prerender(context: import("../index.js").SceneRenderContext): void;
|
|
117
|
+
render(context: import("../index.js").SceneRenderContext): void;
|
|
118
|
+
postrender(context: import("../index.js").SceneRenderContext): void;
|
|
119
|
+
prepare(resolve: (component: Component) => void, reject: (reason: any) => void): void;
|
|
120
|
+
prepareIf(condition: boolean): void;
|
|
121
|
+
drawText(context: import("../index.js").SceneRenderContext): void;
|
|
122
|
+
drawStroke(context: import("../index.js").SceneRenderContext, override?: Record<string, unknown>): void;
|
|
123
|
+
drawFill(context: import("../index.js").SceneRenderContext, override?: Record<string, unknown>): void;
|
|
124
|
+
get strokeStyle(): any;
|
|
125
|
+
set strokeStyle(v: any);
|
|
126
|
+
get fillStyle(): any;
|
|
127
|
+
set fillStyle(v: any);
|
|
128
|
+
get fontColor(): string;
|
|
129
|
+
set fontColor(v: string);
|
|
130
|
+
get rotation(): number;
|
|
131
|
+
set rotation(v: number);
|
|
132
|
+
get decorators(): string[];
|
|
133
|
+
get decotag(): string;
|
|
134
|
+
get hidden(): boolean;
|
|
135
|
+
set hidden(v: boolean);
|
|
136
|
+
get tag(): string;
|
|
137
|
+
set tag(v: string);
|
|
138
|
+
get appendum(): any;
|
|
139
|
+
set appendum(v: any);
|
|
140
|
+
defaultTextSubstitutor(): string;
|
|
141
|
+
textLines(context?: import("../index.js").SceneRenderContext): any[][];
|
|
142
|
+
get font(): string;
|
|
143
|
+
get lineHeight(): number;
|
|
144
|
+
get textSubstitutor(): () => string;
|
|
145
|
+
get text(): string;
|
|
146
|
+
set text(v: string);
|
|
147
|
+
get textBounds(): import("../index.js").BOUNDS;
|
|
148
|
+
get textRotation(): number;
|
|
149
|
+
get textHidden(): boolean;
|
|
150
|
+
set textHidden(v: boolean);
|
|
151
|
+
get hasTextProperty(): boolean;
|
|
152
|
+
animate(opts: import("../index.js").AnimationConfig): any;
|
|
153
|
+
effect(context: import("../index.js").SceneRenderContext, model: any): void;
|
|
154
|
+
serialize(...others: any[]): string;
|
|
155
|
+
trim(): void;
|
|
156
|
+
closeScene(data: any): void;
|
|
157
|
+
delta(attr?: string | object, value?: any): any;
|
|
158
|
+
invalidate(): void;
|
|
159
|
+
get value(): any;
|
|
160
|
+
set value(v: any);
|
|
161
|
+
get data(): any;
|
|
162
|
+
set data(v: any);
|
|
163
|
+
set tap(v: any);
|
|
164
|
+
get mappings(): any[];
|
|
165
|
+
get retention(): number;
|
|
166
|
+
get animation(): import("../index.js").AnimationController | undefined;
|
|
167
|
+
get started(): boolean;
|
|
168
|
+
set started(v: boolean);
|
|
169
|
+
get controls(): import("../index.js").Control[] | undefined;
|
|
170
|
+
findFirst(finder: string | ((c: Component) => boolean), ...others: any[]): Component | undefined;
|
|
171
|
+
findAll(s: string | ((c: Component) => boolean), ...others: any[]): any[] | undefined;
|
|
172
|
+
capture(x: number, y: number, except?: (c: Component) => boolean): any;
|
|
173
|
+
findAnchor(name: string): any;
|
|
174
|
+
isDescendible(container: Component | any): boolean;
|
|
175
|
+
getContext(component?: unknown): any;
|
|
176
|
+
get root(): Component;
|
|
177
|
+
get rootModel(): Component;
|
|
178
|
+
get parent(): Component;
|
|
179
|
+
set parent(v: Component);
|
|
180
|
+
get anchors(): import("../index.js").Anchor[];
|
|
181
|
+
get scalable(): boolean;
|
|
182
|
+
get stuck(): boolean;
|
|
183
|
+
get capturable(): boolean;
|
|
184
|
+
get position(): string;
|
|
185
|
+
get origin(): string;
|
|
186
|
+
get offset(): import("../index.js").POINT;
|
|
187
|
+
get app(): import("../index.js").ApplicationContext;
|
|
188
|
+
drawEffect(context: import("../index.js").SceneRenderContext): void;
|
|
189
|
+
prepareFill(resolve: Function, reject: Function): void;
|
|
190
|
+
prepareFillIf(condition: boolean): void;
|
|
191
|
+
onchangeFill(after: Record<string, any>, before: Record<string, any>): void;
|
|
192
|
+
drawImage(context: import("../index.js").SceneRenderContext, image: HTMLImageElement, left: number, top: number, width: number, height: number): void;
|
|
193
|
+
mutateBounds(logic: ((bounds: import("../index.js").BOUNDS) => import("../index.js").BOUNDS | void) | null, context?: any): void;
|
|
194
|
+
mutatePath(beforeLogic: ((path: import("../index.js").POINT[]) => import("../index.js").POINT[] | void) | null, afterLogic: ((path: import("../index.js").POINT[]) => import("../index.js").POINT[] | void) | null, context?: any): void;
|
|
195
|
+
access(accessor: string): any;
|
|
196
|
+
substitute(template: string, data: any): string | undefined;
|
|
197
|
+
onchangeMappings(after: Record<string, any>, before: Record<string, any>): void;
|
|
198
|
+
onchangeData(after: Record<string, any>, before: Record<string, any>): void;
|
|
199
|
+
buildMappings(): void;
|
|
200
|
+
executeMappings(force?: boolean): void;
|
|
201
|
+
disposeMappings(): void;
|
|
202
|
+
ondropfile(transfered: FileList, files: string[]): void;
|
|
203
|
+
transcoordS2P(x: number, y: number, rp?: import("../index.js").POINT): import("../index.js").POINT;
|
|
204
|
+
transcoordP2S(x: number, y: number, rp?: import("../index.js").POINT): import("../index.js").POINT;
|
|
205
|
+
transcoordS2T(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
206
|
+
transcoordT2P(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
207
|
+
transcoordT2S(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
208
|
+
transcoordS2TR(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
209
|
+
transcoordS2O(x: number, y: number, target: Component): import("../index.js").POINT;
|
|
210
|
+
transcoordC2S(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
211
|
+
transcoordS2C(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
212
|
+
toParent(x: number, y: number, rp?: import("../index.js").POINT): import("../index.js").POINT;
|
|
213
|
+
fromParent(x: number, y: number, rp?: import("../index.js").POINT): import("../index.js").POINT;
|
|
214
|
+
toScene(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
215
|
+
fromScene(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
216
|
+
toLocal(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
217
|
+
toGlobal(x: number, y: number, top?: Component): import("../index.js").POINT;
|
|
218
|
+
toOther(x: number, y: number, target: Component): import("../index.js").POINT;
|
|
219
|
+
on<K extends keyof import("../index.js").ComponentEventMap>(name: K, callback: (...args: import("../index.js").ComponentEventMap[K]) => void, context?: any): /*elided*/ any;
|
|
220
|
+
on(name: string | object, callback: Function, context?: any): /*elided*/ any;
|
|
221
|
+
off<K extends keyof import("../index.js").ComponentEventMap>(name: K, callback?: ((...args: import("../index.js").ComponentEventMap[K]) => void) | undefined, context?: any): /*elided*/ any;
|
|
222
|
+
off(name?: string | object, callback?: Function, context?: any): /*elided*/ any;
|
|
223
|
+
once<K extends keyof import("../index.js").ComponentEventMap>(name: K, callback: (...args: import("../index.js").ComponentEventMap[K]) => void, context?: any): /*elided*/ any;
|
|
224
|
+
once(name: string | object, callback: Function, context?: any): /*elided*/ any;
|
|
225
|
+
trigger<K extends keyof import("../index.js").ComponentEventMap>(name: K, ...args: import("../index.js").ComponentEventMap[K]): /*elided*/ any;
|
|
226
|
+
trigger(name: string, ...args: any[]): /*elided*/ any;
|
|
227
|
+
delegate_on(delegator: any): /*elided*/ any;
|
|
228
|
+
delegate_off(delegator: any): /*elided*/ any;
|
|
229
|
+
onchange(after: Record<string, any>, before: Record<string, any>): void;
|
|
230
|
+
calculateBounds?(): void;
|
|
231
|
+
oncreate_element?(element: HTMLElement): void;
|
|
232
|
+
removeComponent(component: Component, ghost?: boolean): void;
|
|
233
|
+
addComponent(component: Component, ghost?: boolean): void;
|
|
234
|
+
insertComponentAt(component: Component, index: number, ghost?: boolean): void;
|
|
235
|
+
getOverlay(component: Component): HTMLElement | undefined;
|
|
236
|
+
findById(id: string): Component | undefined;
|
|
237
|
+
findByRefid(ref: string | number): Component | undefined;
|
|
238
|
+
findAllById(id: string): Component[];
|
|
239
|
+
resize(): void;
|
|
240
|
+
fit(type?: string): void;
|
|
241
|
+
get components(): Component[] | undefined;
|
|
242
|
+
get layout(): any;
|
|
243
|
+
get auxOverlay(): HTMLElement | undefined;
|
|
244
|
+
get isReady(): boolean;
|
|
245
|
+
get unitScale(): number;
|
|
246
|
+
get selected(): Component[];
|
|
247
|
+
set selected(_v: Component[]);
|
|
248
|
+
get focused(): Component | null;
|
|
249
|
+
set focused(_v: Component | null);
|
|
250
|
+
get hasSameParentForAllSelected(): boolean;
|
|
251
|
+
set hasSameParentForAllSelected(_v: boolean);
|
|
252
|
+
get fitMode(): string | undefined;
|
|
253
|
+
set fitMode(_v: string | undefined);
|
|
254
|
+
get element(): HTMLElement | null;
|
|
255
|
+
set element(_v: HTMLElement | null);
|
|
256
|
+
};
|
|
257
|
+
} & TBase;
|
|
258
|
+
export {};
|
|
259
|
+
//# sourceMappingURL=transferable-mixin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transferable-mixin.d.ts","sourceRoot":"","sources":["../../src/transfer/transferable-mixin.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,YAAY,CAAA;AACzF,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAA;AAKvD,KAAK,WAAW,CAAC,CAAC,GAAG,MAAM,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAA;AAExD;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,SAAS,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,KAAK;kBALjC,GAAG,EAAE;2BAQrB,GAAG,YAAW,eAAe,GAAQ,OAAO,CAAC,IAAI,CAAC;4BA8IjD,GAAG,UAAU,aAAa,YAAW,eAAe,GAAQ,OAAO,CAAC,IAAI,CAAC;0BAiCjF,GAAG,GAAG,aAAa,GAAG,IAAI,GAAG,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;QAI5E,6EAA6E;iCACpD,GAAG,WAAW,aAAa,GAAG,IAAI;QAI3D,gDAAgD;+BACzB,GAAG,oBAAwB,IAAI;QAStD;;WAEG;6BACkB,GAAG,GAAG;YAAE,EAAE,EAAE,IAAI,CAAC;YAAC,IAAI,EAAE,OAAO,CAAA;SAAE,GAAG;YAAE,EAAE,EAAE,KAAK,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE;QAuBtF,oDAAoD;0BAClC,GAAG,YAAY,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAInE"}
|
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.127",
|
|
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",
|