yuang-framework-ui-pc 1.1.44 → 1.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components.d.ts +7 -0
- package/es/components.js +15 -0
- package/es/core-components.d.ts +57 -0
- package/es/core-components.js +116 -0
- package/es/core-export.d.ts +11 -0
- package/es/core-export.js +15 -0
- package/es/ele-admin-layout/index.d.ts +10276 -0
- package/es/ele-admin-layout/index.js +596 -0
- package/es/ele-app/style/overwrite/color-picker/index.scss +42 -0
- package/es/ele-app/style/overwrite/date-picker/css-var.scss +16 -0
- package/es/ele-app/style/overwrite/select/css-var.scss +8 -0
- package/{lib/ele-ellipsis → es/ele-avatar-group}/index.d.ts +218 -136
- package/es/ele-avatar-group/index.js +189 -0
- package/es/ele-avatar-group/style/index.scss +73 -0
- package/es/ele-basic-select/types.d.ts +28 -0
- package/es/ele-basic-select/util.d.ts +21 -0
- package/{lib/ele-basic-select/util.cjs → es/ele-basic-select/util.js} +10 -10
- package/es/ele-breadcrumb/types.d.ts +32 -0
- package/es/ele-card/style/css-var.scss +8 -0
- package/es/ele-check-card/index.d.ts +495 -0
- package/es/ele-check-card/index.js +131 -0
- package/es/ele-config-provider/receiver.d.ts +15 -0
- package/es/ele-config-provider/receiver.js +26 -0
- package/es/ele-copyable/props.d.ts +48 -0
- package/es/ele-copyable/props.js +39 -0
- package/es/ele-count-up/index.d.ts +37 -0
- package/es/ele-count-up/index.js +108 -0
- package/es/ele-cropper/components/cropper-preview.d.ts +21 -0
- package/es/ele-cropper/components/cropper-preview.js +74 -0
- package/es/ele-cropper/components/cropper-tools.d.ts +2710 -0
- package/es/ele-cropper/components/cropper-tools.js +218 -0
- package/es/ele-dashboard/props.d.ts +17 -0
- package/{lib/ele-dashboard/props.cjs → es/ele-dashboard/props.js} +3 -3
- package/{lib/ele-data-table/index.cjs → es/ele-data-table/index.js} +100 -99
- package/es/ele-dropdown/components/pro-dropdown.d.ts +2912 -0
- package/es/ele-dropdown/components/pro-dropdown.js +205 -0
- package/es/ele-dropdown/style/index.scss +314 -0
- package/es/ele-edit-tag/index.d.ts +2380 -0
- package/es/ele-edit-tag/index.js +272 -0
- package/es/{ele-avatar-group → ele-ellipsis}/style/index.js +1 -1
- package/es/ele-ellipsis/types.d.ts +9 -0
- package/es/ele-file-list/components/file-grid-item.d.ts +55 -0
- package/es/ele-file-list/components/file-grid-item.js +149 -0
- package/es/ele-file-list/components/file-table-item.d.ts +59 -0
- package/es/ele-file-list/components/file-table-item.js +183 -0
- package/es/ele-file-list/icons.d.ts +18 -0
- package/es/ele-file-list/icons.js +130 -0
- package/es/ele-file-list/props.d.ts +76 -0
- package/es/ele-file-list/props.js +62 -0
- package/es/ele-file-list/style/css-var.scss +8 -0
- package/es/ele-file-list/types.d.ts +117 -0
- package/es/ele-icon-select/components/icon-grid.d.ts +2039 -0
- package/es/ele-icon-select/components/icon-grid.js +126 -0
- package/{lib/ele-dropdown → es/ele-icon-select}/index.d.ts +2968 -2500
- package/es/ele-icon-select/index.js +337 -0
- package/es/ele-icon-select/style/index.js +6 -0
- package/es/ele-icon-select/style/index.scss +235 -0
- package/es/ele-image-viewer/props.d.ts +115 -0
- package/es/ele-image-viewer/props.js +35 -0
- package/es/ele-loading/style/index.js +2 -0
- package/es/ele-map-picker/components/map-view.js +734 -0
- package/es/ele-map-picker/props.d.ts +232 -0
- package/es/ele-map-picker/props.js +130 -0
- package/es/ele-pagination/props.d.ts +123 -0
- package/es/ele-pagination/props.js +31 -0
- package/es/ele-pagination/style/index.scss +288 -0
- package/{lib/ele-toolbar → es/ele-popconfirm}/index.d.ts +915 -126
- package/es/ele-popconfirm/index.js +212 -0
- package/es/{ele-copyable → ele-popconfirm}/style/index.js +1 -0
- package/es/{ele-ellipsis → ele-popover}/index.d.ts +402 -149
- package/es/ele-popover/index.js +105 -0
- package/{lib/ele-tooltip → es/ele-popover}/props.d.ts +76 -60
- package/es/ele-popover/props.js +27 -0
- package/es/ele-popover/style/index.js +1 -0
- package/es/ele-printer/types.d.ts +46 -0
- package/es/ele-pro-table/util.d.ts +285 -0
- package/es/ele-pro-table/util.js +729 -0
- package/es/ele-segmented/types.d.ts +28 -0
- package/es/{ele-dialog → ele-split-panel}/style/index.js +0 -1
- package/es/ele-steps/props.d.ts +68 -0
- package/es/ele-steps/props.js +14 -0
- package/es/ele-steps/style/css-var.scss +8 -0
- package/es/ele-steps/style/index.scss +206 -0
- package/es/ele-tab-wrap/index.d.ts +8 -0
- package/es/ele-tab-wrap/index.js +73 -0
- package/es/{ele-segmented → ele-tabs}/style/index.js +1 -0
- package/es/ele-toolbar/types.d.ts +19 -0
- package/es/ele-tooltip/index.d.ts +1506 -0
- package/es/ele-tooltip/index.js +176 -0
- package/es/ele-tooltip/style/index.scss +95 -0
- package/es/{ele-toolbar → ele-tour}/index.d.ts +516 -119
- package/es/ele-tour/index.js +238 -0
- package/es/ele-tour/props.d.ts +36 -0
- package/es/ele-tour/props.js +30 -0
- package/{lib/ele-table-select → es/ele-tree-select}/props.d.ts +14 -31
- package/{lib/ele-tree-select/props.cjs → es/ele-tree-select/props.js} +4 -4
- package/es/ele-upload-list/index.d.ts +2450 -0
- package/es/ele-upload-list/index.js +287 -0
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +666 -0
- package/es/ele-virtual-table/components/cell-checkbox.js +49 -0
- package/es/ele-virtual-table/components/header-row.d.ts +3980 -0
- package/es/ele-virtual-table/components/header-row.js +126 -0
- package/es/ele-virtual-table/style/index.js +9 -0
- package/es/ele-watermark/util.d.ts +31 -0
- package/es/ele-watermark/util.js +70 -0
- package/es/icons/{DesktopOutlined.js → CalendarOutlined.js} +4 -4
- package/es/icons/{MailOutlined.js → CityOutlined.js} +7 -4
- package/es/icons/{CheckOutlined.js → CloseOutlined.js} +4 -4
- package/es/icons/CompressOutlined.js +31 -0
- package/es/icons/{CornerRightFilled.js → CornerLeftFilled.js} +4 -4
- package/es/icons/{ArrowRight.js → CpuOutlined.js} +5 -6
- package/es/icons/DeleteOutlined.js +30 -0
- package/es/icons/{ArrowLeftOutlined.js → FolderAddOutlined.js} +5 -5
- package/es/icons/{BookOutlined.js → FormOutlined.js} +5 -4
- package/es/icons/FullscreenOutlined.js +29 -0
- package/es/icons/HolderOutlined.js +24 -0
- package/es/icons/{MenuOutlined.js → LinkOutlined.js} +6 -6
- package/es/icons/{BellOutlined.js → LogoutOutlined.js} +5 -4
- package/es/icons/{FilterFilled.js → PlayFilled.js} +4 -4
- package/es/icons/{ClockCircleOutlined.js → PlusCircleOutlined.js} +5 -6
- package/es/icons/SettingOutlined.js +28 -0
- package/es/icons/{WarningOutlined.js → SliderArrowStatic.js} +13 -17
- package/es/icons/{CompassOutlined.js → StepBackwardFilled.js} +12 -13
- package/es/icons/SunOutlined.js +27 -0
- package/es/icons/{SortOutlined.js → SwapOutlined.js} +5 -5
- package/es/icons/{ReloadOutlined.js → UploadOutlined.js} +5 -4
- package/es/icons/{DragOutlined.js → UserOutlined.js} +4 -5
- package/es/icons/{ClusterOutlined.js → VerticalAlignMiddleOutlined.js} +7 -6
- package/es/icons/{ArrowLeft.js → ZoomInOutlined.js} +6 -7
- package/es/icons/index.d.ts +117 -0
- package/es/icons/index.js +236 -0
- package/es/style/nprogress.scss +85 -0
- package/lib/ele-app/style/overwrite/color-picker/index.scss +42 -0
- package/lib/ele-app/style/overwrite/notification/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/select/css-var.scss +8 -0
- package/{es/ele-avatar-group/props.js → lib/ele-avatar-group/props.cjs} +4 -4
- package/lib/ele-avatar-group/style/index.scss +73 -0
- package/lib/ele-backtop/style/css-var.scss +8 -0
- package/lib/ele-bar-code/index.cjs +66 -0
- package/lib/ele-bar-code/props.cjs +14 -0
- package/lib/ele-basic-select/props.cjs +78 -0
- package/lib/ele-basic-select/style/css-var.scss +9 -0
- package/lib/ele-basic-select/style/index.scss +269 -0
- package/{es/ele-config-provider/props.js → lib/ele-config-provider/props.cjs} +4 -4
- package/lib/ele-config-provider/receiver.cjs +26 -0
- package/lib/ele-count-up/props.cjs +22 -0
- package/lib/ele-dropdown/components/pro-dropdown.cjs +204 -0
- package/lib/ele-dropdown/index.cjs +243 -0
- package/lib/ele-file-list/components/file-grid-item.cjs +148 -0
- package/lib/ele-file-list/components/file-grid.cjs +134 -0
- package/lib/ele-file-list/components/file-sort.cjs +34 -0
- package/lib/ele-file-list/components/file-table-item.cjs +182 -0
- package/lib/ele-file-list/icons.cjs +130 -0
- package/lib/ele-file-list/props.cjs +62 -0
- package/lib/ele-file-list/style/css-var.scss +8 -0
- package/lib/ele-file-list/style/index.cjs +3 -0
- package/lib/ele-file-list/style/index.scss +427 -0
- package/lib/ele-icon-select/components/icon-grid.cjs +125 -0
- package/lib/{ele-table-select → ele-icon-select}/props.cjs +52 -50
- package/lib/ele-icon-select/style/css-var.scss +8 -0
- package/lib/ele-icon-select/style/index.cjs +7 -0
- package/lib/ele-icon-select/style/index.scss +235 -0
- package/lib/ele-image-viewer/index.cjs +87 -0
- package/lib/ele-image-viewer/style/css-var.scss +8 -0
- package/lib/ele-image-viewer/style/index.cjs +3 -0
- package/{es/ele-loading/props.js → lib/ele-loading/props.cjs} +3 -3
- package/lib/ele-loading/style/css-var.scss +8 -0
- package/lib/ele-map-picker/components/map-view.cjs +733 -0
- package/lib/ele-pagination/props.cjs +31 -0
- package/lib/ele-pagination/style/css-var.scss +8 -0
- package/lib/ele-pagination/style/index.scss +288 -0
- package/lib/ele-popconfirm/style/index.scss +41 -0
- package/lib/ele-printer/props.cjs +34 -0
- package/lib/ele-pro-table/style/index.cjs +21 -0
- package/lib/ele-qr-code-svg/index.cjs +126 -0
- package/{es/ele-segmented/index.js → lib/ele-segmented/index.cjs} +34 -35
- package/lib/ele-segmented/style/css-var.scss +16 -0
- package/lib/ele-steps/index.cjs +54 -0
- package/lib/ele-tab-wrap/props.cjs +9 -0
- package/lib/ele-table/props.cjs +20 -0
- package/lib/ele-table/style/index.scss +219 -0
- package/lib/ele-test/style/css-var.scss +8 -0
- package/{es/ele-test → lib/ele-text}/style/index.scss +1 -1
- package/lib/ele-tool/props.cjs +21 -0
- package/lib/ele-toolbar/style/index.scss +56 -0
- package/lib/ele-tour/props.cjs +30 -0
- package/lib/ele-tour/style/index.scss +101 -0
- package/lib/ele-tour/util.cjs +43 -0
- package/{es/ele-upload-list/props.js → lib/ele-upload-list/props.cjs} +4 -4
- package/lib/ele-upload-list/style/css-var.scss +8 -0
- package/{es/ele-virtual-table/components/header-cell.js → lib/ele-virtual-table/components/header-cell.cjs} +33 -34
- package/lib/icons/AppstoreAddOutlined.cjs +29 -0
- package/lib/icons/{CornerLeftFilled.cjs → CaretUpFilled.cjs} +4 -4
- package/lib/icons/{ArrowLeftOutlined.cjs → CheckOutlined.cjs} +4 -4
- package/lib/icons/{MenuOutlined.cjs → ColumnHeightOutlined.cjs} +9 -6
- package/lib/icons/{PlusOutlined.cjs → CornerRightFilled.cjs} +5 -8
- package/lib/icons/{IdcardOutlined.cjs → DashboardOutlined.cjs} +7 -7
- package/lib/icons/{CheckCircleOutlined.cjs → DatabaseOutlined.cjs} +7 -6
- package/lib/icons/{ReloadOutlined.cjs → DeleteOutlined.cjs} +6 -4
- package/lib/icons/{FolderOutlined.cjs → DesktopOutlined.cjs} +4 -4
- package/lib/icons/{ClockCircleOutlined.cjs → EnvironmentOutlined.cjs} +6 -7
- package/lib/icons/{ClusterOutlined.cjs → ExclamationCircleFilled.cjs} +5 -8
- package/lib/icons/FilterFilled.cjs +23 -0
- package/lib/icons/{CheckCircleFilled.cjs → InfoCircleFilled.cjs} +4 -4
- package/lib/icons/{HomeOutlined.cjs → MailOutlined.cjs} +4 -4
- package/lib/icons/{DownloadOutlined.cjs → PieChartOutlined.cjs} +5 -6
- package/lib/icons/{VerticalLeftOutlined.cjs → PlayFilled.cjs} +5 -7
- package/lib/icons/QuestionCircleFilled.cjs +23 -0
- package/lib/icons/{CalendarOutlined.cjs → ShoppingOutlined.cjs} +4 -4
- package/lib/icons/{ArrowDownOutlined.cjs → SizeSlackOutlined.cjs} +8 -7
- package/lib/icons/SliderArrowSlide.cjs +33 -0
- package/lib/icons/{UndoOutlined.cjs → SortOutlined.cjs} +5 -4
- package/lib/icons/StepForwardFilled.cjs +29 -0
- package/lib/icons/{CpuOutlined.cjs → SunOutlined.cjs} +4 -5
- package/lib/icons/{DragOutlined.cjs → UserOutlined.cjs} +4 -5
- package/lib/icons/{SearchOutlined.cjs → ZoomInOutlined.cjs} +5 -4
- package/lib/lang/zh_TW.cjs +84 -0
- package/lib/style/nprogress.scss +85 -0
- package/lib/style/plus.scss +48 -0
- package/lib/style/themes/default.scss +1364 -0
- package/lib/style/themes/rounded-css-var.scss +6 -0
- package/package.json +1 -1
- package/es/ele-admin-layout/components/layout-tabs.d.ts +0 -5646
- package/es/ele-admin-layout/components/layout-tabs.js +0 -132
- package/es/ele-admin-layout/style/tabs.scss +0 -59
- package/es/ele-alert/props.d.ts +0 -58
- package/es/ele-alert/props.js +0 -51
- package/es/ele-alert/style/index.scss +0 -172
- package/es/ele-app/style/overwrite/autocomplete/index.scss +0 -33
- package/es/ele-app/style/overwrite/cascader/index.scss +0 -166
- package/es/ele-app/style/overwrite/checkbox/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/input/index.scss +0 -540
- package/es/ele-app/style/overwrite/message-box/index.scss +0 -148
- package/es/ele-app/style/overwrite/popper/css-var.scss +0 -14
- package/es/ele-app/style/overwrite/select/index.scss +0 -203
- package/es/ele-avatar-group/props.d.ts +0 -56
- package/es/ele-avatar-group/types.d.ts +0 -21
- package/es/ele-bottom-bar/index.d.ts +0 -15
- package/es/ele-bottom-bar/index.js +0 -56
- package/es/ele-bottom-bar/props.d.ts +0 -15
- package/es/ele-bottom-bar/props.js +0 -11
- package/es/ele-bottom-bar/style/index.scss +0 -31
- package/es/ele-breadcrumb/index.d.ts +0 -278
- package/es/ele-breadcrumb/index.js +0 -88
- package/es/ele-breadcrumb/style/index.js +0 -3
- package/es/ele-breadcrumb/style/index.scss +0 -31
- package/es/ele-card/style/index.scss +0 -125
- package/es/ele-check-card/components/card-item.d.ts +0 -37
- package/es/ele-check-card/components/card-item.js +0 -50
- package/es/ele-check-card/props.d.ts +0 -49
- package/es/ele-check-card/props.js +0 -43
- package/es/ele-check-card/style/css-var.scss +0 -8
- package/es/ele-check-card/style/index.js +0 -3
- package/es/ele-check-card/style/index.scss +0 -72
- package/es/ele-check-card/types.d.ts +0 -37
- package/es/ele-config-provider/components/receiver-view.d.ts +0 -71
- package/es/ele-config-provider/components/receiver-view.js +0 -38
- package/es/ele-config-provider/props.d.ts +0 -26
- package/es/ele-config-provider/types.d.ts +0 -103
- package/es/ele-cropper/index.d.ts +0 -2824
- package/es/ele-cropper/index.js +0 -212
- package/es/ele-cropper/props.d.ts +0 -68
- package/es/ele-cropper/props.js +0 -61
- package/es/ele-cropper/style/index.js +0 -6
- package/es/ele-cropper-modal/style/index.js +0 -2
- package/es/ele-dashboard/style/index.js +0 -1
- package/es/ele-dashboard/types.d.ts +0 -4
- package/es/ele-data-table/props.d.ts +0 -272
- package/es/ele-data-table/props.js +0 -93
- package/es/ele-data-table/style/index.js +0 -4
- package/es/ele-data-table/types.d.ts +0 -253
- package/es/ele-dialog/index.d.ts +0 -1074
- package/es/ele-dialog/index.js +0 -342
- package/es/ele-dialog/util.d.ts +0 -52
- package/es/ele-dialog/util.js +0 -293
- package/es/ele-dot/props.d.ts +0 -25
- package/es/ele-dot/props.js +0 -21
- package/es/ele-dot/style/index.d.ts +0 -1
- package/es/ele-dot/style/index.js +0 -1
- package/es/ele-drawer/index.d.ts +0 -1170
- package/es/ele-drawer/index.js +0 -202
- package/es/ele-drawer/props.d.ts +0 -184
- package/es/ele-drawer/props.js +0 -19
- package/es/ele-drawer/style/index.d.ts +0 -1
- package/es/ele-drawer/style/index.js +0 -3
- package/es/ele-drawer/style/index.scss +0 -96
- package/es/ele-dropdown/style/css-var.scss +0 -8
- package/es/ele-dropdown/types.d.ts +0 -22
- package/es/ele-edit-tag/style/index.d.ts +0 -1
- package/es/ele-edit-tag/style/index.js +0 -5
- package/es/ele-edit-tag/types.d.ts +0 -9
- package/es/ele-ellipsis/index.js +0 -113
- package/es/ele-icon-select/types.d.ts +0 -16
- package/es/ele-image-viewer/style/index.scss +0 -117
- package/es/ele-loading/props.d.ts +0 -33
- package/es/ele-map-picker/style/index.d.ts +0 -1
- package/es/ele-map-picker/style/index.js +0 -8
- package/es/ele-map-picker/style/index.scss +0 -296
- package/es/ele-menus/components/item-title.d.ts +0 -323
- package/es/ele-menus/components/item-title.js +0 -108
- package/es/ele-menus/style/css-var.scss +0 -36
- package/es/ele-menus/types.d.ts +0 -107
- package/es/ele-page/style/css-var.scss +0 -9
- package/es/ele-page/style/index.scss +0 -74
- package/es/ele-pagination/types.d.ts +0 -9
- package/es/ele-printer/index.d.ts +0 -111
- package/es/ele-printer/index.js +0 -124
- package/es/ele-printer/style/index.scss +0 -66
- package/es/ele-printer/util.d.ts +0 -25
- package/es/ele-printer/util.js +0 -218
- package/es/ele-pro-layout/components/pro-iframe.d.ts +0 -39
- package/es/ele-pro-layout/components/pro-iframe.js +0 -124
- package/es/ele-pro-layout/style/index.d.ts +0 -1
- package/es/ele-pro-layout/style/index.js +0 -2
- package/es/ele-pro-layout/style/index.scss +0 -41
- package/es/ele-pro-layout/util.d.ts +0 -88
- package/es/ele-pro-layout/util.js +0 -171
- package/es/ele-pro-table/components/tool-column.d.ts +0 -3722
- package/es/ele-pro-table/components/tool-column.js +0 -280
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +0 -39
- package/es/ele-pro-table/components/tool-print-header-cell.js +0 -92
- package/es/ele-pro-table/style/css-var.scss +0 -8
- package/es/ele-pro-table/style/index.scss +0 -326
- package/es/ele-pro-table/types.d.ts +0 -489
- package/es/ele-qr-code/components/canvas-render.d.ts +0 -67
- package/es/ele-qr-code/components/canvas-render.js +0 -147
- package/es/ele-segmented/index.d.ts +0 -485
- package/es/ele-segmented/style/index.d.ts +0 -1
- package/es/ele-split-panel/index.d.ts +0 -192
- package/es/ele-split-panel/index.js +0 -206
- package/es/ele-split-panel/props.d.ts +0 -47
- package/es/ele-split-panel/props.js +0 -41
- package/es/ele-split-panel/style/index.scss +0 -360
- package/es/ele-steps/style/index.d.ts +0 -1
- package/es/ele-steps/style/index.js +0 -3
- package/es/ele-steps/types.d.ts +0 -14
- package/es/ele-tab-tool/props.d.ts +0 -14
- package/es/ele-tab-tool/props.js +0 -11
- package/es/ele-tab-wrap/props.d.ts +0 -13
- package/es/ele-tab-wrap/props.js +0 -9
- package/es/ele-tab-wrap/style/index.d.ts +0 -0
- package/es/ele-tab-wrap/style/index.js +0 -1
- package/es/ele-table/index.d.ts +0 -28
- package/es/ele-table/index.js +0 -33
- package/es/ele-table-select/index.js +0 -424
- package/es/ele-table-select/style/css-var.scss +0 -8
- package/es/ele-test/index.js +0 -18
- package/es/ele-text/index.d.ts +0 -93
- package/es/ele-text/index.js +0 -60
- package/es/ele-text/style/index.d.ts +0 -1
- package/es/ele-toolbar/index.js +0 -105
- package/es/ele-tooltip/style/css-var.scss +0 -87
- package/es/ele-upload-list/props.d.ts +0 -81
- package/es/ele-upload-list/style/index.scss +0 -478
- package/es/ele-upload-list/types.d.ts +0 -71
- package/es/ele-virtual-table/components/expand-row.d.ts +0 -19
- package/es/ele-virtual-table/components/expand-row.js +0 -29
- package/es/ele-virtual-table/components/footer-row.d.ts +0 -65
- package/es/ele-virtual-table/components/footer-row.js +0 -115
- package/es/ele-virtual-table/components/header-cell.d.ts +0 -3929
- package/es/ele-virtual-table/index.d.ts +0 -7882
- package/es/ele-virtual-table/index.js +0 -1151
- package/es/ele-virtual-table/style/css-var.scss +0 -101
- package/es/ele-virtual-table/util.d.ts +0 -229
- package/es/ele-virtual-table/util.js +0 -590
- package/es/ele-watermark/index.d.ts +0 -57
- package/es/ele-watermark/index.js +0 -203
- package/es/icons/AppstoreAddOutlined.js +0 -30
- package/es/icons/CloudUploadOutlined.js +0 -29
- package/es/icons/FileOutlined.js +0 -30
- package/es/icons/GlobalOutlined.js +0 -26
- package/es/icons/LogOutlined.js +0 -30
- package/es/icons/MessageOutlined.js +0 -45
- package/es/icons/PauseFilled.js +0 -27
- package/es/icons/PieChartOutlined.js +0 -28
- package/es/icons/QuestionCircleOutlined.d.ts +0 -2
- package/es/icons/QuestionCircleOutlined.js +0 -35
- package/es/icons/ReloadOutlined.d.ts +0 -2
- package/es/icons/SortOutlined.d.ts +0 -2
- package/es/icons/StarFilled.d.ts +0 -2
- package/es/icons/StarFilled.js +0 -24
- package/es/icons/UndoOutlined.d.ts +0 -2
- package/es/icons/UndoOutlined.js +0 -28
- package/es/icons/WarningOutlined.d.ts +0 -2
- package/es/index.d.ts +0 -4
- package/es/index.js +0 -6
- package/es/installer.d.ts +0 -3
- package/es/installer.js +0 -11
- package/es/style/default.scss +0 -77
- package/es/style/index.scss +0 -3
- package/es/style/themes/dark-css-var.scss +0 -6
- 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/core.d.ts +0 -168
- package/es/utils/core.js +0 -318
- 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-framework-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
- package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.js +0 -284
- package/es/yu-framework-slider-captcha-dialog/style/index.scss +0 -300
- package/lib/core-components.cjs +0 -115
- package/lib/core-installer.cjs +0 -28
- package/lib/core.d.ts +0 -3
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +0 -5646
- package/lib/ele-admin-layout/components/layout-tool.d.ts +0 -2
- package/lib/ele-admin-layout/index.cjs +0 -595
- package/lib/ele-admin-layout/props.cjs +0 -169
- package/lib/ele-admin-layout/style/css-var.scss +0 -14
- package/lib/ele-admin-layout/style/header.scss +0 -192
- package/lib/ele-admin-layout/style/index.d.ts +0 -1
- package/lib/ele-admin-layout/types.d.ts +0 -54
- package/lib/ele-alert/index.d.ts +0 -131
- package/lib/ele-alert/props.d.ts +0 -58
- package/lib/ele-alert/style/css-var.scss +0 -12
- package/lib/ele-app/components/message-body.cjs +0 -97
- package/lib/ele-app/el.d.ts +0 -304
- package/lib/ele-app/index.cjs +0 -12
- package/lib/ele-app/style/common/index.d.ts +0 -1
- package/lib/ele-app/style/index.scss +0 -4
- package/lib/ele-app/style/message/css-var.scss +0 -8
- package/lib/ele-app/style/message/index.cjs +0 -3
- package/lib/ele-app/style/overwrite/autocomplete/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/backtop/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/cascader/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/cascader/index.scss +0 -166
- package/lib/ele-app/style/overwrite/checkbox/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/date-picker/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/descriptions/index.scss +0 -52
- package/lib/ele-app/style/overwrite/input/css-var.scss +0 -34
- package/lib/ele-app/style/overwrite/message-box/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/message-box/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/message-box/index.scss +0 -148
- package/lib/ele-app/style/overwrite/popper/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/radio/index.scss +0 -128
- package/lib/ele-app/style/overwrite/select/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/select/index.scss +0 -203
- package/lib/ele-app/style/overwrite/tag/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tree/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tree/index.scss +0 -106
- package/lib/ele-app/style/overwrite/tree-select/index.scss +0 -108
- 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/props.d.ts +0 -56
- package/lib/ele-avatar-group/style/index.cjs +0 -4
- package/lib/ele-avatar-group/style/index.d.ts +0 -1
- package/lib/ele-avatar-group/types.d.ts +0 -21
- package/lib/ele-backtop/props.d.ts +0 -36
- package/lib/ele-backtop/style/index.cjs +0 -3
- package/lib/ele-bar-code/index.d.ts +0 -26
- package/lib/ele-basic-select/index.cjs +0 -348
- package/lib/ele-bottom-bar/index.cjs +0 -55
- 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/css-var.scss +0 -8
- package/lib/ele-breadcrumb/index.d.ts +0 -278
- package/lib/ele-breadcrumb/props.d.ts +0 -24
- package/lib/ele-breadcrumb/style/index.cjs +0 -4
- package/lib/ele-breadcrumb/style/index.d.ts +0 -1
- package/lib/ele-breadcrumb/style/index.scss +0 -31
- package/lib/ele-card/index.d.ts +0 -106
- package/lib/ele-card/props.cjs +0 -36
- package/lib/ele-card/style/index.d.ts +0 -1
- package/lib/ele-card/style/index.scss +0 -125
- package/lib/ele-check-card/components/card-item.d.ts +0 -37
- package/lib/ele-check-card/index.cjs +0 -130
- package/lib/ele-check-card/props.d.ts +0 -49
- package/lib/ele-check-card/style/css-var.scss +0 -8
- package/lib/ele-check-card/style/index.cjs +0 -4
- package/lib/ele-check-card/style/index.d.ts +0 -1
- package/lib/ele-check-card/types.d.ts +0 -37
- package/lib/ele-config-provider/components/receiver-view.d.ts +0 -71
- package/lib/ele-config-provider/props.d.ts +0 -26
- 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/style/index.d.ts +0 -1
- package/lib/ele-copyable/types.d.ts +0 -14
- package/lib/ele-count-up/style/index.d.ts +0 -0
- package/lib/ele-cropper/index.cjs +0 -211
- package/lib/ele-cropper/index.d.ts +0 -2824
- package/lib/ele-cropper/props.d.ts +0 -68
- package/lib/ele-cropper/style/index.cjs +0 -7
- package/lib/ele-cropper/style/index.d.ts +0 -1
- package/lib/ele-cropper/style/index.scss +0 -108
- package/lib/ele-cropper-modal/index.cjs +0 -93
- package/lib/ele-cropper-modal/props.cjs +0 -18
- package/lib/ele-cropper-modal/props.d.ts +0 -58
- package/lib/ele-cropper-modal/style/index.cjs +0 -3
- package/lib/ele-cropper-modal/style/index.d.ts +0 -1
- package/lib/ele-dashboard/index.cjs +0 -59
- package/lib/ele-dashboard/index.d.ts +0 -14
- package/lib/ele-dashboard/style/index.cjs +0 -2
- package/lib/ele-dashboard/style/index.d.ts +0 -1
- package/lib/ele-dashboard/style/index.scss +0 -79
- package/lib/ele-dashboard/types.d.ts +0 -4
- package/lib/ele-data-table/props.cjs +0 -93
- package/lib/ele-data-table/props.d.ts +0 -272
- package/lib/ele-data-table/style/css-var.scss +0 -148
- package/lib/ele-data-table/style/index.d.ts +0 -1
- package/lib/ele-data-table/types.d.ts +0 -253
- package/lib/ele-data-table/util.cjs +0 -395
- package/lib/ele-data-table/util.d.ts +0 -172
- package/lib/ele-dialog/index.cjs +0 -341
- package/lib/ele-dialog/index.d.ts +0 -1074
- package/lib/ele-dialog/style/index.d.ts +0 -1
- 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.cjs +0 -2
- package/lib/ele-dot/style/index.d.ts +0 -1
- package/lib/ele-drawer/index.d.ts +0 -1170
- package/lib/ele-drawer/props.d.ts +0 -184
- package/lib/ele-drawer/style/css-var.scss +0 -8
- package/lib/ele-drawer/style/index.d.ts +0 -1
- package/lib/ele-drawer/style/index.scss +0 -96
- package/lib/ele-dropdown/components/dropdown-menu-item.cjs +0 -131
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +0 -97
- package/lib/ele-dropdown/types.d.ts +0 -22
- package/lib/ele-edit-tag/props.d.ts +0 -55
- package/lib/ele-edit-tag/style/index.d.ts +0 -1
- package/lib/ele-edit-tag/style/index.scss +0 -123
- package/lib/ele-edit-tag/types.d.ts +0 -9
- package/lib/ele-ellipsis/props.cjs +0 -18
- package/lib/ele-ellipsis/style/index.cjs +0 -4
- package/lib/ele-icon-select/types.d.ts +0 -16
- package/lib/ele-image-viewer/index.d.ts +0 -635
- package/lib/ele-image-viewer/style/index.scss +0 -117
- package/lib/ele-loading/index.cjs +0 -65
- package/lib/ele-loading/props.d.ts +0 -33
- package/lib/ele-loading/types.d.ts +0 -19
- package/lib/ele-map-picker/style/index.d.ts +0 -1
- package/lib/ele-map-picker/style/index.scss +0 -296
- package/lib/ele-menus/components/item-title.cjs +0 -107
- package/lib/ele-menus/components/item-title.d.ts +0 -323
- package/lib/ele-menus/index.cjs +0 -345
- package/lib/ele-menus/props.cjs +0 -51
- package/lib/ele-menus/style/css-var.scss +0 -36
- package/lib/ele-menus/style/index.scss +0 -844
- package/lib/ele-menus/types.d.ts +0 -107
- package/lib/ele-page/index.cjs +0 -29
- package/lib/ele-page/props.cjs +0 -16
- package/lib/ele-page/style/css-var.scss +0 -9
- package/lib/ele-pagination/index.cjs +0 -96
- package/lib/ele-pagination/style/index.d.ts +0 -1
- package/lib/ele-pagination/types.d.ts +0 -9
- package/lib/ele-popover/index.cjs +0 -104
- package/lib/ele-printer/index.cjs +0 -123
- package/lib/ele-printer/index.d.ts +0 -111
- package/lib/ele-printer/style/index.scss +0 -66
- package/lib/ele-printer/util.cjs +0 -218
- package/lib/ele-printer/util.d.ts +0 -25
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +0 -39
- package/lib/ele-pro-layout/props.cjs +0 -237
- package/lib/ele-pro-layout/style/index.cjs +0 -3
- package/lib/ele-pro-layout/style/index.d.ts +0 -1
- package/lib/ele-pro-layout/util.cjs +0 -171
- package/lib/ele-pro-layout/util.d.ts +0 -88
- package/lib/ele-pro-table/components/tool-column.cjs +0 -279
- package/lib/ele-pro-table/components/tool-column.d.ts +0 -3722
- package/lib/ele-pro-table/components/tool-export.cjs +0 -505
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +0 -131
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +0 -39
- package/lib/ele-pro-table/index.cjs +0 -571
- package/lib/ele-pro-table/style/index.d.ts +0 -1
- package/lib/ele-pro-table/style/index.scss +0 -326
- package/lib/ele-pro-table/types.d.ts +0 -489
- package/lib/ele-qr-code/components/canvas-render.cjs +0 -146
- package/lib/ele-qr-code/components/canvas-render.d.ts +0 -67
- package/lib/ele-qr-code/props.cjs +0 -43
- package/lib/ele-qr-code/qrcodegen.cjs +0 -1057
- package/lib/ele-qr-code/qrcodegen.d.ts +0 -95
- package/lib/ele-qr-code/style/index.cjs +0 -1
- package/lib/ele-qr-code/style/index.d.ts +0 -0
- package/lib/ele-qr-code/util.d.ts +0 -27
- package/lib/ele-segmented/index.d.ts +0 -485
- package/lib/ele-segmented/props.cjs +0 -25
- package/lib/ele-segmented/style/index.d.ts +0 -1
- package/lib/ele-split-panel/index.cjs +0 -205
- package/lib/ele-split-panel/index.d.ts +0 -192
- package/lib/ele-split-panel/props.cjs +0 -41
- package/lib/ele-split-panel/props.d.ts +0 -47
- package/lib/ele-split-panel/style/index.scss +0 -360
- package/lib/ele-steps/index.d.ts +0 -638
- package/lib/ele-steps/props.cjs +0 -14
- package/lib/ele-steps/style/index.cjs +0 -4
- 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.cjs +0 -64
- package/lib/ele-tab-tool/index.d.ts +0 -75
- package/lib/ele-tab-tool/props.d.ts +0 -14
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +0 -5006
- 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/style/index.cjs +0 -2
- package/lib/ele-table/style/index.d.ts +0 -1
- package/lib/ele-table-select/index.cjs +0 -423
- package/lib/ele-table-select/style/index.d.ts +0 -1
- package/lib/ele-tabs/props.d.ts +0 -88
- package/lib/ele-test/index.d.ts +0 -2
- package/lib/ele-test/style/index.cjs +0 -3
- package/lib/ele-test/style/index.d.ts +0 -1
- package/lib/ele-text/index.d.ts +0 -93
- package/lib/ele-text/props.cjs +0 -30
- package/lib/ele-text/style/index.d.ts +0 -1
- package/lib/ele-text/types.d.ts +0 -35
- package/lib/ele-toolbar/style/index.cjs +0 -4
- package/lib/ele-tooltip/style/index.d.ts +0 -1
- package/lib/ele-tour/style/index.cjs +0 -4
- package/lib/ele-tour/types.d.ts +0 -42
- package/lib/ele-tour/util.d.ts +0 -20
- package/lib/ele-tree-select/index.cjs +0 -459
- package/lib/ele-tree-select/style/css-var.scss +0 -8
- package/lib/ele-tree-select/style/index.cjs +0 -4
- package/lib/ele-tree-select/style/index.d.ts +0 -1
- package/lib/ele-upload-list/components/list-item.cjs +0 -232
- package/lib/ele-upload-list/components/list-item.d.ts +0 -902
- package/lib/ele-upload-list/props.d.ts +0 -81
- package/lib/ele-upload-list/types.d.ts +0 -71
- package/lib/ele-virtual-table/components/body-row.cjs +0 -210
- package/lib/ele-virtual-table/components/body-row.d.ts +0 -984
- package/lib/ele-virtual-table/components/expand-row.d.ts +0 -19
- package/lib/ele-virtual-table/components/footer-row.d.ts +0 -65
- package/lib/ele-virtual-table/components/header-cell.d.ts +0 -3929
- package/lib/ele-virtual-table/index.d.ts +0 -7882
- package/lib/ele-virtual-table/util.d.ts +0 -229
- package/lib/ele-watermark/index.d.ts +0 -57
- package/lib/ele-watermark/types.d.ts +0 -39
- package/lib/ele-xg-player/index.cjs +0 -61
- package/lib/ele-xg-player/index.d.ts +0 -22
- package/lib/ele-xg-player/style/index.d.ts +0 -1
- package/lib/icons/ApplicationOutlined.cjs +0 -23
- package/lib/icons/AppstoreAddOutlined.d.ts +0 -2
- package/lib/icons/AppstoreOutlined.d.ts +0 -2
- package/lib/icons/ArrowLeft.cjs +0 -28
- package/lib/icons/ArrowLeft.d.ts +0 -2
- package/lib/icons/ArrowLeftOutlined.d.ts +0 -2
- package/lib/icons/ArrowRight.cjs +0 -28
- package/lib/icons/ArrowRight.d.ts +0 -2
- package/lib/icons/ArrowRightOutlined.d.ts +0 -2
- package/lib/icons/ArrowUp.cjs +0 -28
- package/lib/icons/ArrowUp.d.ts +0 -2
- package/lib/icons/ArrowUpOutlined.d.ts +0 -2
- package/lib/icons/BellOutlined.cjs +0 -26
- package/lib/icons/BellOutlined.d.ts +0 -2
- package/lib/icons/BookOutlined.d.ts +0 -2
- package/lib/icons/CaretDownFilled.d.ts +0 -2
- package/lib/icons/CaretUpFilled.d.ts +0 -2
- package/lib/icons/CheckOutlined.d.ts +0 -2
- package/lib/icons/ClockCircleOutlined.d.ts +0 -2
- package/lib/icons/CloudUploadOutlined.cjs +0 -28
- package/lib/icons/CloudUploadOutlined.d.ts +0 -2
- package/lib/icons/ClusterOutlined.d.ts +0 -2
- package/lib/icons/CodeOutlined.d.ts +0 -2
- package/lib/icons/CompassOutlined.d.ts +0 -2
- package/lib/icons/ConnectionOutlined.d.ts +0 -2
- package/lib/icons/ControlOutlined.cjs +0 -28
- package/lib/icons/ControlOutlined.d.ts +0 -2
- package/lib/icons/CopyOutlined.cjs +0 -29
- package/lib/icons/CornerRightFilled.d.ts +0 -2
- package/lib/icons/DashboardOutlined.d.ts +0 -2
- package/lib/icons/DesktopOutlined.d.ts +0 -2
- package/lib/icons/DragOutlined.d.ts +0 -2
- package/lib/icons/EditOutlined.d.ts +0 -2
- package/lib/icons/EnvironmentOutlined.d.ts +0 -2
- package/lib/icons/FileOutlined.d.ts +0 -2
- package/lib/icons/FilterFilled.d.ts +0 -2
- package/lib/icons/FundOutlined.cjs +0 -27
- package/lib/icons/GlobalOutlined.d.ts +0 -2
- package/lib/icons/HomeOutlined.d.ts +0 -2
- package/lib/icons/LoadingDotOutlined.cjs +0 -26
- package/lib/icons/LoadingDotOutlined.d.ts +0 -2
- package/lib/icons/LoadingOutlined.cjs +0 -26
- package/lib/icons/LoadingOutlined.d.ts +0 -2
- package/lib/icons/LockOutlined.cjs +0 -28
- package/lib/icons/LockOutlined.d.ts +0 -2
- package/lib/icons/LogOutlined.d.ts +0 -2
- package/lib/icons/LogoutOutlined.cjs +0 -27
- package/lib/icons/MailOutlined.d.ts +0 -2
- package/lib/icons/MenuFoldOutlined.cjs +0 -25
- package/lib/icons/MenuFoldOutlined.d.ts +0 -2
- package/lib/icons/MenuOutlined.d.ts +0 -2
- package/lib/icons/MenuUnfoldOutlined.cjs +0 -25
- package/lib/icons/MenuUnfoldOutlined.d.ts +0 -2
- package/lib/icons/MessageOutlined.d.ts +0 -2
- package/lib/icons/MinusCircleOutlined.cjs +0 -27
- package/lib/icons/MinusCircleOutlined.d.ts +0 -2
- package/lib/icons/MobileOutlined.cjs +0 -33
- package/lib/icons/MoonOutlined.cjs +0 -26
- package/lib/icons/MoonOutlined.d.ts +0 -2
- package/lib/icons/MoreOutlined.d.ts +0 -2
- package/lib/icons/PauseFilled.d.ts +0 -2
- package/lib/icons/PieChartOutlined.d.ts +0 -2
- package/lib/icons/PlusCircleOutlined.cjs +0 -27
- package/lib/icons/PlusOutlined.d.ts +0 -2
- package/lib/icons/ProtectOutlined.d.ts +0 -2
- package/lib/icons/QuestionCircleOutlined.cjs +0 -34
- package/lib/icons/QuestionCircleOutlined.d.ts +0 -2
- package/lib/icons/ReloadOutlined.d.ts +0 -2
- package/lib/icons/ResizeOutlined.cjs +0 -26
- package/lib/icons/SortOutlined.d.ts +0 -2
- package/lib/icons/StarFilled.d.ts +0 -2
- package/lib/icons/StepForwardFilled.d.ts +0 -2
- package/lib/icons/TimerOutlined.cjs +0 -27
- package/lib/icons/UndoOutlined.d.ts +0 -2
- package/lib/icons/UnlockOutlined.d.ts +0 -2
- package/lib/icons/VerticalLeftOutlined.d.ts +0 -2
- package/lib/icons/WarningOutlined.d.ts +0 -2
- package/lib/icons/ZoomOutOutlined.d.ts +0 -2
- package/lib/icons/index.cjs +0 -236
- package/lib/index.cjs +0 -21
- package/lib/index.d.ts +0 -4
- package/lib/installer.d.ts +0 -3
- package/lib/lang/en_US.cjs +0 -84
- package/lib/lang/en_US.d.ts +0 -4
- package/lib/lang/zh_CN.d.ts +0 -4
- package/lib/style/default.scss +0 -77
- package/lib/style/index.scss +0 -3
- package/lib/style/themes/dark-css-var.scss +0 -6
- package/lib/style/themes/theme-util.scss +0 -74
- package/lib/style/util.scss +0 -59
- package/lib/utils/chart-theme-dark.cjs +0 -397
- package/lib/utils/chart-theme-dark.d.ts +0 -373
- package/lib/utils/chart-theme.cjs +0 -392
- 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.cjs +0 -78
- package/lib/utils/menu-util.d.ts +0 -14
- package/lib/utils/message-box.cjs +0 -98
- package/lib/utils/message-box.d.ts +0 -25
- package/lib/utils/message.cjs +0 -267
- 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.cjs +0 -42
- package/lib/utils/theme-util.d.ts +0 -6
- package/lib/utils/validate.d.ts +0 -182
- package/lib/yu-framework-attachment-image-upload/index.cjs +0 -163
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.cjs +0 -283
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
- package/lib/yu-framework-slider-captcha-dialog/index.cjs +0 -63
- package/lib/yu-framework-slider-captcha-dialog/index.d.ts +0 -14
- /package/es/{ele-app/style/common → ele-alert/style}/index.d.ts +0 -0
- /package/es/{ele-app/style/common → ele-alert/style}/index.js +0 -0
- /package/{lib → es}/ele-app/style/common/index.scss +0 -0
- /package/es/ele-app/style/overwrite/{backtop → autocomplete}/index.d.ts +0 -0
- /package/es/ele-app/style/overwrite/{backtop → autocomplete}/index.js +0 -0
- /package/{lib → es}/ele-app/style/overwrite/descriptions/css-var.scss +0 -0
- /package/es/ele-app/style/overwrite/{popper → input}/index.d.ts +0 -0
- /package/es/ele-app/style/overwrite/{popper → input}/index.js +0 -0
- /package/{lib → es}/ele-app/style/overwrite/notification/index.scss +0 -0
- /package/{lib → es}/ele-app/style/overwrite/tag/index.scss +0 -0
- /package/es/ele-app/style/overwrite/{tree → tree-select}/index.d.ts +0 -0
- /package/es/ele-app/style/overwrite/{tree → tree-select}/index.js +0 -0
- /package/es/{ele-avatar-group → ele-backtop}/style/index.d.ts +0 -0
- /package/es/{ele-text → ele-backtop}/style/index.js +0 -0
- /package/es/{ele-qr-code → ele-bar-code}/style/index.d.ts +0 -0
- /package/es/{ele-qr-code → ele-bar-code}/style/index.js +0 -0
- /package/{lib → es}/ele-dialog/style/index.scss +0 -0
- /package/es/{ele-breadcrumb → ele-ellipsis}/style/index.d.ts +0 -0
- /package/es/{ele-check-card → ele-icon-select}/style/index.d.ts +0 -0
- /package/es/{ele-copyable → ele-loading}/style/index.d.ts +0 -0
- /package/{lib → es}/ele-loading/style/index.scss +0 -0
- /package/es/{ele-cropper-modal → ele-popconfirm}/style/index.d.ts +0 -0
- /package/es/{ele-cropper → ele-popover}/style/index.d.ts +0 -0
- /package/es/{ele-dashboard → ele-split-panel}/style/index.d.ts +0 -0
- /package/es/{ele-data-table → ele-tabs}/style/index.d.ts +0 -0
- /package/{lib → es}/ele-tool/style/css-var.scss +0 -0
- /package/{lib → es}/ele-tree-select/style/index.scss +0 -0
- /package/es/{ele-dialog → ele-virtual-table}/style/index.d.ts +0 -0
- /package/es/{ele-test/index.d.ts → icons/CalendarOutlined.d.ts} +0 -0
- /package/es/icons/{AppstoreAddOutlined.d.ts → CityOutlined.d.ts} +0 -0
- /package/es/icons/{ArrowLeft.d.ts → CloseOutlined.d.ts} +0 -0
- /package/es/icons/{ArrowLeftOutlined.d.ts → CompressOutlined.d.ts} +0 -0
- /package/es/icons/{ArrowRight.d.ts → CornerLeftFilled.d.ts} +0 -0
- /package/es/icons/{BellOutlined.d.ts → CpuOutlined.d.ts} +0 -0
- /package/es/icons/{BookOutlined.d.ts → DeleteOutlined.d.ts} +0 -0
- /package/es/icons/{CheckOutlined.d.ts → FolderAddOutlined.d.ts} +0 -0
- /package/es/icons/{ClockCircleOutlined.d.ts → FormOutlined.d.ts} +0 -0
- /package/es/icons/{CloudUploadOutlined.d.ts → FullscreenOutlined.d.ts} +0 -0
- /package/es/icons/{ClusterOutlined.d.ts → HolderOutlined.d.ts} +0 -0
- /package/es/icons/{CompassOutlined.d.ts → LinkOutlined.d.ts} +0 -0
- /package/es/icons/{CornerRightFilled.d.ts → LogoutOutlined.d.ts} +0 -0
- /package/es/icons/{DesktopOutlined.d.ts → PlayFilled.d.ts} +0 -0
- /package/es/icons/{DragOutlined.d.ts → PlusCircleOutlined.d.ts} +0 -0
- /package/es/icons/{FileOutlined.d.ts → SettingOutlined.d.ts} +0 -0
- /package/es/icons/{FilterFilled.d.ts → SliderArrowStatic.d.ts} +0 -0
- /package/es/icons/{GlobalOutlined.d.ts → StepBackwardFilled.d.ts} +0 -0
- /package/es/icons/{LogOutlined.d.ts → SunOutlined.d.ts} +0 -0
- /package/es/icons/{MailOutlined.d.ts → SwapOutlined.d.ts} +0 -0
- /package/es/icons/{MenuOutlined.d.ts → UploadOutlined.d.ts} +0 -0
- /package/es/icons/{MessageOutlined.d.ts → UserOutlined.d.ts} +0 -0
- /package/es/icons/{PauseFilled.d.ts → VerticalAlignMiddleOutlined.d.ts} +0 -0
- /package/es/icons/{PieChartOutlined.d.ts → ZoomInOutlined.d.ts} +0 -0
- /package/{es → lib}/ele-admin-layout/style/sidebar.scss +0 -0
- /package/lib/{ele-app/style/common → ele-alert/style}/index.cjs +0 -0
- /package/{es → lib}/ele-app/style/message/index.scss +0 -0
- /package/lib/ele-app/style/overwrite/{checkbox → autocomplete}/index.cjs +0 -0
- /package/lib/ele-app/style/overwrite/{date-picker → cascader}/index.cjs +0 -0
- /package/lib/ele-app/style/overwrite/{select → color-picker}/index.cjs +0 -0
- /package/{es → lib}/ele-app/style/overwrite/css-var.scss +0 -0
- /package/{es → lib}/ele-app/style/overwrite/popper/index.scss +0 -0
- /package/{es → lib}/ele-app/style/overwrite/tree/css-var.scss +0 -0
- /package/lib/{ele-bottom-bar/style → ele-app/style/overwrite/tree}/index.cjs +0 -0
- /package/{es → lib}/ele-data-table/style/index.scss +0 -0
- /package/lib/{ele-qr-code-svg → ele-tab-tool}/style/index.cjs +0 -0
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, createElementBlock, openBlock, Fragment, renderList, createBlock, createSlots, withCtx, renderSlot, mergeProps } from "vue";
|
|
2
|
+
import { getColFiltered } from "../util";
|
|
3
|
+
import HeaderCell from "./header-cell";
|
|
4
|
+
const _sfc_main = defineComponent({
|
|
5
|
+
name: "HeaderRow",
|
|
6
|
+
components: { HeaderCell },
|
|
7
|
+
props: {
|
|
8
|
+
/** 表头行配置 */
|
|
9
|
+
headerCols: Array,
|
|
10
|
+
/** 表头所有行列宽 */
|
|
11
|
+
headerColSizes: Array,
|
|
12
|
+
/** 当前行索引 */
|
|
13
|
+
headerIndex: Number,
|
|
14
|
+
/** 表格排序状态 */
|
|
15
|
+
sortBy: Object,
|
|
16
|
+
/** 表格筛选值 */
|
|
17
|
+
filtered: Object,
|
|
18
|
+
/** 表格是否是全选状态 */
|
|
19
|
+
isCheckAll: Boolean,
|
|
20
|
+
/** 表格是否是半选状态 */
|
|
21
|
+
isIndeterminate: Boolean,
|
|
22
|
+
/** 是否禁用表头选择框 */
|
|
23
|
+
disabledCheckbox: Boolean,
|
|
24
|
+
/** 表格尺寸 */
|
|
25
|
+
tableSize: String,
|
|
26
|
+
/** 表头单元格类名自定义 */
|
|
27
|
+
headerCellClass: [String, Function],
|
|
28
|
+
/** 表头单元样式自定义 */
|
|
29
|
+
headerCellStyle: [Object, Function],
|
|
30
|
+
/** 表头单元格是否溢出省略 */
|
|
31
|
+
headerEllipsis: Boolean,
|
|
32
|
+
/** 表格行高 */
|
|
33
|
+
rowHeight: Number
|
|
34
|
+
},
|
|
35
|
+
emits: {
|
|
36
|
+
/** 多选框选中改变事件 */
|
|
37
|
+
checkedChange: (_checked) => true,
|
|
38
|
+
/** 列筛选改变事件 */
|
|
39
|
+
filterChange: (_params) => true,
|
|
40
|
+
/** 单元格点击事件 */
|
|
41
|
+
cellClick: (_col, _e) => true,
|
|
42
|
+
/** 单元格右键事件 */
|
|
43
|
+
cellContextmenu: (_col, _e) => true,
|
|
44
|
+
/** 单元格鼠标移入事件 */
|
|
45
|
+
cellMouseenter: (_col, _e) => true
|
|
46
|
+
},
|
|
47
|
+
setup(props, { emit }) {
|
|
48
|
+
const getKey = (column, columnIndex) => {
|
|
49
|
+
return props.headerIndex + "-" + (column.key ?? columnIndex);
|
|
50
|
+
};
|
|
51
|
+
const getFiltered = (column) => {
|
|
52
|
+
return getColFiltered(column.originalCol, props.filtered);
|
|
53
|
+
};
|
|
54
|
+
const handleCellCheckedChange = (checked) => {
|
|
55
|
+
emit("checkedChange", checked);
|
|
56
|
+
};
|
|
57
|
+
const handleCellFilterChange = (params) => {
|
|
58
|
+
emit("filterChange", params);
|
|
59
|
+
};
|
|
60
|
+
const handleCellClick = (col, e) => {
|
|
61
|
+
emit("cellClick", col, e);
|
|
62
|
+
};
|
|
63
|
+
const handleCellContextmenu = (col, e) => {
|
|
64
|
+
emit("cellContextmenu", col, e);
|
|
65
|
+
};
|
|
66
|
+
const handleCellMouseenter = (col, e) => {
|
|
67
|
+
emit("cellMouseenter", col, e);
|
|
68
|
+
};
|
|
69
|
+
return {
|
|
70
|
+
getKey,
|
|
71
|
+
getFiltered,
|
|
72
|
+
handleCellCheckedChange,
|
|
73
|
+
handleCellFilterChange,
|
|
74
|
+
handleCellClick,
|
|
75
|
+
handleCellContextmenu,
|
|
76
|
+
handleCellMouseenter
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
const _export_sfc = (sfc, props) => {
|
|
81
|
+
const target = sfc.__vccOpts || sfc;
|
|
82
|
+
for (const [key, val] of props) {
|
|
83
|
+
target[key] = val;
|
|
84
|
+
}
|
|
85
|
+
return target;
|
|
86
|
+
};
|
|
87
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
88
|
+
const _component_HeaderCell = resolveComponent("HeaderCell");
|
|
89
|
+
return openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.headerCols, (column, index) => {
|
|
90
|
+
return openBlock(), createBlock(_component_HeaderCell, {
|
|
91
|
+
key: _ctx.getKey(column, index),
|
|
92
|
+
column,
|
|
93
|
+
columnIndex: index,
|
|
94
|
+
headerIndex: _ctx.headerIndex,
|
|
95
|
+
colSize: _ctx.headerColSizes ? _ctx.headerColSizes[index] : void 0,
|
|
96
|
+
sortBy: _ctx.sortBy,
|
|
97
|
+
filterValue: _ctx.getFiltered(column),
|
|
98
|
+
isCheckAll: _ctx.isCheckAll,
|
|
99
|
+
isIndeterminate: _ctx.isIndeterminate,
|
|
100
|
+
disabledCheckbox: _ctx.disabledCheckbox,
|
|
101
|
+
tableSize: _ctx.tableSize,
|
|
102
|
+
headerCellClass: _ctx.headerCellClass,
|
|
103
|
+
headerCellStyle: _ctx.headerCellStyle,
|
|
104
|
+
headerEllipsis: _ctx.headerEllipsis,
|
|
105
|
+
rowHeight: _ctx.rowHeight,
|
|
106
|
+
onCheckedChange: _ctx.handleCellCheckedChange,
|
|
107
|
+
onFilterChange: _ctx.handleCellFilterChange,
|
|
108
|
+
onClick: _ctx.handleCellClick,
|
|
109
|
+
onContextmenu: _ctx.handleCellContextmenu,
|
|
110
|
+
onMouseenter: _ctx.handleCellMouseenter
|
|
111
|
+
}, createSlots({ _: 2 }, [
|
|
112
|
+
renderList(Object.keys(_ctx.$slots), (name) => {
|
|
113
|
+
return {
|
|
114
|
+
name,
|
|
115
|
+
fn: withCtx((slotProps) => [
|
|
116
|
+
renderSlot(_ctx.$slots, name, mergeProps({ ref_for: true }, slotProps || {}))
|
|
117
|
+
])
|
|
118
|
+
};
|
|
119
|
+
})
|
|
120
|
+
]), 1032, ["column", "columnIndex", "headerIndex", "colSize", "sortBy", "filterValue", "isCheckAll", "isIndeterminate", "disabledCheckbox", "tableSize", "headerCellClass", "headerCellStyle", "headerEllipsis", "rowHeight", "onCheckedChange", "onFilterChange", "onClick", "onContextmenu", "onMouseenter"]);
|
|
121
|
+
}), 128);
|
|
122
|
+
}
|
|
123
|
+
const headerRow = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
124
|
+
export {
|
|
125
|
+
headerRow as default
|
|
126
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "element-plus/es/components/table-v2/style/index";
|
|
2
|
+
import "element-plus/es/components/checkbox/style/index";
|
|
3
|
+
import "element-plus/es/components/checkbox-group/style/index";
|
|
4
|
+
import "element-plus/es/components/empty/style/index";
|
|
5
|
+
import "element-plus/es/components/icon/style/index";
|
|
6
|
+
import "element-plus/es/components/scrollbar/style/index";
|
|
7
|
+
import "element-plus/es/components/button/style/index";
|
|
8
|
+
import "../../ele-tooltip/style/index";
|
|
9
|
+
import "./index.scss";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { StyleValue } from '../ele-app/types';
|
|
2
|
+
import { WatermarkGap, WatermarkFont, MutationOption } from './types';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* 获取文字样式
|
|
6
|
+
*/
|
|
7
|
+
export declare function getFont(font?: WatermarkFont): Required<WatermarkFont>;
|
|
8
|
+
/**
|
|
9
|
+
* 获取间距
|
|
10
|
+
*/
|
|
11
|
+
export declare function getGap(gap?: WatermarkGap): number[];
|
|
12
|
+
/**
|
|
13
|
+
* 返回设备像素密度
|
|
14
|
+
*/
|
|
15
|
+
export declare function getPixelRatio(): number;
|
|
16
|
+
/**
|
|
17
|
+
* 旋转水印
|
|
18
|
+
*/
|
|
19
|
+
export declare function rotateWatermark(ctx: CanvasRenderingContext2D, rotateX: number, rotateY: number, rotate: number): void;
|
|
20
|
+
/**
|
|
21
|
+
* 样式对象转字符串
|
|
22
|
+
* @param style 样式
|
|
23
|
+
*/
|
|
24
|
+
export declare function joinStyle(style: StyleValue): string;
|
|
25
|
+
/**
|
|
26
|
+
* 水印篡改观测
|
|
27
|
+
*/
|
|
28
|
+
export declare function useMutation(option: MutationOption): {
|
|
29
|
+
observe: () => void;
|
|
30
|
+
disconnect: () => void;
|
|
31
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { onBeforeMount } from "vue";
|
|
2
|
+
function getFont(font) {
|
|
3
|
+
const style = {
|
|
4
|
+
color: "rgba(122, 122, 122, .35)",
|
|
5
|
+
fontSize: 16,
|
|
6
|
+
fontWeight: "normal",
|
|
7
|
+
fontFamily: "sans-serif",
|
|
8
|
+
fontStyle: "normal"
|
|
9
|
+
};
|
|
10
|
+
return Object.assign(style, font);
|
|
11
|
+
}
|
|
12
|
+
function getGap(gap) {
|
|
13
|
+
const [gapX, gapY] = gap ?? [];
|
|
14
|
+
return [gapX ?? 100, gapY ?? 100];
|
|
15
|
+
}
|
|
16
|
+
function getPixelRatio() {
|
|
17
|
+
return window.devicePixelRatio || 1;
|
|
18
|
+
}
|
|
19
|
+
function rotateWatermark(ctx, rotateX, rotateY, rotate) {
|
|
20
|
+
ctx.translate(rotateX, rotateY);
|
|
21
|
+
ctx.rotate(Math.PI / 180 * Number(rotate));
|
|
22
|
+
ctx.translate(-rotateX, -rotateY);
|
|
23
|
+
}
|
|
24
|
+
function joinStyle(style) {
|
|
25
|
+
const result = Object.keys(style).map((key) => {
|
|
26
|
+
const name = key.replace(/([A-Z])/g, " $1").trim().split(" ").join("-").toLowerCase();
|
|
27
|
+
return `${name}:${style[key]}`;
|
|
28
|
+
});
|
|
29
|
+
return result.join(";");
|
|
30
|
+
}
|
|
31
|
+
function useMutation(option) {
|
|
32
|
+
const { getRoot, getEl, onDeleted, onDalsified } = option;
|
|
33
|
+
const deletedObserver = new MutationObserver((mutations) => {
|
|
34
|
+
const el = getEl();
|
|
35
|
+
mutations.forEach((mutation) => {
|
|
36
|
+
if (mutation.type === "childList" && Array.from(mutation.removedNodes).some((n) => n === el)) {
|
|
37
|
+
onDeleted();
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
const falsifiedObserver = new MutationObserver(() => {
|
|
42
|
+
onDalsified();
|
|
43
|
+
});
|
|
44
|
+
const observe = () => {
|
|
45
|
+
const el = getEl();
|
|
46
|
+
if (el) {
|
|
47
|
+
falsifiedObserver.observe(el, { attributes: true });
|
|
48
|
+
}
|
|
49
|
+
const root = getRoot();
|
|
50
|
+
if (root) {
|
|
51
|
+
deletedObserver.observe(root, { childList: true });
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
const disconnect = () => {
|
|
55
|
+
falsifiedObserver.disconnect();
|
|
56
|
+
deletedObserver.disconnect();
|
|
57
|
+
};
|
|
58
|
+
onBeforeMount(() => {
|
|
59
|
+
disconnect();
|
|
60
|
+
});
|
|
61
|
+
return { observe, disconnect };
|
|
62
|
+
}
|
|
63
|
+
export {
|
|
64
|
+
getFont,
|
|
65
|
+
getGap,
|
|
66
|
+
getPixelRatio,
|
|
67
|
+
joinStyle,
|
|
68
|
+
rotateWatermark,
|
|
69
|
+
useMutation
|
|
70
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "CalendarOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -18,10 +18,10 @@ const _hoisted_1 = {
|
|
|
18
18
|
};
|
|
19
19
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
20
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "
|
|
21
|
+
createElementVNode("path", { d: "M16 2V14M32 2V14M5 19H43M5 8H43V43H5Z" }, null, -1)
|
|
22
22
|
]));
|
|
23
23
|
}
|
|
24
|
-
const
|
|
24
|
+
const CalendarOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
CalendarOutlined as default
|
|
27
27
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "CityOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -18,10 +18,13 @@ const _hoisted_1 = {
|
|
|
18
18
|
};
|
|
19
19
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
20
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "
|
|
21
|
+
createElementVNode("path", { d: "M7 43 7 5H28V43M28 17H41V43M1 43H47M28 34H36M28 26H36" }, null, -1),
|
|
22
|
+
createElementVNode("path", { d: "M13 33H22" }, null, -1),
|
|
23
|
+
createElementVNode("path", { d: "M13 24H22" }, null, -1),
|
|
24
|
+
createElementVNode("path", { d: "M13 15H22" }, null, -1)
|
|
22
25
|
]));
|
|
23
26
|
}
|
|
24
|
-
const
|
|
27
|
+
const CityOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
28
|
export {
|
|
26
|
-
|
|
29
|
+
CityOutlined as default
|
|
27
30
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "CloseOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -19,10 +19,10 @@ const _hoisted_1 = {
|
|
|
19
19
|
};
|
|
20
20
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
21
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
-
createElementVNode("path", { d: "
|
|
22
|
+
createElementVNode("path", { d: "M10 10 38 38M10 38 38 10" }, null, -1)
|
|
23
23
|
]));
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const CloseOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
CloseOutlined as default
|
|
28
28
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "CompressOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4.5",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
+
createElementVNode("path", { d: "M17 7V17H7" }, null, -1),
|
|
23
|
+
createElementVNode("path", { d: "M31 7V17H41" }, null, -1),
|
|
24
|
+
createElementVNode("path", { d: "M31 41V31H41" }, null, -1),
|
|
25
|
+
createElementVNode("path", { d: "M17 41V31H7" }, null, -1)
|
|
26
|
+
]));
|
|
27
|
+
}
|
|
28
|
+
const CompressOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
29
|
+
export {
|
|
30
|
+
CompressOutlined as default
|
|
31
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "CornerLeftFilled"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -15,10 +15,10 @@ const _hoisted_1 = {
|
|
|
15
15
|
};
|
|
16
16
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17
17
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
18
|
-
createElementVNode("path", { d: "
|
|
18
|
+
createElementVNode("path", { d: "M48 48H0C24 48 48 24 48 0Z" }, null, -1)
|
|
19
19
|
]));
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const CornerLeftFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
CornerLeftFilled as default
|
|
24
24
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "CpuOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -14,16 +14,15 @@ const _hoisted_1 = {
|
|
|
14
14
|
fill: "none",
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
"stroke-width": "4",
|
|
17
|
-
"stroke-linecap": "round",
|
|
18
17
|
"stroke-linejoin": "round",
|
|
19
|
-
|
|
18
|
+
"stroke-linecap": "round"
|
|
20
19
|
};
|
|
21
20
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
21
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
23
|
-
createElementVNode("path", { d: "
|
|
22
|
+
createElementVNode("path", { d: "M9 9H39V39H9ZM18 18V30H30V18ZM15 3V9M24 3V9M33 3V9M45 15H39M45 24H39M45 33H39M33 45V39M24 45V39M15 45V39M3 33H9M3 24H9M3 15H9" }, null, -1)
|
|
24
23
|
]));
|
|
25
24
|
}
|
|
26
|
-
const
|
|
25
|
+
const CpuOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
27
26
|
export {
|
|
28
|
-
|
|
27
|
+
CpuOutlined as default
|
|
29
28
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "DeleteOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
19
|
+
};
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
+
createElementVNode("path", { d: "M9 10V44H39V10M15 10 17 3H31L33 10M4 10H44" }, null, -1),
|
|
23
|
+
createElementVNode("path", { d: "M20 20V33" }, null, -1),
|
|
24
|
+
createElementVNode("path", { d: "M28 20V33" }, null, -1)
|
|
25
|
+
]));
|
|
26
|
+
}
|
|
27
|
+
const DeleteOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
+
export {
|
|
29
|
+
DeleteOutlined as default
|
|
30
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "FolderAddOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -14,15 +14,15 @@ const _hoisted_1 = {
|
|
|
14
14
|
fill: "none",
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
"stroke-width": "4",
|
|
17
|
-
"stroke-linecap": "round",
|
|
18
17
|
"stroke-linejoin": "round"
|
|
19
18
|
};
|
|
20
19
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
20
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
|
-
createElementVNode("path", { d: "
|
|
21
|
+
createElementVNode("path", { d: "M3 6H16L25 14H45V42H3Z" }, null, -1),
|
|
22
|
+
createElementVNode("path", { d: "M16 28H32M24 20V36" }, null, -1)
|
|
23
23
|
]));
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const FolderAddOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
FolderAddOutlined as default
|
|
28
28
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "FormOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -18,10 +18,11 @@ const _hoisted_1 = {
|
|
|
18
18
|
};
|
|
19
19
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
20
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "
|
|
21
|
+
createElementVNode("path", { d: "M42 26V42H6V6L22 6" }, null, -1),
|
|
22
|
+
createElementVNode("path", { d: "M16 32H22L43 11 37 5 16 26Z" }, null, -1)
|
|
22
23
|
]));
|
|
23
24
|
}
|
|
24
|
-
const
|
|
25
|
+
const FormOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
FormOutlined as default
|
|
27
28
|
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "FullscreenOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4"
|
|
17
|
+
};
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
20
|
+
createElementVNode("path", { d: "M8 8 19 19M8 15V8H15" }, null, -1),
|
|
21
|
+
createElementVNode("path", { d: "M40 8 29 19M40 15V8H33" }, null, -1),
|
|
22
|
+
createElementVNode("path", { d: "M41 41 29 29M41 34V41H34" }, null, -1),
|
|
23
|
+
createElementVNode("path", { d: "M8 40 19 29M8 33V40H15" }, null, -1)
|
|
24
|
+
]));
|
|
25
|
+
}
|
|
26
|
+
const FullscreenOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
27
|
+
export {
|
|
28
|
+
FullscreenOutlined as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createStaticVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "HolderOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
};
|
|
16
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
18
|
+
createStaticVNode('<circle cx="13" cy="8" r="3.4"></circle><circle cx="13" cy="24" r="3.4"></circle><circle cx="13" cy="40" r="3.4"></circle><circle cx="35" cy="8" r="3.4"></circle><circle cx="35" cy="24" r="3.4"></circle><circle cx="35" cy="40" r="3.4"></circle>', 6)
|
|
19
|
+
]));
|
|
20
|
+
}
|
|
21
|
+
const HolderOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
22
|
+
export {
|
|
23
|
+
HolderOutlined as default
|
|
24
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "LinkOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -17,12 +17,12 @@ const _hoisted_1 = {
|
|
|
17
17
|
};
|
|
18
18
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
19
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
20
|
-
createElementVNode("path", { d: "
|
|
21
|
-
createElementVNode("path", { d: "
|
|
22
|
-
createElementVNode("path", { d: "
|
|
20
|
+
createElementVNode("path", { d: "M33 29 39 23C42 20 43 13 39 9 35 5 28 6 25 9L19 15" }, null, -1),
|
|
21
|
+
createElementVNode("path", { d: "M29 33 23 39C20 42 13 43 9 39 5 35 6 28 9 25L15 19" }, null, -1),
|
|
22
|
+
createElementVNode("path", { d: "M30 18 18 30" }, null, -1)
|
|
23
23
|
]));
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const LinkOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
LinkOutlined as default
|
|
28
28
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "LogoutOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -18,10 +18,11 @@ const _hoisted_1 = {
|
|
|
18
18
|
};
|
|
19
19
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
20
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "
|
|
21
|
+
createElementVNode("path", { d: "M13 8C8 11 4 18 4 24 4 35 13 44 24 44 35 44 44 35 44 24 44 18 40 11 35 8" }, null, -1),
|
|
22
|
+
createElementVNode("path", { d: "M24 3V23" }, null, -1)
|
|
22
23
|
]));
|
|
23
24
|
}
|
|
24
|
-
const
|
|
25
|
+
const LogoutOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
26
|
export {
|
|
26
|
-
|
|
27
|
+
LogoutOutlined as default
|
|
27
28
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "PlayFilled"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -15,10 +15,10 @@ const _hoisted_1 = {
|
|
|
15
15
|
};
|
|
16
16
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17
17
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
18
|
-
createElementVNode("path", { d: "
|
|
18
|
+
createElementVNode("path", { d: "M7 9C7 6 8 4 12 6L40 21C43 23 43 25 40 27L12 42C8 44 7 42 7 39Z" }, null, -1)
|
|
19
19
|
]));
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const PlayFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
PlayFilled as default
|
|
24
24
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
|
-
name: "
|
|
3
|
+
name: "PlusCircleOutlined"
|
|
4
4
|
});
|
|
5
5
|
const _export_sfc = (sfc, props) => {
|
|
6
6
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -14,16 +14,15 @@ const _hoisted_1 = {
|
|
|
14
14
|
fill: "none",
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
"stroke-width": "4",
|
|
17
|
-
"stroke-linecap": "round"
|
|
18
|
-
"stroke-linejoin": "round"
|
|
17
|
+
"stroke-linecap": "round"
|
|
19
18
|
};
|
|
20
19
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
20
|
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
22
21
|
createElementVNode("path", { d: "M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z" }, null, -1),
|
|
23
|
-
createElementVNode("path", { d: "
|
|
22
|
+
createElementVNode("path", { d: "M14 24H34M24 14V34" }, null, -1)
|
|
24
23
|
]));
|
|
25
24
|
}
|
|
26
|
-
const
|
|
25
|
+
const PlusCircleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
27
26
|
export {
|
|
28
|
-
|
|
27
|
+
PlusCircleOutlined as default
|
|
29
28
|
};
|