@kestra-io/ui-libs 0.0.280 → 0.0.282

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 (84) hide show
  1. package/dist/{FlowYamlUtils-C3eJz7Bx.js → FlowYamlUtils-DS9E9TyK.js} +60 -60
  2. package/dist/{FlowYamlUtils-C3eJz7Bx.js.map → FlowYamlUtils-DS9E9TyK.js.map} +1 -1
  3. package/dist/{VueFlowUtils-DxJGfMCz.js → VueFlowUtils-CZUZUZIC.js} +24 -24
  4. package/dist/{VueFlowUtils-DxJGfMCz.js.map → VueFlowUtils-CZUZUZIC.js.map} +1 -1
  5. package/dist/assets/icons/RotatingDots.vue.d.ts.map +1 -1
  6. package/dist/assets/icons/SplitCellsHorizontal.vue.d.ts.map +1 -1
  7. package/dist/assets/icons/SplitCellsVertical.vue.d.ts.map +1 -1
  8. package/dist/components/buttons/AddTaskButton.vue.d.ts.map +1 -1
  9. package/dist/components/content/Alert.vue.d.ts.map +1 -1
  10. package/dist/components/content/Collapse.vue.d.ts +2 -2
  11. package/dist/components/content/Collapse.vue.d.ts.map +1 -1
  12. package/dist/components/content/ConfigPropertyCard.vue.d.ts.map +1 -1
  13. package/dist/components/content/MDCRenderer.vue.d.ts.map +1 -1
  14. package/dist/components/content/Mermaid.vue.d.ts.map +1 -1
  15. package/dist/components/content/NextLink.vue.d.ts +2 -2
  16. package/dist/components/content/NextLink.vue.d.ts.map +1 -1
  17. package/dist/components/content/ProseBlockquote.vue.d.ts.map +1 -1
  18. package/dist/components/content/ProseCode.vue.d.ts.map +1 -1
  19. package/dist/components/content/ProsePre.vue.d.ts +2 -2
  20. package/dist/components/content/ProsePre.vue.d.ts.map +1 -1
  21. package/dist/components/content/ProseTable.vue.d.ts.map +1 -1
  22. package/dist/components/misc/Collapsible.vue.d.ts.map +1 -1
  23. package/dist/components/misc/Duration.vue.d.ts.map +1 -1
  24. package/dist/components/misc/ElementCard.vue.d.ts +2 -2
  25. package/dist/components/misc/ElementCard.vue.d.ts.map +1 -1
  26. package/dist/components/misc/ExecutionInformations.vue.d.ts.map +1 -1
  27. package/dist/components/misc/RowLink.vue.d.ts.map +1 -1
  28. package/dist/components/misc/Status.vue.d.ts.map +1 -1
  29. package/dist/components/misc/SubgroupCard.vue.d.ts.map +1 -1
  30. package/dist/components/misc/TaskIcon.vue.d.ts.map +1 -1
  31. package/dist/components/misc/Tooltip.vue.d.ts.map +1 -1
  32. package/dist/components/nodes/BasicNode.vue.d.ts +5 -5
  33. package/dist/components/nodes/BasicNode.vue.d.ts.map +1 -1
  34. package/dist/components/nodes/ClusterNode.vue.d.ts +1 -51
  35. package/dist/components/nodes/ClusterNode.vue.d.ts.map +1 -1
  36. package/dist/components/nodes/CollapsedClusterNode.vue.d.ts +1 -199
  37. package/dist/components/nodes/CollapsedClusterNode.vue.d.ts.map +1 -1
  38. package/dist/components/nodes/DependenciesNode.vue.d.ts +3 -3
  39. package/dist/components/nodes/DependenciesNode.vue.d.ts.map +1 -1
  40. package/dist/components/nodes/DotNode.vue.d.ts +1 -143
  41. package/dist/components/nodes/DotNode.vue.d.ts.map +1 -1
  42. package/dist/components/nodes/EdgeNode.vue.d.ts.map +1 -1
  43. package/dist/components/nodes/TaskNode.vue.d.ts +2 -2
  44. package/dist/components/nodes/TaskNode.vue.d.ts.map +1 -1
  45. package/dist/components/nodes/TriggerNode.vue.d.ts +1 -227
  46. package/dist/components/nodes/TriggerNode.vue.d.ts.map +1 -1
  47. package/dist/components/plugins/CollapsibleProperties.vue.d.ts +5 -3
  48. package/dist/components/plugins/CollapsibleProperties.vue.d.ts.map +1 -1
  49. package/dist/components/plugins/PluginIndex.vue.d.ts +4 -4
  50. package/dist/components/plugins/PluginIndex.vue.d.ts.map +1 -1
  51. package/dist/components/plugins/PropertyDetail.vue.d.ts +6 -6
  52. package/dist/components/plugins/PropertyDetail.vue.d.ts.map +1 -1
  53. package/dist/components/plugins/SchemaToCode.vue.d.ts.map +1 -1
  54. package/dist/components/plugins/SchemaToHtml.vue.d.ts +10 -10
  55. package/dist/components/plugins/SchemaToHtml.vue.d.ts.map +1 -1
  56. package/dist/components/plugins_v2/CollapsiblePropertiesV2.vue.d.ts +3 -3
  57. package/dist/components/plugins_v2/CollapsiblePropertiesV2.vue.d.ts.map +1 -1
  58. package/dist/components/plugins_v2/CollapsibleV2.vue.d.ts.map +1 -1
  59. package/dist/components/plugins_v2/DefinitionCollapsible.vue.d.ts.map +1 -1
  60. package/dist/components/plugins_v2/PropertyBadges.vue.d.ts.map +1 -1
  61. package/dist/components/plugins_v2/PropertyDetailV2.vue.d.ts +8 -8
  62. package/dist/components/plugins_v2/PropertyDetailV2.vue.d.ts.map +1 -1
  63. package/dist/components/plugins_v2/PropertyMeta.vue.d.ts.map +1 -1
  64. package/dist/components/plugins_v2/SchemaToHtmlV2.vue.d.ts +8 -8
  65. package/dist/components/plugins_v2/SchemaToHtmlV2.vue.d.ts.map +1 -1
  66. package/dist/components/topology/Topology.vue.d.ts +2 -2
  67. package/dist/components/topology/Topology.vue.d.ts.map +1 -1
  68. package/dist/kestra-flowyamlutils.es.js +1 -1
  69. package/dist/kestra-index.cjs.js +15 -15
  70. package/dist/kestra-index.cjs.js.map +1 -1
  71. package/dist/kestra-index.es.js +4134 -4109
  72. package/dist/kestra-index.es.js.map +1 -1
  73. package/dist/kestra-vueflowutils.es.js +2 -2
  74. package/dist/ui-libs.css +1 -1
  75. package/dist/{useMarkdownParser-Dm9LTWWl.js → useMarkdownParser-D1lKXb9E.js} +4 -4
  76. package/dist/{useMarkdownParser-Dm9LTWWl.js.map → useMarkdownParser-D1lKXb9E.js.map} +1 -1
  77. package/dist/utils/schemaUtils.d.ts +2 -0
  78. package/dist/utils/schemaUtils.d.ts.map +1 -1
  79. package/package.json +46 -45
  80. package/src/components/plugins/CollapsibleProperties.vue +15 -5
  81. package/src/components/plugins/SchemaToHtml.vue +12 -3
  82. package/src/components/plugins_v2/CollapsiblePropertiesV2.vue +4 -3
  83. package/src/components/plugins_v2/PropertyDetailV2.vue +2 -1
  84. package/src/utils/schemaUtils.ts +16 -9
