guava-ui 0.2.7 → 0.2.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.
- package/README.md +13 -0
- package/lib/guava-ui.es.js +3841 -3644
- 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 +168 -74
- 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';
|
|
@@ -52,13 +53,13 @@ export { confirm_2 as confirm }
|
|
|
52
53
|
export declare const crud: {
|
|
53
54
|
fetchData: (fetch: AsyncFn, data: any) => Promise<any>;
|
|
54
55
|
submit: (fetch: AsyncFn, data: any, hasMsg?: boolean, msg?: string) => Promise<any>;
|
|
55
|
-
fetchTable: (tabNode:
|
|
56
|
-
save: (fmNode: FormInstance, fetch: AsyncFn, check?: boolean, msg?: string) => Promise<
|
|
57
|
-
update: (fmNode: FormInstance, id: number, fetch: Async2Fn, check?: boolean, msg?: string) => Promise<
|
|
56
|
+
fetchTable: (tabNode: TableInstance, fetch: AsyncFn, data: any) => Promise<{}>;
|
|
57
|
+
save: (fmNode: FormInstance, fetch: AsyncFn, check?: boolean, msg?: string) => Promise<false | Recordable<any> | null>;
|
|
58
|
+
update: (fmNode: FormInstance, id: number, fetch: Async2Fn, check?: boolean, msg?: string) => Promise<false | Recordable<any>>;
|
|
58
59
|
search: (fmNode: FormInstance, tabNode: TableInstance, fetch: AsyncFn) => Promise<{}>;
|
|
59
60
|
searchNoFm: (tabNode: any, fetch: AsyncFn, data: any) => Promise<{}>;
|
|
60
61
|
toNewPageSearch: (tabNode: ComponentInternalInstance | null, filterConditions: Recordable<any>, fetch: AsyncFn, pageInfo: PageInfo) => Promise<false | Recordable<any>>;
|
|
61
|
-
insertResult: (searchData: any
|
|
62
|
+
insertResult: (searchData: Recordable<any>, result: any) => boolean | undefined;
|
|
62
63
|
updateResult: (searchData: any, result: any, rownums: number) => boolean;
|
|
63
64
|
removeResult: (searchData: any, index: number) => boolean;
|
|
64
65
|
setEditValue: (formList: FormItem[], rowData: Recordable<any>) => false | undefined;
|
|
@@ -365,11 +366,11 @@ nativeType: string;
|
|
|
365
366
|
loading: boolean;
|
|
366
367
|
visible: boolean;
|
|
367
368
|
perms: string;
|
|
368
|
-
|
|
369
|
+
cb: (args?: any) => void;
|
|
369
370
|
refForm: string;
|
|
371
|
+
otext: string;
|
|
370
372
|
bizType: BizType;
|
|
371
373
|
args: string;
|
|
372
|
-
cb: (args?: any) => void;
|
|
373
374
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
374
375
|
|
|
375
376
|
export declare const GvCard: DefineComponent< {}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -385,6 +386,11 @@ type: StringConstructor;
|
|
|
385
386
|
required: false;
|
|
386
387
|
default: undefined;
|
|
387
388
|
};
|
|
389
|
+
id: {
|
|
390
|
+
type: StringConstructor;
|
|
391
|
+
required: false;
|
|
392
|
+
default: undefined;
|
|
393
|
+
};
|
|
388
394
|
value: {
|
|
389
395
|
type: ArrayConstructor;
|
|
390
396
|
required: false;
|
|
@@ -465,6 +471,11 @@ type: StringConstructor;
|
|
|
465
471
|
required: false;
|
|
466
472
|
default: undefined;
|
|
467
473
|
};
|
|
474
|
+
id: {
|
|
475
|
+
type: StringConstructor;
|
|
476
|
+
required: false;
|
|
477
|
+
default: undefined;
|
|
478
|
+
};
|
|
468
479
|
value: {
|
|
469
480
|
type: ArrayConstructor;
|
|
470
481
|
required: false;
|
|
@@ -547,6 +558,7 @@ lazy: boolean;
|
|
|
547
558
|
size: "" | "small" | "default" | "large";
|
|
548
559
|
placeholder: string;
|
|
549
560
|
vref: string;
|
|
561
|
+
id: string;
|
|
550
562
|
trigger: string;
|
|
551
563
|
disabled: boolean;
|
|
552
564
|
visible: boolean;
|
|
@@ -555,8 +567,8 @@ multiple: boolean;
|
|
|
555
567
|
clearable: boolean;
|
|
556
568
|
filterable: boolean;
|
|
557
569
|
separator: string;
|
|
558
|
-
showAllLevels: boolean;
|
|
559
570
|
lazyLoad: (node: any, resolve: (data: any[]) => void, reject: () => void) => void;
|
|
571
|
+
showAllLevels: boolean;
|
|
560
572
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
561
573
|
|
|
562
574
|
export declare const GvCheckbox: DefineComponent<ExtractPropTypes< {
|
|
@@ -896,12 +908,20 @@ vref: {
|
|
|
896
908
|
type: StringConstructor;
|
|
897
909
|
default: string;
|
|
898
910
|
};
|
|
911
|
+
name: {
|
|
912
|
+
type: StringConstructor;
|
|
913
|
+
default: undefined;
|
|
914
|
+
};
|
|
915
|
+
id: {
|
|
916
|
+
type: StringConstructor;
|
|
917
|
+
default: undefined;
|
|
918
|
+
};
|
|
899
919
|
modelValue: {
|
|
900
920
|
type: PropType<TDatePickerType>;
|
|
901
921
|
default: undefined;
|
|
902
922
|
};
|
|
903
923
|
type: {
|
|
904
|
-
type:
|
|
924
|
+
type: PropType<DatePickerType>;
|
|
905
925
|
default: string;
|
|
906
926
|
};
|
|
907
927
|
format: {
|
|
@@ -913,7 +933,7 @@ type: StringConstructor;
|
|
|
913
933
|
default: string;
|
|
914
934
|
};
|
|
915
935
|
defaultTime: {
|
|
916
|
-
type:
|
|
936
|
+
type: ArrayConstructor;
|
|
917
937
|
default: undefined;
|
|
918
938
|
};
|
|
919
939
|
size: {
|
|
@@ -945,12 +965,12 @@ type: BooleanConstructor;
|
|
|
945
965
|
default: boolean;
|
|
946
966
|
};
|
|
947
967
|
disabledDateFunc: {
|
|
948
|
-
type:
|
|
968
|
+
type: ArrayConstructor;
|
|
949
969
|
default: () => never[];
|
|
950
970
|
};
|
|
951
971
|
disabledDate: {
|
|
952
|
-
type:
|
|
953
|
-
default:
|
|
972
|
+
type: FunctionConstructor;
|
|
973
|
+
default: () => void;
|
|
954
974
|
};
|
|
955
975
|
editable: {
|
|
956
976
|
type: BooleanConstructor;
|
|
@@ -960,17 +980,25 @@ unlink: {
|
|
|
960
980
|
type: BooleanConstructor;
|
|
961
981
|
default: boolean;
|
|
962
982
|
};
|
|
963
|
-
}>, () => 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< {
|
|
964
984
|
vref: {
|
|
965
985
|
type: StringConstructor;
|
|
966
986
|
default: string;
|
|
967
987
|
};
|
|
988
|
+
name: {
|
|
989
|
+
type: StringConstructor;
|
|
990
|
+
default: undefined;
|
|
991
|
+
};
|
|
992
|
+
id: {
|
|
993
|
+
type: StringConstructor;
|
|
994
|
+
default: undefined;
|
|
995
|
+
};
|
|
968
996
|
modelValue: {
|
|
969
997
|
type: PropType<TDatePickerType>;
|
|
970
998
|
default: undefined;
|
|
971
999
|
};
|
|
972
1000
|
type: {
|
|
973
|
-
type:
|
|
1001
|
+
type: PropType<DatePickerType>;
|
|
974
1002
|
default: string;
|
|
975
1003
|
};
|
|
976
1004
|
format: {
|
|
@@ -982,7 +1010,7 @@ type: StringConstructor;
|
|
|
982
1010
|
default: string;
|
|
983
1011
|
};
|
|
984
1012
|
defaultTime: {
|
|
985
|
-
type:
|
|
1013
|
+
type: ArrayConstructor;
|
|
986
1014
|
default: undefined;
|
|
987
1015
|
};
|
|
988
1016
|
size: {
|
|
@@ -1014,12 +1042,12 @@ type: BooleanConstructor;
|
|
|
1014
1042
|
default: boolean;
|
|
1015
1043
|
};
|
|
1016
1044
|
disabledDateFunc: {
|
|
1017
|
-
type:
|
|
1045
|
+
type: ArrayConstructor;
|
|
1018
1046
|
default: () => never[];
|
|
1019
1047
|
};
|
|
1020
1048
|
disabledDate: {
|
|
1021
|
-
type:
|
|
1022
|
-
default:
|
|
1049
|
+
type: FunctionConstructor;
|
|
1050
|
+
default: () => void;
|
|
1023
1051
|
};
|
|
1024
1052
|
editable: {
|
|
1025
1053
|
type: BooleanConstructor;
|
|
@@ -1030,29 +1058,32 @@ type: BooleanConstructor;
|
|
|
1030
1058
|
default: boolean;
|
|
1031
1059
|
};
|
|
1032
1060
|
}>> & Readonly<{
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
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;
|
|
1038
1067
|
}>, {
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
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;
|
|
1056
1087
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1057
1088
|
|
|
1058
1089
|
export declare const GvDialog: DefineComponent<ExtractPropTypes< {
|
|
@@ -1287,7 +1318,7 @@ type: NumberConstructor[];
|
|
|
1287
1318
|
required: false;
|
|
1288
1319
|
default: number;
|
|
1289
1320
|
};
|
|
1290
|
-
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "update:visible")[], "cancel" | "update:visible", PublicProps, Readonly<ExtractPropTypes< {
|
|
1321
|
+
}>, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("cancel" | "close" | "resize" | "open" | "update:visible" | "opened" | "closed")[], "cancel" | "close" | "resize" | "open" | "update:visible" | "opened" | "closed", PublicProps, Readonly<ExtractPropTypes< {
|
|
1291
1322
|
visible: {
|
|
1292
1323
|
type: BooleanConstructor;
|
|
1293
1324
|
required: false;
|
|
@@ -1314,7 +1345,12 @@ required: false;
|
|
|
1314
1345
|
default: number;
|
|
1315
1346
|
};
|
|
1316
1347
|
}>> & Readonly<{
|
|
1348
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1317
1349
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1350
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1351
|
+
onResize?: ((...args: any[]) => any) | undefined;
|
|
1352
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
1353
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1318
1354
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1319
1355
|
}>, {
|
|
1320
1356
|
size: string | number;
|
|
@@ -1417,9 +1453,9 @@ default: boolean;
|
|
|
1417
1453
|
}>> & Readonly<{}>, {
|
|
1418
1454
|
size: "" | "small" | "default" | "large";
|
|
1419
1455
|
labelWidth: string | number;
|
|
1456
|
+
formList: FormItem[];
|
|
1420
1457
|
divider: string;
|
|
1421
1458
|
isDivider: boolean;
|
|
1422
|
-
formList: FormItem[];
|
|
1423
1459
|
formStyle: Record<string, any>;
|
|
1424
1460
|
scroller: boolean;
|
|
1425
1461
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1454,6 +1490,10 @@ name: {
|
|
|
1454
1490
|
type: StringConstructor;
|
|
1455
1491
|
default: undefined;
|
|
1456
1492
|
};
|
|
1493
|
+
id: {
|
|
1494
|
+
type: StringConstructor;
|
|
1495
|
+
default: undefined;
|
|
1496
|
+
};
|
|
1457
1497
|
value: {
|
|
1458
1498
|
type: PropType<string | number | undefined>;
|
|
1459
1499
|
default: string;
|
|
@@ -1523,6 +1563,10 @@ name: {
|
|
|
1523
1563
|
type: StringConstructor;
|
|
1524
1564
|
default: undefined;
|
|
1525
1565
|
};
|
|
1566
|
+
id: {
|
|
1567
|
+
type: StringConstructor;
|
|
1568
|
+
default: undefined;
|
|
1569
|
+
};
|
|
1526
1570
|
value: {
|
|
1527
1571
|
type: PropType<string | number | undefined>;
|
|
1528
1572
|
default: string;
|
|
@@ -1597,6 +1641,7 @@ size: "" | "small" | "default" | "large";
|
|
|
1597
1641
|
type: InputType;
|
|
1598
1642
|
placeholder: string;
|
|
1599
1643
|
vref: string;
|
|
1644
|
+
id: string;
|
|
1600
1645
|
disabled: boolean;
|
|
1601
1646
|
visible: boolean;
|
|
1602
1647
|
clearable: boolean;
|
|
@@ -1619,6 +1664,10 @@ name: {
|
|
|
1619
1664
|
type: StringConstructor;
|
|
1620
1665
|
default: undefined;
|
|
1621
1666
|
};
|
|
1667
|
+
id: {
|
|
1668
|
+
type: StringConstructor;
|
|
1669
|
+
default: undefined;
|
|
1670
|
+
};
|
|
1622
1671
|
value: {
|
|
1623
1672
|
type: NumberConstructor;
|
|
1624
1673
|
default: undefined;
|
|
@@ -1681,6 +1730,10 @@ name: {
|
|
|
1681
1730
|
type: StringConstructor;
|
|
1682
1731
|
default: undefined;
|
|
1683
1732
|
};
|
|
1733
|
+
id: {
|
|
1734
|
+
type: StringConstructor;
|
|
1735
|
+
default: undefined;
|
|
1736
|
+
};
|
|
1684
1737
|
value: {
|
|
1685
1738
|
type: NumberConstructor;
|
|
1686
1739
|
default: undefined;
|
|
@@ -1748,15 +1801,16 @@ size: "" | "small" | "default" | "large";
|
|
|
1748
1801
|
placeholder: string;
|
|
1749
1802
|
vref: string;
|
|
1750
1803
|
max: number;
|
|
1804
|
+
id: string;
|
|
1751
1805
|
position: string;
|
|
1752
1806
|
disabled: boolean;
|
|
1753
1807
|
visible: boolean;
|
|
1754
1808
|
step: number;
|
|
1755
|
-
bizType: string;
|
|
1756
1809
|
min: number;
|
|
1810
|
+
precision: number;
|
|
1811
|
+
bizType: string;
|
|
1757
1812
|
columnProp: string;
|
|
1758
1813
|
stepStrictly: boolean;
|
|
1759
|
-
precision: number;
|
|
1760
1814
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1761
1815
|
|
|
1762
1816
|
export declare const GvLangSelect: DefineComponent<ExtractPropTypes< {
|
|
@@ -2113,6 +2167,14 @@ name: {
|
|
|
2113
2167
|
type: StringConstructor;
|
|
2114
2168
|
default: undefined;
|
|
2115
2169
|
};
|
|
2170
|
+
id: {
|
|
2171
|
+
type: StringConstructor;
|
|
2172
|
+
default: undefined;
|
|
2173
|
+
};
|
|
2174
|
+
modelValue: {
|
|
2175
|
+
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2176
|
+
default: undefined;
|
|
2177
|
+
};
|
|
2116
2178
|
value: {
|
|
2117
2179
|
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2118
2180
|
default: undefined;
|
|
@@ -2202,6 +2264,14 @@ name: {
|
|
|
2202
2264
|
type: StringConstructor;
|
|
2203
2265
|
default: undefined;
|
|
2204
2266
|
};
|
|
2267
|
+
id: {
|
|
2268
|
+
type: StringConstructor;
|
|
2269
|
+
default: undefined;
|
|
2270
|
+
};
|
|
2271
|
+
modelValue: {
|
|
2272
|
+
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2273
|
+
default: undefined;
|
|
2274
|
+
};
|
|
2205
2275
|
value: {
|
|
2206
2276
|
type: PropType<string | unknown[] | Record<string, unknown>>;
|
|
2207
2277
|
default: undefined;
|
|
@@ -2294,20 +2364,22 @@ clear: Function;
|
|
|
2294
2364
|
size: "" | "small" | "default" | "large";
|
|
2295
2365
|
placeholder: string;
|
|
2296
2366
|
vref: string;
|
|
2367
|
+
id: string;
|
|
2297
2368
|
label: string;
|
|
2298
2369
|
disabled: boolean;
|
|
2299
2370
|
visible: boolean;
|
|
2300
2371
|
multiple: boolean;
|
|
2372
|
+
modelValue: string | unknown[] | Record<string, unknown>;
|
|
2301
2373
|
clearable: boolean;
|
|
2302
2374
|
filterable: boolean;
|
|
2303
2375
|
collapseTags: boolean;
|
|
2304
|
-
bizType: string;
|
|
2305
|
-
cb: Function;
|
|
2306
|
-
filtercode: string;
|
|
2307
2376
|
showLabel: string | unknown[];
|
|
2308
|
-
|
|
2377
|
+
filtercode: string;
|
|
2309
2378
|
dicRemote: Function;
|
|
2379
|
+
cb: Function;
|
|
2310
2380
|
isreload: boolean;
|
|
2381
|
+
bizType: string;
|
|
2382
|
+
columnProp: string;
|
|
2311
2383
|
editRow: Record<string, any>;
|
|
2312
2384
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2313
2385
|
|
|
@@ -2489,6 +2561,11 @@ type: BooleanConstructor;
|
|
|
2489
2561
|
required: false;
|
|
2490
2562
|
default: boolean;
|
|
2491
2563
|
};
|
|
2564
|
+
size: {
|
|
2565
|
+
type: PropType<ComponentSize>;
|
|
2566
|
+
required: false;
|
|
2567
|
+
default: string;
|
|
2568
|
+
};
|
|
2492
2569
|
tableInit: {
|
|
2493
2570
|
type: BooleanConstructor;
|
|
2494
2571
|
required: false;
|
|
@@ -2529,7 +2606,7 @@ type: BooleanConstructor;
|
|
|
2529
2606
|
required: false;
|
|
2530
2607
|
default: boolean;
|
|
2531
2608
|
};
|
|
2532
|
-
}>, () => JSX.Element | null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin,
|
|
2609
|
+
}>, () => JSX.Element | null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "row-dblclick"[], "row-dblclick", PublicProps, Readonly<ExtractPropTypes< {
|
|
2533
2610
|
refTable: {
|
|
2534
2611
|
type: StringConstructor;
|
|
2535
2612
|
required: false;
|
|
@@ -2640,6 +2717,11 @@ type: BooleanConstructor;
|
|
|
2640
2717
|
required: false;
|
|
2641
2718
|
default: boolean;
|
|
2642
2719
|
};
|
|
2720
|
+
size: {
|
|
2721
|
+
type: PropType<ComponentSize>;
|
|
2722
|
+
required: false;
|
|
2723
|
+
default: string;
|
|
2724
|
+
};
|
|
2643
2725
|
tableInit: {
|
|
2644
2726
|
type: BooleanConstructor;
|
|
2645
2727
|
required: false;
|
|
@@ -2680,7 +2762,10 @@ type: BooleanConstructor;
|
|
|
2680
2762
|
required: false;
|
|
2681
2763
|
default: boolean;
|
|
2682
2764
|
};
|
|
2683
|
-
}>> & Readonly<{
|
|
2765
|
+
}>> & Readonly<{
|
|
2766
|
+
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
2767
|
+
}>, {
|
|
2768
|
+
size: "" | "small" | "default" | "large";
|
|
2684
2769
|
maxHeight: string | number | undefined;
|
|
2685
2770
|
height: string | number;
|
|
2686
2771
|
visible: boolean;
|
|
@@ -2918,6 +3003,10 @@ name: {
|
|
|
2918
3003
|
type: StringConstructor;
|
|
2919
3004
|
default: undefined;
|
|
2920
3005
|
};
|
|
3006
|
+
id: {
|
|
3007
|
+
type: StringConstructor;
|
|
3008
|
+
default: undefined;
|
|
3009
|
+
};
|
|
2921
3010
|
modelValue: {
|
|
2922
3011
|
type: PropType<TTimePickerType>;
|
|
2923
3012
|
default: undefined;
|
|
@@ -2991,6 +3080,10 @@ name: {
|
|
|
2991
3080
|
type: StringConstructor;
|
|
2992
3081
|
default: undefined;
|
|
2993
3082
|
};
|
|
3083
|
+
id: {
|
|
3084
|
+
type: StringConstructor;
|
|
3085
|
+
default: undefined;
|
|
3086
|
+
};
|
|
2994
3087
|
modelValue: {
|
|
2995
3088
|
type: PropType<TTimePickerType>;
|
|
2996
3089
|
default: undefined;
|
|
@@ -3056,29 +3149,30 @@ type: BooleanConstructor;
|
|
|
3056
3149
|
default: boolean;
|
|
3057
3150
|
};
|
|
3058
3151
|
}>> & Readonly<{
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3152
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
3153
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
3154
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
3155
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3063
3156
|
}>, {
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3157
|
+
name: string;
|
|
3158
|
+
size: TTimePickerSize;
|
|
3159
|
+
placeholder: string;
|
|
3160
|
+
vref: string;
|
|
3161
|
+
id: string;
|
|
3162
|
+
disabled: boolean;
|
|
3163
|
+
modelValue: TTimePickerType;
|
|
3164
|
+
clearable: boolean;
|
|
3165
|
+
editable: boolean;
|
|
3166
|
+
readonly: boolean;
|
|
3167
|
+
format: string;
|
|
3168
|
+
valueFormat: string;
|
|
3169
|
+
rangeSeparator: string;
|
|
3170
|
+
startPlaceholder: string;
|
|
3171
|
+
endPlaceholder: string;
|
|
3172
|
+
disabledHours: number[];
|
|
3173
|
+
disabledMinutes: number[];
|
|
3174
|
+
disabledSeconds: number[];
|
|
3175
|
+
isRange: boolean;
|
|
3082
3176
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3083
3177
|
|
|
3084
3178
|
export declare const GvTree: DefineComponent<ExtractPropTypes< {
|
|
@@ -3214,9 +3308,10 @@ onCheck?: ((...args: any[]) => any) | undefined;
|
|
|
3214
3308
|
lazy: boolean;
|
|
3215
3309
|
load: LoadFunction;
|
|
3216
3310
|
draggable: boolean;
|
|
3217
|
-
checkOnClickNode: boolean;
|
|
3218
3311
|
defaultExpandAll: boolean;
|
|
3219
3312
|
treeProps: TreeOptionProps;
|
|
3313
|
+
iconClass: string;
|
|
3314
|
+
checkOnClickNode: boolean;
|
|
3220
3315
|
nodeKey: string;
|
|
3221
3316
|
expandOnClickNode: boolean;
|
|
3222
3317
|
defaultCheckedKeys: (string | number)[];
|
|
@@ -3225,7 +3320,6 @@ renderContent: RenderContentFunction;
|
|
|
3225
3320
|
showCheckbox: boolean;
|
|
3226
3321
|
filterNodeMethod: FilterNodeMethodFunction;
|
|
3227
3322
|
treeData: TreeData[];
|
|
3228
|
-
iconClass: string;
|
|
3229
3323
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3230
3324
|
|
|
3231
3325
|
export declare const hasClass: (ele: HTMLElement, cls: string) => boolean;
|