@maxtropy/v-components 0.1.12-beta.8 → 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,37 +0,0 @@
|
|
|
1
|
-
type Props = {
|
|
2
|
-
bordered?: boolean;
|
|
3
|
-
selectedLinePlacement?: 'top' | 'bottom';
|
|
4
|
-
};
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
6
|
-
bordered: boolean;
|
|
7
|
-
selectedLinePlacement: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
-
bordered: boolean;
|
|
10
|
-
selectedLinePlacement: string;
|
|
11
|
-
}>>>, {
|
|
12
|
-
bordered: boolean;
|
|
13
|
-
selectedLinePlacement: "top" | "bottom";
|
|
14
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
-
} : {
|
|
21
|
-
type: import('vue').PropType<T[K]>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
type __VLS_Prettify<T> = {
|
|
36
|
-
[K in keyof T]: T[K];
|
|
37
|
-
} & {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
4
|
-
__name: "MxTabs",
|
|
5
|
-
props: {
|
|
6
|
-
bordered: { type: Boolean, default: true },
|
|
7
|
-
selectedLinePlacement: { default: "bottom" }
|
|
8
|
-
},
|
|
9
|
-
setup(__props) {
|
|
10
|
-
const props = __props;
|
|
11
|
-
const classObject = vue.reactive({
|
|
12
|
-
"mx-tabs": true
|
|
13
|
-
});
|
|
14
|
-
vue.watchEffect(() => {
|
|
15
|
-
classObject["mx-tabs-display-bordered"] = !props.bordered;
|
|
16
|
-
classObject["mx-tabs-selected-line-top"] = props.selectedLinePlacement === "top";
|
|
17
|
-
});
|
|
18
|
-
return (_ctx, _cache) => {
|
|
19
|
-
const _component_ElTabs = vue.resolveComponent("ElTabs");
|
|
20
|
-
return vue.openBlock(), vue.createBlock(_component_ElTabs, vue.mergeProps({ class: classObject }, _ctx.$attrs), vue.createSlots({ _: 2 }, [
|
|
21
|
-
vue.renderList(_ctx.$slots, (item, key, index) => {
|
|
22
|
-
return {
|
|
23
|
-
name: key,
|
|
24
|
-
fn: vue.withCtx(() => [
|
|
25
|
-
vue.renderSlot(_ctx.$slots, key, {}, void 0, true)
|
|
26
|
-
])
|
|
27
|
-
};
|
|
28
|
-
})
|
|
29
|
-
]), 1040, ["class"]);
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
const MxTabs_vue_vue_type_style_index_0_scoped_810cdef6_lang = "";
|
|
34
|
-
const MxTabs_vue_vue_type_style_index_1_lang = "";
|
|
35
|
-
const _export_sfc = (sfc, props) => {
|
|
36
|
-
const target = sfc.__vccOpts || sfc;
|
|
37
|
-
for (const [key, val] of props) {
|
|
38
|
-
target[key] = val;
|
|
39
|
-
}
|
|
40
|
-
return target;
|
|
41
|
-
};
|
|
42
|
-
const MxTabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-810cdef6"]]);
|
|
43
|
-
module.exports = MxTabs;
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
.mx-tag.el-tag {
|
|
2
|
-
border-radius: 2px;
|
|
3
|
-
background: rgba(255, 255, 255, 0.1);
|
|
4
|
-
border: none;
|
|
5
|
-
padding: 0 8px;
|
|
6
|
-
height: 22px;
|
|
7
|
-
}
|
|
8
|
-
.mx-tag.el-tag .el-tag__content {
|
|
9
|
-
font-weight: 400;
|
|
10
|
-
font-size: 12px;
|
|
11
|
-
color: rgba(255, 255, 255, 0.65);
|
|
12
|
-
line-height: 20px;
|
|
13
|
-
}
|
|
14
|
-
.mx-tag.el-tag .el-icon.el-tag__close {
|
|
15
|
-
color: rgba(255, 255, 255, 0.45);
|
|
16
|
-
}
|
|
17
|
-
.mx-tag.el-tag .el-icon.el-tag__close:hover {
|
|
18
|
-
background-color: transparent;
|
|
19
|
-
color: rgba(255, 255, 255, 0.65);
|
|
20
|
-
}
|
|
21
|
-
.mx-tag.el-tag.el-tag--success {
|
|
22
|
-
border: 1px solid rgba(82, 196, 26, 0.5);
|
|
23
|
-
background-color: rgba(82, 196, 26, 0.1);
|
|
24
|
-
}
|
|
25
|
-
.mx-tag.el-tag.el-tag--success .el-tag__content {
|
|
26
|
-
color: #52c41a;
|
|
27
|
-
}
|
|
28
|
-
.mx-tag.el-tag.el-tag--info {
|
|
29
|
-
background: rgba(74, 144, 226, 0.1);
|
|
30
|
-
border: 1px solid rgba(74, 144, 226, 0.5);
|
|
31
|
-
}
|
|
32
|
-
.mx-tag.el-tag.el-tag--info .el-tag__content {
|
|
33
|
-
color: #4a90e2;
|
|
34
|
-
}
|
|
35
|
-
.mx-tag.el-tag.el-tag--warning {
|
|
36
|
-
background: rgba(250, 173, 20, 0.1);
|
|
37
|
-
border: 1px solid rgba(250, 173, 20, 0.5);
|
|
38
|
-
}
|
|
39
|
-
.mx-tag.el-tag.el-tag--warning .el-tag__content {
|
|
40
|
-
color: #faad14;
|
|
41
|
-
}
|
|
42
|
-
.mx-tag.el-tag.el-tag--danger {
|
|
43
|
-
background: rgba(230, 66, 66, 0.1);
|
|
44
|
-
border: 1px solid rgba(230, 66, 66, 0.5);
|
|
45
|
-
}
|
|
46
|
-
.mx-tag.el-tag.el-tag--danger .el-tag__content {
|
|
47
|
-
color: #e64242;
|
|
48
|
-
}
|
|
49
|
-
.mx-tag.el-tag.mx-tag-primary {
|
|
50
|
-
background: rgba(255, 255, 255, 0.05);
|
|
51
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
52
|
-
}
|
|
53
|
-
.mx-tag.el-tag.mx-tag-primary .el-tag__content {
|
|
54
|
-
color: rgba(255, 255, 255, 0.65);
|
|
55
|
-
}
|
|
56
|
-
.mx-tag.el-tag.mx-tag-invalid {
|
|
57
|
-
background: rgba(255, 255, 255, 0.05);
|
|
58
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
59
|
-
}
|
|
60
|
-
.mx-tag.el-tag.mx-tag-invalid .el-tag__content {
|
|
61
|
-
color: rgba(255, 255, 255, 0.3);
|
|
62
|
-
}
|
|
63
|
-
.mx-tag.el-tag.mx-tag-dashed {
|
|
64
|
-
background: none;
|
|
65
|
-
border: 1px dashed rgba(255, 255, 255, 0.2);
|
|
66
|
-
}
|
|
67
|
-
.mx-tag.el-tag.mx-tag-dashed .el-tag__content {
|
|
68
|
-
color: rgba(255, 255, 255, 0.65);
|
|
69
|
-
}
|
|
70
|
-
.mx-tag.el-tag.el-tag--small {
|
|
71
|
-
height: 18px;
|
|
72
|
-
}
|
|
73
|
-
.mx-tag.el-tag.el-tag--small .el-tag__content {
|
|
74
|
-
line-height: 16px;
|
|
75
|
-
}
|
|
76
|
-
.mx-tag.el-tag.mx-tag-disabled .el-tag__content {
|
|
77
|
-
color: rgba(255, 255, 255, 0.3);
|
|
78
|
-
}
|
|
79
|
-
.mx-tag.el-tag.mx-tag-color {
|
|
80
|
-
border: 1px solid;
|
|
81
|
-
}
|
|
82
|
-
.mx-tag.el-tag.mx-tag-color .el-tag__content {
|
|
83
|
-
color: inherit;
|
|
84
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
-
type: {
|
|
4
|
-
type: PropType<"" | "success" | "warning" | "info" | "invalid" | "primary" | "danger" | "dashed">;
|
|
5
|
-
validator: (value: string) => boolean;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
disabled: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
color: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
type: {
|
|
18
|
-
type: PropType<"" | "success" | "warning" | "info" | "invalid" | "primary" | "danger" | "dashed">;
|
|
19
|
-
validator: (value: string) => boolean;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
disabled: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
color: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
}>>, {
|
|
31
|
-
color: string;
|
|
32
|
-
type: "" | "success" | "warning" | "info" | "invalid" | "primary" | "danger" | "dashed";
|
|
33
|
-
disabled: boolean;
|
|
34
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
35
|
-
export default _default;
|
|
36
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
-
new (): {
|
|
38
|
-
$slots: S;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
require("element-plus/es/components/tag/style/css");
|
|
5
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6
|
-
__name: "MxTag",
|
|
7
|
-
props: {
|
|
8
|
-
type: {
|
|
9
|
-
type: String,
|
|
10
|
-
validator: (value) => ["", "success", "warning", "info", "primary", "danger", "dashed", "invalid"].includes(value),
|
|
11
|
-
default: ""
|
|
12
|
-
},
|
|
13
|
-
disabled: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: false
|
|
16
|
-
},
|
|
17
|
-
color: {
|
|
18
|
-
type: String,
|
|
19
|
-
default: ""
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
setup(__props) {
|
|
23
|
-
const props = __props;
|
|
24
|
-
function extractRGBAValues(rgbaString) {
|
|
25
|
-
const rgbaRegex = /rgba?\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*([\d.]+)\)/;
|
|
26
|
-
const matches = rgbaString.match(rgbaRegex);
|
|
27
|
-
if (matches) {
|
|
28
|
-
const [, red, green, blue, alpha] = matches;
|
|
29
|
-
return {
|
|
30
|
-
red: parseInt(red, 10),
|
|
31
|
-
green: parseInt(green, 10),
|
|
32
|
-
blue: parseInt(blue, 10),
|
|
33
|
-
alpha: parseFloat(alpha)
|
|
34
|
-
};
|
|
35
|
-
} else {
|
|
36
|
-
return null;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
const colorType = vue.ref("hex");
|
|
40
|
-
const rNum = vue.ref(0);
|
|
41
|
-
const gNum = vue.ref(0);
|
|
42
|
-
const bNum = vue.ref(0);
|
|
43
|
-
const aNum = vue.ref(0);
|
|
44
|
-
vue.watch(
|
|
45
|
-
() => props.color,
|
|
46
|
-
(val) => {
|
|
47
|
-
if (val && val.startsWith("rgba")) {
|
|
48
|
-
const rgbaValues = extractRGBAValues(val);
|
|
49
|
-
if (rgbaValues) {
|
|
50
|
-
rNum.value = rgbaValues.red;
|
|
51
|
-
gNum.value = rgbaValues.green;
|
|
52
|
-
bNum.value = rgbaValues.blue;
|
|
53
|
-
aNum.value = rgbaValues.alpha;
|
|
54
|
-
colorType.value = "rgba";
|
|
55
|
-
} else {
|
|
56
|
-
colorType.value = "hex";
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{ immediate: true }
|
|
61
|
-
);
|
|
62
|
-
const tagType = props.type === "primary" || props.type === "dashed" || props.type === "invalid" ? "" : props.type;
|
|
63
|
-
return (_ctx, _cache) => {
|
|
64
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTag), vue.mergeProps({
|
|
65
|
-
color: props.color,
|
|
66
|
-
type: vue.unref(tagType),
|
|
67
|
-
class: {
|
|
68
|
-
"mx-tag": true,
|
|
69
|
-
"mx-tag-dashed": props.type === "dashed",
|
|
70
|
-
"mx-tag-primary": props.type === "primary",
|
|
71
|
-
"mx-tag-invalid": props.type === "invalid",
|
|
72
|
-
"mx-tag-disabled": props.disabled,
|
|
73
|
-
"mx-tag-color": props.color
|
|
74
|
-
}
|
|
75
|
-
}, _ctx.$attrs, {
|
|
76
|
-
style: props.color ? colorType.value === "hex" ? { backgroundColor: `${props.color}1A`, color: props.color, borderColor: `${__props.color}80` } : {
|
|
77
|
-
backgroundColor: `rgba(${rNum.value},${gNum.value},${bNum.value},${aNum.value * 0.1})`,
|
|
78
|
-
color: props.color,
|
|
79
|
-
borderColor: `rgba(${rNum.value},${gNum.value},${bNum.value},${aNum.value * 0.5})`
|
|
80
|
-
} : {}
|
|
81
|
-
}), vue.createSlots({ _: 2 }, [
|
|
82
|
-
vue.renderList(_ctx.$slots, (item, key, index) => {
|
|
83
|
-
return {
|
|
84
|
-
name: key,
|
|
85
|
-
fn: vue.withCtx(() => [
|
|
86
|
-
vue.renderSlot(_ctx.$slots, key)
|
|
87
|
-
])
|
|
88
|
-
};
|
|
89
|
-
})
|
|
90
|
-
]), 1040, ["color", "type", "class", "style"]);
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
});
|
|
94
|
-
const MxTag_vue_vue_type_style_index_0_lang = "";
|
|
95
|
-
module.exports = _sfc_main;
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
.mx-time-picker.el-date-editor .el-input__wrapper {
|
|
2
|
-
border: 1px solid rgba(0, 173, 255, 0.5);
|
|
3
|
-
border-radius: 2px;
|
|
4
|
-
background: rgba(74, 144, 226, 0.16);
|
|
5
|
-
box-shadow: none;
|
|
6
|
-
}
|
|
7
|
-
.mx-time-picker.el-date-editor .el-input__wrapper:hover {
|
|
8
|
-
border-color: rgba(0, 173, 255, 0.8);
|
|
9
|
-
background-color: rgba(74, 144, 226, 0.16);
|
|
10
|
-
}
|
|
11
|
-
.mx-time-picker.el-date-editor .el-input__wrapper .el-input__inner {
|
|
12
|
-
font-size: 14px;
|
|
13
|
-
font-weight: 400;
|
|
14
|
-
color: rgba(255, 255, 255, 0.85);
|
|
15
|
-
line-height: 22px;
|
|
16
|
-
}
|
|
17
|
-
.mx-time-picker.el-date-editor .el-input__wrapper .el-input__prefix {
|
|
18
|
-
order: 1;
|
|
19
|
-
}
|
|
20
|
-
.mx-time-picker.el-date-editor .el-input__wrapper .el-input__prefix .el-input__prefix-inner .el-icon.el-input__icon {
|
|
21
|
-
margin-right: 0px;
|
|
22
|
-
}
|
|
23
|
-
.mx-time-picker.el-date-editor .el-input__wrapper .el-input__suffix .el-input__suffix-inner .clear-icon {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 8px;
|
|
26
|
-
right: 11px;
|
|
27
|
-
border-radius: 50%;
|
|
28
|
-
background-color: #232324;
|
|
29
|
-
color: rgba(255, 255, 255, 0.45);
|
|
30
|
-
}
|
|
31
|
-
.mx-time-picker.el-date-editor .el-input__wrapper .el-input__suffix .el-input__suffix-inner .clear-icon:hover {
|
|
32
|
-
color: rgba(255, 255, 255, 0.55);
|
|
33
|
-
}
|
|
34
|
-
.mx-time-picker.el-date-editor .el-icon.el-input__icon.el-range__icon {
|
|
35
|
-
order: 1;
|
|
36
|
-
}
|
|
37
|
-
.mx-time-picker.el-date-editor .el-icon.el-input__icon.el-range__close-icon {
|
|
38
|
-
position: absolute;
|
|
39
|
-
top: 8px;
|
|
40
|
-
right: 12px;
|
|
41
|
-
background-color: #232324;
|
|
42
|
-
border-radius: 50%;
|
|
43
|
-
height: 14px;
|
|
44
|
-
color: rgba(255, 255, 255, 0.45);
|
|
45
|
-
z-index: 2;
|
|
46
|
-
}
|
|
47
|
-
.mx-time-picker.el-date-editor .el-icon.el-input__icon.el-range__close-icon:hover {
|
|
48
|
-
color: rgba(255, 255, 255, 0.55);
|
|
49
|
-
}
|
|
50
|
-
.mx-time-picker.el-date-editor.is-disabled .el-input__wrapper {
|
|
51
|
-
background: rgba(255, 255, 255, 0.1);
|
|
52
|
-
box-shadow: none;
|
|
53
|
-
}
|
|
54
|
-
.mx-time-picker.el-date-editor.is-disabled .el-input__wrapper:hover {
|
|
55
|
-
border: 1px solid rgba(0, 173, 255, 0.5);
|
|
56
|
-
}
|
|
57
|
-
.mx-time-picker.el-date-editor.is-disabled .el-input__wrapper .el-input__inner {
|
|
58
|
-
color: rgba(255, 255, 255, 0.3);
|
|
59
|
-
}
|
|
60
|
-
.mx-time-picker.el-date-editor.el-input__wrapper {
|
|
61
|
-
border: 1px solid rgba(0, 173, 255, 0.5);
|
|
62
|
-
border-radius: 2px;
|
|
63
|
-
background: rgba(74, 144, 226, 0.16);
|
|
64
|
-
box-shadow: none;
|
|
65
|
-
padding: 0px 12px;
|
|
66
|
-
}
|
|
67
|
-
.mx-time-picker.el-date-editor.el-input__wrapper:hover {
|
|
68
|
-
border-color: rgba(0, 173, 255, 0.8);
|
|
69
|
-
background-color: rgba(74, 144, 226, 0.16);
|
|
70
|
-
box-shadow: none;
|
|
71
|
-
}
|
|
72
|
-
.mx-time-picker.el-date-editor.el-input__wrapper .el-range-input {
|
|
73
|
-
font-size: 14px;
|
|
74
|
-
font-weight: 400;
|
|
75
|
-
color: rgba(255, 255, 255, 0.85);
|
|
76
|
-
line-height: 22px;
|
|
77
|
-
text-align: start;
|
|
78
|
-
width: 42%;
|
|
79
|
-
}
|
|
80
|
-
.mx-time-picker.el-date-editor.el-input__wrapper .el-range-separator {
|
|
81
|
-
color: rgba(255, 255, 255, 0.45);
|
|
82
|
-
padding: 0;
|
|
83
|
-
}
|
|
84
|
-
.mx-time-picker.el-date-editor.el-input__wrapper.is-disabled {
|
|
85
|
-
background: rgba(255, 255, 255, 0.1);
|
|
86
|
-
border: 1px solid rgba(0, 173, 255, 0.5);
|
|
87
|
-
}
|
|
88
|
-
.mx-time-picker.el-date-editor.el-input__wrapper.is-disabled .el-range-input {
|
|
89
|
-
color: rgba(255, 255, 255, 0.3);
|
|
90
|
-
}
|
|
91
|
-
.mx-time-picker.el-date-editor.el-input__wrapper.is-disabled input {
|
|
92
|
-
background: transparent;
|
|
93
|
-
}
|
|
94
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light {
|
|
95
|
-
border: none;
|
|
96
|
-
}
|
|
97
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-popper__arrow {
|
|
98
|
-
display: none;
|
|
99
|
-
}
|
|
100
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker,
|
|
101
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel {
|
|
102
|
-
background: #1f1f1f;
|
|
103
|
-
border: none;
|
|
104
|
-
box-shadow: none;
|
|
105
|
-
}
|
|
106
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-range-picker__header,
|
|
107
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-range-picker__header {
|
|
108
|
-
color: rgba(255, 255, 255, 0.85);
|
|
109
|
-
}
|
|
110
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-range-picker__body,
|
|
111
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-range-picker__body {
|
|
112
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
113
|
-
border-radius: 2px;
|
|
114
|
-
}
|
|
115
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-panel__content::before,
|
|
116
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-panel__content::before {
|
|
117
|
-
border-top: 1px solid rgba(255, 255, 255, 0);
|
|
118
|
-
border-bottom: 1px solid rgba(255, 255, 255, 0);
|
|
119
|
-
background: #111d2c;
|
|
120
|
-
margin-left: 0;
|
|
121
|
-
margin-right: 0;
|
|
122
|
-
}
|
|
123
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-spinner__item,
|
|
124
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-spinner__item {
|
|
125
|
-
font-size: 14px;
|
|
126
|
-
font-weight: 400;
|
|
127
|
-
color: rgba(255, 255, 255, 0.65);
|
|
128
|
-
line-height: 22px;
|
|
129
|
-
padding-top: 5px;
|
|
130
|
-
}
|
|
131
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-spinner__item.is-active,
|
|
132
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-spinner__item.is-active {
|
|
133
|
-
color: rgba(255, 255, 255, 0.85);
|
|
134
|
-
}
|
|
135
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-spinner__item.is-disabled,
|
|
136
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-spinner__item.is-disabled {
|
|
137
|
-
color: rgba(255, 255, 255, 0.3);
|
|
138
|
-
}
|
|
139
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-spinner__item:hover,
|
|
140
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-spinner__item:hover {
|
|
141
|
-
background: rgba(255, 255, 255, 0.05);
|
|
142
|
-
border-radius: 2px;
|
|
143
|
-
color: rgba(255, 255, 255, 0.85);
|
|
144
|
-
}
|
|
145
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-panel__footer,
|
|
146
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-panel__footer {
|
|
147
|
-
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
148
|
-
}
|
|
149
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-panel__footer .el-time-panel__btn,
|
|
150
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-panel__footer .el-time-panel__btn {
|
|
151
|
-
color: #4a90e2;
|
|
152
|
-
}
|
|
153
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-panel__footer .el-time-panel__btn:hover,
|
|
154
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-panel__footer .el-time-panel__btn:hover {
|
|
155
|
-
color: #75b3f0;
|
|
156
|
-
background-color: #1f1f1f;
|
|
157
|
-
}
|
|
158
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-range-picker .el-time-panel__footer .el-time-panel__btn.confirm,
|
|
159
|
-
.mx-time-picker-popper.el-popper.el-picker__popper.is-pure.is-light .el-time-panel .el-time-panel__footer .el-time-panel__btn.confirm {
|
|
160
|
-
font-weight: 500;
|
|
161
|
-
}
|
|
162
|
-
.el-button.mx-time-picker-range-switch-btn {
|
|
163
|
-
width: 32px;
|
|
164
|
-
margin-left: 8px !important;
|
|
165
|
-
--el-button-font-weight: 400;
|
|
166
|
-
--el-button-bg-color: rgba(255, 255, 255, 0.05);
|
|
167
|
-
--el-button-hover-text-color: #6ba3da;
|
|
168
|
-
--el-button-hover-border-color: #4a90e2;
|
|
169
|
-
--el-button-active-text-color: #37659a;
|
|
170
|
-
--el-button-active-border-color: #3570bd;
|
|
171
|
-
--el-button-border-color: rgba(255, 255, 255, 0.2);
|
|
172
|
-
--el-button-text-color: rgba(255, 255, 255, 0.85);
|
|
173
|
-
--el-fill-color-blank: #232324;
|
|
174
|
-
--el-button-hover-bg-color: rgba(255, 255, 255, 0.1);
|
|
175
|
-
padding: 5px 16px;
|
|
176
|
-
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.04);
|
|
177
|
-
--el-border-radius-base: 2px;
|
|
178
|
-
--el-button-disabled-text-color: rgba(255, 255, 255, 0.3);
|
|
179
|
-
--el-button-disabled-border-color: rgba(255, 255, 255, 0.2);
|
|
180
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
placeholder: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
startPlaceholder: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
endPlaceholder: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
showSwitch: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click-left" | "click-right")[], "click-left" | "click-right", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
placeholder: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
startPlaceholder: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
endPlaceholder: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
showSwitch: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
}>> & {
|
|
36
|
-
"onClick-left"?: ((...args: any[]) => any) | undefined;
|
|
37
|
-
"onClick-right"?: ((...args: any[]) => any) | undefined;
|
|
38
|
-
}, {
|
|
39
|
-
placeholder: string;
|
|
40
|
-
showSwitch: boolean;
|
|
41
|
-
startPlaceholder: string;
|
|
42
|
-
endPlaceholder: string;
|
|
43
|
-
}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
44
|
-
export default _default;
|
|
45
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
-
new (): {
|
|
47
|
-
$slots: S;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
require("element-plus/es/components/time-picker/style/css");
|
|
5
|
-
require("element-plus/es/components/config-provider/style/css");
|
|
6
|
-
require("element-plus/es/components/button/style/css");
|
|
7
|
-
const iconsVue = require("@element-plus/icons-vue");
|
|
8
|
-
const locale = require("element-plus/lib/locale/lang/zh-cn");
|
|
9
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
10
|
-
__name: "MxTimePicker",
|
|
11
|
-
props: {
|
|
12
|
-
placeholder: {
|
|
13
|
-
type: String,
|
|
14
|
-
default: ""
|
|
15
|
-
},
|
|
16
|
-
startPlaceholder: {
|
|
17
|
-
type: String,
|
|
18
|
-
default: ""
|
|
19
|
-
},
|
|
20
|
-
endPlaceholder: {
|
|
21
|
-
type: String,
|
|
22
|
-
default: ""
|
|
23
|
-
},
|
|
24
|
-
showSwitch: {
|
|
25
|
-
type: Boolean,
|
|
26
|
-
default: false
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
emits: ["click-left", "click-right"],
|
|
30
|
-
setup(__props, { emit }) {
|
|
31
|
-
const props = __props;
|
|
32
|
-
const onClickLeft = () => {
|
|
33
|
-
emit("click-left");
|
|
34
|
-
};
|
|
35
|
-
const onClickRight = () => {
|
|
36
|
-
emit("click-right");
|
|
37
|
-
};
|
|
38
|
-
return (_ctx, _cache) => {
|
|
39
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElConfigProvider), { locale: vue.unref(locale) }, {
|
|
40
|
-
default: vue.withCtx(() => [
|
|
41
|
-
vue.createVNode(vue.unref(elementPlus.ElTimePicker), vue.mergeProps({
|
|
42
|
-
placeholder: props.placeholder ? props.placeholder : "请选择开始时间",
|
|
43
|
-
"start-placeholder": props.startPlaceholder ? props.startPlaceholder : "开始时间",
|
|
44
|
-
"end-placeholder": props.endPlaceholder ? props.endPlaceholder : "结束时间",
|
|
45
|
-
"range-separator": "⇀",
|
|
46
|
-
"clear-icon": "CircleCloseFilled",
|
|
47
|
-
class: "mx-time-picker",
|
|
48
|
-
"popper-class": "mx-time-picker-popper"
|
|
49
|
-
}, _ctx.$attrs), vue.createSlots({ _: 2 }, [
|
|
50
|
-
vue.renderList(_ctx.$slots, (item, key, index) => {
|
|
51
|
-
return {
|
|
52
|
-
name: key,
|
|
53
|
-
fn: vue.withCtx(() => [
|
|
54
|
-
vue.renderSlot(_ctx.$slots, key)
|
|
55
|
-
])
|
|
56
|
-
};
|
|
57
|
-
})
|
|
58
|
-
]), 1040, ["placeholder", "start-placeholder", "end-placeholder"]),
|
|
59
|
-
props.showSwitch ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElButton), {
|
|
60
|
-
key: 0,
|
|
61
|
-
class: "mx-time-picker-range-switch-btn",
|
|
62
|
-
icon: vue.unref(iconsVue.ArrowLeftBold),
|
|
63
|
-
onClick: onClickLeft
|
|
64
|
-
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
65
|
-
props.showSwitch ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElButton), {
|
|
66
|
-
key: 1,
|
|
67
|
-
class: "mx-time-picker-range-switch-btn",
|
|
68
|
-
icon: vue.unref(iconsVue.ArrowRightBold),
|
|
69
|
-
onClick: onClickRight
|
|
70
|
-
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
71
|
-
]),
|
|
72
|
-
_: 3
|
|
73
|
-
}, 8, ["locale"]);
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
const MxTimePicker_vue_vue_type_style_index_0_lang = "";
|
|
78
|
-
module.exports = _sfc_main;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
.mx-tooltip.el-popper {
|
|
2
|
-
--el-popper-border-radius: 2px;
|
|
3
|
-
}
|
|
4
|
-
.mx-tooltip.el-popper.is-dark {
|
|
5
|
-
background: #3e3e3e;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
font-weight: 400;
|
|
8
|
-
color: rgba(255, 255, 255, 0.85);
|
|
9
|
-
}
|
|
10
|
-
.mx-tooltip.el-popper.is-dark .el-popper__arrow::before {
|
|
11
|
-
background-color: #3e3e3e;
|
|
12
|
-
}
|
|
13
|
-
.mx-tooltip.el-popper.is-dark > span:first-child {
|
|
14
|
-
display: inline-block;
|
|
15
|
-
max-width: 224px;
|
|
16
|
-
word-wrap: break-word;
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<NonNullable<string | number>, (_: {}) => any>>>;
|
|
2
|
-
export default _default;
|
|
3
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
|
-
new (): {
|
|
5
|
-
$slots: S;
|
|
6
|
-
};
|
|
7
|
-
};
|