hs-admin-ui 15.5.3 → 15.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bcIcon-CaJjqyzR.mjs +4 -0
- package/dist/bcIcon-D6INZFFL.js +1 -0
- package/dist/index-B73QQLCi.mjs +144167 -0
- package/dist/index-BlijNcTF.js +349 -0
- package/dist/index.css +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +171 -169
- package/dist/types/element-plus.d.ts +2 -0
- package/dist/types/index.d.ts +35 -1
- package/dist/types/src/components/base/Affix/index.d.ts +1 -0
- package/dist/types/src/components/base/Affix/src/Affix.vue.d.ts +3 -0
- package/dist/types/src/components/base/Alert/index.d.ts +1 -0
- package/dist/types/src/components/base/Alert/src/Alert.vue.d.ts +3 -0
- package/dist/types/src/components/base/Aside/index.d.ts +1 -0
- package/dist/types/src/components/base/Aside/src/Aside.vue.d.ts +3 -0
- package/dist/types/src/components/base/Autocomplete/index.d.ts +1 -0
- package/dist/types/src/components/base/Autocomplete/src/Autocomplete.vue.d.ts +3 -0
- package/dist/types/src/components/base/Badge/index.d.ts +1 -0
- package/dist/types/src/components/base/Badge/src/Badge.vue.d.ts +3 -0
- package/dist/types/src/components/base/Button/index.d.ts +2 -0
- package/dist/types/src/components/base/Button/src/Button.vue.d.ts +3 -0
- package/dist/types/src/components/base/Button/src/ButtonGroup.vue.d.ts +3 -0
- package/dist/types/src/components/base/Calendar/index.d.ts +1 -0
- package/dist/types/src/components/base/Calendar/src/Calendar.vue.d.ts +3 -0
- package/dist/types/src/components/base/Card/index.d.ts +1 -0
- package/dist/types/src/components/base/Card/src/Card.vue.d.ts +3 -0
- package/dist/types/src/components/base/Carousel/index.d.ts +2 -0
- package/dist/types/src/components/base/Carousel/src/Carousel.vue.d.ts +3 -0
- package/dist/types/src/components/base/Carousel/src/CarouselItem.vue.d.ts +3 -0
- package/dist/types/src/components/base/Cascader/index.d.ts +2 -0
- package/dist/types/src/components/base/Cascader/src/Cascader.vue.d.ts +3 -0
- package/dist/types/src/components/base/Cascader/src/CascaderPanel.vue.d.ts +3 -0
- package/dist/types/src/components/base/Checkbox/index.d.ts +3 -0
- package/dist/types/src/components/base/Checkbox/src/Checkbox.vue.d.ts +3 -0
- package/dist/types/src/components/base/Checkbox/src/CheckboxButton.vue.d.ts +3 -0
- package/dist/types/src/components/base/Checkbox/src/CheckboxGroup.vue.d.ts +3 -0
- package/dist/types/src/components/base/Col/index.d.ts +1 -0
- package/dist/types/src/components/base/Col/src/Col.vue.d.ts +3 -0
- package/dist/types/src/components/base/Collapse/index.d.ts +2 -0
- package/dist/types/src/components/base/Collapse/src/Collapse.vue.d.ts +3 -0
- package/dist/types/src/components/base/Collapse/src/CollapseItem.vue.d.ts +3 -0
- package/dist/types/src/components/base/ColorPicker/index.d.ts +1 -0
- package/dist/types/src/components/base/ColorPicker/src/ColorPicker.vue.d.ts +3 -0
- package/dist/types/src/components/base/Container/index.d.ts +1 -0
- package/dist/types/src/components/base/Container/src/Container.vue.d.ts +3 -0
- package/dist/types/src/components/base/DatePicker/index.d.ts +1 -0
- package/dist/types/src/components/base/DatePicker/src/DatePicker.vue.d.ts +3 -0
- package/dist/types/src/components/base/Descriptions/index.d.ts +2 -0
- package/dist/types/src/components/base/Descriptions/src/Descriptions.vue.d.ts +3 -0
- package/dist/types/src/components/base/Descriptions/src/DescriptionsItem.vue.d.ts +3 -0
- package/dist/types/src/components/base/Dialog/index.d.ts +1 -0
- package/dist/types/src/components/base/Dialog/src/Dialog.vue.d.ts +3 -0
- package/dist/types/src/components/base/Divider/index.d.ts +1 -0
- package/dist/types/src/components/base/Divider/src/Divider.vue.d.ts +3 -0
- package/dist/types/src/components/base/Drawer/index.d.ts +1 -0
- package/dist/types/src/components/base/Drawer/src/Drawer.vue.d.ts +3 -0
- package/dist/types/src/components/base/Dropdown/index.d.ts +3 -0
- package/dist/types/src/components/base/Dropdown/src/Dropdown.vue.d.ts +3 -0
- package/dist/types/src/components/base/Dropdown/src/DropdownItem.vue.d.ts +3 -0
- package/dist/types/src/components/base/Dropdown/src/DropdownMenu.vue.d.ts +3 -0
- package/dist/types/src/components/base/Empty/index.d.ts +1 -0
- package/dist/types/src/components/base/Empty/src/Empty.vue.d.ts +3 -0
- package/dist/types/src/components/base/Footer/index.d.ts +1 -0
- package/dist/types/src/components/base/Footer/src/Footer.vue.d.ts +3 -0
- package/dist/types/src/components/base/Form/index.d.ts +2 -0
- package/dist/types/src/components/base/Form/src/Form.vue.d.ts +3 -0
- package/dist/types/src/components/base/Form/src/FormItem.vue.d.ts +3 -0
- package/dist/types/src/components/base/Header/index.d.ts +1 -0
- package/dist/types/src/components/base/Header/src/Header.vue.d.ts +3 -0
- package/dist/types/src/components/base/Icon/index.d.ts +1 -0
- package/dist/types/src/components/base/Icon/src/Icon.vue.d.ts +3 -0
- package/dist/types/src/components/base/Image/index.d.ts +1 -0
- package/dist/types/src/components/base/Image/src/Image.vue.d.ts +3 -0
- package/dist/types/src/components/base/ImageViewer/index.d.ts +1 -0
- package/dist/types/src/components/base/ImageViewer/src/ImageViewer.vue.d.ts +3 -0
- package/dist/types/src/components/base/Input/index.d.ts +1 -0
- package/dist/types/src/components/base/Input/src/Input.vue.d.ts +30 -0
- package/dist/types/src/components/base/InputNumber/index.d.ts +1 -0
- package/dist/types/src/components/base/InputNumber/src/InputNumber.vue.d.ts +3 -0
- package/dist/types/src/components/base/Main/index.d.ts +1 -0
- package/dist/types/src/components/base/Main/src/Main.vue.d.ts +3 -0
- package/dist/types/src/components/base/Menu/index.d.ts +3 -0
- package/dist/types/src/components/base/Menu/src/Menu.vue.d.ts +3 -0
- package/dist/types/src/components/base/Menu/src/MenuItem.vue.d.ts +3 -0
- package/dist/types/src/components/base/Menu/src/SubMenu.vue.d.ts +3 -0
- package/dist/types/src/components/base/Pagination/index.d.ts +1 -0
- package/dist/types/src/components/base/Pagination/src/Pagination.vue.d.ts +3 -0
- package/dist/types/src/components/base/Popconfirm/index.d.ts +1 -0
- package/dist/types/src/components/base/Popconfirm/src/Popconfirm.vue.d.ts +3 -0
- package/dist/types/src/components/base/Popover/index.d.ts +1 -0
- package/dist/types/src/components/base/Popover/src/Popover.vue.d.ts +3 -0
- package/dist/types/src/components/base/Progress/index.d.ts +1 -0
- package/dist/types/src/components/base/Progress/src/Progress.vue.d.ts +3 -0
- package/dist/types/src/components/base/Qr/index.d.ts +1 -0
- package/dist/types/src/components/base/Qr/src/Qr.vue.d.ts +3 -0
- package/dist/types/src/components/base/Radio/index.d.ts +3 -0
- package/dist/types/src/components/base/Radio/src/Radio.vue.d.ts +17 -0
- package/dist/types/src/components/base/Radio/src/RadioButton.vue.d.ts +3 -0
- package/dist/types/src/components/base/Radio/src/RadioGroup.vue.d.ts +3 -0
- package/dist/types/src/components/base/Rate/index.d.ts +1 -0
- package/dist/types/src/components/base/Rate/src/Rate.vue.d.ts +3 -0
- package/dist/types/src/components/base/Result/index.d.ts +1 -0
- package/dist/types/src/components/base/Result/src/Result.vue.d.ts +3 -0
- package/dist/types/src/components/base/Row/index.d.ts +1 -0
- package/dist/types/src/components/base/Row/src/Row.vue.d.ts +3 -0
- package/dist/types/src/components/base/Scrollbar/index.d.ts +1 -0
- package/dist/types/src/components/base/Scrollbar/src/Scrollbar.vue.d.ts +3 -0
- package/dist/types/src/components/base/Select/index.d.ts +3 -0
- package/dist/types/src/components/base/Select/src/Option.vue.d.ts +3 -0
- package/dist/types/src/components/base/Select/src/OptionGroup.vue.d.ts +3 -0
- package/dist/types/src/components/base/Select/src/Select.vue.d.ts +37 -0
- package/dist/types/src/components/base/SelectV2/index.d.ts +1 -0
- package/dist/types/src/components/base/SelectV2/src/SelectV2.vue.d.ts +3 -0
- package/dist/types/src/components/base/Slider/index.d.ts +1 -0
- package/dist/types/src/components/base/Slider/src/Slider.vue.d.ts +3 -0
- package/dist/types/src/components/base/Steps/index.d.ts +1 -0
- package/dist/types/src/components/base/Steps/src/Step.vue.d.ts +3 -0
- package/dist/types/src/components/base/Steps/src/Steps.vue.d.ts +3 -0
- package/dist/types/src/components/base/Switch/index.d.ts +1 -0
- package/dist/types/src/components/base/Switch/src/Switch.vue.d.ts +3 -0
- package/dist/types/src/components/base/Table/index.d.ts +2 -0
- package/dist/types/src/components/base/Table/src/Table.vue.d.ts +3 -0
- package/dist/types/src/components/base/Table/src/TableColumn.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tabs/index.d.ts +2 -0
- package/dist/types/src/components/base/Tabs/src/TabPane.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tabs/src/Tabs.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tag/index.d.ts +2 -0
- package/dist/types/src/components/base/Tag/src/CheckTag.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tag/src/Tag.vue.d.ts +3 -0
- package/dist/types/src/components/base/Text/index.d.ts +1 -0
- package/dist/types/src/components/base/Text/src/Text.vue.d.ts +3 -0
- package/dist/types/src/components/base/TimePicker/index.d.ts +1 -0
- package/dist/types/src/components/base/TimePicker/src/TimePicker.vue.d.ts +3 -0
- package/dist/types/src/components/base/TimeSelect/index.d.ts +1 -0
- package/dist/types/src/components/base/TimeSelect/src/TimeSelect.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tooltip/index.d.ts +1 -0
- package/dist/types/src/components/base/Tooltip/src/Tooltip.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tour/index.d.ts +2 -0
- package/dist/types/src/components/base/Tour/src/Tour.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tour/src/TourStep.vue.d.ts +3 -0
- package/dist/types/src/components/base/Transfer/index.d.ts +1 -0
- package/dist/types/src/components/base/Transfer/src/Transfer.vue.d.ts +3 -0
- package/dist/types/src/components/base/Tree/index.d.ts +1 -0
- package/dist/types/src/components/base/Tree/src/Tree.vue.d.ts +3 -0
- package/dist/types/src/components/base/TreeSelect/index.d.ts +1 -0
- package/dist/types/src/components/base/TreeSelect/src/TreeSelect.vue.d.ts +3 -0
- package/dist/types/src/components/base/TreeV2/index.d.ts +1 -0
- package/dist/types/src/components/base/TreeV2/src/TreeV2.vue.d.ts +3 -0
- package/dist/types/src/components/base/Upload/index.d.ts +1 -0
- package/dist/types/src/components/base/Upload/src/Upload.vue.d.ts +3 -0
- package/dist/types/src/components/base/Watermark/index.d.ts +1 -0
- package/dist/types/src/components/base/Watermark/src/Watermark.vue.d.ts +3 -0
- package/dist/types/src/components/base/components.d.ts +59 -0
- package/dist/types/src/components/base/index.d.ts +187 -0
- package/dist/types/src/components/business/bcBox/bcBox.vue.d.ts +48 -0
- package/dist/types/{components → src/components}/business/bcBox/utils.d.ts +10 -11
- package/dist/types/src/components/business/bcBreadcrumb/bcBreadcrumb.vue.d.ts +14 -0
- package/dist/types/{components → src/components}/business/bcBreadcrumb/index.d.ts +1 -2
- package/dist/types/src/components/business/bcButton/bcButton.vue.d.ts +13 -0
- package/dist/types/src/components/business/bcCheckbox/bcCheckbox.vue.d.ts +23 -0
- package/dist/types/src/components/business/bcContextBox/bcContextBox.vue.d.ts +40 -0
- package/dist/types/src/components/business/bcContextBox/useContextMenu.d.ts +34 -0
- package/dist/types/src/components/business/bcDivider/bcDivider.vue.d.ts +38 -0
- package/dist/types/src/components/business/bcFace/bcFace.vue.d.ts +24 -0
- package/dist/types/src/components/business/bcForm/baseForm.vue.d.ts +275 -0
- package/dist/types/src/components/business/bcForm/bcForm.vue.d.ts +33 -0
- package/dist/types/{components → src/components}/business/bcForm/type.d.ts +6 -7
- package/dist/types/src/components/business/bcForm/useGuide.d.ts +559 -0
- package/dist/types/src/components/business/bcGroup/bcGroup.vue.d.ts +36 -0
- package/dist/types/src/components/business/bcIcon/bcIcon.vue.d.ts +27 -0
- package/dist/types/src/components/business/bcInputGroup/bcInputGroup.vue.d.ts +20 -0
- package/dist/types/src/components/business/bcRadio/bcRadio.vue.d.ts +18 -0
- package/dist/types/src/components/business/bcSelect/bcSelect.vue.d.ts +33 -0
- package/dist/types/src/components/business/bcSignature/index.vue.d.ts +19 -0
- package/dist/types/src/components/business/bcSystemAuth/components/data.vue.d.ts +3 -0
- package/dist/types/src/components/business/bcSystemAuth/components/dict.vue.d.ts +3 -0
- package/dist/types/src/components/business/bcSystemAuth/components/fastSet/popup.vue.d.ts +17 -0
- package/dist/types/src/components/business/bcSystemAuth/components/field.vue.d.ts +3 -0
- package/dist/types/src/components/business/bcSystemAuth/components/form.vue.d.ts +11 -0
- package/dist/types/{components → src/components}/business/bcSystemAuth/components/selectAll/index.d.ts +2 -3
- package/dist/types/src/components/business/bcSystemAuth/components/selectAll/index.vue.d.ts +5 -0
- package/dist/types/src/components/business/bcSystemAuth/components/table.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemAuth/components/widget/btns.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemAuth/components/widget/form.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemAuth/components/widget/tab.vue.d.ts +17 -0
- package/dist/types/src/components/business/bcSystemAuth/components/widget/tables.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemAuth/components/widget/tablesWraper.vue.d.ts +11 -0
- package/dist/types/{components → src/components}/business/bcSystemAuth/fastStore.d.ts +48 -49
- package/dist/types/{components → src/components}/business/bcSystemAuth/fastUtils.d.ts +28 -30
- package/dist/types/src/components/business/bcSystemAuth/index.d.ts +2 -0
- package/dist/types/src/components/business/bcSystemAuth/index.vue.d.ts +17 -0
- package/dist/types/{components → src/components}/business/bcSystemAuth/store.d.ts +48 -49
- package/dist/types/src/components/business/bcSystemAuth/type.d.ts +342 -0
- package/dist/types/src/components/business/bcSystemAuth/useAuth.d.ts +26 -0
- package/dist/types/{components → src/components}/business/bcSystemAuth/utils.d.ts +28 -30
- package/dist/types/src/components/business/bcSystemField/components/field.vue.d.ts +3 -0
- package/dist/types/src/components/business/bcSystemField/components/form.vue.d.ts +11 -0
- package/dist/types/{components → src/components}/business/bcSystemField/components/selectAll/index.d.ts +4 -5
- package/dist/types/src/components/business/bcSystemField/components/selectAll/index.vue.d.ts +5 -0
- package/dist/types/src/components/business/bcSystemField/components/table.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemField/components/widget/form.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemField/components/widget/tab.vue.d.ts +17 -0
- package/dist/types/src/components/business/bcSystemField/components/widget/tables.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemField/components/widget/tablesWraper.vue.d.ts +11 -0
- package/dist/types/src/components/business/bcSystemField/index.d.ts +2 -0
- package/dist/types/src/components/business/bcSystemField/index.vue.d.ts +7 -0
- package/dist/types/{components → src/components}/business/bcSystemField/store.d.ts +39 -40
- package/dist/types/src/components/business/bcSystemField/useAuth.d.ts +14 -0
- package/dist/types/{components → src/components}/business/bcSystemField/utils.d.ts +20 -21
- package/dist/types/src/components/business/bcTable/bcFormTable.vue.d.ts +143 -0
- package/dist/types/src/components/business/bcTable/bcTable.vue.d.ts +32 -0
- package/dist/types/src/components/business/bcTable/components/btn/btn.vue.d.ts +58 -0
- package/dist/types/src/components/business/bcTable/components/popup/index.d.ts +2 -0
- package/dist/types/src/components/business/bcTable/components/popup/popup.vue.d.ts +49 -0
- package/dist/types/src/components/business/bcTable/components/query/components/sortForm/sortForm.vue.d.ts +14 -0
- package/dist/types/src/components/business/bcTable/components/query/drag.vue.d.ts +222 -0
- package/dist/types/src/components/business/bcTable/components/query/query.vue.d.ts +226 -0
- package/dist/types/{components → src/components}/business/bcTable/components/query/useQuickSearch.d.ts +2 -3
- package/dist/types/src/components/business/bcTable/components/table/colgroup.vue.d.ts +25 -0
- package/dist/types/src/components/business/bcTable/components/table/column.vue.d.ts +49 -0
- package/dist/types/src/components/business/bcTable/components/table/components/sortColumn/sortColumn.vue.d.ts +16 -0
- package/dist/types/{components → src/components}/business/bcTable/components/table/components/sortColumn/types.d.ts +1 -2
- package/dist/types/src/components/business/bcTable/components/table/table.vue.d.ts +64 -0
- package/dist/types/{components → src/components}/business/bcTable/components/table/useTable.d.ts +5 -5
- package/dist/types/src/components/business/bcTable/components/table/useTableHeight.d.ts +23 -0
- package/dist/types/{components → src/components}/business/bcTable/methods/cellDetailMethod.d.ts +0 -1
- package/dist/types/{components → src/components}/business/bcTable/methods/filterAgeMethod.d.ts +0 -1
- package/dist/types/{components → src/components}/business/bcTable/methods/footerMethod.d.ts +1 -2
- package/dist/types/{components → src/components}/business/bcTable/methods/formBtnMethod.d.ts +1 -2
- package/dist/types/{components → src/components}/business/bcTable/methods/index.d.ts +1 -2
- package/dist/types/{components → src/components}/business/bcTable/utils/authField.d.ts +1 -2
- package/dist/types/{components → src/components}/business/bcTable/utils/onFormKey.d.ts +4 -5
- package/dist/types/{components → src/components}/business/bcTable/utils/onTableKey.d.ts +5 -6
- package/dist/types/{components → src/components}/business/bcTable/utils/parseTable.d.ts +20 -21
- package/dist/types/{components → src/components}/business/bcTable/utils/type.d.ts +11 -12
- package/dist/types/{components → src/components}/business/bcTable/utils/useBcTable.d.ts +7075 -7081
- package/dist/types/{components → src/components}/business/bcTable/utils/useButon.d.ts +5 -6
- package/dist/types/src/components/business/bcTable/utils/useFormTableHeight.d.ts +18 -0
- package/dist/types/{components → src/components}/business/bcTable/utils/useKeydownEvent.d.ts +17 -18
- package/dist/types/src/components/business/bcTabs/bcTabs.vue.d.ts +61 -0
- package/dist/types/src/components/business/bcTabs/components/BetterScroll/index.d.ts +2 -0
- package/dist/types/src/components/business/bcTabs/components/BetterScroll/index.vue.d.ts +33 -0
- package/dist/types/src/components/business/bcTreeSearch/bcTreeSearch.vue.d.ts +55 -0
- package/dist/types/src/components/business/bcTreeSelect/bcTreeSelect.vue.d.ts +28 -0
- package/dist/types/src/components/business/bcTrtc/bcTrtc.vue.d.ts +104 -0
- package/dist/types/src/components/business/bcTrtc/hooks/useOperateLog.d.ts +8 -0
- package/dist/types/src/components/business/bcTrtc/hooks/useTrtcRoomEvent.d.ts +50 -0
- package/dist/types/src/components/business/bcTrtc/type.d.ts +124 -0
- package/dist/types/src/components/business/bcTrtc/useTrtc.d.ts +39 -0
- package/dist/types/src/components/business/bcTrtc/util/generateTestUserSig.d.ts +64 -0
- package/dist/types/src/components/business/bcTrtc/util/lib-generate-test-usersig-es.min.d.ts +20 -0
- package/dist/types/src/components/business/bcTrtc/util/utils.d.ts +4 -0
- package/dist/types/src/components/business/bcUpload/bcUpload.vue.d.ts +13 -0
- package/dist/types/src/components/business/bcUpload/component/highSpeedCamera.vue.d.ts +19 -0
- package/dist/types/src/components/business/bcUpload/component/qwebchannel.d.ts +15 -0
- package/dist/types/src/components/business/bcUpload/component/type.d.ts +44 -0
- package/dist/types/src/components/business/bcUpload/type.d.ts +83 -0
- package/dist/types/src/components/business/bcUpload/upload.vue.d.ts +272 -0
- package/dist/types/src/components/business/bcUpload/useUpload.d.ts +21 -0
- package/dist/types/{components → src/components}/business/bcVisual/bcVisual.vue.d.ts +9 -8
- package/dist/types/{components → src/components}/business/bcVisual/components/setting/dragItem.vue.d.ts +16 -9
- package/dist/types/src/components/business/bcVisual/components/setting/extendItem.vue.d.ts +13 -0
- package/dist/types/src/components/business/bcVisual/components/setting/setting.vue.d.ts +3 -0
- package/dist/types/{components → src/components}/business/bcVisual/components/setting/useDrag.d.ts +2 -4
- package/dist/types/src/components/business/bcVisual/components/table/table.vue.d.ts +6 -0
- package/dist/types/src/components/business/bcVisual/components/updateName/popup.vue.d.ts +17 -0
- package/dist/types/src/components/business/bcVisual/components/updateSql/addCondition.vue.d.ts +23 -0
- package/dist/types/{components → src/components}/business/bcVisual/components/updateSql/index.d.ts +1 -2
- package/dist/types/{components → src/components}/business/bcVisual/components/updateSql/nodeTree/index.d.ts +1 -2
- package/dist/types/src/components/business/bcVisual/components/updateSql/nodeTree/index.vue.d.ts +21 -0
- package/dist/types/src/components/business/bcVisual/components/updateSql/nodeTree/nodeTree.vue.d.ts +27 -0
- package/dist/types/src/components/business/bcVisual/components/updateSql/popup.vue.d.ts +17 -0
- package/dist/types/{components → src/components}/business/bcVisual/useTableFormat.d.ts +28 -29
- package/dist/types/{components → src/components}/business/bcVisual/utils.d.ts +1 -3
- package/dist/types/src/components/business/index.d.ts +52 -0
- package/dist/types/src/hooks/index.d.ts +3 -0
- package/dist/types/src/hooks/onKeyStroke.d.ts +13 -0
- package/dist/types/src/hooks/useExpose.d.ts +23 -0
- package/dist/types/src/hooks/useKeyStroke.d.ts +22 -0
- package/dist/types/{types → src/types}/auth.d.ts +1 -2
- package/dist/types/{types → src/types}/components.d.ts +1 -2
- package/dist/types/{types → src/types}/customData.d.ts +16 -17
- package/dist/types/{types → src/types}/form.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/autocomplete.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/checkbox.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/input.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/inputGroup.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/inputNumber.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/radio.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/selelct.d.ts +1 -2
- package/dist/types/{types → src/types}/formItem/treeSelect.d.ts +1 -2
- package/dist/types/{utils → src/utils}/arrayOperation.d.ts +1 -1
- package/dist/types/{utils → src/utils}/common.d.ts +3 -4
- package/dist/types/src/utils/commonFunction.d.ts +14 -0
- package/dist/types/{utils → src/utils}/download.d.ts +4 -4
- package/dist/types/{utils → src/utils}/getDataType.d.ts +2 -3
- package/dist/types/src/utils/index.d.ts +26 -0
- package/dist/types/{utils/loading.d.ts → src/utils/loading/index.d.ts} +1 -1
- package/dist/types/src/utils/lodash.d.ts +2 -0
- package/dist/types/{utils → src/utils}/mitt.d.ts +2 -3
- package/dist/types/{utils → src/utils}/number.d.ts +2 -14
- package/dist/types/{utils → src/utils}/other.d.ts +11 -12
- package/dist/types/src/utils/request/index.d.ts +6 -0
- package/dist/types/{utils → src/utils}/request/interceptors/request/authorization.interceptor.d.ts +1 -2
- package/dist/types/{utils → src/utils}/request/interceptors/request/result.type.interceptor.d.ts +6 -2
- package/dist/types/{utils → src/utils}/request/interceptors/request/undefined-params-handler.interceptor.d.ts +13 -2
- package/dist/types/{utils → src/utils}/request/interceptors/response/error-handler.interceptor.d.ts +1 -2
- package/dist/types/{utils → src/utils}/request/repeatRequest.d.ts +1 -2
- package/dist/types/src/utils/request/request.d.ts +6 -0
- package/dist/types/src/utils/showMessage.d.ts +3 -0
- package/dist/types/src/utils/showMessageBox.d.ts +3 -0
- package/dist/types/src/utils/showNotification.d.ts +3 -0
- package/dist/types/{utils → src/utils}/showPopup/index.d.ts +5 -6
- package/dist/types/src/utils/showPopup/showPopup.vue.d.ts +56 -0
- package/dist/types/{utils → src/utils}/storage.d.ts +12 -14
- package/dist/types/{utils → src/utils}/tree.d.ts +3 -4
- package/dist/types/{utils → src/utils}/url.d.ts +2 -3
- package/package.json +16 -41
- package/LICENSE +0 -21
- package/dist/401-CaFGhD56.js +0 -1
- package/dist/401-dNBqBBQB.mjs +0 -56
- package/dist/404-BBjjPQnq.js +0 -1
- package/dist/404-BBjjPQnq.js.gz +0 -0
- package/dist/404-CXaFz1H_.mjs +0 -61
- package/dist/404-CXaFz1H_.mjs.gz +0 -0
- package/dist/account-Dl2F8kzB.mjs +0 -215
- package/dist/account-j6DmqhU5.js +0 -1
- package/dist/aside-DYuDthGf.js +0 -1
- package/dist/aside-U9WBrI1F.mjs +0 -164
- package/dist/baseBtnConfig-C6KLedE5.mjs +0 -273
- package/dist/baseBtnConfig-DRxjBT8Z.js +0 -1
- package/dist/baseFormConfig-BaFbaMWd.mjs +0 -722
- package/dist/baseFormConfig-BaFbaMWd.mjs.gz +0 -0
- package/dist/baseFormConfig-BfwuF6e2.mjs +0 -504
- package/dist/baseFormConfig-BfwuF6e2.mjs.gz +0 -0
- package/dist/baseFormConfig-D0n1_pUw.js +0 -1
- package/dist/baseFormConfig-D5Q35Bo3.js +0 -1
- package/dist/baseTableConfig-Cqz33Bik.mjs +0 -2624
- package/dist/baseTableConfig-Cqz33Bik.mjs.gz +0 -0
- package/dist/baseTableConfig-Tc9NkB4Z.js +0 -1
- package/dist/baseTableConfig-Tc9NkB4Z.js.gz +0 -0
- package/dist/bcFormConfig-De_NDIJX.js +0 -1
- package/dist/bcFormConfig-k01YVL7i.mjs +0 -234
- package/dist/bcPageTreeBySystem.vue_vue_type_script_setup_true_lang-Cinv4rqH.mjs +0 -131
- package/dist/bcPageTreeBySystem.vue_vue_type_script_setup_true_lang-DYPKK-F9.js +0 -1
- package/dist/bcSwitchSystems.vue_vue_type_script_setup_true_lang-CBnZ0Gtd.js +0 -1
- package/dist/bcSwitchSystems.vue_vue_type_script_setup_true_lang-ap2SoWQx.mjs +0 -101
- package/dist/btnIndex-BWYqart_.js +0 -1
- package/dist/btnIndex-CIxuTGaV.mjs +0 -287
- package/dist/btnIndex-CIxuTGaV.mjs.gz +0 -0
- package/dist/classic-BHDWrphH.mjs +0 -81
- package/dist/classic-Cggtuvww.js +0 -1
- package/dist/cloneConfigDialog-C-Wgt6lp.mjs +0 -817
- package/dist/cloneConfigDialog-C-Wgt6lp.mjs.gz +0 -0
- package/dist/cloneConfigDialog-DStfblnx.js +0 -1
- package/dist/cloneConfigDialog-DStfblnx.js.gz +0 -0
- package/dist/columns-Co0sc2Vp.mjs +0 -87
- package/dist/columns-KUgBQ-bi.js +0 -1
- package/dist/columnsAside-6e_Rdbm2.js +0 -1
- package/dist/columnsAside-BqApWcwH.mjs +0 -220
- package/dist/contextmenu-0Efiyp1u.mjs +0 -125
- package/dist/contextmenu-BBMMi-TN.mjs +0 -125
- package/dist/contextmenu-CCDgfmrK.js +0 -1
- package/dist/contextmenu-D5Ssw8tr.js +0 -1
- package/dist/copyMenuConfig-M_voURcU.mjs +0 -4
- package/dist/copyMenuConfig-reOnQJ5_.js +0 -1
- package/dist/copyMenuConfig.vue_vue_type_script_setup_true_lang-1WltOLrD.mjs +0 -85
- package/dist/copyMenuConfig.vue_vue_type_script_setup_true_lang-Bn7uwbn6.js +0 -1
- package/dist/copySystem-BYNmlnJJ.js +0 -1
- package/dist/copySystem-CU-ec_wc.mjs +0 -4
- package/dist/copySystem.vue_vue_type_script_setup_true_lang-BQdZABZN.mjs +0 -78
- package/dist/copySystem.vue_vue_type_script_setup_true_lang-DVIPeHaZ.js +0 -1
- package/dist/defaults-C8u0Ixi6.js +0 -1
- package/dist/defaults-DbE_9uBD.mjs +0 -86
- package/dist/dialog-BpY5TPcI.mjs +0 -365
- package/dist/dialog-BpY5TPcI.mjs.gz +0 -0
- package/dist/dialog-C3qdP9_7.mjs +0 -4
- package/dist/dialog-CbtiX4bf.js +0 -1
- package/dist/dialog-Crw1svNb.mjs +0 -4
- package/dist/dialog-D2oaUQ1K.js +0 -1
- package/dist/dialog-DQP53khI.mjs +0 -359
- package/dist/dialog-DQP53khI.mjs.gz +0 -0
- package/dist/dialog-DpdeHbfb.js +0 -1
- package/dist/dialog-DxBOYlwo.js +0 -1
- package/dist/dialog-TFJ52Qpk.js +0 -1
- package/dist/dialog-yPzNGOhd.mjs +0 -10
- package/dist/dialog.vue_vue_type_script_setup_true_name_dataAuthDialog_lang-BXa1w9sl.js +0 -1
- package/dist/dialog.vue_vue_type_script_setup_true_name_dataAuthDialog_lang-Cj6QZ_1n.mjs +0 -220
- package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-C-2ohzef.mjs +0 -694
- package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-C-2ohzef.mjs.gz +0 -0
- package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-DDxJaope.js +0 -1
- package/dist/dialog.vue_vue_type_script_setup_true_name_systemMenuDialog_lang-DDxJaope.js.gz +0 -0
- package/dist/dictDialog-2-XNTIeA.js +0 -1
- package/dist/dictDialog-Xiry_5wf.mjs +0 -4
- package/dist/dictDialog.vue_vue_type_script_setup_true_name_dictDialog_lang-CYIV2qih.js +0 -1
- package/dist/dictDialog.vue_vue_type_script_setup_true_name_dictDialog_lang-nAtI0_qU.mjs +0 -154
- package/dist/dictItemDialog-Clje_DKj.mjs +0 -4
- package/dist/dictItemDialog-z9uIEmqs.js +0 -1
- package/dist/dictItemDialog.vue_vue_type_script_setup_true_lang-BYoT3YIw.mjs +0 -231
- package/dist/dictItemDialog.vue_vue_type_script_setup_true_lang-C7wUo8tZ.js +0 -1
- package/dist/favicon.ico +0 -0
- package/dist/formConfig-Ci7tuaaU.js +0 -1
- package/dist/formConfig-Ci7tuaaU.js.gz +0 -0
- package/dist/formConfig-DwB-R3is.mjs +0 -592
- package/dist/formConfig-DwB-R3is.mjs.gz +0 -0
- package/dist/header-BIFSpl3F.mjs +0 -28
- package/dist/header-SxlPkWE1.js +0 -1
- package/dist/horizontal-BMBXN_h_.js +0 -1
- package/dist/horizontal-DEV7AR_G.mjs +0 -151
- package/dist/hsAttrBtn-CFzqiBsx.mjs +0 -4
- package/dist/hsAttrBtn-R49LSu_d.js +0 -1
- package/dist/hsAttrBtn.vue_vue_type_script_setup_true_lang-BA5qD9D_.mjs +0 -128
- package/dist/hsAttrBtn.vue_vue_type_script_setup_true_lang-l3_0rFKn.js +0 -1
- package/dist/hsAttrForm-B2BhYTdK.mjs +0 -4
- package/dist/hsAttrForm-Dax6V0Jm.js +0 -1
- package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-CKrb7xs8.js +0 -1
- package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-CT1OxoWO.mjs +0 -439
- package/dist/hsAttrForm.vue_vue_type_script_setup_true_lang-CT1OxoWO.mjs.gz +0 -0
- package/dist/hsBtnConfigList-BOlR66mr.js +0 -1
- package/dist/hsBtnConfigList-CL1Pbm8t.mjs +0 -117
- package/dist/hsBtnItemConfig-ChdcqgZp.mjs +0 -4
- package/dist/hsBtnItemConfig-pecTB5lk.js +0 -1
- package/dist/hsBtnItemConfig.vue_vue_type_script_setup_true_lang-2guM43p0.js +0 -1
- package/dist/hsBtnItemConfig.vue_vue_type_script_setup_true_lang-lsmFzJFI.mjs +0 -147
- package/dist/hsBtnPanel-83nht1UQ.js +0 -1
- package/dist/hsBtnPanel-CDXIlZ_p.mjs +0 -4
- package/dist/hsBtnPanel.vue_vue_type_script_setup_true_name_formPanel_lang-DA7FmG0n.mjs +0 -67
- package/dist/hsBtnPanel.vue_vue_type_script_setup_true_name_formPanel_lang-u2pZC_gR.js +0 -1
- package/dist/hsCheckbox-BKa_El3s.js +0 -1
- package/dist/hsCheckbox-CalDndlZ.mjs +0 -4
- package/dist/hsCheckbox.vue_vue_type_script_setup_true_lang-Dh-lqGjq.js +0 -1
- package/dist/hsCheckbox.vue_vue_type_script_setup_true_lang-XCUyHi8X.mjs +0 -28
- package/dist/hsExpand-B1cUAaAw.mjs +0 -4
- package/dist/hsExpand-Bwd73fvo.js +0 -1
- package/dist/hsExpand.vue_vue_type_script_setup_true_lang-BNyT0h7t.js +0 -1
- package/dist/hsExpand.vue_vue_type_script_setup_true_lang-ezt_aGUO.mjs +0 -285
- package/dist/hsFormConfig-B6c-_yYP.js +0 -1
- package/dist/hsFormConfig-XU9bJ3kx.mjs +0 -207
- package/dist/hsFormConfigList-TKRLW26e.mjs +0 -414
- package/dist/hsFormConfigList-TKRLW26e.mjs.gz +0 -0
- package/dist/hsFormConfigList-dZqSrJSK.js +0 -1
- package/dist/hsFormPanel-CGFysBUk.mjs +0 -238
- package/dist/hsFormPanel-CGFysBUk.mjs.gz +0 -0
- package/dist/hsFormPanel-kYjgElFR.js +0 -1
- package/dist/hsFormParse-BNbnHW6i.mjs +0 -4
- package/dist/hsFormParse-CORdqc6m.js +0 -1
- package/dist/hsFormParse.vue_vue_type_script_setup_true_lang-Ch8RhdXV.mjs +0 -242
- package/dist/hsFormParse.vue_vue_type_script_setup_true_lang-Dhlc8D2i.js +0 -1
- package/dist/hsPanelItem-BOZ1av6y.js +0 -1
- package/dist/hsPanelItem-tPpJnnJd.mjs +0 -4
- package/dist/hsPanelItem.vue_vue_type_script_setup_true_name_panelItem_lang-Dao7NDhZ.mjs +0 -86
- package/dist/hsPanelItem.vue_vue_type_script_setup_true_name_panelItem_lang-KozoMnkD.js +0 -1
- package/dist/iframes-CWdXFiYU.mjs +0 -122
- package/dist/iframes-DnAW1ZV2.js +0 -1
- package/dist/index copy-DFE_yWCx.mjs +0 -69
- package/dist/index copy-DkSt5nzl.js +0 -1
- package/dist/index copy-DtsDgBF8.mjs +0 -134
- package/dist/index copy-tJ9FVsS0.js +0 -1
- package/dist/index-0EMZK_Ri.mjs +0 -10
- package/dist/index-24BJiQB9.js +0 -1
- package/dist/index-3R5jyrHz.mjs +0 -4
- package/dist/index-4ncpQ4eO.js +0 -1
- package/dist/index-7sWorN-E.mjs +0 -10
- package/dist/index-B1OFpRFB.js +0 -1
- package/dist/index-B3waQo6j.mjs +0 -331
- package/dist/index-B3waQo6j.mjs.gz +0 -0
- package/dist/index-B9WSj98p.mjs +0 -173
- package/dist/index-BENZ2WH6.mjs +0 -1009
- package/dist/index-BENZ2WH6.mjs.gz +0 -0
- package/dist/index-BIgnSPCb.js +0 -1
- package/dist/index-BLGhN7h0.js +0 -1
- package/dist/index-BM5nAlyo.js +0 -1
- package/dist/index-BO1FveAU.js +0 -1
- package/dist/index-BPcf0Qgl.js +0 -1
- package/dist/index-BRmPrBX8.js +0 -1
- package/dist/index-BTs82niR.js +0 -1
- package/dist/index-BU8dO1hT.js +0 -1
- package/dist/index-BUojF4y6.mjs +0 -4
- package/dist/index-BXJWAHGd.mjs +0 -254
- package/dist/index-BfOP9sXo.js +0 -1
- package/dist/index-Bg2dWQkx.mjs +0 -152
- package/dist/index-BhMp70XH.mjs +0 -94
- package/dist/index-Bhj2Qelk.js +0 -1
- package/dist/index-BiE_2Gfj.js +0 -1
- package/dist/index-BmHxBvI1.js +0 -1
- package/dist/index-BoPRlzO3.mjs +0 -4
- package/dist/index-BpCPATgk.js +0 -1
- package/dist/index-BrlBUe6h.mjs +0 -133
- package/dist/index-Bvr5XYtq.mjs +0 -73
- package/dist/index-CF51_jlI.js +0 -1
- package/dist/index-CH_1fUdz.mjs +0 -30
- package/dist/index-CJNK6Cjy.js +0 -1
- package/dist/index-CLq_LQxX.js +0 -1
- package/dist/index-CLq_LQxX.js.gz +0 -0
- package/dist/index-CPj-Yh8g.js +0 -1
- package/dist/index-CPz6ggKd.mjs +0 -4
- package/dist/index-CUE6cOFE.mjs +0 -76
- package/dist/index-CVRPmktf.js +0 -1
- package/dist/index-CXgFr4Ld.mjs +0 -65
- package/dist/index-CYGyHWBv.mjs +0 -258264
- package/dist/index-CYGyHWBv.mjs.gz +0 -0
- package/dist/index-C_ugVEaP.mjs +0 -119
- package/dist/index-CbCppT2z.js +0 -1
- package/dist/index-CbgKih92.js +0 -1
- package/dist/index-Ci6RD5--.js +0 -1
- package/dist/index-Ci6RD5--.js.gz +0 -0
- package/dist/index-CjgoMe9f.mjs +0 -5403
- package/dist/index-CjgoMe9f.mjs.gz +0 -0
- package/dist/index-CnF3_P-G.js +0 -1
- package/dist/index-Cqp3Jnya.mjs +0 -95
- package/dist/index-CyV3ZVir.js +0 -1
- package/dist/index-D-2xfhbK.js +0 -1
- package/dist/index-D2GFhA-V.mjs +0 -47
- package/dist/index-D2Jd-mM6.mjs +0 -4
- package/dist/index-D6ZLwYDH.mjs +0 -89
- package/dist/index-DC-Js6Hi.js +0 -1
- package/dist/index-DCbmeDfO.js +0 -1
- package/dist/index-DCqtHRF9.mjs +0 -23
- package/dist/index-DDqY4_A5.mjs +0 -14
- package/dist/index-DEykAVeO.js +0 -1
- package/dist/index-DFIV43KD.js +0 -1
- package/dist/index-DHHcO6BG.js +0 -1
- package/dist/index-DJA7OrZO.js +0 -1
- package/dist/index-DKCFYKAH.js +0 -1
- package/dist/index-DNDaCoMF.js +0 -1
- package/dist/index-DRBjUBTG.mjs +0 -65
- package/dist/index-DT3c6iM1.mjs +0 -49
- package/dist/index-DTZW2hE_.js +0 -1
- package/dist/index-DWkT7_xS.mjs +0 -200
- package/dist/index-DXXKvOqN.mjs +0 -67
- package/dist/index-DZ_UFJE2.mjs +0 -43
- package/dist/index-Db25V09U.mjs +0 -73
- package/dist/index-DdVbsoiV.js +0 -1
- package/dist/index-Dgj5D7n5.mjs +0 -262
- package/dist/index-Dlp-NK3p.mjs +0 -172
- package/dist/index-DnFBRN9K.js +0 -110
- package/dist/index-DnFBRN9K.js.gz +0 -0
- package/dist/index-DvbPzC-6.js +0 -1
- package/dist/index-Dz9KzQ5V.mjs +0 -50
- package/dist/index-DzuU21Ls.js +0 -1
- package/dist/index-GKB-XroO.mjs +0 -22
- package/dist/index-J73yPVKq.mjs +0 -285
- package/dist/index-OdAUnbSV.mjs +0 -131
- package/dist/index-PCI3lWru.mjs +0 -38
- package/dist/index-PFUkwGmD.js +0 -1
- package/dist/index-PFUkwGmD.js.gz +0 -0
- package/dist/index-TmdsXxg4.mjs +0 -403
- package/dist/index-TmdsXxg4.mjs.gz +0 -0
- package/dist/index-URGFFXl5.js +0 -1
- package/dist/index-W8MzP83s.mjs +0 -213
- package/dist/index-YTNJNmBt.js +0 -1
- package/dist/index-Z83-84L3.js +0 -1
- package/dist/index-ZKhBU3tw.js +0 -1
- package/dist/index-aOzMz2B9.mjs +0 -51
- package/dist/index-bZH91HoC.mjs +0 -2208
- package/dist/index-bZH91HoC.mjs.gz +0 -0
- package/dist/index-feq0FF6W.mjs +0 -23
- package/dist/index-g_BDa62N.mjs +0 -19
- package/dist/index.vue_vue_type_script_setup_true_lang-B1f-mj3k.mjs +0 -103
- package/dist/index.vue_vue_type_script_setup_true_lang-BtDusFoW.js +0 -1
- package/dist/index.vue_vue_type_script_setup_true_lang-BxsT79jf.js +0 -1
- package/dist/index.vue_vue_type_script_setup_true_lang-C0UurXCc.js +0 -1
- package/dist/index.vue_vue_type_script_setup_true_lang-CFxpNArv.mjs +0 -97
- package/dist/index.vue_vue_type_script_setup_true_lang-Ch2lZaTn.mjs +0 -194
- package/dist/index.vue_vue_type_script_setup_true_lang-Dv-kZosQ.mjs +0 -267
- package/dist/index.vue_vue_type_script_setup_true_lang-Dv-kZosQ.mjs.gz +0 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-IJKBTB3Y.js +0 -1
- package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-CZUzRg_n.js +0 -1
- package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-NkgQCBte.mjs +0 -288
- package/dist/index.vue_vue_type_script_setup_true_name_iconSelector_lang-NkgQCBte.mjs.gz +0 -0
- package/dist/lib-generate-test-usersig.min.js +0 -2
- package/dist/lib-generate-test-usersig.min.js.gz +0 -0
- package/dist/link-B9jZK3Co.js +0 -1
- package/dist/link-x-yMf2aU.mjs +0 -63
- package/dist/list-CGMCMNPw.js +0 -1
- package/dist/list-CpLsLqR3.mjs +0 -85
- package/dist/logo-mini-BQ9BrQ1U.mjs +0 -4
- package/dist/logo-mini-DwRdfcE7.js +0 -1
- package/dist/main-CeHb7mmf.mjs +0 -72
- package/dist/main-VC_qocWi.js +0 -1
- package/dist/mobile-BYhQ989p.mjs +0 -115
- package/dist/mobile-DKd-GevH.js +0 -1
- package/dist/parent-BrZUDcxI.mjs +0 -131
- package/dist/parent-Cqft6ke8.js +0 -1
- package/dist/popup-B8dQsRMA.mjs +0 -4
- package/dist/popup-BhaF4a5x.js +0 -1
- package/dist/popup.vue_vue_type_script_setup_true_name_replaceRules_lang-6oT8xreJ.mjs +0 -89
- package/dist/popup.vue_vue_type_script_setup_true_name_replaceRules_lang-UweFIPnt.js +0 -1
- package/dist/roleItem-sC4o_Aj4.mjs +0 -103
- package/dist/roleItem-yqdApgll.js +0 -1
- package/dist/saveForm-C2E9Y6ON.mjs +0 -160
- package/dist/saveForm-TjA9LESw.js +0 -1
- package/dist/scan-BnUS-AoC.js +0 -1
- package/dist/scan-BnUS-AoC.js.gz +0 -0
- package/dist/scan-DoY8mPqe.mjs +0 -945
- package/dist/scan-DoY8mPqe.mjs.gz +0 -0
- package/dist/search-BS0R6DrM.js +0 -1
- package/dist/search-DI-pcuZu.mjs +0 -114
- package/dist/selectConfig-CnxTVchz.mjs +0 -546
- package/dist/selectConfig-CnxTVchz.mjs.gz +0 -0
- package/dist/selectConfig-D2HVovD8.js +0 -1
- package/dist/shortcutList-BXBGQdNn.mjs +0 -76
- package/dist/shortcutList-WSi4lUlm.js +0 -1
- package/dist/style.css +0 -1
- package/dist/style.css.gz +0 -0
- package/dist/subItem-BfyxcMb4.js +0 -1
- package/dist/subItem-DUZskY5M.mjs +0 -77
- package/dist/tagsView-Dft974Qb.mjs +0 -2695
- package/dist/tagsView-Dft974Qb.mjs.gz +0 -0
- package/dist/tagsView-PBsI_cCp.js +0 -8
- package/dist/tagsView-PBsI_cCp.js.gz +0 -0
- package/dist/transverse-CjKbGMR0.js +0 -1
- package/dist/transverse-cTm57se-.mjs +0 -65
- package/dist/types/components/business/bcBox/bcBox.vue.d.ts +0 -66
- package/dist/types/components/business/bcBreadcrumb/bcBreadcrumb.vue.d.ts +0 -23
- package/dist/types/components/business/bcForm/baseForm.vue.d.ts +0 -273
- package/dist/types/components/business/bcForm/bcForm.vue.d.ts +0 -42
- package/dist/types/components/business/bcForm/useGuide.d.ts +0 -564
- package/dist/types/components/business/bcSystemAuth/components/data.vue.d.ts +0 -3
- package/dist/types/components/business/bcSystemAuth/components/dict.vue.d.ts +0 -3
- package/dist/types/components/business/bcSystemAuth/components/fastSet/popup.vue.d.ts +0 -17
- package/dist/types/components/business/bcSystemAuth/components/field.vue.d.ts +0 -3
- package/dist/types/components/business/bcSystemAuth/components/form.vue.d.ts +0 -13
- package/dist/types/components/business/bcSystemAuth/components/selectAll/index.vue.d.ts +0 -5
- package/dist/types/components/business/bcSystemAuth/components/table.vue.d.ts +0 -13
- package/dist/types/components/business/bcSystemAuth/components/widget/btns.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemAuth/components/widget/form.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemAuth/components/widget/tab.vue.d.ts +0 -45
- package/dist/types/components/business/bcSystemAuth/components/widget/tables.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemAuth/components/widget/tablesWraper.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemAuth/index.d.ts +0 -3
- package/dist/types/components/business/bcSystemAuth/index.vue.d.ts +0 -26
- package/dist/types/components/business/bcSystemAuth/type.d.ts +0 -42
- package/dist/types/components/business/bcSystemAuth/useAuth.d.ts +0 -28
- package/dist/types/components/business/bcSystemField/components/field.vue.d.ts +0 -3
- package/dist/types/components/business/bcSystemField/components/form.vue.d.ts +0 -13
- package/dist/types/components/business/bcSystemField/components/selectAll/index.vue.d.ts +0 -5
- package/dist/types/components/business/bcSystemField/components/table.vue.d.ts +0 -13
- package/dist/types/components/business/bcSystemField/components/widget/form.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemField/components/widget/tab.vue.d.ts +0 -45
- package/dist/types/components/business/bcSystemField/components/widget/tables.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemField/components/widget/tablesWraper.vue.d.ts +0 -15
- package/dist/types/components/business/bcSystemField/index.d.ts +0 -3
- package/dist/types/components/business/bcSystemField/index.vue.d.ts +0 -16
- package/dist/types/components/business/bcSystemField/useAuth.d.ts +0 -16
- package/dist/types/components/business/bcTable/bcFormTable.vue.d.ts +0 -142
- package/dist/types/components/business/bcTable/bcTable.vue.d.ts +0 -51
- package/dist/types/components/business/bcTable/components/btn/btn.vue.d.ts +0 -77
- package/dist/types/components/business/bcTable/components/popup/index.d.ts +0 -3
- package/dist/types/components/business/bcTable/components/query/components/sortForm/sortForm.vue.d.ts +0 -23
- package/dist/types/components/business/bcTable/components/query/drag.vue.d.ts +0 -244
- package/dist/types/components/business/bcTable/components/query/query.vue.d.ts +0 -249
- package/dist/types/components/business/bcTable/components/table/colgroup.vue.d.ts +0 -28
- package/dist/types/components/business/bcTable/components/table/column.vue.d.ts +0 -35
- package/dist/types/components/business/bcTable/components/table/components/sortColumn/sortColumn.vue.d.ts +0 -25
- package/dist/types/components/business/bcTable/components/table/table.vue.d.ts +0 -67
- package/dist/types/components/business/bcTable/components/table/useTableHeight.d.ts +0 -25
- package/dist/types/components/business/bcTable/utils/useFormTableHeight.d.ts +0 -20
- package/dist/types/components/business/bcVisual/components/setting/extendItem.vue.d.ts +0 -13
- package/dist/types/components/business/bcVisual/components/setting/setting.vue.d.ts +0 -3
- package/dist/types/components/business/bcVisual/components/table/table.vue.d.ts +0 -6
- package/dist/types/components/business/bcVisual/components/updateName/popup.vue.d.ts +0 -17
- package/dist/types/components/business/bcVisual/components/updateSql/addCondition.vue.d.ts +0 -23
- package/dist/types/components/business/bcVisual/components/updateSql/nodeTree/index.vue.d.ts +0 -21
- package/dist/types/components/business/bcVisual/components/updateSql/nodeTree/nodeTree.vue.d.ts +0 -19
- package/dist/types/components/business/bcVisual/components/updateSql/popup.vue.d.ts +0 -17
- package/dist/types/plugins/index.d.ts +0 -33
- package/dist/types/types/system.d.ts +0 -14
- package/dist/types/utils/authFunction.d.ts +0 -18
- package/dist/types/utils/build.d.ts +0 -11
- package/dist/types/utils/commonFunction.d.ts +0 -29
- package/dist/types/utils/file.d.ts +0 -6
- package/dist/types/utils/getStyleSheets.d.ts +0 -11
- package/dist/types/utils/index.d.ts +0 -29
- package/dist/types/utils/lodash.d.ts +0 -3
- package/dist/types/utils/request/index.d.ts +0 -6
- package/dist/types/utils/request/request.d.ts +0 -7
- package/dist/types/utils/setIconfont.d.ts +0 -11
- package/dist/types/utils/showMessage.d.ts +0 -6
- package/dist/types/utils/showMessageBox.d.ts +0 -6
- package/dist/types/utils/showNotification.d.ts +0 -6
- package/dist/useConfigInfo-2zEYLSSs.js +0 -1
- package/dist/useConfigInfo-PTkkdx-l.mjs +0 -19
- package/dist/user-BVfFipEN.js +0 -1
- package/dist/user-BwTaSlHV.mjs +0 -246
- package/dist/userNews-Bu82hvh-.mjs +0 -72
- package/dist/userNews-CqtqTrvp.js +0 -1
- package/dist/userSelect-CTM8Fa6N.mjs +0 -4
- package/dist/userSelect-CpdC2OeS.js +0 -1
- package/dist/userSelect.vue_vue_type_script_setup_true_lang-BAeRpB4d.js +0 -1
- package/dist/userSelect.vue_vue_type_script_setup_true_lang-bmpwfuqr.mjs +0 -100
- package/dist/vertical-CQrO0kp6.js +0 -1
- package/dist/vertical-vdV35A3P.mjs +0 -133
- /package/dist/types/{components → src/components}/business/bcSystemAuth/components/fastSet/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcSystemAuth/components/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcSystemAuth/components/widget/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcSystemField/components/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcSystemField/components/widget/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcTable/components/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcTable/components/query/components/sortForm/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcTable/components/table/components/sortColumn/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcVisual/components/updateName/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/business/bcVisual/type.d.ts +0 -0
- /package/dist/types/{types → src/types}/formItem/button.d.ts +0 -0
- /package/dist/types/{types → src/types}/formItem/index.d.ts +0 -0
- /package/dist/types/{types → src/types}/index.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/cfprint.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/crypto.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/device_info.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/formatTime.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/request/interceptors/request/index.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/request/interceptors/response/index.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/shortcutList.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/theme.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/toolsValidate.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/update.d.ts +0 -0
- /package/dist/types/{utils → src/utils}/watermark.d.ts +0 -0
|
Binary file
|
package/dist/search-BS0R6DrM.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("vue-router"),o=require("pinia"),a=require("./index-DnFBRN9K.js"),r={class:"layout-search-dialog"},i=e.defineComponent({name:"layoutBreadcrumbSearch"}),s=e.defineComponent({...i,setup(i,{expose:s}){const l=a.useTagsViewRoutes(),{tagsViewRoutes:n}=o.storeToRefs(l),u=e.ref(),c=t.useRouter(),d=e.reactive({isShowSearch:!1,menuQuery:"",tagsViewList:[]}),m=(e,t)=>{t(e?d.tagsViewList.filter(p(e)):d.tagsViewList)},p=e=>t=>t.path.toLowerCase().indexOf(e.toLowerCase())>-1||t.meta.title.toLowerCase().indexOf(e.toLowerCase())>-1||t.meta.title.indexOf(e.toLowerCase())>-1,h=()=>{if(d.tagsViewList.length>0)return!1;n.value.map((e=>{var t;(null==(t=e.meta)?void 0:t.isHide)||d.tagsViewList.push({...e})}))},w=e=>{var t,o,a;let{path:r,redirect:i}=e;(null==(t=e.meta)?void 0:t.isLink)&&!(null==(o=e.meta)?void 0:o.isIframe)?window.open(null==(a=e.meta)?void 0:a.isLink):i?c.push(i):c.push(r),d.isShowSearch=!1};return s({openSearch:()=>{d.menuQuery="",d.isShowSearch=!0,h(),e.nextTick((()=>{setTimeout((()=>{u.value.focus()}))}))}}),(t,o)=>{const a=e.resolveComponent("ele-Search"),i=e.resolveComponent("el-icon"),s=e.resolveComponent("SvgIcon"),l=e.resolveComponent("el-autocomplete"),n=e.resolveComponent("el-dialog");return e.openBlock(),e.createElementBlock("div",r,[e.createVNode(n,{modelValue:d.isShowSearch,"onUpdate:modelValue":o[1]||(o[1]=e=>d.isShowSearch=e),"destroy-on-close":"","show-close":!1},{footer:e.withCtx((()=>[e.createVNode(l,{modelValue:d.menuQuery,"onUpdate:modelValue":o[0]||(o[0]=e=>d.menuQuery=e),"fetch-suggestions":m,placeholder:"菜单搜索:支持中文、路由路径",ref_key:"layoutMenuAutocompleteRef",ref:u,onSelect:w,"fit-input-width":!0},{prefix:e.withCtx((()=>[e.createVNode(i,{class:"el-input__icon"},{default:e.withCtx((()=>[e.createVNode(a)])),_:1})])),default:e.withCtx((({item:t})=>[e.createElementVNode("div",null,[e.createVNode(s,{name:t.meta.icon,class:"mr5"},null,8,["name"]),e.createTextVNode(" "+e.toDisplayString(t.meta.title),1)])])),_:1},8,["modelValue"])])),_:1},8,["modelValue"])])}}}),l=a._export_sfc(s,[["__scopeId","data-v-052db9e3"]]);exports.default=l;
|
package/dist/search-DI-pcuZu.mjs
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { defineComponent, ref, reactive, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, createElementVNode, createTextVNode, toDisplayString, nextTick } from "vue";
|
|
2
|
-
import { useRouter } from "vue-router";
|
|
3
|
-
import { storeToRefs } from "pinia";
|
|
4
|
-
import { $ as useTagsViewRoutes, _ as _export_sfc } from "./index-CYGyHWBv.mjs";
|
|
5
|
-
const _hoisted_1 = { class: "layout-search-dialog" };
|
|
6
|
-
const __default__ = defineComponent({
|
|
7
|
-
name: "layoutBreadcrumbSearch"
|
|
8
|
-
});
|
|
9
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
|
-
...__default__,
|
|
11
|
-
setup(__props, { expose: __expose }) {
|
|
12
|
-
const storesTagsViewRoutes = useTagsViewRoutes();
|
|
13
|
-
const { tagsViewRoutes } = storeToRefs(storesTagsViewRoutes);
|
|
14
|
-
const layoutMenuAutocompleteRef = ref();
|
|
15
|
-
const router = useRouter();
|
|
16
|
-
const state = reactive({
|
|
17
|
-
isShowSearch: false,
|
|
18
|
-
menuQuery: "",
|
|
19
|
-
tagsViewList: []
|
|
20
|
-
});
|
|
21
|
-
const openSearch = () => {
|
|
22
|
-
state.menuQuery = "";
|
|
23
|
-
state.isShowSearch = true;
|
|
24
|
-
initTageView();
|
|
25
|
-
nextTick(() => {
|
|
26
|
-
setTimeout(() => {
|
|
27
|
-
layoutMenuAutocompleteRef.value.focus();
|
|
28
|
-
});
|
|
29
|
-
});
|
|
30
|
-
};
|
|
31
|
-
const closeSearch = () => {
|
|
32
|
-
state.isShowSearch = false;
|
|
33
|
-
};
|
|
34
|
-
const menuSearch = (queryString, cb) => {
|
|
35
|
-
let results = queryString ? state.tagsViewList.filter(createFilter(queryString)) : state.tagsViewList;
|
|
36
|
-
cb(results);
|
|
37
|
-
};
|
|
38
|
-
const createFilter = (queryString) => {
|
|
39
|
-
return (restaurant) => {
|
|
40
|
-
return restaurant.path.toLowerCase().indexOf(queryString.toLowerCase()) > -1 || restaurant.meta.title.toLowerCase().indexOf(queryString.toLowerCase()) > -1 || restaurant.meta.title.indexOf(queryString.toLowerCase()) > -1;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
const initTageView = () => {
|
|
44
|
-
if (state.tagsViewList.length > 0) return false;
|
|
45
|
-
tagsViewRoutes.value.map((v) => {
|
|
46
|
-
var _a;
|
|
47
|
-
if (!((_a = v.meta) == null ? void 0 : _a.isHide)) state.tagsViewList.push({ ...v });
|
|
48
|
-
});
|
|
49
|
-
};
|
|
50
|
-
const onHandleSelect = (item) => {
|
|
51
|
-
var _a, _b, _c;
|
|
52
|
-
let { path, redirect } = item;
|
|
53
|
-
if (((_a = item.meta) == null ? void 0 : _a.isLink) && !((_b = item.meta) == null ? void 0 : _b.isIframe)) window.open((_c = item.meta) == null ? void 0 : _c.isLink);
|
|
54
|
-
else if (redirect) router.push(redirect);
|
|
55
|
-
else router.push(path);
|
|
56
|
-
closeSearch();
|
|
57
|
-
};
|
|
58
|
-
__expose({
|
|
59
|
-
openSearch
|
|
60
|
-
});
|
|
61
|
-
return (_ctx, _cache) => {
|
|
62
|
-
const _component_ele_Search = resolveComponent("ele-Search");
|
|
63
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
64
|
-
const _component_SvgIcon = resolveComponent("SvgIcon");
|
|
65
|
-
const _component_el_autocomplete = resolveComponent("el-autocomplete");
|
|
66
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
67
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
68
|
-
createVNode(_component_el_dialog, {
|
|
69
|
-
modelValue: state.isShowSearch,
|
|
70
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.isShowSearch = $event),
|
|
71
|
-
"destroy-on-close": "",
|
|
72
|
-
"show-close": false
|
|
73
|
-
}, {
|
|
74
|
-
footer: withCtx(() => [
|
|
75
|
-
createVNode(_component_el_autocomplete, {
|
|
76
|
-
modelValue: state.menuQuery,
|
|
77
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.menuQuery = $event),
|
|
78
|
-
"fetch-suggestions": menuSearch,
|
|
79
|
-
placeholder: "菜单搜索:支持中文、路由路径",
|
|
80
|
-
ref_key: "layoutMenuAutocompleteRef",
|
|
81
|
-
ref: layoutMenuAutocompleteRef,
|
|
82
|
-
onSelect: onHandleSelect,
|
|
83
|
-
"fit-input-width": true
|
|
84
|
-
}, {
|
|
85
|
-
prefix: withCtx(() => [
|
|
86
|
-
createVNode(_component_el_icon, { class: "el-input__icon" }, {
|
|
87
|
-
default: withCtx(() => [
|
|
88
|
-
createVNode(_component_ele_Search)
|
|
89
|
-
]),
|
|
90
|
-
_: 1
|
|
91
|
-
})
|
|
92
|
-
]),
|
|
93
|
-
default: withCtx(({ item }) => [
|
|
94
|
-
createElementVNode("div", null, [
|
|
95
|
-
createVNode(_component_SvgIcon, {
|
|
96
|
-
name: item.meta.icon,
|
|
97
|
-
class: "mr5"
|
|
98
|
-
}, null, 8, ["name"]),
|
|
99
|
-
createTextVNode(" " + toDisplayString(item.meta.title), 1)
|
|
100
|
-
])
|
|
101
|
-
]),
|
|
102
|
-
_: 1
|
|
103
|
-
}, 8, ["modelValue"])
|
|
104
|
-
]),
|
|
105
|
-
_: 1
|
|
106
|
-
}, 8, ["modelValue"])
|
|
107
|
-
]);
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
});
|
|
111
|
-
const search = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-052db9e3"]]);
|
|
112
|
-
export {
|
|
113
|
-
search as default
|
|
114
|
-
};
|
|
@@ -1,546 +0,0 @@
|
|
|
1
|
-
import { defineComponent, ref, createElementBlock, openBlock, createVNode, unref } from "vue";
|
|
2
|
-
import { c as _, p as baseForm, _ as _export_sfc } from "./index-CYGyHWBv.mjs";
|
|
3
|
-
const selectAttrConfig = [
|
|
4
|
-
{
|
|
5
|
-
prop: "attrs",
|
|
6
|
-
label: "selectAttrs",
|
|
7
|
-
tooltip: "selectAttrs",
|
|
8
|
-
type: "object",
|
|
9
|
-
el: "title",
|
|
10
|
-
children: [
|
|
11
|
-
{
|
|
12
|
-
prop: "defaultValue",
|
|
13
|
-
label: "默认值",
|
|
14
|
-
tooltip: "默认值",
|
|
15
|
-
type: "string / number / boolean / object / array",
|
|
16
|
-
el: "hs-input"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
prop: "options",
|
|
20
|
-
label: "option配置数据",
|
|
21
|
-
tooltip: 'options 示例:string=[{label: "示例代码", value: 0}]',
|
|
22
|
-
type: "string",
|
|
23
|
-
el: "hs-input",
|
|
24
|
-
attrs: {
|
|
25
|
-
type: "textarea"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
prop: "url",
|
|
30
|
-
label: "url获取options",
|
|
31
|
-
tooltip: "通过url请求获取options配置项数据",
|
|
32
|
-
type: "string",
|
|
33
|
-
el: "hs-input"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
prop: "paramKey",
|
|
37
|
-
label: "请求参数key",
|
|
38
|
-
tooltip: "请求参数key",
|
|
39
|
-
type: "string",
|
|
40
|
-
el: "hs-input"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
prop: "paramValue",
|
|
44
|
-
label: "请求参数Value",
|
|
45
|
-
tooltip: "请求参数Value",
|
|
46
|
-
type: "string",
|
|
47
|
-
el: "hs-input"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
prop: "multiple",
|
|
51
|
-
label: "是否多选",
|
|
52
|
-
tooltip: "是否多选",
|
|
53
|
-
type: "boolean",
|
|
54
|
-
el: "hs-switch"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
prop: "disabled",
|
|
58
|
-
label: "是否禁用",
|
|
59
|
-
tooltip: "是否禁用",
|
|
60
|
-
type: "boolean",
|
|
61
|
-
el: "hs-switch"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
prop: "value-key",
|
|
65
|
-
label: "value 唯一标识",
|
|
66
|
-
tooltip: "作为 value 唯一标识的键名,绑定值为对象类型时必填",
|
|
67
|
-
type: "string",
|
|
68
|
-
el: "hs-input"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
prop: "placeholder",
|
|
72
|
-
label: "占位符",
|
|
73
|
-
tooltip: "占位符,默认为“Select”",
|
|
74
|
-
type: "string",
|
|
75
|
-
el: "hs-input"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
prop: "size",
|
|
79
|
-
label: "输入框尺寸",
|
|
80
|
-
tooltip: "输入框尺寸",
|
|
81
|
-
type: "enum",
|
|
82
|
-
el: "hs-select",
|
|
83
|
-
op: [
|
|
84
|
-
{ label: "large", value: "large" },
|
|
85
|
-
{ label: "default", value: "default" },
|
|
86
|
-
{ label: "small", value: "small" }
|
|
87
|
-
],
|
|
88
|
-
cel: "hs-option"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
prop: "clearable",
|
|
92
|
-
label: "是否可以清空",
|
|
93
|
-
tooltip: "是否可以清空选项",
|
|
94
|
-
type: "boolean",
|
|
95
|
-
el: "hs-switch"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
prop: "collapse-tags",
|
|
99
|
-
label: "值按文字展示",
|
|
100
|
-
tooltip: "多选时是否将选中值按文字的形式展示",
|
|
101
|
-
type: "boolean",
|
|
102
|
-
el: "hs-switch"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
prop: "collapse-tags-tooltip",
|
|
106
|
-
label: "是否显示所选",
|
|
107
|
-
tooltip: "当鼠标悬停于折叠标签的文本时,是否显示所有选中的标签。 要使用此属性,collapse-tags属性必须设定为 true",
|
|
108
|
-
type: "boolean",
|
|
109
|
-
el: "hs-switch"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
prop: "multiple-limit",
|
|
113
|
-
label: "最多可选数",
|
|
114
|
-
tooltip: "multiple 属性设置为 true 时,代表多选场景下用户最多可以选择的项目数, 为 0 则不限制",
|
|
115
|
-
type: "number",
|
|
116
|
-
el: "hs-input-number"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
prop: "name",
|
|
120
|
-
label: "原生name属性",
|
|
121
|
-
tooltip: "Select 输入框的原生 name 属性",
|
|
122
|
-
type: "string",
|
|
123
|
-
el: "hs-input"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
prop: "effect",
|
|
127
|
-
label: "tooltip 主题",
|
|
128
|
-
tooltip: "tooltip 主题,内置了 dark / light 两种",
|
|
129
|
-
type: "enum / string",
|
|
130
|
-
el: "hs-select",
|
|
131
|
-
op: [
|
|
132
|
-
{ label: "dark", value: "dark" },
|
|
133
|
-
{ label: "light", value: "light" }
|
|
134
|
-
],
|
|
135
|
-
cel: "hs-option"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
prop: "autocomplete",
|
|
139
|
-
label: "autocomplete",
|
|
140
|
-
tooltip: "Select 输入框的原生 autocomplete 属性",
|
|
141
|
-
type: "string",
|
|
142
|
-
el: "hs-input"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
prop: "filterable",
|
|
146
|
-
label: "是否可筛选",
|
|
147
|
-
tooltip: "Select 组件是否可筛选",
|
|
148
|
-
type: "boolean",
|
|
149
|
-
el: "hs-switch"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
prop: "allow-create",
|
|
153
|
-
label: "允许创建条目",
|
|
154
|
-
tooltip: "是否允许用户创建新条目, 只有当 filterable 设置为 true 时才会生效。",
|
|
155
|
-
type: "boolean",
|
|
156
|
-
el: "hs-switch"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
prop: "filter-method",
|
|
160
|
-
label: "筛选方法",
|
|
161
|
-
tooltip: "自定义筛选方法",
|
|
162
|
-
type: "Function",
|
|
163
|
-
el: "hs-input"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
prop: "remote",
|
|
167
|
-
label: "是否远程加载",
|
|
168
|
-
tooltip: "其中的选项是否从服务器远程加载",
|
|
169
|
-
type: "boolean",
|
|
170
|
-
el: "hs-switch"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
prop: "remote-method",
|
|
174
|
-
label: "远程搜索方法",
|
|
175
|
-
tooltip: "自定义远程搜索方法",
|
|
176
|
-
type: "Function",
|
|
177
|
-
el: "hs-input"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
prop: "remote-show-suffix",
|
|
181
|
-
label: "远程搜索图标",
|
|
182
|
-
tooltip: "远程搜索方法显示后缀图标",
|
|
183
|
-
type: "boolean",
|
|
184
|
-
el: "hs-switch"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
prop: "loading",
|
|
188
|
-
label: "是否正在获取",
|
|
189
|
-
tooltip: "是否正在从远程获取数据",
|
|
190
|
-
type: "boolean",
|
|
191
|
-
el: "hs-switch"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
prop: "loading-text",
|
|
195
|
-
label: "加载时文本",
|
|
196
|
-
tooltip: "从服务器加载数据时显示的文本,默认为“Loading”",
|
|
197
|
-
type: "string",
|
|
198
|
-
el: "hs-input"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
prop: "no-match-text",
|
|
202
|
-
label: "无匹配时显示",
|
|
203
|
-
tooltip: "搜索条件无匹配时显示的文字,也可以使用 empty 插槽设置,默认是 “No matching data'”",
|
|
204
|
-
type: "string",
|
|
205
|
-
el: "hs-input"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
prop: "no-data-text",
|
|
209
|
-
label: "无选项时显示",
|
|
210
|
-
tooltip: "无选项时显示的文字,也可以使用 empty 插槽设置自定义内容,默认是 “No data”",
|
|
211
|
-
type: "string",
|
|
212
|
-
el: "hs-input"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
prop: "popper-class",
|
|
216
|
-
label: "下拉菜单类名",
|
|
217
|
-
tooltip: "选择器下拉菜单的自定义类名",
|
|
218
|
-
type: "string",
|
|
219
|
-
el: "hs-input"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
prop: "reserve-keyword",
|
|
223
|
-
label: "保留关键词",
|
|
224
|
-
tooltip: "当 multiple 和 filterable被设置为 true 时,是否在选中一个选项后保留当前的搜索关键词",
|
|
225
|
-
type: "boolean",
|
|
226
|
-
el: "hs-switch"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
prop: "default-first-option",
|
|
230
|
-
label: "回车选择",
|
|
231
|
-
tooltip: "是否在输入框按下回车时,选择第一个匹配项。 需配合 filterable 或 remote 使用",
|
|
232
|
-
type: "boolean",
|
|
233
|
-
el: "hs-switch"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
prop: "teleported",
|
|
237
|
-
label: "是否插入至body",
|
|
238
|
-
tooltip: "是否将下拉列表插入至 body 元素",
|
|
239
|
-
type: "boolean",
|
|
240
|
-
el: "hs-switch"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
prop: "persistent",
|
|
244
|
-
label: "选择器未被激活",
|
|
245
|
-
tooltip: "当下拉选择器未被激活并且persistent设置为false,选择器会被删除。",
|
|
246
|
-
type: "boolean",
|
|
247
|
-
el: "hs-switch"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
prop: "automatic-dropdown",
|
|
251
|
-
label: "自动弹出选项",
|
|
252
|
-
tooltip: "对于不可搜索的 Select,是否在输入框获得焦点后自动弹出选项菜单",
|
|
253
|
-
type: "boolean",
|
|
254
|
-
el: "hs-switch"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
prop: "clear-icon",
|
|
258
|
-
label: "清除图标",
|
|
259
|
-
tooltip: "自定义清除图标",
|
|
260
|
-
type: "string / object",
|
|
261
|
-
el: "hs-input"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
prop: "fit-input-width",
|
|
265
|
-
label: "下拉框宽度",
|
|
266
|
-
tooltip: "下拉框的宽度是否与输入框相同",
|
|
267
|
-
type: "boolean",
|
|
268
|
-
el: "hs-switch"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
prop: "suffix-icon",
|
|
272
|
-
label: "后缀图标",
|
|
273
|
-
tooltip: "自定义后缀图标组件",
|
|
274
|
-
type: "string / object",
|
|
275
|
-
el: "hs-input"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
prop: "suffix-transition deprecated",
|
|
279
|
-
label: "下拉图标动画",
|
|
280
|
-
tooltip: "下拉菜单显示/消失时后缀图标的动画",
|
|
281
|
-
type: "boolean",
|
|
282
|
-
el: "hs-switch"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
prop: "tag-type",
|
|
286
|
-
label: "标签类型",
|
|
287
|
-
tooltip: "标签类型",
|
|
288
|
-
type: "enum",
|
|
289
|
-
el: "hs-select",
|
|
290
|
-
op: [
|
|
291
|
-
{ label: "success", value: "success" },
|
|
292
|
-
{ label: "info", value: "info" },
|
|
293
|
-
{ label: "warning", value: "warning" },
|
|
294
|
-
{ label: "danger", value: "danger" }
|
|
295
|
-
],
|
|
296
|
-
cel: "hs-option"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
prop: "validate-event",
|
|
300
|
-
label: "表单验证",
|
|
301
|
-
tooltip: "是否触发表单验证",
|
|
302
|
-
type: "boolean",
|
|
303
|
-
el: "hs-switch"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
prop: "placement",
|
|
307
|
-
label: "下拉框出现位置",
|
|
308
|
-
tooltip: "下拉框出现的位置",
|
|
309
|
-
type: "enum",
|
|
310
|
-
el: "hs-select",
|
|
311
|
-
op: [
|
|
312
|
-
{ label: "top", value: "top" },
|
|
313
|
-
{ label: "top-start", value: "top-start" },
|
|
314
|
-
{ label: "top-end", value: "top-end" },
|
|
315
|
-
{ label: "bottom", value: "bottom" },
|
|
316
|
-
{ label: "bottom-start", value: "bottom-start" },
|
|
317
|
-
{ label: "bottom-end", value: "bottom-end" },
|
|
318
|
-
{ label: "left", value: "left" },
|
|
319
|
-
{ label: "left-start", value: "left-start" },
|
|
320
|
-
{ label: "left-end", value: "left-end" },
|
|
321
|
-
{ label: "right", value: "right" },
|
|
322
|
-
{ label: "right-start", value: "right-start" },
|
|
323
|
-
{ label: "right-end", value: "right-end" }
|
|
324
|
-
],
|
|
325
|
-
cel: "hs-option"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
prop: "max-collapse-tags",
|
|
329
|
-
label: "Tag最大数量",
|
|
330
|
-
tooltip: "需要显示的 Tag 的最大数量 只有当 collapse-tags 设置为 true 时才会生效。",
|
|
331
|
-
type: "number",
|
|
332
|
-
el: "hs-input-number"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
prop: "popper-options",
|
|
336
|
-
label: "popper参数",
|
|
337
|
-
tooltip: "popper.js 参数",
|
|
338
|
-
type: "objectrefer to popper.js doc",
|
|
339
|
-
el: "hs-input"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
prop: "aria-label",
|
|
343
|
-
label: "aria-label",
|
|
344
|
-
tooltip: "等价于原生 input aria-label 属性",
|
|
345
|
-
type: "string",
|
|
346
|
-
el: "hs-input"
|
|
347
|
-
}
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
prop: "groupAttrs",
|
|
352
|
-
label: "optionGroupAttrs",
|
|
353
|
-
tooltip: "optionGroupAttrs",
|
|
354
|
-
type: "object",
|
|
355
|
-
el: "title",
|
|
356
|
-
children: [
|
|
357
|
-
{
|
|
358
|
-
prop: "isGroupEnabled",
|
|
359
|
-
label: "是否启用分组",
|
|
360
|
-
tooltip: "是否启用分组",
|
|
361
|
-
type: "boolean",
|
|
362
|
-
el: "hs-switch"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
prop: "label",
|
|
366
|
-
label: "分组的名称",
|
|
367
|
-
tooltip: "分组的名称",
|
|
368
|
-
type: "string",
|
|
369
|
-
el: "hs-input"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
prop: "disabled",
|
|
373
|
-
label: "是否禁用分组",
|
|
374
|
-
tooltip: "是否将该分组下所有选项置为禁用",
|
|
375
|
-
type: "string",
|
|
376
|
-
el: "hs-switch"
|
|
377
|
-
}
|
|
378
|
-
]
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
prop: "optionAttrs",
|
|
382
|
-
label: "optionAttrs",
|
|
383
|
-
tooltip: "optionAttrs",
|
|
384
|
-
type: "object",
|
|
385
|
-
el: "title",
|
|
386
|
-
children: [
|
|
387
|
-
{
|
|
388
|
-
prop: "value",
|
|
389
|
-
label: "选项的值",
|
|
390
|
-
tooltip: "选项的值",
|
|
391
|
-
type: "string",
|
|
392
|
-
el: "hs-input"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
prop: "label",
|
|
396
|
-
label: "选项的标签",
|
|
397
|
-
tooltip: "选项的标签,若不设置则默认与value相同",
|
|
398
|
-
type: "string",
|
|
399
|
-
el: "hs-input"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
prop: "disabled",
|
|
403
|
-
label: "是否禁用选项",
|
|
404
|
-
tooltip: "是否禁用该选项",
|
|
405
|
-
type: "string",
|
|
406
|
-
el: "hs-switch"
|
|
407
|
-
}
|
|
408
|
-
]
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
prop: "rules",
|
|
412
|
-
label: "rules",
|
|
413
|
-
tooltip: "rules",
|
|
414
|
-
type: "object",
|
|
415
|
-
el: "title",
|
|
416
|
-
children: [
|
|
417
|
-
{
|
|
418
|
-
prop: "required",
|
|
419
|
-
label: "是否必填",
|
|
420
|
-
tooltip: "是否必填",
|
|
421
|
-
type: "boolean",
|
|
422
|
-
el: "hs-switch"
|
|
423
|
-
},
|
|
424
|
-
// 必填项规则
|
|
425
|
-
{
|
|
426
|
-
prop: "rules",
|
|
427
|
-
label: "必填项规则",
|
|
428
|
-
tooltip: "必填项规则",
|
|
429
|
-
type: "array",
|
|
430
|
-
el: "hs-input",
|
|
431
|
-
attrs: {
|
|
432
|
-
type: "textarea"
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
]
|
|
436
|
-
}
|
|
437
|
-
];
|
|
438
|
-
const selectAttrConfigMap = {
|
|
439
|
-
// 默认配置项
|
|
440
|
-
attrs: {
|
|
441
|
-
multiple: false,
|
|
442
|
-
// 是否多选
|
|
443
|
-
disabled: false,
|
|
444
|
-
// 是否禁用
|
|
445
|
-
"value-key": "value",
|
|
446
|
-
// value 唯一标识
|
|
447
|
-
clearable: true,
|
|
448
|
-
// 是否可以清空
|
|
449
|
-
"collapse-tags": false,
|
|
450
|
-
// 值按文字展示
|
|
451
|
-
"collapse-tags-tooltip": false,
|
|
452
|
-
// 是否显示所选
|
|
453
|
-
"multiple-limit": 0,
|
|
454
|
-
// 最多可选数
|
|
455
|
-
effect: "light",
|
|
456
|
-
// tooltip 主题
|
|
457
|
-
autocomplete: "off",
|
|
458
|
-
// autocomplete
|
|
459
|
-
filterable: true,
|
|
460
|
-
// 是否可筛选
|
|
461
|
-
"allow-create": false,
|
|
462
|
-
// 允许创建条目
|
|
463
|
-
remote: false,
|
|
464
|
-
// 是否远程加载
|
|
465
|
-
"remote-show-suffix": false,
|
|
466
|
-
// 远程搜索图标
|
|
467
|
-
loading: false,
|
|
468
|
-
// 是否正在获取
|
|
469
|
-
"reserve-keyword": true,
|
|
470
|
-
// 保留关键词
|
|
471
|
-
"default-first-option": false,
|
|
472
|
-
// 是否在输入框按下回车时,选择第一个匹配项
|
|
473
|
-
teleported: true,
|
|
474
|
-
// 是否插入至body
|
|
475
|
-
persistent: true,
|
|
476
|
-
// 选择器未被激活
|
|
477
|
-
"automatic-dropdown": false,
|
|
478
|
-
// 自动弹出选项
|
|
479
|
-
"clear-icon": "CircleClose",
|
|
480
|
-
// 清除图标
|
|
481
|
-
"fit-input-width": false,
|
|
482
|
-
// 下拉框宽度
|
|
483
|
-
"suffix-icon": "ArrowDown",
|
|
484
|
-
// 后缀图标
|
|
485
|
-
"tag-type": "info",
|
|
486
|
-
// 标签类型
|
|
487
|
-
"validate-event": true,
|
|
488
|
-
// 表单验证
|
|
489
|
-
placement: "bottom-start",
|
|
490
|
-
// 下拉框出现的位置
|
|
491
|
-
"max-collapse-tags": 1
|
|
492
|
-
// 需要显示的 Tag 的最大数量
|
|
493
|
-
},
|
|
494
|
-
groupAttrs: {
|
|
495
|
-
disabled: false,
|
|
496
|
-
// 是否禁用分组
|
|
497
|
-
isGroupEnabled: false
|
|
498
|
-
// 是否启用分组
|
|
499
|
-
},
|
|
500
|
-
optionAttrs: {
|
|
501
|
-
value: "value",
|
|
502
|
-
label: "label",
|
|
503
|
-
disabled: false
|
|
504
|
-
// 是否禁用该选项
|
|
505
|
-
},
|
|
506
|
-
rules: {}
|
|
507
|
-
};
|
|
508
|
-
const _hoisted_1 = { class: "select-wrap" };
|
|
509
|
-
const __default__ = defineComponent({
|
|
510
|
-
name: "selectConfig"
|
|
511
|
-
});
|
|
512
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
513
|
-
...__default__,
|
|
514
|
-
props: {
|
|
515
|
-
data: {
|
|
516
|
-
type: Object,
|
|
517
|
-
default: () => {
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
isVModel: {
|
|
521
|
-
type: Boolean,
|
|
522
|
-
default: false
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
setup(__props) {
|
|
526
|
-
const props = __props;
|
|
527
|
-
const data = ref(
|
|
528
|
-
_.isEmpty(props.data) ? Object.assign(props.data, selectAttrConfigMap) : props.data
|
|
529
|
-
);
|
|
530
|
-
return (_ctx, _cache) => {
|
|
531
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
532
|
-
createVNode(baseForm, {
|
|
533
|
-
data: data.value,
|
|
534
|
-
"onUpdate:data": _cache[0] || (_cache[0] = ($event) => data.value = $event),
|
|
535
|
-
config: unref(selectAttrConfig),
|
|
536
|
-
isVModel: __props.isVModel,
|
|
537
|
-
lg: 12
|
|
538
|
-
}, null, 8, ["data", "config", "isVModel"])
|
|
539
|
-
]);
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
});
|
|
543
|
-
const selectConfig = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-66a6ed5b"]]);
|
|
544
|
-
export {
|
|
545
|
-
selectConfig as default
|
|
546
|
-
};
|
|
Binary file
|