@1money/component-ui 0.0.77 → 0.0.78
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/es/components/Dialog/Dialog.js +11 -3
- package/es/components/Dialog/interface.d.ts +1 -0
- package/es/components/Grid/Col.js +60 -4
- package/es/components/Grid/Grid.d.ts +4 -1
- package/es/components/Grid/Grid.js +5 -4
- package/es/components/Grid/Row.js +7 -5
- package/es/components/Grid/constants.d.ts +5 -3
- package/es/components/Grid/constants.js +13 -4
- package/es/components/Grid/helper.d.ts +8 -6
- package/es/components/Grid/helper.js +63 -15
- package/es/components/Grid/interface.d.ts +2 -1
- package/es/components/Grid/style/Grid.css +240 -196
- package/es/components/ProForm/ProForm.js +3 -3
- package/es/components/ProForm/constants.d.ts +1 -1
- package/es/components/ProForm/constants.js +5 -2
- package/es/components/ProForm/core/devWarning.d.ts +1 -3
- package/es/components/ProForm/core/devWarning.js +5 -15
- package/es/components/ProForm/layouts/DialogForm.js +2 -4
- package/es/index.css +1 -1
- package/es/utils/devWarn.d.ts +4 -0
- package/es/utils/devWarn.js +23 -0
- package/lib/components/Dialog/Dialog.js +11 -3
- package/lib/components/Dialog/interface.d.ts +1 -0
- package/lib/components/Grid/Col.js +59 -3
- package/lib/components/Grid/Grid.d.ts +4 -1
- package/lib/components/Grid/Grid.js +5 -4
- package/lib/components/Grid/Row.js +6 -4
- package/lib/components/Grid/constants.d.ts +5 -3
- package/lib/components/Grid/constants.js +14 -5
- package/lib/components/Grid/helper.d.ts +8 -6
- package/lib/components/Grid/helper.js +63 -15
- package/lib/components/Grid/interface.d.ts +2 -1
- package/lib/components/Grid/style/Grid.css +240 -196
- package/lib/components/ProForm/ProForm.js +2 -2
- package/lib/components/ProForm/constants.d.ts +1 -1
- package/lib/components/ProForm/constants.js +5 -2
- package/lib/components/ProForm/core/devWarning.d.ts +1 -3
- package/lib/components/ProForm/core/devWarning.js +23 -24
- package/lib/components/ProForm/layouts/DialogForm.js +2 -4
- package/lib/index.css +1 -1
- package/lib/utils/devWarn.d.ts +4 -0
- package/lib/utils/devWarn.js +31 -0
- package/package.json +1 -1
- package/scripts/mcp-server/examples.generated.json +171 -57
- package/scripts/mcp-server/index.generated.json +94 -10
|
@@ -2151,6 +2151,14 @@
|
|
|
2151
2151
|
"description": "",
|
|
2152
2152
|
"inheritedFrom": null
|
|
2153
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "width",
|
|
2156
|
+
"type": "number | string",
|
|
2157
|
+
"optional": true,
|
|
2158
|
+
"default": null,
|
|
2159
|
+
"description": "",
|
|
2160
|
+
"inheritedFrom": null
|
|
2161
|
+
},
|
|
2154
2162
|
{
|
|
2155
2163
|
"name": "title",
|
|
2156
2164
|
"type": "ReactNode",
|
|
@@ -4415,31 +4423,83 @@
|
|
|
4415
4423
|
"source": "readme"
|
|
4416
4424
|
},
|
|
4417
4425
|
{
|
|
4418
|
-
"hash": "
|
|
4426
|
+
"hash": "17543ee50d9e8d0c57b34b1c130fc07f3f79acf781228ef5a831be51e710f6c5",
|
|
4419
4427
|
"source": "readme"
|
|
4420
4428
|
},
|
|
4421
4429
|
{
|
|
4422
|
-
"hash": "
|
|
4430
|
+
"hash": "659937a02004ff278161fb5e5f275f70e74bfc2be9cb0006f467fd47fb6550f2",
|
|
4431
|
+
"source": "stories"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"hash": "2c3e8df84f97a0c45dee2b95fc78c4b44f9173c4b0421a06f1c4ba6088ba407e",
|
|
4435
|
+
"source": "stories"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"hash": "900a6c842c5f571d94658a4de0d28d1ce726745efc44a81da6b6ab04cb3c3c1d",
|
|
4439
|
+
"source": "stories"
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"hash": "a42255849b141dd73dff3ced30dfeb8ee519d47ca162bbe07a53959a0ea251c4",
|
|
4423
4443
|
"source": "stories"
|
|
4424
4444
|
},
|
|
4425
4445
|
{
|
|
4426
|
-
"hash": "
|
|
4446
|
+
"hash": "05c3c5fa95ff7d6243ba7d1b45aa7eeb2fbd1b7a8ac53adf85ac29f3c2d215ec",
|
|
4427
4447
|
"source": "stories"
|
|
4428
4448
|
},
|
|
4429
4449
|
{
|
|
4430
|
-
"hash": "
|
|
4450
|
+
"hash": "dd276ec40a68db70b9c67d52adaacba880f9c1f3c39d293d57b769890d92a448",
|
|
4431
4451
|
"source": "stories"
|
|
4432
4452
|
},
|
|
4433
4453
|
{
|
|
4434
|
-
"hash": "
|
|
4454
|
+
"hash": "147587a799da67b4343553b5435fe31ac9f430de58f9e765d4f6ab30880c9cda",
|
|
4435
4455
|
"source": "stories"
|
|
4436
4456
|
},
|
|
4437
4457
|
{
|
|
4438
|
-
"hash": "
|
|
4458
|
+
"hash": "ecb3533d4ee872b4622fda0666553a144f5e4e9dc6b2721213f921fd0d2757da",
|
|
4439
4459
|
"source": "stories"
|
|
4440
4460
|
},
|
|
4441
4461
|
{
|
|
4442
|
-
"hash": "
|
|
4462
|
+
"hash": "aad211d09ce80f06ce3a71874dacf77a849944badd75f6b1b9ac1d4595d1e789",
|
|
4463
|
+
"source": "stories"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"hash": "393f0c9c2f19d0c46277430d3414f19443e0ae06c63b1cc70483c5107356c310",
|
|
4467
|
+
"source": "stories"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"hash": "3b1c013f838f3b6af14a9a63496b252a2639f729be7c2afe0f0aa6f72973e0fe",
|
|
4471
|
+
"source": "stories"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"hash": "88b4f9d2df4fa6c3faa1e2f13f63d992f6c70030e1c5f56b23f198bc735e0ee7",
|
|
4475
|
+
"source": "stories"
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"hash": "f21609ac4b7aeed97ece902670a14304b9156937eeca3ab4edf884ea4a8289aa",
|
|
4479
|
+
"source": "stories"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"hash": "8fb084db7fe25d6133b446ee034f21273995ab316045602bae78fecb682613a1",
|
|
4483
|
+
"source": "stories"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"hash": "d0d6d084a06b00746d89e17b1ebf4562e80c7210150ba0b8f6631c5f03a5eb63",
|
|
4487
|
+
"source": "stories"
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"hash": "5e62458df6c4fc5e394adb062eaf4e86dc588a4e0853291cab7570d562727b7d",
|
|
4491
|
+
"source": "stories"
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"hash": "a33e8cbf38a27bce297ad4b5fcc85bfdaca5929487fdcef6068cea40b4c01bb1",
|
|
4495
|
+
"source": "stories"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"hash": "889a457e21065033d6605caafda90cc3784769e68c8bef026d4ad686ade70300",
|
|
4499
|
+
"source": "stories"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"hash": "e163c095234bf8e498a14071e955061aeaf911e0efdd0052b6b1940ce57c97d9",
|
|
4443
4503
|
"source": "stories"
|
|
4444
4504
|
}
|
|
4445
4505
|
]
|
|
@@ -7614,7 +7674,7 @@
|
|
|
7614
7674
|
"source": "stories"
|
|
7615
7675
|
},
|
|
7616
7676
|
{
|
|
7617
|
-
"hash": "
|
|
7677
|
+
"hash": "a4f761e7565b681a7fc266a2d8fa8abea6821b0cdde836710ae297a857a86c19",
|
|
7618
7678
|
"source": "stories"
|
|
7619
7679
|
},
|
|
7620
7680
|
{
|
|
@@ -7677,6 +7737,10 @@
|
|
|
7677
7737
|
"hash": "bfa365023d672d8f94c08d4bf7dba03404964ed3489949e44748853da10be22b",
|
|
7678
7738
|
"source": "stories"
|
|
7679
7739
|
},
|
|
7740
|
+
{
|
|
7741
|
+
"hash": "267b1cee479eb227e3e0dc2e583586ffa25a245dc1ea61600d8b038326496d16",
|
|
7742
|
+
"source": "stories"
|
|
7743
|
+
},
|
|
7680
7744
|
{
|
|
7681
7745
|
"hash": "5694ed3a17a8aaa5d7736cb50c6e16eff3b03b29a74afbbd401544ec9a894672",
|
|
7682
7746
|
"source": "stories"
|
|
@@ -7702,7 +7766,7 @@
|
|
|
7702
7766
|
"source": "stories"
|
|
7703
7767
|
},
|
|
7704
7768
|
{
|
|
7705
|
-
"hash": "
|
|
7769
|
+
"hash": "e81d400d6a0f0bda06097d7c51b429dfa7fd16d2ad7ccba32265402b756c22bb",
|
|
7706
7770
|
"source": "stories"
|
|
7707
7771
|
},
|
|
7708
7772
|
{
|
|
@@ -7710,7 +7774,7 @@
|
|
|
7710
7774
|
"source": "stories"
|
|
7711
7775
|
},
|
|
7712
7776
|
{
|
|
7713
|
-
"hash": "
|
|
7777
|
+
"hash": "bde1cfac6cd9e79abd8a588ca4513007cd6469937fb2c18b39021f44a28134b7",
|
|
7714
7778
|
"source": "stories"
|
|
7715
7779
|
},
|
|
7716
7780
|
{
|
|
@@ -7784,6 +7848,26 @@
|
|
|
7784
7848
|
{
|
|
7785
7849
|
"hash": "5f633bf5a40beede394e15ffdb383d616174b92eb10905d331eda3670885be60",
|
|
7786
7850
|
"source": "stories"
|
|
7851
|
+
},
|
|
7852
|
+
{
|
|
7853
|
+
"hash": "d6965745af06852a81359a3c4705cf8186acb400f765e3f1eb95f8184c09ae58",
|
|
7854
|
+
"source": "stories"
|
|
7855
|
+
},
|
|
7856
|
+
{
|
|
7857
|
+
"hash": "269342ac60c8933658e1742f472b34e32a6a6356d8ef56c07232ead730f83373",
|
|
7858
|
+
"source": "stories"
|
|
7859
|
+
},
|
|
7860
|
+
{
|
|
7861
|
+
"hash": "82296675b7970df9eb7f280d893c161ec78b0563e42bd73528b51abb8533923c",
|
|
7862
|
+
"source": "stories"
|
|
7863
|
+
},
|
|
7864
|
+
{
|
|
7865
|
+
"hash": "b5990026021f4a0cfbac3d0bee608a7ae7c76564e78a068bfc6dd6cedbf985cf",
|
|
7866
|
+
"source": "stories"
|
|
7867
|
+
},
|
|
7868
|
+
{
|
|
7869
|
+
"hash": "997b534904e60a96182155c95bdb97f044ea39feef9ac915c014984b29bbf90b",
|
|
7870
|
+
"source": "stories"
|
|
7787
7871
|
}
|
|
7788
7872
|
]
|
|
7789
7873
|
},
|