mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-26 12:28:01 +08:00
feat(playground): playground支持旋转操作
This commit is contained in:
parent
5271b08b3a
commit
423059deac
@ -24,6 +24,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.12.4",
|
||||
"@types/serialize-javascript": "^5.0.1",
|
||||
"@vitejs/plugin-legacy": "^1.8.2",
|
||||
"@vitejs/plugin-vue": "^1.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^1.1.6",
|
||||
|
@ -205,6 +205,7 @@ export default defineComponent({
|
||||
|
||||
options.draggable = !isPage;
|
||||
options.resizable = !isPage;
|
||||
options.rotatable = !isPage;
|
||||
|
||||
return options;
|
||||
},
|
||||
|
32
pnpm-lock.yaml
generated
32
pnpm-lock.yaml
generated
@ -70,7 +70,7 @@ importers:
|
||||
|
||||
packages/core:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@types/events': ^3.0.0
|
||||
'@types/node': ^15.12.4
|
||||
events: ^3.3.0
|
||||
@ -91,11 +91,11 @@ importers:
|
||||
specifiers:
|
||||
'@babel/core': ^7.18.0
|
||||
'@element-plus/icons': 0.0.11
|
||||
'@tmagic/core': 1.0.0-rc.7
|
||||
'@tmagic/form': 1.0.0-rc.7
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/stage': 1.0.0-rc.7
|
||||
'@tmagic/utils': 1.0.0-rc.7
|
||||
'@tmagic/core': ^1.0.0-rc.6
|
||||
'@tmagic/form': ^1.0.0-rc.6
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@tmagic/stage': ^1.0.0-rc.6
|
||||
'@tmagic/utils': ^1.0.0-rc.6
|
||||
'@types/events': ^3.0.0
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
@ -156,7 +156,7 @@ importers:
|
||||
specifiers:
|
||||
'@babel/core': ^7.18.0
|
||||
'@element-plus/icons': 0.0.11
|
||||
'@tmagic/utils': 1.0.0-rc.7
|
||||
'@tmagic/utils': ^1.0.0-rc.6
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
'@types/sortablejs': ^1.10.7
|
||||
@ -212,9 +212,9 @@ importers:
|
||||
packages/stage:
|
||||
specifiers:
|
||||
'@scena/guides': ^0.17.0
|
||||
'@tmagic/core': 1.0.0-rc.7
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/utils': 1.0.0-rc.7
|
||||
'@tmagic/core': ^1.0.0-rc.6
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@tmagic/utils': ^1.0.0-rc.6
|
||||
'@types/events': ^3.0.0
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
@ -246,7 +246,7 @@ importers:
|
||||
|
||||
packages/table:
|
||||
specifiers:
|
||||
'@tmagic/form': 1.0.0-rc.7
|
||||
'@tmagic/form': ^1.0.0-rc.6
|
||||
'@types/color': ^3.0.1
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
@ -282,7 +282,7 @@ importers:
|
||||
packages/ui:
|
||||
specifiers:
|
||||
'@testing-library/vue': ^6.4.2
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@types/qrcode': ^1.4.2
|
||||
'@vue/compiler-sfc': ^3.2.0
|
||||
'@vue/test-utils': ^2.0.0
|
||||
@ -304,7 +304,7 @@ importers:
|
||||
|
||||
packages/ui-react:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@types/react': ^17.0.37
|
||||
'@types/react-dom': ^17.0.11
|
||||
qrcode: ^1.5.0
|
||||
@ -323,7 +323,7 @@ importers:
|
||||
|
||||
packages/ui-vue2:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@vue/composition-api': 1.0.5
|
||||
qrcode: ^1.5.0
|
||||
vite: ^2.3.7
|
||||
@ -342,7 +342,7 @@ importers:
|
||||
|
||||
packages/utils:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.7
|
||||
'@tmagic/schema': ^1.0.0-rc.6
|
||||
'@types/node': ^15.12.4
|
||||
moment: ^2.29.2
|
||||
typescript: ^4.3.4
|
||||
@ -366,6 +366,7 @@ importers:
|
||||
'@tmagic/stage': ^1.0.0-rc.6
|
||||
'@tmagic/utils': ^1.0.0-rc.6
|
||||
'@types/node': ^15.12.4
|
||||
'@types/serialize-javascript': ^5.0.1
|
||||
'@vitejs/plugin-legacy': ^1.8.2
|
||||
'@vitejs/plugin-vue': ^1.2.3
|
||||
'@vitejs/plugin-vue-jsx': ^1.1.6
|
||||
@ -393,6 +394,7 @@ importers:
|
||||
vue-router: 4.0.15_vue@3.2.37
|
||||
devDependencies:
|
||||
'@types/node': 15.14.9
|
||||
'@types/serialize-javascript': 5.0.2
|
||||
'@vitejs/plugin-legacy': 1.8.2_vite@2.9.10
|
||||
'@vitejs/plugin-vue': 1.10.2_vite@2.9.10
|
||||
'@vitejs/plugin-vue-jsx': 1.3.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user