@devtron-labs/devtron-fe-common-lib 1.17.0-pre-6 → 1.17.0-pre-7

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.
@@ -0,0 +1,598 @@
1
+ import { j as n, at as y, av as k, au as M } from "./@vendor-DbxoIktR.js";
2
+ import W, { forwardRef as J, useMemo as P } from "react";
3
+ import V, { getDefaultRegistry as K } from "@rjsf/core";
4
+ import { T as N, j as w, c as v, b as F, S as q, i as Y, a as G, d as C, e as z } from "./@code-editor-CsKzSw6Y.js";
5
+ import { getUiOptions as I, getTemplate as D, getSubmitButtonOptions as Q, ADDITIONAL_PROPERTY_FLAG as B, errorId as X, englishStringTranslator as Z, TranslatableString as ee, titleId as te, canExpand as ne, deepEquals as re } from "@rjsf/utils";
6
+ import { ReactComponent as se } from "./assets/ic-add.cfaa779b.svg";
7
+ import { ReactComponent as ae } from "./assets/ic-warning.ecf7ff97.svg";
8
+ import { ReactComponent as oe } from "./assets/ic-cross.01e03666.svg";
9
+ import './assets/@common-rjsf.css';const S = {
10
+ SELECT: "Please select an option",
11
+ INPUT: "Please enter an input",
12
+ OBJECT_KEY: "Please enter a value for the key"
13
+ }, le = "Key not available", Ue = {
14
+ "ui:submitButtonOptions": {
15
+ norender: !0
16
+ }
17
+ }, $ = "rjsf-form-select-portal-target", ie = ({
18
+ children: e,
19
+ disabled: t,
20
+ hasToolbar: s,
21
+ hasRemove: r,
22
+ index: a,
23
+ onDropIndexClick: i,
24
+ readonly: l,
25
+ registry: o,
26
+ uiSchema: c
27
+ }) => {
28
+ const { RemoveButton: d } = o.templates.ButtonTemplates;
29
+ return /* @__PURE__ */ n.jsxs("div", { className: "dc__position-rel display-grid rjsf-form-template__array-field-item flex-align-center", children: [
30
+ e,
31
+ /* @__PURE__ */ n.jsx("div", { className: "dc__position-abs remove-btn__container", style: { right: "-28px", top: "9px" }, children: s && r && /* @__PURE__ */ n.jsx(
32
+ d,
33
+ {
34
+ disabled: t || l,
35
+ onClick: i(a),
36
+ uiSchema: c,
37
+ registry: o
38
+ }
39
+ ) })
40
+ ] });
41
+ }, T = ({
42
+ showLabel: e,
43
+ label: t,
44
+ required: s,
45
+ children: r,
46
+ id: a,
47
+ rawDescription: i,
48
+ shouldAlignCenter: l = !0
49
+ }) => /* @__PURE__ */ n.jsxs(
50
+ "div",
51
+ {
52
+ className: e ? `display-grid dc__gap-12 rjsf-form-template__field ${l ? "" : "rjsf-form-template__field--align-top"}` : "",
53
+ children: [
54
+ e && /* @__PURE__ */ n.jsxs("label", { className: "cn-7 fs-13 lh-20 fw-4 flexbox mb-0", htmlFor: a, children: [
55
+ /* @__PURE__ */ n.jsx(N, { alwaysShowTippyOnHover: !!i, content: i, children: /* @__PURE__ */ n.jsx("span", { className: `dc__ellipsis-right ${i ? "dc__underline-dotted" : ""}`, children: t || le }) }),
56
+ s && /* @__PURE__ */ n.jsx("span", { className: "cr-5", children: " *" })
57
+ ] }),
58
+ r
59
+ ]
60
+ }
61
+ ), E = ({ label: e, canAdd: t, onAddClick: s, disabled: r, readonly: a, uiSchema: i, registry: l }) => {
62
+ const {
63
+ ButtonTemplates: { AddButton: o }
64
+ } = l.templates;
65
+ return t && /* @__PURE__ */ n.jsx(
66
+ o,
67
+ {
68
+ label: e,
69
+ onClick: s,
70
+ disabled: r || a,
71
+ uiSchema: i,
72
+ registry: l
73
+ }
74
+ );
75
+ }, ce = ({
76
+ canAdd: e,
77
+ className: t,
78
+ disabled: s,
79
+ idSchema: r,
80
+ uiSchema: a,
81
+ items: i,
82
+ onAddClick: l,
83
+ readonly: o,
84
+ registry: c,
85
+ required: d,
86
+ title: x
87
+ }) => {
88
+ const u = I(a), f = D("ArrayFieldItemTemplate", c, u), m = u.title || x;
89
+ return /* @__PURE__ */ n.jsx("fieldset", { className: t, id: r.$id, children: i.length ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
90
+ i.map(({ key: j, ...h }, _) => {
91
+ const p = {
92
+ ...h.children,
93
+ props: {
94
+ ...h.children.props
95
+ }
96
+ };
97
+ return /* @__PURE__ */ n.jsx(f, { ...h, children: p }, j);
98
+ }),
99
+ /* @__PURE__ */ n.jsx(
100
+ E,
101
+ {
102
+ label: m,
103
+ canAdd: e,
104
+ onAddClick: l,
105
+ disabled: s,
106
+ readonly: o,
107
+ uiSchema: a,
108
+ registry: c
109
+ }
110
+ )
111
+ ] }) : /* @__PURE__ */ n.jsx(T, { label: m, required: d, showLabel: !0, id: r.$id, children: /* @__PURE__ */ n.jsx(
112
+ E,
113
+ {
114
+ label: m,
115
+ canAdd: e,
116
+ onAddClick: l,
117
+ disabled: s,
118
+ readonly: o,
119
+ uiSchema: a,
120
+ registry: c
121
+ }
122
+ ) }) });
123
+ }, {
124
+ templates: { BaseInputTemplate: de }
125
+ } = K(), ue = ({ placeholder: e, ...t }) => {
126
+ const { schema: s } = t;
127
+ return /* @__PURE__ */ n.jsx(
128
+ de,
129
+ {
130
+ placeholder: s.placeholder || e || S.INPUT,
131
+ ...t,
132
+ className: "form__input cn-9 fs-13 lh-20 fw-4"
133
+ }
134
+ );
135
+ }, L = ({
136
+ label: e,
137
+ icon: t,
138
+ iconType: s,
139
+ registry: r,
140
+ uiSchema: a,
141
+ ...i
142
+ }) => {
143
+ const l = `Add ${e}`;
144
+ return /* @__PURE__ */ n.jsx("div", { className: "flexbox flex-justify-start", children: /* @__PURE__ */ n.jsxs(
145
+ "button",
146
+ {
147
+ ...i,
148
+ type: "button",
149
+ className: "dc__outline-none-imp p-0 dc__transparent flex dc__gap-4 cursor dc__mxw-250",
150
+ title: "Add",
151
+ children: [
152
+ /* @__PURE__ */ n.jsx(se, { className: "icon-dim-16 fcb-5" }),
153
+ /* @__PURE__ */ n.jsx(N, { placement: "right", content: l, children: /* @__PURE__ */ n.jsx("span", { className: "cb-5 fs-13 lh-34 dc__truncate", children: l }) })
154
+ ]
155
+ }
156
+ ) });
157
+ }, me = ({ icon: e, iconType: t, registry: s, uiSchema: r, ...a }) => /* @__PURE__ */ n.jsx("button", { ...a, type: "button", className: "dc__outline-none-imp p-0 dc__transparent flex cursor", title: "Remove", children: /* @__PURE__ */ n.jsx(oe, { className: "icon-dim-16 fcn-6" }) }), pe = ({ uiSchema: e }) => {
158
+ const { submitText: t, norender: s, props: r = {} } = Q(e);
159
+ return s ? null : /* @__PURE__ */ n.jsx("div", { className: "flexbox flex-justify-end", children: /* @__PURE__ */ n.jsx("button", { type: "submit", ...r, className: `cta ${r.className || ""}`, children: t }) });
160
+ }, O = ({
161
+ id: e,
162
+ title: t,
163
+ required: s,
164
+ description: r
165
+ }) => /* @__PURE__ */ n.jsxs("legend", { className: "fs-13 fw-6 cn-9 lh-20 dc__no-border pb-9 mb-0", id: e, children: [
166
+ /* @__PURE__ */ n.jsx(N, { alwaysShowTippyOnHover: !!r, content: r, children: /* @__PURE__ */ n.jsx("span", { className: `${r ? "dc__underline-dotted" : ""}`, children: t }) }),
167
+ s && /* @__PURE__ */ n.jsx("span", { className: "cr-5", children: " *" })
168
+ ] }), fe = (e) => {
169
+ const {
170
+ id: t,
171
+ label: s,
172
+ children: r,
173
+ errors: a,
174
+ hidden: i,
175
+ required: l,
176
+ displayLabel: o,
177
+ registry: c,
178
+ uiSchema: d,
179
+ classNames: x,
180
+ schema: u,
181
+ rawDescription: f
182
+ } = e, m = I(d), j = D(
183
+ "WrapIfAdditionalTemplate",
184
+ c,
185
+ m
186
+ ), h = B in u, _ = (o || u.type === "boolean") && !h, p = u.type === "array";
187
+ return i ? /* @__PURE__ */ n.jsx("div", { className: "hidden", children: r }) : (
188
+ // NOTE: need to override the margins of default rjsf css
189
+ /* @__PURE__ */ n.jsxs("div", { className: `${x} mb-0`, children: [
190
+ p && /* @__PURE__ */ n.jsx(
191
+ O,
192
+ {
193
+ id: t,
194
+ title: s,
195
+ required: l,
196
+ registry: c,
197
+ uiSchema: d,
198
+ schema: u,
199
+ description: f
200
+ }
201
+ ),
202
+ /* @__PURE__ */ n.jsx(
203
+ T,
204
+ {
205
+ label: s,
206
+ showLabel: _,
207
+ id: t,
208
+ required: l,
209
+ rawDescription: f,
210
+ children: /* @__PURE__ */ n.jsx(j, { ...e, children: r })
211
+ }
212
+ ),
213
+ a
214
+ ] })
215
+ );
216
+ }, he = ({ errors: e = [], idSchema: t }) => {
217
+ const s = X(t);
218
+ return e.length > 0 && /* @__PURE__ */ n.jsx("span", { className: "display-grid rjsf-form-template__field--error dc__gap-12", id: s, children: e.filter((r) => !!r).map((r, a) => /* @__PURE__ */ n.jsxs(W.Fragment, { children: [
219
+ /* @__PURE__ */ n.jsx("span", {}),
220
+ /* @__PURE__ */ n.jsxs("span", { className: "form__error", children: [
221
+ /* @__PURE__ */ n.jsx(ae, { className: "form__icon form__icon--error" }),
222
+ r
223
+ ] })
224
+ ] }, a)) });
225
+ }, _e = (e, t) => {
226
+ switch (e) {
227
+ case ee.NewStringDefault:
228
+ return "";
229
+ default:
230
+ return Z(e, t);
231
+ }
232
+ }, He = (e) => {
233
+ try {
234
+ const t = new URL(e).origin === window.location.origin;
235
+ return {
236
+ href: e,
237
+ target: t ? "_self" : "_blank",
238
+ rel: t ? void 0 : "external noreferrer",
239
+ url: e
240
+ };
241
+ } catch {
242
+ return {
243
+ href: e,
244
+ target: "_blank",
245
+ url: `${e} (Invalid URL)`
246
+ };
247
+ }
248
+ }, ke = (e) => {
249
+ const t = typeof e;
250
+ switch (t) {
251
+ case "boolean":
252
+ case "string":
253
+ case "number":
254
+ return t;
255
+ case "object":
256
+ return Array.isArray(e) ? "array" : e === null ? "null" : t;
257
+ default:
258
+ return "null";
259
+ }
260
+ }, b = (e) => {
261
+ if (!e)
262
+ return "";
263
+ const t = e.trim(), r = (/^\/.+$/g.test(t) ? t : `/${t}`).replaceAll(/\./g, "/");
264
+ return /(\/(([^/~])|(~[01]))*)/g.test(r) ? r : "";
265
+ }, R = {
266
+ value: !1,
267
+ path: ""
268
+ }, xe = (e) => {
269
+ if (!e)
270
+ return null;
271
+ const t = structuredClone(e);
272
+ return typeof t == "string" ? {
273
+ value: !0,
274
+ path: b(t)
275
+ } : typeof t != "object" ? structuredClone(R) : Object.hasOwn(t, "condition") && "condition" in t && Object.hasOwn(t, "value") && "value" in t ? {
276
+ value: t.condition,
277
+ path: b(t.value)
278
+ } : Object.hasOwn(t, "value") && "value" in t && Object.hasOwn(t, "path") && "path" in t ? {
279
+ value: t.value,
280
+ path: b(t.path)
281
+ } : structuredClone(R);
282
+ }, U = (e, t, s) => {
283
+ e && (e.type === "object" && e.properties && typeof e.properties == "object" && Object.entries(e.properties).forEach(([r, a]) => {
284
+ U(a, `${t}/${r}`, s);
285
+ }), (e.type === "boolean" || e.type === "string" || e.type === "number" || e.type === "integer") && (s[t] = b(e.updatePath ?? t)));
286
+ }, je = (e) => {
287
+ const t = {};
288
+ return U(e, "", t), t;
289
+ }, H = (e, t, s) => {
290
+ if (t >= s.length)
291
+ return e;
292
+ const r = s[t];
293
+ if (t === s.length - 1) {
294
+ const a = structuredClone(e);
295
+ return delete a[r], a;
296
+ }
297
+ if (e[r] && (e[r] = H(e[r], t + 1, s)), Object.keys(e[r] ?? {}).length === 0) {
298
+ const a = structuredClone(e);
299
+ return delete a[r], a;
300
+ }
301
+ return e;
302
+ }, ge = (e, t) => {
303
+ if (!e || typeof e != "object" || Array.isArray(e))
304
+ throw new Error("Invalid object");
305
+ if (!t || !t.startsWith("/"))
306
+ throw new Error("Invalid path");
307
+ const s = t.split("/").slice(1);
308
+ return H(e, 0, s);
309
+ }, A = ({
310
+ formState: e,
311
+ formData: t,
312
+ schemaPathToUpdatePathMap: s
313
+ }) => {
314
+ let r = structuredClone(e);
315
+ return r && (Object.entries(s).forEach(([a, i]) => {
316
+ if (a === i || !i)
317
+ return;
318
+ const l = y({
319
+ json: t,
320
+ path: v(a),
321
+ resultType: "value",
322
+ wrap: !1
323
+ });
324
+ l === void 0 ? r = ge(r, a) : r = w([F(a, l), r]);
325
+ const o = y({
326
+ json: e,
327
+ path: v(a),
328
+ resultType: "value",
329
+ wrap: !1
330
+ });
331
+ o !== void 0 && (r = w([F(i, o), r]));
332
+ }), t && r ? k(t, M(t, r), !1, !1).newDocument : r);
333
+ }, be = ({ formData: e, schemaPathToUpdatePathMap: t }) => w([
334
+ ...Object.entries(t).map(([s, r]) => {
335
+ if (s === r || !r)
336
+ return {};
337
+ const a = y({
338
+ json: e,
339
+ path: v(r),
340
+ resultType: "value",
341
+ wrap: !1
342
+ });
343
+ return a === void 0 ? {} : F(s, a);
344
+ }),
345
+ structuredClone(e)
346
+ ]), ye = ({
347
+ disabled: e,
348
+ formData: t,
349
+ idSchema: s,
350
+ onAddClick: r,
351
+ properties: a,
352
+ readonly: i,
353
+ registry: l,
354
+ required: o,
355
+ schema: c,
356
+ title: d,
357
+ uiSchema: x,
358
+ formContext: u
359
+ }) => {
360
+ const f = !!c.additionalProperties, m = ne(c, x, t) && /* @__PURE__ */ n.jsx(
361
+ L,
362
+ {
363
+ label: d,
364
+ className: "object-property-expand",
365
+ onClick: r(c),
366
+ disabled: e || i,
367
+ uiSchema: x,
368
+ registry: l
369
+ }
370
+ ), j = a.filter((h) => {
371
+ const _ = c.properties?.[h.name]?.hidden;
372
+ if (!_)
373
+ return !0;
374
+ try {
375
+ const p = xe(_);
376
+ if (!p.path)
377
+ throw new Error("Empty path property of hidden descriptor field");
378
+ const g = y({
379
+ path: v(p.path),
380
+ json: u,
381
+ resultType: "value",
382
+ wrap: !1
383
+ });
384
+ return !(g === void 0 || re(p.value, g));
385
+ } catch {
386
+ return !0;
387
+ }
388
+ }).map((h) => h.content);
389
+ return f ? a.length ? /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
390
+ /* @__PURE__ */ n.jsx(
391
+ T,
392
+ {
393
+ label: d,
394
+ required: o,
395
+ showLabel: !0,
396
+ id: s.$id,
397
+ shouldAlignCenter: !1,
398
+ children: /* @__PURE__ */ n.jsx("div", { children: j })
399
+ }
400
+ ),
401
+ m
402
+ ] }) : /* @__PURE__ */ n.jsx(T, { label: d, required: o, showLabel: !0, id: s.$id, children: m }) : /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
403
+ j,
404
+ m
405
+ ] });
406
+ }, ve = (e) => {
407
+ const { idSchema: t, registry: s, required: r, schema: a, title: i, uiSchema: l, description: o } = e, c = !!a.additionalProperties, d = i && !c;
408
+ return /* @__PURE__ */ n.jsxs("fieldset", { id: t.$id, children: [
409
+ d && /* @__PURE__ */ n.jsx(
410
+ O,
411
+ {
412
+ id: te(t),
413
+ title: i,
414
+ required: r,
415
+ schema: a,
416
+ uiSchema: l,
417
+ registry: s,
418
+ description: o
419
+ }
420
+ ),
421
+ /* @__PURE__ */ n.jsx(
422
+ "div",
423
+ {
424
+ className: `${a.properties && !c && t.$id !== "root" ? "dc__border-left pl-12" : ""} ${t.$id === "root" ? "dc__separated-flexbox dc__separated-flexbox--vertical" : "flexbox-col dc__gap-8"}`,
425
+ children: /* @__PURE__ */ n.jsx(ye, { ...e })
426
+ }
427
+ )
428
+ ] });
429
+ }, Te = ({
430
+ id: e,
431
+ disabled: t,
432
+ label: s,
433
+ onKeyChange: r,
434
+ onDropPropertyClick: a,
435
+ readonly: i,
436
+ schema: l,
437
+ children: o,
438
+ uiSchema: c,
439
+ registry: d
440
+ }) => {
441
+ const { templates: x } = d, { RemoveButton: u } = x.ButtonTemplates, f = B in l;
442
+ return /* @__PURE__ */ n.jsx(n.Fragment, { children: f ? /* @__PURE__ */ n.jsxs("div", { className: "dc__position-rel rjsf-form-template__additional-fields display-grid dc__gap-8 flex-align-center", children: [
443
+ /* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsx(
444
+ "input",
445
+ {
446
+ type: "text",
447
+ className: "form__input cn-9 fs-13 lh-20 fw-4",
448
+ id: `${e}-key`,
449
+ onBlur: (m) => r(m.target.value),
450
+ placeholder: S.OBJECT_KEY,
451
+ defaultValue: s
452
+ }
453
+ ) }),
454
+ /* @__PURE__ */ n.jsx("div", { children: o }),
455
+ /* @__PURE__ */ n.jsx("div", { className: "dc__position-abs remove-btn__container", style: { right: "-28px", top: "9px" }, children: /* @__PURE__ */ n.jsx(
456
+ u,
457
+ {
458
+ disabled: t || i,
459
+ onClick: a(s),
460
+ uiSchema: c,
461
+ registry: d
462
+ }
463
+ ) })
464
+ ] }) : o });
465
+ }, we = ({
466
+ id: e,
467
+ onChange: t,
468
+ value: s,
469
+ disabled: r,
470
+ readonly: a,
471
+ autofocus: i
472
+ }) => {
473
+ const l = Y(s) ? !1 : s, o = () => {
474
+ t(!l);
475
+ };
476
+ return /* @__PURE__ */ n.jsxs("div", { className: "flexbox dc__align-items-center dc__gap-8", children: [
477
+ /* @__PURE__ */ n.jsx(
478
+ q,
479
+ {
480
+ name: e,
481
+ ariaLabel: e,
482
+ onChange: o,
483
+ isChecked: l,
484
+ autoFocus: i,
485
+ isDisabled: r || a
486
+ }
487
+ ),
488
+ /* @__PURE__ */ n.jsx("span", { className: "dc__capitalize", children: l.toString() })
489
+ ] });
490
+ }, Fe = (e) => {
491
+ const {
492
+ id: t,
493
+ multiple: s = !1,
494
+ options: r,
495
+ value: a,
496
+ disabled: i,
497
+ readonly: l,
498
+ autofocus: o = !1,
499
+ onChange: c,
500
+ onBlur: d,
501
+ onFocus: x,
502
+ placeholder: u
503
+ } = e, { enumOptions: f = [] } = r, m = s ? [] : null, j = (_) => {
504
+ c(s ? _.map((p) => p.value) : _.value);
505
+ }, h = (_) => s ? f.filter((p) => _.some((g) => C(g, p.value))) : f.find((p) => C(_, p.value));
506
+ return /* @__PURE__ */ n.jsx(
507
+ G,
508
+ {
509
+ inputId: `devtron-rjsf-select__${t}`,
510
+ name: t,
511
+ isMulti: s,
512
+ value: typeof a > "u" ? m : h(a),
513
+ autoFocus: o,
514
+ onChange: j,
515
+ options: f,
516
+ onBlur: () => d(t, a),
517
+ onFocus: () => x(t, a),
518
+ placeholder: u || S.SELECT,
519
+ isDisabled: i || l,
520
+ menuPortalTarget: document.getElementById($),
521
+ menuPosition: "fixed"
522
+ }
523
+ );
524
+ }, Ne = {
525
+ CheckboxWidget: we,
526
+ SelectWidget: Fe
527
+ }, Se = {
528
+ ArrayFieldItemTemplate: ie,
529
+ ArrayFieldTemplate: ce,
530
+ BaseInputTemplate: ue,
531
+ ButtonTemplates: { AddButton: L, RemoveButton: me, SubmitButton: pe },
532
+ FieldTemplate: fe,
533
+ FieldErrorTemplate: he,
534
+ ObjectFieldTemplate: ve,
535
+ TitleFieldTemplate: O,
536
+ WrapIfAdditionalTemplate: Te
537
+ }, Oe = V, Pe = z, Me = J((e, t) => {
538
+ const { schemaPathToUpdatePathMap: s, isUpdatePathKeywordPresent: r } = P(() => {
539
+ const o = je(e.schema);
540
+ return {
541
+ schemaPathToUpdatePathMap: o,
542
+ isUpdatePathKeywordPresent: Object.entries(o).some(([c, d]) => c !== d)
543
+ };
544
+ }, [e.schema]), a = P(() => r ? be({ formData: e.formData ?? {}, schemaPathToUpdatePathMap: s }) : e.formData, [e.formData, s, r]), i = (o) => {
545
+ if (!e.onChange)
546
+ return;
547
+ const c = A({
548
+ formState: o.formData,
549
+ formData: e.formData,
550
+ schemaPathToUpdatePathMap: s
551
+ });
552
+ e.onChange({ ...o, formData: c });
553
+ }, l = (o, c) => {
554
+ if (!e.onSubmit)
555
+ return;
556
+ const d = A({
557
+ formState: o.formData,
558
+ formData: e.formData,
559
+ schemaPathToUpdatePathMap: s
560
+ });
561
+ e.onSubmit?.({ ...o, formData: d }, c);
562
+ };
563
+ return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
564
+ /* @__PURE__ */ n.jsx(
565
+ Oe,
566
+ {
567
+ noHtml5Validate: !0,
568
+ showErrorList: !1,
569
+ autoComplete: "off",
570
+ ...e,
571
+ formData: a,
572
+ ...r ? {
573
+ onChange: i,
574
+ onSubmit: l
575
+ } : {},
576
+ className: `rjsf-form-template__container ${e.className || ""}`,
577
+ validator: Pe,
578
+ templates: {
579
+ ...Se,
580
+ ...e.templates
581
+ },
582
+ formContext: a,
583
+ widgets: { ...Ne, ...e.widgets },
584
+ translateString: _e,
585
+ ref: t
586
+ }
587
+ ),
588
+ /* @__PURE__ */ n.jsx("div", { id: $ })
589
+ ] });
590
+ });
591
+ export {
592
+ Ue as H,
593
+ Me as R,
594
+ He as a,
595
+ je as b,
596
+ b as c,
597
+ ke as g
598
+ };
@@ -9,3 +9,4 @@ export declare const HIDE_SUBMIT_BUTTON_UI_SCHEMA: {
9
9
  norender: boolean;
10
10
  };
