@next-bricks/presentational-bricks 1.255.0 → 1.256.0

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/stories.json CHANGED
@@ -11773,6 +11773,13 @@
11773
11773
  "required": "false",
11774
11774
  "description": "打开选择器的按钮的大小",
11775
11775
  "group": "other"
11776
+ },
11777
+ {
11778
+ "name": "selectNearDays",
11779
+ "type": "number",
11780
+ "required": "false",
11781
+ "description": "限制选择近n天",
11782
+ "group": "other"
11776
11783
  }
11777
11784
  ],
11778
11785
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.255.0",
3
+ "version": "1.256.0",
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",
@@ -35,7 +35,7 @@
35
35
  "@next-libs/cmdb-utils": "^3.2.1",
36
36
  "@next-libs/crontab": "^2.0.3",
37
37
  "@next-libs/datetime": "^2.0.2",
38
- "@next-libs/datetime-components": "^3.0.3",
38
+ "@next-libs/datetime-components": "^3.1.0",
39
39
  "@next-libs/forms": "^3.2.26",
40
40
  "@next-sdk/cmdb-sdk": "^2.1.1",
41
41
  "@next-sdk/monitor-sdk": "^2.1.1",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "d528e5fe6f82aed0db9e186c12e1a53838478730"
58
+ "gitHead": "9d73108d93625f948dbc9079e63b1f68f0d9d83d"
59
59
  }