xmlui 0.7.15 → 0.7.17

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 (50) hide show
  1. package/dist/{apiInterceptorWorker-yKpXImCG.mjs → apiInterceptorWorker-DkEyFV8g.mjs} +1 -1
  2. package/dist/{grammar.tmLanguage-D3zpG8BQ.mjs → grammar.tmLanguage-Qpdanc5_.mjs} +6 -6
  3. package/dist/{index-XNGGyvQ0.mjs → index-BiwoF6JS.mjs} +7262 -7196
  4. package/dist/scripts/package.json +1 -1
  5. package/dist/scripts/src/components/Backdrop/BackdropNative.js +2 -2
  6. package/dist/scripts/src/components/Card/CardNative.js +1 -1
  7. package/dist/scripts/src/components/Footer/FooterNative.js +2 -2
  8. package/dist/scripts/src/components/Form/Form.js +1 -1
  9. package/dist/scripts/src/components/Form/FormNative.js +3 -3
  10. package/dist/scripts/src/components/Heading/Heading.js +1 -7
  11. package/dist/scripts/src/components/Heading/HeadingNative.js +13 -11
  12. package/dist/scripts/src/components/Icon/Icon.js +1 -1
  13. package/dist/scripts/src/components/Icon/IconNative.js +2 -2
  14. package/dist/scripts/src/components/Input/InputAdornment.js +1 -1
  15. package/dist/scripts/src/components/Link/LinkNative.js +5 -5
  16. package/dist/scripts/src/components/Logo/LogoNative.js +4 -4
  17. package/dist/scripts/src/components/Markdown/Markdown.js +1 -1
  18. package/dist/scripts/src/components/Markdown/MarkdownNative.js +16 -16
  19. package/dist/scripts/src/components/ModalDialog/ConfirmationModalContextProvider.js +1 -1
  20. package/dist/scripts/src/components/NoResult/NoResultNative.js +4 -4
  21. package/dist/scripts/src/components/NumberBox/NumberBoxNative.js +3 -4
  22. package/dist/scripts/src/components/ProgressBar/ProgressBarNative.js +2 -2
  23. package/dist/scripts/src/components/RadioGroup/RadioGroup.js +1 -1
  24. package/dist/scripts/src/components/RadioGroup/RadioGroupNative.js +3 -4
  25. package/dist/scripts/src/components/Range/RangeNative.js +4 -4
  26. package/dist/scripts/src/components/Select/Select.js +1 -1
  27. package/dist/scripts/src/components/Select/SelectNative.js +6 -7
  28. package/dist/scripts/src/components/Slider/Slider.js +1 -1
  29. package/dist/scripts/src/components/Slider/SliderNative.js +4 -4
  30. package/dist/scripts/src/components/Spinner/SpinnerNative.js +7 -6
  31. package/dist/scripts/src/components/Splitter/Splitter.js +1 -1
  32. package/dist/scripts/src/components/Splitter/SplitterNative.js +2 -2
  33. package/dist/scripts/src/components/Stack/Stack.js +1 -1
  34. package/dist/scripts/src/components/Stack/StackNative.js +2 -2
  35. package/dist/scripts/src/components/TableOfContents/TableOfContents.js +1 -1
  36. package/dist/scripts/src/components/TableOfContents/TableOfContentsNative.js +5 -4
  37. package/dist/scripts/src/components/TextBox/TextBoxNative.js +1 -1
  38. package/dist/scripts/src/components/ThemeChanger/ThemeChanger.js +1 -1
  39. package/dist/scripts/src/components/Toggle/Toggle.js +4 -5
  40. package/dist/scripts/src/components/ValidationSummary/ValidationSummary.js +1 -1
  41. package/dist/scripts/src/components-core/DebugViewProvider.js +1 -1
  42. package/dist/scripts/src/components-core/container/Container.js +7 -84
  43. package/dist/scripts/src/components-core/container/reducer.js +147 -0
  44. package/dist/scripts/src/syntax/grammar.tmLanguage.json +31 -11
  45. package/dist/xmlui-metadata.mjs +1578 -1579
  46. package/dist/xmlui-metadata.umd.js +16 -16
  47. package/dist/xmlui-standalone.umd.js +129 -129
  48. package/dist/xmlui.d.ts +3 -3
  49. package/dist/xmlui.mjs +1 -1
  50. package/package.json +1 -1
@@ -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 { isArray as It, isObject as Nt, mapValues as Sr } from "lodash-es";
9
9
  import { delay as Dr, HttpResponse as K, http as Cr } from "msw";
10
- import { r as Mr, d as qr, m as $r, a as Ur, g as jr, o as Ee, T as Fr } from "./index-XNGGyvQ0.mjs";
10
+ import { r as Mr, d as qr, m as $r, a as Ur, g as jr, o as Ee, T as Fr } from "./index-BiwoF6JS.mjs";
11
11
  import We from "dexie";
12
12
  var Br = /(%?)(%([sdijo]))/g;
13
13
  function Vr(e, t) {
@@ -46,8 +46,8 @@ const e = "xmlui", n = "source.xmlui", t = [
46
46
  }
47
47
  ]
48
48
  },
49
- apiTag: {
50
- begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method|api)",
49
+ methodTag: {
50
+ begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)",
51
51
  beginCaptures: {
52
52
  1: {
53
53
  name: "punctuation.definition.tag.xmlui"
@@ -76,7 +76,7 @@ const e = "xmlui", n = "source.xmlui", t = [
76
76
  include: "#attribute"
77
77
  },
78
78
  {
79
- begin: "(?<!/|(?:/\\s*(?:api|method))\\s*)>",
79
+ begin: "(?<!/|(?:/\\s*(?:method))\\s*)>",
80
80
  beginCaptures: {
81
81
  0: {
82
82
  name: "punctuation.definition.tag.xmlui"
@@ -99,7 +99,7 @@ const e = "xmlui", n = "source.xmlui", t = [
99
99
  include: "source.js"
100
100
  }
101
101
  ],
102
- end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method|api)(?=\\s*>)"
102
+ end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)(?=\\s*>)"
103
103
  }
104
104
  ],
105
105
  end: "/?>"
@@ -328,7 +328,7 @@ const e = "xmlui", n = "source.xmlui", t = [
328
328
  include: "#itemTag"
329
329
  },
330
330
  {
331
- include: "#apiTag"
331
+ include: "#methodTag"
332
332
  },
333
333
  {
334
334
  include: "#propOrVarTag"
@@ -518,7 +518,7 @@ const e = "xmlui", n = "source.xmlui", t = [
518
518
  attribute: {
519
519
  patterns: [
520
520
  {
521
- begin: "(?:^|\\s+)([a-zA-Z$_][-\\w.$]*(?::[a-zA-Z$_][-\\w.$]*)?)(\\s*=)(\\s*['\"`])",
521
+ begin: "(?:^|\\s+)([a-zA-Z$_][-\\w.$]*(?::[a-zA-Z$_][-\\w.$]*)?)(\\s*=\\s*)(['\"`])",
522
522
  end: "\\3",
523
523
  beginCaptures: {
524
524
  1: {