@unizhen/ui 0.0.1

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 (202) hide show
  1. package/README.md +39 -0
  2. package/lib/components/actionButton/factory.d.ts +41 -0
  3. package/lib/components/actionButton/function.d.ts +15 -0
  4. package/lib/components/actionButton/index.d.ts +4 -0
  5. package/lib/components/actionButton/index.vue.d.ts +60 -0
  6. package/lib/components/actionButton/interface.d.ts +23 -0
  7. package/lib/components/api.d.ts +6 -0
  8. package/lib/components/back/index.d.ts +1 -0
  9. package/lib/components/back/index.vue.d.ts +1503 -0
  10. package/lib/components/camera/index.d.ts +1 -0
  11. package/lib/components/camera/index.vue.d.ts +3484 -0
  12. package/lib/components/circle/index.d.ts +1 -0
  13. package/lib/components/circle/index.vue.d.ts +398 -0
  14. package/lib/components/common.d.ts +15 -0
  15. package/lib/components/components.d.ts +14 -0
  16. package/lib/components/create.d.ts +18 -0
  17. package/lib/components/fetch.d.ts +8 -0
  18. package/lib/components/form/draggable.vue.d.ts +24818 -0
  19. package/lib/components/form/image.vue.d.ts +885 -0
  20. package/lib/components/form/index.d.ts +6 -0
  21. package/lib/components/form/index.vue.d.ts +24742 -0
  22. package/lib/components/form/interface.d.ts +262 -0
  23. package/lib/components/form/item.vue.d.ts +17896 -0
  24. package/lib/components/form/upload.vue.d.ts +5901 -0
  25. package/lib/components/hooks/index.d.ts +4 -0
  26. package/lib/components/hooks/memoryCache.d.ts +50 -0
  27. package/lib/components/hooks/useDebounceFn.d.ts +15 -0
  28. package/lib/components/hooks/useLocalStorage.d.ts +29 -0
  29. package/lib/components/hooks/useQuery.d.ts +77 -0
  30. package/lib/components/hooks/useThrottleFn.d.ts +15 -0
  31. package/lib/components/icon/factory.d.ts +125 -0
  32. package/lib/components/icon/index.d.ts +4 -0
  33. package/lib/components/icon/index.vue.d.ts +17 -0
  34. package/lib/components/icon/svg/AccessPoint.vue.d.ts +3 -0
  35. package/lib/components/icon/svg/Activity.vue.d.ts +3 -0
  36. package/lib/components/icon/svg/Adjustments.vue.d.ts +3 -0
  37. package/lib/components/icon/svg/AdjustmentsHorizontal.vue.d.ts +3 -0
  38. package/lib/components/icon/svg/Affiliate.vue.d.ts +3 -0
  39. package/lib/components/icon/svg/Alarm.vue.d.ts +3 -0
  40. package/lib/components/icon/svg/AlertCircle.vue.d.ts +3 -0
  41. package/lib/components/icon/svg/ApiApp.vue.d.ts +3 -0
  42. package/lib/components/icon/svg/AppWindow.vue.d.ts +3 -0
  43. package/lib/components/icon/svg/Apps.vue.d.ts +3 -0
  44. package/lib/components/icon/svg/Archive.vue.d.ts +3 -0
  45. package/lib/components/icon/svg/ArrowNarrowLeft.vue.d.ts +3 -0
  46. package/lib/components/icon/svg/AspectRatio.vue.d.ts +3 -0
  47. package/lib/components/icon/svg/Atom.vue.d.ts +3 -0
  48. package/lib/components/icon/svg/Atom2.vue.d.ts +3 -0
  49. package/lib/components/icon/svg/Award.vue.d.ts +3 -0
  50. package/lib/components/icon/svg/Barcode.vue.d.ts +3 -0
  51. package/lib/components/icon/svg/Basket.vue.d.ts +3 -0
  52. package/lib/components/icon/svg/Bell.vue.d.ts +3 -0
  53. package/lib/components/icon/svg/Bluetooth.vue.d.ts +3 -0
  54. package/lib/components/icon/svg/Book2.vue.d.ts +3 -0
  55. package/lib/components/icon/svg/Books.vue.d.ts +3 -0
  56. package/lib/components/icon/svg/Box.vue.d.ts +3 -0
  57. package/lib/components/icon/svg/BrandAsana.vue.d.ts +3 -0
  58. package/lib/components/icon/svg/BrandStackoverflow.vue.d.ts +3 -0
  59. package/lib/components/icon/svg/Briefcase.vue.d.ts +3 -0
  60. package/lib/components/icon/svg/Building.vue.d.ts +3 -0
  61. package/lib/components/icon/svg/BuildingArch.vue.d.ts +3 -0
  62. package/lib/components/icon/svg/BuildingWarehouse.vue.d.ts +3 -0
  63. package/lib/components/icon/svg/Calculator.vue.d.ts +3 -0
  64. package/lib/components/icon/svg/Calendar.vue.d.ts +3 -0
  65. package/lib/components/icon/svg/CalendarPlus.vue.d.ts +3 -0
  66. package/lib/components/icon/svg/CalendarStats.vue.d.ts +3 -0
  67. package/lib/components/icon/svg/Camera.vue.d.ts +3 -0
  68. package/lib/components/icon/svg/CaretDown.vue.d.ts +3 -0
  69. package/lib/components/icon/svg/CaretUp.vue.d.ts +3 -0
  70. package/lib/components/icon/svg/ChartArea.vue.d.ts +3 -0
  71. package/lib/components/icon/svg/ChartBar.vue.d.ts +3 -0
  72. package/lib/components/icon/svg/ChartBubble.vue.d.ts +3 -0
  73. package/lib/components/icon/svg/ChartDonut.vue.d.ts +3 -0
  74. package/lib/components/icon/svg/ChartLine.vue.d.ts +3 -0
  75. package/lib/components/icon/svg/ChartPie.vue.d.ts +3 -0
  76. package/lib/components/icon/svg/ChartRadar.vue.d.ts +3 -0
  77. package/lib/components/icon/svg/Checkbox.vue.d.ts +3 -0
  78. package/lib/components/icon/svg/CheckupList.vue.d.ts +3 -0
  79. package/lib/components/icon/svg/CircleMinus.vue.d.ts +3 -0
  80. package/lib/components/icon/svg/Clipboard.vue.d.ts +3 -0
  81. package/lib/components/icon/svg/ClipboardCheck.vue.d.ts +3 -0
  82. package/lib/components/icon/svg/ClipboardList.vue.d.ts +3 -0
  83. package/lib/components/icon/svg/ClipboardPlus.vue.d.ts +3 -0
  84. package/lib/components/icon/svg/Clock.vue.d.ts +3 -0
  85. package/lib/components/icon/svg/Cloud.vue.d.ts +3 -0
  86. package/lib/components/icon/svg/CloudDownload.vue.d.ts +3 -0
  87. package/lib/components/icon/svg/CloudUpload.vue.d.ts +3 -0
  88. package/lib/components/icon/svg/Command.vue.d.ts +3 -0
  89. package/lib/components/icon/svg/Confetti.vue.d.ts +3 -0
  90. package/lib/components/icon/svg/Container.vue.d.ts +3 -0
  91. package/lib/components/icon/svg/Copy.vue.d.ts +3 -0
  92. package/lib/components/icon/svg/CreditCard.vue.d.ts +3 -0
  93. package/lib/components/icon/svg/Crosshair.vue.d.ts +3 -0
  94. package/lib/components/icon/svg/CurrencyYen.vue.d.ts +3 -0
  95. package/lib/components/icon/svg/Dashboard.vue.d.ts +3 -0
  96. package/lib/components/icon/svg/Database.vue.d.ts +3 -0
  97. package/lib/components/icon/svg/DatabaseExport.vue.d.ts +3 -0
  98. package/lib/components/icon/svg/DatabaseImport.vue.d.ts +3 -0
  99. package/lib/components/icon/svg/DeviceAnalytics.vue.d.ts +3 -0
  100. package/lib/components/icon/svg/DeviceDesktop.vue.d.ts +3 -0
  101. package/lib/components/icon/svg/DeviceDesktopAnalytics.vue.d.ts +3 -0
  102. package/lib/components/icon/svg/DeviceLaptop.vue.d.ts +3 -0
  103. package/lib/components/icon/svg/DeviceMobile.vue.d.ts +3 -0
  104. package/lib/components/icon/svg/Diamond.vue.d.ts +3 -0
  105. package/lib/components/icon/svg/Dots.vue.d.ts +3 -0
  106. package/lib/components/icon/svg/DotsVertical.vue.d.ts +3 -0
  107. package/lib/components/icon/svg/Edit.vue.d.ts +3 -0
  108. package/lib/components/icon/svg/Eraser.vue.d.ts +3 -0
  109. package/lib/components/icon/svg/Eye.vue.d.ts +3 -0
  110. package/lib/components/icon/svg/File.vue.d.ts +3 -0
  111. package/lib/components/icon/svg/FileAlert.vue.d.ts +3 -0
  112. package/lib/components/icon/svg/FileAnalytics.vue.d.ts +3 -0
  113. package/lib/components/icon/svg/FileText.vue.d.ts +3 -0
  114. package/lib/components/icon/svg/Filter.vue.d.ts +3 -0
  115. package/lib/components/icon/svg/GitCompare.vue.d.ts +3 -0
  116. package/lib/components/icon/svg/GitPullRequest.vue.d.ts +3 -0
  117. package/lib/components/icon/svg/GridDots.vue.d.ts +3 -0
  118. package/lib/components/icon/svg/Home.vue.d.ts +3 -0
  119. package/lib/components/icon/svg/Id.vue.d.ts +3 -0
  120. package/lib/components/icon/svg/LayoutSidebarLeftCollapse.vue.d.ts +3 -0
  121. package/lib/components/icon/svg/LayoutSidebarLeftExpand.vue.d.ts +3 -0
  122. package/lib/components/icon/svg/Link.vue.d.ts +3 -0
  123. package/lib/components/icon/svg/List.vue.d.ts +3 -0
  124. package/lib/components/icon/svg/ListCheck.vue.d.ts +3 -0
  125. package/lib/components/icon/svg/ListDetails.vue.d.ts +3 -0
  126. package/lib/components/icon/svg/Mail.vue.d.ts +3 -0
  127. package/lib/components/icon/svg/Map.vue.d.ts +3 -0
  128. package/lib/components/icon/svg/MapPin.vue.d.ts +3 -0
  129. package/lib/components/icon/svg/Menu2.vue.d.ts +3 -0
  130. package/lib/components/icon/svg/Message2.vue.d.ts +3 -0
  131. package/lib/components/icon/svg/MinusRound.vue.d.ts +3 -0
  132. package/lib/components/icon/svg/MoonStars.vue.d.ts +3 -0
  133. package/lib/components/icon/svg/Paperclip.vue.d.ts +3 -0
  134. package/lib/components/icon/svg/Photo.vue.d.ts +3 -0
  135. package/lib/components/icon/svg/PhotoOff.vue.d.ts +3 -0
  136. package/lib/components/icon/svg/Plus.vue.d.ts +3 -0
  137. package/lib/components/icon/svg/Presentation.vue.d.ts +3 -0
  138. package/lib/components/icon/svg/PresentationAnalytics.vue.d.ts +3 -0
  139. package/lib/components/icon/svg/Printer.vue.d.ts +3 -0
  140. package/lib/components/icon/svg/Qrcode.vue.d.ts +3 -0
  141. package/lib/components/icon/svg/Refresh.vue.d.ts +3 -0
  142. package/lib/components/icon/svg/Report.vue.d.ts +3 -0
  143. package/lib/components/icon/svg/ReportAnalytics.vue.d.ts +3 -0
  144. package/lib/components/icon/svg/ReportMoney.vue.d.ts +3 -0
  145. package/lib/components/icon/svg/ReportSearch.vue.d.ts +3 -0
  146. package/lib/components/icon/svg/Search.vue.d.ts +3 -0
  147. package/lib/components/icon/svg/Settings.vue.d.ts +3 -0
  148. package/lib/components/icon/svg/SmartHome.vue.d.ts +3 -0
  149. package/lib/components/icon/svg/Sun.vue.d.ts +3 -0
  150. package/lib/components/icon/svg/TransferIn.vue.d.ts +3 -0
  151. package/lib/components/icon/svg/TransferOut.vue.d.ts +3 -0
  152. package/lib/components/icon/svg/Trash.vue.d.ts +3 -0
  153. package/lib/components/icon/svg/User.vue.d.ts +3 -0
  154. package/lib/components/icon/svg/UserCircle.vue.d.ts +3 -0
  155. package/lib/components/icon/svg/UserMinus.vue.d.ts +3 -0
  156. package/lib/components/icon/svg/UserPlus.vue.d.ts +3 -0
  157. package/lib/components/icon/svg/Users.vue.d.ts +3 -0
  158. package/lib/components/icon/svg/X.vue.d.ts +3 -0
  159. package/lib/components/index.d.ts +11 -0
  160. package/lib/components/interface.d.ts +34 -0
  161. package/lib/components/local/en-US.d.ts +33 -0
  162. package/lib/components/local/index.d.ts +68 -0
  163. package/lib/components/local/zh-CN.d.ts +33 -0
  164. package/lib/components/localStorage.d.ts +13 -0
  165. package/lib/components/monitor.d.ts +2 -0
  166. package/lib/components/numberRoll/index.d.ts +1 -0
  167. package/lib/components/numberRoll/index.vue.d.ts +47 -0
  168. package/lib/components/preset.d.ts +5 -0
  169. package/lib/components/router.d.ts +3 -0
  170. package/lib/components/scale.d.ts +6 -0
  171. package/lib/components/searchBar/components/index.d.ts +1 -0
  172. package/lib/components/searchBar/components/timePickRange.vue.d.ts +2540 -0
  173. package/lib/components/searchBar/index.d.ts +3 -0
  174. package/lib/components/searchBar/index.vue.d.ts +22710 -0
  175. package/lib/components/searchBar/interface.d.ts +45 -0
  176. package/lib/components/searchBar/mobile.vue.d.ts +21554 -0
  177. package/lib/components/spin/index.d.ts +1 -0
  178. package/lib/components/spin/index.vue.d.ts +1806 -0
  179. package/lib/components/store/common.d.ts +13 -0
  180. package/lib/components/store/index.d.ts +2 -0
  181. package/lib/components/store/thumbnail.d.ts +29 -0
  182. package/lib/components/table/child.vue.d.ts +8391 -0
  183. package/lib/components/table/child_quest.vue.d.ts +6568 -0
  184. package/lib/components/table/drawer.vue.d.ts +5809 -0
  185. package/lib/components/table/factory.d.ts +220 -0
  186. package/lib/components/table/index.d.ts +7 -0
  187. package/lib/components/table/index.vue.d.ts +16622 -0
  188. package/lib/components/table/interface.d.ts +105 -0
  189. package/lib/components/table/list.vue.d.ts +36 -0
  190. package/lib/components/table/mobile.vue.d.ts +4080 -0
  191. package/lib/components/table/ocr.vue.d.ts +3454 -0
  192. package/lib/components/theme.d.ts +4 -0
  193. package/lib/components/thumbnail/index.d.ts +1 -0
  194. package/lib/components/thumbnail/index.vue.d.ts +4275 -0
  195. package/lib/components/version.d.ts +1 -0
  196. package/lib/components/wrap/index.d.ts +1 -0
  197. package/lib/components/wrap/index.vue.d.ts +223 -0
  198. package/lib/index.d.ts +6 -0
  199. package/lib/ui.css +1 -0
  200. package/lib/ui.js +10690 -0
  201. package/package.json +93 -0
  202. package/volar.d.ts +26 -0
