@funcho/ui 1.1.16 → 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.
Files changed (55) hide show
  1. package/README.md +3 -0
  2. package/dist/cjs/business/DataTable/DataTable.vue.js +1 -0
  3. package/dist/cjs/business/EditFormCard/EditFormCard.vue.js +1 -0
  4. package/dist/cjs/business/ProForm/ProForm.vue.js +1 -0
  5. package/dist/cjs/business/SidebarMainLayout/SidebarMainLayout.vue.js +1 -0
  6. package/dist/cjs/business/TreeCheckFilter/TreeCheckFilter.vue.js +1 -0
  7. package/dist/cjs/business/TreeTransfer/TreeTransfer.vue.js +1 -0
  8. package/dist/cjs/components/Cascader/Cascader.vue.js +3 -1
  9. package/dist/cjs/components/CheckboxGroup/CheckboxGroup.vue.js +3 -1
  10. package/dist/cjs/components/Dropdown/Dropdown.vue.js +3 -1
  11. package/dist/cjs/components/LovText/LovText.vue.js +61 -0
  12. package/dist/cjs/components/LovText/LovText.vue3.js +10 -0
  13. package/dist/cjs/components/LovText/index.js +12 -0
  14. package/dist/cjs/components/Radio/Radio.vue.js +3 -1
  15. package/dist/cjs/components/Select/Select.vue.js +3 -1
  16. package/dist/cjs/components/index.js +2 -0
  17. package/dist/cjs/index.js +22 -20
  18. package/dist/cjs/packages/ui/package.json.js +1 -1
  19. package/dist/esm/business/DataTable/DataTable.vue.mjs +1 -0
  20. package/dist/esm/business/EditFormCard/EditFormCard.vue.mjs +1 -0
  21. package/dist/esm/business/ProForm/ProForm.vue.mjs +1 -0
  22. package/dist/esm/business/SidebarMainLayout/SidebarMainLayout.vue.mjs +1 -0
  23. package/dist/esm/business/TreeCheckFilter/TreeCheckFilter.vue.mjs +1 -0
  24. package/dist/esm/business/TreeTransfer/TreeTransfer.vue.mjs +1 -0
  25. package/dist/esm/components/Cascader/Cascader.vue.mjs +3 -1
  26. package/dist/esm/components/CheckboxGroup/CheckboxGroup.vue.mjs +3 -1
  27. package/dist/esm/components/Dropdown/Dropdown.vue.mjs +3 -1
  28. package/dist/esm/components/LovText/LovText.vue.mjs +57 -0
  29. package/dist/esm/components/LovText/LovText.vue3.mjs +6 -0
  30. package/dist/esm/components/LovText/index.mjs +7 -0
  31. package/dist/esm/components/Radio/Radio.vue.mjs +3 -1
  32. package/dist/esm/components/Select/Select.vue.mjs +3 -1
  33. package/dist/esm/components/index.mjs +1 -0
  34. package/dist/esm/index.mjs +1 -0
  35. package/dist/esm/packages/ui/package.json.mjs +1 -1
  36. package/dist/types/components/Cascader/Cascader.vue.d.ts +2 -0
  37. package/dist/types/components/Cascader/CascaderCheck.vue.d.ts +16 -2
  38. package/dist/types/components/Cascader/CascaderEnd.vue.d.ts +16 -2
  39. package/dist/types/components/Cascader/CascaderMultiple.vue.d.ts +16 -2
  40. package/dist/types/components/Cascader/index.d.ts +60 -3
  41. package/dist/types/components/CheckboxGroup/CheckboxGroup.vue.d.ts +2 -0
  42. package/dist/types/components/CheckboxGroup/index.d.ts +6 -0
  43. package/dist/types/components/Dropdown/Dropdown.vue.d.ts +2 -0
  44. package/dist/types/components/Dropdown/index.d.ts +6 -0
  45. package/dist/types/components/LovText/LovText.types.d.ts +1 -0
  46. package/dist/types/components/LovText/LovText.vue.d.ts +13 -0
  47. package/dist/types/components/LovText/index.d.ts +45 -0
  48. package/dist/types/components/Radio/Radio.vue.d.ts +2 -0
  49. package/dist/types/components/Radio/index.d.ts +6 -0
  50. package/dist/types/components/Select/Select.vue.d.ts +2 -0
  51. package/dist/types/components/Select/SelectAllowCreateSelect.vue.d.ts +12 -2
  52. package/dist/types/components/Select/SelectMultiple.vue.d.ts +12 -2
  53. package/dist/types/components/Select/index.d.ts +18 -2
  54. package/dist/types/components/index.d.ts +1 -0
  55. package/package.json +3 -3
@@ -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<{
@@ -78,3 +78,4 @@ export * from './CollapseItem';
78
78
  export * from './ContextMenu';
79
79
  export * from './CodeEditor';
80
80
  export * from './RichEditor';
81
+ export * from './LovText';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@funcho/ui",
3
3
  "description": "@funcho ui library",
4
- "version": "1.1.16",
4
+ "version": "1.1.17",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.mjs",
@@ -46,8 +46,8 @@
46
46
  "vite-plugin-dts": "^4.5.4",
47
47
  "vitest": "^4.0.7",
48
48
  "vue": "^3.5.22",
49
- "@funcho/icons-vue": "1.0.3",
50
- "@funcho/typescript-config": "0.0.1"
49
+ "@funcho/typescript-config": "0.0.1",
50
+ "@funcho/icons-vue": "1.0.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "vue": "^3.5.22",