lu-lowcode-package-form 0.9.69 → 0.9.70

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.es.js CHANGED
@@ -17616,283 +17616,285 @@ var LeftOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", fo
17616
17616
  }));
17617
17617
  }, RefIcon$s = /* @__PURE__ */ React.forwardRef(LeftOutlined);
17618
17618
  process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "LeftOutlined");
17619
- var dayjs_min = { exports: {} };
17620
- (function(e1e, t1e) {
17621
- (function(n1e, r1e) {
17622
- e1e.exports = r1e();
17623
- })(commonjsGlobal, function() {
17624
- var n1e = 1e3, r1e = 6e4, o1e = 36e5, i1e = "millisecond", a1e = "second", s1e = "minute", l1e = "hour", u1e = "day", c1e = "week", f1e = "month", d1e = "quarter", p1e = "year", g1e = "date", m1e = "Invalid Date", v1e = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, $1e = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, h1e = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(P1e) {
17625
- var M1e = ["th", "st", "nd", "rd"], F1e = P1e % 100;
17626
- return "[" + P1e + (M1e[(F1e - 20) % 10] || M1e[F1e] || M1e[0]) + "]";
17627
- } }, y1e = function(P1e, M1e, F1e) {
17628
- var B1e = String(P1e);
17629
- return !B1e || B1e.length >= M1e ? P1e : "" + Array(M1e + 1 - B1e.length).join(F1e) + P1e;
17630
- }, b1e = { s: y1e, z: function(P1e) {
17631
- var M1e = -P1e.utcOffset(), F1e = Math.abs(M1e), B1e = Math.floor(F1e / 60), L1e = F1e % 60;
17632
- return (M1e <= 0 ? "+" : "-") + y1e(B1e, 2, "0") + ":" + y1e(L1e, 2, "0");
17633
- }, m: function P1e(M1e, F1e) {
17634
- if (M1e.date() < F1e.date()) return -P1e(F1e, M1e);
17635
- var B1e = 12 * (F1e.year() - M1e.year()) + (F1e.month() - M1e.month()), L1e = M1e.clone().add(B1e, f1e), z1e = F1e - L1e < 0, j1e = M1e.clone().add(B1e + (z1e ? -1 : 1), f1e);
17636
- return +(-(B1e + (F1e - L1e) / (z1e ? L1e - j1e : j1e - L1e)) || 0);
17637
- }, a: function(P1e) {
17638
- return P1e < 0 ? Math.ceil(P1e) || 0 : Math.floor(P1e);
17639
- }, p: function(P1e) {
17640
- return { M: f1e, y: p1e, w: c1e, d: u1e, D: g1e, h: l1e, m: s1e, s: a1e, ms: i1e, Q: d1e }[P1e] || String(P1e || "").toLowerCase().replace(/s$/, "");
17641
- }, u: function(P1e) {
17642
- return P1e === void 0;
17643
- } }, E1e = "en", S1e = {};
17644
- S1e[E1e] = h1e;
17645
- var C1e = "$isDayjsObject", x1e = function(P1e) {
17646
- return P1e instanceof D1e || !(!P1e || !P1e[C1e]);
17647
- }, O1e = function P1e(M1e, F1e, B1e) {
17648
- var L1e;
17649
- if (!M1e) return E1e;
17650
- if (typeof M1e == "string") {
17651
- var z1e = M1e.toLowerCase();
17652
- S1e[z1e] && (L1e = z1e), F1e && (S1e[z1e] = F1e, L1e = z1e);
17653
- var j1e = M1e.split("-");
17654
- if (!L1e && j1e.length > 1) return P1e(j1e[0]);
17655
- } else {
17656
- var N1e = M1e.name;
17657
- S1e[N1e] = M1e, L1e = N1e;
17658
- }
17659
- return !B1e && L1e && (E1e = L1e), L1e || !B1e && E1e;
17660
- }, R1e = function(P1e, M1e) {
17661
- if (x1e(P1e)) return P1e.clone();
17662
- var F1e = typeof M1e == "object" ? M1e : {};
17663
- return F1e.date = P1e, F1e.args = arguments, new D1e(F1e);
17664
- }, A1e = b1e;
17665
- A1e.l = O1e, A1e.i = x1e, A1e.w = function(P1e, M1e) {
17666
- return R1e(P1e, { locale: M1e.$L, utc: M1e.$u, x: M1e.$x, $offset: M1e.$offset });
17667
- };
17668
- var D1e = function() {
17669
- function P1e(F1e) {
17670
- this.$L = O1e(F1e.locale, null, !0), this.parse(F1e), this.$x = this.$x || F1e.x || {}, this[C1e] = !0;
17671
- }
17672
- var M1e = P1e.prototype;
17673
- return M1e.parse = function(F1e) {
17674
- this.$d = function(B1e) {
17675
- var L1e = B1e.date, z1e = B1e.utc;
17676
- if (L1e === null) return /* @__PURE__ */ new Date(NaN);
17677
- if (A1e.u(L1e)) return /* @__PURE__ */ new Date();
17678
- if (L1e instanceof Date) return new Date(L1e);
17679
- if (typeof L1e == "string" && !/Z$/i.test(L1e)) {
17680
- var j1e = L1e.match(v1e);
17681
- if (j1e) {
17682
- var N1e = j1e[2] - 1 || 0, _1e = (j1e[7] || "0").substring(0, 3);
17683
- return z1e ? new Date(Date.UTC(j1e[1], N1e, j1e[3] || 1, j1e[4] || 0, j1e[5] || 0, j1e[6] || 0, _1e)) : new Date(j1e[1], N1e, j1e[3] || 1, j1e[4] || 0, j1e[5] || 0, j1e[6] || 0, _1e);
17684
- }
17685
- }
17686
- return new Date(L1e);
17687
- }(F1e), this.init();
17688
- }, M1e.init = function() {
17689
- var F1e = this.$d;
17690
- this.$y = F1e.getFullYear(), this.$M = F1e.getMonth(), this.$D = F1e.getDate(), this.$W = F1e.getDay(), this.$H = F1e.getHours(), this.$m = F1e.getMinutes(), this.$s = F1e.getSeconds(), this.$ms = F1e.getMilliseconds();
17691
- }, M1e.$utils = function() {
17692
- return A1e;
17693
- }, M1e.isValid = function() {
17694
- return this.$d.toString() !== m1e;
17695
- }, M1e.isSame = function(F1e, B1e) {
17696
- var L1e = R1e(F1e);
17697
- return this.startOf(B1e) <= L1e && L1e <= this.endOf(B1e);
17698
- }, M1e.isAfter = function(F1e, B1e) {
17699
- return R1e(F1e) < this.startOf(B1e);
17700
- }, M1e.isBefore = function(F1e, B1e) {
17701
- return this.endOf(B1e) < R1e(F1e);
17702
- }, M1e.$g = function(F1e, B1e, L1e) {
17703
- return A1e.u(F1e) ? this[B1e] : this.set(L1e, F1e);
17704
- }, M1e.unix = function() {
17705
- return Math.floor(this.valueOf() / 1e3);
17706
- }, M1e.valueOf = function() {
17707
- return this.$d.getTime();
17708
- }, M1e.startOf = function(F1e, B1e) {
17709
- var L1e = this, z1e = !!A1e.u(B1e) || B1e, j1e = A1e.p(F1e), N1e = function(q1e, Q1e) {
17710
- var X1e = A1e.w(L1e.$u ? Date.UTC(L1e.$y, Q1e, q1e) : new Date(L1e.$y, Q1e, q1e), L1e);
17711
- return z1e ? X1e : X1e.endOf(u1e);
17712
- }, _1e = function(q1e, Q1e) {
17713
- return A1e.w(L1e.toDate()[q1e].apply(L1e.toDate("s"), (z1e ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Q1e)), L1e);
17714
- }, k1e = this.$W, U1e = this.$M, W1e = this.$D, V1e = "set" + (this.$u ? "UTC" : "");
17715
- switch (j1e) {
17716
- case p1e:
17717
- return z1e ? N1e(1, 0) : N1e(31, 11);
17718
- case f1e:
17719
- return z1e ? N1e(1, U1e) : N1e(0, U1e + 1);
17720
- case c1e:
17721
- var K1e = this.$locale().weekStart || 0, G1e = (k1e < K1e ? k1e + 7 : k1e) - K1e;
17722
- return N1e(z1e ? W1e - G1e : W1e + (6 - G1e), U1e);
17723
- case u1e:
17724
- case g1e:
17725
- return _1e(V1e + "Hours", 0);
17726
- case l1e:
17727
- return _1e(V1e + "Minutes", 1);
17728
- case s1e:
17729
- return _1e(V1e + "Seconds", 2);
17730
- case a1e:
17731
- return _1e(V1e + "Milliseconds", 3);
17732
- default:
17733
- return this.clone();
17734
- }
17735
- }, M1e.endOf = function(F1e) {
17736
- return this.startOf(F1e, !1);
17737
- }, M1e.$set = function(F1e, B1e) {
17738
- var L1e, z1e = A1e.p(F1e), j1e = "set" + (this.$u ? "UTC" : ""), N1e = (L1e = {}, L1e[u1e] = j1e + "Date", L1e[g1e] = j1e + "Date", L1e[f1e] = j1e + "Month", L1e[p1e] = j1e + "FullYear", L1e[l1e] = j1e + "Hours", L1e[s1e] = j1e + "Minutes", L1e[a1e] = j1e + "Seconds", L1e[i1e] = j1e + "Milliseconds", L1e)[z1e], _1e = z1e === u1e ? this.$D + (B1e - this.$W) : B1e;
17739
- if (z1e === f1e || z1e === p1e) {
17740
- var k1e = this.clone().set(g1e, 1);
17741
- k1e.$d[N1e](_1e), k1e.init(), this.$d = k1e.set(g1e, Math.min(this.$D, k1e.daysInMonth())).$d;
17742
- } else N1e && this.$d[N1e](_1e);
17743
- return this.init(), this;
17744
- }, M1e.set = function(F1e, B1e) {
17745
- return this.clone().$set(F1e, B1e);
17746
- }, M1e.get = function(F1e) {
17747
- return this[A1e.p(F1e)]();
17748
- }, M1e.add = function(F1e, B1e) {
17749
- var L1e, z1e = this;
17750
- F1e = Number(F1e);
17751
- var j1e = A1e.p(B1e), N1e = function(U1e) {
17752
- var W1e = R1e(z1e);
17753
- return A1e.w(W1e.date(W1e.date() + Math.round(U1e * F1e)), z1e);
17754
- };
17755
- if (j1e === f1e) return this.set(f1e, this.$M + F1e);
17756
- if (j1e === p1e) return this.set(p1e, this.$y + F1e);
17757
- if (j1e === u1e) return N1e(1);
17758
- if (j1e === c1e) return N1e(7);
17759
- var _1e = (L1e = {}, L1e[s1e] = r1e, L1e[l1e] = o1e, L1e[a1e] = n1e, L1e)[j1e] || 1, k1e = this.$d.getTime() + F1e * _1e;
17760
- return A1e.w(k1e, this);
17761
- }, M1e.subtract = function(F1e, B1e) {
17762
- return this.add(-1 * F1e, B1e);
17763
- }, M1e.format = function(F1e) {
17764
- var B1e = this, L1e = this.$locale();
17765
- if (!this.isValid()) return L1e.invalidDate || m1e;
17766
- var z1e = F1e || "YYYY-MM-DDTHH:mm:ssZ", j1e = A1e.z(this), N1e = this.$H, _1e = this.$m, k1e = this.$M, U1e = L1e.weekdays, W1e = L1e.months, V1e = L1e.meridiem, K1e = function(Q1e, X1e, t0e, i0e) {
17767
- return Q1e && (Q1e[X1e] || Q1e(B1e, z1e)) || t0e[X1e].slice(0, i0e);
17768
- }, G1e = function(Q1e) {
17769
- return A1e.s(N1e % 12 || 12, Q1e, "0");
17770
- }, q1e = V1e || function(Q1e, X1e, t0e) {
17771
- var i0e = Q1e < 12 ? "AM" : "PM";
17772
- return t0e ? i0e.toLowerCase() : i0e;
17773
- };
17774
- return z1e.replace($1e, function(Q1e, X1e) {
17775
- return X1e || function(t0e) {
17776
- switch (t0e) {
17777
- case "YY":
17778
- return String(B1e.$y).slice(-2);
17779
- case "YYYY":
17780
- return A1e.s(B1e.$y, 4, "0");
17781
- case "M":
17782
- return k1e + 1;
17783
- case "MM":
17784
- return A1e.s(k1e + 1, 2, "0");
17785
- case "MMM":
17786
- return K1e(L1e.monthsShort, k1e, W1e, 3);
17787
- case "MMMM":
17788
- return K1e(W1e, k1e);
17789
- case "D":
17790
- return B1e.$D;
17791
- case "DD":
17792
- return A1e.s(B1e.$D, 2, "0");
17793
- case "d":
17794
- return String(B1e.$W);
17795
- case "dd":
17796
- return K1e(L1e.weekdaysMin, B1e.$W, U1e, 2);
17797
- case "ddd":
17798
- return K1e(L1e.weekdaysShort, B1e.$W, U1e, 3);
17799
- case "dddd":
17800
- return U1e[B1e.$W];
17801
- case "H":
17802
- return String(N1e);
17803
- case "HH":
17804
- return A1e.s(N1e, 2, "0");
17805
- case "h":
17806
- return G1e(1);
17807
- case "hh":
17808
- return G1e(2);
17809
- case "a":
17810
- return q1e(N1e, _1e, !0);
17811
- case "A":
17812
- return q1e(N1e, _1e, !1);
17813
- case "m":
17814
- return String(_1e);
17815
- case "mm":
17816
- return A1e.s(_1e, 2, "0");
17817
- case "s":
17818
- return String(B1e.$s);
17819
- case "ss":
17820
- return A1e.s(B1e.$s, 2, "0");
17821
- case "SSS":
17822
- return A1e.s(B1e.$ms, 3, "0");
17823
- case "Z":
17824
- return j1e;
17619
+ var dayjs_min = { exports: {} }, hasRequiredDayjs_min;
17620
+ function requireDayjs_min() {
17621
+ return hasRequiredDayjs_min || (hasRequiredDayjs_min = 1, function(e1e, t1e) {
17622
+ (function(n1e, r1e) {
17623
+ e1e.exports = r1e();
17624
+ })(commonjsGlobal, function() {
17625
+ var n1e = 1e3, r1e = 6e4, o1e = 36e5, i1e = "millisecond", a1e = "second", s1e = "minute", l1e = "hour", u1e = "day", c1e = "week", f1e = "month", d1e = "quarter", p1e = "year", g1e = "date", m1e = "Invalid Date", v1e = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, $1e = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, h1e = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(P1e) {
17626
+ var M1e = ["th", "st", "nd", "rd"], F1e = P1e % 100;
17627
+ return "[" + P1e + (M1e[(F1e - 20) % 10] || M1e[F1e] || M1e[0]) + "]";
17628
+ } }, y1e = function(P1e, M1e, F1e) {
17629
+ var B1e = String(P1e);
17630
+ return !B1e || B1e.length >= M1e ? P1e : "" + Array(M1e + 1 - B1e.length).join(F1e) + P1e;
17631
+ }, b1e = { s: y1e, z: function(P1e) {
17632
+ var M1e = -P1e.utcOffset(), F1e = Math.abs(M1e), B1e = Math.floor(F1e / 60), L1e = F1e % 60;
17633
+ return (M1e <= 0 ? "+" : "-") + y1e(B1e, 2, "0") + ":" + y1e(L1e, 2, "0");
17634
+ }, m: function P1e(M1e, F1e) {
17635
+ if (M1e.date() < F1e.date()) return -P1e(F1e, M1e);
17636
+ var B1e = 12 * (F1e.year() - M1e.year()) + (F1e.month() - M1e.month()), L1e = M1e.clone().add(B1e, f1e), z1e = F1e - L1e < 0, j1e = M1e.clone().add(B1e + (z1e ? -1 : 1), f1e);
17637
+ return +(-(B1e + (F1e - L1e) / (z1e ? L1e - j1e : j1e - L1e)) || 0);
17638
+ }, a: function(P1e) {
17639
+ return P1e < 0 ? Math.ceil(P1e) || 0 : Math.floor(P1e);
17640
+ }, p: function(P1e) {
17641
+ return { M: f1e, y: p1e, w: c1e, d: u1e, D: g1e, h: l1e, m: s1e, s: a1e, ms: i1e, Q: d1e }[P1e] || String(P1e || "").toLowerCase().replace(/s$/, "");
17642
+ }, u: function(P1e) {
17643
+ return P1e === void 0;
17644
+ } }, E1e = "en", S1e = {};
17645
+ S1e[E1e] = h1e;
17646
+ var C1e = "$isDayjsObject", x1e = function(P1e) {
17647
+ return P1e instanceof D1e || !(!P1e || !P1e[C1e]);
17648
+ }, O1e = function P1e(M1e, F1e, B1e) {
17649
+ var L1e;
17650
+ if (!M1e) return E1e;
17651
+ if (typeof M1e == "string") {
17652
+ var z1e = M1e.toLowerCase();
17653
+ S1e[z1e] && (L1e = z1e), F1e && (S1e[z1e] = F1e, L1e = z1e);
17654
+ var j1e = M1e.split("-");
17655
+ if (!L1e && j1e.length > 1) return P1e(j1e[0]);
17656
+ } else {
17657
+ var N1e = M1e.name;
17658
+ S1e[N1e] = M1e, L1e = N1e;
17659
+ }
17660
+ return !B1e && L1e && (E1e = L1e), L1e || !B1e && E1e;
17661
+ }, R1e = function(P1e, M1e) {
17662
+ if (x1e(P1e)) return P1e.clone();
17663
+ var F1e = typeof M1e == "object" ? M1e : {};
17664
+ return F1e.date = P1e, F1e.args = arguments, new D1e(F1e);
17665
+ }, A1e = b1e;
17666
+ A1e.l = O1e, A1e.i = x1e, A1e.w = function(P1e, M1e) {
17667
+ return R1e(P1e, { locale: M1e.$L, utc: M1e.$u, x: M1e.$x, $offset: M1e.$offset });
17668
+ };
17669
+ var D1e = function() {
17670
+ function P1e(F1e) {
17671
+ this.$L = O1e(F1e.locale, null, !0), this.parse(F1e), this.$x = this.$x || F1e.x || {}, this[C1e] = !0;
17672
+ }
17673
+ var M1e = P1e.prototype;
17674
+ return M1e.parse = function(F1e) {
17675
+ this.$d = function(B1e) {
17676
+ var L1e = B1e.date, z1e = B1e.utc;
17677
+ if (L1e === null) return /* @__PURE__ */ new Date(NaN);
17678
+ if (A1e.u(L1e)) return /* @__PURE__ */ new Date();
17679
+ if (L1e instanceof Date) return new Date(L1e);
17680
+ if (typeof L1e == "string" && !/Z$/i.test(L1e)) {
17681
+ var j1e = L1e.match(v1e);
17682
+ if (j1e) {
17683
+ var N1e = j1e[2] - 1 || 0, _1e = (j1e[7] || "0").substring(0, 3);
17684
+ return z1e ? new Date(Date.UTC(j1e[1], N1e, j1e[3] || 1, j1e[4] || 0, j1e[5] || 0, j1e[6] || 0, _1e)) : new Date(j1e[1], N1e, j1e[3] || 1, j1e[4] || 0, j1e[5] || 0, j1e[6] || 0, _1e);
17685
+ }
17825
17686
  }
17826
- return null;
17827
- }(Q1e) || j1e.replace(":", "");
17828
- });
17829
- }, M1e.utcOffset = function() {
17830
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
17831
- }, M1e.diff = function(F1e, B1e, L1e) {
17832
- var z1e, j1e = this, N1e = A1e.p(B1e), _1e = R1e(F1e), k1e = (_1e.utcOffset() - this.utcOffset()) * r1e, U1e = this - _1e, W1e = function() {
17833
- return A1e.m(j1e, _1e);
17687
+ return new Date(L1e);
17688
+ }(F1e), this.init();
17689
+ }, M1e.init = function() {
17690
+ var F1e = this.$d;
17691
+ this.$y = F1e.getFullYear(), this.$M = F1e.getMonth(), this.$D = F1e.getDate(), this.$W = F1e.getDay(), this.$H = F1e.getHours(), this.$m = F1e.getMinutes(), this.$s = F1e.getSeconds(), this.$ms = F1e.getMilliseconds();
17692
+ }, M1e.$utils = function() {
17693
+ return A1e;
17694
+ }, M1e.isValid = function() {
17695
+ return this.$d.toString() !== m1e;
17696
+ }, M1e.isSame = function(F1e, B1e) {
17697
+ var L1e = R1e(F1e);
17698
+ return this.startOf(B1e) <= L1e && L1e <= this.endOf(B1e);
17699
+ }, M1e.isAfter = function(F1e, B1e) {
17700
+ return R1e(F1e) < this.startOf(B1e);
17701
+ }, M1e.isBefore = function(F1e, B1e) {
17702
+ return this.endOf(B1e) < R1e(F1e);
17703
+ }, M1e.$g = function(F1e, B1e, L1e) {
17704
+ return A1e.u(F1e) ? this[B1e] : this.set(L1e, F1e);
17705
+ }, M1e.unix = function() {
17706
+ return Math.floor(this.valueOf() / 1e3);
17707
+ }, M1e.valueOf = function() {
17708
+ return this.$d.getTime();
17709
+ }, M1e.startOf = function(F1e, B1e) {
17710
+ var L1e = this, z1e = !!A1e.u(B1e) || B1e, j1e = A1e.p(F1e), N1e = function(q1e, Q1e) {
17711
+ var X1e = A1e.w(L1e.$u ? Date.UTC(L1e.$y, Q1e, q1e) : new Date(L1e.$y, Q1e, q1e), L1e);
17712
+ return z1e ? X1e : X1e.endOf(u1e);
17713
+ }, _1e = function(q1e, Q1e) {
17714
+ return A1e.w(L1e.toDate()[q1e].apply(L1e.toDate("s"), (z1e ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Q1e)), L1e);
17715
+ }, k1e = this.$W, U1e = this.$M, W1e = this.$D, V1e = "set" + (this.$u ? "UTC" : "");
17716
+ switch (j1e) {
17717
+ case p1e:
17718
+ return z1e ? N1e(1, 0) : N1e(31, 11);
17719
+ case f1e:
17720
+ return z1e ? N1e(1, U1e) : N1e(0, U1e + 1);
17721
+ case c1e:
17722
+ var K1e = this.$locale().weekStart || 0, G1e = (k1e < K1e ? k1e + 7 : k1e) - K1e;
17723
+ return N1e(z1e ? W1e - G1e : W1e + (6 - G1e), U1e);
17724
+ case u1e:
17725
+ case g1e:
17726
+ return _1e(V1e + "Hours", 0);
17727
+ case l1e:
17728
+ return _1e(V1e + "Minutes", 1);
17729
+ case s1e:
17730
+ return _1e(V1e + "Seconds", 2);
17731
+ case a1e:
17732
+ return _1e(V1e + "Milliseconds", 3);
17733
+ default:
17734
+ return this.clone();
17735
+ }
17736
+ }, M1e.endOf = function(F1e) {
17737
+ return this.startOf(F1e, !1);
17738
+ }, M1e.$set = function(F1e, B1e) {
17739
+ var L1e, z1e = A1e.p(F1e), j1e = "set" + (this.$u ? "UTC" : ""), N1e = (L1e = {}, L1e[u1e] = j1e + "Date", L1e[g1e] = j1e + "Date", L1e[f1e] = j1e + "Month", L1e[p1e] = j1e + "FullYear", L1e[l1e] = j1e + "Hours", L1e[s1e] = j1e + "Minutes", L1e[a1e] = j1e + "Seconds", L1e[i1e] = j1e + "Milliseconds", L1e)[z1e], _1e = z1e === u1e ? this.$D + (B1e - this.$W) : B1e;
17740
+ if (z1e === f1e || z1e === p1e) {
17741
+ var k1e = this.clone().set(g1e, 1);
17742
+ k1e.$d[N1e](_1e), k1e.init(), this.$d = k1e.set(g1e, Math.min(this.$D, k1e.daysInMonth())).$d;
17743
+ } else N1e && this.$d[N1e](_1e);
17744
+ return this.init(), this;
17745
+ }, M1e.set = function(F1e, B1e) {
17746
+ return this.clone().$set(F1e, B1e);
17747
+ }, M1e.get = function(F1e) {
17748
+ return this[A1e.p(F1e)]();
17749
+ }, M1e.add = function(F1e, B1e) {
17750
+ var L1e, z1e = this;
17751
+ F1e = Number(F1e);
17752
+ var j1e = A1e.p(B1e), N1e = function(U1e) {
17753
+ var W1e = R1e(z1e);
17754
+ return A1e.w(W1e.date(W1e.date() + Math.round(U1e * F1e)), z1e);
17755
+ };
17756
+ if (j1e === f1e) return this.set(f1e, this.$M + F1e);
17757
+ if (j1e === p1e) return this.set(p1e, this.$y + F1e);
17758
+ if (j1e === u1e) return N1e(1);
17759
+ if (j1e === c1e) return N1e(7);
17760
+ var _1e = (L1e = {}, L1e[s1e] = r1e, L1e[l1e] = o1e, L1e[a1e] = n1e, L1e)[j1e] || 1, k1e = this.$d.getTime() + F1e * _1e;
17761
+ return A1e.w(k1e, this);
17762
+ }, M1e.subtract = function(F1e, B1e) {
17763
+ return this.add(-1 * F1e, B1e);
17764
+ }, M1e.format = function(F1e) {
17765
+ var B1e = this, L1e = this.$locale();
17766
+ if (!this.isValid()) return L1e.invalidDate || m1e;
17767
+ var z1e = F1e || "YYYY-MM-DDTHH:mm:ssZ", j1e = A1e.z(this), N1e = this.$H, _1e = this.$m, k1e = this.$M, U1e = L1e.weekdays, W1e = L1e.months, V1e = L1e.meridiem, K1e = function(Q1e, X1e, t0e, i0e) {
17768
+ return Q1e && (Q1e[X1e] || Q1e(B1e, z1e)) || t0e[X1e].slice(0, i0e);
17769
+ }, G1e = function(Q1e) {
17770
+ return A1e.s(N1e % 12 || 12, Q1e, "0");
17771
+ }, q1e = V1e || function(Q1e, X1e, t0e) {
17772
+ var i0e = Q1e < 12 ? "AM" : "PM";
17773
+ return t0e ? i0e.toLowerCase() : i0e;
17774
+ };
17775
+ return z1e.replace($1e, function(Q1e, X1e) {
17776
+ return X1e || function(t0e) {
17777
+ switch (t0e) {
17778
+ case "YY":
17779
+ return String(B1e.$y).slice(-2);
17780
+ case "YYYY":
17781
+ return A1e.s(B1e.$y, 4, "0");
17782
+ case "M":
17783
+ return k1e + 1;
17784
+ case "MM":
17785
+ return A1e.s(k1e + 1, 2, "0");
17786
+ case "MMM":
17787
+ return K1e(L1e.monthsShort, k1e, W1e, 3);
17788
+ case "MMMM":
17789
+ return K1e(W1e, k1e);
17790
+ case "D":
17791
+ return B1e.$D;
17792
+ case "DD":
17793
+ return A1e.s(B1e.$D, 2, "0");
17794
+ case "d":
17795
+ return String(B1e.$W);
17796
+ case "dd":
17797
+ return K1e(L1e.weekdaysMin, B1e.$W, U1e, 2);
17798
+ case "ddd":
17799
+ return K1e(L1e.weekdaysShort, B1e.$W, U1e, 3);
17800
+ case "dddd":
17801
+ return U1e[B1e.$W];
17802
+ case "H":
17803
+ return String(N1e);
17804
+ case "HH":
17805
+ return A1e.s(N1e, 2, "0");
17806
+ case "h":
17807
+ return G1e(1);
17808
+ case "hh":
17809
+ return G1e(2);
17810
+ case "a":
17811
+ return q1e(N1e, _1e, !0);
17812
+ case "A":
17813
+ return q1e(N1e, _1e, !1);
17814
+ case "m":
17815
+ return String(_1e);
17816
+ case "mm":
17817
+ return A1e.s(_1e, 2, "0");
17818
+ case "s":
17819
+ return String(B1e.$s);
17820
+ case "ss":
17821
+ return A1e.s(B1e.$s, 2, "0");
17822
+ case "SSS":
17823
+ return A1e.s(B1e.$ms, 3, "0");
17824
+ case "Z":
17825
+ return j1e;
17826
+ }
17827
+ return null;
17828
+ }(Q1e) || j1e.replace(":", "");
17829
+ });
17830
+ }, M1e.utcOffset = function() {
17831
+ return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
17832
+ }, M1e.diff = function(F1e, B1e, L1e) {
17833
+ var z1e, j1e = this, N1e = A1e.p(B1e), _1e = R1e(F1e), k1e = (_1e.utcOffset() - this.utcOffset()) * r1e, U1e = this - _1e, W1e = function() {
17834
+ return A1e.m(j1e, _1e);
17835
+ };
17836
+ switch (N1e) {
17837
+ case p1e:
17838
+ z1e = W1e() / 12;
17839
+ break;
17840
+ case f1e:
17841
+ z1e = W1e();
17842
+ break;
17843
+ case d1e:
17844
+ z1e = W1e() / 3;
17845
+ break;
17846
+ case c1e:
17847
+ z1e = (U1e - k1e) / 6048e5;
17848
+ break;
17849
+ case u1e:
17850
+ z1e = (U1e - k1e) / 864e5;
17851
+ break;
17852
+ case l1e:
17853
+ z1e = U1e / o1e;
17854
+ break;
17855
+ case s1e:
17856
+ z1e = U1e / r1e;
17857
+ break;
17858
+ case a1e:
17859
+ z1e = U1e / n1e;
17860
+ break;
17861
+ default:
17862
+ z1e = U1e;
17863
+ }
17864
+ return L1e ? z1e : A1e.a(z1e);
17865
+ }, M1e.daysInMonth = function() {
17866
+ return this.endOf(f1e).$D;
17867
+ }, M1e.$locale = function() {
17868
+ return S1e[this.$L];
17869
+ }, M1e.locale = function(F1e, B1e) {
17870
+ if (!F1e) return this.$L;
17871
+ var L1e = this.clone(), z1e = O1e(F1e, B1e, !0);
17872
+ return z1e && (L1e.$L = z1e), L1e;
17873
+ }, M1e.clone = function() {
17874
+ return A1e.w(this.$d, this);
17875
+ }, M1e.toDate = function() {
17876
+ return new Date(this.valueOf());
17877
+ }, M1e.toJSON = function() {
17878
+ return this.isValid() ? this.toISOString() : null;
17879
+ }, M1e.toISOString = function() {
17880
+ return this.$d.toISOString();
17881
+ }, M1e.toString = function() {
17882
+ return this.$d.toUTCString();
17883
+ }, P1e;
17884
+ }(), I1e = D1e.prototype;
17885
+ return R1e.prototype = I1e, [["$ms", i1e], ["$s", a1e], ["$m", s1e], ["$H", l1e], ["$W", u1e], ["$M", f1e], ["$y", p1e], ["$D", g1e]].forEach(function(P1e) {
17886
+ I1e[P1e[1]] = function(M1e) {
17887
+ return this.$g(M1e, P1e[0], P1e[1]);
17834
17888
  };
17835
- switch (N1e) {
17836
- case p1e:
17837
- z1e = W1e() / 12;
17838
- break;
17839
- case f1e:
17840
- z1e = W1e();
17841
- break;
17842
- case d1e:
17843
- z1e = W1e() / 3;
17844
- break;
17845
- case c1e:
17846
- z1e = (U1e - k1e) / 6048e5;
17847
- break;
17848
- case u1e:
17849
- z1e = (U1e - k1e) / 864e5;
17850
- break;
17851
- case l1e:
17852
- z1e = U1e / o1e;
17853
- break;
17854
- case s1e:
17855
- z1e = U1e / r1e;
17856
- break;
17857
- case a1e:
17858
- z1e = U1e / n1e;
17859
- break;
17860
- default:
17861
- z1e = U1e;
17862
- }
17863
- return L1e ? z1e : A1e.a(z1e);
17864
- }, M1e.daysInMonth = function() {
17865
- return this.endOf(f1e).$D;
17866
- }, M1e.$locale = function() {
17867
- return S1e[this.$L];
17868
- }, M1e.locale = function(F1e, B1e) {
17869
- if (!F1e) return this.$L;
17870
- var L1e = this.clone(), z1e = O1e(F1e, B1e, !0);
17871
- return z1e && (L1e.$L = z1e), L1e;
17872
- }, M1e.clone = function() {
17873
- return A1e.w(this.$d, this);
17874
- }, M1e.toDate = function() {
17875
- return new Date(this.valueOf());
17876
- }, M1e.toJSON = function() {
17877
- return this.isValid() ? this.toISOString() : null;
17878
- }, M1e.toISOString = function() {
17879
- return this.$d.toISOString();
17880
- }, M1e.toString = function() {
17881
- return this.$d.toUTCString();
17882
- }, P1e;
17883
- }(), I1e = D1e.prototype;
17884
- return R1e.prototype = I1e, [["$ms", i1e], ["$s", a1e], ["$m", s1e], ["$H", l1e], ["$W", u1e], ["$M", f1e], ["$y", p1e], ["$D", g1e]].forEach(function(P1e) {
17885
- I1e[P1e[1]] = function(M1e) {
17886
- return this.$g(M1e, P1e[0], P1e[1]);
17887
- };
17888
- }), R1e.extend = function(P1e, M1e) {
17889
- return P1e.$i || (P1e(M1e, D1e, R1e), P1e.$i = !0), R1e;
17890
- }, R1e.locale = O1e, R1e.isDayjs = x1e, R1e.unix = function(P1e) {
17891
- return R1e(1e3 * P1e);
17892
- }, R1e.en = S1e[E1e], R1e.Ls = S1e, R1e.p = {}, R1e;
17893
- });
17894
- })(dayjs_min);
17895
- var dayjs_minExports = dayjs_min.exports;
17889
+ }), R1e.extend = function(P1e, M1e) {
17890
+ return P1e.$i || (P1e(M1e, D1e, R1e), P1e.$i = !0), R1e;
17891
+ }, R1e.locale = O1e, R1e.isDayjs = x1e, R1e.unix = function(P1e) {
17892
+ return R1e(1e3 * P1e);
17893
+ }, R1e.en = S1e[E1e], R1e.Ls = S1e, R1e.p = {}, R1e;
17894
+ });
17895
+ }(dayjs_min)), dayjs_min.exports;
17896
+ }
17897
+ var dayjs_minExports = requireDayjs_min();
17896
17898
  const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