@@ -0,0 +1,885 @@
1
+ import { PropType, DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ImgHTMLAttributes, SlotsType, Component, ComputedRef, CSSProperties } from 'vue';
2
+ import { ImageRenderToolbar, ImageSlots, PopoverTrigger, PopoverPlacement, PopoverSlots } from 'naive-ui';
3
+ import { Theme } from 'naive-ui/es/_mixins';
4
+ import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
5
+ import { ImagePreviewInst } from 'naive-ui/es/image/src/ImagePreview';
6
+ import { IntersectionObserverOptions } from 'naive-ui/es/image/src/utils';
7
+ import { Depth } from 'naive-ui/es/icon/src/Icon';
8
+ import { InternalRenderBody } from 'naive-ui/es/popover/src/interface';
9
+ import { MaybeArray } from 'naive-ui/es/_utils';
10
+ import { TriggerEventHandlers } from 'naive-ui/es/popover/src/Popover';
11
+ import { BinderInst } from 'vueuc';
12
+ declare const _default: DefineComponent<ExtractPropTypes<{
13
+ value: {
14
+ required: true;
15
+ type: PropType<string | null>;
16
+ default: string;
17
+ };
18
+ }>, {
19
+ imgs: Ref<string[], string[]>;
20
+ openFile: (url: string) => void;
21
+ getFileName: (url: string) => string;
22
+ isAssetTypeAnImage: (url: string) => boolean;
23
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
24
+ value: {
25
+ required: true;
26
+ type: PropType<string | null>;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{}>, {
30
+ value: string | null;
31
+ }, {}, {
32
+ NImageGroup: DefineComponent<ExtractPropTypes<{
33
+ onPreviewPrev: PropType<() => void>;
34
+ onPreviewNext: PropType<() => void>;
35
+ showToolbar: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ showToolbarTooltip: BooleanConstructor;
40
+ renderToolbar: PropType<ImageRenderToolbar>;
41
+ theme: PropType<Theme<"Image", {
42
+ toolbarIconColor: string;
43
+ toolbarColor: string;
44
+ toolbarBoxShadow: string;
45
+ toolbarBorderRadius: string;
46
+ }, {
47
+ Tooltip: Theme<"Tooltip", {
48
+ borderRadius: string;
49
+ boxShadow: string;
50
+ color: string;
51
+ textColor: string;
52
+ padding: string;
53
+ }, {
54
+ Popover: Theme<"Popover", {
55
+ fontSize: string;
56
+ borderRadius: string;
57
+ color: string;
58
+ dividerColor: string;
59
+ textColor: string;
60
+ boxShadow: string;
61
+ space: string;
62
+ spaceArrow: string;
63
+ arrowOffset: string;
64
+ arrowOffsetVertical: string;
65
+ arrowHeight: string;
66
+ padding: string;
67
+ }, any>;
68
+ }>;
69
+ }>>;
70
+ themeOverrides: PropType<ExtractThemeOverrides<Theme<"Image", {
71
+ toolbarIconColor: string;
72
+ toolbarColor: string;
73
+ toolbarBoxShadow: string;
74
+ toolbarBorderRadius: string;
75
+ }, {
76
+ Tooltip: Theme<"Tooltip", {
77
+ borderRadius: string;
78
+ boxShadow: string;
79
+ color: string;
80
+ textColor: string;
81
+ padding: string;
82
+ }, {
83
+ Popover: Theme<"Popover", {
84
+ fontSize: string;
85
+ borderRadius: string;
86
+ color: string;
87
+ dividerColor: string;
88
+ textColor: string;
89
+ boxShadow: string;
90
+ space: string;
91
+ spaceArrow: string;
92
+ arrowOffset: string;
93
+ arrowOffsetVertical: string;
94
+ arrowHeight: string;
95
+ padding: string;
96
+ }, any>;
97
+ }>;
98
+ }>>>;
99
+ builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Image", {
100
+ toolbarIconColor: string;
101
+ toolbarColor: string;
102
+ toolbarBoxShadow: string;
103
+ toolbarBorderRadius: string;
104
+ }, {
105
+ Tooltip: Theme<"Tooltip", {
106
+ borderRadius: string;
107
+ boxShadow: string;
108
+ color: string;
109
+ textColor: string;
110
+ padding: string;
111
+ }, {
112
+ Popover: Theme<"Popover", {
113
+ fontSize: string;
114
+ borderRadius: string;
115
+ color: string;
116
+ dividerColor: string;
117
+ textColor: string;
118
+ boxShadow: string;
119
+ space: string;
120
+ spaceArrow: string;
121
+ arrowOffset: string;
122
+ arrowOffsetVertical: string;
123
+ arrowHeight: string;
124
+ padding: string;
125
+ }, any>;
126
+ }>;
127
+ }>>>;
128
+ }>, {
129
+ mergedClsPrefix: Ref<string, string>;
130
+ previewInstRef: Ref<{
131
+ setThumbnailEl: (e: HTMLImageElement | null) => void;
132
+ setPreviewSrc: (src?: string) => void;
133
+ toggleShow: () => void;
134
+ } | null, ImagePreviewInst | {
135
+ setThumbnailEl: (e: HTMLImageElement | null) => void;
136
+ setPreviewSrc: (src?: string) => void;
137
+ toggleShow: () => void;
138
+ } | null>;
139
+ next: () => void;
140
+ prev: () => void;
141
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
142
+ onPreviewPrev: PropType<() => void>;
143
+ onPreviewNext: PropType<() => void>;
144
+ showToolbar: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ showToolbarTooltip: BooleanConstructor;
149
+ renderToolbar: PropType<ImageRenderToolbar>;
150
+ theme: PropType<Theme<"Image", {
151
+ toolbarIconColor: string;
152
+ toolbarColor: string;
153
+ toolbarBoxShadow: string;
154
+ toolbarBorderRadius: string;
155
+ }, {
156
+ Tooltip: Theme<"Tooltip", {
157
+ borderRadius: string;
158
+ boxShadow: string;
159
+ color: string;
160
+ textColor: string;
161
+ padding: string;
162
+ }, {
163
+ Popover: Theme<"Popover", {
164
+ fontSize: string;
165
+ borderRadius: string;
166
+ color: string;
167
+ dividerColor: string;
168
+ textColor: string;
169
+ boxShadow: string;
170
+ space: string;
171
+ spaceArrow: string;
172
+ arrowOffset: string;
173
+ arrowOffsetVertical: string;
174
+ arrowHeight: string;
175
+ padding: string;
176
+ }, any>;
177
+ }>;
178
+ }>>;
179
+ themeOverrides: PropType<ExtractThemeOverrides<Theme<"Image", {
180
+ toolbarIconColor: string;
181
+ toolbarColor: string;
182
+ toolbarBoxShadow: string;
183
+ toolbarBorderRadius: string;
184
+ }, {
185
+ Tooltip: Theme<"Tooltip", {
186
+ borderRadius: string;
187
+ boxShadow: string;
188
+ color: string;
189
+ textColor: string;
190
+ padding: string;
191
+ }, {
192
+ Popover: Theme<"Popover", {
193
+ fontSize: string;
194
+ borderRadius: string;
195
+ color: string;
196
+ dividerColor: string;
197
+ textColor: string;
198
+ boxShadow: string;
199
+ space: string;
200
+ spaceArrow: string;
201
+ arrowOffset: string;
202
+ arrowOffsetVertical: string;
203
+ arrowHeight: string;
204
+ padding: string;
205
+ }, any>;
206
+ }>;
207
+ }>>>;
208
+ builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"Image", {
209
+ toolbarIconColor: string;
210
+ toolbarColor: string;
211
+ toolbarBoxShadow: string;
212
+ toolbarBorderRadius: string;
213
+ }, {
214
+ Tooltip: Theme<"Tooltip", {
215
+ borderRadius: string;
216
+ boxShadow: string;
217
+ color: string;
218
+ textColor: string;
219
+ padding: string;
220
+ }, {
221
+ Popover: Theme<"Popover", {
222
+ fontSize: string;
223
+ borderRadius: string;
224
+ color: string;
225
+ dividerColor: string;
226
+ textColor: string;
227
+ boxShadow: string;
228
+ space: string;
229
+ spaceArrow: string;
230
+ arrowOffset: string;
231
+ arrowOffsetVertical: string;
232
+ arrowHeight: string;
233
+ padding: string;
234
+ }, any>;
235
+ }>;
236
+ }>>>;
237
+ }>> & Readonly<{}>, {
238
+ showToolbar: boolean;
239
+ showToolbarTooltip: boolean;
240
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
241
+ NImage: DefineComponent<ExtractPropTypes<{
242
+ onPreviewPrev: PropType<() => void>;
243
+ onPreviewNext: PropType<() => void>;
244
+ showToolbar: {
245
+ type: BooleanConstructor;
246
+ default: boolean;
247
+ };
248
+ showToolbarTooltip: BooleanConstructor;
249
+ renderToolbar: PropType< ImageRenderToolbar>;
250
+ theme: PropType< Theme<"Image", {
251
+ toolbarIconColor: string;
252
+ toolbarColor: string;
253
+ toolbarBoxShadow: string;
254
+ toolbarBorderRadius: string;
255
+ }, {
256
+ Tooltip: Theme<"Tooltip", {
257
+ borderRadius: string;
258
+ boxShadow: string;
259
+ color: string;
260
+ textColor: string;
261
+ padding: string;
262
+ }, {
263
+ Popover: Theme<"Popover", {
264
+ fontSize: string;
265
+ borderRadius: string;
266
+ color: string;
267
+ dividerColor: string;
268
+ textColor: string;
269
+ boxShadow: string;
270
+ space: string;
271
+ spaceArrow: string;
272
+ arrowOffset: string;
273
+ arrowOffsetVertical: string;
274
+ arrowHeight: string;
275
+ padding: string;
276
+ }, any>;
277
+ }>;
278
+ }>>;
279
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Image", {
280
+ toolbarIconColor: string;
281
+ toolbarColor: string;
282
+ toolbarBoxShadow: string;
283
+ toolbarBorderRadius: string;
284
+ }, {
285
+ Tooltip: Theme<"Tooltip", {
286
+ borderRadius: string;
287
+ boxShadow: string;
288
+ color: string;
289
+ textColor: string;
290
+ padding: string;
291
+ }, {
292
+ Popover: Theme<"Popover", {
293
+ fontSize: string;
294
+ borderRadius: string;
295
+ color: string;
296
+ dividerColor: string;
297
+ textColor: string;
298
+ boxShadow: string;
299
+ space: string;
300
+ spaceArrow: string;
301
+ arrowOffset: string;
302
+ arrowOffsetVertical: string;
303
+ arrowHeight: string;
304
+ padding: string;
305
+ }, any>;
306
+ }>;
307
+ }>>>;
308
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Image", {
309
+ toolbarIconColor: string;
310
+ toolbarColor: string;
311
+ toolbarBoxShadow: string;
312
+ toolbarBorderRadius: string;
313
+ }, {
314
+ Tooltip: Theme<"Tooltip", {
315
+ borderRadius: string;
316
+ boxShadow: string;
317
+ color: string;
318
+ textColor: string;
319
+ padding: string;
320
+ }, {
321
+ Popover: Theme<"Popover", {
322
+ fontSize: string;
323
+ borderRadius: string;
324
+ color: string;
325
+ dividerColor: string;
326
+ textColor: string;
327
+ boxShadow: string;
328
+ space: string;
329
+ spaceArrow: string;
330
+ arrowOffset: string;
331
+ arrowOffsetVertical: string;
332
+ arrowHeight: string;
333
+ padding: string;
334
+ }, any>;
335
+ }>;
336
+ }>>>;
337
+ alt: StringConstructor;
338
+ height: PropType<string | number>;
339
+ imgProps: PropType< ImgHTMLAttributes>;
340
+ previewedImgProps: PropType< ImgHTMLAttributes>;
341
+ lazy: BooleanConstructor;
342
+ intersectionObserverOptions: PropType< IntersectionObserverOptions>;
343
+ objectFit: {
344
+ type: PropType<"fill" | "contain" | "cover" | "none" | "scale-down">;
345
+ default: string;
346
+ };
347
+ previewSrc: StringConstructor;
348
+ fallbackSrc: StringConstructor;
349
+ width: PropType<string | number>;
350
+ src: StringConstructor;
351
+ previewDisabled: BooleanConstructor;
352
+ loadDescription: StringConstructor;
353
+ onError: PropType<(e: Event) => void>;
354
+ onLoad: PropType<(e: Event) => void>;
355
+ }>, {
356
+ click: () => void;
357
+ mergedClsPrefix: Ref<string, string>;
358
+ groupId: string | undefined;
359
+ previewInstRef: Ref<{
360
+ setThumbnailEl: (e: HTMLImageElement | null) => void;
361
+ setPreviewSrc: (src?: string) => void;
362
+ toggleShow: () => void;
363
+ } | null, ImagePreviewInst | {
364
+ setThumbnailEl: (e: HTMLImageElement | null) => void;
365
+ setPreviewSrc: (src?: string) => void;
366
+ toggleShow: () => void;
367
+ } | null>;
368
+ imageRef: Ref<HTMLImageElement | null, HTMLImageElement | null>;
369
+ showError: Ref<boolean, boolean>;
370
+ shouldStartLoading: Ref<boolean, boolean>;
371
+ loaded: Ref<boolean, boolean>;
372
+ mergedOnClick: (e: MouseEvent) => void;
373
+ mergedOnError: (e: Event) => void;
374
+ mergedOnLoad: (e: Event) => void;
375
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
376
+ onPreviewPrev: PropType<() => void>;
377
+ onPreviewNext: PropType<() => void>;
378
+ showToolbar: {
379
+ type: BooleanConstructor;
380
+ default: boolean;
381
+ };
382
+ showToolbarTooltip: BooleanConstructor;
383
+ renderToolbar: PropType< ImageRenderToolbar>;
384
+ theme: PropType< Theme<"Image", {
385
+ toolbarIconColor: string;
386
+ toolbarColor: string;
387
+ toolbarBoxShadow: string;
388
+ toolbarBorderRadius: string;
389
+ }, {
390
+ Tooltip: Theme<"Tooltip", {
391
+ borderRadius: string;
392
+ boxShadow: string;
393
+ color: string;
394
+ textColor: string;
395
+ padding: string;
396
+ }, {
397
+ Popover: Theme<"Popover", {
398
+ fontSize: string;
399
+ borderRadius: string;
400
+ color: string;
401
+ dividerColor: string;
402
+ textColor: string;
403
+ boxShadow: string;
404
+ space: string;
405
+ spaceArrow: string;
406
+ arrowOffset: string;
407
+ arrowOffsetVertical: string;
408
+ arrowHeight: string;
409
+ padding: string;
410
+ }, any>;
411
+ }>;
412
+ }>>;
413
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Image", {
414
+ toolbarIconColor: string;
415
+ toolbarColor: string;
416
+ toolbarBoxShadow: string;
417
+ toolbarBorderRadius: string;
418
+ }, {
419
+ Tooltip: Theme<"Tooltip", {
420
+ borderRadius: string;
421
+ boxShadow: string;
422
+ color: string;
423
+ textColor: string;
424
+ padding: string;
425
+ }, {
426
+ Popover: Theme<"Popover", {
427
+ fontSize: string;
428
+ borderRadius: string;
429
+ color: string;
430
+ dividerColor: string;
431
+ textColor: string;
432
+ boxShadow: string;
433
+ space: string;
434
+ spaceArrow: string;
435
+ arrowOffset: string;
436
+ arrowOffsetVertical: string;
437
+ arrowHeight: string;
438
+ padding: string;
439
+ }, any>;
440
+ }>;
441
+ }>>>;
442
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Image", {
443
+ toolbarIconColor: string;
444
+ toolbarColor: string;
445
+ toolbarBoxShadow: string;
446
+ toolbarBorderRadius: string;
447
+ }, {
448
+ Tooltip: Theme<"Tooltip", {
449
+ borderRadius: string;
450
+ boxShadow: string;
451
+ color: string;
452
+ textColor: string;
453
+ padding: string;
454
+ }, {
455
+ Popover: Theme<"Popover", {
456
+ fontSize: string;
457
+ borderRadius: string;
458
+ color: string;
459
+ dividerColor: string;
460
+ textColor: string;
461
+ boxShadow: string;
462
+ space: string;
463
+ spaceArrow: string;
464
+ arrowOffset: string;
465
+ arrowOffsetVertical: string;
466
+ arrowHeight: string;
467
+ padding: string;
468
+ }, any>;
469
+ }>;
470
+ }>>>;
471
+ alt: StringConstructor;
472
+ height: PropType<string | number>;
473
+ imgProps: PropType< ImgHTMLAttributes>;
474
+ previewedImgProps: PropType< ImgHTMLAttributes>;
475
+ lazy: BooleanConstructor;
476
+ intersectionObserverOptions: PropType< IntersectionObserverOptions>;
477
+ objectFit: {
478
+ type: PropType<"fill" | "contain" | "cover" | "none" | "scale-down">;
479
+ default: string;
480
+ };
481
+ previewSrc: StringConstructor;
482
+ fallbackSrc: StringConstructor;
483
+ width: PropType<string | number>;
484
+ src: StringConstructor;
485
+ previewDisabled: BooleanConstructor;
486
+ loadDescription: StringConstructor;
487
+ onError: PropType<(e: Event) => void>;
488
+ onLoad: PropType<(e: Event) => void>;
489
+ }>> & Readonly<{}>, {
490
+ objectFit: "fill" | "none" | "contain" | "cover" | "scale-down";
491
+ lazy: boolean;
492
+ showToolbar: boolean;
493
+ showToolbarTooltip: boolean;
494
+ previewDisabled: boolean;
495
+ }, SlotsType<ImageSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
496
+ NIcon: DefineComponent<ExtractPropTypes<{
497
+ readonly depth: PropType< Depth>;
498
+ readonly size: PropType<number | string>;
499
+ readonly color: StringConstructor;
500
+ readonly component: PropType< Component>;
501
+ readonly theme: PropType< Theme<"Icon", {
502
+ color: string;
503
+ opacity1Depth: string;
504
+ opacity2Depth: string;
505
+ opacity3Depth: string;
506
+ opacity4Depth: string;
507
+ opacity5Depth: string;
508
+ }, any>>;
509
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
510
+ color: string;
511
+ opacity1Depth: string;
512
+ opacity2Depth: string;
513
+ opacity3Depth: string;
514
+ opacity4Depth: string;
515
+ opacity5Depth: string;
516
+ }, any>>>;
517
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
518
+ color: string;
519
+ opacity1Depth: string;
520
+ opacity2Depth: string;
521
+ opacity3Depth: string;
522
+ opacity4Depth: string;
523
+ opacity5Depth: string;
524
+ }, any>>>;
525
+ }>, {
526
+ mergedClsPrefix: Ref<string, string>;
527
+ mergedStyle: ComputedRef<{
528
+ fontSize: string | undefined;
529
+ color: string | undefined;
530
+ }>;
531
+ cssVars: ComputedRef<{
532
+ "--n-bezier": string;
533
+ "--n-color": string;
534
+ "--n-opacity": string;
535
+ }> | undefined;
536
+ themeClass: Ref<string, string> | undefined;
537
+ onRender: (() => void) | undefined;
538
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
539
+ readonly depth: PropType< Depth>;
540
+ readonly size: PropType<number | string>;
541
+ readonly color: StringConstructor;
542
+ readonly component: PropType< Component>;
543
+ readonly theme: PropType< Theme<"Icon", {
544
+ color: string;
545
+ opacity1Depth: string;
546
+ opacity2Depth: string;
547
+ opacity3Depth: string;
548
+ opacity4Depth: string;
549
+ opacity5Depth: string;
550
+ }, any>>;
551
+ readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
552
+ color: string;
553
+ opacity1Depth: string;
554
+ opacity2Depth: string;
555
+ opacity3Depth: string;
556
+ opacity4Depth: string;
557
+ opacity5Depth: string;
558
+ }, any>>>;
559
+ readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
560
+ color: string;
561
+ opacity1Depth: string;
562
+ opacity2Depth: string;
563
+ opacity3Depth: string;
564
+ opacity4Depth: string;
565
+ opacity5Depth: string;
566
+ }, any>>>;
567
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
568
+ NPopover: DefineComponent<ExtractPropTypes<{
569
+ internalOnAfterLeave: PropType<() => void>;
570
+ internalRenderBody: PropType< InternalRenderBody>;
571
+ show: {
572
+ type: PropType<boolean | undefined>;
573
+ default: undefined;
574
+ };
575
+ defaultShow: BooleanConstructor;
576
+ showArrow: {
577
+ type: BooleanConstructor;
578
+ default: boolean;
579
+ };
580
+ trigger: {
581
+ type: PropType< PopoverTrigger>;
582
+ default: string;
583
+ };
584
+ delay: {
585
+ type: NumberConstructor;
586
+ default: number;
587
+ };
588
+ duration: {
589
+ type: NumberConstructor;
590
+ default: number;
591
+ };
592
+ raw: BooleanConstructor;
593
+ placement: {
594
+ type: PropType< PopoverPlacement>;
595
+ default: string;
596
+ };
597
+ x: NumberConstructor;
598
+ y: NumberConstructor;
599
+ arrowPointToCenter: BooleanConstructor;
600
+ disabled: BooleanConstructor;
601
+ getDisabled: PropType<() => boolean>;
602
+ displayDirective: {
603
+ type: PropType<"if" | "show">;
604
+ default: string;
605
+ };
606
+ arrowClass: StringConstructor;
607
+ arrowStyle: PropType<string | CSSProperties>;
608
+ arrowWrapperClass: StringConstructor;
609
+ arrowWrapperStyle: PropType<string | CSSProperties>;
610
+ flip: {
611
+ type: BooleanConstructor;
612
+ default: boolean;
613
+ };
614
+ animated: {
615
+ type: BooleanConstructor;
616
+ default: boolean;
617
+ };
618
+ width: {
619
+ type: PropType<number | "trigger">;
620
+ default: undefined;
621
+ };
622
+ overlap: BooleanConstructor;
623
+ keepAliveOnHover: {
624
+ type: BooleanConstructor;
625
+ default: boolean;
626
+ };
627
+ zIndex: NumberConstructor;
628
+ to: {
629
+ type: PropType<HTMLElement | string | boolean>;
630
+ default: undefined;
631
+ };
632
+ scrollable: BooleanConstructor;
633
+ contentClass: StringConstructor;
634
+ contentStyle: PropType< CSSProperties | string>;
635
+ headerClass: StringConstructor;
636
+ headerStyle: PropType< CSSProperties | string>;
637
+ footerClass: StringConstructor;
638
+ footerStyle: PropType< CSSProperties | string>;
639
+ onClickoutside: PropType<(e: MouseEvent) => void>;
640
+ 'onUpdate:show': PropType< MaybeArray<(value: boolean) => void>>;
641
+ onUpdateShow: PropType< MaybeArray<(value: boolean) => void>>;
642
+ internalDeactivateImmediately: BooleanConstructor;
643
+ internalSyncTargetWithParent: BooleanConstructor;
644
+ internalInheritedEventHandlers: {
645
+ type: PropType< TriggerEventHandlers[]>;
646
+ default: () => never[];
647
+ };
648
+ internalTrapFocus: BooleanConstructor;
649
+ internalExtraClass: {
650
+ type: PropType<string[]>;
651
+ default: () => never[];
652
+ };
653
+ onShow: PropType< MaybeArray<(value: boolean) => void> | undefined>;
654
+ onHide: PropType< MaybeArray<(value: boolean) => void> | undefined>;
655
+ arrow: {
656
+ type: PropType<boolean | undefined>;
657
+ default: undefined;
658
+ };
659
+ minWidth: NumberConstructor;
660
+ maxWidth: NumberConstructor;
661
+ theme: PropType< Theme<"Popover", {
662
+ fontSize: string;
663
+ borderRadius: string;
664
+ color: string;
665
+ dividerColor: string;
666
+ textColor: string;
667
+ boxShadow: string;
668
+ space: string;
669
+ spaceArrow: string;
670
+ arrowOffset: string;
671
+ arrowOffsetVertical: string;
672
+ arrowHeight: string;
673
+ padding: string;
674
+ }, any>>;
675
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
676
+ fontSize: string;
677
+ borderRadius: string;
678
+ color: string;
679
+ dividerColor: string;
680
+ textColor: string;
681
+ boxShadow: string;
682
+ space: string;
683
+ spaceArrow: string;
684
+ arrowOffset: string;
685
+ arrowOffsetVertical: string;
686
+ arrowHeight: string;
687
+ padding: string;
688
+ }, any>>>;
689
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
690
+ fontSize: string;
691
+ borderRadius: string;
692
+ color: string;
693
+ dividerColor: string;
694
+ textColor: string;
695
+ boxShadow: string;
696
+ space: string;
697
+ spaceArrow: string;
698
+ arrowOffset: string;
699
+ arrowOffsetVertical: string;
700
+ arrowHeight: string;
701
+ padding: string;
702
+ }, any>>>;
703
+ }>, {
704
+ binderInstRef: Ref<{
705
+ targetRef: HTMLElement | null;
706
+ } | null, BinderInst | {
707
+ targetRef: HTMLElement | null;
708
+ } | null>;
709
+ positionManually: ComputedRef<boolean>;
710
+ mergedShowConsideringDisabledProp: ComputedRef<boolean>;
711
+ uncontrolledShow: Ref<boolean, boolean>;
712
+ mergedShowArrow: ComputedRef<boolean>;
713
+ getMergedShow: () => boolean;
714
+ setShow: (value: boolean) => void;
715
+ handleClick: () => void;
716
+ handleMouseEnter: () => void;
717
+ handleMouseLeave: () => void;
718
+ handleFocus: () => void;
719
+ handleBlur: () => void;
720
+ syncPosition: () => void;
721
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
722
+ internalOnAfterLeave: PropType<() => void>;
723
+ internalRenderBody: PropType< InternalRenderBody>;
724
+ show: {
725
+ type: PropType<boolean | undefined>;
726
+ default: undefined;
727
+ };
728
+ defaultShow: BooleanConstructor;
729
+ showArrow: {
730
+ type: BooleanConstructor;
731
+ default: boolean;
732
+ };
733
+ trigger: {
734
+ type: PropType< PopoverTrigger>;
735
+ default: string;
736
+ };
737
+ delay: {
738
+ type: NumberConstructor;
739
+ default: number;
740
+ };
741
+ duration: {
742
+ type: NumberConstructor;
743
+ default: number;
744
+ };
745
+ raw: BooleanConstructor;
746
+ placement: {
747
+ type: PropType< PopoverPlacement>;
748
+ default: string;
749
+ };
750
+ x: NumberConstructor;
751
+ y: NumberConstructor;
752
+ arrowPointToCenter: BooleanConstructor;
753
+ disabled: BooleanConstructor;
754
+ getDisabled: PropType<() => boolean>;
755
+ displayDirective: {
756
+ type: PropType<"if" | "show">;
757
+ default: string;
758
+ };
759
+ arrowClass: StringConstructor;
760
+ arrowStyle: PropType<string | CSSProperties>;
761
+ arrowWrapperClass: StringConstructor;
762
+ arrowWrapperStyle: PropType<string | CSSProperties>;
763
+ flip: {
764
+ type: BooleanConstructor;
765
+ default: boolean;
766
+ };
767
+ animated: {
768
+ type: BooleanConstructor;
769
+ default: boolean;
770
+ };
771
+ width: {
772
+ type: PropType<number | "trigger">;
773
+ default: undefined;
774
+ };
775
+ overlap: BooleanConstructor;
776
+ keepAliveOnHover: {
777
+ type: BooleanConstructor;
778
+ default: boolean;
779
+ };
780
+ zIndex: NumberConstructor;
781
+ to: {
782
+ type: PropType<HTMLElement | string | boolean>;
783
+ default: undefined;
784
+ };
785
+ scrollable: BooleanConstructor;
786
+ contentClass: StringConstructor;
787
+ contentStyle: PropType< CSSProperties | string>;
788
+ headerClass: StringConstructor;
789
+ headerStyle: PropType< CSSProperties | string>;
790
+ footerClass: StringConstructor;
791
+ footerStyle: PropType< CSSProperties | string>;
792
+ onClickoutside: PropType<(e: MouseEvent) => void>;
793
+ 'onUpdate:show': PropType< MaybeArray<(value: boolean) => void>>;
794
+ onUpdateShow: PropType< MaybeArray<(value: boolean) => void>>;
795
+ internalDeactivateImmediately: BooleanConstructor;
796
+ internalSyncTargetWithParent: BooleanConstructor;
797
+ internalInheritedEventHandlers: {
798
+ type: PropType< TriggerEventHandlers[]>;
799
+ default: () => never[];
800
+ };
801
+ internalTrapFocus: BooleanConstructor;
802
+ internalExtraClass: {
803
+ type: PropType<string[]>;
804
+ default: () => never[];
805
+ };
806
+ onShow: PropType< MaybeArray<(value: boolean) => void> | undefined>;
807
+ onHide: PropType< MaybeArray<(value: boolean) => void> | undefined>;
808
+ arrow: {
809
+ type: PropType<boolean | undefined>;
810
+ default: undefined;
811
+ };
812
+ minWidth: NumberConstructor;
813
+ maxWidth: NumberConstructor;
814
+ theme: PropType< Theme<"Popover", {
815
+ fontSize: string;
816
+ borderRadius: string;
817
+ color: string;
818
+ dividerColor: string;
819
+ textColor: string;
820
+ boxShadow: string;
821
+ space: string;
822
+ spaceArrow: string;
823
+ arrowOffset: string;
824
+ arrowOffsetVertical: string;
825
+ arrowHeight: string;
826
+ padding: string;
827
+ }, any>>;
828
+ themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
829
+ fontSize: string;
830
+ borderRadius: string;
831
+ color: string;
832
+ dividerColor: string;
833
+ textColor: string;
834
+ boxShadow: string;
835
+ space: string;
836
+ spaceArrow: string;
837
+ arrowOffset: string;
838
+ arrowOffsetVertical: string;
839
+ arrowHeight: string;
840
+ padding: string;
841
+ }, any>>>;
842
+ builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
843
+ fontSize: string;
844
+ borderRadius: string;
845
+ color: string;
846
+ dividerColor: string;
847
+ textColor: string;
848
+ boxShadow: string;
849
+ space: string;
850
+ spaceArrow: string;
851
+ arrowOffset: string;
852
+ arrowOffsetVertical: string;
853
+ arrowHeight: string;
854
+ padding: string;
855
+ }, any>>>;
856
+ }>> & Readonly<{}>, {
857
+ to: string | boolean | HTMLElement;
858
+ disabled: boolean;
859
+ show: boolean | undefined;
860
+ flip: boolean;
861
+ width: number | "trigger";
862
+ duration: number;
863
+ raw: boolean;
864
+ placement: PopoverPlacement;
865
+ overlap: boolean;
866
+ scrollable: boolean;
867
+ trigger: PopoverTrigger;
868
+ showArrow: boolean;
869
+ delay: number;
870
+ arrowPointToCenter: boolean;
871
+ displayDirective: "show" | "if";
872
+ keepAliveOnHover: boolean;
873
+ internalDeactivateImmediately: boolean;
874
+ animated: boolean;
875
+ internalTrapFocus: boolean;
876
+ defaultShow: boolean;
877
+ internalSyncTargetWithParent: boolean;
878
+ internalInheritedEventHandlers: TriggerEventHandlers[];
879
+ internalExtraClass: string[];
880
+ arrow: boolean | undefined;
881
+ }, SlotsType<PopoverSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
882
+ PhotoOff: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
883
+ FileText: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
884
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
885
+ export default _default;