xmlui 0.9.41 → 0.9.42

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 (28) hide show
  1. package/dist/lib/{apiInterceptorWorker-CtBaFvdM.mjs → apiInterceptorWorker-hdo0gCSX.mjs} +1 -1
  2. package/dist/lib/{index-CyoiJ6iV.mjs → index-DGIOfOMB.mjs} +203 -175
  3. package/dist/lib/index.css +358 -208
  4. package/dist/lib/language-server-web-worker.mjs +1 -1
  5. package/dist/lib/language-server.mjs +1 -1
  6. package/dist/lib/{server-common-GEz8hGWu.mjs → server-common-CCyrHhiI.mjs} +2465 -2549
  7. package/dist/lib/xmlui.mjs +1 -1
  8. package/dist/metadata/style.css +358 -208
  9. package/dist/metadata/xmlui-metadata.mjs +103 -122
  10. package/dist/metadata/xmlui-metadata.umd.js +104 -123
  11. package/dist/scripts/package.json +2 -2
  12. package/dist/scripts/src/components/AppHeader/AppHeaderNative.js +1 -1
  13. package/dist/scripts/src/components/Card/CardNative.js +1 -1
  14. package/dist/scripts/src/components/DatePicker/DatePicker.js +5 -1
  15. package/dist/scripts/src/components/DatePicker/DatePickerNative.js +14 -47
  16. package/dist/scripts/src/components/HtmlTags/HtmlTags.js +1 -1
  17. package/dist/scripts/src/components/Input/InputAdornment.js +1 -1
  18. package/dist/scripts/src/components/Link/Link.js +1 -1
  19. package/dist/scripts/src/components/Link/LinkNative.js +2 -2
  20. package/dist/scripts/src/components/Markdown/Markdown.js +1 -1
  21. package/dist/scripts/src/components/Markdown/MarkdownNative.js +11 -1
  22. package/dist/scripts/src/components/Select/SelectNative.js +2 -2
  23. package/dist/scripts/src/components/TableOfContents/TableOfContents.js +11 -37
  24. package/dist/scripts/src/components/TableOfContents/TableOfContentsNative.js +1 -1
  25. package/dist/scripts/src/components/Theme/ThemeNative.js +30 -1
  26. package/dist/scripts/src/components-core/ApiBoundComponent.js +5 -3
  27. package/dist/standalone/xmlui-standalone.umd.js +5065 -4887
  28. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
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-CyoiJ6iV.mjs";
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-DGIOfOMB.mjs";
5
5
  import Dexie from "dexie";
6
6
  var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
7
7
  HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";