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
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const index = require("./ele-alert/index");
|
|
4
|
+
const index$1 = require("./ele-app/index");
|
|
5
|
+
const index$2 = require("./ele-avatar-group/index");
|
|
6
|
+
const index$3 = require("./ele-basic-select/index");
|
|
7
|
+
const index$4 = require("./ele-bottom-bar/index");
|
|
8
|
+
const index$5 = require("./ele-breadcrumb/index");
|
|
9
|
+
const index$6 = require("./ele-card/index");
|
|
10
|
+
const index$7 = require("./ele-check-card/index");
|
|
11
|
+
const index$8 = require("./ele-config-provider/index");
|
|
12
|
+
const index$9 = require("./ele-copyable/index");
|
|
13
|
+
const index$a = require("./ele-dashboard/index");
|
|
14
|
+
const index$b = require("./ele-data-table/index");
|
|
15
|
+
const index$c = require("./ele-dot/index");
|
|
16
|
+
const index$d = require("./ele-drawer/index");
|
|
17
|
+
const index$e = require("./ele-dropdown/index");
|
|
18
|
+
const index$f = require("./ele-edit-tag/index");
|
|
19
|
+
const index$g = require("./ele-ellipsis/index");
|
|
20
|
+
const index$h = require("./ele-file-list/index");
|
|
21
|
+
const index$i = require("./ele-file-list-tool/index");
|
|
22
|
+
const index$j = require("./ele-icon-select/index");
|
|
23
|
+
const index$k = require("./ele-loading/index");
|
|
24
|
+
const index$l = require("./ele-menus/index");
|
|
25
|
+
const index$m = require("./ele-modal/index");
|
|
26
|
+
const index$n = require("./ele-page/index");
|
|
27
|
+
const index$o = require("./ele-pagination/index");
|
|
28
|
+
const index$p = require("./ele-popconfirm/index");
|
|
29
|
+
const index$q = require("./ele-popover/index");
|
|
30
|
+
const index$r = require("./ele-printer/index");
|
|
31
|
+
const index$s = require("./ele-pro-layout/index");
|
|
32
|
+
const index$t = require("./ele-pro-table/index");
|
|
33
|
+
const index$u = require("./ele-qr-code/index");
|
|
34
|
+
const index$v = require("./ele-qr-code-svg/index");
|
|
35
|
+
const index$w = require("./ele-segmented/index");
|
|
36
|
+
const index$x = require("./ele-split-panel/index");
|
|
37
|
+
const index$y = require("./ele-steps/index");
|
|
38
|
+
const index$z = require("./ele-tabs/index");
|
|
39
|
+
const index$A = require("./ele-tab-tool/index");
|
|
40
|
+
const index$B = require("./ele-tab-wrap/index");
|
|
41
|
+
const index$C = require("./ele-table/index");
|
|
42
|
+
const index$D = require("./ele-table-select/index");
|
|
43
|
+
const index$E = require("./ele-text/index");
|
|
44
|
+
const index$F = require("./ele-tool/index");
|
|
45
|
+
const index$G = require("./ele-toolbar/index");
|
|
46
|
+
const index$H = require("./ele-tooltip/index");
|
|
47
|
+
const index$I = require("./ele-tour/index");
|
|
48
|
+
const index$J = require("./ele-tree-select/index");
|
|
49
|
+
const index$K = require("./ele-upload-list/index");
|
|
50
|
+
const index$L = require("./ele-virtual-table/index");
|
|
51
|
+
const index$M = require("./ele-watermark/index");
|
|
52
|
+
exports.EleAlert = index;
|
|
53
|
+
exports.EleApp = index$1;
|
|
54
|
+
exports.EleAvatarGroup = index$2;
|
|
55
|
+
exports.EleBasicSelect = index$3;
|
|
56
|
+
exports.EleBottomBar = index$4;
|
|
57
|
+
exports.EleBreadcrumb = index$5;
|
|
58
|
+
exports.EleCard = index$6;
|
|
59
|
+
exports.EleCheckCard = index$7;
|
|
60
|
+
exports.EleConfigProvider = index$8;
|
|
61
|
+
exports.EleCopyable = index$9;
|
|
62
|
+
exports.EleDashboard = index$a;
|
|
63
|
+
exports.EleDataTable = index$b;
|
|
64
|
+
exports.EleDot = index$c;
|
|
65
|
+
exports.EleDrawer = index$d;
|
|
66
|
+
exports.EleDropdown = index$e;
|
|
67
|
+
exports.EleEditTag = index$f;
|
|
68
|
+
exports.EleEllipsis = index$g;
|
|
69
|
+
exports.EleFileList = index$h;
|
|
70
|
+
exports.EleFileListTool = index$i;
|
|
71
|
+
exports.EleIconSelect = index$j;
|
|
72
|
+
exports.EleLoading = index$k;
|
|
73
|
+
exports.EleMenus = index$l;
|
|
74
|
+
exports.EleModal = index$m;
|
|
75
|
+
exports.ElePage = index$n;
|
|
76
|
+
exports.ElePagination = index$o;
|
|
77
|
+
exports.ElePopconfirm = index$p;
|
|
78
|
+
exports.ElePopover = index$q;
|
|
79
|
+
exports.ElePrinter = index$r;
|
|
80
|
+
exports.EleProLayout = index$s;
|
|
81
|
+
exports.EleProTable = index$t;
|
|
82
|
+
exports.EleQrCode = index$u;
|
|
83
|
+
exports.EleQrCodeSvg = index$v;
|
|
84
|
+
exports.EleSegmented = index$w;
|
|
85
|
+
exports.EleSplitPanel = index$x;
|
|
86
|
+
exports.EleSteps = index$y;
|
|
87
|
+
exports.EleTabs = index$z;
|
|
88
|
+
exports.EleTabTool = index$A;
|
|
89
|
+
exports.EleTabWrap = index$B;
|
|
90
|
+
exports.EleTable = index$C;
|
|
91
|
+
exports.EleTableSelect = index$D;
|
|
92
|
+
exports.EleText = index$E;
|
|
93
|
+
exports.EleTool = index$F;
|
|
94
|
+
exports.EleToolbar = index$G;
|
|
95
|
+
exports.EleTooltip = index$H;
|
|
96
|
+
exports.EleTour = index$I;
|
|
97
|
+
exports.EleTreeSelect = index$J;
|
|
98
|
+
exports.EleUploadList = index$K;
|
|
99
|
+
exports.EleVirtualTable = index$L;
|
|
100
|
+
exports.EleWatermark = index$M;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export { default as EleAlert } from "./ele-alert/index";
|
|
2
|
+
export { default as EleApp } from './ele-app/index';
|
|
3
|
+
export { default as EleAvatarGroup } from "./ele-avatar-group/index";
|
|
4
|
+
export { default as EleBasicSelect } from "./ele-basic-select/index";
|
|
5
|
+
export { default as EleBottomBar } from "./ele-bottom-bar/index";
|
|
6
|
+
export { default as EleBreadcrumb } from "./ele-breadcrumb/index";
|
|
7
|
+
export { default as EleCard } from "./ele-card/index";
|
|
8
|
+
export { default as EleCheckCard } from "./ele-check-card/index";
|
|
9
|
+
export { default as EleConfigProvider } from './ele-config-provider/index';
|
|
10
|
+
export { default as EleCopyable } from "./ele-copyable/index";
|
|
11
|
+
export { default as EleDashboard } from "./ele-dashboard/index";
|
|
12
|
+
export { default as EleDataTable } from './ele-data-table/index';
|
|
13
|
+
export { default as EleDot } from "./ele-dot/index";
|
|
14
|
+
export { default as EleDrawer } from "./ele-drawer/index";
|
|
15
|
+
export { default as EleDropdown } from "./ele-dropdown/index";
|
|
16
|
+
export { default as EleEditTag } from "./ele-edit-tag/index";
|
|
17
|
+
export { default as EleEllipsis } from "./ele-ellipsis/index";
|
|
18
|
+
export { default as EleFileList } from "./ele-file-list/index";
|
|
19
|
+
export { default as EleFileListTool } from "./ele-file-list-tool/index";
|
|
20
|
+
export { default as EleIconSelect } from "./ele-icon-select/index";
|
|
21
|
+
export { default as EleLoading } from "./ele-loading/index";
|
|
22
|
+
export { default as EleMenus } from './ele-menus/index';
|
|
23
|
+
export { default as EleModal } from "./ele-modal/index";
|
|
24
|
+
export { default as ElePage } from "./ele-page/index";
|
|
25
|
+
export { default as ElePagination } from "./ele-pagination/index";
|
|
26
|
+
export { default as ElePopconfirm } from "./ele-popconfirm/index";
|
|
27
|
+
export { default as ElePopover } from "./ele-popover/index";
|
|
28
|
+
export { default as ElePrinter } from "./ele-printer/index";
|
|
29
|
+
export { default as EleProLayout } from "./ele-pro-layout/index";
|
|
30
|
+
export { default as EleProTable } from "./ele-pro-table/index";
|
|
31
|
+
export { default as EleQrCode } from "./ele-qr-code/index";
|
|
32
|
+
export { default as EleQrCodeSvg } from "./ele-qr-code-svg/index";
|
|
33
|
+
export { default as EleSegmented } from "./ele-segmented/index";
|
|
34
|
+
export { default as EleSplitPanel } from "./ele-split-panel/index";
|
|
35
|
+
export { default as EleSteps } from "./ele-steps/index";
|
|
36
|
+
export { default as EleTabs } from "./ele-tabs/index";
|
|
37
|
+
export { default as EleTabTool } from "./ele-tab-tool/index";
|
|
38
|
+
export { default as EleTabWrap } from "./ele-tab-wrap/index";
|
|
39
|
+
export { default as EleTable } from "./ele-table/index";
|
|
40
|
+
export { default as EleTableSelect } from "./ele-table-select/index";
|
|
41
|
+
export { default as EleText } from "./ele-text/index";
|
|
42
|
+
export { default as EleTool } from "./ele-tool/index";
|
|
43
|
+
export { default as EleToolbar } from "./ele-toolbar/index";
|
|
44
|
+
export { default as EleTooltip } from "./ele-tooltip/index";
|
|
45
|
+
export { default as EleTour } from "./ele-tour/index";
|
|
46
|
+
export { default as EleTreeSelect } from "./ele-tree-select/index";
|
|
47
|
+
export { default as EleUploadList } from "./ele-upload-list/index";
|
|
48
|
+
export { default as EleVirtualTable } from "./ele-virtual-table/index";
|
|
49
|
+
export { default as EleWatermark } from "./ele-watermark/index";
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const chartThemeDark = require("./utils/chart-theme-dark");
|
|
4
|
+
const chartTheme = require("./utils/chart-theme");
|
|
5
|
+
const core = require("./utils/core");
|
|
6
|
+
const menuUtil = require("./utils/menu-util");
|
|
7
|
+
const message = require("./utils/message");
|
|
8
|
+
const validate = require("./utils/validate");
|
|
9
|
+
const headerTool = require("./ele-pro-layout/components/header-tool");
|
|
10
|
+
const sidebarTool = require("./ele-pro-layout/components/sidebar-tool");
|
|
11
|
+
const tabDropdown = require("./ele-pro-layout/components/tab-dropdown");
|
|
12
|
+
exports.HeaderTool = headerTool;
|
|
13
|
+
exports.SidebarTool = sidebarTool;
|
|
14
|
+
exports.TabDropdown = tabDropdown;
|
|
15
|
+
Object.keys(chartThemeDark).forEach((k) => {
|
|
16
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
17
|
+
Object.defineProperty(exports, k, {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: () => chartThemeDark[k]
|
|
20
|
+
});
|
|
21
|
+
});
|
|
22
|
+
Object.keys(chartTheme).forEach((k) => {
|
|
23
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
24
|
+
Object.defineProperty(exports, k, {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: () => chartTheme[k]
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
Object.keys(core).forEach((k) => {
|
|
30
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
31
|
+
Object.defineProperty(exports, k, {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: () => core[k]
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
Object.keys(menuUtil).forEach((k) => {
|
|
37
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
38
|
+
Object.defineProperty(exports, k, {
|
|
39
|
+
enumerable: true,
|
|
40
|
+
get: () => menuUtil[k]
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
Object.keys(message).forEach((k) => {
|
|
44
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
45
|
+
Object.defineProperty(exports, k, {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: () => message[k]
|
|
48
|
+
});
|
|
49
|
+
});
|
|
50
|
+
Object.keys(validate).forEach((k) => {
|
|
51
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
52
|
+
Object.defineProperty(exports, k, {
|
|
53
|
+
enumerable: true,
|
|
54
|
+
get: () => validate[k]
|
|
55
|
+
});
|
|
56
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './utils/chart-theme-dark';
|
|
2
|
+
export * from './utils/chart-theme';
|
|
3
|
+
export * from './utils/core';
|
|
4
|
+
export * from './utils/menu-util';
|
|
5
|
+
export * from './utils/message';
|
|
6
|
+
export * from './utils/validate';
|
|
7
|
+
export { default as HeaderTool } from "./ele-pro-layout/components/header-tool";
|
|
8
|
+
export { default as SidebarTool } from "./ele-pro-layout/components/sidebar-tool";
|
|
9
|
+
export { default as TabDropdown } from "./ele-pro-layout/components/tab-dropdown";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const components = require("./core-components");
|
|
4
|
+
function _interopNamespaceDefault(e) {
|
|
5
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
6
|
+
if (e) {
|
|
7
|
+
for (const k in e) {
|
|
8
|
+
if (k !== "default") {
|
|
9
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
10
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: () => e[k]
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
n.default = e;
|
|
18
|
+
return Object.freeze(n);
|
|
19
|
+
}
|
|
20
|
+
const components__namespace = /* @__PURE__ */ _interopNamespaceDefault(components);
|
|
21
|
+
const installer = {
|
|
22
|
+
install(app) {
|
|
23
|
+
Object.keys(components__namespace).forEach((key) => {
|
|
24
|
+
app.component(components__namespace[key].name, components__namespace[key]);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
exports.installer = installer;
|
package/lib/core.cjs
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const coreComponents = require("./core-components");
|
|
4
|
+
const coreExport = require("./core-export");
|
|
5
|
+
const coreInstaller = require("./core-installer");
|
|
6
|
+
Object.defineProperty(exports, "default", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: () => coreInstaller.installer
|
|
9
|
+
});
|
|
10
|
+
Object.keys(coreComponents).forEach((k) => {
|
|
11
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
12
|
+
Object.defineProperty(exports, k, {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: () => coreComponents[k]
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
Object.keys(coreExport).forEach((k) => {
|
|
18
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
|
|
19
|
+
Object.defineProperty(exports, k, {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: () => coreExport[k]
|
|
22
|
+
});
|
|
23
|
+
});
|
package/lib/core.d.ts
ADDED
package/lib/ele-alert/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const elementPlus = require("element-plus");
|
|
4
|
-
const
|
|
4
|
+
const icons = require("../icons");
|
|
5
5
|
const receiver = require("../ele-config-provider/receiver");
|
|
6
6
|
const props = require("./props");
|
|
7
7
|
const _sfc_main = vue.defineComponent({
|
|
8
8
|
name: "EleAlert",
|
|
9
9
|
components: {
|
|
10
10
|
ElIcon: elementPlus.ElIcon,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
CloseOutlined: icons.CloseOutlined,
|
|
12
|
+
InfoCircleFilled: icons.InfoCircleFilled,
|
|
13
|
+
CheckCircleFilled: icons.CheckCircleFilled,
|
|
14
|
+
ExclamationCircleFilled: icons.ExclamationCircleFilled,
|
|
15
|
+
CloseCircleFilled: icons.CloseCircleFilled
|
|
16
16
|
},
|
|
17
17
|
props: props.alertProps,
|
|
18
18
|
emits: props.alertEmits,
|
|
@@ -46,12 +46,12 @@ const _export_sfc = (sfc, props2) => {
|
|
|
46
46
|
};
|
|
47
47
|
const _hoisted_1 = { key: 0 };
|
|
48
48
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
49
|
+
const _component_CheckCircleFilled = vue.resolveComponent("CheckCircleFilled");
|
|
50
|
+
const _component_ExclamationCircleFilled = vue.resolveComponent("ExclamationCircleFilled");
|
|
51
|
+
const _component_CloseCircleFilled = vue.resolveComponent("CloseCircleFilled");
|
|
52
|
+
const _component_InfoCircleFilled = vue.resolveComponent("InfoCircleFilled");
|
|
53
53
|
const _component_ElIcon = vue.resolveComponent("ElIcon");
|
|
54
|
-
const
|
|
54
|
+
const _component_CloseOutlined = vue.resolveComponent("CloseOutlined");
|
|
55
55
|
return vue.openBlock(), vue.createBlock(vue.Transition, { name: _ctx.transitionName }, {
|
|
56
56
|
default: vue.withCtx(() => [
|
|
57
57
|
_ctx.visible ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -74,7 +74,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74
74
|
vue.renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
75
75
|
vue.createVNode(_component_ElIcon, vue.normalizeProps(vue.guardReactiveProps(_ctx.iconProps)), {
|
|
76
76
|
default: vue.withCtx(() => [
|
|
77
|
-
_ctx.type === "success" ? (vue.openBlock(), vue.createBlock(
|
|
77
|
+
_ctx.type === "success" ? (vue.openBlock(), vue.createBlock(_component_CheckCircleFilled, { key: 0 })) : _ctx.type === "warning" ? (vue.openBlock(), vue.createBlock(_component_ExclamationCircleFilled, { key: 1 })) : _ctx.type === "error" ? (vue.openBlock(), vue.createBlock(_component_CloseCircleFilled, { key: 2 })) : (vue.openBlock(), vue.createBlock(_component_InfoCircleFilled, { key: 3 }))
|
|
78
78
|
]),
|
|
79
79
|
_: 1
|
|
80
80
|
}, 16)
|
|
@@ -113,7 +113,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113
113
|
vue.renderSlot(_ctx.$slots, "closeIcon", {}, () => [
|
|
114
114
|
_ctx.closeText ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1, vue.toDisplayString(_ctx.closeText), 1)) : (vue.openBlock(), vue.createBlock(_component_ElIcon, vue.normalizeProps(vue.mergeProps({ key: 1 }, _ctx.closeIconProps)), {
|
|
115
115
|
default: vue.withCtx(() => [
|
|
116
|
-
vue.createVNode(
|
|
116
|
+
vue.createVNode(_component_CloseOutlined)
|
|
117
117
|
]),
|
|
118
118
|
_: 1
|
|
119
119
|
}, 16))
|
package/lib/ele-alert/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
showIcon: BooleanConstructor;
|
|
12
12
|
effect: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "light" | "dark", unknown> | undefined>;
|
|
13
13
|
iconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
14
|
-
iconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
|
|
14
|
+
iconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
|
|
15
15
|
closeIconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
16
16
|
closeIconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
|
|
17
17
|
bodyStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
transitionName: {
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
23
|
-
};
|
|
23
|
+
};
|
|
24
24
|
}, {
|
|
25
25
|
visible: import("vue").Ref<boolean>;
|
|
26
26
|
isRich: import("vue").ComputedRef<boolean>;
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
showIcon: BooleanConstructor;
|
|
42
42
|
effect: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "light" | "dark", unknown> | undefined>;
|
|
43
43
|
iconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
44
|
-
iconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
|
|
44
|
+
iconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
|
|
45
45
|
closeIconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
46
46
|
closeIconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
|
|
47
47
|
bodyStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
transitionName: {
|
|
51
51
|
type: StringConstructor;
|
|
52
52
|
default: string;
|
|
53
|
-
};
|
|
53
|
+
};
|
|
54
54
|
}>> & {
|
|
55
55
|
onClose?: ((_e: MouseEvent) => any) | undefined;
|
|
56
56
|
}, {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@use '../../../../style/themes/default.scss' as *;
|
|
2
2
|
@use '../../../../style/util.scss' as *;
|
|
3
3
|
@use './css-var.scss' as *;
|
|
4
|
+
$ele-clear-path: 'M512 43C768 43 981 256 981 512S768 981 512 981 43 768 43 512 256 43 512 43ZM683 277 512 448 341 277 277 341 448 512 277 683 341 747 512 576 683 747 747 683 576 512 747 341Z' !default;
|
|
5
|
+
$ele-validate-path: 'M512 43C768 43 981 256 981 512S768 981 512 981 43 768 43 512 256 43 512 43ZM448 619 299 470 235 534 448 747 811 384 747 320Z' !default;
|
|
4
6
|
|
|
5
7
|
@include set-el-input-var($ele);
|
|
6
8
|
|
|
@@ -134,28 +136,18 @@ body .el-input-number:not(.is-disabled) .el-input .el-input__wrapper.is-focus {
|
|
|
134
136
|
.el-cascader .el-input__icon.icon-circle-close,
|
|
135
137
|
.el-date-editor .el-input__icon.clear-icon,
|
|
136
138
|
.el-range-editor .el-input__icon.el-range__close-icon {
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.el-input .el-input__clear,
|
|
141
|
-
.el-input__icon.icon-circle-close,
|
|
142
|
-
.el-input__icon.clear-icon,
|
|
143
|
-
.el-range-editor .el-input__icon.el-range__close-icon {
|
|
144
|
-
background: eleVar('input', 'clear-color');
|
|
145
|
-
border-radius: 50%;
|
|
139
|
+
color: eleVar('input', 'clear-color');
|
|
146
140
|
|
|
147
141
|
&:hover {
|
|
148
|
-
|
|
142
|
+
color: eleVar('input', 'clear-hover-color');
|
|
149
143
|
}
|
|
150
144
|
}
|
|
151
145
|
|
|
152
146
|
/* 表单验证状态图标 */
|
|
153
147
|
.el-input .el-input__wrapper .el-input__validateIcon,
|
|
154
148
|
.el-select .el-select__wrapper .el-input__validateIcon {
|
|
149
|
+
color: eleVar('input', 'status-color');
|
|
155
150
|
margin: eleVar('input', 'status-margin');
|
|
156
|
-
font-size: eleVar('input', 'status-size');
|
|
157
|
-
background: eleVar('input', 'status-color');
|
|
158
|
-
border-radius: 50%;
|
|
159
151
|
}
|
|
160
152
|
|
|
161
153
|
.el-input .el-input__clear + .el-input__validateIcon,
|
|
@@ -165,37 +157,25 @@ body .el-input-number:not(.is-disabled) .el-input .el-input__wrapper.is-focus {
|
|
|
165
157
|
}
|
|
166
158
|
|
|
167
159
|
.el-input__validateIcon > svg > path {
|
|
168
|
-
|
|
169
|
-
stroke: elVar('bg-color', 'overlay');
|
|
170
|
-
stroke-width: 100;
|
|
171
|
-
stroke-linecap: round;
|
|
172
|
-
#{'d'}: path('M755 364 426 700 254 529');
|
|
160
|
+
#{'d'}: path($ele-validate-path);
|
|
173
161
|
|
|
174
162
|
&:last-child {
|
|
163
|
+
fill: none;
|
|
175
164
|
#{'d'}: path('');
|
|
176
165
|
}
|
|
177
166
|
}
|
|
178
167
|
|
|
179
168
|
/* 清空图标和验证失败图标修改 */
|
|
180
|
-
.el-input__clear > svg > path,
|
|
181
|
-
.el-input__icon.icon-circle-close > svg > path,
|
|
182
|
-
.el-input__icon.clear-icon > svg > path,
|
|
183
|
-
.el-input__icon.el-range__close-icon > svg > path {
|
|
184
|
-
fill: none;
|
|
185
|
-
stroke: elVar('bg-color', 'overlay');
|
|
186
|
-
stroke-width: 100;
|
|
187
|
-
stroke-linecap: round;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
169
|
.el-input__clear > svg > path,
|
|
191
170
|
.el-input__icon.icon-circle-close > svg > path,
|
|
192
171
|
.el-input__icon.clear-icon > svg > path,
|
|
193
172
|
.el-input__icon.el-range__close-icon > svg > path,
|
|
194
173
|
.el-form-item.is-error .el-input__validateIcon > svg > path {
|
|
195
|
-
#{'d'}: path(
|
|
174
|
+
#{'d'}: path($ele-clear-path);
|
|
196
175
|
|
|
197
176
|
&:last-child {
|
|
198
|
-
|
|
177
|
+
fill: none;
|
|
178
|
+
#{'d'}: path('');
|
|
199
179
|
}
|
|
200
180
|
}
|
|
201
181
|
|
|
@@ -227,17 +207,12 @@ body .el-input-number:not(.is-disabled) .el-input .el-input__wrapper.is-focus {
|
|
|
227
207
|
& > svg > path[d^='m466'] {
|
|
228
208
|
stroke: none;
|
|
229
209
|
fill: eleVar('input', 'clear-color');
|
|
230
|
-
#{'d'}: path(
|
|
231
|
-
'M514 972C768 972 975 766 975 512 975 257 768 51 514 51 259 51 53 257 53 512 53 766 259 972 514 972'
|
|
232
|
-
);
|
|
210
|
+
#{'d'}: path($ele-clear-path);
|
|
233
211
|
}
|
|
234
212
|
|
|
235
213
|
& > svg > path + path {
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
#{'d'}: path(
|
|
239
|
-
'M305 247 507 449 709 247 766 304 564 506 766 708 708 765 506 563 304 765 247 708 449 506 247 304 305 247'
|
|
240
|
-
);
|
|
214
|
+
fill: none;
|
|
215
|
+
#{'d'}: path('');
|
|
241
216
|
}
|
|
242
217
|
|
|
243
218
|
&:hover > svg > path[d^='m466'] {
|
|
@@ -540,6 +515,24 @@ body .el-input-number.is-disabled .el-input-number__decrease {
|
|
|
540
515
|
}
|
|
541
516
|
|
|
542
517
|
.el-input__validateIcon {
|
|
543
|
-
|
|
518
|
+
color: eleVar('input-error', 'status-color');
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.ele-edit-tag .ele-edit-tag-input.is-error .el-input .el-input__wrapper {
|
|
523
|
+
border: eleVar('input-error', 'border');
|
|
524
|
+
background: eleVar('input-error', 'bg');
|
|
525
|
+
box-shadow: none;
|
|
526
|
+
|
|
527
|
+
&:hover {
|
|
528
|
+
border: eleVar('input-error', 'hover-border');
|
|
529
|
+
background: eleVar('input-error', 'hover-bg');
|
|
530
|
+
box-shadow: eleVar('input-error', 'hover-shadow');
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
&.is-focus {
|
|
534
|
+
border: eleVar('input-error', 'focus-border');
|
|
535
|
+
background: eleVar('input-error', 'focus-bg');
|
|
536
|
+
box-shadow: eleVar('input-error', 'focus-shadow') !important;
|
|
544
537
|
}
|
|
545
538
|
}
|
|
@@ -66,11 +66,16 @@
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.el-message-box__input {
|
|
69
|
-
padding
|
|
69
|
+
padding: 0;
|
|
70
|
+
margin: eleVar('message-box', 'input-margin');
|
|
71
|
+
position: relative;
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
.el-message-box__errormsg {
|
|
73
75
|
line-height: 18px;
|
|
76
|
+
position: absolute;
|
|
77
|
+
top: 100%;
|
|
78
|
+
left: 0;
|
|
74
79
|
}
|
|
75
80
|
}
|
|
76
81
|
|
|
@@ -7,6 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
/* 滚动条样式 */
|
|
9
9
|
@mixin scrollbar-style() {
|
|
10
|
+
* {
|
|
11
|
+
scrollbar-width: thin;
|
|
12
|
+
scrollbar-color: eleVar('scrollbar', 'color') eleVar('scrollbar', 'bg');
|
|
13
|
+
}
|
|
14
|
+
|
|
10
15
|
::-webkit-scrollbar {
|
|
11
16
|
width: eleVar('scrollbar', 'size');
|
|
12
17
|
height: eleVar('scrollbar', 'size');
|
|
@@ -30,24 +35,34 @@
|
|
|
30
35
|
::-webkit-scrollbar-corner {
|
|
31
36
|
background: transparent;
|
|
32
37
|
}
|
|
33
|
-
|
|
34
|
-
* {
|
|
35
|
-
scrollbar-width: thin;
|
|
36
|
-
scrollbar-color: eleVar('scrollbar', 'color') eleVar('scrollbar', 'bg');
|
|
37
|
-
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
/* 美化滚动条样式 */
|
|
41
41
|
@mixin set-scrollbar-style($selector) {
|
|
42
42
|
@if $selector == '' {
|
|
43
43
|
@include scrollbar-style();
|
|
44
|
+
|
|
45
|
+
html.is-webkit * {
|
|
46
|
+
scrollbar-width: auto;
|
|
47
|
+
scrollbar-color: auto;
|
|
48
|
+
}
|
|
44
49
|
} @else if $selector == 'pc' {
|
|
45
50
|
@media (hover: hover) and (pointer: fine) {
|
|
46
51
|
@include scrollbar-style();
|
|
52
|
+
|
|
53
|
+
html.is-webkit * {
|
|
54
|
+
scrollbar-width: auto;
|
|
55
|
+
scrollbar-color: auto;
|
|
56
|
+
}
|
|
47
57
|
}
|
|
48
58
|
} @else if $selector != 'never' {
|
|
49
59
|
#{$selector} {
|
|
50
60
|
@include scrollbar-style();
|
|
61
|
+
|
|
62
|
+
&.is-webkit * {
|
|
63
|
+
scrollbar-width: auto;
|
|
64
|
+
scrollbar-color: auto;
|
|
65
|
+
}
|
|
51
66
|
}
|
|
52
67
|
}
|
|
53
68
|
}
|
|
@@ -12,7 +12,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
12
12
|
ElIcon: elementPlus.ElIcon,
|
|
13
13
|
ElTag: elementPlus.ElTag,
|
|
14
14
|
EleTooltip,
|
|
15
|
-
|
|
15
|
+
CloseCircleFilled: icons.CloseCircleFilled,
|
|
16
16
|
ArrowDown: icons.ArrowDown
|
|
17
17
|
},
|
|
18
18
|
props: props.basicSelectProps,
|
|
@@ -163,7 +163,7 @@ const _hoisted_1 = {
|
|
|
163
163
|
class: "ele-select-tags"
|
|
164
164
|
};
|
|
165
165
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
166
|
-
const
|
|
166
|
+
const _component_CloseCircleFilled = vue.resolveComponent("CloseCircleFilled");
|
|
167
167
|
const _component_ElIcon = vue.resolveComponent("ElIcon");
|
|
168
168
|
const _component_ArrowDown = vue.resolveComponent("ArrowDown");
|
|
169
169
|
const _component_ElInput = vue.resolveComponent("ElInput");
|
|
@@ -231,7 +231,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
231
231
|
}, {
|
|
232
232
|
default: vue.withCtx(() => [
|
|
233
233
|
vue.renderSlot(_ctx.$slots, "clearIcon", {}, () => [
|
|
234
|
-
vue.createVNode(
|
|
234
|
+
vue.createVNode(_component_CloseCircleFilled)
|
|
235
235
|
])
|
|
236
236
|
]),
|
|
237
237
|
_: 3
|
|
@@ -15,13 +15,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
selected: import("vue").PropType<SelectedItem[]>;
|
|
16
16
|
maxTagCount: NumberConstructor;
|
|
17
17
|
maxTagTextLength: NumberConstructor;
|
|
18
|
-
tagType: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "
|
|
18
|
+
tagType: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
19
19
|
automaticDropdown: BooleanConstructor;
|
|
20
20
|
filterable: BooleanConstructor;
|
|
21
21
|
visible: BooleanConstructor;
|
|
22
22
|
teleported: BooleanConstructor;
|
|
23
23
|
persistent: BooleanConstructor;
|
|
24
|
-
placement: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>;
|
|
24
|
+
placement: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>; /** 多选时搜索框值 */
|
|
25
25
|
transition: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>;
|
|
30
30
|
popperClass: StringConstructor;
|
|
31
31
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
32
|
-
selectClass: StringConstructor;
|
|
32
|
+
selectClass: StringConstructor; /** 输入框提示文本 */
|
|
33
33
|
selectStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
34
34
|
inputStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
35
35
|
}, {
|
|
@@ -74,13 +74,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
selected: import("vue").PropType<SelectedItem[]>;
|
|
75
75
|
maxTagCount: NumberConstructor;
|
|
76
76
|
maxTagTextLength: NumberConstructor;
|
|
77
|
-
tagType: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "
|
|
77
|
+
tagType: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
78
78
|
automaticDropdown: BooleanConstructor;
|
|
79
79
|
filterable: BooleanConstructor;
|
|
80
80
|
visible: BooleanConstructor;
|
|
81
81
|
teleported: BooleanConstructor;
|
|
82
82
|
persistent: BooleanConstructor;
|
|
83
|
-
placement: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>;
|
|
83
|
+
placement: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>; /** 多选时搜索框值 */
|
|
84
84
|
transition: {
|
|
85
85
|
type: StringConstructor;
|
|
86
86
|
default: string;
|
|
@@ -88,7 +88,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>;
|
|
89
89
|
popperClass: StringConstructor;
|
|
90
90
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
91
|
-
selectClass: StringConstructor;
|
|
91
|
+
selectClass: StringConstructor; /** 输入框提示文本 */
|
|
92
92
|
selectStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
93
93
|
inputStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
|
|
94
94
|
}>> & {
|