iflow-engine 2.2.0 → 2.3.0
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/components/engine-2d/index.d.ts +0 -6
- package/dist/components/section-box-panel/index.d.ts +0 -2
- package/dist/iflow-engine.es.js +26147 -15791
- package/dist/iflow-engine.es.js.map +1 -1
- package/dist/iflow-engine.umd.js +603 -382
- package/dist/iflow-engine.umd.js.map +1 -1
- package/dist/managers/component-detail-manager.d.ts +0 -2
- package/package.json +2 -2
|
@@ -6,7 +6,6 @@ export declare class ComponentDetailManager extends BaseManager {
|
|
|
6
6
|
private currentSelection;
|
|
7
7
|
private unsubscribeSelected;
|
|
8
8
|
private unsubscribeDeselected;
|
|
9
|
-
private tabInstance;
|
|
10
9
|
private propertiesData;
|
|
11
10
|
constructor(registry: ManagerRegistry);
|
|
12
11
|
init(): void;
|
|
@@ -17,7 +16,6 @@ export declare class ComponentDetailManager extends BaseManager {
|
|
|
17
16
|
private renderNoSelection;
|
|
18
17
|
private renderTabbedContent;
|
|
19
18
|
private createPropertiesPanel;
|
|
20
|
-
private createMaterialsPanel;
|
|
21
19
|
private createCategoryContent;
|
|
22
20
|
isOpen(): boolean;
|
|
23
21
|
hide(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iflow-engine",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "iFlow Engine SDK for Vue2, Vue3, React and HTML",
|
|
5
5
|
"main": "./dist/iflow-engine.umd.js",
|
|
6
6
|
"module": "./dist/iflow-engine.es.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"vite-plugin-dts": "^4.5.4"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"iflow-engine-base": "^3.
|
|
62
|
+
"iflow-engine-base": "^3.2.0",
|
|
63
63
|
"three": "^0.182.0"
|
|
64
64
|
}
|
|
65
65
|
}
|