zhytech-ui 1.2.6 → 1.2.7

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/README.md CHANGED
@@ -72,6 +72,11 @@ setTheme("dark");
72
72
 
73
73
  > #### 版本更新清单:
74
74
 
75
+ **V 1.2.7**
76
+ ```html
77
+ 1.pdf文件切换时先清除上一个文件,分页切换事件返回增加总页数
78
+ ```
79
+
75
80
  **V 1.2.5**
76
81
  ```html
77
82
  1.pdf文件预览支持传入初始化页码
@@ -1,36 +1,36 @@
1
- %%Copyright: -----------------------------------------------------------
2
- %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated.
3
- %%Copyright: All rights reserved.
4
- %%Copyright:
5
- %%Copyright: Redistribution and use in source and binary forms, with or
6
- %%Copyright: without modification, are permitted provided that the
7
- %%Copyright: following conditions are met:
8
- %%Copyright:
9
- %%Copyright: Redistributions of source code must retain the above
10
- %%Copyright: copyright notice, this list of conditions and the following
11
- %%Copyright: disclaimer.
12
- %%Copyright:
13
- %%Copyright: Redistributions in binary form must reproduce the above
14
- %%Copyright: copyright notice, this list of conditions and the following
15
- %%Copyright: disclaimer in the documentation and/or other materials
16
- %%Copyright: provided with the distribution.
17
- %%Copyright:
18
- %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
19
- %%Copyright: of its contributors may be used to endorse or promote
20
- %%Copyright: products derived from this software without specific prior
21
- %%Copyright: written permission.
22
- %%Copyright:
23
- %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
24
- %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
25
- %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26
- %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27
- %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28
- %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29
- %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30
- %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31
- %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32
- %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33
- %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
34
- %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35
- %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
- %%Copyright: -----------------------------------------------------------
1
+ %%Copyright: -----------------------------------------------------------
2
+ %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated.
3
+ %%Copyright: All rights reserved.
4
+ %%Copyright:
5
+ %%Copyright: Redistribution and use in source and binary forms, with or
6
+ %%Copyright: without modification, are permitted provided that the
7
+ %%Copyright: following conditions are met:
8
+ %%Copyright:
9
+ %%Copyright: Redistributions of source code must retain the above
10
+ %%Copyright: copyright notice, this list of conditions and the following
11
+ %%Copyright: disclaimer.
12
+ %%Copyright:
13
+ %%Copyright: Redistributions in binary form must reproduce the above
14
+ %%Copyright: copyright notice, this list of conditions and the following
15
+ %%Copyright: disclaimer in the documentation and/or other materials
16
+ %%Copyright: provided with the distribution.
17
+ %%Copyright:
18
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
19
+ %%Copyright: of its contributors may be used to endorse or promote
20
+ %%Copyright: products derived from this software without specific prior
21
+ %%Copyright: written permission.
22
+ %%Copyright:
23
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
24
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
25
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
34
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
+ %%Copyright: -----------------------------------------------------------
@@ -1,27 +1,27 @@
1
- // Copyright 2014 PDFium Authors. All rights reserved.
2
- //
3
- // Redistribution and use in source and binary forms, with or without
4
- // modification, are permitted provided that the following conditions are
5
- // met:
6
- //
7
- // * Redistributions of source code must retain the above copyright
8
- // notice, this list of conditions and the following disclaimer.
9
- // * Redistributions in binary form must reproduce the above
10
- // copyright notice, this list of conditions and the following disclaimer
11
- // in the documentation and/or other materials provided with the
12
- // distribution.
13
- // * Neither the name of Google Inc. nor the names of its
14
- // contributors may be used to endorse or promote products derived from
15
- // this software without specific prior written permission.
16
- //
17
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1
+ // Copyright 2014 PDFium Authors. All rights reserved.
2
+ //
3
+ // Redistribution and use in source and binary forms, with or without
4
+ // modification, are permitted provided that the following conditions are
5
+ // met:
6
+ //
7
+ // * Redistributions of source code must retain the above copyright
8
+ // notice, this list of conditions and the following disclaimer.
9
+ // * Redistributions in binary form must reproduce the above
10
+ // copyright notice, this list of conditions and the following disclaimer
11
+ // in the documentation and/or other materials provided with the
12
+ // distribution.
13
+ // * Neither the name of Google Inc. nor the names of its
14
+ // contributors may be used to endorse or promote products derived from
15
+ // this software without specific prior written permission.
16
+ //
17
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,102 +1,102 @@
1
- Digitized data copyright (c) 2010 Google Corporation
2
- with Reserved Font Arimo, Tinos and Cousine.
3
- Copyright (c) 2012 Red Hat, Inc.
4
- with Reserved Font Name Liberation.
5
-
6
- This Font Software is licensed under the SIL Open Font License,
7
- Version 1.1.
8
-
9
- This license is copied below, and is also available with a FAQ at:
10
- http://scripts.sil.org/OFL
11
-
12
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
13
-
14
- PREAMBLE The goals of the Open Font License (OFL) are to stimulate
15
- worldwide development of collaborative font projects, to support the font
16
- creation efforts of academic and linguistic communities, and to provide
17
- a free and open framework in which fonts may be shared and improved in
18
- partnership with others.
19
-
20
- The OFL allows the licensed fonts to be used, studied, modified and
21
- redistributed freely as long as they are not sold by themselves.
22
- The fonts, including any derivative works, can be bundled, embedded,
23
- redistributed and/or sold with any software provided that any reserved
24
- names are not used by derivative works. The fonts and derivatives,
25
- however, cannot be released under any other type of license. The
26
- requirement for fonts to remain under this license does not apply to
27
- any document created using the fonts or their derivatives.
28
-
29
-
30
-
31
- DEFINITIONS
32
- "Font Software" refers to the set of files released by the Copyright
33
- Holder(s) under this license and clearly marked as such.
34
- This may include source files, build scripts and documentation.
35
-
36
- "Reserved Font Name" refers to any names specified as such after the
37
- copyright statement(s).
38
-
39
- "Original Version" refers to the collection of Font Software components
40
- as distributed by the Copyright Holder(s).
41
-
42
- "Modified Version" refers to any derivative made by adding to, deleting,
43
- or substituting ? in part or in whole ?
44
- any of the components of the Original Version, by changing formats or
45
- by porting the Font Software to a new environment.
46
-
47
- "Author" refers to any designer, engineer, programmer, technical writer
48
- or other person who contributed to the Font Software.
49
-
50
-
51
- PERMISSION & CONDITIONS
52
-
53
- Permission is hereby granted, free of charge, to any person obtaining a
54
- copy of the Font Software, to use, study, copy, merge, embed, modify,
55
- redistribute, and sell modified and unmodified copies of the Font
56
- Software, subject to the following conditions:
57
-
58
- 1) Neither the Font Software nor any of its individual components,in
59
- Original or Modified Versions, may be sold by itself.
60
-
61
- 2) Original or Modified Versions of the Font Software may be bundled,
62
- redistributed and/or sold with any software, provided that each copy
63
- contains the above copyright notice and this license. These can be
64
- included either as stand-alone text files, human-readable headers or
65
- in the appropriate machine-readable metadata fields within text or
66
- binary files as long as those fields can be easily viewed by the user.
67
-
68
- 3) No Modified Version of the Font Software may use the Reserved Font
69
- Name(s) unless explicit written permission is granted by the
70
- corresponding Copyright Holder. This restriction only applies to the
71
- primary font name as presented to the users.
72
-
73
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
74
- Software shall not be used to promote, endorse or advertise any
75
- Modified Version, except to acknowledge the contribution(s) of the
76
- Copyright Holder(s) and the Author(s) or with their explicit written
77
- permission.
78
-
79
- 5) The Font Software, modified or unmodified, in part or in whole, must
80
- be distributed entirely under this license, and must not be distributed
81
- under any other license. The requirement for fonts to remain under
82
- this license does not apply to any document created using the Font
83
- Software.
84
-
85
-
86
-
87
- TERMINATION
88
- This license becomes null and void if any of the above conditions are not met.
89
-
90
-
91
-
92
- DISCLAIMER
93
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
95
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
96
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
97
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
98
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
99
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
100
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
101
- DEALINGS IN THE FONT SOFTWARE.
102
-
1
+ Digitized data copyright (c) 2010 Google Corporation
2
+ with Reserved Font Arimo, Tinos and Cousine.
3
+ Copyright (c) 2012 Red Hat, Inc.
4
+ with Reserved Font Name Liberation.
5
+
6
+ This Font Software is licensed under the SIL Open Font License,
7
+ Version 1.1.
8
+
9
+ This license is copied below, and is also available with a FAQ at:
10
+ http://scripts.sil.org/OFL
11
+
12
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
13
+
14
+ PREAMBLE The goals of the Open Font License (OFL) are to stimulate
15
+ worldwide development of collaborative font projects, to support the font
16
+ creation efforts of academic and linguistic communities, and to provide
17
+ a free and open framework in which fonts may be shared and improved in
18
+ partnership with others.
19
+
20
+ The OFL allows the licensed fonts to be used, studied, modified and
21
+ redistributed freely as long as they are not sold by themselves.
22
+ The fonts, including any derivative works, can be bundled, embedded,
23
+ redistributed and/or sold with any software provided that any reserved
24
+ names are not used by derivative works. The fonts and derivatives,
25
+ however, cannot be released under any other type of license. The
26
+ requirement for fonts to remain under this license does not apply to
27
+ any document created using the fonts or their derivatives.
28
+
29
+
30
+
31
+ DEFINITIONS
32
+ "Font Software" refers to the set of files released by the Copyright
33
+ Holder(s) under this license and clearly marked as such.
34
+ This may include source files, build scripts and documentation.
35
+
36
+ "Reserved Font Name" refers to any names specified as such after the
37
+ copyright statement(s).
38
+
39
+ "Original Version" refers to the collection of Font Software components
40
+ as distributed by the Copyright Holder(s).
41
+
42
+ "Modified Version" refers to any derivative made by adding to, deleting,
43
+ or substituting ? in part or in whole ?
44
+ any of the components of the Original Version, by changing formats or
45
+ by porting the Font Software to a new environment.
46
+
47
+ "Author" refers to any designer, engineer, programmer, technical writer
48
+ or other person who contributed to the Font Software.
49
+
50
+
51
+ PERMISSION & CONDITIONS
52
+
53
+ Permission is hereby granted, free of charge, to any person obtaining a
54
+ copy of the Font Software, to use, study, copy, merge, embed, modify,
55
+ redistribute, and sell modified and unmodified copies of the Font
56
+ Software, subject to the following conditions:
57
+
58
+ 1) Neither the Font Software nor any of its individual components,in
59
+ Original or Modified Versions, may be sold by itself.
60
+
61
+ 2) Original or Modified Versions of the Font Software may be bundled,
62
+ redistributed and/or sold with any software, provided that each copy
63
+ contains the above copyright notice and this license. These can be
64
+ included either as stand-alone text files, human-readable headers or
65
+ in the appropriate machine-readable metadata fields within text or
66
+ binary files as long as those fields can be easily viewed by the user.
67
+
68
+ 3) No Modified Version of the Font Software may use the Reserved Font
69
+ Name(s) unless explicit written permission is granted by the
70
+ corresponding Copyright Holder. This restriction only applies to the
71
+ primary font name as presented to the users.
72
+
73
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
74
+ Software shall not be used to promote, endorse or advertise any
75
+ Modified Version, except to acknowledge the contribution(s) of the
76
+ Copyright Holder(s) and the Author(s) or with their explicit written
77
+ permission.
78
+
79
+ 5) The Font Software, modified or unmodified, in part or in whole, must
80
+ be distributed entirely under this license, and must not be distributed
81
+ under any other license. The requirement for fonts to remain under
82
+ this license does not apply to any document created using the Font
83
+ Software.
84
+
85
+
86
+
87
+ TERMINATION
88
+ This license becomes null and void if any of the above conditions are not met.
89
+
90
+
91
+
92
+ DISCLAIMER
93
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
95
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
96
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
97
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
98
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
99
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
100
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
101
+ DEALINGS IN THE FONT SOFTWARE.
102
+
@@ -1,4 +1,4 @@
1
1
  import { default as filePreview } from './index.vue';
2
- import { fileView, previewOption, videoConfigType, pdfOptionType } from './types/filePreviewType';
2
+ import { fileView, filePreviewOption, videoConfigType, pdfOptionType } from './types/filePreviewType';
3
3
  export { filePreview };
4
- export type { fileView, previewOption, videoConfigType, pdfOptionType };
4
+ export type { fileView, filePreviewOption, videoConfigType, pdfOptionType };
@@ -1,11 +1,11 @@
1
- import { fileView, previewOption } from './types/filePreviewType';
1
+ import { fileView, filePreviewOption } from './types/filePreviewType';
2
2
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
3
  fileList: {
4
4
  type: globalThis.PropType<fileView[]>;
5
5
  required: true;
6
6
  };
7
7
  option: {
8
- type: globalThis.PropType<previewOption>;
8
+ type: globalThis.PropType<filePreviewOption>;
9
9
  default: () => void;
10
10
  };
11
11
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -14,11 +14,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
14
14
  required: true;
15
15
  };
16
16
  option: {
17
- type: globalThis.PropType<previewOption>;
17
+ type: globalThis.PropType<filePreviewOption>;
18
18
  default: () => void;
19
19
  };
20
20
  }>> & Readonly<{}>, {
21
- option: previewOption;
21
+ option: filePreviewOption;
22
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
23
23
  videoSlot?(_: {}): any;
24
24
  }>;
@@ -196,7 +196,7 @@ export interface pdfOptionType {
196
196
  /**
197
197
  * 工具条显示项,默认值: scale(缩放) print download pages(当前页/总页数)
198
198
  */
199
- tool?: Array<"scale" | "print" | "download" | "pages" | "" | "" | "">;
199
+ tool?: Array<"scale" | "print" | "download" | "pages">;
200
200
  /**
201
201
  * 是否分页显示,默认true
202
202
  */
@@ -213,7 +213,7 @@ export interface pdfOptionType {
213
213
  /**
214
214
  * @description: 文档管理中文件上传参数类型
215
215
  */
216
- export interface previewOption {
216
+ export interface filePreviewOption {
217
217
  /**
218
218
  * 组件打开时 默认显示文件序号,多文件时使用,默认0
219
219
  */
@@ -2,7 +2,7 @@ import { MessageType, filterConditionTypes, componentType } from './types/enum';
2
2
  import { dynamicFilter as zhyDynamicFilter, conditionType, filterConditionPropType, filterConditionType, filterItemType, propOptionType } from './components/dynamicFilter/index';
3
3
  import { documentView, dynamicFormData, formAttribute, dictionaryData, dictionaryItem, uploadOption, batchAddComponentParam, getFormTemplateMethod, formListView, searchParam, formDesigner as zhyFormDesigner, formRenderer as zhyFormRenderer } from './components/dynamicForm/index';
4
4
  import { icon as zhyIcon } from './components/icon/index';
5
- import { filePreview as zhyFilePreview, fileView, previewOption, videoConfigType, pdfOptionType } from './components/filePreview/index';
5
+ import { filePreview as zhyFilePreview, fileView, filePreviewOption, videoConfigType, pdfOptionType } from './components/filePreview/index';
6
6
  import { richTextEditor as zhyRichTextEditor, richTextConfigOption } from './components/richTextEditor/index';
7
7
  import { verificationCode as zhyVerificationCode, vcodeConfigOption } from './components/verificationCode/index';
8
8
  /**
@@ -13,7 +13,7 @@ import { verificationCode as zhyVerificationCode, vcodeConfigOption } from './co
13
13
  declare const setTheme: (theme: string) => void;
14
14
  type optionView = OptionView;
15
15
  type selectOptionsView = SelectOptionsView;
16
- export type { optionView, selectOptionsView, conditionType, filterConditionPropType, filterConditionType, filterItemType, propOptionType, dynamicFormData, formAttribute, dictionaryData, dictionaryItem, uploadOption, documentView, batchAddComponentParam, getFormTemplateMethod, formListView, searchParam, fileView, previewOption, videoConfigType, pdfOptionType, richTextConfigOption, vcodeConfigOption };
16
+ export type { optionView, selectOptionsView, conditionType, filterConditionPropType, filterConditionType, filterItemType, propOptionType, dynamicFormData, formAttribute, dictionaryData, dictionaryItem, uploadOption, documentView, batchAddComponentParam, getFormTemplateMethod, formListView, searchParam, fileView, filePreviewOption, videoConfigType, pdfOptionType, richTextConfigOption, vcodeConfigOption };
17
17
  export { MessageType, filterConditionTypes, componentType };
18
18
  export { setTheme };
19
19
  export { zhyFormDesigner, zhyFormRenderer, zhyDynamicFilter, zhyIcon, zhyFilePreview, zhyRichTextEditor, zhyVerificationCode };