zhytech-ui 1.1.28 → 1.1.30

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 (68) hide show
  1. package/README.md +7 -0
  2. package/dist/src/components/dynamicFilter/filterItem.vue.d.ts +5 -5
  3. package/dist/src/components/dynamicFilter/index.vue.d.ts +5 -5
  4. package/dist/src/components/dynamicForm/components/advanced/upload/index.d.ts +7 -11
  5. package/dist/src/components/dynamicForm/components/advanced/upload/propsEditor.vue.d.ts +1 -7
  6. package/dist/src/components/dynamicForm/components/advanced/upload/renderer.vue.d.ts +6 -4
  7. package/dist/src/components/dynamicForm/components/advanced/uploadImage/index.d.ts +8 -11
  8. package/dist/src/components/dynamicForm/components/advanced/uploadImage/propsEditor.vue.d.ts +1 -7
  9. package/dist/src/components/dynamicForm/components/advanced/uploadImage/renderer.vue.d.ts +7 -4
  10. package/dist/src/components/dynamicForm/components/application/employee/index.d.ts +8 -8
  11. package/dist/src/components/dynamicForm/components/application/employee/propsEditor.vue.d.ts +1 -1
  12. package/dist/src/components/dynamicForm/components/application/employee/renderer.vue.d.ts +5 -5
  13. package/dist/src/components/dynamicForm/components/application/grade/index.d.ts +6 -6
  14. package/dist/src/components/dynamicForm/components/application/grade/propsEditor.vue.d.ts +1 -1
  15. package/dist/src/components/dynamicForm/components/application/grade/renderer.vue.d.ts +5 -5
  16. package/dist/src/components/dynamicForm/components/application/post/index.d.ts +6 -6
  17. package/dist/src/components/dynamicForm/components/application/post/propsEditor.vue.d.ts +1 -1
  18. package/dist/src/components/dynamicForm/components/application/post/renderer.vue.d.ts +5 -5
  19. package/dist/src/components/dynamicForm/components/base/checkbox/index.d.ts +9 -9
  20. package/dist/src/components/dynamicForm/components/base/checkbox/propsEditor.vue.d.ts +4 -4
  21. package/dist/src/components/dynamicForm/components/base/checkbox/renderer.vue.d.ts +5 -5
  22. package/dist/src/components/dynamicForm/components/base/date/index.d.ts +6 -6
  23. package/dist/src/components/dynamicForm/components/base/date/propsEditor.vue.d.ts +1 -1
  24. package/dist/src/components/dynamicForm/components/base/date/renderer.vue.d.ts +5 -5
  25. package/dist/src/components/dynamicForm/components/base/input/index.d.ts +6 -6
  26. package/dist/src/components/dynamicForm/components/base/input/propsEditor.vue.d.ts +1 -1
  27. package/dist/src/components/dynamicForm/components/base/input/renderer.vue.d.ts +5 -5
  28. package/dist/src/components/dynamicForm/components/base/inputNumber/index.d.ts +6 -6
  29. package/dist/src/components/dynamicForm/components/base/inputNumber/propsEditor.vue.d.ts +1 -1
  30. package/dist/src/components/dynamicForm/components/base/inputNumber/renderer.vue.d.ts +5 -5
  31. package/dist/src/components/dynamicForm/components/base/label/index.d.ts +3 -3
  32. package/dist/src/components/dynamicForm/components/base/label/renderer.vue.d.ts +3 -3
  33. package/dist/src/components/dynamicForm/components/base/radio/index.d.ts +9 -9
  34. package/dist/src/components/dynamicForm/components/base/radio/propsEditor.vue.d.ts +4 -4
  35. package/dist/src/components/dynamicForm/components/base/radio/renderer.vue.d.ts +5 -5
  36. package/dist/src/components/dynamicForm/components/base/time/index.d.ts +6 -6
  37. package/dist/src/components/dynamicForm/components/base/time/propsEditor.vue.d.ts +1 -1
  38. package/dist/src/components/dynamicForm/components/base/time/renderer.vue.d.ts +5 -5
  39. package/dist/src/components/dynamicForm/components/common/answerSheet/answerSheetItem.vue.d.ts +4 -4
  40. package/dist/src/components/dynamicForm/components/common/answerSheet/index.vue.d.ts +5 -5
  41. package/dist/src/components/dynamicForm/components/common/batchAddDialog.vue.d.ts +7 -5
  42. package/dist/src/components/dynamicForm/components/common/componentAdvancedPropsEditor.vue.d.ts +1 -1
  43. package/dist/src/components/dynamicForm/components/common/componentBasePropsEditor.vue.d.ts +4 -4
  44. package/dist/src/components/dynamicForm/components/common/componentDesigner.vue.d.ts +5 -5
  45. package/dist/src/components/dynamicForm/components/common/componentRenderer.vue.d.ts +5 -5
  46. package/dist/src/components/dynamicForm/components/common/conditionInput.vue.d.ts +103 -5
  47. package/dist/src/components/dynamicForm/components/common/dictionaryBinder.vue.d.ts +5 -5
  48. package/dist/src/components/dynamicForm/components/common/formPropsEditor.vue.d.ts +3 -1
  49. package/dist/src/components/dynamicForm/components/common/toolbar.vue.d.ts +5 -5
  50. package/dist/src/components/dynamicForm/components/layout/groupLayout/index.d.ts +6 -12
  51. package/dist/src/components/dynamicForm/components/layout/groupLayout/propsEditor.vue.d.ts +1 -7
  52. package/dist/src/components/dynamicForm/components/layout/groupLayout/renderer.vue.d.ts +5 -5
  53. package/dist/src/components/dynamicForm/components/layout/tabs/index.d.ts +9 -9
  54. package/dist/src/components/dynamicForm/components/layout/tabs/propsEditor.vue.d.ts +4 -4
  55. package/dist/src/components/dynamicForm/components/layout/tabs/renderer.vue.d.ts +5 -5
  56. package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +231 -5
  57. package/dist/src/components/dynamicForm/formRenderer.vue.d.ts +9 -7
  58. package/dist/src/components/filePreview/components/docxPreview.vue.d.ts +6 -4
  59. package/dist/src/components/filePreview/components/pdfPreview.vue.d.ts +1 -1
  60. package/dist/src/components/filePreview/components/pptxPreview.vue.d.ts +6 -4
  61. package/dist/src/components/filePreview/components/xlsxPreview.vue.d.ts +6 -4
  62. package/dist/src/components/filePreview/index.vue.d.ts +4 -4
  63. package/dist/src/components/icon/index.vue.d.ts +4 -4
  64. package/dist/src/components/richTextEditor/index.vue.d.ts +6 -6
  65. package/dist/style.css +1 -1
  66. package/dist/zhytech-ui.es.js +4915 -4868
  67. package/dist/zhytech-ui.umd.js +11 -11
  68. package/package.json +5 -5
