xmlui 0.11.15 → 0.11.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.
@@ -1,6 +1,6 @@
1
1
  import { delay as delay$1, HttpResponse, matchRequestUrl } from "msw";
2
2
  import { isArray, isObject, mapValues } from "lodash-es";
3
- import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-CP9ZIMMT.js";
3
+ import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-ontex45U.js";
4
4
  import Dexie from "dexie";
5
5
  var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
6
6
  HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
@@ -1,5 +1,5 @@
1
1
  import { expect as expect$1, test as test$1 } from "@playwright/test";
2
- import { x as xmlUiMarkupToComponent, P as PART_START_ADORNMENT, a as PART_END_ADORNMENT, b as PART_INPUT } from "./xmlui-parser-CW8YmGjO.js";
2
+ import { x as xmlUiMarkupToComponent, P as PART_START_ADORNMENT, a as PART_END_ADORNMENT, b as PART_INPUT } from "./xmlui-parser-9Yk-asFP.js";
3
3
  import "chroma-js";
4
4
  function parseComponentIfNecessary(rawComponent) {
5
5
  if (typeof rawComponent === "string") {
@@ -4,6 +4,7 @@ const PART_LABELED_ITEM = "labeledItem";
4
4
  const PART_INPUT = "input";
5
5
  const PART_START_ADORNMENT = "startAdornment";
6
6
  const PART_END_ADORNMENT = "endAdornment";
7
+ const PART_ICON = "icon";
7
8
  const COLOR_DANGER_100 = "hsl(356, 100%, 91%)";
8
9
  const COLOR_DANGER_300 = "hsl(356, 100%, 70%)";
9
10
  const COLOR_PRIMARY = "hsl(204, 30.3%, 13%)";
@@ -514,9 +515,10 @@ export {
514
515
  PART_INPUT as b,
515
516
  PART_LABELED_ITEM as c,
516
517
  PART_LABEL as d,
517
- errReportComponent as e,
518
- errReportMessage as f,
519
- errReportScriptError as g,
520
- errReportModuleErrors as h,
518
+ PART_ICON as e,
519
+ errReportComponent as f,
520
+ errReportMessage as g,
521
+ errReportScriptError as h,
522
+ errReportModuleErrors as i,
521
523
  xmlUiMarkupToComponent as x
522
524
  };
package/dist/lib/xmlui.js CHANGED
@@ -1,5 +1,5 @@
1
- import { aa, Z, al, a1, ax, av, _, $, ai, ak, aw, ag, ab, a2, a0, S, ar, b, ao, ap, a4, a5, ae, af, as, aj, at, au, ah, ad, c, f, e, h, j, k, l, i, n, p, q, s, u, v, x, w, t, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, P, N, O, Q, R, U, V, a3, W, X, a7, an, a6, a8, aq, a9, am, Y, ac } from "./index-CP9ZIMMT.js";
2
- import { e as e2, x as x2 } from "./xmlui-parser-CW8YmGjO.js";
1
+ import { aa, Z, al, a1, ax, av, _, $, ai, ak, aw, ag, ab, a2, a0, S, ar, b, ao, ap, a4, a5, ae, af, as, aj, at, au, ah, ad, c, f, e, h, j, k, l, i, n, p, q, s, u, v, x, w, t, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, P, N, O, Q, R, U, V, a3, W, X, a7, an, a6, a8, aq, a9, am, Y, ac } from "./index-ontex45U.js";
2
+ import { f as f2, x as x2 } from "./xmlui-parser-9Yk-asFP.js";
3
3
  import { X as X2 } from "./xmlui-serializer-CeCcgdVR.js";
4
4
  export {
5
5
  aa as ApiInterceptorProvider,
@@ -72,7 +72,7 @@ export {
72
72
  R as dValidationStatus,
73
73
  U as dValue,
74
74
  V as dValueApi,
75
- e2 as errReportComponent,
75
+ f2 as errReportComponent,
76
76
  a3 as getColor,
77
77
  W as parseScssVar,
78
78
  X as startApp,