xmlui 0.7.34 → 0.8.1

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 (77) hide show
  1. package/dist/_commonjsHelpers-BkfeUUK-.mjs +28 -0
  2. package/dist/{apiInterceptorWorker-DHDoRL37.mjs → apiInterceptorWorker-CJUgtSE2.mjs} +1 -1
  3. package/dist/index-B09mlAcY.mjs +28210 -0
  4. package/dist/index.css +1 -1
  5. package/dist/language-server.d.ts +24 -0
  6. package/dist/language-server.mjs +14331 -0
  7. package/dist/lint-BN6SMVda.mjs +4902 -0
  8. package/dist/parser-Bko8vvFS.mjs +746 -0
  9. package/dist/scripts/src/components/Accordion/Accordion.js +10 -10
  10. package/dist/scripts/src/components/App/App.js +3 -3
  11. package/dist/scripts/src/components/AppHeader/AppHeader.js +3 -3
  12. package/dist/scripts/src/components/AutoComplete/AutoComplete.js +14 -14
  13. package/dist/scripts/src/components/Avatar/Avatar.js +4 -4
  14. package/dist/scripts/src/components/Badge/Badge.js +5 -5
  15. package/dist/scripts/src/components/Button/Button.js +64 -64
  16. package/dist/scripts/src/components/Card/Card.js +3 -3
  17. package/dist/scripts/src/components/Carousel/Carousel.js +14 -14
  18. package/dist/scripts/src/components/Checkbox/Checkbox.js +14 -14
  19. package/dist/scripts/src/components/ContentSeparator/ContentSeparator.js +1 -1
  20. package/dist/scripts/src/components/DatePicker/DatePicker.js +8 -8
  21. package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +8 -8
  22. package/dist/scripts/src/components/FileUploadDropZone/FileUploadDropZone.js +3 -3
  23. package/dist/scripts/src/components/Footer/Footer.js +5 -5
  24. package/dist/scripts/src/components/Form/Form.js +16 -16
  25. package/dist/scripts/src/components/FormItem/FormItem.js +2 -2
  26. package/dist/scripts/src/components/Heading/Heading.js +1 -1
  27. package/dist/scripts/src/components/HtmlTags/HtmlTags.js +11 -11
  28. package/dist/scripts/src/components/Link/Link.js +6 -6
  29. package/dist/scripts/src/components/List/ListNative.js +53 -39
  30. package/dist/scripts/src/components/Markdown/Markdown.js +3 -3
  31. package/dist/scripts/src/components/ModalDialog/ModalDialog.js +2 -2
  32. package/dist/scripts/src/components/NavGroup/NavGroup.js +2 -2
  33. package/dist/scripts/src/components/NavLink/NavLink.js +3 -3
  34. package/dist/scripts/src/components/NavPanel/NavPanel.js +2 -2
  35. package/dist/scripts/src/components/NoResult/NoResult.js +1 -1
  36. package/dist/scripts/src/components/OffCanvas/OffCanvas.js +1 -1
  37. package/dist/scripts/src/components/ProgressBar/ProgressBar.js +2 -2
  38. package/dist/scripts/src/components/RadioGroup/RadioGroup.js +16 -16
  39. package/dist/scripts/src/components/Select/Select.js +16 -16
  40. package/dist/scripts/src/components/Slider/Slider.js +11 -11
  41. package/dist/scripts/src/components/Spinner/Spinner.js +2 -2
  42. package/dist/scripts/src/components/Splitter/Splitter.js +1 -1
  43. package/dist/scripts/src/components/StickyBox/StickyBox.js +1 -1
  44. package/dist/scripts/src/components/Switch/Switch.js +18 -18
  45. package/dist/scripts/src/components/Table/Table.js +17 -17
  46. package/dist/scripts/src/components/TableOfContents/TableOfContents.js +7 -7
  47. package/dist/scripts/src/components/Tabs/Tabs.js +12 -12
  48. package/dist/scripts/src/components/Text/Text.js +23 -23
  49. package/dist/scripts/src/components/TextBox/TextBox.js +11 -11
  50. package/dist/scripts/src/components-core/theming/themes/base-utils.js +0 -16
  51. package/dist/scripts/src/components-core/theming/themes/root.js +73 -86
  52. package/dist/scripts/src/components-core/theming/themes/solid.js +1 -1
  53. package/dist/scripts/src/components-core/theming/themes/xmlui.js +3 -3
  54. package/dist/scripts/src/components-core/theming/transformThemeVars.js +152 -152
  55. package/dist/scripts/src/parsers/scripting/Parser.js +2 -2
  56. package/dist/style.css +1 -1
  57. package/dist/xmlui-metadata.mjs +7916 -7916
  58. package/dist/xmlui-metadata.umd.js +11 -11
  59. package/dist/xmlui-parser.mjs +53 -52
  60. package/dist/xmlui-standalone.umd.js +146 -146
  61. package/dist/xmlui.d.ts +3 -3
  62. package/dist/xmlui.mjs +1 -1
  63. package/package.json +11 -5
  64. package/dist/index-B90aqc2f.mjs +0 -28217
  65. package/dist/lint-D3rXRbP1.mjs +0 -5645
  66. package/dist/scripts/bin/language-server.js +0 -11
  67. package/dist/scripts/src/components-core/abstractions/standalone.js +0 -2
  68. package/dist/scripts/src/components-core/interception/abstractions.js +0 -2
  69. package/dist/scripts/src/language-server/metadata.js +0 -8206
  70. package/dist/scripts/src/language-server/server.js +0 -135
  71. package/dist/scripts/src/language-server/services/completion.js +0 -100
  72. package/dist/scripts/src/language-server/services/hover.js +0 -170
  73. package/dist/scripts/src/language-server/services/syntax-node-utilities.js +0 -22
  74. package/dist/scripts/src/parsers/xmlui-parser/index.js +0 -29
  75. package/dist/scripts/src/parsers/xmlui-parser/lint.js +0 -177
  76. package/dist/scripts/src/parsers/xmlui-parser/xmlui-serializer.js +0 -582
  77. package/dist/scripts/src/parsers/xmlui-parser/xmlui-tree.js +0 -2
