@a2simcode/ui 0.0.21 → 0.0.23

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 (87) hide show
  1. package/LICENSE +53 -53
  2. package/README.md +130 -130
  3. package/dist/components/autocomplete/index.d.ts +3 -0
  4. package/dist/components/autocomplete/src/autocomplete.vue.d.ts +3 -0
  5. package/dist/components/barcode/index.d.ts +520 -93
  6. package/dist/components/barcode/src/barcode.vue.d.ts +419 -98
  7. package/dist/components/button-select/index.d.ts +61 -0
  8. package/dist/components/button-select/src/button-select.vue.d.ts +35 -0
  9. package/dist/components/cascader-select/index.d.ts +4 -20
  10. package/dist/components/cascader-select/src/cascader-select.vue.d.ts +4 -33
  11. package/dist/components/checkbox/index.d.ts +3 -3
  12. package/dist/components/checkbox/src/checkbox.vue.d.ts +1 -1
  13. package/dist/components/code-mirror/index.d.ts +0 -1
  14. package/dist/components/code-mirror/src/code-mirror.vue.d.ts +0 -1
  15. package/dist/components/collapse/index.d.ts +44 -0
  16. package/dist/components/collapse/src/collapse.vue.d.ts +37 -0
  17. package/dist/components/comp/index.d.ts +30 -15
  18. package/dist/components/comp/src/comp.vue.d.ts +31 -45
  19. package/dist/components/comp/src/interface.d.ts +101 -0
  20. package/dist/components/count-up/index.d.ts +3 -3
  21. package/dist/components/count-up/src/count-up.vue.d.ts +1 -1
  22. package/dist/components/dialog/index.d.ts +5 -5
  23. package/dist/components/dialog/src/index.vue.d.ts +2 -2
  24. package/dist/components/dialog-full/index.d.ts +5 -5
  25. package/dist/components/dialog-full/src/index.vue.d.ts +2 -2
  26. package/dist/components/drawer/index.d.ts +5 -5
  27. package/dist/components/drawer/src/drawer.vue.d.ts +2 -2
  28. package/dist/components/editor/index.d.ts +160 -0
  29. package/dist/components/editor/src/editor.vue.d.ts +86 -0
  30. package/dist/components/form/index.d.ts +6 -6
  31. package/dist/components/form/src/form.vue.d.ts +3 -3
  32. package/dist/components/form-item/src/form-item.vue.d.ts +1 -1
  33. package/dist/components/icon/src/icon.vue.d.ts +0 -4
  34. package/dist/components/index.d.ts +24 -6
  35. package/dist/components/inject-provide.d.ts +159 -0
  36. package/dist/components/input/index.d.ts +3 -1
  37. package/dist/components/input/src/input.vue.d.ts +5 -1
  38. package/dist/components/input-color/index.d.ts +114 -0
  39. package/dist/components/input-color/src/input-color.vue.d.ts +73 -0
  40. package/dist/components/input-rows/index.d.ts +200 -0
  41. package/dist/components/input-rows/src/input-rows.vue.d.ts +154 -0
  42. package/dist/components/input-rows/src/interface.d.ts +33 -0
  43. package/dist/components/layer-form/index.d.ts +178 -0
  44. package/dist/components/layer-form/src/layer-form.vue.d.ts +149 -0
  45. package/dist/components/map/index.d.ts +127 -0
  46. package/dist/components/map/src/map.vue.d.ts +92 -0
  47. package/dist/components/number/index.d.ts +3 -3
  48. package/dist/components/number/src/number.vue.d.ts +3 -3
  49. package/dist/components/page/index.d.ts +15 -9
  50. package/dist/components/page/src/page.vue.d.ts +5 -3
  51. package/dist/components/select/index.d.ts +6 -1
  52. package/dist/components/select/src/select.vue.d.ts +7 -2
  53. package/dist/components/slider/index.d.ts +3 -3
  54. package/dist/components/slider/src/slider.vue.d.ts +1 -1
  55. package/dist/components/switch/index.d.ts +71 -0
  56. package/dist/components/switch/src/switch.vue.d.ts +83 -0
  57. package/dist/components/table/index.d.ts +275 -66
  58. package/dist/components/table/src/editors/index.d.ts +26 -0
  59. package/dist/components/table/src/editors/j-comp-editor.d.ts +62 -0
  60. package/dist/components/table/src/table.vue.d.ts +326 -61
  61. package/dist/components/table/src/theme/default.d.ts +27 -0
  62. package/dist/components/table-panel/index.d.ts +459 -0
  63. package/dist/components/table-panel/src/column-panel.vue.d.ts +37 -0
  64. package/dist/components/table-panel/src/filter-panel.vue.d.ts +49 -0
  65. package/dist/components/table-panel/src/keyword-panel.vue.d.ts +36 -0
  66. package/dist/components/table-panel/src/order-panel.vue.d.ts +24 -0
  67. package/dist/components/table-panel/src/table-panel.vue.d.ts +445 -0
  68. package/dist/components/tabs/index.d.ts +156 -0
  69. package/dist/components/tabs/src/tabs.vue.d.ts +110 -0
  70. package/dist/components/tree/index.d.ts +451 -0
  71. package/dist/components/tree/src/tree.vue.d.ts +478 -0
  72. package/dist/components/upload/index.d.ts +13 -13
  73. package/dist/components/upload/src/list.vue.d.ts +1 -1
  74. package/dist/components/upload/src/upload.vue.d.ts +5 -5
  75. package/dist/components/workflow-viewer/index.d.ts +60 -0
  76. package/dist/components/workflow-viewer/src/utils.d.ts +2 -0
  77. package/dist/components/workflow-viewer/src/workflow-viewer.vue.d.ts +25 -0
  78. package/dist/core/utils/comp.d.ts +18 -0
  79. package/dist/core/utils/index.d.ts +2 -0
  80. package/dist/core/utils/map.d.ts +1 -0
  81. package/dist/core/utils/tree.d.ts +1 -0
  82. package/dist/core/utils/useSortable.d.ts +5 -0
  83. package/dist/simcode-ui.es.js +13254 -3594
  84. package/dist/simcode-ui.umd.js +2 -2
  85. package/dist/stats.html +1 -1
  86. package/dist/ui.css +1 -1
  87. package/package.json +49 -24
