@next-bricks/form 1.18.0 → 1.18.2
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/bricks.json +23 -23
- package/dist/chunks/{149.078cb835.js → 149.a3d472ef.js} +2 -2
- package/dist/chunks/{149.078cb835.js.map → 149.a3d472ef.js.map} +1 -1
- package/dist/chunks/{845.5c1c7113.js → 845.3aba1f56.js} +3 -3
- package/dist/chunks/845.3aba1f56.js.map +1 -0
- package/dist/chunks/{main.0df65298.js → main.30bbad6a.js} +2 -2
- package/dist/chunks/{main.0df65298.js.map → main.30bbad6a.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.4b3ce1e1.js → index.e0fd7478.js} +2 -2
- package/dist/{index.4b3ce1e1.js.map → index.e0fd7478.js.map} +1 -1
- package/dist/manifest.json +284 -284
- package/dist/types.json +125 -125
- package/package.json +2 -2
- package/dist/chunks/845.5c1c7113.js.map +0 -1
- /package/dist/chunks/{845.5c1c7113.js.LICENSE.txt → 845.3aba1f56.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -2875,131 +2875,6 @@
|
|
|
2875
2875
|
}
|
|
2876
2876
|
]
|
|
2877
2877
|
},
|
|
2878
|
-
"eo-icon-select": {
|
|
2879
|
-
"properties": [
|
|
2880
|
-
{
|
|
2881
|
-
"name": "name",
|
|
2882
|
-
"annotation": {
|
|
2883
|
-
"type": "keyword",
|
|
2884
|
-
"value": "string"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "label",
|
|
2889
|
-
"annotation": {
|
|
2890
|
-
"type": "keyword",
|
|
2891
|
-
"value": "string"
|
|
2892
|
-
}
|
|
2893
|
-
},
|
|
2894
|
-
{
|
|
2895
|
-
"name": "value",
|
|
2896
|
-
"annotation": {
|
|
2897
|
-
"type": "reference",
|
|
2898
|
-
"typeName": {
|
|
2899
|
-
"type": "identifier",
|
|
2900
|
-
"name": "Icon"
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"name": "disabled",
|
|
2906
|
-
"annotation": {
|
|
2907
|
-
"type": "keyword",
|
|
2908
|
-
"value": "boolean"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"name": "required",
|
|
2913
|
-
"annotation": {
|
|
2914
|
-
"type": "keyword",
|
|
2915
|
-
"value": "boolean"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"name": "message",
|
|
2920
|
-
"annotation": {
|
|
2921
|
-
"type": "reference",
|
|
2922
|
-
"typeName": {
|
|
2923
|
-
"type": "identifier",
|
|
2924
|
-
"name": "Record"
|
|
2925
|
-
},
|
|
2926
|
-
"typeParameters": {
|
|
2927
|
-
"type": "typeParameterInstantiation",
|
|
2928
|
-
"params": [
|
|
2929
|
-
{
|
|
2930
|
-
"type": "keyword",
|
|
2931
|
-
"value": "string"
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"type": "keyword",
|
|
2935
|
-
"value": "string"
|
|
2936
|
-
}
|
|
2937
|
-
]
|
|
2938
|
-
}
|
|
2939
|
-
}
|
|
2940
|
-
}
|
|
2941
|
-
],
|
|
2942
|
-
"events": [
|
|
2943
|
-
{
|
|
2944
|
-
"name": "change",
|
|
2945
|
-
"detail": {
|
|
2946
|
-
"annotation": {
|
|
2947
|
-
"type": "union",
|
|
2948
|
-
"types": [
|
|
2949
|
-
{
|
|
2950
|
-
"type": "reference",
|
|
2951
|
-
"typeName": {
|
|
2952
|
-
"type": "identifier",
|
|
2953
|
-
"name": "Icon"
|
|
2954
|
-
}
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"type": "keyword",
|
|
2958
|
-
"value": "undefined"
|
|
2959
|
-
}
|
|
2960
|
-
]
|
|
2961
|
-
}
|
|
2962
|
-
}
|
|
2963
|
-
}
|
|
2964
|
-
],
|
|
2965
|
-
"methods": [],
|
|
2966
|
-
"types": [
|
|
2967
|
-
{
|
|
2968
|
-
"type": "typeAlias",
|
|
2969
|
-
"name": "Icon",
|
|
2970
|
-
"annotation": {
|
|
2971
|
-
"type": "intersection",
|
|
2972
|
-
"types": [
|
|
2973
|
-
{
|
|
2974
|
-
"type": "reference",
|
|
2975
|
-
"typeName": {
|
|
2976
|
-
"type": "identifier",
|
|
2977
|
-
"name": "LibIconProps"
|
|
2978
|
-
}
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"type": "typeLiteral",
|
|
2982
|
-
"members": [
|
|
2983
|
-
{
|
|
2984
|
-
"type": "propertySignature",
|
|
2985
|
-
"key": {
|
|
2986
|
-
"type": "identifier",
|
|
2987
|
-
"name": "color"
|
|
2988
|
-
},
|
|
2989
|
-
"annotation": {
|
|
2990
|
-
"type": "keyword",
|
|
2991
|
-
"value": "string"
|
|
2992
|
-
},
|
|
2993
|
-
"optional": true,
|
|
2994
|
-
"computed": false
|
|
2995
|
-
}
|
|
2996
|
-
]
|
|
2997
|
-
}
|
|
2998
|
-
]
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
]
|
|
3002
|
-
},
|
|
3003
2878
|
"eo-date-picker": {
|
|
3004
2879
|
"properties": [
|
|
3005
2880
|
{
|
|
@@ -4504,6 +4379,131 @@
|
|
|
4504
4379
|
}
|
|
4505
4380
|
]
|
|
4506
4381
|
},
|
|
4382
|
+
"eo-icon-select": {
|
|
4383
|
+
"properties": [
|
|
4384
|
+
{
|
|
4385
|
+
"name": "name",
|
|
4386
|
+
"annotation": {
|
|
4387
|
+
"type": "keyword",
|
|
4388
|
+
"value": "string"
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"name": "label",
|
|
4393
|
+
"annotation": {
|
|
4394
|
+
"type": "keyword",
|
|
4395
|
+
"value": "string"
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "value",
|
|
4400
|
+
"annotation": {
|
|
4401
|
+
"type": "reference",
|
|
4402
|
+
"typeName": {
|
|
4403
|
+
"type": "identifier",
|
|
4404
|
+
"name": "Icon"
|
|
4405
|
+
}
|
|
4406
|
+
}
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"name": "disabled",
|
|
4410
|
+
"annotation": {
|
|
4411
|
+
"type": "keyword",
|
|
4412
|
+
"value": "boolean"
|
|
4413
|
+
}
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"name": "required",
|
|
4417
|
+
"annotation": {
|
|
4418
|
+
"type": "keyword",
|
|
4419
|
+
"value": "boolean"
|
|
4420
|
+
}
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "message",
|
|
4424
|
+
"annotation": {
|
|
4425
|
+
"type": "reference",
|
|
4426
|
+
"typeName": {
|
|
4427
|
+
"type": "identifier",
|
|
4428
|
+
"name": "Record"
|
|
4429
|
+
},
|
|
4430
|
+
"typeParameters": {
|
|
4431
|
+
"type": "typeParameterInstantiation",
|
|
4432
|
+
"params": [
|
|
4433
|
+
{
|
|
4434
|
+
"type": "keyword",
|
|
4435
|
+
"value": "string"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"type": "keyword",
|
|
4439
|
+
"value": "string"
|
|
4440
|
+
}
|
|
4441
|
+
]
|
|
4442
|
+
}
|
|
4443
|
+
}
|
|
4444
|
+
}
|
|
4445
|
+
],
|
|
4446
|
+
"events": [
|
|
4447
|
+
{
|
|
4448
|
+
"name": "change",
|
|
4449
|
+
"detail": {
|
|
4450
|
+
"annotation": {
|
|
4451
|
+
"type": "union",
|
|
4452
|
+
"types": [
|
|
4453
|
+
{
|
|
4454
|
+
"type": "reference",
|
|
4455
|
+
"typeName": {
|
|
4456
|
+
"type": "identifier",
|
|
4457
|
+
"name": "Icon"
|
|
4458
|
+
}
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"type": "keyword",
|
|
4462
|
+
"value": "undefined"
|
|
4463
|
+
}
|
|
4464
|
+
]
|
|
4465
|
+
}
|
|
4466
|
+
}
|
|
4467
|
+
}
|
|
4468
|
+
],
|
|
4469
|
+
"methods": [],
|
|
4470
|
+
"types": [
|
|
4471
|
+
{
|
|
4472
|
+
"type": "typeAlias",
|
|
4473
|
+
"name": "Icon",
|
|
4474
|
+
"annotation": {
|
|
4475
|
+
"type": "intersection",
|
|
4476
|
+
"types": [
|
|
4477
|
+
{
|
|
4478
|
+
"type": "reference",
|
|
4479
|
+
"typeName": {
|
|
4480
|
+
"type": "identifier",
|
|
4481
|
+
"name": "LibIconProps"
|
|
4482
|
+
}
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
"type": "typeLiteral",
|
|
4486
|
+
"members": [
|
|
4487
|
+
{
|
|
4488
|
+
"type": "propertySignature",
|
|
4489
|
+
"key": {
|
|
4490
|
+
"type": "identifier",
|
|
4491
|
+
"name": "color"
|
|
4492
|
+
},
|
|
4493
|
+
"annotation": {
|
|
4494
|
+
"type": "keyword",
|
|
4495
|
+
"value": "string"
|
|
4496
|
+
},
|
|
4497
|
+
"optional": true,
|
|
4498
|
+
"computed": false
|
|
4499
|
+
}
|
|
4500
|
+
]
|
|
4501
|
+
}
|
|
4502
|
+
]
|
|
4503
|
+
}
|
|
4504
|
+
}
|
|
4505
|
+
]
|
|
4506
|
+
},
|
|
4507
4507
|
"eo-upload-image": {
|
|
4508
4508
|
"properties": [
|
|
4509
4509
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/form",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.2",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-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": "
|
|
47
|
+
"gitHead": "0fcfd90372107fedf48ba362b90e60dfacab2a88"
|
|
48
48
|
}
|