xmlui 0.7.29 → 0.7.30

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 (34) hide show
  1. package/dist/{apiInterceptorWorker-BXh2BMZL.mjs → apiInterceptorWorker-DqMta6YM.mjs} +1 -1
  2. package/dist/{grammar.tmLanguage-JAlHWPqw.mjs → grammar.tmLanguage-CiYpNgdH.mjs} +3 -17
  3. package/dist/{index-B3eDGXIR.mjs → index-_MjjtXKH.mjs} +8888 -9449
  4. package/dist/index.css +1 -1
  5. package/dist/scripts/bin/start.js +1 -0
  6. package/dist/scripts/src/components/ComponentProvider.js +1 -16
  7. package/dist/scripts/src/components/DatePicker/DatePickerNative.js +1 -1
  8. package/dist/scripts/src/components/HtmlTags/HtmlTags.js +444 -315
  9. package/dist/scripts/src/components/IconProvider.js +2 -4
  10. package/dist/scripts/src/components/List/List.js +6 -0
  11. package/dist/scripts/src/components/List/ListNative.js +7 -6
  12. package/dist/scripts/src/components/Markdown/MarkdownNative.js +84 -85
  13. package/dist/scripts/src/components/{ThemeChanger → ToneChangerButton}/ToneChangerButton.js +0 -1
  14. package/dist/scripts/src/components-core/ComponentDecorator.js +45 -67
  15. package/dist/scripts/src/components-core/InspectorContext.js +15 -5
  16. package/dist/scripts/src/components-core/rendering/ComponentAdapter.js +1 -1
  17. package/dist/scripts/src/components-core/utils/extractParam.js +66 -0
  18. package/dist/scripts/src/syntax/grammar.tmLanguage.json +4 -17
  19. package/dist/style.css +1 -1
  20. package/dist/xmlui-metadata.mjs +4120 -4273
  21. package/dist/xmlui-metadata.umd.js +11 -88
  22. package/dist/xmlui-standalone.umd.js +155 -232
  23. package/dist/xmlui.d.ts +1 -1
  24. package/dist/xmlui.mjs +1 -1
  25. package/package.json +1 -1
  26. package/dist/scripts/src/components/Icon/MoonIcon.js +0 -10
  27. package/dist/scripts/src/components/Icon/SunIcon.js +0 -10
  28. package/dist/scripts/src/components/IconInfoCard/IconInfoCard.js +0 -40
  29. package/dist/scripts/src/components/PageHeader/PageHeader.js +0 -36
  30. package/dist/scripts/src/components/TableHeader/TableHeader.js +0 -34
  31. package/dist/scripts/src/components/ThemeChanger/ThemeChanger.js +0 -115
  32. package/dist/scripts/src/components/Toolbar/Toolbar.js +0 -32
  33. package/dist/scripts/src/components/ToolbarButton/ToolbarButton.js +0 -38
  34. package/dist/scripts/src/components/TrendLabel/TrendLabel.js +0 -37
@@ -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-B3eDGXIR.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-_MjjtXKH.mjs";
11
11
  import We from "dexie";
12
12
  var Br = /(%?)(%([sdijo]))/g;
13
13
  function Vr(e, t) {
@@ -15,14 +15,11 @@ const e = "xmlui", n = "source.xmlui", t = [
15
15
  include: "#componentTag"
16
16
  },
17
17
  {
18
- include: "#escapeCharacter"
18
+ include: "#entity"
19
19
  },
20
20
  {
21
21
  include: "#textWithBindingExpr"
22
22
  },
23
- {
24
- include: "#entity"
25
- },
26
23
  {
27
24
  begin: "(<!\\[)(CDATA)(\\[)",
28
25
  beginCaptures: {
@@ -299,12 +296,12 @@ const e = "xmlui", n = "source.xmlui", t = [
299
296
  end: "\\}",
300
297
  beginCaptures: {
301
298
  0: {
302
- name: "punctuation.definition.block.xmlui"
299
+ name: "entity.name.function.xmlui punctuation.definition.block.xmlui"
303
300
  }
304
301
  },
305
302
  endCaptures: {
306
303
  0: {
307
- name: "punctuation.definition.block.xmlui"
304
+ name: "entity.name.function.xmlui punctuation.definition.block.xmlui"
308
305
  }
309
306
  },
310
307
  patterns: [
@@ -393,9 +390,6 @@ const e = "xmlui", n = "source.xmlui", t = [
393
390
  },
394
391
  textWithBindingExpr: {
395
392
  patterns: [
396
- {
397
- include: "#escapeCharacter"
398
- },
399
393
  {
400
394
  include: "#entity"
401
395
  },
@@ -577,14 +571,6 @@ const e = "xmlui", n = "source.xmlui", t = [
577
571
  }
578
572
  ]
579
573
  },
580
- escapeCharacter: {
581
- patterns: [
582
- {
583
- match: "&(amp|gt|lt|apos|quot|nbsp);",
584
- name: "constant.character.escape.xmlui"
585
- }
586
- ]
587
- },
588
574
  comments: {
589
575
  patterns: [
590
576
  {