cnhis-design-vue 3.1.8-beta.1 → 3.1.8-beta.2

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 (49) hide show
  1. package/es/packages/big-table/index.d.ts +2042 -0
  2. package/es/packages/big-table/src/BigTable.vue.d.ts +2056 -0
  3. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  4. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  5. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  6. package/es/packages/button-print/index.d.ts +7317 -0
  7. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7316 -0
  8. package/es/packages/chunk-upload/index.d.ts +1748 -0
  9. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  10. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  11. package/es/packages/form-render/index.d.ts +402 -0
  12. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  13. package/es/packages/form-render/src/components/combination2.mjs +2 -2
  14. package/es/packages/form-table/src/components/table-age.vue.d.ts +4270 -0
  15. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5282 -0
  16. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2899 -0
  17. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1620 -0
  18. package/es/packages/form-table/src/components/table-input.vue.d.ts +1577 -0
  19. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5225 -0
  20. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  21. package/es/packages/form-table/src/components/table-search.vue.d.ts +3093 -0
  22. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1549 -0
  23. package/es/packages/form-table/src/components/table-select.vue.d.ts +1548 -0
  24. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1636 -0
  25. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2670 -0
  26. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +542 -0
  27. package/es/packages/info-header/index.d.ts +1687 -0
  28. package/es/packages/info-header/src/HiddenContent.vue.d.ts +362 -0
  29. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1688 -0
  30. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -1
  31. package/es/packages/map/index.d.ts +2312 -0
  32. package/es/packages/map/src/Map.vue.d.ts +2312 -0
  33. package/es/packages/scale-view/index.d.ts +4308 -0
  34. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4149 -0
  35. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  36. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  37. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  38. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  39. package/es/packages/scale-view/src/hooks/use-component.d.ts +9753 -0
  40. package/es/packages/select-label/index.d.ts +11489 -0
  41. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7120 -0
  42. package/es/packages/select-person/index.d.ts +3498 -0
  43. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  44. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  45. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +19 -8
  46. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  47. package/package.json +5 -3
  48. package/sync-w.sh +13 -0
  49. package/sync.sh +0 -13
