@airpower/web 0.3.16 → 0.4.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.
Files changed (83) hide show
  1. package/dist/components/button/Button.vue.d.ts +16 -16
  2. package/dist/components/copy/Copy.vue.d.ts +4 -4
  3. package/dist/components/datetime/DateTime.vue.d.ts +8 -8
  4. package/dist/components/desensitize/Desensitize.vue.d.ts +10 -10
  5. package/dist/components/dialog/Dialog.vue.d.ts +40 -40
  6. package/dist/components/group/Group.vue.d.ts +16 -16
  7. package/dist/components/money/Money.vue.d.ts +8 -8
  8. package/dist/components/panel/Panel.vue.d.ts +10 -10
  9. package/dist/components/payload/Payload.vue.d.ts +4 -4
  10. package/dist/components/phone/Call.vue.d.ts +2 -2
  11. package/dist/components/phone/Phone.vue.d.ts +8 -8
  12. package/dist/components/qrcode/Qrcode.vue.d.ts +4 -4
  13. package/dist/components/select/Selector.vue.d.ts +18 -18
  14. package/dist/components/tab/Tab.vue.d.ts +2 -2
  15. package/dist/components/table/useTableButton.d.ts +1 -1
  16. package/dist/components/table/useTableColumn.d.ts +1 -1
  17. package/dist/components/user/User.vue.d.ts +6 -6
  18. package/dist/config/WebConfig.d.ts +1 -1
  19. package/dist/config/WebConstant.d.ts +1 -1
  20. package/dist/decorator/@Field/IFieldConfig.d.ts +1 -1
  21. package/dist/decorator/@Field/type.d.ts +1 -1
  22. package/dist/decorator/@Form/FormTrim.d.ts +1 -1
  23. package/dist/decorator/@Form/IFormField.d.ts +1 -1
  24. package/dist/decorator/@Model/IModelConfig.d.ts +1 -1
  25. package/dist/decorator/@Search/ISearchField.d.ts +1 -1
  26. package/dist/decorator/@Table/IElementTableColumn.d.ts +1 -1
  27. package/dist/decorator/@Table/ITableColumn.d.ts +1 -1
  28. package/dist/dialog/DialogProps.d.ts +1 -1
  29. package/dist/dialog/DialogUtil.d.ts +1 -1
  30. package/dist/enum/DateTimeType.d.ts +1 -1
  31. package/dist/enum/DisableEnum.d.ts +6 -0
  32. package/dist/enum/WebColor.d.ts +1 -1
  33. package/dist/enum/type.d.ts +3 -0
  34. package/dist/file/WebFileUtil.d.ts +1 -1
  35. package/dist/hooks/detail/IDetailOption.d.ts +1 -1
  36. package/dist/hooks/detail/IDetailResult.d.ts +1 -1
  37. package/dist/hooks/detail/useDetail.d.ts +1 -1
  38. package/dist/hooks/editor/IEditorOption.d.ts +1 -1
  39. package/dist/hooks/editor/IEditorResult.d.ts +1 -1
  40. package/dist/hooks/editor/useEditor.d.ts +1 -1
  41. package/dist/hooks/table/base/IBaseTableOption.d.ts +1 -1
  42. package/dist/hooks/table/base/IBaseTableResult.d.ts +1 -1
  43. package/dist/hooks/table/base/useBaseTable.d.ts +1 -1
  44. package/dist/hooks/table/list/ITableOption.d.ts +1 -1
  45. package/dist/hooks/table/list/ITableResult.d.ts +1 -1
  46. package/dist/hooks/table/list/useTable.d.ts +1 -1
  47. package/dist/hooks/table/selector/ISelectorOption.d.ts +1 -1
  48. package/dist/hooks/table/selector/ISelectorResult.d.ts +1 -1
  49. package/dist/hooks/table/selector/useSelector.d.ts +1 -1
  50. package/dist/hooks/table/tree/ITableTreeOption.d.ts +1 -1
  51. package/dist/hooks/table/tree/ITableTreeResult.d.ts +1 -1
  52. package/dist/hooks/table/tree/useTableTree.d.ts +1 -1
  53. package/dist/http/Http.d.ts +1 -1
  54. package/dist/http/HttpResponse.d.ts +1 -1
  55. package/dist/http/enum/HttpContentType.d.ts +1 -1
  56. package/dist/http/enum/HttpHeader.d.ts +1 -1
  57. package/dist/http/enum/HttpMethod.d.ts +1 -1
  58. package/dist/http/enum/HttpStatus.d.ts +1 -1
  59. package/dist/http/type.d.ts +3 -3
  60. package/dist/i18n/WebI18n.d.ts +1 -1
  61. package/dist/interface/IEntity.d.ts +1 -1
  62. package/dist/interface/IFile.d.ts +1 -1
  63. package/dist/interface/IMenu.d.ts +1 -1
  64. package/dist/interface/IPayload.d.ts +1 -1
  65. package/dist/interface/ITree.d.ts +1 -1
  66. package/dist/interface/IUploadProps.d.ts +1 -1
  67. package/dist/interface/IUser.d.ts +1 -1
  68. package/dist/main.js +247 -233
  69. package/dist/model/RootEntity.d.ts +1 -1
  70. package/dist/model/export/ExportModel.d.ts +1 -1
  71. package/dist/model/query/QueryPage.d.ts +1 -1
  72. package/dist/model/query/QueryRequest.d.ts +1 -1
  73. package/dist/model/query/QueryRequestPage.d.ts +1 -1
  74. package/dist/model/query/QueryResponsePage.d.ts +1 -1
  75. package/dist/model/query/QuerySort.d.ts +1 -1
  76. package/dist/permission/PermissionAction.d.ts +1 -1
  77. package/dist/permission/PermissionUtil.d.ts +1 -1
  78. package/dist/router/RouterUtil.d.ts +1 -1
  79. package/dist/service/AbstractCurdService.d.ts +1 -1
  80. package/dist/service/AbstractService.d.ts +1 -1
  81. package/dist/validator/WebValidator.d.ts +1 -1
  82. package/dist/web.css +70 -70
  83. package/package.json +5 -5