@@ -1,5 +1,5 @@
1
1
  import { load as Oi, dump as Pi } from "js-yaml";
2
- import { visit as m, Document as $, isSeq as j, parseDocument as A, isMap as C, isPair as _t, LineCounter as ce, Pair as W, Scalar as B, YAMLMap as Ba, YAMLSeq as fe } from "yaml";
2
+ import { visit as m, Document as W, isSeq as j, parseDocument as A, isMap as C, isPair as _t, LineCounter as ce, Pair as $, Scalar as B, YAMLMap as Ba, YAMLSeq as fe } from "yaml";
3
3
  var ue = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
4
4
  function Di(e) {
5
5
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -115,19 +115,19 @@ function Bi() {
115
115
  }
116
116
  return Ce = e, Ce;
117
117
  }
118
- var Re, $t;
118
+ var Re, Wt;
119
119
  function Fi() {
120
- if ($t) return Re;
121
- $t = 1;
120
+ if (Wt) return Re;
121
+ Wt = 1;
122
122
  function e(r) {
123
123
  return this.__data__.get(r);
124
124
  }
125
125
  return Re = e, Re;
126
126
  }
127
- var je, Wt;
127
+ var je, $t;
128
128
  function Gi() {
129
- if (Wt) return je;
130
- Wt = 1;
129
+ if ($t) return je;
130
+ $t = 1;
131
131
  function e(r) {
132
132
  return this.__data__.has(r);
133
133
  }
@@ -255,7 +255,7 @@ function Ua() {
255
255
  return Be = t, Be;
256
256
  }
257
257
  var Fe, sn;
258
- function $i() {
258
+ function Wi() {
259
259
  if (sn) return Fe;
260
260
  sn = 1;
261
261
  var e = Na(), r = Hi(), t = te(), n = Ua(), a = /[\\^$.*+?()[\]{}|]/g, i = /^\[object .+?Constructor\]$/, s = Function.prototype, o = Object.prototype, u = s.toString, c = o.hasOwnProperty, l = RegExp(
@@ -270,7 +270,7 @@ function $i() {
270
270
  return Fe = f, Fe;
271
271
  }
272
272
  var Ge, on;
273
- function Wi() {
273
+ function $i() {
274
274
  if (on) return Ge;
275
275
  on = 1;
276
276
  function e(r, t) {
@@ -282,7 +282,7 @@ var Ne, un;
282
282
  function N() {
283
283
  if (un) return Ne;
284
284
  un = 1;
285
- var e = $i(), r = Wi();
285
+ var e = Wi(), r = $i();
286
286
  function t(n, a) {
287
287
  var i = r(n, a);
288
288
  return e(i) ? i : void 0;
@@ -313,19 +313,19 @@ function zi() {
313
313
  }
314
314
  return He = r, He;
315
315
  }
316
- var $e, vn;
316
+ var We, vn;
317
317
  function Yi() {
318
- if (vn) return $e;
318
+ if (vn) return We;
319
319
  vn = 1;
320
320
  function e(r) {
321
321
  var t = this.has(r) && delete this.__data__[r];
322
322
  return this.size -= t ? 1 : 0, t;
323
323
  }
324
- return $e = e, $e;
324
+ return We = e, We;
325
325
  }
326
- var We, dn;
326
+ var $e, dn;
327
327
  function Ji() {
328
- if (dn) return We;
328
+ if (dn) return $e;
329
329
  dn = 1;
330
330
  var e = he(), r = "__lodash_hash_undefined__", t = Object.prototype, n = t.hasOwnProperty;
331
331
  function a(i) {
@@ -336,7 +336,7 @@ function Ji() {
336
336
  }
337
337
  return n.call(s, i) ? s[i] : void 0;
338
338
  }
339
- return We = a, We;
339
+ return $e = a, $e;
340
340
  }
341
341
  var ze, hn;
342
342
  function Xi() {
@@ -618,7 +618,7 @@ function hs() {
618
618
  }
619
619
  Q.exports;
620
620
  var Kn;
621
- function $a() {
621
+ function Wa() {
622
622
  return Kn || (Kn = 1, (function(e, r) {
623
623
  var t = w(), n = hs(), a = r && !r.nodeType && r, i = a && !0 && e && !e.nodeType && e, s = i && i.exports === a, o = s ? t.Buffer : void 0, u = o ? o.isBuffer : void 0, c = u || n;
624
624
  e.exports = c;
@@ -636,7 +636,7 @@ function ps() {
636
636
  return yr = t, yr;
637
637
  }
638
638
  var br, Fn;
639
- function Wa() {
639
+ function $a() {
640
640
  if (Fn) return br;
641
641
  Fn = 1;
642
642
  var e = 9007199254740991;
@@ -649,7 +649,7 @@ var mr, Gn;
649
649
  function gs() {
650
650
  if (Gn) return mr;
651
651
  Gn = 1;
652
- var e = de(), r = Wa(), t = ne(), n = "[object Arguments]", a = "[object Array]", i = "[object Boolean]", s = "[object Date]", o = "[object Error]", u = "[object Function]", c = "[object Map]", l = "[object Number]", f = "[object Object]", v = "[object RegExp]", _ = "[object Set]", y = "[object String]", b = "[object WeakMap]", S = "[object ArrayBuffer]", I = "[object DataView]", g = "[object Float32Array]", D = "[object Float64Array]", x = "[object Int8Array]", E = "[object Int16Array]", M = "[object Int32Array]", z = "[object Uint8Array]", Y = "[object Uint8ClampedArray]", R = "[object Uint16Array]", J = "[object Uint32Array]", d = {};
652
+ var e = de(), r = $a(), t = ne(), n = "[object Arguments]", a = "[object Array]", i = "[object Boolean]", s = "[object Date]", o = "[object Error]", u = "[object Function]", c = "[object Map]", l = "[object Number]", f = "[object Object]", v = "[object RegExp]", _ = "[object Set]", y = "[object String]", b = "[object WeakMap]", S = "[object ArrayBuffer]", I = "[object DataView]", g = "[object Float32Array]", D = "[object Float64Array]", x = "[object Int8Array]", E = "[object Int16Array]", M = "[object Int32Array]", z = "[object Uint8Array]", Y = "[object Uint8ClampedArray]", R = "[object Uint16Array]", J = "[object Uint32Array]", d = {};
653
653
  d[g] = d[D] = d[x] = d[E] = d[M] = d[z] = d[Y] = d[R] = d[J] = !0, d[n] = d[a] = d[S] = d[i] = d[I] = d[s] = d[o] = d[u] = d[c] = d[l] = d[f] = d[v] = d[_] = d[y] = d[b] = !1;
654
654
  function k(X) {
655
655
  return t(X) && r(X.length) && !!d[e(X)];
@@ -693,7 +693,7 @@ var Sr, Hn;
693
693
  function za() {
694
694
  if (Hn) return Sr;
695
695
  Hn = 1;
696
- var e = ls(), r = ds(), t = mt(), n = $a(), a = ps(), i = _s(), s = Object.prototype, o = s.hasOwnProperty;
696
+ var e = ls(), r = ds(), t = mt(), n = Wa(), a = ps(), i = _s(), s = Object.prototype, o = s.hasOwnProperty;
697
697
  function u(c, l) {
698
698
  var f = t(c), v = !f && r(c), _ = !f && !v && n(c), y = !f && !v && !_ && i(c), b = f || v || _ || y, S = b ? e(c.length, String) : [], I = S.length;
699
699
  for (var g in c)
@@ -706,10 +706,10 @@ function za() {
706
706
  }
707
707
  return Sr = u, Sr;
708
708
  }
709
- var Ir, $n;
709
+ var Ir, Wn;
710
710
  function St() {
711
- if ($n) return Ir;
712
- $n = 1;
711
+ if (Wn) return Ir;
712
+ Wn = 1;
713
713
  var e = Object.prototype;
714
714
  function r(t) {
715
715
  var n = t && t.constructor, a = typeof n == "function" && n.prototype || e;
@@ -717,10 +717,10 @@ function St() {
717
717
  }
718
718
  return Ir = r, Ir;
719
719
  }
720
- var Tr, Wn;
720
+ var Tr, $n;
721
721
  function Ya() {
722
- if (Wn) return Tr;
723
- Wn = 1;
722
+ if ($n) return Tr;
723
+ $n = 1;
724
724
  function e(r, t) {
725
725
  return function(n) {
726
726
  return r(t(n));
@@ -754,7 +754,7 @@ var jr, Jn;
754
754
  function Ja() {
755
755
  if (Jn) return jr;
756
756
  Jn = 1;
757
- var e = Na(), r = Wa();
757
+ var e = Na(), r = $a();
758
758
  function t(n) {
759
759
  return n != null && r(n.length) && !e(n);
760
760
  }
@@ -958,22 +958,22 @@ function ws() {
958
958
  }
959
959
  return Hr = n, Hr;
960
960
  }
961
- var $r, pa;
961
+ var Wr, pa;
962
962
  function Os() {
963
- if (pa) return $r;
963
+ if (pa) return Wr;
964
964
  pa = 1;
965
965
  var e = ri(), r = ei(), t = Tt();
966
966
  function n(a) {
967
967
  return e(a, t, r);
968
968
  }
969
- return $r = n, $r;
969
+ return Wr = n, Wr;
970
970
  }
971
- var Wr, ga;
971
+ var $r, ga;
972
972
  function Ps() {
973
- if (ga) return Wr;
973
+ if (ga) return $r;
974
974
  ga = 1;
975
975
  var e = N(), r = w(), t = e(r, "DataView");
976
- return Wr = t, Wr;
976
+ return $r = t, $r;
977
977
  }
978
978
  var zr, _a;
979
979
  function Ds() {
@@ -1178,7 +1178,7 @@ function Hs() {
1178
1178
  return ct = a, ct;
1179
1179
  }
1180
1180
  var ft, xa;
1181
- function $s() {
1181
+ function Ws() {
1182
1182
  if (xa) return ft;
1183
1183
  xa = 1;
1184
1184
  var e = Rt(), r = ne(), t = "[object Set]";
@@ -1188,17 +1188,17 @@ function $s() {
1188
1188
  return ft = n, ft;
1189
1189
  }
1190
1190
  var lt, Ea;
1191
- function Ws() {
1191
+ function $s() {
1192
1192
  if (Ea) return lt;
1193
1193
  Ea = 1;
1194
- var e = $s(), r = qt(), t = At(), n = t && t.isSet, a = n ? r(n) : e;
1194
+ var e = Ws(), r = qt(), t = At(), n = t && t.isSet, a = n ? r(n) : e;
1195
1195
  return lt = a, lt;
1196
1196
  }
1197
1197
  var vt, Ma;
1198
1198
  function zs() {
1199
1199
  if (Ma) return vt;
1200
1200
  Ma = 1;
1201
- var e = us(), r = cs(), t = Ha(), n = ms(), a = Ss(), i = Is(), s = Ts(), o = Rs(), u = js(), c = ws(), l = Os(), f = Rt(), v = Ms(), _ = Gs(), y = Us(), b = mt(), S = $a(), I = Hs(), g = te(), D = Ws(), x = It(), E = Tt(), M = 1, z = 2, Y = 4, R = "[object Arguments]", J = "[object Array]", d = "[object Boolean]", k = "[object Date]", X = "[object Error]", Ot = "[object Function]", ui = "[object GeneratorFunction]", ci = "[object Map]", fi = "[object Number]", Pt = "[object Object]", li = "[object RegExp]", vi = "[object Set]", di = "[object String]", hi = "[object Symbol]", pi = "[object WeakMap]", gi = "[object ArrayBuffer]", _i = "[object DataView]", yi = "[object Float32Array]", bi = "[object Float64Array]", mi = "[object Int8Array]", qi = "[object Int16Array]", Ai = "[object Int32Array]", Si = "[object Uint8Array]", Ii = "[object Uint8ClampedArray]", Ti = "[object Uint16Array]", Ci = "[object Uint32Array]", p = {};
1201
+ var e = us(), r = cs(), t = Ha(), n = ms(), a = Ss(), i = Is(), s = Ts(), o = Rs(), u = js(), c = ws(), l = Os(), f = Rt(), v = Ms(), _ = Gs(), y = Us(), b = mt(), S = Wa(), I = Hs(), g = te(), D = $s(), x = It(), E = Tt(), M = 1, z = 2, Y = 4, R = "[object Arguments]", J = "[object Array]", d = "[object Boolean]", k = "[object Date]", X = "[object Error]", Ot = "[object Function]", ui = "[object GeneratorFunction]", ci = "[object Map]", fi = "[object Number]", Pt = "[object Object]", li = "[object RegExp]", vi = "[object Set]", di = "[object String]", hi = "[object Symbol]", pi = "[object WeakMap]", gi = "[object ArrayBuffer]", _i = "[object DataView]", yi = "[object Float32Array]", bi = "[object Float64Array]", mi = "[object Int8Array]", qi = "[object Int16Array]", Ai = "[object Int32Array]", Si = "[object Uint8Array]", Ii = "[object Uint8ClampedArray]", Ti = "[object Uint16Array]", Ci = "[object Uint32Array]", p = {};
1202
1202
  p[R] = p[J] = p[gi] = p[_i] = p[d] = p[k] = p[yi] = p[bi] = p[mi] = p[qi] = p[Ai] = p[ci] = p[fi] = p[Pt] = p[li] = p[vi] = p[di] = p[hi] = p[Si] = p[Ii] = p[Ti] = p[Ci] = !0, p[X] = p[Ot] = p[pi] = !1;
1203
1203
  function ae(h, U, V, Ri, ie, L) {
1204
1204
  var T, se = U & M, oe = U & z, ji = U & Y;
@@ -1373,7 +1373,7 @@ function to({ source: e, section: r, key: t, keyName: n }) {
1373
1373
  keyName: n,
1374
1374
  key: t
1375
1375
  });
1376
- return i === void 0 ? void 0 : new $(i).toString(q);
1376
+ return i === void 0 ? void 0 : new W(i).toString(q);
1377
1377
  }
1378
1378
  function O({ yamlDoc: e, keyName: r, key: t, callback: n }) {
1379
1379
  function a(s) {
@@ -1394,7 +1394,7 @@ function O({ yamlDoc: e, keyName: r, key: t, callback: n }) {
1394
1394
  }
1395
1395
  const i = a(e);
1396
1396
  if (i !== void 0)
1397
- return n ? new $(i) : new $(i);
1397
+ return n ? new W(i) : new W(i);
1398
1398
  }
1399
1399
  function qo({ source: e, path: r }) {
1400
1400
  const t = no({
@@ -1402,16 +1402,16 @@ function qo({ source: e, path: r }) {
1402
1402
  path: r
1403
1403
  });
1404
1404
  if (t)
1405
- return new $(t).toString(q);
1405
+ return new W(t).toString(q);
1406
1406
  }
1407
1407
  function no({ yamlDoc: e, path: r, callback: t }) {
1408
1408
  const n = re(r), a = e.getIn(n);
1409
1409
  if (a !== void 0) {
1410
1410
  if (t) {
1411
1411
  const i = t(a);
1412
- return e.setIn(n, i), new $(i);
1412
+ return e.setIn(n, i), new W(i);
1413
1413
  }
1414
- return new $(a);
1414
+ return new W(a);
1415
1415
  }
1416
1416
  }
1417
1417
  function Ao({ source: e, path: r, newContent: t }) {
@@ -1477,7 +1477,7 @@ function Io({
1477
1477
  if (!f || i && !f.get(o)) {
1478
1478
  const y = new fe();
1479
1479
  y.items.push(l);
1480
- const b = new W(new B(o), y);
1480
+ const b = new $(new B(o), y);
1481
1481
  if (!i)
1482
1482
  return u.contents?.items.push(b), u.toString(q);
1483
1483
  if (f && !f.get(o))
@@ -1523,7 +1523,7 @@ function To({
1523
1523
  if (!u) {
1524
1524
  const l = new fe();
1525
1525
  l.add(s);
1526
- const f = a.split(".").pop(), v = new W(new B(f), l);
1526
+ const f = a.split(".").pop(), v = new $(new B(f), l);
1527
1527
  if (f.length === a.length)
1528
1528
  return i.contents?.items.push(v), i.toString(q);
1529
1529
  {
@@ -1584,9 +1584,9 @@ function jo(e, r, t) {
1584
1584
  const n = F(e);
1585
1585
  n.contents = n.contents || new Ba();
1586
1586
  const a = n.getIn(["namespace"], !0);
1587
- a ? a.value = t : n.contents.items.unshift(new W(new B("namespace"), new B(t)));
1587
+ a ? a.value = t : n.contents.items.unshift(new $(new B("namespace"), new B(t)));
1588
1588
  const i = n.getIn(["id"], !0);
1589
- return i ? i.value = r : n.contents.items.unshift(new W(new B("id"), new B(r))), n.toString(q);
1589
+ return i ? i.value = r : n.contents.items.unshift(new $(new B("id"), new B(r))), n.toString(q);
1590
1590
  }
1591
1591
  function wo({ source: e, section: r, newContent: t, keyName: n }) {
1592
1592
  const { sectionNode: a } = P({ source: e, section: r }), i = ti(t);
@@ -1622,7 +1622,7 @@ function Oo(e, r) {
1622
1622
  t.contents.items.find((a) => a.key.value === n) ? t.contents.items.find(
1623
1623
  (a) => a.key.value === n
1624
1624
  ).value = r[n] : t.contents.items.push(
1625
- new W(new B(n), r[n])
1625
+ new $(new B(n), r[n])
1626
1626
  );
1627
1627
  return wt(t).toString(q);
1628
1628
  }
@@ -1711,7 +1711,7 @@ function Ko(e, r, t) {
1711
1711
  else {
1712
1712
  const u = new fe();
1713
1713
  u.items.push(a);
1714
- const c = new W(new B("errors"), u);
1714
+ const c = new $(new B("errors"), u);
1715
1715
  o.items.push(c);
1716
1716
  }
1717
1717
  return i = !0, o;
@@ -1926,14 +1926,14 @@ export {
1926
1926
  us as J,
1927
1927
  Rt as K,
1928
1928
  mt as L,
1929
- $a as M,
1929
+ Wa as M,
1930
1930
  _s as N,
1931
1931
  ne as O,
1932
1932
  te as P,
1933
1933
  de as Q,
1934
1934
  ds as R,
1935
1935
  ps as S,
1936
- Wa as T,
1936
+ $a as T,
1937
1937
  Va as U,
1938
1938
  zs as V,
1939
1939
  Ja as W,
@@ -1957,15 +1957,15 @@ export {
1957
1957
  Ha as ac,
1958
1958
  qt as ad,
1959
1959
  Ys as ae,
1960
- mo as af,
1961
- qo as ag,
1962
- Ao as ah,
1963
- re as ai,
1964
- To as aj,
1965
- Co as ak,
1966
- ii as al,
1967
- uo as am,
1968
- Vo as an,
1960
+ ii as af,
1961
+ uo as ag,
1962
+ Co as ah,
1963
+ qo as ai,
1964
+ mo as aj,
1965
+ Vo as ak,
1966
+ To as al,
1967
+ re as am,
1968
+ Ao as an,
1969
1969
  xo as b,
1970
1970
  Do as c,
1971
1971
  Lo as d,
@@ -1992,4 +1992,4 @@ export {
1992
1992
  Io as y,
1993
1993
  ao as z
1994
1994
  };
1995
- //# sourceMappingURL=FlowYamlUtils-C3eJz7Bx.js.map
1995
+ //# sourceMappingURL=FlowYamlUtils-DS9E9TyK.js.map