xmlui 0.7.28 → 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.
- package/dist/{apiInterceptorWorker-FalV8U3I.mjs → apiInterceptorWorker-DqMta6YM.mjs} +1 -1
- package/dist/{grammar.tmLanguage-JAlHWPqw.mjs → grammar.tmLanguage-CiYpNgdH.mjs} +3 -17
- package/dist/{index-CTUFRo8v.mjs → index-_MjjtXKH.mjs} +8924 -9351
- package/dist/index.css +1 -1
- package/dist/scripts/bin/start.js +1 -0
- package/dist/scripts/src/components/ComponentProvider.js +1 -16
- package/dist/scripts/src/components/DatePicker/DatePickerNative.js +1 -1
- package/dist/scripts/src/components/Form/FormContext.js +103 -1
- package/dist/scripts/src/components/FormItem/FormItem.js +102 -28
- package/dist/scripts/src/components/FormItem/FormItemNative.js +2 -1
- package/dist/scripts/src/components/FormItem/Validations.js +1 -1
- package/dist/scripts/src/components/HtmlTags/HtmlTags.js +444 -315
- package/dist/scripts/src/components/Icon/Icon.js +0 -1
- package/dist/scripts/src/components/Icon/IconNative.js +1 -1
- package/dist/scripts/src/components/IconProvider.js +2 -4
- package/dist/scripts/src/components/List/List.js +6 -0
- package/dist/scripts/src/components/List/ListNative.js +7 -6
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +84 -85
- package/dist/scripts/src/components/Option/Option.js +1 -1
- package/dist/scripts/src/components/{ThemeChanger → ToneChangerButton}/ToneChangerButton.js +0 -1
- package/dist/scripts/src/components-core/ComponentDecorator.js +45 -67
- package/dist/scripts/src/components-core/InspectorContext.js +15 -5
- package/dist/scripts/src/components-core/rendering/ComponentAdapter.js +1 -1
- package/dist/scripts/src/components-core/utils/extractParam.js +69 -2
- package/dist/scripts/src/syntax/grammar.tmLanguage.json +4 -17
- package/dist/style.css +1 -1
- package/dist/xmlui-metadata.mjs +3248 -3269
- package/dist/xmlui-metadata.umd.js +11 -88
- package/dist/xmlui-standalone.umd.js +154 -231
- package/dist/xmlui.d.ts +1 -1
- package/dist/xmlui.mjs +1 -1
- package/package.json +1 -1
- package/dist/scripts/src/components/Icon/MoonIcon.js +0 -10
- package/dist/scripts/src/components/Icon/SunIcon.js +0 -10
- package/dist/scripts/src/components/IconInfoCard/IconInfoCard.js +0 -40
- package/dist/scripts/src/components/PageHeader/PageHeader.js +0 -36
- package/dist/scripts/src/components/TableHeader/TableHeader.js +0 -34
- package/dist/scripts/src/components/ThemeChanger/ThemeChanger.js +0 -115
- package/dist/scripts/src/components/Toolbar/Toolbar.js +0 -32
- package/dist/scripts/src/components/ToolbarButton/ToolbarButton.js +0 -38
- 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-
|
|
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: "#
|
|
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
|
{
|