yuang-framework-ui-pc 1.1.40 → 1.1.42
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/ele-admin-layout/components/layout-tabs.d.ts +5590 -8
- package/es/ele-admin-layout/components/layout-tabs.js +1 -1
- package/es/ele-admin-layout/components/layout-tool.d.ts +1 -1
- package/es/ele-admin-layout/components/layout-tool.js +1 -1
- package/es/ele-alert/index.d.ts +69 -7
- package/es/ele-alert/index.js +3 -3
- package/es/ele-bar-code/index.d.ts +7 -7
- package/es/ele-bar-code/index.js +1 -1
- package/es/ele-bottom-bar/index.d.ts +6 -6
- package/es/ele-bottom-bar/index.js +1 -1
- package/es/ele-breadcrumb/index.d.ts +247 -9
- package/es/ele-breadcrumb/index.js +2 -2
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-card/index.d.ts +65 -7
- package/es/ele-card/index.js +2 -2
- package/es/ele-check-card/components/card-item.d.ts +4 -4
- package/es/ele-check-card/components/card-item.js +1 -1
- package/es/ele-config-provider/components/receiver-view.d.ts +60 -6
- package/es/ele-config-provider/components/receiver-view.js +2 -2
- package/es/ele-cropper/index.d.ts +2718 -8
- package/es/ele-cropper/index.js +2 -2
- package/es/ele-dashboard/index.d.ts +4 -4
- package/es/ele-dashboard/index.js +6 -7
- package/es/ele-data-table/props.d.ts +53 -51
- package/es/ele-dialog/index.d.ts +872 -43
- package/es/ele-dialog/index.js +5 -5
- package/es/ele-dot/index.d.ts +4 -4
- package/es/ele-dot/index.js +1 -1
- package/es/ele-drawer/index.d.ts +1040 -53
- package/es/ele-drawer/index.js +2 -2
- package/es/ele-drawer/props.d.ts +128 -20
- package/es/ele-dropdown/components/dropdown-menu-item.d.ts +66 -8
- package/es/ele-dropdown/components/dropdown-menu-item.js +1 -1
- package/es/ele-dropdown/index.d.ts +4700 -84
- package/es/ele-dropdown/index.js +5 -5
- package/es/ele-ellipsis/index.d.ts +1605 -10
- package/es/ele-ellipsis/index.js +1 -1
- package/es/ele-image-viewer/index.d.ts +563 -48
- package/es/ele-image-viewer/index.js +2 -2
- package/es/ele-loading/index.js +7 -8
- package/es/ele-menus/components/item-title.d.ts +282 -7
- package/es/ele-menus/components/item-title.js +2 -2
- package/es/ele-printer/index.d.ts +79 -8
- package/es/ele-printer/index.js +2 -2
- package/es/ele-pro-layout/components/pro-iframe.d.ts +6 -6
- package/es/ele-pro-layout/components/pro-iframe.js +1 -1
- package/es/ele-pro-table/components/tool-column.d.ts +3667 -12
- package/es/ele-pro-table/components/tool-column.js +2 -2
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +7 -4
- package/es/ele-pro-table/components/tool-print-header-cell.js +1 -1
- package/es/ele-qr-code/components/canvas-render.d.ts +9 -9
- package/es/ele-qr-code/components/canvas-render.js +2 -2
- package/es/ele-segmented/index.d.ts +459 -10
- package/es/ele-segmented/index.js +3 -3
- package/es/ele-split-panel/index.d.ts +141 -12
- package/es/ele-split-panel/index.js +3 -3
- package/es/ele-steps/index.d.ts +606 -34
- package/es/ele-steps/index.js +3 -6
- package/es/ele-tab-tool/index.d.ts +64 -5
- package/es/ele-tab-tool/index.js +2 -2
- package/es/ele-tab-wrap/components/tab-dropdown.d.ts +4978 -7
- package/es/ele-tab-wrap/components/tab-dropdown.js +1 -1
- package/es/ele-table/index.d.ts +4 -4
- package/es/ele-table/index.js +1 -1
- package/es/ele-table-select/index.js +2 -2
- package/es/ele-table-select/props.d.ts +1 -1
- package/es/ele-tabs/props.d.ts +20 -14
- package/es/ele-text/index.d.ts +61 -4
- package/es/ele-text/index.js +1 -1
- package/es/ele-toolbar/index.d.ts +1604 -9
- package/es/ele-toolbar/index.js +1 -1
- package/es/ele-tooltip/props.d.ts +130 -18
- package/es/ele-tree-select/index.js +2 -2
- package/es/ele-upload-list/components/list-item.d.ts +824 -7
- package/es/ele-upload-list/components/list-item.js +3 -3
- package/es/ele-virtual-table/components/body-row.d.ts +835 -7
- package/es/ele-virtual-table/components/body-row.js +1 -1
- package/es/ele-virtual-table/components/expand-row.d.ts +3 -3
- package/es/ele-virtual-table/components/expand-row.js +1 -1
- package/es/ele-virtual-table/components/footer-row.d.ts +8 -5
- package/es/ele-virtual-table/components/footer-row.js +1 -1
- package/es/ele-virtual-table/components/header-cell.d.ts +3838 -7
- package/es/ele-virtual-table/components/header-cell.js +1 -1
- package/es/ele-virtual-table/index.d.ts +7562 -72
- package/es/ele-virtual-table/index.js +6 -6
- package/es/ele-virtual-table/util.d.ts +3 -3
- package/es/ele-watermark/index.d.ts +9 -9
- package/es/ele-watermark/index.js +1 -1
- package/es/ele-xg-player/index.d.ts +6 -6
- package/es/ele-xg-player/index.js +1 -1
- package/es/icons/AppstoreAddOutlined.d.ts +1 -1
- package/es/icons/AppstoreAddOutlined.js +7 -12
- package/es/icons/AppstoreOutlined.d.ts +1 -1
- package/es/icons/AppstoreOutlined.js +7 -12
- package/es/icons/ArrowLeft.d.ts +1 -1
- package/es/icons/ArrowLeft.js +4 -6
- package/es/icons/ArrowLeftOutlined.d.ts +1 -1
- package/es/icons/ArrowLeftOutlined.js +4 -6
- package/es/icons/ArrowRight.d.ts +1 -1
- package/es/icons/ArrowRight.js +4 -6
- package/es/icons/ArrowRightOutlined.d.ts +1 -1
- package/es/icons/ArrowRightOutlined.js +4 -6
- package/es/icons/ArrowUp.d.ts +1 -1
- package/es/icons/ArrowUp.js +4 -6
- package/es/icons/ArrowUpOutlined.d.ts +1 -1
- package/es/icons/ArrowUpOutlined.js +4 -6
- package/es/icons/BellOutlined.d.ts +1 -1
- package/es/icons/BellOutlined.js +4 -6
- package/es/icons/BookOutlined.d.ts +1 -1
- package/es/icons/BookOutlined.js +4 -6
- package/es/icons/CaretDownFilled.d.ts +1 -1
- package/es/icons/CaretDownFilled.js +4 -6
- package/es/icons/CaretUpFilled.d.ts +1 -1
- package/es/icons/CaretUpFilled.js +4 -6
- package/es/icons/CheckOutlined.d.ts +1 -1
- package/es/icons/CheckOutlined.js +4 -6
- package/es/icons/ClockCircleOutlined.d.ts +1 -1
- package/es/icons/ClockCircleOutlined.js +5 -8
- package/es/icons/CloudUploadOutlined.d.ts +1 -1
- package/es/icons/CloudUploadOutlined.js +5 -8
- package/es/icons/ClusterOutlined.d.ts +1 -1
- package/es/icons/ClusterOutlined.js +4 -6
- package/es/icons/CodeOutlined.d.ts +1 -1
- package/es/icons/CodeOutlined.js +6 -10
- package/es/icons/CompassOutlined.d.ts +1 -1
- package/es/icons/CompassOutlined.js +8 -11
- package/es/icons/ConnectionOutlined.d.ts +1 -1
- package/es/icons/ConnectionOutlined.js +5 -8
- package/es/icons/ControlOutlined.d.ts +1 -1
- package/es/icons/ControlOutlined.js +6 -10
- package/es/icons/CornerRightFilled.d.ts +1 -1
- package/es/icons/CornerRightFilled.js +4 -6
- package/es/icons/DashboardOutlined.d.ts +1 -1
- package/es/icons/DashboardOutlined.js +9 -13
- package/es/icons/DesktopOutlined.d.ts +1 -1
- package/es/icons/DesktopOutlined.js +4 -6
- package/es/icons/DragOutlined.d.ts +1 -1
- package/es/icons/DragOutlined.js +4 -6
- package/es/icons/EditOutlined.d.ts +1 -1
- package/es/icons/EditOutlined.js +5 -8
- package/es/icons/EnvironmentOutlined.d.ts +1 -1
- package/es/icons/EnvironmentOutlined.js +5 -8
- package/es/icons/FileOutlined.d.ts +1 -1
- package/es/icons/FileOutlined.js +7 -12
- package/es/icons/FilterFilled.d.ts +1 -1
- package/es/icons/FilterFilled.js +4 -6
- package/es/icons/GlobalOutlined.d.ts +1 -1
- package/es/icons/GlobalOutlined.js +4 -6
- package/es/icons/HomeOutlined.d.ts +1 -1
- package/es/icons/HomeOutlined.js +4 -6
- package/es/icons/LoadingDotOutlined.d.ts +1 -1
- package/es/icons/LoadingDotOutlined.js +4 -6
- package/es/icons/LoadingOutlined.d.ts +1 -1
- package/es/icons/LoadingOutlined.js +4 -6
- package/es/icons/LockOutlined.d.ts +1 -1
- package/es/icons/LockOutlined.js +5 -8
- package/es/icons/LogOutlined.d.ts +1 -1
- package/es/icons/LogOutlined.js +7 -12
- package/es/icons/MailOutlined.d.ts +1 -1
- package/es/icons/MailOutlined.js +4 -6
- package/es/icons/MenuFoldOutlined.d.ts +1 -1
- package/es/icons/MenuFoldOutlined.js +4 -6
- package/es/icons/MenuOutlined.d.ts +1 -1
- package/es/icons/MenuOutlined.js +6 -10
- package/es/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/es/icons/MenuUnfoldOutlined.js +4 -6
- package/es/icons/MessageOutlined.d.ts +1 -1
- package/es/icons/MessageOutlined.js +25 -30
- package/es/icons/MinusCircleOutlined.d.ts +1 -1
- package/es/icons/MinusCircleOutlined.js +5 -8
- package/es/icons/MoonOutlined.d.ts +1 -1
- package/es/icons/MoonOutlined.js +4 -6
- package/es/icons/MoreOutlined.d.ts +1 -1
- package/es/icons/MoreOutlined.js +18 -22
- package/es/icons/PauseFilled.d.ts +1 -1
- package/es/icons/PauseFilled.js +5 -8
- package/es/icons/PieChartOutlined.d.ts +1 -1
- package/es/icons/PieChartOutlined.js +5 -8
- package/es/icons/PlusOutlined.d.ts +1 -1
- package/es/icons/PlusOutlined.js +4 -6
- package/es/icons/ProtectOutlined.d.ts +1 -1
- package/es/icons/ProtectOutlined.js +5 -8
- package/es/icons/QuestionCircleOutlined.d.ts +1 -1
- package/es/icons/QuestionCircleOutlined.js +12 -16
- package/es/icons/ReloadOutlined.d.ts +1 -1
- package/es/icons/ReloadOutlined.js +4 -6
- package/es/icons/SortOutlined.d.ts +1 -1
- package/es/icons/SortOutlined.js +5 -8
- package/es/icons/StarFilled.d.ts +1 -1
- package/es/icons/StarFilled.js +4 -6
- package/es/icons/StepForwardFilled.d.ts +1 -1
- package/es/icons/StepForwardFilled.js +13 -16
- package/es/icons/UndoOutlined.d.ts +1 -1
- package/es/icons/UndoOutlined.js +4 -6
- package/es/icons/UnlockOutlined.d.ts +1 -1
- package/es/icons/UnlockOutlined.js +5 -8
- package/es/icons/VerticalLeftOutlined.d.ts +1 -1
- package/es/icons/VerticalLeftOutlined.js +4 -6
- package/es/icons/WarningOutlined.d.ts +1 -1
- package/es/icons/WarningOutlined.js +15 -19
- package/es/icons/ZoomOutOutlined.d.ts +1 -1
- package/es/icons/ZoomOutOutlined.js +5 -8
- package/es/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/SliderCaptcha.js +16 -15
- package/es/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/index.js +6 -6
- package/es/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/style/index.scss +32 -32
- package/lib/core-components.cjs +113 -110
- package/lib/ele-check-card/index.cjs +2 -3
- package/lib/ele-dashboard/index.cjs +5 -6
- package/lib/ele-loading/index.cjs +6 -7
- package/lib/icons/ApplicationOutlined.cjs +3 -5
- package/lib/icons/AppstoreOutlined.cjs +6 -11
- package/lib/icons/ArrowDown.cjs +3 -5
- package/lib/icons/ArrowDownOutlined.cjs +3 -5
- package/lib/icons/ArrowLeft.cjs +3 -5
- package/lib/icons/ArrowLeftOutlined.cjs +3 -5
- package/lib/icons/ArrowRight.cjs +3 -5
- package/lib/icons/ArrowRightOutlined.cjs +3 -5
- package/lib/icons/ArrowUp.cjs +3 -5
- package/lib/icons/BellOutlined.cjs +3 -5
- package/lib/icons/BookOutlined.cjs +3 -5
- package/lib/icons/CalendarOutlined.cjs +3 -5
- package/lib/icons/CaretDownFilled.cjs +3 -5
- package/lib/icons/CheckCircleFilled.cjs +3 -5
- package/lib/icons/CheckCircleOutlined.cjs +4 -7
- package/lib/icons/ClockCircleOutlined.cjs +4 -7
- package/lib/icons/CloseCircleOutlined.cjs +4 -7
- package/lib/icons/CloudUploadOutlined.cjs +4 -7
- package/lib/icons/ClusterOutlined.cjs +3 -5
- package/lib/icons/CompassOutlined.cjs +7 -10
- package/lib/icons/CompressOutlined.cjs +6 -11
- package/lib/icons/ControlOutlined.cjs +5 -9
- package/lib/icons/CopyOutlined.cjs +6 -11
- package/lib/icons/CornerLeftFilled.cjs +3 -5
- package/lib/icons/CpuOutlined.cjs +3 -5
- package/lib/icons/DownloadOutlined.cjs +4 -7
- package/lib/icons/DragOutlined.cjs +3 -5
- package/lib/icons/EditOutlined.cjs +4 -7
- package/lib/icons/ExpandOutlined.cjs +6 -11
- package/lib/icons/FolderAddOutlined.cjs +4 -7
- package/lib/icons/FolderOutlined.cjs +3 -5
- package/lib/icons/FundOutlined.cjs +4 -7
- package/lib/icons/HomeOutlined.cjs +3 -5
- package/lib/icons/IdcardOutlined.cjs +9 -14
- package/lib/icons/LinkOutlined.cjs +5 -9
- package/lib/icons/LoadingDotOutlined.cjs +3 -5
- package/lib/icons/LoadingOutlined.cjs +3 -5
- package/lib/icons/LockOutlined.cjs +4 -7
- package/lib/icons/LogoutOutlined.cjs +4 -7
- package/lib/icons/MenuFoldOutlined.cjs +3 -5
- package/lib/icons/MenuOutlined.cjs +5 -9
- package/lib/icons/MenuUnfoldOutlined.cjs +3 -5
- package/lib/icons/MessageOutlined.cjs +24 -29
- package/lib/icons/MinusCircleOutlined.cjs +4 -7
- package/lib/icons/MobileOutlined.cjs +10 -13
- package/lib/icons/MoonOutlined.cjs +3 -5
- package/lib/icons/MoreOutlined.cjs +17 -21
- package/lib/icons/PlusCircleOutlined.cjs +4 -7
- package/lib/icons/PlusOutlined.cjs +3 -5
- package/lib/icons/ProtectOutlined.cjs +4 -7
- package/lib/icons/QuestionCircleOutlined.cjs +11 -15
- package/lib/icons/ReloadOutlined.cjs +3 -5
- package/lib/icons/ResizeOutlined.cjs +4 -7
- package/lib/icons/SearchOutlined.cjs +3 -5
- package/lib/icons/SliderArrowStatic.cjs +7 -9
- package/lib/icons/StarFilled.cjs +3 -5
- package/lib/icons/SwapOutlined.cjs +4 -7
- package/lib/icons/TimerOutlined.cjs +4 -7
- package/lib/icons/UndoOutlined.cjs +3 -5
- package/lib/icons/VerticalLeftOutlined.cjs +3 -5
- package/lib/icons/WarningOutlined.cjs +14 -18
- package/lib/yu-framework-attachment-image-upload/index.cjs +163 -0
- package/lib/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/SliderCaptcha.cjs +16 -15
- package/lib/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/index.cjs +6 -6
- package/package.json +1 -1
- package/es/components.d.ts +0 -7
- package/es/components.js +0 -15
- package/es/core-components.d.ts +0 -56
- package/es/core-components.js +0 -112
- package/es/core-export.d.ts +0 -11
- package/es/core-export.js +0 -15
- package/es/core-installer.d.ts +0 -3
- package/es/core-installer.js +0 -11
- package/es/ele-admin-layout/components/layout-skeleton.d.ts +0 -10
- package/es/ele-admin-layout/components/layout-skeleton.js +0 -47
- package/es/ele-admin-layout/index.d.ts +0 -293
- package/es/ele-admin-layout/index.js +0 -596
- package/es/ele-admin-layout/props.d.ts +0 -182
- package/es/ele-admin-layout/props.js +0 -169
- package/es/ele-admin-layout/style/css-var.scss +0 -14
- package/es/ele-admin-layout/style/header.scss +0 -192
- package/es/ele-alert/style/css-var.scss +0 -12
- package/es/ele-alert/style/index.d.ts +0 -1
- package/es/ele-alert/style/index.js +0 -1
- package/es/ele-app/components/message-body.d.ts +0 -46
- package/es/ele-app/components/message-body.js +0 -98
- package/es/ele-app/components/message-box-icon.d.ts +0 -31
- package/es/ele-app/components/message-box-icon.js +0 -63
- package/es/ele-app/index.d.ts +0 -4
- package/es/ele-app/index.js +0 -13
- package/es/ele-app/plus.d.ts +0 -181
- package/es/ele-app/style/common/index.scss +0 -55
- package/es/ele-app/style/css-var.scss +0 -11
- package/es/ele-app/style/index.d.ts +0 -1
- package/es/ele-app/style/index.js +0 -4
- package/es/ele-app/style/index.scss +0 -4
- package/es/ele-app/style/message/index.d.ts +0 -1
- package/es/ele-app/style/message/index.js +0 -2
- package/es/ele-app/style/overwrite/autocomplete/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/autocomplete/index.js +0 -1
- package/es/ele-app/style/overwrite/backtop/index.scss +0 -8
- package/es/ele-app/style/overwrite/cascader/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/cascader/index.js +0 -1
- package/es/ele-app/style/overwrite/color-picker/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/color-picker/index.js +0 -1
- package/es/ele-app/style/overwrite/color-picker/index.scss +0 -42
- package/es/ele-app/style/overwrite/date-picker/css-var.scss +0 -16
- package/es/ele-app/style/overwrite/descriptions/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/descriptions/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/descriptions/index.js +0 -1
- package/es/ele-app/style/overwrite/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/index.js +0 -16
- package/es/ele-app/style/overwrite/index.scss +0 -16
- package/es/ele-app/style/overwrite/input/css-var.scss +0 -34
- package/es/ele-app/style/overwrite/input/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/input/index.js +0 -1
- package/es/ele-app/style/overwrite/message-box/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/notification/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/notification/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/notification/index.js +0 -2
- package/es/ele-app/style/overwrite/notification/index.scss +0 -65
- package/es/ele-app/style/overwrite/radio/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/radio/index.js +0 -1
- package/es/ele-app/style/overwrite/select/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/tag/index.scss +0 -346
- package/es/ele-app/style/overwrite/tree/index.scss +0 -106
- package/es/ele-app/style/overwrite/tree-select/index.d.ts +0 -1
- package/es/ele-app/style/overwrite/tree-select/index.js +0 -1
- package/es/ele-app/style/scrollbar/index.scss +0 -9
- package/es/ele-avatar-group/index.d.ts +0 -74
- package/es/ele-avatar-group/index.js +0 -189
- package/es/ele-avatar-group/style/index.scss +0 -73
- package/es/ele-backtop/index.d.ts +0 -50
- package/es/ele-backtop/index.js +0 -105
- package/es/ele-backtop/style/css-var.scss +0 -8
- package/es/ele-backtop/style/index.d.ts +0 -1
- package/es/ele-backtop/style/index.js +0 -2
- package/es/ele-backtop/style/index.scss +0 -34
- package/es/ele-bar-code/props.d.ts +0 -19
- package/es/ele-bar-code/props.js +0 -14
- package/es/ele-bar-code/style/index.d.ts +0 -0
- package/es/ele-bar-code/style/index.js +0 -1
- package/es/ele-bar-code/types.d.ts +0 -11
- package/es/ele-basic-select/index.d.ts +0 -118
- package/es/ele-basic-select/index.js +0 -349
- package/es/ele-basic-select/props.d.ts +0 -85
- package/es/ele-basic-select/props.js +0 -78
- package/es/ele-basic-select/style/css-var.scss +0 -9
- package/es/ele-basic-select/style/index.d.ts +0 -1
- package/es/ele-basic-select/style/index.js +0 -5
- package/es/ele-basic-select/types.d.ts +0 -28
- package/es/ele-basic-select/util.d.ts +0 -21
- package/es/ele-basic-select/util.js +0 -43
- package/es/ele-bottom-bar/style/index.d.ts +0 -1
- package/es/ele-bottom-bar/style/index.js +0 -1
- package/es/ele-breadcrumb/types.d.ts +0 -32
- package/es/ele-card/props.d.ts +0 -43
- package/es/ele-card/props.js +0 -36
- package/es/ele-card/style/css-var.scss +0 -8
- package/es/ele-check-card/index.d.ts +0 -59
- package/es/ele-check-card/index.js +0 -132
- package/es/ele-config-provider/index.d.ts +0 -18
- package/es/ele-config-provider/index.js +0 -50
- package/es/ele-config-provider/receiver.d.ts +0 -15
- package/es/ele-config-provider/receiver.js +0 -26
- package/es/ele-copyable/index.d.ts +0 -58
- package/es/ele-copyable/index.js +0 -137
- package/es/ele-copyable/props.d.ts +0 -48
- package/es/ele-copyable/props.js +0 -39
- package/es/ele-count-up/index.d.ts +0 -37
- package/es/ele-count-up/index.js +0 -108
- package/es/ele-count-up/props.d.ts +0 -28
- package/es/ele-count-up/props.js +0 -22
- package/es/ele-cropper/components/cropper-preview.d.ts +0 -21
- package/es/ele-cropper/components/cropper-preview.js +0 -74
- package/es/ele-cropper/components/cropper-tools.d.ts +0 -72
- package/es/ele-cropper/components/cropper-tools.js +0 -218
- package/es/ele-cropper/style/index.scss +0 -108
- package/es/ele-cropper/types.d.ts +0 -114
- package/es/ele-cropper-modal/index.d.ts +0 -102
- package/es/ele-cropper-modal/index.js +0 -94
- package/es/ele-dashboard/props.d.ts +0 -17
- package/es/ele-dashboard/props.js +0 -13
- package/es/ele-dashboard/style/index.scss +0 -79
- package/es/ele-data-table/index.d.ts +0 -340
- package/es/ele-data-table/index.js +0 -401
- package/es/ele-dialog/props.d.ts +0 -135
- package/es/ele-dialog/props.js +0 -71
- package/es/ele-dialog/style/index.scss +0 -259
- package/es/ele-dialog/types.d.ts +0 -43
- package/es/ele-dot/types.d.ts +0 -4
- package/es/ele-dropdown/components/dropdown-menus.d.ts +0 -44
- package/es/ele-dropdown/components/dropdown-menus.js +0 -111
- package/es/ele-dropdown/components/pro-dropdown.d.ts +0 -238
- package/es/ele-dropdown/components/pro-dropdown.js +0 -205
- package/es/ele-dropdown/props.d.ts +0 -169
- package/es/ele-dropdown/props.js +0 -75
- package/es/ele-dropdown/style/index.d.ts +0 -1
- package/es/ele-dropdown/style/index.js +0 -9
- package/es/ele-dropdown/style/index.scss +0 -314
- package/es/ele-edit-tag/index.d.ts +0 -65
- package/es/ele-edit-tag/index.js +0 -272
- package/es/ele-edit-tag/style/index.scss +0 -123
- package/es/ele-ellipsis/props.d.ts +0 -33
- package/es/ele-ellipsis/props.js +0 -18
- package/es/ele-ellipsis/style/index.d.ts +0 -1
- package/es/ele-ellipsis/style/index.js +0 -3
- package/es/ele-ellipsis/style/index.scss +0 -27
- package/es/ele-ellipsis/types.d.ts +0 -9
- package/es/ele-file-list/components/file-grid-item.d.ts +0 -55
- package/es/ele-file-list/components/file-grid-item.js +0 -151
- package/es/ele-file-list/components/file-grid.d.ts +0 -71
- package/es/ele-file-list/components/file-grid.js +0 -135
- package/es/ele-file-list/components/file-sort.d.ts +0 -22
- package/es/ele-file-list/components/file-sort.js +0 -35
- package/es/ele-file-list/components/file-table-item.d.ts +0 -59
- package/es/ele-file-list/components/file-table-item.js +0 -183
- package/es/ele-file-list/components/file-table.d.ts +0 -95
- package/es/ele-file-list/components/file-table.js +0 -219
- package/es/ele-file-list/icons.d.ts +0 -18
- package/es/ele-file-list/icons.js +0 -130
- package/es/ele-file-list/index.d.ts +0 -111
- package/es/ele-file-list/index.js +0 -377
- package/es/ele-file-list/props.d.ts +0 -76
- package/es/ele-file-list/props.js +0 -62
- package/es/ele-file-list/style/css-var.scss +0 -8
- package/es/ele-file-list/style/index.d.ts +0 -1
- package/es/ele-file-list/style/index.js +0 -2
- package/es/ele-file-list/style/index.scss +0 -427
- package/es/ele-file-list/types.d.ts +0 -117
- package/es/ele-file-list-tool/index.d.ts +0 -8
- package/es/ele-file-list-tool/index.js +0 -31
- package/es/ele-file-list-tool/style/index.d.ts +0 -0
- package/es/ele-file-list-tool/style/index.js +0 -1
- package/es/ele-icon-select/components/icon-grid.d.ts +0 -62
- package/es/ele-icon-select/components/icon-grid.js +0 -126
- package/es/ele-icon-select/index.d.ts +0 -182
- package/es/ele-icon-select/index.js +0 -337
- package/es/ele-icon-select/props.d.ts +0 -123
- package/es/ele-icon-select/props.js +0 -114
- package/es/ele-icon-select/style/index.d.ts +0 -1
- package/es/ele-icon-select/style/index.js +0 -6
- package/es/ele-icon-select/style/index.scss +0 -235
- package/es/ele-image-viewer/props.d.ts +0 -58
- package/es/ele-image-viewer/props.js +0 -35
- package/es/ele-image-viewer/style/css-var.scss +0 -8
- package/es/ele-image-viewer/style/index.d.ts +0 -1
- package/es/ele-image-viewer/style/index.js +0 -2
- package/es/ele-loading/index.d.ts +0 -36
- package/es/ele-loading/style/index.d.ts +0 -1
- package/es/ele-loading/style/index.js +0 -2
- package/es/ele-loading/style/index.scss +0 -90
- package/es/ele-map-picker/components/map-view.d.ts +0 -225
- package/es/ele-map-picker/components/map-view.js +0 -734
- package/es/ele-map-picker/index.d.ts +0 -198
- package/es/ele-map-picker/index.js +0 -96
- package/es/ele-map-picker/props.d.ts +0 -232
- package/es/ele-map-picker/props.js +0 -130
- package/es/ele-map-picker/style/css-var.scss +0 -8
- package/es/ele-map-picker/types.d.ts +0 -71
- package/es/ele-menus/components/menu-items.d.ts +0 -78
- package/es/ele-menus/components/menu-items.js +0 -269
- package/es/ele-menus/index.d.ts +0 -150
- package/es/ele-menus/index.js +0 -346
- package/es/ele-menus/props.d.ts +0 -79
- package/es/ele-menus/props.js +0 -51
- package/es/ele-menus/style/index.d.ts +0 -1
- package/es/ele-menus/style/index.js +0 -8
- package/es/ele-menus/style/index.scss +0 -844
- package/es/ele-menus/util.d.ts +0 -44
- package/es/ele-menus/util.js +0 -132
- package/es/ele-page/index.d.ts +0 -23
- package/es/ele-page/index.js +0 -30
- package/es/ele-page/props.d.ts +0 -19
- package/es/ele-page/props.js +0 -16
- package/es/ele-page/style/index.d.ts +0 -1
- package/es/ele-page/style/index.js +0 -1
- package/es/ele-pagination/index.d.ts +0 -109
- package/es/ele-pagination/index.js +0 -97
- package/es/ele-pagination/props.d.ts +0 -60
- package/es/ele-pagination/props.js +0 -31
- package/es/ele-pagination/style/index.scss +0 -288
- package/es/ele-popconfirm/index.d.ts +0 -240
- package/es/ele-popconfirm/index.js +0 -212
- package/es/ele-popconfirm/props.d.ts +0 -124
- package/es/ele-popconfirm/props.js +0 -54
- package/es/ele-popconfirm/style/css-var.scss +0 -8
- package/es/ele-popconfirm/style/index.d.ts +0 -1
- package/es/ele-popconfirm/style/index.js +0 -4
- package/es/ele-popconfirm/style/index.scss +0 -41
- package/es/ele-popover/index.d.ts +0 -172
- package/es/ele-popover/index.js +0 -105
- package/es/ele-popover/props.d.ts +0 -84
- package/es/ele-popover/props.js +0 -27
- package/es/ele-popover/style/index.d.ts +0 -1
- package/es/ele-popover/style/index.js +0 -1
- package/es/ele-printer/props.d.ts +0 -41
- package/es/ele-printer/props.js +0 -34
- package/es/ele-printer/style/index.d.ts +0 -1
- package/es/ele-printer/style/index.js +0 -1
- package/es/ele-printer/types.d.ts +0 -46
- package/es/ele-pro-layout/index.d.ts +0 -407
- package/es/ele-pro-layout/index.js +0 -1011
- package/es/ele-pro-layout/props.d.ts +0 -253
- package/es/ele-pro-layout/props.js +0 -237
- package/es/ele-pro-layout/types.d.ts +0 -221
- package/es/ele-pro-table/components/table-tools.d.ts +0 -155
- package/es/ele-pro-table/components/table-tools.js +0 -366
- package/es/ele-pro-table/components/tool-column-list.d.ts +0 -62
- package/es/ele-pro-table/components/tool-column-list.js +0 -210
- package/es/ele-pro-table/components/tool-export.d.ts +0 -155
- package/es/ele-pro-table/components/tool-export.js +0 -506
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +0 -36
- package/es/ele-pro-table/components/tool-print-body-cell.js +0 -132
- package/es/ele-pro-table/components/tool-print.d.ts +0 -165
- package/es/ele-pro-table/components/tool-print.js +0 -675
- package/es/ele-pro-table/index.d.ts +0 -490
- package/es/ele-pro-table/index.js +0 -572
- package/es/ele-pro-table/props.d.ts +0 -257
- package/es/ele-pro-table/props.js +0 -112
- package/es/ele-pro-table/util.d.ts +0 -285
- package/es/ele-pro-table/util.js +0 -729
- package/es/ele-qr-code/index.d.ts +0 -64
- package/es/ele-qr-code/index.js +0 -55
- package/es/ele-qr-code/props.d.ts +0 -50
- package/es/ele-qr-code/props.js +0 -43
- package/es/ele-qr-code/types.d.ts +0 -46
- package/es/ele-qr-code-svg/index.d.ts +0 -71
- package/es/ele-qr-code-svg/index.js +0 -127
- package/es/ele-qr-code-svg/style/index.d.ts +0 -0
- package/es/ele-qr-code-svg/style/index.js +0 -1
- package/es/ele-segmented/props.d.ts +0 -31
- package/es/ele-segmented/props.js +0 -25
- package/es/ele-segmented/types.d.ts +0 -28
- package/es/ele-split-panel/style/index.d.ts +0 -1
- package/es/ele-split-panel/style/index.js +0 -2
- package/es/ele-steps/props.d.ts +0 -33
- package/es/ele-steps/props.js +0 -14
- package/es/ele-steps/style/css-var.scss +0 -8
- package/es/ele-steps/style/index.scss +0 -206
- package/es/ele-tab-tool/style/index.d.ts +0 -0
- package/es/ele-tab-tool/style/index.js +0 -1
- package/es/ele-tab-wrap/index.d.ts +0 -8
- package/es/ele-tab-wrap/index.js +0 -73
- package/es/ele-table/props.d.ts +0 -24
- package/es/ele-table/props.js +0 -20
- package/es/ele-table/style/css-var.scss +0 -54
- package/es/ele-table/style/index.scss +0 -219
- package/es/ele-table-select/index.d.ts +0 -188
- package/es/ele-tabs/index.d.ts +0 -149
- package/es/ele-tabs/index.js +0 -480
- package/es/ele-tabs/style/css-var.scss +0 -8
- package/es/ele-tabs/style/index.d.ts +0 -1
- package/es/ele-tabs/style/index.js +0 -5
- package/es/ele-tabs/types.d.ts +0 -89
- package/es/ele-test/style/css-var.scss +0 -8
- package/es/ele-text/props.d.ts +0 -39
- package/es/ele-text/props.js +0 -30
- package/es/ele-text/style/index.scss +0 -100
- package/es/ele-tool/index.d.ts +0 -33
- package/es/ele-tool/index.js +0 -72
- package/es/ele-tool/props.d.ts +0 -27
- package/es/ele-tool/props.js +0 -21
- package/es/ele-tool/style/css-var.scss +0 -12
- package/es/ele-tool/style/index.d.ts +0 -1
- package/es/ele-tool/style/index.js +0 -1
- package/es/ele-tool/style/index.scss +0 -70
- package/es/ele-toolbar/props.d.ts +0 -34
- package/es/ele-toolbar/props.js +0 -26
- package/es/ele-toolbar/style/index.d.ts +0 -1
- package/es/ele-toolbar/style/index.js +0 -3
- package/es/ele-toolbar/style/index.scss +0 -56
- package/es/ele-toolbar/types.d.ts +0 -19
- package/es/ele-tooltip/index.d.ts +0 -140
- package/es/ele-tooltip/index.js +0 -176
- package/es/ele-tooltip/style/index.scss +0 -95
- package/es/ele-tour/index.d.ts +0 -58
- package/es/ele-tour/index.js +0 -238
- package/es/ele-tour/props.d.ts +0 -36
- package/es/ele-tour/props.js +0 -30
- package/es/ele-tour/style/index.d.ts +0 -1
- package/es/ele-tour/style/index.js +0 -3
- package/es/ele-tour/style/index.scss +0 -101
- package/es/ele-tree-select/index.d.ts +0 -155
- package/es/ele-tree-select/props.d.ts +0 -103
- package/es/ele-tree-select/props.js +0 -95
- package/es/ele-tree-select/style/index.scss +0 -30
- package/es/ele-tree-select/types.d.ts +0 -21
- package/es/ele-tree-select/util.d.ts +0 -56
- package/es/ele-tree-select/util.js +0 -141
- package/es/ele-upload-list/index.d.ts +0 -126
- package/es/ele-upload-list/index.js +0 -287
- package/es/ele-upload-list/style/index.d.ts +0 -1
- package/es/ele-upload-list/style/index.js +0 -6
- package/es/ele-virtual-table/components/body-cell.d.ts +0 -169
- package/es/ele-virtual-table/components/body-cell.js +0 -386
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +0 -34
- package/es/ele-virtual-table/components/cell-checkbox.js +0 -49
- package/es/ele-virtual-table/components/cell-filter.d.ts +0 -50
- package/es/ele-virtual-table/components/cell-filter.js +0 -210
- package/es/ele-virtual-table/components/header-row.d.ts +0 -90
- package/es/ele-virtual-table/components/header-row.js +0 -126
- package/es/ele-virtual-table/props.d.ts +0 -157
- package/es/ele-virtual-table/props.js +0 -13
- package/es/ele-virtual-table/style/index.d.ts +0 -1
- package/es/ele-virtual-table/style/index.js +0 -9
- package/es/ele-virtual-table/types.d.ts +0 -229
- package/es/ele-watermark/props.d.ts +0 -41
- package/es/ele-watermark/props.js +0 -39
- package/es/ele-watermark/style/index.d.ts +0 -0
- package/es/ele-watermark/style/index.js +0 -1
- package/es/ele-watermark/util.d.ts +0 -31
- package/es/ele-watermark/util.js +0 -70
- package/es/icons/AnalysisOutlined.d.ts +0 -2
- package/es/icons/AnalysisOutlined.js +0 -35
- package/es/icons/ApplicationOutlined.d.ts +0 -2
- package/es/icons/ApplicationOutlined.js +0 -26
- package/es/icons/ArrowDown.d.ts +0 -2
- package/es/icons/ArrowDown.js +0 -31
- package/es/icons/ArrowDownOutlined.d.ts +0 -2
- package/es/icons/ArrowDownOutlined.js +0 -30
- package/es/icons/CalendarOutlined.d.ts +0 -2
- package/es/icons/CalendarOutlined.js +0 -29
- package/es/icons/CheckCircleFilled.d.ts +0 -2
- package/es/icons/CheckCircleFilled.js +0 -26
- package/es/icons/CheckCircleOutlined.d.ts +0 -2
- package/es/icons/CheckCircleOutlined.js +0 -32
- package/es/icons/CityOutlined.d.ts +0 -2
- package/es/icons/CityOutlined.js +0 -35
- package/es/icons/CloseCircleFilled.d.ts +0 -2
- package/es/icons/CloseCircleFilled.js +0 -26
- package/es/icons/CloseCircleOutlined.d.ts +0 -2
- package/es/icons/CloseCircleOutlined.js +0 -31
- package/es/icons/CloseOutlined.d.ts +0 -2
- package/es/icons/CloseOutlined.js +0 -30
- package/es/icons/ColumnHeightOutlined.d.ts +0 -2
- package/es/icons/ColumnHeightOutlined.js +0 -35
- package/es/icons/CompressOutlined.d.ts +0 -2
- package/es/icons/CompressOutlined.js +0 -36
- package/es/icons/CopyOutlined.d.ts +0 -2
- package/es/icons/CopyOutlined.js +0 -35
- package/es/icons/CornerLeftFilled.d.ts +0 -2
- package/es/icons/CornerLeftFilled.js +0 -26
- package/es/icons/CpuOutlined.d.ts +0 -2
- package/es/icons/CpuOutlined.js +0 -30
- package/es/icons/DatabaseOutlined.d.ts +0 -2
- package/es/icons/DatabaseOutlined.js +0 -35
- package/es/icons/DeleteOutlined.d.ts +0 -2
- package/es/icons/DeleteOutlined.js +0 -34
- package/es/icons/DownloadOutlined.d.ts +0 -2
- package/es/icons/DownloadOutlined.js +0 -32
- package/es/icons/EllipsisOutlined.d.ts +0 -2
- package/es/icons/EllipsisOutlined.js +0 -42
- package/es/icons/ExclamationCircleFilled.d.ts +0 -2
- package/es/icons/ExclamationCircleFilled.js +0 -26
- package/es/icons/ExpandOutlined.d.ts +0 -2
- package/es/icons/ExpandOutlined.js +0 -36
- package/es/icons/EyeOutlined.d.ts +0 -2
- package/es/icons/EyeOutlined.js +0 -30
- package/es/icons/FolderAddOutlined.d.ts +0 -2
- package/es/icons/FolderAddOutlined.js +0 -31
- package/es/icons/FolderOutlined.d.ts +0 -2
- package/es/icons/FolderOutlined.js +0 -29
- package/es/icons/FormOutlined.d.ts +0 -2
- package/es/icons/FormOutlined.js +0 -31
- package/es/icons/FullscreenExitOutlined.d.ts +0 -2
- package/es/icons/FullscreenExitOutlined.js +0 -34
- package/es/icons/FullscreenOutlined.d.ts +0 -2
- package/es/icons/FullscreenOutlined.js +0 -34
- package/es/icons/FundOutlined.d.ts +0 -2
- package/es/icons/FundOutlined.js +0 -31
- package/es/icons/HolderOutlined.d.ts +0 -2
- package/es/icons/HolderOutlined.js +0 -26
- package/es/icons/IdcardOutlined.d.ts +0 -2
- package/es/icons/IdcardOutlined.js +0 -38
- package/es/icons/InfoCircleFilled.d.ts +0 -2
- package/es/icons/InfoCircleFilled.js +0 -26
- package/es/icons/LinkOutlined.d.ts +0 -2
- package/es/icons/LinkOutlined.js +0 -32
- package/es/icons/LogoutOutlined.d.ts +0 -2
- package/es/icons/LogoutOutlined.js +0 -31
- package/es/icons/MobileOutlined.d.ts +0 -2
- package/es/icons/MobileOutlined.js +0 -37
- package/es/icons/PlayFilled.d.ts +0 -2
- package/es/icons/PlayFilled.js +0 -26
- package/es/icons/PlusCircleOutlined.d.ts +0 -2
- package/es/icons/PlusCircleOutlined.js +0 -31
- package/es/icons/PrinterOutlined.d.ts +0 -2
- package/es/icons/PrinterOutlined.js +0 -29
- package/es/icons/QuestionCircleFilled.d.ts +0 -2
- package/es/icons/QuestionCircleFilled.js +0 -26
- package/es/icons/ResizeOutlined.d.ts +0 -2
- package/es/icons/ResizeOutlined.js +0 -30
- package/es/icons/SearchOutlined.d.ts +0 -2
- package/es/icons/SearchOutlined.js +0 -29
- package/es/icons/SettingOutlined.d.ts +0 -2
- package/es/icons/SettingOutlined.js +0 -31
- package/es/icons/ShoppingOutlined.d.ts +0 -2
- package/es/icons/ShoppingOutlined.js +0 -29
- package/es/icons/SizeCompactOutlined.d.ts +0 -2
- package/es/icons/SizeCompactOutlined.js +0 -34
- package/es/icons/SizeMiddleOutlined.d.ts +0 -2
- package/es/icons/SizeMiddleOutlined.js +0 -34
- package/es/icons/SizeSlackOutlined.d.ts +0 -2
- package/es/icons/SizeSlackOutlined.js +0 -34
- package/es/icons/SliderArrowSlide.d.ts +0 -2
- package/es/icons/SliderArrowSlide.js +0 -36
- package/es/icons/SliderArrowStatic.d.ts +0 -2
- package/es/icons/SliderArrowStatic.js +0 -36
- package/es/icons/StepBackwardFilled.d.ts +0 -2
- package/es/icons/StepBackwardFilled.js +0 -33
- package/es/icons/SuitcaseOutlined.d.ts +0 -2
- package/es/icons/SuitcaseOutlined.js +0 -29
- package/es/icons/SunOutlined.d.ts +0 -2
- package/es/icons/SunOutlined.js +0 -29
- package/es/icons/SwapOutlined.d.ts +0 -2
- package/es/icons/SwapOutlined.js +0 -32
- package/es/icons/SyncOutlined.d.ts +0 -2
- package/es/icons/SyncOutlined.js +0 -32
- package/es/icons/TableOutlined.d.ts +0 -2
- package/es/icons/TableOutlined.js +0 -29
- package/es/icons/TagOutlined.d.ts +0 -2
- package/es/icons/TagOutlined.js +0 -31
- package/es/icons/TimerOutlined.d.ts +0 -2
- package/es/icons/TimerOutlined.js +0 -31
- package/es/icons/UploadOutlined.d.ts +0 -2
- package/es/icons/UploadOutlined.js +0 -32
- package/es/icons/UserOutlined.d.ts +0 -2
- package/es/icons/UserOutlined.js +0 -29
- package/es/icons/VerticalAlignMiddleOutlined.d.ts +0 -2
- package/es/icons/VerticalAlignMiddleOutlined.js +0 -32
- package/es/icons/VerticalRightOutlined.d.ts +0 -2
- package/es/icons/VerticalRightOutlined.js +0 -28
- package/es/icons/ZoomInOutlined.d.ts +0 -2
- package/es/icons/ZoomInOutlined.js +0 -31
- package/es/icons/index.d.ts +0 -117
- package/es/icons/index.js +0 -236
- package/es/lang/zh_TW.d.ts +0 -4
- package/es/lang/zh_TW.js +0 -85
- package/es/style/nprogress.scss +0 -85
- package/es/style/plus.scss +0 -48
- package/es/style/themes/dark.scss +0 -82
- package/es/style/themes/rounded-css-var.scss +0 -6
- package/es/style/themes/theme-util.scss +0 -74
- package/es/style/util.scss +0 -59
- package/es/utils/chart-theme-dark.d.ts +0 -373
- package/es/utils/chart-theme-dark.js +0 -397
- package/es/utils/chart-theme.d.ts +0 -368
- package/es/utils/chart-theme.js +0 -392
- package/es/utils/menu-util.d.ts +0 -14
- package/es/utils/menu-util.js +0 -78
- package/es/utils/message-box.d.ts +0 -25
- package/es/utils/message-box.js +0 -98
- package/es/utils/message.d.ts +0 -66
- package/es/utils/message.js +0 -267
- package/es/utils/resolvers.d.ts +0 -18
- package/es/utils/resolvers.js +0 -50
- package/es/utils/theme-util.d.ts +0 -6
- package/es/utils/theme-util.js +0 -42
- package/es/utils/validate.d.ts +0 -182
- package/es/utils/validate.js +0 -197
- package/es/yu-slider-captcha-dialog/style/index.d.ts +0 -1
- package/es/yu-slider-captcha-dialog/style/index.js +0 -1
- package/es/yu-test/index.d.ts +0 -2
- package/es/yu-test/index.js +0 -18
- package/es/yu-test/style/css-var.scss +0 -8
- package/es/yu-test/style/index.d.ts +0 -1
- package/es/yu-test/style/index.js +0 -2
- package/es/yu-test/style/index.scss +0 -100
- package/lib/components.cjs +0 -21
- package/lib/components.d.ts +0 -7
- package/lib/core-components.d.ts +0 -56
- package/lib/core-export.cjs +0 -57
- package/lib/core-export.d.ts +0 -11
- package/lib/core-installer.d.ts +0 -3
- package/lib/core.d.ts +0 -3
- package/lib/ele-admin-layout/components/layout-skeleton.cjs +0 -46
- package/lib/ele-admin-layout/components/layout-skeleton.d.ts +0 -10
- package/lib/ele-admin-layout/components/layout-tabs.cjs +0 -131
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +0 -64
- package/lib/ele-admin-layout/components/layout-tool.d.ts +0 -2
- package/lib/ele-admin-layout/index.d.ts +0 -293
- package/lib/ele-admin-layout/props.d.ts +0 -182
- package/lib/ele-admin-layout/style/index.d.ts +0 -1
- package/lib/ele-admin-layout/style/index.scss +0 -313
- package/lib/ele-admin-layout/style/sidebar.scss +0 -187
- package/lib/ele-admin-layout/types.d.ts +0 -54
- package/lib/ele-alert/index.cjs +0 -126
- package/lib/ele-alert/index.d.ts +0 -69
- package/lib/ele-alert/props.d.ts +0 -58
- package/lib/ele-alert/style/index.cjs +0 -2
- package/lib/ele-alert/style/index.d.ts +0 -1
- package/lib/ele-alert/style/index.scss +0 -172
- package/lib/ele-app/components/message-body.d.ts +0 -46
- package/lib/ele-app/components/message-box-icon.cjs +0 -62
- package/lib/ele-app/components/message-box-icon.d.ts +0 -31
- package/lib/ele-app/el.d.ts +0 -304
- package/lib/ele-app/index.d.ts +0 -4
- package/lib/ele-app/plus.d.ts +0 -181
- package/lib/ele-app/style/common/index.d.ts +0 -1
- package/lib/ele-app/style/css-var.scss +0 -11
- package/lib/ele-app/style/index.cjs +0 -5
- package/lib/ele-app/style/index.d.ts +0 -1
- package/lib/ele-app/style/message/index.d.ts +0 -1
- package/lib/ele-app/style/message/index.scss +0 -261
- package/lib/ele-app/style/overwrite/autocomplete/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/autocomplete/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/backtop/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/backtop/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/cascader/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/cascader/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/checkbox/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/checkbox/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/checkbox/index.scss +0 -161
- package/lib/ele-app/style/overwrite/color-picker/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/color-picker/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/color-picker/index.scss +0 -42
- package/lib/ele-app/style/overwrite/css-var.scss +0 -33
- package/lib/ele-app/style/overwrite/date-picker/css-var.scss +0 -16
- package/lib/ele-app/style/overwrite/date-picker/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/date-picker/index.scss +0 -895
- package/lib/ele-app/style/overwrite/descriptions/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/descriptions/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/input/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/input/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/input/index.scss +0 -540
- package/lib/ele-app/style/overwrite/message-box/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/notification/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/notification/index.cjs +0 -3
- package/lib/ele-app/style/overwrite/notification/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/popper/css-var.scss +0 -14
- package/lib/ele-app/style/overwrite/popper/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/popper/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/popper/index.scss +0 -9
- package/lib/ele-app/style/overwrite/radio/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/select/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/select/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tag/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tree/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/tree/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/tree/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tree-select/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/tree-select/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/tree-select/index.d.ts +0 -1
- package/lib/ele-app/style/scrollbar/index.d.ts +0 -1
- package/lib/ele-app/types.d.ts +0 -48
- package/lib/ele-avatar-group/index.d.ts +0 -74
- package/lib/ele-avatar-group/props.cjs +0 -47
- package/lib/ele-avatar-group/props.d.ts +0 -56
- package/lib/ele-avatar-group/style/index.d.ts +0 -1
- package/lib/ele-avatar-group/style/index.scss +0 -73
- package/lib/ele-avatar-group/types.d.ts +0 -21
- package/lib/ele-backtop/index.cjs +0 -104
- package/lib/ele-backtop/index.d.ts +0 -50
- package/lib/ele-backtop/props.cjs +0 -31
- package/lib/ele-backtop/props.d.ts +0 -36
- package/lib/ele-backtop/style/css-var.scss +0 -8
- package/lib/ele-backtop/style/index.d.ts +0 -1
- package/lib/ele-backtop/style/index.scss +0 -34
- package/lib/ele-bar-code/index.cjs +0 -66
- package/lib/ele-bar-code/index.d.ts +0 -26
- package/lib/ele-bar-code/props.cjs +0 -14
- package/lib/ele-bar-code/props.d.ts +0 -19
- package/lib/ele-bar-code/style/index.d.ts +0 -0
- package/lib/ele-bar-code/types.d.ts +0 -11
- package/lib/ele-basic-select/index.d.ts +0 -118
- package/lib/ele-basic-select/props.cjs +0 -78
- package/lib/ele-basic-select/props.d.ts +0 -85
- package/lib/ele-basic-select/style/css-var.scss +0 -9
- package/lib/ele-basic-select/style/index.cjs +0 -6
- package/lib/ele-basic-select/style/index.d.ts +0 -1
- package/lib/ele-basic-select/style/index.scss +0 -269
- package/lib/ele-basic-select/types.d.ts +0 -28
- package/lib/ele-basic-select/util.d.ts +0 -21
- package/lib/ele-bottom-bar/index.d.ts +0 -15
- package/lib/ele-bottom-bar/props.d.ts +0 -15
- package/lib/ele-bottom-bar/style/index.d.ts +0 -1
- package/lib/ele-bottom-bar/style/index.scss +0 -31
- package/lib/ele-breadcrumb/index.d.ts +0 -40
- package/lib/ele-breadcrumb/props.d.ts +0 -24
- package/lib/ele-breadcrumb/style/index.d.ts +0 -1
- package/lib/ele-breadcrumb/types.d.ts +0 -32
- package/lib/ele-card/index.d.ts +0 -48
- package/lib/ele-card/props.d.ts +0 -43
- package/lib/ele-card/style/css-var.scss +0 -8
- package/lib/ele-card/style/index.cjs +0 -3
- package/lib/ele-card/style/index.d.ts +0 -1
- package/lib/ele-check-card/components/card-item.cjs +0 -49
- package/lib/ele-check-card/components/card-item.d.ts +0 -37
- package/lib/ele-check-card/index.d.ts +0 -59
- package/lib/ele-check-card/props.cjs +0 -43
- package/lib/ele-check-card/props.d.ts +0 -49
- package/lib/ele-check-card/style/index.d.ts +0 -1
- package/lib/ele-check-card/style/index.scss +0 -72
- package/lib/ele-check-card/types.d.ts +0 -37
- package/lib/ele-config-provider/components/receiver-view.d.ts +0 -17
- package/lib/ele-config-provider/index.d.ts +0 -18
- package/lib/ele-config-provider/props.cjs +0 -19
- package/lib/ele-config-provider/props.d.ts +0 -26
- package/lib/ele-config-provider/receiver.cjs +0 -26
- package/lib/ele-config-provider/receiver.d.ts +0 -15
- package/lib/ele-config-provider/style/index.cjs +0 -1
- package/lib/ele-config-provider/style/index.d.ts +0 -0
- package/lib/ele-config-provider/types.d.ts +0 -103
- package/lib/ele-copyable/index.cjs +0 -136
- package/lib/ele-copyable/index.d.ts +0 -58
- package/lib/ele-copyable/props.cjs +0 -39
- package/lib/ele-copyable/props.d.ts +0 -48
- package/lib/ele-copyable/style/index.d.ts +0 -1
- package/lib/ele-copyable/style/index.scss +0 -28
- package/lib/ele-copyable/types.d.ts +0 -14
- package/lib/ele-count-up/index.d.ts +0 -37
- package/lib/ele-count-up/props.cjs +0 -22
- package/lib/ele-count-up/props.d.ts +0 -28
- package/lib/ele-count-up/style/index.cjs +0 -1
- package/lib/ele-count-up/style/index.d.ts +0 -0
- package/lib/ele-cropper/components/cropper-preview.cjs +0 -73
- package/lib/ele-cropper/components/cropper-preview.d.ts +0 -21
- package/lib/ele-cropper/components/cropper-tools.d.ts +0 -72
- package/lib/ele-cropper/index.d.ts +0 -114
- package/lib/ele-cropper/props.cjs +0 -61
- package/lib/ele-cropper/props.d.ts +0 -68
- package/lib/ele-cropper/style/index.d.ts +0 -1
- package/lib/ele-cropper/types.d.ts +0 -114
- package/lib/ele-cropper-modal/index.d.ts +0 -102
- package/lib/ele-cropper-modal/props.d.ts +0 -58
- package/lib/ele-cropper-modal/style/index.d.ts +0 -1
- package/lib/ele-dashboard/index.d.ts +0 -14
- package/lib/ele-dashboard/props.d.ts +0 -17
- package/lib/ele-dashboard/style/index.d.ts +0 -1
- package/lib/ele-dashboard/types.d.ts +0 -4
- package/lib/ele-data-table/index.d.ts +0 -340
- package/lib/ele-data-table/props.d.ts +0 -270
- package/lib/ele-data-table/style/index.d.ts +0 -1
- package/lib/ele-data-table/style/index.scss +0 -570
- package/lib/ele-data-table/types.d.ts +0 -253
- package/lib/ele-data-table/util.d.ts +0 -172
- package/lib/ele-dialog/index.d.ts +0 -245
- package/lib/ele-dialog/props.d.ts +0 -135
- package/lib/ele-dialog/style/index.d.ts +0 -1
- package/lib/ele-dialog/types.d.ts +0 -43
- package/lib/ele-dialog/util.d.ts +0 -52
- package/lib/ele-dot/index.d.ts +0 -29
- package/lib/ele-dot/props.d.ts +0 -25
- package/lib/ele-dot/style/index.d.ts +0 -1
- package/lib/ele-dot/style/index.scss +0 -68
- package/lib/ele-dot/types.d.ts +0 -4
- package/lib/ele-drawer/index.d.ts +0 -183
- package/lib/ele-drawer/props.d.ts +0 -76
- package/lib/ele-drawer/style/index.d.ts +0 -1
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +0 -39
- package/lib/ele-dropdown/components/dropdown-menus.cjs +0 -110
- package/lib/ele-dropdown/components/dropdown-menus.d.ts +0 -44
- package/lib/ele-dropdown/components/pro-dropdown.cjs +0 -204
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +0 -238
- package/lib/ele-dropdown/index.cjs +0 -243
- package/lib/ele-dropdown/index.d.ts +0 -230
- package/lib/ele-dropdown/props.cjs +0 -75
- package/lib/ele-dropdown/props.d.ts +0 -169
- package/lib/ele-dropdown/style/css-var.scss +0 -8
- package/lib/ele-dropdown/style/index.d.ts +0 -1
- package/lib/ele-dropdown/style/index.scss +0 -314
- package/lib/ele-dropdown/types.d.ts +0 -22
- package/lib/ele-edit-tag/index.cjs +0 -271
- package/lib/ele-edit-tag/index.d.ts +0 -65
- package/lib/ele-edit-tag/props.cjs +0 -46
- package/lib/ele-edit-tag/props.d.ts +0 -55
- package/lib/ele-edit-tag/style/index.cjs +0 -6
- package/lib/ele-edit-tag/style/index.d.ts +0 -1
- package/lib/ele-edit-tag/types.d.ts +0 -9
- package/lib/ele-ellipsis/index.d.ts +0 -65
- package/lib/ele-ellipsis/props.d.ts +0 -33
- package/lib/ele-ellipsis/style/index.d.ts +0 -1
- package/lib/ele-ellipsis/style/index.scss +0 -27
- package/lib/ele-ellipsis/types.d.ts +0 -9
- package/lib/ele-file-list/components/file-grid-item.cjs +0 -150
- package/lib/ele-file-list/components/file-grid-item.d.ts +0 -55
- package/lib/ele-file-list/components/file-grid.cjs +0 -134
- package/lib/ele-file-list/components/file-grid.d.ts +0 -71
- package/lib/ele-file-list/components/file-sort.cjs +0 -34
- package/lib/ele-file-list/components/file-sort.d.ts +0 -22
- package/lib/ele-file-list/components/file-table-item.cjs +0 -182
- package/lib/ele-file-list/components/file-table-item.d.ts +0 -59
- package/lib/ele-file-list/components/file-table.cjs +0 -218
- package/lib/ele-file-list/components/file-table.d.ts +0 -95
- package/lib/ele-file-list/icons.cjs +0 -130
- package/lib/ele-file-list/icons.d.ts +0 -18
- package/lib/ele-file-list/index.cjs +0 -376
- package/lib/ele-file-list/index.d.ts +0 -111
- package/lib/ele-file-list/props.cjs +0 -62
- package/lib/ele-file-list/props.d.ts +0 -76
- package/lib/ele-file-list/style/css-var.scss +0 -8
- package/lib/ele-file-list/style/index.cjs +0 -3
- package/lib/ele-file-list/style/index.d.ts +0 -1
- package/lib/ele-file-list/style/index.scss +0 -427
- package/lib/ele-file-list/types.d.ts +0 -117
- package/lib/ele-file-list-tool/index.cjs +0 -30
- package/lib/ele-file-list-tool/index.d.ts +0 -8
- package/lib/ele-file-list-tool/style/index.cjs +0 -1
- package/lib/ele-file-list-tool/style/index.d.ts +0 -0
- package/lib/ele-icon-select/components/icon-grid.cjs +0 -125
- package/lib/ele-icon-select/components/icon-grid.d.ts +0 -62
- package/lib/ele-icon-select/index.cjs +0 -336
- package/lib/ele-icon-select/index.d.ts +0 -182
- package/lib/ele-icon-select/props.cjs +0 -114
- package/lib/ele-icon-select/props.d.ts +0 -123
- package/lib/ele-icon-select/style/css-var.scss +0 -8
- package/lib/ele-icon-select/style/index.cjs +0 -7
- package/lib/ele-icon-select/style/index.d.ts +0 -1
- package/lib/ele-icon-select/style/index.scss +0 -235
- package/lib/ele-icon-select/types.d.ts +0 -16
- package/lib/ele-image-viewer/index.cjs +0 -87
- package/lib/ele-image-viewer/index.d.ts +0 -120
- package/lib/ele-image-viewer/props.d.ts +0 -58
- package/lib/ele-image-viewer/style/css-var.scss +0 -8
- package/lib/ele-image-viewer/style/index.cjs +0 -3
- package/lib/ele-image-viewer/style/index.d.ts +0 -1
- package/lib/ele-loading/index.d.ts +0 -36
- package/lib/ele-loading/props.cjs +0 -28
- package/lib/ele-loading/props.d.ts +0 -33
- package/lib/ele-loading/style/css-var.scss +0 -8
- package/lib/ele-loading/style/index.d.ts +0 -1
- package/lib/ele-loading/types.d.ts +0 -19
- package/lib/ele-map-picker/components/map-view.cjs +0 -733
- package/lib/ele-map-picker/components/map-view.d.ts +0 -225
- package/lib/ele-map-picker/index.d.ts +0 -198
- package/lib/ele-map-picker/props.d.ts +0 -232
- package/lib/ele-map-picker/style/css-var.scss +0 -8
- package/lib/ele-map-picker/style/index.cjs +0 -9
- package/lib/ele-map-picker/style/index.d.ts +0 -1
- package/lib/ele-map-picker/types.d.ts +0 -71
- package/lib/ele-menus/components/item-title.d.ts +0 -48
- package/lib/ele-menus/components/menu-items.cjs +0 -268
- package/lib/ele-menus/components/menu-items.d.ts +0 -78
- package/lib/ele-menus/index.d.ts +0 -150
- package/lib/ele-menus/props.d.ts +0 -79
- package/lib/ele-menus/style/index.cjs +0 -9
- package/lib/ele-menus/style/index.d.ts +0 -1
- package/lib/ele-menus/types.d.ts +0 -107
- package/lib/ele-menus/util.cjs +0 -132
- package/lib/ele-menus/util.d.ts +0 -44
- package/lib/ele-page/index.d.ts +0 -23
- package/lib/ele-page/props.d.ts +0 -19
- package/lib/ele-page/style/index.cjs +0 -2
- package/lib/ele-page/style/index.d.ts +0 -1
- package/lib/ele-page/style/index.scss +0 -74
- package/lib/ele-pagination/index.d.ts +0 -109
- package/lib/ele-pagination/props.cjs +0 -31
- package/lib/ele-pagination/props.d.ts +0 -60
- package/lib/ele-pagination/style/css-var.scss +0 -8
- package/lib/ele-pagination/style/index.d.ts +0 -1
- package/lib/ele-pagination/style/index.scss +0 -288
- package/lib/ele-pagination/types.d.ts +0 -9
- package/lib/ele-popconfirm/index.d.ts +0 -240
- package/lib/ele-popconfirm/props.d.ts +0 -124
- package/lib/ele-popconfirm/style/index.d.ts +0 -1
- package/lib/ele-popconfirm/style/index.scss +0 -41
- package/lib/ele-popover/index.d.ts +0 -172
- package/lib/ele-popover/props.cjs +0 -27
- package/lib/ele-popover/props.d.ts +0 -84
- package/lib/ele-popover/style/index.cjs +0 -2
- package/lib/ele-popover/style/index.d.ts +0 -1
- package/lib/ele-printer/index.d.ts +0 -40
- package/lib/ele-printer/props.cjs +0 -34
- package/lib/ele-printer/props.d.ts +0 -41
- package/lib/ele-printer/style/index.d.ts +0 -1
- package/lib/ele-printer/types.d.ts +0 -46
- package/lib/ele-printer/util.d.ts +0 -25
- package/lib/ele-pro-layout/components/pro-iframe.cjs +0 -123
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +0 -39
- package/lib/ele-pro-layout/index.cjs +0 -1010
- package/lib/ele-pro-layout/index.d.ts +0 -407
- package/lib/ele-pro-layout/props.d.ts +0 -253
- package/lib/ele-pro-layout/style/index.d.ts +0 -1
- package/lib/ele-pro-layout/style/index.scss +0 -41
- package/lib/ele-pro-layout/types.d.ts +0 -221
- package/lib/ele-pro-layout/util.d.ts +0 -88
- package/lib/ele-pro-table/components/table-tools.cjs +0 -365
- package/lib/ele-pro-table/components/table-tools.d.ts +0 -155
- package/lib/ele-pro-table/components/tool-column-list.cjs +0 -209
- package/lib/ele-pro-table/components/tool-column-list.d.ts +0 -62
- package/lib/ele-pro-table/components/tool-column.d.ts +0 -67
- package/lib/ele-pro-table/components/tool-export.d.ts +0 -155
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +0 -36
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +0 -91
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +0 -36
- package/lib/ele-pro-table/components/tool-print.cjs +0 -674
- package/lib/ele-pro-table/components/tool-print.d.ts +0 -165
- package/lib/ele-pro-table/index.d.ts +0 -490
- package/lib/ele-pro-table/props.cjs +0 -112
- package/lib/ele-pro-table/props.d.ts +0 -257
- package/lib/ele-pro-table/style/css-var.scss +0 -8
- package/lib/ele-pro-table/style/index.cjs +0 -21
- package/lib/ele-pro-table/style/index.d.ts +0 -1
- package/lib/ele-pro-table/types.d.ts +0 -489
- package/lib/ele-pro-table/util.d.ts +0 -285
- package/lib/ele-qr-code/components/canvas-render.d.ts +0 -67
- package/lib/ele-qr-code/index.d.ts +0 -64
- package/lib/ele-qr-code/props.d.ts +0 -50
- package/lib/ele-qr-code/qrcodegen.d.ts +0 -95
- package/lib/ele-qr-code/style/index.d.ts +0 -0
- package/lib/ele-qr-code/types.d.ts +0 -46
- package/lib/ele-qr-code/util.d.ts +0 -27
- package/lib/ele-qr-code-svg/index.cjs +0 -126
- package/lib/ele-qr-code-svg/index.d.ts +0 -71
- package/lib/ele-qr-code-svg/style/index.d.ts +0 -0
- package/lib/ele-segmented/index.cjs +0 -107
- package/lib/ele-segmented/index.d.ts +0 -36
- package/lib/ele-segmented/props.d.ts +0 -31
- package/lib/ele-segmented/style/css-var.scss +0 -16
- package/lib/ele-segmented/style/index.d.ts +0 -1
- package/lib/ele-segmented/style/index.scss +0 -144
- package/lib/ele-segmented/types.d.ts +0 -28
- package/lib/ele-split-panel/index.d.ts +0 -63
- package/lib/ele-split-panel/props.d.ts +0 -47
- package/lib/ele-split-panel/style/index.d.ts +0 -1
- package/lib/ele-steps/index.cjs +0 -57
- package/lib/ele-steps/index.d.ts +0 -66
- package/lib/ele-steps/props.d.ts +0 -33
- package/lib/ele-steps/style/index.d.ts +0 -1
- package/lib/ele-steps/types.d.ts +0 -14
- package/lib/ele-tab-tool/index.d.ts +0 -16
- package/lib/ele-tab-tool/props.cjs +0 -11
- package/lib/ele-tab-tool/props.d.ts +0 -14
- package/lib/ele-tab-tool/style/index.cjs +0 -1
- package/lib/ele-tab-tool/style/index.d.ts +0 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.cjs +0 -90
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +0 -35
- package/lib/ele-tab-wrap/index.d.ts +0 -8
- package/lib/ele-tab-wrap/props.cjs +0 -9
- package/lib/ele-tab-wrap/props.d.ts +0 -13
- package/lib/ele-tab-wrap/style/index.d.ts +0 -0
- package/lib/ele-table/index.d.ts +0 -28
- package/lib/ele-table/props.cjs +0 -20
- package/lib/ele-table/props.d.ts +0 -24
- package/lib/ele-table/style/css-var.scss +0 -54
- package/lib/ele-table/style/index.d.ts +0 -1
- package/lib/ele-table/style/index.scss +0 -219
- package/lib/ele-table-select/index.d.ts +0 -188
- package/lib/ele-table-select/props.d.ts +0 -120
- package/lib/ele-table-select/style/css-var.scss +0 -8
- package/lib/ele-table-select/style/index.d.ts +0 -1
- package/lib/ele-tabs/index.cjs +0 -479
- package/lib/ele-tabs/index.d.ts +0 -149
- package/lib/ele-tabs/props.cjs +0 -46
- package/lib/ele-tabs/props.d.ts +0 -82
- package/lib/ele-tabs/style/index.cjs +0 -6
- package/lib/ele-tabs/style/index.d.ts +0 -1
- package/lib/ele-tabs/types.d.ts +0 -89
- package/lib/ele-test/index.cjs +0 -17
- package/lib/ele-test/index.d.ts +0 -2
- package/lib/ele-test/style/css-var.scss +0 -8
- package/lib/ele-test/style/index.d.ts +0 -1
- package/lib/ele-test/style/index.scss +0 -100
- package/lib/ele-text/index.cjs +0 -59
- package/lib/ele-text/index.d.ts +0 -36
- package/lib/ele-text/props.d.ts +0 -39
- package/lib/ele-text/style/index.cjs +0 -3
- package/lib/ele-text/style/index.d.ts +0 -1
- package/lib/ele-text/style/index.scss +0 -100
- package/lib/ele-text/types.d.ts +0 -35
- package/lib/ele-tool/index.cjs +0 -71
- package/lib/ele-tool/index.d.ts +0 -33
- package/lib/ele-tool/props.cjs +0 -21
- package/lib/ele-tool/props.d.ts +0 -27
- package/lib/ele-tool/style/index.cjs +0 -2
- package/lib/ele-tool/style/index.d.ts +0 -1
- package/lib/ele-tool/style/index.scss +0 -70
- package/lib/ele-toolbar/index.cjs +0 -104
- package/lib/ele-toolbar/index.d.ts +0 -38
- package/lib/ele-toolbar/props.cjs +0 -26
- package/lib/ele-toolbar/props.d.ts +0 -34
- package/lib/ele-toolbar/style/css-var.scss +0 -12
- package/lib/ele-toolbar/style/index.d.ts +0 -1
- package/lib/ele-toolbar/style/index.scss +0 -56
- package/lib/ele-toolbar/types.d.ts +0 -19
- package/lib/ele-tooltip/index.d.ts +0 -140
- package/lib/ele-tooltip/props.d.ts +0 -75
- package/lib/ele-tooltip/style/index.cjs +0 -3
- package/lib/ele-tooltip/style/index.d.ts +0 -1
- package/lib/ele-tour/index.d.ts +0 -58
- package/lib/ele-tour/props.cjs +0 -30
- package/lib/ele-tour/props.d.ts +0 -36
- package/lib/ele-tour/style/index.d.ts +0 -1
- package/lib/ele-tour/style/index.scss +0 -101
- package/lib/ele-tour/types.d.ts +0 -42
- package/lib/ele-tour/util.cjs +0 -43
- package/lib/ele-tour/util.d.ts +0 -20
- package/lib/ele-tree-select/index.d.ts +0 -155
- package/lib/ele-tree-select/props.d.ts +0 -103
- package/lib/ele-tree-select/style/index.d.ts +0 -1
- package/lib/ele-tree-select/types.d.ts +0 -21
- package/lib/ele-tree-select/util.d.ts +0 -56
- package/lib/ele-upload-list/components/list-item.d.ts +0 -85
- package/lib/ele-upload-list/index.cjs +0 -286
- package/lib/ele-upload-list/index.d.ts +0 -126
- package/lib/ele-upload-list/props.cjs +0 -72
- package/lib/ele-upload-list/props.d.ts +0 -81
- package/lib/ele-upload-list/style/css-var.scss +0 -8
- package/lib/ele-upload-list/style/index.cjs +0 -7
- package/lib/ele-upload-list/style/index.d.ts +0 -1
- package/lib/ele-upload-list/style/index.scss +0 -478
- package/lib/ele-upload-list/types.d.ts +0 -71
- package/lib/ele-virtual-table/components/body-cell.d.ts +0 -169
- package/lib/ele-virtual-table/components/body-row.d.ts +0 -156
- package/lib/ele-virtual-table/components/cell-checkbox.cjs +0 -48
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +0 -34
- package/lib/ele-virtual-table/components/cell-filter.cjs +0 -209
- package/lib/ele-virtual-table/components/cell-filter.d.ts +0 -50
- package/lib/ele-virtual-table/components/expand-row.cjs +0 -28
- package/lib/ele-virtual-table/components/expand-row.d.ts +0 -19
- package/lib/ele-virtual-table/components/footer-row.cjs +0 -114
- package/lib/ele-virtual-table/components/footer-row.d.ts +0 -62
- package/lib/ele-virtual-table/components/header-cell.cjs +0 -260
- package/lib/ele-virtual-table/components/header-cell.d.ts +0 -98
- package/lib/ele-virtual-table/components/header-row.d.ts +0 -90
- package/lib/ele-virtual-table/index.cjs +0 -1150
- package/lib/ele-virtual-table/index.d.ts +0 -392
- package/lib/ele-virtual-table/props.cjs +0 -13
- package/lib/ele-virtual-table/props.d.ts +0 -157
- package/lib/ele-virtual-table/style/css-var.scss +0 -101
- package/lib/ele-virtual-table/style/index.cjs +0 -10
- package/lib/ele-virtual-table/style/index.d.ts +0 -1
- package/lib/ele-virtual-table/types.d.ts +0 -229
- package/lib/ele-virtual-table/util.d.ts +0 -229
- package/lib/ele-watermark/index.d.ts +0 -57
- package/lib/ele-watermark/props.d.ts +0 -41
- package/lib/ele-watermark/style/index.d.ts +0 -0
- package/lib/ele-watermark/types.d.ts +0 -39
- package/lib/ele-watermark/util.d.ts +0 -31
- package/lib/ele-xg-player/index.d.ts +0 -22
- package/lib/ele-xg-player/style/index.d.ts +0 -1
- package/lib/icons/AnalysisOutlined.cjs +0 -34
- package/lib/icons/AnalysisOutlined.d.ts +0 -2
- package/lib/icons/ApplicationOutlined.d.ts +0 -2
- package/lib/icons/AppstoreAddOutlined.cjs +0 -34
- package/lib/icons/AppstoreAddOutlined.d.ts +0 -2
- package/lib/icons/AppstoreOutlined.d.ts +0 -2
- package/lib/icons/ArrowDown.d.ts +0 -2
- package/lib/icons/ArrowDownOutlined.d.ts +0 -2
- package/lib/icons/ArrowLeft.d.ts +0 -2
- package/lib/icons/ArrowLeftOutlined.d.ts +0 -2
- package/lib/icons/ArrowRight.d.ts +0 -2
- package/lib/icons/ArrowRightOutlined.d.ts +0 -2
- package/lib/icons/ArrowUp.d.ts +0 -2
- package/lib/icons/ArrowUpOutlined.cjs +0 -29
- package/lib/icons/ArrowUpOutlined.d.ts +0 -2
- package/lib/icons/BellOutlined.d.ts +0 -2
- package/lib/icons/BookOutlined.d.ts +0 -2
- package/lib/icons/CalendarOutlined.d.ts +0 -2
- package/lib/icons/CaretDownFilled.d.ts +0 -2
- package/lib/icons/CaretUpFilled.cjs +0 -25
- package/lib/icons/CaretUpFilled.d.ts +0 -2
- package/lib/icons/CheckCircleFilled.d.ts +0 -2
- package/lib/icons/CheckCircleOutlined.d.ts +0 -2
- package/lib/icons/CheckOutlined.cjs +0 -29
- package/lib/icons/CheckOutlined.d.ts +0 -2
- package/lib/icons/CityOutlined.cjs +0 -34
- package/lib/icons/CityOutlined.d.ts +0 -2
- package/lib/icons/ClockCircleOutlined.d.ts +0 -2
- package/lib/icons/CloseCircleFilled.cjs +0 -25
- package/lib/icons/CloseCircleFilled.d.ts +0 -2
- package/lib/icons/CloseCircleOutlined.d.ts +0 -2
- package/lib/icons/CloseOutlined.cjs +0 -29
- package/lib/icons/CloseOutlined.d.ts +0 -2
- package/lib/icons/CloudUploadOutlined.d.ts +0 -2
- package/lib/icons/ClusterOutlined.d.ts +0 -2
- package/lib/icons/CodeOutlined.cjs +0 -33
- package/lib/icons/CodeOutlined.d.ts +0 -2
- package/lib/icons/ColumnHeightOutlined.cjs +0 -34
- package/lib/icons/ColumnHeightOutlined.d.ts +0 -2
- package/lib/icons/CompassOutlined.d.ts +0 -2
- package/lib/icons/CompressOutlined.d.ts +0 -2
- package/lib/icons/ConnectionOutlined.cjs +0 -30
- package/lib/icons/ConnectionOutlined.d.ts +0 -2
- package/lib/icons/ControlOutlined.d.ts +0 -2
- package/lib/icons/CopyOutlined.d.ts +0 -2
- package/lib/icons/CornerLeftFilled.d.ts +0 -2
- package/lib/icons/CornerRightFilled.cjs +0 -25
- package/lib/icons/CornerRightFilled.d.ts +0 -2
- package/lib/icons/CpuOutlined.d.ts +0 -2
- package/lib/icons/DashboardOutlined.cjs +0 -36
- package/lib/icons/DashboardOutlined.d.ts +0 -2
- package/lib/icons/DatabaseOutlined.cjs +0 -34
- package/lib/icons/DatabaseOutlined.d.ts +0 -2
- package/lib/icons/DeleteOutlined.cjs +0 -33
- package/lib/icons/DeleteOutlined.d.ts +0 -2
- package/lib/icons/DesktopOutlined.cjs +0 -28
- package/lib/icons/DesktopOutlined.d.ts +0 -2
- package/lib/icons/DownloadOutlined.d.ts +0 -2
- package/lib/icons/DragOutlined.d.ts +0 -2
- package/lib/icons/EditOutlined.d.ts +0 -2
- package/lib/icons/EllipsisOutlined.cjs +0 -41
- package/lib/icons/EllipsisOutlined.d.ts +0 -2
- package/lib/icons/EnvironmentOutlined.cjs +0 -30
- package/lib/icons/EnvironmentOutlined.d.ts +0 -2
- package/lib/icons/ExclamationCircleFilled.cjs +0 -25
- package/lib/icons/ExclamationCircleFilled.d.ts +0 -2
- package/lib/icons/ExpandOutlined.d.ts +0 -2
- package/lib/icons/EyeOutlined.cjs +0 -29
- package/lib/icons/EyeOutlined.d.ts +0 -2
- package/lib/icons/FileOutlined.cjs +0 -34
- package/lib/icons/FileOutlined.d.ts +0 -2
- package/lib/icons/FilterFilled.cjs +0 -25
- package/lib/icons/FilterFilled.d.ts +0 -2
- package/lib/icons/FolderAddOutlined.d.ts +0 -2
- package/lib/icons/FolderOutlined.d.ts +0 -2
- package/lib/icons/FormOutlined.cjs +0 -30
- package/lib/icons/FormOutlined.d.ts +0 -2
- package/lib/icons/FullscreenExitOutlined.cjs +0 -33
- package/lib/icons/FullscreenExitOutlined.d.ts +0 -2
- package/lib/icons/FullscreenOutlined.cjs +0 -33
- package/lib/icons/FullscreenOutlined.d.ts +0 -2
- package/lib/icons/FundOutlined.d.ts +0 -2
- package/lib/icons/GlobalOutlined.cjs +0 -27
- package/lib/icons/GlobalOutlined.d.ts +0 -2
- package/lib/icons/HolderOutlined.cjs +0 -25
- package/lib/icons/HolderOutlined.d.ts +0 -2
- package/lib/icons/HomeOutlined.d.ts +0 -2
- package/lib/icons/IdcardOutlined.d.ts +0 -2
- package/lib/icons/InfoCircleFilled.cjs +0 -25
- package/lib/icons/InfoCircleFilled.d.ts +0 -2
- package/lib/icons/LinkOutlined.d.ts +0 -2
- package/lib/icons/LoadingDotOutlined.d.ts +0 -2
- package/lib/icons/LoadingOutlined.d.ts +0 -2
- package/lib/icons/LockOutlined.d.ts +0 -2
- package/lib/icons/LogOutlined.cjs +0 -34
- package/lib/icons/LogOutlined.d.ts +0 -2
- package/lib/icons/LogoutOutlined.d.ts +0 -2
- package/lib/icons/MailOutlined.cjs +0 -28
- package/lib/icons/MailOutlined.d.ts +0 -2
- package/lib/icons/MenuFoldOutlined.d.ts +0 -2
- package/lib/icons/MenuOutlined.d.ts +0 -2
- package/lib/icons/MenuUnfoldOutlined.d.ts +0 -2
- package/lib/icons/MessageOutlined.d.ts +0 -2
- package/lib/icons/MinusCircleOutlined.d.ts +0 -2
- package/lib/icons/MobileOutlined.d.ts +0 -2
- package/lib/icons/MoonOutlined.d.ts +0 -2
- package/lib/icons/MoreOutlined.d.ts +0 -2
- package/lib/icons/PauseFilled.cjs +0 -29
- package/lib/icons/PauseFilled.d.ts +0 -2
- package/lib/icons/PieChartOutlined.cjs +0 -30
- package/lib/icons/PieChartOutlined.d.ts +0 -2
- package/lib/icons/PlayFilled.cjs +0 -25
- package/lib/icons/PlayFilled.d.ts +0 -2
- package/lib/icons/PlusCircleOutlined.d.ts +0 -2
- package/lib/icons/PlusOutlined.d.ts +0 -2
- package/lib/icons/PrinterOutlined.cjs +0 -28
- package/lib/icons/PrinterOutlined.d.ts +0 -2
- package/lib/icons/ProtectOutlined.d.ts +0 -2
- package/lib/icons/QuestionCircleFilled.cjs +0 -25
- package/lib/icons/QuestionCircleFilled.d.ts +0 -2
- package/lib/icons/QuestionCircleOutlined.d.ts +0 -2
- package/lib/icons/ReloadOutlined.d.ts +0 -2
- package/lib/icons/ResizeOutlined.d.ts +0 -2
- package/lib/icons/SearchOutlined.d.ts +0 -2
- package/lib/icons/SettingOutlined.cjs +0 -30
- package/lib/icons/SettingOutlined.d.ts +0 -2
- package/lib/icons/ShoppingOutlined.cjs +0 -28
- package/lib/icons/ShoppingOutlined.d.ts +0 -2
- package/lib/icons/SizeCompactOutlined.cjs +0 -33
- package/lib/icons/SizeCompactOutlined.d.ts +0 -2
- package/lib/icons/SizeMiddleOutlined.cjs +0 -33
- package/lib/icons/SizeMiddleOutlined.d.ts +0 -2
- package/lib/icons/SizeSlackOutlined.cjs +0 -33
- package/lib/icons/SizeSlackOutlined.d.ts +0 -2
- package/lib/icons/SliderArrowSlide.cjs +0 -35
- package/lib/icons/SliderArrowSlide.d.ts +0 -2
- package/lib/icons/SliderArrowStatic.d.ts +0 -2
- package/lib/icons/SortOutlined.cjs +0 -31
- package/lib/icons/SortOutlined.d.ts +0 -2
- package/lib/icons/StarFilled.d.ts +0 -2
- package/lib/icons/StepBackwardFilled.cjs +0 -32
- package/lib/icons/StepBackwardFilled.d.ts +0 -2
- package/lib/icons/StepForwardFilled.cjs +0 -32
- package/lib/icons/StepForwardFilled.d.ts +0 -2
- package/lib/icons/SuitcaseOutlined.cjs +0 -28
- package/lib/icons/SuitcaseOutlined.d.ts +0 -2
- package/lib/icons/SunOutlined.cjs +0 -28
- package/lib/icons/SunOutlined.d.ts +0 -2
- package/lib/icons/SwapOutlined.d.ts +0 -2
- package/lib/icons/SyncOutlined.cjs +0 -31
- package/lib/icons/SyncOutlined.d.ts +0 -2
- package/lib/icons/TableOutlined.cjs +0 -28
- package/lib/icons/TableOutlined.d.ts +0 -2
- package/lib/icons/TagOutlined.cjs +0 -30
- package/lib/icons/TagOutlined.d.ts +0 -2
- package/lib/icons/TimerOutlined.d.ts +0 -2
- package/lib/icons/UndoOutlined.d.ts +0 -2
- package/lib/icons/UnlockOutlined.cjs +0 -31
- package/lib/icons/UnlockOutlined.d.ts +0 -2
- package/lib/icons/UploadOutlined.cjs +0 -31
- package/lib/icons/UploadOutlined.d.ts +0 -2
- package/lib/icons/UserOutlined.cjs +0 -28
- package/lib/icons/UserOutlined.d.ts +0 -2
- package/lib/icons/VerticalAlignMiddleOutlined.cjs +0 -31
- package/lib/icons/VerticalAlignMiddleOutlined.d.ts +0 -2
- package/lib/icons/VerticalLeftOutlined.d.ts +0 -2
- package/lib/icons/VerticalRightOutlined.cjs +0 -27
- package/lib/icons/VerticalRightOutlined.d.ts +0 -2
- package/lib/icons/WarningOutlined.d.ts +0 -2
- package/lib/icons/ZoomInOutlined.cjs +0 -30
- package/lib/icons/ZoomInOutlined.d.ts +0 -2
- package/lib/icons/ZoomOutOutlined.cjs +0 -30
- package/lib/icons/ZoomOutOutlined.d.ts +0 -2
- package/lib/icons/index.d.ts +0 -117
- package/lib/index.d.ts +0 -4
- package/lib/installer.d.ts +0 -3
- package/lib/lang/en_US.d.ts +0 -4
- package/lib/lang/zh_CN.cjs +0 -84
- package/lib/lang/zh_CN.d.ts +0 -4
- package/lib/lang/zh_TW.cjs +0 -84
- package/lib/lang/zh_TW.d.ts +0 -4
- package/lib/style/nprogress.scss +0 -85
- package/lib/style/plus.scss +0 -48
- package/lib/style/themes/dark.scss +0 -82
- package/lib/style/themes/default.scss +0 -1364
- package/lib/style/themes/rounded-css-var.scss +0 -6
- package/lib/style/themes/rounded.scss +0 -260
- package/lib/utils/chart-theme-dark.d.ts +0 -373
- package/lib/utils/chart-theme.d.ts +0 -368
- package/lib/utils/core.cjs +0 -318
- package/lib/utils/core.d.ts +0 -168
- package/lib/utils/hook.cjs +0 -264
- package/lib/utils/hook.d.ts +0 -113
- package/lib/utils/menu-util.d.ts +0 -14
- package/lib/utils/message-box.d.ts +0 -25
- package/lib/utils/message.d.ts +0 -66
- package/lib/utils/resolvers.cjs +0 -50
- package/lib/utils/resolvers.d.ts +0 -18
- package/lib/utils/theme-util.d.ts +0 -6
- package/lib/utils/validate.cjs +0 -197
- package/lib/utils/validate.d.ts +0 -182
- package/lib/yu-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
- package/lib/yu-slider-captcha-dialog/index.d.ts +0 -14
- package/lib/yu-slider-captcha-dialog/style/index.cjs +0 -2
- package/lib/yu-slider-captcha-dialog/style/index.d.ts +0 -1
- package/lib/yu-slider-captcha-dialog/style/index.scss +0 -300
- package/lib/yu-test/index.d.ts +0 -2
- package/lib/yu-test/style/css-var.scss +0 -8
- package/lib/yu-test/style/index.cjs +0 -3
- package/lib/yu-test/style/index.d.ts +0 -1
- package/lib/yu-test/style/index.scss +0 -100
- package/typings/global.d.ts +0 -67
- /package/es/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/SliderCaptcha.d.ts +0 -0
- /package/es/{yu-slider-captcha-dialog → yu-framework-slider-captcha-dialog}/index.d.ts +0 -0
|
@@ -1,1010 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const vueRouter = require("vue-router");
|
|
4
|
-
const icons = require("../icons");
|
|
5
|
-
const hook = require("../utils/hook");
|
|
6
|
-
const core = require("../utils/core");
|
|
7
|
-
const ProIframe = require("./components/pro-iframe");
|
|
8
|
-
const util = require("./util");
|
|
9
|
-
const props = require("./props");
|
|
10
|
-
const EleAdminLayout = require("../ele-admin-layout/index");
|
|
11
|
-
const _sfc_main = vue.defineComponent({
|
|
12
|
-
name: "EleProLayout",
|
|
13
|
-
components: { EleAdminLayout, ProIframe },
|
|
14
|
-
props: props.proLayoutProps,
|
|
15
|
-
emits: props.proLayoutEmits,
|
|
16
|
-
setup(props$1, { emit }) {
|
|
17
|
-
const { currentRoute, push } = vueRouter.useRouter();
|
|
18
|
-
const [startTimer, stopTimer] = hook.useTimer(() => props$1.menuHoverTimeout);
|
|
19
|
-
const state = { navData: [], sideData: [], boxData: [] };
|
|
20
|
-
const mobileQuery = "(max-width: 768px)";
|
|
21
|
-
const layoutRef = vue.ref(null);
|
|
22
|
-
const menuData = vue.shallowRef([]);
|
|
23
|
-
const navData = vue.shallowRef([]);
|
|
24
|
-
const navActive = vue.ref();
|
|
25
|
-
const sideData = vue.shallowRef([]);
|
|
26
|
-
const sideActive = vue.ref();
|
|
27
|
-
const boxData = vue.shallowRef([]);
|
|
28
|
-
const boxActive = vue.ref();
|
|
29
|
-
const tabData = vue.shallowRef([]);
|
|
30
|
-
const tabActive = vue.ref();
|
|
31
|
-
const levelData = vue.shallowRef([]);
|
|
32
|
-
const mobile = vue.ref(false);
|
|
33
|
-
const homeMenuPath = vue.ref();
|
|
34
|
-
const isHome = vue.ref(false);
|
|
35
|
-
const hideHeader = vue.ref(false);
|
|
36
|
-
const hideSidebar = vue.ref(false);
|
|
37
|
-
const hideSidebox = vue.ref(false);
|
|
38
|
-
const hideTabs = vue.ref(false);
|
|
39
|
-
const hideFooter = vue.ref(false);
|
|
40
|
-
const computedNavigation = () => {
|
|
41
|
-
let nav = "default";
|
|
42
|
-
if (hideHeader.value) {
|
|
43
|
-
nav = "side";
|
|
44
|
-
} else if (hideSidebar.value && hideSidebox.value) {
|
|
45
|
-
nav = "top";
|
|
46
|
-
} else if (props$1.layout === "top" || props$1.layout === "mix") {
|
|
47
|
-
nav = props$1.layout;
|
|
48
|
-
}
|
|
49
|
-
if (mobile.value && (nav === "top" || nav === "mix")) {
|
|
50
|
-
nav = "default";
|
|
51
|
-
}
|
|
52
|
-
return nav;
|
|
53
|
-
};
|
|
54
|
-
const computedSideNavigation = () => {
|
|
55
|
-
if (!hideSidebox.value && hideSidebar.value) {
|
|
56
|
-
return "box";
|
|
57
|
-
}
|
|
58
|
-
return props$1.sidebarLayout === "mix" ? "mix" : "default";
|
|
59
|
-
};
|
|
60
|
-
const navigation = vue.ref(computedNavigation());
|
|
61
|
-
const sideNavigation = vue.ref(computedSideNavigation());
|
|
62
|
-
const layoutHeaders = vue.computed(() => {
|
|
63
|
-
const navRoute = props$1.navTrigger !== "click" && props$1.navTrigger !== "hover";
|
|
64
|
-
return util.getMenuItems(navData.value, navRoute);
|
|
65
|
-
});
|
|
66
|
-
const layoutSidebars = vue.computed(() => {
|
|
67
|
-
const menuRoute = props$1.itemTrigger !== "click" && props$1.itemTrigger !== "hover";
|
|
68
|
-
return util.getMenuItems(sideData.value, menuRoute);
|
|
69
|
-
});
|
|
70
|
-
const layoutSideboxs = vue.computed(() => {
|
|
71
|
-
const boxRoute = props$1.boxTrigger !== "click" && props$1.boxTrigger !== "hover";
|
|
72
|
-
return util.getMenuItems(boxData.value, boxRoute);
|
|
73
|
-
});
|
|
74
|
-
const layoutTabs = vue.computed(() => {
|
|
75
|
-
const data = props$1.fixedHome ? tabData.value.filter((t) => !t.home) : tabData.value;
|
|
76
|
-
const onlyOne = !props$1.fixedHome && data.length === 1;
|
|
77
|
-
return data.map((d) => {
|
|
78
|
-
return {
|
|
79
|
-
name: d.key,
|
|
80
|
-
label: d.title,
|
|
81
|
-
closable: onlyOne && d.home ? false : d.closable,
|
|
82
|
-
meta: d.meta
|
|
83
|
-
};
|
|
84
|
-
});
|
|
85
|
-
});
|
|
86
|
-
const layoutLevels = vue.computed(() => {
|
|
87
|
-
const data = [];
|
|
88
|
-
if (!isHome.value) {
|
|
89
|
-
const to = homeMenuPath.value;
|
|
90
|
-
const is = { transform: "scale(1.13)", transformOrigin: "8px -2px" };
|
|
91
|
-
data.push({
|
|
92
|
-
key: to,
|
|
93
|
-
to,
|
|
94
|
-
icon: vue.markRaw(icons.HomeOutlined),
|
|
95
|
-
iconStyle: is
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
levelData.value.forEach((d) => {
|
|
99
|
-
data.push({ key: d.path, title: d.title });
|
|
100
|
-
});
|
|
101
|
-
return data;
|
|
102
|
-
});
|
|
103
|
-
const routeLayout = vue.computed(() => {
|
|
104
|
-
if (navigation.value !== "top" && navigation.value !== "side" && !layoutSidebars.value.length && !layoutSideboxs.value.length) {
|
|
105
|
-
return "top";
|
|
106
|
-
}
|
|
107
|
-
return navigation.value;
|
|
108
|
-
});
|
|
109
|
-
const routeSideType = vue.computed(() => {
|
|
110
|
-
if (sideNavigation.value === "mix" && !layoutSidebars.value.length) {
|
|
111
|
-
return "box";
|
|
112
|
-
}
|
|
113
|
-
return sideNavigation.value;
|
|
114
|
-
});
|
|
115
|
-
const isBoxSide = vue.computed(() => routeSideType.value === "box");
|
|
116
|
-
const routeTabBar = vue.computed(() => {
|
|
117
|
-
return hideTabs.value ? false : props$1.tabBar;
|
|
118
|
-
});
|
|
119
|
-
const routeMaximized = vue.computed(() => {
|
|
120
|
-
const max = props$1.maximized;
|
|
121
|
-
if (hideHeader.value && hideSidebar.value && hideSidebox.value && !max) {
|
|
122
|
-
return true;
|
|
123
|
-
}
|
|
124
|
-
return max === true && props$1.expanded ? "expanded" : max;
|
|
125
|
-
});
|
|
126
|
-
const sidebar = vue.computed(() => {
|
|
127
|
-
return routeLayout.value !== "top" && !isBoxSide.value || mobile.value;
|
|
128
|
-
});
|
|
129
|
-
const breadcrumbProps = vue.computed(() => {
|
|
130
|
-
if (!props$1.breadcrumb || props$1.breadcrumbSeparator == null) {
|
|
131
|
-
return props$1.breadcrumb;
|
|
132
|
-
}
|
|
133
|
-
if (props$1.breadcrumb === true) {
|
|
134
|
-
return { separator: props$1.breadcrumbSeparator };
|
|
135
|
-
}
|
|
136
|
-
return { separator: props$1.breadcrumbSeparator, ...props$1.breadcrumb };
|
|
137
|
-
});
|
|
138
|
-
const backTopProps = vue.computed(() => {
|
|
139
|
-
const backTop = props$1.backTop;
|
|
140
|
-
const r = props$1.backTopRight;
|
|
141
|
-
const b = props$1.backTopBottom;
|
|
142
|
-
const vh = props$1.backTopVisibilityHeight;
|
|
143
|
-
const t = props$1.backTopTarget;
|
|
144
|
-
if (!backTop || vh == null && r == null && b == null && t == null) {
|
|
145
|
-
return backTop;
|
|
146
|
-
}
|
|
147
|
-
const prop = backTop === true ? {} : { ...backTop };
|
|
148
|
-
if (vh != null && prop.visibilityHeight == null) {
|
|
149
|
-
prop.visibilityHeight = vh;
|
|
150
|
-
}
|
|
151
|
-
if (r != null && prop.right == null) {
|
|
152
|
-
prop.right = r;
|
|
153
|
-
}
|
|
154
|
-
if (b != null && prop.bottom == null) {
|
|
155
|
-
prop.bottom = b;
|
|
156
|
-
}
|
|
157
|
-
if (t != null && prop.target == null) {
|
|
158
|
-
prop.target = t;
|
|
159
|
-
}
|
|
160
|
-
return prop;
|
|
161
|
-
});
|
|
162
|
-
const navMenuProps = vue.computed(() => {
|
|
163
|
-
const mProps = props$1.headerMenuProps;
|
|
164
|
-
const e = props$1.ellipsis;
|
|
165
|
-
const ep = props$1.ellipsisProps;
|
|
166
|
-
const mt = props$1.menuTrigger;
|
|
167
|
-
const mtet = props$1.menuTextEllipsisTooltip;
|
|
168
|
-
if (e == null && ep == null && mt == null && mtet == null) {
|
|
169
|
-
return mProps;
|
|
170
|
-
}
|
|
171
|
-
const prop = mProps == null ? {} : { ...mProps };
|
|
172
|
-
if (e != null && prop.ellipsis == null) {
|
|
173
|
-
prop.ellipsis = e;
|
|
174
|
-
}
|
|
175
|
-
if (ep != null && prop.ellipsisProps == null) {
|
|
176
|
-
prop.ellipsisProps = ep;
|
|
177
|
-
}
|
|
178
|
-
if (mt != null && prop.menuTrigger == null) {
|
|
179
|
-
prop.menuTrigger = mt;
|
|
180
|
-
}
|
|
181
|
-
if (mtet != null && prop.textEllipsisTooltip == null) {
|
|
182
|
-
prop.textEllipsisTooltip = mtet;
|
|
183
|
-
}
|
|
184
|
-
return prop;
|
|
185
|
-
});
|
|
186
|
-
const sideMenuProps = vue.computed(() => {
|
|
187
|
-
const mProps = props$1.sidebarMenuProps;
|
|
188
|
-
const s = props$1.sidebarOpeneds;
|
|
189
|
-
const u = props$1.uniqueOpened;
|
|
190
|
-
const c = props$1.colorfulIcon;
|
|
191
|
-
const t = props$1.tooltipEffect;
|
|
192
|
-
const mtet = props$1.menuTextEllipsisTooltip;
|
|
193
|
-
if (s == null && u == null && c == null && t == null && mtet == null) {
|
|
194
|
-
return mProps;
|
|
195
|
-
}
|
|
196
|
-
const prop = mProps == null ? {} : { ...mProps };
|
|
197
|
-
if (s != null && prop.defaultOpeneds == null) {
|
|
198
|
-
prop.defaultOpeneds = s;
|
|
199
|
-
}
|
|
200
|
-
if (u != null && prop.uniqueOpened == null) {
|
|
201
|
-
prop.uniqueOpened = u;
|
|
202
|
-
}
|
|
203
|
-
if (c != null && prop.colorful == null) {
|
|
204
|
-
prop.colorful = c;
|
|
205
|
-
}
|
|
206
|
-
if (t != null && prop.popperEffect == null) {
|
|
207
|
-
prop.popperEffect = t;
|
|
208
|
-
}
|
|
209
|
-
if (mtet != null && prop.textEllipsisTooltip == null) {
|
|
210
|
-
prop.textEllipsisTooltip = mtet;
|
|
211
|
-
}
|
|
212
|
-
return prop;
|
|
213
|
-
});
|
|
214
|
-
const boxMenuProps = vue.computed(() => {
|
|
215
|
-
const mProps = props$1.sideboxMenuProps;
|
|
216
|
-
const ci = props$1.colorfulIcon;
|
|
217
|
-
const te = props$1.tooltipEffect;
|
|
218
|
-
const mtet = props$1.menuTextEllipsisTooltip;
|
|
219
|
-
if (ci == null && te == null && mtet == null) {
|
|
220
|
-
return mProps;
|
|
221
|
-
}
|
|
222
|
-
const prop = mProps == null ? {} : { ...mProps };
|
|
223
|
-
if (ci != null && prop.popupColorful == null) {
|
|
224
|
-
prop.popupColorful = ci;
|
|
225
|
-
}
|
|
226
|
-
if (te != null && prop.popperEffect == null) {
|
|
227
|
-
prop.popperEffect = te;
|
|
228
|
-
}
|
|
229
|
-
if (mtet != null && prop.textEllipsisTooltip == null) {
|
|
230
|
-
prop.textEllipsisTooltip = mtet;
|
|
231
|
-
}
|
|
232
|
-
return prop;
|
|
233
|
-
});
|
|
234
|
-
const updateNavigation = () => {
|
|
235
|
-
const value = computedNavigation();
|
|
236
|
-
if (navigation.value !== value) {
|
|
237
|
-
navigation.value = value;
|
|
238
|
-
return true;
|
|
239
|
-
}
|
|
240
|
-
};
|
|
241
|
-
const updateSideNavigation = () => {
|
|
242
|
-
const value = computedSideNavigation();
|
|
243
|
-
if (sideNavigation.value !== value) {
|
|
244
|
-
sideNavigation.value = value;
|
|
245
|
-
return true;
|
|
246
|
-
}
|
|
247
|
-
};
|
|
248
|
-
const resetMenuState = () => {
|
|
249
|
-
if (!state.isHover) {
|
|
250
|
-
return;
|
|
251
|
-
}
|
|
252
|
-
startTimer(() => {
|
|
253
|
-
state.isHover = false;
|
|
254
|
-
const isMixSide = sideNavigation.value === "mix" || sideNavigation.value === "box";
|
|
255
|
-
if (navActive.value !== state.navActive) {
|
|
256
|
-
navActive.value = state.navActive;
|
|
257
|
-
if (isMixSide) {
|
|
258
|
-
boxData.value = state.boxData;
|
|
259
|
-
} else {
|
|
260
|
-
sideData.value = state.sideData;
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
if (isMixSide && boxActive.value !== state.boxActive) {
|
|
264
|
-
boxActive.value = state.boxActive;
|
|
265
|
-
sideData.value = state.sideData;
|
|
266
|
-
}
|
|
267
|
-
});
|
|
268
|
-
};
|
|
269
|
-
const updateCollapse = (collapse) => {
|
|
270
|
-
if (collapse !== props$1.collapse) {
|
|
271
|
-
emit("update:collapse", collapse);
|
|
272
|
-
}
|
|
273
|
-
};
|
|
274
|
-
const updateMaximized = (maximized) => {
|
|
275
|
-
if (maximized !== props$1.maximized) {
|
|
276
|
-
emit("update:maximized", maximized);
|
|
277
|
-
}
|
|
278
|
-
};
|
|
279
|
-
const handleLogoClick = (e) => {
|
|
280
|
-
emit("logoClick", isHome.value, e);
|
|
281
|
-
};
|
|
282
|
-
const handleHeadMenuOpen = (index2, indexPath) => {
|
|
283
|
-
emit("headMenuOpen", index2, indexPath);
|
|
284
|
-
};
|
|
285
|
-
const handleHeadMenuClose = (index2, indexPath) => {
|
|
286
|
-
emit("headMenuClose", index2, indexPath);
|
|
287
|
-
};
|
|
288
|
-
const handleHeadMenuItemClick = (item, e) => {
|
|
289
|
-
const path = item.index;
|
|
290
|
-
const trigger = props$1.navTrigger;
|
|
291
|
-
if (!path || trigger !== "click" && trigger !== "hover") {
|
|
292
|
-
return;
|
|
293
|
-
}
|
|
294
|
-
if (core.isExternalLink(path)) {
|
|
295
|
-
e.stopPropagation();
|
|
296
|
-
if (props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
297
|
-
return;
|
|
298
|
-
}
|
|
299
|
-
window.open(path);
|
|
300
|
-
return;
|
|
301
|
-
}
|
|
302
|
-
const childMenus = util.getActiveChilds(navData.value, path, "tempChildren");
|
|
303
|
-
const isChild = !childMenus.some((d) => {
|
|
304
|
-
var _a;
|
|
305
|
-
return !((_a = d.meta) == null ? void 0 : _a.hide);
|
|
306
|
-
});
|
|
307
|
-
if (trigger !== "click" && !isChild) {
|
|
308
|
-
e.stopPropagation();
|
|
309
|
-
return;
|
|
310
|
-
}
|
|
311
|
-
if (props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
312
|
-
return;
|
|
313
|
-
}
|
|
314
|
-
if (isChild && path !== vue.unref(currentRoute).fullPath) {
|
|
315
|
-
push(path);
|
|
316
|
-
return;
|
|
317
|
-
}
|
|
318
|
-
e.stopPropagation();
|
|
319
|
-
if (navActive.value !== path) {
|
|
320
|
-
navActive.value = path;
|
|
321
|
-
const isMixSide = sideNavigation.value === "mix" || sideNavigation.value === "box";
|
|
322
|
-
const isCollapse = sideNavigation.value === "box" || props$1.collapse && !mobile.value;
|
|
323
|
-
if (!isMixSide) {
|
|
324
|
-
sideData.value = childMenus;
|
|
325
|
-
return;
|
|
326
|
-
}
|
|
327
|
-
boxData.value = childMenus.map((d) => {
|
|
328
|
-
return {
|
|
329
|
-
...d,
|
|
330
|
-
children: isCollapse ? d.children : void 0,
|
|
331
|
-
tempChildren: d.children
|
|
332
|
-
};
|
|
333
|
-
});
|
|
334
|
-
}
|
|
335
|
-
};
|
|
336
|
-
const handleHeadMenuItemMouseenter = (item, e) => {
|
|
337
|
-
if (navigation.value !== "mix") {
|
|
338
|
-
return;
|
|
339
|
-
}
|
|
340
|
-
stopTimer();
|
|
341
|
-
const path = item.index;
|
|
342
|
-
const trigger = props$1.navTrigger;
|
|
343
|
-
if (trigger !== "hover" || !path) {
|
|
344
|
-
return;
|
|
345
|
-
}
|
|
346
|
-
if (!core.isExternalLink(path) && props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
347
|
-
return;
|
|
348
|
-
}
|
|
349
|
-
const temp = util.getActiveChilds(navData.value, path, "tempChildren");
|
|
350
|
-
if (navActive.value !== path) {
|
|
351
|
-
state.isHover = true;
|
|
352
|
-
navActive.value = temp.some((d) => {
|
|
353
|
-
var _a;
|
|
354
|
-
return !((_a = d.meta) == null ? void 0 : _a.hide);
|
|
355
|
-
}) ? path : void 0;
|
|
356
|
-
const isMixSide = sideNavigation.value === "mix" || sideNavigation.value === "box";
|
|
357
|
-
if (!isMixSide) {
|
|
358
|
-
sideData.value = temp;
|
|
359
|
-
return;
|
|
360
|
-
}
|
|
361
|
-
boxData.value = temp.map((d) => {
|
|
362
|
-
return {
|
|
363
|
-
...d,
|
|
364
|
-
children: props$1.collapse ? d.children : void 0,
|
|
365
|
-
tempChildren: d.children
|
|
366
|
-
};
|
|
367
|
-
});
|
|
368
|
-
}
|
|
369
|
-
};
|
|
370
|
-
const handleHeadMouseenter = () => {
|
|
371
|
-
stopTimer();
|
|
372
|
-
};
|
|
373
|
-
const handleHeadMouseleave = () => {
|
|
374
|
-
resetMenuState();
|
|
375
|
-
};
|
|
376
|
-
const handleBoxMenuItemClick = (item, e) => {
|
|
377
|
-
const path = item.index;
|
|
378
|
-
const trigger = props$1.boxTrigger;
|
|
379
|
-
if (!path || trigger !== "click" && trigger !== "hover") {
|
|
380
|
-
return;
|
|
381
|
-
}
|
|
382
|
-
if (core.isExternalLink(path)) {
|
|
383
|
-
e.stopPropagation();
|
|
384
|
-
if (props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
385
|
-
return;
|
|
386
|
-
}
|
|
387
|
-
window.open(path);
|
|
388
|
-
return;
|
|
389
|
-
}
|
|
390
|
-
if (props$1.collapse) {
|
|
391
|
-
if (props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
392
|
-
return;
|
|
393
|
-
}
|
|
394
|
-
if (path !== vue.unref(currentRoute).fullPath) {
|
|
395
|
-
push(path);
|
|
396
|
-
}
|
|
397
|
-
return;
|
|
398
|
-
}
|
|
399
|
-
const childMenus = util.getActiveChilds(boxData.value, path, "tempChildren");
|
|
400
|
-
const isChild = !childMenus.some((d) => {
|
|
401
|
-
var _a;
|
|
402
|
-
return !((_a = d.meta) == null ? void 0 : _a.hide);
|
|
403
|
-
});
|
|
404
|
-
if (trigger !== "click" && !isChild) {
|
|
405
|
-
e.stopPropagation();
|
|
406
|
-
return;
|
|
407
|
-
}
|
|
408
|
-
if (props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
409
|
-
return;
|
|
410
|
-
}
|
|
411
|
-
if (isChild && path !== vue.unref(currentRoute).fullPath) {
|
|
412
|
-
push(path);
|
|
413
|
-
return;
|
|
414
|
-
}
|
|
415
|
-
e.stopPropagation();
|
|
416
|
-
if (boxActive.value !== path) {
|
|
417
|
-
boxActive.value = path;
|
|
418
|
-
sideData.value = childMenus;
|
|
419
|
-
}
|
|
420
|
-
};
|
|
421
|
-
const handleBoxMenuItemMouseenter = (item, e) => {
|
|
422
|
-
if (props$1.collapse) {
|
|
423
|
-
return;
|
|
424
|
-
}
|
|
425
|
-
stopTimer();
|
|
426
|
-
const path = item.index;
|
|
427
|
-
const trigger = props$1.boxTrigger;
|
|
428
|
-
if (trigger !== "hover" || !path) {
|
|
429
|
-
return;
|
|
430
|
-
}
|
|
431
|
-
if (!core.isExternalLink(path) && props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
432
|
-
return;
|
|
433
|
-
}
|
|
434
|
-
const temp = util.getActiveChilds(boxData.value, path, "tempChildren");
|
|
435
|
-
if (boxActive.value !== path) {
|
|
436
|
-
state.isHover = true;
|
|
437
|
-
boxActive.value = temp.some((d) => {
|
|
438
|
-
var _a;
|
|
439
|
-
return !((_a = d.meta) == null ? void 0 : _a.hide);
|
|
440
|
-
}) ? path : void 0;
|
|
441
|
-
sideData.value = temp;
|
|
442
|
-
}
|
|
443
|
-
};
|
|
444
|
-
const handleBoxMouseEnter = () => {
|
|
445
|
-
stopTimer();
|
|
446
|
-
};
|
|
447
|
-
const handleBoxMouseLeave = () => {
|
|
448
|
-
resetMenuState();
|
|
449
|
-
};
|
|
450
|
-
const handleSideMenuOpen = (index2, indexPath) => {
|
|
451
|
-
emit("sideMenuOpen", index2, indexPath);
|
|
452
|
-
};
|
|
453
|
-
const handleSideMenuClose = (index2, indexPath) => {
|
|
454
|
-
emit("sideMenuClose", index2, indexPath);
|
|
455
|
-
};
|
|
456
|
-
const handleSideMenuItemClick = (item, e) => {
|
|
457
|
-
const path = item.index;
|
|
458
|
-
const trigger = props$1.itemTrigger;
|
|
459
|
-
if (!path || trigger !== "click" && trigger !== "hover") {
|
|
460
|
-
return;
|
|
461
|
-
}
|
|
462
|
-
if (props$1.beforeClick && props$1.beforeClick(item, e) === false) {
|
|
463
|
-
return;
|
|
464
|
-
}
|
|
465
|
-
if (core.isExternalLink(path)) {
|
|
466
|
-
e.stopPropagation();
|
|
467
|
-
window.open(path);
|
|
468
|
-
return;
|
|
469
|
-
}
|
|
470
|
-
sideActive.value = path;
|
|
471
|
-
if (path !== vue.unref(currentRoute).fullPath) {
|
|
472
|
-
push(path);
|
|
473
|
-
}
|
|
474
|
-
};
|
|
475
|
-
const handleSideMouseEnter = () => {
|
|
476
|
-
stopTimer();
|
|
477
|
-
};
|
|
478
|
-
const handleSideMouseLeave = () => {
|
|
479
|
-
resetMenuState();
|
|
480
|
-
};
|
|
481
|
-
const handleTabClick = (option) => {
|
|
482
|
-
const key = option.name;
|
|
483
|
-
const item = util.findTabByKey(key, props$1.tabs);
|
|
484
|
-
const opt = { key, item, active: tabActive.value };
|
|
485
|
-
emit("tabClick", opt);
|
|
486
|
-
};
|
|
487
|
-
const handleTabRemove = (key) => {
|
|
488
|
-
const item = util.findTabByKey(key, props$1.tabs);
|
|
489
|
-
const opt = { key, item, active: tabActive.value };
|
|
490
|
-
emit("tabRemove", opt);
|
|
491
|
-
};
|
|
492
|
-
const handleTabContextMenu = (option) => {
|
|
493
|
-
const opt = {
|
|
494
|
-
key: option.name,
|
|
495
|
-
item: util.findTabByKey(option.name, props$1.tabs),
|
|
496
|
-
active: tabActive.value,
|
|
497
|
-
command: option.command
|
|
498
|
-
};
|
|
499
|
-
emit("tabContextMenu", opt);
|
|
500
|
-
};
|
|
501
|
-
const handleTabSortChange = (data) => {
|
|
502
|
-
const result = data.map((d) => {
|
|
503
|
-
return util.findTabByKey(d.name, props$1.tabs);
|
|
504
|
-
});
|
|
505
|
-
if (props$1.fixedHome && props$1.tabs != null) {
|
|
506
|
-
const homeTab = props$1.tabs.find((t) => t.home);
|
|
507
|
-
if (homeTab) {
|
|
508
|
-
result.unshift(homeTab);
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
emit("tabSortChange", result);
|
|
512
|
-
};
|
|
513
|
-
const getContentElem = () => {
|
|
514
|
-
if (!layoutRef.value) {
|
|
515
|
-
return null;
|
|
516
|
-
}
|
|
517
|
-
return layoutRef.value.getContentEl();
|
|
518
|
-
};
|
|
519
|
-
const handleRouteChange = (route) => {
|
|
520
|
-
const { path, meta } = route;
|
|
521
|
-
hideFooter.value = !!meta.hideFooter;
|
|
522
|
-
const contentEl = getContentElem();
|
|
523
|
-
if (props$1.autoScrollTop && contentEl) {
|
|
524
|
-
contentEl.scrollTop = 0;
|
|
525
|
-
}
|
|
526
|
-
if (props$1.redirectPath && path.startsWith(props$1.redirectPath)) {
|
|
527
|
-
return;
|
|
528
|
-
}
|
|
529
|
-
hideSidebar.value = !!meta.hideSidebar;
|
|
530
|
-
hideSidebox.value = props$1.sidebarLayout === "mix" ? !!meta.hideSidebox : true;
|
|
531
|
-
hideHeader.value = !!meta.hideHeader;
|
|
532
|
-
hideTabs.value = !!meta.hideTabs;
|
|
533
|
-
const navigationIsChanged = updateNavigation();
|
|
534
|
-
const sideNavigationIsChanged = updateSideNavigation();
|
|
535
|
-
const { active, title, matched, activeOther } = util.getRouteMatched(route, menuData.value);
|
|
536
|
-
levelData.value = util.getMatchedLevels(matched, activeOther, route, menuData.value, tabData.value);
|
|
537
|
-
const t = util.getRouteTab(route, tabData.value, homeMenuPath.value, title);
|
|
538
|
-
isHome.value = t.home;
|
|
539
|
-
tabActive.value = t.key;
|
|
540
|
-
emit("tabAdd", t);
|
|
541
|
-
if (!navigationIsChanged && !sideNavigationIsChanged) {
|
|
542
|
-
updateMenuActive(active, matched);
|
|
543
|
-
if (navigation.value === "mix" || sideNavigation.value === "mix" || sideNavigation.value === "box") {
|
|
544
|
-
splitMenuData();
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
if (mobile.value) {
|
|
548
|
-
updateCollapse(true);
|
|
549
|
-
}
|
|
550
|
-
};
|
|
551
|
-
const updateMenuActive = (active, matched) => {
|
|
552
|
-
const [active1, active2] = (matched == null ? void 0 : matched.length) ? [matched[0].path, (matched[1] ?? matched[0]).path] : [];
|
|
553
|
-
if (navigation.value === "top") {
|
|
554
|
-
navActive.value = active;
|
|
555
|
-
boxActive.value = void 0;
|
|
556
|
-
} else if (navigation.value === "mix") {
|
|
557
|
-
navActive.value = active1;
|
|
558
|
-
boxActive.value = active2;
|
|
559
|
-
} else {
|
|
560
|
-
navActive.value = void 0;
|
|
561
|
-
boxActive.value = active1;
|
|
562
|
-
}
|
|
563
|
-
sideActive.value = active;
|
|
564
|
-
state.navActive = navActive.value;
|
|
565
|
-
state.boxActive = boxActive.value;
|
|
566
|
-
state.sideActive = sideActive.value;
|
|
567
|
-
};
|
|
568
|
-
const splitMenuData = () => {
|
|
569
|
-
var _a;
|
|
570
|
-
const isTopNav = navigation.value === "top";
|
|
571
|
-
const isMixNav = navigation.value === "mix";
|
|
572
|
-
const isMixSide = sideNavigation.value === "mix" || sideNavigation.value === "box";
|
|
573
|
-
const isCollapse = sideNavigation.value === "box" || props$1.collapse && !mobile.value;
|
|
574
|
-
if (!((_a = menuData.value) == null ? void 0 : _a.length)) {
|
|
575
|
-
navData.value = [];
|
|
576
|
-
boxData.value = [];
|
|
577
|
-
sideData.value = [];
|
|
578
|
-
} else if (isTopNav) {
|
|
579
|
-
navData.value = menuData.value;
|
|
580
|
-
boxData.value = [];
|
|
581
|
-
sideData.value = [];
|
|
582
|
-
} else if (isMixNav) {
|
|
583
|
-
navData.value = menuData.value.map((d) => {
|
|
584
|
-
return { ...d, children: void 0, tempChildren: d.children };
|
|
585
|
-
});
|
|
586
|
-
const childMenus = util.getActiveChilds(menuData.value, navActive.value);
|
|
587
|
-
if (!childMenus.length) {
|
|
588
|
-
boxData.value = [];
|
|
589
|
-
sideData.value = [];
|
|
590
|
-
} else if (isMixSide) {
|
|
591
|
-
boxData.value = childMenus.map((d) => {
|
|
592
|
-
return {
|
|
593
|
-
...d,
|
|
594
|
-
children: isCollapse ? d.children : void 0,
|
|
595
|
-
tempChildren: d.children
|
|
596
|
-
};
|
|
597
|
-
});
|
|
598
|
-
sideData.value = util.getActiveChilds(childMenus, boxActive.value);
|
|
599
|
-
} else {
|
|
600
|
-
boxData.value = [];
|
|
601
|
-
sideData.value = childMenus;
|
|
602
|
-
}
|
|
603
|
-
} else {
|
|
604
|
-
navData.value = [];
|
|
605
|
-
if (isMixSide) {
|
|
606
|
-
boxData.value = menuData.value.map((d) => {
|
|
607
|
-
return {
|
|
608
|
-
...d,
|
|
609
|
-
children: isCollapse ? d.children : void 0,
|
|
610
|
-
tempChildren: d.children
|
|
611
|
-
};
|
|
612
|
-
});
|
|
613
|
-
sideData.value = util.getActiveChilds(menuData.value, boxActive.value);
|
|
614
|
-
} else {
|
|
615
|
-
boxData.value = [];
|
|
616
|
-
sideData.value = menuData.value;
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
state.navData = navData.value;
|
|
620
|
-
state.boxData = boxData.value;
|
|
621
|
-
state.sideData = sideData.value;
|
|
622
|
-
};
|
|
623
|
-
const updateMenuData = () => {
|
|
624
|
-
let home;
|
|
625
|
-
menuData.value = core.mapTree(props$1.menus, (item) => {
|
|
626
|
-
var _a, _b;
|
|
627
|
-
if (!home && !((_a = item.children) == null ? void 0 : _a.length)) {
|
|
628
|
-
home = item;
|
|
629
|
-
}
|
|
630
|
-
const title = routeI18n(item.path, item) || ((_b = item.meta) == null ? void 0 : _b.title);
|
|
631
|
-
return { ...item, meta: { ...item.meta, title } };
|
|
632
|
-
});
|
|
633
|
-
splitMenuData();
|
|
634
|
-
homeMenuPath.value = props$1.homePath || (home == null ? void 0 : home.path) || "/";
|
|
635
|
-
};
|
|
636
|
-
const updateTabData = () => {
|
|
637
|
-
if (!props$1.tabs) {
|
|
638
|
-
tabData.value = [];
|
|
639
|
-
return;
|
|
640
|
-
}
|
|
641
|
-
tabData.value = props$1.tabs.map((item) => {
|
|
642
|
-
const m = util.findMenuByPath(item.path, menuData.value);
|
|
643
|
-
return {
|
|
644
|
-
...item,
|
|
645
|
-
title: routeI18n(item.path, m, item) || item.title
|
|
646
|
-
};
|
|
647
|
-
});
|
|
648
|
-
};
|
|
649
|
-
const updateLevelData = () => {
|
|
650
|
-
levelData.value = levelData.value.map((item) => {
|
|
651
|
-
var _a;
|
|
652
|
-
const t = util.findTabByPath(item.path, tabData.value);
|
|
653
|
-
const m = util.findMenuByPath(item.path, menuData.value);
|
|
654
|
-
const title = (t == null ? void 0 : t.title) || ((_a = m == null ? void 0 : m.meta) == null ? void 0 : _a.title) || routeI18n(item.path, m, t, item);
|
|
655
|
-
return { ...item, title: title || item.title };
|
|
656
|
-
});
|
|
657
|
-
};
|
|
658
|
-
const routeI18n = (path, menu, tab, level) => {
|
|
659
|
-
if (props$1.i18n && path) {
|
|
660
|
-
return props$1.i18n({
|
|
661
|
-
locale: props$1.locale,
|
|
662
|
-
path,
|
|
663
|
-
menu,
|
|
664
|
-
tab,
|
|
665
|
-
level
|
|
666
|
-
});
|
|
667
|
-
}
|
|
668
|
-
};
|
|
669
|
-
vue.watch(
|
|
670
|
-
() => props$1.menus,
|
|
671
|
-
() => {
|
|
672
|
-
updateMenuData();
|
|
673
|
-
},
|
|
674
|
-
{ deep: true }
|
|
675
|
-
);
|
|
676
|
-
vue.watch(
|
|
677
|
-
() => props$1.tabs,
|
|
678
|
-
() => {
|
|
679
|
-
updateTabData();
|
|
680
|
-
updateLevelData();
|
|
681
|
-
},
|
|
682
|
-
{ deep: true }
|
|
683
|
-
);
|
|
684
|
-
vue.watch([() => props$1.layout, mobile], () => {
|
|
685
|
-
updateNavigation();
|
|
686
|
-
});
|
|
687
|
-
vue.watch(
|
|
688
|
-
() => props$1.sidebarLayout,
|
|
689
|
-
() => {
|
|
690
|
-
updateSideNavigation();
|
|
691
|
-
}
|
|
692
|
-
);
|
|
693
|
-
vue.watch([navigation, sideNavigation], () => {
|
|
694
|
-
const route = vue.unref(currentRoute);
|
|
695
|
-
const { active, matched } = util.getRouteMatched(route, menuData.value);
|
|
696
|
-
updateMenuActive(active, matched);
|
|
697
|
-
splitMenuData();
|
|
698
|
-
});
|
|
699
|
-
vue.watch(
|
|
700
|
-
() => props$1.collapse,
|
|
701
|
-
() => {
|
|
702
|
-
if (sideNavigation.value === "mix" && !mobile.value) {
|
|
703
|
-
if (props$1.collapse) {
|
|
704
|
-
boxData.value = boxData.value.map((d) => {
|
|
705
|
-
return { ...d, children: d.tempChildren };
|
|
706
|
-
});
|
|
707
|
-
} else {
|
|
708
|
-
boxData.value = boxData.value.map((d) => {
|
|
709
|
-
return { ...d, children: void 0 };
|
|
710
|
-
});
|
|
711
|
-
}
|
|
712
|
-
state.boxData = boxData.value;
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
);
|
|
716
|
-
vue.watch(
|
|
717
|
-
() => props$1.locale,
|
|
718
|
-
() => {
|
|
719
|
-
updateMenuData();
|
|
720
|
-
updateTabData();
|
|
721
|
-
updateLevelData();
|
|
722
|
-
},
|
|
723
|
-
{ immediate: true }
|
|
724
|
-
);
|
|
725
|
-
vue.watch(
|
|
726
|
-
currentRoute,
|
|
727
|
-
(route) => {
|
|
728
|
-
handleRouteChange(vue.unref(route));
|
|
729
|
-
},
|
|
730
|
-
{ immediate: true }
|
|
731
|
-
);
|
|
732
|
-
const layoutProvide = vue.shallowReactive({
|
|
733
|
-
keepAlive: props$1.tabBar && props$1.keepAlive,
|
|
734
|
-
responsive: props$1.responsive
|
|
735
|
-
});
|
|
736
|
-
vue.provide(props.PRO_LAYOUT_KEY, layoutProvide);
|
|
737
|
-
vue.watch([() => props$1.tabBar, () => props$1.keepAlive], () => {
|
|
738
|
-
layoutProvide.keepAlive = props$1.tabBar && props$1.keepAlive;
|
|
739
|
-
});
|
|
740
|
-
const [media, startMedia, stopMedia] = hook.useMediaQuery(mobileQuery, () => {
|
|
741
|
-
const isMobile = props$1.responsive ? media.matches : false;
|
|
742
|
-
if (mobile.value !== isMobile) {
|
|
743
|
-
mobile.value = isMobile;
|
|
744
|
-
updateCollapse(mobile.value);
|
|
745
|
-
}
|
|
746
|
-
});
|
|
747
|
-
vue.watch(
|
|
748
|
-
() => props$1.responsive,
|
|
749
|
-
() => {
|
|
750
|
-
layoutProvide.responsive = props$1.responsive;
|
|
751
|
-
if (props$1.responsive) {
|
|
752
|
-
startMedia();
|
|
753
|
-
} else {
|
|
754
|
-
stopMedia();
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
{ immediate: true }
|
|
758
|
-
);
|
|
759
|
-
hook.useWindowListener("keydown", (e) => {
|
|
760
|
-
if (e.keyCode === 27 && props$1.compressOnEsc && props$1.maximized) {
|
|
761
|
-
e.stopPropagation();
|
|
762
|
-
updateMaximized(false);
|
|
763
|
-
}
|
|
764
|
-
});
|
|
765
|
-
const handleResize = () => {
|
|
766
|
-
const el = getContentElem();
|
|
767
|
-
if (el) {
|
|
768
|
-
const width = el.clientWidth;
|
|
769
|
-
const height = el.clientHeight;
|
|
770
|
-
if (width !== state.contentWidth || height !== state.contentHeight) {
|
|
771
|
-
state.contentWidth = width;
|
|
772
|
-
state.contentHeight = height;
|
|
773
|
-
emit("bodySizeChange", { width, height, mobile: mobile.value });
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
};
|
|
777
|
-
hook.useWindowListener(core.debounce(() => handleResize(), 500));
|
|
778
|
-
const [startBodyResizeTimer] = hook.useTimer(600);
|
|
779
|
-
vue.watch([() => props$1.collapse, () => props$1.compact], () => {
|
|
780
|
-
startBodyResizeTimer(() => {
|
|
781
|
-
handleResize();
|
|
782
|
-
});
|
|
783
|
-
});
|
|
784
|
-
vue.watch([routeLayout, routeSideType, routeTabBar, routeMaximized, () => props$1.fluid], () => {
|
|
785
|
-
vue.nextTick(() => {
|
|
786
|
-
handleResize();
|
|
787
|
-
});
|
|
788
|
-
});
|
|
789
|
-
vue.onMounted(() => {
|
|
790
|
-
handleResize();
|
|
791
|
-
});
|
|
792
|
-
return {
|
|
793
|
-
layoutRef,
|
|
794
|
-
navActive,
|
|
795
|
-
sideActive,
|
|
796
|
-
boxActive,
|
|
797
|
-
tabData,
|
|
798
|
-
tabActive,
|
|
799
|
-
levelData,
|
|
800
|
-
mobile,
|
|
801
|
-
homeMenuPath,
|
|
802
|
-
isHome,
|
|
803
|
-
hideFooter,
|
|
804
|
-
layoutHeaders,
|
|
805
|
-
layoutSidebars,
|
|
806
|
-
layoutSideboxs,
|
|
807
|
-
layoutTabs,
|
|
808
|
-
layoutLevels,
|
|
809
|
-
routeLayout,
|
|
810
|
-
routeSideType,
|
|
811
|
-
isBoxSide,
|
|
812
|
-
routeTabBar,
|
|
813
|
-
routeMaximized,
|
|
814
|
-
sidebar,
|
|
815
|
-
breadcrumbProps,
|
|
816
|
-
backTopProps,
|
|
817
|
-
navMenuProps,
|
|
818
|
-
sideMenuProps,
|
|
819
|
-
boxMenuProps,
|
|
820
|
-
updateCollapse,
|
|
821
|
-
handleLogoClick,
|
|
822
|
-
handleHeadMenuOpen,
|
|
823
|
-
handleHeadMenuClose,
|
|
824
|
-
handleHeadMenuItemClick,
|
|
825
|
-
handleHeadMenuItemMouseenter,
|
|
826
|
-
handleHeadMouseenter,
|
|
827
|
-
handleHeadMouseleave,
|
|
828
|
-
handleBoxMenuItemClick,
|
|
829
|
-
handleBoxMenuItemMouseenter,
|
|
830
|
-
handleBoxMouseEnter,
|
|
831
|
-
handleBoxMouseLeave,
|
|
832
|
-
handleSideMenuOpen,
|
|
833
|
-
handleSideMenuClose,
|
|
834
|
-
handleSideMenuItemClick,
|
|
835
|
-
handleSideMouseEnter,
|
|
836
|
-
handleSideMouseLeave,
|
|
837
|
-
handleTabClick,
|
|
838
|
-
handleTabRemove,
|
|
839
|
-
handleTabContextMenu,
|
|
840
|
-
handleTabSortChange
|
|
841
|
-
};
|
|
842
|
-
}
|
|
843
|
-
});
|
|
844
|
-
const _export_sfc = (sfc, props2) => {
|
|
845
|
-
const target = sfc.__vccOpts || sfc;
|
|
846
|
-
for (const [key, val] of props2) {
|
|
847
|
-
target[key] = val;
|
|
848
|
-
}
|
|
849
|
-
return target;
|
|
850
|
-
};
|
|
851
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
852
|
-
const _component_ProIframe = vue.resolveComponent("ProIframe");
|
|
853
|
-
const _component_EleAdminLayout = vue.resolveComponent("EleAdminLayout");
|
|
854
|
-
return vue.openBlock(), vue.createBlock(_component_EleAdminLayout, {
|
|
855
|
-
ref: "layoutRef",
|
|
856
|
-
height: _ctx.height,
|
|
857
|
-
headerMenus: _ctx.layoutHeaders,
|
|
858
|
-
headerActive: _ctx.navActive,
|
|
859
|
-
sidebarMenus: _ctx.layoutSidebars,
|
|
860
|
-
sidebarActive: _ctx.sideActive,
|
|
861
|
-
sideboxMenus: _ctx.layoutSideboxs,
|
|
862
|
-
sideboxActive: _ctx.isBoxSide || _ctx.collapse && !_ctx.mobile ? _ctx.sideActive : _ctx.boxActive,
|
|
863
|
-
tabs: _ctx.layoutTabs,
|
|
864
|
-
tabActive: _ctx.tabActive,
|
|
865
|
-
levels: _ctx.layoutLevels,
|
|
866
|
-
collapse: _ctx.collapse,
|
|
867
|
-
compact: _ctx.compact,
|
|
868
|
-
maximized: _ctx.routeMaximized,
|
|
869
|
-
tabBar: _ctx.routeTabBar,
|
|
870
|
-
breadcrumb: _ctx.breadcrumbProps,
|
|
871
|
-
backTop: _ctx.backTopProps,
|
|
872
|
-
headerMenuProps: _ctx.navMenuProps,
|
|
873
|
-
sidebarMenuProps: _ctx.sideMenuProps,
|
|
874
|
-
sideboxMenuProps: _ctx.boxMenuProps,
|
|
875
|
-
layout: _ctx.routeLayout,
|
|
876
|
-
sidebarLayout: _ctx.routeSideType,
|
|
877
|
-
headerStyle: _ctx.headerStyle,
|
|
878
|
-
sidebarStyle: _ctx.sidebarStyle,
|
|
879
|
-
tabStyle: _ctx.tabStyle,
|
|
880
|
-
fixedHeader: _ctx.fixedHeader,
|
|
881
|
-
fixedSidebar: _ctx.fixedSidebar,
|
|
882
|
-
fixedBody: _ctx.fixedBody,
|
|
883
|
-
logoInHeader: _ctx.logoInHeader,
|
|
884
|
-
fixedHome: _ctx.fixedHome,
|
|
885
|
-
homePath: _ctx.homeMenuPath,
|
|
886
|
-
isHome: _ctx.isHome,
|
|
887
|
-
tabContextMenu: _ctx.tabContextMenu,
|
|
888
|
-
tabContextMenus: _ctx.tabContextMenus,
|
|
889
|
-
tabSortable: _ctx.tabSortable,
|
|
890
|
-
headerTitleSlot: _ctx.headerTitleSlot,
|
|
891
|
-
headerIconSlot: _ctx.headerIconSlot,
|
|
892
|
-
sidebarTitleSlot: _ctx.sidebarTitleSlot,
|
|
893
|
-
sidebarIconSlot: _ctx.sidebarIconSlot,
|
|
894
|
-
sideboxTitleSlot: _ctx.sideboxTitleSlot,
|
|
895
|
-
sideboxIconSlot: _ctx.sideboxIconSlot,
|
|
896
|
-
headerCustomStyle: _ctx.headerCustomStyle,
|
|
897
|
-
sidebarCustomStyle: _ctx.sidebarCustomStyle,
|
|
898
|
-
sideboxCustomStyle: _ctx.sideboxCustomStyle,
|
|
899
|
-
tabsCustomStyle: _ctx.tabsCustomStyle,
|
|
900
|
-
contentCustomStyle: _ctx.contentCustomStyle,
|
|
901
|
-
logoStyle: _ctx.logoStyle,
|
|
902
|
-
logoTitleStyle: _ctx.logoTitleStyle,
|
|
903
|
-
headerMenusStyle: _ctx.headerMenusStyle,
|
|
904
|
-
sidebarMenusStyle: _ctx.sidebarMenusStyle,
|
|
905
|
-
sideboxMenusStyle: _ctx.sideboxMenusStyle,
|
|
906
|
-
mobile: _ctx.mobile,
|
|
907
|
-
class: vue.normalizeClass(["ele-pro-layout", { "ele-admin-limited": !_ctx.fluid }]),
|
|
908
|
-
"onUpdate:collapse": _ctx.updateCollapse,
|
|
909
|
-
onLogoClick: _ctx.handleLogoClick,
|
|
910
|
-
onHeadMenuOpen: _ctx.handleHeadMenuOpen,
|
|
911
|
-
onHeadMenuClose: _ctx.handleHeadMenuClose,
|
|
912
|
-
onHeadMenuItemClick: _ctx.handleHeadMenuItemClick,
|
|
913
|
-
onHeadMenuItemMouseenter: _ctx.handleHeadMenuItemMouseenter,
|
|
914
|
-
onHeadMouseenter: _ctx.handleHeadMouseenter,
|
|
915
|
-
onHeadMouseleave: _ctx.handleHeadMouseleave,
|
|
916
|
-
onBoxMenuItemClick: _ctx.handleBoxMenuItemClick,
|
|
917
|
-
onBoxMenuItemMouseenter: _ctx.handleBoxMenuItemMouseenter,
|
|
918
|
-
onBoxMouseenter: _ctx.handleBoxMouseEnter,
|
|
919
|
-
onBoxMouseleave: _ctx.handleBoxMouseLeave,
|
|
920
|
-
onSideMenuOpen: _ctx.handleSideMenuOpen,
|
|
921
|
-
onSideMenuClose: _ctx.handleSideMenuClose,
|
|
922
|
-
onSideMenuItemClick: _ctx.handleSideMenuItemClick,
|
|
923
|
-
onSideMouseenter: _ctx.handleSideMouseEnter,
|
|
924
|
-
onSideMouseleave: _ctx.handleSideMouseLeave,
|
|
925
|
-
onTabClick: _ctx.handleTabClick,
|
|
926
|
-
onTabRemove: _ctx.handleTabRemove,
|
|
927
|
-
onTabContextMenu: _ctx.handleTabContextMenu,
|
|
928
|
-
onTabSortChange: _ctx.handleTabSortChange
|
|
929
|
-
}, vue.createSlots({
|
|
930
|
-
body: vue.withCtx(() => [
|
|
931
|
-
_ctx.tabBar && _ctx.keepAlive ? (vue.openBlock(), vue.createBlock(_component_ProIframe, {
|
|
932
|
-
key: 0,
|
|
933
|
-
keepAlive: _ctx.keepAlive,
|
|
934
|
-
transitionName: _ctx.transitionName,
|
|
935
|
-
transitionDelay: _ctx.transitionDelay,
|
|
936
|
-
tabData: _ctx.tabData,
|
|
937
|
-
tabActive: _ctx.tabActive
|
|
938
|
-
}, null, 8, ["keepAlive", "transitionName", "transitionDelay", "tabData", "tabActive"])) : vue.createCommentVNode("", true)
|
|
939
|
-
]),
|
|
940
|
-
default: vue.withCtx(() => [
|
|
941
|
-
vue.renderSlot(_ctx.$slots, "default"),
|
|
942
|
-
!_ctx.hideFooter ? vue.renderSlot(_ctx.$slots, "footer", { key: 0 }) : vue.createCommentVNode("", true)
|
|
943
|
-
]),
|
|
944
|
-
_: 2
|
|
945
|
-
}, [
|
|
946
|
-
_ctx.$slots.logo ? {
|
|
947
|
-
name: "logo",
|
|
948
|
-
fn: vue.withCtx(() => [
|
|
949
|
-
vue.renderSlot(_ctx.$slots, "logo", {
|
|
950
|
-
collapse: _ctx.collapse,
|
|
951
|
-
sidebar: _ctx.sidebar
|
|
952
|
-
})
|
|
953
|
-
]),
|
|
954
|
-
key: "0"
|
|
955
|
-
} : void 0,
|
|
956
|
-
_ctx.$slots.logoTitle ? {
|
|
957
|
-
name: "logoTitle",
|
|
958
|
-
fn: vue.withCtx(() => [
|
|
959
|
-
vue.renderSlot(_ctx.$slots, "logoTitle", {
|
|
960
|
-
collapse: _ctx.collapse,
|
|
961
|
-
sidebar: _ctx.sidebar
|
|
962
|
-
})
|
|
963
|
-
]),
|
|
964
|
-
key: "1"
|
|
965
|
-
} : void 0,
|
|
966
|
-
_ctx.$slots.breadcrumb ? {
|
|
967
|
-
name: "breadcrumb",
|
|
968
|
-
fn: vue.withCtx(() => [
|
|
969
|
-
vue.renderSlot(_ctx.$slots, "breadcrumb", {
|
|
970
|
-
levels: _ctx.levelData,
|
|
971
|
-
isHome: _ctx.isHome,
|
|
972
|
-
homePath: _ctx.homeMenuPath,
|
|
973
|
-
sidebar: _ctx.sidebar
|
|
974
|
-
})
|
|
975
|
-
]),
|
|
976
|
-
key: "2"
|
|
977
|
-
} : void 0,
|
|
978
|
-
_ctx.$slots.left ? {
|
|
979
|
-
name: "left",
|
|
980
|
-
fn: vue.withCtx(() => [
|
|
981
|
-
vue.renderSlot(_ctx.$slots, "left", { sidebar: _ctx.sidebar })
|
|
982
|
-
]),
|
|
983
|
-
key: "3"
|
|
984
|
-
} : void 0,
|
|
985
|
-
_ctx.$slots.center ? {
|
|
986
|
-
name: "center",
|
|
987
|
-
fn: vue.withCtx(() => [
|
|
988
|
-
vue.renderSlot(_ctx.$slots, "center", { sidebar: _ctx.sidebar })
|
|
989
|
-
]),
|
|
990
|
-
key: "4"
|
|
991
|
-
} : void 0,
|
|
992
|
-
_ctx.$slots.right ? {
|
|
993
|
-
name: "right",
|
|
994
|
-
fn: vue.withCtx(() => [
|
|
995
|
-
vue.renderSlot(_ctx.$slots, "right", { sidebar: _ctx.sidebar })
|
|
996
|
-
]),
|
|
997
|
-
key: "5"
|
|
998
|
-
} : void 0,
|
|
999
|
-
vue.renderList(Object.keys(_ctx.$slots).filter((k) => !["default", "logo", "logoTitle", "breadcrumb", "left", "center", "right", "footer", "body"].includes(k)), (name) => {
|
|
1000
|
-
return {
|
|
1001
|
-
name,
|
|
1002
|
-
fn: vue.withCtx((slotProps) => [
|
|
1003
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1004
|
-
])
|
|
1005
|
-
};
|
|
1006
|
-
})
|
|
1007
|
-
]), 1032, ["height", "headerMenus", "headerActive", "sidebarMenus", "sidebarActive", "sideboxMenus", "sideboxActive", "tabs", "tabActive", "levels", "collapse", "compact", "maximized", "tabBar", "breadcrumb", "backTop", "headerMenuProps", "sidebarMenuProps", "sideboxMenuProps", "layout", "sidebarLayout", "headerStyle", "sidebarStyle", "tabStyle", "fixedHeader", "fixedSidebar", "fixedBody", "logoInHeader", "fixedHome", "homePath", "isHome", "tabContextMenu", "tabContextMenus", "tabSortable", "headerTitleSlot", "headerIconSlot", "sidebarTitleSlot", "sidebarIconSlot", "sideboxTitleSlot", "sideboxIconSlot", "headerCustomStyle", "sidebarCustomStyle", "sideboxCustomStyle", "tabsCustomStyle", "contentCustomStyle", "logoStyle", "logoTitleStyle", "headerMenusStyle", "sidebarMenusStyle", "sideboxMenusStyle", "mobile", "class", "onUpdate:collapse", "onLogoClick", "onHeadMenuOpen", "onHeadMenuClose", "onHeadMenuItemClick", "onHeadMenuItemMouseenter", "onHeadMouseenter", "onHeadMouseleave", "onBoxMenuItemClick", "onBoxMenuItemMouseenter", "onBoxMouseenter", "onBoxMouseleave", "onSideMenuOpen", "onSideMenuClose", "onSideMenuItemClick", "onSideMouseenter", "onSideMouseleave", "onTabClick", "onTabRemove", "onTabContextMenu", "onTabSortChange"]);
|
|
1008
|
-
}
|
|
1009
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
1010
|
-
module.exports = index;
|