zhytech-ui 1.2.9 → 1.2.11

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 (60) hide show
  1. package/README.md +40 -3
  2. package/dist/src/components/dynamicFilter/filterItem.vue.d.ts +14 -14
  3. package/dist/src/components/dynamicFilter/index.vue.d.ts +14 -14
  4. package/dist/src/components/dynamicForm/components/advanced/upload/index.d.ts +4 -4
  5. package/dist/src/components/dynamicForm/components/advanced/upload/renderer.vue.d.ts +4 -4
  6. package/dist/src/components/dynamicForm/components/advanced/uploadImage/index.d.ts +4 -4
  7. package/dist/src/components/dynamicForm/components/advanced/uploadImage/renderer.vue.d.ts +4 -4
  8. package/dist/src/components/dynamicForm/components/application/employee/index.d.ts +10 -8
  9. package/dist/src/components/dynamicForm/components/application/employee/propsEditor.vue.d.ts +15 -7
  10. package/dist/src/components/dynamicForm/components/application/employee/renderer.vue.d.ts +4 -4
  11. package/dist/src/components/dynamicForm/components/application/grade/index.d.ts +7 -5
  12. package/dist/src/components/dynamicForm/components/application/grade/renderer.vue.d.ts +4 -4
  13. package/dist/src/components/dynamicForm/components/application/post/index.d.ts +7 -5
  14. package/dist/src/components/dynamicForm/components/application/post/renderer.vue.d.ts +4 -4
  15. package/dist/src/components/dynamicForm/components/base/checkbox/index.d.ts +9 -7
  16. package/dist/src/components/dynamicForm/components/base/checkbox/propsEditor.vue.d.ts +2 -2
  17. package/dist/src/components/dynamicForm/components/base/checkbox/renderer.vue.d.ts +4 -4
  18. package/dist/src/components/dynamicForm/components/base/date/index.d.ts +7 -5
  19. package/dist/src/components/dynamicForm/components/base/date/renderer.vue.d.ts +4 -4
  20. package/dist/src/components/dynamicForm/components/base/input/index.d.ts +7 -5
  21. package/dist/src/components/dynamicForm/components/base/input/renderer.vue.d.ts +4 -4
  22. package/dist/src/components/dynamicForm/components/base/inputNumber/index.d.ts +7 -5
  23. package/dist/src/components/dynamicForm/components/base/inputNumber/renderer.vue.d.ts +4 -4
  24. package/dist/src/components/dynamicForm/components/base/label/index.d.ts +2 -2
  25. package/dist/src/components/dynamicForm/components/base/label/renderer.vue.d.ts +2 -2
  26. package/dist/src/components/dynamicForm/components/base/radio/index.d.ts +9 -7
  27. package/dist/src/components/dynamicForm/components/base/radio/propsEditor.vue.d.ts +2 -2
  28. package/dist/src/components/dynamicForm/components/base/radio/renderer.vue.d.ts +4 -4
  29. package/dist/src/components/dynamicForm/components/base/time/index.d.ts +7 -5
  30. package/dist/src/components/dynamicForm/components/base/time/renderer.vue.d.ts +4 -4
  31. package/dist/src/components/dynamicForm/components/common/answerSheet/answerSheetItem.vue.d.ts +4 -4
  32. package/dist/src/components/dynamicForm/components/common/answerSheet/index.vue.d.ts +2 -2
  33. package/dist/src/components/dynamicForm/components/common/batchAddDialog.vue.d.ts +2 -2
  34. package/dist/src/components/dynamicForm/components/common/componentBasePropsEditor.vue.d.ts +2 -2
  35. package/dist/src/components/dynamicForm/components/common/componentDesigner.vue.d.ts +4 -4
  36. package/dist/src/components/dynamicForm/components/common/componentRenderer.vue.d.ts +12 -12
  37. package/dist/src/components/dynamicForm/components/common/conditionInput.vue.d.ts +22 -22
  38. package/dist/src/components/dynamicForm/components/common/dictionaryBinder.vue.d.ts +2 -2
  39. package/dist/src/components/dynamicForm/components/common/formPropsEditor.vue.d.ts +15 -5
  40. package/dist/src/components/dynamicForm/components/common/toolbar.vue.d.ts +8 -8
  41. package/dist/src/components/dynamicForm/components/layout/groupLayout/index.d.ts +10 -10
  42. package/dist/src/components/dynamicForm/components/layout/groupLayout/renderer.vue.d.ts +10 -10
  43. package/dist/src/components/dynamicForm/components/layout/tabs/index.d.ts +4 -4
  44. package/dist/src/components/dynamicForm/components/layout/tabs/propsEditor.vue.d.ts +2 -2
  45. package/dist/src/components/dynamicForm/components/layout/tabs/renderer.vue.d.ts +2 -2
  46. package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +40 -43
  47. package/dist/src/components/dynamicForm/formRenderer.vue.d.ts +6 -6
  48. package/dist/src/components/filePreview/components/videoPreview.vue.d.ts +14 -6
  49. package/dist/src/components/filePreview/index.vue.d.ts +4 -4
  50. package/dist/src/components/filePreview/types/filePreviewType.d.ts +1 -1
  51. package/dist/src/components/richTextEditor/index.vue.d.ts +2 -2
  52. package/dist/src/components/verificationCode/components/clickTextVCode.vue.d.ts +10 -10
  53. package/dist/src/components/verificationCode/components/puzzleVCode.vue.d.ts +4 -4
  54. package/dist/src/components/verificationCode/index.vue.d.ts +2 -2
  55. package/dist/src/hooks/useUtils.d.ts +1 -1
  56. package/dist/src/index.d.ts +1 -1
  57. package/dist/style.css +1 -1
  58. package/dist/zhytech-ui.es.js +7720 -41965
  59. package/dist/zhytech-ui.umd.js +11 -607
  60. package/package.json +8 -35