@@ -0,0 +1,110 @@
1
+ export interface TabsProps {
2
+ /**
3
+ * @zh 绑定值,选中选项卡的 name
4
+ */
5
+ modelValue?: string | number;
6
+ /**
7
+ * @zh 风格类型
8
+ * @defaultValue ''
9
+ */
10
+ type?: '' | 'card' | 'border-card';
11
+ /**
12
+ * @zh 标签是否可关闭
13
+ * @defaultValue false
14
+ */
15
+ closable?: boolean;
16
+ /**
17
+ * @zh 标签是否可增加
18
+ * @defaultValue false
19
+ */
20
+ addable?: boolean;
21
+ /**
22
+ * @zh 标签是否同时可增加和关闭
23
+ * @defaultValue false
24
+ */
25
+ editable?: boolean;
26
+ /**
27
+ * @zh 选项卡所在位置
28
+ * @defaultValue 'top'
29
+ */
30
+ tabPosition?: 'top' | 'right' | 'bottom' | 'left';
31
+ /**
32
+ * @zh 标签的宽度是否自撑开
33
+ * @defaultValue false
34
+ */
35
+ stretch?: boolean;
36
+ /**
37
+ * @zh 切换标签之前的钩子,若返回 false 或者返回 Promise 且被 reject,则阻止切换
38
+ */
39
+ beforeLeave?: (activeName: string | number, oldActiveName: string | number) => boolean | Promise<boolean>;
40
+ }
41
+ declare function __VLS_template(): {
42
+ attrs: Partial<{}>;
43
+ slots: {
44
+ default?(_: {}): any;
45
+ };
46
+ refs: {};
47
+ rootEl: any;
48
+ };
49
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
50
+ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
+ "update:modelValue": (value: string | number) => any;
52
+ "tab-click": (tab: {
53
+ uid: number;
54
+ getVnode: () => import('vue').VNode;
55
+ slots: import('vue').Slots;
56
+ props: {
57
+ readonly label: string;
58
+ readonly disabled: boolean;
59
+ readonly lazy: boolean;
60
+ readonly name?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
61
+ readonly closable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
62
+ };
63
+ paneName: import('element-plus').TabPaneName | undefined;
64
+ active: boolean;
65
+ index: string | undefined;
66
+ isClosable: boolean;
67
+ isFocusInsidePane: () => boolean | undefined;
68
+ }, event: Event) => any;
69
+ "tab-change": (name: string | number) => any;
70
+ "tab-remove": (name: string | number) => any;
71
+ "tab-add": () => any;
72
+ edit: (targetName: string | number, action: "add" | "remove") => any;
73
+ }, string, import('vue').PublicProps, Readonly<TabsProps> & Readonly<{
74
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
75
+ "onTab-click"?: ((tab: {
76
+ uid: number;
77
+ getVnode: () => import('vue').VNode;
78
+ slots: import('vue').Slots;
79
+ props: {
80
+ readonly label: string;
81
+ readonly disabled: boolean;
82
+ readonly lazy: boolean;
83
+ readonly name?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
84
+ readonly closable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
85
+ };
86
+ paneName: import('element-plus').TabPaneName | undefined;
87
+ active: boolean;
88
+ index: string | undefined;
89
+ isClosable: boolean;
90
+ isFocusInsidePane: () => boolean | undefined;
91
+ }, event: Event) => any) | undefined;
92
+ "onTab-change"?: ((name: string | number) => any) | undefined;
93
+ "onTab-remove"?: ((name: string | number) => any) | undefined;
94
+ "onTab-add"?: (() => any) | undefined;
95
+ onEdit?: ((targetName: string | number, action: "add" | "remove") => any) | undefined;
96
+ }>, {
97
+ type: "" | "card" | "border-card";
98
+ closable: boolean;
99
+ stretch: boolean;
100
+ addable: boolean;
101
+ editable: boolean;
102
+ tabPosition: "top" | "right" | "bottom" | "left";
103
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
104
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
105
+ export default _default;
106
+ type __VLS_WithTemplateSlots<T, S> = T & {
107
+ new (): {
108
+ $slots: S;
109
+ };
110
+ };
@@ -0,0 +1,451 @@
1
+ export declare const JTree: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ loadData: FunctionConstructor;
4
+ afterLoadData: FunctionConstructor;
5
+ click: FunctionConstructor;
6
+ immediate: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ defaultExpandAll: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ defaultCheckedKeys: {
15
+ type: import('vue').PropType<any[]>;
16
+ default: () => never[];
17
+ };
18
+ defaultExpandedKeys: {
19
+ type: import('vue').PropType<any[]>;
20
+ default: () => never[];
21
+ };
22
+ accordion: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ highlightCurrent: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ filterNode: FunctionConstructor;
31
+ renderAfterExpand: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ labelKey: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ valueKey: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ pidKey: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ idKey: {
48
+ type: StringConstructor;
49
+ };
50
+ iconKey: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ iconColorKey: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ list: {
59
+ type: import('vue').PropType<any[]>;
60
+ };
61
+ dataType: StringConstructor;
62
+ dataCode: StringConstructor;
63
+ checkable: BooleanConstructor;
64
+ check: FunctionConstructor;
65
+ emptyDes: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ defaultIcon: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ defaultIconColor: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ treeButtons: {
78
+ type: import('vue').PropType<import('..').buttonItem[]>;
79
+ default: () => never[];
80
+ };
81
+ filterButton: FunctionConstructor;
82
+ buttonDefaultIcon: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ buttonIconColor: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ runFlow: {
91
+ type: FunctionConstructor;
92
+ };
93
+ nodeClickFlow: {
94
+ type: StringConstructor;
95
+ };
96
+ isHeightAuto: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ theme: {
101
+ type: StringConstructor;
102
+ default: string;
103
+ };
104
+ draggable: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ expandOnClickNode: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ allowDrop: FunctionConstructor;
113
+ }>> & Readonly<{
114
+ "onNode-drop"?: ((...args: any[]) => any) | undefined;
115
+ }>, {
116
+ refreshData: () => Promise<void>;
117
+ setValue: (key: any, shouldAutoExpandParent?: boolean) => void;
118
+ getValue: () => any;
119
+ setCheck: (value: string[], leafOnly?: boolean) => void;
120
+ getCheck: (leafOnly?: boolean) => any;
121
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
122
+ "node-drop": (...args: any[]) => void;
123
+ }, import('vue').PublicProps, {
124
+ immediate: boolean;
125
+ valueKey: string;
126
+ theme: string;
127
+ defaultCheckedKeys: any[];
128
+ defaultExpandAll: boolean;
129
+ checkable: boolean;
130
+ draggable: boolean;
131
+ defaultExpandedKeys: any[];
132
+ accordion: boolean;
133
+ highlightCurrent: boolean;
134
+ renderAfterExpand: boolean;
135
+ labelKey: string;
136
+ pidKey: string;
137
+ iconKey: string;
138
+ iconColorKey: string;
139
+ emptyDes: string;
140
+ defaultIcon: string;
141
+ defaultIconColor: string;
142
+ treeButtons: import('..').buttonItem[];
143
+ buttonDefaultIcon: string;
144
+ buttonIconColor: string;
145
+ isHeightAuto: boolean;
146
+ expandOnClickNode: boolean;
147
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
148
+ treeRef: unknown;
149
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
150
+ P: {};
151
+ B: {};
152
+ D: {};
153
+ C: {};
154
+ M: {};
155
+ Defaults: {};
156
+ }, Readonly<import('vue').ExtractPropTypes<{
157
+ loadData: FunctionConstructor;
158
+ afterLoadData: FunctionConstructor;
159
+ click: FunctionConstructor;
160
+ immediate: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ defaultExpandAll: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ defaultCheckedKeys: {
169
+ type: import('vue').PropType<any[]>;
170
+ default: () => never[];
171
+ };
172
+ defaultExpandedKeys: {
173
+ type: import('vue').PropType<any[]>;
174
+ default: () => never[];
175
+ };
176
+ accordion: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ highlightCurrent: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ filterNode: FunctionConstructor;
185
+ renderAfterExpand: {
186
+ type: BooleanConstructor;
187
+ default: boolean;
188
+ };
189
+ labelKey: {
190
+ type: StringConstructor;
191
+ default: string;
192
+ };
193
+ valueKey: {
194
+ type: StringConstructor;
195
+ default: string;
196
+ };
197
+ pidKey: {
198
+ type: StringConstructor;
199
+ default: string;
200
+ };
201
+ idKey: {
202
+ type: StringConstructor;
203
+ };
204
+ iconKey: {
205
+ type: StringConstructor;
206
+ default: string;
207
+ };
208
+ iconColorKey: {
209
+ type: StringConstructor;
210
+ default: string;
211
+ };
212
+ list: {
213
+ type: import('vue').PropType<any[]>;
214
+ };
215
+ dataType: StringConstructor;
216
+ dataCode: StringConstructor;
217
+ checkable: BooleanConstructor;
218
+ check: FunctionConstructor;
219
+ emptyDes: {
220
+ type: StringConstructor;
221
+ default: string;
222
+ };
223
+ defaultIcon: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ defaultIconColor: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ };
231
+ treeButtons: {
232
+ type: import('vue').PropType<import('..').buttonItem[]>;
233
+ default: () => never[];
234
+ };
235
+ filterButton: FunctionConstructor;
236
+ buttonDefaultIcon: {
237
+ type: StringConstructor;
238
+ default: string;
239
+ };
240
+ buttonIconColor: {
241
+ type: StringConstructor;
242
+ default: string;
243
+ };
244
+ runFlow: {
245
+ type: FunctionConstructor;
246
+ };
247
+ nodeClickFlow: {
248
+ type: StringConstructor;
249
+ };
250
+ isHeightAuto: {
251
+ type: BooleanConstructor;
252
+ default: boolean;
253
+ };
254
+ theme: {
255
+ type: StringConstructor;
256
+ default: string;
257
+ };
258
+ draggable: {
259
+ type: BooleanConstructor;
260
+ default: boolean;
261
+ };
262
+ expandOnClickNode: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
266
+ allowDrop: FunctionConstructor;
267
+ }>> & Readonly<{
268
+ "onNode-drop"?: ((...args: any[]) => any) | undefined;
269
+ }>, {
270
+ refreshData: () => Promise<void>;
271
+ setValue: (key: any, shouldAutoExpandParent?: boolean) => void;
272
+ getValue: () => any;
273
+ setCheck: (value: string[], leafOnly?: boolean) => void;
274
+ getCheck: (leafOnly?: boolean) => any;
275
+ }, {}, {}, {}, {
276
+ immediate: boolean;
277
+ valueKey: string;
278
+ theme: string;
279
+ defaultCheckedKeys: any[];
280
+ defaultExpandAll: boolean;
281
+ checkable: boolean;
282
+ draggable: boolean;
283
+ defaultExpandedKeys: any[];
284
+ accordion: boolean;
285
+ highlightCurrent: boolean;
286
+ renderAfterExpand: boolean;
287
+ labelKey: string;
288
+ pidKey: string;
289
+ iconKey: string;
290
+ iconColorKey: string;
291
+ emptyDes: string;
292
+ defaultIcon: string;
293
+ defaultIconColor: string;
294
+ treeButtons: import('..').buttonItem[];
295
+ buttonDefaultIcon: string;
296
+ buttonIconColor: string;
297
+ isHeightAuto: boolean;
298
+ expandOnClickNode: boolean;
299
+ }>;
300
+ __isFragment?: never;
301
+ __isTeleport?: never;
302
+ __isSuspense?: never;
303
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
304
+ loadData: FunctionConstructor;
305
+ afterLoadData: FunctionConstructor;
306
+ click: FunctionConstructor;
307
+ immediate: {
308
+ type: BooleanConstructor;
309
+ default: boolean;
310
+ };
311
+ defaultExpandAll: {
312
+ type: BooleanConstructor;
313
+ default: boolean;
314
+ };
315
+ defaultCheckedKeys: {
316
+ type: import('vue').PropType<any[]>;
317
+ default: () => never[];
318
+ };
319
+ defaultExpandedKeys: {
320
+ type: import('vue').PropType<any[]>;
321
+ default: () => never[];
322
+ };
323
+ accordion: {
324
+ type: BooleanConstructor;
325
+ default: boolean;
326
+ };
327
+ highlightCurrent: {
328
+ type: BooleanConstructor;
329
+ default: boolean;
330
+ };
331
+ filterNode: FunctionConstructor;
332
+ renderAfterExpand: {
333
+ type: BooleanConstructor;
334
+ default: boolean;
335
+ };
336
+ labelKey: {
337
+ type: StringConstructor;
338
+ default: string;
339
+ };
340
+ valueKey: {
341
+ type: StringConstructor;
342
+ default: string;
343
+ };
344
+ pidKey: {
345
+ type: StringConstructor;
346
+ default: string;
347
+ };
348
+ idKey: {
349
+ type: StringConstructor;
350
+ };
351
+ iconKey: {
352
+ type: StringConstructor;
353
+ default: string;
354
+ };
355
+ iconColorKey: {
356
+ type: StringConstructor;
357
+ default: string;
358
+ };
359
+ list: {
360
+ type: import('vue').PropType<any[]>;
361
+ };
362
+ dataType: StringConstructor;
363
+ dataCode: StringConstructor;
364
+ checkable: BooleanConstructor;
365
+ check: FunctionConstructor;
366
+ emptyDes: {
367
+ type: StringConstructor;
368
+ default: string;
369
+ };
370
+ defaultIcon: {
371
+ type: StringConstructor;
372
+ default: string;
373
+ };
374
+ defaultIconColor: {
375
+ type: StringConstructor;
376
+ default: string;
377
+ };
378
+ treeButtons: {
379
+ type: import('vue').PropType<import('..').buttonItem[]>;
380
+ default: () => never[];
381
+ };
382
+ filterButton: FunctionConstructor;
383
+ buttonDefaultIcon: {
384
+ type: StringConstructor;
385
+ default: string;
386
+ };
387
+ buttonIconColor: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ };
391
+ runFlow: {
392
+ type: FunctionConstructor;
393
+ };
394
+ nodeClickFlow: {
395
+ type: StringConstructor;
396
+ };
397
+ isHeightAuto: {
398
+ type: BooleanConstructor;
399
+ default: boolean;
400
+ };
401
+ theme: {
402
+ type: StringConstructor;
403
+ default: string;
404
+ };
405
+ draggable: {
406
+ type: BooleanConstructor;
407
+ default: boolean;
408
+ };
409
+ expandOnClickNode: {
410
+ type: BooleanConstructor;
411
+ default: boolean;
412
+ };
413
+ allowDrop: FunctionConstructor;
414
+ }>> & Readonly<{
415
+ "onNode-drop"?: ((...args: any[]) => any) | undefined;
416
+ }>, {
417
+ refreshData: () => Promise<void>;
418
+ setValue: (key: any, shouldAutoExpandParent?: boolean) => void;
419
+ getValue: () => any;
420
+ setCheck: (value: string[], leafOnly?: boolean) => void;
421
+ getCheck: (leafOnly?: boolean) => any;
422
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
423
+ "node-drop": (...args: any[]) => void;
424
+ }, string, {
425
+ immediate: boolean;
426
+ valueKey: string;
427
+ theme: string;
428
+ defaultCheckedKeys: any[];
429
+ defaultExpandAll: boolean;
430
+ checkable: boolean;
431
+ draggable: boolean;
432
+ defaultExpandedKeys: any[];
433
+ accordion: boolean;
434
+ highlightCurrent: boolean;
435
+ renderAfterExpand: boolean;
436
+ labelKey: string;
437
+ pidKey: string;
438
+ iconKey: string;
439
+ iconColorKey: string;
440
+ emptyDes: string;
441
+ defaultIcon: string;
442
+ defaultIconColor: string;
443
+ treeButtons: import('..').buttonItem[];
444
+ buttonDefaultIcon: string;
445
+ buttonIconColor: string;
446
+ isHeightAuto: boolean;
447
+ expandOnClickNode: boolean;
448
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
449
+ install: (app: import('vue').App) => void;
450
+ };
451
+ export default JTree;