bkui-vue 2.0.2-beta.7 → 2.0.2-beta.71
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/License.txt +1 -2
 - package/dist/cli.css +1 -0
 - package/dist/index.cjs.js +165 -138
 - package/dist/index.esm.js +24227 -18480
 - package/dist/index.umd.js +165 -138
 - package/dist/locale/en.esm.js.map +1 -1
 - package/dist/locale/en.umd.js.map +1 -1
 - package/dist/locale/ja-jp.esm.js +2 -0
 - package/dist/locale/ja-jp.esm.js.map +1 -0
 - package/dist/locale/ja-jp.umd.js +2 -0
 - package/dist/locale/ja-jp.umd.js.map +1 -0
 - package/dist/locale/zh-cn.esm.js.map +1 -1
 - package/dist/locale/zh-cn.umd.js.map +1 -1
 - package/dist/style.variable.css +1 -1
 - package/lib/affix/affix.variable.css +2 -1
 - package/lib/affix/index.js +2 -2
 - package/lib/alert/alert.variable.css +2 -1
 - package/lib/alert/index.js +16 -5
 - package/lib/animate-number/index.js +2 -2
 - package/lib/backtop/backtop.variable.css +2 -1
 - package/lib/backtop/index.js +2 -2
 - package/lib/badge/badge.variable.css +2 -1
 - package/lib/badge/index.js +2 -2
 - package/lib/breadcrumb/breadcrumb.variable.css +2 -1
 - package/lib/breadcrumb/index.js +3 -3
 - package/lib/button/button.d.ts +1 -1
 - package/lib/button/button.variable.css +2 -1
 - package/lib/button/index.js +3 -3
 - package/lib/card/card.variable.css +2 -1
 - package/lib/card/index.js +2 -2
 - package/lib/cascader/cascader.css +26 -24
 - package/lib/cascader/cascader.d.ts +311 -0
 - package/lib/cascader/cascader.less +78 -76
 - package/lib/cascader/cascader.variable.css +28 -25
 - package/lib/cascader/index.d.ts +610 -0
 - package/lib/cascader/index.js +107 -49
 - package/lib/checkbox/checkbox.variable.css +2 -1
 - package/lib/checkbox/index.js +5 -5
 - package/lib/code-diff/code-diff.variable.css +2 -1
 - package/lib/code-diff/index.js +2 -2
 - package/lib/collapse/collapse.variable.css +2 -1
 - package/lib/collapse/index.js +3 -3
 - package/lib/collapse-transition/collapse-transition.variable.css +2 -1
 - package/lib/collapse-transition/index.js +2 -2
 - package/lib/color-picker/color-picker.variable.css +2 -1
 - package/lib/color-picker/index.js +62 -55
 - package/lib/components.js +1 -1
 - package/lib/config-provider/config-provider.variable.css +2 -1
 - package/lib/config-provider/index.d.ts +1 -1
 - package/lib/config-provider/index.js +6 -6
 - package/lib/container/container.variable.css +2 -1
 - package/lib/container/index.js +5 -5
 - package/lib/date-picker/date-picker.d.ts +2 -1
 - package/lib/date-picker/date-picker.variable.css +2 -1
 - package/lib/date-picker/index.d.ts +6 -2
 - package/lib/date-picker/index.js +77 -76
 - package/lib/date-picker/panel/date-range.d.ts +2 -1
 - package/lib/date-picker/panel/time.d.ts +1 -1
 - package/lib/date-picker/utils.d.ts +5 -17
 - package/lib/dialog/dialog.css +20 -1
 - package/lib/dialog/dialog.variable.css +22 -2
 - package/lib/dialog/index.js +13 -36
 - package/lib/directives/index.js +6 -9
 - package/lib/dist.index.js +1 -1
 - package/lib/divider/divider.variable.css +2 -1
 - package/lib/divider/index.js +3 -3
 - package/lib/dropdown/dropdown.d.ts +1 -0
 - package/lib/dropdown/dropdown.variable.css +2 -1
 - package/lib/dropdown/index.d.ts +3 -0
 - package/lib/dropdown/index.js +15 -10
 - package/lib/exception/exception.variable.css +2 -1
 - package/lib/exception/index.js +2 -2
 - package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
 - package/lib/fixed-navbar/index.js +2 -2
 - package/lib/form/form-item.d.ts +19 -0
 - package/lib/form/form.css +16 -4
 - package/lib/form/form.less +24 -6
 - package/lib/form/form.variable.css +18 -5
 - package/lib/form/index.d.ts +13 -0
 - package/lib/form/index.js +41 -50
 - package/lib/hooks.js +1 -1
 - package/lib/icon/angle-double-down-line.js +1 -1
 - package/lib/icon/angle-double-left-line.js +1 -1
 - package/lib/icon/angle-double-left.js +1 -1
 - package/lib/icon/angle-double-right-line.js +1 -1
 - package/lib/icon/angle-double-right.js +1 -1
 - package/lib/icon/angle-double-up-line.js +1 -1
 - package/lib/icon/angle-down-fill.js +1 -1
 - package/lib/icon/angle-down-line.js +1 -1
 - package/lib/icon/angle-down.js +1 -1
 - package/lib/icon/angle-left.js +1 -1
 - package/lib/icon/angle-right.js +1 -1
 - package/lib/icon/angle-up-fill.js +1 -1
 - package/lib/icon/angle-up.js +1 -1
 - package/lib/icon/archive-fill.js +1 -1
 - package/lib/icon/arrows-left.js +1 -1
 - package/lib/icon/arrows-right.js +1 -1
 - package/lib/icon/assistant.js +1 -1
 - package/lib/icon/audio-fill.js +1 -1
 - package/lib/icon/bk.js +1 -1
 - package/lib/icon/circle.js +1 -1
 - package/lib/icon/close-line.js +1 -1
 - package/lib/icon/close.js +1 -1
 - package/lib/icon/code.js +1 -1
 - package/lib/icon/cog-shape.js +1 -1
 - package/lib/icon/collapse-left.js +1 -1
 - package/lib/icon/copy-shape.js +1 -1
 - package/lib/icon/copy.js +1 -1
 - package/lib/icon/data-shape.js +1 -1
 - package/lib/icon/del.js +1 -1
 - package/lib/icon/doc-fill.js +1 -1
 - package/lib/icon/done.js +1 -1
 - package/lib/icon/down-shape.js +1 -1
 - package/lib/icon/down-small.js +1 -1
 - package/lib/icon/edit-line.js +1 -1
 - package/lib/icon/ellipsis.js +1 -1
 - package/lib/icon/enlarge-line.js +1 -1
 - package/lib/icon/error.js +1 -1
 - package/lib/icon/excel-fill.js +1 -1
 - package/lib/icon/exclamation-circle-shape.js +1 -1
 - package/lib/icon/eye.js +1 -1
 - package/lib/icon/filliscreen-line.js +1 -1
 - package/lib/icon/fix-line.js +1 -1
 - package/lib/icon/fix-shape.js +1 -1
 - package/lib/icon/folder-open.js +1 -1
 - package/lib/icon/folder-shape-open.js +1 -1
 - package/lib/icon/folder-shape.js +1 -1
 - package/lib/icon/folder.js +1 -1
 - package/lib/icon/funnel.js +1 -1
 - package/lib/icon/grag-fill.js +1 -1
 - package/lib/icon/help-document-fill.js +1 -1
 - package/lib/icon/help-fill.js +1 -1
 - package/lib/icon/help.js +1 -1
 - package/lib/icon/image-fill.js +1 -1
 - package/lib/icon/img-error.js +1 -1
 - package/lib/icon/img-placehoulder.js +1 -1
 - package/lib/icon/index.js +1 -1
 - package/lib/icon/info-line.js +1 -1
 - package/lib/icon/info.js +1 -1
 - package/lib/icon/left-shape.js +1 -1
 - package/lib/icon/left-turn-line.js +1 -1
 - package/lib/icon/loading.js +1 -1
 - package/lib/icon/narrow-line.js +1 -1
 - package/lib/icon/original.js +1 -1
 - package/lib/icon/pdf-fill.js +1 -1
 - package/lib/icon/play-shape.js +1 -1
 - package/lib/icon/plus.js +1 -1
 - package/lib/icon/ppt-fill.js +1 -1
 - package/lib/icon/qq.js +1 -1
 - package/lib/icon/right-shape.js +1 -1
 - package/lib/icon/right-turn-line.js +1 -1
 - package/lib/icon/search.js +1 -1
 - package/lib/icon/share.js +1 -1
 - package/lib/icon/spinner.js +1 -1
 - package/lib/icon/success.js +1 -1
 - package/lib/icon/switcher-loading.js +1 -1
 - package/lib/icon/text-all.js +1 -1
 - package/lib/icon/text-file.js +1 -1
 - package/lib/icon/text-fill.js +1 -1
 - package/lib/icon/transfer.js +1 -1
 - package/lib/icon/tree-application-shape.js +1 -1
 - package/lib/icon/unfull-screen.js +1 -1
 - package/lib/icon/unvisible.js +1 -1
 - package/lib/icon/up-shape.js +1 -1
 - package/lib/icon/upload.js +1 -1
 - package/lib/icon/video-fill.js +1 -1
 - package/lib/icon/warn.js +1 -1
 - package/lib/icon/weixin-pro.js +1 -1
 - package/lib/icon/weixin.js +1 -1
 - package/lib/image/image-viewer.variable.css +2 -1
 - package/lib/image/image.variable.css +2 -1
 - package/lib/image/index.js +9 -12
 - package/lib/index.js +1 -1
 - package/lib/info-box/index.js +22 -7
 - package/lib/info-box/info-box.css +20 -1
 - package/lib/info-box/info-box.d.ts +1 -0
 - package/lib/info-box/info-box.less +28 -2
 - package/lib/info-box/info-box.variable.css +23 -3
 - package/lib/input/index.d.ts +39 -20
 - package/lib/input/index.js +44 -27
 - package/lib/input/input.css +6 -0
 - package/lib/input/input.d.ts +30 -16
 - package/lib/input/input.less +7 -0
 - package/lib/input/input.variable.css +8 -1
 - package/lib/link/index.js +2 -2
 - package/lib/link/link.variable.css +2 -1
 - package/lib/loading/index.js +3 -3
 - package/lib/loading/loading.variable.css +2 -1
 - package/lib/locale/index.d.ts +1 -0
 - package/lib/locale/index.js +172 -4
 - package/lib/locale/lang/ja-jp.d.ts +3 -0
 - package/lib/menu/index.js +12 -9
 - package/lib/menu/menu.css +5 -4
 - package/lib/menu/menu.less +1 -0
 - package/lib/menu/menu.variable.css +7 -5
 - package/lib/menu/submenu.variable.css +2 -1
 - package/lib/message/index.js +4 -4
 - package/lib/message/message.variable.css +2 -1
 - package/lib/modal/index.js +14 -6
 - package/lib/modal/modal.css +20 -1
 - package/lib/modal/modal.variable.css +22 -2
 - package/lib/navigation/index.js +3 -3
 - package/lib/navigation/navigation.css +29 -29
 - package/lib/navigation/navigation.less +29 -29
 - package/lib/navigation/navigation.variable.css +31 -30
 - package/lib/notify/index.js +3 -3
 - package/lib/notify/notify.variable.css +2 -1
 - package/lib/overflow-title/index.js +3 -3
 - package/lib/pagination/index.js +22 -14
 - package/lib/pagination/pagination.css +1 -0
 - package/lib/pagination/pagination.less +1 -0
 - package/lib/pagination/pagination.variable.css +3 -1
 - package/lib/pop-confirm/index.d.ts +584 -0
 - package/lib/pop-confirm/index.js +10 -6
 - package/lib/pop-confirm/pop-confirm.d.ts +292 -0
 - package/lib/pop-confirm/pop-confirm.variable.css +2 -1
 - package/lib/pop-confirm/props.d.ts +146 -0
 - package/lib/popover/index.js +18 -21
 - package/lib/popover/popover.variable.css +2 -1
 - package/lib/popover2/index.js +2 -2
 - package/lib/preset.js +1 -1
 - package/lib/process/index.js +2 -2
 - package/lib/process/process.d.ts +1 -1
 - package/lib/process/process.variable.css +2 -1
 - package/lib/progress/index.js +4 -4
 - package/lib/progress/progress.variable.css +2 -1
 - package/lib/radio/index.js +5 -5
 - package/lib/radio/radio.variable.css +2 -1
 - package/lib/rate/index.js +3 -3
 - package/lib/rate/rate.variable.css +2 -1
 - package/lib/resize-layout/index.js +2 -2
 - package/lib/resize-layout/resize-layout.css +1 -0
 - package/lib/resize-layout/resize-layout.less +1 -0
 - package/lib/resize-layout/resize-layout.variable.css +3 -1
 - package/lib/scrollbar/css/scrollbar.variable.css +2 -1
 - package/lib/scrollbar/index.js +6 -6
 - package/lib/search-select/index.d.ts +39 -11
 - package/lib/search-select/index.js +91 -38
 - package/lib/search-select/input.d.ts +5 -1
 - package/lib/search-select/search-select.d.ts +13 -4
 - package/lib/search-select/search-select.variable.css +2 -1
 - package/lib/search-select/selected.d.ts +10 -2
 - package/lib/search-select/utils.d.ts +1 -0
 - package/lib/select/index.d.ts +22 -3
 - package/lib/select/index.js +34 -28
 - package/lib/select/select.d.ts +11 -1
 - package/lib/select/select.variable.css +2 -1
 - package/lib/shared/index.d.ts +1 -1
 - package/lib/shared/index.js +10 -10
 - package/lib/shared/z-index-manager.d.ts +1 -1
 - package/lib/sideslider/index.js +5 -3
 - package/lib/sideslider/sideslider.variable.css +2 -1
 - package/lib/slider/index.d.ts +1 -1
 - package/lib/slider/index.js +5 -4
 - package/lib/slider/slider-button.d.ts +1 -1
 - package/lib/slider/slider.d.ts +1 -1
 - package/lib/slider/slider.variable.css +2 -1
 - package/lib/steps/index.js +2 -2
 - package/lib/steps/steps.d.ts +1 -1
 - package/lib/steps/steps.variable.css +2 -1
 - package/lib/styles/mixins/animate.variable.css +2 -1
 - package/lib/styles/mixins/popper.variable.css +2 -1
 - package/lib/styles/mixins/scroll.variable.css +2 -1
 - package/lib/styles/reset.variable.css +2 -1
 - package/lib/styles/themes/themes.less +4 -1
 - package/lib/swiper/index.js +2 -2
 - package/lib/swiper/swiper.variable.css +2 -1
 - package/lib/switcher/index.js +2 -2
 - package/lib/switcher/switcher.variable.css +2 -1
 - package/lib/tab/index.d.ts +12 -0
 - package/lib/tab/index.js +20 -17
 - package/lib/tab/props.d.ts +3 -0
 - package/lib/tab/tab.d.ts +6 -0
 - package/lib/tab/tab.variable.css +2 -1
 - package/lib/table/index.js +33 -36
 - package/lib/table/plugins/head-filter.variable.css +2 -1
 - package/lib/table/plugins/head-sort.variable.css +2 -1
 - package/lib/table/plugins/settings.variable.css +2 -1
 - package/lib/table/table.css +1 -0
 - package/lib/table/table.variable.css +3 -1
 - package/lib/table-column/index.js +1 -1
 - package/lib/tag/index.js +2 -2
 - package/lib/tag/tag.variable.css +2 -1
 - package/lib/tag-input/index.d.ts +9 -0
 - package/lib/tag-input/index.js +1569 -42
 - package/lib/tag-input/tag-input.css +16 -0
 - package/lib/tag-input/tag-input.d.ts +17 -2
 - package/lib/tag-input/tag-input.less +16 -0
 - package/lib/tag-input/tag-input.variable.css +18 -1
 - package/lib/tag-input/tag-render.d.ts +24 -2
 - package/lib/time-picker/index.js +1 -1
 - package/lib/time-picker/time-picker.variable.css +2 -1
 - package/lib/timeline/index.js +1353 -4
 - package/lib/timeline/timeline.d.ts +1 -1
 - package/lib/timeline/timeline.variable.css +2 -1
 - package/lib/transfer/index.d.ts +1 -24
 - package/lib/transfer/index.js +21 -11
 - package/lib/transfer/props.d.ts +0 -5
 - package/lib/transfer/transfer.css +26 -8
 - package/lib/transfer/transfer.d.ts +1 -12
 - package/lib/transfer/transfer.less +18 -8
 - package/lib/transfer/transfer.variable.css +28 -9
 - package/lib/tree/constant.d.ts +2 -0
 - package/lib/tree/index.d.ts +48 -11
 - package/lib/tree/index.js +17650 -106
 - package/lib/tree/props.d.ts +30 -3
 - package/lib/tree/tree.css +46 -0
 - package/lib/tree/tree.d.ts +22 -5
 - package/lib/tree/tree.less +57 -2
 - package/lib/tree/tree.variable.css +48 -1
 - package/lib/tree/use-array-move.d.ts +6 -0
 - package/lib/tree/use-node-action.d.ts +2 -2
 - package/lib/tree/use-node-attribute.d.ts +3 -0
 - package/lib/upload/index.js +8 -8
 - package/lib/upload/upload.variable.css +2 -1
 - package/lib/virtual-render/index.js +7 -7
 - package/lib/virtual-render/virtual-render.variable.css +2 -1
 - package/lib/volar.components.d.ts +2 -1
 - package/package.json +13 -2
 - package/dist/style.css +0 -1
 
    
        package/lib/select/index.d.ts
    CHANGED
    
    | 
         @@ -348,6 +348,10 @@ declare const BkSelect: { 
     | 
|
| 
       348 
348 
     | 
    
         
             
                    } & {
         
     | 
| 
       349 
349 
     | 
    
         
             
                        default: boolean;
         
     | 
| 
       350 
350 
     | 
    
         
             
                    };
         
     | 
