xmlui 0.9.37 → 0.9.39

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.
Files changed (37) hide show
  1. package/dist/lib/{apiInterceptorWorker-5JLbCSKz.mjs → apiInterceptorWorker-CuqdinHT.mjs} +2 -1
  2. package/dist/lib/{core-XLM8cuFP.mjs → core-CNYDxpbi.mjs} +1 -1
  3. package/dist/lib/{index-qQpSddXH.mjs → index-DAE4_Ivq.mjs} +1337 -8880
  4. package/dist/lib/index-DCbaK7GI.mjs +17521 -0
  5. package/dist/lib/index.css +248 -551
  6. package/dist/lib/language-server-web-worker.mjs +1 -1
  7. package/dist/lib/language-server.mjs +1 -1
  8. package/dist/lib/{server-common-D9McswSL.mjs → server-common-GEz8hGWu.mjs} +6 -0
  9. package/dist/lib/xmlui.d.ts +1 -1
  10. package/dist/lib/xmlui.mjs +16 -16
  11. package/dist/metadata/style.css +248 -551
  12. package/dist/metadata/xmlui-metadata.mjs +223 -189
  13. package/dist/metadata/xmlui-metadata.umd.js +223 -189
  14. package/dist/scripts/package.json +3 -3
  15. package/dist/scripts/src/components/CodeBlock/CodeBlockNative.js +24 -1
  16. package/dist/scripts/src/components/CodeBlock/highlight-code.js +21 -1
  17. package/dist/scripts/src/components/ComponentProvider.js +9 -9
  18. package/dist/scripts/src/components/DatePicker/DatePicker.js +1 -0
  19. package/dist/scripts/src/components/DatePicker/DatePickerNative.js +25 -22
  20. package/dist/scripts/src/components/Heading/Heading.js +1 -1
  21. package/dist/scripts/src/components/Heading/HeadingNative.js +11 -2
  22. package/dist/scripts/src/components/Icon/AdmonitionDanger.js +10 -0
  23. package/dist/scripts/src/components/Icon/AdmonitionInfo.js +10 -0
  24. package/dist/scripts/src/components/Icon/AdmonitionNote.js +10 -0
  25. package/dist/scripts/src/components/Icon/AdmonitionTip.js +10 -0
  26. package/dist/scripts/src/components/Icon/AdmonitionWarning.js +10 -0
  27. package/dist/scripts/src/components/IconProvider.js +10 -0
  28. package/dist/scripts/src/components/Markdown/MarkdownNative.js +24 -18
  29. package/dist/scripts/src/components/NavLink/NavLinkNative.js +9 -19
  30. package/dist/scripts/src/components/NestedApp/NestedAppNative.js +64 -22
  31. package/dist/scripts/src/components-core/XmluiCodeHighlighter.js +4 -4
  32. package/dist/scripts/src/components-core/interception/apiInterceptorWorker.js +2 -1
  33. package/dist/scripts/src/components-core/loader/Loader.js +4 -4
  34. package/dist/scripts/src/components-core/rendering/AppWrapper.js +3 -5
  35. package/dist/standalone/xmlui-standalone.es.d.ts +1 -1
  36. package/dist/standalone/xmlui-standalone.umd.js +53304 -46983
  37. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
- import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError, s as setupWorker } from "./index-qQpSddXH.mjs";
1
+ import { setupWorker } from "./index-DCbaK7GI.mjs";
2
2
  import { delay as delay$1, HttpResponse, http } from "msw";
3
3
  import { isArray, isObject, mapValues } from "lodash-es";
4
+ import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-DAE4_Ivq.mjs";
4
5
  import Dexie from "dexie";
5
6
  var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
6
7
  HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
@@ -3844,7 +3844,7 @@ const html$3 = create({
3844
3844
  formTarget: null,
3845
3845
  headers: spaceSeparated,
3846
3846
  height: number,
3847
- hidden: boolean,
3847
+ hidden: overloadedBoolean,
3848
3848
  high: number,
3849
3849
  href: null,
3850
3850
  hrefLang: null,