feat: add camera switch, fix click event/dialog resize/map state sync
- fix(engine): adapt click handler to base engine array format data[0].url/ids - feat(toolbar): add perspective/orthographic camera switch button with dynamic icon - fix(dialog): clamp resize to container bounds to prevent overflow - feat(demo): add auto-combine feature with robust URL parsing and validation - fix(walk): close minimap on walk exit and sync map state between toolbar and walk panel - fix(engine): correct MiniMap getstate() casing to match base engine API - build: rebuild demo libs
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"version": "1.3.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"iflow-engine-base": "^2.0.5",
|
||||
"iflow-engine-base": "^2.0.6",
|
||||
"three": "^0.182.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -1787,9 +1787,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/iflow-engine-base": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/iflow-engine-base/-/iflow-engine-base-2.0.5.tgz",
|
||||
"integrity": "sha512-/YM5f5l0DfvhYR75QNeeSqgW/OAXYmGfQbH+jNqTbACg604ki+BHwmBmXh/CPrugfdBj1OT5qXWHD76iPOriag==",
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/iflow-engine-base/-/iflow-engine-base-2.0.6.tgz",
|
||||
"integrity": "sha512-ogC1miovUIAfC1XwlATl/y1UmZfs5RneUUxKRwWwLQ1Juz6VgWMHts8dyhmu3FRkAuUAhnknn1Gr/2MdLwxRvA==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/three": "^0.181.0",
|
||||
|
||||
Reference in New Issue
Block a user