react-big-screen 0.0.28 → 0.0.29
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/README.en-US.md +166 -0
- package/README.md +109 -309
- package/es/{attributes-ICDLlHKL.mjs → attributes-B5HWQZZK.mjs} +1 -1
- package/es/{attributes-D_7z174b.mjs → attributes-B7-hDzkQ.mjs} +1 -1
- package/es/{attributes-CKQVoQvV.mjs → attributes-BPcQtKOr.mjs} +1 -1
- package/es/{attributes-Bqwv78vP.mjs → attributes-BpX4Fdw9.mjs} +1 -1
- package/es/{attributes-S7TYD0S5.mjs → attributes-BylM83oA.mjs} +2 -2
- package/es/{attributes-CxmgjIr4.mjs → attributes-C6vh9nyy.mjs} +1 -1
- package/es/{attributes-DX29Qkf4.mjs → attributes-D-gloXi5.mjs} +1 -1
- package/es/{attributes-Db9sk_dJ.mjs → attributes-DUnMdQAM.mjs} +1 -1
- package/es/{attributes-COWyZqgA.mjs → attributes-DmnMCZfI.mjs} +1 -1
- package/es/{attributes-BhOVe6Nw.mjs → attributes-DqZ_OZyi.mjs} +1 -1
- package/es/{attributes-C9kdt2P4.mjs → attributes-IOCRHiLe.mjs} +1 -1
- package/es/{attributes-CNvZw41R.mjs → attributes-L0fyKnQO.mjs} +1 -1
- package/es/{index-B_otqPpE.mjs → index-7dLD8uUE.mjs} +2 -2
- package/es/{index-BwBB6Ooc.mjs → index-B3Ay6Aj1.mjs} +1 -1
- package/es/{index-Do46s3Bo.mjs → index-BFA4TvoH.mjs} +2 -2
- package/es/{index-DTx3K3TW.mjs → index-BXq0hs6M.mjs} +3 -3
- package/es/{index-BseO3j88.mjs → index-BlWFsMPW.mjs} +389 -376
- package/es/{index-DOx-TcxR.mjs → index-C2T3keq0.mjs} +2 -2
- package/es/{index-CF9Gq4DE.mjs → index-C40e9pm9.mjs} +1744 -1545
- package/es/{index-CQpPr_GO.mjs → index-COabQvbE.mjs} +2 -2
- package/es/{index-DiaCgMtP.mjs → index-CPLagA1y.mjs} +2 -2
- package/es/{index-DjwCZvsj.mjs → index-CRaab8fv.mjs} +2 -2
- package/es/{index-CUl51FbE.mjs → index-CdJ04MGH.mjs} +2 -2
- package/es/{index-DIXk7ULh.mjs → index-CiVNQoxr.mjs} +3 -3
- package/es/{index-CR2sC3mu.mjs → index-CiYtbqfk.mjs} +2 -2
- package/es/{index-DJCJ9mDa.mjs → index-Csn1J3aw.mjs} +2 -2
- package/es/{index-Mr6nPhGt.mjs → index-D6jgslIW.mjs} +2 -2
- package/es/{index-KR0QAPWF.mjs → index-DFiF1j8B.mjs} +2 -2
- package/es/{index-DQnoNvaR.mjs → index-DI0SW2E2.mjs} +3 -3
- package/es/{index-Cl1TBDdm.mjs → index-DIlwx359.mjs} +2 -2
- package/es/{index-BQMHx4Ur.mjs → index-D_ufK7UJ.mjs} +1 -1
- package/es/{index-QkxDL_fl.mjs → index-Dmgsn6Wm.mjs} +2 -2
- package/es/{index-Bt7Z5pcG.mjs → index-F_ek5l7j.mjs} +2 -2
- package/es/{index-BP0M5ksu.mjs → index-UsnN384D.mjs} +2 -2
- package/es/{index-CiRuNGX5.mjs → index-YRf4xbh7.mjs} +2 -2
- package/es/{index-4IXWh7p-.mjs → index-bwKeYi6r.mjs} +2 -2
- package/es/{index-Dd2HXuLY.mjs → index-s9MOJecX.mjs} +2 -2
- package/es/{index-CZaKlOGF.mjs → index-wkPXgVxT.mjs} +3 -3
- package/es/index.mjs +1 -1
- package/es/{selectPage-BejdiGuA.mjs → selectPage-BBYB3GCL.mjs} +1 -1
- package/es/style.css +1 -1
- package/es/{useCurrentPageId-CrzsBBI2.mjs → useCurrentPageId-BmlA3pBw.mjs} +1 -1
- package/package.json +10 -2
- package/types/src/engine/componentNode/index.d.ts +5 -4
- package/types/src/engine/types.d.ts +1 -0
- package/types/src/pages/components/Editor/hooks/index.d.ts +1 -0
- package/types/src/pages/components/Editor/hooks/useRegisterDrag/index.d.ts +2 -1
- package/types/src/pages/components/Editor/hooks/useRegisterDrag/listenDragMove.d.ts +13 -2
- package/types/src/pages/components/Editor/hooks/useRegisterPositionLine/index.d.ts +6 -0
- package/types/src/pages/components/Header/components/SettingsDrawer/index.d.ts +8 -0
- package/types/src/utils/graph.d.ts +10 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { o as t } from "./index-
|
|
2
|
+
import { o as t } from "./index-BlWFsMPW.mjs";
|
|
3
3
|
import "localforage";
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-dom";
|
|
@@ -9,7 +9,7 @@ import "driver.js";
|
|
|
9
9
|
import "driver.js/dist/driver.css";
|
|
10
10
|
import "lodash-es";
|
|
11
11
|
import "ahooks";
|
|
12
|
-
import { I as b } from "./index-
|
|
12
|
+
import { I as b } from "./index-B3Ay6Aj1.mjs";
|
|
13
13
|
const g = {
|
|
14
14
|
id: "clock.png"
|
|
15
15
|
}, d = t(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as y, jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { i as k, c as I, o as L } from "./index-
|
|
2
|
+
import { i as k, c as I, o as L } from "./index-BlWFsMPW.mjs";
|
|
3
3
|
import "localforage";
|
|
4
4
|
import { useRef as S, useMemo as H } from "react";
|
|
5
5
|
import "react-dom";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { n as b } from "./index-
|
|
2
|
+
import { n as b } from "./index-BlWFsMPW.mjs";
|
|
3
3
|
import "localforage";
|
|
4
4
|
import { useState as u, useMemo as x } from "react";
|
|
5
5
|
import "react-dom";
|
|
@@ -11,7 +11,7 @@ import "driver.js/dist/driver.css";
|
|
|
11
11
|
import "lodash-es";
|
|
12
12
|
import { u as d } from "./useEffectOnce-l5sUTCBG.mjs";
|
|
13
13
|
import "ahooks";
|
|
14
|
-
import { R as h } from "./index-
|
|
14
|
+
import { R as h } from "./index-D_ufK7UJ.mjs";
|
|
15
15
|
const g = ["06-01", "06-02", "06-03", "06-04", "06-05", "06-06", "06-07"], r = 250, a = [210, 200, 195, 200, 202, 195, 180], O = b((i) => {
|
|
16
16
|
const { width: n, height: s } = i, [e, l] = u(a), m = x(() => {
|
|
17
17
|
const o = e.map((t) => t * 100 / r);
|
|
@@ -3,7 +3,7 @@ import { useState as S } from "react";
|
|
|
3
3
|
import { Select as M } from "antd";
|
|
4
4
|
import { useDebounceEffect as X, useUpdateEffect as V } from "ahooks";
|
|
5
5
|
import { u as Y } from "./useEffectOnce-l5sUTCBG.mjs";
|
|
6
|
-
import { i as Z } from "./index-
|
|
6
|
+
import { i as Z } from "./index-BlWFsMPW.mjs";
|
|
7
7
|
import "react-dom/client";
|
|
8
8
|
const q = (e, l) => {
|
|
9
9
|
var r, f, d;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as g, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { n as a } from "./index-
|
|
2
|
+
import { n as a } from "./index-BlWFsMPW.mjs";
|
|
3
3
|
import "localforage";
|
|
4
4
|
import "react";
|
|
5
5
|
import "react-dom";
|
|
@@ -9,7 +9,7 @@ import "driver.js";
|
|
|
9
9
|
import "driver.js/dist/driver.css";
|
|
10
10
|
import "lodash-es";
|
|
11
11
|
import "ahooks";
|
|
12
|
-
import { DEFAULT_OPTIONS as m } from "./attributes-
|
|
12
|
+
import { DEFAULT_OPTIONS as m } from "./attributes-DUnMdQAM.mjs";
|
|
13
13
|
const i = a((l) => {
|
|
14
14
|
const { options: e, width: _, height: t } = l;
|
|
15
15
|
return /* @__PURE__ */ g(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { R as h } from "./index-
|
|
3
|
-
import { n as x } from "./index-
|
|
2
|
+
import { R as h } from "./index-D_ufK7UJ.mjs";
|
|
3
|
+
import { n as x } from "./index-BlWFsMPW.mjs";
|
|
4
4
|
import "localforage";
|
|
5
5
|
import { useRef as g, useMemo as I } from "react";
|
|
6
6
|
import "react-dom";
|
|
@@ -11,7 +11,7 @@ import "driver.js/dist/driver.css";
|
|
|
11
11
|
import "lodash-es";
|
|
12
12
|
import { u as y } from "./useEffectOnce-l5sUTCBG.mjs";
|
|
13
13
|
import "ahooks";
|
|
14
|
-
import { DEFAULT_OPTIONS as b } from "./attributes-
|
|
14
|
+
import { DEFAULT_OPTIONS as b } from "./attributes-B5HWQZZK.mjs";
|
|
15
15
|
const S = ["私有化项目", "培训项目", "演示项目", "tjh项目", "xyz项目"], i = [1048, 735, 580, 484, 300], F = x((m) => {
|
|
16
16
|
const { width: u, height: p, options: t } = m, n = g(), d = I(() => {
|
|
17
17
|
const e = S.map((r, o) => ({
|