@@ -1,5 +1,7 @@
1
1
  import { default as baseComponent } from '../../../types/baseComponent';
2
2
  import { baseAttribute, checkboxAttribute, editAttribute } from '../../../types/componentAttribute/index';
3
+ import { filterConditionTypes } from '../../../../../types/enum';
4
+ type conditionType = keyof typeof filterConditionTypes;
3
5
  declare class component extends baseComponent {
4
6
  constructor();
5
7
  /**
@@ -23,7 +25,7 @@ declare class component extends baseComponent {
23
25
  /**
24
26
  * @description: 获取组件要排除的过滤条件集合
25
27
  */
26
- getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
28
+ getExcludeFilterConditions(): conditionType[];
27
29
  }
28
30
  declare const _default: {
29
31
  component: typeof component;
@@ -41,11 +43,11 @@ declare const _default: {
41
43
  required: true;
42
44
  };
43
45
  datas: {
44
- type: globalThis.PropType<Record<string, any>>;
46
+ type: PropType<Record<string, any>>;
45
47
  required: true;
46
48
  };
47
49
  componentProps: {
48
- type: globalThis.PropType<baseAttribute & editAttribute & checkboxAttribute>;
50
+ type: PropType<baseAttribute & editAttribute & checkboxAttribute>;
49
51
  required: true;
50
52
  };
51
53
  showDescription: {
@@ -68,11 +70,11 @@ declare const _default: {
68
70
  required: true;
69
71
  };
70
72
  datas: {
71
- type: globalThis.PropType<Record<string, any>>;
73
+ type: PropType<Record<string, any>>;
72
74
  required: true;
73
75
  };
74
76
  componentProps: {
75
- type: globalThis.PropType<baseAttribute & editAttribute & checkboxAttribute>;
77
+ type: PropType<baseAttribute & editAttribute & checkboxAttribute>;
76
78
  required: true;
77
79
  };
78
80
  showDescription: {
@@ -88,7 +90,7 @@ declare const _default: {
88
90
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
89
91
  propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
90
92
  dictionary: {
91
- type: globalThis.PropType<import('../../..').dictionaryData>;
93
+ type: PropType<import('../../..').dictionaryData>;
92
94
  default: () => void;
93
95
  };
94
96
  allowCreateDictionary: {
@@ -97,7 +99,7 @@ declare const _default: {
97
99
  };
98
100
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
99
101
  dictionary: {
100
- type: globalThis.PropType<import('../../..').dictionaryData>;
102
+ type: PropType<import('../../..').dictionaryData>;
101
103
  default: () => void;
102
104
  };
103
105
  allowCreateDictionary: {
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
4
4
  * @description: 业务字典数据集合
5
5
  */
6
6
  dictionary: {
7
- type: globalThis.PropType<dictionaryData>;
7
+ type: PropType<dictionaryData>;
8
8
  default: () => void;
9
9
  };
10
10
  allowCreateDictionary: {
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
16
16
  * @description: 业务字典数据集合
17
17
  */
18
18
  dictionary: {
19
- type: globalThis.PropType<dictionaryData>;
19
+ type: PropType<dictionaryData>;
20
20
  default: () => void;
21
21
  };
22
22
  allowCreateDictionary: {
@@ -26,14 +26,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
26
26
  * 表单数据
27
27
  */
28
28
  datas: {
29
- type: globalThis.PropType<Record<string, any>>;
29
+ type: PropType<Record<string, any>>;
30
30
  required: true;
31
31
  };
32
32
  /**
33
33
  * 组件属性
34
34
  */
35
35
  componentProps: {
36
- type: globalThis.PropType<componentType>;
36
+ type: PropType<componentType>;
37
37
  required: true;
38
38
  };
39
39
  /**
@@ -71,14 +71,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
71
71
  * 表单数据
72
72
  */
73
73
  datas: {
74
- type: globalThis.PropType<Record<string, any>>;
74
+ type: PropType<Record<string, any>>;
75
75
  required: true;
76
76
  };
77
77
  /**
78
78
  * 组件属性
79
79
  */
80
80
  componentProps: {
81
- type: globalThis.PropType<componentType>;
81
+ type: PropType<componentType>;
82
82
  required: true;
83
83
  };
84
84
  /**
@@ -1,5 +1,7 @@
1
1
  import { default as baseComponent } from '../../../types/baseComponent';
2
2
  import { baseAttribute, editAttribute, datetimeAttribute } from '../../../types/componentAttribute/index';
3
+ import { filterConditionTypes } from '../../../../../types/enum';
4
+ type conditionType = keyof typeof filterConditionTypes;
3
5
  declare class component extends baseComponent {
4
6
  /**
5
7
  * @description: 构造器
@@ -25,7 +27,7 @@ declare class component extends baseComponent {
25
27
  /**
26
28
  * @description: 获取组件要排除的过滤条件集合
27
29
  */
28
- getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
30
+ getExcludeFilterConditions(): conditionType[];
29
31
  }
30
32
  declare const _default: {
31
33
  component: typeof component;
@@ -47,11 +49,11 @@ declare const _default: {
47
49
  required: true;
48
50
  };
49
51
  datas: {
50
- type: globalThis.PropType<Record<string, any>>;
52
+ type: PropType<Record<string, any>>;
51
53
  required: true;
52
54
  };
53
55
  componentProps: {
54
- type: globalThis.PropType<baseAttribute & editAttribute & datetimeAttribute>;
56
+ type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
55
57
  required: true;
56
58
  };
57
59
  showDescription: {
@@ -78,11 +80,11 @@ declare const _default: {
78
80
  required: true;
79
81
  };
80
82
  datas: {
81
- type: globalThis.PropType<Record<string, any>>;
83
+ type: PropType<Record<string, any>>;
82
84
  required: true;
83
85
  };
84
86
  componentProps: {
85
- type: globalThis.PropType<baseAttribute & editAttribute & datetimeAttribute>;
87
+ type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
86
88
  required: true;
87
89
  };
88
90
  showDescription: {
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
33
33
  * 表单数据
34
34
  */
35
35
  datas: {
36
- type: globalThis.PropType<Record<string, any>>;
36
+ type: PropType<Record<string, any>>;
37
37
  required: true;
38
38
  };
39
39
  /**
40
40
  * 组件属性
41
41
  */
42
42
  componentProps: {
43
- type: globalThis.PropType<componentType>;
43
+ type: PropType<componentType>;
44
44
  required: true;
45
45
  };
46
46
  /**
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
85
85
  * 表单数据
86
86
  */
87
87
  datas: {
88
- type: globalThis.PropType<Record<string, any>>;
88
+ type: PropType<Record<string, any>>;
89
89
  required: true;
90
90
  };
91
91
  /**
92
92
  * 组件属性
93
93
  */
94
94
  componentProps: {
95
- type: globalThis.PropType<componentType>;
95
+ type: PropType<componentType>;
96
96
  required: true;
97
97
  };
98
98
  /**
@@ -1,5 +1,7 @@
1
1
  import { default as baseComponent } from '../../../types/baseComponent';
2
2
  import { baseAttribute, editAttribute, inputAttribute } from '../../../types/componentAttribute/index';
3
+ import { filterConditionTypes } from '../../../../../types/enum';
4
+ type conditionType = keyof typeof filterConditionTypes;
3
5
  declare class component extends baseComponent {
4
6
  /**
5
7
  * @description: 构造器
@@ -30,7 +32,7 @@ declare class component extends baseComponent {
30
32
  /**
31
33
  * @description: 获取组件要排除的过滤条件集合
32
34
  */
33
- getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
35
+ getExcludeFilterConditions(): conditionType[];
34
36
  }
35
37
  declare const _default: {
36
38
  component: typeof component;
@@ -52,11 +54,11 @@ declare const _default: {
52
54
  required: true;
53
55
  };
54
56
  datas: {
55
- type: globalThis.PropType<Record<string, any>>;
57
+ type: PropType<Record<string, any>>;
56
58
  required: true;
57
59
  };
58
60
  componentProps: {
59
- type: globalThis.PropType<baseAttribute & editAttribute & inputAttribute>;
61
+ type: PropType<baseAttribute & editAttribute & inputAttribute>;
60
62
  required: true;
61
63
  };
62
64
  showDescription: {
@@ -83,11 +85,11 @@ declare const _default: {
83
85
  required: true;
84
86
  };
85
87
  datas: {
86
- type: globalThis.PropType<Record<string, any>>;
88
+ type: PropType<Record<string, any>>;
87
89
  required: true;
88
90
  };
89
91
  componentProps: {
90
- type: globalThis.PropType<baseAttribute & editAttribute & inputAttribute>;
92
+ type: PropType<baseAttribute & editAttribute & inputAttribute>;
91
93
  required: true;
92
94
  };
93
95
  showDescription: {
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
33
33
  * 表单数据
34
34
  */
35
35
  datas: {
36
- type: globalThis.PropType<Record<string, any>>;
36
+ type: PropType<Record<string, any>>;
37
37
  required: true;
38
38
  };
39
39
  /**
40
40
  * 组件属性
41
41
  */
42
42
  componentProps: {
43
- type: globalThis.PropType<componentType>;
43
+ type: PropType<componentType>;
44
44
  required: true;
45
45
  };
46
46
  /**
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
85
85
  * 表单数据
86
86
  */
87
87
  datas: {
88
- type: globalThis.PropType<Record<string, any>>;
88
+ type: PropType<Record<string, any>>;
89
89
  required: true;
90
90
  };
91
91
  /**
92
92
  * 组件属性
93
93
  */
94
94
  componentProps: {
95
- type: globalThis.PropType<componentType>;
95
+ type: PropType<componentType>;
96
96
  required: true;
97
97
  };
98
98
  /**
@@ -1,5 +1,7 @@
1
1
  import { default as baseComponent } from '../../../types/baseComponent';
2
2
  import { baseAttribute, editAttribute, inputNumberAttribute } from '../../../types/componentAttribute/index';
3
+ import { filterConditionTypes } from '../../../../../types/enum';
4
+ type conditionType = keyof typeof filterConditionTypes;
3
5
  declare class component extends baseComponent {
4
6
  /**
5
7
  * @description: 构造器
@@ -30,7 +32,7 @@ declare class component extends baseComponent {
30
32
  /**
31
33
  * @description: 获取组件要排除的过滤条件集合
32
34
  */
33
- getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
35
+ getExcludeFilterConditions(): conditionType[];
34
36
  }
35
37
  declare const _default: {
36
38
  component: typeof component;
@@ -52,11 +54,11 @@ declare const _default: {
52
54
  required: true;
53
55
  };
54
56
  datas: {
55
- type: globalThis.PropType<Record<string, any>>;
57
+ type: PropType<Record<string, any>>;
56
58
  required: true;
57
59
  };
58
60
  componentProps: {
59
- type: globalThis.PropType<baseAttribute & editAttribute & inputNumberAttribute>;
61
+ type: PropType<baseAttribute & editAttribute & inputNumberAttribute>;
60
62
  required: true;
61
63
  };
62
64
  showDescription: {
@@ -83,11 +85,11 @@ declare const _default: {
83
85
  required: true;
84
86
  };
85
87
  datas: {
86
- type: globalThis.PropType<Record<string, any>>;
88
+ type: PropType<Record<string, any>>;
87
89
  required: true;
88
90
  };
89
91
  componentProps: {
90
- type: globalThis.PropType<baseAttribute & editAttribute & inputNumberAttribute>;
92
+ type: PropType<baseAttribute & editAttribute & inputNumberAttribute>;
91
93
  required: true;
92
94
  };
93
95
  showDescription: {
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
33
33
  * 表单数据
34
34
  */
35
35
  datas: {
36
- type: globalThis.PropType<Record<string, any>>;
36
+ type: PropType<Record<string, any>>;
37
37
  required: true;
38
38
  };
39
39
  /**
40
40
  * 组件属性
41
41
  */
42
42
  componentProps: {
43
- type: globalThis.PropType<componentType>;
43
+ type: PropType<componentType>;
44
44
  required: true;
45
45
  };
46
46
  /**
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
85
85
  * 表单数据
86
86
  */
87
87
  datas: {
88
- type: globalThis.PropType<Record<string, any>>;
88
+ type: PropType<Record<string, any>>;
89
89
  required: true;
90
90
  };
91
91
  /**
92
92
  * 组件属性
93
93
  */
94
94
  componentProps: {
95
- type: globalThis.PropType<componentType>;
95
+ type: PropType<componentType>;
96
96
  required: true;
97
97
  };
98
98
  /**
@@ -10,12 +10,12 @@ declare const _default: {
10
10
  component: typeof component;
11
11
  renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
12
12
  componentProps: {
13
- type: globalThis.PropType<baseAttribute>;
13
+ type: PropType<baseAttribute>;
14
14
  required: true;
15
15
  };
16
16
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
17
  componentProps: {
18
- type: globalThis.PropType<baseAttribute>;
18
+ type: PropType<baseAttribute>;
19
19
  required: true;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
@@ -1,12 +1,12 @@
1
1
  import { baseAttribute } from '../../../types/componentAttribute/index';
2
2
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  componentProps: {
4
- type: globalThis.PropType<baseAttribute>;
4
+ type: PropType<baseAttribute>;
5
5
  required: true;
6
6
  };
7
7
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
8
8
  componentProps: {
9
- type: globalThis.PropType<baseAttribute>;
9
+ type: PropType<baseAttribute>;
10
10
  required: true;
11
11
  };
12
12
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
@@ -1,5 +1,7 @@
1
1
  import { default as baseComponent } from '../../../types/baseComponent';
2
2
  import { baseAttribute, editAttribute, radioAttribute } from '../../../types/componentAttribute/index';
3
+ import { filterConditionTypes } from '../../../../../types/enum';
4
+ type conditionType = keyof typeof filterConditionTypes;
3
5
  declare class component extends baseComponent {
4
6
  constructor();
5
7
  /**
@@ -23,7 +25,7 @@ declare class component extends baseComponent {
23
25
  /**
24
26
  * @description: 获取组件要排除的过滤条件集合
25
27
  */
26
- getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
28
+ getExcludeFilterConditions(): conditionType[];
27
29
  }
28
30
  declare const _default: {
29
31
  component: typeof component;
@@ -41,11 +43,11 @@ declare const _default: {
41
43
  required: true;
42
44
  };
43
45
  datas: {
44
- type: globalThis.PropType<Record<string, any>>;
46
+ type: PropType<Record<string, any>>;
45
47
  required: true;
46
48
  };
47
49
  componentProps: {
48
- type: globalThis.PropType<baseAttribute & editAttribute & radioAttribute>;
50
+ type: PropType<baseAttribute & editAttribute & radioAttribute>;
49
51
  required: true;
50
52
  };
51
53
  showDescription: {
@@ -68,11 +70,11 @@ declare const _default: {
68
70
  required: true;
69
71
  };
70
72
  datas: {
71
- type: globalThis.PropType<Record<string, any>>;
73
+ type: PropType<Record<string, any>>;
72
74
  required: true;
73
75
  };
74
76
  componentProps: {
75
- type: globalThis.PropType<baseAttribute & editAttribute & radioAttribute>;
77
+ type: PropType<baseAttribute & editAttribute & radioAttribute>;
76
78
  required: true;
77
79
  };
78
80
  showDescription: {
@@ -88,7 +90,7 @@ declare const _default: {
88
90
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
89
91
  propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
90
92
  dictionary: {
91
- type: globalThis.PropType<import('../../..').dictionaryData>;
93
+ type: PropType<import('../../..').dictionaryData>;
92
94
  default: () => void;
93
95
  };
94
96
  allowCreateDictionary: {
@@ -97,7 +99,7 @@ declare const _default: {
97
99
  };
98
100
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
99
101
  dictionary: {
100
- type: globalThis.PropType<import('../../..').dictionaryData>;
102
+ type: PropType<import('../../..').dictionaryData>;
101
103
  default: () => void;
102
104
  };
103
105
  allowCreateDictionary: {
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
4
4
  * @description: 业务字典数据集合
5
5
  */
6
6
  dictionary: {
7
- type: globalThis.PropType<dictionaryData>;
7
+ type: PropType<dictionaryData>;
8
8
  default: () => void;
9
9
  };
10
10
  allowCreateDictionary: {
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
16
16
  * @description: 业务字典数据集合
17
17
  */
18
18
  dictionary: {
19
- type: globalThis.PropType<dictionaryData>;
19
+ type: PropType<dictionaryData>;
20
20
  default: () => void;
21
21
  };
22
22
  allowCreateDictionary: {
@@ -26,14 +26,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
26
26
  * 表单数据
27
27
  */
28
28
  datas: {
29
- type: globalThis.PropType<Record<string, any>>;
29
+ type: PropType<Record<string, any>>;
30
30
  required: true;
31
31
  };
32
32
  /**
33
33
  * 组件属性
34
34
  */
35
35
  componentProps: {
36
- type: globalThis.PropType<componentType>;
36
+ type: PropType<componentType>;
37
37
  required: true;
38
38
  };
39
39
  /**
@@ -71,14 +71,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
71
71
  * 表单数据
72
72
  */
73
73
  datas: {
74
- type: globalThis.PropType<Record<string, any>>;
74
+ type: PropType<Record<string, any>>;
75
75
  required: true;
76
76
  };
77
77
  /**
78
78
  * 组件属性
79
79
  */
80
80
  componentProps: {
81
- type: globalThis.PropType<componentType>;
81
+ type: PropType<componentType>;
82
82
  required: true;
83
83
  };
84
84
  /**
@@ -1,5 +1,7 @@
1
1
  import { default as baseComponent } from '../../../types/baseComponent';
2
2
  import { baseAttribute, editAttribute, datetimeAttribute } from '../../../types/componentAttribute/index';
3
+ import { filterConditionTypes } from '../../../../../types/enum';
4
+ type conditionType = keyof typeof filterConditionTypes;
3
5
  declare class component extends baseComponent {
4
6
  /**
5
7
  * @description: 构造器
@@ -25,7 +27,7 @@ declare class component extends baseComponent {
25
27
  /**
26
28
  * @description: 获取组件要排除的过滤条件集合
27
29
  */
28
- getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
30
+ getExcludeFilterConditions(): conditionType[];
29
31
  }
30
32
  declare const _default: {
31
33
  component: typeof component;
@@ -47,11 +49,11 @@ declare const _default: {
47
49
  required: true;
48
50
  };
49
51
  datas: {
50
- type: globalThis.PropType<Record<string, any>>;
52
+ type: PropType<Record<string, any>>;
51
53
  required: true;
52
54
  };
53
55
  componentProps: {
54
- type: globalThis.PropType<baseAttribute & editAttribute & datetimeAttribute>;
56
+ type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
55
57
  required: true;
56
58
  };
57
59
  showDescription: {
@@ -78,11 +80,11 @@ declare const _default: {
78
80
  required: true;
79
81
  };
80
82
  datas: {
81
- type: globalThis.PropType<Record<string, any>>;
83
+ type: PropType<Record<string, any>>;
82
84
  required: true;
83
85
  };
84
86
  componentProps: {
85
- type: globalThis.PropType<baseAttribute & editAttribute & datetimeAttribute>;
87
+ type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
86
88
  required: true;
87
89
  };
88
90
  showDescription: {
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
33
33
  * 表单数据
34
34
  */
35
35
  datas: {
36
- type: globalThis.PropType<Record<string, any>>;
36
+ type: PropType<Record<string, any>>;
37
37
  required: true;
38
38
  };
39
39
  /**
40
40
  * 组件属性
41
41
  */
42
42
  componentProps: {
43
- type: globalThis.PropType<componentType>;
43
+ type: PropType<componentType>;
44
44
  required: true;
45
45
  };
46
46
  /**
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
85
85
  * 表单数据
86
86
  */
87
87
  datas: {
88
- type: globalThis.PropType<Record<string, any>>;
88
+ type: PropType<Record<string, any>>;
89
89
  required: true;
90
90
  };
91
91
  /**
92
92
  * 组件属性
93
93
  */
94
94
  componentProps: {
95
- type: globalThis.PropType<componentType>;
95
+ type: PropType<componentType>;
96
96
  required: true;
97
97
  };
98
98
  /**
@@ -3,11 +3,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
3
3
  * 组件
4
4
  */
5
5
  answerSheetData: {
6
- type: globalThis.PropType<Record<string, any>[]>;
6
+ type: PropType<Record<string, any>[]>;
7
7
  required: true;
8
8
  };
9
9
  tagType: {
10
- type: globalThis.PropType<Record<number, any>>;
10
+ type: PropType<Record<number, any>>;
11
11
  required: true;
12
12
  };
13
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -17,11 +17,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
17
17
  * 组件
18
18
  */
19
19
  answerSheetData: {
20
- type: globalThis.PropType<Record<string, any>[]>;
20
+ type: PropType<Record<string, any>[]>;
21
21
  required: true;
22
22
  };
23
23
  tagType: {
24
- type: globalThis.PropType<Record<number, any>>;
24
+ type: PropType<Record<number, any>>;
25
25
  required: true;
26
26
  };
27
27
  }>> & Readonly<{
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
4
4
  * @description: 表单数据,包含表单属性,组件集合、初始数据
5
5
  */
6
6
  formData: {
7
- type: globalThis.PropType<dynamicFormData<formAttribute>>;
7
+ type: PropType<dynamicFormData<formAttribute>>;
8
8
  required: true;
9
9
  };
10
10
  /**
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
21
21
  * @description: 表单数据,包含表单属性,组件集合、初始数据
22
22
  */
23
23
  formData: {
24
- type: globalThis.PropType<dynamicFormData<formAttribute>>;
24
+ type: PropType<dynamicFormData<formAttribute>>;
25
25
  required: true;
26
26
  };
27
27
  /**
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
4
4
  * @description: 参数
5
5
  */
6
6
  params: {
7
- type: globalThis.PropType<batchAddComponentParam>;
7
+ type: PropType<batchAddComponentParam>;
8
8
  default: () => void;
9
9
  };
10
10
  modelValue: {
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
18
18
  * @description: 参数
19
19
  */
20
20
  params: {
21
- type: globalThis.PropType<batchAddComponentParam>;
21
+ type: PropType<batchAddComponentParam>;
22
22
  default: () => void;
23
23
  };
24
24
  modelValue: {
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
4
4
  * @description: 业务字典数据集合
5
5
  */
6
6
  dictionary: {
7
- type: globalThis.PropType<dictionaryData>;
7
+ type: PropType<dictionaryData>;
8
8
  default: () => void;
9
9
  };
10
10
  allowCreateDictionary: {
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
16
16
  * @description: 业务字典数据集合
17
17
  */
18
18
  dictionary: {
19
- type: globalThis.PropType<dictionaryData>;
19
+ type: PropType<dictionaryData>;
20
20
  default: () => void;
21
21
  };
22
22
  allowCreateDictionary: {