lu-lowcode-package-form 0.9.21 → 0.9.23
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.cjs.js +2 -2
- package/dist/index.es.js +278 -276
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/form-container/index.jsx +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16218,283 +16218,285 @@ var LeftOutlined$1 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", fo
|
|
|
16218
16218
|
}));
|
|
16219
16219
|
}, RefIcon$s = /* @__PURE__ */ React.forwardRef(LeftOutlined);
|
|
16220
16220
|
process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "LeftOutlined");
|
|
16221
|
-
var dayjs_min = { exports: {} };
|
|
16222
|
-
|
|
16223
|
-
(function(
|
|
16224
|
-
|
|
16225
|
-
|
|
16226
|
-
|
|
16227
|
-
var
|
|
16228
|
-
|
|
16229
|
-
|
|
16230
|
-
|
|
16231
|
-
|
|
16232
|
-
|
|
16233
|
-
|
|
16234
|
-
|
|
16235
|
-
|
|
16236
|
-
|
|
16237
|
-
|
|
16238
|
-
|
|
16239
|
-
|
|
16240
|
-
|
|
16241
|
-
|
|
16242
|
-
|
|
16243
|
-
|
|
16244
|
-
|
|
16245
|
-
|
|
16246
|
-
|
|
16247
|
-
|
|
16248
|
-
|
|
16249
|
-
|
|
16250
|
-
|
|
16251
|
-
|
|
16252
|
-
|
|
16253
|
-
|
|
16254
|
-
|
|
16255
|
-
|
|
16256
|
-
|
|
16257
|
-
|
|
16258
|
-
|
|
16259
|
-
|
|
16260
|
-
|
|
16261
|
-
return !Dme && Mme && (gme = Mme), Mme || !Dme && gme;
|
|
16262
|
-
}, Sme = function(Ome, Pme) {
|
|
16263
|
-
if (bme(Ome)) return Ome.clone();
|
|
16264
|
-
var $me = typeof Pme == "object" ? Pme : {};
|
|
16265
|
-
return $me.date = Ome, $me.args = arguments, new _me($me);
|
|
16266
|
-
}, wme = pme;
|
|
16267
|
-
wme.l = Cme, wme.i = bme, wme.w = function(Ome, Pme) {
|
|
16268
|
-
return Sme(Ome, { locale: Pme.$L, utc: Pme.$u, x: Pme.$x, $offset: Pme.$offset });
|
|
16269
|
-
};
|
|
16270
|
-
var _me = function() {
|
|
16271
|
-
function Ome($me) {
|
|
16272
|
-
this.$L = Cme($me.locale, null, !0), this.parse($me), this.$x = this.$x || $me.x || {}, this[mme] = !0;
|
|
16273
|
-
}
|
|
16274
|
-
var Pme = Ome.prototype;
|
|
16275
|
-
return Pme.parse = function($me) {
|
|
16276
|
-
this.$d = function(Dme) {
|
|
16277
|
-
var Mme = Dme.date, Nme = Dme.utc;
|
|
16278
|
-
if (Mme === null) return /* @__PURE__ */ new Date(NaN);
|
|
16279
|
-
if (wme.u(Mme)) return /* @__PURE__ */ new Date();
|
|
16280
|
-
if (Mme instanceof Date) return new Date(Mme);
|
|
16281
|
-
if (typeof Mme == "string" && !/Z$/i.test(Mme)) {
|
|
16282
|
-
var Ime = Mme.match(sme);
|
|
16283
|
-
if (Ime) {
|
|
16284
|
-
var Eme = Ime[2] - 1 || 0, Rme = (Ime[7] || "0").substring(0, 3);
|
|
16285
|
-
return Nme ? new Date(Date.UTC(Ime[1], Eme, Ime[3] || 1, Ime[4] || 0, Ime[5] || 0, Ime[6] || 0, Rme)) : new Date(Ime[1], Eme, Ime[3] || 1, Ime[4] || 0, Ime[5] || 0, Ime[6] || 0, Rme);
|
|
16286
|
-
}
|
|
16287
|
-
}
|
|
16288
|
-
return new Date(Mme);
|
|
16289
|
-
}($me), this.init();
|
|
16290
|
-
}, Pme.init = function() {
|
|
16291
|
-
var $me = this.$d;
|
|
16292
|
-
this.$y = $me.getFullYear(), this.$M = $me.getMonth(), this.$D = $me.getDate(), this.$W = $me.getDay(), this.$H = $me.getHours(), this.$m = $me.getMinutes(), this.$s = $me.getSeconds(), this.$ms = $me.getMilliseconds();
|
|
16293
|
-
}, Pme.$utils = function() {
|
|
16294
|
-
return wme;
|
|
16295
|
-
}, Pme.isValid = function() {
|
|
16296
|
-
return this.$d.toString() !== ume;
|
|
16297
|
-
}, Pme.isSame = function($me, Dme) {
|
|
16298
|
-
var Mme = Sme($me);
|
|
16299
|
-
return this.startOf(Dme) <= Mme && Mme <= this.endOf(Dme);
|
|
16300
|
-
}, Pme.isAfter = function($me, Dme) {
|
|
16301
|
-
return Sme($me) < this.startOf(Dme);
|
|
16302
|
-
}, Pme.isBefore = function($me, Dme) {
|
|
16303
|
-
return this.endOf(Dme) < Sme($me);
|
|
16304
|
-
}, Pme.$g = function($me, Dme, Mme) {
|
|
16305
|
-
return wme.u($me) ? this[Dme] : this.set(Mme, $me);
|
|
16306
|
-
}, Pme.unix = function() {
|
|
16307
|
-
return Math.floor(this.valueOf() / 1e3);
|
|
16308
|
-
}, Pme.valueOf = function() {
|
|
16309
|
-
return this.$d.getTime();
|
|
16310
|
-
}, Pme.startOf = function($me, Dme) {
|
|
16311
|
-
var Mme = this, Nme = !!wme.u(Dme) || Dme, Ime = wme.p($me), Eme = function(Wme, zme) {
|
|
16312
|
-
var Vme = wme.w(Mme.$u ? Date.UTC(Mme.$y, zme, Wme) : new Date(Mme.$y, zme, Wme), Mme);
|
|
16313
|
-
return Nme ? Vme : Vme.endOf(nme);
|
|
16314
|
-
}, Rme = function(Wme, zme) {
|
|
16315
|
-
return wme.w(Mme.toDate()[Wme].apply(Mme.toDate("s"), (Nme ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(zme)), Mme);
|
|
16316
|
-
}, Ame = this.$W, Fme = this.$M, Bme = this.$D, kme = "set" + (this.$u ? "UTC" : "");
|
|
16317
|
-
switch (Ime) {
|
|
16318
|
-
case ame:
|
|
16319
|
-
return Nme ? Eme(1, 0) : Eme(31, 11);
|
|
16320
|
-
case ome:
|
|
16321
|
-
return Nme ? Eme(1, Fme) : Eme(0, Fme + 1);
|
|
16322
|
-
case rme:
|
|
16323
|
-
var Lme = this.$locale().weekStart || 0, Hme = (Ame < Lme ? Ame + 7 : Ame) - Lme;
|
|
16324
|
-
return Eme(Nme ? Bme - Hme : Bme + (6 - Hme), Fme);
|
|
16325
|
-
case nme:
|
|
16326
|
-
case cme:
|
|
16327
|
-
return Rme(kme + "Hours", 0);
|
|
16328
|
-
case tme:
|
|
16329
|
-
return Rme(kme + "Minutes", 1);
|
|
16330
|
-
case eme:
|
|
16331
|
-
return Rme(kme + "Seconds", 2);
|
|
16332
|
-
case zP:
|
|
16333
|
-
return Rme(kme + "Milliseconds", 3);
|
|
16334
|
-
default:
|
|
16335
|
-
return this.clone();
|
|
16221
|
+
var dayjs_min = { exports: {} }, hasRequiredDayjs_min;
|
|
16222
|
+
function requireDayjs_min() {
|
|
16223
|
+
return hasRequiredDayjs_min || (hasRequiredDayjs_min = 1, function(Ff, kh) {
|
|
16224
|
+
(function(x_, $_) {
|
|
16225
|
+
Ff.exports = $_();
|
|
16226
|
+
})(commonjsGlobal, function() {
|
|
16227
|
+
var x_ = 1e3, $_ = 6e4, B_ = 36e5, $P = "millisecond", zP = "second", eme = "minute", tme = "hour", nme = "day", rme = "week", ome = "month", ime = "quarter", ame = "year", cme = "date", ume = "Invalid Date", sme = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, fme = /\[([^\]]+)]|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, lme = { 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(Ome) {
|
|
16228
|
+
var Pme = ["th", "st", "nd", "rd"], $me = Ome % 100;
|
|
16229
|
+
return "[" + Ome + (Pme[($me - 20) % 10] || Pme[$me] || Pme[0]) + "]";
|
|
16230
|
+
} }, hme = function(Ome, Pme, $me) {
|
|
16231
|
+
var Dme = String(Ome);
|
|
16232
|
+
return !Dme || Dme.length >= Pme ? Ome : "" + Array(Pme + 1 - Dme.length).join($me) + Ome;
|
|
16233
|
+
}, pme = { s: hme, z: function(Ome) {
|
|
16234
|
+
var Pme = -Ome.utcOffset(), $me = Math.abs(Pme), Dme = Math.floor($me / 60), Mme = $me % 60;
|
|
16235
|
+
return (Pme <= 0 ? "+" : "-") + hme(Dme, 2, "0") + ":" + hme(Mme, 2, "0");
|
|
16236
|
+
}, m: function Ome(Pme, $me) {
|
|
16237
|
+
if (Pme.date() < $me.date()) return -Ome($me, Pme);
|
|
16238
|
+
var Dme = 12 * ($me.year() - Pme.year()) + ($me.month() - Pme.month()), Mme = Pme.clone().add(Dme, ome), Nme = $me - Mme < 0, Ime = Pme.clone().add(Dme + (Nme ? -1 : 1), ome);
|
|
16239
|
+
return +(-(Dme + ($me - Mme) / (Nme ? Mme - Ime : Ime - Mme)) || 0);
|
|
16240
|
+
}, a: function(Ome) {
|
|
16241
|
+
return Ome < 0 ? Math.ceil(Ome) || 0 : Math.floor(Ome);
|
|
16242
|
+
}, p: function(Ome) {
|
|
16243
|
+
return { M: ome, y: ame, w: rme, d: nme, D: cme, h: tme, m: eme, s: zP, ms: $P, Q: ime }[Ome] || String(Ome || "").toLowerCase().replace(/s$/, "");
|
|
16244
|
+
}, u: function(Ome) {
|
|
16245
|
+
return Ome === void 0;
|
|
16246
|
+
} }, gme = "en", yme = {};
|
|
16247
|
+
yme[gme] = lme;
|
|
16248
|
+
var mme = "$isDayjsObject", bme = function(Ome) {
|
|
16249
|
+
return Ome instanceof _me || !(!Ome || !Ome[mme]);
|
|
16250
|
+
}, Cme = function Ome(Pme, $me, Dme) {
|
|
16251
|
+
var Mme;
|
|
16252
|
+
if (!Pme) return gme;
|
|
16253
|
+
if (typeof Pme == "string") {
|
|
16254
|
+
var Nme = Pme.toLowerCase();
|
|
16255
|
+
yme[Nme] && (Mme = Nme), $me && (yme[Nme] = $me, Mme = Nme);
|
|
16256
|
+
var Ime = Pme.split("-");
|
|
16257
|
+
if (!Mme && Ime.length > 1) return Ome(Ime[0]);
|
|
16258
|
+
} else {
|
|
16259
|
+
var Eme = Pme.name;
|
|
16260
|
+
yme[Eme] = Pme, Mme = Eme;
|
|
16336
16261
|
}
|
|
16337
|
-
|
|
16338
|
-
|
|
16339
|
-
|
|
16340
|
-
var
|
|
16341
|
-
|
|
16342
|
-
|
|
16343
|
-
|
|
16344
|
-
|
|
16345
|
-
|
|
16346
|
-
|
|
16347
|
-
|
|
16348
|
-
|
|
16349
|
-
|
|
16350
|
-
|
|
16351
|
-
|
|
16352
|
-
|
|
16353
|
-
|
|
16354
|
-
|
|
16355
|
-
|
|
16356
|
-
|
|
16357
|
-
|
|
16358
|
-
|
|
16359
|
-
|
|
16360
|
-
|
|
16361
|
-
|
|
16362
|
-
|
|
16363
|
-
}, Pme.subtract = function($me, Dme) {
|
|
16364
|
-
return this.add(-1 * $me, Dme);
|
|
16365
|
-
}, Pme.format = function($me) {
|
|
16366
|
-
var Dme = this, Mme = this.$locale();
|
|
16367
|
-
if (!this.isValid()) return Mme.invalidDate || ume;
|
|
16368
|
-
var Nme = $me || "YYYY-MM-DDTHH:mm:ssZ", Ime = wme.z(this), Eme = this.$H, Rme = this.$m, Ame = this.$M, Fme = Mme.weekdays, Bme = Mme.months, kme = Mme.meridiem, Lme = function(zme, Vme, Xme, e0e) {
|
|
16369
|
-
return zme && (zme[Vme] || zme(Dme, Nme)) || Xme[Vme].slice(0, e0e);
|
|
16370
|
-
}, Hme = function(zme) {
|
|
16371
|
-
return wme.s(Eme % 12 || 12, zme, "0");
|
|
16372
|
-
}, Wme = kme || function(zme, Vme, Xme) {
|
|
16373
|
-
var e0e = zme < 12 ? "AM" : "PM";
|
|
16374
|
-
return Xme ? e0e.toLowerCase() : e0e;
|
|
16375
|
-
};
|
|
16376
|
-
return Nme.replace(fme, function(zme, Vme) {
|
|
16377
|
-
return Vme || function(Xme) {
|
|
16378
|
-
switch (Xme) {
|
|
16379
|
-
case "YY":
|
|
16380
|
-
return String(Dme.$y).slice(-2);
|
|
16381
|
-
case "YYYY":
|
|
16382
|
-
return wme.s(Dme.$y, 4, "0");
|
|
16383
|
-
case "M":
|
|
16384
|
-
return Ame + 1;
|
|
16385
|
-
case "MM":
|
|
16386
|
-
return wme.s(Ame + 1, 2, "0");
|
|
16387
|
-
case "MMM":
|
|
16388
|
-
return Lme(Mme.monthsShort, Ame, Bme, 3);
|
|
16389
|
-
case "MMMM":
|
|
16390
|
-
return Lme(Bme, Ame);
|
|
16391
|
-
case "D":
|
|
16392
|
-
return Dme.$D;
|
|
16393
|
-
case "DD":
|
|
16394
|
-
return wme.s(Dme.$D, 2, "0");
|
|
16395
|
-
case "d":
|
|
16396
|
-
return String(Dme.$W);
|
|
16397
|
-
case "dd":
|
|
16398
|
-
return Lme(Mme.weekdaysMin, Dme.$W, Fme, 2);
|
|
16399
|
-
case "ddd":
|
|
16400
|
-
return Lme(Mme.weekdaysShort, Dme.$W, Fme, 3);
|
|
16401
|
-
case "dddd":
|
|
16402
|
-
return Fme[Dme.$W];
|
|
16403
|
-
case "H":
|
|
16404
|
-
return String(Eme);
|
|
16405
|
-
case "HH":
|
|
16406
|
-
return wme.s(Eme, 2, "0");
|
|
16407
|
-
case "h":
|
|
16408
|
-
return Hme(1);
|
|
16409
|
-
case "hh":
|
|
16410
|
-
return Hme(2);
|
|
16411
|
-
case "a":
|
|
16412
|
-
return Wme(Eme, Rme, !0);
|
|
16413
|
-
case "A":
|
|
16414
|
-
return Wme(Eme, Rme, !1);
|
|
16415
|
-
case "m":
|
|
16416
|
-
return String(Rme);
|
|
16417
|
-
case "mm":
|
|
16418
|
-
return wme.s(Rme, 2, "0");
|
|
16419
|
-
case "s":
|
|
16420
|
-
return String(Dme.$s);
|
|
16421
|
-
case "ss":
|
|
16422
|
-
return wme.s(Dme.$s, 2, "0");
|
|
16423
|
-
case "SSS":
|
|
16424
|
-
return wme.s(Dme.$ms, 3, "0");
|
|
16425
|
-
case "Z":
|
|
16426
|
-
return Ime;
|
|
16262
|
+
return !Dme && Mme && (gme = Mme), Mme || !Dme && gme;
|
|
16263
|
+
}, Sme = function(Ome, Pme) {
|
|
16264
|
+
if (bme(Ome)) return Ome.clone();
|
|
16265
|
+
var $me = typeof Pme == "object" ? Pme : {};
|
|
16266
|
+
return $me.date = Ome, $me.args = arguments, new _me($me);
|
|
16267
|
+
}, wme = pme;
|
|
16268
|
+
wme.l = Cme, wme.i = bme, wme.w = function(Ome, Pme) {
|
|
16269
|
+
return Sme(Ome, { locale: Pme.$L, utc: Pme.$u, x: Pme.$x, $offset: Pme.$offset });
|
|
16270
|
+
};
|
|
16271
|
+
var _me = function() {
|
|
16272
|
+
function Ome($me) {
|
|
16273
|
+
this.$L = Cme($me.locale, null, !0), this.parse($me), this.$x = this.$x || $me.x || {}, this[mme] = !0;
|
|
16274
|
+
}
|
|
16275
|
+
var Pme = Ome.prototype;
|
|
16276
|
+
return Pme.parse = function($me) {
|
|
16277
|
+
this.$d = function(Dme) {
|
|
16278
|
+
var Mme = Dme.date, Nme = Dme.utc;
|
|
16279
|
+
if (Mme === null) return /* @__PURE__ */ new Date(NaN);
|
|
16280
|
+
if (wme.u(Mme)) return /* @__PURE__ */ new Date();
|
|
16281
|
+
if (Mme instanceof Date) return new Date(Mme);
|
|
16282
|
+
if (typeof Mme == "string" && !/Z$/i.test(Mme)) {
|
|
16283
|
+
var Ime = Mme.match(sme);
|
|
16284
|
+
if (Ime) {
|
|
16285
|
+
var Eme = Ime[2] - 1 || 0, Rme = (Ime[7] || "0").substring(0, 3);
|
|
16286
|
+
return Nme ? new Date(Date.UTC(Ime[1], Eme, Ime[3] || 1, Ime[4] || 0, Ime[5] || 0, Ime[6] || 0, Rme)) : new Date(Ime[1], Eme, Ime[3] || 1, Ime[4] || 0, Ime[5] || 0, Ime[6] || 0, Rme);
|
|
16287
|
+
}
|
|
16427
16288
|
}
|
|
16428
|
-
return
|
|
16429
|
-
}(
|
|
16430
|
-
})
|
|
16431
|
-
|
|
16432
|
-
|
|
16433
|
-
|
|
16434
|
-
|
|
16435
|
-
|
|
16289
|
+
return new Date(Mme);
|
|
16290
|
+
}($me), this.init();
|
|
16291
|
+
}, Pme.init = function() {
|
|
16292
|
+
var $me = this.$d;
|
|
16293
|
+
this.$y = $me.getFullYear(), this.$M = $me.getMonth(), this.$D = $me.getDate(), this.$W = $me.getDay(), this.$H = $me.getHours(), this.$m = $me.getMinutes(), this.$s = $me.getSeconds(), this.$ms = $me.getMilliseconds();
|
|
16294
|
+
}, Pme.$utils = function() {
|
|
16295
|
+
return wme;
|
|
16296
|
+
}, Pme.isValid = function() {
|
|
16297
|
+
return this.$d.toString() !== ume;
|
|
16298
|
+
}, Pme.isSame = function($me, Dme) {
|
|
16299
|
+
var Mme = Sme($me);
|
|
16300
|
+
return this.startOf(Dme) <= Mme && Mme <= this.endOf(Dme);
|
|
16301
|
+
}, Pme.isAfter = function($me, Dme) {
|
|
16302
|
+
return Sme($me) < this.startOf(Dme);
|
|
16303
|
+
}, Pme.isBefore = function($me, Dme) {
|
|
16304
|
+
return this.endOf(Dme) < Sme($me);
|
|
16305
|
+
}, Pme.$g = function($me, Dme, Mme) {
|
|
16306
|
+
return wme.u($me) ? this[Dme] : this.set(Mme, $me);
|
|
16307
|
+
}, Pme.unix = function() {
|
|
16308
|
+
return Math.floor(this.valueOf() / 1e3);
|
|
16309
|
+
}, Pme.valueOf = function() {
|
|
16310
|
+
return this.$d.getTime();
|
|
16311
|
+
}, Pme.startOf = function($me, Dme) {
|
|
16312
|
+
var Mme = this, Nme = !!wme.u(Dme) || Dme, Ime = wme.p($me), Eme = function(Wme, zme) {
|
|
16313
|
+
var Vme = wme.w(Mme.$u ? Date.UTC(Mme.$y, zme, Wme) : new Date(Mme.$y, zme, Wme), Mme);
|
|
16314
|
+
return Nme ? Vme : Vme.endOf(nme);
|
|
16315
|
+
}, Rme = function(Wme, zme) {
|
|
16316
|
+
return wme.w(Mme.toDate()[Wme].apply(Mme.toDate("s"), (Nme ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(zme)), Mme);
|
|
16317
|
+
}, Ame = this.$W, Fme = this.$M, Bme = this.$D, kme = "set" + (this.$u ? "UTC" : "");
|
|
16318
|
+
switch (Ime) {
|
|
16319
|
+
case ame:
|
|
16320
|
+
return Nme ? Eme(1, 0) : Eme(31, 11);
|
|
16321
|
+
case ome:
|
|
16322
|
+
return Nme ? Eme(1, Fme) : Eme(0, Fme + 1);
|
|
16323
|
+
case rme:
|
|
16324
|
+
var Lme = this.$locale().weekStart || 0, Hme = (Ame < Lme ? Ame + 7 : Ame) - Lme;
|
|
16325
|
+
return Eme(Nme ? Bme - Hme : Bme + (6 - Hme), Fme);
|
|
16326
|
+
case nme:
|
|
16327
|
+
case cme:
|
|
16328
|
+
return Rme(kme + "Hours", 0);
|
|
16329
|
+
case tme:
|
|
16330
|
+
return Rme(kme + "Minutes", 1);
|
|
16331
|
+
case eme:
|
|
16332
|
+
return Rme(kme + "Seconds", 2);
|
|
16333
|
+
case zP:
|
|
16334
|
+
return Rme(kme + "Milliseconds", 3);
|
|
16335
|
+
default:
|
|
16336
|
+
return this.clone();
|
|
16337
|
+
}
|
|
16338
|
+
}, Pme.endOf = function($me) {
|
|
16339
|
+
return this.startOf($me, !1);
|
|
16340
|
+
}, Pme.$set = function($me, Dme) {
|
|
16341
|
+
var Mme, Nme = wme.p($me), Ime = "set" + (this.$u ? "UTC" : ""), Eme = (Mme = {}, Mme[nme] = Ime + "Date", Mme[cme] = Ime + "Date", Mme[ome] = Ime + "Month", Mme[ame] = Ime + "FullYear", Mme[tme] = Ime + "Hours", Mme[eme] = Ime + "Minutes", Mme[zP] = Ime + "Seconds", Mme[$P] = Ime + "Milliseconds", Mme)[Nme], Rme = Nme === nme ? this.$D + (Dme - this.$W) : Dme;
|
|
16342
|
+
if (Nme === ome || Nme === ame) {
|
|
16343
|
+
var Ame = this.clone().set(cme, 1);
|
|
16344
|
+
Ame.$d[Eme](Rme), Ame.init(), this.$d = Ame.set(cme, Math.min(this.$D, Ame.daysInMonth())).$d;
|
|
16345
|
+
} else Eme && this.$d[Eme](Rme);
|
|
16346
|
+
return this.init(), this;
|
|
16347
|
+
}, Pme.set = function($me, Dme) {
|
|
16348
|
+
return this.clone().$set($me, Dme);
|
|
16349
|
+
}, Pme.get = function($me) {
|
|
16350
|
+
return this[wme.p($me)]();
|
|
16351
|
+
}, Pme.add = function($me, Dme) {
|
|
16352
|
+
var Mme, Nme = this;
|
|
16353
|
+
$me = Number($me);
|
|
16354
|
+
var Ime = wme.p(Dme), Eme = function(Fme) {
|
|
16355
|
+
var Bme = Sme(Nme);
|
|
16356
|
+
return wme.w(Bme.date(Bme.date() + Math.round(Fme * $me)), Nme);
|
|
16357
|
+
};
|
|
16358
|
+
if (Ime === ome) return this.set(ome, this.$M + $me);
|
|
16359
|
+
if (Ime === ame) return this.set(ame, this.$y + $me);
|
|
16360
|
+
if (Ime === nme) return Eme(1);
|
|
16361
|
+
if (Ime === rme) return Eme(7);
|
|
16362
|
+
var Rme = (Mme = {}, Mme[eme] = $_, Mme[tme] = B_, Mme[zP] = x_, Mme)[Ime] || 1, Ame = this.$d.getTime() + $me * Rme;
|
|
16363
|
+
return wme.w(Ame, this);
|
|
16364
|
+
}, Pme.subtract = function($me, Dme) {
|
|
16365
|
+
return this.add(-1 * $me, Dme);
|
|
16366
|
+
}, Pme.format = function($me) {
|
|
16367
|
+
var Dme = this, Mme = this.$locale();
|
|
16368
|
+
if (!this.isValid()) return Mme.invalidDate || ume;
|
|
16369
|
+
var Nme = $me || "YYYY-MM-DDTHH:mm:ssZ", Ime = wme.z(this), Eme = this.$H, Rme = this.$m, Ame = this.$M, Fme = Mme.weekdays, Bme = Mme.months, kme = Mme.meridiem, Lme = function(zme, Vme, Xme, e0e) {
|
|
16370
|
+
return zme && (zme[Vme] || zme(Dme, Nme)) || Xme[Vme].slice(0, e0e);
|
|
16371
|
+
}, Hme = function(zme) {
|
|
16372
|
+
return wme.s(Eme % 12 || 12, zme, "0");
|
|
16373
|
+
}, Wme = kme || function(zme, Vme, Xme) {
|
|
16374
|
+
var e0e = zme < 12 ? "AM" : "PM";
|
|
16375
|
+
return Xme ? e0e.toLowerCase() : e0e;
|
|
16376
|
+
};
|
|
16377
|
+
return Nme.replace(fme, function(zme, Vme) {
|
|
16378
|
+
return Vme || function(Xme) {
|
|
16379
|
+
switch (Xme) {
|
|
16380
|
+
case "YY":
|
|
16381
|
+
return String(Dme.$y).slice(-2);
|
|
16382
|
+
case "YYYY":
|
|
16383
|
+
return wme.s(Dme.$y, 4, "0");
|
|
16384
|
+
case "M":
|
|
16385
|
+
return Ame + 1;
|
|
16386
|
+
case "MM":
|
|
16387
|
+
return wme.s(Ame + 1, 2, "0");
|
|
16388
|
+
case "MMM":
|
|
16389
|
+
return Lme(Mme.monthsShort, Ame, Bme, 3);
|
|
16390
|
+
case "MMMM":
|
|
16391
|
+
return Lme(Bme, Ame);
|
|
16392
|
+
case "D":
|
|
16393
|
+
return Dme.$D;
|
|
16394
|
+
case "DD":
|
|
16395
|
+
return wme.s(Dme.$D, 2, "0");
|
|
16396
|
+
case "d":
|
|
16397
|
+
return String(Dme.$W);
|
|
16398
|
+
case "dd":
|
|
16399
|
+
return Lme(Mme.weekdaysMin, Dme.$W, Fme, 2);
|
|
16400
|
+
case "ddd":
|
|
16401
|
+
return Lme(Mme.weekdaysShort, Dme.$W, Fme, 3);
|
|
16402
|
+
case "dddd":
|
|
16403
|
+
return Fme[Dme.$W];
|
|
16404
|
+
case "H":
|
|
16405
|
+
return String(Eme);
|
|
16406
|
+
case "HH":
|
|
16407
|
+
return wme.s(Eme, 2, "0");
|
|
16408
|
+
case "h":
|
|
16409
|
+
return Hme(1);
|
|
16410
|
+
case "hh":
|
|
16411
|
+
return Hme(2);
|
|
16412
|
+
case "a":
|
|
16413
|
+
return Wme(Eme, Rme, !0);
|
|
16414
|
+
case "A":
|
|
16415
|
+
return Wme(Eme, Rme, !1);
|
|
16416
|
+
case "m":
|
|
16417
|
+
return String(Rme);
|
|
16418
|
+
case "mm":
|
|
16419
|
+
return wme.s(Rme, 2, "0");
|
|
16420
|
+
case "s":
|
|
16421
|
+
return String(Dme.$s);
|
|
16422
|
+
case "ss":
|
|
16423
|
+
return wme.s(Dme.$s, 2, "0");
|
|
16424
|
+
case "SSS":
|
|
16425
|
+
return wme.s(Dme.$ms, 3, "0");
|
|
16426
|
+
case "Z":
|
|
16427
|
+
return Ime;
|
|
16428
|
+
}
|
|
16429
|
+
return null;
|
|
16430
|
+
}(zme) || Ime.replace(":", "");
|
|
16431
|
+
});
|
|
16432
|
+
}, Pme.utcOffset = function() {
|
|
16433
|
+
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
16434
|
+
}, Pme.diff = function($me, Dme, Mme) {
|
|
16435
|
+
var Nme, Ime = this, Eme = wme.p(Dme), Rme = Sme($me), Ame = (Rme.utcOffset() - this.utcOffset()) * $_, Fme = this - Rme, Bme = function() {
|
|
16436
|
+
return wme.m(Ime, Rme);
|
|
16437
|
+
};
|
|
16438
|
+
switch (Eme) {
|
|
16439
|
+
case ame:
|
|
16440
|
+
Nme = Bme() / 12;
|
|
16441
|
+
break;
|
|
16442
|
+
case ome:
|
|
16443
|
+
Nme = Bme();
|
|
16444
|
+
break;
|
|
16445
|
+
case ime:
|
|
16446
|
+
Nme = Bme() / 3;
|
|
16447
|
+
break;
|
|
16448
|
+
case rme:
|
|
16449
|
+
Nme = (Fme - Ame) / 6048e5;
|
|
16450
|
+
break;
|
|
16451
|
+
case nme:
|
|
16452
|
+
Nme = (Fme - Ame) / 864e5;
|
|
16453
|
+
break;
|
|
16454
|
+
case tme:
|
|
16455
|
+
Nme = Fme / B_;
|
|
16456
|
+
break;
|
|
16457
|
+
case eme:
|
|
16458
|
+
Nme = Fme / $_;
|
|
16459
|
+
break;
|
|
16460
|
+
case zP:
|
|
16461
|
+
Nme = Fme / x_;
|
|
16462
|
+
break;
|
|
16463
|
+
default:
|
|
16464
|
+
Nme = Fme;
|
|
16465
|
+
}
|
|
16466
|
+
return Mme ? Nme : wme.a(Nme);
|
|
16467
|
+
}, Pme.daysInMonth = function() {
|
|
16468
|
+
return this.endOf(ome).$D;
|
|
16469
|
+
}, Pme.$locale = function() {
|
|
16470
|
+
return yme[this.$L];
|
|
16471
|
+
}, Pme.locale = function($me, Dme) {
|
|
16472
|
+
if (!$me) return this.$L;
|
|
16473
|
+
var Mme = this.clone(), Nme = Cme($me, Dme, !0);
|
|
16474
|
+
return Nme && (Mme.$L = Nme), Mme;
|
|
16475
|
+
}, Pme.clone = function() {
|
|
16476
|
+
return wme.w(this.$d, this);
|
|
16477
|
+
}, Pme.toDate = function() {
|
|
16478
|
+
return new Date(this.valueOf());
|
|
16479
|
+
}, Pme.toJSON = function() {
|
|
16480
|
+
return this.isValid() ? this.toISOString() : null;
|
|
16481
|
+
}, Pme.toISOString = function() {
|
|
16482
|
+
return this.$d.toISOString();
|
|
16483
|
+
}, Pme.toString = function() {
|
|
16484
|
+
return this.$d.toUTCString();
|
|
16485
|
+
}, Ome;
|
|
16486
|
+
}(), Tme = _me.prototype;
|
|
16487
|
+
return Sme.prototype = Tme, [["$ms", $P], ["$s", zP], ["$m", eme], ["$H", tme], ["$W", nme], ["$M", ome], ["$y", ame], ["$D", cme]].forEach(function(Ome) {
|
|
16488
|
+
Tme[Ome[1]] = function(Pme) {
|
|
16489
|
+
return this.$g(Pme, Ome[0], Ome[1]);
|
|
16436
16490
|
};
|
|
16437
|
-
|
|
16438
|
-
|
|
16439
|
-
|
|
16440
|
-
|
|
16441
|
-
|
|
16442
|
-
|
|
16443
|
-
|
|
16444
|
-
|
|
16445
|
-
|
|
16446
|
-
break;
|
|
16447
|
-
case rme:
|
|
16448
|
-
Nme = (Fme - Ame) / 6048e5;
|
|
16449
|
-
break;
|
|
16450
|
-
case nme:
|
|
16451
|
-
Nme = (Fme - Ame) / 864e5;
|
|
16452
|
-
break;
|
|
16453
|
-
case tme:
|
|
16454
|
-
Nme = Fme / B_;
|
|
16455
|
-
break;
|
|
16456
|
-
case eme:
|
|
16457
|
-
Nme = Fme / $_;
|
|
16458
|
-
break;
|
|
16459
|
-
case zP:
|
|
16460
|
-
Nme = Fme / x_;
|
|
16461
|
-
break;
|
|
16462
|
-
default:
|
|
16463
|
-
Nme = Fme;
|
|
16464
|
-
}
|
|
16465
|
-
return Mme ? Nme : wme.a(Nme);
|
|
16466
|
-
}, Pme.daysInMonth = function() {
|
|
16467
|
-
return this.endOf(ome).$D;
|
|
16468
|
-
}, Pme.$locale = function() {
|
|
16469
|
-
return yme[this.$L];
|
|
16470
|
-
}, Pme.locale = function($me, Dme) {
|
|
16471
|
-
if (!$me) return this.$L;
|
|
16472
|
-
var Mme = this.clone(), Nme = Cme($me, Dme, !0);
|
|
16473
|
-
return Nme && (Mme.$L = Nme), Mme;
|
|
16474
|
-
}, Pme.clone = function() {
|
|
16475
|
-
return wme.w(this.$d, this);
|
|
16476
|
-
}, Pme.toDate = function() {
|
|
16477
|
-
return new Date(this.valueOf());
|
|
16478
|
-
}, Pme.toJSON = function() {
|
|
16479
|
-
return this.isValid() ? this.toISOString() : null;
|
|
16480
|
-
}, Pme.toISOString = function() {
|
|
16481
|
-
return this.$d.toISOString();
|
|
16482
|
-
}, Pme.toString = function() {
|
|
16483
|
-
return this.$d.toUTCString();
|
|
16484
|
-
}, Ome;
|
|
16485
|
-
}(), Tme = _me.prototype;
|
|
16486
|
-
return Sme.prototype = Tme, [["$ms", $P], ["$s", zP], ["$m", eme], ["$H", tme], ["$W", nme], ["$M", ome], ["$y", ame], ["$D", cme]].forEach(function(Ome) {
|
|
16487
|
-
Tme[Ome[1]] = function(Pme) {
|
|
16488
|
-
return this.$g(Pme, Ome[0], Ome[1]);
|
|
16489
|
-
};
|
|
16490
|
-
}), Sme.extend = function(Ome, Pme) {
|
|
16491
|
-
return Ome.$i || (Ome(Pme, _me, Sme), Ome.$i = !0), Sme;
|
|
16492
|
-
}, Sme.locale = Cme, Sme.isDayjs = bme, Sme.unix = function(Ome) {
|
|
16493
|
-
return Sme(1e3 * Ome);
|
|
16494
|
-
}, Sme.en = yme[gme], Sme.Ls = yme, Sme.p = {}, Sme;
|
|
16495
|
-
});
|
|
16496
|
-
})(dayjs_min);
|
|
16497
|
-
var dayjs_minExports = dayjs_min.exports;
|
|
16491
|
+
}), Sme.extend = function(Ome, Pme) {
|
|
16492
|
+
return Ome.$i || (Ome(Pme, _me, Sme), Ome.$i = !0), Sme;
|
|
16493
|
+
}, Sme.locale = Cme, Sme.isDayjs = bme, Sme.unix = function(Ome) {
|
|
16494
|
+
return Sme(1e3 * Ome);
|
|
16495
|
+
}, Sme.en = yme[gme], Sme.Ls = yme, Sme.p = {}, Sme;
|
|
16496
|
+
});
|
|
16497
|
+
}(dayjs_min)), dayjs_min.exports;
|
|
16498
|
+
}
|
|
16499
|
+
var dayjs_minExports = requireDayjs_min();
|
|
16498
16500
|
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
|
|
16499
16501
|
var weekday$1 = { exports: {} };
|
|
16500
16502
|
(function(Ff, kh) {
|
|
@@ -39449,7 +39451,7 @@ const FormContainer = /* @__PURE__ */ forwardRef((Ff, kh) => {
|
|
|
39449
39451
|
};
|
|
39450
39452
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Form, {
|
|
39451
39453
|
form: B_,
|
|
39452
|
-
className: "form-container fp-
|
|
39454
|
+
className: "form-container fp-0 fw-full fh-full box-border",
|
|
39453
39455
|
onFieldsChange: cme,
|
|
39454
39456
|
children: $P
|
|
39455
39457
|
});
|
|
@@ -39738,7 +39740,7 @@ const FormContainerWrapper = withWrap((Ff) => {
|
|
|
39738
39740
|
var zhCn = { exports: {} };
|
|
39739
39741
|
(function(Ff, kh) {
|
|
39740
39742
|
(function(x_, $_) {
|
|
39741
|
-
Ff.exports = $_(
|
|
39743
|
+
Ff.exports = $_(requireDayjs_min());
|
|
39742
39744
|
})(commonjsGlobal, function(x_) {
|
|
39743
39745
|
function $_(zP) {
|
|
39744
39746
|
return zP && typeof zP == "object" && "default" in zP ? zP : { default: zP };
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.fabsolute{position:absolute}.frelative{position:relative}.fleft-0{left:0}.ftop-0{top:0}.fz-10{z-index:10}.fmy-2{margin-top:.5rem;margin-bottom:.5rem}.fmt-2{margin-top:.5rem}.fflex{display:flex}.finline-flex{display:inline-flex}.fhidden{display:none}.fh-11{height:2.75rem}.fh-12{height:3rem}.fh-24{height:6rem}.fh-5{height:1.25rem}.fh-8{height:2rem}.fh-full{height:100%}.fmax-h-full{max-height:100%}.fmin-h-20{min-height:5rem}.fmin-h-5{min-height:1.25rem}.fw-16{width:4rem}.fw-24{width:6rem}.fw-5{width:1.25rem}.fw-\[960px\]{width:960px}.fw-full{width:100%}.fmin-w-36{min-width:9rem}.fmin-w-full{min-width:100%}.fmax-w-full{max-width:100%}.fflex-1{flex:1 1 0%}.fcursor-not-allowed{cursor:not-allowed}.fcursor-pointer{cursor:pointer}.fflex-col{flex-direction:column}.fflex-wrap{flex-wrap:wrap}.fitems-center{align-items:center}.fitems-stretch{align-items:stretch}.fjustify-center{justify-content:center}.fjustify-between{justify-content:space-between}.fgap-1{gap:.25rem}.fgap-2{gap:.5rem}.fgap-3{gap:.75rem}.fgap-x-1{column-gap:.25rem}.foverflow-hidden{overflow:hidden}.foverflow-x-auto{overflow-x:auto}.frounded{border-radius:.25rem}.fborder{border-width:1px}.fborder-b{border-bottom-width:1px}.fborder-l-4{border-left-width:4px}.fborder-dashed{border-style:dashed}.fborder-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.fborder-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.fborder-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.fbg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.fbg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.fbg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.fbg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.fbg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.fbg-transparent{background-color:transparent}.fbg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.fbg-opacity-50{--tw-bg-opacity: .5}.fobject-contain{object-fit:contain}.fp-
|
|
1
|
+
*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.fabsolute{position:absolute}.frelative{position:relative}.fleft-0{left:0}.ftop-0{top:0}.fz-10{z-index:10}.fmy-2{margin-top:.5rem;margin-bottom:.5rem}.fmt-2{margin-top:.5rem}.fflex{display:flex}.finline-flex{display:inline-flex}.fhidden{display:none}.fh-11{height:2.75rem}.fh-12{height:3rem}.fh-24{height:6rem}.fh-5{height:1.25rem}.fh-8{height:2rem}.fh-full{height:100%}.fmax-h-full{max-height:100%}.fmin-h-20{min-height:5rem}.fmin-h-5{min-height:1.25rem}.fw-16{width:4rem}.fw-24{width:6rem}.fw-5{width:1.25rem}.fw-\[960px\]{width:960px}.fw-full{width:100%}.fmin-w-36{min-width:9rem}.fmin-w-full{min-width:100%}.fmax-w-full{max-width:100%}.fflex-1{flex:1 1 0%}.fcursor-not-allowed{cursor:not-allowed}.fcursor-pointer{cursor:pointer}.fflex-col{flex-direction:column}.fflex-wrap{flex-wrap:wrap}.fitems-center{align-items:center}.fitems-stretch{align-items:stretch}.fjustify-center{justify-content:center}.fjustify-between{justify-content:space-between}.fgap-1{gap:.25rem}.fgap-2{gap:.5rem}.fgap-3{gap:.75rem}.fgap-x-1{column-gap:.25rem}.foverflow-hidden{overflow:hidden}.foverflow-x-auto{overflow-x:auto}.frounded{border-radius:.25rem}.fborder{border-width:1px}.fborder-b{border-bottom-width:1px}.fborder-l-4{border-left-width:4px}.fborder-dashed{border-style:dashed}.fborder-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.fborder-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.fborder-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.fbg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.fbg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.fbg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.fbg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.fbg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.fbg-transparent{background-color:transparent}.fbg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.fbg-opacity-50{--tw-bg-opacity: .5}.fobject-contain{object-fit:contain}.fp-0{padding:0}.fp-2{padding:.5rem}.fp-4{padding:1rem}.fpx-2{padding-left:.5rem;padding-right:.5rem}.fpb-10{padding-bottom:2.5rem}.fpl-2{padding-left:.5rem}.ftext-lg{font-size:1.125rem;line-height:1.75rem}.ftext-sm{font-size:.875rem;line-height:1.25rem}.ftext-xs{font-size:.75rem;line-height:1rem}.ffont-medium{font-weight:500}.ffont-semibold{font-weight:600}.ftext-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.ftext-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.ftext-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.ftext-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.fopacity-5{opacity:.05}.hover\:fborder-\[\#3e92f8\]:hover{--tw-border-opacity: 1;border-color:rgb(62 146 248 / var(--tw-border-opacity))}.hover\:ftext-\[\#3e92f8\]:hover{--tw-text-opacity: 1;color:rgb(62 146 248 / var(--tw-text-opacity))}.hover\:ftext-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.fgroup:hover .group-hover\:fflex{display:flex}.fgroup:hover .group-hover\:fbg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}/*!
|
|
2
2
|
* Quill Editor v1.3.7
|
|
3
3
|
* https://quilljs.com/
|
|
4
4
|
* Copyright (c) 2014, Jason Chen
|
package/package.json
CHANGED
|
@@ -270,7 +270,7 @@ const FormContainer = forwardRef(({ cols = 1, children }, ref) => {
|
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
return (
|
|
273
|
-
<Form form={form} className="form-container fp-
|
|
273
|
+
<Form form={form} className="form-container fp-0 fw-full fh-full box-border" onFieldsChange={handleFieldsChange}>
|
|
274
274
|
{formContent}
|
|
275
275
|
</Form>
|
|
276
276
|
);
|