@funcho/ui 1.1.14 → 1.1.17
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 +3 -0
- package/dist/cjs/business/DataTable/DataTable.vue.js +6 -0
- package/dist/cjs/business/EditFormCard/EditFormCard.vue.js +239 -0
- package/dist/cjs/business/EditFormCard/EditFormCard.vue3.js +10 -0
- package/dist/cjs/business/EditFormCard/index.js +12 -0
- package/dist/cjs/business/FormDialog/FormDialog.vue.js +129 -0
- package/dist/cjs/business/FormDialog/FormDialog.vue3.js +10 -0
- package/dist/cjs/business/FormDialog/index.js +12 -0
- package/dist/cjs/business/ProForm/ProForm.vue.js +45 -8
- package/dist/cjs/business/SidebarMainLayout/SidebarMainLayout.vue.js +1 -0
- package/dist/cjs/business/TreeCheckFilter/TreeCheckFilter.vue.js +1 -0
- package/dist/cjs/business/TreeTransfer/TreeTransfer.vue.js +1 -0
- package/dist/cjs/business/index.js +4 -0
- package/dist/cjs/components/Button/DangerButton.vue.js +2 -2
- package/dist/cjs/components/Cascader/Cascader.vue.js +3 -1
- package/dist/cjs/components/CheckboxGroup/CheckboxGroup.vue.js +3 -1
- package/dist/cjs/components/Dropdown/Dropdown.vue.js +3 -1
- package/dist/cjs/components/LovText/LovText.vue.js +61 -0
- package/dist/cjs/components/LovText/LovText.vue3.js +10 -0
- package/dist/cjs/components/LovText/index.js +12 -0
- package/dist/cjs/components/Radio/Radio.vue.js +3 -1
- package/dist/cjs/components/Select/Select.vue.js +3 -1
- package/dist/cjs/components/index.js +2 -0
- package/dist/cjs/index.js +22 -16
- package/dist/cjs/packages/ui/package.json.js +1 -1
- package/dist/esm/business/DataTable/DataTable.vue.mjs +6 -0
- package/dist/esm/business/EditFormCard/EditFormCard.vue.mjs +235 -0
- package/dist/esm/business/EditFormCard/EditFormCard.vue3.mjs +6 -0
- package/dist/esm/business/EditFormCard/index.mjs +7 -0
- package/dist/esm/business/FormDialog/FormDialog.vue.mjs +125 -0
- package/dist/esm/business/FormDialog/FormDialog.vue3.mjs +6 -0
- package/dist/esm/business/FormDialog/index.mjs +7 -0
- package/dist/esm/business/ProForm/ProForm.vue.mjs +46 -9
- package/dist/esm/business/SidebarMainLayout/SidebarMainLayout.vue.mjs +1 -0
- package/dist/esm/business/TreeCheckFilter/TreeCheckFilter.vue.mjs +1 -0
- package/dist/esm/business/TreeTransfer/TreeTransfer.vue.mjs +1 -0
- package/dist/esm/business/index.mjs +2 -0
- package/dist/esm/components/Button/DangerButton.vue.mjs +2 -2
- package/dist/esm/components/Cascader/Cascader.vue.mjs +3 -1
- package/dist/esm/components/CheckboxGroup/CheckboxGroup.vue.mjs +3 -1
- package/dist/esm/components/Dropdown/Dropdown.vue.mjs +3 -1
- package/dist/esm/components/LovText/LovText.vue.mjs +57 -0
- package/dist/esm/components/LovText/LovText.vue3.mjs +6 -0
- package/dist/esm/components/LovText/index.mjs +7 -0
- package/dist/esm/components/Radio/Radio.vue.mjs +3 -1
- package/dist/esm/components/Select/Select.vue.mjs +3 -1
- package/dist/esm/components/index.mjs +1 -0
- package/dist/esm/index.mjs +3 -0
- package/dist/esm/packages/ui/package.json.mjs +1 -1
- package/dist/style.css +14 -3
- package/dist/types/business/DataTable/DataTable.vue.d.ts +438 -1208
- package/dist/types/business/DataTable/index.d.ts +438 -1208
- package/dist/types/business/EditFormCard/EditFormCard.types.d.ts +1 -0
- package/dist/types/business/EditFormCard/EditFormCard.vue.d.ts +1169 -0
- package/dist/types/business/EditFormCard/index.d.ts +1569 -0
- package/dist/types/business/FormDialog/FormDialog.types.d.ts +1 -0
- package/dist/types/business/FormDialog/FormDialog.vue.d.ts +1006 -0
- package/dist/types/business/FormDialog/index.d.ts +1077 -0
- package/dist/types/business/ProForm/ProForm.types.d.ts +9 -0
- package/dist/types/business/ProForm/ProForm.vue.d.ts +37 -422
- package/dist/types/business/ProForm/index.d.ts +236 -1391
- package/dist/types/business/index.d.ts +2 -0
- package/dist/types/components/Cascader/Cascader.vue.d.ts +2 -0
- package/dist/types/components/Cascader/CascaderCheck.vue.d.ts +16 -2
- package/dist/types/components/Cascader/CascaderEnd.vue.d.ts +16 -2
- package/dist/types/components/Cascader/CascaderMultiple.vue.d.ts +16 -2
- package/dist/types/components/Cascader/index.d.ts +60 -3
- package/dist/types/components/CheckboxGroup/CheckboxGroup.vue.d.ts +2 -0
- package/dist/types/components/CheckboxGroup/index.d.ts +6 -0
- package/dist/types/components/DatePicker/BzDatePicker.vue.d.ts +9 -1
- package/dist/types/components/DatePicker/DatePicker.vue.d.ts +4 -0
- package/dist/types/components/DatePicker/DatePickerRanger.vue.d.ts +27 -3
- package/dist/types/components/DatePicker/DateTimePicker.vue.d.ts +26 -2
- package/dist/types/components/DatePicker/DateTimePickerRanger.vue.d.ts +27 -3
- package/dist/types/components/DatePicker/index.d.ts +126 -10
- package/dist/types/components/Dropdown/Dropdown.vue.d.ts +2 -0
- package/dist/types/components/Dropdown/index.d.ts +6 -0
- package/dist/types/components/LovText/LovText.types.d.ts +1 -0
- package/dist/types/components/LovText/LovText.vue.d.ts +13 -0
- package/dist/types/components/LovText/index.d.ts +45 -0
- package/dist/types/components/Menu/Menu.vue.d.ts +4 -0
- package/dist/types/components/Menu/index.d.ts +12 -0
- package/dist/types/components/Radio/Radio.vue.d.ts +2 -0
- package/dist/types/components/Radio/index.d.ts +6 -0
- package/dist/types/components/Select/Select.vue.d.ts +2 -0
- package/dist/types/components/Select/SelectAllowCreateSelect.vue.d.ts +12 -2
- package/dist/types/components/Select/SelectMultiple.vue.d.ts +12 -2
- package/dist/types/components/Select/index.d.ts +18 -2
- package/dist/types/components/Table/Table.vue.d.ts +6 -6
- package/dist/types/components/Text/Text.vue.d.ts +1 -81
- package/dist/types/components/Text/index.d.ts +3 -243
- package/dist/types/components/TimePicker/TimePicker.vue.d.ts +4 -0
- package/dist/types/components/TimePicker/index.d.ts +12 -0
- package/dist/types/components/TreeSelect/TreeSelect.vue.d.ts +2 -500
- package/dist/types/components/TreeSelect/index.d.ts +27 -1521
- package/dist/types/components/index.d.ts +1 -0
- package/package.json +6 -4
|
@@ -7,6 +7,7 @@ export declare const FcCascader: {
|
|
|
7
7
|
filterable?: boolean;
|
|
8
8
|
collapseTags?: boolean;
|
|
9
9
|
collapseTagsTooltip?: boolean;
|
|
10
|
+
isSql?: boolean;
|
|
10
11
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
11
12
|
}> & Readonly<{}>, {
|
|
12
13
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -331,6 +332,7 @@ export declare const FcCascader: {
|
|
|
331
332
|
lovId: string;
|
|
332
333
|
clearable: boolean;
|
|
333
334
|
options: any[];
|
|
335
|
+
isSql: boolean;
|
|
334
336
|
isUpdateLovOptions: boolean;
|
|
335
337
|
filterable: boolean;
|
|
336
338
|
collapseTags: boolean;
|
|
@@ -785,6 +787,7 @@ export declare const FcCascader: {
|
|
|
785
787
|
filterable?: boolean;
|
|
786
788
|
collapseTags?: boolean;
|
|
787
789
|
collapseTagsTooltip?: boolean;
|
|
790
|
+
isSql?: boolean;
|
|
788
791
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
789
792
|
}> & Readonly<{}>, {
|
|
790
793
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1109,6 +1112,7 @@ export declare const FcCascader: {
|
|
|
1109
1112
|
lovId: string;
|
|
1110
1113
|
clearable: boolean;
|
|
1111
1114
|
options: any[];
|
|
1115
|
+
isSql: boolean;
|
|
1112
1116
|
isUpdateLovOptions: boolean;
|
|
1113
1117
|
filterable: boolean;
|
|
1114
1118
|
collapseTags: boolean;
|
|
@@ -1126,6 +1130,7 @@ export declare const FcCascader: {
|
|
|
1126
1130
|
filterable?: boolean;
|
|
1127
1131
|
collapseTags?: boolean;
|
|
1128
1132
|
collapseTagsTooltip?: boolean;
|
|
1133
|
+
isSql?: boolean;
|
|
1129
1134
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
1130
1135
|
}> & Readonly<{}>, {
|
|
1131
1136
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1450,6 +1455,7 @@ export declare const FcCascader: {
|
|
|
1450
1455
|
lovId: string;
|
|
1451
1456
|
clearable: boolean;
|
|
1452
1457
|
options: any[];
|
|
1458
|
+
isSql: boolean;
|
|
1453
1459
|
isUpdateLovOptions: boolean;
|
|
1454
1460
|
filterable: boolean;
|
|
1455
1461
|
collapseTags: boolean;
|
|
@@ -1472,6 +1478,7 @@ export declare const FcCascaderCheck: {
|
|
|
1472
1478
|
readonly filterable?: boolean | undefined;
|
|
1473
1479
|
readonly collapseTags?: boolean | undefined;
|
|
1474
1480
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
1481
|
+
readonly isSql?: boolean | undefined;
|
|
1475
1482
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
1476
1483
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
1477
1484
|
teleported: boolean;
|
|
@@ -1993,6 +2000,7 @@ export declare const FcCascaderCheck: {
|
|
|
1993
2000
|
filterable?: boolean;
|
|
1994
2001
|
collapseTags?: boolean;
|
|
1995
2002
|
collapseTagsTooltip?: boolean;
|
|
2003
|
+
isSql?: boolean;
|
|
1996
2004
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
1997
2005
|
}> & Readonly<{}>, {
|
|
1998
2006
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -2317,6 +2325,7 @@ export declare const FcCascaderCheck: {
|
|
|
2317
2325
|
lovId: string;
|
|
2318
2326
|
clearable: boolean;
|
|
2319
2327
|
options: any[];
|
|
2328
|
+
isSql: boolean;
|
|
2320
2329
|
isUpdateLovOptions: boolean;
|
|
2321
2330
|
filterable: boolean;
|
|
2322
2331
|
collapseTags: boolean;
|
|
@@ -2513,6 +2522,7 @@ export declare const FcCascaderCheck: {
|
|
|
2513
2522
|
lovId: string;
|
|
2514
2523
|
clearable: boolean;
|
|
2515
2524
|
options: any[] & import('element-plus').CascaderOption[];
|
|
2525
|
+
isSql: boolean;
|
|
2516
2526
|
isUpdateLovOptions: boolean;
|
|
2517
2527
|
filterable: boolean;
|
|
2518
2528
|
collapseTags: boolean;
|
|
@@ -2576,6 +2586,7 @@ export declare const FcCascaderCheck: {
|
|
|
2576
2586
|
readonly filterable?: boolean | undefined;
|
|
2577
2587
|
readonly collapseTags?: boolean | undefined;
|
|
2578
2588
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
2589
|
+
readonly isSql?: boolean | undefined;
|
|
2579
2590
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
2580
2591
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
2581
2592
|
$attrs: {
|
|
@@ -3034,6 +3045,7 @@ export declare const FcCascaderCheck: {
|
|
|
3034
3045
|
filterable?: boolean;
|
|
3035
3046
|
collapseTags?: boolean;
|
|
3036
3047
|
collapseTagsTooltip?: boolean;
|
|
3048
|
+
isSql?: boolean;
|
|
3037
3049
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
3038
3050
|
}> & Readonly<{}>, {
|
|
3039
3051
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -3358,6 +3370,7 @@ export declare const FcCascaderCheck: {
|
|
|
3358
3370
|
lovId: string;
|
|
3359
3371
|
clearable: boolean;
|
|
3360
3372
|
options: any[];
|
|
3373
|
+
isSql: boolean;
|
|
3361
3374
|
isUpdateLovOptions: boolean;
|
|
3362
3375
|
filterable: boolean;
|
|
3363
3376
|
collapseTags: boolean;
|
|
@@ -3387,6 +3400,7 @@ export declare const FcCascaderCheck: {
|
|
|
3387
3400
|
lovId: string;
|
|
3388
3401
|
clearable: boolean;
|
|
3389
3402
|
options: any[];
|
|
3403
|
+
isSql: boolean;
|
|
3390
3404
|
isUpdateLovOptions: boolean;
|
|
3391
3405
|
filterable: boolean;
|
|
3392
3406
|
collapseTags: boolean;
|
|
@@ -3400,8 +3414,9 @@ export declare const FcCascaderCheck: {
|
|
|
3400
3414
|
filterable?: boolean;
|
|
3401
3415
|
collapseTags?: boolean;
|
|
3402
3416
|
collapseTagsTooltip?: boolean;
|
|
3417
|
+
isSql?: boolean;
|
|
3403
3418
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
3404
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "effect" | "teleported" | "persistent" | "popperClass" | "popperStyle" | "fallbackPlacements" | "placement" | "contentRef" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "clearIcon" | "validateEvent" | "focus" | "blur" | "onClear" | "checkOnClickNode" | "getCheckedNodes" | "debounce" | "filterMethod" | "maxCollapseTags" | "tagEffect" | "separator" | "showAllLevels" | "maxCollapseTagsTooltipHeight" | "beforeFilter" | "showCheckedStrategy" | "showPrefix" | "cascaderPanelRef" | "togglePopperVisible" | "presentText" | "onVisibleChange" | "onExpandChange" | "onRemoveTag" | ("lovId" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
3419
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "effect" | "teleported" | "persistent" | "popperClass" | "popperStyle" | "fallbackPlacements" | "placement" | "contentRef" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "clearIcon" | "validateEvent" | "focus" | "blur" | "onClear" | "checkOnClickNode" | "getCheckedNodes" | "debounce" | "filterMethod" | "maxCollapseTags" | "tagEffect" | "separator" | "showAllLevels" | "maxCollapseTagsTooltipHeight" | "beforeFilter" | "showCheckedStrategy" | "showPrefix" | "cascaderPanelRef" | "togglePopperVisible" | "presentText" | "onVisibleChange" | "onExpandChange" | "onRemoveTag" | ("lovId" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
3405
3420
|
$: import('vue').ComponentInternalInstance;
|
|
3406
3421
|
$data: {};
|
|
3407
3422
|
$props: Partial<{
|
|
@@ -3743,6 +3758,7 @@ export declare const FcCascaderCheck: {
|
|
|
3743
3758
|
readonly filterable?: boolean | undefined;
|
|
3744
3759
|
readonly collapseTags?: boolean | undefined;
|
|
3745
3760
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
3761
|
+
readonly isSql?: boolean | undefined;
|
|
3746
3762
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
3747
3763
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
3748
3764
|
teleported: boolean;
|
|
@@ -4264,6 +4280,7 @@ export declare const FcCascaderCheck: {
|
|
|
4264
4280
|
filterable?: boolean;
|
|
4265
4281
|
collapseTags?: boolean;
|
|
4266
4282
|
collapseTagsTooltip?: boolean;
|
|
4283
|
+
isSql?: boolean;
|
|
4267
4284
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
4268
4285
|
}> & Readonly<{}>, {
|
|
4269
4286
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -4588,6 +4605,7 @@ export declare const FcCascaderCheck: {
|
|
|
4588
4605
|
lovId: string;
|
|
4589
4606
|
clearable: boolean;
|
|
4590
4607
|
options: any[];
|
|
4608
|
+
isSql: boolean;
|
|
4591
4609
|
isUpdateLovOptions: boolean;
|
|
4592
4610
|
filterable: boolean;
|
|
4593
4611
|
collapseTags: boolean;
|
|
@@ -4784,6 +4802,7 @@ export declare const FcCascaderCheck: {
|
|
|
4784
4802
|
lovId: string;
|
|
4785
4803
|
clearable: boolean;
|
|
4786
4804
|
options: any[] & import('element-plus').CascaderOption[];
|
|
4805
|
+
isSql: boolean;
|
|
4787
4806
|
isUpdateLovOptions: boolean;
|
|
4788
4807
|
filterable: boolean;
|
|
4789
4808
|
collapseTags: boolean;
|
|
@@ -4852,6 +4871,7 @@ export declare const FcCascaderCheck: {
|
|
|
4852
4871
|
readonly filterable?: boolean | undefined;
|
|
4853
4872
|
readonly collapseTags?: boolean | undefined;
|
|
4854
4873
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
4874
|
+
readonly isSql?: boolean | undefined;
|
|
4855
4875
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
4856
4876
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
4857
4877
|
teleported: boolean;
|
|
@@ -5373,6 +5393,7 @@ export declare const FcCascaderCheck: {
|
|
|
5373
5393
|
filterable?: boolean;
|
|
5374
5394
|
collapseTags?: boolean;
|
|
5375
5395
|
collapseTagsTooltip?: boolean;
|
|
5396
|
+
isSql?: boolean;
|
|
5376
5397
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
5377
5398
|
}> & Readonly<{}>, {
|
|
5378
5399
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -5697,6 +5718,7 @@ export declare const FcCascaderCheck: {
|
|
|
5697
5718
|
lovId: string;
|
|
5698
5719
|
clearable: boolean;
|
|
5699
5720
|
options: any[];
|
|
5721
|
+
isSql: boolean;
|
|
5700
5722
|
isUpdateLovOptions: boolean;
|
|
5701
5723
|
filterable: boolean;
|
|
5702
5724
|
collapseTags: boolean;
|
|
@@ -5893,6 +5915,7 @@ export declare const FcCascaderCheck: {
|
|
|
5893
5915
|
lovId: string;
|
|
5894
5916
|
clearable: boolean;
|
|
5895
5917
|
options: any[] & import('element-plus').CascaderOption[];
|
|
5918
|
+
isSql: boolean;
|
|
5896
5919
|
isUpdateLovOptions: boolean;
|
|
5897
5920
|
filterable: boolean;
|
|
5898
5921
|
collapseTags: boolean;
|
|
@@ -5961,6 +5984,7 @@ export declare const FcCascaderEnd: {
|
|
|
5961
5984
|
readonly filterable?: boolean | undefined;
|
|
5962
5985
|
readonly collapseTags?: boolean | undefined;
|
|
5963
5986
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
5987
|
+
readonly isSql?: boolean | undefined;
|
|
5964
5988
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
5965
5989
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
5966
5990
|
teleported: boolean;
|
|
@@ -6482,6 +6506,7 @@ export declare const FcCascaderEnd: {
|
|
|
6482
6506
|
filterable?: boolean;
|
|
6483
6507
|
collapseTags?: boolean;
|
|
6484
6508
|
collapseTagsTooltip?: boolean;
|
|
6509
|
+
isSql?: boolean;
|
|
6485
6510
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
6486
6511
|
}> & Readonly<{}>, {
|
|
6487
6512
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -6806,6 +6831,7 @@ export declare const FcCascaderEnd: {
|
|
|
6806
6831
|
lovId: string;
|
|
6807
6832
|
clearable: boolean;
|
|
6808
6833
|
options: any[];
|
|
6834
|
+
isSql: boolean;
|
|
6809
6835
|
isUpdateLovOptions: boolean;
|
|
6810
6836
|
filterable: boolean;
|
|
6811
6837
|
collapseTags: boolean;
|
|
@@ -7002,6 +7028,7 @@ export declare const FcCascaderEnd: {
|
|
|
7002
7028
|
lovId: string;
|
|
7003
7029
|
clearable: boolean;
|
|
7004
7030
|
options: any[] & import('element-plus').CascaderOption[];
|
|
7031
|
+
isSql: boolean;
|
|
7005
7032
|
isUpdateLovOptions: boolean;
|
|
7006
7033
|
filterable: boolean;
|
|
7007
7034
|
collapseTags: boolean;
|
|
@@ -7065,6 +7092,7 @@ export declare const FcCascaderEnd: {
|
|
|
7065
7092
|
readonly filterable?: boolean | undefined;
|
|
7066
7093
|
readonly collapseTags?: boolean | undefined;
|
|
7067
7094
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
7095
|
+
readonly isSql?: boolean | undefined;
|
|
7068
7096
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
7069
7097
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
7070
7098
|
$attrs: {
|
|
@@ -7523,6 +7551,7 @@ export declare const FcCascaderEnd: {
|
|
|
7523
7551
|
filterable?: boolean;
|
|
7524
7552
|
collapseTags?: boolean;
|
|
7525
7553
|
collapseTagsTooltip?: boolean;
|
|
7554
|
+
isSql?: boolean;
|
|
7526
7555
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
7527
7556
|
}> & Readonly<{}>, {
|
|
7528
7557
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -7847,6 +7876,7 @@ export declare const FcCascaderEnd: {
|
|
|
7847
7876
|
lovId: string;
|
|
7848
7877
|
clearable: boolean;
|
|
7849
7878
|
options: any[];
|
|
7879
|
+
isSql: boolean;
|
|
7850
7880
|
isUpdateLovOptions: boolean;
|
|
7851
7881
|
filterable: boolean;
|
|
7852
7882
|
collapseTags: boolean;
|
|
@@ -7876,6 +7906,7 @@ export declare const FcCascaderEnd: {
|
|
|
7876
7906
|
lovId: string;
|
|
7877
7907
|
clearable: boolean;
|
|
7878
7908
|
options: any[];
|
|
7909
|
+
isSql: boolean;
|
|
7879
7910
|
isUpdateLovOptions: boolean;
|
|
7880
7911
|
filterable: boolean;
|
|
7881
7912
|
collapseTags: boolean;
|
|
@@ -7889,8 +7920,9 @@ export declare const FcCascaderEnd: {
|
|
|
7889
7920
|
filterable?: boolean;
|
|
7890
7921
|
collapseTags?: boolean;
|
|
7891
7922
|
collapseTagsTooltip?: boolean;
|
|
7923
|
+
isSql?: boolean;
|
|
7892
7924
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
7893
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "effect" | "teleported" | "persistent" | "popperClass" | "popperStyle" | "fallbackPlacements" | "placement" | "contentRef" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "clearIcon" | "validateEvent" | "focus" | "blur" | "onClear" | "checkOnClickNode" | "getCheckedNodes" | "debounce" | "filterMethod" | "maxCollapseTags" | "tagEffect" | "separator" | "showAllLevels" | "maxCollapseTagsTooltipHeight" | "beforeFilter" | "showCheckedStrategy" | "showPrefix" | "cascaderPanelRef" | "togglePopperVisible" | "presentText" | "onVisibleChange" | "onExpandChange" | "onRemoveTag" | ("lovId" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
7925
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "effect" | "teleported" | "persistent" | "popperClass" | "popperStyle" | "fallbackPlacements" | "placement" | "contentRef" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "clearIcon" | "validateEvent" | "focus" | "blur" | "onClear" | "checkOnClickNode" | "getCheckedNodes" | "debounce" | "filterMethod" | "maxCollapseTags" | "tagEffect" | "separator" | "showAllLevels" | "maxCollapseTagsTooltipHeight" | "beforeFilter" | "showCheckedStrategy" | "showPrefix" | "cascaderPanelRef" | "togglePopperVisible" | "presentText" | "onVisibleChange" | "onExpandChange" | "onRemoveTag" | ("lovId" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
7894
7926
|
$: import('vue').ComponentInternalInstance;
|
|
7895
7927
|
$data: {};
|
|
7896
7928
|
$props: Partial<{
|
|
@@ -8232,6 +8264,7 @@ export declare const FcCascaderEnd: {
|
|
|
8232
8264
|
readonly filterable?: boolean | undefined;
|
|
8233
8265
|
readonly collapseTags?: boolean | undefined;
|
|
8234
8266
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
8267
|
+
readonly isSql?: boolean | undefined;
|
|
8235
8268
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
8236
8269
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
8237
8270
|
teleported: boolean;
|
|
@@ -8753,6 +8786,7 @@ export declare const FcCascaderEnd: {
|
|
|
8753
8786
|
filterable?: boolean;
|
|
8754
8787
|
collapseTags?: boolean;
|
|
8755
8788
|
collapseTagsTooltip?: boolean;
|
|
8789
|
+
isSql?: boolean;
|
|
8756
8790
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
8757
8791
|
}> & Readonly<{}>, {
|
|
8758
8792
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -9077,6 +9111,7 @@ export declare const FcCascaderEnd: {
|
|
|
9077
9111
|
lovId: string;
|
|
9078
9112
|
clearable: boolean;
|
|
9079
9113
|
options: any[];
|
|
9114
|
+
isSql: boolean;
|
|
9080
9115
|
isUpdateLovOptions: boolean;
|
|
9081
9116
|
filterable: boolean;
|
|
9082
9117
|
collapseTags: boolean;
|
|
@@ -9273,6 +9308,7 @@ export declare const FcCascaderEnd: {
|
|
|
9273
9308
|
lovId: string;
|
|
9274
9309
|
clearable: boolean;
|
|
9275
9310
|
options: any[] & import('element-plus').CascaderOption[];
|
|
9311
|
+
isSql: boolean;
|
|
9276
9312
|
isUpdateLovOptions: boolean;
|
|
9277
9313
|
filterable: boolean;
|
|
9278
9314
|
collapseTags: boolean;
|
|
@@ -9341,6 +9377,7 @@ export declare const FcCascaderEnd: {
|
|
|
9341
9377
|
readonly filterable?: boolean | undefined;
|
|
9342
9378
|
readonly collapseTags?: boolean | undefined;
|
|
9343
9379
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
9380
|
+
readonly isSql?: boolean | undefined;
|
|
9344
9381
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
9345
9382
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
9346
9383
|
teleported: boolean;
|
|
@@ -9862,6 +9899,7 @@ export declare const FcCascaderEnd: {
|
|
|
9862
9899
|
filterable?: boolean;
|
|
9863
9900
|
collapseTags?: boolean;
|
|
9864
9901
|
collapseTagsTooltip?: boolean;
|
|
9902
|
+
isSql?: boolean;
|
|
9865
9903
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
9866
9904
|
}> & Readonly<{}>, {
|
|
9867
9905
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -10186,6 +10224,7 @@ export declare const FcCascaderEnd: {
|
|
|
10186
10224
|
lovId: string;
|
|
10187
10225
|
clearable: boolean;
|
|
10188
10226
|
options: any[];
|
|
10227
|
+
isSql: boolean;
|
|
10189
10228
|
isUpdateLovOptions: boolean;
|
|
10190
10229
|
filterable: boolean;
|
|
10191
10230
|
collapseTags: boolean;
|
|
@@ -10382,6 +10421,7 @@ export declare const FcCascaderEnd: {
|
|
|
10382
10421
|
lovId: string;
|
|
10383
10422
|
clearable: boolean;
|
|
10384
10423
|
options: any[] & import('element-plus').CascaderOption[];
|
|
10424
|
+
isSql: boolean;
|
|
10385
10425
|
isUpdateLovOptions: boolean;
|
|
10386
10426
|
filterable: boolean;
|
|
10387
10427
|
collapseTags: boolean;
|
|
@@ -10451,6 +10491,7 @@ export declare const FcCascaderMultiple: {
|
|
|
10451
10491
|
readonly filterable?: boolean | undefined;
|
|
10452
10492
|
readonly collapseTags?: boolean | undefined;
|
|
10453
10493
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
10494
|
+
readonly isSql?: boolean | undefined;
|
|
10454
10495
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
10455
10496
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
10456
10497
|
teleported: boolean;
|
|
@@ -10972,6 +11013,7 @@ export declare const FcCascaderMultiple: {
|
|
|
10972
11013
|
filterable?: boolean;
|
|
10973
11014
|
collapseTags?: boolean;
|
|
10974
11015
|
collapseTagsTooltip?: boolean;
|
|
11016
|
+
isSql?: boolean;
|
|
10975
11017
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
10976
11018
|
}> & Readonly<{}>, {
|
|
10977
11019
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -11296,6 +11338,7 @@ export declare const FcCascaderMultiple: {
|
|
|
11296
11338
|
lovId: string;
|
|
11297
11339
|
clearable: boolean;
|
|
11298
11340
|
options: any[];
|
|
11341
|
+
isSql: boolean;
|
|
11299
11342
|
isUpdateLovOptions: boolean;
|
|
11300
11343
|
filterable: boolean;
|
|
11301
11344
|
collapseTags: boolean;
|
|
@@ -11492,6 +11535,7 @@ export declare const FcCascaderMultiple: {
|
|
|
11492
11535
|
lovId: string;
|
|
11493
11536
|
clearable: boolean;
|
|
11494
11537
|
options: any[] & import('element-plus').CascaderOption[];
|
|
11538
|
+
isSql: boolean;
|
|
11495
11539
|
isUpdateLovOptions: boolean;
|
|
11496
11540
|
filterable: boolean;
|
|
11497
11541
|
collapseTags: boolean;
|
|
@@ -11556,6 +11600,7 @@ export declare const FcCascaderMultiple: {
|
|
|
11556
11600
|
readonly filterable?: boolean | undefined;
|
|
11557
11601
|
readonly collapseTags?: boolean | undefined;
|
|
11558
11602
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
11603
|
+
readonly isSql?: boolean | undefined;
|
|
11559
11604
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
11560
11605
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
11561
11606
|
$attrs: {
|
|
@@ -12014,6 +12059,7 @@ export declare const FcCascaderMultiple: {
|
|
|
12014
12059
|
filterable?: boolean;
|
|
12015
12060
|
collapseTags?: boolean;
|
|
12016
12061
|
collapseTagsTooltip?: boolean;
|
|
12062
|
+
isSql?: boolean;
|
|
12017
12063
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
12018
12064
|
}> & Readonly<{}>, {
|
|
12019
12065
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -12338,6 +12384,7 @@ export declare const FcCascaderMultiple: {
|
|
|
12338
12384
|
lovId: string;
|
|
12339
12385
|
clearable: boolean;
|
|
12340
12386
|
options: any[];
|
|
12387
|
+
isSql: boolean;
|
|
12341
12388
|
isUpdateLovOptions: boolean;
|
|
12342
12389
|
filterable: boolean;
|
|
12343
12390
|
collapseTags: boolean;
|
|
@@ -12367,6 +12414,7 @@ export declare const FcCascaderMultiple: {
|
|
|
12367
12414
|
lovId: string;
|
|
12368
12415
|
clearable: boolean;
|
|
12369
12416
|
options: any[];
|
|
12417
|
+
isSql: boolean;
|
|
12370
12418
|
isUpdateLovOptions: boolean;
|
|
12371
12419
|
filterable: boolean;
|
|
12372
12420
|
collapseTags: boolean;
|
|
@@ -12380,8 +12428,9 @@ export declare const FcCascaderMultiple: {
|
|
|
12380
12428
|
filterable?: boolean;
|
|
12381
12429
|
collapseTags?: boolean;
|
|
12382
12430
|
collapseTagsTooltip?: boolean;
|
|
12431
|
+
isSql?: boolean;
|
|
12383
12432
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
12384
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "effect" | "teleported" | "persistent" | "popperClass" | "popperStyle" | "fallbackPlacements" | "placement" | "contentRef" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "clearIcon" | "validateEvent" | "focus" | "blur" | "onClear" | "checkOnClickNode" | "getCheckedNodes" | "debounce" | "filterMethod" | "maxCollapseTags" | "tagEffect" | "separator" | "showAllLevels" | "maxCollapseTagsTooltipHeight" | "beforeFilter" | "showCheckedStrategy" | "showPrefix" | "cascaderPanelRef" | "togglePopperVisible" | "presentText" | "onVisibleChange" | "onExpandChange" | "onRemoveTag" | ("lovId" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
12433
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "effect" | "teleported" | "persistent" | "popperClass" | "popperStyle" | "fallbackPlacements" | "placement" | "contentRef" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "clearIcon" | "validateEvent" | "focus" | "blur" | "onClear" | "checkOnClickNode" | "getCheckedNodes" | "debounce" | "filterMethod" | "maxCollapseTags" | "tagEffect" | "separator" | "showAllLevels" | "maxCollapseTagsTooltipHeight" | "beforeFilter" | "showCheckedStrategy" | "showPrefix" | "cascaderPanelRef" | "togglePopperVisible" | "presentText" | "onVisibleChange" | "onExpandChange" | "onRemoveTag" | ("lovId" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
12385
12434
|
$: import('vue').ComponentInternalInstance;
|
|
12386
12435
|
$data: {};
|
|
12387
12436
|
$props: Partial<{
|
|
@@ -12724,6 +12773,7 @@ export declare const FcCascaderMultiple: {
|
|
|
12724
12773
|
readonly filterable?: boolean | undefined;
|
|
12725
12774
|
readonly collapseTags?: boolean | undefined;
|
|
12726
12775
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
12776
|
+
readonly isSql?: boolean | undefined;
|
|
12727
12777
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
12728
12778
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
12729
12779
|
teleported: boolean;
|
|
@@ -13245,6 +13295,7 @@ export declare const FcCascaderMultiple: {
|
|
|
13245
13295
|
filterable?: boolean;
|
|
13246
13296
|
collapseTags?: boolean;
|
|
13247
13297
|
collapseTagsTooltip?: boolean;
|
|
13298
|
+
isSql?: boolean;
|
|
13248
13299
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
13249
13300
|
}> & Readonly<{}>, {
|
|
13250
13301
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -13569,6 +13620,7 @@ export declare const FcCascaderMultiple: {
|
|
|
13569
13620
|
lovId: string;
|
|
13570
13621
|
clearable: boolean;
|
|
13571
13622
|
options: any[];
|
|
13623
|
+
isSql: boolean;
|
|
13572
13624
|
isUpdateLovOptions: boolean;
|
|
13573
13625
|
filterable: boolean;
|
|
13574
13626
|
collapseTags: boolean;
|
|
@@ -13765,6 +13817,7 @@ export declare const FcCascaderMultiple: {
|
|
|
13765
13817
|
lovId: string;
|
|
13766
13818
|
clearable: boolean;
|
|
13767
13819
|
options: any[] & import('element-plus').CascaderOption[];
|
|
13820
|
+
isSql: boolean;
|
|
13768
13821
|
isUpdateLovOptions: boolean;
|
|
13769
13822
|
filterable: boolean;
|
|
13770
13823
|
collapseTags: boolean;
|
|
@@ -13835,6 +13888,7 @@ export declare const FcCascaderMultiple: {
|
|
|
13835
13888
|
readonly filterable?: boolean | undefined;
|
|
13836
13889
|
readonly collapseTags?: boolean | undefined;
|
|
13837
13890
|
readonly collapseTagsTooltip?: boolean | undefined;
|
|
13891
|
+
readonly isSql?: boolean | undefined;
|
|
13838
13892
|
readonly tagType?: "primary" | "success" | "info" | "warning" | "danger" | undefined;
|
|
13839
13893
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Partial<{
|
|
13840
13894
|
teleported: boolean;
|
|
@@ -14356,6 +14410,7 @@ export declare const FcCascaderMultiple: {
|
|
|
14356
14410
|
filterable?: boolean;
|
|
14357
14411
|
collapseTags?: boolean;
|
|
14358
14412
|
collapseTagsTooltip?: boolean;
|
|
14413
|
+
isSql?: boolean;
|
|
14359
14414
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
14360
14415
|
}> & Readonly<{}>, {
|
|
14361
14416
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -14680,6 +14735,7 @@ export declare const FcCascaderMultiple: {
|
|
|
14680
14735
|
lovId: string;
|
|
14681
14736
|
clearable: boolean;
|
|
14682
14737
|
options: any[];
|
|
14738
|
+
isSql: boolean;
|
|
14683
14739
|
isUpdateLovOptions: boolean;
|
|
14684
14740
|
filterable: boolean;
|
|
14685
14741
|
collapseTags: boolean;
|
|
@@ -14876,6 +14932,7 @@ export declare const FcCascaderMultiple: {
|
|
|
14876
14932
|
lovId: string;
|
|
14877
14933
|
clearable: boolean;
|
|
14878
14934
|
options: any[] & import('element-plus').CascaderOption[];
|
|
14935
|
+
isSql: boolean;
|
|
14879
14936
|
isUpdateLovOptions: boolean;
|
|
14880
14937
|
filterable: boolean;
|
|
14881
14938
|
collapseTags: boolean;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CheckboxGroupValueType, CheckboxValueType } from 'element-plus';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
lovId?: string;
|
|
4
|
+
isSql?: boolean;
|
|
4
5
|
isUpdateLovOptions?: boolean;
|
|
5
6
|
hasIndeterminate?: boolean;
|
|
6
7
|
options?: any[];
|
|
@@ -409,6 +410,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
409
410
|
disabled?: string;
|
|
410
411
|
};
|
|
411
412
|
options: any[];
|
|
413
|
+
isSql: boolean;
|
|
412
414
|
isUpdateLovOptions: boolean;
|
|
413
415
|
hasIndeterminate: boolean;
|
|
414
416
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -3,6 +3,7 @@ export declare const FcCheckboxGroup: {
|
|
|
3
3
|
modelValue?: import('element-plus').CheckboxGroupValueType;
|
|
4
4
|
} & {
|
|
5
5
|
lovId?: string;
|
|
6
|
+
isSql?: boolean;
|
|
6
7
|
isUpdateLovOptions?: boolean;
|
|
7
8
|
hasIndeterminate?: boolean;
|
|
8
9
|
options?: any[];
|
|
@@ -186,6 +187,7 @@ export declare const FcCheckboxGroup: {
|
|
|
186
187
|
disabled?: string;
|
|
187
188
|
};
|
|
188
189
|
options: any[];
|
|
190
|
+
isSql: boolean;
|
|
189
191
|
isUpdateLovOptions: boolean;
|
|
190
192
|
hasIndeterminate: boolean;
|
|
191
193
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -413,6 +415,7 @@ export declare const FcCheckboxGroup: {
|
|
|
413
415
|
modelValue?: import('element-plus').CheckboxGroupValueType;
|
|
414
416
|
} & {
|
|
415
417
|
lovId?: string;
|
|
418
|
+
isSql?: boolean;
|
|
416
419
|
isUpdateLovOptions?: boolean;
|
|
417
420
|
hasIndeterminate?: boolean;
|
|
418
421
|
options?: any[];
|
|
@@ -594,6 +597,7 @@ export declare const FcCheckboxGroup: {
|
|
|
594
597
|
disabled?: string;
|
|
595
598
|
};
|
|
596
599
|
options: any[];
|
|
600
|
+
isSql: boolean;
|
|
597
601
|
isUpdateLovOptions: boolean;
|
|
598
602
|
hasIndeterminate: boolean;
|
|
599
603
|
}>;
|
|
@@ -604,6 +608,7 @@ export declare const FcCheckboxGroup: {
|
|
|
604
608
|
modelValue?: import('element-plus').CheckboxGroupValueType;
|
|
605
609
|
} & {
|
|
606
610
|
lovId?: string;
|
|
611
|
+
isSql?: boolean;
|
|
607
612
|
isUpdateLovOptions?: boolean;
|
|
608
613
|
hasIndeterminate?: boolean;
|
|
609
614
|
options?: any[];
|
|
@@ -787,6 +792,7 @@ export declare const FcCheckboxGroup: {
|
|
|
787
792
|
disabled?: string;
|
|
788
793
|
};
|
|
789
794
|
options: any[];
|
|
795
|
+
isSql: boolean;
|
|
790
796
|
isUpdateLovOptions: boolean;
|
|
791
797
|
hasIndeterminate: boolean;
|
|
792
798
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -3015,6 +3015,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
3015
3015
|
defaultTime?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
3016
3016
|
$route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
|
|
3017
3017
|
$router: import('vue-router').TypesConfig extends Record<"$router", infer T> ? T : import('vue-router').Router;
|
|
3018
|
+
focus: () => void;
|
|
3019
|
+
blur: () => void;
|
|
3020
|
+
handleOpen: () => void;
|
|
3021
|
+
handleClose: () => void;
|
|
3018
3022
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
3019
3023
|
type: DatePickerType;
|
|
3020
3024
|
placeholder: string;
|
|
@@ -3065,7 +3069,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
3065
3069
|
text: string;
|
|
3066
3070
|
value: Date | Function;
|
|
3067
3071
|
}[];
|
|
3068
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "placement" | "popperOptions" | "modelValue" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "readonly" | "clearable" | "clearIcon" | "prefixIcon" | "tabindex" | "validateEvent" | "defaultValue" | "editable" | "automaticDropdown" | "showNow" | "showConfirm" | "showFooter" | "showWeekNumber" | "disabledDate" | "cellClassName" | "arrowControl" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "format" | "valueFormat" | "dateFormat" | "timeFormat" | "saveOnBlur" | "rangeSeparator" | "defaultTime" | "isRange" | ("type" | "placeholder" | "startPlaceholder" | "endPlaceholder" | "unlinkPanels" | "shortcuts")> & import('vue').ShallowUnwrapRef<{
|
|
3072
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "placement" | "popperOptions" | "modelValue" | "handleClose" | "onUpdate:modelValue" | "emptyValues" | "valueOnClear" | "readonly" | "clearable" | "clearIcon" | "prefixIcon" | "tabindex" | "validateEvent" | "focus" | "blur" | "defaultValue" | "editable" | "automaticDropdown" | "showNow" | "showConfirm" | "showFooter" | "showWeekNumber" | "disabledDate" | "cellClassName" | "arrowControl" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "format" | "valueFormat" | "dateFormat" | "timeFormat" | "saveOnBlur" | "rangeSeparator" | "defaultTime" | "isRange" | "handleOpen" | ("type" | "placeholder" | "startPlaceholder" | "endPlaceholder" | "unlinkPanels" | "shortcuts")> & import('vue').ShallowUnwrapRef<{
|
|
3069
3073
|
$: import('vue').ComponentInternalInstance;
|
|
3070
3074
|
$data: {};
|
|
3071
3075
|
$props: Partial<{
|
|
@@ -3654,6 +3658,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
3654
3658
|
defaultTime?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
3655
3659
|
$route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
|
|
3656
3660
|
$router: import('vue-router').TypesConfig extends Record<"$router", infer T> ? T : import('vue-router').Router;
|
|
3661
|
+
focus: () => void;
|
|
3662
|
+
blur: () => void;
|
|
3663
|
+
handleOpen: () => void;
|
|
3664
|
+
handleClose: () => void;
|
|
3657
3665
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
3658
3666
|
$slots: any;
|
|
3659
3667
|
}) | null;
|
|
@@ -1088,6 +1088,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1088
1088
|
defaultTime?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown> | undefined;
|
|
1089
1089
|
$route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
|
|
1090
1090
|
$router: import('vue-router').TypesConfig extends Record<"$router", infer T> ? T : import('vue-router').Router;
|
|
1091
|
+
focus: () => void;
|
|
1092
|
+
blur: () => void;
|
|
1093
|
+
handleOpen: () => void;
|
|
1094
|
+
handleClose: () => void;
|
|
1091
1095
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
1092
1096
|
type: DatePickerType;
|
|
1093
1097
|
placeholder: string;
|