@next-bricks/advanced 0.11.28 → 0.11.29

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.
@@ -340,7 +340,8 @@
340
340
  }
341
341
  ],
342
342
  "parts": [],
343
- "description": "通用表格构件"
343
+ "description": "通用表格构件",
344
+ "category": "table"
344
345
  },
345
346
  {
346
347
  "name": "eo-cascader",
@@ -434,7 +435,8 @@
434
435
  "slots": [],
435
436
  "methods": [],
436
437
  "parts": [],
437
- "description": "级联选择器"
438
+ "description": "级联选择器",
439
+ "category": "form-input-basic"
438
440
  },
439
441
  {
440
442
  "name": "eo-next-table",
@@ -625,7 +627,8 @@
625
627
  }
626
628
  ],
627
629
  "parts": [],
628
- "description": "大型表格"
630
+ "description": "大型表格",
631
+ "category": "table"
629
632
  }
630
633
  ],
631
634
  "providers": []
@@ -19,6 +19,7 @@ export interface CascaderProps extends Pick<AntdCascaderProps, "options" | "fiel
19
19
  /**
20
20
  * 级联选择器
21
21
  * @author nlicroshan
22
+ * @category form-input-basic
22
23
  */
23
24
  declare class CascaderBrick extends ReactNextElement implements CascaderProps {
24
25
  #private;
@@ -5,6 +5,8 @@ import { Column, DataSource, ExpandableType, PaginationType, RecordType, RowSele
5
5
  import type { TableProps } from "antd/es/table";
6
6
  /**
7
7
  * 大型表格
8
+ * @author nlicro
9
+ * @category table
8
10
  */
9
11
  export declare class EoNextTable extends ReactNextElement {
10
12
  #private;
@@ -78,6 +78,7 @@ export interface CustomColumn extends ColumnProps<Record<string, any>> {
78
78
  /**
79
79
  * 通用表格构件
80
80
  * @author sailor
81
+ * @category table
81
82
  */
82
83
  declare class TableComponent extends ReactNextElement {
83
84
  #private;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.11.28",
3
+ "version": "0.11.29",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,5 +37,5 @@
37
37
  "@next-core/build-next-bricks": "^1.15.1",
38
38
  "@next-core/test-next": "^1.0.11"
39
39
  },
40
- "gitHead": "e5f7b9c399ddebee6c5ccbdf8e374adb15b53fdd"
40
+ "gitHead": "d649b3489b123aaa283c3ada33a7dc76522fda04"
41
41
  }