@next-bricks/presentational-bricks 1.300.2 → 1.300.4
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/deploy/contract.yaml +83 -83
- package/dist/bricks.json +3 -3
- package/dist/index.0fe5f2dc.js +2 -0
- package/dist/index.0fe5f2dc.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.5b0966c0.js +0 -2
- package/dist/index.5b0966c0.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -12661,6 +12661,13 @@
|
|
|
12661
12661
|
"description": "限制选择近n天",
|
|
12662
12662
|
"group": "other"
|
|
12663
12663
|
},
|
|
12664
|
+
{
|
|
12665
|
+
"name": "format",
|
|
12666
|
+
"type": "number",
|
|
12667
|
+
"required": "false",
|
|
12668
|
+
"description": "日期格式",
|
|
12669
|
+
"group": "other"
|
|
12670
|
+
},
|
|
12664
12671
|
{
|
|
12665
12672
|
"name": "rangeDays",
|
|
12666
12673
|
"type": "number",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.300.
|
|
3
|
+
"version": "1.300.4",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "5e69522fb858f60c98e328c91fb23ddf64a51e62"
|
|
77
77
|
}
|