xmlui 0.9.71 → 0.9.73
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-C09ZXC2d.mjs → apiInterceptorWorker-VgjaTiLV.mjs} +1 -1
- package/dist/lib/{index-CkBslrCL.mjs → index-By3AkYm2.mjs} +10860 -10873
- package/dist/lib/index.css +1 -1
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-LUcdzTQs.mjs → server-common-CfdMYx46.mjs} +4453 -4423
- package/dist/lib/xmlui.d.ts +4 -9
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/{apiInterceptorWorker-NVGmSE8_.mjs → apiInterceptorWorker-BGM0pNVK.mjs} +1 -1
- package/dist/metadata/{collectedComponentMetadata-BcVpKIic.mjs → collectedComponentMetadata-CduyISDB.mjs} +8872 -8884
- package/dist/metadata/style.css +1 -1
- package/dist/metadata/xmlui-metadata.mjs +1 -1
- package/dist/metadata/xmlui-metadata.umd.js +83 -83
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/Checkbox/Checkbox.js +3 -8
- package/dist/scripts/src/components/CodeBlock/CodeBlockNative.js +4 -2
- package/dist/scripts/src/components/List/ListNative.js +1 -1
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +10 -4
- package/dist/scripts/src/components/NestedApp/AppWithCodeViewNative.js +17 -19
- package/dist/scripts/src/components/NestedApp/NestedApp.js +7 -17
- package/dist/scripts/src/components/NestedApp/NestedAppNative.js +56 -87
- package/dist/scripts/src/components/NestedApp/utils.js +7 -0
- package/dist/scripts/src/components/Switch/Switch.js +2 -2
- package/dist/scripts/src/components/TableOfContents/TableOfContents.js +8 -2
- package/dist/scripts/src/components/TableOfContents/TableOfContentsNative.js +4 -3
- package/dist/scripts/src/components/Toggle/Toggle.js +8 -11
- package/dist/scripts/src/components-core/event-handlers.js +2 -1
- package/dist/scripts/src/components-core/interception/ApiInterceptorProvider.js +48 -26
- package/dist/scripts/src/components-core/utils/date-utils.js +47 -8
- package/dist/standalone/xmlui-standalone.es.d.ts +4 -9
- package/dist/standalone/xmlui-standalone.umd.js +227 -227
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ var P = (e, a, o) => Qo(e, typeof a != "symbol" ? a + "" : a, o), fa = (e, a, o)
|
|
|
7
7
|
var ge = (e, a, o) => (fa(e, a, "read from private field"), o ? o.call(e) : a.get(e)), Me = (e, a, o) => a.has(e) ? Ga("Cannot add the same private member more than once") : a instanceof WeakSet ? a.add(e) : a.set(e, o), ba = (e, a, o, t) => (fa(e, a, "write to private field"), t ? t.call(e, o) : a.set(e, o), o), ze = (e, a, o) => (fa(e, a, "access private method"), o);
|
|
8
8
|
import { delay as Zo, HttpResponse as Be, http as et } from "msw";
|
|
9
9
|
import { isArray as lo, isObject as mo, mapValues as at } from "lodash-es";
|
|
10
|
-
import { r as ot, g as tt, d as it, m as st, a as nt, o as ya, T as rt } from "./index-
|
|
10
|
+
import { r as ot, g as tt, d as it, m as st, a as nt, o as ya, T as rt } from "./index-By3AkYm2.mjs";
|
|
11
11
|
import Ha from "dexie";
|
|
12
12
|
var ut = /(%?)(%([sdijo]))/g;
|
|
13
13
|
function ct(e, a) {
|