bkui-vue 1.0.3-beta.3 → 1.0.3-beta.30
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/dist/index.cjs.js +71 -71
- package/dist/index.esm.js +16194 -15009
- package/dist/index.umd.js +70 -70
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +3 -0
- package/lib/alert/alert.variable.css +3 -0
- package/lib/backtop/backtop.variable.css +3 -0
- package/lib/badge/badge.variable.css +3 -0
- package/lib/breadcrumb/breadcrumb.variable.css +3 -0
- package/lib/button/button.variable.css +3 -0
- package/lib/card/card.variable.css +3 -0
- package/lib/cascader/cascader.variable.css +3 -0
- package/lib/checkbox/checkbox.variable.css +3 -0
- package/lib/code-diff/code-diff.variable.css +3 -0
- package/lib/collapse/collapse.variable.css +3 -0
- package/lib/collapse-transition/collapse-transition.variable.css +3 -0
- package/lib/color-picker/color-picker.variable.css +3 -0
- package/lib/components.js +0 -4
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/config-provider.variable.css +3 -0
- package/lib/config-provider/index.d.ts +4 -0
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/container/container.variable.css +3 -0
- package/lib/date-picker/date-picker.d.ts +1 -0
- package/lib/date-picker/date-picker.variable.css +3 -0
- package/lib/date-picker/index.d.ts +3 -0
- package/lib/date-picker/index.js +9 -3
- package/lib/date-picker/time-picker.d.ts +1 -0
- package/lib/dialog/dialog.d.ts +11 -0
- package/lib/dialog/dialog.variable.css +3 -0
- package/lib/dialog/index.d.ts +23 -0
- package/lib/dialog/index.js +3 -1
- package/lib/dialog/props.d.ts +5 -0
- package/lib/dist.index.js +0 -1
- package/lib/divider/divider.variable.css +3 -0
- package/lib/dropdown/dropdown.css +3 -1
- package/lib/dropdown/dropdown.variable.css +6 -1
- package/lib/exception/exception.variable.css +3 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
- package/lib/form/form.css +1 -0
- package/lib/form/form.less +2 -1
- package/lib/form/form.variable.css +4 -0
- package/lib/hooks.js +1 -8
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +34 -1
- package/lib/icon/text-all.d.ts +4 -0
- package/lib/icon/text-all.js +276 -0
- package/lib/image/image-viewer.variable.css +3 -0
- package/lib/image/image.variable.css +3 -0
- package/lib/image/index.js +5 -2
- package/lib/index.js +0 -1
- package/lib/info-box/index.js +40 -455
- package/lib/info-box/info-box.variable.css +3 -0
- package/lib/input/index.js +5 -0
- package/lib/input/input.variable.css +3 -0
- package/lib/link/link.variable.css +3 -0
- package/lib/loading/loading.variable.css +3 -0
- package/lib/locale/index.js +4 -2
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/menu.variable.css +3 -0
- package/lib/menu/submenu.variable.css +3 -0
- package/lib/message/message.variable.css +3 -0
- package/lib/modal/index.d.ts +34 -6
- package/lib/modal/index.js +8 -6
- package/lib/modal/modal.d.ts +13 -2
- package/lib/modal/modal.variable.css +3 -0
- package/lib/modal/props.mixin.d.ts +5 -0
- package/lib/navigation/navigation.variable.css +3 -0
- package/lib/notify/notify.variable.css +3 -0
- package/lib/pagination/index.js +2 -2
- package/lib/pagination/pagination.variable.css +3 -0
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +55 -31
- package/lib/pop-confirm/pop-confirm.variable.css +3 -0
- package/lib/popover/content.d.ts +1 -1
- package/lib/popover/index.js +55 -31
- package/lib/popover/plugin-popover.d.ts +4 -1
- package/lib/popover/popover.css +3 -1
- package/lib/popover/popover.less +4 -1
- package/lib/popover/popover.variable.css +6 -1
- package/lib/preset.d.ts +2 -0
- package/lib/preset.js +14 -20
- package/lib/process/process.variable.css +3 -0
- package/lib/progress/progress.variable.css +3 -0
- package/lib/radio/radio.variable.css +3 -0
- package/lib/rate/rate.variable.css +3 -0
- package/lib/rate/star.variable.css +3 -0
- package/lib/resize-layout/resize-layout.variable.css +3 -0
- package/lib/search-select/search-select.variable.css +3 -0
- package/lib/select/index.d.ts +68 -6
- package/lib/select/index.js +1326 -68
- package/lib/select/option.d.ts +3 -1
- package/lib/select/pinyin/core.d.ts +14 -0
- package/lib/select/pinyin/dict.d.ts +34 -0
- package/lib/select/pinyin/index.d.ts +2 -0
- package/lib/select/select.css +36 -7
- package/lib/select/select.d.ts +28 -2
- package/lib/select/select.less +43 -13
- package/lib/select/select.variable.css +39 -7
- package/lib/select/type.d.ts +2 -3
- package/lib/shared/index.js +44 -3
- package/lib/shared/utils.d.ts +12 -0
- package/lib/sideslider/index.d.ts +29 -6
- package/lib/sideslider/index.js +5 -2
- package/lib/sideslider/sideslider.d.ts +13 -2
- package/lib/sideslider/sideslider.variable.css +3 -0
- package/lib/slider/slider.variable.css +3 -0
- package/lib/steps/steps.variable.css +3 -0
- package/lib/styles/mixins/animate.variable.css +3 -0
- package/lib/styles/mixins/popper.variable.css +3 -0
- package/lib/styles/mixins/scroll.variable.css +3 -0
- package/lib/styles/reset.css +3 -1
- package/lib/styles/reset.less +3 -1
- package/lib/styles/reset.variable.css +6 -1
- package/lib/styles/themes/themes.less +5 -0
- package/lib/swiper/swiper.variable.css +3 -0
- package/lib/switcher/switcher.variable.css +3 -0
- package/lib/tab/tab.variable.css +3 -0
- package/lib/table/cache.d.ts +11 -3
- package/lib/table/components/table-column.d.ts +7 -4
- package/lib/table/index.d.ts +22 -4
- package/lib/table/index.js +1382 -1118
- package/lib/table/plugins/head-filter.variable.css +3 -0
- package/lib/table/plugins/head-sort.d.ts +7 -0
- package/lib/table/plugins/head-sort.variable.css +3 -0
- package/lib/table/plugins/settings.variable.css +3 -0
- package/lib/table/plugins/use-draggable.d.ts +2 -2
- package/lib/table/plugins/use-observer-resize.d.ts +5 -0
- package/lib/table/props.d.ts +15 -4
- package/lib/table/table.css +6 -12
- package/lib/table/table.d.ts +7 -0
- package/lib/table/table.less +12 -9
- package/lib/table/table.variable.css +9 -12
- package/lib/table/use-attributes.d.ts +5 -43
- package/lib/table/utils.d.ts +5 -4
- package/lib/table-column/index.d.ts +125 -116
- package/lib/table-column/index.js +97 -26
- package/lib/tag/tag.variable.css +3 -0
- package/lib/tag-input/index.d.ts +4 -4
- package/lib/tag-input/tag-input.d.ts +2 -2
- package/lib/tag-input/tag-input.variable.css +3 -0
- package/lib/tag-input/tag-props.d.ts +1 -1
- package/lib/tag-input/tag-render.d.ts +1 -1
- package/lib/time-picker/index.d.ts +38 -35
- package/lib/time-picker/time-picker.variable.css +3 -0
- package/lib/timeline/timeline.variable.css +3 -0
- package/lib/transfer/transfer.variable.css +3 -0
- package/lib/tree/tree.variable.css +3 -0
- package/lib/upload/upload.variable.css +3 -0
- package/lib/virtual-render/index.d.ts +9 -9
- package/lib/virtual-render/virtual-render.d.ts +3 -3
- package/lib/virtual-render/virtual-render.variable.css +3 -0
- package/package.json +3 -2
package/lib/select/index.d.ts
CHANGED
@@ -297,6 +297,16 @@ declare const BkSelect: {
|
|
297
297
|
filterOption: {
|
298
298
|
type: FunctionConstructor;
|
299
299
|
};
|
300
|
+
searchWithPinyin: import("vue-types").VueTypeValidableDef<boolean> & {
|
301
|
+
default: boolean;
|
302
|
+
} & {
|
303
|
+
default: boolean;
|
304
|
+
};
|
305
|
+
highlightKeyword: import("vue-types").VueTypeValidableDef<boolean> & {
|
306
|
+
default: boolean;
|
307
|
+
} & {
|
308
|
+
default: boolean;
|
309
|
+
};
|
300
310
|
}>> & {
|
301
311
|
onFocus?: (...args: any[]) => any;
|
302
312
|
onBlur?: (...args: any[]) => any;
|
@@ -308,6 +318,7 @@ declare const BkSelect: {
|
|
308
318
|
"onScroll-end"?: (...args: any[]) => any;
|
309
319
|
"onTag-remove"?: (...args: any[]) => any;
|
310
320
|
onDeselect?: (...args: any[]) => any;
|
321
|
+
"onSearch-change"?: (...args: any[]) => any;
|
311
322
|
}, {
|
312
323
|
t: import("vue").ComputedRef<{
|
313
324
|
noData: string;
|
@@ -514,6 +525,7 @@ declare const BkSelect: {
|
|
514
525
|
curContentText: import("vue").ComputedRef<string>;
|
515
526
|
isGroup: import("vue").ComputedRef<boolean>;
|
516
527
|
searchValue: import("vue").Ref<string>;
|
528
|
+
curSearchValue: import("vue").ComputedRef<string>;
|
517
529
|
customOptionName: import("vue").Ref<string>;
|
518
530
|
isShowAll: import("vue").ComputedRef<boolean>;
|
519
531
|
isShowSelectAll: import("vue").ComputedRef<boolean>;
|
@@ -649,6 +661,7 @@ declare const BkSelect: {
|
|
649
661
|
};
|
650
662
|
}>>>>;
|
651
663
|
isAllSelected: import("vue").ComputedRef<boolean>;
|
664
|
+
isAll: import("vue").ComputedRef<boolean>;
|
652
665
|
focusInput: () => void;
|
653
666
|
setHover: () => void;
|
654
667
|
cancelHover: () => void;
|
@@ -658,7 +671,8 @@ declare const BkSelect: {
|
|
658
671
|
handleClear: (e: Event) => void;
|
659
672
|
hidePopover: () => void;
|
660
673
|
showPopover: () => void;
|
661
|
-
|
674
|
+
toggleSelectAll: () => void;
|
675
|
+
toggleAll: () => void;
|
662
676
|
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
663
677
|
handleClickOutside: ({ event }: {
|
664
678
|
event: any;
|
@@ -674,7 +688,7 @@ declare const BkSelect: {
|
|
674
688
|
localSelectAllText: import("vue").ComputedRef<string>;
|
675
689
|
resolveClassName: (cls: string) => string;
|
676
690
|
handleCreateCustomOption: (val: string | number, e: KeyboardEvent) => void;
|
677
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
691
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
678
692
|
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
679
693
|
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
680
694
|
default: boolean;
|
@@ -970,6 +984,16 @@ declare const BkSelect: {
|
|
970
984
|
filterOption: {
|
971
985
|
type: FunctionConstructor;
|
972
986
|
};
|
987
|
+
searchWithPinyin: import("vue-types").VueTypeValidableDef<boolean> & {
|
988
|
+
default: boolean;
|
989
|
+
} & {
|
990
|
+
default: boolean;
|
991
|
+
};
|
992
|
+
highlightKeyword: import("vue-types").VueTypeValidableDef<boolean> & {
|
993
|
+
default: boolean;
|
994
|
+
} & {
|
995
|
+
default: boolean;
|
996
|
+
};
|
973
997
|
}>> & {
|
974
998
|
onFocus?: (...args: any[]) => any;
|
975
999
|
onBlur?: (...args: any[]) => any;
|
@@ -981,6 +1005,7 @@ declare const BkSelect: {
|
|
981
1005
|
"onScroll-end"?: (...args: any[]) => any;
|
982
1006
|
"onTag-remove"?: (...args: any[]) => any;
|
983
1007
|
onDeselect?: (...args: any[]) => any;
|
1008
|
+
"onSearch-change"?: (...args: any[]) => any;
|
984
1009
|
}, {
|
985
1010
|
prefix: string;
|
986
1011
|
size: "default" | "small" | "large" | "huge";
|
@@ -998,6 +1023,7 @@ declare const BkSelect: {
|
|
998
1023
|
withValidate: boolean;
|
999
1024
|
noDataText: string;
|
1000
1025
|
showSelectedIcon: boolean;
|
1026
|
+
highlightKeyword: boolean;
|
1001
1027
|
filterable: boolean;
|
1002
1028
|
allowCreate: boolean;
|
1003
1029
|
collapseTags: boolean;
|
@@ -1020,6 +1046,7 @@ declare const BkSelect: {
|
|
1020
1046
|
allowEmptyValues: unknown[];
|
1021
1047
|
autoFocus: boolean;
|
1022
1048
|
keepSearchValue: boolean;
|
1049
|
+
searchWithPinyin: boolean;
|
1023
1050
|
}, true, {}, {}, {
|
1024
1051
|
P: {};
|
1025
1052
|
B: {};
|
@@ -1323,6 +1350,16 @@ declare const BkSelect: {
|
|
1323
1350
|
filterOption: {
|
1324
1351
|
type: FunctionConstructor;
|
1325
1352
|
};
|
1353
|
+
searchWithPinyin: import("vue-types").VueTypeValidableDef<boolean> & {
|
1354
|
+
default: boolean;
|
1355
|
+
} & {
|
1356
|
+
default: boolean;
|
1357
|
+
};
|
1358
|
+
highlightKeyword: import("vue-types").VueTypeValidableDef<boolean> & {
|
1359
|
+
default: boolean;
|
1360
|
+
} & {
|
1361
|
+
default: boolean;
|
1362
|
+
};
|
1326
1363
|
}>> & {
|
1327
1364
|
onFocus?: (...args: any[]) => any;
|
1328
1365
|
onBlur?: (...args: any[]) => any;
|
@@ -1334,6 +1371,7 @@ declare const BkSelect: {
|
|
1334
1371
|
"onScroll-end"?: (...args: any[]) => any;
|
1335
1372
|
"onTag-remove"?: (...args: any[]) => any;
|
1336
1373
|
onDeselect?: (...args: any[]) => any;
|
1374
|
+
"onSearch-change"?: (...args: any[]) => any;
|
1337
1375
|
}, {
|
1338
1376
|
t: import("vue").ComputedRef<{
|
1339
1377
|
noData: string;
|
@@ -1540,6 +1578,7 @@ declare const BkSelect: {
|
|
1540
1578
|
curContentText: import("vue").ComputedRef<string>;
|
1541
1579
|
isGroup: import("vue").ComputedRef<boolean>;
|
1542
1580
|
searchValue: import("vue").Ref<string>;
|
1581
|
+
curSearchValue: import("vue").ComputedRef<string>;
|
1543
1582
|
customOptionName: import("vue").Ref<string>;
|
1544
1583
|
isShowAll: import("vue").ComputedRef<boolean>;
|
1545
1584
|
isShowSelectAll: import("vue").ComputedRef<boolean>;
|
@@ -1675,6 +1714,7 @@ declare const BkSelect: {
|
|
1675
1714
|
};
|
1676
1715
|
}>>>>;
|
1677
1716
|
isAllSelected: import("vue").ComputedRef<boolean>;
|
1717
|
+
isAll: import("vue").ComputedRef<boolean>;
|
1678
1718
|
focusInput: () => void;
|
1679
1719
|
setHover: () => void;
|
1680
1720
|
cancelHover: () => void;
|
@@ -1684,7 +1724,8 @@ declare const BkSelect: {
|
|
1684
1724
|
handleClear: (e: Event) => void;
|
1685
1725
|
hidePopover: () => void;
|
1686
1726
|
showPopover: () => void;
|
1687
|
-
|
1727
|
+
toggleSelectAll: () => void;
|
1728
|
+
toggleAll: () => void;
|
1688
1729
|
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
1689
1730
|
handleClickOutside: ({ event }: {
|
1690
1731
|
event: any;
|
@@ -1717,6 +1758,7 @@ declare const BkSelect: {
|
|
1717
1758
|
withValidate: boolean;
|
1718
1759
|
noDataText: string;
|
1719
1760
|
showSelectedIcon: boolean;
|
1761
|
+
highlightKeyword: boolean;
|
1720
1762
|
filterable: boolean;
|
1721
1763
|
allowCreate: boolean;
|
1722
1764
|
collapseTags: boolean;
|
@@ -1739,6 +1781,7 @@ declare const BkSelect: {
|
|
1739
1781
|
allowEmptyValues: unknown[];
|
1740
1782
|
autoFocus: boolean;
|
1741
1783
|
keepSearchValue: boolean;
|
1784
|
+
searchWithPinyin: boolean;
|
1742
1785
|
}>;
|
1743
1786
|
__isFragment?: never;
|
1744
1787
|
__isTeleport?: never;
|
@@ -2039,6 +2082,16 @@ declare const BkSelect: {
|
|
2039
2082
|
filterOption: {
|
2040
2083
|
type: FunctionConstructor;
|
2041
2084
|
};
|
2085
|
+
searchWithPinyin: import("vue-types").VueTypeValidableDef<boolean> & {
|
2086
|
+
default: boolean;
|
2087
|
+
} & {
|
2088
|
+
default: boolean;
|
2089
|
+
};
|
2090
|
+
highlightKeyword: import("vue-types").VueTypeValidableDef<boolean> & {
|
2091
|
+
default: boolean;
|
2092
|
+
} & {
|
2093
|
+
default: boolean;
|
2094
|
+
};
|
2042
2095
|
}>> & {
|
2043
2096
|
onFocus?: (...args: any[]) => any;
|
2044
2097
|
onBlur?: (...args: any[]) => any;
|
@@ -2050,6 +2103,7 @@ declare const BkSelect: {
|
|
2050
2103
|
"onScroll-end"?: (...args: any[]) => any;
|
2051
2104
|
"onTag-remove"?: (...args: any[]) => any;
|
2052
2105
|
onDeselect?: (...args: any[]) => any;
|
2106
|
+
"onSearch-change"?: (...args: any[]) => any;
|
2053
2107
|
}, {
|
2054
2108
|
t: import("vue").ComputedRef<{
|
2055
2109
|
noData: string;
|
@@ -2256,6 +2310,7 @@ declare const BkSelect: {
|
|
2256
2310
|
curContentText: import("vue").ComputedRef<string>;
|
2257
2311
|
isGroup: import("vue").ComputedRef<boolean>;
|
2258
2312
|
searchValue: import("vue").Ref<string>;
|
2313
|
+
curSearchValue: import("vue").ComputedRef<string>;
|
2259
2314
|
customOptionName: import("vue").Ref<string>;
|
2260
2315
|
isShowAll: import("vue").ComputedRef<boolean>;
|
2261
2316
|
isShowSelectAll: import("vue").ComputedRef<boolean>;
|
@@ -2391,6 +2446,7 @@ declare const BkSelect: {
|
|
2391
2446
|
};
|
2392
2447
|
}>>>>;
|
2393
2448
|
isAllSelected: import("vue").ComputedRef<boolean>;
|
2449
|
+
isAll: import("vue").ComputedRef<boolean>;
|
2394
2450
|
focusInput: () => void;
|
2395
2451
|
setHover: () => void;
|
2396
2452
|
cancelHover: () => void;
|
@@ -2400,7 +2456,8 @@ declare const BkSelect: {
|
|
2400
2456
|
handleClear: (e: Event) => void;
|
2401
2457
|
hidePopover: () => void;
|
2402
2458
|
showPopover: () => void;
|
2403
|
-
|
2459
|
+
toggleSelectAll: () => void;
|
2460
|
+
toggleAll: () => void;
|
2404
2461
|
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
2405
2462
|
handleClickOutside: ({ event }: {
|
2406
2463
|
event: any;
|
@@ -2416,7 +2473,7 @@ declare const BkSelect: {
|
|
2416
2473
|
localSelectAllText: import("vue").ComputedRef<string>;
|
2417
2474
|
resolveClassName: (cls: string) => string;
|
2418
2475
|
handleCreateCustomOption: (val: string | number, e: KeyboardEvent) => void;
|
2419
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect")[], "blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect", {
|
2476
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change")[], "blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change", {
|
2420
2477
|
prefix: string;
|
2421
2478
|
size: "default" | "small" | "large" | "huge";
|
2422
2479
|
disabled: boolean;
|
@@ -2433,6 +2490,7 @@ declare const BkSelect: {
|
|
2433
2490
|
withValidate: boolean;
|
2434
2491
|
noDataText: string;
|
2435
2492
|
showSelectedIcon: boolean;
|
2493
|
+
highlightKeyword: boolean;
|
2436
2494
|
filterable: boolean;
|
2437
2495
|
allowCreate: boolean;
|
2438
2496
|
collapseTags: boolean;
|
@@ -2455,6 +2513,7 @@ declare const BkSelect: {
|
|
2455
2513
|
allowEmptyValues: unknown[];
|
2456
2514
|
autoFocus: boolean;
|
2457
2515
|
keepSearchValue: boolean;
|
2516
|
+
searchWithPinyin: boolean;
|
2458
2517
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
|
2459
2518
|
Option: import("vue").DefineComponent<{
|
2460
2519
|
id: {
|
@@ -2480,10 +2539,13 @@ declare const BkSelect: {
|
|
2480
2539
|
selectedStyle: import("vue").ComputedRef<import("../shared").SelectedTypeEnum>;
|
2481
2540
|
optionName: import("vue").ComputedRef<string | number>;
|
2482
2541
|
optionID: import("vue").ComputedRef<unknown>;
|
2483
|
-
|
2542
|
+
highlightKeyword: import("vue").ComputedRef<boolean>;
|
2484
2543
|
handleOptionClick: () => void;
|
2485
2544
|
handleMouseEnter: () => void;
|
2486
2545
|
resolveClassName: (cls: string) => string;
|
2546
|
+
transformNode: (str: string) => string | (string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2547
|
+
[key: string]: any;
|
2548
|
+
}>)[];
|
2487
2549
|
visible: import("vue").Ref<boolean>;
|
2488
2550
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2489
2551
|
id: {
|