xmlui 0.9.55 → 0.9.56
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/lib/{apiInterceptorWorker-BDkcEdX3.mjs → apiInterceptorWorker-CDFLYTIQ.mjs} +1 -1
- package/dist/lib/{index-CdQyLz4u.mjs → index-DRdbVRNd.mjs} +623 -607
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-SNl_47nE.mjs → server-common-C0cF2UTg.mjs} +4422 -4452
- package/dist/lib/xmlui.d.ts +5 -0
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/{apiInterceptorWorker-BqXAMNke.mjs → apiInterceptorWorker-CL7I-FJl.mjs} +1 -1
- package/dist/metadata/{collectedComponentMetadata-BS3dRLY2.mjs → collectedComponentMetadata-J8g24vFO.mjs} +2689 -2677
- package/dist/metadata/xmlui-metadata.mjs +1 -1
- package/dist/metadata/xmlui-metadata.umd.js +38 -38
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components-core/InspectorContext.js +25 -8
- package/dist/standalone/xmlui-standalone.es.d.ts +5 -0
- package/dist/standalone/xmlui-standalone.umd.js +95 -95
- package/package.json +1 -1
package/dist/lib/xmlui.d.ts
CHANGED
|
@@ -2125,9 +2125,14 @@ export declare function useDevTools(): {
|
|
|
2125
2125
|
projectCompilation: ProjectCompilation;
|
|
2126
2126
|
inspectedNode: any;
|
|
2127
2127
|
sources: Record<string, string>;
|
|
2128
|
+
isOpen: boolean;
|
|
2128
2129
|
setIsOpen: (isOpen: boolean) => void;
|
|
2129
2130
|
devToolsEnabled: boolean;
|
|
2130
2131
|
mockApi: any;
|
|
2132
|
+
clickPosition: {
|
|
2133
|
+
x: number;
|
|
2134
|
+
y: number;
|
|
2135
|
+
};
|
|
2131
2136
|
};
|
|
2132
2137
|
|
|
2133
2138
|
export declare const useEvent: UseEventOverload;
|
package/dist/lib/xmlui.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { y as e, A as t, B as o, E as r, I as n, L as p, H as u, N as i, z as l, i as C, h as d, S as m, b as x, k as T, l as c, D as S, F as A, G as g, V as h, C as v, c as B, e as I, f as L, w as b, j as k, p as y, s as E, t as M, K as V, n as f, q as H, M as N, v as R, J as D, u as U, x as X } from "./index-
|
|
1
|
+
import { y as e, A as t, B as o, E as r, I as n, L as p, H as u, N as i, z as l, i as C, h as d, S as m, b as x, k as T, l as c, D as S, F as A, G as g, V as h, C as v, c as B, e as I, f as L, w as b, j as k, p as y, s as E, t as M, K as V, n as f, q as H, M as N, v as R, J as D, u as U, x as X } from "./index-DRdbVRNd.mjs";
|
|
2
2
|
import { X as q } from "./xmlui-serializer-EDw51UFN.mjs";
|
|
3
3
|
export {
|
|
4
4
|
e as ApiInterceptorProvider,
|
package/dist/metadata/{apiInterceptorWorker-BqXAMNke.mjs → apiInterceptorWorker-CL7I-FJl.mjs}
RENAMED
|
@@ -7,7 +7,7 @@ var F = (e, a, o) => Go(e, typeof a != "symbol" ? a + "" : a, o), ka = (e, a, o)
|
|
|
7
7
|
var ge = (e, a, o) => (ka(e, a, "read from private field"), o ? o.call(e) : a.get(e)), _e = (e, a, o) => a.has(e) ? Wa("Cannot add the same private member more than once") : a instanceof WeakSet ? a.add(e) : a.set(e, o), fa = (e, a, o, t) => (ka(e, a, "write to private field"), t ? t.call(e, o) : a.set(e, o), o), ze = (e, a, o) => (ka(e, a, "access private method"), o);
|
|
8
8
|
import { delay as Ho, HttpResponse as Be, http as Vo } from "msw";
|
|
9
9
|
import { isArray as co, isObject as lo, mapValues as Jo } from "lodash-es";
|
|
10
|
-
import { r as Xo, g as Ko, d as Yo, m as Qo, a as Zo, o as ba, T as et } from "./collectedComponentMetadata-
|
|
10
|
+
import { r as Xo, g as Ko, d as Yo, m as Qo, a as Zo, o as ba, T as et } from "./collectedComponentMetadata-J8g24vFO.mjs";
|
|
11
11
|
import Ga from "dexie";
|
|
12
12
|
var at = /(%?)(%([sdijo]))/g;
|
|
13
13
|
function ot(e, a) {
|