xmlui 0.9.20 → 0.9.21
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-BBls674G.mjs → apiInterceptorWorker-7aKQ2rBj.mjs} +1 -1
- package/dist/{index-CbU44pSb.mjs → index-B3CWFAxa.mjs} +1773 -2148
- package/dist/index.css +1862 -713
- package/dist/{lint-Cd70ckJ6.mjs → lint-EcgF-9Wr.mjs} +22 -46
- package/dist/scripts/src/components/ComponentProvider.js +0 -10
- package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +3 -1
- package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +10 -2
- package/dist/scripts/src/components/Form/FormContext.js +4 -0
- package/dist/scripts/src/components/Form/FormNative.js +6 -4
- package/dist/scripts/src/components/Form/formActions.js +2 -1
- package/dist/scripts/src/components/FormItem/FormItemNative.js +7 -0
- package/dist/scripts/src/components/Icon/MoonIcon.js +10 -0
- package/dist/scripts/src/components/Icon/StarsIcon.js +10 -0
- package/dist/scripts/src/components/IconProvider.js +4 -1
- package/dist/scripts/src/components/InspectButton/InspectButton.js +5 -3
- package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.js +1 -1
- package/dist/scripts/src/components-core/InspectorContext.js +4 -5
- package/dist/scripts/src/components-core/rendering/Container.js +1 -6
- package/dist/style.css +1837 -631
- package/dist/xmlui-metadata.mjs +1283 -1438
- package/dist/xmlui-metadata.umd.js +1282 -1437
- package/dist/xmlui-parser.mjs +17 -17
- package/dist/xmlui-standalone.umd.js +4012 -3257
- package/dist/xmlui.d.ts +1 -1
- package/dist/xmlui.mjs +1 -1
- package/package.json +2 -2
- package/dist/scripts/src/components/Alert/Alert.js +0 -61
- package/dist/scripts/src/components/Alert/AlertNative.js +0 -8
- package/dist/scripts/src/components/ButtonGroup/ButtonGroup.js +0 -55
- package/dist/scripts/src/components/ButtonGroup/ButtonGroupNative.js +0 -8
- package/dist/scripts/src/components/OffCanvas/OffCanvas.js +0 -57
- package/dist/scripts/src/components/OffCanvas/OffCanvasNative.js +0 -48
- package/dist/scripts/src/components/StateViewer/StateViewerNative.js +0 -19
- package/dist/scripts/src/components/SubNavPanel/SubNavPanel.js +0 -22
- package/dist/scripts/src/components/SubNavPanel/SubNavPanelNative.js +0 -9
package/dist/xmlui-parser.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C, o, k, i, n, h, l, a, m, j, f, e, g, b, D, E, S, q, c, d, x, u, r, t, s, p, w, v } from "./parser-CBXS8ft2.mjs";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { ak as COMPOUND_COMP_ID } from "./lint-EcgF-9Wr.mjs";
|
|
3
|
+
import { as, am, ae, ao, aq, ac, ab, ap, ad, an, af, ah, al, a5, ar, ag } from "./lint-EcgF-9Wr.mjs";
|
|
4
4
|
const attrBreakRegex = /[\r\n<>'"&]/;
|
|
5
5
|
class XmlUiHelper {
|
|
6
6
|
/**
|
|
@@ -493,7 +493,7 @@ class XmlUiHelper {
|
|
|
493
493
|
}
|
|
494
494
|
export {
|
|
495
495
|
COMPOUND_COMP_ID,
|
|
496
|
-
|
|
496
|
+
as as CORE_NAMESPACE_VALUE,
|
|
497
497
|
C as CharacterCodes,
|
|
498
498
|
o as Diag_Attr_Identifier_Expected,
|
|
499
499
|
k as Diag_Attr_Value_Expected,
|
|
@@ -510,32 +510,32 @@ export {
|
|
|
510
510
|
b as Diag_Unterminated_String_Literal,
|
|
511
511
|
D as DiagnosticCategory,
|
|
512
512
|
E as ErrCodes,
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
513
|
+
am as LintDiagKind,
|
|
514
|
+
ae as LintSeverity,
|
|
515
|
+
ao as ParserError,
|
|
516
516
|
S as SyntaxKind,
|
|
517
|
-
|
|
517
|
+
aq as UCRegex,
|
|
518
518
|
XmlUiHelper,
|
|
519
|
-
|
|
520
|
-
|
|
519
|
+
ac as codeBehindFileExtension,
|
|
520
|
+
ab as componentFileExtension,
|
|
521
521
|
q as createScanner,
|
|
522
522
|
c as createXmlUiParser,
|
|
523
523
|
d as diagnosticCategoryName,
|
|
524
|
-
|
|
524
|
+
ap as errorMessages,
|
|
525
525
|
x as findTokenAtPos,
|
|
526
|
-
|
|
526
|
+
ad as getLintSeverity,
|
|
527
527
|
u as getSyntaxKindStrRepr,
|
|
528
528
|
r as isIdentifierStart,
|
|
529
529
|
t as isInnerNode,
|
|
530
530
|
s as isTrivia,
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
531
|
+
an as lint,
|
|
532
|
+
af as lintApp,
|
|
533
|
+
ah as lintErrorsComponent,
|
|
534
|
+
al as moduleFileExtension,
|
|
535
535
|
a5 as nodeToComponentDef,
|
|
536
|
-
|
|
536
|
+
ar as onPrefixRegex,
|
|
537
537
|
p as parseXmlUiMarkup,
|
|
538
|
-
|
|
538
|
+
ag as printComponentLints,
|
|
539
539
|
w as tagNameNodesWithoutErrorsMatch,
|
|
540
540
|
v as toDbgString
|
|
541
541
|
};
|