yuang-framework-ui-pc 1.1.43 → 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
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
import { defineComponent, ref, nextTick, onMounted, watch, createElementBlock, openBlock, normalizeStyle, renderSlot, createCommentVNode } from "vue";
|
|
2
|
-
import { useMutation, getFont, getPixelRatio, getGap, rotateWatermark, joinStyle } from "./util";
|
|
3
|
-
import { watermarkProps } from "./props";
|
|
4
|
-
const SIZE = 2;
|
|
5
|
-
const _sfc_main = defineComponent({
|
|
6
|
-
name: "EleWatermark",
|
|
7
|
-
props: watermarkProps,
|
|
8
|
-
setup(props) {
|
|
9
|
-
const { observe, disconnect } = useMutation({
|
|
10
|
-
getRoot: () => rootRef.value,
|
|
11
|
-
getEl: () => imgRef.value,
|
|
12
|
-
onDeleted: () => {
|
|
13
|
-
disconnect();
|
|
14
|
-
rootKey.value = rootKey.value + 1;
|
|
15
|
-
nextTick(() => {
|
|
16
|
-
render();
|
|
17
|
-
});
|
|
18
|
-
},
|
|
19
|
-
onDalsified: () => {
|
|
20
|
-
render();
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
const rootKey = ref(1);
|
|
24
|
-
const rootRef = ref(null);
|
|
25
|
-
const imgRef = ref(null);
|
|
26
|
-
const imgStyle = ref({ display: "none" });
|
|
27
|
-
const updateStyle = (base64, size) => {
|
|
28
|
-
const position = props.fixed ? "fixed" : "absolute";
|
|
29
|
-
const width = props.fixed ? "100vw" : "100%";
|
|
30
|
-
const height = props.fixed ? "100vh" : "100%";
|
|
31
|
-
const style = {
|
|
32
|
-
position: `${position} !important`,
|
|
33
|
-
top: "0 !important",
|
|
34
|
-
left: "0 !important",
|
|
35
|
-
right: "auto !important",
|
|
36
|
-
bottom: "auto !important",
|
|
37
|
-
width: `${width} !important`,
|
|
38
|
-
height: `${height} !important`,
|
|
39
|
-
pointerEvents: "none !important",
|
|
40
|
-
backgroundRepeat: "repeat !important",
|
|
41
|
-
opacity: "1 !important",
|
|
42
|
-
transform: "none !important",
|
|
43
|
-
filter: "none !important",
|
|
44
|
-
visibility: "visible !important",
|
|
45
|
-
transition: "none !important",
|
|
46
|
-
maxWidth: "none !important",
|
|
47
|
-
maxHeight: "none !important",
|
|
48
|
-
zoom: "1 !important",
|
|
49
|
-
mask: "none !important",
|
|
50
|
-
clipPath: "none !important",
|
|
51
|
-
display: "block !important",
|
|
52
|
-
...props.customStyle || {}
|
|
53
|
-
};
|
|
54
|
-
if (!base64) {
|
|
55
|
-
style.display = "none !important";
|
|
56
|
-
} else {
|
|
57
|
-
style.backgroundImage = `url('${base64}') !important`;
|
|
58
|
-
if (size) {
|
|
59
|
-
style.backgroundSize = `${size} !important`;
|
|
60
|
-
}
|
|
61
|
-
style.zIndex = `${props.zIndex ?? 2147483647} !important`;
|
|
62
|
-
}
|
|
63
|
-
disconnect();
|
|
64
|
-
if (imgRef.value && imgRef.value.style && imgRef.value.style.cssText) {
|
|
65
|
-
imgRef.value.style.cssText = joinStyle(style);
|
|
66
|
-
observe();
|
|
67
|
-
} else {
|
|
68
|
-
imgStyle.value = style;
|
|
69
|
-
nextTick(() => {
|
|
70
|
-
observe();
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
const getDefaultWidth = (ctx) => {
|
|
75
|
-
if (props.image || !ctx.measureText) {
|
|
76
|
-
return 120;
|
|
77
|
-
}
|
|
78
|
-
const content = props.content;
|
|
79
|
-
const contents = Array.isArray(content) ? content : [content];
|
|
80
|
-
const widths = contents.map((item) => ctx.measureText(item).width);
|
|
81
|
-
return Math.ceil(Math.max(...widths));
|
|
82
|
-
};
|
|
83
|
-
const getDefaultHeight = (ctx) => {
|
|
84
|
-
if (props.image || !ctx.measureText) {
|
|
85
|
-
return 64;
|
|
86
|
-
}
|
|
87
|
-
const lines = Array.isArray(props.content) ? props.content.length : 1;
|
|
88
|
-
const { fontSize } = getFont(props.font);
|
|
89
|
-
return fontSize * lines + (lines - 1) * props.lineGap;
|
|
90
|
-
};
|
|
91
|
-
const getMarkSize = (ctx) => {
|
|
92
|
-
const width = props.width;
|
|
93
|
-
const height = props.height;
|
|
94
|
-
return [width ?? getDefaultWidth(ctx), height ?? getDefaultHeight(ctx)];
|
|
95
|
-
};
|
|
96
|
-
const fillTexts = (ctx, drawX, drawY, drawWidth, drawHeight) => {
|
|
97
|
-
const ratio = getPixelRatio();
|
|
98
|
-
const { color, fontSize, fontStyle, fontWeight, fontFamily } = getFont(props.font);
|
|
99
|
-
const mergedFontSize = fontSize * ratio;
|
|
100
|
-
ctx.font = `${fontStyle} normal ${fontWeight} ${mergedFontSize}px/${drawHeight}px ${fontFamily}`;
|
|
101
|
-
ctx.fillStyle = color;
|
|
102
|
-
ctx.textAlign = "center";
|
|
103
|
-
ctx.textBaseline = "top";
|
|
104
|
-
ctx.translate(drawWidth / 2, 0);
|
|
105
|
-
const content = props.content;
|
|
106
|
-
const contents = Array.isArray(content) ? content : [content];
|
|
107
|
-
contents.forEach((item, index2) => {
|
|
108
|
-
ctx.fillText(item ?? "", drawX, drawY + index2 * (mergedFontSize + props.lineGap * ratio));
|
|
109
|
-
});
|
|
110
|
-
};
|
|
111
|
-
const render = () => {
|
|
112
|
-
if (props.disabled) {
|
|
113
|
-
disconnect();
|
|
114
|
-
imgStyle.value = { display: "none" };
|
|
115
|
-
return;
|
|
116
|
-
}
|
|
117
|
-
const canvas = document.createElement("canvas");
|
|
118
|
-
const ctx = canvas.getContext("2d");
|
|
119
|
-
if (!ctx) {
|
|
120
|
-
return;
|
|
121
|
-
}
|
|
122
|
-
const rotate = props.rotate ?? -22;
|
|
123
|
-
if (!props.image && ctx.measureText != null) {
|
|
124
|
-
const { fontSize, fontFamily } = getFont(props.font);
|
|
125
|
-
ctx.font = `${fontSize}px ${fontFamily}`;
|
|
126
|
-
}
|
|
127
|
-
const [markWidth, markHeight] = getMarkSize(ctx);
|
|
128
|
-
const ratio = getPixelRatio();
|
|
129
|
-
const [gapX, gapY] = getGap(props.gap);
|
|
130
|
-
const canvasWidth = (gapX + markWidth) * ratio;
|
|
131
|
-
const canvasHeight = (gapY + markHeight) * ratio;
|
|
132
|
-
canvas.setAttribute("width", `${canvasWidth * SIZE}px`);
|
|
133
|
-
canvas.setAttribute("height", `${canvasHeight * SIZE}px`);
|
|
134
|
-
const drawWidth = markWidth * ratio;
|
|
135
|
-
const drawHeight = markHeight * ratio;
|
|
136
|
-
const rotateX = (drawWidth + gapX * ratio) / 2;
|
|
137
|
-
const rotateY = (drawHeight + gapY * ratio) / 2;
|
|
138
|
-
ctx.save();
|
|
139
|
-
rotateWatermark(ctx, rotateX, rotateY, rotate);
|
|
140
|
-
const drawX = gapX * ratio / 2;
|
|
141
|
-
const drawY = gapY * ratio / 2;
|
|
142
|
-
const alternateDrawX = drawX + canvasWidth;
|
|
143
|
-
const alternateDrawY = drawY + canvasHeight;
|
|
144
|
-
const alternateRotateX = rotateX + canvasWidth;
|
|
145
|
-
const alternateRotateY = rotateY + canvasHeight;
|
|
146
|
-
if (props.image) {
|
|
147
|
-
const img = new Image();
|
|
148
|
-
img.onload = () => {
|
|
149
|
-
ctx.drawImage(img, drawX, drawY, drawWidth, drawHeight);
|
|
150
|
-
ctx.restore();
|
|
151
|
-
rotateWatermark(ctx, alternateRotateX, alternateRotateY, rotate);
|
|
152
|
-
ctx.drawImage(img, alternateDrawX, alternateDrawY, drawWidth, drawHeight);
|
|
153
|
-
updateStyle(canvas.toDataURL(), `${(gapX + markWidth) * SIZE}px`);
|
|
154
|
-
};
|
|
155
|
-
img.crossOrigin = "anonymous";
|
|
156
|
-
img.referrerPolicy = "no-referrer";
|
|
157
|
-
img.src = props.image;
|
|
158
|
-
} else {
|
|
159
|
-
fillTexts(ctx, drawX, drawY, drawWidth, drawHeight);
|
|
160
|
-
ctx.restore();
|
|
161
|
-
rotateWatermark(ctx, alternateRotateX, alternateRotateY, rotate);
|
|
162
|
-
fillTexts(ctx, alternateDrawX, alternateDrawY, drawWidth, drawHeight);
|
|
163
|
-
updateStyle(canvas.toDataURL(), `${(gapX + markWidth) * SIZE}px`);
|
|
164
|
-
}
|
|
165
|
-
};
|
|
166
|
-
onMounted(() => {
|
|
167
|
-
render();
|
|
168
|
-
});
|
|
169
|
-
watch(
|
|
170
|
-
() => props,
|
|
171
|
-
() => {
|
|
172
|
-
render();
|
|
173
|
-
},
|
|
174
|
-
{ deep: true }
|
|
175
|
-
);
|
|
176
|
-
return { rootKey, rootRef, imgRef, imgStyle };
|
|
177
|
-
}
|
|
178
|
-
});
|
|
179
|
-
const _export_sfc = (sfc, props) => {
|
|
180
|
-
const target = sfc.__vccOpts || sfc;
|
|
181
|
-
for (const [key, val] of props) {
|
|
182
|
-
target[key] = val;
|
|
183
|
-
}
|
|
184
|
-
return target;
|
|
185
|
-
};
|
|
186
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
187
|
-
return openBlock(), createElementBlock("div", {
|
|
188
|
-
ref: "rootRef",
|
|
189
|
-
key: _ctx.rootKey,
|
|
190
|
-
style: normalizeStyle(!_ctx.wrapPosition || _ctx.fixed ? void 0 : { position: "relative" })
|
|
191
|
-
}, [
|
|
192
|
-
renderSlot(_ctx.$slots, "default"),
|
|
193
|
-
!_ctx.disabled ? (openBlock(), createElementBlock("div", {
|
|
194
|
-
key: 0,
|
|
195
|
-
ref: "imgRef",
|
|
196
|
-
style: normalizeStyle(_ctx.imgStyle)
|
|
197
|
-
}, null, 4)) : createCommentVNode("", true)
|
|
198
|
-
], 4);
|
|
199
|
-
}
|
|
200
|
-
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
201
|
-
export {
|
|
202
|
-
index as default
|
|
203
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "AppstoreAddOutlined"
|
|
4
|
-
});
|
|
5
|
-
const _export_sfc = (sfc, props) => {
|
|
6
|
-
const target = sfc.__vccOpts || sfc;
|
|
7
|
-
for (const [key, val] of props) {
|
|
8
|
-
target[key] = val;
|
|
9
|
-
}
|
|
10
|
-
return target;
|
|
11
|
-
};
|
|
12
|
-
const _hoisted_1 = {
|
|
13
|
-
viewBox: "0 0 48 48",
|
|
14
|
-
fill: "none",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
"stroke-width": "4",
|
|
17
|
-
"stroke-linecap": "round"
|
|
18
|
-
};
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "M18 6H8C7 6 6 7 6 8V18C6 19 7 20 8 20H18C19 20 20 19 20 18V8C20 7 19 6 18 6Z" }, null, -1),
|
|
22
|
-
createElementVNode("path", { d: "M40 6H30C29 6 28 7 28 8V18C28 19 29 20 30 20H40C41 20 42 19 42 18V8C42 7 41 6 40 6Z" }, null, -1),
|
|
23
|
-
createElementVNode("path", { d: "M40 28H30C29 28 28 29 28 30V40C28 41 29 42 30 42H40C41 42 42 41 42 40V30C42 29 41 28 40 28Z" }, null, -1),
|
|
24
|
-
createElementVNode("path", { d: "M12 27V45M3 36H21" }, null, -1)
|
|
25
|
-
]));
|
|
26
|
-
}
|
|
27
|
-
const AppstoreAddOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
-
export {
|
|
29
|
-
AppstoreAddOutlined as default
|
|
30
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "CloudUploadOutlined"
|
|
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: "M32 40.5C33 41 34 41 35 41 41 41 46 37 46 31 46 25 42 20 37 19 37 12 32 6 24 6 16 6 11 12 11 19 6 20 2 25 2 31 2 37 7 41 13 41 14 41 15 41 16 40.5" }, null, -1),
|
|
23
|
-
createElementVNode("path", { d: "M24 38V21M17 28 24 21 31 28" }, null, -1)
|
|
24
|
-
]));
|
|
25
|
-
}
|
|
26
|
-
const CloudUploadOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
27
|
-
export {
|
|
28
|
-
CloudUploadOutlined as default
|
|
29
|
-
};
|
package/es/icons/FileOutlined.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "FileOutlined"
|
|
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": "3.5",
|
|
17
|
-
"stroke-linejoin": "round"
|
|
18
|
-
};
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "M28 2V16H41M28 2H7V45H41V16Z" }, null, -1),
|
|
22
|
-
createElementVNode("path", { d: "M15 14H22" }, null, -1),
|
|
23
|
-
createElementVNode("path", { d: "M15 25H33" }, null, -1),
|
|
24
|
-
createElementVNode("path", { d: "M15 35H33" }, null, -1)
|
|
25
|
-
]));
|
|
26
|
-
}
|
|
27
|
-
const FileOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
-
export {
|
|
29
|
-
FileOutlined as default
|
|
30
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "GlobalOutlined"
|
|
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": "3.5"
|
|
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: "M24 45C29 45 34 36 34 24 34 12 29 3 24 3 19 3 14 12 14 24 14 36 19 45 24 45M3 24H45M24 3V45M9 10C14 15 18 16 24 16 30 16 34 15 39 10M39 38C34 33 30 32 24 32 18 32 14 33 9 38M24 45C35 45 45 35 45 24 45 13 36 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z" }, null, -1)
|
|
21
|
-
]));
|
|
22
|
-
}
|
|
23
|
-
const GlobalOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
24
|
-
export {
|
|
25
|
-
GlobalOutlined as default
|
|
26
|
-
};
|
package/es/icons/LogOutlined.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "LogOutlined"
|
|
4
|
-
});
|
|
5
|
-
const _export_sfc = (sfc, props) => {
|
|
6
|
-
const target = sfc.__vccOpts || sfc;
|
|
7
|
-
for (const [key, val] of props) {
|
|
8
|
-
target[key] = val;
|
|
9
|
-
}
|
|
10
|
-
return target;
|
|
11
|
-
};
|
|
12
|
-
const _hoisted_1 = {
|
|
13
|
-
viewBox: "0 0 48 48",
|
|
14
|
-
fill: "none",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
"stroke-width": "4",
|
|
17
|
-
"stroke-linejoin": "round"
|
|
18
|
-
};
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "M7 4H41V44H7Z" }, null, -1),
|
|
22
|
-
createElementVNode("path", { d: "M15 17H26" }, null, -1),
|
|
23
|
-
createElementVNode("path", { d: "M15 26H33" }, null, -1),
|
|
24
|
-
createElementVNode("path", { d: "M15 35H33" }, null, -1)
|
|
25
|
-
]));
|
|
26
|
-
}
|
|
27
|
-
const LogOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
-
export {
|
|
29
|
-
LogOutlined as default
|
|
30
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "MessageOutlined"
|
|
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
|
-
createElementVNode("path", {
|
|
19
|
-
d: "M5 8H43V38H31L24 45 17 38H5Z",
|
|
20
|
-
fill: "none",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
"stroke-width": "4",
|
|
23
|
-
"stroke-linejoin": "round"
|
|
24
|
-
}, null, -1),
|
|
25
|
-
createElementVNode("circle", {
|
|
26
|
-
cx: "14",
|
|
27
|
-
cy: "23",
|
|
28
|
-
r: "3"
|
|
29
|
-
}, null, -1),
|
|
30
|
-
createElementVNode("circle", {
|
|
31
|
-
cx: "24",
|
|
32
|
-
cy: "23",
|
|
33
|
-
r: "3"
|
|
34
|
-
}, null, -1),
|
|
35
|
-
createElementVNode("circle", {
|
|
36
|
-
cx: "34",
|
|
37
|
-
cy: "23",
|
|
38
|
-
r: "3"
|
|
39
|
-
}, null, -1)
|
|
40
|
-
]));
|
|
41
|
-
}
|
|
42
|
-
const MessageOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
-
export {
|
|
44
|
-
MessageOutlined as default
|
|
45
|
-
};
|
package/es/icons/PauseFilled.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "PauseFilled"
|
|
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": "6"
|
|
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: "M14 5V43" }, null, -1),
|
|
21
|
-
createElementVNode("path", { d: "M34 5V43" }, null, -1)
|
|
22
|
-
]));
|
|
23
|
-
}
|
|
24
|
-
const PauseFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
|
-
export {
|
|
26
|
-
PauseFilled as default
|
|
27
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "PieChartOutlined"
|
|
4
|
-
});
|
|
5
|
-
const _export_sfc = (sfc, props) => {
|
|
6
|
-
const target = sfc.__vccOpts || sfc;
|
|
7
|
-
for (const [key, val] of props) {
|
|
8
|
-
target[key] = val;
|
|
9
|
-
}
|
|
10
|
-
return target;
|
|
11
|
-
};
|
|
12
|
-
const _hoisted_1 = {
|
|
13
|
-
viewBox: "0 0 48 48",
|
|
14
|
-
fill: "none",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
"stroke-width": "4",
|
|
17
|
-
"stroke-linejoin": "round"
|
|
18
|
-
};
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
21
|
-
createElementVNode("path", { d: "M45 25C45 35 35 45 24 45 12 45 3 36 3 24 3 13 13 3 23 3V25Z" }, null, -1),
|
|
22
|
-
createElementVNode("path", { d: "M31 3C37 5 43 11 45 17H31Z" }, null, -1)
|
|
23
|
-
]));
|
|
24
|
-
}
|
|
25
|
-
const PieChartOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
26
|
-
export {
|
|
27
|
-
PieChartOutlined as default
|
|
28
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "QuestionCircleOutlined"
|
|
4
|
-
});
|
|
5
|
-
const _export_sfc = (sfc, props) => {
|
|
6
|
-
const target = sfc.__vccOpts || sfc;
|
|
7
|
-
for (const [key, val] of props) {
|
|
8
|
-
target[key] = val;
|
|
9
|
-
}
|
|
10
|
-
return target;
|
|
11
|
-
};
|
|
12
|
-
const _hoisted_1 = {
|
|
13
|
-
viewBox: "0 0 48 48",
|
|
14
|
-
fill: "none",
|
|
15
|
-
stroke: "currentColor",
|
|
16
|
-
"stroke-width": "4",
|
|
17
|
-
"stroke-linecap": "round"
|
|
18
|
-
};
|
|
19
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
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),
|
|
22
|
-
createElementVNode("path", { d: "M17 19C17 15 20 12 24 12 28 12 31 15 31 18 31 20 30 23 27 24 25 25 24 26 24 27V29" }, null, -1),
|
|
23
|
-
createElementVNode("circle", {
|
|
24
|
-
cx: "24",
|
|
25
|
-
cy: "36",
|
|
26
|
-
r: "2.4",
|
|
27
|
-
fill: "currentColor",
|
|
28
|
-
stroke: "none"
|
|
29
|
-
}, null, -1)
|
|
30
|
-
]));
|
|
31
|
-
}
|
|
32
|
-
const QuestionCircleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
-
export {
|
|
34
|
-
QuestionCircleOutlined as default
|
|
35
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
package/es/icons/StarFilled.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
package/es/icons/StarFilled.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "StarFilled"
|
|
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
|
-
createElementVNode("path", { d: "M43.8 18 31 16 25.4 4.6C25.2 4.2 25 4 24.6 3.8 24 3.5 23 3.8 22.6 4.6L17 16 4.2 18C3.7 18.1 3.5 18.2 3.3 18.4A1.6 1.6 90 003.3 20.7L12.5 29.6 10.3 42.3A1.6 1.6 90 0012.6 44L24 38 35.4 44C35.6 44.1 36 44.2 36.5 44.1 37 44 37.8 43.2 37.7 42.3L35.5 29.6 44.7 20.7C45 20.4 45.3 20.1 45.3 19.6 45.3 18.9 44.8 18.2 43.8 18Z" }, null, -1)
|
|
19
|
-
]));
|
|
20
|
-
}
|
|
21
|
-
const StarFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
22
|
-
export {
|
|
23
|
-
StarFilled as default
|
|
24
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
package/es/icons/UndoOutlined.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
-
const _sfc_main = defineComponent({
|
|
3
|
-
name: "UndoOutlined"
|
|
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: "M6 30C8 35 14 43 24 43 34 43 43 34 43 24 43 14 34 5 24 5 17 5 12 9 9 13M9 5V13L17 13" }, null, -1)
|
|
23
|
-
]));
|
|
24
|
-
}
|
|
25
|
-
const UndoOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
26
|
-
export {
|
|
27
|
-
UndoOutlined as default
|
|
28
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
package/es/index.d.ts
DELETED
package/es/index.js
DELETED
package/es/installer.d.ts
DELETED
package/es/installer.js
DELETED