@gravitee/graphene-core 2.36.3 → 2.37.0

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/index.js CHANGED
@@ -30459,7 +30459,7 @@ function eJ({ index: e, path: t, itemsSchema: n, depth: r, disabled: i, canRemov
30459
30459
  basePath: l,
30460
30460
  disabled: i
30461
30461
  },
30462
- children: /* @__PURE__ */ H(IJ, {
30462
+ children: /* @__PURE__ */ H(LJ, {
30463
30463
  schema: n,
30464
30464
  name: "",
30465
30465
  depth: r + 1
@@ -30863,7 +30863,7 @@ function jJ({ schema: e, depth: t }) {
30863
30863
  path: r ? `${r}.${e}` : e,
30864
30864
  value: t
30865
30865
  }, e)),
30866
- l.properties && Object.entries(l.properties).filter(([, e]) => e.const === void 0).map(([e, n]) => /* @__PURE__ */ H(IJ, {
30866
+ l.properties && Object.entries(l.properties).filter(([, e]) => e.const === void 0).map(([e, n]) => /* @__PURE__ */ H(LJ, {
30867
30867
  schema: n,
30868
30868
  name: e,
30869
30869
  depth: t + 1
@@ -30890,7 +30890,7 @@ function PJ({ schema: e, name: t, depth: n }) {
30890
30890
  ...r,
30891
30891
  basePath: i
30892
30892
  },
30893
- children: /* @__PURE__ */ U($F, { children: [e.properties && Object.entries(e.properties).map(([e, t]) => /* @__PURE__ */ H(IJ, {
30893
+ children: /* @__PURE__ */ U($F, { children: [e.properties && Object.entries(e.properties).map(([e, t]) => /* @__PURE__ */ H(LJ, {
30894
30894
  schema: t,
30895
30895
  name: e,
30896
30896
  depth: n + 1
@@ -30912,45 +30912,63 @@ function PJ({ schema: e, name: t, depth: n }) {
30912
30912
  });
30913
30913
  }
30914
30914
  //#endregion
30915
+ //#region src/composed/PasswordInput/PasswordInput.tsx
30916
+ function FJ({ groupClassName: e, showLabel: t = "Show password", hideLabel: n = "Hide password", hideToggle: r = !1, className: i, disabled: a, ...o }) {
30917
+ let [s, c] = V(!1);
30918
+ return /* @__PURE__ */ U(nM, {
30919
+ className: e,
30920
+ children: [/* @__PURE__ */ H(cM, {
30921
+ type: !r && s ? "text" : "password",
30922
+ className: i,
30923
+ disabled: a,
30924
+ ...o
30925
+ }), !r && /* @__PURE__ */ H(iM, {
30926
+ align: "inline-end",
30927
+ children: /* @__PURE__ */ H(oM, {
30928
+ "data-slot": "password-toggle",
30929
+ size: "icon-xs",
30930
+ "aria-label": s ? n : t,
30931
+ "aria-pressed": s,
30932
+ disabled: a,
30933
+ onClick: () => c((e) => !e),
30934
+ children: H(s ? u : m, {
30935
+ className: "size-3.5",
30936
+ "aria-hidden": "true"
30937
+ })
30938
+ })
30939
+ })]
30940
+ });
30941
+ }
30942
+ FJ.displayName = "PasswordInput";
30943
+ //#endregion
30915
30944
  //#region src/composed/JsonSchemaForm/fields/string/StringField.tsx
30916
- function FJ({ schema: e, name: t }) {
30945
+ function IJ({ schema: e, name: t }) {
30917
30946
  let { control: n, basePath: r, disabled: i } = MK(), a = t ? r ? `${r}.${t}` : t : r, { field: o, fieldState: s } = gq({
30918
30947
  control: n,
30919
30948
  name: a
30920
- }), [c, l] = V(!1), d = IK(e, t), f = i || e.readOnly === !0, p = s.invalid, h = {
30949
+ }), c = IK(e, t), l = i || e.readOnly === !0, u = s.invalid, d = {
30921
30950
  id: a,
30922
30951
  value: typeof o.value == "string" ? o.value : "",
30923
30952
  onChange: o.onChange,
30924
30953
  onBlur: o.onBlur,
30925
- disabled: f,
30954
+ disabled: l,
30926
30955
  required: e.isRequired,
30927
- "aria-invalid": p,
30956
+ "aria-invalid": u,
30928
30957
  minLength: e.minLength,
30929
30958
  maxLength: e.maxLength
30930
30959
  };
30931
30960
  return /* @__PURE__ */ U(tI, {
30932
- "data-invalid": p,
30961
+ "data-invalid": u,
30933
30962
  children: [
30934
30963
  /* @__PURE__ */ H(rI, {
30935
30964
  htmlFor: a,
30936
- children: d
30965
+ children: c
30937
30966
  }),
30938
- e.format === "text" ? /* @__PURE__ */ H(tM, { ...h }) : e.format === "password" ? /* @__PURE__ */ U(nM, { children: [/* @__PURE__ */ H(cM, {
30939
- ...h,
30940
- type: c ? "text" : "password",
30967
+ e.format === "text" ? /* @__PURE__ */ H(tM, { ...d }) : e.format === "password" ? /* @__PURE__ */ H(FJ, {
30968
+ ...d,
30941
30969
  pattern: e.pattern
30942
- }), /* @__PURE__ */ H(iM, {
30943
- align: "inline-end",
30944
- children: /* @__PURE__ */ H(oM, {
30945
- size: "icon-xs",
30946
- onClick: () => l((e) => !e),
30947
- "aria-label": c ? "Hide password" : "Show password",
30948
- "aria-pressed": c,
30949
- disabled: f,
30950
- children: H(c ? u : m, { "aria-hidden": "true" })
30951
- })
30952
- })] }) : /* @__PURE__ */ H(eM, {
30953
- ...h,
30970
+ }) : /* @__PURE__ */ H(eM, {
30971
+ ...d,
30954
30972
  type: "text",
30955
30973
  pattern: e.pattern
30956
30974
  }),
@@ -30961,11 +30979,11 @@ function FJ({ schema: e, name: t }) {
30961
30979
  }
30962
30980
  //#endregion
30963
30981
  //#region src/composed/JsonSchemaForm/SchemaField.tsx
30964
- function IJ({ schema: e, name: t, depth: n = 0 }) {
30982
+ function LJ({ schema: e, name: t, depth: n = 0 }) {
30965
30983
  MK();
30966
30984
  let r = t ?? "";
30967
30985
  if (e.deprecated === !0) return null;
30968
- let i = LJ(e.type);
30986
+ let i = RJ(e.type);
30969
30987
  return Array.isArray(e.enum) && e.enum.length > 0 || sJ(e) ? /* @__PURE__ */ H(hJ, {
30970
30988
  schema: e,
30971
30989
  name: r
@@ -30981,7 +30999,7 @@ function IJ({ schema: e, name: t, depth: n = 0 }) {
30981
30999
  }) : i === "integer" || i === "number" ? /* @__PURE__ */ H(bJ, {
30982
31000
  schema: e,
30983
31001
  name: r
30984
- }) : i === "string" ? /* @__PURE__ */ H(FJ, {
31002
+ }) : i === "string" ? /* @__PURE__ */ H(IJ, {
30985
31003
  schema: e,
30986
31004
  name: r
30987
31005
  }) : e.properties || i === "object" || uJ(e) || dJ(e) ? /* @__PURE__ */ H(PJ, {
@@ -30992,50 +31010,50 @@ function IJ({ schema: e, name: t, depth: n = 0 }) {
30992
31010
  schema: e,
30993
31011
  name: t,
30994
31012
  depth: n
30995
- }) : (console.warn(`[JsonSchemaForm] No renderer for schema at "${t ?? "root"}" (${RJ(e)}). Field is omitted.`), null);
31013
+ }) : (console.warn(`[JsonSchemaForm] No renderer for schema at "${t ?? "root"}" (${zJ(e)}). Field is omitted.`), null);
30996
31014
  }
30997
- function LJ(e) {
31015
+ function RJ(e) {
30998
31016
  return Array.isArray(e) ? e.find((e) => e !== "null") ?? e[0] : e;
30999
31017
  }
31000
- function RJ(e) {
31018
+ function zJ(e) {
31001
31019
  return e.type ? Array.isArray(e.type) ? e.type.join("|") : e.type : e.oneOf ? "oneOf" : e.anyOf ? "anyOf" : e.allOf ? "allOf" : e.const === void 0 ? "unknown" : "const";
31002
31020
  }
31003
31021
  //#endregion
31004
31022
  //#region src/composed/JsonSchemaForm/utils/liftRequired.ts
31005
- function zJ(e) {
31006
- return BJ(e);
31007
- }
31008
31023
  function BJ(e) {
31024
+ return VJ(e);
31025
+ }
31026
+ function VJ(e) {
31009
31027
  let t = { ...e };
31010
31028
  if (t.properties) {
31011
31029
  let e = new Set(t.required ?? []), n = {};
31012
31030
  for (let [r, i] of Object.entries(t.properties)) {
31013
- let t = BJ(i);
31031
+ let t = VJ(i);
31014
31032
  e.has(r) && (t.isRequired = !0, t.type === "string" && t.minLength === void 0 && t.const === void 0 && !Array.isArray(t.enum) && !Array.isArray(t.oneOf) && !Array.isArray(t.anyOf) && (t.minLength = 1), t.type === "array" && t.minItems === void 0 && t.const === void 0 && !Array.isArray(t.enum) && (t.minItems = 1)), n[r] = t;
31015
31033
  }
31016
31034
  t.properties = n;
31017
31035
  }
31018
- return t.items &&= Array.isArray(t.items) ? t.items.map(BJ) : BJ(t.items), t.oneOf &&= t.oneOf.map(BJ), t.anyOf &&= t.anyOf.map(BJ), t.allOf &&= t.allOf.map(BJ), t;
31036
+ return t.items &&= Array.isArray(t.items) ? t.items.map(VJ) : VJ(t.items), t.oneOf &&= t.oneOf.map(VJ), t.anyOf &&= t.anyOf.map(VJ), t.allOf &&= t.allOf.map(VJ), t;
31019
31037
  }
31020
31038
  //#endregion
31021
31039
  //#region src/composed/JsonSchemaForm/utils/relaxDeprecated.ts
31022
- function VJ(e) {
31040
+ function HJ(e) {
31023
31041
  if (e.deprecated === !0) return { deprecated: !0 };
31024
31042
  let t = { ...e };
31025
31043
  if (e.properties) {
31026
31044
  let n = [];
31027
31045
  t.properties = {};
31028
- for (let [r, i] of Object.entries(e.properties)) i.deprecated === !0 && n.push(r), t.properties[r] = VJ(i);
31046
+ for (let [r, i] of Object.entries(e.properties)) i.deprecated === !0 && n.push(r), t.properties[r] = HJ(i);
31029
31047
  n.length > 0 && e.required && (t.required = e.required.filter((e) => !n.includes(e)));
31030
31048
  }
31031
- return e.items && !Array.isArray(e.items) && (t.items = VJ(e.items)), e.oneOf && (t.oneOf = e.oneOf.filter((e) => e.deprecated !== !0).map(VJ)), e.anyOf && (t.anyOf = e.anyOf.filter((e) => e.deprecated !== !0).map(VJ)), t;
31049
+ return e.items && !Array.isArray(e.items) && (t.items = HJ(e.items)), e.oneOf && (t.oneOf = e.oneOf.filter((e) => e.deprecated !== !0).map(HJ)), e.anyOf && (t.anyOf = e.anyOf.filter((e) => e.deprecated !== !0).map(HJ)), t;
31032
31050
  }
31033
31051
  //#endregion
31034
31052
  //#region src/composed/JsonSchemaForm/JsonSchemaForm.tsx
31035
- function HJ({ schema: e, control: t, name: n, disabled: r = !1, context: i }) {
31053
+ function UJ({ schema: e, control: t, name: n, disabled: r = !1, context: i }) {
31036
31054
  let a = B(() => {
31037
31055
  try {
31038
- return { resolved: zJ(VJ(yK(EK(e)))) };
31056
+ return { resolved: BJ(HJ(yK(EK(e)))) };
31039
31057
  } catch (e) {
31040
31058
  return { error: e instanceof Error ? e.message : "Unknown schema error" };
31041
31059
  }
@@ -31058,12 +31076,12 @@ function HJ({ schema: e, control: t, name: n, disabled: r = !1, context: i }) {
31058
31076
  children: ["Schema error: ", a.error]
31059
31077
  }) : /* @__PURE__ */ H(jK.Provider, {
31060
31078
  value: s,
31061
- children: /* @__PURE__ */ H(IJ, { schema: a.resolved })
31079
+ children: /* @__PURE__ */ H(LJ, { schema: a.resolved })
31062
31080
  });
31063
31081
  }
31064
31082
  //#endregion
31065
31083
  //#region src/composed/JsonSchemaForm/form-bindings/composeResolvers.ts
31066
- function UJ(...e) {
31084
+ function WJ(...e) {
31067
31085
  return async (t, n, r) => {
31068
31086
  let i = await Promise.all(e.map((e) => e(t, n, r))), a = {};
31069
31087
  for (let e of i) Object.assign(a, e.errors);
@@ -31078,7 +31096,7 @@ function UJ(...e) {
31078
31096
  }
31079
31097
  //#endregion
31080
31098
  //#region ../../node_modules/ajv/dist/compile/codegen/code.js
31081
- var WJ = /* @__PURE__ */ W(((e) => {
31099
+ var GJ = /* @__PURE__ */ W(((e) => {
31082
31100
  Object.defineProperty(e, "__esModule", { value: !0 }), e.regexpCode = e.getEsmExportName = e.getProperty = e.safeStringify = e.stringify = e.strConcat = e.addCodeArg = e.str = e._ = e.nil = e._Code = e.Name = e.IDENTIFIER = e._CodeOrName = void 0;
31083
31101
  var t = class {};
31084
31102
  e._CodeOrName = t, e.IDENTIFIER = /^[a-z$_][a-z$_0-9]*$/i;
@@ -31183,9 +31201,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
31183
31201
  return new r(e.toString());
31184
31202
  }
31185
31203
  e.regexpCode = g;
31186
- })), GJ = /* @__PURE__ */ W(((e) => {
31204
+ })), KJ = /* @__PURE__ */ W(((e) => {
31187
31205
  Object.defineProperty(e, "__esModule", { value: !0 }), e.ValueScope = e.ValueScopeName = e.Scope = e.varKinds = e.UsedValueState = void 0;
31188
- var t = WJ(), n = class extends Error {
31206
+ var t = GJ(), n = class extends Error {
31189
31207
  constructor(e) {
31190
31208
  super(`CodeGen: "code" for ${e} not defined`), this.value = e.value;
31191
31209
  }
@@ -31294,9 +31312,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
31294
31312
  return c;
31295
31313
  }
31296
31314
  };
31297
- })), KJ = /* @__PURE__ */ W(((e) => {
31315
+ })), qJ = /* @__PURE__ */ W(((e) => {
31298
31316
  Object.defineProperty(e, "__esModule", { value: !0 }), e.or = e.and = e.not = e.CodeGen = e.operators = e.varKinds = e.ValueScopeName = e.ValueScope = e.Scope = e.Name = e.regexpCode = e.stringify = e.getProperty = e.nil = e.strConcat = e.str = e._ = void 0;
31299
- var t = WJ(), n = GJ(), r = WJ();
31317
+ var t = GJ(), n = KJ(), r = GJ();
31300
31318
  Object.defineProperty(e, "_", {
31301
31319
  enumerable: !0,
31302
31320
  get: function() {
@@ -31338,7 +31356,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
31338
31356
  return r.Name;
31339
31357
  }
31340
31358
  });
31341
- var i = GJ();
31359
+ var i = KJ();
31342
31360
  Object.defineProperty(e, "Scope", {
31343
31361
  enumerable: !0,
31344
31362
  get: function() {
@@ -31809,9 +31827,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
31809
31827
  function L(e) {
31810
31828
  return e instanceof t.Name ? e : (0, t._)`(${e})`;
31811
31829
  }
31812
- })), qJ = /* @__PURE__ */ W(((e) => {
31830
+ })), JJ = /* @__PURE__ */ W(((e) => {
31813
31831
  Object.defineProperty(e, "__esModule", { value: !0 }), e.checkStrictMode = e.getErrorPath = e.Type = e.useFunc = e.setEvaluated = e.evaluatedPropsToName = e.mergeEvaluated = e.eachItem = e.unescapeJsonPointer = e.escapeJsonPointer = e.escapeFragment = e.unescapeFragment = e.schemaRefOrVal = e.schemaHasRulesButRef = e.schemaHasRules = e.checkUnknownRules = e.alwaysValidSchema = e.toHash = void 0;
31814
- var t = KJ(), n = WJ();
31832
+ var t = qJ(), n = GJ();
31815
31833
  function r(e) {
31816
31834
  let t = {};
31817
31835
  for (let n of e) t[n] = !0;
@@ -31934,9 +31952,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
31934
31952
  }
31935
31953
  }
31936
31954
  e.checkStrictMode = x;
31937
- })), JJ = /* @__PURE__ */ W(((e) => {
31955
+ })), YJ = /* @__PURE__ */ W(((e) => {
31938
31956
  Object.defineProperty(e, "__esModule", { value: !0 });
31939
- var t = KJ();
31957
+ var t = qJ();
31940
31958
  e.default = {
31941
31959
  data: new t.Name("data"),
31942
31960
  valCxt: new t.Name("valCxt"),
@@ -31955,9 +31973,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
31955
31973
  jsonLen: new t.Name("jsonLen"),
31956
31974
  jsonPart: new t.Name("jsonPart")
31957
31975
  };
31958
- })), YJ = /* @__PURE__ */ W(((e) => {
31976
+ })), XJ = /* @__PURE__ */ W(((e) => {
31959
31977
  Object.defineProperty(e, "__esModule", { value: !0 }), e.extendErrors = e.resetErrorsCount = e.reportExtraError = e.reportError = e.keyword$DataError = e.keywordError = void 0;
31960
- var t = KJ(), n = qJ(), r = JJ();
31978
+ var t = qJ(), n = JJ(), r = YJ();
31961
31979
  e.keywordError = { message: ({ keyword: e }) => (0, t.str)`must pass "${e}" keyword validation` }, e.keyword$DataError = { message: ({ keyword: e, schemaType: n }) => n ? (0, t.str)`"${e}" keyword must be ${n} ($data)` : (0, t.str)`"${e}" keyword is invalid ($data)` };
31962
31980
  function i(n, r = e.keywordError, i, a) {
31963
31981
  let { it: o } = n, { gen: s, compositeRule: u, allErrors: f } = o, p = d(n, r, i);
@@ -32019,9 +32037,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32019
32037
  let { keyword: o, data: s, schemaValue: c, it: l } = e, { opts: d, propertyName: f, topSchemaRef: p, schemaPath: m } = l;
32020
32038
  a.push([u.keyword, o], [u.params, typeof n == "function" ? n(e) : n || (0, t._)`{}`]), d.messages && a.push([u.message, typeof i == "function" ? i(e) : i]), d.verbose && a.push([u.schema, c], [u.parentSchema, (0, t._)`${p}${m}`], [r.default.data, s]), f && a.push([u.propertyName, f]);
32021
32039
  }
32022
- })), XJ = /* @__PURE__ */ W(((e) => {
32040
+ })), ZJ = /* @__PURE__ */ W(((e) => {
32023
32041
  Object.defineProperty(e, "__esModule", { value: !0 }), e.boolOrEmptySchema = e.topBoolOrEmptySchema = void 0;
32024
- var t = YJ(), n = KJ(), r = JJ(), i = { message: "boolean schema is false" };
32042
+ var t = XJ(), n = qJ(), r = YJ(), i = { message: "boolean schema is false" };
32025
32043
  function a(e) {
32026
32044
  let { gen: t, schema: i, validateName: a } = e;
32027
32045
  i === !1 ? s(e, !1) : typeof i == "object" && i.$async === !0 ? t.return(r.default.data) : (t.assign((0, n._)`${a}.errors`, null), t.return(!0));
@@ -32045,7 +32063,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
32045
32063
  };
32046
32064
  (0, t.reportError)(o, i, void 0, n);
32047
32065
  }
32048
- })), ZJ = /* @__PURE__ */ W(((e) => {
32066
+ })), QJ = /* @__PURE__ */ W(((e) => {
32049
32067
  Object.defineProperty(e, "__esModule", { value: !0 }), e.getRules = e.isJSONType = void 0;
32050
32068
  var t = new Set([
32051
32069
  "string",
@@ -32099,7 +32117,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
32099
32117
  };
32100
32118
  }
32101
32119
  e.getRules = r;
32102
- })), QJ = /* @__PURE__ */ W(((e) => {
32120
+ })), $J = /* @__PURE__ */ W(((e) => {
32103
32121
  Object.defineProperty(e, "__esModule", { value: !0 }), e.shouldUseRule = e.shouldUseGroup = e.schemaHasRulesForType = void 0;
32104
32122
  function t({ schema: e, self: t }, r) {
32105
32123
  let i = t.RULES.types[r];
@@ -32114,9 +32132,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32114
32132
  return e[t.keyword] !== void 0 || t.definition.implements?.some((t) => e[t] !== void 0);
32115
32133
  }
32116
32134
  e.shouldUseRule = r;
32117
- })), $J = /* @__PURE__ */ W(((e) => {
32135
+ })), eY = /* @__PURE__ */ W(((e) => {
32118
32136
  Object.defineProperty(e, "__esModule", { value: !0 }), e.reportTypeError = e.checkDataTypes = e.checkDataType = e.coerceAndCheckDataType = e.getJSONTypes = e.getSchemaTypes = e.DataType = void 0;
32119
- var t = ZJ(), n = QJ(), r = YJ(), i = KJ(), a = qJ(), o;
32137
+ var t = QJ(), n = $J(), r = XJ(), i = qJ(), a = JJ(), o;
32120
32138
  (function(e) {
32121
32139
  e[e.Correct = 0] = "Correct", e[e.Wrong = 1] = "Wrong";
32122
32140
  })(o || (e.DataType = o = {}));
@@ -32251,9 +32269,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32251
32269
  it: e
32252
32270
  };
32253
32271
  }
32254
- })), eY = /* @__PURE__ */ W(((e) => {
32272
+ })), tY = /* @__PURE__ */ W(((e) => {
32255
32273
  Object.defineProperty(e, "__esModule", { value: !0 }), e.assignDefaults = void 0;
32256
- var t = KJ(), n = qJ();
32274
+ var t = qJ(), n = JJ();
32257
32275
  function r(e, t) {
32258
32276
  let { properties: n, items: r } = e.schema;
32259
32277
  if (t === "object" && n) for (let t in n) i(e, t, n[t].default);
@@ -32271,9 +32289,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32271
32289
  let u = (0, t._)`${l} === undefined`;
32272
32290
  c.useDefaults === "empty" && (u = (0, t._)`${u} || ${l} === null || ${l} === ""`), a.if(u, (0, t._)`${l} = ${(0, t.stringify)(i)}`);
32273
32291
  }
32274
- })), tY = /* @__PURE__ */ W(((e) => {
32292
+ })), nY = /* @__PURE__ */ W(((e) => {
32275
32293
  Object.defineProperty(e, "__esModule", { value: !0 }), e.validateUnion = e.validateArray = e.usePattern = e.callValidateCode = e.schemaProperties = e.allSchemaProperties = e.noPropertyInData = e.propertyInData = e.isOwnProperty = e.hasPropFunc = e.reportMissingProp = e.checkMissingProp = e.checkReportMissingProp = void 0;
32276
- var t = KJ(), n = qJ(), r = JJ(), i = qJ();
32294
+ var t = qJ(), n = JJ(), r = YJ(), i = JJ();
32277
32295
  function a(e, n) {
32278
32296
  let { gen: r, data: i, it: a } = e;
32279
32297
  r.if(d(r, i, n, a.opts.ownProperties), () => {
@@ -32375,9 +32393,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32375
32393
  })), e.result(s, () => e.reset(), () => e.error(!0));
32376
32394
  }
32377
32395
  e.validateUnion = v;
32378
- })), nY = /* @__PURE__ */ W(((e) => {
32396
+ })), rY = /* @__PURE__ */ W(((e) => {
32379
32397
  Object.defineProperty(e, "__esModule", { value: !0 }), e.validateKeywordUsage = e.validSchemaType = e.funcKeywordCode = e.macroKeywordCode = void 0;
32380
- var t = KJ(), n = JJ(), r = tY(), i = YJ();
32398
+ var t = qJ(), n = YJ(), r = nY(), i = XJ();
32381
32399
  function a(e, n) {
32382
32400
  let { gen: r, keyword: i, schema: a, parentSchema: o, it: s } = e, c = n.macro.call(s.self, a, o, s), l = u(r, i, c);
32383
32401
  s.opts.validateSchema !== !1 && s.self.validateSchema(c, !0);
@@ -32456,9 +32474,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32456
32474
  }
32457
32475
  }
32458
32476
  e.validateKeywordUsage = f;
32459
- })), rY = /* @__PURE__ */ W(((e) => {
32477
+ })), iY = /* @__PURE__ */ W(((e) => {
32460
32478
  Object.defineProperty(e, "__esModule", { value: !0 }), e.extendSubschemaMode = e.extendSubschemaData = e.getSubschema = void 0;
32461
- var t = KJ(), n = qJ();
32479
+ var t = qJ(), n = JJ();
32462
32480
  function r(e, { keyword: r, schemaProp: i, schema: a, schemaPath: o, errSchemaPath: s, topSchemaRef: c }) {
32463
32481
  if (r !== void 0 && a !== void 0) throw Error("both \"keyword\" and \"schema\" passed, only one allowed");
32464
32482
  if (r !== void 0) {
@@ -32502,7 +32520,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
32502
32520
  r !== void 0 && (e.compositeRule = r), i !== void 0 && (e.createErrors = i), a !== void 0 && (e.allErrors = a), e.jtdDiscriminator = t, e.jtdMetadata = n;
32503
32521
  }
32504
32522
  e.extendSubschemaMode = a;
32505
- })), iY = /* @__PURE__ */ W(((e, t) => {
32523
+ })), aY = /* @__PURE__ */ W(((e, t) => {
32506
32524
  t.exports = function e(t, n) {
32507
32525
  if (t === n) return !0;
32508
32526
  if (t && n && typeof t == "object" && typeof n == "object") {
@@ -32526,7 +32544,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
32526
32544
  }
32527
32545
  return t !== t && n !== n;
32528
32546
  };
32529
- })), aY = /* @__PURE__ */ W(((e, t) => {
32547
+ })), oY = /* @__PURE__ */ W(((e, t) => {
32530
32548
  var n = t.exports = function(e, t, n) {
32531
32549
  typeof t == "function" && (n = t, t = {}), n = t.cb || n;
32532
32550
  var i = typeof n == "function" ? n : n.pre || function() {}, a = n.post || function() {};
@@ -32589,9 +32607,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32589
32607
  function i(e) {
32590
32608
  return e.replace(/~/g, "~0").replace(/\//g, "~1");
32591
32609
  }
32592
- })), oY = /* @__PURE__ */ W(((e) => {
32610
+ })), sY = /* @__PURE__ */ W(((e) => {
32593
32611
  Object.defineProperty(e, "__esModule", { value: !0 }), e.getSchemaRefs = e.resolveUrl = e.normalizeId = e._getFullPath = e.getFullPath = e.inlineRef = void 0;
32594
- var t = qJ(), n = iY(), r = aY(), i = new Set([
32612
+ var t = JJ(), n = aY(), r = oY(), i = new Set([
32595
32613
  "type",
32596
32614
  "format",
32597
32615
  "pattern",
@@ -32680,9 +32698,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
32680
32698
  }
32681
32699
  }
32682
32700
  e.getSchemaRefs = h;
32683
- })), sY = /* @__PURE__ */ W(((e) => {
32701
+ })), cY = /* @__PURE__ */ W(((e) => {
32684
32702
  Object.defineProperty(e, "__esModule", { value: !0 }), e.getData = e.KeywordCxt = e.validateFunctionCode = void 0;
32685
- var t = XJ(), n = $J(), r = QJ(), i = $J(), a = eY(), o = nY(), s = rY(), c = KJ(), l = JJ(), u = oY(), d = qJ(), f = YJ();
32703
+ var t = ZJ(), n = eY(), r = $J(), i = eY(), a = tY(), o = rY(), s = iY(), c = qJ(), l = YJ(), u = sY(), d = JJ(), f = XJ();
32686
32704
  function p(e) {
32687
32705
  if (S(e) && (w(e), x(e))) {
32688
32706
  _(e);
@@ -32972,23 +32990,23 @@ var WJ = /* @__PURE__ */ W(((e) => {
32972
32990
  }
32973
32991
  }
32974
32992
  e.getData = ae;
32975
- })), cY = /* @__PURE__ */ W(((e) => {
32993
+ })), lY = /* @__PURE__ */ W(((e) => {
32976
32994
  Object.defineProperty(e, "__esModule", { value: !0 }), e.default = class extends Error {
32977
32995
  constructor(e) {
32978
32996
  super("validation failed"), this.errors = e, this.ajv = this.validation = !0;
32979
32997
  }
32980
32998
  };
32981
- })), lY = /* @__PURE__ */ W(((e) => {
32999
+ })), uY = /* @__PURE__ */ W(((e) => {
32982
33000
  Object.defineProperty(e, "__esModule", { value: !0 });
32983
- var t = oY();
33001
+ var t = sY();
32984
33002
  e.default = class extends Error {
32985
33003
  constructor(e, n, r, i) {
32986
33004
  super(i || `can't resolve reference ${r} from id ${n}`), this.missingRef = (0, t.resolveUrl)(e, n, r), this.missingSchema = (0, t.normalizeId)((0, t.getFullPath)(e, this.missingRef));
32987
33005
  }
32988
33006
  };
32989
- })), uY = /* @__PURE__ */ W(((e) => {
33007
+ })), dY = /* @__PURE__ */ W(((e) => {
32990
33008
  Object.defineProperty(e, "__esModule", { value: !0 }), e.resolveSchema = e.getCompilingSchema = e.resolveRef = e.compileSchema = e.SchemaEnv = void 0;
32991
- var t = KJ(), n = cY(), r = JJ(), i = oY(), a = qJ(), o = sY(), s = class {
33009
+ var t = qJ(), n = lY(), r = YJ(), i = sY(), a = JJ(), o = cY(), s = class {
32992
33010
  constructor(e) {
32993
33011
  this.refs = {}, this.dynamicAnchors = {};
32994
33012
  let t;
@@ -33147,27 +33165,27 @@ var WJ = /* @__PURE__ */ W(((e) => {
33147
33165
  baseId: t
33148
33166
  }), o.schema !== o.root.schema) return o;
33149
33167
  }
33150
- })), dY = /* @__PURE__ */ xe({
33151
- $id: () => fY,
33168
+ })), fY = /* @__PURE__ */ xe({
33169
+ $id: () => pY,
33152
33170
  additionalProperties: () => !1,
33153
- default: () => _Y,
33154
- description: () => pY,
33155
- properties: () => gY,
33156
- required: () => hY,
33157
- type: () => mY
33158
- }), fY, pY, mY, hY, gY, _Y, vY = be((() => {
33159
- fY = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#", pY = "Meta-schema for $data reference (JSON AnySchema extension proposal)", mY = "object", hY = ["$data"], gY = { $data: {
33171
+ default: () => vY,
33172
+ description: () => mY,
33173
+ properties: () => _Y,
33174
+ required: () => gY,
33175
+ type: () => hY
33176
+ }), pY, mY, hY, gY, _Y, vY, yY = be((() => {
33177
+ pY = "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#", mY = "Meta-schema for $data reference (JSON AnySchema extension proposal)", hY = "object", gY = ["$data"], _Y = { $data: {
33160
33178
  type: "string",
33161
33179
  anyOf: [{ format: "relative-json-pointer" }, { format: "json-pointer" }]
33162
- } }, _Y = {
33163
- $id: fY,
33164
- description: pY,
33165
- type: mY,
33166
- required: hY,
33167
- properties: gY,
33180
+ } }, vY = {
33181
+ $id: pY,
33182
+ description: mY,
33183
+ type: hY,
33184
+ required: gY,
33185
+ properties: _Y,
33168
33186
  additionalProperties: !1
33169
33187
  };
33170
- })), yY = /* @__PURE__ */ W(((e, t) => {
33188
+ })), bY = /* @__PURE__ */ W(((e, t) => {
33171
33189
  var n = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu), r = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u), i = RegExp.prototype.test.bind(/^[\da-f]{2}$/iu), a = RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu), o = RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);
33172
33190
  function s(e) {
33173
33191
  let t = "", n = 0, r = 0;
@@ -33379,8 +33397,8 @@ var WJ = /* @__PURE__ */ W(((e) => {
33379
33397
  normalizeIPv6: f,
33380
33398
  stringArrayToHexStripped: s
33381
33399
  };
33382
- })), bY = /* @__PURE__ */ W(((e, t) => {
33383
- var { isUUID: n } = yY(), r = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu, i = [
33400
+ })), xY = /* @__PURE__ */ W(((e, t) => {
33401
+ var { isUUID: n } = bY(), r = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu, i = [
33384
33402
  "http",
33385
33403
  "https",
33386
33404
  "ws",
@@ -33485,8 +33503,8 @@ var WJ = /* @__PURE__ */ W(((e) => {
33485
33503
  isValidSchemeName: a,
33486
33504
  getSchemeHandler: y
33487
33505
  };
33488
- })), xY = /* @__PURE__ */ W(((e, t) => {
33489
- var { normalizeIPv6: n, removeDotSegments: r, recomposeAuthority: i, normalizePercentEncoding: a, normalizePathEncoding: o, escapePreservingEscapes: s, reescapeHostDelimiters: c, isIPv4: l, nonSimpleDomain: u } = yY(), { SCHEMES: d, getSchemeHandler: f } = bY();
33506
+ })), SY = /* @__PURE__ */ W(((e, t) => {
33507
+ var { normalizeIPv6: n, removeDotSegments: r, recomposeAuthority: i, normalizePercentEncoding: a, normalizePathEncoding: o, escapePreservingEscapes: s, reescapeHostDelimiters: c, isIPv4: l, nonSimpleDomain: u } = bY(), { SCHEMES: d, getSchemeHandler: f } = xY();
33490
33508
  function p(e, t) {
33491
33509
  return typeof e == "string" ? e = S(e, t) : typeof e == "object" && (e = x(_(e, t), t)), e;
33492
33510
  }
@@ -33600,20 +33618,20 @@ var WJ = /* @__PURE__ */ W(((e) => {
33600
33618
  parse: x
33601
33619
  };
33602
33620
  t.exports = T, t.exports.default = T, t.exports.fastUri = T;
33603
- })), SY = /* @__PURE__ */ W(((e) => {
33621
+ })), CY = /* @__PURE__ */ W(((e) => {
33604
33622
  Object.defineProperty(e, "__esModule", { value: !0 });
33605
- var t = xY();
33623
+ var t = SY();
33606
33624
  t.code = "require(\"ajv/dist/runtime/uri\").default", e.default = t;
33607
- })), CY = /* @__PURE__ */ W(((e) => {
33625
+ })), wY = /* @__PURE__ */ W(((e) => {
33608
33626
  Object.defineProperty(e, "__esModule", { value: !0 }), e.CodeGen = e.Name = e.nil = e.stringify = e.str = e._ = e.KeywordCxt = void 0;
33609
- var t = sY();
33627
+ var t = cY();
33610
33628
  Object.defineProperty(e, "KeywordCxt", {
33611
33629
  enumerable: !0,
33612
33630
  get: function() {
33613
33631
  return t.KeywordCxt;
33614
33632
  }
33615
33633
  });
33616
- var n = KJ();
33634
+ var n = qJ();
33617
33635
  Object.defineProperty(e, "_", {
33618
33636
  enumerable: !0,
33619
33637
  get: function() {
@@ -33645,7 +33663,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
33645
33663
  return n.CodeGen;
33646
33664
  }
33647
33665
  });
33648
- var r = cY(), i = lY(), a = ZJ(), o = uY(), s = KJ(), c = oY(), l = $J(), u = qJ(), d = (vY(), we(dY).default), f = SY(), p = (e, t) => new RegExp(e, t);
33666
+ var r = lY(), i = uY(), a = QJ(), o = dY(), s = qJ(), c = sY(), l = eY(), u = JJ(), d = (yY(), we(fY).default), f = CY(), p = (e, t) => new RegExp(e, t);
33649
33667
  p.code = "new RegExp";
33650
33668
  var m = [
33651
33669
  "removeAdditional",
@@ -34031,16 +34049,16 @@ var WJ = /* @__PURE__ */ W(((e) => {
34031
34049
  function F(e) {
34032
34050
  return { anyOf: [e, P] };
34033
34051
  }
34034
- })), wY = /* @__PURE__ */ W(((e) => {
34052
+ })), TY = /* @__PURE__ */ W(((e) => {
34035
34053
  Object.defineProperty(e, "__esModule", { value: !0 }), e.default = {
34036
34054
  keyword: "id",
34037
34055
  code() {
34038
34056
  throw Error("NOT SUPPORTED: keyword \"id\", use \"$id\" for schema ID");
34039
34057
  }
34040
34058
  };
34041
- })), TY = /* @__PURE__ */ W(((e) => {
34059
+ })), EY = /* @__PURE__ */ W(((e) => {
34042
34060
  Object.defineProperty(e, "__esModule", { value: !0 }), e.callRef = e.getValidate = void 0;
34043
- var t = lY(), n = tY(), r = KJ(), i = JJ(), a = uY(), o = qJ(), s = {
34061
+ var t = uY(), n = nY(), r = qJ(), i = YJ(), a = dY(), o = JJ(), s = {
34044
34062
  keyword: "$ref",
34045
34063
  schemaType: "string",
34046
34064
  code(e) {
@@ -34113,9 +34131,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34113
34131
  }
34114
34132
  }
34115
34133
  e.callRef = l, e.default = s;
34116
- })), EY = /* @__PURE__ */ W(((e) => {
34134
+ })), DY = /* @__PURE__ */ W(((e) => {
34117
34135
  Object.defineProperty(e, "__esModule", { value: !0 });
34118
- var t = wY(), n = TY();
34136
+ var t = TY(), n = EY();
34119
34137
  e.default = [
34120
34138
  "$schema",
34121
34139
  "$id",
@@ -34126,9 +34144,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34126
34144
  t.default,
34127
34145
  n.default
34128
34146
  ];
34129
- })), DY = /* @__PURE__ */ W(((e) => {
34147
+ })), OY = /* @__PURE__ */ W(((e) => {
34130
34148
  Object.defineProperty(e, "__esModule", { value: !0 });
34131
- var t = KJ(), n = t.operators, r = {
34149
+ var t = qJ(), n = t.operators, r = {
34132
34150
  maximum: {
34133
34151
  okStr: "<=",
34134
34152
  ok: n.LTE,
@@ -34164,9 +34182,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34164
34182
  e.fail$data((0, t._)`${i} ${r[n].fail} ${a} || isNaN(${i})`);
34165
34183
  }
34166
34184
  };
34167
- })), OY = /* @__PURE__ */ W(((e) => {
34185
+ })), kY = /* @__PURE__ */ W(((e) => {
34168
34186
  Object.defineProperty(e, "__esModule", { value: !0 });
34169
- var t = KJ();
34187
+ var t = qJ();
34170
34188
  e.default = {
34171
34189
  keyword: "multipleOf",
34172
34190
  type: "number",
@@ -34181,7 +34199,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
34181
34199
  e.fail$data((0, t._)`(${i} === 0 || (${s} = ${r}/${i}, ${c}))`);
34182
34200
  }
34183
34201
  };
34184
- })), kY = /* @__PURE__ */ W(((e) => {
34202
+ })), AY = /* @__PURE__ */ W(((e) => {
34185
34203
  Object.defineProperty(e, "__esModule", { value: !0 });
34186
34204
  function t(e) {
34187
34205
  let t = e.length, n = 0, r = 0, i;
@@ -34189,9 +34207,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34189
34207
  return n;
34190
34208
  }
34191
34209
  e.default = t, t.code = "require(\"ajv/dist/runtime/ucs2length\").default";
34192
- })), AY = /* @__PURE__ */ W(((e) => {
34210
+ })), jY = /* @__PURE__ */ W(((e) => {
34193
34211
  Object.defineProperty(e, "__esModule", { value: !0 });
34194
- var t = KJ(), n = qJ(), r = kY();
34212
+ var t = qJ(), n = JJ(), r = AY();
34195
34213
  e.default = {
34196
34214
  keyword: ["maxLength", "minLength"],
34197
34215
  type: "string",
@@ -34209,9 +34227,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34209
34227
  e.fail$data((0, t._)`${l} ${c} ${o}`);
34210
34228
  }
34211
34229
  };
34212
- })), jY = /* @__PURE__ */ W(((e) => {
34230
+ })), MY = /* @__PURE__ */ W(((e) => {
34213
34231
  Object.defineProperty(e, "__esModule", { value: !0 });
34214
- var t = tY(), n = qJ(), r = KJ();
34232
+ var t = nY(), n = JJ(), r = qJ();
34215
34233
  e.default = {
34216
34234
  keyword: "pattern",
34217
34235
  type: "string",
@@ -34232,9 +34250,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34232
34250
  }
34233
34251
  }
34234
34252
  };
34235
- })), MY = /* @__PURE__ */ W(((e) => {
34253
+ })), NY = /* @__PURE__ */ W(((e) => {
34236
34254
  Object.defineProperty(e, "__esModule", { value: !0 });
34237
- var t = KJ();
34255
+ var t = qJ();
34238
34256
  e.default = {
34239
34257
  keyword: ["maxProperties", "minProperties"],
34240
34258
  type: "object",
@@ -34252,9 +34270,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34252
34270
  e.fail$data((0, t._)`Object.keys(${r}).length ${a} ${i}`);
34253
34271
  }
34254
34272
  };
34255
- })), NY = /* @__PURE__ */ W(((e) => {
34273
+ })), PY = /* @__PURE__ */ W(((e) => {
34256
34274
  Object.defineProperty(e, "__esModule", { value: !0 });
34257
- var t = tY(), n = KJ(), r = qJ();
34275
+ var t = nY(), n = qJ(), r = JJ();
34258
34276
  e.default = {
34259
34277
  keyword: "required",
34260
34278
  type: "object",
@@ -34300,9 +34318,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34300
34318
  }
34301
34319
  }
34302
34320
  };
34303
- })), PY = /* @__PURE__ */ W(((e) => {
34321
+ })), FY = /* @__PURE__ */ W(((e) => {
34304
34322
  Object.defineProperty(e, "__esModule", { value: !0 });
34305
- var t = KJ();
34323
+ var t = qJ();
34306
34324
  e.default = {
34307
34325
  keyword: ["maxItems", "minItems"],
34308
34326
  type: "array",
@@ -34320,13 +34338,13 @@ var WJ = /* @__PURE__ */ W(((e) => {
34320
34338
  e.fail$data((0, t._)`${r}.length ${a} ${i}`);
34321
34339
  }
34322
34340
  };
34323
- })), FY = /* @__PURE__ */ W(((e) => {
34341
+ })), IY = /* @__PURE__ */ W(((e) => {
34324
34342
  Object.defineProperty(e, "__esModule", { value: !0 });
34325
- var t = iY();
34343
+ var t = aY();
34326
34344
  t.code = "require(\"ajv/dist/runtime/equal\").default", e.default = t;
34327
- })), IY = /* @__PURE__ */ W(((e) => {
34345
+ })), LY = /* @__PURE__ */ W(((e) => {
34328
34346
  Object.defineProperty(e, "__esModule", { value: !0 });
34329
- var t = $J(), n = KJ(), r = qJ(), i = FY();
34347
+ var t = eY(), n = qJ(), r = JJ(), i = IY();
34330
34348
  e.default = {
34331
34349
  keyword: "uniqueItems",
34332
34350
  type: "array",
@@ -34367,9 +34385,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34367
34385
  }
34368
34386
  }
34369
34387
  };
34370
- })), LY = /* @__PURE__ */ W(((e) => {
34388
+ })), RY = /* @__PURE__ */ W(((e) => {
34371
34389
  Object.defineProperty(e, "__esModule", { value: !0 });
34372
- var t = KJ(), n = qJ(), r = FY();
34390
+ var t = qJ(), n = JJ(), r = IY();
34373
34391
  e.default = {
34374
34392
  keyword: "const",
34375
34393
  $data: !0,
@@ -34382,9 +34400,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34382
34400
  o || c && typeof c == "object" ? e.fail$data((0, t._)`!${(0, n.useFunc)(i, r.default)}(${a}, ${s})`) : e.fail((0, t._)`${c} !== ${a}`);
34383
34401
  }
34384
34402
  };
34385
- })), RY = /* @__PURE__ */ W(((e) => {
34403
+ })), zY = /* @__PURE__ */ W(((e) => {
34386
34404
  Object.defineProperty(e, "__esModule", { value: !0 });
34387
- var t = KJ(), n = qJ(), r = FY();
34405
+ var t = qJ(), n = JJ(), r = IY();
34388
34406
  e.default = {
34389
34407
  keyword: "enum",
34390
34408
  schemaType: "array",
@@ -34414,9 +34432,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34414
34432
  }
34415
34433
  }
34416
34434
  };
34417
- })), zY = /* @__PURE__ */ W(((e) => {
34435
+ })), BY = /* @__PURE__ */ W(((e) => {
34418
34436
  Object.defineProperty(e, "__esModule", { value: !0 });
34419
- var t = DY(), n = OY(), r = AY(), i = jY(), a = MY(), o = NY(), s = PY(), c = IY(), l = LY(), u = RY();
34437
+ var t = OY(), n = kY(), r = jY(), i = MY(), a = NY(), o = PY(), s = FY(), c = LY(), l = RY(), u = zY();
34420
34438
  e.default = [
34421
34439
  t.default,
34422
34440
  n.default,
@@ -34437,9 +34455,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34437
34455
  l.default,
34438
34456
  u.default
34439
34457
  ];
34440
- })), BY = /* @__PURE__ */ W(((e) => {
34458
+ })), VY = /* @__PURE__ */ W(((e) => {
34441
34459
  Object.defineProperty(e, "__esModule", { value: !0 }), e.validateAdditionalItems = void 0;
34442
- var t = KJ(), n = qJ(), r = {
34460
+ var t = qJ(), n = JJ(), r = {
34443
34461
  keyword: "additionalItems",
34444
34462
  type: "array",
34445
34463
  schemaType: ["boolean", "object"],
@@ -34477,9 +34495,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34477
34495
  }
34478
34496
  }
34479
34497
  e.validateAdditionalItems = i, e.default = r;
34480
- })), VY = /* @__PURE__ */ W(((e) => {
34498
+ })), HY = /* @__PURE__ */ W(((e) => {
34481
34499
  Object.defineProperty(e, "__esModule", { value: !0 }), e.validateTuple = void 0;
34482
- var t = KJ(), n = qJ(), r = tY(), i = {
34500
+ var t = qJ(), n = JJ(), r = nY(), i = {
34483
34501
  keyword: "items",
34484
34502
  type: "array",
34485
34503
  schemaType: [
@@ -34514,9 +34532,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34514
34532
  }
34515
34533
  }
34516
34534
  e.validateTuple = a, e.default = i;
34517
- })), HY = /* @__PURE__ */ W(((e) => {
34535
+ })), UY = /* @__PURE__ */ W(((e) => {
34518
34536
  Object.defineProperty(e, "__esModule", { value: !0 });
34519
- var t = VY();
34537
+ var t = HY();
34520
34538
  e.default = {
34521
34539
  keyword: "prefixItems",
34522
34540
  type: "array",
@@ -34524,9 +34542,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34524
34542
  before: "uniqueItems",
34525
34543
  code: (e) => (0, t.validateTuple)(e, "items")
34526
34544
  };
34527
- })), UY = /* @__PURE__ */ W(((e) => {
34545
+ })), WY = /* @__PURE__ */ W(((e) => {
34528
34546
  Object.defineProperty(e, "__esModule", { value: !0 });
34529
- var t = KJ(), n = qJ(), r = tY(), i = BY();
34547
+ var t = qJ(), n = JJ(), r = nY(), i = VY();
34530
34548
  e.default = {
34531
34549
  keyword: "items",
34532
34550
  type: "array",
@@ -34541,9 +34559,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34541
34559
  o.items = !0, !(0, n.alwaysValidSchema)(o, t) && (s ? (0, i.validateAdditionalItems)(e, s) : e.ok((0, r.validateArray)(e)));
34542
34560
  }
34543
34561
  };
34544
- })), WY = /* @__PURE__ */ W(((e) => {
34562
+ })), GY = /* @__PURE__ */ W(((e) => {
34545
34563
  Object.defineProperty(e, "__esModule", { value: !0 });
34546
- var t = KJ(), n = qJ();
34564
+ var t = qJ(), n = JJ();
34547
34565
  e.default = {
34548
34566
  keyword: "contains",
34549
34567
  type: "array",
@@ -34596,9 +34614,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34596
34614
  }
34597
34615
  }
34598
34616
  };
34599
- })), GY = /* @__PURE__ */ W(((e) => {
34617
+ })), KY = /* @__PURE__ */ W(((e) => {
34600
34618
  Object.defineProperty(e, "__esModule", { value: !0 }), e.validateSchemaDeps = e.validatePropertyDeps = e.error = void 0;
34601
- var t = KJ(), n = qJ(), r = tY();
34619
+ var t = qJ(), n = JJ(), r = nY();
34602
34620
  e.error = {
34603
34621
  message: ({ params: { property: e, depsCount: n, deps: r } }) => {
34604
34622
  let i = n === 1 ? "property" : "properties";
@@ -34657,9 +34675,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34657
34675
  }, () => i.var(c, !0)), e.ok(c));
34658
34676
  }
34659
34677
  e.validateSchemaDeps = s, e.default = i;
34660
- })), KY = /* @__PURE__ */ W(((e) => {
34678
+ })), qY = /* @__PURE__ */ W(((e) => {
34661
34679
  Object.defineProperty(e, "__esModule", { value: !0 });
34662
- var t = KJ(), n = qJ();
34680
+ var t = qJ(), n = JJ();
34663
34681
  e.default = {
34664
34682
  keyword: "propertyNames",
34665
34683
  type: "object",
@@ -34685,9 +34703,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34685
34703
  }), e.ok(s);
34686
34704
  }
34687
34705
  };
34688
- })), qY = /* @__PURE__ */ W(((e) => {
34706
+ })), JY = /* @__PURE__ */ W(((e) => {
34689
34707
  Object.defineProperty(e, "__esModule", { value: !0 });
34690
- var t = tY(), n = KJ(), r = JJ(), i = qJ();
34708
+ var t = nY(), n = qJ(), r = YJ(), i = JJ();
34691
34709
  e.default = {
34692
34710
  keyword: "additionalProperties",
34693
34711
  type: ["object"],
@@ -34752,9 +34770,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34752
34770
  }
34753
34771
  }
34754
34772
  };
34755
- })), JY = /* @__PURE__ */ W(((e) => {
34773
+ })), YY = /* @__PURE__ */ W(((e) => {
34756
34774
  Object.defineProperty(e, "__esModule", { value: !0 });
34757
- var t = sY(), n = tY(), r = qJ(), i = qY();
34775
+ var t = cY(), n = nY(), r = JJ(), i = JY();
34758
34776
  e.default = {
34759
34777
  keyword: "properties",
34760
34778
  type: "object",
@@ -34781,9 +34799,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34781
34799
  }
34782
34800
  }
34783
34801
  };
34784
- })), YY = /* @__PURE__ */ W(((e) => {
34802
+ })), XY = /* @__PURE__ */ W(((e) => {
34785
34803
  Object.defineProperty(e, "__esModule", { value: !0 });
34786
- var t = tY(), n = KJ(), r = qJ(), i = qJ();
34804
+ var t = nY(), n = qJ(), r = JJ(), i = JJ();
34787
34805
  e.default = {
34788
34806
  keyword: "patternProperties",
34789
34807
  type: "object",
@@ -34816,9 +34834,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34816
34834
  }
34817
34835
  }
34818
34836
  };
34819
- })), XY = /* @__PURE__ */ W(((e) => {
34837
+ })), ZY = /* @__PURE__ */ W(((e) => {
34820
34838
  Object.defineProperty(e, "__esModule", { value: !0 });
34821
- var t = qJ();
34839
+ var t = JJ();
34822
34840
  e.default = {
34823
34841
  keyword: "not",
34824
34842
  schemaType: ["object", "boolean"],
@@ -34839,17 +34857,17 @@ var WJ = /* @__PURE__ */ W(((e) => {
34839
34857
  },
34840
34858
  error: { message: "must NOT be valid" }
34841
34859
  };
34842
- })), ZY = /* @__PURE__ */ W(((e) => {
34860
+ })), QY = /* @__PURE__ */ W(((e) => {
34843
34861
  Object.defineProperty(e, "__esModule", { value: !0 }), e.default = {
34844
34862
  keyword: "anyOf",
34845
34863
  schemaType: "array",
34846
34864
  trackErrors: !0,
34847
- code: tY().validateUnion,
34865
+ code: nY().validateUnion,
34848
34866
  error: { message: "must match a schema in anyOf" }
34849
34867
  };
34850
- })), QY = /* @__PURE__ */ W(((e) => {
34868
+ })), $Y = /* @__PURE__ */ W(((e) => {
34851
34869
  Object.defineProperty(e, "__esModule", { value: !0 });
34852
- var t = KJ(), n = qJ();
34870
+ var t = qJ(), n = JJ();
34853
34871
  e.default = {
34854
34872
  keyword: "oneOf",
34855
34873
  schemaType: "array",
@@ -34879,9 +34897,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34879
34897
  }
34880
34898
  }
34881
34899
  };
34882
- })), $Y = /* @__PURE__ */ W(((e) => {
34900
+ })), eX = /* @__PURE__ */ W(((e) => {
34883
34901
  Object.defineProperty(e, "__esModule", { value: !0 });
34884
- var t = qJ();
34902
+ var t = JJ();
34885
34903
  e.default = {
34886
34904
  keyword: "allOf",
34887
34905
  schemaType: "array",
@@ -34900,9 +34918,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34900
34918
  });
34901
34919
  }
34902
34920
  };
34903
- })), eX = /* @__PURE__ */ W(((e) => {
34921
+ })), tX = /* @__PURE__ */ W(((e) => {
34904
34922
  Object.defineProperty(e, "__esModule", { value: !0 });
34905
- var t = KJ(), n = qJ(), r = {
34923
+ var t = qJ(), n = JJ(), r = {
34906
34924
  keyword: "if",
34907
34925
  schemaType: ["object", "boolean"],
34908
34926
  trackErrors: !0,
@@ -34943,9 +34961,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34943
34961
  return r !== void 0 && !(0, n.alwaysValidSchema)(e, r);
34944
34962
  }
34945
34963
  e.default = r;
34946
- })), tX = /* @__PURE__ */ W(((e) => {
34964
+ })), nX = /* @__PURE__ */ W(((e) => {
34947
34965
  Object.defineProperty(e, "__esModule", { value: !0 });
34948
- var t = qJ();
34966
+ var t = JJ();
34949
34967
  e.default = {
34950
34968
  keyword: ["then", "else"],
34951
34969
  schemaType: ["object", "boolean"],
@@ -34953,9 +34971,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34953
34971
  n.if === void 0 && (0, t.checkStrictMode)(r, `"${e}" without "if" is ignored`);
34954
34972
  }
34955
34973
  };
34956
- })), nX = /* @__PURE__ */ W(((e) => {
34974
+ })), rX = /* @__PURE__ */ W(((e) => {
34957
34975
  Object.defineProperty(e, "__esModule", { value: !0 });
34958
- var t = BY(), n = HY(), r = VY(), i = UY(), a = WY(), o = GY(), s = KY(), c = qY(), l = JY(), u = YY(), d = XY(), f = ZY(), p = QY(), m = $Y(), h = eX(), g = tX();
34976
+ var t = VY(), n = UY(), r = HY(), i = WY(), a = GY(), o = KY(), s = qY(), c = JY(), l = YY(), u = XY(), d = ZY(), f = QY(), p = $Y(), m = eX(), h = tX(), g = nX();
34959
34977
  function _(e = !1) {
34960
34978
  let _ = [
34961
34979
  d.default,
@@ -34973,9 +34991,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
34973
34991
  return e ? _.push(n.default, i.default) : _.push(t.default, r.default), _.push(a.default), _;
34974
34992
  }
34975
34993
  e.default = _;
34976
- })), rX = /* @__PURE__ */ W(((e) => {
34994
+ })), iX = /* @__PURE__ */ W(((e) => {
34977
34995
  Object.defineProperty(e, "__esModule", { value: !0 });
34978
- var t = KJ();
34996
+ var t = qJ();
34979
34997
  e.default = {
34980
34998
  keyword: "format",
34981
34999
  type: ["number", "string"],
@@ -35048,9 +35066,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
35048
35066
  }
35049
35067
  }
35050
35068
  };
35051
- })), iX = /* @__PURE__ */ W(((e) => {
35052
- Object.defineProperty(e, "__esModule", { value: !0 }), e.default = [rX().default];
35053
35069
  })), aX = /* @__PURE__ */ W(((e) => {
35070
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.default = [iX().default];
35071
+ })), oX = /* @__PURE__ */ W(((e) => {
35054
35072
  Object.defineProperty(e, "__esModule", { value: !0 }), e.contentVocabulary = e.metadataVocabulary = void 0, e.metadataVocabulary = [
35055
35073
  "title",
35056
35074
  "description",
@@ -35064,9 +35082,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
35064
35082
  "contentEncoding",
35065
35083
  "contentSchema"
35066
35084
  ];
35067
- })), oX = /* @__PURE__ */ W(((e) => {
35085
+ })), sX = /* @__PURE__ */ W(((e) => {
35068
35086
  Object.defineProperty(e, "__esModule", { value: !0 });
35069
- var t = EY(), n = zY(), r = nX(), i = iX(), a = aX();
35087
+ var t = DY(), n = BY(), r = rX(), i = aX(), a = oX();
35070
35088
  e.default = [
35071
35089
  t.default,
35072
35090
  n.default,
@@ -35075,15 +35093,15 @@ var WJ = /* @__PURE__ */ W(((e) => {
35075
35093
  a.metadataVocabulary,
35076
35094
  a.contentVocabulary
35077
35095
  ];
35078
- })), sX = /* @__PURE__ */ W(((e) => {
35096
+ })), cX = /* @__PURE__ */ W(((e) => {
35079
35097
  Object.defineProperty(e, "__esModule", { value: !0 }), e.DiscrError = void 0;
35080
35098
  var t;
35081
35099
  (function(e) {
35082
35100
  e.Tag = "tag", e.Mapping = "mapping";
35083
35101
  })(t || (e.DiscrError = t = {}));
35084
- })), cX = /* @__PURE__ */ W(((e) => {
35102
+ })), lX = /* @__PURE__ */ W(((e) => {
35085
35103
  Object.defineProperty(e, "__esModule", { value: !0 });
35086
- var t = KJ(), n = sX(), r = uY(), i = lY(), a = qJ();
35104
+ var t = qJ(), n = cX(), r = dY(), i = uY(), a = JJ();
35087
35105
  e.default = {
35088
35106
  keyword: "discriminator",
35089
35107
  type: "object",
@@ -35151,16 +35169,16 @@ var WJ = /* @__PURE__ */ W(((e) => {
35151
35169
  }
35152
35170
  }
35153
35171
  };
35154
- })), lX = /* @__PURE__ */ xe({
35155
- $id: () => dX,
35156
- $schema: () => uX,
35157
- default: () => gX,
35158
- definitions: () => pX,
35159
- properties: () => hX,
35160
- title: () => fX,
35161
- type: () => mX
35162
- }), uX, dX, fX, pX, mX, hX, gX, _X = be((() => {
35163
- uX = "http://json-schema.org/draft-07/schema#", dX = "http://json-schema.org/draft-07/schema#", fX = "Core schema meta-schema", pX = {
35172
+ })), uX = /* @__PURE__ */ xe({
35173
+ $id: () => fX,
35174
+ $schema: () => dX,
35175
+ default: () => _X,
35176
+ definitions: () => mX,
35177
+ properties: () => gX,
35178
+ title: () => pX,
35179
+ type: () => hX
35180
+ }), dX, fX, pX, mX, hX, gX, _X, vX = be((() => {
35181
+ dX = "http://json-schema.org/draft-07/schema#", fX = "http://json-schema.org/draft-07/schema#", pX = "Core schema meta-schema", mX = {
35164
35182
  schemaArray: {
35165
35183
  type: "array",
35166
35184
  minItems: 1,
@@ -35186,7 +35204,7 @@ var WJ = /* @__PURE__ */ W(((e) => {
35186
35204
  uniqueItems: !0,
35187
35205
  default: []
35188
35206
  }
35189
- }, mX = ["object", "boolean"], hX = {
35207
+ }, hX = ["object", "boolean"], gX = {
35190
35208
  $id: {
35191
35209
  type: "string",
35192
35210
  format: "uri-reference"
@@ -35285,18 +35303,18 @@ var WJ = /* @__PURE__ */ W(((e) => {
35285
35303
  anyOf: { $ref: "#/definitions/schemaArray" },
35286
35304
  oneOf: { $ref: "#/definitions/schemaArray" },
35287
35305
  not: { $ref: "#" }
35288
- }, gX = {
35289
- $schema: uX,
35290
- $id: dX,
35291
- title: fX,
35292
- definitions: pX,
35293
- type: mX,
35294
- properties: hX,
35306
+ }, _X = {
35307
+ $schema: dX,
35308
+ $id: fX,
35309
+ title: pX,
35310
+ definitions: mX,
35311
+ type: hX,
35312
+ properties: gX,
35295
35313
  default: !0
35296
35314
  };
35297
- })), vX = /* @__PURE__ */ W(((e, t) => {
35315
+ })), yX = /* @__PURE__ */ W(((e, t) => {
35298
35316
  Object.defineProperty(e, "__esModule", { value: !0 }), e.MissingRefError = e.ValidationError = e.CodeGen = e.Name = e.nil = e.stringify = e.str = e._ = e.KeywordCxt = e.Ajv = void 0;
35299
- var n = CY(), r = oX(), i = cX(), a = (_X(), we(lX).default), o = ["/properties"], s = "http://json-schema.org/draft-07/schema", c = class extends n.default {
35317
+ var n = wY(), r = sX(), i = lX(), a = (vX(), we(uX).default), o = ["/properties"], s = "http://json-schema.org/draft-07/schema", c = class extends n.default {
35300
35318
  _addVocabularies() {
35301
35319
  super._addVocabularies(), r.default.forEach((e) => this.addVocabulary(e)), this.opts.discriminator && this.addKeyword(i.default);
35302
35320
  }
@@ -35310,14 +35328,14 @@ var WJ = /* @__PURE__ */ W(((e) => {
35310
35328
  }
35311
35329
  };
35312
35330
  e.Ajv = c, t.exports = e = c, t.exports.Ajv = c, Object.defineProperty(e, "__esModule", { value: !0 }), e.default = c;
35313
- var l = sY();
35331
+ var l = cY();
35314
35332
  Object.defineProperty(e, "KeywordCxt", {
35315
35333
  enumerable: !0,
35316
35334
  get: function() {
35317
35335
  return l.KeywordCxt;
35318
35336
  }
35319
35337
  });
35320
- var u = KJ();
35338
+ var u = qJ();
35321
35339
  Object.defineProperty(e, "_", {
35322
35340
  enumerable: !0,
35323
35341
  get: function() {
@@ -35349,21 +35367,21 @@ var WJ = /* @__PURE__ */ W(((e) => {
35349
35367
  return u.CodeGen;
35350
35368
  }
35351
35369
  });
35352
- var d = cY();
35370
+ var d = lY();
35353
35371
  Object.defineProperty(e, "ValidationError", {
35354
35372
  enumerable: !0,
35355
35373
  get: function() {
35356
35374
  return d.default;
35357
35375
  }
35358
35376
  });
35359
- var f = lY();
35377
+ var f = uY();
35360
35378
  Object.defineProperty(e, "MissingRefError", {
35361
35379
  enumerable: !0,
35362
35380
  get: function() {
35363
35381
  return f.default;
35364
35382
  }
35365
35383
  });
35366
- })), yX = /* @__PURE__ */ W(((e) => {
35384
+ })), bX = /* @__PURE__ */ W(((e) => {
35367
35385
  Object.defineProperty(e, "__esModule", { value: !0 }), e.formatNames = e.fastFormats = e.fullFormats = void 0;
35368
35386
  function t(e, t) {
35369
35387
  return {
@@ -35515,9 +35533,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
35515
35533
  return !1;
35516
35534
  }
35517
35535
  }
35518
- })), bX = /* @__PURE__ */ W(((e) => {
35536
+ })), xX = /* @__PURE__ */ W(((e) => {
35519
35537
  Object.defineProperty(e, "__esModule", { value: !0 }), e.formatLimitDefinition = void 0;
35520
- var t = vX(), n = KJ(), r = n.operators, i = {
35538
+ var t = yX(), n = qJ(), r = n.operators, i = {
35521
35539
  formatMaximum: {
35522
35540
  okStr: "<=",
35523
35541
  ok: r.LTE,
@@ -35577,9 +35595,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
35577
35595
  },
35578
35596
  dependencies: ["format"]
35579
35597
  }, e.default = (t) => (t.addKeyword(e.formatLimitDefinition), t);
35580
- })), xX = /* @__PURE__ */ W(((e, t) => {
35598
+ })), SX = /* @__PURE__ */ W(((e, t) => {
35581
35599
  Object.defineProperty(e, "__esModule", { value: !0 });
35582
- var n = yX(), r = bX(), i = KJ(), a = new i.Name("fullFormats"), o = new i.Name("fastFormats"), s = (e, t = { keywords: !0 }) => {
35600
+ var n = bX(), r = xX(), i = qJ(), a = new i.Name("fullFormats"), o = new i.Name("fastFormats"), s = (e, t = { keywords: !0 }) => {
35583
35601
  if (Array.isArray(t)) return c(e, t, n.fullFormats, a), e;
35584
35602
  let [i, s] = t.mode === "fast" ? [n.fastFormats, o] : [n.fullFormats, a];
35585
35603
  return c(e, t.formats || n.formatNames, i, s), t.keywords && (0, r.default)(e), e;
@@ -35595,9 +35613,9 @@ var WJ = /* @__PURE__ */ W(((e) => {
35595
35613
  for (let r of t) e.addFormat(r, n[r]);
35596
35614
  }
35597
35615
  t.exports = e = s, Object.defineProperty(e, "__esModule", { value: !0 }), e.default = s;
35598
- })), SX = /* @__PURE__ */ Ce(vX(), 1), CX = /* @__PURE__ */ Ce(xX(), 1), wX = {
35616
+ })), CX = /* @__PURE__ */ Ce(yX(), 1), wX = /* @__PURE__ */ Ce(SX(), 1), TX = {
35599
35617
  required: () => "This field is required",
35600
- type: (e) => `Should be "${EX(e)}".`,
35618
+ type: (e) => `Should be "${DX(e)}".`,
35601
35619
  minLength: (e) => e.params.limit === 1 ? "This field must not be empty" : `Should NOT be shorter than ${e.params.limit} characters`,
35602
35620
  maxLength: (e) => `Should NOT be longer than ${e.params.limit} characters`,
35603
35621
  minimum: (e) => `Should be >= ${e.params.limit}`,
@@ -35613,25 +35631,25 @@ var WJ = /* @__PURE__ */ W(((e) => {
35613
35631
  format: (e) => `Should be a valid ${e.params.format}`,
35614
35632
  uniqueItemProperties: (e) => `${e.params.propertyName ?? "This field"} must be unique`
35615
35633
  };
35616
- function TX(e, t) {
35617
- let n = wX[e.keyword];
35634
+ function EX(e, t) {
35635
+ let n = TX[e.keyword];
35618
35636
  return n ? n(e, t) : e.message ?? "Invalid value";
35619
35637
  }
35620
- function EX(e) {
35638
+ function DX(e) {
35621
35639
  let t = e.params.type;
35622
35640
  return String(Array.isArray(t) ? t[0] : t);
35623
35641
  }
35624
35642
  //#endregion
35625
35643
  //#region src/composed/JsonSchemaForm/form-bindings/jsonSchemaResolver.ts
35626
- var DX = new SX.default({
35644
+ var OX = new CX.default({
35627
35645
  strict: !1,
35628
35646
  allErrors: !0
35629
35647
  });
35630
- (0, CX.default)(DX);
35631
- function OX(e, t = {}) {
35648
+ (0, wX.default)(OX);
35649
+ function kX(e, t = {}) {
35632
35650
  let n;
35633
35651
  try {
35634
- n = zJ(VJ(yK(EK(e))));
35652
+ n = BJ(HJ(yK(EK(e))));
35635
35653
  } catch (e) {
35636
35654
  let t = e instanceof Error ? e.message : "Invalid JSON Schema";
35637
35655
  return () => ({
@@ -35644,7 +35662,7 @@ function OX(e, t = {}) {
35644
35662
  }
35645
35663
  let r = SJ(e), i;
35646
35664
  try {
35647
- i = DX.compile(n);
35665
+ i = OX.compile(n);
35648
35666
  } catch (e) {
35649
35667
  let t = e instanceof Error ? e.message : "Invalid JSON Schema";
35650
35668
  return () => ({
@@ -35655,15 +35673,15 @@ function OX(e, t = {}) {
35655
35673
  } }
35656
35674
  });
35657
35675
  }
35658
- DX.removeSchema(n);
35676
+ OX.removeSchema(n);
35659
35677
  let a = async (e, t, a) => {
35660
- let o = i(e) ? [] : i.errors ?? [], s = NX(n, e, "", r), c = [...o, ...s];
35678
+ let o = i(e) ? [] : i.errors ?? [], s = PX(n, e, "", r), c = [...o, ...s];
35661
35679
  return c.length === 0 ? {
35662
35680
  values: e,
35663
35681
  errors: {}
35664
35682
  } : {
35665
35683
  values: {},
35666
- errors: AX(kX(c), a.criteriaMode ?? "firstError")
35684
+ errors: jX(AX(c), a.criteriaMode ?? "firstError")
35667
35685
  };
35668
35686
  };
35669
35687
  if (!t.basePath) return a;
@@ -35679,39 +35697,39 @@ function OX(e, t = {}) {
35679
35697
  };
35680
35698
  };
35681
35699
  }
35682
- function kX(e) {
35700
+ function AX(e) {
35683
35701
  return e.filter((t) => {
35684
35702
  if (t.keyword !== "oneOf" && t.keyword !== "anyOf") return !0;
35685
35703
  let n = t.instancePath, r = n === "" ? "/" : `${n}/`;
35686
35704
  return !e.some((e) => e !== t && e.instancePath.startsWith(r));
35687
35705
  });
35688
35706
  }
35689
- function AX(e, t) {
35707
+ function jX(e, t) {
35690
35708
  let n = /* @__PURE__ */ new Map();
35691
35709
  for (let t of e) {
35692
- let e = jX(t), r = n.get(e) ?? [];
35710
+ let e = MX(t), r = n.get(e) ?? [];
35693
35711
  r.push(t), n.set(e, r);
35694
35712
  }
35695
35713
  let r = {};
35696
35714
  for (let [e, i] of n) {
35697
35715
  let n = {
35698
35716
  type: i[0].keyword,
35699
- message: TX(i[0], e)
35717
+ message: EX(i[0], e)
35700
35718
  };
35701
35719
  if (t === "all" && i.length > 0) {
35702
35720
  let t = {};
35703
- for (let n of i) t[n.keyword] = TX(n, e);
35721
+ for (let n of i) t[n.keyword] = EX(n, e);
35704
35722
  n.types = t;
35705
35723
  }
35706
- MX(r, e === "" ? "root" : e, n);
35724
+ NX(r, e === "" ? "root" : e, n);
35707
35725
  }
35708
35726
  return r;
35709
35727
  }
35710
- function jX(e) {
35728
+ function MX(e) {
35711
35729
  let t = e.instancePath ? e.instancePath.slice(1).split("/").map(TK) : [];
35712
35730
  return e.keyword === "required" && typeof e.params.missingProperty == "string" && t.push(e.params.missingProperty), t.join(".");
35713
35731
  }
35714
- function MX(e, t, n) {
35732
+ function NX(e, t, n) {
35715
35733
  let r = t.split("."), i = e;
35716
35734
  for (let e = 0; e < r.length - 1; e++) {
35717
35735
  let t = r[e];
@@ -35719,7 +35737,7 @@ function MX(e, t, n) {
35719
35737
  }
35720
35738
  i[r[r.length - 1]] = n;
35721
35739
  }
35722
- function NX(e, t, n = "", r, i = "") {
35740
+ function PX(e, t, n = "", r, i = "") {
35723
35741
  let a = [];
35724
35742
  if (e.gioConfig?.uniqueItemProperties && Array.isArray(t)) for (let r of e.gioConfig.uniqueItemProperties) {
35725
35743
  let e = t.map((e) => typeof e == "object" && e ? e[r] : void 0).filter((e) => e != null);
@@ -35737,27 +35755,27 @@ function NX(e, t, n = "", r, i = "") {
35737
35755
  let o = typeof t == "object" && !!t && !Array.isArray(t);
35738
35756
  if (e.properties && o) for (let [o, s] of Object.entries(e.properties)) {
35739
35757
  let e = t[o];
35740
- a.push(...NX(s, e, `${n}/${wK(o)}`, r, i ? `${i}.${o}` : o));
35758
+ a.push(...PX(s, e, `${n}/${wK(o)}`, r, i ? `${i}.${o}` : o));
35741
35759
  }
35742
35760
  let s = AJ(e.oneOf ?? e.anyOf ?? []);
35743
35761
  if (s.length > 0 && o) {
35744
35762
  let e = t, o = s[CJ(s, i, r, (t) => e[t])];
35745
- if (o?.properties) for (let [t, s] of Object.entries(o.properties)) a.push(...NX(s, e[t], `${n}/${wK(t)}`, r, i ? `${i}.${t}` : t));
35763
+ if (o?.properties) for (let [t, s] of Object.entries(o.properties)) a.push(...PX(s, e[t], `${n}/${wK(t)}`, r, i ? `${i}.${t}` : t));
35746
35764
  }
35747
35765
  if (e.items && Array.isArray(t)) if (Array.isArray(e.items)) e.items.forEach((e, o) => {
35748
- a.push(...NX(e, t[o], `${n}/${o}`, r, i ? `${i}.${o}` : String(o)));
35766
+ a.push(...PX(e, t[o], `${n}/${o}`, r, i ? `${i}.${o}` : String(o)));
35749
35767
  });
35750
35768
  else {
35751
35769
  let o = e.items;
35752
35770
  t.forEach((e, t) => {
35753
- a.push(...NX(o, e, `${n}/${t}`, r, i ? `${i}.${t}` : String(t)));
35771
+ a.push(...PX(o, e, `${n}/${t}`, r, i ? `${i}.${t}` : String(t)));
35754
35772
  });
35755
35773
  }
35756
35774
  return a;
35757
35775
  }
35758
35776
  //#endregion
35759
35777
  //#region src/composed/LayoutSlots/LayoutSlotsContext.tsx
35760
- var PX = {
35778
+ var FX = {
35761
35779
  navigation: null,
35762
35780
  contextSidebar: null,
35763
35781
  breadcrumbs: [],
@@ -35765,9 +35783,9 @@ var PX = {
35765
35783
  viewMode: "global",
35766
35784
  contextExpanded: !0,
35767
35785
  contentVariant: "default"
35768
- }, FX = M(null);
35769
- function IX({ children: e }) {
35770
- let [t, n] = V(PX), r = F((e, t) => {
35786
+ }, IX = M(null);
35787
+ function LX({ children: e }) {
35788
+ let [t, n] = V(FX), r = F((e, t) => {
35771
35789
  n((n) => ({
35772
35790
  ...n,
35773
35791
  [e]: t
@@ -35779,7 +35797,7 @@ function IX({ children: e }) {
35779
35797
  }));
35780
35798
  }, []), a = F((e) => {
35781
35799
  n((t) => {
35782
- let n = Object.fromEntries(e.map((e) => [e, PX[e]]));
35800
+ let n = Object.fromEntries(e.map((e) => [e, FX[e]]));
35783
35801
  return {
35784
35802
  ...t,
35785
35803
  ...n
@@ -35796,20 +35814,20 @@ function IX({ children: e }) {
35796
35814
  i,
35797
35815
  a
35798
35816
  ]);
35799
- return /* @__PURE__ */ H(FX.Provider, {
35817
+ return /* @__PURE__ */ H(IX.Provider, {
35800
35818
  value: o,
35801
35819
  children: e
35802
35820
  });
35803
35821
  }
35804
- function LX() {
35805
- let e = I(FX);
35822
+ function RX() {
35823
+ let e = I(IX);
35806
35824
  if (!e) throw Error("useLayoutSlots must be used within a LayoutSlotsProvider.");
35807
35825
  return e;
35808
35826
  }
35809
35827
  //#endregion
35810
35828
  //#region src/composed/LayoutSlots/use-layout-config.ts
35811
- function RX(e, t = []) {
35812
- let { setSlots: n, resetSlots: r } = LX();
35829
+ function zX(e, t = []) {
35830
+ let { setSlots: n, resetSlots: r } = RX();
35813
35831
  R(() => {
35814
35832
  n(e);
35815
35833
  let t = Object.keys(e);
@@ -35824,7 +35842,7 @@ function RX(e, t = []) {
35824
35842
  }
35825
35843
  //#endregion
35826
35844
  //#region src/composed/TopNavUser/TopNavUser.tsx
35827
- var zX = [
35845
+ var BX = [
35828
35846
  {
35829
35847
  value: "light",
35830
35848
  label: "Light"
@@ -35838,7 +35856,7 @@ var zX = [
35838
35856
  label: "System"
35839
35857
  }
35840
35858
  ];
35841
- function BX({ name: e, email: t, avatarUrl: n, initials: r, className: i, onSignOut: a }) {
35859
+ function VX({ name: e, email: t, avatarUrl: n, initials: r, className: i, onSignOut: a }) {
35842
35860
  let o = r ?? e.slice(0, 2).toUpperCase(), { mode: s, setMode: c } = D();
35843
35861
  return /* @__PURE__ */ U(OF, { children: [/* @__PURE__ */ H(AF, {
35844
35862
  asChild: !0,
@@ -35867,7 +35885,7 @@ function BX({ name: e, email: t, avatarUrl: n, initials: r, className: i, onSign
35867
35885
  /* @__PURE__ */ H(FF, {
35868
35886
  value: s,
35869
35887
  onValueChange: (e) => c(e),
35870
- children: zX.map((e) => /* @__PURE__ */ H(IF, {
35888
+ children: BX.map((e) => /* @__PURE__ */ H(IF, {
35871
35889
  value: e.value,
35872
35890
  children: e.label
35873
35891
  }, e.value))
@@ -35880,6 +35898,6 @@ function BX({ name: e, email: t, avatarUrl: n, initials: r, className: i, onSign
35880
35898
  ]
35881
35899
  })] });
35882
35900
  }
35883
- BX.displayName = "TopNavUser";
35901
+ VX.displayName = "TopNavUser";
35884
35902
  //#endregion
35885
- export { Vy as Accordion, Wy as AccordionContent, Hy as AccordionItem, Uy as AccordionTrigger, Yy as Alert, Qy as AlertAction, Zy as AlertDescription, Xy as AlertTitle, qH as AppContextBar, rU as AppLayout, sU as AppSidebar, WH as AppSwitcher, $y as Avatar, nb as AvatarBadge, tb as AvatarFallback, rb as AvatarGroup, ib as AvatarGroupCount, eb as AvatarImage, ob as Badge, sb as Breadcrumb, pb as BreadcrumbEllipsis, lb as BreadcrumbItem, ub as BreadcrumbLink, cb as BreadcrumbList, db as BreadcrumbPage, fb as BreadcrumbSeparator, hb as Button, vb as ButtonGroup, bb as ButtonGroupSeparator, yb as ButtonGroupText, Nw as Calendar, Pw as CalendarDayButton, Fw as Card, zw as CardAction, Bw as CardContent, Rw as CardDescription, Vw as CardFooter, Iw as CardHeader, Lw as CardTitle, Hw as Checkbox, Uw as Collapsible, Gw as CollapsibleContent, Ww as CollapsibleTrigger, uM as Combobox, wM as ComboboxChip, CM as ComboboxChips, TM as ComboboxChipsInput, bM as ComboboxCollection, hM as ComboboxContent, xM as ComboboxEmpty, vM as ComboboxGroup, mM as ComboboxInput, _M as ComboboxItem, yM as ComboboxLabel, gM as ComboboxList, SM as ComboboxSeparator, fM as ComboboxTrigger, dM as ComboboxValue, UN as Command, WN as CommandDialog, qN as CommandEmpty, JN as CommandGroup, GN as CommandInput, XN as CommandItem, KN as CommandList, YN as CommandSeparator, ZN as CommandShortcut, fU as ContentHeader, QN as ContextMenu, cP as ContextMenuCheckboxItem, iP as ContextMenuContent, eP as ContextMenuGroup, aP as ContextMenuItem, uP as ContextMenuLabel, tP as ContextMenuPortal, rP as ContextMenuRadioGroup, lP as ContextMenuRadioItem, dP as ContextMenuSeparator, fP as ContextMenuShortcut, nP as ContextMenuSub, sP as ContextMenuSubContent, oP as ContextMenuSubTrigger, $N as ContextMenuTrigger, lU as ContextSidebar, uU as ContextToggleButton, pU as CopyableText, PX as DEFAULT_SLOTS, JW as DataTable, YW as DataTableColumnHeader, XW as DataTablePagination, HW as DataTableViewOptions, aK as DatePicker, oK as DateRangePicker, lK as DateTimePicker, fK as DateTimeRangePicker, NN as Dialog, IN as DialogClose, RN as DialogContent, HN as DialogDescription, BN as DialogFooter, zN as DialogHeader, LN as DialogOverlay, FN as DialogPortal, VN as DialogTitle, PN as DialogTrigger, vF as Drawer, xF as DrawerClose, CF as DrawerContent, DF as DrawerDescription, TF as DrawerFooter, wF as DrawerHeader, SF as DrawerOverlay, bF as DrawerPortal, EF as DrawerTitle, yF as DrawerTrigger, OF as DropdownMenu, PF as DropdownMenuCheckboxItem, jF as DropdownMenuContent, MF as DropdownMenuGroup, NF as DropdownMenuItem, LF as DropdownMenuLabel, kF as DropdownMenuPortal, FF as DropdownMenuRadioGroup, IF as DropdownMenuRadioItem, RF as DropdownMenuSeparator, zF as DropdownMenuShortcut, BF as DropdownMenuSub, HF as DropdownMenuSubContent, VF as DropdownMenuSubTrigger, AF as DropdownMenuTrigger, UF as Empty, YF as EmptyContent, JF as EmptyDescription, WF as EmptyHeader, KF as EmptyMedia, qF as EmptyTitle, pK as FacetedFilter, tI as Field, nI as FieldContent, aI as FieldDescription, sI as FieldError, $F as FieldGroup, rI as FieldLabel, QF as FieldLegend, oI as FieldSeparator, ZF as FieldSet, iI as FieldTitle, vK as FileUpload, tR as FileUploadInput, _K as FileUploadItem, nR as HoverCard, iR as HoverCardContent, sR as HoverCardDescription, aR as HoverCardHeader, oR as HoverCardTitle, rR as HoverCardTrigger, eM as Input, nM as InputGroup, iM as InputGroupAddon, oM as InputGroupButton, cM as InputGroupInput, sM as InputGroupText, lM as InputGroupTextarea, dR as Item, _R as ItemActions, mR as ItemContent, gR as ItemDescription, yR as ItemFooter, cR as ItemGroup, vR as ItemHeader, pR as ItemMedia, lR as ItemSeparator, hR as ItemTitle, HJ as JsonSchemaForm, bR as Kbd, xR as KbdGroup, XF as Label, IX as LayoutSlotsProvider, SR as Pagination, CR as PaginationContent, OR as PaginationEllipsis, wR as PaginationItem, TR as PaginationLink, DR as PaginationNext, ER as PaginationPrevious, kR as Popover, MR as PopoverAnchor, jR as PopoverContent, FR as PopoverDescription, NR as PopoverHeader, PR as PopoverTitle, AR as PopoverTrigger, en as PortalContainerProvider, IR as Progress, RR as Prose, zR as RadioGroup, BR as RadioGroupItem, IB as ResizableHandle, FB as ResizablePanel, PB as ResizablePanelGroup, LB as ScrollArea, RB as ScrollBar, zB as Select, UB as SelectContent, BB as SelectGroup, GB as SelectItem, WB as SelectLabel, JB as SelectScrollDownButton, qB as SelectScrollUpButton, KB as SelectSeparator, HB as SelectTrigger, VB as SelectValue, GH as SelectorDropdown, KH as SelectorTriggerButton, gb as Separator, YB as Sheet, ZB as SheetClose, eV as SheetContent, iV as SheetDescription, nV as SheetFooter, tV as SheetHeader, rV as SheetTitle, XB as SheetTrigger, wV as Sidebar, MV as SidebarContent, AV as SidebarFooter, NV as SidebarGroup, FV as SidebarGroupAction, IV as SidebarGroupContent, PV as SidebarGroupLabel, kV as SidebarHeader, OV as SidebarInput, DV as SidebarInset, LV as SidebarMenu, VV as SidebarMenuAction, HV as SidebarMenuBadge, BV as SidebarMenuButton, RV as SidebarMenuItem, UV as SidebarMenuSkeleton, WV as SidebarMenuSub, KV as SidebarMenuSubButton, GV as SidebarMenuSubItem, tU as SidebarModeControl, $H as SidebarModeProvider, cU as SidebarNavigation, CV as SidebarProvider, EV as SidebarRail, jV as SidebarSeparator, TV as SidebarTrigger, aV as Skeleton, wH as Spinner, TH as Switch, EH as Table, OH as TableBody, NH as TableCaption, MH as TableCell, kH as TableFooter, jH as TableHead, DH as TableHeader, AH as TableRow, PH as Tabs, RH as TabsContent, IH as TabsList, LH as TabsTrigger, tM as Textarea, O as ThemeProvider, CH as Toaster, BH as Toggle, HH as ToggleGroup, UH as ToggleGroupItem, sV as Tooltip, lV as TooltipContent, oV as TooltipProvider, cV as TooltipTrigger, BX as TopNavUser, Jy as alertVariants, ab as badgeVariants, mU as buildLinearBreadcrumbs, _b as buttonGroupVariants, mb as buttonVariants, q as cn, UJ as composeResolvers, kK as extractDefaults, OX as jsonSchemaResolver, FH as tabsListVariants, sH as toast, zH as toggleVariants, EM as useComboboxAnchor, RX as useLayoutConfig, LX as useLayoutSlots, tn as usePortalContainer, SV as useSidebar, XH as useSidebarMode, D as useTheme };
35903
+ export { Vy as Accordion, Wy as AccordionContent, Hy as AccordionItem, Uy as AccordionTrigger, Yy as Alert, Qy as AlertAction, Zy as AlertDescription, Xy as AlertTitle, qH as AppContextBar, rU as AppLayout, sU as AppSidebar, WH as AppSwitcher, $y as Avatar, nb as AvatarBadge, tb as AvatarFallback, rb as AvatarGroup, ib as AvatarGroupCount, eb as AvatarImage, ob as Badge, sb as Breadcrumb, pb as BreadcrumbEllipsis, lb as BreadcrumbItem, ub as BreadcrumbLink, cb as BreadcrumbList, db as BreadcrumbPage, fb as BreadcrumbSeparator, hb as Button, vb as ButtonGroup, bb as ButtonGroupSeparator, yb as ButtonGroupText, Nw as Calendar, Pw as CalendarDayButton, Fw as Card, zw as CardAction, Bw as CardContent, Rw as CardDescription, Vw as CardFooter, Iw as CardHeader, Lw as CardTitle, Hw as Checkbox, Uw as Collapsible, Gw as CollapsibleContent, Ww as CollapsibleTrigger, uM as Combobox, wM as ComboboxChip, CM as ComboboxChips, TM as ComboboxChipsInput, bM as ComboboxCollection, hM as ComboboxContent, xM as ComboboxEmpty, vM as ComboboxGroup, mM as ComboboxInput, _M as ComboboxItem, yM as ComboboxLabel, gM as ComboboxList, SM as ComboboxSeparator, fM as ComboboxTrigger, dM as ComboboxValue, UN as Command, WN as CommandDialog, qN as CommandEmpty, JN as CommandGroup, GN as CommandInput, XN as CommandItem, KN as CommandList, YN as CommandSeparator, ZN as CommandShortcut, fU as ContentHeader, QN as ContextMenu, cP as ContextMenuCheckboxItem, iP as ContextMenuContent, eP as ContextMenuGroup, aP as ContextMenuItem, uP as ContextMenuLabel, tP as ContextMenuPortal, rP as ContextMenuRadioGroup, lP as ContextMenuRadioItem, dP as ContextMenuSeparator, fP as ContextMenuShortcut, nP as ContextMenuSub, sP as ContextMenuSubContent, oP as ContextMenuSubTrigger, $N as ContextMenuTrigger, lU as ContextSidebar, uU as ContextToggleButton, pU as CopyableText, FX as DEFAULT_SLOTS, JW as DataTable, YW as DataTableColumnHeader, XW as DataTablePagination, HW as DataTableViewOptions, aK as DatePicker, oK as DateRangePicker, lK as DateTimePicker, fK as DateTimeRangePicker, NN as Dialog, IN as DialogClose, RN as DialogContent, HN as DialogDescription, BN as DialogFooter, zN as DialogHeader, LN as DialogOverlay, FN as DialogPortal, VN as DialogTitle, PN as DialogTrigger, vF as Drawer, xF as DrawerClose, CF as DrawerContent, DF as DrawerDescription, TF as DrawerFooter, wF as DrawerHeader, SF as DrawerOverlay, bF as DrawerPortal, EF as DrawerTitle, yF as DrawerTrigger, OF as DropdownMenu, PF as DropdownMenuCheckboxItem, jF as DropdownMenuContent, MF as DropdownMenuGroup, NF as DropdownMenuItem, LF as DropdownMenuLabel, kF as DropdownMenuPortal, FF as DropdownMenuRadioGroup, IF as DropdownMenuRadioItem, RF as DropdownMenuSeparator, zF as DropdownMenuShortcut, BF as DropdownMenuSub, HF as DropdownMenuSubContent, VF as DropdownMenuSubTrigger, AF as DropdownMenuTrigger, UF as Empty, YF as EmptyContent, JF as EmptyDescription, WF as EmptyHeader, KF as EmptyMedia, qF as EmptyTitle, pK as FacetedFilter, tI as Field, nI as FieldContent, aI as FieldDescription, sI as FieldError, $F as FieldGroup, rI as FieldLabel, QF as FieldLegend, oI as FieldSeparator, ZF as FieldSet, iI as FieldTitle, vK as FileUpload, tR as FileUploadInput, _K as FileUploadItem, nR as HoverCard, iR as HoverCardContent, sR as HoverCardDescription, aR as HoverCardHeader, oR as HoverCardTitle, rR as HoverCardTrigger, eM as Input, nM as InputGroup, iM as InputGroupAddon, oM as InputGroupButton, cM as InputGroupInput, sM as InputGroupText, lM as InputGroupTextarea, dR as Item, _R as ItemActions, mR as ItemContent, gR as ItemDescription, yR as ItemFooter, cR as ItemGroup, vR as ItemHeader, pR as ItemMedia, lR as ItemSeparator, hR as ItemTitle, UJ as JsonSchemaForm, bR as Kbd, xR as KbdGroup, XF as Label, LX as LayoutSlotsProvider, SR as Pagination, CR as PaginationContent, OR as PaginationEllipsis, wR as PaginationItem, TR as PaginationLink, DR as PaginationNext, ER as PaginationPrevious, FJ as PasswordInput, kR as Popover, MR as PopoverAnchor, jR as PopoverContent, FR as PopoverDescription, NR as PopoverHeader, PR as PopoverTitle, AR as PopoverTrigger, en as PortalContainerProvider, IR as Progress, RR as Prose, zR as RadioGroup, BR as RadioGroupItem, IB as ResizableHandle, FB as ResizablePanel, PB as ResizablePanelGroup, LB as ScrollArea, RB as ScrollBar, zB as Select, UB as SelectContent, BB as SelectGroup, GB as SelectItem, WB as SelectLabel, JB as SelectScrollDownButton, qB as SelectScrollUpButton, KB as SelectSeparator, HB as SelectTrigger, VB as SelectValue, GH as SelectorDropdown, KH as SelectorTriggerButton, gb as Separator, YB as Sheet, ZB as SheetClose, eV as SheetContent, iV as SheetDescription, nV as SheetFooter, tV as SheetHeader, rV as SheetTitle, XB as SheetTrigger, wV as Sidebar, MV as SidebarContent, AV as SidebarFooter, NV as SidebarGroup, FV as SidebarGroupAction, IV as SidebarGroupContent, PV as SidebarGroupLabel, kV as SidebarHeader, OV as SidebarInput, DV as SidebarInset, LV as SidebarMenu, VV as SidebarMenuAction, HV as SidebarMenuBadge, BV as SidebarMenuButton, RV as SidebarMenuItem, UV as SidebarMenuSkeleton, WV as SidebarMenuSub, KV as SidebarMenuSubButton, GV as SidebarMenuSubItem, tU as SidebarModeControl, $H as SidebarModeProvider, cU as SidebarNavigation, CV as SidebarProvider, EV as SidebarRail, jV as SidebarSeparator, TV as SidebarTrigger, aV as Skeleton, wH as Spinner, TH as Switch, EH as Table, OH as TableBody, NH as TableCaption, MH as TableCell, kH as TableFooter, jH as TableHead, DH as TableHeader, AH as TableRow, PH as Tabs, RH as TabsContent, IH as TabsList, LH as TabsTrigger, tM as Textarea, O as ThemeProvider, CH as Toaster, BH as Toggle, HH as ToggleGroup, UH as ToggleGroupItem, sV as Tooltip, lV as TooltipContent, oV as TooltipProvider, cV as TooltipTrigger, VX as TopNavUser, Jy as alertVariants, ab as badgeVariants, mU as buildLinearBreadcrumbs, _b as buttonGroupVariants, mb as buttonVariants, q as cn, WJ as composeResolvers, kK as extractDefaults, kX as jsonSchemaResolver, FH as tabsListVariants, sH as toast, zH as toggleVariants, EM as useComboboxAnchor, zX as useLayoutConfig, RX as useLayoutSlots, tn as usePortalContainer, SV as useSidebar, XH as useSidebarMode, D as useTheme };