mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-16 18:09:22 +08:00
chore: release v1.0.0
This commit is contained in:
parent
c83d83b1a1
commit
618f853d63
30
CHANGELOG.md
30
CHANGELOG.md
@ -1,3 +1,33 @@
|
||||
# [1.0.0](https://github.com/Tencent/tmagic-editor/compare/v1.0.0-rc.7...v1.0.0) (2022-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** 拼写错误 ([c83d83b](https://github.com/Tencent/tmagic-editor/commit/c83d83b1a15103ce94dd7e224d6c71cec9a8a27b))
|
||||
* **editor:** moveableOptions默认值中的container有误 ([2377629](https://github.com/Tencent/tmagic-editor/commit/23776299a730d3c440d41be4f1101e4fb909dcf9))
|
||||
* **editor:** page和container默认value加上items ([10577ae](https://github.com/Tencent/tmagic-editor/commit/10577aea68a63323bc1312faced84bcd5c616d1f))
|
||||
* **editor:** 编辑器分栏左右各设置最小宽度 fix [#145](https://github.com/Tencent/tmagic-editor/issues/145) ([363330e](https://github.com/Tencent/tmagic-editor/commit/363330e07aea220e0a1efc76823ceeb810005865))
|
||||
* **form:** 函数配置中添加config参数 ([7ad80e8](https://github.com/Tencent/tmagic-editor/commit/7ad80e848f81d3a96622540cce44f1fa10d9dc57))
|
||||
* **form:** 函数配置中添加config参数 ([eae9725](https://github.com/Tencent/tmagic-editor/commit/eae9725ccbbdbe8ffc9ded5af42993cff21bec77))
|
||||
* **stage:** 所有父节点中如果有translate,导致选中框定位出错 ([feff617](https://github.com/Tencent/tmagic-editor/commit/feff6177c97851dbe5457d4d59222c3f045ce864))
|
||||
* **stage:** 无法拖到left为0 ([069aec6](https://github.com/Tencent/tmagic-editor/commit/069aec64c152eca2a6b0508b787343aa9ceebcf6))
|
||||
* 修正getScrollParent逻辑 ([#141](https://github.com/Tencent/tmagic-editor/issues/141)) ([f72b8c7](https://github.com/Tencent/tmagic-editor/commit/f72b8c7614135382bea9899a86b2ab1cb0db761b))
|
||||
* 创建活动时 ([ac2aef9](https://github.com/Tencent/tmagic-editor/commit/ac2aef980c1bcc5a197b616df2480ad0b1964c93))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **docs:** 添加搜索 ([4e812c3](https://github.com/Tencent/tmagic-editor/commit/4e812c396de05286a990cfe8831b7cb20531b2e3))
|
||||
* **editor:** 参考线缓存与页面绑定 ([fb612ea](https://github.com/Tencent/tmagic-editor/commit/fb612eaddc982ce885bfaaee4fc32e30f609d6c2))
|
||||
* **form:** datetime默认的具体时刻设置为23:59:59 ([83cd101](https://github.com/Tencent/tmagic-editor/commit/83cd10159d87893d167f53f3a2218e0d18323df5))
|
||||
* **playground:** 优化form/table playground ([c570370](https://github.com/Tencent/tmagic-editor/commit/c57037030d652ff160a108d632ff79b9bac97e2a))
|
||||
* **playground:** 添加form、table playground入口 ([f808253](https://github.com/Tencent/tmagic-editor/commit/f80825331e373047d467bb189cc4e5857dac6dfa))
|
||||
* **playground:** 添加不同设备切换 ([9f23cd6](https://github.com/Tencent/tmagic-editor/commit/9f23cd6361cce60c10178f39e133e13aa71a62ca))
|
||||
* **stage:** 提供tmagicRuntimeReady message事件通知 ([def0e3e](https://github.com/Tencent/tmagic-editor/commit/def0e3ef8d3d3357d71be55dc3ca104b24fa527a))
|
||||
* 支持配置updateDragEl方法来调制选中框 ([154860c](https://github.com/Tencent/tmagic-editor/commit/154860c66c149b72537029b351401a0e90179e9c))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-rc.13](https://github.com/Tencent/tmagic-editor/compare/v1.0.0-rc.7...v1.0.0-rc.13) (2022-06-22)
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.1.9",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/core",
|
||||
"sideEffects": [
|
||||
"dist/*"
|
||||
@ -33,7 +33,7 @@
|
||||
"vue"
|
||||
],
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"events": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/editor",
|
||||
"sideEffects": [
|
||||
"dist/*",
|
||||
@ -43,11 +43,11 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.0",
|
||||
"@element-plus/icons": "0.0.11",
|
||||
"@tmagic/core": "1.0.0-rc.13",
|
||||
"@tmagic/form": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/stage": "1.0.0-rc.13",
|
||||
"@tmagic/utils": "1.0.0-rc.13",
|
||||
"@tmagic/core": "1.0.0",
|
||||
"@tmagic/form": "1.0.0",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@tmagic/stage": "1.0.0",
|
||||
"@tmagic/utils": "1.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"color": "^3.1.3",
|
||||
"element-plus": "^2.2.0",
|
||||
@ -60,7 +60,7 @@
|
||||
"vue": "^3.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/form": "1.0.0-rc.13",
|
||||
"@tmagic/form": "1.0.0",
|
||||
"element-plus": "^2.2.0",
|
||||
"monaco-editor": "^0.32.1",
|
||||
"vue": "^3.2.0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/form",
|
||||
"sideEffects": [
|
||||
"dist/*",
|
||||
@ -33,7 +33,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "0.0.11",
|
||||
"@tmagic/utils": "1.0.0-rc.13",
|
||||
"@tmagic/utils": "1.0.0",
|
||||
"element-plus": "^2.2.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moment": "^2.29.2",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/schema",
|
||||
"sideEffects": false,
|
||||
"main": "dist/tmagic-schema.umd.js",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/stage",
|
||||
"sideEffects": [
|
||||
"dist/*"
|
||||
@ -27,9 +27,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@scena/guides": "^0.17.0",
|
||||
"@tmagic/core": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/utils": "1.0.0-rc.13",
|
||||
"@tmagic/core": "1.0.0",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@tmagic/utils": "1.0.0",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moveable": "^0.30.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/table",
|
||||
"sideEffects": [
|
||||
"dist/*"
|
||||
@ -30,13 +30,13 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/form": "1.0.0-rc.13",
|
||||
"@tmagic/form": "1.0.0",
|
||||
"element-plus": "^2.2.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"vue": "^3.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tmagic/form": "1.0.0-rc.13",
|
||||
"@tmagic/form": "1.0.0",
|
||||
"element-plus": "^2.2.0",
|
||||
"vue": "^3.2.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tmagic/ui-react",
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
@ -13,7 +13,7 @@
|
||||
"react:build": "tsc && vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"qrcode": "^1.5.0",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/ui-vue2",
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@vue/composition-api": "1.0.5",
|
||||
"qrcode": "^1.5.0",
|
||||
"vue": "^2.6.14"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/ui",
|
||||
"main": "src/index.ts",
|
||||
"engines": {
|
||||
@ -11,7 +11,7 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"delegate": "^3.2.0",
|
||||
"qrcode": "^1.5.0",
|
||||
"tiny-emitter": "^2.1.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"name": "@tmagic/utils",
|
||||
"main": "dist/tmagic-utils.umd.js",
|
||||
"module": "dist/tmagic-utils.es.js",
|
||||
@ -22,7 +22,7 @@
|
||||
"url": "https://github.com/Tencent/tmagic-editor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"moment": "^2.29.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmagic-playground",
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean:top": "rimraf dist",
|
||||
@ -12,11 +12,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "0.0.11",
|
||||
"@tmagic/editor": "1.0.0-rc.13",
|
||||
"@tmagic/form": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/stage": "1.0.0-rc.13",
|
||||
"@tmagic/utils": "1.0.0-rc.13",
|
||||
"@tmagic/editor": "1.0.0",
|
||||
"@tmagic/form": "1.0.0",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@tmagic/stage": "1.0.0",
|
||||
"@tmagic/utils": "1.0.0",
|
||||
"element-plus": "^2.2.0",
|
||||
"monaco-editor": "^0.32.1",
|
||||
"serialize-javascript": "^6.0.0",
|
||||
|
52
pnpm-lock.yaml
generated
52
pnpm-lock.yaml
generated
@ -105,7 +105,7 @@ importers:
|
||||
|
||||
packages/core:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@types/events': ^3.0.0
|
||||
'@types/node': ^15.12.4
|
||||
events: ^3.3.0
|
||||
@ -126,11 +126,11 @@ importers:
|
||||
specifiers:
|
||||
'@babel/core': ^7.18.0
|
||||
'@element-plus/icons': 0.0.11
|
||||
'@tmagic/core': 1.0.0-rc.13
|
||||
'@tmagic/form': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/stage': 1.0.0-rc.13
|
||||
'@tmagic/utils': 1.0.0-rc.13
|
||||
'@tmagic/core': 1.0.0
|
||||
'@tmagic/form': 1.0.0
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@tmagic/stage': 1.0.0
|
||||
'@tmagic/utils': 1.0.0
|
||||
'@types/events': ^3.0.0
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
@ -191,7 +191,7 @@ importers:
|
||||
specifiers:
|
||||
'@babel/core': ^7.18.0
|
||||
'@element-plus/icons': 0.0.11
|
||||
'@tmagic/utils': 1.0.0-rc.13
|
||||
'@tmagic/utils': 1.0.0
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
'@types/sortablejs': ^1.10.7
|
||||
@ -247,9 +247,9 @@ importers:
|
||||
packages/stage:
|
||||
specifiers:
|
||||
'@scena/guides': ^0.17.0
|
||||
'@tmagic/core': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/utils': 1.0.0-rc.13
|
||||
'@tmagic/core': 1.0.0
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@tmagic/utils': 1.0.0
|
||||
'@types/events': ^3.0.0
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
@ -281,7 +281,7 @@ importers:
|
||||
|
||||
packages/table:
|
||||
specifiers:
|
||||
'@tmagic/form': 1.0.0-rc.13
|
||||
'@tmagic/form': 1.0.0
|
||||
'@types/color': ^3.0.1
|
||||
'@types/lodash-es': ^4.17.4
|
||||
'@types/node': ^15.12.4
|
||||
@ -317,7 +317,7 @@ importers:
|
||||
packages/ui:
|
||||
specifiers:
|
||||
'@testing-library/vue': ^6.4.2
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@types/qrcode': ^1.4.2
|
||||
'@vue/compiler-sfc': ^3.2.0
|
||||
'@vue/test-utils': ^2.0.0
|
||||
@ -339,7 +339,7 @@ importers:
|
||||
|
||||
packages/ui-react:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@types/react': ^17.0.37
|
||||
'@types/react-dom': ^17.0.11
|
||||
qrcode: ^1.5.0
|
||||
@ -358,7 +358,7 @@ importers:
|
||||
|
||||
packages/ui-vue2:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@vue/composition-api': 1.0.5
|
||||
qrcode: ^1.5.0
|
||||
vite: ^2.3.7
|
||||
@ -377,7 +377,7 @@ importers:
|
||||
|
||||
packages/utils:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@types/node': ^15.12.4
|
||||
moment: ^2.29.2
|
||||
typescript: ^4.3.4
|
||||
@ -395,11 +395,11 @@ importers:
|
||||
playground:
|
||||
specifiers:
|
||||
'@element-plus/icons': 0.0.11
|
||||
'@tmagic/editor': 1.0.0-rc.13
|
||||
'@tmagic/form': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/stage': 1.0.0-rc.13
|
||||
'@tmagic/utils': 1.0.0-rc.13
|
||||
'@tmagic/editor': 1.0.0
|
||||
'@tmagic/form': 1.0.0
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@tmagic/stage': 1.0.0
|
||||
'@tmagic/utils': 1.0.0
|
||||
'@types/node': ^15.12.4
|
||||
'@types/serialize-javascript': ^5.0.1
|
||||
'@vitejs/plugin-legacy': ^1.8.2
|
||||
@ -441,8 +441,8 @@ importers:
|
||||
|
||||
runtime/react:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/stage': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@tmagic/stage': 1.0.0
|
||||
'@types/react': ^17.0.37
|
||||
'@types/react-dom': ^17.0.11
|
||||
'@vitejs/plugin-react-refresh': ^1.3.1
|
||||
@ -466,8 +466,8 @@ importers:
|
||||
|
||||
runtime/vue2:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/stage': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@tmagic/stage': 1.0.0
|
||||
'@types/events': ^3.0.0
|
||||
'@vue/composition-api': 1.0.5
|
||||
axios: ^0.27.2
|
||||
@ -497,8 +497,8 @@ importers:
|
||||
|
||||
runtime/vue3:
|
||||
specifiers:
|
||||
'@tmagic/schema': 1.0.0-rc.13
|
||||
'@tmagic/stage': 1.0.0-rc.13
|
||||
'@tmagic/schema': 1.0.0
|
||||
'@tmagic/stage': 1.0.0
|
||||
'@types/node': ^15.12.4
|
||||
'@vitejs/plugin-vue': ^1.2.3
|
||||
'@vue/compiler-sfc': ^3.2.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-react",
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:react": "npm run build && npm run serve",
|
||||
@ -9,8 +9,8 @@
|
||||
"serve": "vite preview --port 8076"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/stage": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@tmagic/stage": "1.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
|
202
runtime/vue2/package-lock.json
generated
202
runtime/vue2/package-lock.json
generated
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.0.0-rc.12",
|
||||
"version": "1.0.0-rc.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.0.0-rc.12",
|
||||
"version": "1.0.0-rc.13",
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/stage": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/stage": "1.0.0-rc.13",
|
||||
"@vue/composition-api": "1.0.5",
|
||||
"vue": "^2.6.14"
|
||||
},
|
||||
@ -702,9 +702,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@daybrush/utils": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.6.0.tgz",
|
||||
"integrity": "sha512-9MjMoOLl1U+l8lXByN3BbLZXf+mktoLyeb6t78Jz2WZ7LRldK0FNg8oW//9giO2hHCUyxS7LX6jS1hToGIfRWA=="
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.7.1.tgz",
|
||||
"integrity": "sha512-ruVDIfXeVAF4s0RxJoNx5hTjxlIRMnKoJ7N5e2m9eDyluIXB12EvhMPQdoq4a/ohJ+cPgj2MiWS5Lvmpsrx8Gg=="
|
||||
},
|
||||
"node_modules/@egjs/agent": {
|
||||
"version": "2.4.2",
|
||||
@ -793,6 +793,11 @@
|
||||
"@scena/event-emitter": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@scena/dragscroll/node_modules/@daybrush/utils": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.6.0.tgz",
|
||||
"integrity": "sha512-9MjMoOLl1U+l8lXByN3BbLZXf+mktoLyeb6t78Jz2WZ7LRldK0FNg8oW//9giO2hHCUyxS7LX6jS1hToGIfRWA=="
|
||||
},
|
||||
"node_modules/@scena/event-emitter": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@scena/event-emitter/-/event-emitter-1.0.5.tgz",
|
||||
@ -841,11 +846,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/core": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-io3aRtt8/YOUGkoPl0JynrNhvtPULZNlyX/brjABgquPyj2j3Sq406uw+V6GOCIri/pZUuBg9H0LrlYWG9Ga5Q==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-xs5NbjZKlxLysdMebh2GMeD+bX6O2edIE8v+UuQtOgKTNb4jH3qqun53c5mkAgWLR48bqQfSoCad65En5siBdQ==",
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"events": "^3.3.0"
|
||||
},
|
||||
"engines": {
|
||||
@ -853,25 +858,25 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/schema": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-RVDx+PKe7kJp7twhGcfObChNalXgQyaivP2adbElWpJUzPkJe5GSjuJyLaDhBlhBN2RIVtYokVdEQq0iA7Un6w==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-tr+AqOCPU0nKGy6uJKvAFWbRmAXndSnJv5NXRKPlED+dsZE/8tMNFsHcuWhynWLIFTAUmEQwzXz4VEvNnJvrdw==",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/stage": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-uliM31Sbthv+0bdB2xhIg0JN6CGNOxkhXs7N/jU7hHNuQhMFpRSCqWd8oGCTWfdRXhuSNMU6lwZh3Eb3gZ+12w==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-/khqiaCn90eQRGHn+Beu6sSRn0mm+C5ssC36lCWG6RlXnLNYaNiY1GHsB7zj7qUquHTXrD/+ifdYczkqTLdetw==",
|
||||
"dependencies": {
|
||||
"@scena/guides": "^0.17.0",
|
||||
"@tmagic/core": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/utils": "1.0.0-rc.12",
|
||||
"@tmagic/core": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/utils": "1.0.0-rc.13",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moveable": "^0.29.4",
|
||||
"moveable": "^0.30.0",
|
||||
"moveable-helper": "^0.4.0"
|
||||
},
|
||||
"engines": {
|
||||
@ -879,11 +884,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tmagic/utils": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-hing2zL9ry04WiqLNR2jWqB5VlxXQyRJXMvxe06Zf5gNeeO6Vi8bzZmkXuTlaDmTw2Ft4P98RvdvRWaw1XMDTA==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-XOJBXUDLEKTmx6Rnty7Vo9vp6vOZjN3HCewo8Im5S0UAIXZzXdwW1ym674/FsCzzUukGu16ez2NykjtS6prjSA==",
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"moment": "^2.29.2"
|
||||
},
|
||||
"engines": {
|
||||
@ -1901,9 +1906,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gesto": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/gesto/-/gesto-1.8.1.tgz",
|
||||
"integrity": "sha512-FwZ3e4C9cJ3DN1PgeOf9tFQIYzBk5RzavtT2bDzGG51Wbp6+JEGzX4A8VqbgkHVTBlJGaRLdsNKRnH0fIVFsmA==",
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gesto/-/gesto-1.9.0.tgz",
|
||||
"integrity": "sha512-WxzswA0zAHK+hM5WyR8G6PdIMt2d/TEY1lFfkfhC8YHHLO5pM5k8AyGu8lhwyBnrPntomWgLy3xl+iBzLHelew==",
|
||||
"dependencies": {
|
||||
"@daybrush/utils": "^1.0.0",
|
||||
"@scena/event-emitter": "^1.0.2"
|
||||
@ -2161,13 +2166,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/moveable": {
|
||||
"version": "0.29.8",
|
||||
"resolved": "https://registry.npmjs.org/moveable/-/moveable-0.29.8.tgz",
|
||||
"integrity": "sha512-FgaTZLS20JcKiXOm7XRSADCDI6jKCzEkKouBEBzIFLGeTUVhigd1NNjx/ObyBih7jDhm4zg3ULCMj3Bb0gFAIQ==",
|
||||
"version": "0.30.0",
|
||||
"resolved": "https://registry.npmjs.org/moveable/-/moveable-0.30.0.tgz",
|
||||
"integrity": "sha512-WkIccP2vs7oi7Vtf7c8xmduyF7Kb6+lkJwxSOp+Yx3gFFHUdVTQDO8UhJWwuIrlX5eLymk99bIRi+RPttAK2Yg==",
|
||||
"dependencies": {
|
||||
"@scena/event-emitter": "^1.0.3",
|
||||
"react-compat-moveable": "~0.17.8",
|
||||
"react-simple-compat": "^1.2.1"
|
||||
"@scena/event-emitter": "^1.0.5",
|
||||
"react-compat-moveable": "~0.18.0",
|
||||
"react-moveable": "~0.33.0",
|
||||
"react-simple-compat": "^1.2.2"
|
||||
}
|
||||
},
|
||||
"node_modules/moveable-helper": {
|
||||
@ -2227,11 +2233,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/overlap-area": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/overlap-area/-/overlap-area-1.0.0.tgz",
|
||||
"integrity": "sha512-Oi3hxRf6Flvv1upldnjOtV7euFkc75G/wsxYfS/ssNKEZ3Z+HbIoPHkFfLH3hgwqLJKpq9wdFo7I6xcdS6k8yg==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/overlap-area/-/overlap-area-1.1.0.tgz",
|
||||
"integrity": "sha512-3dlJgJCaVeXH0/eZjYVJvQiLVVrPO4U1ZGqlATtx6QGO3b5eNM6+JgUKa7oStBTdYuGTk7gVoABCW6Tp+dhRdw==",
|
||||
"dependencies": {
|
||||
"@daybrush/utils": "^1.3.1"
|
||||
"@daybrush/utils": "^1.7.1"
|
||||
}
|
||||
},
|
||||
"node_modules/path-parse": {
|
||||
@ -2349,22 +2355,22 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-compat-moveable": {
|
||||
"version": "0.17.8",
|
||||
"resolved": "https://registry.npmjs.org/react-compat-moveable/-/react-compat-moveable-0.17.8.tgz",
|
||||
"integrity": "sha512-AJczdTosQekfdrueSChOE+YzjPl2vmtGOmRI0QWWji9GdlaryFmnXCqp3WTWvlJD8LIEA6M/v91XZKffZSa0kw==",
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/react-compat-moveable/-/react-compat-moveable-0.18.0.tgz",
|
||||
"integrity": "sha512-ACEFE/GKtyqzJBSQ1cosZtD6cD2uuwFBsyNF/zIeM/JvF4zGae3cUUVchOpfHBjPBnjqiHjKMAaucMXPOTDosQ==",
|
||||
"dependencies": {
|
||||
"@daybrush/utils": "^1.6.0",
|
||||
"@daybrush/utils": "^1.7.0",
|
||||
"@egjs/agent": "^2.2.1",
|
||||
"@egjs/children-differ": "^1.0.1",
|
||||
"@scena/dragscroll": "^1.1.1",
|
||||
"@scena/matrix": "^1.1.1",
|
||||
"css-to-mat": "^1.0.3",
|
||||
"framework-utils": "^1.1.0",
|
||||
"gesto": "^1.7.0",
|
||||
"gesto": "^1.9.0",
|
||||
"overlap-area": "^1.0.0",
|
||||
"react-compat-css-styled": "^1.0.8",
|
||||
"react-css-styled": "^1.0.3",
|
||||
"react-moveable": "~0.32.7"
|
||||
"react-moveable": "~0.33.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-compat-ruler": {
|
||||
@ -2386,11 +2392,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-moveable": {
|
||||
"version": "0.32.7",
|
||||
"resolved": "https://registry.npmjs.org/react-moveable/-/react-moveable-0.32.7.tgz",
|
||||
"integrity": "sha512-6fvqNU7NtKsE4pbwPbHEP/0Y486nDkvk0FgIV0fxOnuueF5fs0jRatDFGxg4fkyyYamlfqvR5Lrao2ukhzZTVg==",
|
||||
"version": "0.33.0",
|
||||
"resolved": "https://registry.npmjs.org/react-moveable/-/react-moveable-0.33.0.tgz",
|
||||
"integrity": "sha512-ro8dojnbyxHFpfpDCvYwZFF050bHoaVOKTKk3Kvc1Pz863dF7Ejrd3zjdg4ix4xNbZfNsfRKdz0BHgeZzyyzOg==",
|
||||
"dependencies": {
|
||||
"@daybrush/utils": "^1.6.0",
|
||||
"@daybrush/utils": "^1.7.0",
|
||||
"@egjs/agent": "^2.2.1",
|
||||
"@egjs/children-differ": "^1.0.1",
|
||||
"@scena/dragscroll": "^1.1.1",
|
||||
@ -2398,7 +2404,7 @@
|
||||
"@scena/matrix": "^1.1.1",
|
||||
"css-to-mat": "^1.0.3",
|
||||
"framework-utils": "^1.1.0",
|
||||
"gesto": "^1.7.0",
|
||||
"gesto": "^1.9.0",
|
||||
"overlap-area": "^1.0.0",
|
||||
"react-css-styled": "^1.0.3"
|
||||
}
|
||||
@ -3275,9 +3281,9 @@
|
||||
}
|
||||
},
|
||||
"@daybrush/utils": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.6.0.tgz",
|
||||
"integrity": "sha512-9MjMoOLl1U+l8lXByN3BbLZXf+mktoLyeb6t78Jz2WZ7LRldK0FNg8oW//9giO2hHCUyxS7LX6jS1hToGIfRWA=="
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.7.1.tgz",
|
||||
"integrity": "sha512-ruVDIfXeVAF4s0RxJoNx5hTjxlIRMnKoJ7N5e2m9eDyluIXB12EvhMPQdoq4a/ohJ+cPgj2MiWS5Lvmpsrx8Gg=="
|
||||
},
|
||||
"@egjs/agent": {
|
||||
"version": "2.4.2",
|
||||
@ -3352,6 +3358,13 @@
|
||||
"requires": {
|
||||
"@daybrush/utils": "1.6.0",
|
||||
"@scena/event-emitter": "^1.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@daybrush/utils": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@daybrush/utils/-/utils-1.6.0.tgz",
|
||||
"integrity": "sha512-9MjMoOLl1U+l8lXByN3BbLZXf+mktoLyeb6t78Jz2WZ7LRldK0FNg8oW//9giO2hHCUyxS7LX6jS1hToGIfRWA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@scena/event-emitter": {
|
||||
@ -3402,40 +3415,40 @@
|
||||
}
|
||||
},
|
||||
"@tmagic/core": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-io3aRtt8/YOUGkoPl0JynrNhvtPULZNlyX/brjABgquPyj2j3Sq406uw+V6GOCIri/pZUuBg9H0LrlYWG9Ga5Q==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-xs5NbjZKlxLysdMebh2GMeD+bX6O2edIE8v+UuQtOgKTNb4jH3qqun53c5mkAgWLR48bqQfSoCad65En5siBdQ==",
|
||||
"requires": {
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"events": "^3.3.0"
|
||||
}
|
||||
},
|
||||
"@tmagic/schema": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-RVDx+PKe7kJp7twhGcfObChNalXgQyaivP2adbElWpJUzPkJe5GSjuJyLaDhBlhBN2RIVtYokVdEQq0iA7Un6w=="
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-tr+AqOCPU0nKGy6uJKvAFWbRmAXndSnJv5NXRKPlED+dsZE/8tMNFsHcuWhynWLIFTAUmEQwzXz4VEvNnJvrdw=="
|
||||
},
|
||||
"@tmagic/stage": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-uliM31Sbthv+0bdB2xhIg0JN6CGNOxkhXs7N/jU7hHNuQhMFpRSCqWd8oGCTWfdRXhuSNMU6lwZh3Eb3gZ+12w==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-/khqiaCn90eQRGHn+Beu6sSRn0mm+C5ssC36lCWG6RlXnLNYaNiY1GHsB7zj7qUquHTXrD/+ifdYczkqTLdetw==",
|
||||
"requires": {
|
||||
"@scena/guides": "^0.17.0",
|
||||
"@tmagic/core": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/utils": "1.0.0-rc.12",
|
||||
"@tmagic/core": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/utils": "1.0.0-rc.13",
|
||||
"events": "^3.3.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"moveable": "^0.29.4",
|
||||
"moveable": "^0.30.0",
|
||||
"moveable-helper": "^0.4.0"
|
||||
}
|
||||
},
|
||||
"@tmagic/utils": {
|
||||
"version": "1.0.0-rc.12",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.0-rc.12.tgz",
|
||||
"integrity": "sha512-hing2zL9ry04WiqLNR2jWqB5VlxXQyRJXMvxe06Zf5gNeeO6Vi8bzZmkXuTlaDmTw2Ft4P98RvdvRWaw1XMDTA==",
|
||||
"version": "1.0.0-rc.13",
|
||||
"resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.0-rc.13.tgz",
|
||||
"integrity": "sha512-XOJBXUDLEKTmx6Rnty7Vo9vp6vOZjN3HCewo8Im5S0UAIXZzXdwW1ym674/FsCzzUukGu16ez2NykjtS6prjSA==",
|
||||
"requires": {
|
||||
"@tmagic/schema": "1.0.0-rc.12",
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"moment": "^2.29.2"
|
||||
}
|
||||
},
|
||||
@ -4087,9 +4100,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"gesto": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/gesto/-/gesto-1.8.1.tgz",
|
||||
"integrity": "sha512-FwZ3e4C9cJ3DN1PgeOf9tFQIYzBk5RzavtT2bDzGG51Wbp6+JEGzX4A8VqbgkHVTBlJGaRLdsNKRnH0fIVFsmA==",
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gesto/-/gesto-1.9.0.tgz",
|
||||
"integrity": "sha512-WxzswA0zAHK+hM5WyR8G6PdIMt2d/TEY1lFfkfhC8YHHLO5pM5k8AyGu8lhwyBnrPntomWgLy3xl+iBzLHelew==",
|
||||
"requires": {
|
||||
"@daybrush/utils": "^1.0.0",
|
||||
"@scena/event-emitter": "^1.0.2"
|
||||
@ -4291,13 +4304,14 @@
|
||||
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
|
||||
},
|
||||
"moveable": {
|
||||
"version": "0.29.8",
|
||||
"resolved": "https://registry.npmjs.org/moveable/-/moveable-0.29.8.tgz",
|
||||
"integrity": "sha512-FgaTZLS20JcKiXOm7XRSADCDI6jKCzEkKouBEBzIFLGeTUVhigd1NNjx/ObyBih7jDhm4zg3ULCMj3Bb0gFAIQ==",
|
||||
"version": "0.30.0",
|
||||
"resolved": "https://registry.npmjs.org/moveable/-/moveable-0.30.0.tgz",
|
||||
"integrity": "sha512-WkIccP2vs7oi7Vtf7c8xmduyF7Kb6+lkJwxSOp+Yx3gFFHUdVTQDO8UhJWwuIrlX5eLymk99bIRi+RPttAK2Yg==",
|
||||
"requires": {
|
||||
"@scena/event-emitter": "^1.0.3",
|
||||
"react-compat-moveable": "~0.17.8",
|
||||
"react-simple-compat": "^1.2.1"
|
||||
"@scena/event-emitter": "^1.0.5",
|
||||
"react-compat-moveable": "~0.18.0",
|
||||
"react-moveable": "~0.33.0",
|
||||
"react-simple-compat": "^1.2.2"
|
||||
}
|
||||
},
|
||||
"moveable-helper": {
|
||||
@ -4342,11 +4356,11 @@
|
||||
}
|
||||
},
|
||||
"overlap-area": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/overlap-area/-/overlap-area-1.0.0.tgz",
|
||||
"integrity": "sha512-Oi3hxRf6Flvv1upldnjOtV7euFkc75G/wsxYfS/ssNKEZ3Z+HbIoPHkFfLH3hgwqLJKpq9wdFo7I6xcdS6k8yg==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/overlap-area/-/overlap-area-1.1.0.tgz",
|
||||
"integrity": "sha512-3dlJgJCaVeXH0/eZjYVJvQiLVVrPO4U1ZGqlATtx6QGO3b5eNM6+JgUKa7oStBTdYuGTk7gVoABCW6Tp+dhRdw==",
|
||||
"requires": {
|
||||
"@daybrush/utils": "^1.3.1"
|
||||
"@daybrush/utils": "^1.7.1"
|
||||
}
|
||||
},
|
||||
"path-parse": {
|
||||
@ -4429,22 +4443,22 @@
|
||||
}
|
||||
},
|
||||
"react-compat-moveable": {
|
||||
"version": "0.17.8",
|
||||
"resolved": "https://registry.npmjs.org/react-compat-moveable/-/react-compat-moveable-0.17.8.tgz",
|
||||
"integrity": "sha512-AJczdTosQekfdrueSChOE+YzjPl2vmtGOmRI0QWWji9GdlaryFmnXCqp3WTWvlJD8LIEA6M/v91XZKffZSa0kw==",
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/react-compat-moveable/-/react-compat-moveable-0.18.0.tgz",
|
||||
"integrity": "sha512-ACEFE/GKtyqzJBSQ1cosZtD6cD2uuwFBsyNF/zIeM/JvF4zGae3cUUVchOpfHBjPBnjqiHjKMAaucMXPOTDosQ==",
|
||||
"requires": {
|
||||
"@daybrush/utils": "^1.6.0",
|
||||
"@daybrush/utils": "^1.7.0",
|
||||
"@egjs/agent": "^2.2.1",
|
||||
"@egjs/children-differ": "^1.0.1",
|
||||
"@scena/dragscroll": "^1.1.1",
|
||||
"@scena/matrix": "^1.1.1",
|
||||
"css-to-mat": "^1.0.3",
|
||||
"framework-utils": "^1.1.0",
|
||||
"gesto": "^1.7.0",
|
||||
"gesto": "^1.9.0",
|
||||
"overlap-area": "^1.0.0",
|
||||
"react-compat-css-styled": "^1.0.8",
|
||||
"react-css-styled": "^1.0.3",
|
||||
"react-moveable": "~0.32.7"
|
||||
"react-moveable": "~0.33.0"
|
||||
}
|
||||
},
|
||||
"react-compat-ruler": {
|
||||
@ -4466,11 +4480,11 @@
|
||||
}
|
||||
},
|
||||
"react-moveable": {
|
||||
"version": "0.32.7",
|
||||
"resolved": "https://registry.npmjs.org/react-moveable/-/react-moveable-0.32.7.tgz",
|
||||
"integrity": "sha512-6fvqNU7NtKsE4pbwPbHEP/0Y486nDkvk0FgIV0fxOnuueF5fs0jRatDFGxg4fkyyYamlfqvR5Lrao2ukhzZTVg==",
|
||||
"version": "0.33.0",
|
||||
"resolved": "https://registry.npmjs.org/react-moveable/-/react-moveable-0.33.0.tgz",
|
||||
"integrity": "sha512-ro8dojnbyxHFpfpDCvYwZFF050bHoaVOKTKk3Kvc1Pz863dF7Ejrd3zjdg4ix4xNbZfNsfRKdz0BHgeZzyyzOg==",
|
||||
"requires": {
|
||||
"@daybrush/utils": "^1.6.0",
|
||||
"@daybrush/utils": "^1.7.0",
|
||||
"@egjs/agent": "^2.2.1",
|
||||
"@egjs/children-differ": "^1.0.1",
|
||||
"@scena/dragscroll": "^1.1.1",
|
||||
@ -4478,7 +4492,7 @@
|
||||
"@scena/matrix": "^1.1.1",
|
||||
"css-to-mat": "^1.0.3",
|
||||
"framework-utils": "^1.1.0",
|
||||
"gesto": "^1.7.0",
|
||||
"gesto": "^1.9.0",
|
||||
"overlap-area": "^1.0.0",
|
||||
"react-css-styled": "^1.0.3"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:vue2": "npm run build && npm run serve",
|
||||
@ -9,8 +9,8 @@
|
||||
"serve": "vite preview --port 8077"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/stage": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@tmagic/stage": "1.0.0",
|
||||
"@vue/composition-api": "1.0.5",
|
||||
"vue": "^2.6.14"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue3",
|
||||
"version": "1.0.0-rc.13",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run build && npm run serve",
|
||||
@ -9,8 +9,8 @@
|
||||
"serve": "vite preview --port 8078"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/schema": "1.0.0-rc.13",
|
||||
"@tmagic/stage": "1.0.0-rc.13",
|
||||
"@tmagic/schema": "1.0.0",
|
||||
"@tmagic/stage": "1.0.0",
|
||||
"axios": "^0.25.0",
|
||||
"vue": "^3.2.0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user