guava-ui 0.2.6 → 0.2.8
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.
- package/README.md +11 -0
- package/lib/guava-ui.es.js +4125 -3944
- package/lib/guava-ui.es.js.map +1 -1
- package/lib/guava-ui.umd.js +2 -2
- package/lib/guava-ui.umd.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/types/index.d.ts +137 -49
- package/package.json +1 -1
package/lib/types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { ComponentSize } from 'element-plus';
|
|
|
9
9
|
import { Composer } from '../vue-i18n/dist/vue-i18n.cjs.js';
|
|
10
10
|
import { ComputedOptions } from 'vue';
|
|
11
11
|
import { CSSProperties } from 'vue';
|
|
12
|
+
import { DatePickerType } from 'element-plus';
|
|
12
13
|
import { DefineComponent } from 'vue';
|
|
13
14
|
import { ExtractPropTypes } from 'vue';
|
|
14
15
|
import { FilterNodeMethodFunction } from 'element-plus/es/components/tree/src/tree.type';
|
|
@@ -24,7 +25,6 @@ import { TableInstance } from 'element-plus';
|
|
|
24
25
|
import { TreeComponentProps } from 'element-plus/es/components/tree/src/tree.type';
|
|
25
26
|
import { TreeOptionProps } from 'element-plus';
|
|
26
27
|
import { ValidatorFunction } from 'vue-types/dist/types';
|
|
27
|
-
import { VNode } from 'vue';
|
|
28
28
|
import { VueTypesInterface } from 'vue-types';
|
|
29
29
|
import { VueTypeValidableDef } from 'vue-types';
|
|
30
30
|
|
|
@@ -64,7 +64,7 @@ export declare const crud: {
|
|
|
64
64
|
removeResult: (searchData: any, index: number) => boolean;
|
|
65
65
|
setEditValue: (formList: FormItem[], rowData: Recordable<any>) => false | undefined;
|
|
66
66
|
resetEditValue: (formList: FormItem[]) => false | undefined;
|
|
67
|
-
checkForms: (fmNodes:
|
|
67
|
+
checkForms: (fmNodes: FormInstance[]) => Promise<boolean>;
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
export declare const dateFormatConfig: {
|
|
@@ -366,11 +366,11 @@ nativeType: string;
|
|
|
366
366
|
loading: boolean;
|
|
367
367
|
visible: boolean;
|
|
368
368
|
perms: string;
|
|
369
|
-
|
|
369
|
+
cb: (args?: any) => void;
|
|
370
370
|
refForm: string;
|
|
371
|
+
otext: string;
|
|
371
372
|
bizType: BizType;
|
|
372
373
|
args: string;
|
|
373
|
-
cb: (args?: any) => void;
|
|
374
374
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
375
375
|
|
|
376
376
|
export declare const GvCard: DefineComponent< {}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -386,6 +386,11 @@ type: StringConstructor;
|
|
|
386
386
|
required: false;
|
|
387
387
|
default: undefined;
|
|
388
388
|
};
|
|
389
|
+
id: {
|
|
390
|
+
type: StringConstructor;
|
|
391
|
+
required: false;
|
|
392
|
+
default: undefined;
|
|
393
|
+
};
|
|
389
394
|
value: {
|
|
390
395
|
type: ArrayConstructor;
|
|
391
396
|
required: false;
|
|
@@ -466,6 +471,11 @@ type: StringConstructor;
|
|
|
466
471
|
required: false;
|
|
467
472
|
default: undefined;
|
|
468
473
|
};
|
|
474
|
+
id: {
|
|
475
|
+
type: StringConstructor;
|
|
476
|
+
required: false;
|
|
477
|
+
default: undefined;
|
|
478
|
+
};
|
|
469
479
|
value: {
|
|
470
480
|
type: ArrayConstructor;
|
|
471
481
|
required: false;
|
|
@@ -548,6 +558,7 @@ lazy: boolean;
|
|
|
548
558
|
size: "" | "small" | "default" | "large";
|
|
549
559
|
placeholder: string;
|
|
550
560
|
vref: string;
|
|
561
|
+
id: string;
|
|
551
562
|
trigger: string;
|
|
552
563
|
disabled: boolean;
|
|
553
564
|
visible: boolean;
|
|
@@ -556,8 +567,8 @@ multiple: boolean;
|
|
|
556
567
|
clearable: boolean;
|
|
557
568
|
filterable: boolean;
|
|
558
569
|
separator: string;
|
|
559
|
-
showAllLevels: boolean;
|
|
560
570
|
lazyLoad: (node: any, resolve: (data: any[]) => void, reject: () => void) => void;
|
|
571
|
+
showAllLevels: boolean;
|
|
561
572
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
562
573
|
|
|
563
574
|
export declare const GvCheckbox: DefineComponent<ExtractPropTypes< {
|
|
@@ -897,12 +908,20 @@ vref: {
|
|
|
897
908
|
type: StringConstructor;
|
|
898
909
|
default: string;
|
|
899
910
|
};
|
|
911
|
+
name: {
|
|
912
|
+
type: StringConstructor;
|
|
913
|
+
default: undefined;
|
|
914
|
+
};
|
|
915
|
+
id: {
|
|
916
|
+
type: StringConstructor;
|
|
917
|
+
default: undefined;
|
|
918
|
+
};
|
|
900
919
|
modelValue: {
|
|
901
920
|
type: PropType<TDatePickerType>;
|
|
902
921
|
default: undefined;
|
|
903
922
|
};
|
|
904
923
|
type: {
|
|
905
|
-
type:
|
|
924
|
+
type: PropType<DatePickerType>;
|
|
906
925
|
default: string;
|
|
907
926
|
};
|
|
908
927
|
format: {
|
|
@@ -914,7 +933,7 @@ type: StringConstructor;
|
|
|
914
933
|
default: string;
|
|
915
934
|
};
|
|
916
935
|
defaultTime: {
|
|
917
|
-
type:
|
|
936
|
+
type: ArrayConstructor;
|
|
918
937
|
default: undefined;
|
|
919
938
|
};
|
|
920
939
|
size: {
|
|
@@ -946,12 +965,12 @@ type: BooleanConstructor;
|
|
|
946
965
|
default: boolean;
|
|
947
966
|
};
|
|
948
967
|
disabledDateFunc: {
|
|
949
|
-
type:
|
|
968
|
+
type: ArrayConstructor;
|
|
950
969
|
default: () => never[];
|
|
951
970
|
};
|
|
952
971
|
disabledDate: {
|
|
953
|
-
type:
|
|
954
|
-
default:
|
|
972
|
+
type: FunctionConstructor;
|
|
973
|
+
default: () => void;
|
|
955
974
|
};
|
|
956
975
|
editable: {
|
|
957
976
|
type: BooleanConstructor;
|
|
@@ -961,17 +980,25 @@ unlink: {
|
|
|
961
980
|
type: BooleanConstructor;
|
|
962
981
|
default: boolean;
|
|
963
982
|
};
|
|
964
|
-
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "pick" | "update:modelValue")[], "blur" | "change" | "focus" | "pick" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
983
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "pick" | "update:modelValue")[], "blur" | "change" | "focus" | "input" | "pick" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
965
984
|
vref: {
|
|
966
985
|
type: StringConstructor;
|
|
967
986
|
default: string;
|
|
968
987
|
};
|
|
988
|
+
name: {
|
|
989
|
+
type: StringConstructor;
|
|
990
|
+
default: undefined;
|
|
991
|
+
};
|
|
992
|
+
id: {
|
|
993
|
+
type: StringConstructor;
|
|
994
|
+
default: undefined;
|
|
995
|
+
};
|
|
969
996
|
modelValue: {
|
|
970
997
|
type: PropType<TDatePickerType>;
|
|
971
998
|
default: undefined;
|
|
972
999
|
};
|
|
973
1000
|
type: {
|
|
974
|
-
type:
|
|
1001
|
+
type: PropType<DatePickerType>;
|
|
975
1002
|
default: string;
|
|
976
1003
|
};
|
|
977
1004
|
format: {
|
|
@@ -983,7 +1010,7 @@ type: StringConstructor;
|
|
|
983
1010
|
default: string;
|
|
984
1011
|
};
|
|
985
1012
|
defaultTime: {
|
|
986
|
-
type:
|
|
1013
|
+
type: ArrayConstructor;
|
|
987
1014
|
default: undefined;
|
|
988
1015
|
};
|
|
989
1016
|
size: {
|
|
@@ -1015,12 +1042,12 @@ type: BooleanConstructor;
|
|
|
1015
1042
|
default: boolean;
|
|
1016
1043
|
};
|
|
1017
1044
|
disabledDateFunc: {
|
|
1018
|
-
type:
|
|
1045
|
+
type: ArrayConstructor;
|
|
1019
1046
|
default: () => never[];
|
|
1020
1047
|
};
|
|
1021
1048
|
disabledDate: {
|
|
1022
|
-
type:
|
|
1023
|
-
default:
|
|
1049
|
+
type: FunctionConstructor;
|
|
1050
|
+
default: () => void;
|
|
1024
1051
|
};
|
|
1025
1052
|
editable: {
|
|
1026
1053
|
type: BooleanConstructor;
|
|
@@ -1031,29 +1058,32 @@ type: BooleanConstructor;
|
|
|
1031
1058
|
default: boolean;
|
|
1032
1059
|
};
|
|
1033
1060
|
}>> & Readonly<{
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1061
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1062
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1063
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1064
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
1065
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1066
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
1039
1067
|
}>, {
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1068
|
+
name: string;
|
|
1069
|
+
size: TDatePickerSize;
|
|
1070
|
+
type: DatePickerType;
|
|
1071
|
+
placeholder: string;
|
|
1072
|
+
vref: string;
|
|
1073
|
+
id: string;
|
|
1074
|
+
disabled: boolean;
|
|
1075
|
+
unlink: boolean;
|
|
1076
|
+
modelValue: TDatePickerType;
|
|
1077
|
+
clearable: boolean;
|
|
1078
|
+
editable: boolean;
|
|
1079
|
+
format: string;
|
|
1080
|
+
disabledDateFunc: unknown[];
|
|
1081
|
+
disabledDate: Function;
|
|
1082
|
+
defaultTime: unknown[];
|
|
1083
|
+
valueFormat: string;
|
|
1084
|
+
rangeSeparator: string;
|
|
1085
|
+
startPlaceholder: string;
|
|
1086
|
+
endPlaceholder: string;
|
|
1057
1087
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1058
1088
|
|
|
1059
1089
|
export declare const GvDialog: DefineComponent<ExtractPropTypes< {
|
|
@@ -1418,9 +1448,9 @@ default: boolean;
|
|
|
1418
1448
|
}>> & Readonly<{}>, {
|
|
1419
1449
|
size: "" | "small" | "default" | "large";
|
|
1420
1450
|
labelWidth: string | number;
|
|
1451
|
+
formList: FormItem[];
|
|
1421
1452
|
divider: string;
|
|
1422
1453
|
isDivider: boolean;
|
|
1423
|
-
formList: FormItem[];
|
|
1424
1454
|
formStyle: Record<string, any>;
|
|
1425
1455
|
scroller: boolean;
|
|
1426
1456
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1455,6 +1485,10 @@ name: {
|
|
|
1455
1485
|
type: StringConstructor;
|
|
1456
1486
|
default: undefined;
|
|
1457
1487
|
};
|
|
1488
|
+
id: {
|
|
1489
|
+
type: StringConstructor;
|
|
1490
|
+
default: undefined;
|
|
1491
|
+
};
|
|
1458
1492
|
value: {
|
|
1459
1493
|
type: PropType<string | number | undefined>;
|
|
1460
1494
|
default: string;
|
|
@@ -1524,6 +1558,10 @@ name: {
|
|
|
1524
1558
|
type: StringConstructor;
|
|
1525
1559
|
default: undefined;
|
|
1526
1560
|
};
|
|
1561
|
+
id: {
|
|
1562
|
+
type: StringConstructor;
|
|
1563
|
+
default: undefined;
|
|
1564
|
+
};
|
|
1527
1565
|
value: {
|
|
1528
1566
|
type: PropType<string | number | undefined>;
|
|
1529
1567
|
default: string;
|
|
@@ -1598,6 +1636,7 @@ size: "" | "small" | "default" | "large";
|
|
|
1598
1636
|
type: InputType;
|
|
1599
1637
|
placeholder: string;
|
|
1600
1638
|
vref: string;
|
|
1639
|
+
id: string;
|
|
1601
1640
|
disabled: boolean;
|
|
1602
1641
|
visible: boolean;
|
|
1603
1642
|
clearable: boolean;
|
|
@@ -1620,6 +1659,10 @@ name: {
|
|
|
1620
1659
|
type: StringConstructor;
|
|
1621
1660
|
default: undefined;
|
|
1622
1661
|
};
|
|
1662
|
+
id: {
|
|
1663
|
+
type: StringConstructor;
|
|
1664
|
+
default: undefined;
|
|
1665
|
+
};
|
|
1623
1666
|
value: {
|
|
1624
1667
|
type: NumberConstructor;
|
|
1625
1668
|
default: undefined;
|
|
@@ -1682,6 +1725,10 @@ name: {
|
|
|
1682
1725
|
type: StringConstructor;
|
|
1683
1726
|
default: undefined;
|
|
1684
1727
|
};
|
|
1728
|
+
id: {
|
|
1729
|
+
type: StringConstructor;
|
|
1730
|
+
default: undefined;
|
|
1731
|
+
};
|
|
1685
1732
|
value: {
|
|
1686
1733
|
type: NumberConstructor;
|
|
1687
1734
|
default: undefined;
|
|
@@ -1749,15 +1796,16 @@ size: "" | "small" | "default" | "large";
|
|
|
1749
1796
|
placeholder: string;
|
|
1750
1797
|
vref: string;
|
|
1751
1798
|
max: number;
|
|
1799
|
+
id: string;
|
|
1752
1800
|
position: string;
|
|
1753
1801
|
disabled: boolean;
|
|
1754
1802
|
visible: boolean;
|
|
1755
1803
|
step: number;
|
|
1756
|
-
bizType: string;
|
|
1757
1804
|
min: number;
|
|
1805
|
+
precision: number;
|
|
1806
|
+
bizType: string;
|
|
1758
1807
|
columnProp: string;
|
|
1759
1808
|
stepStrictly: boolean;
|
|
1760
|
-
precision: number;
|
|
1761
1809
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1762
1810
|
|
|
1763
1811
|
export declare const GvLangSelect: DefineComponent<ExtractPropTypes< {
|
|
@@ -2114,6 +2162,14 @@ name: {
|
|
|
2114
2162
|
type: StringConstructor;
|
|
2115
2163
|
default: undefined;
|
|
2116
2164
|
};
|
|
2165
|
+
id: {
|
|
2166
|
+
type: StringConstructor;
|
|
2167
|
+
default: undefined;
|
|
2168
|
+
};
|
|
2169
|
+
modelValue: {
|
|
2170
|
+
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2171
|
+
default: undefined;
|
|
2172
|
+
};
|
|
2117
2173
|
value: {
|
|
2118
2174
|
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2119
2175
|
default: undefined;
|
|
@@ -2203,6 +2259,14 @@ name: {
|
|
|
2203
2259
|
type: StringConstructor;
|
|
2204
2260
|
default: undefined;
|
|
2205
2261
|
};
|
|
2262
|
+
id: {
|
|
2263
|
+
type: StringConstructor;
|
|
2264
|
+
default: undefined;
|
|
2265
|
+
};
|
|
2266
|
+
modelValue: {
|
|
2267
|
+
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2268
|
+
default: undefined;
|
|
2269
|
+
};
|
|
2206
2270
|
value: {
|
|
2207
2271
|
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2208
2272
|
default: undefined;
|
|
@@ -2295,20 +2359,22 @@ clear: Function;
|
|
|
2295
2359
|
size: "" | "small" | "default" | "large";
|
|
2296
2360
|
placeholder: string;
|
|
2297
2361
|
vref: string;
|
|
2362
|
+
id: string;
|
|
2298
2363
|
label: string;
|
|
2299
2364
|
disabled: boolean;
|
|
2300
2365
|
visible: boolean;
|
|
2301
2366
|
multiple: boolean;
|
|
2367
|
+
modelValue: string | unknown[] | Record<string, unknown>;
|
|
2302
2368
|
clearable: boolean;
|
|
2303
2369
|
filterable: boolean;
|
|
2304
2370
|
collapseTags: boolean;
|
|
2305
|
-
bizType: string;
|
|
2306
|
-
cb: Function;
|
|
2307
|
-
filtercode: string;
|
|
2308
2371
|
showLabel: string | unknown[];
|
|
2309
|
-
|
|
2372
|
+
filtercode: string;
|
|
2310
2373
|
dicRemote: Function;
|
|
2374
|
+
cb: Function;
|
|
2311
2375
|
isreload: boolean;
|
|
2376
|
+
bizType: string;
|
|
2377
|
+
columnProp: string;
|
|
2312
2378
|
editRow: Record<string, any>;
|
|
2313
2379
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2314
2380
|
|
|
@@ -2490,6 +2556,11 @@ type: BooleanConstructor;
|
|
|
2490
2556
|
required: false;
|
|
2491
2557
|
default: boolean;
|
|
2492
2558
|
};
|
|
2559
|
+
size: {
|
|
2560
|
+
type: PropType<ComponentSize>;
|
|
2561
|
+
required: false;
|
|
2562
|
+
default: string;
|
|
2563
|
+
};
|
|
2493
2564
|
tableInit: {
|
|
2494
2565
|
type: BooleanConstructor;
|
|
2495
2566
|
required: false;
|
|
@@ -2530,7 +2601,7 @@ type: BooleanConstructor;
|
|
|
2530
2601
|
required: false;
|
|
2531
2602
|
default: boolean;
|
|
2532
2603
|
};
|
|
2533
|
-
}>, () => JSX.Element | null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
2604
|
+
}>, () => JSX.Element | null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "row-dblclick"[], "row-dblclick", PublicProps, Readonly<ExtractPropTypes< {
|
|
2534
2605
|
refTable: {
|
|
2535
2606
|
type: StringConstructor;
|
|
2536
2607
|
required: false;
|
|
@@ -2641,6 +2712,11 @@ type: BooleanConstructor;
|
|
|
2641
2712
|
required: false;
|
|
2642
2713
|
default: boolean;
|
|
2643
2714
|
};
|
|
2715
|
+
size: {
|
|
2716
|
+
type: PropType<ComponentSize>;
|
|
2717
|
+
required: false;
|
|
2718
|
+
default: string;
|
|
2719
|
+
};
|
|
2644
2720
|
tableInit: {
|
|
2645
2721
|
type: BooleanConstructor;
|
|
2646
2722
|
required: false;
|
|
@@ -2681,7 +2757,10 @@ type: BooleanConstructor;
|
|
|
2681
2757
|
required: false;
|
|
2682
2758
|
default: boolean;
|
|
2683
2759
|
};
|
|
2684
|
-
}>> & Readonly<{
|
|
2760
|
+
}>> & Readonly<{
|
|
2761
|
+
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
2762
|
+
}>, {
|
|
2763
|
+
size: "" | "small" | "default" | "large";
|
|
2685
2764
|
maxHeight: string | number | undefined;
|
|
2686
2765
|
height: string | number;
|
|
2687
2766
|
visible: boolean;
|
|
@@ -2919,6 +2998,10 @@ name: {
|
|
|
2919
2998
|
type: StringConstructor;
|
|
2920
2999
|
default: undefined;
|
|
2921
3000
|
};
|
|
3001
|
+
id: {
|
|
3002
|
+
type: StringConstructor;
|
|
3003
|
+
default: undefined;
|
|
3004
|
+
};
|
|
2922
3005
|
modelValue: {
|
|
2923
3006
|
type: PropType<TTimePickerType>;
|
|
2924
3007
|
default: undefined;
|
|
@@ -2992,6 +3075,10 @@ name: {
|
|
|
2992
3075
|
type: StringConstructor;
|
|
2993
3076
|
default: undefined;
|
|
2994
3077
|
};
|
|
3078
|
+
id: {
|
|
3079
|
+
type: StringConstructor;
|
|
3080
|
+
default: undefined;
|
|
3081
|
+
};
|
|
2995
3082
|
modelValue: {
|
|
2996
3083
|
type: PropType<TTimePickerType>;
|
|
2997
3084
|
default: undefined;
|
|
@@ -3066,6 +3153,7 @@ default: boolean;
|
|
|
3066
3153
|
size: TTimePickerSize;
|
|
3067
3154
|
placeholder: string;
|
|
3068
3155
|
vref: string;
|
|
3156
|
+
id: string;
|
|
3069
3157
|
disabled: boolean;
|
|
3070
3158
|
modelValue: TTimePickerType;
|
|
3071
3159
|
clearable: boolean;
|
|
@@ -3215,9 +3303,10 @@ onCheck?: ((...args: any[]) => any) | undefined;
|
|
|
3215
3303
|
lazy: boolean;
|
|
3216
3304
|
load: LoadFunction;
|
|
3217
3305
|
draggable: boolean;
|
|
3218
|
-
checkOnClickNode: boolean;
|
|
3219
3306
|
defaultExpandAll: boolean;
|
|
3220
3307
|
treeProps: TreeOptionProps;
|
|
3308
|
+
iconClass: string;
|
|
3309
|
+
checkOnClickNode: boolean;
|
|
3221
3310
|
nodeKey: string;
|
|
3222
3311
|
expandOnClickNode: boolean;
|
|
3223
3312
|
defaultCheckedKeys: (string | number)[];
|
|
@@ -3226,7 +3315,6 @@ renderContent: RenderContentFunction;
|
|
|
3226
3315
|
showCheckbox: boolean;
|
|
3227
3316
|
filterNodeMethod: FilterNodeMethodFunction;
|
|
3228
3317
|
treeData: TreeData[];
|
|
3229
|
-
iconClass: string;
|
|
3230
3318
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3231
3319
|
|
|
3232
3320
|
export declare const hasClass: (ele: HTMLElement, cls: string) => boolean;
|