ele-admin-plus 1.1.8-beta.4 → 1.1.8-beta.6
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/es/components.d.ts +1 -49
- package/es/components.js +13 -110
- package/es/core-components.d.ts +49 -0
- package/es/core-components.js +100 -0
- package/es/core-export.d.ts +9 -0
- package/es/core-export.js +14 -0
- package/es/core-installer.d.ts +3 -0
- package/es/core-installer.js +11 -0
- package/es/core.d.ts +3 -0
- package/es/core.js +6 -0
- package/es/ele-alert/index.d.ts +4 -4
- package/es/ele-alert/index.js +13 -13
- package/es/ele-app/style/overwrite/input/index.scss +32 -39
- package/es/ele-app/style/overwrite/message-box/index.scss +6 -1
- package/es/ele-app/style/scrollbar/css-var.scss +20 -5
- package/es/ele-basic-select/index.d.ts +6 -6
- package/es/ele-basic-select/index.js +4 -4
- package/es/ele-basic-select/props.d.ts +1 -1
- package/es/ele-basic-select/style/index.scss +2 -9
- package/es/ele-copyable/index.d.ts +4 -2
- package/es/ele-copyable/index.js +6 -6
- package/es/ele-cropper/components/cropper-tools.js +14 -14
- package/es/ele-cropper/props.js +1 -1
- package/es/ele-cropper/style/index.scss +3 -3
- package/es/ele-cropper-modal/index.js +1 -1
- package/es/ele-data-table/style/index.scss +17 -6
- package/es/ele-drawer/index.d.ts +9 -5
- package/es/ele-drawer/index.js +66 -10
- package/es/ele-drawer/props.d.ts +3 -1
- package/es/ele-drawer/props.js +3 -1
- package/es/ele-drawer/style/index.scss +90 -17
- package/es/ele-dropdown/index.d.ts +2 -0
- package/es/ele-dropdown/index.js +18 -8
- package/es/ele-dropdown/props.d.ts +3 -0
- package/es/ele-dropdown/props.js +3 -1
- package/es/ele-edit-tag/index.d.ts +8 -4
- package/es/ele-edit-tag/index.js +29 -26
- package/es/ele-edit-tag/props.d.ts +5 -1
- package/es/ele-edit-tag/props.js +4 -0
- package/es/ele-edit-tag/style/index.scss +74 -72
- package/es/ele-ellipsis/index.d.ts +1 -1
- package/es/ele-icon-select/components/icon-grid.js +42 -39
- package/es/ele-icon-select/style/index.js +1 -0
- package/es/ele-icon-select/style/index.scss +5 -3
- package/es/ele-map-picker/components/map-view.d.ts +10 -12
- package/es/ele-map-picker/components/map-view.js +30 -30
- package/es/ele-map-picker/style/index.scss +5 -5
- package/es/ele-menus/index.js +3 -1
- package/es/ele-menus/style/index.scss +14 -8
- package/es/ele-menus/util.js +5 -2
- package/es/ele-modal/index.d.ts +14 -14
- package/es/ele-modal/index.js +39 -32
- package/es/ele-modal/props.d.ts +1 -1
- package/es/ele-modal/style/css-var.scss +0 -7
- package/es/ele-modal/style/index.scss +10 -4
- package/es/ele-popconfirm/index.d.ts +2 -2
- package/es/ele-popconfirm/index.js +4 -4
- package/es/ele-pro-layout/components/pro-header.js +2 -2
- package/es/ele-pro-layout/components/pro-tabs.js +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.js +3 -3
- package/es/ele-pro-layout/style/css-var.scss +9 -3
- package/es/ele-pro-table/components/table-tools.js +4 -5
- package/es/ele-pro-table/components/tool-column.js +4 -4
- package/es/ele-pro-table/index.d.ts +1 -1
- package/es/ele-pro-table/index.js +4 -4
- package/es/ele-pro-table/style/index.scss +2 -2
- package/es/ele-split-panel/index.js +7 -1
- package/es/ele-split-panel/style/index.scss +5 -1
- package/es/ele-table-select/index.d.ts +3 -3
- package/es/ele-table-select/props.d.ts +1 -1
- package/es/ele-tabs/index.js +28 -17
- package/es/ele-tabs/style/css-var.scss +3 -1
- package/es/ele-tabs/style/index.scss +26 -0
- package/es/ele-toolbar/index.d.ts +4 -0
- package/es/ele-toolbar/index.js +7 -7
- package/es/ele-toolbar/props.d.ts +5 -0
- package/es/ele-toolbar/props.js +5 -1
- package/es/ele-tree-select/index.d.ts +13 -8
- package/es/ele-tree-select/index.js +49 -6
- package/es/ele-tree-select/props.d.ts +3 -1
- package/es/ele-tree-select/props.js +2 -0
- package/es/ele-tree-select/util.d.ts +7 -0
- package/es/ele-tree-select/util.js +13 -0
- package/es/ele-upload-list/components/list-item.js +10 -10
- package/es/ele-upload-list/index.js +4 -4
- package/es/ele-upload-list/style/index.scss +12 -4
- package/es/ele-virtual-table/components/body-cell.js +10 -5
- package/es/ele-virtual-table/style/index.scss +3 -2
- package/es/icons/AnalysisOutlined.d.ts +2 -0
- package/es/icons/AnalysisOutlined.js +35 -0
- package/es/icons/ApplicationOutlined.d.ts +2 -0
- package/es/icons/ApplicationOutlined.js +26 -0
- package/es/icons/AppstoreAddOutlined.d.ts +2 -0
- package/es/icons/AppstoreAddOutlined.js +35 -0
- package/es/icons/AppstoreOutlined.d.ts +2 -0
- package/es/icons/AppstoreOutlined.js +35 -0
- package/es/icons/ArrowDown.js +5 -7
- package/es/icons/ArrowDownOutlined.d.ts +2 -0
- package/es/icons/ArrowDownOutlined.js +30 -0
- package/es/icons/ArrowLeft.js +7 -6
- package/es/icons/ArrowLeftOutlined.d.ts +2 -0
- package/es/icons/ArrowLeftOutlined.js +30 -0
- package/es/icons/ArrowRight.js +6 -7
- package/es/icons/ArrowRightOutlined.d.ts +2 -0
- package/es/icons/ArrowRightOutlined.js +30 -0
- package/es/icons/ArrowUp.js +6 -6
- package/es/icons/ArrowUpOutlined.d.ts +2 -0
- package/es/icons/ArrowUpOutlined.js +30 -0
- package/es/icons/BellOutlined.d.ts +2 -0
- package/es/icons/BellOutlined.js +29 -0
- package/es/icons/BookOutlined.d.ts +2 -0
- package/es/icons/BookOutlined.js +29 -0
- package/es/icons/CalendarOutlined.d.ts +2 -0
- package/es/icons/CalendarOutlined.js +29 -0
- package/es/icons/CaretDownFilled.d.ts +2 -0
- package/es/icons/CaretDownFilled.js +26 -0
- package/es/icons/CaretUpFilled.d.ts +2 -0
- package/es/icons/CaretUpFilled.js +26 -0
- package/es/icons/CheckCircleFilled.d.ts +2 -0
- package/es/icons/CheckCircleFilled.js +26 -0
- package/es/icons/CheckCircleOutlined.d.ts +2 -0
- package/es/icons/CheckCircleOutlined.js +32 -0
- package/es/icons/CheckOutlined.d.ts +2 -0
- package/es/icons/CheckOutlined.js +30 -0
- package/es/icons/CityOutlined.d.ts +2 -0
- package/es/icons/CityOutlined.js +35 -0
- package/es/icons/ClockCircleOutlined.d.ts +2 -0
- package/es/icons/ClockCircleOutlined.js +32 -0
- package/es/icons/CloseCircleFilled.d.ts +2 -0
- package/es/icons/CloseCircleFilled.js +26 -0
- package/es/icons/CloseCircleOutlined.d.ts +2 -0
- package/es/icons/CloseCircleOutlined.js +31 -0
- package/es/icons/CloseOutlined.js +7 -17
- package/es/icons/CloudUploadOutlined.d.ts +2 -0
- package/es/icons/CloudUploadOutlined.js +32 -0
- package/es/icons/ClusterOutlined.d.ts +2 -0
- package/es/icons/ClusterOutlined.js +29 -0
- package/es/icons/CodeOutlined.d.ts +2 -0
- package/es/icons/CodeOutlined.js +34 -0
- package/es/icons/ColumnHeightOutlined.js +17 -5
- package/es/icons/CompassOutlined.d.ts +2 -0
- package/es/icons/CompassOutlined.js +34 -0
- package/es/icons/CompressOutlined.js +18 -5
- package/es/icons/ConnectionOutlined.d.ts +2 -0
- package/es/icons/ConnectionOutlined.js +31 -0
- package/es/icons/ControlOutlined.d.ts +2 -0
- package/es/icons/ControlOutlined.js +33 -0
- package/es/icons/CopyOutlined.d.ts +2 -0
- package/es/icons/CopyOutlined.js +35 -0
- package/es/icons/CpuOutlined.d.ts +2 -0
- package/es/icons/CpuOutlined.js +30 -0
- package/es/icons/DashboardOutlined.d.ts +2 -0
- package/es/icons/DashboardOutlined.js +37 -0
- package/es/icons/DatabaseOutlined.d.ts +2 -0
- package/es/icons/DatabaseOutlined.js +35 -0
- package/es/icons/DeleteOutlined.d.ts +2 -0
- package/es/icons/DeleteOutlined.js +34 -0
- package/es/icons/DesktopOutlined.d.ts +2 -0
- package/es/icons/DesktopOutlined.js +29 -0
- package/es/icons/DownloadOutlined.d.ts +2 -0
- package/es/icons/DownloadOutlined.js +32 -0
- package/es/icons/DragOutlined.d.ts +2 -0
- package/es/icons/DragOutlined.js +30 -0
- package/es/icons/EditOutlined.d.ts +2 -0
- package/es/icons/EditOutlined.js +32 -0
- package/es/icons/EllipsisOutlined.js +6 -9
- package/es/icons/EnvironmentOutlined.d.ts +2 -0
- package/es/icons/EnvironmentOutlined.js +31 -0
- package/es/icons/ExclamationCircleFilled.d.ts +2 -0
- package/es/icons/ExclamationCircleFilled.js +26 -0
- package/es/icons/ExpandOutlined.js +18 -5
- package/es/icons/FileOutlined.d.ts +2 -0
- package/es/icons/FileOutlined.js +35 -0
- package/es/icons/FilterFilled.js +5 -2
- package/es/icons/FolderAddOutlined.d.ts +2 -0
- package/es/icons/FolderAddOutlined.js +31 -0
- package/es/icons/FolderOutlined.d.ts +2 -0
- package/es/icons/FolderOutlined.js +29 -0
- package/es/icons/FormOutlined.d.ts +2 -0
- package/es/icons/FormOutlined.js +31 -0
- package/es/icons/FullscreenExitOutlined.js +16 -5
- package/es/icons/FullscreenOutlined.js +16 -5
- package/es/icons/FundOutlined.d.ts +2 -0
- package/es/icons/FundOutlined.js +31 -0
- package/es/icons/GlobalOutlined.d.ts +2 -0
- package/es/icons/GlobalOutlined.js +28 -0
- package/es/icons/HolderOutlined.js +8 -5
- package/es/icons/HomeOutlined.js +5 -24
- package/es/icons/IdcardOutlined.d.ts +2 -0
- package/es/icons/IdcardOutlined.js +38 -0
- package/es/icons/InfoCircleFilled.d.ts +2 -0
- package/es/icons/InfoCircleFilled.js +26 -0
- package/es/icons/LinkOutlined.d.ts +2 -0
- package/es/icons/LinkOutlined.js +32 -0
- package/es/icons/LoadingDotOutlined.d.ts +2 -0
- package/es/icons/LoadingDotOutlined.js +29 -0
- package/es/icons/LoadingOutlined.js +8 -2
- package/es/icons/LockOutlined.d.ts +2 -0
- package/es/icons/LockOutlined.js +32 -0
- package/es/icons/LogOutlined.d.ts +2 -0
- package/es/icons/LogOutlined.js +35 -0
- package/es/icons/LogoutOutlined.d.ts +2 -0
- package/es/icons/LogoutOutlined.js +31 -0
- package/es/icons/MailOutlined.d.ts +2 -0
- package/es/icons/MailOutlined.js +29 -0
- package/es/icons/MenuFoldOutlined.d.ts +2 -0
- package/es/icons/MenuFoldOutlined.js +28 -0
- package/es/icons/MenuUnfoldOutlined.d.ts +2 -0
- package/es/icons/MenuUnfoldOutlined.js +28 -0
- package/es/icons/MessageOutlined.d.ts +2 -0
- package/es/icons/MessageOutlined.js +50 -0
- package/es/icons/MinusCircleOutlined.d.ts +2 -0
- package/es/icons/MinusCircleOutlined.js +31 -0
- package/es/icons/MobileOutlined.d.ts +2 -0
- package/es/icons/MobileOutlined.js +37 -0
- package/es/icons/MoonOutlined.d.ts +2 -0
- package/es/icons/MoonOutlined.js +29 -0
- package/es/icons/MoreOutlined.d.ts +2 -0
- package/es/icons/MoreOutlined.js +42 -0
- package/es/icons/PauseFilled.d.ts +2 -0
- package/es/icons/PauseFilled.js +30 -0
- package/es/icons/PieChartOutlined.d.ts +2 -0
- package/es/icons/PieChartOutlined.js +31 -0
- package/es/icons/PlayFilled.d.ts +2 -0
- package/es/icons/PlayFilled.js +26 -0
- package/es/icons/PlusCircleOutlined.d.ts +2 -0
- package/es/icons/PlusCircleOutlined.js +31 -0
- package/es/icons/PlusOutlined.d.ts +2 -0
- package/es/icons/PlusOutlined.js +29 -0
- package/es/icons/ProtectOutlined.d.ts +2 -0
- package/es/icons/ProtectOutlined.js +32 -0
- package/es/icons/QuestionCircleFilled.d.ts +2 -0
- package/es/icons/QuestionCircleFilled.js +26 -0
- package/es/icons/QuestionCircleOutlined.d.ts +2 -0
- package/es/icons/QuestionCircleOutlined.js +39 -0
- package/es/icons/ReloadOutlined.d.ts +2 -0
- package/es/icons/ReloadOutlined.js +30 -0
- package/es/icons/SearchOutlined.d.ts +2 -0
- package/es/icons/SearchOutlined.js +29 -0
- package/es/icons/SettingOutlined.d.ts +2 -0
- package/es/icons/SettingOutlined.js +31 -0
- package/es/icons/ShoppingOutlined.d.ts +2 -0
- package/es/icons/ShoppingOutlined.js +29 -0
- package/es/icons/SortOutlined.d.ts +2 -0
- package/es/icons/SortOutlined.js +32 -0
- package/es/icons/StarFilled.d.ts +2 -0
- package/es/icons/StarFilled.js +26 -0
- package/es/icons/StepBackwardFilled.d.ts +2 -0
- package/es/icons/StepBackwardFilled.js +33 -0
- package/es/icons/StepForwardFilled.d.ts +2 -0
- package/es/icons/StepForwardFilled.js +33 -0
- package/es/icons/SuitcaseOutlined.d.ts +2 -0
- package/es/icons/SuitcaseOutlined.js +29 -0
- package/es/icons/SunOutlined.d.ts +2 -0
- package/es/icons/SunOutlined.js +29 -0
- package/es/icons/SwapOutlined.d.ts +2 -0
- package/es/icons/SwapOutlined.js +32 -0
- package/es/icons/SyncOutlined.d.ts +2 -0
- package/es/icons/SyncOutlined.js +32 -0
- package/es/icons/TableOutlined.d.ts +2 -0
- package/es/icons/TableOutlined.js +29 -0
- package/es/icons/TagOutlined.d.ts +2 -0
- package/es/icons/TagOutlined.js +31 -0
- package/es/icons/TimerOutlined.d.ts +2 -0
- package/es/icons/TimerOutlined.js +31 -0
- package/es/icons/UndoOutlined.d.ts +2 -0
- package/es/icons/UndoOutlined.js +30 -0
- package/es/icons/UnlockOutlined.d.ts +2 -0
- package/es/icons/UnlockOutlined.js +32 -0
- package/es/icons/UploadOutlined.d.ts +2 -0
- package/es/icons/UploadOutlined.js +32 -0
- package/es/icons/UserOutlined.d.ts +2 -0
- package/es/icons/UserOutlined.js +29 -0
- package/es/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
- package/es/icons/VerticalAlignMiddleOutlined.js +32 -0
- package/es/icons/VerticalLeftOutlined.js +7 -2
- package/es/icons/VerticalRightOutlined.js +7 -2
- package/es/icons/WarningOutlined.d.ts +2 -0
- package/es/icons/WarningOutlined.js +42 -0
- package/es/icons/ZoomInOutlined.d.ts +2 -0
- package/es/icons/ZoomInOutlined.js +31 -0
- package/es/icons/ZoomOutOutlined.d.ts +2 -0
- package/es/icons/ZoomOutOutlined.js +31 -0
- package/es/icons/index.d.ts +89 -0
- package/es/icons/index.js +212 -34
- package/es/index.d.ts +1 -9
- package/es/index.js +1 -12
- package/es/style/themes/default.scss +14 -13
- package/es/style/themes/rounded.scss +1 -2
- package/lib/components.cjs +20 -110
- package/lib/components.d.ts +1 -49
- package/lib/core-components.cjs +100 -0
- package/lib/core-components.d.ts +49 -0
- package/lib/core-export.cjs +56 -0
- package/lib/core-export.d.ts +9 -0
- package/lib/core-installer.cjs +28 -0
- package/lib/core-installer.d.ts +3 -0
- package/lib/core.cjs +23 -0
- package/lib/core.d.ts +3 -0
- package/lib/ele-alert/index.cjs +13 -13
- package/lib/ele-alert/index.d.ts +4 -4
- package/lib/ele-app/style/overwrite/input/index.scss +32 -39
- package/lib/ele-app/style/overwrite/message-box/index.scss +6 -1
- package/lib/ele-app/style/scrollbar/css-var.scss +20 -5
- package/lib/ele-basic-select/index.cjs +3 -3
- package/lib/ele-basic-select/index.d.ts +6 -6
- package/lib/ele-basic-select/props.d.ts +1 -1
- package/lib/ele-basic-select/style/index.scss +2 -9
- package/lib/ele-copyable/index.cjs +6 -6
- package/lib/ele-copyable/index.d.ts +4 -2
- package/lib/ele-cropper/components/cropper-tools.cjs +14 -14
- package/lib/ele-cropper/props.cjs +1 -1
- package/lib/ele-cropper/style/index.scss +3 -3
- package/lib/ele-cropper-modal/index.cjs +1 -1
- package/lib/ele-data-table/style/index.scss +17 -6
- package/lib/ele-drawer/index.cjs +64 -8
- package/lib/ele-drawer/index.d.ts +9 -5
- package/lib/ele-drawer/props.cjs +3 -1
- package/lib/ele-drawer/props.d.ts +3 -1
- package/lib/ele-drawer/style/index.scss +90 -17
- package/lib/ele-dropdown/index.cjs +18 -8
- package/lib/ele-dropdown/index.d.ts +2 -0
- package/lib/ele-dropdown/props.cjs +3 -1
- package/lib/ele-dropdown/props.d.ts +3 -0
- package/lib/ele-edit-tag/index.cjs +28 -25
- package/lib/ele-edit-tag/index.d.ts +8 -4
- package/lib/ele-edit-tag/props.cjs +4 -0
- package/lib/ele-edit-tag/props.d.ts +5 -1
- package/lib/ele-edit-tag/style/index.scss +74 -72
- package/lib/ele-ellipsis/index.d.ts +1 -1
- package/lib/ele-icon-select/components/icon-grid.cjs +40 -37
- package/lib/ele-icon-select/style/index.cjs +1 -0
- package/lib/ele-icon-select/style/index.scss +5 -3
- package/lib/ele-map-picker/components/map-view.cjs +30 -30
- package/lib/ele-map-picker/components/map-view.d.ts +10 -12
- package/lib/ele-map-picker/style/index.scss +5 -5
- package/lib/ele-menus/index.cjs +3 -1
- package/lib/ele-menus/style/index.scss +14 -8
- package/lib/ele-menus/util.cjs +5 -2
- package/lib/ele-modal/index.cjs +38 -31
- package/lib/ele-modal/index.d.ts +14 -14
- package/lib/ele-modal/props.d.ts +1 -1
- package/lib/ele-modal/style/css-var.scss +0 -7
- package/lib/ele-modal/style/index.scss +10 -4
- package/lib/ele-popconfirm/index.cjs +4 -4
- package/lib/ele-popconfirm/index.d.ts +2 -2
- package/lib/ele-pro-layout/components/pro-header.cjs +2 -2
- package/lib/ele-pro-layout/components/pro-tabs.cjs +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.cjs +4 -4
- package/lib/ele-pro-layout/style/css-var.scss +9 -3
- package/lib/ele-pro-table/components/table-tools.cjs +3 -4
- package/lib/ele-pro-table/components/tool-column.cjs +4 -4
- package/lib/ele-pro-table/index.cjs +4 -4
- package/lib/ele-pro-table/index.d.ts +1 -1
- package/lib/ele-pro-table/style/index.scss +2 -2
- package/lib/ele-split-panel/index.cjs +7 -1
- package/lib/ele-split-panel/style/index.scss +5 -1
- package/lib/ele-table-select/index.d.ts +3 -3
- package/lib/ele-table-select/props.d.ts +1 -1
- package/lib/ele-tabs/index.cjs +28 -17
- package/lib/ele-tabs/style/css-var.scss +3 -1
- package/lib/ele-tabs/style/index.scss +26 -0
- package/lib/ele-toolbar/index.cjs +6 -6
- package/lib/ele-toolbar/index.d.ts +4 -0
- package/lib/ele-toolbar/props.cjs +5 -1
- package/lib/ele-toolbar/props.d.ts +5 -0
- package/lib/ele-tree-select/index.cjs +48 -5
- package/lib/ele-tree-select/index.d.ts +13 -8
- package/lib/ele-tree-select/props.cjs +2 -0
- package/lib/ele-tree-select/props.d.ts +3 -1
- package/lib/ele-tree-select/util.cjs +13 -0
- package/lib/ele-tree-select/util.d.ts +7 -0
- package/lib/ele-upload-list/components/list-item.cjs +10 -10
- package/lib/ele-upload-list/index.cjs +4 -4
- package/lib/ele-upload-list/style/index.scss +12 -4
- package/lib/ele-virtual-table/components/body-cell.cjs +9 -4
- package/lib/ele-virtual-table/style/index.scss +3 -2
- package/lib/icons/AnalysisOutlined.cjs +34 -0
- package/lib/icons/AnalysisOutlined.d.ts +2 -0
- package/lib/icons/ApplicationOutlined.cjs +25 -0
- package/lib/icons/ApplicationOutlined.d.ts +2 -0
- package/lib/icons/AppstoreAddOutlined.cjs +34 -0
- package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
- package/lib/icons/AppstoreOutlined.cjs +34 -0
- package/lib/icons/AppstoreOutlined.d.ts +2 -0
- package/lib/icons/ArrowDown.cjs +5 -7
- package/lib/icons/ArrowDownOutlined.cjs +29 -0
- package/lib/icons/ArrowDownOutlined.d.ts +2 -0
- package/lib/icons/ArrowLeft.cjs +7 -6
- package/lib/icons/ArrowLeftOutlined.cjs +29 -0
- package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
- package/lib/icons/ArrowRight.cjs +6 -7
- package/lib/icons/ArrowRightOutlined.cjs +29 -0
- package/lib/icons/ArrowRightOutlined.d.ts +2 -0
- package/lib/icons/ArrowUp.cjs +6 -6
- package/lib/icons/ArrowUpOutlined.cjs +29 -0
- package/lib/icons/ArrowUpOutlined.d.ts +2 -0
- package/lib/icons/BellOutlined.cjs +28 -0
- package/lib/icons/BellOutlined.d.ts +2 -0
- package/lib/icons/BookOutlined.cjs +28 -0
- package/lib/icons/BookOutlined.d.ts +2 -0
- package/lib/icons/CalendarOutlined.cjs +28 -0
- package/lib/icons/CalendarOutlined.d.ts +2 -0
- package/lib/icons/CaretDownFilled.cjs +25 -0
- package/lib/icons/CaretDownFilled.d.ts +2 -0
- package/lib/icons/CaretUpFilled.cjs +25 -0
- package/lib/icons/CaretUpFilled.d.ts +2 -0
- package/lib/icons/CheckCircleFilled.cjs +25 -0
- package/lib/icons/CheckCircleFilled.d.ts +2 -0
- package/lib/icons/CheckCircleOutlined.cjs +31 -0
- package/lib/icons/CheckCircleOutlined.d.ts +2 -0
- package/lib/icons/CheckOutlined.cjs +29 -0
- package/lib/icons/CheckOutlined.d.ts +2 -0
- package/lib/icons/CityOutlined.cjs +34 -0
- package/lib/icons/CityOutlined.d.ts +2 -0
- package/lib/icons/ClockCircleOutlined.cjs +31 -0
- package/lib/icons/ClockCircleOutlined.d.ts +2 -0
- package/lib/icons/CloseCircleFilled.cjs +25 -0
- package/lib/icons/CloseCircleFilled.d.ts +2 -0
- package/lib/icons/CloseCircleOutlined.cjs +30 -0
- package/lib/icons/CloseCircleOutlined.d.ts +2 -0
- package/lib/icons/CloseOutlined.cjs +7 -17
- package/lib/icons/CloudUploadOutlined.cjs +31 -0
- package/lib/icons/CloudUploadOutlined.d.ts +2 -0
- package/lib/icons/ClusterOutlined.cjs +28 -0
- package/lib/icons/ClusterOutlined.d.ts +2 -0
- package/lib/icons/CodeOutlined.cjs +33 -0
- package/lib/icons/CodeOutlined.d.ts +2 -0
- package/lib/icons/ColumnHeightOutlined.cjs +17 -5
- package/lib/icons/CompassOutlined.cjs +33 -0
- package/lib/icons/CompassOutlined.d.ts +2 -0
- package/lib/icons/CompressOutlined.cjs +18 -5
- package/lib/icons/ConnectionOutlined.cjs +30 -0
- package/lib/icons/ConnectionOutlined.d.ts +2 -0
- package/lib/icons/ControlOutlined.cjs +32 -0
- package/lib/icons/ControlOutlined.d.ts +2 -0
- package/lib/icons/CopyOutlined.cjs +34 -0
- package/lib/icons/CopyOutlined.d.ts +2 -0
- package/lib/icons/CpuOutlined.cjs +29 -0
- package/lib/icons/CpuOutlined.d.ts +2 -0
- package/lib/icons/DashboardOutlined.cjs +36 -0
- package/lib/icons/DashboardOutlined.d.ts +2 -0
- package/lib/icons/DatabaseOutlined.cjs +34 -0
- package/lib/icons/DatabaseOutlined.d.ts +2 -0
- package/lib/icons/DeleteOutlined.cjs +33 -0
- package/lib/icons/DeleteOutlined.d.ts +2 -0
- package/lib/icons/DesktopOutlined.cjs +28 -0
- package/lib/icons/DesktopOutlined.d.ts +2 -0
- package/lib/icons/DownloadOutlined.cjs +31 -0
- package/lib/icons/DownloadOutlined.d.ts +2 -0
- package/lib/icons/DragOutlined.cjs +29 -0
- package/lib/icons/DragOutlined.d.ts +2 -0
- package/lib/icons/EditOutlined.cjs +31 -0
- package/lib/icons/EditOutlined.d.ts +2 -0
- package/lib/icons/EllipsisOutlined.cjs +6 -9
- package/lib/icons/EnvironmentOutlined.cjs +30 -0
- package/lib/icons/EnvironmentOutlined.d.ts +2 -0
- package/lib/icons/ExclamationCircleFilled.cjs +25 -0
- package/lib/icons/ExclamationCircleFilled.d.ts +2 -0
- package/lib/icons/ExpandOutlined.cjs +18 -5
- package/lib/icons/FileOutlined.cjs +34 -0
- package/lib/icons/FileOutlined.d.ts +2 -0
- package/lib/icons/FilterFilled.cjs +5 -2
- package/lib/icons/FolderAddOutlined.cjs +30 -0
- package/lib/icons/FolderAddOutlined.d.ts +2 -0
- package/lib/icons/FolderOutlined.cjs +28 -0
- package/lib/icons/FolderOutlined.d.ts +2 -0
- package/lib/icons/FormOutlined.cjs +30 -0
- package/lib/icons/FormOutlined.d.ts +2 -0
- package/lib/icons/FullscreenExitOutlined.cjs +16 -5
- package/lib/icons/FullscreenOutlined.cjs +16 -5
- package/lib/icons/FundOutlined.cjs +30 -0
- package/lib/icons/FundOutlined.d.ts +2 -0
- package/lib/icons/GlobalOutlined.cjs +27 -0
- package/lib/icons/GlobalOutlined.d.ts +2 -0
- package/lib/icons/HolderOutlined.cjs +7 -4
- package/lib/icons/HomeOutlined.cjs +5 -24
- package/lib/icons/IdcardOutlined.cjs +37 -0
- package/lib/icons/IdcardOutlined.d.ts +2 -0
- package/lib/icons/InfoCircleFilled.cjs +25 -0
- package/lib/icons/InfoCircleFilled.d.ts +2 -0
- package/lib/icons/LinkOutlined.cjs +31 -0
- package/lib/icons/LinkOutlined.d.ts +2 -0
- package/lib/icons/LoadingDotOutlined.cjs +28 -0
- package/lib/icons/LoadingDotOutlined.d.ts +2 -0
- package/lib/icons/LoadingOutlined.cjs +8 -2
- package/lib/icons/LockOutlined.cjs +31 -0
- package/lib/icons/LockOutlined.d.ts +2 -0
- package/lib/icons/LogOutlined.cjs +34 -0
- package/lib/icons/LogOutlined.d.ts +2 -0
- package/lib/icons/LogoutOutlined.cjs +30 -0
- package/lib/icons/LogoutOutlined.d.ts +2 -0
- package/lib/icons/MailOutlined.cjs +28 -0
- package/lib/icons/MailOutlined.d.ts +2 -0
- package/lib/icons/MenuFoldOutlined.cjs +27 -0
- package/lib/icons/MenuFoldOutlined.d.ts +2 -0
- package/lib/icons/MenuUnfoldOutlined.cjs +27 -0
- package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
- package/lib/icons/MessageOutlined.cjs +49 -0
- package/lib/icons/MessageOutlined.d.ts +2 -0
- package/lib/icons/MinusCircleOutlined.cjs +30 -0
- package/lib/icons/MinusCircleOutlined.d.ts +2 -0
- package/lib/icons/MobileOutlined.cjs +36 -0
- package/lib/icons/MobileOutlined.d.ts +2 -0
- package/lib/icons/MoonOutlined.cjs +28 -0
- package/lib/icons/MoonOutlined.d.ts +2 -0
- package/lib/icons/MoreOutlined.cjs +41 -0
- package/lib/icons/MoreOutlined.d.ts +2 -0
- package/lib/icons/PauseFilled.cjs +29 -0
- package/lib/icons/PauseFilled.d.ts +2 -0
- package/lib/icons/PieChartOutlined.cjs +30 -0
- package/lib/icons/PieChartOutlined.d.ts +2 -0
- package/lib/icons/PlayFilled.cjs +25 -0
- package/lib/icons/PlayFilled.d.ts +2 -0
- package/lib/icons/PlusCircleOutlined.cjs +30 -0
- package/lib/icons/PlusCircleOutlined.d.ts +2 -0
- package/lib/icons/PlusOutlined.cjs +28 -0
- package/lib/icons/PlusOutlined.d.ts +2 -0
- package/lib/icons/ProtectOutlined.cjs +31 -0
- package/lib/icons/ProtectOutlined.d.ts +2 -0
- package/lib/icons/QuestionCircleFilled.cjs +25 -0
- package/lib/icons/QuestionCircleFilled.d.ts +2 -0
- package/lib/icons/QuestionCircleOutlined.cjs +38 -0
- package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
- package/lib/icons/ReloadOutlined.cjs +29 -0
- package/lib/icons/ReloadOutlined.d.ts +2 -0
- package/lib/icons/SearchOutlined.cjs +28 -0
- package/lib/icons/SearchOutlined.d.ts +2 -0
- package/lib/icons/SettingOutlined.cjs +30 -0
- package/lib/icons/SettingOutlined.d.ts +2 -0
- package/lib/icons/ShoppingOutlined.cjs +28 -0
- package/lib/icons/ShoppingOutlined.d.ts +2 -0
- package/lib/icons/SortOutlined.cjs +31 -0
- package/lib/icons/SortOutlined.d.ts +2 -0
- package/lib/icons/StarFilled.cjs +25 -0
- package/lib/icons/StarFilled.d.ts +2 -0
- package/lib/icons/StepBackwardFilled.cjs +32 -0
- package/lib/icons/StepBackwardFilled.d.ts +2 -0
- package/lib/icons/StepForwardFilled.cjs +32 -0
- package/lib/icons/StepForwardFilled.d.ts +2 -0
- package/lib/icons/SuitcaseOutlined.cjs +28 -0
- package/lib/icons/SuitcaseOutlined.d.ts +2 -0
- package/lib/icons/SunOutlined.cjs +28 -0
- package/lib/icons/SunOutlined.d.ts +2 -0
- package/lib/icons/SwapOutlined.cjs +31 -0
- package/lib/icons/SwapOutlined.d.ts +2 -0
- package/lib/icons/SyncOutlined.cjs +31 -0
- package/lib/icons/SyncOutlined.d.ts +2 -0
- package/lib/icons/TableOutlined.cjs +28 -0
- package/lib/icons/TableOutlined.d.ts +2 -0
- package/lib/icons/TagOutlined.cjs +30 -0
- package/lib/icons/TagOutlined.d.ts +2 -0
- package/lib/icons/TimerOutlined.cjs +30 -0
- package/lib/icons/TimerOutlined.d.ts +2 -0
- package/lib/icons/UndoOutlined.cjs +29 -0
- package/lib/icons/UndoOutlined.d.ts +2 -0
- package/lib/icons/UnlockOutlined.cjs +31 -0
- package/lib/icons/UnlockOutlined.d.ts +2 -0
- package/lib/icons/UploadOutlined.cjs +31 -0
- package/lib/icons/UploadOutlined.d.ts +2 -0
- package/lib/icons/UserOutlined.cjs +28 -0
- package/lib/icons/UserOutlined.d.ts +2 -0
- package/lib/icons/VerticalAlignMiddleOutlined.cjs +31 -0
- package/lib/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
- package/lib/icons/VerticalLeftOutlined.cjs +7 -2
- package/lib/icons/VerticalRightOutlined.cjs +7 -2
- package/lib/icons/WarningOutlined.cjs +41 -0
- package/lib/icons/WarningOutlined.d.ts +2 -0
- package/lib/icons/ZoomInOutlined.cjs +30 -0
- package/lib/icons/ZoomInOutlined.d.ts +2 -0
- package/lib/icons/ZoomOutOutlined.cjs +30 -0
- package/lib/icons/ZoomOutOutlined.d.ts +2 -0
- package/lib/icons/index.cjs +178 -0
- package/lib/icons/index.d.ts +89 -0
- package/lib/index.cjs +3 -49
- package/lib/index.d.ts +1 -9
- package/lib/style/themes/default.scss +14 -13
- package/lib/style/themes/rounded.scss +1 -2
- package/package.json +1 -1
|
@@ -8,6 +8,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
titleStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
9
9
|
bodyStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
10
10
|
toolsStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
11
|
+
titleProps: import("vue").PropType<import("../ele-app/plus").EleTextProps>;
|
|
12
|
+
subtitleProps: import("vue").PropType<import("../ele-app/plus").EleTextProps>;
|
|
11
13
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
14
|
title: StringConstructor;
|
|
13
15
|
subtitle: StringConstructor;
|
|
@@ -18,6 +20,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
20
|
titleStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
19
21
|
bodyStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
20
22
|
toolsStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
23
|
+
titleProps: import("vue").PropType<import("../ele-app/plus").EleTextProps>;
|
|
24
|
+
subtitleProps: import("vue").PropType<import("../ele-app/plus").EleTextProps>;
|
|
21
25
|
}>>, {
|
|
22
26
|
theme: import("./types").ToolbarTheme;
|
|
23
27
|
}, {}>;
|
package/es/ele-toolbar/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createBlock, withCtx, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, renderSlot } from "vue";
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, renderSlot } from "vue";
|
|
2
2
|
import EleText from "../ele-text/index";
|
|
3
3
|
import { toolbarProps } from "./props";
|
|
4
4
|
const _sfc_main = defineComponent({
|
|
@@ -27,24 +27,24 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
class: "ele-toolbar-title",
|
|
28
28
|
style: normalizeStyle(_ctx.titleStyle)
|
|
29
29
|
}, [
|
|
30
|
-
_ctx.title ? (openBlock(), createBlock(_component_EleText, {
|
|
30
|
+
_ctx.title ? (openBlock(), createBlock(_component_EleText, mergeProps({
|
|
31
31
|
key: 0,
|
|
32
32
|
type: "heading"
|
|
33
|
-
}, {
|
|
33
|
+
}, _ctx.titleProps || {}), {
|
|
34
34
|
default: withCtx(() => [
|
|
35
35
|
createTextVNode(toDisplayString(_ctx.title), 1)
|
|
36
36
|
]),
|
|
37
37
|
_: 1
|
|
38
|
-
})) : createCommentVNode("", true),
|
|
39
|
-
_ctx.subtitle ? (openBlock(), createBlock(_component_EleText, {
|
|
38
|
+
}, 16)) : createCommentVNode("", true),
|
|
39
|
+
_ctx.subtitle ? (openBlock(), createBlock(_component_EleText, mergeProps({
|
|
40
40
|
key: 1,
|
|
41
41
|
size: "xs"
|
|
42
|
-
}, {
|
|
42
|
+
}, _ctx.subtitleProps || {}), {
|
|
43
43
|
default: withCtx(() => [
|
|
44
44
|
createTextVNode(toDisplayString(_ctx.subtitle), 1)
|
|
45
45
|
]),
|
|
46
46
|
_: 1
|
|
47
|
-
})) : createCommentVNode("", true)
|
|
47
|
+
}, 16)) : createCommentVNode("", true)
|
|
48
48
|
], 4)) : createCommentVNode("", true),
|
|
49
49
|
createElementVNode("div", {
|
|
50
50
|
class: "ele-toolbar-body",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
import type { EleTextProps } from '../ele-app/plus';
|
|
2
3
|
import type { ToolbarTheme } from './types';
|
|
3
4
|
/**
|
|
4
5
|
* 属性
|
|
@@ -19,5 +20,9 @@ export declare const toolbarProps: {
|
|
|
19
20
|
bodyStyle: PropType<Partial<import("vue").CSSProperties>>;
|
|
20
21
|
/** 按钮区样式 */
|
|
21
22
|
toolsStyle: PropType<Partial<import("vue").CSSProperties>>;
|
|
23
|
+
/** 标题组件属性 */
|
|
24
|
+
titleProps: PropType<EleTextProps>;
|
|
25
|
+
/** 二级标题组件属性 */
|
|
26
|
+
subtitleProps: PropType<EleTextProps>;
|
|
22
27
|
};
|
|
23
28
|
export type ToolbarProps = ExtractPropTypes<typeof toolbarProps>;
|
package/es/ele-toolbar/props.js
CHANGED
|
@@ -18,10 +18,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
required: boolean;
|
|
19
19
|
};
|
|
20
20
|
showCheckedStrategy: import("vue").PropType<import("./types").ShowCheckedStrategy>;
|
|
21
|
+
checkedValueStrategy: BooleanConstructor;
|
|
21
22
|
maxTagCount: NumberConstructor;
|
|
22
|
-
maxTagTextLength: NumberConstructor;
|
|
23
|
+
maxTagTextLength: NumberConstructor;
|
|
23
24
|
tagType: {
|
|
24
|
-
type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "
|
|
25
|
+
type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
25
26
|
default: string;
|
|
26
27
|
};
|
|
27
28
|
automaticDropdown: BooleanConstructor;
|
|
@@ -35,6 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
36
|
default: boolean;
|
|
36
37
|
};
|
|
37
38
|
placement: {
|
|
39
|
+
/** 下拉框类名 */
|
|
38
40
|
type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>;
|
|
39
41
|
default: string;
|
|
40
42
|
};
|
|
@@ -42,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
44
|
type: StringConstructor;
|
|
43
45
|
default: string;
|
|
44
46
|
};
|
|
45
|
-
popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>;
|
|
47
|
+
popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>; /** 树配置选项 */
|
|
46
48
|
popperClass: StringConstructor;
|
|
47
49
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
48
50
|
selectStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
@@ -74,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
76
|
onTreeCollapse: () => void;
|
|
75
77
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
76
78
|
'update:modelValue': (_value: SelectValue) => boolean;
|
|
77
|
-
change: (_value: SelectValue) => boolean;
|
|
79
|
+
change: (_value: SelectValue) => boolean;
|
|
78
80
|
visibleChange: (_visible: boolean) => boolean;
|
|
79
81
|
removeTag: (_value: SingleValue) => boolean;
|
|
80
82
|
clear: () => boolean;
|
|
@@ -96,10 +98,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
96
98
|
required: boolean;
|
|
97
99
|
};
|
|
98
100
|
showCheckedStrategy: import("vue").PropType<import("./types").ShowCheckedStrategy>;
|
|
101
|
+
checkedValueStrategy: BooleanConstructor;
|
|
99
102
|
maxTagCount: NumberConstructor;
|
|
100
|
-
maxTagTextLength: NumberConstructor;
|
|
103
|
+
maxTagTextLength: NumberConstructor;
|
|
101
104
|
tagType: {
|
|
102
|
-
type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "
|
|
105
|
+
type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
103
106
|
default: string;
|
|
104
107
|
};
|
|
105
108
|
automaticDropdown: BooleanConstructor;
|
|
@@ -113,6 +116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
116
|
default: boolean;
|
|
114
117
|
};
|
|
115
118
|
placement: {
|
|
119
|
+
/** 下拉框类名 */
|
|
116
120
|
type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>;
|
|
117
121
|
default: string;
|
|
118
122
|
};
|
|
@@ -120,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
124
|
type: StringConstructor;
|
|
121
125
|
default: string;
|
|
122
126
|
};
|
|
123
|
-
popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>;
|
|
127
|
+
popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>; /** 树配置选项 */
|
|
124
128
|
popperClass: StringConstructor;
|
|
125
129
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
126
130
|
selectStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
@@ -142,8 +146,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
146
|
persistent: boolean;
|
|
143
147
|
transition: string;
|
|
144
148
|
multiple: boolean;
|
|
145
|
-
tagType: import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "
|
|
149
|
+
tagType: import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined;
|
|
146
150
|
automaticDropdown: boolean;
|
|
147
151
|
filterable: boolean;
|
|
152
|
+
checkedValueStrategy: boolean;
|
|
148
153
|
}, {}>;
|
|
149
154
|
export default _default;
|
|
@@ -3,7 +3,7 @@ import { ElTreeV2 } from "element-plus";
|
|
|
3
3
|
import { findTree } from "../utils/core";
|
|
4
4
|
import EleBasicSelect from "../ele-basic-select/index";
|
|
5
5
|
import { isEmptyValue, valueIsChanged } from "../ele-basic-select/util";
|
|
6
|
-
import { getNormalSelectedItems, checkSelectedItems, getTreeSelectedItems, isCheckAll } from "./util";
|
|
6
|
+
import { getModelValue, getNormalSelectedItems, checkSelectedItems, getTreeSelectedItems, isCheckAll } from "./util";
|
|
7
7
|
import { treeSelectProps, treeSelectEmits } from "./props";
|
|
8
8
|
const _sfc_main = defineComponent({
|
|
9
9
|
name: "EleTreeSelect",
|
|
@@ -158,7 +158,9 @@ const _sfc_main = defineComponent({
|
|
|
158
158
|
treeRef.value && treeRef.value.setChecked(item.value, false);
|
|
159
159
|
const keys = treeRef.value && treeRef.value.getCheckedKeys() || [];
|
|
160
160
|
selectedItems.value = getMultipleSelected(keys);
|
|
161
|
-
updateModelValue(
|
|
161
|
+
updateModelValue(
|
|
162
|
+
getModelValue(keys, selectedItems.value, props.checkedValueStrategy)
|
|
163
|
+
);
|
|
162
164
|
emit("removeTag", item.value);
|
|
163
165
|
};
|
|
164
166
|
const onSelectClear = () => {
|
|
@@ -233,13 +235,17 @@ const _sfc_main = defineComponent({
|
|
|
233
235
|
}
|
|
234
236
|
const keys = treeRef.value && treeRef.value.getCheckedKeys() || [];
|
|
235
237
|
selectedItems.value = getMultipleSelected(keys);
|
|
236
|
-
updateModelValue(
|
|
238
|
+
updateModelValue(
|
|
239
|
+
getModelValue(keys, selectedItems.value, props.checkedValueStrategy)
|
|
240
|
+
);
|
|
237
241
|
}
|
|
238
242
|
};
|
|
239
243
|
const onTreeCheck = () => {
|
|
240
244
|
const keys = treeRef.value && treeRef.value.getCheckedKeys() || [];
|
|
241
245
|
selectedItems.value = getMultipleSelected(keys);
|
|
242
|
-
updateModelValue(
|
|
246
|
+
updateModelValue(
|
|
247
|
+
getModelValue(keys, selectedItems.value, props.checkedValueStrategy)
|
|
248
|
+
);
|
|
243
249
|
focusSearchInput();
|
|
244
250
|
};
|
|
245
251
|
const onTreeExpand = () => {
|
|
@@ -251,7 +257,12 @@ const _sfc_main = defineComponent({
|
|
|
251
257
|
watch(
|
|
252
258
|
() => props.modelValue,
|
|
253
259
|
(modelValue) => {
|
|
254
|
-
|
|
260
|
+
if (!props.multiple || !props.checkedValueStrategy) {
|
|
261
|
+
updateSelectedItems(modelValue);
|
|
262
|
+
} else {
|
|
263
|
+
const keys = treeRef.value && treeRef.value.getCheckedKeys() || [];
|
|
264
|
+
updateSelectedItems(keys);
|
|
265
|
+
}
|
|
255
266
|
},
|
|
256
267
|
{ deep: true }
|
|
257
268
|
);
|
|
@@ -282,10 +293,42 @@ const _sfc_main = defineComponent({
|
|
|
282
293
|
}],
|
|
283
294
|
() => {
|
|
284
295
|
if (props.multiple && !isEmptyValue(props.modelValue) && props.modelValue.length) {
|
|
285
|
-
|
|
296
|
+
if (!props.checkedValueStrategy) {
|
|
297
|
+
const values = props.modelValue;
|
|
298
|
+
selectedItems.value = getMultipleSelected(values);
|
|
299
|
+
updateModelValue(
|
|
300
|
+
getModelValue(
|
|
301
|
+
values,
|
|
302
|
+
selectedItems.value,
|
|
303
|
+
props.checkedValueStrategy
|
|
304
|
+
)
|
|
305
|
+
);
|
|
306
|
+
} else {
|
|
307
|
+
const keys = treeRef.value && treeRef.value.getCheckedKeys() || [];
|
|
308
|
+
selectedItems.value = getMultipleSelected(keys);
|
|
309
|
+
updateModelValue(
|
|
310
|
+
getModelValue(
|
|
311
|
+
keys,
|
|
312
|
+
selectedItems.value,
|
|
313
|
+
props.checkedValueStrategy
|
|
314
|
+
)
|
|
315
|
+
);
|
|
316
|
+
}
|
|
286
317
|
}
|
|
287
318
|
}
|
|
288
319
|
);
|
|
320
|
+
watch(
|
|
321
|
+
() => props.checkedValueStrategy,
|
|
322
|
+
() => {
|
|
323
|
+
if (!props.multiple) {
|
|
324
|
+
return;
|
|
325
|
+
}
|
|
326
|
+
const keys = treeRef.value && treeRef.value.getCheckedKeys() || [];
|
|
327
|
+
updateModelValue(
|
|
328
|
+
getModelValue(keys, selectedItems.value, props.checkedValueStrategy)
|
|
329
|
+
);
|
|
330
|
+
}
|
|
331
|
+
);
|
|
289
332
|
watch(
|
|
290
333
|
() => props.disabled,
|
|
291
334
|
(disabled) => {
|
|
@@ -30,13 +30,15 @@ export declare const treeSelectProps: {
|
|
|
30
30
|
};
|
|
31
31
|
/** 多选标签显示策略 */
|
|
32
32
|
showCheckedStrategy: PropType<ShowCheckedStrategy>;
|
|
33
|
+
/** 多选值绑定策略 */
|
|
34
|
+
checkedValueStrategy: BooleanConstructor;
|
|
33
35
|
/** 多选标签最大显示数量 */
|
|
34
36
|
maxTagCount: NumberConstructor;
|
|
35
37
|
/** 多选标签最大显示文本长度 */
|
|
36
38
|
maxTagTextLength: NumberConstructor;
|
|
37
39
|
/** 多选标签类型 */
|
|
38
40
|
tagType: {
|
|
39
|
-
type: PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "
|
|
41
|
+
type: PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
40
42
|
default: string;
|
|
41
43
|
};
|
|
42
44
|
/** 是否在输入框获得焦点后自动弹出选项菜单 */
|
|
@@ -46,3 +46,10 @@ export declare function checkSelectedItems(selected: SelectedItem[], checkedKeys
|
|
|
46
46
|
* @param disabledKey 禁用键名
|
|
47
47
|
*/
|
|
48
48
|
export declare function isCheckAll(data: TreeData | null | undefined, checkedKeys: MultipleValue | null | undefined, valueKey: string, childrenKey: string, disabledKey: string): any;
|
|
49
|
+
/**
|
|
50
|
+
* 获取选中值
|
|
51
|
+
* @param keys 全部选中节点值
|
|
52
|
+
* @param selected 选中的标签数据
|
|
53
|
+
* @param checkedValueStrategy 多选值绑定策略
|
|
54
|
+
*/
|
|
55
|
+
export declare function getModelValue(keys: MultipleValue, selected: SelectedItem[], checkedValueStrategy?: boolean): MultipleValue;
|
|
@@ -119,9 +119,22 @@ function isCheckAll(data, checkedKeys, valueKey, childrenKey, disabledKey) {
|
|
|
119
119
|
return false;
|
|
120
120
|
});
|
|
121
121
|
}
|
|
122
|
+
function getModelValue(keys, selected, checkedValueStrategy) {
|
|
123
|
+
if (!checkedValueStrategy) {
|
|
124
|
+
return keys;
|
|
125
|
+
}
|
|
126
|
+
const ids = [];
|
|
127
|
+
selected.forEach((d) => {
|
|
128
|
+
if (!d.hide) {
|
|
129
|
+
ids.push(d.value);
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
return ids;
|
|
133
|
+
}
|
|
122
134
|
export {
|
|
123
135
|
checkSelectedItems,
|
|
124
136
|
getKeysAndList,
|
|
137
|
+
getModelValue,
|
|
125
138
|
getNormalSelectedItems,
|
|
126
139
|
getTreeSelectedItems,
|
|
127
140
|
isCheckAll
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, renderSlot, createBlock, createVNode, withCtx, withModifiers, createCommentVNode, createElementVNode, toDisplayString, mergeProps } from "vue";
|
|
2
|
-
import { Close, Refresh, Document } from "@element-plus/icons-vue";
|
|
3
2
|
import { ElImage, ElProgress, ElIcon } from "element-plus";
|
|
3
|
+
import { CloseOutlined, SyncOutlined, FileOutlined } from "../../icons";
|
|
4
4
|
import EleTooltip from "../../ele-tooltip/index";
|
|
5
5
|
const _sfc_main = defineComponent({
|
|
6
6
|
name: "ListItem",
|
|
7
7
|
components: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
CloseOutlined,
|
|
9
|
+
SyncOutlined,
|
|
10
|
+
FileOutlined,
|
|
11
11
|
ElImage,
|
|
12
12
|
ElProgress,
|
|
13
13
|
ElIcon,
|
|
@@ -72,11 +72,11 @@ const _hoisted_5 = {
|
|
|
72
72
|
};
|
|
73
73
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
74
74
|
const _component_ElImage = resolveComponent("ElImage");
|
|
75
|
-
const
|
|
75
|
+
const _component_FileOutlined = resolveComponent("FileOutlined");
|
|
76
76
|
const _component_ElIcon = resolveComponent("ElIcon");
|
|
77
|
-
const
|
|
77
|
+
const _component_CloseOutlined = resolveComponent("CloseOutlined");
|
|
78
78
|
const _component_ElProgress = resolveComponent("ElProgress");
|
|
79
|
-
const
|
|
79
|
+
const _component_SyncOutlined = resolveComponent("SyncOutlined");
|
|
80
80
|
const _component_EleTooltip = resolveComponent("EleTooltip");
|
|
81
81
|
return openBlock(), createElementBlock("div", {
|
|
82
82
|
title: _ctx.item.name,
|
|
@@ -91,7 +91,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
91
91
|
}, null, 8, ["src"])) : (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
92
92
|
createVNode(_component_ElIcon, null, {
|
|
93
93
|
default: withCtx(() => [
|
|
94
|
-
createVNode(
|
|
94
|
+
createVNode(_component_FileOutlined)
|
|
95
95
|
]),
|
|
96
96
|
_: 1
|
|
97
97
|
})
|
|
@@ -105,7 +105,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
105
105
|
renderSlot(_ctx.$slots, "remove", { item: _ctx.item }, () => [
|
|
106
106
|
createVNode(_component_ElIcon, null, {
|
|
107
107
|
default: withCtx(() => [
|
|
108
|
-
createVNode(
|
|
108
|
+
createVNode(_component_CloseOutlined, { style: { "transform": "scale(0.92)", "transform-origin": "top right" } })
|
|
109
109
|
]),
|
|
110
110
|
_: 1
|
|
111
111
|
})
|
|
@@ -131,7 +131,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
131
131
|
default: withCtx(() => [
|
|
132
132
|
createVNode(_component_ElIcon, null, {
|
|
133
133
|
default: withCtx(() => [
|
|
134
|
-
createVNode(
|
|
134
|
+
createVNode(_component_SyncOutlined)
|
|
135
135
|
]),
|
|
136
136
|
_: 1
|
|
137
137
|
})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, onDeactivated, nextTick, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createVNode, normalizeStyle, normalizeClass, createSlots, renderList, renderSlot, normalizeProps, guardReactiveProps, createElementBlock, createCommentVNode, createElementVNode } from "vue";
|
|
2
2
|
import VueDraggable from "vuedraggable";
|
|
3
3
|
import { ElUpload, ElImage, ElIcon } from "element-plus";
|
|
4
|
-
import { Plus } from "@element-plus/icons-vue";
|
|
5
4
|
import { uuid } from "../utils/core";
|
|
6
5
|
import { useLicense, useLocale } from "../ele-config-provider/receiver";
|
|
6
|
+
import { PlusOutlined } from "../icons";
|
|
7
7
|
import ListItem from "./components/list-item";
|
|
8
8
|
import { uploadListProps, uploadListEmits } from "./props";
|
|
9
9
|
const _sfc_main = defineComponent({
|
|
@@ -13,7 +13,7 @@ const _sfc_main = defineComponent({
|
|
|
13
13
|
ElUpload,
|
|
14
14
|
ElImage,
|
|
15
15
|
ElIcon,
|
|
16
|
-
|
|
16
|
+
PlusOutlined,
|
|
17
17
|
ListItem
|
|
18
18
|
},
|
|
19
19
|
props: uploadListProps,
|
|
@@ -123,7 +123,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
123
123
|
const _hoisted_1 = { style: { "display": "none" } };
|
|
124
124
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
125
125
|
const _component_ListItem = resolveComponent("ListItem");
|
|
126
|
-
const
|
|
126
|
+
const _component_PlusOutlined = resolveComponent("PlusOutlined");
|
|
127
127
|
const _component_ElIcon = resolveComponent("ElIcon");
|
|
128
128
|
const _component_ElUpload = resolveComponent("ElUpload");
|
|
129
129
|
const _component_ElImage = resolveComponent("ElImage");
|
|
@@ -173,7 +173,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
173
173
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
174
174
|
createVNode(_component_ElIcon, { class: "ele-upload-icon" }, {
|
|
175
175
|
default: withCtx(() => [
|
|
176
|
-
createVNode(
|
|
176
|
+
createVNode(_component_PlusOutlined)
|
|
177
177
|
]),
|
|
178
178
|
_: 1
|
|
179
179
|
})
|
|
@@ -65,6 +65,10 @@
|
|
|
65
65
|
color: elVar('text-color', 'secondary');
|
|
66
66
|
text-align: center;
|
|
67
67
|
font-size: 22px;
|
|
68
|
+
|
|
69
|
+
& > .el-icon {
|
|
70
|
+
color: elVar('text-color', 'placeholder');
|
|
71
|
+
}
|
|
68
72
|
}
|
|
69
73
|
|
|
70
74
|
.ele-upload-progress {
|
|
@@ -83,7 +87,7 @@
|
|
|
83
87
|
display: flex;
|
|
84
88
|
flex-direction: column;
|
|
85
89
|
justify-content: center;
|
|
86
|
-
background: rgba(0, 0, 0, 0.
|
|
90
|
+
background: rgba(0, 0, 0, 0.68);
|
|
87
91
|
box-sizing: border-box;
|
|
88
92
|
padding: 0 6px;
|
|
89
93
|
line-height: 1;
|
|
@@ -101,8 +105,8 @@
|
|
|
101
105
|
|
|
102
106
|
.ele-upload-retry {
|
|
103
107
|
flex-shrink: 0;
|
|
104
|
-
font-size:
|
|
105
|
-
margin:
|
|
108
|
+
font-size: 16px;
|
|
109
|
+
margin: 8px 3px 0 3px;
|
|
106
110
|
display: flex;
|
|
107
111
|
align-items: center;
|
|
108
112
|
justify-content: center;
|
|
@@ -159,7 +163,11 @@
|
|
|
159
163
|
|
|
160
164
|
.ele-upload-icon {
|
|
161
165
|
font-size: 22px;
|
|
162
|
-
color: elVar('text-color', '
|
|
166
|
+
color: elVar('text-color', 'placeholder');
|
|
167
|
+
|
|
168
|
+
& > svg {
|
|
169
|
+
stroke-width: 3.8;
|
|
170
|
+
}
|
|
163
171
|
}
|
|
164
172
|
}
|
|
165
173
|
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode, Fragment, createCommentVNode, withModifiers, createVNode, withCtx, createBlock, normalizeProps, mergeProps, createTextVNode, toDisplayString } from "vue";
|
|
2
2
|
import { ElIcon } from "element-plus";
|
|
3
|
-
import { Loading } from "@element-plus/icons-vue";
|
|
4
3
|
import { getValue } from "../../ele-data-table/util";
|
|
5
|
-
import { ArrowDown } from "../../icons";
|
|
4
|
+
import { ArrowDown, LoadingDotOutlined } from "../../icons";
|
|
6
5
|
import CellCheckbox from "./cell-checkbox";
|
|
7
6
|
import { CellRender } from "../util";
|
|
8
7
|
const _sfc_main = defineComponent({
|
|
9
8
|
name: "BodyCell",
|
|
10
|
-
components: {
|
|
9
|
+
components: {
|
|
10
|
+
ElIcon,
|
|
11
|
+
ArrowDown,
|
|
12
|
+
LoadingDotOutlined,
|
|
13
|
+
CellCheckbox,
|
|
14
|
+
CellRender
|
|
15
|
+
},
|
|
11
16
|
props: {
|
|
12
17
|
/** 当前列配置 */
|
|
13
18
|
column: Object,
|
|
@@ -352,7 +357,7 @@ const _hoisted_1 = {
|
|
|
352
357
|
class: "ele-table-placeholder"
|
|
353
358
|
};
|
|
354
359
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
355
|
-
const
|
|
360
|
+
const _component_LoadingDotOutlined = resolveComponent("LoadingDotOutlined");
|
|
356
361
|
const _component_ArrowDown = resolveComponent("ArrowDown");
|
|
357
362
|
const _component_ElIcon = resolveComponent("ElIcon");
|
|
358
363
|
const _component_CellRender = resolveComponent("CellRender");
|
|
@@ -385,7 +390,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
385
390
|
class: normalizeClass({ "is-loading": _ctx.loading })
|
|
386
391
|
}, {
|
|
387
392
|
default: withCtx(() => [
|
|
388
|
-
_ctx.loading ? (openBlock(), createBlock(
|
|
393
|
+
_ctx.loading ? (openBlock(), createBlock(_component_LoadingDotOutlined, { key: 0 })) : (openBlock(), createBlock(_component_ArrowDown, { key: 1 }))
|
|
389
394
|
]),
|
|
390
395
|
_: 1
|
|
391
396
|
}, 8, ["class"])
|
|
@@ -286,8 +286,9 @@
|
|
|
286
286
|
& > .el-icon {
|
|
287
287
|
transition: all $ele-transition;
|
|
288
288
|
|
|
289
|
-
& >
|
|
289
|
+
& > .ele-arrow-down {
|
|
290
290
|
stroke-width: 4.6;
|
|
291
|
+
transform: translateY(0.4px);
|
|
291
292
|
}
|
|
292
293
|
}
|
|
293
294
|
|
|
@@ -306,7 +307,7 @@
|
|
|
306
307
|
width: 16px;
|
|
307
308
|
height: 16px;
|
|
308
309
|
display: inline-flex;
|
|
309
|
-
vertical-align: -
|
|
310
|
+
vertical-align: -2px;
|
|
310
311
|
}
|
|
311
312
|
|
|
312
313
|
.ele-table-expand,
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "AnalysisOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linejoin": "round"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M0.3 7H47.7M6 7V34H42V7M19 34 12 45M29 34 36 45" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M16 22V27" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M24 18V27" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M32 14V27" }, null, -1);
|
|
23
|
+
const _hoisted_6 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3,
|
|
26
|
+
_hoisted_4,
|
|
27
|
+
_hoisted_5
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_6);
|
|
31
|
+
}
|
|
32
|
+
const AnalysisOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export {
|
|
34
|
+
AnalysisOutlined as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createStaticVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "ApplicationOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<circle cx="9" cy="9" r="4"></circle><circle cx="9" cy="24" r="4"></circle><circle cx="9" cy="39" r="4"></circle><circle cx="24" cy="9" r="4"></circle><circle cx="24" cy="24" r="4"></circle><circle cx="24" cy="39" r="4"></circle><circle cx="39" cy="9" r="4"></circle><circle cx="39" cy="24" r="4"></circle><circle cx="39" cy="39" r="4"></circle>', 9);
|
|
17
|
+
const _hoisted_11 = [
|
|
18
|
+
_hoisted_2
|
|
19
|
+
];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_11);
|
|
22
|
+
}
|
|
23
|
+
const ApplicationOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
24
|
+
export {
|
|
25
|
+
ApplicationOutlined as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "AppstoreAddOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linecap": "round"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M18 6H8C7 6 6 7 6 8V18C6 19 7 20 8 20H18C19 20 20 19 20 18V8C20 7 19 6 18 6Z" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M40 6H30C29 6 28 7 28 8V18C28 19 29 20 30 20H40C41 20 42 19 42 18V8C42 7 41 6 40 6Z" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M40 28H30C29 28 28 29 28 30V40C28 41 29 42 30 42H40C41 42 42 41 42 40V30C42 29 41 28 40 28Z" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M12 27V45M3 36H21" }, null, -1);
|
|
23
|
+
const _hoisted_6 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3,
|
|
26
|
+
_hoisted_4,
|
|
27
|
+
_hoisted_5
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_6);
|
|
31
|
+
}
|
|
32
|
+
const AppstoreAddOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export {
|
|
34
|
+
AppstoreAddOutlined as default
|
|
35
|
+
};
|