@@ -11,28 +11,28 @@ declare function __VLS_template(): {
11
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
12
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
13
  /**
14
- * # 最低高度
14
+ * ### 最低高度
15
15
  */
16
16
  minHeight: {
17
17
  type: StringConstructor;
18
18
  default: undefined;
19
19
  };
20
20
  /**
21
- * # 隐藏标题
21
+ * ### 隐藏标题
22
22
  */
23
23
  hideTitle: {
24
24
  type: BooleanConstructor;
25
25
  default: boolean;
26
26
  };
27
27
  /**
28
- * # 分组标题
28
+ * ### 分组标题
29
29
  */
30
30
  title: {
31
31
  type: StringConstructor;
32
32
  default: string;
33
33
  };
34
34
  /**
35
- * # 分组列数
35
+ * ### 分组列数
36
36
  * 配置范围 `1~3`, 默认为 `1`
37
37
  */
38
38
  column: {
@@ -40,28 +40,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
40
40
  default: number;
41
41
  };
42
42
  /**
43
- * # 自适应高度
43
+ * ### 自适应高度
44
44
  */
45
45
  autoHeight: {
46
46
  type: BooleanConstructor;
47
47
  default: boolean;
48
48
  };
49
49
  /**
50
- * # 列数自适应
50
+ * ### 列数自适应
51
51
  */
52
52
  autoCol: {
53
53
  type: BooleanConstructor;
54
54
  default: boolean;
55
55
  };
56
56
  /**
57
- * # 是否禁用展开收起
57
+ * ### 是否禁用展开收起
58
58
  */
59
59
  disableCollapse: {
60
60
  type: BooleanConstructor;
61
61
  default: boolean;
62
62
  };
63
63
  /**
64
- * # 是否默认收起
64
+ * ### 是否默认收起
65
65
  */
66
66
  collapse: {
67
67
  type: BooleanConstructor;
@@ -69,28 +69,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
69
69
  };
70
70
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
71
71
  /**
72
- * # 最低高度
72
+ * ### 最低高度
73
73
  */
74
74
  minHeight: {
75
75
  type: StringConstructor;
76
76
  default: undefined;
77
77
  };
78
78
  /**
79
- * # 隐藏标题
79
+ * ### 隐藏标题
80
80
  */
81
81
  hideTitle: {
82
82
  type: BooleanConstructor;
83
83
  default: boolean;
84
84
  };
85
85
  /**
86
- * # 分组标题
86
+ * ### 分组标题
87
87
  */
88
88
  title: {
89
89
  type: StringConstructor;
90
90
  default: string;
91
91
  };
92
92
  /**
93
- * # 分组列数
93
+ * ### 分组列数
94
94
  * 配置范围 `1~3`, 默认为 `1`
95
95
  */
96
96
  column: {
@@ -98,28 +98,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
98
98
  default: number;
99
99
  };
100
100
  /**
101
- * # 自适应高度
101
+ * ### 自适应高度
102
102
  */
103
103
  autoHeight: {
104
104
  type: BooleanConstructor;
105
105
  default: boolean;
106
106
  };
107
107
  /**
108
- * # 列数自适应
108
+ * ### 列数自适应
109
109
  */
110
110
  autoCol: {
111
111
  type: BooleanConstructor;
112
112
  default: boolean;
113
113
  };
114
114
  /**
115
- * # 是否禁用展开收起
115
+ * ### 是否禁用展开收起
116
116
  */
117
117
  disableCollapse: {
118
118
  type: BooleanConstructor;
119
119
  default: boolean;
120
120
  };
121
121
  /**
122
- * # 是否默认收起
122
+ * ### 是否默认收起
123
123
  */
124
124
  collapse: {
125
125
  type: BooleanConstructor;
@@ -2,14 +2,14 @@ import { PropType } from 'vue';
2
2
  import { MoneyDirection } from '../../type';
3
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  /**
5
- * # 💰金额
5
+ * ### 💰金额
6
6
  */
7
7
  money: {
8
8
  type: NumberConstructor;
9
9
  default: number;
10
10
  };
11
11
  /**
12
- * # 💰金额的小数精度
12
+ * ### 💰金额的小数精度
13
13
  * 默认为 `WebConfig.moneyPrecision`
14
14
  */
15
15
  precision: {
@@ -17,14 +17,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
17
17
  default: () => number;
18
18
  };
19
19
  /**
20
- * # 💰金额的前缀
20
+ * ### 💰金额的前缀
21
21
  */
22
22
  prefix: {
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
26
  /**
27
- * # 💰金额的小数舍弃方式
27
+ * ### 💰金额的小数舍弃方式
28
28
  * 默认为 `WebConfig.moneyDirection`
29
29
  */
30
30
  direction: {
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
33
33
  };
34
34
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
35
35
  /**
36
- * # 💰金额
36
+ * ### 💰金额
37
37
  */
38
38
  money: {
39
39
  type: NumberConstructor;
40
40
  default: number;
41
41
  };
42
42
  /**
43
- * # 💰金额的小数精度
43
+ * ### 💰金额的小数精度
44
44
  * 默认为 `WebConfig.moneyPrecision`
45
45
  */
46
46
  precision: {
@@ -48,14 +48,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
48
48
  default: () => number;
49
49
  };
50
50
  /**
51
- * # 💰金额的前缀
51
+ * ### 💰金额的前缀
52
52
  */
53
53
  prefix: {
54
54
  type: StringConstructor;
55
55
  default: string;
56
56
  };
57
57
  /**
58
- * # 💰金额的小数舍弃方式
58
+ * ### 💰金额的小数舍弃方式
59
59
  * 默认为 `WebConfig.moneyDirection`
60
60
  */
61
61
  direction: {
@@ -11,7 +11,7 @@ declare function __VLS_template(): {
11
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
12
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
13
  /**
14
- * # 卡片的标题
14
+ * ### 卡片的标题
15
15
  * 默认读取当前路由元数据里的 `name` 属性
16
16
  */
17
17
  title: {
@@ -19,28 +19,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
19
19
  default: string;
20
20
  };
21
21
  /**
22
- * # 描述
22
+ * ### 描述
23
23
  */
24
24
  description: {
25
25
  type: StringConstructor;
26
26
  default: string;
27
27
  };
28
28
  /**
29
- * # 是否显示标题
29
+ * ### 是否显示标题
30
30
  */
31
31
  showTitle: {
32
32
  type: BooleanConstructor;
33
33
  default: boolean;
34
34
  };
35
35
  /**
36
- * # 是否显示图标
36
+ * ### 是否显示图标
37
37
  */
38
38
  hideIcon: {
39
39
  type: BooleanConstructor;
40
40
  default: boolean;
41
41
  };
42
42
  /**
43
- * # 是否允许全屏
43
+ * ### 是否允许全屏
44
44
  */
45
45
  allowFullscreen: {
46
46
  type: BooleanConstructor;
@@ -48,7 +48,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
48
48
  };
49
49
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
50
50
  /**
51
- * # 卡片的标题
51
+ * ### 卡片的标题
52
52
  * 默认读取当前路由元数据里的 `name` 属性
53
53
  */
54
54
  title: {
@@ -56,28 +56,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
56
56
  default: string;
57
57
  };
58
58
  /**
59
- * # 描述
59
+ * ### 描述
60
60
  */
61
61
  description: {
62
62
  type: StringConstructor;
63
63
  default: string;
64
64
  };
65
65
  /**
66
- * # 是否显示标题
66
+ * ### 是否显示标题
67
67
  */
68
68
  showTitle: {
69
69
  type: BooleanConstructor;
70
70
  default: boolean;
71
71
  };
72
72
  /**
73
- * # 是否显示图标
73
+ * ### 是否显示图标
74
74
  */
75
75
  hideIcon: {
76
76
  type: BooleanConstructor;
77
77
  default: boolean;
78
78
  };
79
79
  /**
80
- * # 是否允许全屏
80
+ * ### 是否允许全屏
81
81
  */
82
82
  allowFullscreen: {
83
83
  type: BooleanConstructor;
@@ -3,14 +3,14 @@ import { IPayload } from '../../interface/IPayload';
3
3
  import { RootEntity } from '../../model/RootEntity';
4
4
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
5
  /**
6
- * # 负载对象
6
+ * ### 负载对象
7
7
  */
8
8
  payload: {
9
9
  type: PropType<IPayload & RootEntity>;
10
10
  required: true;
11
11
  };
12
12
  /**
13
- * # 视图文件
13
+ * ### 视图文件
14
14
  */
15
15
  view: {
16
16
  type: PropType<Component>;
@@ -18,14 +18,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  };
19
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
20
  /**
21
- * # 负载对象
21
+ * ### 负载对象
22
22
  */
23
23
  payload: {
24
24
  type: PropType<IPayload & RootEntity>;
25
25
  required: true;
26
26
  };
27
27
  /**
28
- * # 视图文件
28
+ * ### 视图文件
29
29
  */
30
30
  view: {
31
31
  type: PropType<Component>;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  /**
3
- * # 💡提示
3
+ * ### 💡提示
4
4
  */
5
5
  tips: {
6
6
  type: StringConstructor;
@@ -24,7 +24,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
24
24
  };
25
25
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
26
26
  /**
27
- * # 💡提示
27
+ * ### 💡提示
28
28
  */
29
29
  tips: {
30
30
  type: StringConstructor;
@@ -1,21 +1,21 @@
1
1
  import { DesensitizeType } from '@airpower/util';
2
2
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  /**
4
- * # 电话号码
4
+ * ### 电话号码
5
5
  */
6
6
  phone: {
7
7
  type: StringConstructor;
8
8
  required: true;
9
9
  };
10
10
  /**
11
- * # 是否脱敏
11
+ * ### 是否脱敏
12
12
  */
13
13
  desensitize: {
14
14
  type: typeof DesensitizeType;
15
15
  default: undefined;
16
16
  };
17
17
  /**
18
- * # 脱敏开始保留
18
+ * ### 脱敏开始保留
19
19
  * 默认使用传入的参数
20
20
  */
21
21
  desensitizeHead: {
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
23
23
  default: number;
24
24
  };
25
25
  /**
26
- * # 脱敏末尾保留
26
+ * ### 脱敏末尾保留
27
27
  * 默认使用传入的参数
28
28
  */
29
29
  desensitizeTail: {
@@ -32,21 +32,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
32
  };
33
33
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
34
34
  /**
35
- * # 电话号码
35
+ * ### 电话号码
36
36
  */
37
37
  phone: {
38
38
  type: StringConstructor;
39
39
  required: true;
40
40
  };
41
41
  /**
42
- * # 是否脱敏
42
+ * ### 是否脱敏
43
43
  */
44
44
  desensitize: {
45
45
  type: typeof DesensitizeType;
46
46
  default: undefined;
47
47
  };
48
48
  /**
49
- * # 脱敏开始保留
49
+ * ### 脱敏开始保留
50
50
  * 默认使用传入的参数
51
51
  */
52
52
  desensitizeHead: {
@@ -54,7 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
54
54
  default: number;
55
55
  };
56
56
  /**
57
- * # 脱敏末尾保留
57
+ * ### 脱敏末尾保留
58
58
  * 默认使用传入的参数
59
59
  */
60
60
  desensitizeTail: {
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  /**
3
- * # 二维码内容
3
+ * ### 二维码内容
4
4
  */
5
5
  content: {
6
6
  type: StringConstructor;
7
7
  required: true;
8
8
  };
9
9
  /**
10
- * # 二维码尺寸
10
+ * ### 二维码尺寸
11
11
  */
12
12
  size: {
13
13
  type: NumberConstructor;
@@ -15,14 +15,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
15
15
  };
16
16
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
17
  /**
18
- * # 二维码内容
18
+ * ### 二维码内容
19
19
  */
20
20
  content: {
21
21
  type: StringConstructor;
22
22
  required: true;
23
23
  };
24
24
  /**
25
- * # 二维码尺寸
25
+ * ### 二维码尺寸
26
26
  */
27
27
  size: {
28
28
  type: NumberConstructor;
@@ -9,61 +9,61 @@ import { CurdServiceConstructor } from '../../service/type';
9
9
  declare const _default: <E extends RootEntity, S extends AbstractCurdService<E>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10
10
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & {
11
11
  /**
12
- * # 选择器使用的实体类
12
+ * ### 选择器使用的实体类
13
13
  */
14
14
  entity: ITransformerConstructor<E>;
15
15
  /**
16
- * # 选择器使用的服务类
16
+ * ### 选择器使用的服务类
17
17
  */
18
18
  service: CurdServiceConstructor<E, S>;
19
19
  /**
20
- * # 选择器的添加按钮的权限标识
20
+ * ### 选择器的添加按钮的权限标识
21
21
  * 则默认使用 `EntityConfig` 的 `addPermission` 配置
22
22
  */
23
23
  addPermission?: string;
24
24
  /**
25
- * # 选择器使用的字段列表
25
+ * ### 选择器使用的字段列表
26
26
  */
27
27
  columnList?: Array<ITableColumn>;
28
28
  /**
29
- * # `Editor`
29
+ * ### `Editor`
30
30
  * 传入后方可开启选择器快捷添加功能
31
31
  */
32
32
  editor?: Component;
33
33
  /**
34
- * # 搜索使用的字段列表
34
+ * ### 搜索使用的字段列表
35
35
  */
36
36
  searchParams?: ISearchField[];
37
37
  /**
38
- * # 选择器宽度
38
+ * ### 选择器宽度
39
39
  */
40
40
  width?: string;
41
41
  /**
42
- * # 选择器的高度
42
+ * ### 选择器的高度
43
43
  */
44
44
  height?: string;
45
45
  /**
46
- * # 选择器标题
46
+ * ### 选择器标题
47
47
  */
48
48
  title?: string;
49
49
  /**
50
- * # 不分页
50
+ * ### 不分页
51
51
  * 默认请求分页接口 如配置了 `treeList` 则此项自动失效
52
52
  */
53
53
  unPaginate?: boolean;
54
54
  /**
55
- * # 请求专用的 `treeList` 接口
55
+ * ### 请求专用的 `treeList` 接口
56
56
  */
57
57
  treeList?: boolean;
58
58
  /**
59
- * # 搜索前的拦截方法
59
+ * ### 搜索前的拦截方法
60
60
  * 参数为发起请求的数据,请处理后返回
61
61
  *
62
62
  * @param requestData 请求对象
63
63
  */
64
64
  beforeSearch?: (requestData: QueryRequestPage<E>) => QueryRequestPage<E> | void;
65
65
  /**
66
- * # Props参数
66
+ * ### Props参数
67
67
  * ```typescript
68
68
  * const props = defineProps(airPropsSelector<?>())
69
69
  * ```
@@ -71,24 +71,24 @@ declare const _default: <E extends RootEntity, S extends AbstractCurdService<E>>
71
71
  */
72
72
  props: {
73
73
  /**
74
- * # 查询参数
74
+ * ### 查询参数
75
75
  */
76
76
  param: any;
77
77
  /**
78
- * # 是否多选
78
+ * ### 是否多选
79
79
  */
80
80
  isMultiple: boolean;
81
81
  /**
82
- * # 已选中的列表
82
+ * ### 已选中的列表
83
83
  */
84
84
  selectList: E[];
85
85
  /**
86
- * # 确认按钮的回调事件
86
+ * ### 确认按钮的回调事件
87
87
  * @param data [可选] 回调的数据
88
88
  */
89
89
  onConfirm: (data?: E | E[]) => void;
90
90
  /**
91
- * # 取消按钮的回调事件
91
+ * ### 取消按钮的回调事件
92
92
  */
93
93
  onCancel: () => void;
94
94
  };
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
9
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
10
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
11
  /**
12
- * # Tab标题
12
+ * ### Tab标题
13
13
  */
14
14
  label: {
15
15
  type: StringConstructor;
@@ -17,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
17
17
  };
18
18
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19
19
  /**
20
- * # Tab标题
20
+ * ### Tab标题
21
21
  */
22
22
  label: {
23
23
  type: StringConstructor;
@@ -1,7 +1,7 @@
1
1
  import { ITransformerConstructor } from '@airpower/transformer';
2
2
  import { RootEntity } from '../../model/RootEntity';
3
3
  /**
4
- * # 表格按钮权限控制
4
+ * ### 表格按钮权限控制
5
5
  *
6
6
  * @author Hamm.cn
7
7
  */
@@ -4,7 +4,7 @@ import { IModelConfig } from '../../decorator/@Model/IModelConfig';
4
4
  import { ITableColumn } from '../../decorator/@Table/ITableColumn';
5
5
  import { RootEntity } from '../../model/RootEntity';
6
6
  /**
7
- * # 表格字段
7
+ * ### 表格字段
8
8
  *
9
9
  * @author Hamm.cn
10
10
  */
@@ -12,21 +12,21 @@ declare function __VLS_template(): {
12
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
13
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
14
14
  /**
15
- * # 用户信息
15
+ * ### 用户信息
16
16
  */
17
17
  user: {
18
18
  type: PropType<IUser>;
19
19
  required: true;
20
20
  };
21
21
  /**
22
- * # 宽度
22
+ * ### 宽度
23
23
  */
24
24
  width: {
25
25
  type: NumberConstructor;
26
26
  default: number;
27
27
  };
28
28
  /**
29
- * # 宽度
29
+ * ### 宽度
30
30
  */
31
31
  height: {
32
32
  type: NumberConstructor;
@@ -34,21 +34,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
34
34
  };
35
35
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
36
36
  /**
37
- * # 用户信息
37
+ * ### 用户信息
38
38
  */
39
39
  user: {
40
40
  type: PropType<IUser>;
41
41
  required: true;
42
42
  };
43
43
  /**
44
- * # 宽度
44
+ * ### 宽度
45
45
  */
46
46
  width: {
47
47
  type: NumberConstructor;
48
48
  default: number;
49
49
  };
50
50
  /**
51
- * # 宽度
51
+ * ### 宽度
52
52
  */
53
53
  height: {
54
54
  type: NumberConstructor;
@@ -1,6 +1,6 @@
1
1
  import { MoneyDirection } from '../type';
2
2
  /**
3
- * # 全局配置
3
+ * ### 全局配置
4
4
  *
5
5
  * @author Hamm.cn
6
6
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * # 一些常量
2
+ * ### 一些常量
3
3
  *
4
4
  * @author Hamm.cn
5
5
  */
@@ -2,7 +2,7 @@ import { EnumKey } from '@airpower/enum/dist/enum/type';
2
2
  import { WebEnumConstructor } from '../../enum/type';
3
3
  import { IBaseField } from '../common/IBaseField';
4
4
  /**
5
- * # 字段配置
5
+ * ### 字段配置
6
6
  *
7
7
  * @author Hamm.cn
8
8
  */
@@ -1,6 +1,6 @@
1
1
  import { IFieldConfig } from './IFieldConfig';
2
2
  /**
3
- * # 字段配置 `Key` 变为可选
3
+ * ### 字段配置 `Key` 变为可选
4
4
  */
5
5
  export type FieldConfigOptionalKey<T extends IFieldConfig> = Omit<T, 'key'> & {
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * # 表单字段自动去除空格
2
+ * ### 表单字段自动去除空格
3
3
  *
4
4
  * @author Hamm.cn
5
5
  */