cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -98,1345 +98,9 @@ declare const _default: import("vue").DefineComponent<{
98
98
  renderLabel: ({ option }: {
99
99
  option: any;
100
100
  }) => any;
101
- NSpin: import("vue").DefineComponent<{
102
- description: StringConstructor;
103
- stroke: StringConstructor;
104
- size: {
105
- type: import("vue").PropType<number | "small" | "medium" | "large">;
106
- default: string;
107
- };
108
- show: {
109
- type: BooleanConstructor;
110
- default: boolean;
111
- };
112
- strokeWidth: NumberConstructor;
113
- rotate: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- spinning: {
118
- type: BooleanConstructor;
119
- validator: () => boolean;
120
- default: undefined;
121
- };
122
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
123
- fontSize: string;
124
- textColor: string;
125
- sizeTiny: string;
126
- sizeSmall: string;
127
- sizeMedium: string;
128
- sizeLarge: string;
129
- sizeHuge: string;
130
- color: string;
131
- opacitySpinning: string;
132
- }, any>>;
133
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
134
- fontSize: string;
135
- textColor: string;
136
- sizeTiny: string;
137
- sizeSmall: string;
138
- sizeMedium: string;
139
- sizeLarge: string;
140
- sizeHuge: string;
141
- color: string;
142
- opacitySpinning: string;
143
- }, any>>>;
144
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
145
- fontSize: string;
146
- textColor: string;
147
- sizeTiny: string;
148
- sizeSmall: string;
149
- sizeMedium: string;
150
- sizeLarge: string;
151
- sizeHuge: string;
152
- color: string;
153
- opacitySpinning: string;
154
- }, any>>>;
155
- }, {
156
- mergedClsPrefix: import("vue").ComputedRef<string>;
157
- compitableShow: import("vue").ComputedRef<boolean>;
158
- mergedStrokeWidth: import("vue").ComputedRef<number>;
159
- cssVars: import("vue").ComputedRef<{
160
- '--n-bezier': string;
161
- '--n-opacity-spinning': string;
162
- '--n-size': string;
163
- '--n-color': string;
164
- '--n-text-color': string;
165
- }> | undefined;
166
- themeClass: import("vue").Ref<string> | undefined;
167
- onRender: (() => void) | undefined;
168
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
169
- description: StringConstructor;
170
- stroke: StringConstructor;
171
- size: {
172
- type: import("vue").PropType<number | "small" | "medium" | "large">;
173
- default: string;
174
- };
175
- show: {
176
- type: BooleanConstructor;
177
- default: boolean;
178
- };
179
- strokeWidth: NumberConstructor;
180
- rotate: {
181
- type: BooleanConstructor;
182
- default: boolean;
183
- };
184
- spinning: {
185
- type: BooleanConstructor;
186
- validator: () => boolean;
187
- default: undefined;
188
- };
189
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
190
- fontSize: string;
191
- textColor: string;
192
- sizeTiny: string;
193
- sizeSmall: string;
194
- sizeMedium: string;
195
- sizeLarge: string;
196
- sizeHuge: string;
197
- color: string;
198
- opacitySpinning: string;
199
- }, any>>;
200
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
201
- fontSize: string;
202
- textColor: string;
203
- sizeTiny: string;
204
- sizeSmall: string;
205
- sizeMedium: string;
206
- sizeLarge: string;
207
- sizeHuge: string;
208
- color: string;
209
- opacitySpinning: string;
210
- }, any>>>;
211
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
212
- fontSize: string;
213
- textColor: string;
214
- sizeTiny: string;
215
- sizeSmall: string;
216
- sizeMedium: string;
217
- sizeLarge: string;
218
- sizeHuge: string;
219
- color: string;
220
- opacitySpinning: string;
221
- }, any>>>;
222
- }>>, {
223
- size: number | "small" | "medium" | "large";
224
- show: boolean;
225
- rotate: boolean;
226
- spinning: boolean;
227
- }>;
228
- NTree: import("vue").DefineComponent<{
229
- readonly internalTreeSelect: BooleanConstructor;
230
- readonly internalScrollable: BooleanConstructor;
231
- readonly internalScrollablePadding: StringConstructor;
232
- readonly internalRenderEmpty: import("vue").PropType<() => import("vue").VNodeChild>;
233
- readonly internalHighlightKeySet: import("vue").PropType<Set<import("naive-ui/es/tree/src/interface").Key> | null>;
234
- readonly internalUnifySelectCheck: BooleanConstructor;
235
- readonly internalCheckboxFocusable: {
236
- readonly type: BooleanConstructor;
237
- readonly default: true;
238
- };
239
- readonly internalFocusable: {
240
- readonly type: BooleanConstructor;
241
- readonly default: true;
242
- };
243
- readonly checkStrategy: {
244
- readonly type: import("vue").PropType<import("treemate").CheckStrategy>;
245
- readonly default: "all";
246
- };
247
- readonly leafOnly: BooleanConstructor;
248
- readonly allowCheckingNotLoaded: BooleanConstructor;
249
- readonly filter: import("vue").PropType<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
250
- readonly defaultExpandAll: BooleanConstructor;
251
- readonly expandedKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
252
- readonly keyField: {
253
- readonly type: StringConstructor;
254
- readonly default: "key";
255
- };
256
- readonly labelField: {
257
- readonly type: StringConstructor;
258
- readonly default: "label";
259
- };
260
- readonly childrenField: {
261
- readonly type: StringConstructor;
262
- readonly default: "children";
263
- };
264
- readonly disabledField: {
265
- readonly type: StringConstructor;
266
- readonly default: "disabled";
267
- };
268
- readonly defaultExpandedKeys: {
269
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
270
- readonly default: () => never[];
271
- };
272
- readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
273
- readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
274
- readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
275
- readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
276
- readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
277
- readonly 'onUpdate:expandedKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
278
- readonly accordion: BooleanConstructor;
279
- readonly showIrrelevantNodes: {
280
- readonly type: BooleanConstructor;
281
- readonly default: true;
282
- };
283
- readonly data: {
284
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptions>;
285
- readonly default: () => never[];
286
- };
287
- readonly expandOnDragenter: {
288
- readonly type: BooleanConstructor;
289
- readonly default: true;
290
- };
291
- readonly expandOnClick: BooleanConstructor;
292
- readonly checkOnClick: {
293
- readonly type: import("vue").PropType<boolean | import("naive-ui/es/tree/src/interface").CheckOnClick>;
294
- readonly default: false;
295
- };
296
- readonly cancelable: {
297
- readonly type: BooleanConstructor;
298
- readonly default: true;
299
- };
300
- readonly checkable: BooleanConstructor;
301
- readonly draggable: BooleanConstructor;
302
- readonly blockNode: BooleanConstructor;
303
- readonly blockLine: BooleanConstructor;
304
- readonly disabled: BooleanConstructor;
305
- readonly checkedKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
306
- readonly defaultCheckedKeys: {
307
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
308
- readonly default: () => never[];
309
- };
310
- readonly selectedKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
311
- readonly defaultSelectedKeys: {
312
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
313
- readonly default: () => never[];
314
- };
315
- readonly multiple: BooleanConstructor;
316
- readonly pattern: {
317
- readonly type: StringConstructor;
318
- readonly default: "";
319
- };
320
- readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<void>>;
321
- readonly cascade: BooleanConstructor;
322
- readonly selectable: {
323
- readonly type: BooleanConstructor;
324
- readonly default: true;
325
- };
326
- readonly indent: {
327
- readonly type: NumberConstructor;
328
- readonly default: 16;
329
- };
330
- readonly allowDrop: {
331
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").AllowDrop>;
332
- readonly default: typeof import("naive-ui/es/tree/src/dnd").defaultAllowDrop;
333
- };
334
- readonly animated: {
335
- readonly type: BooleanConstructor;
336
- readonly default: true;
337
- };
338
- readonly checkboxPlacement: {
339
- readonly type: import("vue").PropType<"left" | "right">;
340
- readonly default: "left";
341
- };
342
- readonly virtualScroll: BooleanConstructor;
343
- readonly watchProps: import("vue").PropType<("defaultExpandedKeys" | "defaultCheckedKeys" | "defaultSelectedKeys")[]>;
344
- readonly renderLabel: import("vue").PropType<({ option, checked, selected }: import("naive-ui/es/tree/src/interface").TreeRenderProps) => import("vue").VNodeChild>;
345
- readonly renderPrefix: import("vue").PropType<({ option, checked, selected }: import("naive-ui/es/tree/src/interface").TreeRenderProps) => import("vue").VNodeChild>;
346
- readonly renderSuffix: import("vue").PropType<({ option, checked, selected }: import("naive-ui/es/tree/src/interface").TreeRenderProps) => import("vue").VNodeChild>;
347
- readonly nodeProps: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeNodeProps>;
348
- readonly keyboard: {
349
- readonly type: BooleanConstructor;
350
- readonly default: true;
351
- };
352
- readonly onDragenter: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
353
- readonly onDragleave: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
354
- readonly onDragend: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
355
- readonly onDragstart: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
356
- readonly onDragover: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
357
- readonly onDrop: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDropInfo) => void>>;
358
- readonly onUpdateCheckedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
359
- readonly 'onUpdate:checkedKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
360
- readonly onUpdateSelectedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
361
- readonly 'onUpdate:selectedKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
362
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tree", {
363
- fontSize: string;
364
- nodeBorderRadius: string;
365
- nodeColorHover: string;
366
- nodeColorPressed: string;
367
- nodeColorActive: string;
368
- arrowColor: string;
369
- nodeTextColor: string;
370
- nodeTextColorDisabled: string;
371
- loadingColor: string;
372
- dropMarkColor: string;
373
- }, {
374
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
375
- labelLineHeight: string;
376
- fontSizeSmall: string;
377
- fontSizeMedium: string;
378
- fontSizeLarge: string;
379
- borderRadius: string;
380
- color: string;
381
- colorChecked: string;
382
- colorDisabled: string;
383
- colorDisabledChecked: string;
384
- colorTableHeader: string;
385
- colorTableHeaderModal: string;
386
- colorTableHeaderPopover: string;
387
- checkMarkColor: string;
388
- checkMarkColorDisabled: string;
389
- checkMarkColorDisabledChecked: string;
390
- border: string;
391
- borderDisabled: string;
392
- borderDisabledChecked: string;
393
- borderChecked: string;
394
- borderFocus: string;
395
- boxShadowFocus: string;
396
- textColor: string;
397
- textColorDisabled: string;
398
- sizeSmall: string;
399
- sizeMedium: string;
400
- sizeLarge: string;
401
- labelPadding: string;
402
- }, any>;
403
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
404
- color: string;
405
- colorHover: string;
406
- }, any>;
407
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
408
- fontSizeSmall: string;
409
- fontSizeMedium: string;
410
- fontSizeLarge: string;
411
- fontSizeHuge: string;
412
- textColor: string;
413
- iconColor: string;
414
- extraTextColor: string;
415
- iconSizeSmall: string;
416
- iconSizeMedium: string;
417
- iconSizeLarge: string;
418
- iconSizeHuge: string;
419
- }, any>;
420
- }>>;
421
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tree", {
422
- fontSize: string;
423
- nodeBorderRadius: string;
424
- nodeColorHover: string;
425
- nodeColorPressed: string;
426
- nodeColorActive: string;
427
- arrowColor: string;
428
- nodeTextColor: string;
429
- nodeTextColorDisabled: string;
430
- loadingColor: string;
431
- dropMarkColor: string;
432
- }, {
433
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
434
- labelLineHeight: string;
435
- fontSizeSmall: string;
436
- fontSizeMedium: string;
437
- fontSizeLarge: string;
438
- borderRadius: string;
439
- color: string;
440
- colorChecked: string;
441
- colorDisabled: string;
442
- colorDisabledChecked: string;
443
- colorTableHeader: string;
444
- colorTableHeaderModal: string;
445
- colorTableHeaderPopover: string;
446
- checkMarkColor: string;
447
- checkMarkColorDisabled: string;
448
- checkMarkColorDisabledChecked: string;
449
- border: string;
450
- borderDisabled: string;
451
- borderDisabledChecked: string;
452
- borderChecked: string;
453
- borderFocus: string;
454
- boxShadowFocus: string;
455
- textColor: string;
456
- textColorDisabled: string;
457
- sizeSmall: string;
458
- sizeMedium: string;
459
- sizeLarge: string;
460
- labelPadding: string;
461
- }, any>;
462
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
463
- color: string;
464
- colorHover: string;
465
- }, any>;
466
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
467
- fontSizeSmall: string;
468
- fontSizeMedium: string;
469
- fontSizeLarge: string;
470
- fontSizeHuge: string;
471
- textColor: string;
472
- iconColor: string;
473
- extraTextColor: string;
474
- iconSizeSmall: string;
475
- iconSizeMedium: string;
476
- iconSizeLarge: string;
477
- iconSizeHuge: string;
478
- }, any>;
479
- }>>>;
480
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tree", {
481
- fontSize: string;
482
- nodeBorderRadius: string;
483
- nodeColorHover: string;
484
- nodeColorPressed: string;
485
- nodeColorActive: string;
486
- arrowColor: string;
487
- nodeTextColor: string;
488
- nodeTextColorDisabled: string;
489
- loadingColor: string;
490
- dropMarkColor: string;
491
- }, {
492
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
493
- labelLineHeight: string;
494
- fontSizeSmall: string;
495
- fontSizeMedium: string;
496
- fontSizeLarge: string;
497
- borderRadius: string;
498
- color: string;
499
- colorChecked: string;
500
- colorDisabled: string;
501
- colorDisabledChecked: string;
502
- colorTableHeader: string;
503
- colorTableHeaderModal: string;
504
- colorTableHeaderPopover: string;
505
- checkMarkColor: string;
506
- checkMarkColorDisabled: string;
507
- checkMarkColorDisabledChecked: string;
508
- border: string;
509
- borderDisabled: string;
510
- borderDisabledChecked: string;
511
- borderChecked: string;
512
- borderFocus: string;
513
- boxShadowFocus: string;
514
- textColor: string;
515
- textColorDisabled: string;
516
- sizeSmall: string;
517
- sizeMedium: string;
518
- sizeLarge: string;
519
- labelPadding: string;
520
- }, any>;
521
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
522
- color: string;
523
- colorHover: string;
524
- }, any>;
525
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
526
- fontSizeSmall: string;
527
- fontSizeMedium: string;
528
- fontSizeLarge: string;
529
- fontSizeHuge: string;
530
- textColor: string;
531
- iconColor: string;
532
- extraTextColor: string;
533
- iconSizeSmall: string;
534
- iconSizeMedium: string;
535
- iconSizeLarge: string;
536
- iconSizeHuge: string;
537
- }, any>;
538
- }>>>;
539
- }, {
540
- mergedClsPrefix: import("vue").ComputedRef<string>;
541
- mergedTheme: import("vue").ComputedRef<{
542
- common: {
543
- baseColor: string;
544
- primaryColor: string;
545
- primaryColorHover: string;
546
- primaryColorPressed: string;
547
- primaryColorSuppl: string;
548
- infoColor: string;
549
- infoColorHover: string;
550
- infoColorPressed: string;
551
- infoColorSuppl: string;
552
- successColor: string;
553
- successColorHover: string;
554
- successColorPressed: string;
555
- successColorSuppl: string;
556
- warningColor: string;
557
- warningColorHover: string;
558
- warningColorPressed: string;
559
- warningColorSuppl: string;
560
- errorColor: string;
561
- errorColorHover: string;
562
- errorColorPressed: string;
563
- errorColorSuppl: string;
564
- textColorBase: string;
565
- textColor1: string;
566
- textColor2: string;
567
- textColor3: string;
568
- textColorDisabled: string;
569
- placeholderColor: string;
570
- placeholderColorDisabled: string;
571
- iconColor: string;
572
- iconColorHover: string;
573
- iconColorPressed: string;
574
- iconColorDisabled: string;
575
- opacity1: string;
576
- opacity2: string;
577
- opacity3: string;
578
- opacity4: string;
579
- opacity5: string;
580
- dividerColor: string;
581
- borderColor: string;
582
- closeIconColor: string;
583
- closeIconColorHover: string;
584
- closeIconColorPressed: string;
585
- closeColorHover: string;
586
- closeColorPressed: string;
587
- clearColor: string;
588
- clearColorHover: string;
589
- clearColorPressed: string;
590
- scrollbarColor: string;
591
- scrollbarColorHover: string;
592
- scrollbarWidth: string;
593
- scrollbarHeight: string;
594
- scrollbarBorderRadius: string;
595
- progressRailColor: string;
596
- railColor: string;
597
- popoverColor: string;
598
- tableColor: string;
599
- cardColor: string;
600
- modalColor: string;
601
- bodyColor: string;
602
- tagColor: string;
603
- avatarColor: string;
604
- invertedColor: string;
605
- inputColor: string;
606
- codeColor: string;
607
- tabColor: string;
608
- actionColor: string;
609
- tableHeaderColor: string;
610
- hoverColor: string;
611
- tableColorHover: string;
612
- tableColorStriped: string;
613
- pressedColor: string;
614
- opacityDisabled: string;
615
- inputColorDisabled: string;
616
- buttonColor2: string;
617
- buttonColor2Hover: string;
618
- buttonColor2Pressed: string;
619
- boxShadow1: string;
620
- boxShadow2: string;
621
- boxShadow3: string;
622
- fontFamily: string;
623
- fontFamilyMono: string;
624
- fontWeight: string;
625
- fontWeightStrong: string;
626
- cubicBezierEaseInOut: string;
627
- cubicBezierEaseOut: string;
628
- cubicBezierEaseIn: string;
629
- borderRadius: string;
630
- borderRadiusSmall: string;
631
- fontSize: string;
632
- fontSizeMini: string;
633
- fontSizeTiny: string;
634
- fontSizeSmall: string;
635
- fontSizeMedium: string;
636
- fontSizeLarge: string;
637
- fontSizeHuge: string;
638
- lineHeight: string;
639
- heightMini: string;
640
- heightTiny: string;
641
- heightSmall: string;
642
- heightMedium: string;
643
- heightLarge: string;
644
- heightHuge: string;
645
- name: "common";
646
- };
647
- self: {
648
- fontSize: string;
649
- nodeBorderRadius: string;
650
- nodeColorHover: string;
651
- nodeColorPressed: string;
652
- nodeColorActive: string;
653
- arrowColor: string;
654
- nodeTextColor: string;
655
- nodeTextColorDisabled: string;
656
- loadingColor: string;
657
- dropMarkColor: string;
658
- };
659
- peers: {
660
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
661
- labelLineHeight: string;
662
- fontSizeSmall: string;
663
- fontSizeMedium: string;
664
- fontSizeLarge: string;
665
- borderRadius: string;
666
- color: string;
667
- colorChecked: string;
668
- colorDisabled: string;
669
- colorDisabledChecked: string;
670
- colorTableHeader: string;
671
- colorTableHeaderModal: string;
672
- colorTableHeaderPopover: string;
673
- checkMarkColor: string;
674
- checkMarkColorDisabled: string;
675
- checkMarkColorDisabledChecked: string;
676
- border: string;
677
- borderDisabled: string;
678
- borderDisabledChecked: string;
679
- borderChecked: string;
680
- borderFocus: string;
681
- boxShadowFocus: string;
682
- textColor: string;
683
- textColorDisabled: string;
684
- sizeSmall: string;
685
- sizeMedium: string;
686
- sizeLarge: string;
687
- labelPadding: string;
688
- }, any>;
689
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
690
- color: string;
691
- colorHover: string;
692
- }, any>;
693
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
694
- fontSizeSmall: string;
695
- fontSizeMedium: string;
696
- fontSizeLarge: string;
697
- fontSizeHuge: string;
698
- textColor: string;
699
- iconColor: string;
700
- extraTextColor: string;
701
- iconSizeSmall: string;
702
- iconSizeMedium: string;
703
- iconSizeLarge: string;
704
- iconSizeHuge: string;
705
- }, any>;
706
- };
707
- peerOverrides: {
708
- Checkbox?: {
709
- peers?: {
710
- [x: string]: any;
711
- } | undefined;
712
- } | undefined;
713
- Scrollbar?: {
714
- peers?: {
715
- [x: string]: any;
716
- } | undefined;
717
- } | undefined;
718
- Empty?: {
719
- peers?: {
720
- [x: string]: any;
721
- } | undefined;
722
- } | undefined;
723
- };
724
- }>;
725
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
726
- fNodes: import("vue").ComputedRef<({
727
- key: import("treemate").Key;
728
- rawNode: {
729
- [x: string]: unknown;
730
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
731
- label?: string | undefined;
732
- checkboxDisabled?: boolean | undefined;
733
- disabled?: boolean | undefined;
734
- isLeaf?: boolean | undefined;
735
- children?: any[] | undefined;
736
- prefix?: (() => import("vue").VNodeChild) | undefined;
737
- suffix?: (() => import("vue").VNodeChild) | undefined;
738
- };
739
- level: number;
740
- index: number;
741
- isFirstChild: boolean;
742
- isLastChild: boolean;
743
- parent: {
744
- key: import("treemate").Key;
745
- rawNode: {
746
- [x: string]: unknown;
747
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
748
- label?: string | undefined;
749
- checkboxDisabled?: boolean | undefined;
750
- disabled?: boolean | undefined;
751
- isLeaf?: boolean | undefined;
752
- children?: any[] | undefined;
753
- prefix?: (() => import("vue").VNodeChild) | undefined;
754
- suffix?: (() => import("vue").VNodeChild) | undefined;
755
- };
756
- level: number;
757
- index: number;
758
- isFirstChild: boolean;
759
- isLastChild: boolean;
760
- parent: any;
761
- isLeaf: boolean;
762
- isGroup: boolean;
763
- ignored: boolean;
764
- shallowLoaded: boolean;
765
- disabled: boolean;
766
- siblings: any[];
767
- children?: any[] | undefined;
768
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
769
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
770
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
771
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
772
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
773
- } | null;
774
- isLeaf: boolean;
775
- isGroup: boolean;
776
- ignored: boolean;
777
- shallowLoaded: boolean;
778
- disabled: boolean;
779
- siblings: {
780
- key: import("treemate").Key;
781
- rawNode: {
782
- [x: string]: unknown;
783
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
784
- label?: string | undefined;
785
- checkboxDisabled?: boolean | undefined;
786
- disabled?: boolean | undefined;
787
- isLeaf?: boolean | undefined;
788
- children?: any[] | undefined;
789
- prefix?: (() => import("vue").VNodeChild) | undefined;
790
- suffix?: (() => import("vue").VNodeChild) | undefined;
791
- };
792
- level: number;
793
- index: number;
794
- isFirstChild: boolean;
795
- isLastChild: boolean;
796
- parent: any;
797
- isLeaf: boolean;
798
- isGroup: boolean;
799
- ignored: boolean;
800
- shallowLoaded: boolean;
801
- disabled: boolean;
802
- siblings: any[];
803
- children?: any[] | undefined;
804
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
805
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
806
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
807
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
808
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
809
- }[];
810
- children?: {
811
- key: import("treemate").Key;
812
- rawNode: {
813
- [x: string]: unknown;
814
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
815
- label?: string | undefined;
816
- checkboxDisabled?: boolean | undefined;
817
- disabled?: boolean | undefined;
818
- isLeaf?: boolean | undefined;
819
- children?: any[] | undefined;
820
- prefix?: (() => import("vue").VNodeChild) | undefined;
821
- suffix?: (() => import("vue").VNodeChild) | undefined;
822
- };
823
- level: number;
824
- index: number;
825
- isFirstChild: boolean;
826
- isLastChild: boolean;
827
- parent: any;
828
- isLeaf: boolean;
829
- isGroup: boolean;
830
- ignored: boolean;
831
- shallowLoaded: boolean;
832
- disabled: boolean;
833
- siblings: any[];
834
- children?: any[] | undefined;
835
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
836
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
837
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
838
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
839
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
840
- }[] | undefined;
841
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
842
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
843
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
844
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
845
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
846
- } | {
847
- __motion: true;
848
- height: number | undefined;
849
- mode: "collapse" | "expand";
850
- nodes: {
851
- key: import("treemate").Key;
852
- rawNode: {
853
- [x: string]: unknown;
854
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
855
- label?: string | undefined;
856
- checkboxDisabled?: boolean | undefined;
857
- disabled?: boolean | undefined;
858
- isLeaf?: boolean | undefined;
859
- children?: any[] | undefined;
860
- prefix?: (() => import("vue").VNodeChild) | undefined;
861
- suffix?: (() => import("vue").VNodeChild) | undefined;
862
- };
863
- level: number;
864
- index: number;
865
- isFirstChild: boolean;
866
- isLastChild: boolean;
867
- parent: {
868
- key: import("treemate").Key;
869
- rawNode: {
870
- [x: string]: unknown;
871
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
872
- label?: string | undefined;
873
- checkboxDisabled?: boolean | undefined;
874
- disabled?: boolean | undefined;
875
- isLeaf?: boolean | undefined;
876
- children?: any[] | undefined;
877
- prefix?: (() => import("vue").VNodeChild) | undefined;
878
- suffix?: (() => import("vue").VNodeChild) | undefined;
879
- };
880
- level: number;
881
- index: number;
882
- isFirstChild: boolean;
883
- isLastChild: boolean;
884
- parent: any;
885
- isLeaf: boolean;
886
- isGroup: boolean;
887
- ignored: boolean;
888
- shallowLoaded: boolean;
889
- disabled: boolean;
890
- siblings: any[];
891
- children?: any[] | undefined;
892
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
893
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
894
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
895
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
896
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
897
- } | null;
898
- isLeaf: boolean;
899
- isGroup: boolean;
900
- ignored: boolean;
901
- shallowLoaded: boolean;
902
- disabled: boolean;
903
- siblings: {
904
- key: import("treemate").Key;
905
- rawNode: {
906
- [x: string]: unknown;
907
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
908
- label?: string | undefined;
909
- checkboxDisabled?: boolean | undefined;
910
- disabled?: boolean | undefined;
911
- isLeaf?: boolean | undefined;
912
- children?: any[] | undefined;
913
- prefix?: (() => import("vue").VNodeChild) | undefined;
914
- suffix?: (() => import("vue").VNodeChild) | undefined;
915
- };
916
- level: number;
917
- index: number;
918
- isFirstChild: boolean;
919
- isLastChild: boolean;
920
- parent: any;
921
- isLeaf: boolean;
922
- isGroup: boolean;
923
- ignored: boolean;
924
- shallowLoaded: boolean;
925
- disabled: boolean;
926
- siblings: any[];
927
- children?: any[] | undefined;
928
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
929
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
930
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
931
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
932
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
933
- }[];
934
- children?: {
935
- key: import("treemate").Key;
936
- rawNode: {
937
- [x: string]: unknown;
938
- key?: import("naive-ui/es/tree/src/interface").Key | undefined;
939
- label?: string | undefined;
940
- checkboxDisabled?: boolean | undefined;
941
- disabled?: boolean | undefined;
942
- isLeaf?: boolean | undefined;
943
- children?: any[] | undefined;
944
- prefix?: (() => import("vue").VNodeChild) | undefined;
945
- suffix?: (() => import("vue").VNodeChild) | undefined;
946
- };
947
- level: number;
948
- index: number;
949
- isFirstChild: boolean;
950
- isLastChild: boolean;
951
- parent: any;
952
- isLeaf: boolean;
953
- isGroup: boolean;
954
- ignored: boolean;
955
- shallowLoaded: boolean;
956
- disabled: boolean;
957
- siblings: any[];
958
- children?: any[] | undefined;
959
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
960
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
961
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
962
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
963
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
964
- }[] | undefined;
965
- getPrev: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
966
- getNext: (options?: import("treemate/lib/interface").GetPrevNextOptions | undefined) => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
967
- getParent: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
968
- getChild: () => import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null;
969
- contains: (treeNode: import("treemate").TreeNode<import("naive-ui").TreeOption, import("naive-ui").TreeOption, import("naive-ui").TreeOption> | null | undefined) => boolean;
970
- }[];
971
- })[]>;
972
- aip: import("vue").Ref<boolean>;
973
- selfElRef: import("vue").Ref<HTMLDivElement | null>;
974
- virtualListInstRef: import("vue").Ref<{
975
- listElRef: HTMLElement;
976
- itemsElRef: HTMLElement | null;
977
- scrollTo: import("vueuc/lib/virtual-list/src/VirtualList").ScrollTo;
978
- } | null>;
979
- scrollbarInstRef: import("vue").Ref<{
980
- $el: HTMLElement;
981
- containerRef: HTMLElement | null;
982
- contentRef: HTMLElement | null;
983
- containerScrollTop: number;
984
- syncUnifiedContainer: () => void;
985
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
986
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
987
- sync: () => void;
988
- handleMouseEnterWrapper: () => void;
989
- handleMouseLeaveWrapper: () => void;
990
- } | null>;
991
- handleFocusout: (e: FocusEvent) => void;
992
- handleDragLeaveTree: (e: DragEvent) => void;
993
- handleScroll: () => void;
994
- getScrollContainer: () => HTMLElement | null | undefined;
995
- getScrollContent: () => HTMLElement | null | undefined;
996
- handleAfterEnter: () => void;
997
- handleResize: () => void;
998
- handleKeydown: (e: KeyboardEvent) => void;
999
- scrollTo: (options: {
1000
- key: import("naive-ui/es/tree/src/interface").Key;
1001
- }) => void;
1002
- cssVars: import("vue").ComputedRef<{
1003
- '--n-arrow-color': string;
1004
- '--n-loading-color': string;
1005
- '--n-bezier': string;
1006
- '--n-font-size': string;
1007
- '--n-node-border-radius': string;
1008
- '--n-node-color-active': string;
1009
- '--n-node-color-hover': string;
1010
- '--n-node-color-pressed': string;
1011
- '--n-node-text-color': string;
1012
- '--n-node-text-color-disabled': string;
1013
- '--n-drop-mark-color': string;
1014
- }> | undefined;
1015
- themeClass: import("vue").Ref<string> | undefined;
1016
- onRender: (() => void) | undefined;
1017
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1018
- readonly internalTreeSelect: BooleanConstructor;
1019
- readonly internalScrollable: BooleanConstructor;
1020
- readonly internalScrollablePadding: StringConstructor;
1021
- readonly internalRenderEmpty: import("vue").PropType<() => import("vue").VNodeChild>;
1022
- readonly internalHighlightKeySet: import("vue").PropType<Set<import("naive-ui/es/tree/src/interface").Key> | null>;
1023
- readonly internalUnifySelectCheck: BooleanConstructor;
1024
- readonly internalCheckboxFocusable: {
1025
- readonly type: BooleanConstructor;
1026
- readonly default: true;
1027
- };
1028
- readonly internalFocusable: {
1029
- readonly type: BooleanConstructor;
1030
- readonly default: true;
1031
- };
1032
- readonly checkStrategy: {
1033
- readonly type: import("vue").PropType<import("treemate").CheckStrategy>;
1034
- readonly default: "all";
1035
- };
1036
- readonly leafOnly: BooleanConstructor;
1037
- readonly allowCheckingNotLoaded: BooleanConstructor;
1038
- readonly filter: import("vue").PropType<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
1039
- readonly defaultExpandAll: BooleanConstructor;
1040
- readonly expandedKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1041
- readonly keyField: {
1042
- readonly type: StringConstructor;
1043
- readonly default: "key";
1044
- };
1045
- readonly labelField: {
1046
- readonly type: StringConstructor;
1047
- readonly default: "label";
1048
- };
1049
- readonly childrenField: {
1050
- readonly type: StringConstructor;
1051
- readonly default: "children";
1052
- };
1053
- readonly disabledField: {
1054
- readonly type: StringConstructor;
1055
- readonly default: "disabled";
1056
- };
1057
- readonly defaultExpandedKeys: {
1058
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1059
- readonly default: () => never[];
1060
- };
1061
- readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1062
- readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
1063
- readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1064
- readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1065
- readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1066
- readonly 'onUpdate:expandedKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1067
- readonly accordion: BooleanConstructor;
1068
- readonly showIrrelevantNodes: {
1069
- readonly type: BooleanConstructor;
1070
- readonly default: true;
1071
- };
1072
- readonly data: {
1073
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeOptions>;
1074
- readonly default: () => never[];
1075
- };
1076
- readonly expandOnDragenter: {
1077
- readonly type: BooleanConstructor;
1078
- readonly default: true;
1079
- };
1080
- readonly expandOnClick: BooleanConstructor;
1081
- readonly checkOnClick: {
1082
- readonly type: import("vue").PropType<boolean | import("naive-ui/es/tree/src/interface").CheckOnClick>;
1083
- readonly default: false;
1084
- };
1085
- readonly cancelable: {
1086
- readonly type: BooleanConstructor;
1087
- readonly default: true;
1088
- };
1089
- readonly checkable: BooleanConstructor;
1090
- readonly draggable: BooleanConstructor;
1091
- readonly blockNode: BooleanConstructor;
1092
- readonly blockLine: BooleanConstructor;
1093
- readonly disabled: BooleanConstructor;
1094
- readonly checkedKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1095
- readonly defaultCheckedKeys: {
1096
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1097
- readonly default: () => never[];
1098
- };
1099
- readonly selectedKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1100
- readonly defaultSelectedKeys: {
1101
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1102
- readonly default: () => never[];
1103
- };
1104
- readonly multiple: BooleanConstructor;
1105
- readonly pattern: {
1106
- readonly type: StringConstructor;
1107
- readonly default: "";
1108
- };
1109
- readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<void>>;
1110
- readonly cascade: BooleanConstructor;
1111
- readonly selectable: {
1112
- readonly type: BooleanConstructor;
1113
- readonly default: true;
1114
- };
1115
- readonly indent: {
1116
- readonly type: NumberConstructor;
1117
- readonly default: 16;
1118
- };
1119
- readonly allowDrop: {
1120
- readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").AllowDrop>;
1121
- readonly default: typeof import("naive-ui/es/tree/src/dnd").defaultAllowDrop;
1122
- };
1123
- readonly animated: {
1124
- readonly type: BooleanConstructor;
1125
- readonly default: true;
1126
- };
1127
- readonly checkboxPlacement: {
1128
- readonly type: import("vue").PropType<"left" | "right">;
1129
- readonly default: "left";
1130
- };
1131
- readonly virtualScroll: BooleanConstructor;
1132
- readonly watchProps: import("vue").PropType<("defaultExpandedKeys" | "defaultCheckedKeys" | "defaultSelectedKeys")[]>;
1133
- readonly renderLabel: import("vue").PropType<({ option, checked, selected }: import("naive-ui/es/tree/src/interface").TreeRenderProps) => import("vue").VNodeChild>;
1134
- readonly renderPrefix: import("vue").PropType<({ option, checked, selected }: import("naive-ui/es/tree/src/interface").TreeRenderProps) => import("vue").VNodeChild>;
1135
- readonly renderSuffix: import("vue").PropType<({ option, checked, selected }: import("naive-ui/es/tree/src/interface").TreeRenderProps) => import("vue").VNodeChild>;
1136
- readonly nodeProps: import("vue").PropType<import("naive-ui/es/tree/src/interface").TreeNodeProps>;
1137
- readonly keyboard: {
1138
- readonly type: BooleanConstructor;
1139
- readonly default: true;
1140
- };
1141
- readonly onDragenter: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
1142
- readonly onDragleave: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
1143
- readonly onDragend: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
1144
- readonly onDragstart: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
1145
- readonly onDragover: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDragInfo) => void>>;
1146
- readonly onDrop: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: import("naive-ui").TreeDropInfo) => void>>;
1147
- readonly onUpdateCheckedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1148
- readonly 'onUpdate:checkedKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1149
- readonly onUpdateSelectedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1150
- readonly 'onUpdate:selectedKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1151
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tree", {
1152
- fontSize: string;
1153
- nodeBorderRadius: string;
1154
- nodeColorHover: string;
1155
- nodeColorPressed: string;
1156
- nodeColorActive: string;
1157
- arrowColor: string;
1158
- nodeTextColor: string;
1159
- nodeTextColorDisabled: string;
1160
- loadingColor: string;
1161
- dropMarkColor: string;
1162
- }, {
1163
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1164
- labelLineHeight: string;
1165
- fontSizeSmall: string;
1166
- fontSizeMedium: string;
1167
- fontSizeLarge: string;
1168
- borderRadius: string;
1169
- color: string;
1170
- colorChecked: string;
1171
- colorDisabled: string;
1172
- colorDisabledChecked: string;
1173
- colorTableHeader: string;
1174
- colorTableHeaderModal: string;
1175
- colorTableHeaderPopover: string;
1176
- checkMarkColor: string;
1177
- checkMarkColorDisabled: string;
1178
- checkMarkColorDisabledChecked: string;
1179
- border: string;
1180
- borderDisabled: string;
1181
- borderDisabledChecked: string;
1182
- borderChecked: string;
1183
- borderFocus: string;
1184
- boxShadowFocus: string;
1185
- textColor: string;
1186
- textColorDisabled: string;
1187
- sizeSmall: string;
1188
- sizeMedium: string;
1189
- sizeLarge: string;
1190
- labelPadding: string;
1191
- }, any>;
1192
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1193
- color: string;
1194
- colorHover: string;
1195
- }, any>;
1196
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1197
- fontSizeSmall: string;
1198
- fontSizeMedium: string;
1199
- fontSizeLarge: string;
1200
- fontSizeHuge: string;
1201
- textColor: string;
1202
- iconColor: string;
1203
- extraTextColor: string;
1204
- iconSizeSmall: string;
1205
- iconSizeMedium: string;
1206
- iconSizeLarge: string;
1207
- iconSizeHuge: string;
1208
- }, any>;
1209
- }>>;
1210
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tree", {
1211
- fontSize: string;
1212
- nodeBorderRadius: string;
1213
- nodeColorHover: string;
1214
- nodeColorPressed: string;
1215
- nodeColorActive: string;
1216
- arrowColor: string;
1217
- nodeTextColor: string;
1218
- nodeTextColorDisabled: string;
1219
- loadingColor: string;
1220
- dropMarkColor: string;
1221
- }, {
1222
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1223
- labelLineHeight: string;
1224
- fontSizeSmall: string;
1225
- fontSizeMedium: string;
1226
- fontSizeLarge: string;
1227
- borderRadius: string;
1228
- color: string;
1229
- colorChecked: string;
1230
- colorDisabled: string;
1231
- colorDisabledChecked: string;
1232
- colorTableHeader: string;
1233
- colorTableHeaderModal: string;
1234
- colorTableHeaderPopover: string;
1235
- checkMarkColor: string;
1236
- checkMarkColorDisabled: string;
1237
- checkMarkColorDisabledChecked: string;
1238
- border: string;
1239
- borderDisabled: string;
1240
- borderDisabledChecked: string;
1241
- borderChecked: string;
1242
- borderFocus: string;
1243
- boxShadowFocus: string;
1244
- textColor: string;
1245
- textColorDisabled: string;
1246
- sizeSmall: string;
1247
- sizeMedium: string;
1248
- sizeLarge: string;
1249
- labelPadding: string;
1250
- }, any>;
1251
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1252
- color: string;
1253
- colorHover: string;
1254
- }, any>;
1255
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1256
- fontSizeSmall: string;
1257
- fontSizeMedium: string;
1258
- fontSizeLarge: string;
1259
- fontSizeHuge: string;
1260
- textColor: string;
1261
- iconColor: string;
1262
- extraTextColor: string;
1263
- iconSizeSmall: string;
1264
- iconSizeMedium: string;
1265
- iconSizeLarge: string;
1266
- iconSizeHuge: string;
1267
- }, any>;
1268
- }>>>;
1269
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tree", {
1270
- fontSize: string;
1271
- nodeBorderRadius: string;
1272
- nodeColorHover: string;
1273
- nodeColorPressed: string;
1274
- nodeColorActive: string;
1275
- arrowColor: string;
1276
- nodeTextColor: string;
1277
- nodeTextColorDisabled: string;
1278
- loadingColor: string;
1279
- dropMarkColor: string;
1280
- }, {
1281
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1282
- labelLineHeight: string;
1283
- fontSizeSmall: string;
1284
- fontSizeMedium: string;
1285
- fontSizeLarge: string;
1286
- borderRadius: string;
1287
- color: string;
1288
- colorChecked: string;
1289
- colorDisabled: string;
1290
- colorDisabledChecked: string;
1291
- colorTableHeader: string;
1292
- colorTableHeaderModal: string;
1293
- colorTableHeaderPopover: string;
1294
- checkMarkColor: string;
1295
- checkMarkColorDisabled: string;
1296
- checkMarkColorDisabledChecked: string;
1297
- border: string;
1298
- borderDisabled: string;
1299
- borderDisabledChecked: string;
1300
- borderChecked: string;
1301
- borderFocus: string;
1302
- boxShadowFocus: string;
1303
- textColor: string;
1304
- textColorDisabled: string;
1305
- sizeSmall: string;
1306
- sizeMedium: string;
1307
- sizeLarge: string;
1308
- labelPadding: string;
1309
- }, any>;
1310
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1311
- color: string;
1312
- colorHover: string;
1313
- }, any>;
1314
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1315
- fontSizeSmall: string;
1316
- fontSizeMedium: string;
1317
- fontSizeLarge: string;
1318
- fontSizeHuge: string;
1319
- textColor: string;
1320
- iconColor: string;
1321
- extraTextColor: string;
1322
- iconSizeSmall: string;
1323
- iconSizeMedium: string;
1324
- iconSizeLarge: string;
1325
- iconSizeHuge: string;
1326
- }, any>;
1327
- }>>>;
1328
- }>>, {
1329
- readonly pattern: string;
1330
- readonly data: import("naive-ui/es/tree/src/interface").TreeOptions;
1331
- readonly multiple: boolean;
1332
- readonly disabled: boolean;
1333
- readonly draggable: boolean;
1334
- readonly keyField: string;
1335
- readonly labelField: string;
1336
- readonly virtualScroll: boolean;
1337
- readonly checkable: boolean;
1338
- readonly animated: boolean;
1339
- readonly cancelable: boolean;
1340
- readonly childrenField: string;
1341
- readonly defaultExpandAll: boolean;
1342
- readonly allowCheckingNotLoaded: boolean;
1343
- readonly cascade: boolean;
1344
- readonly indent: number;
1345
- readonly keyboard: boolean;
1346
- readonly internalScrollable: boolean;
1347
- readonly checkStrategy: import("treemate").CheckStrategy;
1348
- readonly disabledField: string;
1349
- readonly leafOnly: boolean;
1350
- readonly accordion: boolean;
1351
- readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
1352
- readonly selectable: boolean;
1353
- readonly expandOnClick: boolean;
1354
- readonly blockLine: boolean;
1355
- readonly checkboxPlacement: "left" | "right";
1356
- readonly defaultCheckedKeys: import("naive-ui/es/tree/src/interface").Key[];
1357
- readonly defaultSelectedKeys: import("naive-ui/es/tree/src/interface").Key[];
1358
- readonly internalTreeSelect: boolean;
1359
- readonly internalUnifySelectCheck: boolean;
1360
- readonly internalCheckboxFocusable: boolean;
1361
- readonly internalFocusable: boolean;
1362
- readonly showIrrelevantNodes: boolean;
1363
- readonly expandOnDragenter: boolean;
1364
- readonly checkOnClick: boolean | import("naive-ui/es/tree/src/interface").CheckOnClick;
1365
- readonly blockNode: boolean;
1366
- readonly allowDrop: import("naive-ui/es/tree/src/interface").AllowDrop;
1367
- }>;
1368
- NIcon: import("vue").DefineComponent<{
1369
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1370
- readonly size: import("vue").PropType<string | number>;
1371
- readonly color: StringConstructor;
1372
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1373
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1374
- color: string;
1375
- opacity1Depth: string;
1376
- opacity2Depth: string;
1377
- opacity3Depth: string;
1378
- opacity4Depth: string;
1379
- opacity5Depth: string;
1380
- }, any>>;
1381
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1382
- color: string;
1383
- opacity1Depth: string;
1384
- opacity2Depth: string;
1385
- opacity3Depth: string;
1386
- opacity4Depth: string;
1387
- opacity5Depth: string;
1388
- }, any>>>;
1389
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1390
- color: string;
1391
- opacity1Depth: string;
1392
- opacity2Depth: string;
1393
- opacity3Depth: string;
1394
- opacity4Depth: string;
1395
- opacity5Depth: string;
1396
- }, any>>>;
1397
- }, {
1398
- mergedClsPrefix: import("vue").ComputedRef<string>;
1399
- mergedStyle: import("vue").ComputedRef<{
1400
- fontSize: string | undefined;
1401
- color: string | undefined;
1402
- }>;
1403
- cssVars: import("vue").ComputedRef<{
1404
- '--n-bezier': string;
1405
- '--n-color': string;
1406
- '--n-opacity': string;
1407
- }> | undefined;
1408
- themeClass: import("vue").Ref<string> | undefined;
1409
- onRender: (() => void) | undefined;
1410
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1411
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1412
- readonly size: import("vue").PropType<string | number>;
1413
- readonly color: StringConstructor;
1414
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1415
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1416
- color: string;
1417
- opacity1Depth: string;
1418
- opacity2Depth: string;
1419
- opacity3Depth: string;
1420
- opacity4Depth: string;
1421
- opacity5Depth: string;
1422
- }, any>>;
1423
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1424
- color: string;
1425
- opacity1Depth: string;
1426
- opacity2Depth: string;
1427
- opacity3Depth: string;
1428
- opacity4Depth: string;
1429
- opacity5Depth: string;
1430
- }, any>>>;
1431
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1432
- color: string;
1433
- opacity1Depth: string;
1434
- opacity2Depth: string;
1435
- opacity3Depth: string;
1436
- opacity4Depth: string;
1437
- opacity5Depth: string;
1438
- }, any>>>;
1439
- }>>, {}>;
101
+ NSpin: any;
102
+ NTree: any;
103
+ NIcon: any;
1440
104
  Search: 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<{}>>, {}>;
1441
105
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore")[], "addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1442
106
  visible: {