@next-bricks/form 1.11.2 → 1.11.3

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.
@@ -188,6 +188,97 @@
188
188
  "description": "通用输入框构件",
189
189
  "category": "form-input-basic"
190
190
  },
191
+ {
192
+ "name": "eo-textarea",
193
+ "alias": [
194
+ "form.general-textarea"
195
+ ],
196
+ "properties": [
197
+ {
198
+ "name": "name",
199
+ "description": "字段名称",
200
+ "type": "string"
201
+ },
202
+ {
203
+ "name": "label",
204
+ "description": "标签文字",
205
+ "type": "string"
206
+ },
207
+ {
208
+ "name": "value",
209
+ "description": "值",
210
+ "type": "string"
211
+ },
212
+ {
213
+ "name": "placeholder",
214
+ "description": "占位说明",
215
+ "type": "string"
216
+ },
217
+ {
218
+ "name": "disabled",
219
+ "description": "是否禁用",
220
+ "type": "boolean"
221
+ },
222
+ {
223
+ "name": "minLength",
224
+ "description": "最小长度",
225
+ "type": "number"
226
+ },
227
+ {
228
+ "name": "maxLength",
229
+ "description": "最大长度",
230
+ "type": "number"
231
+ },
232
+ {
233
+ "name": "autoSize",
234
+ "description": "大小自适应",
235
+ "attribute": false,
236
+ "type": "AutoSize"
237
+ },
238
+ {
239
+ "name": "required",
240
+ "description": "是否必填",
241
+ "type": "boolean"
242
+ },
243
+ {
244
+ "name": "max",
245
+ "description": "表单校验最大长度",
246
+ "type": "number"
247
+ },
248
+ {
249
+ "name": "min",
250
+ "description": "表单校验最小长度",
251
+ "type": "number"
252
+ },
253
+ {
254
+ "name": "message",
255
+ "description": "校验信息",
256
+ "attribute": false,
257
+ "type": "Record<string, string>"
258
+ },
259
+ {
260
+ "name": "textareaStyle",
261
+ "description": "自定义样式",
262
+ "attribute": false,
263
+ "type": "React.CSSProperties"
264
+ }
265
+ ],
266
+ "events": [
267
+ {
268
+ "name": "change",
269
+ "description": "",
270
+ "detail": {
271
+ "description": null,
272
+ "type": "string"
273
+ }
274
+ }
275
+ ],
276
+ "slots": [],
277
+ "methods": [],
278
+ "parts": [],
279
+ "description": "通用多行文本输入框构件",
280
+ "category": "form-input-basic"
281
+ },
191
282
  {
192
283
  "name": "eo-form",
193
284
  "alias": [
@@ -323,196 +414,6 @@
323
414
  "description": "表单构件",
324
415
  "category": "form-input-basic"
325
416
  },
326
- {
327
- "name": "eo-textarea",
328
- "alias": [
329
- "form.general-textarea"
330
- ],
331
- "properties": [
332
- {
333
- "name": "name",
334
- "description": "字段名称",
335
- "type": "string"
336
- },
337
- {
338
- "name": "label",
339
- "description": "标签文字",
340
- "type": "string"
341
- },
342
- {
343
- "name": "value",
344
- "description": "值",
345
- "type": "string"
346
- },
347
- {
348
- "name": "placeholder",
349
- "description": "占位说明",
350
- "type": "string"
351
- },
352
- {
353
- "name": "disabled",
354
- "description": "是否禁用",
355
- "type": "boolean"
356
- },
357
- {
358
- "name": "minLength",
359
- "description": "最小长度",
360
- "type": "number"
361
- },
362
- {
363
- "name": "maxLength",
364
- "description": "最大长度",
365
- "type": "number"
366
- },
367
- {
368
- "name": "autoSize",
369
- "description": "大小自适应",
370
- "attribute": false,
371
- "type": "AutoSize"
372
- },
373
- {
374
- "name": "required",
375
- "description": "是否必填",
376
- "type": "boolean"
377
- },
378
- {
379
- "name": "max",
380
- "description": "表单校验最大长度",
381
- "type": "number"
382
- },
383
- {
384
- "name": "min",
385
- "description": "表单校验最小长度",
386
- "type": "number"
387
- },
388
- {
389
- "name": "message",
390
- "description": "校验信息",
391
- "attribute": false,
392
- "type": "Record<string, string>"
393
- },
394
- {
395
- "name": "textareaStyle",
396
- "description": "自定义样式",
397
- "attribute": false,
398
- "type": "React.CSSProperties"
399
- }
400
- ],
401
- "events": [
402
- {
403
- "name": "change",
404
- "description": "",
405
- "detail": {
406
- "description": null,
407
- "type": "string"
408
- }
409
- }
410
- ],
411
- "slots": [],
412
- "methods": [],
413
- "parts": [],
414
- "description": "通用多行文本输入框构件",
415
- "category": "form-input-basic"
416
- },
417
- {
418
- "name": "eo-form-item",
419
- "alias": [
420
- "form.general-form-item"
421
- ],
422
- "properties": [
423
- {
424
- "name": "formElement",
425
- "attribute": false,
426
- "type": "Form"
427
- },
428
- {
429
- "name": "curElement",
430
- "attribute": false,
431
- "type": "HTMLElement"
432
- },
433
- {
434
- "name": "name",
435
- "description": "字段名称",
436
- "type": "string"
437
- },
438
- {
439
- "name": "label",
440
- "type": "string"
441
- },
442
- {
443
- "name": "pattern",
444
- "type": "string"
445
- },
446
- {
447
- "name": "message",
448
- "attribute": false,
449
- "type": "Record<string, string>"
450
- },
451
- {
452
- "name": "max",
453
- "type": "number"
454
- },
455
- {
456
- "name": "min",
457
- "type": "number"
458
- },
459
- {
460
- "name": "required",
461
- "description": "表单项是否为必填",
462
- "type": "boolean"
463
- },
464
- {
465
- "name": "value",
466
- "description": "初始值",
467
- "type": "string"
468
- },
469
- {
470
- "name": "valuePropsName",
471
- "type": "string"
472
- },
473
- {
474
- "name": "layout",
475
- "type": "Layout"
476
- },
477
- {
478
- "name": "size",
479
- "type": "ComponentSize"
480
- },
481
- {
482
- "name": "trim",
483
- "description": "是否自动去除前后的空白字符",
484
- "default": "true"
485
- },
486
- {
487
- "name": "trigger",
488
- "description": "事件触发方法名",
489
- "type": "string"
490
- },
491
- {
492
- "name": "validator",
493
- "description": "表单项校验方法",
494
- "attribute": false,
495
- "type": "((value: any) => MessageBody)"
496
- },
497
- {
498
- "name": "needValidate",
499
- "description": "值变化时是否主动出发校验",
500
- "type": "boolean"
501
- }
502
- ],
503
- "events": [],
504
- "slots": [
505
- {
506
- "name": null,
507
- "description": "表单项内容"
508
- }
509
- ],
510
- "methods": [],
511
- "parts": [],
512
- "description": "通用输入框构件",
513
- "category": "form-input-basic",
514
- "insider": true
515
- },
516
417
  {
517
418
  "name": "eo-radio",
518
419
  "alias": [
@@ -753,6 +654,105 @@
753
654
  "description": "通用下拉选择构件",
754
655
  "category": "form-input-basic"
755
656
  },
657
+ {
658
+ "name": "eo-form-item",
659
+ "alias": [
660
+ "form.general-form-item"
661
+ ],
662
+ "properties": [
663
+ {
664
+ "name": "formElement",
665
+ "attribute": false,
666
+ "type": "Form"
667
+ },
668
+ {
669
+ "name": "curElement",
670
+ "attribute": false,
671
+ "type": "HTMLElement"
672
+ },
673
+ {
674
+ "name": "name",
675
+ "description": "字段名称",
676
+ "type": "string"
677
+ },
678
+ {
679
+ "name": "label",
680
+ "type": "string"
681
+ },
682
+ {
683
+ "name": "pattern",
684
+ "type": "string"
685
+ },
686
+ {
687
+ "name": "message",
688
+ "attribute": false,
689
+ "type": "Record<string, string>"
690
+ },
691
+ {
692
+ "name": "max",
693
+ "type": "number"
694
+ },
695
+ {
696
+ "name": "min",
697
+ "type": "number"
698
+ },
699
+ {
700
+ "name": "required",
701
+ "description": "表单项是否为必填",
702
+ "type": "boolean"
703
+ },
704
+ {
705
+ "name": "value",
706
+ "description": "初始值",
707
+ "type": "string"
708
+ },
709
+ {
710
+ "name": "valuePropsName",
711
+ "type": "string"
712
+ },
713
+ {
714
+ "name": "layout",
715
+ "type": "Layout"
716
+ },
717
+ {
718
+ "name": "size",
719
+ "type": "ComponentSize"
720
+ },
721
+ {
722
+ "name": "trim",
723
+ "description": "是否自动去除前后的空白字符",
724
+ "default": "true"
725
+ },
726
+ {
727
+ "name": "trigger",
728
+ "description": "事件触发方法名",
729
+ "type": "string"
730
+ },
731
+ {
732
+ "name": "validator",
733
+ "description": "表单项校验方法",
734
+ "attribute": false,
735
+ "type": "((value: any) => MessageBody)"
736
+ },
737
+ {
738
+ "name": "needValidate",
739
+ "description": "值变化时是否主动出发校验",
740
+ "type": "boolean"
741
+ }
742
+ ],
743
+ "events": [],
744
+ "slots": [
745
+ {
746
+ "name": null,
747
+ "description": "表单项内容"
748
+ }
749
+ ],
750
+ "methods": [],
751
+ "parts": [],
752
+ "description": "通用输入框构件",
753
+ "category": "form-input-basic",
754
+ "insider": true
755
+ },
756
756
  {
757
757
  "name": "eo-submit-buttons",
758
758
  "alias": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/form",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/form",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,5 +44,5 @@
44
44
  "@next-bricks/icons": "*",
45
45
  "@next-bricks/illustrations": "*"
46
46
  },
47
- "gitHead": "7df26ca46e82a1fbe3d04038237d2a831f09c17e"
47
+ "gitHead": "7789206ad926005f98869071b9e6ebe5e5cde6a0"
48
48
  }
@@ -1,2 +0,0 @@
1
- (()=>{"use strict";var e,t,r,a,o,n,l,i,c,s,h,d,f,u,m,p,b,P,g,x,v,y={754:(e,t,r)=>{var a={"./eo-input":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(8396)]).then((()=>()=>r(5367))),"./general-input":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(8396)]).then((()=>()=>r(5367))),"./eo-form":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(3778)]).then((()=>()=>r(7331))),"./general-form":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(3778)]).then((()=>()=>r(7331))),"./eo-textarea":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(382)]).then((()=>()=>r(8871))),"./general-textarea":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(382)]).then((()=>()=>r(8871))),"./eo-form-item":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(2518),r.e(1269),r.e(9342)]).then((()=>()=>r(3189))),"./general-form-item":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(2518),r.e(1269),r.e(9342)]).then((()=>()=>r(3189))),"./eo-radio":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(3449)]).then((()=>()=>r(4446))),"./general-radio":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(3449)]).then((()=>()=>r(4446))),"./eo-select":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(6203),r.e(9768)]).then((()=>()=>r(1285))),"./general-select":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(6203),r.e(9768)]).then((()=>()=>r(1285))),"./eo-submit-buttons":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(172)]).then((()=>()=>r(349))),"./submit-buttons":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(172)]).then((()=>()=>r(349))),"./eo-checkbox":()=>Promise.all([r.e(7507),r.e(825),r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(9107)]).then((()=>()=>r(8933))),"./general-checkbox":()=>Promise.all([r.e(7507),r.e(825),r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(9107)]).then((()=>()=>r(8933))),"./eo-dynamic-form-item":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(5502),r.e(6842)]).then((()=>()=>r(4753))),"./dynamic-form-item":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(5502),r.e(6842)]).then((()=>()=>r(4753))),"./eo-search":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(6324)]).then((()=>()=>r(625))),"./general-search":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(6324)]).then((()=>()=>r(625))),"./eo-icon-select":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(5502),r.e(2681),r.e(740)]).then((()=>()=>r(3659))),"./icon-select":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(5502),r.e(2681),r.e(740)]).then((()=>()=>r(3659))),"./eo-upload-image":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(8799),r.e(6203),r.e(5502),r.e(9422),r.e(2235),r.e(8771)]).then((()=>()=>r(1726))),"./upload-image":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(8799),r.e(6203),r.e(5502),r.e(9422),r.e(2235),r.e(8771)]).then((()=>()=>r(1726))),"./eo-switch":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(7572)]).then((()=>()=>r(8848))),"./general-switch":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(7572)]).then((()=>()=>r(8848))),"./eo-upload-file":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(2518),r.e(8799),r.e(5502),r.e(9422),r.e(6538),r.e(9910)]).then((()=>()=>r(1153))),"./eo-auto-complete":()=>Promise.all([r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(6511)]).then((()=>()=>r(7060))),"./eo-time-picker":()=>Promise.all([r.e(7507),r.e(825),r.e(6537),r.e(5026),r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(8799),r.e(9435),r.e(1410)]).then((()=>()=>r(2137))),"./eo-date-picker":()=>Promise.all([r.e(7507),r.e(825),r.e(6537),r.e(5026),r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(8799),r.e(9435),r.e(6238),r.e(5563)]).then((()=>()=>r(7588))),"./eo-time-range-picker":()=>Promise.all([r.e(7507),r.e(825),r.e(6537),r.e(5026),r.e(8769),r.e(4782),r.e(1389),r.e(1030),r.e(9772),r.e(2518),r.e(8799),r.e(9435),r.e(762)]).then((()=>()=>r(7797))),"./eo-color-picker":()=>Promise.all([r.e(7507),r.e(825),r.e(6537),r.e(6586),r.e(8769),r.e(4782),r.e(1389),r.e(9772),r.e(2518),r.e(9435),r.e(2652)]).then((()=>()=>r(1653)))},o=(e,t)=>(r.R=t,t=r.o(a,e)?a[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),r.R=void 0,t),n=(e,t)=>{if(r.S){var a="default",o=r.S[a];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return r.S[a]=e,r.I(a,t)}};r.d(t,{get:()=>o,init:()=>n})}},k={};function w(e){var t=k[e];if(void 0!==t)return t.exports;var r=k[e]={id:e,loaded:!1,exports:{}};return y[e].call(r.exports,r,r.exports,w),r.loaded=!0,r.exports}w.m=y,w.c=k,w.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return w.d(t,{a:t}),t},w.d=(e,t)=>{for(var r in t)w.o(t,r)&&!w.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},w.f={},w.e=e=>Promise.all(Object.keys(w.f).reduce(((t,r)=>(w.f[r](e,t),t)),[])),w.u=e=>"chunks/"+({172:"eo-submit-buttons",382:"eo-textarea",740:"eo-icon-select",762:"eo-time-range-picker",1410:"eo-time-picker",2652:"eo-color-picker",3449:"eo-radio",3778:"eo-form",5563:"eo-date-picker",6324:"eo-search",6511:"eo-auto-complete",6842:"eo-dynamic-form-item",7572:"eo-switch",8396:"eo-input",8771:"eo-upload-image",9107:"eo-checkbox",9342:"eo-form-item",9768:"eo-select",9910:"eo-upload-file"}[e]||e)+"."+{114:"35fbcda8",172:"37536f54",382:"1257aec8",726:"7bf7cb72",740:"ea153600",762:"c8556a78",790:"a0f9407d",825:"5bcac785",871:"93119d0b",1030:"5e57451d",1045:"11757a1e",1122:"11480bc6",1269:"ac864235",1302:"2ebe2b68",1370:"a56b4fa3",1389:"1452ce52",1410:"9de9bf2a",1760:"15b7c35b",1889:"392e4e6b",1940:"1024d4dd",2052:"9f08e1db",2235:"03f1bb56",2277:"58fd0b5d",2518:"7958da30",2652:"cf583429",2681:"ad0449bd",3144:"07ed2d7c",3171:"34a4166c",3426:"2f9a5a28",3449:"69db2632",3518:"75b2757a",3533:"531100f1",3778:"ffd7110b",3933:"8a1916e7",4041:"48f9b954",4285:"e286fecf",4658:"56a37060",4741:"ed462c44",4782:"5d541130",4837:"1a9fc4b6",4984:"c2d8d7d4",5026:"2b177335",5053:"a529bc9f",5250:"e92d10c7",5384:"8bd748af",5399:"335a0d52",5502:"8e6c34d2",5552:"492d0692",5563:"37da5deb",6203:"24fda519",6238:"d1049ca2",6314:"72503073",6324:"c7c9f55d",6511:"98162a44",6519:"512a2834",6537:"d3dbdd3a",6538:"4029e3a1",6586:"fdcac52b",6688:"fbb0ea5d",6773:"3b724376",6842:"b993cc1a",7218:"3bd68abf",7304:"faf14330",7434:"4471086e",7507:"c1df682a",7572:"09c86599",7721:"c376ed54",7733:"c06bbbb9",8097:"37e7738b",8396:"873ad2fa",8769:"cbc91370",8771:"8c3c1a13",8799:"a1324049",8989:"93f530e6",9042:"5983f19d",9107:"baa2872d",9342:"d0c9470e",9422:"4e4501fa",9435:"14dcfd73",9515:"bfd568c5",9559:"adb5e505",9755:"0094c99a",9768:"e068cf0a",9772:"0bb4d56a",9844:"0e7eb437",9910:"a9335d33"}[e]+".js",w.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),w.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="@next-bricks/form:",w.l=(r,a,o,n)=>{if(e[r])e[r].push(a);else{var l,i;if(void 0!==o)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var h=c[s];if(h.getAttribute("src")==r||h.getAttribute("data-webpack")==t+o){l=h;break}}l||(i=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,w.nc&&l.setAttribute("nonce",w.nc),l.setAttribute("data-webpack",t+o),l.src=r),e[r]=[a];var d=(t,a)=>{l.onerror=l.onload=null,clearTimeout(f);var o=e[r];if(delete e[r],l.parentNode&&l.parentNode.removeChild(l),o&&o.forEach((e=>e(a))),t)return t(a)},f=setTimeout(d.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=d.bind(null,l.onerror),l.onload=d.bind(null,l.onload),i&&document.head.appendChild(l)}},w.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},w.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{w.S={};var e={},t={};w.I=(r,a)=>{a||(a=[]);var o=t[r];if(o||(o=t[r]={}),!(a.indexOf(o)>=0)){if(a.push(o),e[r])return e[r];w.o(w.S,r)||(w.S[r]={});var n=w.S[r],l="@next-bricks/form",i=(e,t,r,a)=>{var o=n[e]=n[e]||{},i=o[t];(!i||!i.loaded&&(!a!=!i.eager?a:l>i.from))&&(o[t]={get:r,from:l,eager:!!a})},c=[];return"default"===r&&(i("@babel/parser","7.24.4",(()=>w.e(6773).then((()=>()=>w(6773))))),i("@easyops-cn/brick-next-pipes","0.6.0",(()=>Promise.all([w.e(4741),w.e(1030),w.e(6688)]).then((()=>()=>w(4741))))),i("@next-core/cook","2.4.7",(()=>Promise.all([w.e(1122),w.e(1760)]).then((()=>()=>w(1122))))),i("@next-core/element","1.2.11",(()=>w.e(1045).then((()=>()=>w(1045))))),i("@next-core/http","1.2.6",(()=>w.e(8989).then((()=>()=>w(8989))))),i("@next-core/i18n/react","1.0.58",(()=>Promise.all([w.e(8799),w.e(8097)]).then((()=>()=>w(8097))))),i("@next-core/i18n","1.0.58",(()=>Promise.all([w.e(8799),w.e(9755),w.e(3518),w.e(5552)]).then((()=>()=>w(5552))))),i("@next-core/inject","1.0.39",(()=>Promise.all([w.e(1030),w.e(4285),w.e(2277)]).then((()=>()=>w(2277))))),i("@next-core/loader","1.6.5",(()=>w.e(5399).then((()=>()=>w(5399))))),i("@next-core/pipes","2.0.24",(()=>w.e(6519).then((()=>()=>w(6519))))),i("@next-core/react-element","1.0.30",(()=>Promise.all([w.e(8769),w.e(4782),w.e(9435),w.e(114)]).then((()=>()=>w(114))))),i("@next-core/react-runtime","1.6.19",(()=>Promise.all([w.e(8769),w.e(1389),w.e(1030),w.e(6203),w.e(4837)]).then((()=>()=>w(4837))))),i("@next-core/runtime","1.52.0",(()=>Promise.all([w.e(7507),w.e(3533),w.e(1030),w.e(9422),w.e(3518),w.e(1302),w.e(9042),w.e(4984)]).then((()=>()=>w(3533))))),i("@next-core/supply","2.1.20",(()=>Promise.all([w.e(1030),w.e(4285),w.e(1302),w.e(9559)]).then((()=>()=>w(9559))))),i("@next-core/theme","1.5.3",(()=>Promise.all([w.e(1889),w.e(2052)]).then((()=>()=>w(1889))))),i("@next-core/utils/general","1.7.16",(()=>w.e(871).then((()=>()=>w(871))))),i("@next-core/utils/storyboard","1.7.16",(()=>Promise.all([w.e(2681),w.e(9042),w.e(3933)]).then((()=>()=>w(3933))))),i("history","4.10.1",(()=>w.e(5384).then((()=>()=>w(5384))))),i("i18next-browser-languagedetector","7.2.1",(()=>w.e(726).then((()=>()=>w(726))))),i("i18next","22.5.1",(()=>w.e(7304).then((()=>()=>w(7304))))),i("js-yaml","3.14.1",(()=>w.e(9515).then((()=>()=>w(9515))))),i("lodash","4.17.21",(()=>w.e(5250).then((()=>()=>w(5250))))),i("moment/locale/zh-cn.js","2.30.1",(()=>Promise.all([w.e(7721),w.e(9844)]).then((()=>()=>w(1329))))),i("moment","2.30.1",(()=>Promise.all([w.e(7721),w.e(9844)]).then((()=>()=>w(9420))))),i("react-dom","0.0.0-experimental-ee8509801-20230117",(()=>Promise.all([w.e(3144),w.e(8769)]).then((()=>()=>w(3144))))),i("react-i18next","12.3.1",(()=>Promise.all([w.e(8769),w.e(7434)]).then((()=>()=>w(7434))))),i("react","0.0.0-experimental-ee8509801-20230117",(()=>w.e(4041).then((()=>()=>w(4041)))))),e[r]=c.length?Promise.all(c).then((()=>e[r]=1)):1}}})(),(()=>{var e;w.g.importScripts&&(e=w.g.location+"");var t=w.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var a=r.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=r[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),w.p=e})(),r=e=>{var t=e=>e.split(".").map((e=>+e==e?+e:e)),r=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=r[1]?t(r[1]):[];return r[2]&&(a.length++,a.push.apply(a,t(r[2]))),r[3]&&(a.push([]),a.push.apply(a,t(r[3]))),a},a=(e,t)=>{e=r(e),t=r(t);for(var a=0;;){if(a>=e.length)return a<t.length&&"u"!=(typeof t[a])[0];var o=e[a],n=(typeof o)[0];if(a>=t.length)return"u"==n;var l=t[a],i=(typeof l)[0];if(n!=i)return"o"==n&&"n"==i||"s"==i||"u"==n;if("o"!=n&&"u"!=n&&o!=l)return o<l;a++}},o=e=>{var t=e[0],r="";if(1===e.length)return"*";if(t+.5){r+=0==t?">=":-1==t?"<":1==t?"^":2==t?"~":t>0?"=":"!=";for(var a=1,n=1;n<e.length;n++)a--,r+="u"==(typeof(i=e[n]))[0]?"-":(a>0?".":"")+(a=2,i);return r}var l=[];for(n=1;n<e.length;n++){var i=e[n];l.push(0===i?"not("+c()+")":1===i?"("+c()+" || "+c()+")":2===i?l.pop()+" "+l.pop():o(i))}return c();function c(){return l.pop().replace(/^\((.+)\)$/,"$1")}},n=(e,t)=>{if(0 in e){t=r(t);var a=e[0],o=a<0;o&&(a=-a-1);for(var l=0,i=1,c=!0;;i++,l++){var s,h,d=i<e.length?(typeof e[i])[0]:"";if(l>=t.length||"o"==(h=(typeof(s=t[l]))[0]))return!c||("u"==d?i>a&&!o:""==d!=o);if("u"==h){if(!c||"u"!=d)return!1}else if(c)if(d==h)if(i<=a){if(s!=e[i])return!1}else{if(o?s>e[i]:s<e[i])return!1;s!=e[i]&&(c=!1)}else if("s"!=d&&"n"!=d){if(o||i<=a)return!1;c=!1,i--}else{if(i<=a||h<d!=o)return!1;c=!1}else"s"!=d&&"n"!=d&&(c=!1,i--)}}var f=[],u=f.pop.bind(f);for(l=1;l<e.length;l++){var m=e[l];f.push(1==m?u()|u():2==m?u()&u():m?n(m,t):!u())}return!!u()},l=(e,t)=>{var r=e[t];return Object.keys(r).reduce(((e,t)=>!e||!r[e].loaded&&a(e,t)?t:e),0)},i=(e,t,r,a)=>"Unsatisfied version "+r+" from "+(r&&e[t][r].from)+" of shared singleton module "+t+" (required "+o(a)+")",c=(e,t,r,a)=>{var o=l(e,r);return f(e[r][o])},s=(e,t,r,a)=>{var o=l(e,r);return n(a,o)||d(i(e,r,o,a)),f(e[r][o])},h=(e,t,r)=>{var o=e[t];return(t=Object.keys(o).reduce(((e,t)=>!n(r,t)||e&&!a(e,t)?e:t),0))&&o[t]},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},f=e=>(e.loaded=1,e.get()),m=(u=e=>function(t,r,a,o){var n=w.I(t);return n&&n.then?n.then(e.bind(e,t,w.S[t],r,a,o)):e(t,w.S[t],r,a,o)})(((e,t,r,a)=>t&&w.o(t,r)?c(t,0,r):a())),p=u(((e,t,r,a,o)=>t&&w.o(t,r)?s(t,0,r,a):o())),b=u(((e,t,r,a,o)=>{var n=t&&w.o(t,r)&&h(t,r,a);return n?f(n):o()})),P={},g={1030:()=>p("default","lodash",[1,4,17,21],(()=>w.e(5250).then((()=>()=>w(5250))))),1204:()=>p("default","js-yaml",[1,3,14,0],(()=>w.e(9515).then((()=>()=>w(9515))))),8297:()=>p("default","moment",[1,2,27,0],(()=>Promise.all([w.e(7721),w.e(9844)]).then((()=>()=>w(9420))))),1760:()=>p("default","@babel/parser",[1,7,24,7],(()=>w.e(6773).then((()=>()=>w(6773))))),8799:()=>m("default","@next-core/i18n",(()=>Promise.all([w.e(9755),w.e(3518),w.e(3171)]).then((()=>()=>w(5552))))),7825:()=>p("default","react-i18next",[1,12,3,1],(()=>Promise.all([w.e(8769),w.e(7434)]).then((()=>()=>w(7434))))),2350:()=>p("default","i18next",[1,22,5,1],(()=>w.e(7304).then((()=>()=>w(7304))))),7072:()=>p("default","i18next-browser-languagedetector",[1,7,2,1],(()=>w.e(726).then((()=>()=>w(726))))),3518:()=>p("default","@next-core/utils/general",[1,1,7,16],(()=>w.e(871).then((()=>()=>w(871))))),4285:()=>p("default","@next-core/pipes",[1,2,0,24],(()=>w.e(6519).then((()=>()=>w(6519))))),161:()=>p("default","@easyops-cn/brick-next-pipes",[2,0,6,0],(()=>Promise.all([w.e(4741),w.e(1030),w.e(6688)]).then((()=>()=>w(4741))))),8769:()=>b("default","react",[6,0,0,0,,"experimental-ee8509801-20230117"],(()=>w.e(4041).then((()=>()=>w(4041))))),4782:()=>b("default","@next-core/element",[1,1,2,11],(()=>w.e(3426).then((()=>()=>w(1045))))),9435:()=>b("default","react-dom",[6,0,0,0,,"experimental-ee8509801-20230117"],(()=>w.e(3144).then((()=>()=>w(3144))))),1389:()=>b("default","@next-core/react-element",[1,1,0,30],(()=>Promise.all([w.e(4782),w.e(9435),w.e(7733)]).then((()=>()=>w(114))))),6203:()=>p("default","@next-core/runtime",[1,1,52,0],(()=>Promise.all([w.e(7507),w.e(3533),w.e(1030),w.e(9422),w.e(3518),w.e(1302),w.e(9042),w.e(4984)]).then((()=>()=>w(3533))))),9422:()=>p("default","@next-core/http",[1,1,2,6],(()=>w.e(1370).then((()=>()=>w(8989))))),1302:()=>p("default","moment",[1,2,30,1],(()=>Promise.all([w.e(7721),w.e(9844)]).then((()=>()=>w(9420))))),9042:()=>p("default","@next-core/cook",[1,2,4,7],(()=>Promise.all([w.e(1122),w.e(1760)]).then((()=>()=>w(1122))))),1680:()=>p("default","@next-core/supply",[1,2,1,20],(()=>Promise.all([w.e(4285),w.e(1940)]).then((()=>()=>w(9559))))),2224:()=>p("default","@next-core/inject",[1,1,0,39],(()=>Promise.all([w.e(4285),w.e(4658)]).then((()=>()=>w(2277))))),2890:()=>p("default","history",[1,4,10,1],(()=>w.e(5384).then((()=>()=>w(5384))))),6036:()=>p("default","moment/locale/zh-cn.js",[1,2,30,1],(()=>Promise.all([w.e(7721),w.e(9844)]).then((()=>()=>w(1329))))),6237:()=>p("default","@next-core/i18n",[1,1,0,58],(()=>Promise.all([w.e(8799),w.e(9755),w.e(790)]).then((()=>()=>w(5552))))),6849:()=>p("default","@next-core/loader",[1,1,6,5],(()=>w.e(5399).then((()=>()=>w(5399))))),8202:()=>p("default","@next-core/utils/storyboard",[1,1,7,16],(()=>Promise.all([w.e(2681),w.e(6314)]).then((()=>()=>w(3933))))),2681:()=>m("default","@next-core/utils/general",(()=>w.e(871).then((()=>()=>w(871))))),9772:()=>p("default","@next-core/theme",[1,1,5,3],(()=>w.e(1889).then((()=>()=>w(1889))))),2518:()=>b("default","@next-core/react-runtime",[1,1,6,19],(()=>Promise.all([w.e(1030),w.e(6203),w.e(7218)]).then((()=>()=>w(4837))))),5502:()=>m("default","@next-core/i18n/react",(()=>Promise.all([w.e(8799),w.e(8097)]).then((()=>()=>w(8097))))),2235:()=>m("default","@next-core/pipes",(()=>w.e(6519).then((()=>()=>w(6519))))),6538:()=>m("default","react-i18next",(()=>w.e(5053).then((()=>()=>w(7434))))),6238:()=>m("default","moment",(()=>Promise.all([w.e(7721),w.e(9844)]).then((()=>()=>w(9420)))))},x={1030:[1030],1302:[1302],1389:[1389],1760:[1760],2235:[2235],2518:[2518],2681:[2681],3518:[3518],4285:[4285],4782:[4782],4984:[1680,2224,2890,6036,6237,6849,8202],5502:[5502],6203:[6203],6238:[6238],6519:[161],6538:[6538],6688:[1204,8297],8097:[7825],8769:[8769],8799:[8799],9042:[9042],9422:[9422],9435:[9435],9755:[2350,7072],9772:[9772]},v={},w.f.consumes=(e,t)=>{w.o(x,e)&&x[e].forEach((e=>{if(w.o(P,e))return t.push(P[e]);if(!v[e]){var r=t=>{P[e]=0,w.m[e]=r=>{delete w.c[e],r.exports=t()}};v[e]=!0;var a=t=>{delete P[e],w.m[e]=r=>{throw delete w.c[e],t}};try{var o=g[e]();o.then?t.push(P[e]=o.then(r).catch(a)):r(o)}catch(e){a(e)}}}))},(()=>{var e={6718:0};w.f.j=(t,r)=>{var a=w.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(/^(1(030|302|389|760)|2(235|518|681)|4(285|782|984)|6((23|53|68)8|203)|87[69]9|9((04|42|77)2|435|755)|3518|5502)$/.test(t))e[t]=0;else{var o=new Promise(((r,o)=>a=e[t]=[r,o]));r.push(a[2]=o);var n=w.p+w.u(t),l=new Error;w.l(n,(r=>{if(w.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var o=r&&("load"===r.type?"missing":r.type),n=r&&r.target&&r.target.src;l.message="Loading chunk "+t+" failed.\n("+o+": "+n+")",l.name="ChunkLoadError",l.type=o,l.request=n,a[1](l)}}),"chunk-"+t,t)}};var t=(t,r)=>{var a,o,[n,l,i]=r,c=0;if(n.some((t=>0!==e[t]))){for(a in l)w.o(l,a)&&(w.m[a]=l[a]);i&&i(w)}for(t&&t(r);c<n.length;c++)o=n[c],w.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=globalThis.webpackChunk_next_bricks_form=globalThis.webpackChunk_next_bricks_form||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),w.nc=void 0;var j=w(754);window["bricks/form"]=j})();
2
- //# sourceMappingURL=index.295170bc.js.map