@ws-ui/settings-editor 1.11.12-rc6 → 1.11.12-rc8
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/Standalone/style.css +1 -0
- package/dist/common.cjs.js +2 -0
- package/dist/common.cjs.js.map +1 -0
- package/dist/common.d.ts +1 -0
- package/dist/common.es.js +5 -0
- package/dist/common.es.js.map +1 -0
- package/dist/index.cjs.js +14 -14
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +7 -4
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -5,6 +5,7 @@ import { useAppDispatch as jx, useAppSelector as di, selectPreferences as Xx, se
|
|
|
5
5
|
import { useDidMountEffect as iy, ModalType as ay, FolderRootPath as un, FileFolderType as Es, validateName as od, SETTINGS_TAB_PATH as sy } from "@ws-ui/shared";
|
|
6
6
|
import { flushSync as ly, createPortal as lp } from "react-dom";
|
|
7
7
|
import { FdWebform as cp, FdCompact as cy, FdAiry as uy, FdEye as dy, FdHidden as py, FdUp as hy, FdDown as fy, FdPlaySettings as gy, FdSameLoaderTab as vy, FdMagic as id, FdTime as by, FdTooltip as my, FdInfoBold as ad, FdUser as wy, FdDatabase as xy } from "@ws-ui/icons";
|
|
8
|
+
import { SETTINGS_EDITOR_SCOPE_CLASS as nE } from "./common.es.js";
|
|
8
9
|
function Jk(r) {
|
|
9
10
|
const i = jx(), n = di(Xx), a = di(Yx), s = di(Zx), l = di(Qx);
|
|
10
11
|
return {
|
|
@@ -14601,6 +14602,7 @@ const Wk = ({
|
|
|
14601
14602
|
export {
|
|
14602
14603
|
yy as EditorStateAdapterProvider,
|
|
14603
14604
|
Oy as ReducerAdapterProvider,
|
|
14605
|
+
nE as SETTINGS_EDITOR_SCOPE_CLASS,
|
|
14604
14606
|
Kk as SettingsEditor,
|
|
14605
14607
|
eE as Standalone,
|
|
14606
14608
|
Ny as useReducerAdapter,
|