@maxtropy/v-components 0.1.12-beta.9 → 0.1.12
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/dist/mx-vcomponents.es.js +9554 -9213
- package/dist/style.css +1 -1
- package/dist/types/components/dropdown/MxDropdown.vue.d.ts +12 -24
- package/dist/types/components/dropdown/index.d.ts +182 -0
- package/dist/types/components/ellipsisSpan/MxEllipsisSpan.vue.d.ts +1 -1
- package/dist/types/components/index.d.ts +3 -2
- package/dist/types/components/table/MxTable.vue.d.ts +15 -1
- package/{lib/components/steps → dist/types/components/tabs}/index.d.ts +6 -6
- package/dist/types/components/tree/MxTree.vue.d.ts +1 -1
- package/dist/types/components/treeselect/MxTreeSelect.vue.d.ts +1 -1
- package/package.json +11 -8
- package/dist/mx-vcomponents.umd.js +0 -60
- package/es/api/staff.d.ts +0 -3
- package/es/api/staff.js +0 -11
- package/es/api/tenant.d.ts +0 -4
- package/es/api/tenant.js +0 -15
- package/es/api/user.d.ts +0 -24
- package/es/api/user.js +0 -20
- package/es/assets/images/notAuthorized.png +0 -0
- package/es/assets/images/tableNoData.png +0 -0
- package/es/assets/svg/ContainerSvg.vue.d.ts +0 -2
- package/es/assets/svg/ContainerSvg.vue.js +0 -29
- package/es/assets/svg/InfoCircleSvg.vue.d.ts +0 -2
- package/es/assets/svg/InfoCircleSvg.vue.js +0 -31
- package/es/assets/svg/InfoSvg.vue.d.ts +0 -2
- package/es/assets/svg/InfoSvg.vue.js +0 -30
- package/es/assets/svg/UploadSvg.vue.d.ts +0 -2
- package/es/assets/svg/UploadSvg.vue.js +0 -29
- package/es/common/const.d.ts +0 -34
- package/es/common/const.js +0 -55
- package/es/common/entity.d.ts +0 -118
- package/es/common/entity.js +0 -32
- package/es/common/fetch.d.ts +0 -13
- package/es/common/fetch.js +0 -95
- package/es/common/request.d.ts +0 -30
- package/es/common/request.js +0 -107
- package/es/common/subject.d.ts +0 -20
- package/es/common/subject.js +0 -62
- package/es/components/alert/MxAlert.css +0 -47
- package/es/components/alert/MxAlert.vue.d.ts +0 -63
- package/es/components/alert/MxAlert.vue.js +0 -82
- package/es/components/alert/index.d.ts +0 -7
- package/es/components/alert/index.js +0 -8
- package/es/components/authorizedpermission/AuthorizedPermission.css +0 -14
- package/es/components/authorizedpermission/AuthorizedPermission.vue.d.ts +0 -10
- package/es/components/authorizedpermission/AuthorizedPermission.vue.js +0 -51
- package/es/components/authorizedpermission/index.d.ts +0 -7
- package/es/components/authorizedpermission/index.js +0 -8
- package/es/components/basiclayout/BasicLayout.css +0 -44
- package/es/components/basiclayout/BasicLayout.vue.d.ts +0 -45
- package/es/components/basiclayout/BasicLayout.vue.js +0 -64
- package/es/components/basiclayout/index.d.ts +0 -7
- package/es/components/basiclayout/index.js +0 -8
- package/es/components/breadcrumb/BreadCrumb.css +0 -20
- package/es/components/breadcrumb/BreadCrumb.vue.d.ts +0 -53
- package/es/components/breadcrumb/BreadCrumb.vue.js +0 -124
- package/es/components/breadcrumb/index.d.ts +0 -7
- package/es/components/breadcrumb/index.js +0 -8
- package/es/components/button/MxButton.css +0 -149
- package/es/components/button/MxButton.vue.d.ts +0 -107
- package/es/components/button/MxButton.vue.js +0 -76
- package/es/components/button/index.d.ts +0 -7
- package/es/components/button/index.js +0 -8
- package/es/components/checkbox/MxCheckbox.css +0 -35
- package/es/components/checkbox/MxCheckbox.vue.d.ts +0 -104
- package/es/components/checkbox/MxCheckbox.vue.js +0 -35
- package/es/components/checkbox/MxCheckboxGroup.vue.d.ts +0 -43
- package/es/components/checkbox/MxCheckboxGroup.vue.js +0 -26
- package/es/components/checkbox/index.d.ts +0 -351
- package/es/components/checkbox/index.js +0 -17
- package/es/components/datePicker/MxDatePicker.css +0 -586
- package/es/components/datePicker/MxDatePicker.vue.d.ts +0 -49
- package/es/components/datePicker/MxDatePicker.vue.js +0 -79
- package/es/components/datePicker/index.d.ts +0 -7
- package/es/components/datePicker/index.js +0 -8
- package/es/components/dialog/MxDialog.css +0 -62
- package/es/components/dialog/MxDialog.vue.d.ts +0 -164
- package/es/components/dialog/MxDialog.vue.js +0 -90
- package/es/components/dialog/index.d.ts +0 -7
- package/es/components/dialog/index.js +0 -8
- package/es/components/dropdown/MxDropdown.css +0 -30
- package/es/components/dropdown/MxDropdown.vue.d.ts +0 -71
- package/es/components/dropdown/MxDropdown.vue.js +0 -97
- package/es/components/dropdown/index.d.ts +0 -7
- package/es/components/dropdown/index.js +0 -8
- package/es/components/ellipsisSpan/MxEllipsisSpan.css +0 -3
- package/es/components/ellipsisSpan/MxEllipsisSpan.vue.d.ts +0 -42
- package/es/components/ellipsisSpan/MxEllipsisSpan.vue.js +0 -70
- package/es/components/ellipsisSpan/index.d.ts +0 -7
- package/es/components/ellipsisSpan/index.js +0 -8
- package/es/components/empty/MxEmpty.css +0 -10
- package/es/components/empty/MxEmpty.vue.js +0 -36
- package/es/components/empty/index.d.ts +0 -7
- package/es/components/empty/index.js +0 -8
- package/es/components/empty/no-data.png +0 -0
- package/es/components/form/MxForm.css +0 -26
- package/es/components/form/MxForm.vue.d.ts +0 -123
- package/es/components/form/MxForm.vue.js +0 -99
- package/es/components/form/MxFormItem.css +0 -23
- package/es/components/form/MxFormItem.vue.d.ts +0 -94
- package/es/components/form/MxFormItem.vue.js +0 -63
- package/es/components/form/index.d.ts +0 -242
- package/es/components/form/index.js +0 -12
- package/es/components/headnavigation/HeadNavigation.css +0 -144
- package/es/components/headnavigation/HeadNavigation.vue.d.ts +0 -45
- package/es/components/headnavigation/HeadNavigation.vue.js +0 -201
- package/es/components/headnavigation/MenuBar.css +0 -113
- package/es/components/headnavigation/MenuBar.vue.d.ts +0 -35
- package/es/components/headnavigation/MenuBar.vue.js +0 -31
- package/es/components/headnavigation/index.d.ts +0 -7
- package/es/components/headnavigation/index.js +0 -8
- package/es/components/index.d.ts +0 -38
- package/es/components/index.js +0 -171
- package/es/components/input/MxInput.css +0 -54
- package/es/components/input/MxInput.vue.js +0 -24
- package/es/components/input/index.d.ts +0 -7
- package/es/components/input/index.js +0 -8
- package/es/components/message/index.d.ts +0 -7
- package/es/components/message/index.js +0 -12
- package/es/components/message/message.css +0 -31
- package/es/components/message/message.d.ts +0 -4
- package/es/components/message/message.js +0 -42
- package/es/components/messageBox/index.d.ts +0 -7
- package/es/components/messageBox/index.js +0 -13
- package/es/components/messageBox/message.vue.d.ts +0 -48
- package/es/components/messageBox/message.vue.js +0 -58
- package/es/components/messageBox/messageBox.css +0 -160
- package/es/components/messageBox/messageBox.d.ts +0 -4
- package/es/components/messageBox/messageBox.js +0 -39
- package/es/components/notification/index.d.ts +0 -3
- package/es/components/notification/index.js +0 -7
- package/es/components/notification/notification.css +0 -58
- package/es/components/notification/notification.d.ts +0 -4
- package/es/components/notification/notification.js +0 -28
- package/es/components/pagination/MxPagination.css +0 -110
- package/es/components/pagination/MxPagination.vue.d.ts +0 -38
- package/es/components/pagination/MxPagination.vue.js +0 -53
- package/es/components/pagination/index.d.ts +0 -7
- package/es/components/pagination/index.js +0 -8
- package/es/components/popconfirm/MxPopconfirm.css +0 -26
- package/es/components/popconfirm/MxPopconfirm.vue.d.ts +0 -51
- package/es/components/popconfirm/MxPopconfirm.vue.js +0 -92
- package/es/components/popconfirm/index.d.ts +0 -7
- package/es/components/popconfirm/index.js +0 -8
- package/es/components/radio/MxRadio.css +0 -33
- package/es/components/radio/MxRadio.vue.d.ts +0 -36
- package/es/components/radio/MxRadio.vue.js +0 -35
- package/es/components/radio/MxRadioButton.css +0 -37
- package/es/components/radio/MxRadioButton.vue.d.ts +0 -31
- package/es/components/radio/MxRadioButton.vue.js +0 -33
- package/es/components/radio/MxRadioGroup.vue.d.ts +0 -45
- package/es/components/radio/MxRadioGroup.vue.js +0 -26
- package/es/components/radio/index.d.ts +0 -302
- package/es/components/radio/index.js +0 -16
- package/es/components/select/MxOption.vue.d.ts +0 -7
- package/es/components/select/MxOption.vue.js +0 -26
- package/es/components/select/MxOptionGroup.vue.d.ts +0 -7
- package/es/components/select/MxOptionGroup.vue.js +0 -23
- package/es/components/select/MxSelect.css +0 -91
- package/es/components/select/MxSelect.vue.d.ts +0 -7
- package/es/components/select/MxSelect.vue.js +0 -43
- package/es/components/select/index.d.ts +0 -191
- package/es/components/select/index.js +0 -16
- package/es/components/sidermenu/HambShow.css +0 -65
- package/es/components/sidermenu/HambShow.vue.d.ts +0 -16
- package/es/components/sidermenu/HambShow.vue.js +0 -76
- package/es/components/sidermenu/SiderMenu.css +0 -94
- package/es/components/sidermenu/SiderMenu.vue.d.ts +0 -46
- package/es/components/sidermenu/SiderMenu.vue.js +0 -246
- package/es/components/sidermenu/index.d.ts +0 -7
- package/es/components/sidermenu/index.js +0 -8
- package/es/components/slider/MxSlider.css +0 -54
- package/es/components/slider/MxSlider.vue.d.ts +0 -32
- package/es/components/slider/MxSlider.vue.js +0 -39
- package/es/components/slider/index.d.ts +0 -7
- package/es/components/slider/index.js +0 -8
- package/es/components/steps/MxStep.css +0 -572
- package/es/components/steps/MxStep.vue.d.ts +0 -7
- package/es/components/steps/MxStep.vue.js +0 -30
- package/es/components/steps/MxSteps.vue.d.ts +0 -29
- package/es/components/steps/MxSteps.vue.js +0 -40
- package/es/components/steps/index.d.ts +0 -99
- package/es/components/steps/index.js +0 -12
- package/es/components/switch/MxSwitch.css +0 -49
- package/es/components/switch/MxSwitch.vue.d.ts +0 -2
- package/es/components/switch/MxSwitch.vue.js +0 -23
- package/es/components/switch/index.d.ts +0 -7
- package/es/components/switch/index.js +0 -8
- package/es/components/switchstaff/CustomSvg.vue.d.ts +0 -2
- package/es/components/switchstaff/CustomSvg.vue.js +0 -28
- package/es/components/switchstaff/SwitchStaff.css +0 -132
- package/es/components/switchstaff/SwitchStaff.vue.d.ts +0 -32
- package/es/components/switchstaff/SwitchStaff.vue.js +0 -121
- package/es/components/switchstaff/WarnSvg.vue.d.ts +0 -2
- package/es/components/switchstaff/WarnSvg.vue.js +0 -28
- package/es/components/switchstaff/index.d.ts +0 -7
- package/es/components/switchstaff/index.js +0 -8
- package/es/components/systemcontent/SystemContent.css +0 -28
- package/es/components/systemcontent/SystemContent.vue.d.ts +0 -51
- package/es/components/systemcontent/SystemContent.vue.js +0 -91
- package/es/components/systemcontent/index.d.ts +0 -7
- package/es/components/systemcontent/index.js +0 -8
- package/es/components/systemcontent/logo.png +0 -0
- package/es/components/table/MxTable.css +0 -190
- package/es/components/table/MxTable.vue.d.ts +0 -37
- package/es/components/table/MxTable.vue.js +0 -63
- package/es/components/table/MxTableColumn.css +0 -31
- package/es/components/table/MxTableColumn.vue.d.ts +0 -11
- package/es/components/table/MxTableColumn.vue.js +0 -28
- package/es/components/table/index.d.ts +0 -103
- package/es/components/table/index.js +0 -12
- package/es/components/tabs/MxTabPane.vue.d.ts +0 -7
- package/es/components/tabs/MxTabPane.vue.js +0 -26
- package/es/components/tabs/MxTabs.css +0 -132
- package/es/components/tabs/MxTabs.vue.d.ts +0 -37
- package/es/components/tabs/MxTabs.vue.js +0 -44
- package/es/components/tag/MxTag.css +0 -84
- package/es/components/tag/MxTag.vue.d.ts +0 -40
- package/es/components/tag/MxTag.vue.js +0 -96
- package/es/components/tag/index.d.ts +0 -7
- package/es/components/tag/index.js +0 -8
- package/es/components/timePicker/MxTimePicker.css +0 -180
- package/es/components/timePicker/MxTimePicker.vue.d.ts +0 -49
- package/es/components/timePicker/MxTimePicker.vue.js +0 -79
- package/es/components/timePicker/index.d.ts +0 -7
- package/es/components/timePicker/index.js +0 -8
- package/es/components/tooltip/MxTooltip.css +0 -17
- package/es/components/tooltip/MxTooltip.vue.d.ts +0 -7
- package/es/components/tooltip/MxTooltip.vue.js +0 -24
- package/es/components/tooltip/index.d.ts +0 -7
- package/es/components/tooltip/index.js +0 -8
- package/es/components/tree/MxTree.css +0 -56
- package/es/components/tree/MxTree.vue.d.ts +0 -7
- package/es/components/tree/MxTree.vue.js +0 -27
- package/es/components/tree/index.d.ts +0 -7
- package/es/components/tree/index.js +0 -8
- package/es/components/treeselect/MxTreeSelect.css +0 -111
- package/es/components/treeselect/MxTreeSelect.vue.d.ts +0 -7
- package/es/components/treeselect/MxTreeSelect.vue.js +0 -35
- package/es/components/treeselect/index.d.ts +0 -7
- package/es/components/treeselect/index.js +0 -8
- package/es/components/upload/MxUpload.css +0 -111
- package/es/components/upload/MxUpload.vue.d.ts +0 -111
- package/es/components/upload/MxUpload.vue.js +0 -310
- package/es/components/upload/index.d.ts +0 -7
- package/es/components/upload/index.js +0 -8
- package/es/components/upload/upload.d.ts +0 -139
- package/es/components/upload/upload.js +0 -11
- package/es/components/upload/uploadList.css +0 -70
- package/es/components/upload/uploadList.vue.d.ts +0 -15
- package/es/components/upload/uploadList.vue.js +0 -118
- package/es/components/upload/use-handlers.d.ts +0 -13
- package/es/components/upload/use-handlers.js +0 -54
- package/es/components/usercontent/ArrowSvg.vue.d.ts +0 -2
- package/es/components/usercontent/ArrowSvg.vue.js +0 -28
- package/es/components/usercontent/UserContent.css +0 -53
- package/es/components/usercontent/UserContent.vue.d.ts +0 -28
- package/es/components/usercontent/UserContent.vue.js +0 -134
- package/es/components/usercontent/UserSvg.vue.d.ts +0 -2
- package/es/components/usercontent/UserSvg.vue.js +0 -29
- package/es/components/usercontent/index.d.ts +0 -7
- package/es/components/usercontent/index.js +0 -8
- package/es/constants/const.d.ts +0 -1
- package/es/constants/const.js +0 -4
- package/es/constants/index.d.ts +0 -2
- package/es/constants/index.js +0 -4
- package/es/env.d.ts +0 -30
- package/es/index.d.ts +0 -13
- package/es/index.js +0 -17
- package/es/utils/hooks.d.ts +0 -23
- package/es/utils/hooks.js +0 -126
- package/es/utils/index.d.ts +0 -3
- package/es/utils/index.js +0 -6
- package/es/utils/lib.d.ts +0 -9
- package/es/utils/lib.js +0 -102
- package/es/utils/micro.d.ts +0 -12
- package/es/utils/micro.js +0 -128
- package/lib/api/staff.d.ts +0 -3
- package/lib/api/staff.js +0 -11
- package/lib/api/tenant.d.ts +0 -4
- package/lib/api/tenant.js +0 -15
- package/lib/api/user.d.ts +0 -24
- package/lib/api/user.js +0 -20
- package/lib/assets/images/notAuthorized.png +0 -0
- package/lib/assets/images/tableNoData.png +0 -0
- package/lib/assets/svg/ContainerSvg.vue.d.ts +0 -2
- package/lib/assets/svg/ContainerSvg.vue.js +0 -28
- package/lib/assets/svg/InfoCircleSvg.vue.d.ts +0 -2
- package/lib/assets/svg/InfoCircleSvg.vue.js +0 -30
- package/lib/assets/svg/InfoSvg.vue.d.ts +0 -2
- package/lib/assets/svg/InfoSvg.vue.js +0 -29
- package/lib/assets/svg/UploadSvg.vue.d.ts +0 -2
- package/lib/assets/svg/UploadSvg.vue.js +0 -28
- package/lib/common/const.d.ts +0 -34
- package/lib/common/const.js +0 -55
- package/lib/common/entity.d.ts +0 -118
- package/lib/common/entity.js +0 -32
- package/lib/common/fetch.d.ts +0 -13
- package/lib/common/fetch.js +0 -95
- package/lib/common/request.d.ts +0 -30
- package/lib/common/request.js +0 -107
- package/lib/common/subject.d.ts +0 -20
- package/lib/common/subject.js +0 -62
- package/lib/components/alert/MxAlert.css +0 -47
- package/lib/components/alert/MxAlert.vue.d.ts +0 -63
- package/lib/components/alert/MxAlert.vue.js +0 -82
- package/lib/components/alert/index.d.ts +0 -7
- package/lib/components/alert/index.js +0 -6
- package/lib/components/authorizedpermission/AuthorizedPermission.css +0 -14
- package/lib/components/authorizedpermission/AuthorizedPermission.vue.d.ts +0 -10
- package/lib/components/authorizedpermission/AuthorizedPermission.vue.js +0 -50
- package/lib/components/authorizedpermission/index.d.ts +0 -7
- package/lib/components/authorizedpermission/index.js +0 -6
- package/lib/components/basiclayout/BasicLayout.css +0 -44
- package/lib/components/basiclayout/BasicLayout.vue.d.ts +0 -45
- package/lib/components/basiclayout/BasicLayout.vue.js +0 -63
- package/lib/components/basiclayout/index.d.ts +0 -7
- package/lib/components/basiclayout/index.js +0 -6
- package/lib/components/breadcrumb/BreadCrumb.css +0 -20
- package/lib/components/breadcrumb/BreadCrumb.vue.d.ts +0 -53
- package/lib/components/breadcrumb/BreadCrumb.vue.js +0 -123
- package/lib/components/breadcrumb/index.d.ts +0 -7
- package/lib/components/breadcrumb/index.js +0 -6
- package/lib/components/button/MxButton.css +0 -149
- package/lib/components/button/MxButton.vue.d.ts +0 -107
- package/lib/components/button/MxButton.vue.js +0 -75
- package/lib/components/button/index.d.ts +0 -7
- package/lib/components/button/index.js +0 -6
- package/lib/components/checkbox/MxCheckbox.css +0 -35
- package/lib/components/checkbox/MxCheckbox.vue.d.ts +0 -104
- package/lib/components/checkbox/MxCheckbox.vue.js +0 -34
- package/lib/components/checkbox/MxCheckboxGroup.vue.d.ts +0 -43
- package/lib/components/checkbox/MxCheckboxGroup.vue.js +0 -25
- package/lib/components/checkbox/index.d.ts +0 -351
- package/lib/components/checkbox/index.js +0 -16
- package/lib/components/datePicker/MxDatePicker.css +0 -586
- package/lib/components/datePicker/MxDatePicker.vue.d.ts +0 -49
- package/lib/components/datePicker/MxDatePicker.vue.js +0 -78
- package/lib/components/datePicker/index.d.ts +0 -7
- package/lib/components/datePicker/index.js +0 -6
- package/lib/components/dialog/MxDialog.css +0 -62
- package/lib/components/dialog/MxDialog.vue.d.ts +0 -164
- package/lib/components/dialog/MxDialog.vue.js +0 -89
- package/lib/components/dialog/index.d.ts +0 -7
- package/lib/components/dialog/index.js +0 -6
- package/lib/components/dropdown/MxDropdown.css +0 -30
- package/lib/components/dropdown/MxDropdown.vue.d.ts +0 -71
- package/lib/components/dropdown/MxDropdown.vue.js +0 -96
- package/lib/components/dropdown/index.d.ts +0 -7
- package/lib/components/dropdown/index.js +0 -6
- package/lib/components/ellipsisSpan/MxEllipsisSpan.css +0 -3
- package/lib/components/ellipsisSpan/MxEllipsisSpan.vue.d.ts +0 -42
- package/lib/components/ellipsisSpan/MxEllipsisSpan.vue.js +0 -69
- package/lib/components/ellipsisSpan/index.d.ts +0 -7
- package/lib/components/ellipsisSpan/index.js +0 -6
- package/lib/components/empty/MxEmpty.css +0 -10
- package/lib/components/empty/MxEmpty.vue.d.ts +0 -7
- package/lib/components/empty/MxEmpty.vue.js +0 -35
- package/lib/components/empty/index.d.ts +0 -7
- package/lib/components/empty/index.js +0 -6
- package/lib/components/empty/no-data.png +0 -0
- package/lib/components/form/MxForm.css +0 -26
- package/lib/components/form/MxForm.vue.d.ts +0 -123
- package/lib/components/form/MxForm.vue.js +0 -98
- package/lib/components/form/MxFormItem.css +0 -23
- package/lib/components/form/MxFormItem.vue.d.ts +0 -94
- package/lib/components/form/MxFormItem.vue.js +0 -63
- package/lib/components/form/index.d.ts +0 -242
- package/lib/components/form/index.js +0 -11
- package/lib/components/headnavigation/HeadNavigation.css +0 -144
- package/lib/components/headnavigation/HeadNavigation.vue.d.ts +0 -45
- package/lib/components/headnavigation/HeadNavigation.vue.js +0 -200
- package/lib/components/headnavigation/MenuBar.css +0 -113
- package/lib/components/headnavigation/MenuBar.vue.d.ts +0 -35
- package/lib/components/headnavigation/MenuBar.vue.js +0 -30
- package/lib/components/headnavigation/index.d.ts +0 -7
- package/lib/components/headnavigation/index.js +0 -6
- package/lib/components/index.d.ts +0 -38
- package/lib/components/index.js +0 -175
- package/lib/components/input/MxInput.css +0 -54
- package/lib/components/input/MxInput.vue.d.ts +0 -7
- package/lib/components/input/MxInput.vue.js +0 -23
- package/lib/components/input/index.d.ts +0 -7
- package/lib/components/input/index.js +0 -6
- package/lib/components/message/index.d.ts +0 -7
- package/lib/components/message/index.js +0 -12
- package/lib/components/message/message.css +0 -31
- package/lib/components/message/message.d.ts +0 -4
- package/lib/components/message/message.js +0 -41
- package/lib/components/messageBox/index.d.ts +0 -7
- package/lib/components/messageBox/index.js +0 -13
- package/lib/components/messageBox/message.vue.d.ts +0 -48
- package/lib/components/messageBox/message.vue.js +0 -57
- package/lib/components/messageBox/messageBox.css +0 -160
- package/lib/components/messageBox/messageBox.d.ts +0 -4
- package/lib/components/messageBox/messageBox.js +0 -38
- package/lib/components/notification/index.d.ts +0 -3
- package/lib/components/notification/index.js +0 -6
- package/lib/components/notification/notification.css +0 -58
- package/lib/components/notification/notification.d.ts +0 -4
- package/lib/components/notification/notification.js +0 -27
- package/lib/components/pagination/MxPagination.css +0 -110
- package/lib/components/pagination/MxPagination.vue.d.ts +0 -38
- package/lib/components/pagination/MxPagination.vue.js +0 -52
- package/lib/components/pagination/index.d.ts +0 -7
- package/lib/components/pagination/index.js +0 -6
- package/lib/components/popconfirm/MxPopconfirm.css +0 -26
- package/lib/components/popconfirm/MxPopconfirm.vue.d.ts +0 -51
- package/lib/components/popconfirm/MxPopconfirm.vue.js +0 -91
- package/lib/components/popconfirm/index.d.ts +0 -7
- package/lib/components/popconfirm/index.js +0 -6
- package/lib/components/radio/MxRadio.css +0 -33
- package/lib/components/radio/MxRadio.vue.d.ts +0 -36
- package/lib/components/radio/MxRadio.vue.js +0 -34
- package/lib/components/radio/MxRadioButton.css +0 -37
- package/lib/components/radio/MxRadioButton.vue.d.ts +0 -31
- package/lib/components/radio/MxRadioButton.vue.js +0 -32
- package/lib/components/radio/MxRadioGroup.vue.d.ts +0 -45
- package/lib/components/radio/MxRadioGroup.vue.js +0 -25
- package/lib/components/radio/index.d.ts +0 -302
- package/lib/components/radio/index.js +0 -15
- package/lib/components/select/MxOption.vue.d.ts +0 -7
- package/lib/components/select/MxOption.vue.js +0 -25
- package/lib/components/select/MxOptionGroup.vue.d.ts +0 -7
- package/lib/components/select/MxOptionGroup.vue.js +0 -22
- package/lib/components/select/MxSelect.css +0 -91
- package/lib/components/select/MxSelect.vue.d.ts +0 -7
- package/lib/components/select/MxSelect.vue.js +0 -42
- package/lib/components/select/index.d.ts +0 -191
- package/lib/components/select/index.js +0 -15
- package/lib/components/sidermenu/HambShow.css +0 -65
- package/lib/components/sidermenu/HambShow.vue.d.ts +0 -16
- package/lib/components/sidermenu/HambShow.vue.js +0 -75
- package/lib/components/sidermenu/SiderMenu.css +0 -94
- package/lib/components/sidermenu/SiderMenu.vue.d.ts +0 -46
- package/lib/components/sidermenu/SiderMenu.vue.js +0 -245
- package/lib/components/sidermenu/index.d.ts +0 -7
- package/lib/components/sidermenu/index.js +0 -6
- package/lib/components/slider/MxSlider.css +0 -54
- package/lib/components/slider/MxSlider.vue.d.ts +0 -32
- package/lib/components/slider/MxSlider.vue.js +0 -38
- package/lib/components/slider/index.d.ts +0 -7
- package/lib/components/slider/index.js +0 -6
- package/lib/components/steps/MxStep.css +0 -572
- package/lib/components/steps/MxStep.vue.d.ts +0 -7
- package/lib/components/steps/MxStep.vue.js +0 -29
- package/lib/components/steps/MxSteps.vue.d.ts +0 -29
- package/lib/components/steps/MxSteps.vue.js +0 -39
- package/lib/components/steps/index.js +0 -11
- package/lib/components/switch/MxSwitch.css +0 -49
- package/lib/components/switch/MxSwitch.vue.d.ts +0 -2
- package/lib/components/switch/MxSwitch.vue.js +0 -22
- package/lib/components/switch/index.d.ts +0 -7
- package/lib/components/switch/index.js +0 -6
- package/lib/components/switchstaff/CustomSvg.vue.d.ts +0 -2
- package/lib/components/switchstaff/CustomSvg.vue.js +0 -27
- package/lib/components/switchstaff/SwitchStaff.css +0 -132
- package/lib/components/switchstaff/SwitchStaff.vue.d.ts +0 -32
- package/lib/components/switchstaff/SwitchStaff.vue.js +0 -120
- package/lib/components/switchstaff/WarnSvg.vue.d.ts +0 -2
- package/lib/components/switchstaff/WarnSvg.vue.js +0 -27
- package/lib/components/switchstaff/index.d.ts +0 -7
- package/lib/components/switchstaff/index.js +0 -6
- package/lib/components/systemcontent/SystemContent.css +0 -28
- package/lib/components/systemcontent/SystemContent.vue.d.ts +0 -51
- package/lib/components/systemcontent/SystemContent.vue.js +0 -90
- package/lib/components/systemcontent/index.d.ts +0 -7
- package/lib/components/systemcontent/index.js +0 -6
- package/lib/components/systemcontent/logo.png +0 -0
- package/lib/components/table/MxTable.css +0 -190
- package/lib/components/table/MxTable.vue.d.ts +0 -37
- package/lib/components/table/MxTable.vue.js +0 -62
- package/lib/components/table/MxTableColumn.css +0 -31
- package/lib/components/table/MxTableColumn.vue.d.ts +0 -11
- package/lib/components/table/MxTableColumn.vue.js +0 -27
- package/lib/components/table/index.d.ts +0 -103
- package/lib/components/table/index.js +0 -11
- package/lib/components/tabs/MxTabPane.vue.d.ts +0 -7
- package/lib/components/tabs/MxTabPane.vue.js +0 -25
- package/lib/components/tabs/MxTabs.css +0 -132
- package/lib/components/tabs/MxTabs.vue.d.ts +0 -37
- package/lib/components/tabs/MxTabs.vue.js +0 -43
- package/lib/components/tag/MxTag.css +0 -84
- package/lib/components/tag/MxTag.vue.d.ts +0 -40
- package/lib/components/tag/MxTag.vue.js +0 -95
- package/lib/components/tag/index.d.ts +0 -7
- package/lib/components/tag/index.js +0 -6
- package/lib/components/timePicker/MxTimePicker.css +0 -180
- package/lib/components/timePicker/MxTimePicker.vue.d.ts +0 -49
- package/lib/components/timePicker/MxTimePicker.vue.js +0 -78
- package/lib/components/timePicker/index.d.ts +0 -7
- package/lib/components/timePicker/index.js +0 -6
- package/lib/components/tooltip/MxTooltip.css +0 -17
- package/lib/components/tooltip/MxTooltip.vue.d.ts +0 -7
- package/lib/components/tooltip/MxTooltip.vue.js +0 -23
- package/lib/components/tooltip/index.d.ts +0 -7
- package/lib/components/tooltip/index.js +0 -6
- package/lib/components/tree/MxTree.css +0 -56
- package/lib/components/tree/MxTree.vue.d.ts +0 -7
- package/lib/components/tree/MxTree.vue.js +0 -26
- package/lib/components/tree/index.d.ts +0 -7
- package/lib/components/tree/index.js +0 -6
- package/lib/components/treeselect/MxTreeSelect.css +0 -111
- package/lib/components/treeselect/MxTreeSelect.vue.d.ts +0 -7
- package/lib/components/treeselect/MxTreeSelect.vue.js +0 -34
- package/lib/components/treeselect/index.d.ts +0 -7
- package/lib/components/treeselect/index.js +0 -6
- package/lib/components/upload/MxUpload.css +0 -111
- package/lib/components/upload/MxUpload.vue.d.ts +0 -111
- package/lib/components/upload/MxUpload.vue.js +0 -309
- package/lib/components/upload/index.d.ts +0 -7
- package/lib/components/upload/index.js +0 -6
- package/lib/components/upload/upload.d.ts +0 -139
- package/lib/components/upload/upload.js +0 -11
- package/lib/components/upload/uploadList.css +0 -70
- package/lib/components/upload/uploadList.vue.d.ts +0 -15
- package/lib/components/upload/uploadList.vue.js +0 -117
- package/lib/components/upload/use-handlers.d.ts +0 -13
- package/lib/components/upload/use-handlers.js +0 -54
- package/lib/components/usercontent/ArrowSvg.vue.d.ts +0 -2
- package/lib/components/usercontent/ArrowSvg.vue.js +0 -27
- package/lib/components/usercontent/UserContent.css +0 -53
- package/lib/components/usercontent/UserContent.vue.d.ts +0 -28
- package/lib/components/usercontent/UserContent.vue.js +0 -133
- package/lib/components/usercontent/UserSvg.vue.d.ts +0 -2
- package/lib/components/usercontent/UserSvg.vue.js +0 -28
- package/lib/components/usercontent/index.d.ts +0 -7
- package/lib/components/usercontent/index.js +0 -6
- package/lib/constants/const.d.ts +0 -1
- package/lib/constants/const.js +0 -4
- package/lib/constants/index.d.ts +0 -2
- package/lib/constants/index.js +0 -21
- package/lib/env.d.ts +0 -30
- package/lib/index.d.ts +0 -13
- package/lib/index.js +0 -82
- package/lib/utils/hooks.d.ts +0 -23
- package/lib/utils/hooks.js +0 -126
- package/lib/utils/index.d.ts +0 -3
- package/lib/utils/index.js +0 -6
- package/lib/utils/lib.d.ts +0 -9
- package/lib/utils/lib.js +0 -102
- package/lib/utils/micro.d.ts +0 -12
- package/lib/utils/micro.js +0 -128
- /package/{es/components/empty/MxEmpty.vue.d.ts → dist/types/components/dropdown/MxDropDownItem.vue.d.ts} +0 -0
- /package/{es/components/input/MxInput.vue.d.ts → dist/types/components/dropdown/MxDropDownMenu.vue.d.ts} +0 -0
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
.mx-button[data-v-5d371584] {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: inline-block;
|
|
4
|
-
height: fit-content;
|
|
5
|
-
font-size: 0;
|
|
6
|
-
}
|
|
7
|
-
.mx-button[data-v-5d371584] .el-button {
|
|
8
|
-
--el-button-font-weight: 400;
|
|
9
|
-
--el-button-bg-color: rgba(255, 255, 255, 0.05);
|
|
10
|
-
--el-button-hover-text-color: #6ba3da;
|
|
11
|
-
--el-button-hover-border-color: #4a90e2;
|
|
12
|
-
--el-button-active-text-color: #37659a;
|
|
13
|
-
--el-button-active-border-color: #3570bd;
|
|
14
|
-
--el-button-border-color: rgba(255, 255, 255, 0.2);
|
|
15
|
-
--el-button-text-color: rgba(255, 255, 255, 0.85);
|
|
16
|
-
--el-fill-color-blank: #232324;
|
|
17
|
-
--el-button-hover-bg-color: rgba(255, 255, 255, 0.1);
|
|
18
|
-
padding: 5px 16px;
|
|
19
|
-
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.04);
|
|
20
|
-
--el-border-radius-base: 2px;
|
|
21
|
-
}
|
|
22
|
-
.mx-button[data-v-5d371584] .el-button.is-disabled {
|
|
23
|
-
--el-button-disabled-text-color: rgba(255, 255, 255, 0.3);
|
|
24
|
-
--el-button-disabled-border-color: rgba(255, 255, 255, 0.2);
|
|
25
|
-
}
|
|
26
|
-
.mx-button[data-v-5d371584] .el-button--large {
|
|
27
|
-
padding: 8px 24px;
|
|
28
|
-
font-size: 16px;
|
|
29
|
-
}
|
|
30
|
-
.mx-button[data-v-5d371584] .el-button--small {
|
|
31
|
-
--el-border-radius-base: 3px;
|
|
32
|
-
padding: 2px 12px;
|
|
33
|
-
font-size: 12px;
|
|
34
|
-
}
|
|
35
|
-
.mx-button[data-v-5d371584] .el-button.is-link {
|
|
36
|
-
--el-button-text-color: #4a90e2;
|
|
37
|
-
--el-button-hover-link-text-color: #75b3f0;
|
|
38
|
-
--el-button-active-color: #3570bd;
|
|
39
|
-
line-height: 22px;
|
|
40
|
-
box-shadow: none;
|
|
41
|
-
border: none;
|
|
42
|
-
}
|
|
43
|
-
.mx-button[data-v-5d371584] .el-button--large.el-button.is-link {
|
|
44
|
-
line-height: 24px;
|
|
45
|
-
}
|
|
46
|
-
.mx-button[data-v-5d371584] .el-button--small.el-button.is-link {
|
|
47
|
-
line-height: 16px;
|
|
48
|
-
}
|
|
49
|
-
.mx-button[data-v-5d371584] .el-button--primary {
|
|
50
|
-
--el-button-text-color: #fff;
|
|
51
|
-
--el-button-hover-text-color: #fff;
|
|
52
|
-
--el-button-active-text-color: #fff;
|
|
53
|
-
box-shadow: 0 10px 15px #2cc4f942;
|
|
54
|
-
--el-button-bg-color: linear-gradient(90deg, #057abf 0%, #2cc4f9 100%);
|
|
55
|
-
--el-border: none;
|
|
56
|
-
background: var(--el-button-bg-color);
|
|
57
|
-
}
|
|
58
|
-
.mx-button[data-v-5d371584] .el-button--primary.is-disabled {
|
|
59
|
-
background: linear-gradient(90deg, #004173 0%, #0e78ad 100%);
|
|
60
|
-
color: rgba(255, 255, 255, 0.3);
|
|
61
|
-
box-shadow: none;
|
|
62
|
-
}
|
|
63
|
-
.mx-button[data-v-5d371584] .el-button.is-link.el-button--danger {
|
|
64
|
-
--el-button-text-color: #e64242;
|
|
65
|
-
--el-button-hover-link-text-color: #dc6864;
|
|
66
|
-
--el-button-active-color: #9d3232;
|
|
67
|
-
}
|
|
68
|
-
.mx-button[data-v-5d371584] .el-button--danger.is-link.is-disabled {
|
|
69
|
-
--el-color-danger-light-5: rgba(255, 255, 255, 0.3);
|
|
70
|
-
}
|
|
71
|
-
.mx-button[data-v-5d371584] .el-button--primary:hover {
|
|
72
|
-
--el-button-bg-color: linear-gradient(90deg, #2795cc 0%, #57d8ff 100%);
|
|
73
|
-
}
|
|
74
|
-
.mx-button[data-v-5d371584] .el-button--primary:active {
|
|
75
|
-
--el-button-bg-color: linear-gradient(90deg, #005c99 0%, #1c9cd4 100%);
|
|
76
|
-
}
|
|
77
|
-
.mx-button[data-v-5d371584] .el-button--danger {
|
|
78
|
-
--el-button-text-color: #fff;
|
|
79
|
-
--el-button-hover-text-color: #fff;
|
|
80
|
-
--el-button-active-text-color: #fff;
|
|
81
|
-
--el-button-bg-color: #e64242;
|
|
82
|
-
--el-border: none;
|
|
83
|
-
--el-button-hover-bg-color: #f2716d;
|
|
84
|
-
--el-button-active-bg-color: #bf2e33;
|
|
85
|
-
box-shadow: none;
|
|
86
|
-
}
|
|
87
|
-
.mx-button[data-v-5d371584] .el-button--danger.is-disabled {
|
|
88
|
-
--el-button-disabled-text-color: rgba(255, 255, 255, 0.45);
|
|
89
|
-
--el-button-disabled-bg-color: #e64242;
|
|
90
|
-
}
|
|
91
|
-
.mx-button[data-v-5d371584] .el-button [class*="el-icon"] + span {
|
|
92
|
-
margin-left: 4px;
|
|
93
|
-
}
|
|
94
|
-
.mx-button .mx-button--dashed[data-v-5d371584] {
|
|
95
|
-
border-style: dashed;
|
|
96
|
-
--el-button-bg-color: transparent;
|
|
97
|
-
--el-button-hover-bg-color: transparent;
|
|
98
|
-
--el-button-text-color: #4a90e2;
|
|
99
|
-
--el-button-border-color: #4a90e2;
|
|
100
|
-
--el-button-hover-text-color: #75b3f0;
|
|
101
|
-
--el-button-hover-border-color: #75b3f0;
|
|
102
|
-
--el-button-active-text-color: #3570bd;
|
|
103
|
-
--el-button-active-border-color: #3570bd;
|
|
104
|
-
}
|
|
105
|
-
.mx-button .line[data-v-5d371584] {
|
|
106
|
-
position: absolute;
|
|
107
|
-
opacity: 0.5;
|
|
108
|
-
border-radius: 1px;
|
|
109
|
-
width: 2px;
|
|
110
|
-
top: 0;
|
|
111
|
-
height: 100%;
|
|
112
|
-
background: #fff;
|
|
113
|
-
}
|
|
114
|
-
.mx-button .line--left[data-v-5d371584] {
|
|
115
|
-
left: 0;
|
|
116
|
-
}
|
|
117
|
-
.mx-button .line--right[data-v-5d371584] {
|
|
118
|
-
right: 0;
|
|
119
|
-
}
|
|
120
|
-
.mx-button .dot[data-v-5d371584] {
|
|
121
|
-
position: absolute;
|
|
122
|
-
width: 3px;
|
|
123
|
-
height: 3px;
|
|
124
|
-
border-radius: 2px;
|
|
125
|
-
background: #fff;
|
|
126
|
-
opacity: 0.5;
|
|
127
|
-
}
|
|
128
|
-
.mx-button .dot--top-left[data-v-5d371584] {
|
|
129
|
-
top: 2px;
|
|
130
|
-
left: 5px;
|
|
131
|
-
}
|
|
132
|
-
.mx-button .dot--top-right[data-v-5d371584] {
|
|
133
|
-
top: 2px;
|
|
134
|
-
right: 5px;
|
|
135
|
-
}
|
|
136
|
-
.mx-button .dot--bottom-left[data-v-5d371584] {
|
|
137
|
-
bottom: 2px;
|
|
138
|
-
left: 5px;
|
|
139
|
-
}
|
|
140
|
-
.mx-button .dot--bottom-right[data-v-5d371584] {
|
|
141
|
-
bottom: 2px;
|
|
142
|
-
right: 5px;
|
|
143
|
-
}
|
|
144
|
-
.mx-button .mx-button-dot--disabled .line[data-v-5d371584] {
|
|
145
|
-
background: rgba(255, 255, 255, 0.3);
|
|
146
|
-
}
|
|
147
|
-
.mx-button .mx-button-dot--disabled .dot[data-v-5d371584] {
|
|
148
|
-
background: rgba(255, 255, 255, 0.3);
|
|
149
|
-
}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
-
type: {
|
|
4
|
-
type: PropType<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger" | "dashed">;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
wait: {
|
|
9
|
-
type: NumberConstructor;
|
|
10
|
-
default: number;
|
|
11
|
-
};
|
|
12
|
-
disabled: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
size: {
|
|
17
|
-
readonly type: PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
18
|
-
readonly required: false;
|
|
19
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
|
-
__epPropKey: true;
|
|
21
|
-
};
|
|
22
|
-
icon: {
|
|
23
|
-
readonly type: PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
24
|
-
readonly required: false;
|
|
25
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
-
__epPropKey: true;
|
|
27
|
-
};
|
|
28
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
29
|
-
loading: BooleanConstructor;
|
|
30
|
-
loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, boolean>;
|
|
31
|
-
plain: BooleanConstructor;
|
|
32
|
-
text: BooleanConstructor;
|
|
33
|
-
link: BooleanConstructor;
|
|
34
|
-
bg: BooleanConstructor;
|
|
35
|
-
autofocus: BooleanConstructor;
|
|
36
|
-
round: BooleanConstructor;
|
|
37
|
-
circle: BooleanConstructor;
|
|
38
|
-
color: StringConstructor;
|
|
39
|
-
dark: BooleanConstructor;
|
|
40
|
-
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
41
|
-
tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
42
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
-
type: {
|
|
44
|
-
type: PropType<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger" | "dashed">;
|
|
45
|
-
validator: (value: string) => boolean;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
wait: {
|
|
49
|
-
type: NumberConstructor;
|
|
50
|
-
default: number;
|
|
51
|
-
};
|
|
52
|
-
disabled: {
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
size: {
|
|
57
|
-
readonly type: PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
58
|
-
readonly required: false;
|
|
59
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
-
__epPropKey: true;
|
|
61
|
-
};
|
|
62
|
-
icon: {
|
|
63
|
-
readonly type: PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
64
|
-
readonly required: false;
|
|
65
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
-
__epPropKey: true;
|
|
67
|
-
};
|
|
68
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
69
|
-
loading: BooleanConstructor;
|
|
70
|
-
loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, boolean>;
|
|
71
|
-
plain: BooleanConstructor;
|
|
72
|
-
text: BooleanConstructor;
|
|
73
|
-
link: BooleanConstructor;
|
|
74
|
-
bg: BooleanConstructor;
|
|
75
|
-
autofocus: BooleanConstructor;
|
|
76
|
-
round: BooleanConstructor;
|
|
77
|
-
circle: BooleanConstructor;
|
|
78
|
-
color: StringConstructor;
|
|
79
|
-
dark: BooleanConstructor;
|
|
80
|
-
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
81
|
-
tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
82
|
-
}>> & {
|
|
83
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
}, {
|
|
85
|
-
link: boolean;
|
|
86
|
-
circle: boolean;
|
|
87
|
-
text: boolean;
|
|
88
|
-
type: "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger" | "dashed";
|
|
89
|
-
dark: boolean;
|
|
90
|
-
wait: number;
|
|
91
|
-
disabled: boolean;
|
|
92
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
93
|
-
loading: boolean;
|
|
94
|
-
loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
95
|
-
plain: boolean;
|
|
96
|
-
bg: boolean;
|
|
97
|
-
autofocus: boolean;
|
|
98
|
-
round: boolean;
|
|
99
|
-
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
100
|
-
tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
101
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
102
|
-
export default _default;
|
|
103
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
104
|
-
new (): {
|
|
105
|
-
$slots: S;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
require("element-plus/es/components/button/style/css");
|
|
5
|
-
const _hoisted_1 = { class: "mx-button" };
|
|
6
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<div class="line line--left" data-v-5d371584></div><div class="line line--right" data-v-5d371584></div><div class="dot dot--top-left" data-v-5d371584></div><div class="dot dot--bottom-left" data-v-5d371584></div><div class="dot dot--top-right" data-v-5d371584></div><div class="dot dot--bottom-right" data-v-5d371584></div>', 6);
|
|
7
|
-
const _hoisted_8 = [
|
|
8
|
-
_hoisted_2
|
|
9
|
-
];
|
|
10
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
11
|
-
__name: "MxButton",
|
|
12
|
-
props: {
|
|
13
|
-
...elementPlus.buttonProps,
|
|
14
|
-
type: {
|
|
15
|
-
type: String,
|
|
16
|
-
validator: (value) => ["", "default", "text", "success", "warning", "info", "primary", "danger", "dashed"].includes(value),
|
|
17
|
-
default: ""
|
|
18
|
-
},
|
|
19
|
-
wait: {
|
|
20
|
-
type: Number,
|
|
21
|
-
default: 300
|
|
22
|
-
},
|
|
23
|
-
disabled: {
|
|
24
|
-
type: Boolean,
|
|
25
|
-
default: false
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
emits: ["click"],
|
|
29
|
-
setup(__props, { emit: emits }) {
|
|
30
|
-
const buttonProps = __props;
|
|
31
|
-
const record = vue.ref(0);
|
|
32
|
-
const handleClick = () => {
|
|
33
|
-
let newTime = /* @__PURE__ */ new Date();
|
|
34
|
-
if (newTime.getTime() - record.value > buttonProps.wait) {
|
|
35
|
-
emits("click");
|
|
36
|
-
}
|
|
37
|
-
record.value = (/* @__PURE__ */ new Date()).getTime();
|
|
38
|
-
};
|
|
39
|
-
const buttonType = buttonProps.type === "dashed" ? "" : buttonProps.type;
|
|
40
|
-
const buttonDisabled = buttonProps.disabled ?? false;
|
|
41
|
-
return (_ctx, _cache) => {
|
|
42
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
43
|
-
vue.createVNode(vue.unref(elementPlus.ElButton), vue.mergeProps(buttonProps, {
|
|
44
|
-
type: vue.unref(buttonType),
|
|
45
|
-
disabled: vue.unref(buttonDisabled),
|
|
46
|
-
class: { "mx-button--dashed": buttonProps.type === "dashed" },
|
|
47
|
-
onClick: handleClick
|
|
48
|
-
}), vue.createSlots({ _: 2 }, [
|
|
49
|
-
vue.renderList(_ctx.$slots, (item, key, index) => {
|
|
50
|
-
return {
|
|
51
|
-
name: key,
|
|
52
|
-
fn: vue.withCtx(() => [
|
|
53
|
-
vue.renderSlot(_ctx.$slots, key, {}, void 0, true)
|
|
54
|
-
])
|
|
55
|
-
};
|
|
56
|
-
})
|
|
57
|
-
]), 1040, ["type", "disabled", "class"]),
|
|
58
|
-
buttonProps.type === "primary" ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
59
|
-
key: 0,
|
|
60
|
-
class: vue.normalizeClass({ "mx-button-dot--disabled": vue.unref(buttonDisabled) })
|
|
61
|
-
}, _hoisted_8, 2)) : vue.createCommentVNode("", true)
|
|
62
|
-
]);
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
const MxButton_vue_vue_type_style_index_0_scoped_5d371584_lang = "";
|
|
67
|
-
const _export_sfc = (sfc, props) => {
|
|
68
|
-
const target = sfc.__vccOpts || sfc;
|
|
69
|
-
for (const [key, val] of props) {
|
|
70
|
-
target[key] = val;
|
|
71
|
-
}
|
|
72
|
-
return target;
|
|
73
|
-
};
|
|
74
|
-
const MxButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5d371584"]]);
|
|
75
|
-
module.exports = MxButton;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.mx-checkbox.el-checkbox[data-v-9157b884] {
|
|
2
|
-
--el-checkbox-text-color: rgba(255, 255, 255, 0.65);
|
|
3
|
-
--el-checkbox-checked-text-color: var(--el-checkbox-text-color);
|
|
4
|
-
--el-border-color: rgba(0, 173, 255, 0.5);
|
|
5
|
-
--el-color-primary: #4a90e2;
|
|
6
|
-
margin-right: 24px;
|
|
7
|
-
}
|
|
8
|
-
.mx-checkbox.el-checkbox[data-v-9157b884] .el-checkbox__inner {
|
|
9
|
-
--el-checkbox-bg-color: transparent;
|
|
10
|
-
--el-checkbox-disabled-input-fill: rgba(255, 255, 255, 0.05);
|
|
11
|
-
--el-checkbox-disabled-border-color: rgba(255, 255, 255, 0.2);
|
|
12
|
-
--el-checkbox-disabled-checked-input-fill: var(--el-checkbox-disabled-input-fill);
|
|
13
|
-
--el-checkbox-disabled-checked-input-border-color: var(--el-checkbox-disabled-border-color);
|
|
14
|
-
--el-checkbox-disabled-checked-icon-color: var(--el-checkbox-disabled-border-color);
|
|
15
|
-
--el-checkbox-input-border-color-hover: rgba(0, 173, 255, 0.8);
|
|
16
|
-
--el-checkbox-input-width: 16px;
|
|
17
|
-
--el-checkbox-input-height: 16px;
|
|
18
|
-
--el-border-color: rgba(0, 173, 255, 0.5);
|
|
19
|
-
--el-checkbox-input-border: 1px solid var(--el-border-color);
|
|
20
|
-
}
|
|
21
|
-
.mx-checkbox.el-checkbox[data-v-9157b884] .is-indeterminate {
|
|
22
|
-
--el-checkbox-checked-bg-color: transparent;
|
|
23
|
-
--el-checkbox-checked-input-border-color: rgba(0, 173, 255, 0.5);
|
|
24
|
-
--el-checkbox-checked-icon-color: var(--el-color-primary);
|
|
25
|
-
}
|
|
26
|
-
.mx-checkbox.el-checkbox[data-v-9157b884] .is-indeterminate .el-checkbox__inner::before {
|
|
27
|
-
top: 6px;
|
|
28
|
-
}
|
|
29
|
-
.mx-checkbox.el-checkbox[data-v-9157b884] .el-checkbox__inner::after {
|
|
30
|
-
left: 5px;
|
|
31
|
-
top: 2px;
|
|
32
|
-
}
|
|
33
|
-
.mx-checkbox.el-checkbox[data-v-9157b884] .el-checkbox__label {
|
|
34
|
-
--el-disabled-text-color: rgba(255, 255, 255, 0.3);
|
|
35
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("lodash").Omit<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
4
|
-
default: undefined;
|
|
5
|
-
};
|
|
6
|
-
label: {
|
|
7
|
-
type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
8
|
-
};
|
|
9
|
-
indeterminate: BooleanConstructor;
|
|
10
|
-
disabled: BooleanConstructor;
|
|
11
|
-
checked: BooleanConstructor;
|
|
12
|
-
name: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: undefined;
|
|
15
|
-
};
|
|
16
|
-
trueLabel: {
|
|
17
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
18
|
-
default: undefined;
|
|
19
|
-
};
|
|
20
|
-
falseLabel: {
|
|
21
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
22
|
-
default: undefined;
|
|
23
|
-
};
|
|
24
|
-
id: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: undefined;
|
|
27
|
-
};
|
|
28
|
-
controls: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: undefined;
|
|
31
|
-
};
|
|
32
|
-
border: BooleanConstructor;
|
|
33
|
-
size: {
|
|
34
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
35
|
-
readonly required: false;
|
|
36
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
-
__epPropKey: true;
|
|
38
|
-
};
|
|
39
|
-
tabindex: (StringConstructor | NumberConstructor)[];
|
|
40
|
-
validateEvent: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
}, "modelValue">, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
45
|
-
modelValue: {
|
|
46
|
-
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
47
|
-
default: undefined;
|
|
48
|
-
};
|
|
49
|
-
label: {
|
|
50
|
-
type: (BooleanConstructor | StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
51
|
-
};
|
|
52
|
-
indeterminate: BooleanConstructor;
|
|
53
|
-
disabled: BooleanConstructor;
|
|
54
|
-
checked: BooleanConstructor;
|
|
55
|
-
name: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: undefined;
|
|
58
|
-
};
|
|
59
|
-
trueLabel: {
|
|
60
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
61
|
-
default: undefined;
|
|
62
|
-
};
|
|
63
|
-
falseLabel: {
|
|
64
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
65
|
-
default: undefined;
|
|
66
|
-
};
|
|
67
|
-
id: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: undefined;
|
|
70
|
-
};
|
|
71
|
-
controls: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: undefined;
|
|
74
|
-
};
|
|
75
|
-
border: BooleanConstructor;
|
|
76
|
-
size: {
|
|
77
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
78
|
-
readonly required: false;
|
|
79
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
-
__epPropKey: true;
|
|
81
|
-
};
|
|
82
|
-
tabindex: (StringConstructor | NumberConstructor)[];
|
|
83
|
-
validateEvent: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
default: boolean;
|
|
86
|
-
};
|
|
87
|
-
}, "modelValue">>>, {
|
|
88
|
-
id: string;
|
|
89
|
-
name: string;
|
|
90
|
-
disabled: boolean;
|
|
91
|
-
indeterminate: boolean;
|
|
92
|
-
checked: boolean;
|
|
93
|
-
trueLabel: string | number;
|
|
94
|
-
falseLabel: string | number;
|
|
95
|
-
controls: string;
|
|
96
|
-
border: boolean;
|
|
97
|
-
validateEvent: boolean;
|
|
98
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
99
|
-
export default _default;
|
|
100
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
101
|
-
new (): {
|
|
102
|
-
$slots: S;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
require("element-plus/es/components/checkbox/style/css");
|
|
5
|
-
const lodashEs = require("lodash-es");
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
7
|
-
__name: "MxCheckbox",
|
|
8
|
-
props: lodashEs.omit(elementPlus.checkboxProps, ["modelValue"]),
|
|
9
|
-
setup(__props) {
|
|
10
|
-
const props = __props;
|
|
11
|
-
return (_ctx, _cache) => {
|
|
12
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckbox), vue.mergeProps({ class: "mx-checkbox" }, { ...props, ..._ctx.$attrs }), vue.createSlots({ _: 2 }, [
|
|
13
|
-
vue.renderList(_ctx.$slots, (item, key, index) => {
|
|
14
|
-
return {
|
|
15
|
-
name: key,
|
|
16
|
-
fn: vue.withCtx(() => [
|
|
17
|
-
vue.renderSlot(_ctx.$slots, key, {}, void 0, true)
|
|
18
|
-
])
|
|
19
|
-
};
|
|
20
|
-
})
|
|
21
|
-
]), 1040);
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
const MxCheckbox_vue_vue_type_style_index_0_scoped_9157b884_lang = "";
|
|
26
|
-
const _export_sfc = (sfc, props) => {
|
|
27
|
-
const target = sfc.__vccOpts || sfc;
|
|
28
|
-
for (const [key, val] of props) {
|
|
29
|
-
target[key] = val;
|
|
30
|
-
}
|
|
31
|
-
return target;
|
|
32
|
-
};
|
|
33
|
-
const MxCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9157b884"]]);
|
|
34
|
-
module.exports = MxCheckbox;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("lodash").Omit<{
|
|
2
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
3
|
-
readonly disabled: BooleanConstructor;
|
|
4
|
-
readonly min: NumberConstructor;
|
|
5
|
-
readonly max: NumberConstructor;
|
|
6
|
-
readonly size: {
|
|
7
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8
|
-
readonly required: false;
|
|
9
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10
|
-
__epPropKey: true;
|
|
11
|
-
};
|
|
12
|
-
readonly label: StringConstructor;
|
|
13
|
-
readonly fill: StringConstructor;
|
|
14
|
-
readonly textColor: StringConstructor;
|
|
15
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
16
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
17
|
-
}, "modelValue">, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("lodash").Omit<{
|
|
18
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType) | ((new (...args: any[]) => import("element-plus").CheckboxGroupValueType) | (() => import("element-plus").CheckboxGroupValueType))[], unknown, unknown, () => never[], boolean>;
|
|
19
|
-
readonly disabled: BooleanConstructor;
|
|
20
|
-
readonly min: NumberConstructor;
|
|
21
|
-
readonly max: NumberConstructor;
|
|
22
|
-
readonly size: {
|
|
23
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
24
|
-
readonly required: false;
|
|
25
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
-
__epPropKey: true;
|
|
27
|
-
};
|
|
28
|
-
readonly label: StringConstructor;
|
|
29
|
-
readonly fill: StringConstructor;
|
|
30
|
-
readonly textColor: StringConstructor;
|
|
31
|
-
readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
32
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
33
|
-
}, "modelValue">>>, {
|
|
34
|
-
readonly disabled: boolean;
|
|
35
|
-
readonly tag: string;
|
|
36
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
-
new (): {
|
|
41
|
-
$slots: S;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
require("element-plus/es/components/checkbox-group/style/css");
|
|
5
|
-
const lodashEs = require("lodash-es");
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
7
|
-
__name: "MxCheckboxGroup",
|
|
8
|
-
props: lodashEs.omit(elementPlus.checkboxGroupProps, ["modelValue"]),
|
|
9
|
-
setup(__props) {
|
|
10
|
-
const props = __props;
|
|
11
|
-
return (_ctx, _cache) => {
|
|
12
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckboxGroup), vue.mergeProps({ ...props, ..._ctx.$attrs }, { class: "mx-checkbox-group" }), vue.createSlots({ _: 2 }, [
|
|
13
|
-
vue.renderList(_ctx.$slots, (item, key, index) => {
|
|
14
|
-
return {
|
|
15
|
-
name: key,
|
|
16
|
-
fn: vue.withCtx(() => [
|
|
17
|
-
vue.renderSlot(_ctx.$slots, key)
|
|
18
|
-
])
|
|
19
|
-
};
|
|
20
|
-
})
|
|
21
|
-
]), 1040);
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
module.exports = _sfc_main;
|