cnhis-design-vue 3.1.30-beta.7 → 3.1.31-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/es/components/button-print/index.d.ts +1268 -0
  2. package/es/components/button-print/index.js +1 -0
  3. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1269 -3
  4. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +86 -44
  5. package/es/components/button-print/src/components/IdentityVerification.js +42 -11
  6. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1253 -0
  7. package/es/components/button-print/src/components/edit.js +142 -0
  8. package/es/components/button-print/src/components/edit.vue.d.ts +1237 -0
  9. package/es/components/button-print/src/utils/browserPrint.d.ts +1 -0
  10. package/es/components/button-print/src/utils/browserPrint.js +40 -0
  11. package/es/components/button-print/src/utils/index.d.ts +1 -0
  12. package/es/components/button-print/src/utils/index.js +1 -0
  13. package/es/components/button-print/style/index.css +1 -1
  14. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -1
  15. package/es/components/form-render/src/hooks/useBusinessBinding.js +16 -9
  16. package/es/components/form-render/src/utils/business.js +1 -1
  17. package/es/components/iho-table/index.d.ts +45 -39
  18. package/es/components/iho-table/index.js +1 -0
  19. package/es/components/iho-table/src/IhoTable.js +9 -4
  20. package/es/components/iho-table/src/IhoTable.vue.d.ts +45 -39
  21. package/es/components/iho-table/src/components/IhoTableColumn.js +8 -5
  22. package/es/components/iho-table/src/constants/index.d.ts +1 -1
  23. package/es/components/iho-table/src/constants/index.js +2 -0
  24. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
  25. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  26. package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
  27. package/es/components/iho-table/src/plugins/filterPlugin/filter.js +189 -0
  28. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +126 -0
  29. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +1 -0
  30. package/es/components/iho-table/src/plugins/filterPlugin/index.js +74 -0
  31. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +11 -0
  32. package/es/components/iho-table/src/plugins/filterPlugin/types.js +8 -0
  33. package/es/components/iho-table/src/plugins/index.js +14 -12
  34. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +4 -3
  35. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
  36. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +14 -3
  37. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +12 -7
  38. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +5 -1
  39. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +14 -3
  40. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
  41. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +17 -5
  42. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -4
  43. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +2 -17
  44. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +12 -7
  45. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +8 -2
  46. package/es/components/iho-table/src/types/index.d.ts +36 -10
  47. package/es/components/iho-table/src/utils/index.d.ts +12 -1
  48. package/es/components/iho-table/src/utils/index.js +36 -2
  49. package/es/components/iho-table/style/index.css +1 -1
  50. package/es/components/index.css +1 -1
  51. package/es/components/index.js +1 -0
  52. package/es/shared/types/index.d.ts +2 -2
  53. package/package.json +2 -2