| 
      
 351 
     | 
    
         
            +
                    inputTooltipsOptions: {
         
     | 
| 
      
 352 
     | 
    
         
            +
                        type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
         
     | 
| 
      
 353 
     | 
    
         
            +
                        default: () => {};
         
     | 
| 
      
 354 
     | 
    
         
            +
                    };
         
     | 
| 
       351 
355 
     | 
    
         
             
                }>> & {
         
     | 
| 
       352 
356 
     | 
    
         
             
                    onFocus?: (...args: any[]) => any;
         
     | 
| 
       353 
357 
     | 
    
         
             
                    onBlur?: (...args: any[]) => any;
         
     | 
| 
         @@ -384,7 +388,7 @@ declare const BkSelect: { 
     | 
|
| 
       384 
388 
     | 
    
         
             
                    inputRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       385 
389 
     | 
    
         
             
                    triggerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       386 
390 
     | 
    
         
             
                    contentRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       387 
     | 
    
         
            -
                    searchRef: import("vue").Ref< 
     | 
| 
      
 391 
     | 
    
         
            +
                    searchRef: import("vue").Ref<HTMLInputElement>;
         
     | 
| 
       388 
392 
     | 
    
         
             
                    scrollContainerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       389 
393 
     | 
    
         
             
                    selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
         
     | 
| 
       390 
394 
     | 
    
         
             
                        selected: {
         
     | 
| 
         @@ -1112,6 +1116,10 @@ declare const BkSelect: { 
     | 
|
| 
       1112 
1116 
     | 
    
         
             
                    } & {
         
     | 
| 
       1113 
1117 
     | 
    
         
             
                        default: boolean;
         
     | 
| 
       1114 
1118 
     | 
    
         
             
                    };
         
     | 
| 
      
 1119 
     | 
    
         
            +
                    inputTooltipsOptions: {
         
     | 
| 
      
 1120 
     | 
    
         
            +
                        type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
         
     | 
| 
      
 1121 
     | 
    
         
            +
                        default: () => {};
         
     | 
| 
      
 1122 
     | 
    
         
            +
                    };
         
     | 
| 
       1115 
1123 
     | 
    
         
             
                }>> & {
         
     | 
| 
       1116 
1124 
     | 
    
         
             
                    onFocus?: (...args: any[]) => any;
         
     | 
| 
       1117 
1125 
     | 
    
         
             
                    onBlur?: (...args: any[]) => any;
         
     | 
| 
         @@ -1170,6 +1178,7 @@ declare const BkSelect: { 
     | 
|
| 
       1170 
1178 
     | 
    
         
             
                    keepSearchValue: boolean;
         
     | 
| 
       1171 
1179 
     | 
    
         
             
                    searchWithPinyin: boolean;
         
     | 
| 
       1172 
1180 
     | 
    
         
             
                    disableScrollToSelectedOption: boolean;
         
     | 
| 
      
 1181 
     | 
    
         
            +
                    inputTooltipsOptions: {};
         
     | 
| 
       1173 
1182 
     | 
    
         
             
                }, true, {}, {}, {
         
     | 
| 
       1174 
1183 
     | 
    
         
             
                    P: {};
         
     | 
| 
       1175 
1184 
     | 
    
         
             
                    B: {};
         
     | 
| 
         @@ -1523,6 +1532,10 @@ declare const BkSelect: { 
     | 
|
| 
       1523 
1532 
     | 
    
         
             
                    } & {
         
     | 
| 
       1524 
1533 
     | 
    
         
             
                        default: boolean;
         
     | 
| 
       1525 
1534 
     | 
    
         
             
                    };
         
     | 
| 
      
 1535 
     | 
    
         
            +
                    inputTooltipsOptions: {
         
     | 
| 
      
 1536 
     | 
    
         
            +
                        type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
         
     | 
| 
      
 1537 
     | 
    
         
            +
                        default: () => {};
         
     | 
| 
      
 1538 
     | 
    
         
            +
                    };
         
     | 
| 
       1526 
1539 
     | 
    
         
             
                }>> & {
         
     | 
| 
       1527 
1540 
     | 
    
         
             
                    onFocus?: (...args: any[]) => any;
         
     | 
| 
       1528 
1541 
     | 
    
         
             
                    onBlur?: (...args: any[]) => any;
         
     | 
| 
         @@ -1559,7 +1572,7 @@ declare const BkSelect: { 
     | 
|
| 
       1559 
1572 
     | 
    
         
             
                    inputRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       1560 
1573 
     | 
    
         
             
                    triggerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       1561 
1574 
     | 
    
         
             
                    contentRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       1562 
     | 
    
         
            -
                    searchRef: import("vue").Ref< 
     | 
| 
      
 1575 
     | 
    
         
            +
                    searchRef: import("vue").Ref<HTMLInputElement>;
         
     | 
| 
       1563 
1576 
     | 
    
         
             
                    scrollContainerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       1564 
1577 
     | 
    
         
             
                    selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
         
     | 
| 
       1565 
1578 
     | 
    
         
             
                        selected: {
         
     | 
| 
         @@ -1987,6 +2000,7 @@ declare const BkSelect: { 
     | 
|
| 
       1987 
2000 
     | 
    
         
             
                    keepSearchValue: boolean;
         
     | 
| 
       1988 
2001 
     | 
    
         
             
                    searchWithPinyin: boolean;
         
     | 
| 
       1989 
2002 
     | 
    
         
             
                    disableScrollToSelectedOption: boolean;
         
     | 
| 
      
 2003 
     | 
    
         
            +
                    inputTooltipsOptions: {};
         
     | 
| 
       1990 
2004 
     | 
    
         
             
                }>;
         
     | 
| 
       1991 
2005 
     | 
    
         
             
                __isFragment?: never;
         
     | 
| 
       1992 
2006 
     | 
    
         
             
                __isTeleport?: never;
         
     | 
| 
         @@ -2337,6 +2351,10 @@ declare const BkSelect: { 
     | 
|
| 
       2337 
2351 
     | 
    
         
             
                } & {
         
     | 
| 
       2338 
2352 
     | 
    
         
             
                    default: boolean;
         
     | 
| 
       2339 
2353 
     | 
    
         
             
                };
         
     | 
| 
      
 2354 
     | 
    
         
            +
                inputTooltipsOptions: {
         
     | 
| 
      
 2355 
     | 
    
         
            +
                    type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
         
     | 
| 
      
 2356 
     | 
    
         
            +
                    default: () => {};
         
     | 
| 
      
 2357 
     | 
    
         
            +
                };
         
     | 
| 
       2340 
2358 
     | 
    
         
             
            }>> & {
         
     | 
| 
       2341 
2359 
     | 
    
         
             
                onFocus?: (...args: any[]) => any;
         
     | 
| 
       2342 
2360 
     | 
    
         
             
                onBlur?: (...args: any[]) => any;
         
     | 
| 
         @@ -2373,7 +2391,7 @@ declare const BkSelect: { 
     | 
|
| 
       2373 
2391 
     | 
    
         
             
                inputRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       2374 
2392 
     | 
    
         
             
                triggerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       2375 
2393 
     | 
    
         
             
                contentRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       2376 
     | 
    
         
            -
                searchRef: import("vue").Ref< 
     | 
| 
      
 2394 
     | 
    
         
            +
                searchRef: import("vue").Ref<HTMLInputElement>;
         
     | 
| 
       2377 
2395 
     | 
    
         
             
                scrollContainerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       2378 
2396 
     | 
    
         
             
                selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
         
     | 
| 
       2379 
2397 
     | 
    
         
             
                    selected: {
         
     | 
| 
         @@ -2801,6 +2819,7 @@ declare const BkSelect: { 
     | 
|
| 
       2801 
2819 
     | 
    
         
             
                keepSearchValue: boolean;
         
     | 
| 
       2802 
2820 
     | 
    
         
             
                searchWithPinyin: boolean;
         
     | 
| 
       2803 
2821 
     | 
    
         
             
                disableScrollToSelectedOption: boolean;
         
     | 
| 
      
 2822 
     | 
    
         
            +
                inputTooltipsOptions: {};
         
     | 
| 
       2804 
2823 
     | 
    
         
             
            }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
         
     | 
| 
       2805 
2824 
     | 
    
         
             
                Option: import("vue").DefineComponent<{
         
     | 
| 
       2806 
2825 
     | 
    
         
             
                    id: {
         
     | 
    
        package/lib/select/index.js
    CHANGED
    
    | 
         @@ -1097,7 +1097,7 @@ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBP 
     | 
|
| 
       1097 
1097 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1098 
1098 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1099 
1099 
     | 
    
         
             
             *
         
     | 
| 
       1100 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1100 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1101 
1101 
     | 
    
         
             
             *
         
     | 
| 
       1102 
1102 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1103 
1103 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1347,7 +1347,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = 
     | 
|
| 
       1347 
1347 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1348 
1348 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1349 
1349 
     | 
    
         
             
             *
         
     | 
| 
       1350 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1350 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1351 
1351 
     | 
    
         
             
             *
         
     | 
| 
       1352 
1352 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1353 
1353 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1570,7 +1570,7 @@ function optionGroup_objectSpread(e) { for (var r = 1; r < arguments.length; r++ 
     | 
|
| 
       1570 
1570 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1571 
1571 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1572 
1572 
     | 
    
         
             
             *
         
     | 
| 
       1573 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1573 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1574 
1574 
     | 
    
         
             
             *
         
     | 
| 
       1575 
1575 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1576 
1576 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1678,7 +1678,7 @@ function clickoutside_arrayLikeToArray(arr, len) { if (len == null || len > arr. 
     | 
|
| 
       1678 
1678 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1679 
1679 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1680 
1680 
     | 
    
         
             
             *
         
     | 
| 
       1681 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1681 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1682 
1682 
     | 
    
         
             
             *
         
     | 
| 
       1683 
1683 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1684 
1684 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1806,7 +1806,7 @@ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTE 
     | 
|
| 
       1806 
1806 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1807 
1807 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1808 
1808 
     | 
    
         
             
             *
         
     | 
| 
       1809 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1809 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1810 
1810 
     | 
    
         
             
             *
         
     | 
| 
       1811 
1811 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1812 
1812 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1918,7 +1918,7 @@ var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel 
     | 
|
| 
       1918 
1918 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1919 
1919 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1920 
1920 
     | 
    
         
             
             *
         
     | 
| 
       1921 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1921 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1922 
1922 
     | 
    
         
             
             *
         
     | 
| 
       1923 
1923 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1924 
1924 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1969,7 +1969,7 @@ function tooltips_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { 
     | 
|
| 
       1969 
1969 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1970 
1970 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1971 
1971 
     | 
    
         
             
             *
         
     | 
| 
       1972 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1972 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1973 
1973 
     | 
    
         
             
             *
         
     | 
| 
       1974 
1974 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1975 
1975 
     | 
    
         
             
             *
         
     | 
| 
         @@ -2024,9 +2024,6 @@ var tooltips = { 
     | 
|
| 
       2024 
2024 
     | 
    
         
             
                      hide(el);
         
     | 
| 
       2025 
2025 
     | 
    
         
             
                    }, 100);
         
     | 
| 
       2026 
2026 
     | 
    
         
             
                  });
         
     | 
| 
       2027 
     | 
    
         
            -
                  el.addEventListener('click', function () {
         
     | 
| 
       2028 
     | 
    
         
            -
                    hide(el);
         
     | 
| 
       2029 
     | 
    
         
            -
                  });
         
     | 
| 
       2030 
2027 
     | 
    
         
             
                  popper.addEventListener('mouseleave', function () {
         
     | 
| 
       2031 
2028 
     | 
    
         
             
                    clearTimeout(delayTimeout);
         
     | 
| 
       2032 
2029 
     | 
    
         
             
                    hideTimeout = setTimeout(function () {
         
     | 
| 
         @@ -2040,7 +2037,7 @@ var tooltips = { 
     | 
|
| 
       2040 
2037 
     | 
    
         
             
                        show(el);
         
     | 
| 
       2041 
2038 
     | 
    
         
             
                        clearTimeout(delayTimeout);
         
     | 
| 
       2042 
2039 
     | 
    
         
             
                      }, opts.delay);
         
     | 
| 
       2043 
     | 
    
         
            -
                    } else if (popper.hasAttribute('data-show')) {
         
     | 
| 
      
 2040 
     | 
    
         
            +
                    } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
         
     | 
| 
       2044 
2041 
     | 
    
         
             
                      hide(el);
         
     | 
| 
       2045 
2042 
     | 
    
         
             
                    }
         
     | 
| 
       2046 
2043 
     | 
    
         
             
                  });
         
     | 
| 
         @@ -2264,7 +2261,7 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({  }); 
     | 
|
| 
       2264 
2261 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       2265 
2262 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       2266 
2263 
     | 
    
         
             
             *
         
     | 
| 
       2267 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 2264 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       2268 
2265 
     | 
    
         
             
             *
         
     | 
| 
       2269 
2266 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       2270 
2267 
     | 
    
         
             
             *
         
     | 
| 
         @@ -2329,7 +2326,7 @@ const merge_namespaceObject = merge_x({ ["default"]: () => __WEBPACK_EXTERNAL_MO 
     | 
|
| 
       2329 
2326 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       2330 
2327 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       2331 
2328 
     | 
    
         
             
             *
         
     | 
| 
       2332 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 2329 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       2333 
2330 
     | 
    
         
             
             *
         
     | 
| 
       2334 
2331 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       2335 
2332 
     | 
    
         
             
             *
         
     | 
| 
         @@ -3227,7 +3224,7 @@ const EXCEPTIONS = { 
     | 
|
| 
       3227 
3224 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3228 
3225 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       3229 
3226 
     | 
    
         
             
             *
         
     | 
| 
       3230 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 3227 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       3231 
3228 
     | 
    
         
             
             *
         
     | 
| 
       3232 
3229 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       3233 
3230 
     | 
    
         
             
             *
         
     | 
| 
         @@ -3394,7 +3391,7 @@ function parse(str) { 
     | 
|
| 
       3394 
3391 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3395 
3392 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       3396 
3393 
     | 
    
         
             
             *
         
     | 
| 
       3397 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 3394 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       3398 
3395 
     | 
    
         
             
             *
         
     | 
| 
       3399 
3396 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       3400 
3397 
     | 
    
         
             
             *
         
     | 
| 
         @@ -3487,7 +3484,7 @@ function shouldPatch(toToken) { 
     | 
|
| 
       3487 
3484 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3488 
3485 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       3489 
3486 
     | 
    
         
             
             *
         
     | 
| 
       3490 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 3487 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       3491 
3488 
     | 
    
         
             
             *
         
     | 
| 
       3492 
3489 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       3493 
3490 
     | 
    
         
             
             *
         
     | 
| 
         @@ -3545,7 +3542,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER 
     | 
|
| 
       3545 
3542 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3546 
3543 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       3547 
3544 
     | 
    
         
             
             *
         
     | 
| 
       3548 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 3545 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       3549 
3546 
     | 
    
         
             
             *
         
     | 
| 
       3550 
3547 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       3551 
3548 
     | 
    
         
             
             *
         
     | 
| 
         @@ -3618,6 +3615,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER 
     | 
|
| 
       3618 
3615 
     | 
    
         
             
                  value.value = modelValue.value;
         
     | 
| 
       3619 
3616 
     | 
    
         
             
                });
         
     | 
| 
       3620 
3617 
     | 
    
         
             
                (0,external_vue_namespaceObject.watch)([selected, collapseTags], function () {
         
     | 
| 
      
 3618 
     | 
    
         
            +
                  tagsRefs.value = [];
         
     | 
| 
       3621 
3619 
     | 
    
         
             
                  calcOverflow();
         
     | 
| 
       3622 
3620 
     | 
    
         
             
                }, {
         
     | 
| 
       3623 
3621 
     | 
    
         
             
                  flush: 'post'
         
     | 
| 
         @@ -3803,7 +3801,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       3803 
3801 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3804 
3802 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       3805 
3803 
     | 
    
         
             
             *
         
     | 
| 
       3806 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 3804 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       3807 
3805 
     | 
    
         
             
             *
         
     | 
| 
       3808 
3806 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       3809 
3807 
     | 
    
         
             
             *
         
     | 
| 
         @@ -3904,7 +3902,13 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       3904 
3902 
     | 
    
         
             
                  type: String,
         
     | 
| 
       3905 
3903 
     | 
    
         
             
                  "default": 'default'
         
     | 
| 
       3906 
3904 
     | 
    
         
             
                },
         
     | 
| 
       3907 
     | 
    
         
            -
                disableScrollToSelectedOption: shared_namespaceObject.PropTypes.bool.def(false) 
     | 
| 
      
 3905 
     | 
    
         
            +
                disableScrollToSelectedOption: shared_namespaceObject.PropTypes.bool.def(false),
         
     | 
| 
      
 3906 
     | 
    
         
            +
                inputTooltipsOptions: {
         
     | 
| 
      
 3907 
     | 
    
         
            +
                  type: Object,
         
     | 
| 
      
 3908 
     | 
    
         
            +
                  "default": function _default() {
         
     | 
| 
      
 3909 
     | 
    
         
            +
                    return {};
         
     | 
| 
      
 3910 
     | 
    
         
            +
                  }
         
     | 
| 
      
 3911 
     | 
    
         
            +
                } // 透传Input组件的tooltips配置
         
     | 
| 
       3908 
3912 
     | 
    
         
             
              },
         
     | 
| 
       3909 
3913 
     | 
    
         
             
              emits: ['update:modelValue', 'change', 'toggle', 'clear', 'scroll-end', 'focus', 'blur', 'tag-remove', 'select', 'deselect', 'search-change'],
         
     | 
| 
       3910 
3914 
     | 
    
         
             
              setup: function setup(props, _ref) {
         
     | 
| 
         @@ -4289,6 +4293,10 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4289 
4293 
     | 
    
         
             
                  emit('change', val, modelValue.value);
         
     | 
| 
       4290 
4294 
     | 
    
         
             
                  // 重置Selected 以model-value为主
         
     | 
| 
       4291 
4295 
     | 
    
         
             
                  handleSetSelectedData();
         
     | 
| 
      
 4296 
     | 
    
         
            +
                  if (multiple.value) {
         
     | 
| 
      
 4297 
     | 
    
         
            +
                    // 多选时enter之后变成tag不需要保存当前值
         
     | 
| 
      
 4298 
     | 
    
         
            +
                    customOptionName.value = '';
         
     | 
| 
      
 4299 
     | 
    
         
            +
                  }
         
     | 
| 
       4292 
4300 
     | 
    
         
             
                };
         
     | 
| 
       4293 
4301 
     | 
    
         
             
                // 派发toggle事件
         
     | 
| 
       4294 
4302 
     | 
    
         
             
                var handleTogglePopover = function handleTogglePopover() {
         
     | 
| 
         @@ -4314,7 +4322,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4314 
4322 
     | 
    
         
             
                  if (filterable.value && matchedOption) {
         
     | 
| 
       4315 
4323 
     | 
    
         
             
                    // 开启搜索后,正好匹配到自定义选项,则不进行创建操作
         
     | 
| 
       4316 
4324 
     | 
    
         
             
                    handleOptionSelected(matchedOption);
         
     | 
| 
       4317 
     | 
    
         
            -
                    customOptionName.value = '';
         
     | 
| 
       4318 
4325 
     | 
    
         
             
                    return;
         
     | 
| 
       4319 
4326 
     | 
    
         
             
                  }
         
     | 
| 
       4320 
4327 
     | 
    
         
             
                  var data = optionsMap.value.get(value);
         
     | 
| 
         @@ -4335,7 +4342,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4335 
4342 
     | 
    
         
             
                    emitChange(value);
         
     | 
| 
       4336 
4343 
     | 
    
         
             
                    handleHidePopover();
         
     | 
| 
       4337 
4344 
     | 
    
         
             
                  }
         
     | 
| 
       4338 
     | 
    
         
            -
                  customOptionName.value = '';
         
     | 
| 
       4339 
4345 
     | 
    
         
             
                };
         
     | 
| 
       4340 
4346 
     | 
    
         
             
                // Option点击事件
         
     | 
| 
       4341 
4347 
     | 
    
         
             
                var handleOptionSelected = function handleOptionSelected(option) {
         
     | 
| 
         @@ -4376,9 +4382,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4376 
4382 
     | 
    
         
             
                      label: option.optionName || option.optionID,
         
     | 
| 
       4377 
4383 
     | 
    
         
             
                      value: option.optionID
         
     | 
| 
       4378 
4384 
     | 
    
         
             
                    }];
         
     | 
| 
       4379 
     | 
    
         
            -
                    if (filterable.value && allowCreate.value) {
         
     | 
| 
       4380 
     | 
    
         
            -
                      customOptionName.value = '';
         
     | 
| 
       4381 
     | 
    
         
            -
                    }
         
     | 
| 
       4382 
4385 
     | 
    
         
             
                    emitChange(option.optionID);
         
     | 
| 
       4383 
4386 
     | 
    
         
             
                    emit('select', option.optionID);
         
     | 
| 
       4384 
4387 
     | 
    
         
             
                    handleHidePopover();
         
     | 
| 
         @@ -4426,6 +4429,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4426 
4429 
     | 
    
         
             
                var handleClear = function handleClear(e) {
         
     | 
| 
       4427 
4430 
     | 
    
         
             
                  e.stopPropagation();
         
     | 
| 
       4428 
4431 
     | 
    
         
             
                  selected.value = [];
         
     | 
| 
      
 4432 
     | 
    
         
            +
                  customOptionName.value = '';
         
     | 
| 
       4429 
4433 
     | 
    
         
             
                  clearMultipleInputValue();
         
     | 
| 
       4430 
4434 
     | 
    
         
             
                  emitChange(multiple.value ? [] : '');
         
     | 
| 
       4431 
4435 
     | 
    
         
             
                  emit('clear', multiple.value ? [] : '');
         
     | 
| 
         @@ -4602,9 +4606,10 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4602 
4606 
     | 
    
         
             
                    case 'NumpadEnter':
         
     | 
| 
       4603 
4607 
     | 
    
         
             
                    case 'Enter':
         
     | 
| 
       4604 
4608 
     | 
    
         
             
                      {
         
     | 
| 
      
 4609 
     | 
    
         
            +
                        var _searchRef$value2;
         
     | 
| 
       4605 
4610 
     | 
    
         
             
                        var value = e.target.value;
         
     | 
| 
       4606 
4611 
     | 
    
         
             
                        // 搜索和创建的时候不触发enter事件
         
     | 
| 
       4607 
     | 
    
         
            -
                        if (allowCreate.value && value || e.target === searchRef.value) return;
         
     | 
| 
      
 4612 
     | 
    
         
            +
                        if (allowCreate.value && value || e.target === searchRef.value && (_searchRef$value2 = searchRef.value) !== null && _searchRef$value2 !== void 0 && _searchRef$value2.value) return;
         
     | 
| 
       4608 
4613 
     | 
    
         
             
                        var option = optionsMap.value.get(activeOptionValue.value);
         
     | 
| 
       4609 
4614 
     | 
    
         
             
                        handleOptionSelected(option);
         
     | 
| 
       4610 
4615 
     | 
    
         
             
                        break;
         
     | 
| 
         @@ -4727,7 +4732,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4727 
4732 
     | 
    
         
             
                      "theme": "primary"
         
     | 
| 
       4728 
4733 
     | 
    
         
             
                    }, null);
         
     | 
| 
       4729 
4734 
     | 
    
         
             
                  }
         
     | 
| 
       4730 
     | 
    
         
            -
                  if (_this.clearable && _this.isHover && _this.selected.length && !_this.isDisabled) {
         
     | 
| 
      
 4735 
     | 
    
         
            +
                  if (_this.clearable && _this.isHover && _this.selected.length && !_this.isDisabled || _this.allowCreate && _this.isHover && _this.customOptionName && !_this.isDisabled) {
         
     | 
| 
       4731 
4736 
     | 
    
         
             
                    return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Close, {
         
     | 
| 
       4732 
4737 
     | 
    
         
             
                      "class": "clear-icon",
         
     | 
| 
       4733 
4738 
     | 
    
         
             
                      "onClick": _this.handleClear
         
     | 
| 
         @@ -4829,12 +4834,13 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4829 
4834 
     | 
    
         
             
                    "ref": "inputRef",
         
     | 
| 
       4830 
4835 
     | 
    
         
             
                    "behavior": _this.behavior,
         
     | 
| 
       4831 
4836 
     | 
    
         
             
                    "disabled": _this.isDisabled,
         
     | 
| 
       4832 
     | 
    
         
            -
                    "modelValue": _this.isInput ? _this.customOptionName : _this.selectedLabel.join(','),
         
     | 
| 
      
 4837 
     | 
    
         
            +
                    "modelValue": _this.isInput && _this.customOptionName ? _this.customOptionName : _this.selectedLabel.join(','),
         
     | 
| 
       4833 
4838 
     | 
    
         
             
                    "placeholder": _this.isInput ? _this.selectedLabel.join(',') || _this.localPlaceholder : _this.localPlaceholder,
         
     | 
| 
       4834 
4839 
     | 
    
         
             
                    "readonly": !_this.isInput,
         
     | 
| 
       4835 
4840 
     | 
    
         
             
                    "selectReadonly": true,
         
     | 
| 
       4836 
4841 
     | 
    
         
             
                    "size": _this.size,
         
     | 
| 
       4837 
4842 
     | 
    
         
             
                    "stopPropagation": false,
         
     | 
| 
      
 4843 
     | 
    
         
            +
                    "tooltipsOptions": _this.inputTooltipsOptions,
         
     | 
| 
       4838 
4844 
     | 
    
         
             
                    "type": "text",
         
     | 
| 
       4839 
4845 
     | 
    
         
             
                    "withValidate": false,
         
     | 
| 
       4840 
4846 
     | 
    
         
             
                    "onEnter": _this.handleCreateCustomOption,
         
     | 
| 
         @@ -4991,7 +4997,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v 
     | 
|
| 
       4991 
4997 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       4992 
4998 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       4993 
4999 
     | 
    
         
             
             *
         
     | 
| 
       4994 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 5000 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       4995 
5001 
     | 
    
         
             
             *
         
     | 
| 
       4996 
5002 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       4997 
5003 
     | 
    
         
             
             *
         
     | 
    
        package/lib/select/select.d.ts
    CHANGED
    
    | 
         @@ -1,4 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            import { PropType } from 'vue';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import { IOptions } from '../directives';
         
     | 
| 
       2 
3 
     | 
    
         
             
            import { ISelected, OptionInstanceType } from './type';
         
     | 
| 
       3 
4 
     | 
    
         
             
            declare const _default: import("vue").DefineComponent<{
         
     | 
| 
       4 
5 
     | 
    
         
             
                modelValue: import("vue-types").VueTypeValidableDef<any>;
         
     | 
| 
         @@ -346,6 +347,10 @@ declare const _default: import("vue").DefineComponent<{ 
     | 
|
| 
       346 
347 
     | 
    
         
             
                } & {
         
     | 
| 
       347 
348 
     | 
    
         
             
                    default: boolean;
         
     | 
| 
       348 
349 
     | 
    
         
             
                };
         
     | 
| 
      
 350 
     | 
    
         
            +
                inputTooltipsOptions: {
         
     | 
| 
      
 351 
     | 
    
         
            +
                    type: PropType<Partial<IOptions>>;
         
     | 
| 
      
 352 
     | 
    
         
            +
                    default: () => {};
         
     | 
| 
      
 353 
     | 
    
         
            +
                };
         
     | 
| 
       349 
354 
     | 
    
         
             
            }, {
         
     | 
| 
       350 
355 
     | 
    
         
             
                t: import("vue").ComputedRef<{
         
     | 
| 
       351 
356 
     | 
    
         
             
                    noData: string;
         
     | 
| 
         @@ -370,7 +375,7 @@ declare const _default: import("vue").DefineComponent<{ 
     | 
|
| 
       370 
375 
     | 
    
         
             
                inputRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       371 
376 
     | 
    
         
             
                triggerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       372 
377 
     | 
    
         
             
                contentRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       373 
     | 
    
         
            -
                searchRef: import("vue").Ref< 
     | 
| 
      
 378 
     | 
    
         
            +
                searchRef: import("vue").Ref<HTMLInputElement>;
         
     | 
| 
       374 
379 
     | 
    
         
             
                scrollContainerRef: import("vue").Ref<HTMLElement>;
         
     | 
| 
       375 
380 
     | 
    
         
             
                selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
         
     | 
| 
       376 
381 
     | 
    
         
             
                    selected: {
         
     | 
| 
         @@ -1098,6 +1103,10 @@ declare const _default: import("vue").DefineComponent<{ 
     | 
|
| 
       1098 
1103 
     | 
    
         
             
                } & {
         
     | 
| 
       1099 
1104 
     | 
    
         
             
                    default: boolean;
         
     | 
| 
       1100 
1105 
     | 
    
         
             
                };
         
     | 
| 
      
 1106 
     | 
    
         
            +
                inputTooltipsOptions: {
         
     | 
| 
      
 1107 
     | 
    
         
            +
                    type: PropType<Partial<IOptions>>;
         
     | 
| 
      
 1108 
     | 
    
         
            +
                    default: () => {};
         
     | 
| 
      
 1109 
     | 
    
         
            +
                };
         
     | 
| 
       1101 
1110 
     | 
    
         
             
            }>> & {
         
     | 
| 
       1102 
1111 
     | 
    
         
             
                onFocus?: (...args: any[]) => any;
         
     | 
| 
       1103 
1112 
     | 
    
         
             
                onBlur?: (...args: any[]) => any;
         
     | 
| 
         @@ -1156,5 +1165,6 @@ declare const _default: import("vue").DefineComponent<{ 
     | 
|
| 
       1156 
1165 
     | 
    
         
             
                keepSearchValue: boolean;
         
     | 
| 
       1157 
1166 
     | 
    
         
             
                searchWithPinyin: boolean;
         
     | 
| 
       1158 
1167 
     | 
    
         
             
                disableScrollToSelectedOption: boolean;
         
     | 
| 
      
 1168 
     | 
    
         
            +
                inputTooltipsOptions: {};
         
     | 
| 
       1159 
1169 
     | 
    
         
             
            }, {}>;
         
     | 
| 
       1160 
1170 
     | 
    
         
             
            export default _default;
         
     | 
| 
         @@ -98,7 +98,7 @@ 
     | 
|
| 
       98 
98 
     | 
    
         
             
              --submenu-bg-color: #151d2c;
         
     | 
| 
       99 
99 
     | 
    
         
             
              --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
         
     | 
| 
       100 
100 
     | 
    
         
             
              --menu-color: #96a2b9;
         
     | 
| 
       101 
     | 
    
         
            -
              --menu-group-color:  
     | 
| 
      
 101 
     | 
    
         
            +
              --menu-group-color: #6E788B;
         
     | 
| 
       102 
102 
     | 
    
         
             
              --menu-width: 260px;
         
     | 
| 
       103 
103 
     | 
    
         
             
              --menu-collapse-width: 60px;
         
     | 
| 
       104 
104 
     | 
    
         
             
              --menu-active-color: white;
         
     | 
| 
         @@ -127,6 +127,7 @@ 
     | 
|
| 
       127 
127 
     | 
    
         
             
              --search-select-menu-border-color: var(--disable-color);
         
     | 
| 
       128 
128 
     | 
    
         
             
              --select-active-color: #e1ecff;
         
     | 
| 
       129 
129 
     | 
    
         
             
              --select-hover-color: #f5f7fa;
         
     | 
| 
      
 130 
     | 
    
         
            +
              --sub-title-bg-color: #f5f6fa;
         
     | 
| 
       130 
131 
     | 
    
         
             
            }
         
     | 
| 
       131 
132 
     | 
    
         
             
            @keyframes loading-scale-animate {
         
     | 
| 
       132 
133 
     | 
    
         
             
              0% {
         
     | 
    
        package/lib/shared/index.d.ts
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3 
3 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       4 
4 
     | 
    
         
             
             *
         
     | 
| 
       5 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 5 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       6 
6 
     | 
    
         
             
             *
         
     | 
| 
       7 
7 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       8 
8 
     | 
    
         
             
             *
         
     | 
    
        package/lib/shared/index.js
    CHANGED
    
    | 
         @@ -121,7 +121,7 @@ __webpack_require__.d(__webpack_exports__, { 
     | 
|
| 
       121 
121 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       122 
122 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       123 
123 
     | 
    
         
             
             *
         
     | 
| 
       124 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 124 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       125 
125 
     | 
    
         
             
             *
         
     | 
| 
       126 
126 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       127 
127 
     | 
    
         
             
             *
         
     | 
| 
         @@ -215,7 +215,7 @@ function _typeof(o) { 
     | 
|
| 
       215 
215 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       216 
216 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       217 
217 
     | 
    
         
             
             *
         
     | 
| 
       218 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 218 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       219 
219 
     | 
    
         
             
             *
         
     | 
| 
       220 
220 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       221 
221 
     | 
    
         
             
             *
         
     | 
| 
         @@ -476,7 +476,7 @@ const external_vue_namespaceObject = x({ ["inject"]: () => __WEBPACK_EXTERNAL_MO 
     | 
|
| 
       476 
476 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       477 
477 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       478 
478 
     | 
    
         
             
             *
         
     | 
| 
       479 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 479 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       480 
480 
     | 
    
         
             
             *
         
     | 
| 
       481 
481 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       482 
482 
     | 
    
         
             
             *
         
     | 
| 
         @@ -504,7 +504,7 @@ var formItemKey = Symbol('formItem'); 
     | 
|
| 
       504 
504 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       505 
505 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       506 
506 
     | 
    
         
             
             *
         
     | 
| 
       507 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 507 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       508 
508 
     | 
    
         
             
             *
         
     | 
| 
       509 
509 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       510 
510 
     | 
    
         
             
             *
         
     | 
| 
         @@ -535,7 +535,7 @@ var useForm = function useForm() { 
     | 
|
| 
       535 
535 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       536 
536 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       537 
537 
     | 
    
         
             
             *
         
     | 
| 
       538 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 538 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       539 
539 
     | 
    
         
             
             *
         
     | 
| 
       540 
540 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       541 
541 
     | 
    
         
             
             *
         
     | 
| 
         @@ -760,7 +760,7 @@ function v4(options, buf, offset) { 
     | 
|
| 
       760 
760 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       761 
761 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       762 
762 
     | 
    
         
             
             *
         
     | 
| 
       763 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 763 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       764 
764 
     | 
    
         
             
             *
         
     | 
| 
       765 
765 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       766 
766 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1158,7 +1158,7 @@ var getPopContainerId = function getPopContainerId() { 
     | 
|
| 
       1158 
1158 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1159 
1159 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1160 
1160 
     | 
    
         
             
             *
         
     | 
| 
       1161 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1161 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1162 
1162 
     | 
    
         
             
             *
         
     | 
| 
       1163 
1163 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1164 
1164 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1208,7 +1208,7 @@ const throttle_namespaceObject = throttle_x({ ["default"]: () => __WEBPACK_EXTER 
     | 
|
| 
       1208 
1208 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1209 
1209 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1210 
1210 
     | 
    
         
             
             *
         
     | 
| 
       1211 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1211 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1212 
1212 
     | 
    
         
             
             *
         
     | 
| 
       1213 
1213 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1214 
1214 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1422,7 +1422,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf. 
     | 
|
| 
       1422 
1422 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1423 
1423 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1424 
1424 
     | 
    
         
             
             *
         
     | 
| 
       1425 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1425 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1426 
1426 
     | 
    
         
             
             *
         
     | 
| 
       1427 
1427 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1428 
1428 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1725,7 +1725,7 @@ function SelectedType() { 
     | 
|
| 
       1725 
1725 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1726 
1726 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1727 
1727 
     | 
    
         
             
             *
         
     | 
| 
       1728 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1728 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1729 
1729 
     | 
    
         
             
             *
         
     | 
| 
       1730 
1730 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1731 
1731 
     | 
    
         
             
             *
         
     | 
| 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3 
3 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       4 
4 
     | 
    
         
             
             *
         
     | 
| 
       5 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 5 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       6 
6 
     | 
    
         
             
             *
         
     | 
| 
       7 
7 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       8 
8 
     | 
    
         
             
             *
         
     | 
    
        package/lib/sideslider/index.js
    CHANGED
    
    | 
         @@ -541,7 +541,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = 
     | 
|
| 
       541 
541 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       542 
542 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       543 
543 
     | 
    
         
             
             *
         
     | 
| 
       544 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 544 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       545 
545 
     | 
    
         
             
             *
         
     | 
| 
       546 
546 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       547 
547 
     | 
    
         
             
             *
         
     | 
| 
         @@ -646,7 +646,9 @@ sliderProps.width["default"] = '400'; 
     | 
|
| 
       646 
646 
     | 
    
         
             
                        "class": "".concat(resolveClassName('sideslider-header'))
         
     | 
| 
       647 
647 
     | 
    
         
             
                      }, [(0,external_vue_namespaceObject.createVNode)("div", {
         
     | 
| 
       648 
648 
     | 
    
         
             
                        "class": "".concat(resolveClassName('sideslider-close')),
         
     | 
| 
       649 
     | 
    
         
            -
                        "onClick":  
     | 
| 
      
 649 
     | 
    
         
            +
                        "onClick": function onClick() {
         
     | 
| 
      
 650 
     | 
    
         
            +
                          return void handleClose();
         
     | 
| 
      
 651 
     | 
    
         
            +
                        }
         
     | 
| 
       650 
652 
     | 
    
         
             
                      }, [props.direction === 'left' ? (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleLeft, null, null) : (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, null, null)]), (0,external_vue_namespaceObject.createVNode)("div", {
         
     | 
| 
       651 
653 
     | 
    
         
             
                        "class": "".concat(resolveClassName('sideslider-title'))
         
     | 
| 
       652 
654 
     | 
    
         
             
                      }, [(_slots$header = (_slots$header2 = slots.header) === null || _slots$header2 === void 0 ? void 0 : _slots$header2.call(slots)) !== null && _slots$header !== void 0 ? _slots$header : props.title])])]);
         
     | 
| 
         @@ -701,7 +703,7 @@ sliderProps.width["default"] = '400'; 
     | 
|
| 
       701 
703 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       702 
704 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       703 
705 
     | 
    
         
             
             *
         
     | 
| 
       704 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 706 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       705 
707 
     | 
    
         
             
             *
         
     | 
| 
       706 
708 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       707 
709 
     | 
    
         
             
             *
         
     | 
| 
         @@ -98,7 +98,7 @@ 
     | 
|
| 
       98 
98 
     | 
    
         
             
              --submenu-bg-color: #151d2c;
         
     | 
| 
       99 
99 
     | 
    
         
             
              --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
         
     | 
| 
       100 
100 
     | 
    
         
             
              --menu-color: #96a2b9;
         
     | 
| 
       101 
     | 
    
         
            -
              --menu-group-color:  
     | 
| 
      
 101 
     | 
    
         
            +
              --menu-group-color: #6E788B;
         
     | 
| 
       102 
102 
     | 
    
         
             
              --menu-width: 260px;
         
     | 
| 
       103 
103 
     | 
    
         
             
              --menu-collapse-width: 60px;
         
     | 
| 
       104 
104 
     | 
    
         
             
              --menu-active-color: white;
         
     | 
| 
         @@ -127,6 +127,7 @@ 
     | 
|
| 
       127 
127 
     | 
    
         
             
              --search-select-menu-border-color: var(--disable-color);
         
     | 
| 
       128 
128 
     | 
    
         
             
              --select-active-color: #e1ecff;
         
     | 
| 
       129 
129 
     | 
    
         
             
              --select-hover-color: #f5f7fa;
         
     | 
| 
      
 130 
     | 
    
         
            +
              --sub-title-bg-color: #f5f6fa;
         
     | 
| 
       130 
131 
     | 
    
         
             
            }
         
     | 
| 
       131 
132 
     | 
    
         
             
            .bk-sideslider.is-position-right .bk-modal-wrapper {
         
     | 
| 
       132 
133 
     | 
    
         
             
              right: 0;
         
     | 
    
        package/lib/slider/index.d.ts
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3 
3 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       4 
4 
     | 
    
         
             
             *
         
     | 
| 
       5 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 5 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       6 
6 
     | 
    
         
             
             *
         
     | 
| 
       7 
7 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       8 
8 
     | 
    
         
             
             *
         
     | 
    
        package/lib/slider/index.js
    CHANGED
    
    | 
         @@ -491,7 +491,7 @@ const popover_less_namespaceObject = popover_less_x({  }); 
     | 
|
| 
       491 
491 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       492 
492 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       493 
493 
     | 
    
         
             
             *
         
     | 
| 
       494 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 494 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       495 
495 
     | 
    
         
             
             *
         
     | 
| 
       496 
496 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       497 
497 
     | 
    
         
             
             *
         
     | 
| 
         @@ -699,7 +699,7 @@ const popover_less_namespaceObject = popover_less_x({  }); 
     | 
|
| 
       699 
699 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       700 
700 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       701 
701 
     | 
    
         
             
             *
         
     | 
| 
       702 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 702 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       703 
703 
     | 
    
         
             
             *
         
     | 
| 
       704 
704 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       705 
705 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1029,7 +1029,8 @@ var off = function off(element, event, handler) { 
     | 
|
| 
       1029 
1029 
     | 
    
         
             
                var valueChanged = function valueChanged() {
         
     | 
| 
       1030 
1030 
     | 
    
         
             
                  if (props.range) {
         
     | 
| 
       1031 
1031 
     | 
    
         
             
                    return ![rangeMinValue.value, rangeMaxValue.value].every(function (item, index) {
         
     | 
| 
       1032 
     | 
    
         
            -
                       
     | 
| 
      
 1032 
     | 
    
         
            +
                      var _oldValue$value;
         
     | 
| 
      
 1033 
     | 
    
         
            +
                      return item === ((_oldValue$value = oldValue.value) === null || _oldValue$value === void 0 ? void 0 : _oldValue$value[index]);
         
     | 
| 
       1033 
1034 
     | 
    
         
             
                    });
         
     | 
| 
       1034 
1035 
     | 
    
         
             
                  }
         
     | 
| 
       1035 
1036 
     | 
    
         
             
                  return props.modelValue !== oldValue.value;
         
     | 
| 
         @@ -1317,7 +1318,7 @@ var off = function off(element, event, handler) { 
     | 
|
| 
       1317 
1318 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       1318 
1319 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       1319 
1320 
     | 
    
         
             
             *
         
     | 
| 
       1320 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 1321 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       1321 
1322 
     | 
    
         
             
             *
         
     | 
| 
       1322 
1323 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       1323 
1324 
     | 
    
         
             
             *
         
     | 
| 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3 
3 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       4 
4 
     | 
    
         
             
             *
         
     | 
| 
       5 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 5 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       6 
6 
     | 
    
         
             
             *
         
     | 
| 
       7 
7 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       8 
8 
     | 
    
         
             
             *
         
     | 
    
        package/lib/slider/slider.d.ts
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
             * Tencent is pleased to support the open source community by making
         
     | 
| 
       3 
3 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
         
     | 
| 
       4 
4 
     | 
    
         
             
             *
         
     | 
| 
       5 
     | 
    
         
            -
             * Copyright (C)  
     | 
| 
      
 5 
     | 
    
         
            +
             * Copyright (C) 2025 Tencent.  All rights reserved.
         
     | 
| 
       6 
6 
     | 
    
         
             
             *
         
     | 
| 
       7 
7 
     | 
    
         
             
             * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
         
     | 
| 
       8 
8 
     | 
    
         
             
             *
         
     | 
| 
         @@ -98,7 +98,7 @@ 
     | 
|
| 
       98 
98 
     | 
    
         
             
              --submenu-bg-color: #151d2c;
         
     | 
| 
       99 
99 
     | 
    
         
             
              --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
         
     | 
| 
       100 
100 
     | 
    
         
             
              --menu-color: #96a2b9;
         
     | 
| 
       101 
     | 
    
         
            -
              --menu-group-color:  
     | 
| 
      
 101 
     | 
    
         
            +
              --menu-group-color: #6E788B;
         
     | 
| 
       102 
102 
     | 
    
         
             
              --menu-width: 260px;
         
     | 
| 
       103 
103 
     | 
    
         
             
              --menu-collapse-width: 60px;
         
     | 
| 
       104 
104 
     | 
    
         
             
              --menu-active-color: white;
         
     | 
| 
         @@ -127,6 +127,7 @@ 
     | 
|
| 
       127 
127 
     | 
    
         
             
              --search-select-menu-border-color: var(--disable-color);
         
     | 
| 
       128 
128 
     | 
    
         
             
              --select-active-color: #e1ecff;
         
     | 
| 
       129 
129 
     | 
    
         
             
              --select-hover-color: #f5f7fa;
         
     | 
| 
      
 130 
     | 
    
         
            +
              --sub-title-bg-color: #f5f6fa;
         
     | 
| 
       130 
131 
     | 
    
         
             
            }
         
     | 
| 
       131 
132 
     | 
    
         
             
            .bk-slider {
         
     | 
| 
       132 
133 
     | 
    
         
             
              display: flex;
         
     |