@@ -0,0 +1,2056 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ data: {
3
+ type: ArrayConstructor;
4
+ default: () => never[];
5
+ };
6
+ maxCheckSize: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ showFooter: BooleanConstructor;
11
+ sumData: {
12
+ type: ObjectConstructor;
13
+ default: () => {};
14
+ };
15
+ avgData: {
16
+ type: ObjectConstructor;
17
+ default: () => {};
18
+ };
19
+ columnConfig: {
20
+ type: ObjectConstructor;
21
+ default: () => {};
22
+ };
23
+ refreshRow: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
27
+ relatedItems: {
28
+ type: ObjectConstructor;
29
+ default: () => {
30
+ triggerMethodPc: string;
31
+ triggerMethodField: string;
32
+ };
33
+ };
34
+ pageVO: {
35
+ type: ObjectConstructor;
36
+ default: () => {
37
+ pageIndex: number;
38
+ pageSize: number;
39
+ total: number;
40
+ };
41
+ };
42
+ tableOptions: {
43
+ type: ObjectConstructor;
44
+ default: () => {};
45
+ };
46
+ quickSearchConfig: {
47
+ type: ArrayConstructor;
48
+ default: () => never[];
49
+ };
50
+ primaryKey: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ tableDataCache: {
55
+ type: ArrayConstructor;
56
+ default: () => never[];
57
+ };
58
+ oldtableData: {
59
+ type: ArrayConstructor;
60
+ default: () => never[];
61
+ };
62
+ tableName: StringConstructor;
63
+ fieldListOriginal: {
64
+ type: ArrayConstructor;
65
+ default: () => never[];
66
+ };
67
+ tableParams: {
68
+ type: ObjectConstructor;
69
+ default: () => {};
70
+ };
71
+ emptyItems: {
72
+ type: ObjectConstructor;
73
+ default: () => {
74
+ noDataImg: string;
75
+ noDataTip: string;
76
+ };
77
+ };
78
+ styleSetting: {
79
+ type: ObjectConstructor;
80
+ default: () => {};
81
+ };
82
+ sysImageSize: {
83
+ type: ArrayConstructor;
84
+ default: () => never[];
85
+ };
86
+ height: StringConstructor;
87
+ groupCountFields: {
88
+ type: ArrayConstructor;
89
+ default: () => never[];
90
+ };
91
+ groupCountMap: {
92
+ type: ObjectConstructor;
93
+ default: () => {};
94
+ };
95
+ listFormUnionSetting: {
96
+ type: ObjectConstructor;
97
+ default: () => {};
98
+ };
99
+ inlineEditFormConfig: {
100
+ type: ObjectConstructor;
101
+ default: () => {};
102
+ };
103
+ clickRowData: {
104
+ type: ObjectConstructor;
105
+ default: () => {};
106
+ };
107
+ btnList: {
108
+ type: ArrayConstructor;
109
+ default: () => never[];
110
+ };
111
+ spinning: BooleanConstructor;
112
+ rowGroupSetting: {
113
+ type: ObjectConstructor;
114
+ default: () => {};
115
+ };
116
+ inlineEditFormSubmitDone: BooleanConstructor;
117
+ isInlineOperating: {
118
+ type: BooleanConstructor;
119
+ default: boolean;
120
+ };
121
+ inlineEditCurrentOperateBtnId: StringConstructor;
122
+ tableRefreshCache: {
123
+ type: ObjectConstructor;
124
+ default: () => {};
125
+ };
126
+ userInfo: {
127
+ type: ObjectConstructor;
128
+ default: () => {};
129
+ };
130
+ isInlineEditing: BooleanConstructor;
131
+ isInlineAdding: BooleanConstructor;
132
+ isInlineSave: BooleanConstructor;
133
+ isInlineCancel: BooleanConstructor;
134
+ inlineError: BooleanConstructor;
135
+ resetInlineEdit: FunctionConstructor;
136
+ resetEditRowStatus: FunctionConstructor;
137
+ pageIndexOldtableData: {
138
+ type: ArrayConstructor;
139
+ default: () => never[];
140
+ };
141
+ submitForm: FunctionConstructor;
142
+ isMatchComponent: BooleanConstructor;
143
+ asyncCount: BooleanConstructor;
144
+ showSettings: {
145
+ type: ObjectConstructor;
146
+ default: () => {};
147
+ };
148
+ inlineFormData: {
149
+ type: ObjectConstructor;
150
+ default: () => {};
151
+ };
152
+ inlineOriginalTableRow: {
153
+ type: ObjectConstructor;
154
+ default: () => {};
155
+ };
156
+ filterDomPortal: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ filterTopOffset: {
161
+ type: NumberConstructor;
162
+ default: number;
163
+ };
164
+ isNestTable: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ showNestTable: BooleanConstructor;
169
+ curNestColumnConfig: {
170
+ type: ObjectConstructor;
171
+ default: () => {};
172
+ };
173
+ nestTableDataRequest: FunctionConstructor;
174
+ isBatchEditing: BooleanConstructor;
175
+ isEditAllRow: BooleanConstructor;
176
+ isBatchSave: BooleanConstructor;
177
+ isBatchCancel: BooleanConstructor;
178
+ batchDynamicPropsCache: {
179
+ type: ObjectConstructor;
180
+ default: () => {};
181
+ };
182
+ batchEditDoneNumber: {
183
+ type: ObjectConstructor;
184
+ default: () => {};
185
+ };
186
+ batchError: BooleanConstructor;
187
+ batchFormData: {
188
+ type: ObjectConstructor;
189
+ default: () => {};
190
+ };
191
+ resetInlineBatchEdit: FunctionConstructor;
192
+ resetBatchEditRowStatus: FunctionConstructor;
193
+ }, {
194
+ _hideAllWrap: null;
195
+ _beforeSearchConvert: never[];
196
+ addInlineEditPrimaryKey: string;
197
+ GROUP_TITLE_KEY: string;
198
+ $message: import("naive-ui").MessageApi;
199
+ xGrid: import("vue").Ref<{}>;
200
+ copyState: {
201
+ curAbleCheckedLen: number;
202
+ showButtonTop: number;
203
+ isTree: number;
204
+ isShowEmpty: boolean;
205
+ currentPageSelectedLength: number;
206
+ visibleCheckAllWrap: boolean;
207
+ visibleCheckAllWrapMore: boolean;
208
+ checkedRows: never[];
209
+ filterFields: {};
210
+ visibleTreeCheck: boolean;
211
+ treeTableLength: number;
212
+ checkWidth: {
213
+ 'table-simple': string;
214
+ 'table-classics': string;
215
+ };
216
+ lastPageIndex: number;
217
+ selectType: string;
218
+ levelLazyLoadSetting: null;
219
+ openOnly: number;
220
+ filterWidth: number;
221
+ filterHeight: number;
222
+ startX: number;
223
+ distance: number;
224
+ mask: string;
225
+ groupText: never[];
226
+ currentClickBtnInfo: null;
227
+ columnLen: number;
228
+ hasRefresh: boolean;
229
+ isExpand: number;
230
+ btnIcons: {
231
+ copy: string;
232
+ pencil: string;
233
+ delete: string;
234
+ add: string;
235
+ download: string;
236
+ label: string;
237
+ queding: string;
238
+ del: string;
239
+ };
240
+ tableHeight: string;
241
+ cacheUniqueKey: {};
242
+ theUniqueKeyListObj: {};
243
+ editColumnMap: {};
244
+ fieldLength: number;
245
+ originFormatList: never[];
246
+ isSaveForm: boolean;
247
+ editConfig: {
248
+ trigger: string;
249
+ mode: string;
250
+ autoClear: boolean;
251
+ showIcon: boolean;
252
+ };
253
+ rowConfig: {
254
+ height: number;
255
+ };
256
+ };
257
+ state: {
258
+ curAbleCheckedLen: number;
259
+ showButtonTop: number;
260
+ isTree: number;
261
+ isShowEmpty: boolean;
262
+ currentPageSelectedLength: number;
263
+ visibleCheckAllWrap: boolean;
264
+ visibleCheckAllWrapMore: boolean;
265
+ checkedRows: never[];
266
+ filterFields: {};
267
+ visibleTreeCheck: boolean;
268
+ treeTableLength: number;
269
+ checkWidth: {
270
+ 'table-simple': string;
271
+ 'table-classics': string;
272
+ };
273
+ lastPageIndex: number;
274
+ selectType: string;
275
+ levelLazyLoadSetting: null;
276
+ openOnly: number;
277
+ filterWidth: number;
278
+ filterHeight: number;
279
+ startX: number;
280
+ distance: number;
281
+ mask: string;
282
+ groupText: never[];
283
+ currentClickBtnInfo: null;
284
+ columnLen: number;
285
+ hasRefresh: boolean;
286
+ isExpand: number;
287
+ btnIcons: {
288
+ copy: string;
289
+ pencil: string;
290
+ delete: string;
291
+ add: string;
292
+ download: string;
293
+ label: string;
294
+ queding: string;
295
+ del: string;
296
+ };
297
+ tableHeight: string;
298
+ cacheUniqueKey: {};
299
+ theUniqueKeyListObj: {};
300
+ editColumnMap: {};
301
+ fieldLength: number;
302
+ originFormatList: never[];
303
+ isSaveForm: boolean;
304
+ editConfig: {
305
+ trigger: string;
306
+ mode: string;
307
+ autoClear: boolean;
308
+ showIcon: boolean;
309
+ };
310
+ rowConfig: {
311
+ height: number;
312
+ };
313
+ };
314
+ emit: (event: string, ...args: any[]) => void;
315
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
316
+ data: {
317
+ type: ArrayConstructor;
318
+ default: () => never[];
319
+ };
320
+ maxCheckSize: {
321
+ type: NumberConstructor;
322
+ default: number;
323
+ };
324
+ showFooter: BooleanConstructor;
325
+ sumData: {
326
+ type: ObjectConstructor;
327
+ default: () => {};
328
+ };
329
+ avgData: {
330
+ type: ObjectConstructor;
331
+ default: () => {};
332
+ };
333
+ columnConfig: {
334
+ type: ObjectConstructor;
335
+ default: () => {};
336
+ };
337
+ refreshRow: {
338
+ type: NumberConstructor;
339
+ default: number;
340
+ };
341
+ relatedItems: {
342
+ type: ObjectConstructor;
343
+ default: () => {
344
+ triggerMethodPc: string;
345
+ triggerMethodField: string;
346
+ };
347
+ };
348
+ pageVO: {
349
+ type: ObjectConstructor;
350
+ default: () => {
351
+ pageIndex: number;
352
+ pageSize: number;
353
+ total: number;
354
+ };
355
+ };
356
+ tableOptions: {
357
+ type: ObjectConstructor;
358
+ default: () => {};
359
+ };
360
+ quickSearchConfig: {
361
+ type: ArrayConstructor;
362
+ default: () => never[];
363
+ };
364
+ primaryKey: {
365
+ type: StringConstructor;
366
+ default: string;
367
+ };
368
+ tableDataCache: {
369
+ type: ArrayConstructor;
370
+ default: () => never[];
371
+ };
372
+ oldtableData: {
373
+ type: ArrayConstructor;
374
+ default: () => never[];
375
+ };
376
+ tableName: StringConstructor;
377
+ fieldListOriginal: {
378
+ type: ArrayConstructor;
379
+ default: () => never[];
380
+ };
381
+ tableParams: {
382
+ type: ObjectConstructor;
383
+ default: () => {};
384
+ };
385
+ emptyItems: {
386
+ type: ObjectConstructor;
387
+ default: () => {
388
+ noDataImg: string;
389
+ noDataTip: string;
390
+ };
391
+ };
392
+ styleSetting: {
393
+ type: ObjectConstructor;
394
+ default: () => {};
395
+ };
396
+ sysImageSize: {
397
+ type: ArrayConstructor;
398
+ default: () => never[];
399
+ };
400
+ height: StringConstructor;
401
+ groupCountFields: {
402
+ type: ArrayConstructor;
403
+ default: () => never[];
404
+ };
405
+ groupCountMap: {
406
+ type: ObjectConstructor;
407
+ default: () => {};
408
+ };
409
+ listFormUnionSetting: {
410
+ type: ObjectConstructor;
411
+ default: () => {};
412
+ };
413
+ inlineEditFormConfig: {
414
+ type: ObjectConstructor;
415
+ default: () => {};
416
+ };
417
+ clickRowData: {
418
+ type: ObjectConstructor;
419
+ default: () => {};
420
+ };
421
+ btnList: {
422
+ type: ArrayConstructor;
423
+ default: () => never[];
424
+ };
425
+ spinning: BooleanConstructor;
426
+ rowGroupSetting: {
427
+ type: ObjectConstructor;
428
+ default: () => {};
429
+ };
430
+ inlineEditFormSubmitDone: BooleanConstructor;
431
+ isInlineOperating: {
432
+ type: BooleanConstructor;
433
+ default: boolean;
434
+ };
435
+ inlineEditCurrentOperateBtnId: StringConstructor;
436
+ tableRefreshCache: {
437
+ type: ObjectConstructor;
438
+ default: () => {};
439
+ };
440
+ userInfo: {
441
+ type: ObjectConstructor;
442
+ default: () => {};
443
+ };
444
+ isInlineEditing: BooleanConstructor;
445
+ isInlineAdding: BooleanConstructor;
446
+ isInlineSave: BooleanConstructor;
447
+ isInlineCancel: BooleanConstructor;
448
+ inlineError: BooleanConstructor;
449
+ resetInlineEdit: FunctionConstructor;
450
+ resetEditRowStatus: FunctionConstructor;
451
+ pageIndexOldtableData: {
452
+ type: ArrayConstructor;
453
+ default: () => never[];
454
+ };
455
+ submitForm: FunctionConstructor;
456
+ isMatchComponent: BooleanConstructor;
457
+ asyncCount: BooleanConstructor;
458
+ showSettings: {
459
+ type: ObjectConstructor;
460
+ default: () => {};
461
+ };
462
+ inlineFormData: {
463
+ type: ObjectConstructor;
464
+ default: () => {};
465
+ };
466
+ inlineOriginalTableRow: {
467
+ type: ObjectConstructor;
468
+ default: () => {};
469
+ };
470
+ filterDomPortal: {
471
+ type: StringConstructor;
472
+ default: string;
473
+ };
474
+ filterTopOffset: {
475
+ type: NumberConstructor;
476
+ default: number;
477
+ };
478
+ isNestTable: {
479
+ type: BooleanConstructor;
480
+ default: boolean;
481
+ };
482
+ showNestTable: BooleanConstructor;
483
+ curNestColumnConfig: {
484
+ type: ObjectConstructor;
485
+ default: () => {};
486
+ };
487
+ nestTableDataRequest: FunctionConstructor;
488
+ isBatchEditing: BooleanConstructor;
489
+ isEditAllRow: BooleanConstructor;
490
+ isBatchSave: BooleanConstructor;
491
+ isBatchCancel: BooleanConstructor;
492
+ batchDynamicPropsCache: {
493
+ type: ObjectConstructor;
494
+ default: () => {};
495
+ };
496
+ batchEditDoneNumber: {
497
+ type: ObjectConstructor;
498
+ default: () => {};
499
+ };
500
+ batchError: BooleanConstructor;
501
+ batchFormData: {
502
+ type: ObjectConstructor;
503
+ default: () => {};
504
+ };
505
+ resetInlineBatchEdit: FunctionConstructor;
506
+ resetBatchEditRowStatus: FunctionConstructor;
507
+ }>> & {
508
+ [x: `on${string}`]: ((...args: any[]) => any) | undefined;
509
+ }>>;
510
+ formatData: (data?: {
511
+ tableList: any[];
512
+ fieldList: any[];
513
+ btnList: any[];
514
+ showButtonTop: number;
515
+ isNestTabel?: boolean | undefined;
516
+ mainTableTheUniqueKey?: string | undefined;
517
+ mainTableRow?: {
518
+ [key: string]: any;
519
+ } | undefined;
520
+ nestTableId?: string | undefined;
521
+ }) => any[];
522
+ htmlToText: (HTML: any) => any;
523
+ getBtnStyle: (v: any) => {
524
+ 'border-color': any;
525
+ color: any;
526
+ 'background-color'?: undefined;
527
+ } | {
528
+ color: any;
529
+ 'border-color'?: undefined;
530
+ 'background-color'?: undefined;
531
+ } | {
532
+ 'background-color': any;
533
+ 'border-color': any;
534
+ color?: undefined;
535
+ };
536
+ imgs2imgArr: (imgs: any) => any;
537
+ parseDurationValue: (v: any, duration: any) => string | undefined;
538
+ parseCombinationValue: (value: any, setting: any) => any;
539
+ formatFieldText: (row: any, field: any, fieldList: any, fieldListOriginal: any, isTimeAxisRenderNew?: any, isTimeAxisExpand?: any) => any;
540
+ allSelectedLength: import("vue").ComputedRef<any>;
541
+ checkOperateCurrentTable: () => boolean;
542
+ setRowStatus: (vxeTable: any, rowIndex: number, value: any) => false | undefined;
543
+ resetBatchOperationRowStatus: () => false | undefined;
544
+ checkListFormUnionSettingParamsList: () => boolean;
545
+ handleClickCancelBtnByInline: () => Promise<void>;
546
+ setAllRowInlineStatus: (disabled?: boolean) => void;
547
+ hideSelectCloumns: () => void;
548
+ handleEditFormLength: () => number | undefined;
549
+ resetOperationRowStatus: () => false | undefined;
550
+ recordClickBtnInfo: (row?: any, index?: number | undefined) => void;
551
+ getInlineOpreateRow: () => {
552
+ row: any;
553
+ rowIndex: any;
554
+ };
555
+ initEditTable: () => Promise<void>;
556
+ activeMethod: ({ row, rowIndex, column, columnIndex }: {
557
+ row: any;
558
+ rowIndex: number;
559
+ column: any;
560
+ columnIndex: number;
561
+ }) => boolean;
562
+ deleteRow: (row: any, col: any, index: number) => void;
563
+ onClickSelectTable: (row: any) => Promise<void>;
564
+ onFormChange: ({ value, row, column, index }: {
565
+ value: string | number | null;
566
+ row: any;
567
+ column: any;
568
+ index: number;
569
+ }) => void;
570
+ getDefaultValue: (params: any, item: any) => any;
571
+ isAboutNestTable: import("vue").ComputedRef<any>;
572
+ isExpandTable: import("vue").ComputedRef<boolean>;
573
+ handleRowId: import("vue").ComputedRef<any>;
574
+ toggleExpandMethod: ({ expanded, row }: any) => boolean;
575
+ loadExpandMethod: ({ row, rowIndex }: any) => Promise<void>;
576
+ nestHandleClickRow: (table: any, data: any) => void;
577
+ keyDown: ({ $event }: {
578
+ $event: KeyboardEvent;
579
+ }) => void;
580
+ scroll: (params: any) => void;
581
+ attr: {
582
+ [x: string]: unknown;
583
+ };
584
+ currentCheckedKeys: import("vue").ComputedRef<never[]>;
585
+ visibleCancelCheckAllBtn: import("vue").ComputedRef<boolean>;
586
+ singleCheckedKey: import("vue").ComputedRef<string>;
587
+ tableNoSetting: import("vue").ComputedRef<any>;
588
+ isScanMultiTable: import("vue").ComputedRef<any>;
589
+ configuration: import("vue").ComputedRef<{
590
+ userInfo: Record<string, any>;
591
+ sysImageSize: unknown[];
592
+ }>;
593
+ handlePrimaryKey: import("vue").ComputedRef<string>;
594
+ handleSeqConfig: import("vue").ComputedRef<{
595
+ startIndex: number;
596
+ }>;
597
+ treeConfig: import("vue").ComputedRef<null>;
598
+ hideAllWrap: (e: any) => void;
599
+ bindDocumentClick: () => void;
600
+ unBindDocumentClick: () => void;
601
+ removeInsert: () => Promise<false | undefined>;
602
+ loadColumn: (config: any) => void;
603
+ loadData: (data: any) => Promise<void>;
604
+ setGroupTitleToFristColumnFieldData: (formatList: any) => void;
605
+ setCurrentPageRowChecked: () => void;
606
+ setCurrentCheckedLength: () => void;
607
+ formatColumns: (map: any) => ({
608
+ fixed: string;
609
+ align: string;
610
+ visible: any;
611
+ width: string;
612
+ slots: {
613
+ header: () => string;
614
+ default: (params: any) => any;
615
+ };
616
+ type?: undefined;
617
+ resizable?: undefined;
618
+ showOverflow?: undefined;
619
+ } | {
620
+ type: string;
621
+ fixed: string;
622
+ align: string;
623
+ resizable: boolean;
624
+ width: string;
625
+ showOverflow: boolean;
626
+ slots: {
627
+ header: () => any[];
628
+ default?: undefined;
629
+ };
630
+ visible?: undefined;
631
+ } | {
632
+ type: any;
633
+ fixed: string;
634
+ align: string;
635
+ visible: boolean;
636
+ resizable: boolean;
637
+ width: any;
638
+ slots: {
639
+ default: (data: any) => any;
640
+ } | null;
641
+ showOverflow: boolean;
642
+ })[];
643
+ formatterEdit: (params: any, col: any) => any;
644
+ getEditBtn: (row: any, col: any, index: any) => any;
645
+ formatter: (params: any, col: any) => any;
646
+ formatterHeader: (item: any) => () => any[];
647
+ handlefilterBoxClickSort: (sort: any, field: any) => void;
648
+ handleFilterSeach: (val: any, field: any) => void;
649
+ handleFilterChangeAll: (val: any, field: any) => void;
650
+ handleFilterChange: (value: any, name: any, field: any) => void;
651
+ handleFilterSearchChange: (value: any, columnName: any, field: any) => void;
652
+ handleFilterClearAll: (field: any) => void;
653
+ handleCancelFilter: () => void;
654
+ handleFilter: (field: any) => void;
655
+ onmousedownFunc: (e: any) => void;
656
+ maskInsert: () => void;
657
+ maskCreate: () => string | HTMLDivElement;
658
+ maskMove: (e: any) => void;
659
+ maskUp: (e: any) => void;
660
+ setGroupTreeExpand: () => void;
661
+ resetTableInlineEditStatus: () => false | undefined;
662
+ toolTipTitle: (item: any, type: any) => any;
663
+ triggerExpand: (e: any, isExpand: any) => void;
664
+ getOtherConfigInit: () => any;
665
+ refreshTable: () => void;
666
+ handleCheckAll: () => void;
667
+ handleCancelAllCheck: () => void;
668
+ getRowClassName: () => (({ row }: {
669
+ row: any;
670
+ }) => "" | "single--checked") | (() => void);
671
+ footerMethod: ({ columns, data }: {
672
+ columns: any;
673
+ data: any;
674
+ }) => any[];
675
+ loadChildrenMethod: ({ row }: {
676
+ row: any;
677
+ }) => Promise<any>;
678
+ getAsyncTableData: (params: any) => Promise<void>;
679
+ setChecklist: (list: any) => any;
680
+ colspanMethod: ({ row, column, _rowIndex, _columnIndex }: {
681
+ row: any;
682
+ column: any;
683
+ _rowIndex: any;
684
+ _columnIndex: any;
685
+ }) => {
686
+ rowspan: number;
687
+ colspan: number;
688
+ } | undefined;
689
+ footerRowspanMethod: (obj: any) => {
690
+ rowspan: number;
691
+ colspan: number;
692
+ } | undefined;
693
+ rowdblclick: ({ row, column }: {
694
+ row: any;
695
+ column: any;
696
+ }) => false | undefined;
697
+ pubCheckChange: (rows?: never[]) => void;
698
+ updateAddCheckedRows: (rows: any, isTree?: boolean) => void;
699
+ removeCheckedRows: (rows: any, isCheckedChange: any) => void;
700
+ setCheckedMehod: (setChecked: any, row: any) => void;
701
+ handlerClickRow: (data: any) => false | undefined;
702
+ addCheckedRows: (rows: any) => false | undefined;
703
+ treeTableSelectionChange: (records: any) => boolean;
704
+ selectionChange: ({ checked, row, records }: {
705
+ checked: any;
706
+ row: any;
707
+ records: any;
708
+ }) => void;
709
+ selectionChangeAll: ({ checked, records }: {
710
+ checked: any;
711
+ records: any;
712
+ }) => void;
713
+ radioOnChange: (rowData?: {}) => void;
714
+ sortChange: ({ property, order }: {
715
+ property: any;
716
+ order: any;
717
+ }) => false | undefined;
718
+ showDrawer: () => void;
719
+ handleCellMouseenter: ({ column, $event }: {
720
+ column: any;
721
+ $event: any;
722
+ }) => void;
723
+ getFooterTooltipTitle: (column: any) => string;
724
+ getFooterTitle: (column: any) => number | undefined;
725
+ hanldeClickRefresh: () => void;
726
+ confirmScanMulti: (params: any) => void;
727
+ scanMultiOperate: (params: any) => any;
728
+ showEditForm: (row: any, column: any, $rowIndex: any) => any;
729
+ initBatchDynamicProps: (unionItem: any, row: any, column: any, $rowIndex: any) => any;
730
+ handleSubmitEditForm: (obj?: {}) => void;
731
+ banSubmit: (obj: any) => void;
732
+ handleFormTheUniqueKey: () => Promise<void>;
733
+ handlePreView: (data: any, i: any, e: any) => void;
734
+ getPicture: (row: any, item: any, type: any) => any[];
735
+ getColor: (row: any, item: any) => any[];
736
+ getDate: (row: any, item: any) => any[];
737
+ getPercentage: (row: any, item: any) => any[] | undefined;
738
+ getvideoList: (row: any, item: any) => null;
739
+ getOrCode: (row: any, item: any, type: any) => any[];
740
+ qrCodeEvent: (e: any, row: any, item: any) => void;
741
+ generateInlineBtnList: (row: any, index: any) => any[] | undefined;
742
+ getTileBtnList: (row: any, index: any) => any[];
743
+ clickBtn: (row: any, btn: any, index: any, e: any, j: any) => void;
744
+ getBtnIcon: (btn: any, mr?: string) => any[];
745
+ getFoldBtnList: (row: any, index: any) => any[];
746
+ switchBtnOnChange: (e: any, r: any, i: any, index: any) => void;
747
+ getBtnLinkSwitch: (row: any, item: any, disabled: any, index: any) => any[];
748
+ getField: (row: any, item: any, index: any, isLink: any) => any[];
749
+ linkDetail: (row: any, col: any, index: any, e: any) => false | undefined;
750
+ hanldeCopyContent: (e: any, value: any) => void;
751
+ getCheckboxRecords: () => never[];
752
+ handleClickEditBtnByInline: () => Promise<false | undefined>;
753
+ setAllCheckedRows: (rows: any) => void;
754
+ setTalbeScrollTo: () => void;
755
+ submitInlineForm: () => false | undefined;
756
+ handleClickAddBtnByInline: () => Promise<false | undefined>;
757
+ handleClickSaveBtnByInline: () => false | undefined;
758
+ removeInlineAddRow: () => false | undefined;
759
+ setCurrentRow: (row: any) => void;
760
+ loadColumnAndData: (data: any, config: any) => void;
761
+ clearChecked: () => void;
762
+ SyncOutline: 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<{}>>, {}>;
763
+ NoData: import("vue").DefineComponent<{
764
+ noDataTip: {
765
+ type: StringConstructor;
766
+ default: string;
767
+ };
768
+ noDataImg: {
769
+ type: StringConstructor;
770
+ default: string;
771
+ };
772
+ showImg: {
773
+ type: BooleanConstructor;
774
+ default: boolean;
775
+ };
776
+ }, {
777
+ imgStr: import("vue").ComputedRef<null>;
778
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
779
+ noDataTip: {
780
+ type: StringConstructor;
781
+ default: string;
782
+ };
783
+ noDataImg: {
784
+ type: StringConstructor;
785
+ default: string;
786
+ };
787
+ showImg: {
788
+ type: BooleanConstructor;
789
+ default: boolean;
790
+ };
791
+ }>> & {
792
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
793
+ }>>;
794
+ handleDesc: import("vue").ComputedRef<string>;
795
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
796
+ noDataTip: {
797
+ type: StringConstructor;
798
+ default: string;
799
+ };
800
+ noDataImg: {
801
+ type: StringConstructor;
802
+ default: string;
803
+ };
804
+ showImg: {
805
+ type: BooleanConstructor;
806
+ default: boolean;
807
+ };
808
+ }>>, {
809
+ noDataTip: string;
810
+ noDataImg: string;
811
+ showImg: boolean;
812
+ }>;
813
+ NCheckbox: import("vue").DefineComponent<{
814
+ size: import("vue").PropType<"small" | "medium" | "large">;
815
+ checked: {
816
+ type: import("vue").PropType<string | number | boolean | undefined>;
817
+ default: undefined;
818
+ };
819
+ defaultChecked: {
820
+ type: import("vue").PropType<string | number | boolean>;
821
+ default: boolean;
822
+ };
823
+ value: import("vue").PropType<string | number>;
824
+ disabled: {
825
+ type: import("vue").PropType<boolean | undefined>;
826
+ default: undefined;
827
+ };
828
+ indeterminate: BooleanConstructor;
829
+ label: StringConstructor;
830
+ focusable: {
831
+ type: BooleanConstructor;
832
+ default: boolean;
833
+ };
834
+ checkedValue: {
835
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
836
+ default: boolean;
837
+ };
838
+ uncheckedValue: {
839
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
840
+ default: boolean;
841
+ };
842
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
843
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
844
+ privateInsideTable: BooleanConstructor;
845
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
846
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
847
+ labelLineHeight: string;
848
+ fontSizeSmall: string;
849
+ fontSizeMedium: string;
850
+ fontSizeLarge: string;
851
+ borderRadius: string;
852
+ color: string;
853
+ colorChecked: string;
854
+ colorDisabled: string;
855
+ colorDisabledChecked: string;
856
+ colorTableHeader: string;
857
+ colorTableHeaderModal: string;
858
+ colorTableHeaderPopover: string;
859
+ checkMarkColor: string;
860
+ checkMarkColorDisabled: string;
861
+ checkMarkColorDisabledChecked: string;
862
+ border: string;
863
+ borderDisabled: string;
864
+ borderDisabledChecked: string;
865
+ borderChecked: string;
866
+ borderFocus: string;
867
+ boxShadowFocus: string;
868
+ textColor: string;
869
+ textColorDisabled: string;
870
+ sizeSmall: string;
871
+ sizeMedium: string;
872
+ sizeLarge: string;
873
+ labelPadding: string;
874
+ }, any>>;
875
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
876
+ labelLineHeight: string;
877
+ fontSizeSmall: string;
878
+ fontSizeMedium: string;
879
+ fontSizeLarge: string;
880
+ borderRadius: string;
881
+ color: string;
882
+ colorChecked: string;
883
+ colorDisabled: string;
884
+ colorDisabledChecked: string;
885
+ colorTableHeader: string;
886
+ colorTableHeaderModal: string;
887
+ colorTableHeaderPopover: string;
888
+ checkMarkColor: string;
889
+ checkMarkColorDisabled: string;
890
+ checkMarkColorDisabledChecked: string;
891
+ border: string;
892
+ borderDisabled: string;
893
+ borderDisabledChecked: string;
894
+ borderChecked: string;
895
+ borderFocus: string;
896
+ boxShadowFocus: string;
897
+ textColor: string;
898
+ textColorDisabled: string;
899
+ sizeSmall: string;
900
+ sizeMedium: string;
901
+ sizeLarge: string;
902
+ labelPadding: string;
903
+ }, any>>>;
904
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
905
+ labelLineHeight: string;
906
+ fontSizeSmall: string;
907
+ fontSizeMedium: string;
908
+ fontSizeLarge: string;
909
+ borderRadius: string;
910
+ color: string;
911
+ colorChecked: string;
912
+ colorDisabled: string;
913
+ colorDisabledChecked: string;
914
+ colorTableHeader: string;
915
+ colorTableHeaderModal: string;
916
+ colorTableHeaderPopover: string;
917
+ checkMarkColor: string;
918
+ checkMarkColorDisabled: string;
919
+ checkMarkColorDisabledChecked: string;
920
+ border: string;
921
+ borderDisabled: string;
922
+ borderDisabledChecked: string;
923
+ borderChecked: string;
924
+ borderFocus: string;
925
+ boxShadowFocus: string;
926
+ textColor: string;
927
+ textColorDisabled: string;
928
+ sizeSmall: string;
929
+ sizeMedium: string;
930
+ sizeLarge: string;
931
+ labelPadding: string;
932
+ }, any>>>;
933
+ }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
934
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
935
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
936
+ mergedClsPrefix: import("vue").ComputedRef<string>;
937
+ mergedDisabled: import("vue").ComputedRef<boolean>;
938
+ renderedChecked: import("vue").ComputedRef<boolean>;
939
+ mergedTheme: import("vue").ComputedRef<{
940
+ common: {
941
+ baseColor: string;
942
+ primaryColor: string;
943
+ primaryColorHover: string;
944
+ primaryColorPressed: string;
945
+ primaryColorSuppl: string;
946
+ infoColor: string;
947
+ infoColorHover: string;
948
+ infoColorPressed: string;
949
+ infoColorSuppl: string;
950
+ successColor: string;
951
+ successColorHover: string;
952
+ successColorPressed: string;
953
+ successColorSuppl: string;
954
+ warningColor: string;
955
+ warningColorHover: string;
956
+ warningColorPressed: string;
957
+ warningColorSuppl: string;
958
+ errorColor: string;
959
+ errorColorHover: string;
960
+ errorColorPressed: string;
961
+ errorColorSuppl: string;
962
+ textColorBase: string;
963
+ textColor1: string;
964
+ textColor2: string;
965
+ textColor3: string;
966
+ textColorDisabled: string;
967
+ placeholderColor: string;
968
+ placeholderColorDisabled: string;
969
+ iconColor: string;
970
+ iconColorHover: string;
971
+ iconColorPressed: string;
972
+ iconColorDisabled: string;
973
+ opacity1: string;
974
+ opacity2: string;
975
+ opacity3: string;
976
+ opacity4: string;
977
+ opacity5: string;
978
+ dividerColor: string;
979
+ borderColor: string;
980
+ closeColor: string;
981
+ closeColorHover: string;
982
+ closeColorPressed: string;
983
+ closeColorDisabled: string;
984
+ clearColor: string;
985
+ clearColorHover: string;
986
+ clearColorPressed: string; /**
987
+ * 针对 bigTable 的设置列
988
+ * type: 列的类型
989
+ * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
990
+ * title: 列标题(支持开启国际化)
991
+ * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
992
+ * minWidth: 最小列宽度;会自动将剩余空间按比例分配
993
+ * resizable: 列是否允许拖动列宽调整大小
994
+ * visible: 列是否显示
995
+ * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
996
+ * align: 列对齐方式
997
+ * headerAlign: 表头列的对齐方式
998
+ * footerAlign: 表尾列的对齐方式
999
+ * formatter: 格式化显示内容 Function({cellValue, row, column})
1000
+ * sortable: 是否允许列排序
1001
+ */
1002
+ scrollbarColor: string;
1003
+ scrollbarColorHover: string;
1004
+ scrollbarWidth: string;
1005
+ scrollbarHeight: string;
1006
+ scrollbarBorderRadius: string;
1007
+ progressRailColor: string;
1008
+ railColor: string;
1009
+ popoverColor: string;
1010
+ tableColor: string;
1011
+ cardColor: string;
1012
+ modalColor: string;
1013
+ bodyColor: string;
1014
+ tagColor: string;
1015
+ avatarColor: string;
1016
+ invertedColor: string;
1017
+ inputColor: string;
1018
+ codeColor: string;
1019
+ tabColor: string;
1020
+ actionColor: string;
1021
+ tableHeaderColor: string;
1022
+ hoverColor: string;
1023
+ tableColorHover: string;
1024
+ tableColorStriped: string;
1025
+ pressedColor: string;
1026
+ opacityDisabled: string;
1027
+ inputColorDisabled: string;
1028
+ buttonColor2: string;
1029
+ buttonColor2Hover: string;
1030
+ buttonColor2Pressed: string;
1031
+ boxShadow1: string;
1032
+ boxShadow2: string;
1033
+ boxShadow3: string;
1034
+ fontFamily: string;
1035
+ fontFamilyMono: string;
1036
+ fontWeight: string;
1037
+ fontWeightStrong: string;
1038
+ cubicBezierEaseInOut: string;
1039
+ cubicBezierEaseOut: string;
1040
+ cubicBezierEaseIn: string;
1041
+ borderRadius: string;
1042
+ borderRadiusSmall: string;
1043
+ fontSize: string;
1044
+ fontSizeMini: string;
1045
+ fontSizeTiny: string;
1046
+ fontSizeSmall: string;
1047
+ fontSizeMedium: string;
1048
+ fontSizeLarge: string;
1049
+ fontSizeHuge: string;
1050
+ lineHeight: string;
1051
+ heightMini: string;
1052
+ heightTiny: string;
1053
+ heightSmall: string;
1054
+ heightMedium: string;
1055
+ heightLarge: string;
1056
+ heightHuge: string;
1057
+ name: "common";
1058
+ };
1059
+ self: {
1060
+ labelLineHeight: string;
1061
+ fontSizeSmall: string;
1062
+ fontSizeMedium: string;
1063
+ fontSizeLarge: string;
1064
+ borderRadius: string;
1065
+ color: string;
1066
+ colorChecked: string;
1067
+ colorDisabled: string;
1068
+ colorDisabledChecked: string;
1069
+ colorTableHeader: string;
1070
+ colorTableHeaderModal: string;
1071
+ colorTableHeaderPopover: string;
1072
+ checkMarkColor: string;
1073
+ checkMarkColorDisabled: string;
1074
+ checkMarkColorDisabledChecked: string;
1075
+ border: string;
1076
+ borderDisabled: string;
1077
+ borderDisabledChecked: string;
1078
+ borderChecked: string;
1079
+ borderFocus: string;
1080
+ boxShadowFocus: string;
1081
+ textColor: string;
1082
+ textColorDisabled: string;
1083
+ sizeSmall: string;
1084
+ sizeMedium: string;
1085
+ sizeLarge: string;
1086
+ labelPadding: string;
1087
+ };
1088
+ peers: any;
1089
+ peerOverrides: {
1090
+ [x: string]: any;
1091
+ };
1092
+ }>;
1093
+ labelId: string;
1094
+ handleClick: (e: MouseEvent) => void;
1095
+ handleKeyUp: (e: KeyboardEvent) => void;
1096
+ handleKeyDown: (e: KeyboardEvent) => void;
1097
+ cssVars: import("vue").ComputedRef<{
1098
+ '--n-label-line-height': string;
1099
+ '--n-size': string;
1100
+ '--n-bezier': string;
1101
+ '--n-border-radius': string;
1102
+ '--n-border': string;
1103
+ '--n-border-checked': string;
1104
+ '--n-border-focus': string;
1105
+ '--n-border-disabled': string;
1106
+ '--n-border-disabled-checked': string;
1107
+ '--n-box-shadow-focus': string;
1108
+ '--n-color': string;
1109
+ '--n-color-checked': string;
1110
+ '--n-color-table': string;
1111
+ '--n-color-table-modal': string;
1112
+ '--n-color-table-popover': string;
1113
+ '--n-color-disabled': string;
1114
+ '--n-color-disabled-checked': string;
1115
+ '--n-text-color': string;
1116
+ '--n-text-color-disabled': string;
1117
+ '--n-check-mark-color': string;
1118
+ '--n-check-mark-color-disabled': string;
1119
+ '--n-check-mark-color-disabled-checked': string;
1120
+ '--n-font-size': string;
1121
+ '--n-label-padding': string;
1122
+ }> | undefined;
1123
+ themeClass: import("vue").Ref<string> | undefined;
1124
+ onRender: (() => void) | undefined;
1125
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1126
+ size: import("vue").PropType<"small" | "medium" | "large">;
1127
+ checked: {
1128
+ type: import("vue").PropType<string | number | boolean | undefined>;
1129
+ default: undefined;
1130
+ };
1131
+ defaultChecked: {
1132
+ type: import("vue").PropType<string | number | boolean>;
1133
+ default: boolean;
1134
+ };
1135
+ value: import("vue").PropType<string | number>;
1136
+ disabled: {
1137
+ type: import("vue").PropType<boolean | undefined>;
1138
+ default: undefined;
1139
+ };
1140
+ indeterminate: BooleanConstructor;
1141
+ label: StringConstructor;
1142
+ focusable: {
1143
+ type: BooleanConstructor;
1144
+ default: boolean;
1145
+ };
1146
+ checkedValue: {
1147
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1148
+ default: boolean;
1149
+ };
1150
+ uncheckedValue: {
1151
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1152
+ default: boolean;
1153
+ };
1154
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1155
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1156
+ privateInsideTable: BooleanConstructor;
1157
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
1158
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1159
+ labelLineHeight: string;
1160
+ fontSizeSmall: string;
1161
+ fontSizeMedium: string;
1162
+ fontSizeLarge: string;
1163
+ borderRadius: string;
1164
+ color: string;
1165
+ colorChecked: string;
1166
+ colorDisabled: string;
1167
+ colorDisabledChecked: string;
1168
+ colorTableHeader: string;
1169
+ colorTableHeaderModal: string;
1170
+ colorTableHeaderPopover: string;
1171
+ checkMarkColor: string;
1172
+ checkMarkColorDisabled: string;
1173
+ checkMarkColorDisabledChecked: string;
1174
+ border: string;
1175
+ borderDisabled: string;
1176
+ borderDisabledChecked: string;
1177
+ borderChecked: string;
1178
+ borderFocus: string;
1179
+ boxShadowFocus: string;
1180
+ textColor: string;
1181
+ textColorDisabled: string;
1182
+ sizeSmall: string;
1183
+ sizeMedium: string;
1184
+ sizeLarge: string;
1185
+ labelPadding: string;
1186
+ }, any>>;
1187
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1188
+ labelLineHeight: string;
1189
+ fontSizeSmall: string;
1190
+ fontSizeMedium: string;
1191
+ fontSizeLarge: string;
1192
+ borderRadius: string;
1193
+ color: string;
1194
+ colorChecked: string;
1195
+ colorDisabled: string;
1196
+ colorDisabledChecked: string;
1197
+ colorTableHeader: string;
1198
+ colorTableHeaderModal: string;
1199
+ colorTableHeaderPopover: string;
1200
+ checkMarkColor: string;
1201
+ checkMarkColorDisabled: string;
1202
+ checkMarkColorDisabledChecked: string;
1203
+ border: string;
1204
+ borderDisabled: string;
1205
+ borderDisabledChecked: string;
1206
+ borderChecked: string;
1207
+ borderFocus: string;
1208
+ boxShadowFocus: string;
1209
+ textColor: string;
1210
+ textColorDisabled: string;
1211
+ sizeSmall: string;
1212
+ sizeMedium: string;
1213
+ sizeLarge: string;
1214
+ labelPadding: string;
1215
+ }, any>>>;
1216
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1217
+ labelLineHeight: string;
1218
+ fontSizeSmall: string;
1219
+ fontSizeMedium: string;
1220
+ fontSizeLarge: string;
1221
+ borderRadius: string;
1222
+ color: string;
1223
+ colorChecked: string;
1224
+ colorDisabled: string;
1225
+ colorDisabledChecked: string;
1226
+ colorTableHeader: string;
1227
+ colorTableHeaderModal: string;
1228
+ colorTableHeaderPopover: string;
1229
+ checkMarkColor: string;
1230
+ checkMarkColorDisabled: string;
1231
+ checkMarkColorDisabledChecked: string;
1232
+ border: string;
1233
+ borderDisabled: string;
1234
+ borderDisabledChecked: string;
1235
+ borderChecked: string;
1236
+ borderFocus: string;
1237
+ boxShadowFocus: string;
1238
+ textColor: string;
1239
+ textColorDisabled: string;
1240
+ sizeSmall: string;
1241
+ sizeMedium: string;
1242
+ sizeLarge: string;
1243
+ labelPadding: string;
1244
+ }, any>>>;
1245
+ }>>, {
1246
+ disabled: boolean | undefined;
1247
+ checked: string | number | boolean | undefined;
1248
+ focusable: boolean;
1249
+ indeterminate: boolean;
1250
+ defaultChecked: string | number | boolean;
1251
+ checkedValue: string | number | boolean;
1252
+ uncheckedValue: string | number | boolean;
1253
+ privateInsideTable: boolean;
1254
+ }>;
1255
+ NTooltip: import("vue").DefineComponent<{
1256
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1257
+ borderRadius: string;
1258
+ boxShadow: string;
1259
+ color: string;
1260
+ textColor: string;
1261
+ padding: string;
1262
+ }, {
1263
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1264
+ fontSize: string;
1265
+ borderRadius: string;
1266
+ color: string;
1267
+ dividerColor: string;
1268
+ textColor: string;
1269
+ boxShadow: string;
1270
+ space: string;
1271
+ spaceArrow: string;
1272
+ arrowOffset: string;
1273
+ arrowOffsetVertical: string;
1274
+ arrowHeight: string;
1275
+ padding: string;
1276
+ }, any>;
1277
+ }>>;
1278
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1279
+ borderRadius: string;
1280
+ boxShadow: string;
1281
+ color: string;
1282
+ textColor: string;
1283
+ padding: string;
1284
+ }, {
1285
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1286
+ fontSize: string;
1287
+ borderRadius: string;
1288
+ color: string;
1289
+ dividerColor: string;
1290
+ textColor: string;
1291
+ boxShadow: string;
1292
+ space: string;
1293
+ spaceArrow: string;
1294
+ arrowOffset: string;
1295
+ arrowOffsetVertical: string;
1296
+ arrowHeight: string;
1297
+ padding: string;
1298
+ }, any>;
1299
+ }>>>;
1300
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1301
+ borderRadius: string;
1302
+ boxShadow: string;
1303
+ color: string;
1304
+ textColor: string;
1305
+ padding: string;
1306
+ }, {
1307
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1308
+ fontSize: string;
1309
+ borderRadius: string;
1310
+ color: string;
1311
+ dividerColor: string;
1312
+ textColor: string;
1313
+ boxShadow: string;
1314
+ space: string;
1315
+ spaceArrow: string;
1316
+ arrowOffset: string;
1317
+ arrowOffsetVertical: string;
1318
+ arrowHeight: string;
1319
+ padding: string;
1320
+ }, any>;
1321
+ }>>>;
1322
+ show: {
1323
+ type: import("vue").PropType<boolean | undefined>;
1324
+ default: undefined;
1325
+ };
1326
+ defaultShow: BooleanConstructor;
1327
+ showArrow: {
1328
+ type: BooleanConstructor;
1329
+ default: boolean;
1330
+ };
1331
+ trigger: {
1332
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1333
+ default: string;
1334
+ };
1335
+ delay: {
1336
+ type: NumberConstructor;
1337
+ default: number;
1338
+ };
1339
+ duration: {
1340
+ type: NumberConstructor;
1341
+ default: number;
1342
+ };
1343
+ raw: BooleanConstructor;
1344
+ placement: {
1345
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1346
+ default: string;
1347
+ };
1348
+ x: NumberConstructor;
1349
+ y: NumberConstructor;
1350
+ arrowPointToCenter: BooleanConstructor;
1351
+ disabled: BooleanConstructor;
1352
+ getDisabled: import("vue").PropType<() => boolean>;
1353
+ displayDirective: {
1354
+ type: import("vue").PropType<"show" | "if">;
1355
+ default: string;
1356
+ };
1357
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1358
+ flip: {
1359
+ type: BooleanConstructor;
1360
+ default: boolean;
1361
+ };
1362
+ animated: {
1363
+ type: BooleanConstructor;
1364
+ default: boolean;
1365
+ };
1366
+ width: {
1367
+ type: import("vue").PropType<number | "trigger">;
1368
+ default: undefined;
1369
+ };
1370
+ overlap: BooleanConstructor;
1371
+ keepAliveOnHover: {
1372
+ type: BooleanConstructor;
1373
+ default: boolean;
1374
+ };
1375
+ zIndex: NumberConstructor;
1376
+ to: {
1377
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1378
+ default: undefined;
1379
+ };
1380
+ scrollable: BooleanConstructor;
1381
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1382
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1383
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1384
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1385
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1386
+ internalSyncTargetWithParent: BooleanConstructor;
1387
+ internalInheritedEventHandlers: {
1388
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1389
+ default: () => never[];
1390
+ };
1391
+ internalTrapFocus: BooleanConstructor;
1392
+ internalExtraClass: {
1393
+ type: import("vue").PropType<string[]>;
1394
+ default: () => never[];
1395
+ };
1396
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1397
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1398
+ arrow: {
1399
+ type: import("vue").PropType<boolean | undefined>;
1400
+ default: undefined;
1401
+ };
1402
+ minWidth: NumberConstructor;
1403
+ maxWidth: NumberConstructor;
1404
+ }, {
1405
+ popoverRef: import("vue").Ref<{
1406
+ syncPosition: () => void;
1407
+ setShow: (value: boolean) => void;
1408
+ } | null>;
1409
+ mergedTheme: import("vue").ComputedRef<{
1410
+ common: {
1411
+ baseColor: string;
1412
+ primaryColor: string;
1413
+ primaryColorHover: string;
1414
+ primaryColorPressed: string;
1415
+ primaryColorSuppl: string;
1416
+ infoColor: string;
1417
+ infoColorHover: string;
1418
+ infoColorPressed: string;
1419
+ infoColorSuppl: string;
1420
+ successColor: string;
1421
+ successColorHover: string;
1422
+ successColorPressed: string;
1423
+ successColorSuppl: string;
1424
+ warningColor: string;
1425
+ warningColorHover: string;
1426
+ warningColorPressed: string;
1427
+ warningColorSuppl: string;
1428
+ errorColor: string;
1429
+ errorColorHover: string;
1430
+ errorColorPressed: string;
1431
+ errorColorSuppl: string;
1432
+ textColorBase: string;
1433
+ textColor1: string;
1434
+ textColor2: string;
1435
+ textColor3: string;
1436
+ textColorDisabled: string;
1437
+ placeholderColor: string;
1438
+ placeholderColorDisabled: string;
1439
+ iconColor: string;
1440
+ iconColorHover: string;
1441
+ iconColorPressed: string;
1442
+ iconColorDisabled: string;
1443
+ opacity1: string;
1444
+ opacity2: string;
1445
+ opacity3: string;
1446
+ opacity4: string;
1447
+ opacity5: string;
1448
+ dividerColor: string;
1449
+ borderColor: string;
1450
+ closeColor: string;
1451
+ closeColorHover: string;
1452
+ closeColorPressed: string;
1453
+ closeColorDisabled: string;
1454
+ clearColor: string;
1455
+ clearColorHover: string;
1456
+ clearColorPressed: string;
1457
+ scrollbarColor: string;
1458
+ scrollbarColorHover: string;
1459
+ scrollbarWidth: string;
1460
+ scrollbarHeight: string;
1461
+ scrollbarBorderRadius: string;
1462
+ progressRailColor: string;
1463
+ railColor: string;
1464
+ popoverColor: string;
1465
+ tableColor: string;
1466
+ cardColor: string;
1467
+ modalColor: string;
1468
+ bodyColor: string;
1469
+ tagColor: string;
1470
+ avatarColor: string;
1471
+ invertedColor: string;
1472
+ inputColor: string;
1473
+ codeColor: string;
1474
+ tabColor: string;
1475
+ actionColor: string;
1476
+ tableHeaderColor: string;
1477
+ hoverColor: string;
1478
+ tableColorHover: string;
1479
+ tableColorStriped: string;
1480
+ pressedColor: string;
1481
+ opacityDisabled: string;
1482
+ inputColorDisabled: string;
1483
+ buttonColor2: string;
1484
+ buttonColor2Hover: string;
1485
+ buttonColor2Pressed: string;
1486
+ boxShadow1: string;
1487
+ boxShadow2: string;
1488
+ boxShadow3: string;
1489
+ fontFamily: string;
1490
+ fontFamilyMono: string;
1491
+ fontWeight: string;
1492
+ fontWeightStrong: string;
1493
+ cubicBezierEaseInOut: string;
1494
+ cubicBezierEaseOut: string;
1495
+ cubicBezierEaseIn: string;
1496
+ borderRadius: string;
1497
+ borderRadiusSmall: string;
1498
+ fontSize: string;
1499
+ fontSizeMini: string;
1500
+ fontSizeTiny: string;
1501
+ fontSizeSmall: string;
1502
+ fontSizeMedium: string;
1503
+ fontSizeLarge: string;
1504
+ fontSizeHuge: string;
1505
+ lineHeight: string;
1506
+ heightMini: string;
1507
+ heightTiny: string;
1508
+ heightSmall: string;
1509
+ heightMedium: string;
1510
+ heightLarge: string;
1511
+ heightHuge: string;
1512
+ name: "common";
1513
+ };
1514
+ self: {
1515
+ borderRadius: string;
1516
+ boxShadow: string;
1517
+ color: string;
1518
+ textColor: string;
1519
+ padding: string;
1520
+ };
1521
+ peers: {
1522
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1523
+ fontSize: string;
1524
+ borderRadius: string;
1525
+ color: string;
1526
+ dividerColor: string;
1527
+ textColor: string;
1528
+ boxShadow: string;
1529
+ space: string;
1530
+ spaceArrow: string;
1531
+ arrowOffset: string;
1532
+ arrowOffsetVertical: string;
1533
+ arrowHeight: string;
1534
+ padding: string;
1535
+ }, any>;
1536
+ };
1537
+ peerOverrides: {
1538
+ Popover?: {
1539
+ peers?: {
1540
+ [x: string]: any;
1541
+ } | undefined;
1542
+ } | undefined;
1543
+ };
1544
+ }>;
1545
+ popoverThemeOverrides: import("vue").ComputedRef<{
1546
+ borderRadius: string;
1547
+ boxShadow: string;
1548
+ color: string;
1549
+ textColor: string;
1550
+ padding: string;
1551
+ }>;
1552
+ syncPosition: () => void;
1553
+ setShow: (value: boolean) => void;
1554
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1555
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1556
+ borderRadius: string;
1557
+ boxShadow: string;
1558
+ color: string;
1559
+ textColor: string;
1560
+ padding: string;
1561
+ }, {
1562
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1563
+ fontSize: string;
1564
+ borderRadius: string;
1565
+ color: string;
1566
+ dividerColor: string;
1567
+ textColor: string;
1568
+ boxShadow: string;
1569
+ space: string;
1570
+ spaceArrow: string;
1571
+ arrowOffset: string;
1572
+ arrowOffsetVertical: string;
1573
+ arrowHeight: string;
1574
+ padding: string;
1575
+ }, any>;
1576
+ }>>;
1577
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1578
+ borderRadius: string;
1579
+ boxShadow: string;
1580
+ color: string;
1581
+ textColor: string;
1582
+ padding: string;
1583
+ }, {
1584
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1585
+ fontSize: string;
1586
+ borderRadius: string;
1587
+ color: string;
1588
+ dividerColor: string;
1589
+ textColor: string;
1590
+ boxShadow: string;
1591
+ space: string;
1592
+ spaceArrow: string;
1593
+ arrowOffset: string;
1594
+ arrowOffsetVertical: string;
1595
+ arrowHeight: string;
1596
+ padding: string;
1597
+ }, any>;
1598
+ }>>>;
1599
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1600
+ borderRadius: string;
1601
+ boxShadow: string;
1602
+ color: string;
1603
+ textColor: string;
1604
+ padding: string;
1605
+ }, {
1606
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1607
+ fontSize: string;
1608
+ borderRadius: string;
1609
+ color: string;
1610
+ dividerColor: string;
1611
+ textColor: string;
1612
+ boxShadow: string;
1613
+ space: string;
1614
+ spaceArrow: string;
1615
+ arrowOffset: string;
1616
+ arrowOffsetVertical: string;
1617
+ arrowHeight: string;
1618
+ padding: string;
1619
+ }, any>;
1620
+ }>>>;
1621
+ show: {
1622
+ type: import("vue").PropType<boolean | undefined>;
1623
+ default: undefined;
1624
+ };
1625
+ defaultShow: BooleanConstructor;
1626
+ showArrow: {
1627
+ type: BooleanConstructor;
1628
+ default: boolean;
1629
+ };
1630
+ trigger: {
1631
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1632
+ default: string;
1633
+ };
1634
+ delay: {
1635
+ type: NumberConstructor;
1636
+ default: number;
1637
+ };
1638
+ duration: {
1639
+ type: NumberConstructor;
1640
+ default: number;
1641
+ };
1642
+ raw: BooleanConstructor;
1643
+ placement: {
1644
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1645
+ default: string;
1646
+ };
1647
+ x: NumberConstructor;
1648
+ y: NumberConstructor;
1649
+ arrowPointToCenter: BooleanConstructor;
1650
+ disabled: BooleanConstructor;
1651
+ getDisabled: import("vue").PropType<() => boolean>;
1652
+ displayDirective: {
1653
+ type: import("vue").PropType<"show" | "if">;
1654
+ default: string;
1655
+ };
1656
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1657
+ flip: {
1658
+ type: BooleanConstructor;
1659
+ default: boolean;
1660
+ };
1661
+ animated: {
1662
+ type: BooleanConstructor;
1663
+ default: boolean;
1664
+ };
1665
+ width: {
1666
+ type: import("vue").PropType<number | "trigger">;
1667
+ default: undefined;
1668
+ };
1669
+ overlap: BooleanConstructor;
1670
+ keepAliveOnHover: {
1671
+ type: BooleanConstructor;
1672
+ default: boolean;
1673
+ };
1674
+ zIndex: NumberConstructor;
1675
+ to: {
1676
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1677
+ default: undefined;
1678
+ };
1679
+ scrollable: BooleanConstructor;
1680
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1681
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1682
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1683
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1684
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1685
+ internalSyncTargetWithParent: BooleanConstructor;
1686
+ internalInheritedEventHandlers: {
1687
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1688
+ default: () => never[];
1689
+ };
1690
+ internalTrapFocus: BooleanConstructor;
1691
+ internalExtraClass: {
1692
+ type: import("vue").PropType<string[]>;
1693
+ default: () => never[];
1694
+ };
1695
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1696
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1697
+ arrow: {
1698
+ type: import("vue").PropType<boolean | undefined>;
1699
+ default: undefined;
1700
+ };
1701
+ minWidth: NumberConstructor;
1702
+ maxWidth: NumberConstructor;
1703
+ }>>, {
1704
+ show: boolean | undefined;
1705
+ flip: boolean;
1706
+ width: number | "trigger";
1707
+ disabled: boolean;
1708
+ duration: number;
1709
+ to: string | boolean | HTMLElement;
1710
+ raw: boolean;
1711
+ placement: import("naive-ui").PopoverPlacement;
1712
+ overlap: boolean;
1713
+ scrollable: boolean;
1714
+ trigger: import("naive-ui").PopoverTrigger;
1715
+ showArrow: boolean;
1716
+ delay: number;
1717
+ arrowPointToCenter: boolean;
1718
+ displayDirective: "show" | "if";
1719
+ keepAliveOnHover: boolean;
1720
+ animated: boolean;
1721
+ internalTrapFocus: boolean;
1722
+ defaultShow: boolean;
1723
+ internalSyncTargetWithParent: boolean;
1724
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1725
+ internalExtraClass: string[];
1726
+ arrow: boolean | undefined;
1727
+ }>;
1728
+ NIcon: import("vue").DefineComponent<{
1729
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1730
+ readonly size: import("vue").PropType<string | number>;
1731
+ readonly color: StringConstructor;
1732
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1733
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1734
+ color: string;
1735
+ opacity1Depth: string;
1736
+ opacity2Depth: string;
1737
+ opacity3Depth: string;
1738
+ opacity4Depth: string;
1739
+ opacity5Depth: string;
1740
+ }, any>>;
1741
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1742
+ color: string;
1743
+ opacity1Depth: string;
1744
+ opacity2Depth: string;
1745
+ opacity3Depth: string;
1746
+ opacity4Depth: string;
1747
+ opacity5Depth: string;
1748
+ }, any>>>;
1749
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1750
+ color: string;
1751
+ opacity1Depth: string;
1752
+ opacity2Depth: string;
1753
+ opacity3Depth: string;
1754
+ opacity4Depth: string;
1755
+ opacity5Depth: string;
1756
+ }, any>>>;
1757
+ }, {
1758
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1759
+ mergedStyle: import("vue").ComputedRef<{
1760
+ fontSize: string | undefined;
1761
+ color: string | undefined;
1762
+ }>;
1763
+ cssVars: import("vue").ComputedRef<{
1764
+ '--n-bezier': string;
1765
+ '--n-color': string;
1766
+ '--n-opacity': string;
1767
+ }> | undefined;
1768
+ themeClass: import("vue").Ref<string> | undefined;
1769
+ onRender: (() => void) | undefined;
1770
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1771
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1772
+ readonly size: import("vue").PropType<string | number>;
1773
+ readonly color: StringConstructor;
1774
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1775
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1776
+ color: string;
1777
+ opacity1Depth: string;
1778
+ opacity2Depth: string;
1779
+ opacity3Depth: string;
1780
+ opacity4Depth: string;
1781
+ opacity5Depth: string;
1782
+ }, any>>;
1783
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1784
+ color: string;
1785
+ opacity1Depth: string;
1786
+ opacity2Depth: string;
1787
+ opacity3Depth: string;
1788
+ opacity4Depth: string;
1789
+ opacity5Depth: string;
1790
+ }, any>>>;
1791
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1792
+ color: string;
1793
+ opacity1Depth: string;
1794
+ opacity2Depth: string;
1795
+ opacity3Depth: string;
1796
+ opacity4Depth: string;
1797
+ opacity5Depth: string;
1798
+ }, any>>>;
1799
+ }>>, {}>;
1800
+ CGrid: import("../../../src/types").SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
1801
+ checkMethod: ({ row }: {
1802
+ row: any;
1803
+ }) => boolean;
1804
+ getRowStyle: ({ row }: any) => string | null;
1805
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1806
+ data: {
1807
+ type: ArrayConstructor;
1808
+ default: () => never[];
1809
+ };
1810
+ maxCheckSize: {
1811
+ type: NumberConstructor;
1812
+ default: number;
1813
+ };
1814
+ showFooter: BooleanConstructor;
1815
+ sumData: {
1816
+ type: ObjectConstructor;
1817
+ default: () => {};
1818
+ };
1819
+ avgData: {
1820
+ type: ObjectConstructor;
1821
+ default: () => {};
1822
+ };
1823
+ columnConfig: {
1824
+ type: ObjectConstructor;
1825
+ default: () => {};
1826
+ };
1827
+ refreshRow: {
1828
+ type: NumberConstructor;
1829
+ default: number;
1830
+ };
1831
+ relatedItems: {
1832
+ type: ObjectConstructor;
1833
+ default: () => {
1834
+ triggerMethodPc: string;
1835
+ triggerMethodField: string;
1836
+ };
1837
+ };
1838
+ pageVO: {
1839
+ type: ObjectConstructor;
1840
+ default: () => {
1841
+ pageIndex: number;
1842
+ pageSize: number;
1843
+ total: number;
1844
+ };
1845
+ };
1846
+ tableOptions: {
1847
+ type: ObjectConstructor;
1848
+ default: () => {};
1849
+ };
1850
+ quickSearchConfig: {
1851
+ type: ArrayConstructor;
1852
+ default: () => never[];
1853
+ };
1854
+ primaryKey: {
1855
+ type: StringConstructor;
1856
+ default: string;
1857
+ };
1858
+ tableDataCache: {
1859
+ type: ArrayConstructor;
1860
+ default: () => never[];
1861
+ };
1862
+ oldtableData: {
1863
+ type: ArrayConstructor;
1864
+ default: () => never[];
1865
+ };
1866
+ tableName: StringConstructor;
1867
+ fieldListOriginal: {
1868
+ type: ArrayConstructor;
1869
+ default: () => never[];
1870
+ };
1871
+ tableParams: {
1872
+ type: ObjectConstructor;
1873
+ default: () => {};
1874
+ };
1875
+ emptyItems: {
1876
+ type: ObjectConstructor;
1877
+ default: () => {
1878
+ noDataImg: string;
1879
+ noDataTip: string;
1880
+ };
1881
+ };
1882
+ styleSetting: {
1883
+ type: ObjectConstructor;
1884
+ default: () => {};
1885
+ };
1886
+ sysImageSize: {
1887
+ type: ArrayConstructor;
1888
+ default: () => never[];
1889
+ };
1890
+ height: StringConstructor;
1891
+ groupCountFields: {
1892
+ type: ArrayConstructor;
1893
+ default: () => never[];
1894
+ };
1895
+ groupCountMap: {
1896
+ type: ObjectConstructor;
1897
+ default: () => {};
1898
+ };
1899
+ listFormUnionSetting: {
1900
+ type: ObjectConstructor;
1901
+ default: () => {};
1902
+ };
1903
+ inlineEditFormConfig: {
1904
+ type: ObjectConstructor;
1905
+ default: () => {};
1906
+ };
1907
+ clickRowData: {
1908
+ type: ObjectConstructor;
1909
+ default: () => {};
1910
+ };
1911
+ btnList: {
1912
+ type: ArrayConstructor;
1913
+ default: () => never[];
1914
+ };
1915
+ spinning: BooleanConstructor;
1916
+ rowGroupSetting: {
1917
+ type: ObjectConstructor;
1918
+ default: () => {};
1919
+ };
1920
+ inlineEditFormSubmitDone: BooleanConstructor;
1921
+ isInlineOperating: {
1922
+ type: BooleanConstructor;
1923
+ default: boolean;
1924
+ };
1925
+ inlineEditCurrentOperateBtnId: StringConstructor;
1926
+ tableRefreshCache: {
1927
+ type: ObjectConstructor;
1928
+ default: () => {};
1929
+ };
1930
+ userInfo: {
1931
+ type: ObjectConstructor;
1932
+ default: () => {};
1933
+ };
1934
+ isInlineEditing: BooleanConstructor;
1935
+ isInlineAdding: BooleanConstructor;
1936
+ isInlineSave: BooleanConstructor;
1937
+ isInlineCancel: BooleanConstructor;
1938
+ inlineError: BooleanConstructor;
1939
+ resetInlineEdit: FunctionConstructor;
1940
+ resetEditRowStatus: FunctionConstructor;
1941
+ pageIndexOldtableData: {
1942
+ type: ArrayConstructor;
1943
+ default: () => never[];
1944
+ };
1945
+ submitForm: FunctionConstructor;
1946
+ isMatchComponent: BooleanConstructor;
1947
+ asyncCount: BooleanConstructor;
1948
+ showSettings: {
1949
+ type: ObjectConstructor;
1950
+ default: () => {};
1951
+ };
1952
+ inlineFormData: {
1953
+ type: ObjectConstructor;
1954
+ default: () => {};
1955
+ };
1956
+ inlineOriginalTableRow: {
1957
+ type: ObjectConstructor;
1958
+ default: () => {};
1959
+ };
1960
+ filterDomPortal: {
1961
+ type: StringConstructor;
1962
+ default: string;
1963
+ };
1964
+ filterTopOffset: {
1965
+ type: NumberConstructor;
1966
+ default: number;
1967
+ };
1968
+ isNestTable: {
1969
+ type: BooleanConstructor;
1970
+ default: boolean;
1971
+ };
1972
+ showNestTable: BooleanConstructor;
1973
+ curNestColumnConfig: {
1974
+ type: ObjectConstructor;
1975
+ default: () => {};
1976
+ };
1977
+ nestTableDataRequest: FunctionConstructor;
1978
+ isBatchEditing: BooleanConstructor;
1979
+ isEditAllRow: BooleanConstructor;
1980
+ isBatchSave: BooleanConstructor;
1981
+ isBatchCancel: BooleanConstructor;
1982
+ batchDynamicPropsCache: {
1983
+ type: ObjectConstructor;
1984
+ default: () => {};
1985
+ };
1986
+ batchEditDoneNumber: {
1987
+ type: ObjectConstructor;
1988
+ default: () => {};
1989
+ };
1990
+ batchError: BooleanConstructor;
1991
+ batchFormData: {
1992
+ type: ObjectConstructor;
1993
+ default: () => {};
1994
+ };
1995
+ resetInlineBatchEdit: FunctionConstructor;
1996
+ resetBatchEditRowStatus: FunctionConstructor;
1997
+ }>> & {
1998
+ [x: `on${string}`]: ((...args: any[]) => any) | undefined;
1999
+ }, {
2000
+ data: unknown[];
2001
+ showFooter: boolean;
2002
+ columnConfig: Record<string, any>;
2003
+ maxCheckSize: number;
2004
+ sumData: Record<string, any>;
2005
+ avgData: Record<string, any>;
2006
+ refreshRow: number;
2007
+ relatedItems: Record<string, any>;
2008
+ pageVO: Record<string, any>;
2009
+ tableOptions: Record<string, any>;
2010
+ quickSearchConfig: unknown[];
2011
+ primaryKey: string;
2012
+ tableDataCache: unknown[];
2013
+ oldtableData: unknown[];
2014
+ fieldListOriginal: unknown[];
2015
+ tableParams: Record<string, any>;
2016
+ emptyItems: Record<string, any>;
2017
+ styleSetting: Record<string, any>;
2018
+ sysImageSize: unknown[];
2019
+ groupCountFields: unknown[];
2020
+ groupCountMap: Record<string, any>;
2021
+ listFormUnionSetting: Record<string, any>;
2022
+ inlineEditFormConfig: Record<string, any>;
2023
+ clickRowData: Record<string, any>;
2024
+ btnList: unknown[];
2025
+ spinning: boolean;
2026
+ rowGroupSetting: Record<string, any>;
2027
+ inlineEditFormSubmitDone: boolean;
2028
+ isInlineOperating: boolean;
2029
+ tableRefreshCache: Record<string, any>;
2030
+ userInfo: Record<string, any>;
2031
+ isInlineEditing: boolean;
2032
+ isInlineAdding: boolean;
2033
+ isInlineSave: boolean;
2034
+ isInlineCancel: boolean;
2035
+ inlineError: boolean;
2036
+ pageIndexOldtableData: unknown[];
2037
+ isMatchComponent: boolean;
2038
+ asyncCount: boolean;
2039
+ showSettings: Record<string, any>;
2040
+ inlineFormData: Record<string, any>;
2041
+ inlineOriginalTableRow: Record<string, any>;
2042
+ filterDomPortal: string;
2043
+ filterTopOffset: number;
2044
+ isNestTable: boolean;
2045
+ showNestTable: boolean;
2046
+ curNestColumnConfig: Record<string, any>;
2047
+ isBatchEditing: boolean;
2048
+ isEditAllRow: boolean;
2049
+ isBatchSave: boolean;
2050
+ isBatchCancel: boolean;
2051
+ batchDynamicPropsCache: Record<string, any>;
2052
+ batchEditDoneNumber: Record<string, any>;
2053
+ batchError: boolean;
2054
+ batchFormData: Record<string, any>;
2055
+ }>;
2056
+ export default _default;