@@ -0,0 +1,28 @@
1
+ var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function f(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ function l(e) {
6
+ if (e.__esModule) return e;
7
+ var r = e.default;
8
+ if (typeof r == "function") {
9
+ var t = function o() {
10
+ return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
11
+ };
12
+ t.prototype = r.prototype;
13
+ } else t = {};
14
+ return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
15
+ var n = Object.getOwnPropertyDescriptor(e, o);
16
+ Object.defineProperty(t, o, n.get ? n : {
17
+ enumerable: !0,
18
+ get: function() {
19
+ return e[o];
20
+ }
21
+ });
22
+ }), t;
23
+ }
24
+ export {
25
+ l as a,
26
+ u as c,
27
+ f as g
28
+ };
@@ -7,7 +7,7 @@ var U = (e, t, r) => Lr(e, typeof t != "symbol" ? t + "" : t, r), ve = (e, t, r)
7
7
  var Q = (e, t, r) => (ve(e, t, "read from private field"), r ? r.call(e) : t.get(e)), we = (e, t, r) => t.has(e) ? Be("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), Ve = (e, t, r, s) => (ve(e, t, "write to private field"), s ? s.call(e, r) : t.set(e, r), r), ie = (e, t, r) => (ve(e, t, "access private method"), r);
8
8
  import { delay as Sr, HttpResponse as K, http as Dr } from "msw";
9
9
  import { isArray as It, isObject as Nt, mapValues as Cr } from "lodash-es";
10
- import { r as Mr, g as qr, d as $r, m as Ur, a as jr, o as Ee, T as Fr } from "./index-B90aqc2f.mjs";
10
+ import { r as Mr, g as qr, d as $r, m as Ur, a as jr, o as Ee, T as Fr } from "./index-B09mlAcY.mjs";
11
11
  import We from "dexie";
12
12
  var Br = /(%?)(%([sdijo]))/g;
13
13
  function Vr(e, t) {