17897
17899
  var weekday$1 = { exports: {} };
17898
17900
  (function(e1e, t1e) {
@@ -40580,7 +40582,6 @@ const TreeSelect = (e1e) => {
40580
40582
  }) : null,
40581
40583
  value: n1e,
40582
40584
  ...y1e,
40583
- disabled: !1,
40584
40585
  filterOption: !1,
40585
40586
  showSearch: !!(c1e && l1e),
40586
40587
  onSearch: c1e && l1e ? O1e : null,
@@ -40599,7 +40600,6 @@ const TreeSelect = (e1e) => {
40599
40600
  }) : null,
40600
40601
  value: n1e,
40601
40602
  ...y1e,
40602
- disabled: !1,
40603
40603
  filterOption: !1,
40604
40604
  showSearch: !!(c1e && l1e),
40605
40605
  onSearch: c1e && l1e ? O1e : null,
@@ -41448,7 +41448,7 @@ const UploadImageWrapper = (e1e) => /* @__PURE__ */ jsxRuntimeExports.jsx(BaseWr
41448
41448
  var zhCn = { exports: {} };
41449
41449
  (function(e1e, t1e) {
41450
41450
  (function(n1e, r1e) {
41451
- e1e.exports = r1e(dayjs_minExports);
41451
+ e1e.exports = r1e(requireDayjs_min());
41452
41452
  })(commonjsGlobal, function(n1e) {
41453
41453
  function r1e(a1e) {
41454
41454
  return a1e && typeof a1e == "object" && "default" in a1e ? a1e : { default: a1e };
@@ -41526,6 +41526,7 @@ var updateLocale$1 = { exports: {} };
41526
41526
  var updateLocaleExports = updateLocale$1.exports;
41527
41527
  const updateLocale = /* @__PURE__ */ getDefaultExportFromCjs(updateLocaleExports);
41528
41528
  dayjs.extend(updateLocale);
41529
+ dayjs.extend(customParseFormat);
41529
41530
  dayjs.updateLocale("zh-cn", {
41530
41531
  weekStart: 0
41531
41532
  });
@@ -41540,12 +41541,9 @@ const DatePicker = (e1e) => {
41540
41541
  t1e = t1e || "date";
41541
41542
  const [a1e, s1e] = useState(i1e == null ? void 0 : i1e.picker), [l1e, u1e] = useState(i1e == null ? void 0 : i1e.format), [c1e, f1e] = useState(!1), [d1e, p1e] = useState(!1), g1e = useRef(!1);
41542
41543
  useEffect(() => {
41543
- if (r1e && !n1e && !g1e.current) {
41544
- typeof o1e == "function" && o1e(dayjs());
41545
- return;
41546
- }
41547
- if (n1e && typeof n1e == "string" && dayjs(n1e).isValid()) {
41548
- typeof o1e == "function" && o1e(dayjs(n1e));
41544
+ if (console.log("value change", n1e), console.log("value type change", typeof n1e), r1e && !n1e && !g1e.current) {
41545
+ const v1e = dayjs().format("YYYY-MM-DD HH:mm:ss");
41546
+ console.log("now", v1e), typeof o1e == "function" && o1e(v1e);
41549
41547
  return;
41550
41548
  }
41551
41549
  }, [n1e, o1e, l1e, a1e]);
@@ -41578,7 +41576,7 @@ const DatePicker = (e1e) => {
41578
41576
  width: "100%"
41579
41577
  },
41580
41578
  onChange: m1e,
41581
- value: typeof n1e == "object" ? n1e : void 0,
41579
+ value: dayjs(n1e).isValid() ? dayjs(n1e) : void 0,
41582
41580
  showTime: c1e,
41583
41581
  needConfirm: d1e
41584
41582
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lu-lowcode-package-form",
3
- "version": "0.9.69",
3
+ "version": "0.9.70",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^4.8.1",
6
6
  "@testing-library/jest-dom": "^5.17.0",
package/src/App.jsx CHANGED
@@ -336,7 +336,7 @@ function App() {
336
336
  </Layout.FormRow>
337
337
  <Field.CheckboxTree label="角色权限" __id="permissions" addRoot={false} treeData={treeData} />
338
338
  <Layout.FormGroupTitle title={"关联信息"} />
339
- <Field.WithSingleSelect ref={testRef} fillRules={[
339
+ <Field.WithSingleSelect ref={testRef} disabled={true} fillRules={[
340
340
  {
341
341
  "id": "636d3924-0298-4e9b-809a-26d4a10d7b89",
342
342
  "type": 0,
@@ -368,7 +368,7 @@ function App() {
368
368
  ]
369
369
  }
370
370
  ]} label="测试关联单选" options={[{ label: '选项1', value: '1', name: "1111", table: "[{\"price\":1,\"num\":2},{\"price\":2,\"num\":2}]" }, { label: '选项2', value: '2' }]} __id="remark11" />
371
- <Field.WithMultipleSelect label="测试关联多选" options={[{ label: '选项1', value: '1' }, { label: '选项2', value: '2' }]} __id="remark12" />
371
+ <Field.WithMultipleSelect disabled={true} label="测试关联多选" options={[{ label: '选项1', value: '1' }, { label: '选项2', value: '2' }]} __id="remark12" />
372
372
  <Layout.FormRow > <Field.TextArea label="备注" __id="remark" /></Layout.FormRow>
373
373
 
374
374
  <Layout.FormRow layout={'1'}>