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.
Files changed (35) hide show
  1. package/dist/{apiInterceptorWorker-BBls674G.mjs → apiInterceptorWorker-7aKQ2rBj.mjs} +1 -1
  2. package/dist/{index-CbU44pSb.mjs → index-B3CWFAxa.mjs} +1773 -2148
  3. package/dist/index.css +1862 -713
  4. package/dist/{lint-Cd70ckJ6.mjs → lint-EcgF-9Wr.mjs} +22 -46
  5. package/dist/scripts/src/components/ComponentProvider.js +0 -10
  6. package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +3 -1
  7. package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +10 -2
  8. package/dist/scripts/src/components/Form/FormContext.js +4 -0
  9. package/dist/scripts/src/components/Form/FormNative.js +6 -4
  10. package/dist/scripts/src/components/Form/formActions.js +2 -1
  11. package/dist/scripts/src/components/FormItem/FormItemNative.js +7 -0
  12. package/dist/scripts/src/components/Icon/MoonIcon.js +10 -0
  13. package/dist/scripts/src/components/Icon/StarsIcon.js +10 -0
  14. package/dist/scripts/src/components/IconProvider.js +4 -1
  15. package/dist/scripts/src/components/InspectButton/InspectButton.js +5 -3
  16. package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.js +1 -1
  17. package/dist/scripts/src/components-core/InspectorContext.js +4 -5
  18. package/dist/scripts/src/components-core/rendering/Container.js +1 -6
  19. package/dist/style.css +1837 -631
  20. package/dist/xmlui-metadata.mjs +1283 -1438
  21. package/dist/xmlui-metadata.umd.js +1282 -1437
  22. package/dist/xmlui-parser.mjs +17 -17
  23. package/dist/xmlui-standalone.umd.js +4012 -3257
  24. package/dist/xmlui.d.ts +1 -1
  25. package/dist/xmlui.mjs +1 -1
  26. package/package.json +2 -2
  27. package/dist/scripts/src/components/Alert/Alert.js +0 -61
  28. package/dist/scripts/src/components/Alert/AlertNative.js +0 -8
  29. package/dist/scripts/src/components/ButtonGroup/ButtonGroup.js +0 -55
  30. package/dist/scripts/src/components/ButtonGroup/ButtonGroupNative.js +0 -8
  31. package/dist/scripts/src/components/OffCanvas/OffCanvas.js +0 -57
  32. package/dist/scripts/src/components/OffCanvas/OffCanvasNative.js +0 -48
  33. package/dist/scripts/src/components/StateViewer/StateViewerNative.js +0 -19
  34. package/dist/scripts/src/components/SubNavPanel/SubNavPanel.js +0 -22
  35. package/dist/scripts/src/components/SubNavPanel/SubNavPanelNative.js +0 -9
@@ -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 { am as COMPOUND_COMP_ID } from "./lint-Cd70ckJ6.mjs";
3
- import { au, ao, ag, aq, as, ae, ad, ar, af, ap, ah, aj, an, a5, at, ai } from "./lint-Cd70ckJ6.mjs";
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
- au as CORE_NAMESPACE_VALUE,
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
- ao as LintDiagKind,
514
- ag as LintSeverity,
515
- aq as ParserError,
513
+ am as LintDiagKind,
514
+ ae as LintSeverity,
515
+ ao as ParserError,
516
516
  S as SyntaxKind,
517
- as as UCRegex,
517
+ aq as UCRegex,
518
518
  XmlUiHelper,
519
- ae as codeBehindFileExtension,
520
- ad as componentFileExtension,
519
+ ac as codeBehindFileExtension,
520
+ ab as componentFileExtension,
521
521
  q as createScanner,
522
522
  c as createXmlUiParser,
523
523
  d as diagnosticCategoryName,
524
- ar as errorMessages,
524
+ ap as errorMessages,
525
525
  x as findTokenAtPos,
526
- af as getLintSeverity,
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
- ap as lint,
532
- ah as lintApp,
533
- aj as lintErrorsComponent,
534
- an as moduleFileExtension,
531
+ an as lint,
532
+ af as lintApp,
533
+ ah as lintErrorsComponent,
534
+ al as moduleFileExtension,
535
535
  a5 as nodeToComponentDef,
536
- at as onPrefixRegex,
536
+ ar as onPrefixRegex,
537
537
  p as parseXmlUiMarkup,
538
- ai as printComponentLints,
538
+ ag as printComponentLints,
539
539
  w as tagNameNodesWithoutErrorsMatch,
540
540
  v as toDbgString
541
541
  };