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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent, ref, watch, resolveComponent, openBlock,
|
|
2
|
-
import { ElEmpty } from "element-plus";
|
|
1
|
+
import { defineComponent, ref, watch, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeStyle, createElementBlock, Fragment, renderList, normalizeClass, renderSlot, createVNode, mergeProps, createCommentVNode } from "vue";
|
|
2
|
+
import { ElEmpty, ElScrollbar } from "element-plus";
|
|
3
3
|
import EleTooltip from "../../ele-tooltip/index";
|
|
4
4
|
const _sfc_main = defineComponent({
|
|
5
5
|
name: "IconGrid",
|
|
6
|
-
components: { ElEmpty, EleTooltip },
|
|
6
|
+
components: { ElEmpty, ElScrollbar, EleTooltip },
|
|
7
7
|
props: {
|
|
8
8
|
/** 选中的图标 */
|
|
9
9
|
icon: String,
|
|
@@ -74,48 +74,51 @@ const _export_sfc = (sfc, props) => {
|
|
|
74
74
|
}
|
|
75
75
|
return target;
|
|
76
76
|
};
|
|
77
|
-
const _hoisted_1 =
|
|
78
|
-
const _hoisted_2 =
|
|
79
|
-
const _hoisted_3 = {
|
|
77
|
+
const _hoisted_1 = ["title", "onClick", "onMouseover"];
|
|
78
|
+
const _hoisted_2 = {
|
|
80
79
|
key: 0,
|
|
81
80
|
class: "ele-icon-select-empty"
|
|
82
81
|
};
|
|
83
82
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
84
83
|
const _component_ElEmpty = resolveComponent("ElEmpty");
|
|
85
84
|
const _component_EleTooltip = resolveComponent("EleTooltip");
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
85
|
+
const _component_ElScrollbar = resolveComponent("ElScrollbar");
|
|
86
|
+
return openBlock(), createBlock(_component_ElScrollbar, { class: "ele-icon-select-body" }, {
|
|
87
|
+
default: withCtx(() => [
|
|
88
|
+
createElementVNode("div", {
|
|
89
|
+
class: "ele-icon-select-grid",
|
|
90
|
+
style: normalizeStyle(_ctx.gridStyle)
|
|
91
|
+
}, [
|
|
92
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.data, (d, i) => {
|
|
93
|
+
return openBlock(), createElementBlock("div", {
|
|
94
|
+
key: i + "-" + d,
|
|
95
|
+
class: normalizeClass(["ele-icon-select-item", { "is-active": _ctx.icon && d === _ctx.icon }]),
|
|
96
|
+
title: _ctx.tooltip ? void 0 : d,
|
|
97
|
+
style: normalizeStyle(_ctx.itemStyle),
|
|
98
|
+
onClick: ($event) => _ctx.onItemClick(d),
|
|
99
|
+
onMouseover: (e) => _ctx.onItemHover(d, e)
|
|
100
|
+
}, [
|
|
101
|
+
renderSlot(_ctx.$slots, "icon", { icon: d })
|
|
102
|
+
], 46, _hoisted_1);
|
|
103
|
+
}), 128))
|
|
104
|
+
], 4),
|
|
105
|
+
!_ctx.data || !_ctx.data.length ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
106
|
+
createVNode(_component_ElEmpty, mergeProps({ imageSize: 60 }, _ctx.emptyProps), null, 16)
|
|
107
|
+
])) : createCommentVNode("", true),
|
|
108
|
+
createVNode(_component_EleTooltip, mergeProps({
|
|
109
|
+
placement: "top",
|
|
110
|
+
offset: 6,
|
|
111
|
+
teleported: false
|
|
112
|
+
}, _ctx.tooltipProps || {}, {
|
|
113
|
+
visible: _ctx.tooltipVisible,
|
|
114
|
+
content: _ctx.tooltipContent,
|
|
115
|
+
virtualRef: _ctx.virtualRef,
|
|
116
|
+
virtualTriggering: true,
|
|
117
|
+
"onUpdate:visible": _ctx.updateTooltipVisible
|
|
118
|
+
}), null, 16, ["visible", "content", "virtualRef", "onUpdate:visible"])
|
|
119
|
+
]),
|
|
120
|
+
_: 3
|
|
121
|
+
});
|
|
119
122
|
}
|
|
120
123
|
const iconGrid = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
121
124
|
export {
|
|
@@ -173,10 +173,12 @@
|
|
|
173
173
|
.ele-icon-select-body {
|
|
174
174
|
flex: 1;
|
|
175
175
|
height: 100%;
|
|
176
|
-
padding: eleVar('icon', 'body-padding');
|
|
177
176
|
box-sizing: border-box;
|
|
178
|
-
overflow:
|
|
179
|
-
|
|
177
|
+
overflow: hidden;
|
|
178
|
+
|
|
179
|
+
& > .el-scrollbar__wrap > .el-scrollbar__view {
|
|
180
|
+
padding: eleVar('icon', 'body-padding');
|
|
181
|
+
}
|
|
180
182
|
}
|
|
181
183
|
|
|
182
184
|
.ele-icon-select-grid {
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
keywordMode: BooleanConstructor;
|
|
42
|
+
keywordMode: BooleanConstructor;
|
|
43
43
|
searchPlaceholder: StringConstructor;
|
|
44
44
|
markerSrc: {
|
|
45
45
|
type: StringConstructor;
|
|
@@ -47,15 +47,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
mapKey: StringConstructor;
|
|
49
49
|
mapVersion: {
|
|
50
|
-
type: StringConstructor;
|
|
50
|
+
type: StringConstructor; /** 确定按钮请求状态 */
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
mapStyle: StringConstructor;
|
|
53
|
+
mapStyle: StringConstructor;
|
|
54
54
|
darkMode: BooleanConstructor;
|
|
55
|
-
okText: StringConstructor;
|
|
55
|
+
okText: StringConstructor; /** 输入建议数据 */
|
|
56
56
|
emptyProps: import("vue").PropType<import("../../ele-app/el").ElEmptyProps>;
|
|
57
|
-
|
|
58
|
-
headerStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>; /** 选中数据 */
|
|
57
|
+
headerStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
59
58
|
}, {
|
|
60
59
|
mapRef: import("vue").Ref<HTMLDivElement | null>;
|
|
61
60
|
loading: import("vue").Ref<boolean>;
|
|
@@ -154,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
153
|
type: StringConstructor;
|
|
155
154
|
default: string;
|
|
156
155
|
};
|
|
157
|
-
keywordMode: BooleanConstructor;
|
|
156
|
+
keywordMode: BooleanConstructor;
|
|
158
157
|
searchPlaceholder: StringConstructor;
|
|
159
158
|
markerSrc: {
|
|
160
159
|
type: StringConstructor;
|
|
@@ -162,15 +161,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
162
161
|
};
|
|
163
162
|
mapKey: StringConstructor;
|
|
164
163
|
mapVersion: {
|
|
165
|
-
type: StringConstructor;
|
|
164
|
+
type: StringConstructor; /** 确定按钮请求状态 */
|
|
166
165
|
default: string;
|
|
167
166
|
};
|
|
168
|
-
mapStyle: StringConstructor;
|
|
167
|
+
mapStyle: StringConstructor;
|
|
169
168
|
darkMode: BooleanConstructor;
|
|
170
|
-
okText: StringConstructor;
|
|
169
|
+
okText: StringConstructor; /** 输入建议数据 */
|
|
171
170
|
emptyProps: import("vue").PropType<import("../../ele-app/el").ElEmptyProps>;
|
|
172
|
-
|
|
173
|
-
headerStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>; /** 选中数据 */
|
|
171
|
+
headerStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
174
172
|
}>> & {
|
|
175
173
|
onDone?: ((_result: CenterPoint) => any) | undefined;
|
|
176
174
|
onMapDone?: ((_ins: any) => any) | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch, onMounted, onBeforeUnmount, nextTick, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeStyle, createVNode, toDisplayString, createElementBlock, Fragment, normalizeClass, createCommentVNode, renderList, mergeProps } from "vue";
|
|
2
2
|
import AMapLoader from "@amap/amap-jsapi-loader";
|
|
3
3
|
import { ElAutocomplete, ElInput, ElButton, ElIcon, ElEmpty } from "element-plus";
|
|
4
|
-
import {
|
|
4
|
+
import { PlusOutlined, EnvironmentOutlined, CheckCircleOutlined, CheckOutlined, SearchOutlined } from "../../icons";
|
|
5
5
|
import { useLicense } from "../../ele-config-provider/receiver";
|
|
6
6
|
import EleLoading from "../../ele-loading/index";
|
|
7
7
|
import { mapProps } from "../props";
|
|
@@ -15,11 +15,11 @@ const _sfc_main = defineComponent({
|
|
|
15
15
|
ElButton,
|
|
16
16
|
ElIcon,
|
|
17
17
|
ElEmpty,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
PlusOutlined,
|
|
19
|
+
EnvironmentOutlined,
|
|
20
|
+
CheckCircleOutlined,
|
|
21
|
+
CheckOutlined,
|
|
22
|
+
SearchOutlined
|
|
23
23
|
},
|
|
24
24
|
props: mapProps,
|
|
25
25
|
emits: {
|
|
@@ -439,7 +439,7 @@ const _hoisted_2 = { class: "ele-map-suggest-title" };
|
|
|
439
439
|
const _hoisted_3 = { class: "ele-map-suggest-text" };
|
|
440
440
|
const _hoisted_4 = { class: "ele-map-view-main" };
|
|
441
441
|
const _hoisted_5 = ["src"];
|
|
442
|
-
const _hoisted_6 = { class: "ele-map-view-
|
|
442
|
+
const _hoisted_6 = { class: "ele-map-view-list" };
|
|
443
443
|
const _hoisted_7 = ["onClick"];
|
|
444
444
|
const _hoisted_8 = { class: "ele-map-view-item-title" };
|
|
445
445
|
const _hoisted_9 = {
|
|
@@ -456,15 +456,15 @@ const _hoisted_11 = {
|
|
|
456
456
|
};
|
|
457
457
|
const _hoisted_12 = { class: "ele-map-view-message" };
|
|
458
458
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
459
|
-
const
|
|
459
|
+
const _component_SearchOutlined = resolveComponent("SearchOutlined");
|
|
460
460
|
const _component_ElIcon = resolveComponent("ElIcon");
|
|
461
461
|
const _component_ElInput = resolveComponent("ElInput");
|
|
462
462
|
const _component_ElAutocomplete = resolveComponent("ElAutocomplete");
|
|
463
|
-
const
|
|
463
|
+
const _component_CheckOutlined = resolveComponent("CheckOutlined");
|
|
464
464
|
const _component_ElButton = resolveComponent("ElButton");
|
|
465
|
-
const
|
|
466
|
-
const
|
|
467
|
-
const
|
|
465
|
+
const _component_PlusOutlined = resolveComponent("PlusOutlined");
|
|
466
|
+
const _component_EnvironmentOutlined = resolveComponent("EnvironmentOutlined");
|
|
467
|
+
const _component_CheckCircleOutlined = resolveComponent("CheckCircleOutlined");
|
|
468
468
|
const _component_ElEmpty = resolveComponent("ElEmpty");
|
|
469
469
|
const _component_EleLoading = resolveComponent("EleLoading");
|
|
470
470
|
return openBlock(), createBlock(_component_EleLoading, {
|
|
@@ -488,7 +488,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
488
488
|
prefix: withCtx(() => [
|
|
489
489
|
createVNode(_component_ElIcon, { class: "el-input__icon" }, {
|
|
490
490
|
default: withCtx(() => [
|
|
491
|
-
createVNode(
|
|
491
|
+
createVNode(_component_SearchOutlined)
|
|
492
492
|
]),
|
|
493
493
|
_: 1
|
|
494
494
|
})
|
|
@@ -506,7 +506,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
506
506
|
prefix: withCtx(() => [
|
|
507
507
|
createVNode(_component_ElIcon, { class: "el-input__icon" }, {
|
|
508
508
|
default: withCtx(() => [
|
|
509
|
-
createVNode(
|
|
509
|
+
createVNode(_component_SearchOutlined)
|
|
510
510
|
]),
|
|
511
511
|
_: 1
|
|
512
512
|
})
|
|
@@ -528,7 +528,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
528
528
|
default: withCtx(() => [
|
|
529
529
|
createVNode(_component_ElIcon, null, {
|
|
530
530
|
default: withCtx(() => [
|
|
531
|
-
createVNode(
|
|
531
|
+
createVNode(_component_CheckOutlined)
|
|
532
532
|
]),
|
|
533
533
|
_: 1
|
|
534
534
|
}),
|
|
@@ -549,7 +549,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
549
549
|
!_ctx.keywordMode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
550
550
|
createVNode(_component_ElIcon, { class: "ele-map-view-icon-plus" }, {
|
|
551
551
|
default: withCtx(() => [
|
|
552
|
-
createVNode(
|
|
552
|
+
createVNode(_component_PlusOutlined)
|
|
553
553
|
]),
|
|
554
554
|
_: 1
|
|
555
555
|
}),
|
|
@@ -559,12 +559,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
559
559
|
}, null, 10, _hoisted_5)
|
|
560
560
|
], 64)) : createCommentVNode("", true)
|
|
561
561
|
]),
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
562
|
+
createVNode(_component_EleLoading, {
|
|
563
|
+
loading: _ctx.poiLoading,
|
|
564
|
+
class: "ele-map-view-side"
|
|
565
|
+
}, {
|
|
566
|
+
default: withCtx(() => [
|
|
567
|
+
createElementVNode("div", _hoisted_6, [
|
|
568
568
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.data, (item) => {
|
|
569
569
|
return openBlock(), createElementBlock("div", {
|
|
570
570
|
key: item.key,
|
|
@@ -573,7 +573,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
573
573
|
}, [
|
|
574
574
|
createVNode(_component_ElIcon, { class: "ele-map-view-item-icon" }, {
|
|
575
575
|
default: withCtx(() => [
|
|
576
|
-
createVNode(
|
|
576
|
+
createVNode(_component_EnvironmentOutlined)
|
|
577
577
|
]),
|
|
578
578
|
_: 1
|
|
579
579
|
}),
|
|
@@ -581,7 +581,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
581
581
|
item.address ? (openBlock(), createElementBlock("div", _hoisted_9, toDisplayString(item.address), 1)) : createCommentVNode("", true),
|
|
582
582
|
createVNode(_component_ElIcon, { class: "ele-map-view-item-radio" }, {
|
|
583
583
|
default: withCtx(() => [
|
|
584
|
-
createVNode(
|
|
584
|
+
createVNode(_component_CheckCircleOutlined)
|
|
585
585
|
]),
|
|
586
586
|
_: 1
|
|
587
587
|
})
|
|
@@ -591,12 +591,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
591
591
|
createVNode(_component_ElEmpty, mergeProps({ imageSize: 80 }, _ctx.emptyProps), null, 16)
|
|
592
592
|
])) : createCommentVNode("", true)
|
|
593
593
|
]),
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
])
|
|
594
|
+
_ctx.disabled ? (openBlock(), createElementBlock("div", _hoisted_11, [
|
|
595
|
+
createElementVNode("div", _hoisted_12, toDisplayString(_ctx.message), 1)
|
|
596
|
+
])) : createCommentVNode("", true)
|
|
597
|
+
]),
|
|
598
|
+
_: 1
|
|
599
|
+
}, 8, ["loading"])
|
|
600
600
|
], 4)
|
|
601
601
|
]),
|
|
602
602
|
_: 1
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.ele-map-view-item {
|
|
111
|
-
padding: 8px
|
|
111
|
+
padding: 8px 26px 8px 38px;
|
|
112
112
|
border-bottom: 1px solid elVar('border-color', 'light');
|
|
113
113
|
transition: background-color $ele-transition;
|
|
114
114
|
box-sizing: border-box;
|
|
@@ -121,11 +121,11 @@
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.ele-map-view-item-icon {
|
|
124
|
-
font-size:
|
|
124
|
+
font-size: 20px;
|
|
125
125
|
color: elVar('text-color', 'secondary');
|
|
126
126
|
position: absolute;
|
|
127
127
|
top: 50%;
|
|
128
|
-
left:
|
|
128
|
+
left: 12px;
|
|
129
129
|
transform: translateY(-50%);
|
|
130
130
|
}
|
|
131
131
|
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
.ele-map-view-item-radio {
|
|
143
143
|
position: absolute;
|
|
144
144
|
top: 50%;
|
|
145
|
-
right:
|
|
145
|
+
right: 10px;
|
|
146
146
|
transform: translateY(-50%);
|
|
147
147
|
color: elVar('color-primary');
|
|
148
|
-
font-size:
|
|
148
|
+
font-size: 14px;
|
|
149
149
|
display: none;
|
|
150
150
|
}
|
|
151
151
|
|
package/es/ele-menus/index.js
CHANGED
|
@@ -84,7 +84,9 @@ const index = defineComponent({
|
|
|
84
84
|
class: [
|
|
85
85
|
{ "ele-menu": authenticated.value },
|
|
86
86
|
{ "ele-menu-dark": authenticated.value && props.theme === "dark" },
|
|
87
|
-
{ "
|
|
87
|
+
{ "is-night": authenticated.value && props.theme === "dark" },
|
|
88
|
+
{ "ele-menu-colorful": authenticated.value && props.colorful },
|
|
89
|
+
{ "is-colorful": authenticated.value && props.colorful }
|
|
88
90
|
],
|
|
89
91
|
onOpen: (index2, indexPath) => {
|
|
90
92
|
emit("open", index2, indexPath);
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
& > svg.ele-arrow-down path {
|
|
50
50
|
transition: d $ele-transition;
|
|
51
|
+
stroke-width: 5;
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
54
|
|
|
@@ -228,6 +229,10 @@
|
|
|
228
229
|
|
|
229
230
|
.el-sub-menu__title .el-sub-menu__icon-arrow {
|
|
230
231
|
margin: eleVar('menu', 'arrow-margin');
|
|
232
|
+
|
|
233
|
+
& > svg {
|
|
234
|
+
stroke-width: 5;
|
|
235
|
+
}
|
|
231
236
|
}
|
|
232
237
|
}
|
|
233
238
|
|
|
@@ -416,7 +421,7 @@
|
|
|
416
421
|
}
|
|
417
422
|
|
|
418
423
|
/* 彩色图标 */
|
|
419
|
-
&.
|
|
424
|
+
&.is-colorful {
|
|
420
425
|
&.el-menu > li,
|
|
421
426
|
&.el-menu > li.el-menu-item-group > ul > li {
|
|
422
427
|
&.el-menu-item,
|
|
@@ -533,7 +538,7 @@
|
|
|
533
538
|
}
|
|
534
539
|
|
|
535
540
|
/* 暗黑主题 */
|
|
536
|
-
&.
|
|
541
|
+
&.is-night {
|
|
537
542
|
border: none;
|
|
538
543
|
|
|
539
544
|
&.el-menu,
|
|
@@ -615,7 +620,7 @@
|
|
|
615
620
|
}
|
|
616
621
|
|
|
617
622
|
/* 彩色图标 */
|
|
618
|
-
&.
|
|
623
|
+
&.is-colorful {
|
|
619
624
|
&.el-menu > li.el-sub-menu > .el-menu,
|
|
620
625
|
&.el-menu > li.el-menu-item-group > ul > li.el-sub-menu > .el-menu,
|
|
621
626
|
& > .el-menu.el-menu--popup {
|
|
@@ -637,10 +642,6 @@
|
|
|
637
642
|
.ele-sub-menu-ellipsis > .el-sub-menu__title {
|
|
638
643
|
.el-icon:not(.el-sub-menu__icon-arrow) {
|
|
639
644
|
margin: 0;
|
|
640
|
-
|
|
641
|
-
& > svg {
|
|
642
|
-
transform: scale(1.25);
|
|
643
|
-
}
|
|
644
645
|
}
|
|
645
646
|
|
|
646
647
|
.el-sub-menu__icon-arrow {
|
|
@@ -676,7 +677,7 @@
|
|
|
676
677
|
}
|
|
677
678
|
}
|
|
678
679
|
|
|
679
|
-
.ele-menu.
|
|
680
|
+
.ele-menu.is-night > .el-menu--popup-container > .el-menu--popup {
|
|
680
681
|
scrollbar-color: eleVar('menu-dark-thumb', 'color') transparent;
|
|
681
682
|
|
|
682
683
|
&::-webkit-scrollbar-thumb {
|
|
@@ -688,6 +689,11 @@
|
|
|
688
689
|
}
|
|
689
690
|
}
|
|
690
691
|
|
|
692
|
+
.ele-menu.is-webkit > .el-menu--popup-container > .el-menu--popup {
|
|
693
|
+
scrollbar-width: auto;
|
|
694
|
+
scrollbar-color: auto;
|
|
695
|
+
}
|
|
696
|
+
|
|
691
697
|
/* 超链接 */
|
|
692
698
|
.el-menu-item .ele-menu-link {
|
|
693
699
|
color: inherit;
|
package/es/ele-menus/util.js
CHANGED
|
@@ -201,11 +201,14 @@ function getMenuItems(menus, index, horizontal) {
|
|
|
201
201
|
}
|
|
202
202
|
function getPopperClass(customerClass, theme, popTheme, colorful, popupColorful, firstPopClass, first) {
|
|
203
203
|
const popperClass = ["ele-menu"];
|
|
204
|
+
if (navigator.userAgent.includes("WebKit")) {
|
|
205
|
+
popperClass.push("is-webkit");
|
|
206
|
+
}
|
|
204
207
|
if (popTheme === "dark" || popTheme === "auto" && theme === "dark") {
|
|
205
|
-
popperClass.push("ele-menu-dark");
|
|
208
|
+
popperClass.push("is-night ele-menu-dark");
|
|
206
209
|
}
|
|
207
210
|
if (popupColorful === true || popupColorful === "auto" && colorful) {
|
|
208
|
-
popperClass.push("ele-menu-colorful");
|
|
211
|
+
popperClass.push("is-colorful ele-menu-colorful");
|
|
209
212
|
}
|
|
210
213
|
if (first && firstPopClass) {
|
|
211
214
|
popperClass.push(firstPopClass);
|
package/es/ele-modal/index.d.ts
CHANGED
|
@@ -33,10 +33,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
closeBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
34
34
|
fullscreenBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
35
35
|
responsive: {
|
|
36
|
-
type: BooleanConstructor;
|
|
36
|
+
type: BooleanConstructor; /** 布局状态 */
|
|
37
37
|
default: null;
|
|
38
38
|
};
|
|
39
|
-
form: BooleanConstructor;
|
|
39
|
+
form: BooleanConstructor;
|
|
40
40
|
appendTo: import("element-plus/es/utils/index").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
41
41
|
beforeClose: {
|
|
42
42
|
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
@@ -55,12 +55,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
readonly type: import("vue").PropType<string>;
|
|
56
56
|
readonly required: false;
|
|
57
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
|
-
__epPropKey: true;
|
|
58
|
+
__epPropKey: true;
|
|
59
59
|
};
|
|
60
60
|
modelValue: BooleanConstructor;
|
|
61
61
|
modalClass: StringConstructor;
|
|
62
62
|
width: {
|
|
63
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
63
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
64
64
|
readonly required: false;
|
|
65
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
66
|
__epPropKey: true;
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
82
82
|
__epPropKey: true;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
overflow: BooleanConstructor;
|
|
85
85
|
fullscreen: BooleanConstructor;
|
|
86
86
|
showClose: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
87
87
|
title: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -144,10 +144,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
closeBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
145
145
|
fullscreenBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
146
146
|
responsive: {
|
|
147
|
-
type: BooleanConstructor;
|
|
147
|
+
type: BooleanConstructor; /** 布局状态 */
|
|
148
148
|
default: null;
|
|
149
149
|
};
|
|
150
|
-
form: BooleanConstructor;
|
|
150
|
+
form: BooleanConstructor;
|
|
151
151
|
appendTo: import("element-plus/es/utils/index").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
152
152
|
beforeClose: {
|
|
153
153
|
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
@@ -166,12 +166,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
166
|
readonly type: import("vue").PropType<string>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
-
__epPropKey: true;
|
|
169
|
+
__epPropKey: true;
|
|
170
170
|
};
|
|
171
171
|
modelValue: BooleanConstructor;
|
|
172
172
|
modalClass: StringConstructor;
|
|
173
173
|
width: {
|
|
174
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
174
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
175
175
|
readonly required: false;
|
|
176
176
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
177
|
__epPropKey: true;
|
|
@@ -192,7 +192,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
192
192
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
193
193
|
__epPropKey: true;
|
|
194
194
|
};
|
|
195
|
-
|
|
195
|
+
overflow: BooleanConstructor;
|
|
196
196
|
fullscreen: BooleanConstructor;
|
|
197
197
|
showClose: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
198
198
|
title: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -200,11 +200,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
200
|
}>> & {
|
|
201
201
|
onOpen?: (() => any) | undefined;
|
|
202
202
|
onClose?: (() => any) | undefined;
|
|
203
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
204
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
203
205
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
204
206
|
onOpened?: (() => any) | undefined;
|
|
205
207
|
onClosed?: (() => any) | undefined;
|
|
206
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
207
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
208
208
|
"onUpdate:fullscreen"?: ((_fullscreen: boolean) => any) | undefined;
|
|
209
209
|
}, {
|
|
210
210
|
form: boolean;
|
|
@@ -223,15 +223,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
trapFocus: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
224
|
headerAriaLevel: string;
|
|
225
225
|
alignCenter: boolean;
|
|
226
|
-
customClass: string;
|
|
227
226
|
draggable: boolean;
|
|
227
|
+
overflow: boolean;
|
|
228
228
|
fullscreen: boolean;
|
|
229
229
|
showClose: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
230
|
ariaLevel: string;
|
|
231
231
|
minWidth: number;
|
|
232
232
|
minHeight: number;
|
|
233
|
-
responsive: boolean;
|
|
234
233
|
multiple: boolean;
|
|
234
|
+
responsive: boolean;
|
|
235
235
|
resetOnClose: boolean;
|
|
236
236
|
maxable: boolean;
|
|
237
237
|
inner: boolean;
|