@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
|
@@ -159,6 +159,10 @@ export declare const FcMenu: {
|
|
|
159
159
|
activeTextColor?: string | undefined;
|
|
160
160
|
$route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
|
|
161
161
|
$router: import('vue-router').TypesConfig extends Record<"$router", infer T> ? T : import('vue-router').Router;
|
|
162
|
+
open: (index: string) => void;
|
|
163
|
+
close: (index: string) => void;
|
|
164
|
+
handleResize: () => void;
|
|
165
|
+
updateActiveIndex: (index: string) => void;
|
|
162
166
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
163
167
|
elRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
164
168
|
readonly mode: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
@@ -439,6 +443,10 @@ export declare const FcMenu: {
|
|
|
439
443
|
activeTextColor?: string | undefined;
|
|
440
444
|
$route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
|
|
441
445
|
$router: import('vue-router').TypesConfig extends Record<"$router", infer T> ? T : import('vue-router').Router;
|
|
446
|
+
open: (index: string) => void;
|
|
447
|
+
close: (index: string) => void;
|
|
448
|
+
handleResize: () => void;
|
|
449
|
+
updateActiveIndex: (index: string) => void;
|
|
442
450
|
}, {}, {}, {}, {}>;
|
|
443
451
|
__isFragment?: never;
|
|
444
452
|
__isTeleport?: never;
|
|
@@ -603,6 +611,10 @@ export declare const FcMenu: {
|
|
|
603
611
|
activeTextColor?: string | undefined;
|
|
604
612
|
$route: import('vue-router').TypesConfig extends Record<"$route", infer T> ? T : import('vue-router').RouteLocationNormalizedLoaded;
|
|
605
613
|
$router: import('vue-router').TypesConfig extends Record<"$router", infer T> ? T : import('vue-router').Router;
|
|
614
|
+
open: (index: string) => void;
|
|
615
|
+
close: (index: string) => void;
|
|
616
|
+
handleResize: () => void;
|
|
617
|
+
updateActiveIndex: (index: string) => void;
|
|
606
618
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
607
619
|
$slots: any;
|
|
608
620
|
}) & import('vue').Plugin;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
lovId?: string;
|
|
3
|
+
isSql?: boolean;
|
|
3
4
|
isUpdateLovOptions?: boolean;
|
|
4
5
|
options?: any[];
|
|
5
6
|
};
|
|
@@ -346,6 +347,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
346
347
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
347
348
|
lovId: string;
|
|
348
349
|
options: any[];
|
|
350
|
+
isSql: boolean;
|
|
349
351
|
isUpdateLovOptions: boolean;
|
|
350
352
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
351
353
|
elRef: ({
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const FcRadio: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
3
|
lovId?: string;
|
|
4
|
+
isSql?: boolean;
|
|
4
5
|
isUpdateLovOptions?: boolean;
|
|
5
6
|
options?: any[];
|
|
6
7
|
}> & Readonly<{}>, {
|
|
@@ -149,6 +150,7 @@ export declare const FcRadio: {
|
|
|
149
150
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
150
151
|
lovId: string;
|
|
151
152
|
options: any[];
|
|
153
|
+
isSql: boolean;
|
|
152
154
|
isUpdateLovOptions: boolean;
|
|
153
155
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
154
156
|
elRef: ({
|
|
@@ -349,6 +351,7 @@ export declare const FcRadio: {
|
|
|
349
351
|
Defaults: {};
|
|
350
352
|
}, Readonly<{
|
|
351
353
|
lovId?: string;
|
|
354
|
+
isSql?: boolean;
|
|
352
355
|
isUpdateLovOptions?: boolean;
|
|
353
356
|
options?: any[];
|
|
354
357
|
}> & Readonly<{}>, {
|
|
@@ -497,6 +500,7 @@ export declare const FcRadio: {
|
|
|
497
500
|
}, {}, {}, {}, {
|
|
498
501
|
lovId: string;
|
|
499
502
|
options: any[];
|
|
503
|
+
isSql: boolean;
|
|
500
504
|
isUpdateLovOptions: boolean;
|
|
501
505
|
}>;
|
|
502
506
|
__isFragment?: never;
|
|
@@ -504,6 +508,7 @@ export declare const FcRadio: {
|
|
|
504
508
|
__isSuspense?: never;
|
|
505
509
|
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
506
510
|
lovId?: string;
|
|
511
|
+
isSql?: boolean;
|
|
507
512
|
isUpdateLovOptions?: boolean;
|
|
508
513
|
options?: any[];
|
|
509
514
|
}> & Readonly<{}>, {
|
|
@@ -652,6 +657,7 @@ export declare const FcRadio: {
|
|
|
652
657
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
653
658
|
lovId: string;
|
|
654
659
|
options: any[];
|
|
660
|
+
isSql: boolean;
|
|
655
661
|
isUpdateLovOptions: boolean;
|
|
656
662
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
657
663
|
$slots: any;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
lovId?: string;
|
|
3
|
+
isSql?: boolean;
|
|
3
4
|
loading?: boolean;
|
|
4
5
|
isUpdateLovOptions?: boolean;
|
|
5
6
|
options?: any[];
|
|
@@ -1362,6 +1363,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1362
1363
|
loading: boolean;
|
|
1363
1364
|
clearable: boolean;
|
|
1364
1365
|
options: any[];
|
|
1366
|
+
isSql: boolean;
|
|
1365
1367
|
isUpdateLovOptions: boolean;
|
|
1366
1368
|
filterable: boolean;
|
|
1367
1369
|
collapseTags: boolean;
|
|
@@ -10,6 +10,7 @@ declare function __VLS_template(): {
|
|
|
10
10
|
$data: {};
|
|
11
11
|
$props: {
|
|
12
12
|
readonly lovId?: string | undefined;
|
|
13
|
+
readonly isSql?: boolean | undefined;
|
|
13
14
|
readonly loading?: boolean | undefined;
|
|
14
15
|
readonly isUpdateLovOptions?: boolean | undefined;
|
|
15
16
|
readonly options?: any[] | undefined;
|
|
@@ -690,6 +691,7 @@ declare function __VLS_template(): {
|
|
|
690
691
|
$el: any;
|
|
691
692
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
692
693
|
lovId?: string;
|
|
694
|
+
isSql?: boolean;
|
|
693
695
|
loading?: boolean;
|
|
694
696
|
isUpdateLovOptions?: boolean;
|
|
695
697
|
options?: any[];
|
|
@@ -1389,6 +1391,7 @@ declare function __VLS_template(): {
|
|
|
1389
1391
|
loading: boolean;
|
|
1390
1392
|
clearable: boolean;
|
|
1391
1393
|
options: any[];
|
|
1394
|
+
isSql: boolean;
|
|
1392
1395
|
isUpdateLovOptions: boolean;
|
|
1393
1396
|
filterable: boolean;
|
|
1394
1397
|
collapseTags: boolean;
|
|
@@ -1419,6 +1422,7 @@ declare function __VLS_template(): {
|
|
|
1419
1422
|
loading: boolean;
|
|
1420
1423
|
clearable: boolean;
|
|
1421
1424
|
options: any[];
|
|
1425
|
+
isSql: boolean;
|
|
1422
1426
|
isUpdateLovOptions: boolean;
|
|
1423
1427
|
filterable: boolean;
|
|
1424
1428
|
collapseTags: boolean;
|
|
@@ -1426,6 +1430,7 @@ declare function __VLS_template(): {
|
|
|
1426
1430
|
tagType: "primary" | "success" | "info" | "warning" | "danger";
|
|
1427
1431
|
}> & Omit<Readonly<{
|
|
1428
1432
|
lovId?: string;
|
|
1433
|
+
isSql?: boolean;
|
|
1429
1434
|
loading?: boolean;
|
|
1430
1435
|
isUpdateLovOptions?: boolean;
|
|
1431
1436
|
options?: any[];
|
|
@@ -1434,7 +1439,7 @@ declare function __VLS_template(): {
|
|
|
1434
1439
|
collapseTags?: boolean;
|
|
1435
1440
|
collapseTagsTooltip?: boolean;
|
|
1436
1441
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
1437
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
1442
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
1438
1443
|
$: import('vue').ComponentInternalInstance;
|
|
1439
1444
|
$data: {};
|
|
1440
1445
|
$props: Partial<{
|
|
@@ -2821,6 +2826,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2821
2826
|
$data: {};
|
|
2822
2827
|
$props: {
|
|
2823
2828
|
readonly lovId?: string | undefined;
|
|
2829
|
+
readonly isSql?: boolean | undefined;
|
|
2824
2830
|
readonly loading?: boolean | undefined;
|
|
2825
2831
|
readonly isUpdateLovOptions?: boolean | undefined;
|
|
2826
2832
|
readonly options?: any[] | undefined;
|
|
@@ -3501,6 +3507,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3501
3507
|
$el: any;
|
|
3502
3508
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
3503
3509
|
lovId?: string;
|
|
3510
|
+
isSql?: boolean;
|
|
3504
3511
|
loading?: boolean;
|
|
3505
3512
|
isUpdateLovOptions?: boolean;
|
|
3506
3513
|
options?: any[];
|
|
@@ -4200,6 +4207,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4200
4207
|
loading: boolean;
|
|
4201
4208
|
clearable: boolean;
|
|
4202
4209
|
options: any[];
|
|
4210
|
+
isSql: boolean;
|
|
4203
4211
|
isUpdateLovOptions: boolean;
|
|
4204
4212
|
filterable: boolean;
|
|
4205
4213
|
collapseTags: boolean;
|
|
@@ -4230,6 +4238,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4230
4238
|
loading: boolean;
|
|
4231
4239
|
clearable: boolean;
|
|
4232
4240
|
options: any[];
|
|
4241
|
+
isSql: boolean;
|
|
4233
4242
|
isUpdateLovOptions: boolean;
|
|
4234
4243
|
filterable: boolean;
|
|
4235
4244
|
collapseTags: boolean;
|
|
@@ -4237,6 +4246,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4237
4246
|
tagType: "primary" | "success" | "info" | "warning" | "danger";
|
|
4238
4247
|
}> & Omit<Readonly<{
|
|
4239
4248
|
lovId?: string;
|
|
4249
|
+
isSql?: boolean;
|
|
4240
4250
|
loading?: boolean;
|
|
4241
4251
|
isUpdateLovOptions?: boolean;
|
|
4242
4252
|
options?: any[];
|
|
@@ -4245,7 +4255,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4245
4255
|
collapseTags?: boolean;
|
|
4246
4256
|
collapseTagsTooltip?: boolean;
|
|
4247
4257
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
4248
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
4258
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
4249
4259
|
$: import('vue').ComponentInternalInstance;
|
|
4250
4260
|
$data: {};
|
|
4251
4261
|
$props: Partial<{
|
|
@@ -7,6 +7,7 @@ declare function __VLS_template(): {
|
|
|
7
7
|
$data: {};
|
|
8
8
|
$props: {
|
|
9
9
|
readonly lovId?: string | undefined;
|
|
10
|
+
readonly isSql?: boolean | undefined;
|
|
10
11
|
readonly loading?: boolean | undefined;
|
|
11
12
|
readonly isUpdateLovOptions?: boolean | undefined;
|
|
12
13
|
readonly options?: any[] | undefined;
|
|
@@ -687,6 +688,7 @@ declare function __VLS_template(): {
|
|
|
687
688
|
$el: any;
|
|
688
689
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
689
690
|
lovId?: string;
|
|
691
|
+
isSql?: boolean;
|
|
690
692
|
loading?: boolean;
|
|
691
693
|
isUpdateLovOptions?: boolean;
|
|
692
694
|
options?: any[];
|
|
@@ -1386,6 +1388,7 @@ declare function __VLS_template(): {
|
|
|
1386
1388
|
loading: boolean;
|
|
1387
1389
|
clearable: boolean;
|
|
1388
1390
|
options: any[];
|
|
1391
|
+
isSql: boolean;
|
|
1389
1392
|
isUpdateLovOptions: boolean;
|
|
1390
1393
|
filterable: boolean;
|
|
1391
1394
|
collapseTags: boolean;
|
|
@@ -1416,6 +1419,7 @@ declare function __VLS_template(): {
|
|
|
1416
1419
|
loading: boolean;
|
|
1417
1420
|
clearable: boolean;
|
|
1418
1421
|
options: any[];
|
|
1422
|
+
isSql: boolean;
|
|
1419
1423
|
isUpdateLovOptions: boolean;
|
|
1420
1424
|
filterable: boolean;
|
|
1421
1425
|
collapseTags: boolean;
|
|
@@ -1423,6 +1427,7 @@ declare function __VLS_template(): {
|
|
|
1423
1427
|
tagType: "primary" | "success" | "info" | "warning" | "danger";
|
|
1424
1428
|
}> & Omit<Readonly<{
|
|
1425
1429
|
lovId?: string;
|
|
1430
|
+
isSql?: boolean;
|
|
1426
1431
|
loading?: boolean;
|
|
1427
1432
|
isUpdateLovOptions?: boolean;
|
|
1428
1433
|
options?: any[];
|
|
@@ -1431,7 +1436,7 @@ declare function __VLS_template(): {
|
|
|
1431
1436
|
collapseTags?: boolean;
|
|
1432
1437
|
collapseTagsTooltip?: boolean;
|
|
1433
1438
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
1434
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
1439
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
1435
1440
|
$: import('vue').ComponentInternalInstance;
|
|
1436
1441
|
$data: {};
|
|
1437
1442
|
$props: Partial<{
|
|
@@ -2816,6 +2821,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
2816
2821
|
$data: {};
|
|
2817
2822
|
$props: {
|
|
2818
2823
|
readonly lovId?: string | undefined;
|
|
2824
|
+
readonly isSql?: boolean | undefined;
|
|
2819
2825
|
readonly loading?: boolean | undefined;
|
|
2820
2826
|
readonly isUpdateLovOptions?: boolean | undefined;
|
|
2821
2827
|
readonly options?: any[] | undefined;
|
|
@@ -3496,6 +3502,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
3496
3502
|
$el: any;
|
|
3497
3503
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
3498
3504
|
lovId?: string;
|
|
3505
|
+
isSql?: boolean;
|
|
3499
3506
|
loading?: boolean;
|
|
3500
3507
|
isUpdateLovOptions?: boolean;
|
|
3501
3508
|
options?: any[];
|
|
@@ -4195,6 +4202,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
4195
4202
|
loading: boolean;
|
|
4196
4203
|
clearable: boolean;
|
|
4197
4204
|
options: any[];
|
|
4205
|
+
isSql: boolean;
|
|
4198
4206
|
isUpdateLovOptions: boolean;
|
|
4199
4207
|
filterable: boolean;
|
|
4200
4208
|
collapseTags: boolean;
|
|
@@ -4225,6 +4233,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
4225
4233
|
loading: boolean;
|
|
4226
4234
|
clearable: boolean;
|
|
4227
4235
|
options: any[];
|
|
4236
|
+
isSql: boolean;
|
|
4228
4237
|
isUpdateLovOptions: boolean;
|
|
4229
4238
|
filterable: boolean;
|
|
4230
4239
|
collapseTags: boolean;
|
|
@@ -4232,6 +4241,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
4232
4241
|
tagType: "primary" | "success" | "info" | "warning" | "danger";
|
|
4233
4242
|
}> & Omit<Readonly<{
|
|
4234
4243
|
lovId?: string;
|
|
4244
|
+
isSql?: boolean;
|
|
4235
4245
|
loading?: boolean;
|
|
4236
4246
|
isUpdateLovOptions?: boolean;
|
|
4237
4247
|
options?: any[];
|
|
@@ -4240,7 +4250,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
4240
4250
|
collapseTags?: boolean;
|
|
4241
4251
|
collapseTagsTooltip?: boolean;
|
|
4242
4252
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
4243
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
4253
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
4244
4254
|
$: import('vue').ComponentInternalInstance;
|
|
4245
4255
|
$data: {};
|
|
4246
4256
|
$props: Partial<{
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const FcSelect: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
3
|
lovId?: string;
|
|
4
|
+
isSql?: boolean;
|
|
4
5
|
loading?: boolean;
|
|
5
6
|
isUpdateLovOptions?: boolean;
|
|
6
7
|
options?: any[];
|
|
@@ -700,6 +701,7 @@ export declare const FcSelect: {
|
|
|
700
701
|
loading: boolean;
|
|
701
702
|
clearable: boolean;
|
|
702
703
|
options: any[];
|
|
704
|
+
isSql: boolean;
|
|
703
705
|
isUpdateLovOptions: boolean;
|
|
704
706
|
filterable: boolean;
|
|
705
707
|
collapseTags: boolean;
|
|
@@ -1369,6 +1371,7 @@ export declare const FcSelect: {
|
|
|
1369
1371
|
Defaults: {};
|
|
1370
1372
|
}, Readonly<{
|
|
1371
1373
|
lovId?: string;
|
|
1374
|
+
isSql?: boolean;
|
|
1372
1375
|
loading?: boolean;
|
|
1373
1376
|
isUpdateLovOptions?: boolean;
|
|
1374
1377
|
options?: any[];
|
|
@@ -2068,6 +2071,7 @@ export declare const FcSelect: {
|
|
|
2068
2071
|
loading: boolean;
|
|
2069
2072
|
clearable: boolean;
|
|
2070
2073
|
options: any[];
|
|
2074
|
+
isSql: boolean;
|
|
2071
2075
|
isUpdateLovOptions: boolean;
|
|
2072
2076
|
filterable: boolean;
|
|
2073
2077
|
collapseTags: boolean;
|
|
@@ -2079,6 +2083,7 @@ export declare const FcSelect: {
|
|
|
2079
2083
|
__isSuspense?: never;
|
|
2080
2084
|
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
2081
2085
|
lovId?: string;
|
|
2086
|
+
isSql?: boolean;
|
|
2082
2087
|
loading?: boolean;
|
|
2083
2088
|
isUpdateLovOptions?: boolean;
|
|
2084
2089
|
options?: any[];
|
|
@@ -2778,6 +2783,7 @@ export declare const FcSelect: {
|
|
|
2778
2783
|
loading: boolean;
|
|
2779
2784
|
clearable: boolean;
|
|
2780
2785
|
options: any[];
|
|
2786
|
+
isSql: boolean;
|
|
2781
2787
|
isUpdateLovOptions: boolean;
|
|
2782
2788
|
filterable: boolean;
|
|
2783
2789
|
collapseTags: boolean;
|
|
@@ -3479,6 +3485,7 @@ export declare const FcSelectMultiple: {
|
|
|
3479
3485
|
$data: {};
|
|
3480
3486
|
$props: {
|
|
3481
3487
|
readonly lovId?: string | undefined;
|
|
3488
|
+
readonly isSql?: boolean | undefined;
|
|
3482
3489
|
readonly loading?: boolean | undefined;
|
|
3483
3490
|
readonly isUpdateLovOptions?: boolean | undefined;
|
|
3484
3491
|
readonly options?: any[] | undefined;
|
|
@@ -4159,6 +4166,7 @@ export declare const FcSelectMultiple: {
|
|
|
4159
4166
|
$el: any;
|
|
4160
4167
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
4161
4168
|
lovId?: string;
|
|
4169
|
+
isSql?: boolean;
|
|
4162
4170
|
loading?: boolean;
|
|
4163
4171
|
isUpdateLovOptions?: boolean;
|
|
4164
4172
|
options?: any[];
|
|
@@ -4858,6 +4866,7 @@ export declare const FcSelectMultiple: {
|
|
|
4858
4866
|
loading: boolean;
|
|
4859
4867
|
clearable: boolean;
|
|
4860
4868
|
options: any[];
|
|
4869
|
+
isSql: boolean;
|
|
4861
4870
|
isUpdateLovOptions: boolean;
|
|
4862
4871
|
filterable: boolean;
|
|
4863
4872
|
collapseTags: boolean;
|
|
@@ -4888,6 +4897,7 @@ export declare const FcSelectMultiple: {
|
|
|
4888
4897
|
loading: boolean;
|
|
4889
4898
|
clearable: boolean;
|
|
4890
4899
|
options: any[];
|
|
4900
|
+
isSql: boolean;
|
|
4891
4901
|
isUpdateLovOptions: boolean;
|
|
4892
4902
|
filterable: boolean;
|
|
4893
4903
|
collapseTags: boolean;
|
|
@@ -4895,6 +4905,7 @@ export declare const FcSelectMultiple: {
|
|
|
4895
4905
|
tagType: "primary" | "success" | "info" | "warning" | "danger";
|
|
4896
4906
|
}> & Omit<Readonly<{
|
|
4897
4907
|
lovId?: string;
|
|
4908
|
+
isSql?: boolean;
|
|
4898
4909
|
loading?: boolean;
|
|
4899
4910
|
isUpdateLovOptions?: boolean;
|
|
4900
4911
|
options?: any[];
|
|
@@ -4903,7 +4914,7 @@ export declare const FcSelectMultiple: {
|
|
|
4903
4914
|
collapseTags?: boolean;
|
|
4904
4915
|
collapseTagsTooltip?: boolean;
|
|
4905
4916
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
4906
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
4917
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
4907
4918
|
$: import('vue').ComponentInternalInstance;
|
|
4908
4919
|
$data: {};
|
|
4909
4920
|
$props: Partial<{
|
|
@@ -7675,6 +7686,7 @@ export declare const FcSelectAllowCreateSelect: {
|
|
|
7675
7686
|
$data: {};
|
|
7676
7687
|
$props: {
|
|
7677
7688
|
readonly lovId?: string | undefined;
|
|
7689
|
+
readonly isSql?: boolean | undefined;
|
|
7678
7690
|
readonly loading?: boolean | undefined;
|
|
7679
7691
|
readonly isUpdateLovOptions?: boolean | undefined;
|
|
7680
7692
|
readonly options?: any[] | undefined;
|
|
@@ -8355,6 +8367,7 @@ export declare const FcSelectAllowCreateSelect: {
|
|
|
8355
8367
|
$el: any;
|
|
8356
8368
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
8357
8369
|
lovId?: string;
|
|
8370
|
+
isSql?: boolean;
|
|
8358
8371
|
loading?: boolean;
|
|
8359
8372
|
isUpdateLovOptions?: boolean;
|
|
8360
8373
|
options?: any[];
|
|
@@ -9054,6 +9067,7 @@ export declare const FcSelectAllowCreateSelect: {
|
|
|
9054
9067
|
loading: boolean;
|
|
9055
9068
|
clearable: boolean;
|
|
9056
9069
|
options: any[];
|
|
9070
|
+
isSql: boolean;
|
|
9057
9071
|
isUpdateLovOptions: boolean;
|
|
9058
9072
|
filterable: boolean;
|
|
9059
9073
|
collapseTags: boolean;
|
|
@@ -9084,6 +9098,7 @@ export declare const FcSelectAllowCreateSelect: {
|
|
|
9084
9098
|
loading: boolean;
|
|
9085
9099
|
clearable: boolean;
|
|
9086
9100
|
options: any[];
|
|
9101
|
+
isSql: boolean;
|
|
9087
9102
|
isUpdateLovOptions: boolean;
|
|
9088
9103
|
filterable: boolean;
|
|
9089
9104
|
collapseTags: boolean;
|
|
@@ -9091,6 +9106,7 @@ export declare const FcSelectAllowCreateSelect: {
|
|
|
9091
9106
|
tagType: "primary" | "success" | "info" | "warning" | "danger";
|
|
9092
9107
|
}> & Omit<Readonly<{
|
|
9093
9108
|
lovId?: string;
|
|
9109
|
+
isSql?: boolean;
|
|
9094
9110
|
loading?: boolean;
|
|
9095
9111
|
isUpdateLovOptions?: boolean;
|
|
9096
9112
|
options?: any[];
|
|
@@ -9099,7 +9115,7 @@ export declare const FcSelectAllowCreateSelect: {
|
|
|
9099
9115
|
collapseTags?: boolean;
|
|
9100
9116
|
collapseTagsTooltip?: boolean;
|
|
9101
9117
|
tagType?: "primary" | "success" | "info" | "warning" | "danger";
|
|
9102
|
-
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
9118
|
+
}> & Readonly<{}>, "size" | "disabled" | "$" | "$data" | "$props" | "$attrs" | "$refs" | "$slots" | "$root" | "$parent" | "$host" | "$emit" | "$el" | "$options" | "$forceUpdate" | "$nextTick" | "$watch" | "name" | "$route" | "$router" | "props" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onInput" | "effect" | "teleported" | "persistent" | "id" | "popperClass" | "popperStyle" | "ariaLabel" | "fallbackPlacements" | "offset" | "placement" | "popperOptions" | "popperRef" | "appendTo" | "modelValue" | "onUpdate:modelValue" | "emptyText" | "emptyValues" | "valueOnClear" | "autocomplete" | "clearIcon" | "suffixIcon" | "tabindex" | "validateEvent" | "inputStyle" | "focus" | "blur" | "onClear" | "automaticDropdown" | "allowCreate" | "remote" | "debounce" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "filterMethod" | "multiple" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "tagTooltip" | "maxCollapseTags" | "fitInputWidth" | "tagEffect" | "remoteShowSuffix" | "showArrow" | "selectedLabel" | "calculatorRef" | "getLabel" | "getValue" | "getOptions" | "getDisabled" | "getOptionProps" | "inputId" | "contentId" | "nsSelect" | "nsInput" | "states" | "isFocused" | "expanded" | "optionsArray" | "hoverOption" | "selectSize" | "filteredOptionsCount" | "updateTooltip" | "updateTagTooltip" | "debouncedOnInputChange" | "deletePrevTag" | "deleteTag" | "deleteSelected" | "handleOptionSelect" | "scrollToOption" | "hasModelValue" | "shouldShowPlaceholder" | "currentPlaceholder" | "mouseEnterEventName" | "needStatusIcon" | "showClearBtn" | "iconComponent" | "iconReverse" | "validateState" | "validateIcon" | "showNewOption" | "updateOptions" | "collapseTagSize" | "setSelected" | "selectDisabled" | "handleCompositionStart" | "handleCompositionUpdate" | "handleCompositionEnd" | "handleKeydown" | "onOptionCreate" | "onOptionDestroy" | "handleMenuEnter" | "handleClearClick" | "handleClickOutside" | "handleEsc" | "toggleMenu" | "selectOption" | "getValueKey" | "navigateOptions" | "dropdownMenuVisible" | "showTagList" | "collapseTagList" | "popupScroll" | "getOption" | "tagStyle" | "collapseTagStyle" | "inputRef" | "tooltipRef" | "tagTooltipRef" | "prefixRef" | "suffixRef" | "selectRef" | "wrapperRef" | "selectionRef" | "scrollbarRef" | "menuRef" | "tagMenuRef" | "collapseItemRef" | "onVisible-change" | "onRemove-tag" | "onPopup-scroll" | ("lovId" | "loading" | "clearable" | "options" | "isSql" | "isUpdateLovOptions" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType")> & import('vue').ShallowUnwrapRef<{
|
|
9103
9119
|
$: import('vue').ComponentInternalInstance;
|
|
9104
9120
|
$data: {};
|
|
9105
9121
|
$props: Partial<{
|
|
@@ -691,7 +691,7 @@ declare function __VLS_template(): {
|
|
|
691
691
|
width: string;
|
|
692
692
|
height: string;
|
|
693
693
|
} | undefined>;
|
|
694
|
-
debouncedUpdateLayout: import('lodash-
|
|
694
|
+
debouncedUpdateLayout: import('lodash-es').DebouncedFunc<() => void>;
|
|
695
695
|
setCurrentRow: (row: any) => void;
|
|
696
696
|
getSelectionRows: () => any[];
|
|
697
697
|
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
@@ -1449,7 +1449,7 @@ declare function __VLS_template(): {
|
|
|
1449
1449
|
width: string;
|
|
1450
1450
|
height: string;
|
|
1451
1451
|
} | undefined>;
|
|
1452
|
-
debouncedUpdateLayout: import('lodash-
|
|
1452
|
+
debouncedUpdateLayout: import('lodash-es').DebouncedFunc<() => void>;
|
|
1453
1453
|
setCurrentRow: (row: any) => void;
|
|
1454
1454
|
getSelectionRows: () => any[];
|
|
1455
1455
|
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
@@ -2322,7 +2322,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
2322
2322
|
width: string;
|
|
2323
2323
|
height: string;
|
|
2324
2324
|
} | undefined>;
|
|
2325
|
-
debouncedUpdateLayout: import('lodash-
|
|
2325
|
+
debouncedUpdateLayout: import('lodash-es').DebouncedFunc<() => void>;
|
|
2326
2326
|
setCurrentRow: (row: any) => void;
|
|
2327
2327
|
getSelectionRows: () => any[];
|
|
2328
2328
|
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
@@ -3051,7 +3051,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
3051
3051
|
width: string;
|
|
3052
3052
|
height: string;
|
|
3053
3053
|
} | undefined;
|
|
3054
|
-
debouncedUpdateLayout: import('lodash-
|
|
3054
|
+
debouncedUpdateLayout: import('lodash-es').DebouncedFunc<() => void>;
|
|
3055
3055
|
setCurrentRow: (row: any) => void;
|
|
3056
3056
|
getSelectionRows: () => any[];
|
|
3057
3057
|
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
@@ -3780,7 +3780,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
3780
3780
|
width: string;
|
|
3781
3781
|
height: string;
|
|
3782
3782
|
} | undefined>;
|
|
3783
|
-
debouncedUpdateLayout: import('lodash-
|
|
3783
|
+
debouncedUpdateLayout: import('lodash-es').DebouncedFunc<() => void>;
|
|
3784
3784
|
setCurrentRow: (row: any) => void;
|
|
3785
3785
|
getSelectionRows: () => any[];
|
|
3786
3786
|
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
@@ -4538,7 +4538,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
4538
4538
|
width: string;
|
|
4539
4539
|
height: string;
|
|
4540
4540
|
} | undefined>;
|
|
4541
|
-
debouncedUpdateLayout: import('lodash-
|
|
4541
|
+
debouncedUpdateLayout: import('lodash-es').DebouncedFunc<() => void>;
|
|
4542
4542
|
setCurrentRow: (row: any) => void;
|
|
4543
4543
|
getSelectionRows: () => any[];
|
|
4544
4544
|
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|