@opentiny/tiny-engine-toolbar-save 1.0.3 → 1.0.4-alpha.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/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { useCanvas as P, useLayout as S, useBlock as j, usePage as z, useNotify
|
|
|
6
6
|
import { theme as I } from "@opentiny/tiny-engine-controller/adapter";
|
|
7
7
|
import { setSchema as q, selectNode as H, getSchema as K } from "@opentiny/tiny-engine-canvas";
|
|
8
8
|
import { constants as Q } from "@opentiny/tiny-engine-utils";
|
|
9
|
-
import { handlePageUpdate as W } from "@opentiny/tiny-engine-
|
|
9
|
+
import { handlePageUpdate as W } from "@opentiny/tiny-engine-controller/js/http";
|
|
10
10
|
const { pageState: h, isSaved: X, isBlock: Y } = P(), { PLUGIN_NAME: Z, getPluginApi: $ } = S(), { getCurrentBlock: ee } = j(), { PAGE_STATUS: a } = Q, { pageSettingState: u, isTemporaryPage: _ } = z(), m = C({
|
|
11
11
|
visible: !1,
|
|
12
12
|
code: "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-save",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4-alpha.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@opentiny/tiny-engine-canvas": "1.0.
|
|
28
|
-
"@opentiny/tiny-engine-common": "1.0.
|
|
29
|
-
"@opentiny/tiny-engine-controller": "1.0.
|
|
30
|
-
"@opentiny/tiny-engine-utils": "1.0.
|
|
27
|
+
"@opentiny/tiny-engine-canvas": "1.0.4-alpha.0",
|
|
28
|
+
"@opentiny/tiny-engine-common": "1.0.3-alpha.0",
|
|
29
|
+
"@opentiny/tiny-engine-controller": "1.0.4-alpha.0",
|
|
30
|
+
"@opentiny/tiny-engine-utils": "1.0.5-alpha.0",
|
|
31
31
|
"@opentiny/vue": "~3.10.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"vue": "^3.4.15"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "8cba0b459d0c0829554dd8adab11fe60a4931acd"
|
|
42
42
|
}
|