package/README.md CHANGED
@@ -70,6 +70,13 @@ setTheme("dark");
70
70
 
71
71
  > #### 版本更新清单:
72
72
 
73
+ **V 1.1.30**
74
+ ```html
75
+ 1.调整zhy-dynamic-renderer试卷模式支持答题卡
76
+ 2.调整zhy-dynamic-renderer试卷模式支持分页,题目大于10题时,自动分页
77
+ 3.调整zhy-dynamic-renderer答案解析/项目说明显隐逻辑
78
+ ```
79
+
73
80
  **V 1.1.27**
74
81
  ```html
75
82
  1.调整zhy-dynamic-designer修复tabs组件调整标签顺序,子组件不同步
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
2
  /**
3
3
  * 过滤属性集合
4
4
  */
@@ -61,7 +61,7 @@ declare const _default: import('vue').DefineComponent<{
61
61
  type: BooleanConstructor;
62
62
  default: boolean;
63
63
  };
64
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
65
  "update:modelValue": (...args: any[]) => void;
66
66
  add: (...args: any[]) => void;
67
67
  delete: (...args: any[]) => void;
@@ -128,13 +128,13 @@ declare const _default: import('vue').DefineComponent<{
128
128
  type: BooleanConstructor;
129
129
  default: boolean;
130
130
  };
131
- }>> & {
131
+ }>> & Readonly<{
132
132
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
133
133
  onAdd?: ((...args: any[]) => any) | undefined;
134
134
  onDelete?: ((...args: any[]) => any) | undefined;
135
- }, {
135
+ }>, {
136
136
  showConditionType: boolean;
137
137
  allowMultiLevel: boolean;
138
138
  isFirstLevel: boolean;
139
- }, {}>;
139
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
140
140
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { filterConditionPropType, filterConditionType, filterItemType } from './types/dynamicFilterTypes';
2
- declare const _default: import('vue').DefineComponent<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  /**
4
4
  * 项目集合
5
5
  */
@@ -55,14 +55,14 @@ declare const _default: import('vue').DefineComponent<{
55
55
  type: BooleanConstructor;
56
56
  default: boolean;
57
57
  };
58
- }, {
58
+ }>, {
59
59
  /**
60
60
  * @description: 获取过滤条件
61
61
  * @param showCheckMessage 是否显示检核信息
62
62
  * @return
63
63
  */
64
64
  getFilterData: (showCheckMessage?: boolean) => Record<string, any>;
65
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
65
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
66
66
  /**
67
67
  * 项目集合
68
68
  */
@@ -118,9 +118,9 @@ declare const _default: import('vue').DefineComponent<{
118
118
  type: BooleanConstructor;
119
119
  default: boolean;
120
120
  };
121
- }>>, {
121
+ }>> & Readonly<{}>, {
122
122
  allowMultiLevel: boolean;
123
123
  showStyle: boolean;
124
124
  defaultValue: Record<string, any>[];
125
- }, {}>;
125
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
126
126
  export default _default;
@@ -5,7 +5,7 @@ declare class component extends baseComponent {
5
5
  }
6
6
  declare const _default: {
7
7
  component: typeof component;
8
- renderer: import('vue').DefineComponent<{
8
+ renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
9
9
  isDesigner: {
10
10
  type: BooleanConstructor;
11
11
  default: boolean;
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  type: BooleanConstructor;
27
27
  default: boolean;
28
28
  };
29
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
29
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
30
30
  isDesigner: {
31
31
  type: BooleanConstructor;
32
32
  default: boolean;
@@ -47,16 +47,12 @@ declare const _default: {
47
47
  type: BooleanConstructor;
48
48
  default: boolean;
49
49
  };
50
- }>>, {
50
+ }>> & Readonly<{}>, {
51
51
  showDescription: boolean;
52
52
  isDesigner: boolean;
53
- }, {}>;
54
- propEditor: import('vue').DefineComponent<Readonly<import('vue').ComponentPropsOptions<{
55
- [x: string]: unknown;
56
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, readonly string[] | Readonly<globalThis.ExtractPropTypes<Readonly<import('vue').ComponentObjectPropsOptions<{
57
- [x: string]: unknown;
58
- }>>>>, {
59
- [x: number]: string;
60
- } | {}, {}>;
53
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
54
+ uploadRef: unknown;
55
+ }, HTMLDivElement>;
56
+ propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
57
  };
62
58
  export default _default;
@@ -1,8 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<Readonly<import('vue').ComponentPropsOptions<{
2
- [x: string]: unknown;
3
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, readonly string[] | Readonly<globalThis.ExtractPropTypes<Readonly<import('vue').ComponentObjectPropsOptions<{
4
- [x: string]: unknown;
5
- }>>>>, {
6
- [x: number]: string;
7
- } | {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
2
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { baseAttribute, uploadAttribute } from '../../../types/componentAttribute/index';
2
2
  type componentType = baseAttribute & uploadAttribute;
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  /**
5
5
  * 是否为设计模式
6
6
  */
@@ -36,7 +36,7 @@ declare const _default: import('vue').DefineComponent<{
36
36
  type: BooleanConstructor;
37
37
  default: boolean;
38
38
  };
39
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
39
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
40
40
  /**
41
41
  * 是否为设计模式
42
42
  */
@@ -72,8 +72,10 @@ declare const _default: import('vue').DefineComponent<{
72
72
  type: BooleanConstructor;
73
73
  default: boolean;
74
74
  };
75
- }>>, {
75
+ }>> & Readonly<{}>, {
76
76
  showDescription: boolean;
77
77
  isDesigner: boolean;
78
- }, {}>;
78
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
79
+ uploadRef: unknown;
80
+ }, HTMLDivElement>;
79
81
  export default _default;
@@ -5,7 +5,7 @@ declare class component extends baseComponent {
5
5
  }
6
6
  declare const _default: {
7
7
  component: typeof component;
8
- renderer: import('vue').DefineComponent<{
8
+ renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
9
9
  isDesigner: {
10
10
  type: BooleanConstructor;
11
11
  default: boolean;
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  type: BooleanConstructor;
27
27
  default: boolean;
28
28
  };
29
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
29
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
30
30
  isDesigner: {
31
31
  type: BooleanConstructor;
32
32
  default: boolean;
@@ -47,16 +47,13 @@ declare const _default: {
47
47
  type: BooleanConstructor;
48
48
  default: boolean;
49
49
  };
50
- }>>, {
50
+ }>> & Readonly<{}>, {
51
51
  showDescription: boolean;
52
52
  isDesigner: boolean;
53
- }, {}>;
54
- propEditor: import('vue').DefineComponent<Readonly<import('vue').ComponentPropsOptions<{
55
- [x: string]: unknown;
56
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, readonly string[] | Readonly<globalThis.ExtractPropTypes<Readonly<import('vue').ComponentObjectPropsOptions<{
57
- [x: string]: unknown;
58
- }>>>>, {
59
- [x: number]: string;
60
- } | {}, {}>;
53
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
54
+ uploadImageRef: unknown;
55
+ imageRef: unknown;
56
+ }, HTMLDivElement>;
57
+ propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
58
  };
62
59
  export default _default;
@@ -1,8 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<Readonly<import('vue').ComponentPropsOptions<{
2
- [x: string]: unknown;
3
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, readonly string[] | Readonly<globalThis.ExtractPropTypes<Readonly<import('vue').ComponentObjectPropsOptions<{
4
- [x: string]: unknown;
5
- }>>>>, {
6
- [x: number]: string;
7
- } | {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
2
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { baseAttribute, uploadAttribute } from '../../../types/componentAttribute/index';
2
2
  type componentType = baseAttribute & uploadAttribute;
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  /**
5
5
  * 是否为设计模式
6
6
  */
@@ -36,7 +36,7 @@ declare const _default: import('vue').DefineComponent<{
36
36
  type: BooleanConstructor;
37
37
  default: boolean;
38
38
  };
39
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
39
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
40
40
  /**
41
41
  * 是否为设计模式
42
42
  */
@@ -72,8 +72,11 @@ declare const _default: import('vue').DefineComponent<{
72
72
  type: BooleanConstructor;
73
73
  default: boolean;
74
74
  };
75
- }>>, {
75
+ }>> & Readonly<{}>, {
76
76
  showDescription: boolean;
77
77
  isDesigner: boolean;
78
- }, {}>;
78
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
79
+ uploadImageRef: unknown;
80
+ imageRef: unknown;
81
+ }, HTMLDivElement>;
79
82
  export default _default;
@@ -27,7 +27,7 @@ declare class component extends baseComponent {
27
27
  }
28
28
  declare const _default: {
29
29
  component: typeof component;
30
- renderer: import('vue').DefineComponent<{
30
+ renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
31
31
  isDesigner: {
32
32
  type: BooleanConstructor;
33
33
  default: boolean;
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  type: BooleanConstructor;
53
53
  default: boolean;
54
54
  };
55
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
56
  "update:datas": (...args: any[]) => void;
57
57
  "update:componentProps": (...args: any[]) => void;
58
58
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -80,27 +80,27 @@ declare const _default: {
80
80
  type: BooleanConstructor;
81
81
  default: boolean;
82
82
  };
83
- }>> & {
83
+ }>> & Readonly<{
84
84
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
85
85
  "onUpdate:componentProps"?: ((...args: any[]) => any) | undefined;
86
- }, {
86
+ }>, {
87
87
  disabled: boolean;
88
88
  showDescription: boolean;
89
89
  isDesigner: boolean;
90
- }, {}>;
90
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
91
91
  propEditor: {
92
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{}>>, {}, true, {}, {}, {
92
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
93
93
  P: {};
94
94
  B: {};
95
95
  D: {};
96
96
  C: {};
97
97
  M: {};
98
98
  Defaults: {};
99
- }, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
99
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
100
100
  __isFragment?: undefined;
101
101
  __isTeleport?: undefined;
102
102
  __isSuspense?: undefined;
103
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
103
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
104
104
  $slots: {
105
105
  option?(_: {
106
106
  index: number;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
2
2
  option?(_: {
3
3
  index: number;
4
4
  label: any;
@@ -1,6 +1,6 @@
1
1
  import { baseAttribute, editAttribute, employeeAttribute } from '../../../types/componentAttribute/index';
2
2
  type componentType = baseAttribute & editAttribute & employeeAttribute;
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  /**
5
5
  * 是否为设计模式
6
6
  */
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
43
43
  type: BooleanConstructor;
44
44
  default: boolean;
45
45
  };
46
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
47
  "update:datas": (...args: any[]) => void;
48
48
  "update:componentProps": (...args: any[]) => void;
49
49
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -89,12 +89,12 @@ declare const _default: import('vue').DefineComponent<{
89
89
  type: BooleanConstructor;
90
90
  default: boolean;
91
91
  };
92
- }>> & {
92
+ }>> & Readonly<{
93
93
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
94
94
  "onUpdate:componentProps"?: ((...args: any[]) => any) | undefined;
95
- }, {
95
+ }>, {
96
96
  disabled: boolean;
97
97
  showDescription: boolean;
98
98
  isDesigner: boolean;
99
- }, {}>;
99
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
100
100
  export default _default;
@@ -28,7 +28,7 @@ declare class component extends baseComponent {
28
28
  }
29
29
  declare const _default: {
30
30
  component: typeof component;
31
- renderer: import('vue').DefineComponent<{
31
+ renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
32
32
  isDesigner: {
33
33
  type: BooleanConstructor;
34
34
  default: boolean;
@@ -53,7 +53,7 @@ declare const _default: {
53
53
  type: BooleanConstructor;
54
54
  default: boolean;
55
55
  };
56
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
57
  "update:datas": (...args: any[]) => void;
58
58
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
59
59
  isDesigner: {
@@ -80,13 +80,13 @@ declare const _default: {
80
80
  type: BooleanConstructor;
81
81
  default: boolean;
82
82
  };
83
- }>> & {
83
+ }>> & Readonly<{
84
84
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
85
- }, {
85
+ }>, {
86
86
  disabled: boolean;
87
87
  showDescription: boolean;
88
88
  isDesigner: boolean;
89
- }, {}>;
90
- propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
89
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
90
+ propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
91
91
  };
92
92
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { baseAttribute, editAttribute, gradeAttribute } from '../../../types/componentAttribute/index';
2
2
  type componentType = baseAttribute & editAttribute & gradeAttribute;
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  /**
5
5
  * 是否为设计模式
6
6
  */
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
43
43
  type: BooleanConstructor;
44
44
  default: boolean;
45
45
  };
46
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
47
  "update:datas": (...args: any[]) => void;
48
48
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
49
49
  /**
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<{
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
- }>> & {
91
+ }>> & Readonly<{
92
92
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
93
- }, {
93
+ }>, {
94
94
  disabled: boolean;
95
95
  showDescription: boolean;
96
96
  isDesigner: boolean;
97
- }, {}>;
97
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
98
98
  export default _default;
@@ -27,7 +27,7 @@ declare class component extends baseComponent {
27
27
  }
28
28
  declare const _default: {
29
29
  component: typeof component;
30
- renderer: import('vue').DefineComponent<{
30
+ renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
31
31
  isDesigner: {
32
32
  type: BooleanConstructor;
33
33
  default: boolean;
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  type: BooleanConstructor;
53
53
  default: boolean;
54
54
  };
55
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
56
  "update:datas": (...args: any[]) => void;
57
57
  "update:componentProps": (...args: any[]) => void;
58
58
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -80,14 +80,14 @@ declare const _default: {
80
80
  type: BooleanConstructor;
81
81
  default: boolean;
82
82
  };
83
- }>> & {
83
+ }>> & Readonly<{
84
84
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
85
85
  "onUpdate:componentProps"?: ((...args: any[]) => any) | undefined;
86
- }, {
86
+ }>, {
87
87
  disabled: boolean;
88
88
  showDescription: boolean;
89
89
  isDesigner: boolean;
90
- }, {}>;
91
- propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
90
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
91
+ propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
92
92
  };
93
93
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { baseAttribute, editAttribute, postAttribute } from '../../../types/componentAttribute/index';
2
2
  type componentType = baseAttribute & editAttribute & postAttribute;
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  /**
5
5
  * 是否为设计模式
6
6
  */
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
43
43
  type: BooleanConstructor;
44
44
  default: boolean;
45
45
  };
46
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
47
  "update:datas": (...args: any[]) => void;
48
48
  "update:componentProps": (...args: any[]) => void;
49
49
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -89,12 +89,12 @@ declare const _default: import('vue').DefineComponent<{
89
89
  type: BooleanConstructor;
90
90
  default: boolean;
91
91
  };
92
- }>> & {
92
+ }>> & Readonly<{
93
93
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
94
94
  "onUpdate:componentProps"?: ((...args: any[]) => any) | undefined;
95
- }, {
95
+ }>, {
96
96
  disabled: boolean;
97
97
  showDescription: boolean;
98
98
  isDesigner: boolean;
99
- }, {}>;
99
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
100
100
  export default _default;
@@ -27,7 +27,7 @@ declare class component extends baseComponent {
27
27
  }
28
28
  declare const _default: {
29
29
  component: typeof component;
30
- renderer: import('vue').DefineComponent<{
30
+ renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
31
31
  isDesigner: {
32
32
  type: BooleanConstructor;
33
33
  default: boolean;
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  type: BooleanConstructor;
53
53
  default: boolean;
54
54
  };
55
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
56
  "update:datas": (...args: any[]) => void;
57
57
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
58
58
  isDesigner: {
@@ -79,14 +79,14 @@ declare const _default: {
79
79
  type: BooleanConstructor;
80
80
  default: boolean;
81
81
  };
82
- }>> & {
82
+ }>> & Readonly<{
83
83
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
84
- }, {
84
+ }>, {
85
85
  disabled: boolean;
86
86
  showDescription: boolean;
87
87
  isDesigner: boolean;
88
- }, {}>;
89
- propEditor: import('vue').DefineComponent<{
88
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
89
+ propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
90
90
  dictionary: {
91
91
  type: globalThis.PropType<import('../../..').dictionaryData>;
92
92
  default: () => void;
@@ -95,7 +95,7 @@ declare const _default: {
95
95
  type: BooleanConstructor;
96
96
  default: boolean;
97
97
  };
98
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
98
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
99
99
  dictionary: {
100
100
  type: globalThis.PropType<import('../../..').dictionaryData>;
101
101
  default: () => void;
@@ -104,9 +104,9 @@ declare const _default: {
104
104
  type: BooleanConstructor;
105
105
  default: boolean;
106
106
  };
107
- }>>, {
107
+ }>> & Readonly<{}>, {
108
108
  allowCreateDictionary: boolean;
109
109
  dictionary: import('../../..').dictionaryData;
110
- }, {}>;
110
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
111
111
  };
112
112
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { dictionaryData } from '../../../types/formAttribute';
2
- declare const _default: import('vue').DefineComponent<{
2
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  /**
4
4
  * @description: 业务字典数据集合
5
5
  */
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<{
11
11
  type: BooleanConstructor;
12
12
  default: boolean;
13
13
  };
14
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
15
15
  /**
16
16
  * @description: 业务字典数据集合
17
17
  */
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<{
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
25
25
  };
26
- }>>, {
26
+ }>> & Readonly<{}>, {
27
27
  allowCreateDictionary: boolean;
28
28
  dictionary: dictionaryData;
29
- }, {}>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
30
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { baseAttribute, checkboxAttribute, editAttribute } from '../../../types/componentAttribute/index';
2
2
  type componentType = baseAttribute & editAttribute & checkboxAttribute;
3
- declare const _default: import('vue').DefineComponent<{
3
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
4
  /**
5
5
  * 是否为设计模式
6
6
  */
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
43
43
  type: BooleanConstructor;
44
44
  default: boolean;
45
45
  };
46
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
47
  "update:datas": (...args: any[]) => void;
48
48
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
49
49
  /**
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<{
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
- }>> & {
91
+ }>> & Readonly<{
92
92
  "onUpdate:datas"?: ((...args: any[]) => any) | undefined;
93
- }, {
93
+ }>, {
94
94
  disabled: boolean;
95
95
  showDescription: boolean;
96
96
  isDesigner: boolean;
97
- }, {}>;
97
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
98
98
  export default _default;