xmlui 0.7.15 → 0.7.16
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.
- package/dist/{apiInterceptorWorker-yKpXImCG.mjs → apiInterceptorWorker-21XItUaB.mjs} +1 -1
- package/dist/{grammar.tmLanguage-D3zpG8BQ.mjs → grammar.tmLanguage-Qpdanc5_.mjs} +6 -6
- package/dist/{index-XNGGyvQ0.mjs → index-CFCUmuUo.mjs} +4386 -4343
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/Backdrop/BackdropNative.js +2 -2
- package/dist/scripts/src/components/Card/CardNative.js +1 -1
- package/dist/scripts/src/components/Footer/FooterNative.js +2 -2
- package/dist/scripts/src/components/Form/Form.js +1 -1
- package/dist/scripts/src/components/Form/FormNative.js +3 -3
- package/dist/scripts/src/components/Heading/Heading.js +1 -1
- package/dist/scripts/src/components/Heading/HeadingNative.js +13 -11
- package/dist/scripts/src/components/Icon/Icon.js +1 -1
- package/dist/scripts/src/components/Icon/IconNative.js +2 -2
- package/dist/scripts/src/components/Input/InputAdornment.js +1 -1
- package/dist/scripts/src/components/Link/LinkNative.js +5 -5
- package/dist/scripts/src/components/Logo/LogoNative.js +4 -4
- package/dist/scripts/src/components/Markdown/Markdown.js +1 -1
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +16 -16
- package/dist/scripts/src/components/ModalDialog/ConfirmationModalContextProvider.js +1 -1
- package/dist/scripts/src/components/NoResult/NoResultNative.js +4 -4
- package/dist/scripts/src/components/NumberBox/NumberBoxNative.js +3 -4
- package/dist/scripts/src/components/ProgressBar/ProgressBarNative.js +2 -2
- package/dist/scripts/src/components/RadioGroup/RadioGroup.js +1 -1
- package/dist/scripts/src/components/RadioGroup/RadioGroupNative.js +3 -4
- package/dist/scripts/src/components/Range/RangeNative.js +4 -4
- package/dist/scripts/src/components/Select/Select.js +1 -1
- package/dist/scripts/src/components/Select/SelectNative.js +6 -7
- package/dist/scripts/src/components/Slider/Slider.js +1 -1
- package/dist/scripts/src/components/Slider/SliderNative.js +4 -4
- package/dist/scripts/src/components/Spinner/SpinnerNative.js +7 -6
- package/dist/scripts/src/components/Splitter/Splitter.js +1 -1
- package/dist/scripts/src/components/Splitter/SplitterNative.js +2 -2
- package/dist/scripts/src/components/Stack/Stack.js +1 -1
- package/dist/scripts/src/components/Stack/StackNative.js +2 -2
- package/dist/scripts/src/components/TableOfContents/TableOfContents.js +1 -1
- package/dist/scripts/src/components/TableOfContents/TableOfContentsNative.js +5 -4
- package/dist/scripts/src/components/TextBox/TextBoxNative.js +1 -1
- package/dist/scripts/src/components/ThemeChanger/ThemeChanger.js +1 -1
- package/dist/scripts/src/components/Toggle/Toggle.js +4 -5
- package/dist/scripts/src/components/ValidationSummary/ValidationSummary.js +1 -1
- package/dist/scripts/src/syntax/grammar.tmLanguage.json +31 -11
- package/dist/xmlui-metadata.mjs +1370 -1365
- package/dist/xmlui-metadata.umd.js +16 -16
- package/dist/xmlui-standalone.umd.js +69 -69
- package/dist/xmlui.d.ts +3 -3
- package/dist/xmlui.mjs +1 -1
- 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-
|
|
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-CFCUmuUo.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
|
-
|
|
50
|
-
begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method
|
|
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*(?:
|
|
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
|
|
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: "#
|
|
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
|
|
521
|
+
begin: "(?:^|\\s+)([a-zA-Z$_][-\\w.$]*(?::[a-zA-Z$_][-\\w.$]*)?)(\\s*=\\s*)(['\"`])",
|
|
522
522
|
end: "\\3",
|
|
523
523
|
beginCaptures: {
|
|
524
524
|
1: {
|