@next-bricks/basic-bricks 1.228.11 → 1.229.1

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
@@ -5238,6 +5238,13 @@
5238
5238
  "description": "定时间隔(单位:ms)",
5239
5239
  "group": "basic"
5240
5240
  },
5241
+ {
5242
+ "name": "isInterval",
5243
+ "type": "boolean",
5244
+ "required": "",
5245
+ "default": "true",
5246
+ "description": "是否开启定时间隔"
5247
+ },
5241
5248
  {
5242
5249
  "name": "dataSource",
5243
5250
  "type": "any",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.228.11",
3
+ "version": "1.229.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@next-core/custom-antd-styles": "^1.25.17",
46
- "@next-libs/basic-components": "^5.2.0",
46
+ "@next-libs/basic-components": "^5.3.0",
47
47
  "@next-libs/storage": "^2.0.4",
48
48
  "@next-sdk/air-admin-service-sdk": "^2.1.12",
49
49
  "@next-sdk/micro-app-standalone-sdk": "^1.1.1",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "4b6a75e1bf380e881435d70a05cfdb8e415e11e3"
55
+ "gitHead": "e0b6d6515b46a24fd87ed5b4612123e98ae7a9fc"
56
56
  }