11
11
  };
12
+ export declare const RJSF_FORM_SELECT_PORTAL_TARGET_ID = "rjsf-form-select-portal-target";
@@ -13,7 +13,7 @@ export declare const getRedirectionProps: (url: string) => React.AnchorHTMLAttri
13
13
  /**
14
14
  * Infers the type for json schema from value type
15
15
  */
16
- export declare const getInferredTypeFromValueType: (value: any) => "string" | "number" | "boolean" | "object" | "array" | "null";
16
+ export declare const getInferredTypeFromValueType: (value: any) => "string" | "number" | "boolean" | "object" | "null" | "array";
17
17
  export declare const conformPathToPointers: (path: string) => string;
18
18
  export declare const parseSchemaHiddenType: (hiddenSchema: HiddenType) => MetaHiddenType;
19
19
  export declare const getSchemaPathToUpdatePathMap: (schema: RJSFFormSchema) => Record<string, string>;
@@ -101,7 +101,7 @@ export declare enum SelectPickerVariantType {
101
101
  BORDER_LESS = "border-less",
102
102
  COMPACT = "compact"
103
103
  }
104
- export type SelectPickerProps<OptionValue = number | string, IsMulti extends boolean = false> = Pick<SelectProps<OptionValue, IsMulti>, 'name' | 'classNamePrefix' | 'options' | 'value' | 'onChange' | 'isSearchable' | 'isClearable' | 'hideSelectedOptions' | 'controlShouldRenderValue' | 'closeMenuOnSelect' | 'isDisabled' | 'isLoading' | 'required' | 'isOptionDisabled' | 'placeholder' | 'menuPosition' | 'getOptionLabel' | 'getOptionValue' | 'isOptionSelected' | 'menuIsOpen' | 'onMenuOpen' | 'onMenuClose' | 'autoFocus' | 'onBlur' | 'onKeyDown' | 'formatOptionLabel' | 'onInputChange' | 'inputValue' | 'filterOption' | 'noOptionsMessage' | 'defaultMenuIsOpen'> & Partial<Pick<SelectProps<OptionValue, IsMulti>, 'shouldRenderCustomOptions' | 'renderCustomOptions' | 'icon' | 'showSelectedOptionIcon' | 'renderOptionsFooter' | 'shouldRenderTextArea'>> & Required<Pick<SelectProps<OptionValue, IsMulti>, 'inputId'>> & Partial<Pick<CreatableProps<SelectPickerOptionType<OptionValue>, IsMulti, GroupBase<SelectPickerOptionType<OptionValue>>>, 'onCreateOption' | 'formatCreateLabel' | 'menuPortalTarget'>> & Omit<FormFieldWrapperProps, 'children'> & {
104
+ export type SelectPickerProps<OptionValue = number | string, IsMulti extends boolean = false> = Pick<SelectProps<OptionValue, IsMulti>, 'name' | 'classNamePrefix' | 'options' | 'value' | 'onChange' | 'isSearchable' | 'isClearable' | 'hideSelectedOptions' | 'controlShouldRenderValue' | 'closeMenuOnSelect' | 'isDisabled' | 'isLoading' | 'required' | 'isOptionDisabled' | 'placeholder' | 'menuPosition' | 'getOptionLabel' | 'getOptionValue' | 'isOptionSelected' | 'menuIsOpen' | 'onMenuOpen' | 'onMenuClose' | 'autoFocus' | 'onBlur' | 'onKeyDown' | 'formatOptionLabel' | 'onInputChange' | 'inputValue' | 'filterOption' | 'noOptionsMessage' | 'defaultMenuIsOpen' | 'onFocus'> & Partial<Pick<SelectProps<OptionValue, IsMulti>, 'shouldRenderCustomOptions' | 'renderCustomOptions' | 'icon' | 'showSelectedOptionIcon' | 'renderOptionsFooter' | 'shouldRenderTextArea'>> & Required<Pick<SelectProps<OptionValue, IsMulti>, 'inputId'>> & Partial<Pick<CreatableProps<SelectPickerOptionType<OptionValue>, IsMulti, GroupBase<SelectPickerOptionType<OptionValue>>>, 'onCreateOption' | 'formatCreateLabel' | 'menuPortalTarget'>> & Omit<FormFieldWrapperProps, 'children'> & {
105
105
  /**
106
106
  * Config for the footer at the bottom of menu list. It is sticky by default
107
107
  *
@@ -1 +1 @@
1
- .rjsf-form-template__container>div:first-child{padding:20px;margin-right:28px}.rjsf-form-template__field,.rjsf-form-template__field--error{grid-template-columns:250px 1fr}.rjsf-form-template__field input.form__input,.rjsf-form-template__field--error input.form__input{padding:6px 8px}.rjsf-form-template__field input.form__input[readonly],.rjsf-form-template__field--error input.form__input[readonly]{opacity:.5}.rjsf-form-template__additional-fields{grid-template-columns:1fr 1fr}.rjsf-form-template__array-field-item{grid-template-columns:1fr auto}.rjsf-form-template__array-field-item>:first-child{margin:0}.rjsf-form-template__array-field-item legend{display:none}.rjsf-form-template__array-field-item:has(+div){margin-bottom:8px}.rjsf-form-template__additional-fields,.rjsf-form-template__array-field-item{z-index:0;background:transparent}.rjsf-form-template__additional-fields:has(>.remove-btn__container:hover):after,.rjsf-form-template__array-field-item:has(>.remove-btn__container:hover):after{background:var(--R50)}.rjsf-form-template__additional-fields:has(>.remove-btn__container):after,.rjsf-form-template__array-field-item:has(>.remove-btn__container):after{border-radius:4px;transform:translate(-50%,-50%);top:50%;left:50%;background:transparent;z-index:-1;position:absolute;height:calc(100% + 8px);width:calc(100% + 8px);content:"";transition:all .1s ease-out}.rjsf-form-template__additional-fields>.remove-btn__container:hover,.rjsf-form-template__array-field-item>.remove-btn__container:hover{fill:var(--R500)}.rjsf-form-template__additional-fields>.remove-btn__container:hover path,.rjsf-form-template__array-field-item>.remove-btn__container:hover path{fill:var(--R500)}.rjsf-form-template__additional-fields>.remove-btn__container,.rjsf-form-template__array-field-item>.remove-btn__container{transition:all .1s ease-out}
1
+ .rjsf-form-template__container>div:first-child{padding:20px;margin-right:28px}.rjsf-form-template__field,.rjsf-form-template__field--error{grid-template-columns:250px 1fr}.rjsf-form-template__field input.form__input,.rjsf-form-template__field--error input.form__input{padding:6px 8px}.rjsf-form-template__field input.form__input[readonly],.rjsf-form-template__field--error input.form__input[readonly]{opacity:.5}.rjsf-form-template__field{align-items:center}.rjsf-form-template__field:has([class^=devtron-rjsf-select__]),.rjsf-form-template__field.rjsf-form-template__field--align-top{align-items:flex-start}.rjsf-form-template__field:has([class^=devtron-rjsf-select__]) label{line-height:32px}.rjsf-form-template__additional-fields{grid-template-columns:1fr 1fr}.rjsf-form-template__array-field-item{grid-template-columns:1fr auto}.rjsf-form-template__array-field-item>:first-child{margin:0}.rjsf-form-template__array-field-item legend{display:none}.rjsf-form-template__array-field-item:has(+div){margin-bottom:8px}.rjsf-form-template__additional-fields,.rjsf-form-template__array-field-item{z-index:0;background:transparent}.rjsf-form-template__additional-fields:has(>.remove-btn__container:hover):after,.rjsf-form-template__array-field-item:has(>.remove-btn__container:hover):after{background:var(--R50)}.rjsf-form-template__additional-fields:has(>.remove-btn__container):after,.rjsf-form-template__array-field-item:has(>.remove-btn__container):after{border-radius:4px;transform:translate(-50%,-50%);top:50%;left:50%;background:transparent;z-index:-1;position:absolute;height:calc(100% + 8px);width:calc(100% + 8px);content:"";transition:all .1s ease-out}.rjsf-form-template__additional-fields>.remove-btn__container:hover,.rjsf-form-template__array-field-item>.remove-btn__container:hover{fill:var(--R500)}.rjsf-form-template__additional-fields>.remove-btn__container:hover path,.rjsf-form-template__array-field-item>.remove-btn__container:hover path{fill:var(--R500)}.rjsf-form-template__additional-fields>.remove-btn__container,.rjsf-form-template__array-field-item>.remove-btn__container{transition:all .1s ease-out}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { n1 as s, aI as t, eh as i, eU as o, kK as r, kz as n, ft as l, aT as T, kh as E, aC as _, l6 as S, j5 as g, kv as d, kb as p, fn as A, fo as I, fp as c, dg as u, iB as C, fq as m, A as O, de as D, df as R, mV as P, fr as N, fs as y, fk as L, mi as f, kx as M, j6 as U, j8 as h, jN as F, fu as b, fv as B, fw as v, m6 as G, mK as k, cJ as V, d1 as Y, d2 as j, ir as H, fx as K, fT as W, kP as w, e4 as x, ec as X, e7 as z, ef as q, e1 as Z, ed as Q, eg as J, e6 as $, e5 as aa, eq as ea, eb as sa, e3 as ta, fE as ia, fI as oa, fy as ra, fz as na, h3 as la, k4 as Ta, B as Ea, f as _a, g as Sa, eF as ga, dU as da, eu as pa, dY as Aa, dZ as Ia, dW as ca, ew as ua, ev as Ca, eB as ma, dV as Oa, eE as Da, dX as Ra, ex as Pa, ez as Na, ey as ya, d$ as La, az as fa, eA as Ma, fA as Ua, fB as ha, fK as Fa, fF as ba, fD as Ba, fM as va, fQ as Ga, fP as ka, fO as Va, fR as Ya, fS as ja, jo as Ha, fU as Ka, d8 as Wa, d7 as wa, d6 as xa, mQ as Xa, c_ as za, kG as qa, cY as Za, Q as Qa, mP as Ja, n4 as $a, fJ as ae, mp as ee, ml as se, en as te, eo as ie, mq as oe, mr as re, kB as ne, kD as le, kC as Te, m$ as Ee, kI as _e, dl as Se, gO as ge, gL as de, kW as pe, eW as Ae, ea as Ie, l9 as ce, h2 as ue, C as Ce, H as me, g0 as Oe, cC as De, h as Re, fc as Pe, fe as Ne, gZ as ye, g_ as Le, g$ as fe, h0 as Me, j4 as Ue, du as he, kA as Fe, X as be, L as Be, br as ve, h1 as Ge, dw as ke, gK as Ve, mm as Ye, dz as je, m_ as He, h4 as Ke, h5 as We, h8 as we, cL as xe, x as Xe, ha as ze, hb as qe, cG as Ze, hj as Qe, hi as Je, aZ as $e, kg as as, kU as es, aG as ss, aY as ts, am as is, kJ as os, iU as rs, iS as ns, iT as ls, e2 as Ts, kT as Es, ki as _s, at as Ss, hn as gs, ei as ds, ej as ps, eX as As, hy as Is, kr as cs, hM as us, l5 as Cs, kt as ms, hF as Os, aJ as Ds, jX as Rs, kQ as Ps, eQ as Ns, ao as ys, aj as Ls, al as fs, hQ as Ms, ai as Us, ak as hs, eV as Fs, dn as bs, S as Bs, hd as vs, D as Gs, mM as ks, bc as Vs, kZ as Ys, h6 as js, mX as Hs, da as Ks, ht as Ws, hs as ws, hz as xs, fW as Xs, g2 as zs, g1 as qs, c$ as Zs, nc as Qs, bb as Js, kk as $s, jO as at, fX as et, kl as st, cN as tt, hP as it, k as ot, iC as rt, bf as nt, bg as lt, bh as Tt, hR as Et, mk as _t, mj as St, bi as gt, bk as dt, bj as pt, bl as At, c5 as It, dv as ct, hT as ut, hU as Ct, kq as mt, k$ as Ot, aw as Dt, au as Rt, kV as Pt, aS as Nt, ke as yt, ks as Lt, hW as ft, hV as Mt, n2 as Ut, mo as ht, mI as Ft, hX as bt, km as Bt, hY as vt, E as Gt, l as kt, h$ as Vt, hJ as Yt, ag as jt, aM as Ht, i1 as Kt, i0 as Wt, gh as wt, dH as xt, O as Xt, i2 as zt, i3 as qt, db as Zt, jE as Qt, d3 as Jt, jU as $t, i4 as ai, i5 as ei, h7 as si, eS as ti, dm as ii, dp as oi, e_ as ri, eZ as ni, bo as li, bm as Ti, bn as Ei, i6 as _i, i8 as Si, i9 as gi, i7 as di, ia as pi, ib as Ai, dA as Ii, g5 as ci, ic as ui, mW as Ci, id as mi, b1 as Oi, ie as Di, G as Ri, jc as Pi, jH as Ni, ih as yi, gg as Li, ah as fi, iD as Mi, kd as Ui, el as hi, ek as Fi, em as bi, l0 as Bi, dJ as vi, dK as Gi, b0 as ki, io as Vi, ip as Yi, iq as ji, is as Hi, it as Ki, d5 as Wi, l$ as wi, m1 as xi, ct as Xi, cs as zi, cZ as qi, iu as Zi, mG as Qi, iv as Ji, l1 as $i, iw as ao, U as eo, fd as so, n9 as to, iE as io, mH as oo, iy as ro, ix as no, f0 as lo, ky as To, as as Eo, iA as _o, cH as So, an as go, aX as po, n6 as Ao, iH as Io, n7 as co, fl as uo, jb as Co, g3 as mo, iJ as Oo, fY as Do, kw as Ro, ne as Po, aW as No, aD as yo, bp as Lo, nd as fo, aH as Mo, aB as Uo, hg as ho, hm as Fo, m4 as bo, d0 as Bo, cu as vo, d4 as Go, iL as ko, jd as Vo, cv as Yo, iM as jo, kf as Ho, mO as Ko, hk as Wo, M as wo, je as xo, cE as Xo, cA as zo, cB as qo, cD as Zo, eY as Qo, kn as Jo, e8 as $o, ff as ar, eT as er, gn as sr, eC as tr, gm as ir, gl as or, mJ as rr, iN as nr, kL as lr, cy as Tr, dy as Er, dh as _r, ap as Sr, hK as gr, hL as dr, kE as pr, aV as Ar, kX as Ir, e9 as cr, hH as ur, l7 as Cr, ig as mr, cI as Or, jV as Dr, hc as Rr, kj as Pr, iO as Nr, dt as yr, i_ as Lr, dc as fr, iZ as Mr, iP as Ur, iQ as hr, cK as Fr, iR as br, J as Br, mT as vr, j1 as Gr, P as kr, j3 as Vr, cM as Yr, mY as jr, b5 as Hr, dx as Kr, fm as Wr, kN as wr, jf as xr, e$ as Xr, ar as zr, R as qr, n as Zr, aQ as Qr, N as Jr, I as $r, na as an, jg as en, mL as sn, dG as tn, o as on, aA as rn, b8 as nn, fg as ln, mR as Tn, f4 as En, mS as _n, n8 as Sn, k_ as gn, n0 as dn, e as pn, nt as An, gM as In, aE as cn, fG as un, a_ as Cn, aU as mn, kR as On, b4 as Dn, jL as Rn, dB as Pn, kc as Nn, go as yn, l8 as Ln, hI as fn, jh as Mn, eR as Un, K as hn, g4 as Fn, cO as bn, ji as Bn, jj as vn, jp as Gn, cP as kn, cQ as Vn, p as Yn, fL as jn, kF as Hn, jF as Kn, jI as Wn, jJ as wn, fj as xn, cR as Xn, cS as zn, jr as qn, mN as Zn, jK as Qn, m2 as Jn, fZ as $n, he as al, cz as el, cT as sl, aF as tl, Z as il, gp as ol, jP as rl, gf as nl, jQ as ll, m as Tl, jR as El, dI as _l, kO as Sl, ee as gl, kY as dl, iI as pl, m5 as Al, nb as Il, aO as cl, hh as ul, av as Cl, ax as ml, cW as Ol, kH as Dl, ko as Rl, kp as Pl, jS as Nl, jT as yl, jW as Ll, b9 as fl, ba as Ml, jY as Ul, j_ as hl, j$ as Fl, mn as bl, iK as Bl, k0 as vl, m9 as Gl, k1 as kl, hl as Vl, cV as Yl, cX as jl, mx as Hl, my as Kl, mz as Wl, k2 as wl, eD as xl, T as Xl, k3 as zl, d9 as ql, f_ as Zl, f$ as Ql, n5 as Jl, ay as $l, b3 as aT, kS as eT, mZ as sT, aq as tT, cq as iT, lY as oT, ep as rT, k6 as nT, k7 as lT, co as TT, mc as ET, k8 as _T, dP as ST, l_ as gT, dT, dR as pT, dQ as AT, dN as IT, dL as cT, l2 as uT, l4 as CT, l3 as mT, kM as OT, a$ as DT, jD as RT, ds as PT, V as NT, lZ as yT, k9 as LT, cw as fT, cx as MT, jB as UT, aL as hT, hG as FT, W as bT, mU as BT, gk as vT, gi as GT, dd as kT, ka as VT, hN as YT, gj as jT, n3 as HT, b$ as KT, aR as WT, y as wT, lp as xT, bW as XT, aK as zT, c7 as qT, gu as ZT, b as QT, g8 as JT, g9 as $T, bZ as aE, lF as eE, bK as sE, lL as tE, bI as iE, a as oE, c0 as rE, gN as nE, gP as lE, eO as TE, c as EE, gS as _E, gV as SE, bL as gE, f9 as dE, es as pE, a5 as AE, f6 as IE, f3 as cE, hf as uE, bQ as CE, bX as mE, lq as OE, d as DE, f8 as RE, f7 as PE, be as NE, lJ as yE, hv as LE, hx as fE, hu as ME, hw as UE, nu as hE, fa as FE, la as bE, a4 as BE, a6 as vE, ci as GE, bV as kE, a3 as VE, v as YE, ch as jE, dC as HE, f1 as KE, bx as WE, lM as wE, mg as xE, hD as XE, gF as zE, af as qE, mf as ZE, iX as QE, ca as JE, eN as $E, er as a_, eM as e_, eL as s_, eK as t_, me as i_, jv as o_, lK as r_, a9 as n_, fb as l_, j9 as T_, mh as E_, jy as __, m7 as S_, gT as g_, gY as d_, gX as p_, gU as A_, h9 as I_, bE as c_, ja as u_, ii as C_, a7 as m_, hr as O_, lz as D_, hE as R_, dq as P_, di as N_, ga as y_, jM as L_, hA as f_, gI as M_, hS as U_, eI as h_, hB as F_, gW as b_, by as B_, jZ as v_, mv as G_, a8 as k_, lt as V_, bR as Y_, b2 as j_, gC as H_, bG as K_, ad as W_, lf as w_, ae as x_, ce as X_, lO as z_, eP as q_, ly as Z_, cf as Q_, il as J_, gz as $_, gy as aS, cc as eS, fH as sS, iz as tS, lx as iS, hZ as oS, lw as rS, le as nS, z as lS, f5 as TS, f2 as ES, ln as _S, gw as SS, lC as gS, gb as dS, ge as pS, ab as AS, j7 as IS, gD as cS, lB as uS, aN as CS, iY as mS, mA as OS, gt as DS, eH as RS, iW as PS, iV as NS, mF as yS, mE as LS, mt as fS, jk as MS, bw as US, bT as hS, dr as FS, ms as bS, aa as BS, cb as vS, gR as GS, jx as kS, jl as VS, jm as YS, jq as jS, js as HS, jA as KS, jG as WS, jn as wS, jC as xS, gv as XS, cd as zS, gE as qS, jz as ZS, cg as QS, g7 as JS, Y as $S, mw as ag, m8 as eg, ls as sg, aP as tg, ho as ig, jw as og, jt as rg, eJ as ng, g6 as lg, gd as Tg, gs as Eg, gJ as _g, gG as Sg, lE as gg, j0 as dg, bO as pg, dO as Ag, dS as Ig, lV as cg, _ as ug, lD as Cg, lj as mg, ac as Og, gA as Dg, gB as Rg, mD as Pg, mB as Ng, lA as yg, q as Lg, fi as fg, lm as Mg, ij as Ug, F as hg, b_ as Fg, fh as bg, bF as Bg, dk as vg, dj as Gg, lb as kg, im as Vg, lH as Yg, dD as jg, i as Hg, lr as Kg, j as Wg, bP as wg, c6 as xg, hC as Xg, cF as zg, bz as qg, bA as Zg, lh as Qg, iG as Jg, iF as $g, ju as ad, eG as ed, i$ as sd, a1 as td, t as id, r as od, bU as rd, c8 as nd, gc as ld, lc as Td, bu as Ed, ld as _d, a2 as Sd, bN as gd, hO as dd, s as pd, bS as Ad, mC as Id, bB as cd, gH as ud, h_ as Cd, gQ as md, lI as Od, lo as Dd, bC as Rd, nh as Pd, lv as Nd, lG as yd, lu as Ld, a0 as fd, gx as Md, mu as Ud, bd as hd, ik as Fd, $ as bd, c1 as Bd, bq as vd, lN as Gd, bs as kd, fV as Vd, ku as Yd, gr as jd, bt as Hd, lg as Kd, gq as Wd, c9 as wd, w as xd, dF as Xd, hq as zd, hp as qd, lW as Zd, dE as Qd, dM as Jd, et as $d, bM as ap, u as ep, d_ as sp, e0 as tp, fC as ip, cj as op, bY as rp, lP as np, bD as lp, lQ as Tp, lR as Ep, ck as _p, m0 as Sp, ll as gp, c2 as dp, cl as pp, bJ as Ap, c4 as Ip, m3 as cp, lS as up, j2 as Cp, lT as mp, cn as Op, cU as Dp, c3 as Rp, bH as Pp, cp as Np, lU as yp, ma as Lp, bv as fp, fN as Mp, k5 as Up, cr as hp, mb as Fp, lX as bp, cm as Bp, nx as vp, nv as Gp, nj as kp, ns as Vp, nz as Yp, np as jp, nw as Hp, ng as Kp, nf as Wp, ni as wp, no as xp, nm as Xp, nl as zp, nr as qp, nk as Zp, b6 as Qp, b7 as Jp, nn as $p, nq as aA, ny as eA, li as sA, md as tA, lk as iA } from "./@code-editor-CIT4e7hG.js";
2
- import { H as rA, R as nA, c as lA, g as TA, a as EA, b as _A } from "./@common-rjsf-D62eDBEJ.js";
1
+ import { n1 as s, aI as t, eh as i, eU as o, kK as r, kz as n, ft as l, aT as T, kh as E, aC as _, l6 as S, j5 as g, kv as d, kb as p, fn as A, fo as I, fp as c, dg as u, iB as C, fq as m, A as O, de as D, df as R, mV as P, fr as N, fs as y, fk as L, mi as f, kx as M, j6 as U, j8 as h, jN as F, fu as b, fv as B, fw as v, m6 as G, mK as k, cJ as V, d1 as Y, d2 as j, ir as H, fx as K, fT as W, kP as w, e4 as x, ec as X, e7 as z, ef as q, e1 as Z, ed as Q, eg as J, e6 as $, e5 as aa, eq as ea, eb as sa, e3 as ta, fE as ia, fI as oa, fy as ra, fz as na, h3 as la, k4 as Ta, B as Ea, f as _a, g as Sa, eF as ga, dU as da, eu as pa, dY as Aa, dZ as Ia, dW as ca, ew as ua, ev as Ca, eB as ma, dV as Oa, eE as Da, dX as Ra, ex as Pa, ez as Na, ey as ya, d$ as La, az as fa, eA as Ma, fA as Ua, fB as ha, fK as Fa, fF as ba, fD as Ba, fM as va, fQ as Ga, fP as ka, fO as Va, fR as Ya, fS as ja, jp as Ha, fU as Ka, d8 as Wa, d7 as wa, d6 as xa, mQ as Xa, c_ as za, kG as qa, cY as Za, Q as Qa, mP as Ja, n4 as $a, fJ as ae, mp as ee, ml as se, en as te, eo as ie, mq as oe, mr as re, kB as ne, kD as le, kC as Te, m$ as Ee, kI as _e, dl as Se, gO as ge, gL as de, kW as pe, eW as Ae, ea as Ie, l9 as ce, h2 as ue, C as Ce, H as me, g0 as Oe, cC as De, h as Re, fc as Pe, fe as Ne, gZ as ye, g_ as Le, g$ as fe, h0 as Me, j4 as Ue, du as he, kA as Fe, X as be, L as Be, br as ve, h1 as Ge, dw as ke, gK as Ve, mm as Ye, dz as je, m_ as He, h4 as Ke, h5 as We, h8 as we, cL as xe, x as Xe, ha as ze, hb as qe, cG as Ze, hj as Qe, hi as Je, aZ as $e, kg as as, kU as es, aG as ss, aY as ts, am as is, kJ as os, iU as rs, iS as ns, iT as ls, e2 as Ts, kT as Es, ki as _s, at as Ss, hn as gs, ei as ds, ej as ps, eX as As, hy as Is, kr as cs, hM as us, l5 as Cs, kt as ms, hF as Os, aJ as Ds, jX as Rs, kQ as Ps, eQ as Ns, ao as ys, aj as Ls, al as fs, hQ as Ms, ai as Us, ak as hs, eV as Fs, dn as bs, S as Bs, hd as vs, D as Gs, mM as ks, bc as Vs, kZ as Ys, h6 as js, mX as Hs, da as Ks, ht as Ws, hs as ws, hz as xs, fW as Xs, g2 as zs, g1 as qs, c$ as Zs, nc as Qs, bb as Js, kk as $s, jO as at, fX as et, kl as st, cN as tt, hP as it, k as ot, iC as rt, bf as nt, bg as lt, bh as Tt, hR as Et, mk as _t, mj as St, bi as gt, bk as dt, bj as pt, bl as At, c5 as It, dv as ct, hT as ut, hU as Ct, kq as mt, k$ as Ot, aw as Dt, au as Rt, kV as Pt, aS as Nt, ke as yt, ks as Lt, hW as ft, hV as Mt, n2 as Ut, mo as ht, mI as Ft, hX as bt, km as Bt, hY as vt, E as Gt, l as kt, h$ as Vt, hJ as Yt, ag as jt, aM as Ht, i1 as Kt, i0 as Wt, gh as wt, dH as xt, O as Xt, i2 as zt, i3 as qt, db as Zt, jF as Qt, d3 as Jt, jU as $t, i4 as ai, i5 as ei, h7 as si, eS as ti, dm as ii, dp as oi, e_ as ri, eZ as ni, bo as li, bm as Ti, bn as Ei, i6 as _i, i8 as Si, i9 as gi, i7 as di, ia as pi, ib as Ai, dA as Ii, g5 as ci, ic as ui, mW as Ci, id as mi, b1 as Oi, ie as Di, G as Ri, jc as Pi, jH as Ni, ih as yi, gg as Li, ah as fi, iD as Mi, kd as Ui, el as hi, ek as Fi, em as bi, l0 as Bi, dJ as vi, dK as Gi, b0 as ki, io as Vi, ip as Yi, iq as ji, is as Hi, it as Ki, d5 as Wi, l$ as wi, m1 as xi, ct as Xi, cs as zi, cZ as qi, iu as Zi, mG as Qi, iv as Ji, l1 as $i, iw as ao, U as eo, fd as so, n9 as to, iE as io, mH as oo, iy as ro, ix as no, f0 as lo, ky as To, as as Eo, iA as _o, cH as So, an as go, aX as po, n6 as Ao, iH as Io, n7 as co, fl as uo, jb as Co, g3 as mo, iJ as Oo, fY as Do, kw as Ro, ne as Po, aW as No, aD as yo, bp as Lo, nd as fo, aH as Mo, aB as Uo, hg as ho, hm as Fo, m4 as bo, d0 as Bo, cu as vo, d4 as Go, iL as ko, je as Vo, cv as Yo, iM as jo, kf as Ho, mO as Ko, hk as Wo, M as wo, jf as xo, cE as Xo, cA as zo, cB as qo, cD as Zo, eY as Qo, kn as Jo, e8 as $o, ff as ar, eT as er, gn as sr, eC as tr, gm as ir, gl as or, mJ as rr, iN as nr, kL as lr, cy as Tr, dy as Er, dh as _r, ap as Sr, hK as gr, hL as dr, kE as pr, aV as Ar, kX as Ir, e9 as cr, hH as ur, l7 as Cr, ig as mr, cI as Or, jV as Dr, hc as Rr, kj as Pr, iO as Nr, dt as yr, i_ as Lr, dc as fr, iZ as Mr, iP as Ur, iQ as hr, cK as Fr, iR as br, J as Br, mT as vr, j1 as Gr, P as kr, j3 as Vr, cM as Yr, mY as jr, b5 as Hr, dx as Kr, fm as Wr, kN as wr, jg as xr, e$ as Xr, ar as zr, R as qr, n as Zr, aQ as Qr, N as Jr, I as $r, na as an, jh as en, mL as sn, dG as tn, o as on, aA as rn, b8 as nn, fg as ln, mR as Tn, f4 as En, mS as _n, n8 as Sn, k_ as gn, n0 as dn, e as pn, nt as An, gM as In, aE as cn, fG as un, a_ as Cn, aU as mn, kR as On, b4 as Dn, jL as Rn, dB as Pn, kc as Nn, go as yn, l8 as Ln, hI as fn, ji as Mn, eR as Un, K as hn, g4 as Fn, cO as bn, jj as Bn, jk as vn, jq as Gn, cP as kn, cQ as Vn, p as Yn, fL as jn, kF as Hn, a as Kn, jI as Wn, jJ as wn, fj as xn, cR as Xn, cS as zn, js as qn, mN as Zn, jK as Qn, m2 as Jn, fZ as $n, he as al, cz as el, cT as sl, aF as tl, Z as il, gp as ol, jP as rl, gf as nl, jQ as ll, m as Tl, jR as El, dI as _l, kO as Sl, ee as gl, kY as dl, iI as pl, m5 as Al, nb as Il, aO as cl, hh as ul, av as Cl, ax as ml, cW as Ol, kH as Dl, ko as Rl, kp as Pl, jS as Nl, jT as yl, jW as Ll, b9 as fl, ba as Ml, jY as Ul, j_ as hl, j$ as Fl, mn as bl, iK as Bl, k0 as vl, m9 as Gl, k1 as kl, hl as Vl, cV as Yl, cX as jl, mx as Hl, my as Kl, mz as Wl, k2 as wl, eD as xl, T as Xl, k3 as zl, d9 as ql, f_ as Zl, f$ as Ql, n5 as Jl, ay as $l, b3 as aT, kS as eT, mZ as sT, aq as tT, cq as iT, lY as oT, ep as rT, k6 as nT, k7 as lT, co as TT, mc as ET, k8 as _T, dP as ST, l_ as gT, dT, dR as pT, dQ as AT, dN as IT, dL as cT, l2 as uT, l4 as CT, l3 as mT, kM as OT, a$ as DT, jE as RT, ds as PT, V as NT, lZ as yT, k9 as LT, cw as fT, cx as MT, jC as UT, aL as hT, hG as FT, W as bT, mU as BT, gk as vT, gi as GT, dd as kT, ka as VT, hN as YT, gj as jT, n3 as HT, b$ as KT, aR as WT, y as wT, lp as xT, bW as XT, aK as zT, c7 as qT, gu as ZT, b as QT, g8 as JT, g9 as $T, bZ as aE, lF as eE, bK as sE, lL as tE, bI as iE, jd as oE, c0 as rE, gN as nE, gP as lE, eO as TE, c as EE, gS as _E, gV as SE, bL as gE, f9 as dE, es as pE, a5 as AE, f6 as IE, f3 as cE, hf as uE, bQ as CE, bX as mE, lq as OE, d as DE, f8 as RE, f7 as PE, be as NE, lJ as yE, hv as LE, hx as fE, hu as ME, hw as UE, nu as hE, fa as FE, la as bE, a4 as BE, a6 as vE, ci as GE, bV as kE, a3 as VE, v as YE, ch as jE, dC as HE, f1 as KE, bx as WE, lM as wE, mg as xE, hD as XE, gF as zE, af as qE, mf as ZE, iX as QE, ca as JE, eN as $E, er as a_, eM as e_, eL as s_, eK as t_, me as i_, jw as o_, lK as r_, a9 as n_, fb as l_, j9 as T_, mh as E_, jz as __, m7 as S_, gT as g_, gY as d_, gX as p_, gU as A_, h9 as I_, bE as c_, ja as u_, ii as C_, a7 as m_, hr as O_, lz as D_, hE as R_, dq as P_, di as N_, ga as y_, jM as L_, hA as f_, gI as M_, hS as U_, eI as h_, hB as F_, gW as b_, by as B_, jZ as v_, mv as G_, a8 as k_, lt as V_, bR as Y_, b2 as j_, gC as H_, bG as K_, ad as W_, lf as w_, ae as x_, ce as X_, lO as z_, eP as q_, ly as Z_, cf as Q_, il as J_, gz as $_, gy as aS, cc as eS, fH as sS, iz as tS, lx as iS, hZ as oS, lw as rS, le as nS, z as lS, f5 as TS, f2 as ES, ln as _S, gw as SS, lC as gS, gb as dS, ge as pS, ab as AS, j7 as IS, gD as cS, lB as uS, aN as CS, iY as mS, mA as OS, gt as DS, eH as RS, iW as PS, iV as NS, mF as yS, mE as LS, mt as fS, jl as MS, bw as US, bT as hS, dr as FS, ms as bS, aa as BS, cb as vS, gR as GS, jy as kS, jm as VS, jn as YS, jr as jS, jt as HS, jB as KS, jG as WS, jo as wS, jD as xS, gv as XS, cd as zS, gE as qS, jA as ZS, cg as QS, g7 as JS, Y as $S, mw as ag, m8 as eg, ls as sg, aP as tg, ho as ig, jx as og, ju as rg, eJ as ng, g6 as lg, gd as Tg, gs as Eg, gJ as _g, gG as Sg, lE as gg, j0 as dg, bO as pg, dO as Ag, dS as Ig, lV as cg, _ as ug, lD as Cg, lj as mg, ac as Og, gA as Dg, gB as Rg, mD as Pg, mB as Ng, lA as yg, q as Lg, fi as fg, lm as Mg, ij as Ug, F as hg, b_ as Fg, fh as bg, bF as Bg, dk as vg, dj as Gg, lb as kg, im as Vg, lH as Yg, dD as jg, i as Hg, lr as Kg, j as Wg, bP as wg, c6 as xg, hC as Xg, cF as zg, bz as qg, bA as Zg, lh as Qg, iG as Jg, iF as $g, jv as ad, eG as ed, i$ as sd, a1 as td, t as id, r as od, bU as rd, c8 as nd, gc as ld, lc as Td, bu as Ed, ld as _d, a2 as Sd, bN as gd, hO as dd, s as pd, bS as Ad, mC as Id, bB as cd, gH as ud, h_ as Cd, gQ as md, lI as Od, lo as Dd, bC as Rd, nh as Pd, lv as Nd, lG as yd, lu as Ld, a0 as fd, gx as Md, mu as Ud, bd as hd, ik as Fd, $ as bd, c1 as Bd, bq as vd, lN as Gd, bs as kd, fV as Vd, ku as Yd, gr as jd, bt as Hd, lg as Kd, gq as Wd, c9 as wd, w as xd, dF as Xd, hq as zd, hp as qd, lW as Zd, dE as Qd, dM as Jd, et as $d, bM as ap, u as ep, d_ as sp, e0 as tp, fC as ip, cj as op, bY as rp, lP as np, bD as lp, lQ as Tp, lR as Ep, ck as _p, m0 as Sp, ll as gp, c2 as dp, cl as pp, bJ as Ap, c4 as Ip, m3 as cp, lS as up, j2 as Cp, lT as mp, cn as Op, cU as Dp, c3 as Rp, bH as Pp, cp as Np, lU as yp, ma as Lp, bv as fp, fN as Mp, k5 as Up, cr as hp, mb as Fp, lX as bp, cm as Bp, nx as vp, nv as Gp, nj as kp, ns as Vp, nz as Yp, np as jp, nw as Hp, ng as Kp, nf as Wp, ni as wp, no as xp, nm as Xp, nl as zp, nr as qp, nk as Zp, b6 as Qp, b7 as Jp, nn as $p, nq as aA, ny as eA, li as sA, md as tA, lk as iA } from "./@code-editor-CsKzSw6Y.js";
2
+ import { H as rA, R as nA, c as lA, g as TA, a as EA, b as _A } from "./@common-rjsf-zRo8kSDe.js";
3
3
  import { A as gA, a as dA, m as pA, e as AA, c as IA, u as cA } from "./@framer-motion-j6RIjEIR.js";
4
4
  export {
5
5
  s as ACCESS_TYPE_MAP,