@gpustack/core-ui 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.es.js +328 -349
- package/dist/src/lib/components/collapse-container/index.d.ts +1 -1
- package/dist/src/lib/components/index.d.ts +1 -0
- package/dist/src/lib/components/metadata-list/index.d.ts +2 -0
- package/dist/src/lib/components/switch-card/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4329,30 +4329,25 @@ var ya = {}, ba = () => {
|
|
|
4329
4329
|
}
|
|
4330
4330
|
}
|
|
4331
4331
|
`, ho = Nt.Link, go = (e) => {
|
|
4332
|
-
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, trim: o = !0, onSelect: s, onBlur: c, checkStatus: l, extra: u, style: d, addAfter: f, suffixIcon: p, loading: m, allowClear: h, clearSpaceOnBlur: g, showSearch: _, ...v } = e, [y, b] = B(!1), x = z(null), S = "";
|
|
4333
|
-
|
|
4334
|
-
a && (S = q?.Item?.useStatus?.()?.status || "");
|
|
4335
|
-
} catch {
|
|
4336
|
-
S = "";
|
|
4337
|
-
}
|
|
4338
|
-
F(() => {
|
|
4332
|
+
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, trim: o = !0, onSelect: s, onBlur: c, checkStatus: l, extra: u, style: d, addAfter: f, suffixIcon: p, loading: m, allowClear: h, clearSpaceOnBlur: g, showSearch: _, ...v } = e, [y, b] = B(!1), x = z(null), S = "", C = q?.Item?.useStatus?.();
|
|
4333
|
+
S = e.status || (a ? C?.status : "") || "", F(() => {
|
|
4339
4334
|
e.value && b(!0);
|
|
4340
4335
|
}, [e.value]);
|
|
4341
|
-
let
|
|
4336
|
+
let w = () => {
|
|
4342
4337
|
!e.disabled && !y && (x.current?.focus?.(), b(!0));
|
|
4343
|
-
},
|
|
4338
|
+
}, T = (t, n) => {
|
|
4344
4339
|
console.log("handleChange val:", t);
|
|
4345
4340
|
let r = t;
|
|
4346
4341
|
o && (r = r?.trim?.()), e.onChange?.(r, n);
|
|
4347
|
-
}, T = (t) => {
|
|
4348
|
-
b(!0), e.onFocus?.(t);
|
|
4349
4342
|
}, E = (t) => {
|
|
4343
|
+
b(!0), e.onFocus?.(t);
|
|
4344
|
+
}, D = (t) => {
|
|
4350
4345
|
e.value || b(!1), g ? (t.target.value = t.target.value?.replace(/\s+/g, ""), e.onChange?.(t.target.value)) : t.target.value = t.target.value?.trim(), e.onBlur?.(t);
|
|
4351
|
-
},
|
|
4346
|
+
}, O = (e, t) => {
|
|
4352
4347
|
s?.(e, t);
|
|
4353
|
-
},
|
|
4348
|
+
}, k = (t) => {
|
|
4354
4349
|
o && (t.target.value = t.target.value?.trim()), e.onInput?.(t);
|
|
4355
|
-
},
|
|
4350
|
+
}, A = () => m ? /* @__PURE__ */ H(ho, { children: /* @__PURE__ */ H(Oe, {}) }) : p || null, j = (e) => m ? /* @__PURE__ */ H(ro, {}) : e || null;
|
|
4356
4351
|
return /* @__PURE__ */ H(mo, {
|
|
4357
4352
|
style: d,
|
|
4358
4353
|
children: /* @__PURE__ */ H(po, {
|
|
@@ -4364,7 +4359,7 @@ var ya = {}, ba = () => {
|
|
|
4364
4359
|
required: r,
|
|
4365
4360
|
description: i,
|
|
4366
4361
|
disabled: e.disabled,
|
|
4367
|
-
onClick:
|
|
4362
|
+
onClick: w,
|
|
4368
4363
|
children: /* @__PURE__ */ H(rt, {
|
|
4369
4364
|
...v,
|
|
4370
4365
|
ref: x,
|
|
@@ -4373,15 +4368,15 @@ var ya = {}, ba = () => {
|
|
|
4373
4368
|
children: n
|
|
4374
4369
|
}) : "",
|
|
4375
4370
|
allowClear: !m && h,
|
|
4376
|
-
suffixIcon:
|
|
4371
|
+
suffixIcon: A(),
|
|
4377
4372
|
status: l || S,
|
|
4378
|
-
onSelect:
|
|
4379
|
-
onFocus:
|
|
4380
|
-
onBlur:
|
|
4373
|
+
onSelect: O,
|
|
4374
|
+
onFocus: E,
|
|
4375
|
+
onBlur: D,
|
|
4381
4376
|
showSearch: _,
|
|
4382
|
-
onChange:
|
|
4383
|
-
popupRender:
|
|
4384
|
-
onInput:
|
|
4377
|
+
onChange: T,
|
|
4378
|
+
popupRender: j,
|
|
4379
|
+
onInput: k,
|
|
4385
4380
|
onPaste: e.onPaste
|
|
4386
4381
|
})
|
|
4387
4382
|
})
|
|
@@ -4574,27 +4569,19 @@ var ya = {}, ba = () => {
|
|
|
4574
4569
|
font-size: var(--ant-font-size);
|
|
4575
4570
|
}
|
|
4576
4571
|
`, vo = (e) => {
|
|
4577
|
-
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, ...o } = e, [s, c] = B(!1), l = z(null), u = "";
|
|
4578
|
-
|
|
4579
|
-
if (a) {
|
|
4580
|
-
let t = q?.Item?.useStatus?.();
|
|
4581
|
-
u = e.status || t?.status || "";
|
|
4582
|
-
} else u = e.status || "";
|
|
4583
|
-
} catch {
|
|
4584
|
-
u = e.status || "";
|
|
4585
|
-
}
|
|
4586
|
-
F(() => {
|
|
4572
|
+
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, ...o } = e, [s, c] = B(!1), l = z(null), u = "", d = q?.Item?.useStatus?.();
|
|
4573
|
+
u = e.status || (a ? d?.status : "") || "", F(() => {
|
|
4587
4574
|
v(e.value) && c(!0);
|
|
4588
4575
|
}, [e.value]);
|
|
4589
|
-
let
|
|
4576
|
+
let f = () => {
|
|
4590
4577
|
!e.disabled && !s && (l.current?.focus?.({ cursor: "end" }), c(!0));
|
|
4591
|
-
}, f = (t) => {
|
|
4592
|
-
e.onChange?.(t);
|
|
4593
4578
|
}, p = (t) => {
|
|
4594
|
-
|
|
4579
|
+
e.onChange?.(t);
|
|
4595
4580
|
}, m = (t) => {
|
|
4596
|
-
|
|
4581
|
+
c(!0), e.onFocus?.(t);
|
|
4597
4582
|
}, h = (t) => {
|
|
4583
|
+
l.current?.value || (c(!1), e.onBlur?.(t));
|
|
4584
|
+
}, g = (t) => {
|
|
4598
4585
|
e.onInput?.(t);
|
|
4599
4586
|
};
|
|
4600
4587
|
return /* @__PURE__ */ H(_o, { children: /* @__PURE__ */ H(po, {
|
|
@@ -4604,38 +4591,33 @@ var ya = {}, ba = () => {
|
|
|
4604
4591
|
required: r,
|
|
4605
4592
|
description: i,
|
|
4606
4593
|
disabled: e.disabled,
|
|
4607
|
-
onClick:
|
|
4594
|
+
onClick: f,
|
|
4608
4595
|
className: "seal-input-number",
|
|
4609
4596
|
children: /* @__PURE__ */ H(gt, {
|
|
4610
4597
|
...o,
|
|
4611
4598
|
placeholder: n,
|
|
4612
4599
|
ref: l,
|
|
4613
4600
|
autoComplete: "off",
|
|
4614
|
-
onFocus:
|
|
4615
|
-
onBlur:
|
|
4616
|
-
onInput:
|
|
4617
|
-
onChange:
|
|
4601
|
+
onFocus: m,
|
|
4602
|
+
onBlur: h,
|
|
4603
|
+
onInput: g,
|
|
4604
|
+
onChange: p
|
|
4618
4605
|
})
|
|
4619
4606
|
}) });
|
|
4620
4607
|
}, yo = (e) => {
|
|
4621
|
-
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, ...o } = e, [s, c] = B(!1), l = z(null), u = "";
|
|
4622
|
-
|
|
4623
|
-
a && (u = q?.Item?.useStatus?.()?.status || "");
|
|
4624
|
-
} catch {
|
|
4625
|
-
u = "";
|
|
4626
|
-
}
|
|
4627
|
-
F(() => {
|
|
4608
|
+
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, ...o } = e, [s, c] = B(!1), l = z(null), u = "", d = q?.Item?.useStatus?.();
|
|
4609
|
+
u = e.status || (a ? d?.status : "") || "", F(() => {
|
|
4628
4610
|
e.value && c(!0);
|
|
4629
4611
|
}, [e.value]);
|
|
4630
|
-
let
|
|
4612
|
+
let f = () => {
|
|
4631
4613
|
!e.disabled && !s && (l.current?.focus?.(), c(!0));
|
|
4632
|
-
}, f = (t) => {
|
|
4633
|
-
e.onChange?.(t);
|
|
4634
4614
|
}, p = (t) => {
|
|
4635
|
-
|
|
4615
|
+
e.onChange?.(t);
|
|
4636
4616
|
}, m = (t) => {
|
|
4617
|
+
c(!0), e.onFocus?.(t);
|
|
4618
|
+
}, h = (t) => {
|
|
4637
4619
|
l.current?.input?.value || (c(!1), e.onBlur?.(t));
|
|
4638
|
-
},
|
|
4620
|
+
}, g = (...t) => {
|
|
4639
4621
|
e.onSearch?.(...t);
|
|
4640
4622
|
};
|
|
4641
4623
|
return /* @__PURE__ */ H(_o, { children: /* @__PURE__ */ H(po, {
|
|
@@ -4645,34 +4627,29 @@ var ya = {}, ba = () => {
|
|
|
4645
4627
|
required: r,
|
|
4646
4628
|
description: i,
|
|
4647
4629
|
disabled: e.disabled,
|
|
4648
|
-
onClick:
|
|
4630
|
+
onClick: f,
|
|
4649
4631
|
children: /* @__PURE__ */ H(ht.Search, {
|
|
4650
4632
|
...o,
|
|
4651
4633
|
ref: l,
|
|
4652
4634
|
autoComplete: "off",
|
|
4653
|
-
onFocus:
|
|
4654
|
-
onBlur:
|
|
4655
|
-
onSearch:
|
|
4656
|
-
onChange:
|
|
4635
|
+
onFocus: m,
|
|
4636
|
+
onBlur: h,
|
|
4637
|
+
onSearch: g,
|
|
4638
|
+
onChange: p
|
|
4657
4639
|
})
|
|
4658
4640
|
}) });
|
|
4659
4641
|
}, bo = (e) => {
|
|
4660
|
-
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, ...o } = e, [s, c] = B(!1), l = z(null), u = "";
|
|
4661
|
-
|
|
4662
|
-
a && (u = q?.Item?.useStatus?.()?.status || "");
|
|
4663
|
-
} catch {
|
|
4664
|
-
u = "";
|
|
4665
|
-
}
|
|
4666
|
-
F(() => {
|
|
4642
|
+
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, ...o } = e, [s, c] = B(!1), l = z(null), u = "", d = q?.Item?.useStatus?.();
|
|
4643
|
+
u = e.status || (a ? d?.status : "") || "", F(() => {
|
|
4667
4644
|
e.value && c(!0);
|
|
4668
4645
|
}, [e.value]);
|
|
4669
|
-
let
|
|
4646
|
+
let f = () => {
|
|
4670
4647
|
!e.disabled && !s && (l.current?.focus?.({ cursor: "all" }), c(!0));
|
|
4671
|
-
}, f = (t) => {
|
|
4672
|
-
t.target.value = t.target.value?.trim?.(), e.onChange?.(t);
|
|
4673
4648
|
}, p = (t) => {
|
|
4674
|
-
|
|
4649
|
+
t.target.value = t.target.value?.trim?.(), e.onChange?.(t);
|
|
4675
4650
|
}, m = (t) => {
|
|
4651
|
+
c(!0), e.onFocus?.(t);
|
|
4652
|
+
}, h = (t) => {
|
|
4676
4653
|
t.target.value = t.target.value?.trim?.(), l.current?.input?.value || c(!1), e.onBlur?.(t);
|
|
4677
4654
|
};
|
|
4678
4655
|
return /* @__PURE__ */ H(_o, { children: /* @__PURE__ */ H(po, {
|
|
@@ -4684,15 +4661,15 @@ var ya = {}, ba = () => {
|
|
|
4684
4661
|
disabled: e.disabled,
|
|
4685
4662
|
labelExtra: e.labelExtra,
|
|
4686
4663
|
hasPrefix: !!e.prefix,
|
|
4687
|
-
onClick:
|
|
4664
|
+
onClick: f,
|
|
4688
4665
|
children: /* @__PURE__ */ H(ht.Password, {
|
|
4689
4666
|
...o,
|
|
4690
4667
|
autoComplete: o.autoComplete || "new-password",
|
|
4691
4668
|
ref: l,
|
|
4692
4669
|
className: "seal-input-password",
|
|
4693
|
-
onFocus:
|
|
4694
|
-
onBlur:
|
|
4695
|
-
onChange:
|
|
4670
|
+
onFocus: m,
|
|
4671
|
+
onBlur: h,
|
|
4672
|
+
onChange: p
|
|
4696
4673
|
})
|
|
4697
4674
|
}) });
|
|
4698
4675
|
}, xo = Y.div.attrs({ className: "seal-textarea-label" })`
|
|
@@ -4702,16 +4679,11 @@ var ya = {}, ba = () => {
|
|
|
4702
4679
|
padding-bottom: 2px;
|
|
4703
4680
|
background-color: var(--ant-color-bg-container);
|
|
4704
4681
|
`, So = (e) => {
|
|
4705
|
-
let { label: t, placeholder: n, onChange: r, onFocus: i, onBlur: a, onInput: o, style: s, required: c, isInFormItems: l = !0, description: u, variant: d, extra: f, addAfter: p, trim: m, scaleSize: h, alwaysFocus: g, ..._ } = e, [v, y] = B(!1), b = z(null), x = "";
|
|
4706
|
-
|
|
4707
|
-
l && (x = q?.Item?.useStatus?.()?.status || "");
|
|
4708
|
-
} catch {
|
|
4709
|
-
x = "";
|
|
4710
|
-
}
|
|
4711
|
-
F(() => {
|
|
4682
|
+
let { label: t, placeholder: n, onChange: r, onFocus: i, onBlur: a, onInput: o, style: s, required: c, isInFormItems: l = !0, description: u, variant: d, extra: f, addAfter: p, trim: m, scaleSize: h, alwaysFocus: g, ..._ } = e, [v, y] = B(!1), b = z(null), x = "", S = q?.Item?.useStatus?.();
|
|
4683
|
+
x = e.status || (l ? S?.status : "") || "", F(() => {
|
|
4712
4684
|
e.value && y(!0);
|
|
4713
4685
|
}, [e.value]);
|
|
4714
|
-
let
|
|
4686
|
+
let C = R(() => {
|
|
4715
4687
|
let t = e.autoSize || {
|
|
4716
4688
|
minRows: 2,
|
|
4717
4689
|
maxRows: 5
|
|
@@ -4724,15 +4696,15 @@ var ya = {}, ba = () => {
|
|
|
4724
4696
|
e.autoSize,
|
|
4725
4697
|
v,
|
|
4726
4698
|
h
|
|
4727
|
-
]),
|
|
4699
|
+
]), w = () => {
|
|
4728
4700
|
!e.disabled && !v && (b.current?.focus?.({ cursor: "all" }), y(!0));
|
|
4729
|
-
}, w = (e) => {
|
|
4730
|
-
r?.(e);
|
|
4731
4701
|
}, T = (e) => {
|
|
4732
|
-
|
|
4702
|
+
r?.(e);
|
|
4733
4703
|
}, E = (e) => {
|
|
4734
|
-
|
|
4704
|
+
y(!0), i?.(e);
|
|
4735
4705
|
}, D = (e) => {
|
|
4706
|
+
b.current?.resizableTextArea?.textArea?.value || y(!1), a?.(e);
|
|
4707
|
+
}, O = (e) => {
|
|
4736
4708
|
o?.(e);
|
|
4737
4709
|
};
|
|
4738
4710
|
return /* @__PURE__ */ H(_o, {
|
|
@@ -4747,46 +4719,38 @@ var ya = {}, ba = () => {
|
|
|
4747
4719
|
extra: f,
|
|
4748
4720
|
disabled: e.disabled,
|
|
4749
4721
|
addAfter: p,
|
|
4750
|
-
onClick:
|
|
4722
|
+
onClick: w,
|
|
4751
4723
|
children: /* @__PURE__ */ H(ht.TextArea, {
|
|
4752
4724
|
..._,
|
|
4753
4725
|
placeholder: n,
|
|
4754
4726
|
spellCheck: _.spellCheck ?? !1,
|
|
4755
|
-
autoSize:
|
|
4727
|
+
autoSize: C,
|
|
4756
4728
|
ref: b,
|
|
4757
4729
|
style: { ...s },
|
|
4758
4730
|
className: "seal-textarea",
|
|
4759
|
-
onFocus:
|
|
4760
|
-
onBlur:
|
|
4761
|
-
onInput:
|
|
4762
|
-
onChange: (e) =>
|
|
4731
|
+
onFocus: E,
|
|
4732
|
+
onBlur: D,
|
|
4733
|
+
onInput: O,
|
|
4734
|
+
onChange: (e) => T(e)
|
|
4763
4735
|
})
|
|
4764
4736
|
})
|
|
4765
4737
|
});
|
|
4766
4738
|
}, Co = {
|
|
4767
4739
|
TextArea: So,
|
|
4768
4740
|
Input: (e) => {
|
|
4769
|
-
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, variant: o, addAfter: s, checkStatus: c, trim: l = !0, loading: u, labelExtra: d, style: f, ...p } = e, [m, h] = B(!1), g = z(null), _ = "";
|
|
4770
|
-
|
|
4771
|
-
if (a) {
|
|
4772
|
-
let t = q?.Item?.useStatus?.();
|
|
4773
|
-
_ = e.status || t?.status || "";
|
|
4774
|
-
} else _ = e.status || "";
|
|
4775
|
-
} catch {
|
|
4776
|
-
_ = e.status || "";
|
|
4777
|
-
}
|
|
4778
|
-
F(() => {
|
|
4741
|
+
let { label: t, placeholder: n, required: r, description: i, isInFormItems: a = !0, variant: o, addAfter: s, checkStatus: c, trim: l = !0, loading: u, labelExtra: d, style: f, ...p } = e, [m, h] = B(!1), g = z(null), _ = "", v = q?.Item?.useStatus?.();
|
|
4742
|
+
_ = e.status || (a ? v?.status : "") || "", F(() => {
|
|
4779
4743
|
e.value && h(!0);
|
|
4780
4744
|
}, [e.value]);
|
|
4781
|
-
let
|
|
4745
|
+
let y = () => {
|
|
4782
4746
|
!e.disabled && !m && (g.current?.focus?.({ cursor: "end" }), h(!0));
|
|
4783
|
-
}, y = (t) => {
|
|
4784
|
-
l && (t.target.value = t.target.value?.trim?.()), e.onChange?.(t);
|
|
4785
4747
|
}, b = (t) => {
|
|
4786
|
-
|
|
4748
|
+
l && (t.target.value = t.target.value?.trim?.()), e.onChange?.(t);
|
|
4787
4749
|
}, x = (t) => {
|
|
4788
|
-
|
|
4750
|
+
h(!0), e.onFocus?.(t);
|
|
4789
4751
|
}, S = (t) => {
|
|
4752
|
+
g.current?.input?.value || h(!1), l || (t.target.value = t.target.value?.trim?.(), e.onChange?.(t)), e.onBlur?.(t);
|
|
4753
|
+
}, C = (t) => {
|
|
4790
4754
|
e.onInput?.(t);
|
|
4791
4755
|
};
|
|
4792
4756
|
return /* @__PURE__ */ H(_o, {
|
|
@@ -4801,16 +4765,16 @@ var ya = {}, ba = () => {
|
|
|
4801
4765
|
disabled: e.disabled,
|
|
4802
4766
|
addAfter: s,
|
|
4803
4767
|
hasPrefix: !!e.prefix,
|
|
4804
|
-
onClick:
|
|
4768
|
+
onClick: y,
|
|
4805
4769
|
children: /* @__PURE__ */ H(ht, {
|
|
4806
4770
|
...p,
|
|
4807
4771
|
autoComplete: p.autoComplete || "off",
|
|
4808
4772
|
placeholder: m || !t ? n : "",
|
|
4809
4773
|
ref: g,
|
|
4810
|
-
onInput:
|
|
4811
|
-
onFocus:
|
|
4812
|
-
onBlur:
|
|
4813
|
-
onChange:
|
|
4774
|
+
onInput: C,
|
|
4775
|
+
onFocus: x,
|
|
4776
|
+
onBlur: S,
|
|
4777
|
+
onChange: b
|
|
4814
4778
|
})
|
|
4815
4779
|
})
|
|
4816
4780
|
});
|
|
@@ -4843,23 +4807,19 @@ var ya = {}, ba = () => {
|
|
|
4843
4807
|
})] }) : void 0
|
|
4844
4808
|
});
|
|
4845
4809
|
}), Eo = (e) => {
|
|
4846
|
-
let { label: t, placeholder: n, children: r, required: i, description: a, options: s, allowNull: c, isInFormItems: l = !0, notFoundContent: u = null, loading: d, footer: f, alwaysFocus: p = !1, styles: m, ...h } = e, g = o(), [_, y] = B(!1), b = z(null), x = "";
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
} catch {
|
|
4850
|
-
x = e.status || "";
|
|
4851
|
-
}
|
|
4852
|
-
let S = R(() => s?.length ? (0, Z.cloneDeep)(s).map((e) => (e.locale && (e.label = g.formatMessage({ id: e.label })), e)) : [], [s, g]);
|
|
4810
|
+
let { label: t, placeholder: n, children: r, required: i, description: a, options: s, allowNull: c, isInFormItems: l = !0, notFoundContent: u = null, loading: d, footer: f, alwaysFocus: p = !1, styles: m, ...h } = e, g = o(), [_, y] = B(!1), b = z(null), x = "", S = q?.Item?.useStatus?.();
|
|
4811
|
+
x = e.status || (l ? S?.status : "") || "";
|
|
4812
|
+
let C = R(() => s?.length ? (0, Z.cloneDeep)(s).map((e) => (e.locale && (e.label = g.formatMessage({ id: e.label })), e)) : [], [s, g]);
|
|
4853
4813
|
F(() => {
|
|
4854
4814
|
(v(e.value) || c && (e.value === null || e.value === void 0)) && y(!0);
|
|
4855
4815
|
}, [e.value, c]);
|
|
4856
|
-
let
|
|
4816
|
+
let w = () => {
|
|
4857
4817
|
!e.disabled && !_ && (b.current?.focus?.(), y(!0));
|
|
4858
|
-
},
|
|
4818
|
+
}, T = (t, n) => {
|
|
4859
4819
|
v(t) || c && t === null ? y(!0) : y(!1), e.onChange?.(t || null, n);
|
|
4860
|
-
}, T = (t) => {
|
|
4861
|
-
y(!0), e.onFocus?.(t);
|
|
4862
4820
|
}, E = (t) => {
|
|
4821
|
+
y(!0), e.onFocus?.(t);
|
|
4822
|
+
}, D = (t) => {
|
|
4863
4823
|
c && e.value === null ? y(!0) : e.value || y(!1), e.onBlur?.(t);
|
|
4864
4824
|
};
|
|
4865
4825
|
return /* @__PURE__ */ H(mo, { children: /* @__PURE__ */ H(po, {
|
|
@@ -4870,17 +4830,17 @@ var ya = {}, ba = () => {
|
|
|
4870
4830
|
required: i,
|
|
4871
4831
|
description: a,
|
|
4872
4832
|
disabled: e.disabled,
|
|
4873
|
-
onClick:
|
|
4833
|
+
onClick: w,
|
|
4874
4834
|
children: /* @__PURE__ */ H(To, {
|
|
4875
4835
|
...h,
|
|
4876
4836
|
styles: m,
|
|
4877
4837
|
placeholder: n,
|
|
4878
4838
|
footer: f,
|
|
4879
4839
|
ref: b,
|
|
4880
|
-
options: r ? void 0 :
|
|
4881
|
-
onFocus:
|
|
4882
|
-
onBlur:
|
|
4883
|
-
onChange:
|
|
4840
|
+
options: r ? void 0 : C,
|
|
4841
|
+
onFocus: E,
|
|
4842
|
+
onBlur: D,
|
|
4843
|
+
onChange: T,
|
|
4884
4844
|
notFoundContent: /* @__PURE__ */ H(io, {
|
|
4885
4845
|
loading: d,
|
|
4886
4846
|
notFoundContent: u
|
|
@@ -4945,13 +4905,9 @@ var ya = {}, ba = () => {
|
|
|
4945
4905
|
}
|
|
4946
4906
|
}
|
|
4947
4907
|
`, ko = (e) => {
|
|
4948
|
-
let { label: t, value: n, required: r, description: i, isInFormItems: a = !0, max: o, min: s, step: c, defaultValue: l, checkStatus: u, inputnumber: d = !1, labelWidth: f, tooltip: p = { open: !1 }, ...m } = e, h = "";
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
} catch {
|
|
4952
|
-
h = "";
|
|
4953
|
-
}
|
|
4954
|
-
let g = (t) => {
|
|
4908
|
+
let { label: t, value: n, required: r, description: i, isInFormItems: a = !0, max: o, min: s, step: c, defaultValue: l, checkStatus: u, inputnumber: d = !1, labelWidth: f, tooltip: p = { open: !1 }, ...m } = e, h = "", g = q?.Item?.useStatus?.();
|
|
4909
|
+
h = (a ? g?.status : "") || "";
|
|
4910
|
+
let _ = (t) => {
|
|
4955
4911
|
e.onChange?.(t);
|
|
4956
4912
|
};
|
|
4957
4913
|
return /* @__PURE__ */ H(Oo, {
|
|
@@ -5001,7 +4957,7 @@ var ya = {}, ba = () => {
|
|
|
5001
4957
|
track: { borderRadius: 3 },
|
|
5002
4958
|
tracks: { borderRadius: 3 }
|
|
5003
4959
|
},
|
|
5004
|
-
onChange:
|
|
4960
|
+
onChange: _
|
|
5005
4961
|
})
|
|
5006
4962
|
})
|
|
5007
4963
|
});
|
|
@@ -5015,13 +4971,9 @@ var ya = {}, ba = () => {
|
|
|
5015
4971
|
margin-top: 0 !important;
|
|
5016
4972
|
}
|
|
5017
4973
|
`, jo = (e) => {
|
|
5018
|
-
let { label: t, value: n, required: r, description: i, isInFormItems: a = !0, defaultValue: o, checkStatus: s, labelWidth: c, size: l = "small", ...u } = e, d = "";
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
} catch {
|
|
5022
|
-
d = "";
|
|
5023
|
-
}
|
|
5024
|
-
let f = (t, n) => {
|
|
4974
|
+
let { label: t, value: n, required: r, description: i, isInFormItems: a = !0, defaultValue: o, checkStatus: s, labelWidth: c, size: l = "small", ...u } = e, d = "", f = q?.Item?.useStatus?.();
|
|
4975
|
+
d = (a ? f?.status : "") || "";
|
|
4976
|
+
let p = (t, n) => {
|
|
5025
4977
|
e.onChange?.(t, n);
|
|
5026
4978
|
};
|
|
5027
4979
|
return /* @__PURE__ */ H(po, {
|
|
@@ -5042,7 +4994,7 @@ var ya = {}, ba = () => {
|
|
|
5042
4994
|
marginInline: 0
|
|
5043
4995
|
},
|
|
5044
4996
|
value: n,
|
|
5045
|
-
onChange:
|
|
4997
|
+
onChange: p
|
|
5046
4998
|
})] })
|
|
5047
4999
|
});
|
|
5048
5000
|
}, Mo = {
|
|
@@ -6571,41 +6523,34 @@ var Rs = (e) => {
|
|
|
6571
6523
|
children: /* @__PURE__ */ H("span", { children: n.label })
|
|
6572
6524
|
});
|
|
6573
6525
|
}, Hs = (e) => {
|
|
6574
|
-
let { label: t, placeholder: n, children: r, required: i, description: a, options: s, allowNull: c, isInFormItems: l = !0, alwaysFocus: u = !1, optionNode: d, notFoundContent: p, size: m = "middle", tagRender: h, displayRender: g, ..._ } = e, y = o(), [b, x] = B(!1), S = z(null), [C, w] = B(!1), T = "";
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
let t = q?.Item?.useStatus?.();
|
|
6578
|
-
T = e.status || t?.status || "";
|
|
6579
|
-
} else T = e.status || "";
|
|
6580
|
-
} catch {
|
|
6581
|
-
T = e.status || "";
|
|
6582
|
-
}
|
|
6583
|
-
let E = R(() => s?.length ? (0, Z.cloneDeep)(s).map((e) => (e.locale && (e.label = y.formatMessage({ id: e.label })), e)) : [], [s, y]);
|
|
6526
|
+
let { label: t, placeholder: n, children: r, required: i, description: a, options: s, allowNull: c, isInFormItems: l = !0, alwaysFocus: u = !1, optionNode: d, notFoundContent: p, size: m = "middle", tagRender: h, displayRender: g, ..._ } = e, y = o(), [b, x] = B(!1), S = z(null), [C, w] = B(!1), T = "", E = q?.Item?.useStatus?.();
|
|
6527
|
+
T = e.status || (l ? E?.status : "") || "";
|
|
6528
|
+
let D = R(() => s?.length ? (0, Z.cloneDeep)(s).map((e) => (e.locale && (e.label = y.formatMessage({ id: e.label })), e)) : [], [s, y]);
|
|
6584
6529
|
F(() => {
|
|
6585
6530
|
(v(e.value) || c && e.value === null) && x(!0);
|
|
6586
6531
|
}, [e.value, c]);
|
|
6587
|
-
let
|
|
6532
|
+
let O = () => {
|
|
6588
6533
|
!e.disabled && !b && (S.current?.focus?.(), x(!0));
|
|
6589
|
-
},
|
|
6534
|
+
}, k = (t, n) => {
|
|
6590
6535
|
v(t) || c && t === null ? x(!0) : x(!1), e.onChange?.(t, n);
|
|
6591
|
-
}, k = (t) => {
|
|
6592
|
-
x(!0), e.onFocus?.(t);
|
|
6593
6536
|
}, A = (t) => {
|
|
6537
|
+
x(!0), e.onFocus?.(t);
|
|
6538
|
+
}, j = (t) => {
|
|
6594
6539
|
let n = !e.value || e.value.length === 0;
|
|
6595
6540
|
c && n ? x(!0) : n && x(!1), e.onBlur?.(t);
|
|
6596
|
-
},
|
|
6541
|
+
}, M = (t) => {
|
|
6597
6542
|
w(t), e.onOpenChange?.(t);
|
|
6598
|
-
},
|
|
6543
|
+
}, N = (e) => {
|
|
6599
6544
|
if (e.isMaxTag) return e.label?.slice(0, -3);
|
|
6600
6545
|
let t = Z.default.split(e.value, "__RC_CASCADER_SPLIT__")?.[0];
|
|
6601
6546
|
return g ? e.label : `${t} / ${e?.label}`;
|
|
6602
|
-
},
|
|
6547
|
+
}, P = (e) => /* @__PURE__ */ H(f, {
|
|
6603
6548
|
closable: e.closable,
|
|
6604
6549
|
onClose: e.onClose,
|
|
6605
6550
|
maxWidth: 240,
|
|
6606
6551
|
style: { marginRight: 4 },
|
|
6607
6552
|
filled: !0,
|
|
6608
|
-
children:
|
|
6553
|
+
children: N(e)
|
|
6609
6554
|
});
|
|
6610
6555
|
return /* @__PURE__ */ H(mo, { children: /* @__PURE__ */ H(po, {
|
|
6611
6556
|
className: (0, X.default)("seal-select-wrapper", { "seal-cascader-wrapper-small": m === "small" }),
|
|
@@ -6616,7 +6561,7 @@ var Rs = (e) => {
|
|
|
6616
6561
|
required: i,
|
|
6617
6562
|
description: a,
|
|
6618
6563
|
disabled: e.disabled,
|
|
6619
|
-
onClick:
|
|
6564
|
+
onClick: O,
|
|
6620
6565
|
children: /* @__PURE__ */ H(ot, {
|
|
6621
6566
|
..._,
|
|
6622
6567
|
placeholder: n,
|
|
@@ -6627,15 +6572,15 @@ var Rs = (e) => {
|
|
|
6627
6572
|
notFoundContent: p,
|
|
6628
6573
|
optionNode: d
|
|
6629
6574
|
}),
|
|
6630
|
-
tagRender: h ||
|
|
6575
|
+
tagRender: h || P,
|
|
6631
6576
|
displayRender: g,
|
|
6632
6577
|
ref: S,
|
|
6633
|
-
options: r ? null :
|
|
6634
|
-
onFocus:
|
|
6635
|
-
onBlur:
|
|
6636
|
-
onChange:
|
|
6578
|
+
options: r ? null : D,
|
|
6579
|
+
onFocus: A,
|
|
6580
|
+
onBlur: j,
|
|
6581
|
+
onChange: k,
|
|
6637
6582
|
notFoundContent: null,
|
|
6638
|
-
onOpenChange:
|
|
6583
|
+
onOpenChange: M
|
|
6639
6584
|
})
|
|
6640
6585
|
}) });
|
|
6641
6586
|
}, Us = Y.div`
|
|
@@ -6649,22 +6594,18 @@ var Rs = (e) => {
|
|
|
6649
6594
|
margin-top: 0 !important;
|
|
6650
6595
|
}
|
|
6651
6596
|
`, Ws = (e) => {
|
|
6652
|
-
let { label: t, checked: n, required: r, description: i, isInFormItems: a = !0, defaultChecked: o, checkStatus: s, ...c } = e, l = "";
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
} catch {
|
|
6656
|
-
l = "";
|
|
6657
|
-
}
|
|
6658
|
-
let u = (t) => {
|
|
6597
|
+
let { label: t, checked: n, required: r, description: i, isInFormItems: a = !0, defaultChecked: o, checkStatus: s, ...c } = e, l = "", u = q?.Item?.useStatus?.();
|
|
6598
|
+
l = e.checkStatus || (a ? u?.status : "") || "";
|
|
6599
|
+
let d = (t) => {
|
|
6659
6600
|
e.onChange?.(t);
|
|
6660
6601
|
};
|
|
6661
6602
|
return /* @__PURE__ */ H(po, {
|
|
6662
6603
|
required: r,
|
|
6663
|
-
status:
|
|
6604
|
+
status: l,
|
|
6664
6605
|
className: "no-focus",
|
|
6665
6606
|
children: /* @__PURE__ */ U(Us, {
|
|
6666
6607
|
onClick: () => {
|
|
6667
|
-
|
|
6608
|
+
d({ target: { checked: !n } });
|
|
6668
6609
|
},
|
|
6669
6610
|
children: [/* @__PURE__ */ H(Za, {
|
|
6670
6611
|
label: t,
|
|
@@ -6678,7 +6619,7 @@ var Rs = (e) => {
|
|
|
6678
6619
|
marginInline: 0
|
|
6679
6620
|
},
|
|
6680
6621
|
checked: n,
|
|
6681
|
-
onChange:
|
|
6622
|
+
onChange: d
|
|
6682
6623
|
})]
|
|
6683
6624
|
})
|
|
6684
6625
|
});
|
|
@@ -6868,23 +6809,19 @@ var Rs = (e) => {
|
|
|
6868
6809
|
})
|
|
6869
6810
|
});
|
|
6870
6811
|
}), Qs = (e) => {
|
|
6871
|
-
let { label: t, placeholder: n, children: r, required: i, description: a, options: s, allowNull: c, isInFormItems: l = !0, notFoundContent: u = null, ...d } = e, f = o(), [p, m] = B(!1), h = z(null), g = "";
|
|
6872
|
-
|
|
6873
|
-
|
|
6874
|
-
} catch {
|
|
6875
|
-
g = e.status || "";
|
|
6876
|
-
}
|
|
6877
|
-
let _ = R(() => s?.length ? (0, Z.cloneDeep)(s).map((e) => (e.locale && (e.label = f.formatMessage({ id: e.label })), e)) : [], [s, f]);
|
|
6812
|
+
let { label: t, placeholder: n, children: r, required: i, description: a, options: s, allowNull: c, isInFormItems: l = !0, notFoundContent: u = null, ...d } = e, f = o(), [p, m] = B(!1), h = z(null), g = "", _ = q?.Item?.useStatus?.();
|
|
6813
|
+
g = e.status || (l ? _?.status : "") || "";
|
|
6814
|
+
let y = R(() => s?.length ? (0, Z.cloneDeep)(s).map((e) => (e.locale && (e.label = f.formatMessage({ id: e.label })), e)) : [], [s, f]);
|
|
6878
6815
|
F(() => {
|
|
6879
6816
|
(v(e.value) || c && (e.value === null || e.value === void 0)) && m(!0);
|
|
6880
6817
|
}, [e.value, c]);
|
|
6881
|
-
let
|
|
6818
|
+
let b = () => {
|
|
6882
6819
|
!e.disabled && !p && (h.current?.focus?.(), m(!0));
|
|
6883
|
-
},
|
|
6820
|
+
}, x = (t, n) => {
|
|
6884
6821
|
v(t) || c && t === null ? m(!0) : m(!1), e.onChange?.(t, n);
|
|
6885
|
-
}, x = (t) => {
|
|
6886
|
-
m(!0), e.onFocus?.(t);
|
|
6887
6822
|
}, S = (t) => {
|
|
6823
|
+
m(!0), e.onFocus?.(t);
|
|
6824
|
+
}, C = (t) => {
|
|
6888
6825
|
c && e.value === null ? m(!0) : e.value || m(!1), e.onBlur?.(t);
|
|
6889
6826
|
};
|
|
6890
6827
|
return /* @__PURE__ */ H(mo, { children: /* @__PURE__ */ H(po, {
|
|
@@ -6895,14 +6832,14 @@ var Rs = (e) => {
|
|
|
6895
6832
|
required: i,
|
|
6896
6833
|
description: a,
|
|
6897
6834
|
disabled: e.disabled,
|
|
6898
|
-
onClick:
|
|
6835
|
+
onClick: b,
|
|
6899
6836
|
children: /* @__PURE__ */ H(Zs, {
|
|
6900
6837
|
...d,
|
|
6901
6838
|
ref: h,
|
|
6902
|
-
options: r ? void 0 :
|
|
6903
|
-
onFocus:
|
|
6904
|
-
onBlur:
|
|
6905
|
-
onChange:
|
|
6839
|
+
options: r ? void 0 : y,
|
|
6840
|
+
onFocus: S,
|
|
6841
|
+
onBlur: C,
|
|
6842
|
+
onChange: x,
|
|
6906
6843
|
notFoundContent: u,
|
|
6907
6844
|
children: r
|
|
6908
6845
|
})
|
|
@@ -8811,20 +8748,25 @@ var Fc = (e) => {
|
|
|
8811
8748
|
flex: none;
|
|
8812
8749
|
}
|
|
8813
8750
|
`, al = ({ dataList: e, label: t, description: n, disabled: r, btnText: i, children: a, onDelete: o, onAdd: s, styles: c }) => /* @__PURE__ */ H(eo, {
|
|
8814
|
-
styles: c,
|
|
8751
|
+
styles: { wrapper: c?.wrapper },
|
|
8815
8752
|
label: t,
|
|
8816
8753
|
description: n,
|
|
8817
8754
|
onAdd: s,
|
|
8818
8755
|
disabled: r,
|
|
8819
8756
|
btnText: i,
|
|
8820
|
-
children: e.map((e, t) => /* @__PURE__ */ U(il, {
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8757
|
+
children: e.map((e, t) => /* @__PURE__ */ U(il, {
|
|
8758
|
+
className: "item-container",
|
|
8759
|
+
style: c?.item,
|
|
8760
|
+
children: [a?.(e, t), !r && /* @__PURE__ */ H(G, {
|
|
8761
|
+
size: "small",
|
|
8762
|
+
className: "btn",
|
|
8763
|
+
type: "default",
|
|
8764
|
+
shape: "circle",
|
|
8765
|
+
style: c?.delBtn,
|
|
8766
|
+
onClick: () => o?.(t, e),
|
|
8767
|
+
children: /* @__PURE__ */ H(ke, {})
|
|
8768
|
+
})]
|
|
8769
|
+
}, t))
|
|
8828
8770
|
}), ol = Y.div`
|
|
8829
8771
|
display: flex;
|
|
8830
8772
|
justify-content: center;
|
|
@@ -10541,7 +10483,44 @@ var Yu = Y.div`
|
|
|
10541
10483
|
children: i
|
|
10542
10484
|
})]
|
|
10543
10485
|
})] }), p);
|
|
10544
|
-
}, ud =
|
|
10486
|
+
}, ud = {
|
|
10487
|
+
buttonWrapper: "styles-module__buttonWrapper___wwKZl",
|
|
10488
|
+
wrapper: "styles-module__wrapper___FITtv",
|
|
10489
|
+
tips: "styles-module__tips___xnrzu",
|
|
10490
|
+
button: "styles-module__button___mqt3w",
|
|
10491
|
+
label: "styles-module__label___wq9YF"
|
|
10492
|
+
}, dd = (e) => {
|
|
10493
|
+
let { label: t, value: n, defaultValue: r, children: i, description: a, onChange: o, showSwitch: s = !0, styles: c, action: l } = e, u = n !== void 0, [d, f] = B(r ?? !1), p = u ? !!n : d, m = (e) => {
|
|
10494
|
+
u || f(e), o?.(e);
|
|
10495
|
+
};
|
|
10496
|
+
return /* @__PURE__ */ U("div", {
|
|
10497
|
+
className: ud.wrapper,
|
|
10498
|
+
style: { ...c?.wrapper },
|
|
10499
|
+
children: [
|
|
10500
|
+
/* @__PURE__ */ U("div", {
|
|
10501
|
+
className: ud.buttonWrapper,
|
|
10502
|
+
style: { ...c?.checkboxWrapper },
|
|
10503
|
+
children: [
|
|
10504
|
+
/* @__PURE__ */ H("span", {
|
|
10505
|
+
className: ud.label,
|
|
10506
|
+
style: { ...c?.label },
|
|
10507
|
+
children: /* @__PURE__ */ H("span", { children: t })
|
|
10508
|
+
}),
|
|
10509
|
+
s && /* @__PURE__ */ H(Ot, {
|
|
10510
|
+
checked: p,
|
|
10511
|
+
onChange: m
|
|
10512
|
+
}),
|
|
10513
|
+
l
|
|
10514
|
+
]
|
|
10515
|
+
}),
|
|
10516
|
+
a && /* @__PURE__ */ H(Nt.Text, {
|
|
10517
|
+
type: "secondary",
|
|
10518
|
+
children: a
|
|
10519
|
+
}),
|
|
10520
|
+
p && /* @__PURE__ */ H("div", { children: i })
|
|
10521
|
+
]
|
|
10522
|
+
});
|
|
10523
|
+
}, fd = (e) => {
|
|
10545
10524
|
let { title: t, style: n, align: r, firstCell: i, lastCell: a, sortOrder: s, sortDirections: c = [
|
|
10546
10525
|
"ascend",
|
|
10547
10526
|
"descend",
|
|
@@ -10596,7 +10575,7 @@ var Yu = Y.div`
|
|
|
10596
10575
|
})
|
|
10597
10576
|
})
|
|
10598
10577
|
});
|
|
10599
|
-
},
|
|
10578
|
+
}, pd = (e) => {
|
|
10600
10579
|
let { onSort: t, sortDirections: n, sorterList: r, showSorterTooltip: i } = e;
|
|
10601
10580
|
return /* @__PURE__ */ H(xt, {
|
|
10602
10581
|
className: "row",
|
|
@@ -10604,7 +10583,7 @@ var Yu = Y.div`
|
|
|
10604
10583
|
let { title: s, dataIndex: c, align: l, width: u, span: d, headerStyle: f, sortOrder: p, sorter: m, defaultSortOrder: h } = a;
|
|
10605
10584
|
return /* @__PURE__ */ H(st, {
|
|
10606
10585
|
span: d,
|
|
10607
|
-
children: /* @__PURE__ */ H(
|
|
10586
|
+
children: /* @__PURE__ */ H(fd, {
|
|
10608
10587
|
onSort: t,
|
|
10609
10588
|
showSorterTooltip: i,
|
|
10610
10589
|
sorter: m,
|
|
@@ -10623,7 +10602,7 @@ var Yu = Y.div`
|
|
|
10623
10602
|
}, c || o);
|
|
10624
10603
|
})
|
|
10625
10604
|
});
|
|
10626
|
-
},
|
|
10605
|
+
}, md = (e) => {
|
|
10627
10606
|
let { hasColumns: t, expandable: n, enableSelection: r, onSelectAll: i, onExpandAll: a, indeterminate: s, selectAll: c, expandAll: l, disabled: u } = e;
|
|
10628
10607
|
o();
|
|
10629
10608
|
let d = () => {
|
|
@@ -10676,13 +10655,13 @@ var Yu = Y.div`
|
|
|
10676
10655
|
className: "header-row-prefix-wrapper",
|
|
10677
10656
|
children: /* @__PURE__ */ H(K, { disabled: u })
|
|
10678
10657
|
}) : null : null;
|
|
10679
|
-
},
|
|
10658
|
+
}, hd = (e) => {
|
|
10680
10659
|
let { children: t } = e;
|
|
10681
10660
|
return /* @__PURE__ */ H("div", {
|
|
10682
10661
|
className: "row-children",
|
|
10683
10662
|
children: t
|
|
10684
10663
|
});
|
|
10685
|
-
},
|
|
10664
|
+
}, gd = E.createContext({}), _d = E.createContext({}), vd = Y.div`
|
|
10686
10665
|
width: 30px;
|
|
10687
10666
|
margin-right: 5px;
|
|
10688
10667
|
&.disable-expand {
|
|
@@ -10690,11 +10669,11 @@ var Yu = Y.div`
|
|
|
10690
10669
|
display: none;
|
|
10691
10670
|
}
|
|
10692
10671
|
}
|
|
10693
|
-
`,
|
|
10672
|
+
`, yd = (e) => {
|
|
10694
10673
|
let { expandable: t, enableSelection: n, expanded: r, checked: i, disableExpand: a, handleRowExpand: o, handleSelectChange: s } = e, c = R(() => r, [r]);
|
|
10695
10674
|
return t && n ? /* @__PURE__ */ U("div", {
|
|
10696
10675
|
className: "row-prefix-wrapper",
|
|
10697
|
-
children: [/* @__PURE__ */ H(
|
|
10676
|
+
children: [/* @__PURE__ */ H(vd, {
|
|
10698
10677
|
className: (0, X.default)({ "disable-expand": a }),
|
|
10699
10678
|
children: Z.default.isBoolean(t) ? /* @__PURE__ */ H(G, {
|
|
10700
10679
|
type: "text",
|
|
@@ -10712,7 +10691,7 @@ var Yu = Y.div`
|
|
|
10712
10691
|
})]
|
|
10713
10692
|
}) : t ? /* @__PURE__ */ H("div", {
|
|
10714
10693
|
className: "row-prefix-wrapper",
|
|
10715
|
-
children: /* @__PURE__ */ H(
|
|
10694
|
+
children: /* @__PURE__ */ H(vd, {
|
|
10716
10695
|
className: (0, X.default)({ "disable-expand": a }),
|
|
10717
10696
|
children: Z.default.isBoolean(t) ? /* @__PURE__ */ H(G, {
|
|
10718
10697
|
type: "text",
|
|
@@ -10733,11 +10712,11 @@ var Yu = Y.div`
|
|
|
10733
10712
|
checked: i
|
|
10734
10713
|
})
|
|
10735
10714
|
}) : null;
|
|
10736
|
-
},
|
|
10715
|
+
}, bd = Y.div`
|
|
10737
10716
|
max-width: 100%;
|
|
10738
10717
|
display: flex;
|
|
10739
10718
|
align-items: center;
|
|
10740
|
-
`,
|
|
10719
|
+
`, xd = (e) => {
|
|
10741
10720
|
let t = o(), { isEditing: n, editable: r, handleSubmit: i, handleUndo: a, handleEdit: s } = e;
|
|
10742
10721
|
return r ? n ? /* @__PURE__ */ U("span", {
|
|
10743
10722
|
className: "flex-column",
|
|
@@ -10773,7 +10752,7 @@ var Yu = Y.div`
|
|
|
10773
10752
|
})
|
|
10774
10753
|
}, "edit")
|
|
10775
10754
|
}) : null;
|
|
10776
|
-
},
|
|
10755
|
+
}, Sd = (e) => {
|
|
10777
10756
|
let { editable: t, current: n, isEditing: r, row: i, render: a, onChange: o } = e;
|
|
10778
10757
|
return r && t ? typeof t == "object" && t?.valueType === "number" ? /* @__PURE__ */ H(gt, {
|
|
10779
10758
|
style: { width: "80px" },
|
|
@@ -10784,9 +10763,9 @@ var Yu = Y.div`
|
|
|
10784
10763
|
value: n,
|
|
10785
10764
|
onChange: (e) => o(e.target.value)
|
|
10786
10765
|
}) : a ? a(n, i) : n;
|
|
10787
|
-
},
|
|
10788
|
-
let { row: t, onCell: n } = P(
|
|
10789
|
-
return /* @__PURE__ */ U(
|
|
10766
|
+
}, Cd = (e) => {
|
|
10767
|
+
let { row: t, onCell: n } = P(gd), { dataIndex: r, render: i, editable: a } = e, [o, s] = E.useState(!1), [c, l] = E.useState(null);
|
|
10768
|
+
return /* @__PURE__ */ U(bd, { children: [/* @__PURE__ */ H(Sd, {
|
|
10790
10769
|
onChange: (e) => {
|
|
10791
10770
|
l(e);
|
|
10792
10771
|
},
|
|
@@ -10795,7 +10774,7 @@ var Yu = Y.div`
|
|
|
10795
10774
|
current: o ? c : t[r],
|
|
10796
10775
|
row: t,
|
|
10797
10776
|
render: i
|
|
10798
|
-
}), /* @__PURE__ */ H(
|
|
10777
|
+
}), /* @__PURE__ */ H(xd, {
|
|
10799
10778
|
editable: a,
|
|
10800
10779
|
isEditing: o,
|
|
10801
10780
|
handleEdit: () => {
|
|
@@ -10815,7 +10794,7 @@ var Yu = Y.div`
|
|
|
10815
10794
|
s(!1);
|
|
10816
10795
|
}
|
|
10817
10796
|
})] });
|
|
10818
|
-
},
|
|
10797
|
+
}, wd = Y.div`
|
|
10819
10798
|
padding: var(--ant-table-cell-padding-block)
|
|
10820
10799
|
var(--ant-table-cell-padding-inline);
|
|
10821
10800
|
display: flex;
|
|
@@ -10838,22 +10817,22 @@ var Yu = Y.div`
|
|
|
10838
10817
|
&.center {
|
|
10839
10818
|
justify-content: center;
|
|
10840
10819
|
}
|
|
10841
|
-
`,
|
|
10820
|
+
`, Td = (e) => {
|
|
10842
10821
|
let { dataIndex: t, render: n, align: r, editable: i, dataField: a } = e;
|
|
10843
|
-
return /* @__PURE__ */ H(
|
|
10822
|
+
return /* @__PURE__ */ H(wd, {
|
|
10844
10823
|
className: (0, X.default)("cell", {
|
|
10845
10824
|
left: r === "left",
|
|
10846
10825
|
center: r === "center",
|
|
10847
10826
|
right: r === "right"
|
|
10848
10827
|
}),
|
|
10849
|
-
children: /* @__PURE__ */ H(
|
|
10828
|
+
children: /* @__PURE__ */ H(Cd, {
|
|
10850
10829
|
dataIndex: a || t,
|
|
10851
10830
|
render: n,
|
|
10852
10831
|
editable: i
|
|
10853
10832
|
})
|
|
10854
10833
|
});
|
|
10855
|
-
},
|
|
10856
|
-
let { record: t, rowIndex: n, expandable: r, rowSelection: i, expandedRowKeys: a = [], rowKey: o, childParentKey: s, columns: c, pollingChildren: l, watchChildren: u, onCell: d, onExpand: f, renderChildren: p, loadChildren: m, loadChildrenAPI: h } = e, g = E.useContext(
|
|
10834
|
+
}, Ed = (e) => {
|
|
10835
|
+
let { record: t, rowIndex: n, expandable: r, rowSelection: i, expandedRowKeys: a = [], rowKey: o, childParentKey: s, columns: c, pollingChildren: l, watchChildren: u, onCell: d, onExpand: f, renderChildren: p, loadChildren: m, loadChildrenAPI: h } = e, g = E.useContext(_d), [_, v] = B([]), [y, b] = B(!1), x = z(null), S = z(null), C = z([]);
|
|
10857
10836
|
C.current = _;
|
|
10858
10837
|
let w = z(null), [T, D] = B(!0), [O, k] = B(!1);
|
|
10859
10838
|
F(() => () => {
|
|
@@ -10904,7 +10883,7 @@ var Yu = Y.div`
|
|
|
10904
10883
|
};
|
|
10905
10884
|
}, []), F(() => (T && I(), () => {
|
|
10906
10885
|
S.current?.current?.cancel?.();
|
|
10907
|
-
}), [T, g.allChildren]), /* @__PURE__ */ H(
|
|
10886
|
+
}), [T, g.allChildren]), /* @__PURE__ */ H(gd.Provider, {
|
|
10908
10887
|
value: {
|
|
10909
10888
|
row: {
|
|
10910
10889
|
...t,
|
|
@@ -10916,7 +10895,7 @@ var Yu = Y.div`
|
|
|
10916
10895
|
className: "row-box",
|
|
10917
10896
|
children: [/* @__PURE__ */ U("div", {
|
|
10918
10897
|
className: (0, X.default)("row-wrapper", { "row-wrapper-selected": j }),
|
|
10919
|
-
children: [/* @__PURE__ */ H(
|
|
10898
|
+
children: [/* @__PURE__ */ H(yd, {
|
|
10920
10899
|
expandable: r,
|
|
10921
10900
|
enableSelection: i?.enableSelection,
|
|
10922
10901
|
expanded: A,
|
|
@@ -10928,7 +10907,7 @@ var Yu = Y.div`
|
|
|
10928
10907
|
className: "seal-table-row",
|
|
10929
10908
|
children: c?.map(({ key: e, ...t }) => /* @__PURE__ */ H(st, {
|
|
10930
10909
|
span: t.span,
|
|
10931
|
-
children: /* @__PURE__ */ H(
|
|
10910
|
+
children: /* @__PURE__ */ H(Td, { ...t })
|
|
10932
10911
|
}, `${t.dataIndex}-${n}`))
|
|
10933
10912
|
})]
|
|
10934
10913
|
}), A && !V && /* @__PURE__ */ H("div", {
|
|
@@ -10941,9 +10920,9 @@ var Yu = Y.div`
|
|
|
10941
10920
|
})]
|
|
10942
10921
|
})
|
|
10943
10922
|
});
|
|
10944
|
-
},
|
|
10923
|
+
}, Dd = ({ dataSource: e, rowKey: t, rowSelection: n, expandable: r, expandedRowKeys: i, onExpand: a, childParentKey: o, pollingChildren: s, watchChildren: c, renderChildren: l, loadChildren: u, loadChildrenAPI: d, columns: f, onCell: p, empty: m }) => e.length ? /* @__PURE__ */ H("div", {
|
|
10945
10924
|
className: "seal-table-content",
|
|
10946
|
-
children: e.map((e, m) => /* @__PURE__ */ H(
|
|
10925
|
+
children: e.map((e, m) => /* @__PURE__ */ H(Ed, {
|
|
10947
10926
|
record: e,
|
|
10948
10927
|
rowIndex: m,
|
|
10949
10928
|
columns: f,
|
|
@@ -10963,7 +10942,7 @@ var Yu = Y.div`
|
|
|
10963
10942
|
}) : /* @__PURE__ */ H("div", {
|
|
10964
10943
|
className: "empty-wrapper",
|
|
10965
10944
|
children: m || /* @__PURE__ */ H(ft, { image: ft.PRESENTED_IMAGE_SIMPLE })
|
|
10966
|
-
}),
|
|
10945
|
+
}), Od = (e) => {
|
|
10967
10946
|
let t = e.filter((e) => e.defaultSortOrder);
|
|
10968
10947
|
return t.length === 0 ? [] : t.map((e) => ({
|
|
10969
10948
|
columnKey: e.key || e.dataIndex,
|
|
@@ -10971,8 +10950,8 @@ var Yu = Y.div`
|
|
|
10971
10950
|
order: e.defaultSortOrder || null
|
|
10972
10951
|
}));
|
|
10973
10952
|
};
|
|
10974
|
-
function
|
|
10975
|
-
let { onTableSort: t, columns: n } = e, r = z(
|
|
10953
|
+
function kd(e) {
|
|
10954
|
+
let { onTableSort: t, columns: n } = e, r = z(Od(n || [])), [i, a] = B(Od(n || []));
|
|
10976
10955
|
return {
|
|
10977
10956
|
sorterListRef: r,
|
|
10978
10957
|
sorterList: i,
|
|
@@ -10999,7 +10978,7 @@ function Dd(e) {
|
|
|
10999
10978
|
}
|
|
11000
10979
|
//#endregion
|
|
11001
10980
|
//#region src/lib/components/table/index.tsx
|
|
11002
|
-
var
|
|
10981
|
+
var Ad = Y.div`
|
|
11003
10982
|
width: 100%;
|
|
11004
10983
|
--ant-table-cell-padding-inline: ${(e) => e.$token.cellPaddingInline}px;
|
|
11005
10984
|
--ant-table-cell-padding-block: ${(e) => e.$token.cellPaddingBlock}px;
|
|
@@ -11010,8 +10989,8 @@ var Od = Y.div`
|
|
|
11010
10989
|
--ant-table-row-hover-bg: ${(e) => e.$token.rowHoverBg};
|
|
11011
10990
|
--ant-table-header-icon-color: ${(e) => e.$token.tableHeaderIconColor};
|
|
11012
10991
|
--ant-table-header-icon-hover-color: ${(e) => e.$token.tableHeaderIconHoverColor};
|
|
11013
|
-
`,
|
|
11014
|
-
let { columns: t, children: n, rowKey: r, childParentKey: i, onExpand: a, onExpandAll: o, onTableSort: s, onCell: c, expandedRowKeys: l, loading: u, loadend: d, expandable: f, pollingChildren: p, watchChildren: m, rowSelection: h, pagination: g, empty: _, sortDirections: v, showSorterTooltip: y, renderChildren: b, loadChildren: x, loadChildrenAPI: S } = e, { handleOnTableSort: C, sorterList: w } =
|
|
10992
|
+
`, jd = (e) => {
|
|
10993
|
+
let { columns: t, children: n, rowKey: r, childParentKey: i, onExpand: a, onExpandAll: o, onTableSort: s, onCell: c, expandedRowKeys: l, loading: u, loadend: d, expandable: f, pollingChildren: p, watchChildren: m, rowSelection: h, pagination: g, empty: _, sortDirections: v, showSorterTooltip: y, renderChildren: b, loadChildren: x, loadChildrenAPI: S } = e, { handleOnTableSort: C, sorterList: w } = kd({
|
|
11015
10994
|
onTableSort: s,
|
|
11016
10995
|
columns: t
|
|
11017
10996
|
}), { token: T } = Lt.useToken(), D = R(() => t || E.Children.toArray(n).filter(E.isValidElement).map((e) => {
|
|
@@ -11063,7 +11042,7 @@ var Od = Y.div`
|
|
|
11063
11042
|
}, F = (e, t) => {
|
|
11064
11043
|
g?.onShowSizeChange?.(e, t);
|
|
11065
11044
|
};
|
|
11066
|
-
return console.log("token.table", T), /* @__PURE__ */ U(
|
|
11045
|
+
return console.log("token.table", T), /* @__PURE__ */ U(Ad, {
|
|
11067
11046
|
$token: {
|
|
11068
11047
|
...T.Table,
|
|
11069
11048
|
tableHeaderIconColor: T.colorTextQuaternary,
|
|
@@ -11074,7 +11053,7 @@ var Od = Y.div`
|
|
|
11074
11053
|
className: "seal-table-container",
|
|
11075
11054
|
children: [/* @__PURE__ */ U("div", {
|
|
11076
11055
|
className: "header-row-wrapper",
|
|
11077
|
-
children: [/* @__PURE__ */ H(
|
|
11056
|
+
children: [/* @__PURE__ */ H(md, {
|
|
11078
11057
|
selectAll: k.selectAll,
|
|
11079
11058
|
indeterminate: k.indeterminate,
|
|
11080
11059
|
onSelectAll: M,
|
|
@@ -11084,7 +11063,7 @@ var Od = Y.div`
|
|
|
11084
11063
|
enableSelection: h?.enableSelection,
|
|
11085
11064
|
disabled: !e.dataSource?.length,
|
|
11086
11065
|
hasColumns: D.length > 0
|
|
11087
|
-
}), /* @__PURE__ */ H(
|
|
11066
|
+
}), /* @__PURE__ */ H(pd, {
|
|
11088
11067
|
onSort: C,
|
|
11089
11068
|
columns: D,
|
|
11090
11069
|
sortDirections: v,
|
|
@@ -11094,7 +11073,7 @@ var Od = Y.div`
|
|
|
11094
11073
|
}), /* @__PURE__ */ H(Dt, {
|
|
11095
11074
|
spinning: u,
|
|
11096
11075
|
size: "middle",
|
|
11097
|
-
children: /* @__PURE__ */ H(
|
|
11076
|
+
children: /* @__PURE__ */ H(Dd, {
|
|
11098
11077
|
empty: _,
|
|
11099
11078
|
dataSource: e.dataSource,
|
|
11100
11079
|
columns: D,
|
|
@@ -11122,16 +11101,16 @@ var Od = Y.div`
|
|
|
11122
11101
|
})]
|
|
11123
11102
|
});
|
|
11124
11103
|
};
|
|
11125
|
-
|
|
11104
|
+
jd.RowChildren = hd;
|
|
11126
11105
|
//#endregion
|
|
11127
11106
|
//#region src/lib/components/table/table-provider.tsx
|
|
11128
|
-
var
|
|
11107
|
+
var Md = ({ value: e, children: t }) => /* @__PURE__ */ H(_d.Provider, {
|
|
11129
11108
|
value: e,
|
|
11130
11109
|
children: t
|
|
11131
|
-
}),
|
|
11110
|
+
}), Nd = ({ value: e, children: t }) => /* @__PURE__ */ H(gd.Provider, {
|
|
11132
11111
|
value: e,
|
|
11133
11112
|
children: t
|
|
11134
|
-
}),
|
|
11113
|
+
}), Pd = (e) => {
|
|
11135
11114
|
let { gap: t = 0, dataList: n, renderTag: r } = e, i = z(null), [a, o] = B({
|
|
11136
11115
|
start: 0,
|
|
11137
11116
|
end: n.length
|
|
@@ -11195,7 +11174,7 @@ var Ad = ({ value: e, children: t }) => /* @__PURE__ */ H(hd.Provider, {
|
|
|
11195
11174
|
})]
|
|
11196
11175
|
})
|
|
11197
11176
|
});
|
|
11198
|
-
},
|
|
11177
|
+
}, Fd = Y(jt)`
|
|
11199
11178
|
display: flex;
|
|
11200
11179
|
align-items: center;
|
|
11201
11180
|
justify-content: center;
|
|
@@ -11205,9 +11184,9 @@ var Ad = ({ value: e, children: t }) => /* @__PURE__ */ H(hd.Provider, {
|
|
|
11205
11184
|
height: 22px;
|
|
11206
11185
|
opacity: 0.7;
|
|
11207
11186
|
margin: 0;
|
|
11208
|
-
`,
|
|
11187
|
+
`, Id = ({ opacity: e, style: t, children: n, ...r }) => {
|
|
11209
11188
|
let { config: i } = a(), { isDarkTheme: o } = i;
|
|
11210
|
-
return /* @__PURE__ */ H(
|
|
11189
|
+
return /* @__PURE__ */ H(Fd, {
|
|
11211
11190
|
...r,
|
|
11212
11191
|
variant: "outlined",
|
|
11213
11192
|
style: {
|
|
@@ -11217,10 +11196,10 @@ var Ad = ({ value: e, children: t }) => /* @__PURE__ */ H(hd.Provider, {
|
|
|
11217
11196
|
children: n
|
|
11218
11197
|
});
|
|
11219
11198
|
};
|
|
11220
|
-
|
|
11199
|
+
Id.displayName = "ThemeTag";
|
|
11221
11200
|
//#endregion
|
|
11222
11201
|
//#region src/lib/components/templates/card.tsx
|
|
11223
|
-
var
|
|
11202
|
+
var Ld = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
11224
11203
|
overflow: hidden;
|
|
11225
11204
|
display: flex;
|
|
11226
11205
|
padding: 16px 16px;
|
|
@@ -11257,31 +11236,31 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11257
11236
|
pointer-events: none;
|
|
11258
11237
|
border-style: dashed;
|
|
11259
11238
|
}
|
|
11260
|
-
`,
|
|
11239
|
+
`, Rd = Y.div.attrs({ className: "template-card-content" })`
|
|
11261
11240
|
width: 100%;
|
|
11262
11241
|
flex: 1;
|
|
11263
11242
|
color: var(--ant-color-text-tertiary);
|
|
11264
|
-
`,
|
|
11243
|
+
`, zd = Y.div.attrs({ className: "template-card-inner" })`
|
|
11265
11244
|
display: flex;
|
|
11266
11245
|
width: 100%;
|
|
11267
11246
|
flex-direction: column;
|
|
11268
11247
|
justify-content: flex-start;
|
|
11269
11248
|
gap: 8px;
|
|
11270
11249
|
height: 100%;
|
|
11271
|
-
`,
|
|
11250
|
+
`, Bd = Y.div.attrs({ className: "template-card-icon" })`
|
|
11272
11251
|
display: flex;
|
|
11273
11252
|
align-items: center;
|
|
11274
11253
|
margin-right: 16px;
|
|
11275
11254
|
font-size: 32px;
|
|
11276
|
-
`,
|
|
11255
|
+
`, Vd = Y.div.attrs({ className: "template-card-header" })`
|
|
11277
11256
|
font-weight: bold;
|
|
11278
11257
|
font-size: var(--font-size-base);
|
|
11279
11258
|
display: flex;
|
|
11280
11259
|
align-items: center;
|
|
11281
11260
|
justify-content: space-between;
|
|
11282
|
-
`,
|
|
11261
|
+
`, Hd = (e) => {
|
|
11283
11262
|
let { className: t, height: n, children: r, clickable: i = !0, ghost: a = !1, header: o, footer: s, icon: c, active: l, disabled: u, hoverable: d, onClick: f } = e;
|
|
11284
|
-
return /* @__PURE__ */ U(
|
|
11263
|
+
return /* @__PURE__ */ U(Ld, {
|
|
11285
11264
|
className: (0, X.default)(t, {
|
|
11286
11265
|
clickable: i,
|
|
11287
11266
|
hoverable: d,
|
|
@@ -11293,17 +11272,17 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11293
11272
|
onClick: () => {
|
|
11294
11273
|
u || !i || f?.();
|
|
11295
11274
|
},
|
|
11296
|
-
children: [c && /* @__PURE__ */ H(
|
|
11297
|
-
o && /* @__PURE__ */ H(
|
|
11298
|
-
r && /* @__PURE__ */ H(
|
|
11275
|
+
children: [c && /* @__PURE__ */ H(Bd, { children: c }), /* @__PURE__ */ U(zd, { children: [
|
|
11276
|
+
o && /* @__PURE__ */ H(Vd, { children: o }),
|
|
11277
|
+
r && /* @__PURE__ */ H(Rd, { children: r }),
|
|
11299
11278
|
s
|
|
11300
11279
|
] })]
|
|
11301
11280
|
});
|
|
11302
|
-
},
|
|
11281
|
+
}, Ud = Y.div`
|
|
11303
11282
|
.ant-skeleton-paragraph {
|
|
11304
11283
|
margin-bottom: 0;
|
|
11305
11284
|
}
|
|
11306
|
-
`,
|
|
11285
|
+
`, Wd = (e) => /* @__PURE__ */ H(Dl, {
|
|
11307
11286
|
dataList: [
|
|
11308
11287
|
,
|
|
11309
11288
|
,
|
|
@@ -11312,7 +11291,7 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11312
11291
|
,
|
|
11313
11292
|
,
|
|
11314
11293
|
].fill({ label: "skeleton" }),
|
|
11315
|
-
renderItem: () => /* @__PURE__ */ H(
|
|
11294
|
+
renderItem: () => /* @__PURE__ */ H(Ud, { children: /* @__PURE__ */ H(wt, {
|
|
11316
11295
|
avatar: { size: 32 },
|
|
11317
11296
|
paragraph: { rows: 2 },
|
|
11318
11297
|
style: {
|
|
@@ -11323,7 +11302,7 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11323
11302
|
},
|
|
11324
11303
|
...e.skeletonProps || {}
|
|
11325
11304
|
}) })
|
|
11326
|
-
}),
|
|
11305
|
+
}), Gd = Y.div`
|
|
11327
11306
|
width: 100%;
|
|
11328
11307
|
position: absolute;
|
|
11329
11308
|
display: flex;
|
|
@@ -11336,13 +11315,13 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11336
11315
|
.skelton-wrapper {
|
|
11337
11316
|
width: 100%;
|
|
11338
11317
|
}
|
|
11339
|
-
`,
|
|
11318
|
+
`, Kd = ({ loading: e, isFirst: t }) => /* @__PURE__ */ H("div", { children: e && /* @__PURE__ */ H(Gd, { children: /* @__PURE__ */ H(Dt, {
|
|
11340
11319
|
size: "middle",
|
|
11341
11320
|
spinning: e,
|
|
11342
11321
|
style: { width: "100%" },
|
|
11343
11322
|
classNames: { root: "skelton-wrapper" },
|
|
11344
|
-
children: t && /* @__PURE__ */ H(
|
|
11345
|
-
}) }) }),
|
|
11323
|
+
children: t && /* @__PURE__ */ H(Wd, {})
|
|
11324
|
+
}) }) }), qd = (e) => {
|
|
11346
11325
|
let { dataList: t, loading: n, isFirst: r, defaultSpan: i = 8, resizable: a = !0, renderItem: o } = e, { total: s, current: c, loading: l, refresh: u } = Lc();
|
|
11347
11326
|
return /* @__PURE__ */ U(Fc, {
|
|
11348
11327
|
total: s,
|
|
@@ -11354,12 +11333,12 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11354
11333
|
renderItem: o,
|
|
11355
11334
|
defaultSpan: i,
|
|
11356
11335
|
resizable: a
|
|
11357
|
-
}), /* @__PURE__ */ H(
|
|
11336
|
+
}), /* @__PURE__ */ H(Kd, {
|
|
11358
11337
|
loading: n,
|
|
11359
11338
|
isFirst: r
|
|
11360
11339
|
})]
|
|
11361
11340
|
});
|
|
11362
|
-
},
|
|
11341
|
+
}, Jd = /* @__PURE__ */ n(((e, t) => {
|
|
11363
11342
|
(function(n, r) {
|
|
11364
11343
|
typeof e == "object" && typeof t == "object" ? t.exports = r() : typeof define == "function" && define.amd ? define([], r) : typeof e == "object" ? e.FitAddon = r() : n.FitAddon = r();
|
|
11365
11344
|
})(self, (() => (() => {
|
|
@@ -11390,7 +11369,7 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
11390
11369
|
};
|
|
11391
11370
|
})(), e;
|
|
11392
11371
|
})()));
|
|
11393
|
-
})),
|
|
11372
|
+
})), Yd = /* @__PURE__ */ n(((e, t) => {
|
|
11394
11373
|
(function(n, r) {
|
|
11395
11374
|
if (typeof e == "object" && typeof t == "object") t.exports = r();
|
|
11396
11375
|
else if (typeof define == "function" && define.amd) define([], r);
|
|
@@ -18497,9 +18476,9 @@ var Fd = Y.div.attrs({ className: "template-card-wrapper" })`
|
|
|
18497
18476
|
e.Terminal = d;
|
|
18498
18477
|
})(), r;
|
|
18499
18478
|
})()));
|
|
18500
|
-
})),
|
|
18501
|
-
|
|
18502
|
-
var
|
|
18479
|
+
})), Xd = Jd();
|
|
18480
|
+
Yd();
|
|
18481
|
+
var Zd = Rt(({ token: e, css: t }) => ({
|
|
18503
18482
|
wrap: t`
|
|
18504
18483
|
position: relative;
|
|
18505
18484
|
text-align: left;
|
|
@@ -18518,16 +18497,16 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18518
18497
|
background-color: var(--color-logs-bg);
|
|
18519
18498
|
border-radius: 0 0 8px 8px;
|
|
18520
18499
|
`
|
|
18521
|
-
})),
|
|
18500
|
+
})), Qd = [
|
|
18522
18501
|
"bash",
|
|
18523
18502
|
"sh",
|
|
18524
18503
|
"powershell",
|
|
18525
18504
|
"pwsh",
|
|
18526
18505
|
"cmd",
|
|
18527
18506
|
"bash"
|
|
18528
|
-
],
|
|
18529
|
-
let { height: n, url: r, theme: i } = e, { styles: a } =
|
|
18530
|
-
u.current >=
|
|
18507
|
+
], $d = "--- press Y to reconnect! ---", ef = A((e, t) => {
|
|
18508
|
+
let { height: n, url: r, theme: i } = e, { styles: a } = Zd(), o = E.useRef(null), s = E.useRef(null), c = E.useRef(null), l = E.useRef(""), u = E.useRef(0), d = E.useRef(null), f = E.useRef(5), p = E.useRef(5), h = E.useRef(!0), g = E.useRef(!1), _ = E.useRef(null), v = E.useRef(!1), y = E.useRef(0), [b, x] = E.useState(0), S = new Xd.FitAddon(), C = (e) => {
|
|
18509
|
+
u.current >= Qd.length - 1 || (e ? u.current = 0 : u.current += 1, l.current = `${r}&${m.stringify({ shell: Qd[u.current] })}`);
|
|
18531
18510
|
}, w = () => (d.current && d.current.readyState) === 1, T = () => {
|
|
18532
18511
|
let { cols: e, rows: t } = c.current || {};
|
|
18533
18512
|
w() && d.current?.send(`#{"width":${e},"height":${t}}#`);
|
|
@@ -18550,7 +18529,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18550
18529
|
1011,
|
|
18551
18530
|
1006,
|
|
18552
18531
|
1e3
|
|
18553
|
-
].includes(b) ? (v.current = !0, h.current && c.current?.reset?.(), g.current || (c.current?.write?.(j(`(${b})${e.reason}\r\n`)), c.current?.write?.(M(`\r${
|
|
18532
|
+
].includes(b) ? (v.current = !0, h.current && c.current?.reset?.(), g.current || (c.current?.write?.(j(`(${b})${e.reason}\r\n`)), c.current?.write?.(M(`\r${$d}`))), h.current = !0) : e.reason && c.current?.write?.(j(`(${b})${e.reason}\r\n`)), g.current = !1;
|
|
18554
18533
|
}, R = (e) => {
|
|
18555
18534
|
let { message: t } = e;
|
|
18556
18535
|
t || (t = "disconnected!", v.current = !0, h.current = !0, g.current = !1), y.current = d.current.readyState, c.current?.write?.(M(`\r${t}`));
|
|
@@ -18584,55 +18563,55 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18584
18563
|
for (var t, n = 1, r = arguments.length; n < r; n++) for (var i in t = arguments[n], t) Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]);
|
|
18585
18564
|
return e;
|
|
18586
18565
|
}, $.apply(this, arguments);
|
|
18587
|
-
},
|
|
18566
|
+
}, tf = {
|
|
18588
18567
|
width: "100%",
|
|
18589
18568
|
height: "10px",
|
|
18590
18569
|
top: "0px",
|
|
18591
18570
|
left: "0px",
|
|
18592
18571
|
cursor: "row-resize"
|
|
18593
|
-
},
|
|
18572
|
+
}, nf = {
|
|
18594
18573
|
width: "10px",
|
|
18595
18574
|
height: "100%",
|
|
18596
18575
|
top: "0px",
|
|
18597
18576
|
left: "0px",
|
|
18598
18577
|
cursor: "col-resize"
|
|
18599
|
-
},
|
|
18578
|
+
}, rf = {
|
|
18600
18579
|
width: "20px",
|
|
18601
18580
|
height: "20px",
|
|
18602
18581
|
position: "absolute",
|
|
18603
18582
|
zIndex: 1
|
|
18604
|
-
},
|
|
18605
|
-
top: $($({},
|
|
18606
|
-
right: $($({},
|
|
18583
|
+
}, af = {
|
|
18584
|
+
top: $($({}, tf), { top: "-5px" }),
|
|
18585
|
+
right: $($({}, nf), {
|
|
18607
18586
|
left: void 0,
|
|
18608
18587
|
right: "-5px"
|
|
18609
18588
|
}),
|
|
18610
|
-
bottom: $($({},
|
|
18589
|
+
bottom: $($({}, tf), {
|
|
18611
18590
|
top: void 0,
|
|
18612
18591
|
bottom: "-5px"
|
|
18613
18592
|
}),
|
|
18614
|
-
left: $($({},
|
|
18615
|
-
topRight: $($({},
|
|
18593
|
+
left: $($({}, nf), { left: "-5px" }),
|
|
18594
|
+
topRight: $($({}, rf), {
|
|
18616
18595
|
right: "-10px",
|
|
18617
18596
|
top: "-10px",
|
|
18618
18597
|
cursor: "ne-resize"
|
|
18619
18598
|
}),
|
|
18620
|
-
bottomRight: $($({},
|
|
18599
|
+
bottomRight: $($({}, rf), {
|
|
18621
18600
|
right: "-10px",
|
|
18622
18601
|
bottom: "-10px",
|
|
18623
18602
|
cursor: "se-resize"
|
|
18624
18603
|
}),
|
|
18625
|
-
bottomLeft: $($({},
|
|
18604
|
+
bottomLeft: $($({}, rf), {
|
|
18626
18605
|
left: "-10px",
|
|
18627
18606
|
bottom: "-10px",
|
|
18628
18607
|
cursor: "sw-resize"
|
|
18629
18608
|
}),
|
|
18630
|
-
topLeft: $($({},
|
|
18609
|
+
topLeft: $($({}, rf), {
|
|
18631
18610
|
left: "-10px",
|
|
18632
18611
|
top: "-10px",
|
|
18633
18612
|
cursor: "nw-resize"
|
|
18634
18613
|
})
|
|
18635
|
-
},
|
|
18614
|
+
}, of = M(function(e) {
|
|
18636
18615
|
var t = e.onResizeStart, n = e.direction, r = e.children, i = e.replaceStyles, a = e.className, o = N(function(e) {
|
|
18637
18616
|
t(e, n);
|
|
18638
18617
|
}, [t, n]), s = N(function(e) {
|
|
@@ -18641,7 +18620,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18641
18620
|
return $($({
|
|
18642
18621
|
position: "absolute",
|
|
18643
18622
|
userSelect: "none"
|
|
18644
|
-
},
|
|
18623
|
+
}, af[n]), i ?? {});
|
|
18645
18624
|
}, [i, n]);
|
|
18646
18625
|
return H("div", {
|
|
18647
18626
|
className: a || void 0,
|
|
@@ -18650,7 +18629,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18650
18629
|
onTouchStart: s,
|
|
18651
18630
|
children: r
|
|
18652
18631
|
});
|
|
18653
|
-
}),
|
|
18632
|
+
}), sf = (function() {
|
|
18654
18633
|
var e = function(t, n) {
|
|
18655
18634
|
return e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(e, t) {
|
|
18656
18635
|
e.__proto__ = t;
|
|
@@ -18666,34 +18645,34 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18666
18645
|
}
|
|
18667
18646
|
t.prototype = n === null ? Object.create(n) : (r.prototype = n.prototype, new r());
|
|
18668
18647
|
};
|
|
18669
|
-
})(),
|
|
18670
|
-
return
|
|
18648
|
+
})(), cf = function() {
|
|
18649
|
+
return cf = Object.assign || function(e) {
|
|
18671
18650
|
for (var t, n = 1, r = arguments.length; n < r; n++) for (var i in t = arguments[n], t) Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]);
|
|
18672
18651
|
return e;
|
|
18673
|
-
},
|
|
18674
|
-
},
|
|
18652
|
+
}, cf.apply(this, arguments);
|
|
18653
|
+
}, lf = {
|
|
18675
18654
|
width: "auto",
|
|
18676
18655
|
height: "auto"
|
|
18677
|
-
},
|
|
18656
|
+
}, uf = function(e, t, n) {
|
|
18678
18657
|
return Math.max(Math.min(e, n), t);
|
|
18679
|
-
},
|
|
18658
|
+
}, df = function(e, t, n) {
|
|
18680
18659
|
var r = Math.round(e / t);
|
|
18681
18660
|
return r * t + n * (r - 1);
|
|
18682
|
-
},
|
|
18661
|
+
}, ff = function(e, t) {
|
|
18683
18662
|
return new RegExp(e, "i").test(t);
|
|
18684
|
-
},
|
|
18663
|
+
}, pf = function(e) {
|
|
18685
18664
|
return !!(e.touches && e.touches.length);
|
|
18686
|
-
},
|
|
18665
|
+
}, mf = function(e) {
|
|
18687
18666
|
return !!((e.clientX || e.clientX === 0) && (e.clientY || e.clientY === 0));
|
|
18688
|
-
},
|
|
18667
|
+
}, hf = function(e, t, n) {
|
|
18689
18668
|
n === void 0 && (n = 0);
|
|
18690
18669
|
var r = t.reduce(function(n, r, i) {
|
|
18691
18670
|
return Math.abs(r - e) < Math.abs(t[n] - e) ? i : n;
|
|
18692
18671
|
}, 0), i = Math.abs(t[r] - e);
|
|
18693
18672
|
return n === 0 || i < n ? t[r] : e;
|
|
18694
|
-
},
|
|
18673
|
+
}, gf = function(e) {
|
|
18695
18674
|
return e = e.toString(), e === "auto" || e.endsWith("px") || e.endsWith("%") || e.endsWith("vh") || e.endsWith("vw") || e.endsWith("vmax") || e.endsWith("vmin") ? e : `${e}px`;
|
|
18696
|
-
},
|
|
18675
|
+
}, _f = function(e, t, n, r) {
|
|
18697
18676
|
if (e && typeof e == "string") {
|
|
18698
18677
|
if (e.endsWith("px")) return Number(e.replace("px", ""));
|
|
18699
18678
|
if (e.endsWith("%")) {
|
|
@@ -18710,17 +18689,17 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18710
18689
|
}
|
|
18711
18690
|
}
|
|
18712
18691
|
return e;
|
|
18713
|
-
},
|
|
18714
|
-
return r =
|
|
18692
|
+
}, vf = function(e, t, n, r, i, a, o) {
|
|
18693
|
+
return r = _f(r, e.width, t, n), i = _f(i, e.height, t, n), a = _f(a, e.width, t, n), o = _f(o, e.height, t, n), {
|
|
18715
18694
|
maxWidth: r === void 0 ? void 0 : Number(r),
|
|
18716
18695
|
maxHeight: i === void 0 ? void 0 : Number(i),
|
|
18717
18696
|
minWidth: a === void 0 ? void 0 : Number(a),
|
|
18718
18697
|
minHeight: o === void 0 ? void 0 : Number(o)
|
|
18719
18698
|
};
|
|
18720
|
-
},
|
|
18699
|
+
}, yf = function(e) {
|
|
18721
18700
|
return Array.isArray(e) ? e : [e, e];
|
|
18722
|
-
},
|
|
18723
|
-
|
|
18701
|
+
}, bf = /* @__PURE__ */ "as.ref.style.className.grid.gridGap.snap.bounds.boundsByDirection.size.defaultSize.minWidth.minHeight.maxWidth.maxHeight.lockAspectRatio.lockAspectRatioExtraWidth.lockAspectRatioExtraHeight.enable.handleStyles.handleClasses.handleWrapperStyle.handleWrapperClass.children.onResizeStart.onResize.onResizeStop.handleComponent.scale.resizeRatio.snapGap".split("."), xf = "__resizable_base__", Sf = function(e) {
|
|
18702
|
+
sf(t, e);
|
|
18724
18703
|
function t(t) {
|
|
18725
18704
|
var n = e.call(this, t) || this;
|
|
18726
18705
|
return n.ratio = 1, n.resizable = null, n.parentLeft = 0, n.parentTop = 0, n.resizableLeft = 0, n.resizableRight = 0, n.resizableTop = 0, n.resizableBottom = 0, n.targetLeft = 0, n.targetTop = 0, n.delta = {
|
|
@@ -18731,7 +18710,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18731
18710
|
var e = n.parentNode;
|
|
18732
18711
|
if (!e) return null;
|
|
18733
18712
|
var t = n.window.document.createElement("div");
|
|
18734
|
-
return t.style.width = "100%", t.style.height = "100%", t.style.position = "absolute", t.style.transform = "scale(0, 0)", t.style.left = "0", t.style.flex = "0 0 100%", t.classList ? t.classList.add(
|
|
18713
|
+
return t.style.width = "100%", t.style.height = "100%", t.style.position = "absolute", t.style.transform = "scale(0, 0)", t.style.left = "0", t.style.flex = "0 0 100%", t.classList ? t.classList.add(xf) : t.className += xf, e.appendChild(t), t;
|
|
18735
18714
|
}, n.removeBase = function(e) {
|
|
18736
18715
|
var t = n.parentNode;
|
|
18737
18716
|
t && t.removeChild(e);
|
|
@@ -18776,7 +18755,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18776
18755
|
configurable: !0
|
|
18777
18756
|
}), Object.defineProperty(t.prototype, "propsSize", {
|
|
18778
18757
|
get: function() {
|
|
18779
|
-
return this.props.size || this.props.defaultSize ||
|
|
18758
|
+
return this.props.size || this.props.defaultSize || lf;
|
|
18780
18759
|
},
|
|
18781
18760
|
enumerable: !1,
|
|
18782
18761
|
configurable: !0
|
|
@@ -18803,11 +18782,11 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18803
18782
|
var n = e.getParentSize();
|
|
18804
18783
|
return `${Number(e.state[t].toString().replace("px", "")) / n[t] * 100}%`;
|
|
18805
18784
|
}
|
|
18806
|
-
return
|
|
18785
|
+
return gf(e.state[t]);
|
|
18807
18786
|
};
|
|
18808
18787
|
return {
|
|
18809
|
-
width: t && t.width !== void 0 && !this.state.isResizing ?
|
|
18810
|
-
height: t && t.height !== void 0 && !this.state.isResizing ?
|
|
18788
|
+
width: t && t.width !== void 0 && !this.state.isResizing ? gf(t.width) : n("width"),
|
|
18789
|
+
height: t && t.height !== void 0 && !this.state.isResizing ? gf(t.height) : n("height")
|
|
18811
18790
|
};
|
|
18812
18791
|
},
|
|
18813
18792
|
enumerable: !1,
|
|
@@ -18854,7 +18833,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18854
18833
|
var n = this.propsSize && this.propsSize[t];
|
|
18855
18834
|
return this.state[t] === "auto" && this.state.original[t] === e && (n === void 0 || n === "auto") ? "auto" : e;
|
|
18856
18835
|
}, t.prototype.calculateNewMaxFromBoundary = function(e, t) {
|
|
18857
|
-
var n = this.props.boundsByDirection, r = this.state.direction, i = n &&
|
|
18836
|
+
var n = this.props.boundsByDirection, r = this.state.direction, i = n && ff("left", r), a = n && ff("top", r), o, s;
|
|
18858
18837
|
if (this.props.bounds === "parent") {
|
|
18859
18838
|
var c = this.parentNode;
|
|
18860
18839
|
c && (o = i ? this.resizableRight - this.parentLeft : c.offsetWidth + (this.parentLeft - this.resizableLeft), s = a ? this.resizableBottom - this.parentTop : c.offsetHeight + (this.parentTop - this.resizableTop));
|
|
@@ -18864,8 +18843,8 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18864
18843
|
maxHeight: t
|
|
18865
18844
|
};
|
|
18866
18845
|
}, t.prototype.calculateNewSizeFromDirection = function(e, t) {
|
|
18867
|
-
var n = this.props.scale || 1, r =
|
|
18868
|
-
return
|
|
18846
|
+
var n = this.props.scale || 1, r = yf(this.props.resizeRatio || 1), i = r[0], a = r[1], o = this.state, s = o.direction, c = o.original, l = this.props, u = l.lockAspectRatio, d = l.lockAspectRatioExtraHeight, f = l.lockAspectRatioExtraWidth, p = c.width, m = c.height, h = d || 0, g = f || 0;
|
|
18847
|
+
return ff("right", s) && (p = c.width + (e - c.x) * i / n, u && (m = (p - g) / this.ratio + h)), ff("left", s) && (p = c.width - (e - c.x) * i / n, u && (m = (p - g) / this.ratio + h)), ff("bottom", s) && (m = c.height + (t - c.y) * a / n, u && (p = (m - h) * this.ratio + g)), ff("top", s) && (m = c.height - (t - c.y) * a / n, u && (p = (m - h) * this.ratio + g)), {
|
|
18869
18848
|
newWidth: p,
|
|
18870
18849
|
newHeight: m
|
|
18871
18850
|
};
|
|
@@ -18873,8 +18852,8 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18873
18852
|
var i = this.props, a = i.lockAspectRatio, o = i.lockAspectRatioExtraHeight, s = i.lockAspectRatioExtraWidth, c = r.width === void 0 ? 10 : r.width, l = n.width === void 0 || n.width < 0 ? e : n.width, u = r.height === void 0 ? 10 : r.height, d = n.height === void 0 || n.height < 0 ? t : n.height, f = o || 0, p = s || 0;
|
|
18874
18853
|
if (a) {
|
|
18875
18854
|
var m = (u - f) * this.ratio + p, h = (d - f) * this.ratio + p, g = (c - p) / this.ratio + f, _ = (l - p) / this.ratio + f, v = Math.max(c, m), y = Math.min(l, h), b = Math.max(u, g), x = Math.min(d, _);
|
|
18876
|
-
e =
|
|
18877
|
-
} else e =
|
|
18855
|
+
e = uf(e, v, y), t = uf(t, b, x);
|
|
18856
|
+
} else e = uf(e, c, l), t = uf(t, u, d);
|
|
18878
18857
|
return {
|
|
18879
18858
|
newWidth: e,
|
|
18880
18859
|
newHeight: t
|
|
@@ -18899,7 +18878,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18899
18878
|
}, t.prototype.onResizeStart = function(e, t) {
|
|
18900
18879
|
if (!(!this.resizable || !this.window)) {
|
|
18901
18880
|
var n = 0, r = 0;
|
|
18902
|
-
if (e.nativeEvent &&
|
|
18881
|
+
if (e.nativeEvent && mf(e.nativeEvent) ? (n = e.nativeEvent.clientX, r = e.nativeEvent.clientY) : e.nativeEvent && pf(e.nativeEvent) && (n = e.nativeEvent.touches[0].clientX, r = e.nativeEvent.touches[0].clientY), !(this.props.onResizeStart && this.resizable && this.props.onResizeStart(e, t, this.resizable) === !1)) {
|
|
18903
18882
|
this.props.size && (this.props.size.height !== void 0 && this.props.size.height !== this.state.height && this.setState({ height: this.props.size.height }), this.props.size.width !== void 0 && this.props.size.width !== this.state.width && this.setState({ width: this.props.size.width })), this.ratio = typeof this.props.lockAspectRatio == "number" ? this.props.lockAspectRatio : this.size.width / this.size.height;
|
|
18904
18883
|
var i, a = this.window.getComputedStyle(this.resizable);
|
|
18905
18884
|
if (a.flexBasis !== "auto") {
|
|
@@ -18918,7 +18897,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18918
18897
|
height: this.size.height
|
|
18919
18898
|
},
|
|
18920
18899
|
isResizing: !0,
|
|
18921
|
-
backgroundStyle:
|
|
18900
|
+
backgroundStyle: cf(cf({}, this.state.backgroundStyle), { cursor: this.window.getComputedStyle(e.target).cursor || "auto" }),
|
|
18922
18901
|
direction: t,
|
|
18923
18902
|
flexBasis: i
|
|
18924
18903
|
};
|
|
@@ -18928,13 +18907,13 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18928
18907
|
}, t.prototype.onMouseMove = function(e) {
|
|
18929
18908
|
var t = this;
|
|
18930
18909
|
if (!(!this.state.isResizing || !this.resizable || !this.window)) {
|
|
18931
|
-
if (this.window.TouchEvent &&
|
|
18910
|
+
if (this.window.TouchEvent && pf(e)) try {
|
|
18932
18911
|
e.preventDefault(), e.stopPropagation();
|
|
18933
18912
|
} catch {}
|
|
18934
|
-
var n = this.props, r = n.maxWidth, i = n.maxHeight, a = n.minWidth, o = n.minHeight, s =
|
|
18913
|
+
var n = this.props, r = n.maxWidth, i = n.maxHeight, a = n.minWidth, o = n.minHeight, s = pf(e) ? e.touches[0].clientX : e.clientX, c = pf(e) ? e.touches[0].clientY : e.clientY, l = this.state, u = l.direction, d = l.original, f = l.width, p = l.height, m = this.getParentSize(), h = vf(m, this.window.innerWidth, this.window.innerHeight, r, i, a, o);
|
|
18935
18914
|
r = h.maxWidth, i = h.maxHeight, a = h.minWidth, o = h.minHeight;
|
|
18936
18915
|
var g = this.calculateNewSizeFromDirection(s, c), _ = g.newHeight, v = g.newWidth, y = this.calculateNewMaxFromBoundary(r, i);
|
|
18937
|
-
this.props.snap && this.props.snap.x && (v =
|
|
18916
|
+
this.props.snap && this.props.snap.x && (v = hf(v, this.props.snap.x, this.props.snapGap)), this.props.snap && this.props.snap.y && (_ = hf(_, this.props.snap.y, this.props.snapGap));
|
|
18938
18917
|
var b = this.calculateNewSizeFromAspectRatio(v, _, {
|
|
18939
18918
|
width: y.maxWidth,
|
|
18940
18919
|
height: y.maxHeight
|
|
@@ -18943,7 +18922,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18943
18922
|
height: o
|
|
18944
18923
|
});
|
|
18945
18924
|
if (v = b.newWidth, _ = b.newHeight, this.props.grid) {
|
|
18946
|
-
var x =
|
|
18925
|
+
var x = df(v, this.props.grid[0], this.props.gridGap ? this.props.gridGap[0] : 0), S = df(_, this.props.grid[1], this.props.gridGap ? this.props.gridGap[1] : 0), C = this.props.snapGap || 0, w = C === 0 || Math.abs(x - v) <= C ? x : v, T = C === 0 || Math.abs(S - _) <= C ? S : _;
|
|
18947
18926
|
v = w, _ = T;
|
|
18948
18927
|
}
|
|
18949
18928
|
var E = {
|
|
@@ -18991,7 +18970,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
18991
18970
|
height: this.props.size.height ?? "auto"
|
|
18992
18971
|
}), this.unbindEvents(), this.setState({
|
|
18993
18972
|
isResizing: !1,
|
|
18994
|
-
backgroundStyle:
|
|
18973
|
+
backgroundStyle: cf(cf({}, this.state.backgroundStyle), { cursor: "auto" })
|
|
18995
18974
|
}));
|
|
18996
18975
|
}, t.prototype.updateSize = function(e) {
|
|
18997
18976
|
this.setState({
|
|
@@ -19004,7 +18983,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
19004
18983
|
className: o,
|
|
19005
18984
|
style: a,
|
|
19006
18985
|
children: Object.keys(n).map(function(t) {
|
|
19007
|
-
return n[t] === !1 ? null : H(
|
|
18986
|
+
return n[t] === !1 ? null : H(of, {
|
|
19008
18987
|
direction: t,
|
|
19009
18988
|
onResizeStart: e.onResizeStart,
|
|
19010
18989
|
replaceStyles: r && r[t],
|
|
@@ -19015,8 +18994,8 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
19015
18994
|
}) : null;
|
|
19016
18995
|
}, t.prototype.render = function() {
|
|
19017
18996
|
var e = this, t = Object.keys(this.props).reduce(function(t, n) {
|
|
19018
|
-
return
|
|
19019
|
-
}, {}), n =
|
|
18997
|
+
return bf.indexOf(n) === -1 && (t[n] = e.props[n]), t;
|
|
18998
|
+
}, {}), n = cf(cf(cf({
|
|
19020
18999
|
position: "relative",
|
|
19021
19000
|
userSelect: this.state.isResizing ? "none" : "auto"
|
|
19022
19001
|
}, this.props.style), this.sizeStyle), {
|
|
@@ -19027,7 +19006,7 @@ var Yd = Rt(({ token: e, css: t }) => ({
|
|
|
19027
19006
|
boxSizing: "border-box",
|
|
19028
19007
|
flexShrink: 0
|
|
19029
19008
|
});
|
|
19030
|
-
return this.state.flexBasis && (n.flexBasis = this.state.flexBasis), U(this.props.as || "div",
|
|
19009
|
+
return this.state.flexBasis && (n.flexBasis = this.state.flexBasis), U(this.props.as || "div", cf({
|
|
19031
19010
|
style: n,
|
|
19032
19011
|
className: this.props.className
|
|
19033
19012
|
}, t, {
|
|
@@ -19081,11 +19060,11 @@ Y(G)`
|
|
|
19081
19060
|
background: none !important;
|
|
19082
19061
|
}
|
|
19083
19062
|
`;
|
|
19084
|
-
var
|
|
19063
|
+
var Cf = A((e, t) => {
|
|
19085
19064
|
let { defaultWidth: n, defaultHeight: r = 180, minHeight: i = 180, maxHeight: a = 400, children: s, onReSize: c, onReSizeStop: l, ...u } = e;
|
|
19086
19065
|
o();
|
|
19087
19066
|
let d = z(null);
|
|
19088
|
-
return I(t, () => ({ container: d.current })), /* @__PURE__ */ H(
|
|
19067
|
+
return I(t, () => ({ container: d.current })), /* @__PURE__ */ H(Sf, {
|
|
19089
19068
|
ref: d,
|
|
19090
19069
|
enable: { top: !0 },
|
|
19091
19070
|
defaultSize: {
|
|
@@ -19100,7 +19079,7 @@ var xf = A((e, t) => {
|
|
|
19100
19079
|
...u,
|
|
19101
19080
|
children: s
|
|
19102
19081
|
});
|
|
19103
|
-
}),
|
|
19082
|
+
}), wf = Y.div`
|
|
19104
19083
|
.ant-tabs {
|
|
19105
19084
|
.ant-tabs-tab {
|
|
19106
19085
|
positon: relative;
|
|
@@ -19160,11 +19139,11 @@ var xf = A((e, t) => {
|
|
|
19160
19139
|
color: var(--ant-color-text);
|
|
19161
19140
|
}
|
|
19162
19141
|
}
|
|
19163
|
-
`,
|
|
19142
|
+
`, Tf = ({ terminals: e, currentActive: t, onClose: n }) => {
|
|
19164
19143
|
let [r, i] = B(t || e[0]?.url || ""), [a, o] = B(300), s = E.useRef(null), c = R(() => e.map((e) => ({
|
|
19165
19144
|
key: e.url,
|
|
19166
19145
|
label: e.name,
|
|
19167
|
-
children: /* @__PURE__ */ H(
|
|
19146
|
+
children: /* @__PURE__ */ H(ef, {
|
|
19168
19147
|
height: a,
|
|
19169
19148
|
url: e.url
|
|
19170
19149
|
})
|
|
@@ -19174,10 +19153,10 @@ var xf = A((e, t) => {
|
|
|
19174
19153
|
}, 200);
|
|
19175
19154
|
return F(() => {
|
|
19176
19155
|
t && i(t);
|
|
19177
|
-
}, [t]), /* @__PURE__ */ H(
|
|
19156
|
+
}, [t]), /* @__PURE__ */ H(Cf, {
|
|
19178
19157
|
onReSize: l,
|
|
19179
19158
|
ref: s,
|
|
19180
|
-
children: /* @__PURE__ */ H(
|
|
19159
|
+
children: /* @__PURE__ */ H(wf, { children: /* @__PURE__ */ H(At, {
|
|
19181
19160
|
type: "editable-card",
|
|
19182
19161
|
hideAdd: !0,
|
|
19183
19162
|
activeKey: r,
|
|
@@ -19193,11 +19172,11 @@ var xf = A((e, t) => {
|
|
|
19193
19172
|
}) }
|
|
19194
19173
|
}) })
|
|
19195
19174
|
});
|
|
19196
|
-
},
|
|
19175
|
+
}, Ef = ({ terminals: e, open: t, onClose: n, currentActive: r }) => /* @__PURE__ */ H(Tf, {
|
|
19197
19176
|
terminals: e,
|
|
19198
19177
|
currentActive: r,
|
|
19199
19178
|
onClose: n
|
|
19200
|
-
}),
|
|
19179
|
+
}), Df = Y.ul`
|
|
19201
19180
|
list-style: none;
|
|
19202
19181
|
padding-left: 0;
|
|
19203
19182
|
margin: 0;
|
|
@@ -19215,16 +19194,16 @@ var xf = A((e, t) => {
|
|
|
19215
19194
|
display: inline-flex;
|
|
19216
19195
|
}
|
|
19217
19196
|
}
|
|
19218
|
-
`,
|
|
19197
|
+
`, Of = (e) => {
|
|
19219
19198
|
let t = o(), { list: n } = e;
|
|
19220
|
-
return /* @__PURE__ */ H(
|
|
19199
|
+
return /* @__PURE__ */ H(Df, { children: n.map((e, n) => /* @__PURE__ */ U("li", { children: [/* @__PURE__ */ U("span", {
|
|
19221
19200
|
className: "title",
|
|
19222
19201
|
children: [e.title?.locale ? t.formatMessage({ id: e.title?.text || "" }) : e.title, ":"]
|
|
19223
19202
|
}), /* @__PURE__ */ H("span", {
|
|
19224
19203
|
className: "content",
|
|
19225
19204
|
children: t.formatMessage({ id: e.tips })
|
|
19226
19205
|
})] }, n)) });
|
|
19227
|
-
},
|
|
19206
|
+
}, kf = Y.div`
|
|
19228
19207
|
.ant-transfer-section {
|
|
19229
19208
|
width: 100%;
|
|
19230
19209
|
height: 300px;
|
|
@@ -19281,12 +19260,12 @@ var xf = A((e, t) => {
|
|
|
19281
19260
|
.ant-pagination {
|
|
19282
19261
|
justify-content: center;
|
|
19283
19262
|
}
|
|
19284
|
-
`,
|
|
19263
|
+
`, Af = (e) => {
|
|
19285
19264
|
let t = o(), n = (e) => e.selectedCount ? /* @__PURE__ */ H("span", {
|
|
19286
19265
|
style: { color: "var(--ant-color-text-secondary)" },
|
|
19287
19266
|
children: t.formatMessage({ id: "common.select.count" }, { count: e.selectedCount })
|
|
19288
19267
|
}) : null;
|
|
19289
|
-
return /* @__PURE__ */ H(
|
|
19268
|
+
return /* @__PURE__ */ H(kf, { children: /* @__PURE__ */ H(Mt, {
|
|
19290
19269
|
...e,
|
|
19291
19270
|
selectAllLabels: e.selectAllLabels || [n, n],
|
|
19292
19271
|
selectionsIcon: /* @__PURE__ */ H(Ae, { style: {
|
|
@@ -19294,7 +19273,7 @@ var xf = A((e, t) => {
|
|
|
19294
19273
|
marginBottom: 3
|
|
19295
19274
|
} })
|
|
19296
19275
|
}) });
|
|
19297
|
-
},
|
|
19276
|
+
}, jf = A((e, t) => {
|
|
19298
19277
|
let { minHeight: n = 50, header: r, variant: i = "bordered", children: a, setCollapsed: o } = e, [s, c] = B(!0), l = z(null);
|
|
19299
19278
|
F(() => {
|
|
19300
19279
|
l?.current && (l.current.style.minHeight = s ? `${l.current.scrollHeight || 0}px` : "0px");
|
|
@@ -19327,7 +19306,7 @@ var xf = A((e, t) => {
|
|
|
19327
19306
|
})
|
|
19328
19307
|
})]
|
|
19329
19308
|
});
|
|
19330
|
-
}),
|
|
19309
|
+
}), Mf = (e) => {
|
|
19331
19310
|
let [t, n] = Ft.useMessage(), { icon: r, accept: i, type: a, size: s = "large", shape: c = "circle" } = e, l = o(), u = (e) => !1, d = (n) => e.maxFileSize && n.size > e.maxFileSize ? (t.open({
|
|
19332
19311
|
type: "warning",
|
|
19333
19312
|
content: l.formatMessage({ id: "playground.uploadfile.sizeError" }, { size: `${b(e.maxFileSize)}` })
|
|
@@ -19364,7 +19343,7 @@ var xf = A((e, t) => {
|
|
|
19364
19343
|
})
|
|
19365
19344
|
}), n]
|
|
19366
19345
|
});
|
|
19367
|
-
},
|
|
19346
|
+
}, Nf = A((e, t) => {
|
|
19368
19347
|
let { lang: n, value: r, config: i, defaultLang: a, height: o = 380, theme: s = "vs-dark", header: c, variant: l = "borderless", placeholder: u } = e, d = z(null), f = (e) => {
|
|
19369
19348
|
e.languages.typescript.javascriptDefaults.setDiagnosticsOptions({
|
|
19370
19349
|
noSemanticValidation: !1,
|
|
@@ -19419,4 +19398,4 @@ var xf = A((e, t) => {
|
|
|
19419
19398
|
});
|
|
19420
19399
|
});
|
|
19421
19400
|
//#endregion
|
|
19422
|
-
export { dn as Access, gn as AlertBlockInfo, fn as AlertInfo, yn as AudioAnimation, Sn as AudioPlayer, go as AutoComplete, jn as AutoImage, f as AutoTooltip, Wo as BarChart, To as BaseSelect, mi as BibtexViewer, gi as CardWrapper, Hs as Cascader,
|
|
19401
|
+
export { dn as Access, gn as AlertBlockInfo, fn as AlertInfo, yn as AudioAnimation, Sn as AudioPlayer, go as AutoComplete, jn as AutoImage, f as AutoTooltip, Wo as BarChart, To as BaseSelect, mi as BibtexViewer, gi as CardWrapper, Hs as Cascader, Cd as CellContent, Bo as Chart, xi as CheckButtons, Ws as Checkbox, Gs as CheckboxField, wi as CollapseContainer, Di as CollapsePanel, Ea as ColumnSettings, Ma as ColumnWrapper, Ra as CommandViewer, Ba as ContentWrapper, u as CopyButton, un as CoreUIProvider, Ua as DeleteModal, Ga as DividerLine, qa as DocLink, Ai as DropdownActions, Ya as DropdownButtons, Xa as DynamicForm, C as EditorWrap, $o as ErrorMessage, Ks as FieldComponent, Sl as FilterBar, ts as FilterForm, bl as FiltersButton, ns as FormButtons, Bs as FormDrawer, Rs as GSDrawer, Ko as GaugeChart, oc as GrafanaIcon, qo as HBarChart, Ti as HeadlessCollapse, p as HighlightCode, Do as INPUT_WIDTH, Q as IconFont, vc as ImageEditor, Fc as InfiniteScroller, Rc as InfiniteScrollerProvider, td as InfoColumn, Co as Input, vo as InputNumber, yo as InputSearch, Bc as LabelCell, Za as LabelInfo, Kc as LabelSelector, qc as LabelSelectorProvider, Yo as LineChart, Zc as ListInput, Lo as ListMap, rl as LogsViewer, al as MetadataList, Xo as MixLineBarChart, is as ModalFooter, sl as MoreButton, Qs as MultipleSelect, fl as NoResult, l as OverlayScroller, _l as PageBox, ml as PageBreadcrumb, gl as PageContainerInner, tl as PageSize, xl as PageTools, bo as Password, wl as Popover, Tl as ProgressBar, El as RadioButtons, Dl as ResizeContainer, Cf as ResizePanel, hd as RowChildren, nc as RowTextarea, Zo as ScatterChart, Al as ScrollSpyTabs, Fl as ScrollerModal, Ia as SegmentLine, Eo as Select, Hl as SelectPanel, Wl as Shortcut, On as SimpleAudio, bi as SimpleCard, Xu as SimpleOverlay, Zs as SimpleSelect, ed as SimpleTable, fi as SingleImage, ko as Slider, ec as SmallCloseButton, id as SpeechContent, sd as StatusTag, ld as SubDrawer, jo as Switch, dd as SwitchCard, ac as SwitchInput, jd as Table, Md as TableProvider, Nd as TableRowProvider, Pd as TagsWrapper, Hd as TemplateCard, qd as TemplateCardList, Wd as TemplateCardSkeleton, Ef as TerminalTabs, So as Textarea, Id as ThemeTag, tc as ThumbImage, Of as TooltipList, c as TooltipOverlayScroller, Af as Transfer, jf as TransitionWrapper, Mf as UploadAudio, Mi as UploadImage, Nf as ViewerEditor, ef as XTerminal, Hi as config, sc as icons, wc as processImage, ki as useAccess, Oi as useActions, Pi as useAddImage, Fi as useAppUtils, Ii as useBodyScroll, Vi as useChunkFetch, $i as useChunkRequest, Oa as useColumnWrapperContext, Oa as useWrapperContext, ea as useContainerScroll, a as useCoreUIContext, ba as useCoreUISlots, xa as useCurrentUser, ta as useDeferredRequest, sa as useDownloadLogs, ra as useDownloadStream, ca as useExpandedRowKeys, jl as useFinishFailed, o as useIntl, d as useOverlayScroller, ua as useQueryData, ua as useRequest, la as useQueryDataList, da as useRequestToken, fa as useResponsive, Ml as useScrollActiveChange, Lc as useScrollerContext, Sa as useTableFetch, ha as useTableMultiSort, pa as useTableRowSelection, ma as useTableSort, kd as useTableSorter, ga as useUpdateChunkedList, Ro as useValidateFields, _a as useWatchList, va as useWindowResize, S as utils };
|