@@ -0,0 +1,1237 @@
1
+ /// <reference types="node" />
2
+ import { UploadFileInfo } from 'naive-ui';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ saveIReportFormat: {
5
+ type: FunctionConstructor;
6
+ required: true;
7
+ default: () => Promise<void>;
8
+ };
9
+ }, {
10
+ $message: import("naive-ui").MessageApi;
11
+ props: {
12
+ saveIReportFormat: Function;
13
+ };
14
+ fileList: import("vue").Ref<{
15
+ key: string;
16
+ value: {
17
+ id: string;
18
+ name: string;
19
+ batchId?: string | null | undefined;
20
+ percentage?: number | null | undefined;
21
+ status: "error" | "pending" | "uploading" | "finished" | "removed";
22
+ url?: string | null | undefined;
23
+ file?: {
24
+ readonly lastModified: number;
25
+ readonly name: string;
26
+ readonly webkitRelativePath: string;
27
+ readonly size: number;
28
+ readonly type: string;
29
+ arrayBuffer: {
30
+ (): Promise<ArrayBuffer>;
31
+ (): Promise<ArrayBuffer>;
32
+ };
33
+ slice: {
34
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
35
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
36
+ };
37
+ stream: {
38
+ (): ReadableStream<Uint8Array>;
39
+ (): NodeJS.ReadableStream;
40
+ };
41
+ text: {
42
+ (): Promise<string>;
43
+ (): Promise<string>;
44
+ };
45
+ } | null | undefined;
46
+ thumbnailUrl?: string | null | undefined;
47
+ type?: string | null | undefined;
48
+ fullPath?: string | null | undefined;
49
+ }[];
50
+ }[]>;
51
+ submit: (token: string) => Promise<unknown>;
52
+ onChange: (data: {
53
+ file: UploadFileInfo;
54
+ fileList: UploadFileInfo[];
55
+ }, index: number) => void;
56
+ onBeforeUpload: (data: {
57
+ file: UploadFileInfo;
58
+ fileList: UploadFileInfo[];
59
+ }) => Promise<boolean>;
60
+ validateFormat: (file: UploadFileInfo, format: string) => boolean;
61
+ NForm: any;
62
+ NFormItem: import("vue").DefineComponent<{
63
+ readonly label: StringConstructor;
64
+ readonly labelWidth: import("vue").PropType<string | number>;
65
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
66
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
67
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
68
+ readonly path: StringConstructor;
69
+ readonly first: BooleanConstructor;
70
+ readonly rulePath: StringConstructor;
71
+ readonly required: BooleanConstructor;
72
+ readonly showRequireMark: {
73
+ readonly type: import("vue").PropType<boolean | undefined>;
74
+ readonly default: undefined;
75
+ };
76
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
77
+ readonly showFeedback: {
78
+ readonly type: import("vue").PropType<boolean | undefined>;
79
+ readonly default: undefined;
80
+ };
81
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
82
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
83
+ readonly ignorePathChange: BooleanConstructor;
84
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
85
+ readonly feedback: StringConstructor;
86
+ readonly showLabel: {
87
+ readonly type: import("vue").PropType<boolean | undefined>;
88
+ readonly default: undefined;
89
+ };
90
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
91
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
92
+ blankHeightSmall: string;
93
+ blankHeightMedium: string;
94
+ blankHeightLarge: string;
95
+ lineHeight: string;
96
+ labelTextColor: string;
97
+ asteriskColor: string;
98
+ feedbackTextColorError: string;
99
+ feedbackTextColorWarning: string;
100
+ feedbackTextColor: string;
101
+ feedbackPadding: string;
102
+ feedbackHeightSmall: string;
103
+ feedbackHeightMedium: string;
104
+ feedbackHeightLarge: string;
105
+ feedbackFontSizeSmall: string;
106
+ feedbackFontSizeMedium: string;
107
+ feedbackFontSizeLarge: string;
108
+ labelFontSizeLeftSmall: string;
109
+ labelFontSizeLeftMedium: string;
110
+ labelFontSizeLeftLarge: string;
111
+ labelFontSizeTopSmall: string;
112
+ labelFontSizeTopMedium: string;
113
+ labelFontSizeTopLarge: string;
114
+ labelHeightSmall: string;
115
+ labelHeightMedium: string;
116
+ labelHeightLarge: string;
117
+ labelPaddingVertical: string;
118
+ labelPaddingHorizontal: string;
119
+ labelTextAlignVertical: string;
120
+ labelTextAlignHorizontal: string;
121
+ }, any>>;
122
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
123
+ blankHeightSmall: string;
124
+ blankHeightMedium: string;
125
+ blankHeightLarge: string;
126
+ lineHeight: string;
127
+ labelTextColor: string;
128
+ asteriskColor: string;
129
+ feedbackTextColorError: string;
130
+ feedbackTextColorWarning: string;
131
+ feedbackTextColor: string;
132
+ feedbackPadding: string;
133
+ feedbackHeightSmall: string;
134
+ feedbackHeightMedium: string;
135
+ feedbackHeightLarge: string;
136
+ feedbackFontSizeSmall: string;
137
+ feedbackFontSizeMedium: string;
138
+ feedbackFontSizeLarge: string;
139
+ labelFontSizeLeftSmall: string;
140
+ labelFontSizeLeftMedium: string;
141
+ labelFontSizeLeftLarge: string;
142
+ labelFontSizeTopSmall: string;
143
+ labelFontSizeTopMedium: string;
144
+ labelFontSizeTopLarge: string;
145
+ labelHeightSmall: string;
146
+ labelHeightMedium: string;
147
+ labelHeightLarge: string;
148
+ labelPaddingVertical: string;
149
+ labelPaddingHorizontal: string;
150
+ labelTextAlignVertical: string;
151
+ labelTextAlignHorizontal: string;
152
+ }, any>>>;
153
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
154
+ blankHeightSmall: string;
155
+ blankHeightMedium: string;
156
+ blankHeightLarge: string;
157
+ lineHeight: string;
158
+ labelTextColor: string;
159
+ asteriskColor: string;
160
+ feedbackTextColorError: string;
161
+ feedbackTextColorWarning: string;
162
+ feedbackTextColor: string;
163
+ feedbackPadding: string;
164
+ feedbackHeightSmall: string;
165
+ feedbackHeightMedium: string;
166
+ feedbackHeightLarge: string;
167
+ feedbackFontSizeSmall: string;
168
+ feedbackFontSizeMedium: string;
169
+ feedbackFontSizeLarge: string;
170
+ labelFontSizeLeftSmall: string;
171
+ labelFontSizeLeftMedium: string;
172
+ labelFontSizeLeftLarge: string;
173
+ labelFontSizeTopSmall: string;
174
+ labelFontSizeTopMedium: string;
175
+ labelFontSizeTopLarge: string;
176
+ labelHeightSmall: string;
177
+ labelHeightMedium: string;
178
+ labelHeightLarge: string;
179
+ labelPaddingVertical: string;
180
+ labelPaddingHorizontal: string;
181
+ labelTextAlignVertical: string;
182
+ labelTextAlignHorizontal: string;
183
+ }, any>>>;
184
+ }, {
185
+ cssVars: import("vue").ComputedRef<{
186
+ '--n-bezier': string;
187
+ '--n-line-height': string;
188
+ '--n-blank-height': string;
189
+ '--n-label-font-size': string;
190
+ '--n-label-text-align': string;
191
+ '--n-label-height': string;
192
+ '--n-label-padding': string;
193
+ '--n-asterisk-color': string;
194
+ '--n-label-text-color': string;
195
+ '--n-feedback-padding': string;
196
+ '--n-feedback-font-size': string;
197
+ '--n-feedback-height': string;
198
+ '--n-feedback-text-color': string;
199
+ '--n-feedback-text-color-warning': string;
200
+ '--n-feedback-text-color-error': string;
201
+ }> | undefined;
202
+ themeClass: import("vue").Ref<string>;
203
+ onRender: () => void;
204
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
205
+ restoreValidation: () => void;
206
+ path?: string | undefined;
207
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
208
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
209
+ validationErrored: import("vue").Ref<boolean>;
210
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
211
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
212
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
213
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
214
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
215
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
216
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
217
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
218
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
219
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
220
+ mergedClsPrefix: import("vue").ComputedRef<string>;
221
+ mergedRequired: import("vue").ComputedRef<boolean>;
222
+ feedbackId: import("vue").Ref<string>;
223
+ renderExplains: import("vue").Ref<{
224
+ key: string;
225
+ render: () => import("vue").VNodeChild;
226
+ }[]>;
227
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
228
+ readonly label: StringConstructor;
229
+ readonly labelWidth: import("vue").PropType<string | number>;
230
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
231
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
232
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
233
+ readonly path: StringConstructor;
234
+ readonly first: BooleanConstructor;
235
+ readonly rulePath: StringConstructor;
236
+ readonly required: BooleanConstructor;
237
+ readonly showRequireMark: {
238
+ readonly type: import("vue").PropType<boolean | undefined>;
239
+ readonly default: undefined;
240
+ };
241
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
242
+ readonly showFeedback: {
243
+ readonly type: import("vue").PropType<boolean | undefined>;
244
+ readonly default: undefined;
245
+ };
246
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
247
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
248
+ readonly ignorePathChange: BooleanConstructor;
249
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
250
+ readonly feedback: StringConstructor;
251
+ readonly showLabel: {
252
+ readonly type: import("vue").PropType<boolean | undefined>;
253
+ readonly default: undefined;
254
+ };
255
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
256
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
257
+ blankHeightSmall: string;
258
+ blankHeightMedium: string;
259
+ blankHeightLarge: string;
260
+ lineHeight: string;
261
+ labelTextColor: string;
262
+ asteriskColor: string;
263
+ feedbackTextColorError: string;
264
+ feedbackTextColorWarning: string;
265
+ feedbackTextColor: string;
266
+ feedbackPadding: string;
267
+ feedbackHeightSmall: string;
268
+ feedbackHeightMedium: string;
269
+ feedbackHeightLarge: string;
270
+ feedbackFontSizeSmall: string;
271
+ feedbackFontSizeMedium: string;
272
+ feedbackFontSizeLarge: string;
273
+ labelFontSizeLeftSmall: string;
274
+ labelFontSizeLeftMedium: string;
275
+ labelFontSizeLeftLarge: string;
276
+ labelFontSizeTopSmall: string;
277
+ labelFontSizeTopMedium: string;
278
+ labelFontSizeTopLarge: string;
279
+ labelHeightSmall: string;
280
+ labelHeightMedium: string;
281
+ labelHeightLarge: string;
282
+ labelPaddingVertical: string;
283
+ labelPaddingHorizontal: string;
284
+ labelTextAlignVertical: string;
285
+ labelTextAlignHorizontal: string;
286
+ }, any>>;
287
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
288
+ blankHeightSmall: string;
289
+ blankHeightMedium: string;
290
+ blankHeightLarge: string;
291
+ lineHeight: string;
292
+ labelTextColor: string;
293
+ asteriskColor: string;
294
+ feedbackTextColorError: string;
295
+ feedbackTextColorWarning: string;
296
+ feedbackTextColor: string;
297
+ feedbackPadding: string;
298
+ feedbackHeightSmall: string;
299
+ feedbackHeightMedium: string;
300
+ feedbackHeightLarge: string;
301
+ feedbackFontSizeSmall: string;
302
+ feedbackFontSizeMedium: string;
303
+ feedbackFontSizeLarge: string;
304
+ labelFontSizeLeftSmall: string;
305
+ labelFontSizeLeftMedium: string;
306
+ labelFontSizeLeftLarge: string;
307
+ labelFontSizeTopSmall: string;
308
+ labelFontSizeTopMedium: string;
309
+ labelFontSizeTopLarge: string;
310
+ labelHeightSmall: string;
311
+ labelHeightMedium: string;
312
+ labelHeightLarge: string;
313
+ labelPaddingVertical: string;
314
+ labelPaddingHorizontal: string;
315
+ labelTextAlignVertical: string;
316
+ labelTextAlignHorizontal: string;
317
+ }, any>>>;
318
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
319
+ blankHeightSmall: string;
320
+ blankHeightMedium: string;
321
+ blankHeightLarge: string;
322
+ lineHeight: string;
323
+ labelTextColor: string;
324
+ asteriskColor: string;
325
+ feedbackTextColorError: string;
326
+ feedbackTextColorWarning: string;
327
+ feedbackTextColor: string;
328
+ feedbackPadding: string;
329
+ feedbackHeightSmall: string;
330
+ feedbackHeightMedium: string;
331
+ feedbackHeightLarge: string;
332
+ feedbackFontSizeSmall: string;
333
+ feedbackFontSizeMedium: string;
334
+ feedbackFontSizeLarge: string;
335
+ labelFontSizeLeftSmall: string;
336
+ labelFontSizeLeftMedium: string;
337
+ labelFontSizeLeftLarge: string;
338
+ labelFontSizeTopSmall: string;
339
+ labelFontSizeTopMedium: string;
340
+ labelFontSizeTopLarge: string;
341
+ labelHeightSmall: string;
342
+ labelHeightMedium: string;
343
+ labelHeightLarge: string;
344
+ labelPaddingVertical: string;
345
+ labelPaddingHorizontal: string;
346
+ labelTextAlignVertical: string;
347
+ labelTextAlignHorizontal: string;
348
+ }, any>>>;
349
+ }>>, {
350
+ readonly required: boolean;
351
+ readonly first: boolean;
352
+ readonly showRequireMark: boolean | undefined;
353
+ readonly showFeedback: boolean | undefined;
354
+ readonly showLabel: boolean | undefined;
355
+ readonly ignorePathChange: boolean;
356
+ }>;
357
+ NUpload: any;
358
+ NUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
359
+ NP: import("vue").DefineComponent<{
360
+ depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
361
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
362
+ aTextColor: string;
363
+ blockquoteTextColor: string;
364
+ blockquotePrefixColor: string;
365
+ blockquoteLineHeight: string;
366
+ blockquoteFontSize: string;
367
+ codeBorderRadius: string;
368
+ liTextColor: string;
369
+ liLineHeight: string;
370
+ liFontSize: string;
371
+ hrColor: string;
372
+ headerFontWeight: string;
373
+ headerTextColor: string;
374
+ pTextColor: string;
375
+ pTextColor1Depth: string;
376
+ pTextColor2Depth: string;
377
+ pTextColor3Depth: string;
378
+ pLineHeight: string;
379
+ pFontSize: string;
380
+ headerBarColor: string;
381
+ headerBarColorPrimary: string;
382
+ headerBarColorInfo: string;
383
+ headerBarColorError: string;
384
+ headerBarColorWarning: string;
385
+ headerBarColorSuccess: string;
386
+ textColor: string;
387
+ textColor1Depth: string;
388
+ textColor2Depth: string;
389
+ textColor3Depth: string;
390
+ textColorPrimary: string;
391
+ textColorInfo: string;
392
+ textColorSuccess: string;
393
+ textColorWarning: string;
394
+ textColorError: string;
395
+ codeTextColor: string;
396
+ codeColor: string;
397
+ codeBorder: string;
398
+ headerFontSize1: string;
399
+ headerFontSize2: string;
400
+ headerFontSize3: string;
401
+ headerFontSize4: string;
402
+ headerFontSize5: string;
403
+ headerFontSize6: string;
404
+ headerMargin1: string;
405
+ headerMargin2: string;
406
+ headerMargin3: string;
407
+ headerMargin4: string;
408
+ headerMargin5: string;
409
+ headerMargin6: string;
410
+ headerPrefixWidth1: string;
411
+ headerPrefixWidth2: string;
412
+ headerPrefixWidth3: string;
413
+ headerPrefixWidth4: string;
414
+ headerPrefixWidth5: string;
415
+ headerPrefixWidth6: string;
416
+ headerBarWidth1: string;
417
+ headerBarWidth2: string;
418
+ headerBarWidth3: string;
419
+ headerBarWidth4: string;
420
+ headerBarWidth5: string;
421
+ headerBarWidth6: string;
422
+ pMargin: string;
423
+ liMargin: string;
424
+ olPadding: string;
425
+ ulPadding: string;
426
+ }, any>>;
427
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
428
+ aTextColor: string;
429
+ blockquoteTextColor: string;
430
+ blockquotePrefixColor: string;
431
+ blockquoteLineHeight: string;
432
+ blockquoteFontSize: string;
433
+ codeBorderRadius: string;
434
+ liTextColor: string;
435
+ liLineHeight: string;
436
+ liFontSize: string;
437
+ hrColor: string;
438
+ headerFontWeight: string;
439
+ headerTextColor: string;
440
+ pTextColor: string;
441
+ pTextColor1Depth: string;
442
+ pTextColor2Depth: string;
443
+ pTextColor3Depth: string;
444
+ pLineHeight: string;
445
+ pFontSize: string;
446
+ headerBarColor: string;
447
+ headerBarColorPrimary: string;
448
+ headerBarColorInfo: string;
449
+ headerBarColorError: string;
450
+ headerBarColorWarning: string;
451
+ headerBarColorSuccess: string;
452
+ textColor: string;
453
+ textColor1Depth: string;
454
+ textColor2Depth: string;
455
+ textColor3Depth: string;
456
+ textColorPrimary: string;
457
+ textColorInfo: string;
458
+ textColorSuccess: string;
459
+ textColorWarning: string;
460
+ textColorError: string;
461
+ codeTextColor: string;
462
+ codeColor: string;
463
+ codeBorder: string;
464
+ headerFontSize1: string;
465
+ headerFontSize2: string;
466
+ headerFontSize3: string;
467
+ headerFontSize4: string;
468
+ headerFontSize5: string;
469
+ headerFontSize6: string;
470
+ headerMargin1: string;
471
+ headerMargin2: string;
472
+ headerMargin3: string;
473
+ headerMargin4: string;
474
+ headerMargin5: string;
475
+ headerMargin6: string;
476
+ headerPrefixWidth1: string;
477
+ headerPrefixWidth2: string;
478
+ headerPrefixWidth3: string;
479
+ headerPrefixWidth4: string;
480
+ headerPrefixWidth5: string;
481
+ headerPrefixWidth6: string;
482
+ headerBarWidth1: string;
483
+ headerBarWidth2: string;
484
+ headerBarWidth3: string;
485
+ headerBarWidth4: string;
486
+ headerBarWidth5: string;
487
+ headerBarWidth6: string;
488
+ pMargin: string;
489
+ liMargin: string;
490
+ olPadding: string;
491
+ ulPadding: string;
492
+ }, any>>>;
493
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
494
+ aTextColor: string;
495
+ blockquoteTextColor: string;
496
+ blockquotePrefixColor: string;
497
+ blockquoteLineHeight: string;
498
+ blockquoteFontSize: string;
499
+ codeBorderRadius: string;
500
+ liTextColor: string;
501
+ liLineHeight: string;
502
+ liFontSize: string;
503
+ hrColor: string;
504
+ headerFontWeight: string;
505
+ headerTextColor: string;
506
+ pTextColor: string;
507
+ pTextColor1Depth: string;
508
+ pTextColor2Depth: string;
509
+ pTextColor3Depth: string;
510
+ pLineHeight: string;
511
+ pFontSize: string;
512
+ headerBarColor: string;
513
+ headerBarColorPrimary: string;
514
+ headerBarColorInfo: string;
515
+ headerBarColorError: string;
516
+ headerBarColorWarning: string;
517
+ headerBarColorSuccess: string;
518
+ textColor: string;
519
+ textColor1Depth: string;
520
+ textColor2Depth: string;
521
+ textColor3Depth: string;
522
+ textColorPrimary: string;
523
+ textColorInfo: string;
524
+ textColorSuccess: string;
525
+ textColorWarning: string;
526
+ textColorError: string;
527
+ codeTextColor: string;
528
+ codeColor: string;
529
+ codeBorder: string;
530
+ headerFontSize1: string;
531
+ headerFontSize2: string;
532
+ headerFontSize3: string;
533
+ headerFontSize4: string;
534
+ headerFontSize5: string;
535
+ headerFontSize6: string;
536
+ headerMargin1: string;
537
+ headerMargin2: string;
538
+ headerMargin3: string;
539
+ headerMargin4: string;
540
+ headerMargin5: string;
541
+ headerMargin6: string;
542
+ headerPrefixWidth1: string;
543
+ headerPrefixWidth2: string;
544
+ headerPrefixWidth3: string;
545
+ headerPrefixWidth4: string;
546
+ headerPrefixWidth5: string;
547
+ headerPrefixWidth6: string;
548
+ headerBarWidth1: string;
549
+ headerBarWidth2: string;
550
+ headerBarWidth3: string;
551
+ headerBarWidth4: string;
552
+ headerBarWidth5: string;
553
+ headerBarWidth6: string;
554
+ pMargin: string;
555
+ liMargin: string;
556
+ olPadding: string;
557
+ ulPadding: string;
558
+ }, any>>>;
559
+ }, {
560
+ mergedClsPrefix: import("vue").ComputedRef<string>;
561
+ cssVars: import("vue").ComputedRef<{
562
+ '--n-bezier': string;
563
+ '--n-font-size': string;
564
+ '--n-line-height': string;
565
+ '--n-margin': string;
566
+ '--n-text-color': string;
567
+ }> | undefined;
568
+ themeClass: import("vue").Ref<string> | undefined;
569
+ onRender: (() => void) | undefined;
570
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
571
+ depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
572
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
573
+ aTextColor: string;
574
+ blockquoteTextColor: string;
575
+ blockquotePrefixColor: string;
576
+ blockquoteLineHeight: string;
577
+ blockquoteFontSize: string;
578
+ codeBorderRadius: string;
579
+ liTextColor: string;
580
+ liLineHeight: string;
581
+ liFontSize: string;
582
+ hrColor: string;
583
+ headerFontWeight: string;
584
+ headerTextColor: string;
585
+ pTextColor: string;
586
+ pTextColor1Depth: string;
587
+ pTextColor2Depth: string;
588
+ pTextColor3Depth: string;
589
+ pLineHeight: string;
590
+ pFontSize: string;
591
+ headerBarColor: string;
592
+ headerBarColorPrimary: string;
593
+ headerBarColorInfo: string;
594
+ headerBarColorError: string;
595
+ headerBarColorWarning: string;
596
+ headerBarColorSuccess: string;
597
+ textColor: string;
598
+ textColor1Depth: string;
599
+ textColor2Depth: string;
600
+ textColor3Depth: string;
601
+ textColorPrimary: string;
602
+ textColorInfo: string;
603
+ textColorSuccess: string;
604
+ textColorWarning: string;
605
+ textColorError: string;
606
+ codeTextColor: string;
607
+ codeColor: string;
608
+ codeBorder: string;
609
+ headerFontSize1: string;
610
+ headerFontSize2: string;
611
+ headerFontSize3: string;
612
+ headerFontSize4: string;
613
+ headerFontSize5: string;
614
+ headerFontSize6: string;
615
+ headerMargin1: string;
616
+ headerMargin2: string;
617
+ headerMargin3: string;
618
+ headerMargin4: string;
619
+ headerMargin5: string;
620
+ headerMargin6: string;
621
+ headerPrefixWidth1: string;
622
+ headerPrefixWidth2: string;
623
+ headerPrefixWidth3: string;
624
+ headerPrefixWidth4: string;
625
+ headerPrefixWidth5: string;
626
+ headerPrefixWidth6: string;
627
+ headerBarWidth1: string;
628
+ headerBarWidth2: string;
629
+ headerBarWidth3: string;
630
+ headerBarWidth4: string;
631
+ headerBarWidth5: string;
632
+ headerBarWidth6: string;
633
+ pMargin: string;
634
+ liMargin: string;
635
+ olPadding: string;
636
+ ulPadding: string;
637
+ }, any>>;
638
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
639
+ aTextColor: string;
640
+ blockquoteTextColor: string;
641
+ blockquotePrefixColor: string;
642
+ blockquoteLineHeight: string;
643
+ blockquoteFontSize: string;
644
+ codeBorderRadius: string;
645
+ liTextColor: string;
646
+ liLineHeight: string;
647
+ liFontSize: string;
648
+ hrColor: string;
649
+ headerFontWeight: string;
650
+ headerTextColor: string;
651
+ pTextColor: string;
652
+ pTextColor1Depth: string;
653
+ pTextColor2Depth: string;
654
+ pTextColor3Depth: string;
655
+ pLineHeight: string;
656
+ pFontSize: string;
657
+ headerBarColor: string;
658
+ headerBarColorPrimary: string;
659
+ headerBarColorInfo: string;
660
+ headerBarColorError: string;
661
+ headerBarColorWarning: string;
662
+ headerBarColorSuccess: string;
663
+ textColor: string;
664
+ textColor1Depth: string;
665
+ textColor2Depth: string;
666
+ textColor3Depth: string;
667
+ textColorPrimary: string;
668
+ textColorInfo: string;
669
+ textColorSuccess: string;
670
+ textColorWarning: string;
671
+ textColorError: string;
672
+ codeTextColor: string;
673
+ codeColor: string;
674
+ codeBorder: string;
675
+ headerFontSize1: string;
676
+ headerFontSize2: string;
677
+ headerFontSize3: string;
678
+ headerFontSize4: string;
679
+ headerFontSize5: string;
680
+ headerFontSize6: string;
681
+ headerMargin1: string;
682
+ headerMargin2: string;
683
+ headerMargin3: string;
684
+ headerMargin4: string;
685
+ headerMargin5: string;
686
+ headerMargin6: string;
687
+ headerPrefixWidth1: string;
688
+ headerPrefixWidth2: string;
689
+ headerPrefixWidth3: string;
690
+ headerPrefixWidth4: string;
691
+ headerPrefixWidth5: string;
692
+ headerPrefixWidth6: string;
693
+ headerBarWidth1: string;
694
+ headerBarWidth2: string;
695
+ headerBarWidth3: string;
696
+ headerBarWidth4: string;
697
+ headerBarWidth5: string;
698
+ headerBarWidth6: string;
699
+ pMargin: string;
700
+ liMargin: string;
701
+ olPadding: string;
702
+ ulPadding: string;
703
+ }, any>>>;
704
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
705
+ aTextColor: string;
706
+ blockquoteTextColor: string;
707
+ blockquotePrefixColor: string;
708
+ blockquoteLineHeight: string;
709
+ blockquoteFontSize: string;
710
+ codeBorderRadius: string;
711
+ liTextColor: string;
712
+ liLineHeight: string;
713
+ liFontSize: string;
714
+ hrColor: string;
715
+ headerFontWeight: string;
716
+ headerTextColor: string;
717
+ pTextColor: string;
718
+ pTextColor1Depth: string;
719
+ pTextColor2Depth: string;
720
+ pTextColor3Depth: string;
721
+ pLineHeight: string;
722
+ pFontSize: string;
723
+ headerBarColor: string;
724
+ headerBarColorPrimary: string;
725
+ headerBarColorInfo: string;
726
+ headerBarColorError: string;
727
+ headerBarColorWarning: string;
728
+ headerBarColorSuccess: string;
729
+ textColor: string;
730
+ textColor1Depth: string;
731
+ textColor2Depth: string;
732
+ textColor3Depth: string;
733
+ textColorPrimary: string;
734
+ textColorInfo: string;
735
+ textColorSuccess: string;
736
+ textColorWarning: string;
737
+ textColorError: string;
738
+ codeTextColor: string;
739
+ codeColor: string;
740
+ codeBorder: string;
741
+ headerFontSize1: string;
742
+ headerFontSize2: string;
743
+ headerFontSize3: string;
744
+ headerFontSize4: string;
745
+ headerFontSize5: string;
746
+ headerFontSize6: string;
747
+ headerMargin1: string;
748
+ headerMargin2: string;
749
+ headerMargin3: string;
750
+ headerMargin4: string;
751
+ headerMargin5: string;
752
+ headerMargin6: string;
753
+ headerPrefixWidth1: string;
754
+ headerPrefixWidth2: string;
755
+ headerPrefixWidth3: string;
756
+ headerPrefixWidth4: string;
757
+ headerPrefixWidth5: string;
758
+ headerPrefixWidth6: string;
759
+ headerBarWidth1: string;
760
+ headerBarWidth2: string;
761
+ headerBarWidth3: string;
762
+ headerBarWidth4: string;
763
+ headerBarWidth5: string;
764
+ headerBarWidth6: string;
765
+ pMargin: string;
766
+ liMargin: string;
767
+ olPadding: string;
768
+ ulPadding: string;
769
+ }, any>>>;
770
+ }>>, {}>;
771
+ NIcon: any;
772
+ NText: import("vue").DefineComponent<{
773
+ readonly code: BooleanConstructor;
774
+ readonly type: {
775
+ readonly type: StringConstructor;
776
+ readonly default: "default";
777
+ };
778
+ readonly delete: BooleanConstructor;
779
+ readonly strong: BooleanConstructor;
780
+ readonly italic: BooleanConstructor;
781
+ readonly underline: BooleanConstructor;
782
+ readonly depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
783
+ readonly tag: StringConstructor;
784
+ readonly as: {
785
+ readonly type: StringConstructor;
786
+ readonly validator: () => boolean;
787
+ readonly default: undefined;
788
+ };
789
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
790
+ aTextColor: string;
791
+ blockquoteTextColor: string;
792
+ blockquotePrefixColor: string;
793
+ blockquoteLineHeight: string;
794
+ blockquoteFontSize: string;
795
+ codeBorderRadius: string;
796
+ liTextColor: string;
797
+ liLineHeight: string;
798
+ liFontSize: string;
799
+ hrColor: string;
800
+ headerFontWeight: string;
801
+ headerTextColor: string;
802
+ pTextColor: string;
803
+ pTextColor1Depth: string;
804
+ pTextColor2Depth: string;
805
+ pTextColor3Depth: string;
806
+ pLineHeight: string;
807
+ pFontSize: string;
808
+ headerBarColor: string;
809
+ headerBarColorPrimary: string;
810
+ headerBarColorInfo: string;
811
+ headerBarColorError: string;
812
+ headerBarColorWarning: string;
813
+ headerBarColorSuccess: string;
814
+ textColor: string;
815
+ textColor1Depth: string;
816
+ textColor2Depth: string;
817
+ textColor3Depth: string;
818
+ textColorPrimary: string;
819
+ textColorInfo: string;
820
+ textColorSuccess: string;
821
+ textColorWarning: string;
822
+ textColorError: string;
823
+ codeTextColor: string;
824
+ codeColor: string;
825
+ codeBorder: string;
826
+ headerFontSize1: string;
827
+ headerFontSize2: string;
828
+ headerFontSize3: string;
829
+ headerFontSize4: string;
830
+ headerFontSize5: string;
831
+ headerFontSize6: string;
832
+ headerMargin1: string;
833
+ headerMargin2: string;
834
+ headerMargin3: string;
835
+ headerMargin4: string;
836
+ headerMargin5: string;
837
+ headerMargin6: string;
838
+ headerPrefixWidth1: string;
839
+ headerPrefixWidth2: string;
840
+ headerPrefixWidth3: string;
841
+ headerPrefixWidth4: string;
842
+ headerPrefixWidth5: string;
843
+ headerPrefixWidth6: string;
844
+ headerBarWidth1: string;
845
+ headerBarWidth2: string;
846
+ headerBarWidth3: string;
847
+ headerBarWidth4: string;
848
+ headerBarWidth5: string;
849
+ headerBarWidth6: string;
850
+ pMargin: string;
851
+ liMargin: string;
852
+ olPadding: string;
853
+ ulPadding: string;
854
+ }, any>>;
855
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
856
+ aTextColor: string;
857
+ blockquoteTextColor: string;
858
+ blockquotePrefixColor: string;
859
+ blockquoteLineHeight: string;
860
+ blockquoteFontSize: string;
861
+ codeBorderRadius: string;
862
+ liTextColor: string;
863
+ liLineHeight: string;
864
+ liFontSize: string;
865
+ hrColor: string;
866
+ headerFontWeight: string;
867
+ headerTextColor: string;
868
+ pTextColor: string;
869
+ pTextColor1Depth: string;
870
+ pTextColor2Depth: string;
871
+ pTextColor3Depth: string;
872
+ pLineHeight: string;
873
+ pFontSize: string;
874
+ headerBarColor: string;
875
+ headerBarColorPrimary: string;
876
+ headerBarColorInfo: string;
877
+ headerBarColorError: string;
878
+ headerBarColorWarning: string;
879
+ headerBarColorSuccess: string;
880
+ textColor: string;
881
+ textColor1Depth: string;
882
+ textColor2Depth: string;
883
+ textColor3Depth: string;
884
+ textColorPrimary: string;
885
+ textColorInfo: string;
886
+ textColorSuccess: string;
887
+ textColorWarning: string;
888
+ textColorError: string;
889
+ codeTextColor: string;
890
+ codeColor: string;
891
+ codeBorder: string;
892
+ headerFontSize1: string;
893
+ headerFontSize2: string;
894
+ headerFontSize3: string;
895
+ headerFontSize4: string;
896
+ headerFontSize5: string;
897
+ headerFontSize6: string;
898
+ headerMargin1: string;
899
+ headerMargin2: string;
900
+ headerMargin3: string;
901
+ headerMargin4: string;
902
+ headerMargin5: string;
903
+ headerMargin6: string;
904
+ headerPrefixWidth1: string;
905
+ headerPrefixWidth2: string;
906
+ headerPrefixWidth3: string;
907
+ headerPrefixWidth4: string;
908
+ headerPrefixWidth5: string;
909
+ headerPrefixWidth6: string;
910
+ headerBarWidth1: string;
911
+ headerBarWidth2: string;
912
+ headerBarWidth3: string;
913
+ headerBarWidth4: string;
914
+ headerBarWidth5: string;
915
+ headerBarWidth6: string;
916
+ pMargin: string;
917
+ liMargin: string;
918
+ olPadding: string;
919
+ ulPadding: string;
920
+ }, any>>>;
921
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
922
+ aTextColor: string;
923
+ blockquoteTextColor: string;
924
+ blockquotePrefixColor: string;
925
+ blockquoteLineHeight: string;
926
+ blockquoteFontSize: string;
927
+ codeBorderRadius: string;
928
+ liTextColor: string;
929
+ liLineHeight: string;
930
+ liFontSize: string;
931
+ hrColor: string;
932
+ headerFontWeight: string;
933
+ headerTextColor: string;
934
+ pTextColor: string;
935
+ pTextColor1Depth: string;
936
+ pTextColor2Depth: string;
937
+ pTextColor3Depth: string;
938
+ pLineHeight: string;
939
+ pFontSize: string;
940
+ headerBarColor: string;
941
+ headerBarColorPrimary: string;
942
+ headerBarColorInfo: string;
943
+ headerBarColorError: string;
944
+ headerBarColorWarning: string;
945
+ headerBarColorSuccess: string;
946
+ textColor: string;
947
+ textColor1Depth: string;
948
+ textColor2Depth: string;
949
+ textColor3Depth: string;
950
+ textColorPrimary: string;
951
+ textColorInfo: string;
952
+ textColorSuccess: string;
953
+ textColorWarning: string;
954
+ textColorError: string;
955
+ codeTextColor: string;
956
+ codeColor: string;
957
+ codeBorder: string;
958
+ headerFontSize1: string;
959
+ headerFontSize2: string;
960
+ headerFontSize3: string;
961
+ headerFontSize4: string;
962
+ headerFontSize5: string;
963
+ headerFontSize6: string;
964
+ headerMargin1: string;
965
+ headerMargin2: string;
966
+ headerMargin3: string;
967
+ headerMargin4: string;
968
+ headerMargin5: string;
969
+ headerMargin6: string;
970
+ headerPrefixWidth1: string;
971
+ headerPrefixWidth2: string;
972
+ headerPrefixWidth3: string;
973
+ headerPrefixWidth4: string;
974
+ headerPrefixWidth5: string;
975
+ headerPrefixWidth6: string;
976
+ headerBarWidth1: string;
977
+ headerBarWidth2: string;
978
+ headerBarWidth3: string;
979
+ headerBarWidth4: string;
980
+ headerBarWidth5: string;
981
+ headerBarWidth6: string;
982
+ pMargin: string;
983
+ liMargin: string;
984
+ olPadding: string;
985
+ ulPadding: string;
986
+ }, any>>>;
987
+ }, {
988
+ mergedClsPrefix: import("vue").ComputedRef<string>;
989
+ compitableTag: import("vue").ComputedRef<string | undefined>;
990
+ cssVars: import("vue").ComputedRef<{
991
+ '--n-bezier': string;
992
+ '--n-text-color': string;
993
+ '--n-font-weight-strong': string;
994
+ '--n-font-famliy-mono': string;
995
+ '--n-code-border-radius': string;
996
+ '--n-code-text-color': string;
997
+ '--n-code-color': string;
998
+ '--n-code-border': string;
999
+ }> | undefined;
1000
+ themeClass: import("vue").Ref<string> | undefined;
1001
+ onRender: (() => void) | undefined;
1002
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1003
+ readonly code: BooleanConstructor;
1004
+ readonly type: {
1005
+ readonly type: StringConstructor;
1006
+ readonly default: "default";
1007
+ };
1008
+ readonly delete: BooleanConstructor;
1009
+ readonly strong: BooleanConstructor;
1010
+ readonly italic: BooleanConstructor;
1011
+ readonly underline: BooleanConstructor;
1012
+ readonly depth: import("vue").PropType<2 | 1 | "1" | "2" | "3" | 3>;
1013
+ readonly tag: StringConstructor;
1014
+ readonly as: {
1015
+ readonly type: StringConstructor;
1016
+ readonly validator: () => boolean;
1017
+ readonly default: undefined;
1018
+ };
1019
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1020
+ aTextColor: string;
1021
+ blockquoteTextColor: string;
1022
+ blockquotePrefixColor: string;
1023
+ blockquoteLineHeight: string;
1024
+ blockquoteFontSize: string;
1025
+ codeBorderRadius: string;
1026
+ liTextColor: string;
1027
+ liLineHeight: string;
1028
+ liFontSize: string;
1029
+ hrColor: string;
1030
+ headerFontWeight: string;
1031
+ headerTextColor: string;
1032
+ pTextColor: string;
1033
+ pTextColor1Depth: string;
1034
+ pTextColor2Depth: string;
1035
+ pTextColor3Depth: string;
1036
+ pLineHeight: string;
1037
+ pFontSize: string;
1038
+ headerBarColor: string;
1039
+ headerBarColorPrimary: string;
1040
+ headerBarColorInfo: string;
1041
+ headerBarColorError: string;
1042
+ headerBarColorWarning: string;
1043
+ headerBarColorSuccess: string;
1044
+ textColor: string;
1045
+ textColor1Depth: string;
1046
+ textColor2Depth: string;
1047
+ textColor3Depth: string;
1048
+ textColorPrimary: string;
1049
+ textColorInfo: string;
1050
+ textColorSuccess: string;
1051
+ textColorWarning: string;
1052
+ textColorError: string;
1053
+ codeTextColor: string;
1054
+ codeColor: string;
1055
+ codeBorder: string;
1056
+ headerFontSize1: string;
1057
+ headerFontSize2: string;
1058
+ headerFontSize3: string;
1059
+ headerFontSize4: string;
1060
+ headerFontSize5: string;
1061
+ headerFontSize6: string;
1062
+ headerMargin1: string;
1063
+ headerMargin2: string;
1064
+ headerMargin3: string;
1065
+ headerMargin4: string;
1066
+ headerMargin5: string;
1067
+ headerMargin6: string;
1068
+ headerPrefixWidth1: string;
1069
+ headerPrefixWidth2: string;
1070
+ headerPrefixWidth3: string;
1071
+ headerPrefixWidth4: string;
1072
+ headerPrefixWidth5: string;
1073
+ headerPrefixWidth6: string;
1074
+ headerBarWidth1: string;
1075
+ headerBarWidth2: string;
1076
+ headerBarWidth3: string;
1077
+ headerBarWidth4: string;
1078
+ headerBarWidth5: string;
1079
+ headerBarWidth6: string;
1080
+ pMargin: string;
1081
+ liMargin: string;
1082
+ olPadding: string;
1083
+ ulPadding: string;
1084
+ }, any>>;
1085
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1086
+ aTextColor: string;
1087
+ blockquoteTextColor: string;
1088
+ blockquotePrefixColor: string;
1089
+ blockquoteLineHeight: string;
1090
+ blockquoteFontSize: string;
1091
+ codeBorderRadius: string;
1092
+ liTextColor: string;
1093
+ liLineHeight: string;
1094
+ liFontSize: string;
1095
+ hrColor: string;
1096
+ headerFontWeight: string;
1097
+ headerTextColor: string;
1098
+ pTextColor: string;
1099
+ pTextColor1Depth: string;
1100
+ pTextColor2Depth: string;
1101
+ pTextColor3Depth: string;
1102
+ pLineHeight: string;
1103
+ pFontSize: string;
1104
+ headerBarColor: string;
1105
+ headerBarColorPrimary: string;
1106
+ headerBarColorInfo: string;
1107
+ headerBarColorError: string;
1108
+ headerBarColorWarning: string;
1109
+ headerBarColorSuccess: string;
1110
+ textColor: string;
1111
+ textColor1Depth: string;
1112
+ textColor2Depth: string;
1113
+ textColor3Depth: string;
1114
+ textColorPrimary: string;
1115
+ textColorInfo: string;
1116
+ textColorSuccess: string;
1117
+ textColorWarning: string;
1118
+ textColorError: string;
1119
+ codeTextColor: string;
1120
+ codeColor: string;
1121
+ codeBorder: string;
1122
+ headerFontSize1: string;
1123
+ headerFontSize2: string;
1124
+ headerFontSize3: string;
1125
+ headerFontSize4: string;
1126
+ headerFontSize5: string;
1127
+ headerFontSize6: string;
1128
+ headerMargin1: string;
1129
+ headerMargin2: string;
1130
+ headerMargin3: string;
1131
+ headerMargin4: string;
1132
+ headerMargin5: string;
1133
+ headerMargin6: string;
1134
+ headerPrefixWidth1: string;
1135
+ headerPrefixWidth2: string;
1136
+ headerPrefixWidth3: string;
1137
+ headerPrefixWidth4: string;
1138
+ headerPrefixWidth5: string;
1139
+ headerPrefixWidth6: string;
1140
+ headerBarWidth1: string;
1141
+ headerBarWidth2: string;
1142
+ headerBarWidth3: string;
1143
+ headerBarWidth4: string;
1144
+ headerBarWidth5: string;
1145
+ headerBarWidth6: string;
1146
+ pMargin: string;
1147
+ liMargin: string;
1148
+ olPadding: string;
1149
+ ulPadding: string;
1150
+ }, any>>>;
1151
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1152
+ aTextColor: string;
1153
+ blockquoteTextColor: string;
1154
+ blockquotePrefixColor: string;
1155
+ blockquoteLineHeight: string;
1156
+ blockquoteFontSize: string;
1157
+ codeBorderRadius: string;
1158
+ liTextColor: string;
1159
+ liLineHeight: string;
1160
+ liFontSize: string;
1161
+ hrColor: string;
1162
+ headerFontWeight: string;
1163
+ headerTextColor: string;
1164
+ pTextColor: string;
1165
+ pTextColor1Depth: string;
1166
+ pTextColor2Depth: string;
1167
+ pTextColor3Depth: string;
1168
+ pLineHeight: string;
1169
+ pFontSize: string;
1170
+ headerBarColor: string;
1171
+ headerBarColorPrimary: string;
1172
+ headerBarColorInfo: string;
1173
+ headerBarColorError: string;
1174
+ headerBarColorWarning: string;
1175
+ headerBarColorSuccess: string;
1176
+ textColor: string;
1177
+ textColor1Depth: string;
1178
+ textColor2Depth: string;
1179
+ textColor3Depth: string;
1180
+ textColorPrimary: string;
1181
+ textColorInfo: string;
1182
+ textColorSuccess: string;
1183
+ textColorWarning: string;
1184
+ textColorError: string;
1185
+ codeTextColor: string;
1186
+ codeColor: string;
1187
+ codeBorder: string;
1188
+ headerFontSize1: string;
1189
+ headerFontSize2: string;
1190
+ headerFontSize3: string;
1191
+ headerFontSize4: string;
1192
+ headerFontSize5: string;
1193
+ headerFontSize6: string;
1194
+ headerMargin1: string;
1195
+ headerMargin2: string;
1196
+ headerMargin3: string;
1197
+ headerMargin4: string;
1198
+ headerMargin5: string;
1199
+ headerMargin6: string;
1200
+ headerPrefixWidth1: string;
1201
+ headerPrefixWidth2: string;
1202
+ headerPrefixWidth3: string;
1203
+ headerPrefixWidth4: string;
1204
+ headerPrefixWidth5: string;
1205
+ headerPrefixWidth6: string;
1206
+ headerBarWidth1: string;
1207
+ headerBarWidth2: string;
1208
+ headerBarWidth3: string;
1209
+ headerBarWidth4: string;
1210
+ headerBarWidth5: string;
1211
+ headerBarWidth6: string;
1212
+ pMargin: string;
1213
+ liMargin: string;
1214
+ olPadding: string;
1215
+ ulPadding: string;
1216
+ }, any>>>;
1217
+ }>>, {
1218
+ readonly type: string;
1219
+ readonly delete: boolean;
1220
+ readonly italic: boolean;
1221
+ readonly underline: boolean;
1222
+ readonly as: string;
1223
+ readonly code: boolean;
1224
+ readonly strong: boolean;
1225
+ }>;
1226
+ NSpace: any;
1227
+ Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1228
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1229
+ saveIReportFormat: {
1230
+ type: FunctionConstructor;
1231
+ required: true;
1232
+ default: () => Promise<void>;
1233
+ };
1234
+ }>>, {
1235
+ saveIReportFormat: Function;
1236
+ }>;
1237
+ export default _default;