@wlydfe/pro-ui 0.2.0
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/README.md +79 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/es/component.d.ts +3 -0
- package/es/component.mjs +49 -0
- package/es/components/breadcrumb/index.d.ts +14102 -0
- package/es/components/breadcrumb/index.mjs +5 -0
- package/es/components/breadcrumb/src/index.vue.d.ts +14110 -0
- package/es/components/breadcrumb/src/index.vue.mjs +6 -0
- package/es/components/breadcrumb/src/index.vue2.mjs +101 -0
- package/es/components/breadcrumb/style/css.d.ts +3 -0
- package/es/components/breadcrumb/style/css.mjs +3 -0
- package/es/components/breadcrumb/style/index.d.ts +3 -0
- package/es/components/breadcrumb/style/index.mjs +3 -0
- package/es/components/check-card/index.d.ts +272 -0
- package/es/components/check-card/index.mjs +5 -0
- package/es/components/check-card/src/index.vue.d.ts +293 -0
- package/es/components/check-card/src/index.vue.mjs +6 -0
- package/es/components/check-card/src/index.vue2.mjs +166 -0
- package/es/components/check-card/style/css.d.ts +2 -0
- package/es/components/check-card/style/css.mjs +2 -0
- package/es/components/check-card/style/index.d.ts +2 -0
- package/es/components/check-card/style/index.mjs +2 -0
- package/es/components/check-card-group/index.d.ts +344 -0
- package/es/components/check-card-group/index.mjs +5 -0
- package/es/components/check-card-group/src/index.vue.d.ts +369 -0
- package/es/components/check-card-group/src/index.vue.mjs +6 -0
- package/es/components/check-card-group/src/index.vue2.mjs +142 -0
- package/es/components/check-card-group/style/css.d.ts +2 -0
- package/es/components/check-card-group/style/css.mjs +2 -0
- package/es/components/check-card-group/style/index.d.ts +2 -0
- package/es/components/check-card-group/style/index.mjs +2 -0
- package/es/components/date-picker/index.d.ts +2739 -0
- package/es/components/date-picker/index.mjs +5 -0
- package/es/components/date-picker/src/index.vue.d.ts +2757 -0
- package/es/components/date-picker/src/index.vue.mjs +6 -0
- package/es/components/date-picker/src/index.vue2.mjs +140 -0
- package/es/components/date-picker/style/css.d.ts +2 -0
- package/es/components/date-picker/style/css.mjs +2 -0
- package/es/components/date-picker/style/index.d.ts +2 -0
- package/es/components/date-picker/style/index.mjs +2 -0
- package/es/components/descriptions/index.d.ts +9802 -0
- package/es/components/descriptions/index.mjs +5 -0
- package/es/components/descriptions/src/index.vue.d.ts +9814 -0
- package/es/components/descriptions/src/index.vue.mjs +6 -0
- package/es/components/descriptions/src/index.vue2.mjs +133 -0
- package/es/components/descriptions/style/css.d.ts +3 -0
- package/es/components/descriptions/style/css.mjs +3 -0
- package/es/components/descriptions/style/index.d.ts +3 -0
- package/es/components/descriptions/style/index.mjs +3 -0
- package/es/components/dialog/index.d.ts +1056 -0
- package/es/components/dialog/index.mjs +5 -0
- package/es/components/dialog/src/index.vue.d.ts +1071 -0
- package/es/components/dialog/src/index.vue.mjs +6 -0
- package/es/components/dialog/src/index.vue2.mjs +120 -0
- package/es/components/dialog/style/css.d.ts +3 -0
- package/es/components/dialog/style/css.mjs +3 -0
- package/es/components/dialog/style/index.d.ts +3 -0
- package/es/components/dialog/style/index.mjs +3 -0
- package/es/components/dialog-form/index.d.ts +8990 -0
- package/es/components/dialog-form/index.mjs +5 -0
- package/es/components/dialog-form/src/index.vue.d.ts +9009 -0
- package/es/components/dialog-form/src/index.vue.mjs +6 -0
- package/es/components/dialog-form/src/index.vue2.mjs +170 -0
- package/es/components/dialog-form/style/css.d.ts +3 -0
- package/es/components/dialog-form/style/css.mjs +3 -0
- package/es/components/dialog-form/style/index.d.ts +3 -0
- package/es/components/dialog-form/style/index.mjs +3 -0
- package/es/components/display-item/index.d.ts +9114 -0
- package/es/components/display-item/index.mjs +5 -0
- package/es/components/display-item/src/index.vue.d.ts +9127 -0
- package/es/components/display-item/src/index.vue.mjs +6 -0
- package/es/components/display-item/src/index.vue2.mjs +524 -0
- package/es/components/display-item/style/css.d.ts +6 -0
- package/es/components/display-item/style/css.mjs +6 -0
- package/es/components/display-item/style/index.d.ts +6 -0
- package/es/components/display-item/style/index.mjs +6 -0
- package/es/components/drawer-form/index.d.ts +9643 -0
- package/es/components/drawer-form/index.mjs +5 -0
- package/es/components/drawer-form/src/index.vue.d.ts +9666 -0
- package/es/components/drawer-form/src/index.vue.mjs +6 -0
- package/es/components/drawer-form/src/index.vue2.mjs +169 -0
- package/es/components/drawer-form/style/css.d.ts +3 -0
- package/es/components/drawer-form/style/css.mjs +3 -0
- package/es/components/drawer-form/style/index.d.ts +3 -0
- package/es/components/drawer-form/style/index.mjs +3 -0
- package/es/components/form/index.d.ts +7860 -0
- package/es/components/form/index.mjs +5 -0
- package/es/components/form/src/form-content.vue.d.ts +6452 -0
- package/es/components/form/src/form-content.vue.mjs +6 -0
- package/es/components/form/src/form-content.vue2.mjs +138 -0
- package/es/components/form/src/index.vue.d.ts +7900 -0
- package/es/components/form/src/index.vue.mjs +6 -0
- package/es/components/form/src/index.vue2.mjs +320 -0
- package/es/components/form/style/css.d.ts +7 -0
- package/es/components/form/style/css.mjs +7 -0
- package/es/components/form/style/index.d.ts +7 -0
- package/es/components/form/style/index.mjs +7 -0
- package/es/components/form-item/index.d.ts +5951 -0
- package/es/components/form-item/index.mjs +5 -0
- package/es/components/form-item/src/index.vue.d.ts +5976 -0
- package/es/components/form-item/src/index.vue.mjs +6 -0
- package/es/components/form-item/src/index.vue2.mjs +951 -0
- package/es/components/form-item/style/css.d.ts +24 -0
- package/es/components/form-item/style/css.mjs +24 -0
- package/es/components/form-item/style/index.d.ts +24 -0
- package/es/components/form-item/style/index.mjs +24 -0
- package/es/components/header/index.d.ts +1142 -0
- package/es/components/header/index.mjs +5 -0
- package/es/components/header/src/index.vue.d.ts +1174 -0
- package/es/components/header/src/index.vue.mjs +6 -0
- package/es/components/header/src/index.vue2.mjs +210 -0
- package/es/components/header/style/css.d.ts +6 -0
- package/es/components/header/style/css.mjs +6 -0
- package/es/components/header/style/index.d.ts +6 -0
- package/es/components/header/style/index.mjs +6 -0
- package/es/components/index.d.ts +22 -0
- package/es/components/index.mjs +22 -0
- package/es/components/input-tag/index.d.ts +893 -0
- package/es/components/input-tag/index.mjs +5 -0
- package/es/components/input-tag/src/index.vue.d.ts +917 -0
- package/es/components/input-tag/src/index.vue.mjs +6 -0
- package/es/components/input-tag/src/index.vue2.mjs +136 -0
- package/es/components/input-tag/style/css.d.ts +3 -0
- package/es/components/input-tag/style/css.mjs +3 -0
- package/es/components/input-tag/style/index.d.ts +3 -0
- package/es/components/input-tag/style/index.mjs +3 -0
- package/es/components/layout/index.d.ts +10618 -0
- package/es/components/layout/index.mjs +5 -0
- package/es/components/layout/src/index.vue.d.ts +10643 -0
- package/es/components/layout/src/index.vue.mjs +6 -0
- package/es/components/layout/src/index.vue2.mjs +169 -0
- package/es/components/layout/style/css.d.ts +8 -0
- package/es/components/layout/style/css.mjs +8 -0
- package/es/components/layout/style/index.d.ts +8 -0
- package/es/components/layout/style/index.mjs +8 -0
- package/es/components/page/index.d.ts +219 -0
- package/es/components/page/index.mjs +5 -0
- package/es/components/page/src/index.vue.d.ts +291 -0
- package/es/components/page/src/index.vue.mjs +6 -0
- package/es/components/page/src/index.vue2.mjs +275 -0
- package/es/components/page/style/css.d.ts +4 -0
- package/es/components/page/style/css.mjs +4 -0
- package/es/components/page/style/index.d.ts +4 -0
- package/es/components/page/style/index.mjs +4 -0
- package/es/components/pagination/index.d.ts +446 -0
- package/es/components/pagination/index.mjs +5 -0
- package/es/components/pagination/src/index.vue.d.ts +458 -0
- package/es/components/pagination/src/index.vue.mjs +6 -0
- package/es/components/pagination/src/index.vue2.mjs +77 -0
- package/es/components/pagination/style/css.d.ts +2 -0
- package/es/components/pagination/style/css.mjs +2 -0
- package/es/components/pagination/style/index.d.ts +2 -0
- package/es/components/pagination/style/index.mjs +2 -0
- package/es/components/popover/index.d.ts +1125 -0
- package/es/components/popover/index.mjs +5 -0
- package/es/components/popover/src/index.vue.d.ts +1135 -0
- package/es/components/popover/src/index.vue.mjs +6 -0
- package/es/components/popover/src/index.vue2.mjs +97 -0
- package/es/components/popover/style/css.d.ts +3 -0
- package/es/components/popover/style/css.mjs +3 -0
- package/es/components/popover/style/index.d.ts +3 -0
- package/es/components/popover/style/index.mjs +3 -0
- package/es/components/radio/index.d.ts +1593 -0
- package/es/components/radio/index.mjs +5 -0
- package/es/components/radio/src/index.vue.d.ts +1608 -0
- package/es/components/radio/src/index.vue.mjs +6 -0
- package/es/components/radio/src/index.vue2.mjs +202 -0
- package/es/components/radio/style/css.d.ts +3 -0
- package/es/components/radio/style/css.mjs +3 -0
- package/es/components/radio/style/index.d.ts +3 -0
- package/es/components/radio/style/index.mjs +3 -0
- package/es/components/render/index.d.ts +71 -0
- package/es/components/render/index.mjs +5 -0
- package/es/components/render/src/index.vue.d.ts +86 -0
- package/es/components/render/src/index.vue.mjs +6 -0
- package/es/components/render/src/index.vue2.mjs +73 -0
- package/es/components/search/index.d.ts +8778 -0
- package/es/components/search/index.mjs +5 -0
- package/es/components/search/src/index.vue.d.ts +8807 -0
- package/es/components/search/src/index.vue.mjs +6 -0
- package/es/components/search/src/index.vue2.mjs +216 -0
- package/es/components/search/style/css.d.ts +3 -0
- package/es/components/search/style/css.mjs +3 -0
- package/es/components/search/style/index.d.ts +3 -0
- package/es/components/search/style/index.mjs +3 -0
- package/es/components/sidebar/index.d.ts +3009 -0
- package/es/components/sidebar/index.mjs +7 -0
- package/es/components/sidebar/src/index.vue.d.ts +2557 -0
- package/es/components/sidebar/src/index.vue.mjs +6 -0
- package/es/components/sidebar/src/index.vue2.mjs +175 -0
- package/es/components/sidebar/src/sidebar-item.vue.d.ts +513 -0
- package/es/components/sidebar/src/sidebar-item.vue.mjs +6 -0
- package/es/components/sidebar/src/sidebar-item.vue2.mjs +270 -0
- package/es/components/sidebar/style/css.d.ts +6 -0
- package/es/components/sidebar/style/css.mjs +6 -0
- package/es/components/sidebar/style/index.d.ts +6 -0
- package/es/components/sidebar/style/index.mjs +6 -0
- package/es/components/steps-form/index.d.ts +8350 -0
- package/es/components/steps-form/index.mjs +5 -0
- package/es/components/steps-form/src/index.vue.d.ts +8370 -0
- package/es/components/steps-form/src/index.vue.mjs +6 -0
- package/es/components/steps-form/src/index.vue2.mjs +124 -0
- package/es/components/steps-form/style/css.d.ts +4 -0
- package/es/components/steps-form/style/css.mjs +4 -0
- package/es/components/steps-form/style/index.d.ts +4 -0
- package/es/components/steps-form/style/index.mjs +4 -0
- package/es/components/table/index.d.ts +6 -0
- package/es/components/table/index.mjs +6 -0
- package/es/components/table/src/index.vue.mjs +6 -0
- package/es/components/table/src/index.vue2.mjs +338 -0
- package/es/components/table/src/table-action-bar.vue.mjs +6 -0
- package/es/components/table/src/table-action-bar.vue2.mjs +217 -0
- package/es/components/table/src/table-column-drag-sort.vue.mjs +6 -0
- package/es/components/table/src/table-column-drag-sort.vue2.mjs +74 -0
- package/es/components/table/src/table-column-index.vue.mjs +6 -0
- package/es/components/table/src/table-column-index.vue2.mjs +91 -0
- package/es/components/table/src/table-column.vue.mjs +6 -0
- package/es/components/table/src/table-column.vue2.mjs +161 -0
- package/es/components/table/src/table-title-bar.vue.d.ts +3594 -0
- package/es/components/table/src/table-title-bar.vue.mjs +6 -0
- package/es/components/table/src/table-title-bar.vue2.mjs +435 -0
- package/es/components/table/src/type.d.ts +208 -0
- package/es/components/table/src/type.mjs +1 -0
- package/es/components/table/style/css.d.ts +13 -0
- package/es/components/table/style/css.mjs +13 -0
- package/es/components/table/style/index.d.ts +13 -0
- package/es/components/table/style/index.mjs +13 -0
- package/es/components/utils/format.d.ts +9 -0
- package/es/components/utils/format.mjs +10 -0
- package/es/components/utils/index.d.ts +92 -0
- package/es/components/utils/index.mjs +111 -0
- package/es/components/utils/is.d.ts +98 -0
- package/es/components/utils/is.mjs +29 -0
- package/es/constants/form.d.ts +20 -0
- package/es/constants/form.mjs +13 -0
- package/es/constants/index.d.ts +2 -0
- package/es/constants/index.mjs +2 -0
- package/es/constants/page.d.ts +9 -0
- package/es/constants/page.mjs +7 -0
- package/es/defaults.d.ts +4 -0
- package/es/defaults.mjs +7 -0
- package/es/directive.d.ts +3 -0
- package/es/directive.mjs +8 -0
- package/es/directives/click/hook/useClickControl.d.ts +11 -0
- package/es/directives/click/hook/useClickControl.mjs +75 -0
- package/es/directives/click/index.d.ts +3 -0
- package/es/directives/click/index.mjs +51 -0
- package/es/directives/click/type/index.d.ts +16 -0
- package/es/directives/click/type/index.mjs +17 -0
- package/es/directives/index.d.ts +1 -0
- package/es/directives/index.mjs +1 -0
- package/es/hooks/index.d.ts +3 -0
- package/es/hooks/index.mjs +3 -0
- package/es/hooks/useGetOptions.d.ts +6 -0
- package/es/hooks/useGetOptions.mjs +62 -0
- package/es/hooks/useLocale.d.ts +18 -0
- package/es/hooks/useLocale.mjs +28 -0
- package/es/hooks/useTable.d.ts +20 -0
- package/es/hooks/useTable.mjs +21 -0
- package/es/index.css +21 -0
- package/es/index.d.ts +9 -0
- package/es/index.mjs +39 -0
- package/es/locale/index.d.ts +9 -0
- package/es/locale/index.mjs +2 -0
- package/es/locale/lang/en.d.ts +66 -0
- package/es/locale/lang/en.mjs +67 -0
- package/es/locale/lang/zh-cn.d.ts +66 -0
- package/es/locale/lang/zh-cn.mjs +67 -0
- package/es/make-installer.d.ts +4 -0
- package/es/make-installer.mjs +11 -0
- package/es/theme-chalk/src/breadcrumb.scss.mjs +3 -0
- package/es/theme-chalk/src/check-card-group.scss.mjs +3 -0
- package/es/theme-chalk/src/check-card.scss.mjs +3 -0
- package/es/theme-chalk/src/date-picker.scss.mjs +3 -0
- package/es/theme-chalk/src/descriptions.scss.mjs +3 -0
- package/es/theme-chalk/src/dialog-form.scss.mjs +3 -0
- package/es/theme-chalk/src/dialog.scss.mjs +3 -0
- package/es/theme-chalk/src/display-item.scss.mjs +3 -0
- package/es/theme-chalk/src/drawer-form.scss.mjs +3 -0
- package/es/theme-chalk/src/form-item.scss.mjs +3 -0
- package/es/theme-chalk/src/form.scss.mjs +3 -0
- package/es/theme-chalk/src/header.scss.mjs +3 -0
- package/es/theme-chalk/src/input-tag.scss.mjs +3 -0
- package/es/theme-chalk/src/layout.scss.mjs +3 -0
- package/es/theme-chalk/src/page.scss.mjs +3 -0
- package/es/theme-chalk/src/pagination.scss.mjs +3 -0
- package/es/theme-chalk/src/popover.scss.mjs +3 -0
- package/es/theme-chalk/src/radio.scss.mjs +3 -0
- package/es/theme-chalk/src/search.scss.mjs +3 -0
- package/es/theme-chalk/src/sidebar.scss.mjs +3 -0
- package/es/theme-chalk/src/steps-form.scss.mjs +3 -0
- package/es/theme-chalk/src/table.scss.mjs +3 -0
- package/es/types/form.d.ts +234 -0
- package/es/types/form.mjs +1 -0
- package/es/types/global.d.ts +29 -0
- package/es/types/global.mjs +1 -0
- package/es/types/index.d.ts +5 -0
- package/es/types/index.mjs +5 -0
- package/es/types/layout.d.ts +43 -0
- package/es/types/layout.mjs +1 -0
- package/es/types/plus.d.ts +217 -0
- package/es/types/plus.mjs +1 -0
- package/es/types/table.d.ts +36 -0
- package/es/types/table.mjs +1 -0
- package/es/version.d.ts +1 -0
- package/es/version.mjs +3 -0
- package/global.d.ts +29 -0
- package/index.css +1 -0
- package/index.d.ts +2 -0
- package/index.js +12352 -0
- package/index.min.js +7 -0
- package/index.min.mjs +7 -0
- package/index.mjs +12306 -0
- package/lib/_virtual/_plugin-vue_export-helper.js +13 -0
- package/lib/component.d.ts +3 -0
- package/lib/component.js +53 -0
- package/lib/components/breadcrumb/index.d.ts +14102 -0
- package/lib/components/breadcrumb/index.js +7 -0
- package/lib/components/breadcrumb/src/index.vue.d.ts +14110 -0
- package/lib/components/breadcrumb/src/index.vue.js +10 -0
- package/lib/components/breadcrumb/src/index.vue2.js +105 -0
- package/lib/components/breadcrumb/style/css.d.ts +3 -0
- package/lib/components/breadcrumb/style/css.js +6 -0
- package/lib/components/breadcrumb/style/index.d.ts +3 -0
- package/lib/components/breadcrumb/style/index.js +6 -0
- package/lib/components/check-card/index.d.ts +272 -0
- package/lib/components/check-card/index.js +7 -0
- package/lib/components/check-card/src/index.vue.d.ts +293 -0
- package/lib/components/check-card/src/index.vue.js +10 -0
- package/lib/components/check-card/src/index.vue2.js +170 -0
- package/lib/components/check-card/style/css.d.ts +2 -0
- package/lib/components/check-card/style/css.js +5 -0
- package/lib/components/check-card/style/index.d.ts +2 -0
- package/lib/components/check-card/style/index.js +5 -0
- package/lib/components/check-card-group/index.d.ts +344 -0
- package/lib/components/check-card-group/index.js +7 -0
- package/lib/components/check-card-group/src/index.vue.d.ts +369 -0
- package/lib/components/check-card-group/src/index.vue.js +10 -0
- package/lib/components/check-card-group/src/index.vue2.js +146 -0
- package/lib/components/check-card-group/style/css.d.ts +2 -0
- package/lib/components/check-card-group/style/css.js +5 -0
- package/lib/components/check-card-group/style/index.d.ts +2 -0
- package/lib/components/check-card-group/style/index.js +5 -0
- package/lib/components/date-picker/index.d.ts +2739 -0
- package/lib/components/date-picker/index.js +7 -0
- package/lib/components/date-picker/src/index.vue.d.ts +2757 -0
- package/lib/components/date-picker/src/index.vue.js +10 -0
- package/lib/components/date-picker/src/index.vue2.js +144 -0
- package/lib/components/date-picker/style/css.d.ts +2 -0
- package/lib/components/date-picker/style/css.js +5 -0
- package/lib/components/date-picker/style/index.d.ts +2 -0
- package/lib/components/date-picker/style/index.js +5 -0
- package/lib/components/descriptions/index.d.ts +9802 -0
- package/lib/components/descriptions/index.js +7 -0
- package/lib/components/descriptions/src/index.vue.d.ts +9814 -0
- package/lib/components/descriptions/src/index.vue.js +10 -0
- package/lib/components/descriptions/src/index.vue2.js +137 -0
- package/lib/components/descriptions/style/css.d.ts +3 -0
- package/lib/components/descriptions/style/css.js +6 -0
- package/lib/components/descriptions/style/index.d.ts +3 -0
- package/lib/components/descriptions/style/index.js +6 -0
- package/lib/components/dialog/index.d.ts +1056 -0
- package/lib/components/dialog/index.js +7 -0
- package/lib/components/dialog/src/index.vue.d.ts +1071 -0
- package/lib/components/dialog/src/index.vue.js +10 -0
- package/lib/components/dialog/src/index.vue2.js +124 -0
- package/lib/components/dialog/style/css.d.ts +3 -0
- package/lib/components/dialog/style/css.js +6 -0
- package/lib/components/dialog/style/index.d.ts +3 -0
- package/lib/components/dialog/style/index.js +6 -0
- package/lib/components/dialog-form/index.d.ts +8990 -0
- package/lib/components/dialog-form/index.js +7 -0
- package/lib/components/dialog-form/src/index.vue.d.ts +9009 -0
- package/lib/components/dialog-form/src/index.vue.js +10 -0
- package/lib/components/dialog-form/src/index.vue2.js +174 -0
- package/lib/components/dialog-form/style/css.d.ts +3 -0
- package/lib/components/dialog-form/style/css.js +6 -0
- package/lib/components/dialog-form/style/index.d.ts +3 -0
- package/lib/components/dialog-form/style/index.js +6 -0
- package/lib/components/display-item/index.d.ts +9114 -0
- package/lib/components/display-item/index.js +7 -0
- package/lib/components/display-item/src/index.vue.d.ts +9127 -0
- package/lib/components/display-item/src/index.vue.js +10 -0
- package/lib/components/display-item/src/index.vue2.js +528 -0
- package/lib/components/display-item/style/css.d.ts +6 -0
- package/lib/components/display-item/style/css.js +9 -0
- package/lib/components/display-item/style/index.d.ts +6 -0
- package/lib/components/display-item/style/index.js +9 -0
- package/lib/components/drawer-form/index.d.ts +9643 -0
- package/lib/components/drawer-form/index.js +7 -0
- package/lib/components/drawer-form/src/index.vue.d.ts +9666 -0
- package/lib/components/drawer-form/src/index.vue.js +10 -0
- package/lib/components/drawer-form/src/index.vue2.js +173 -0
- package/lib/components/drawer-form/style/css.d.ts +3 -0
- package/lib/components/drawer-form/style/css.js +6 -0
- package/lib/components/drawer-form/style/index.d.ts +3 -0
- package/lib/components/drawer-form/style/index.js +6 -0
- package/lib/components/form/index.d.ts +7860 -0
- package/lib/components/form/index.js +7 -0
- package/lib/components/form/src/form-content.vue.d.ts +6452 -0
- package/lib/components/form/src/form-content.vue.js +10 -0
- package/lib/components/form/src/form-content.vue2.js +142 -0
- package/lib/components/form/src/index.vue.d.ts +7900 -0
- package/lib/components/form/src/index.vue.js +10 -0
- package/lib/components/form/src/index.vue2.js +324 -0
- package/lib/components/form/style/css.d.ts +7 -0
- package/lib/components/form/style/css.js +10 -0
- package/lib/components/form/style/index.d.ts +7 -0
- package/lib/components/form/style/index.js +10 -0
- package/lib/components/form-item/index.d.ts +5951 -0
- package/lib/components/form-item/index.js +7 -0
- package/lib/components/form-item/src/index.vue.d.ts +5976 -0
- package/lib/components/form-item/src/index.vue.js +10 -0
- package/lib/components/form-item/src/index.vue2.js +955 -0
- package/lib/components/form-item/style/css.d.ts +24 -0
- package/lib/components/form-item/style/css.js +27 -0
- package/lib/components/form-item/style/index.d.ts +24 -0
- package/lib/components/form-item/style/index.js +27 -0
- package/lib/components/header/index.d.ts +1142 -0
- package/lib/components/header/index.js +7 -0
- package/lib/components/header/src/index.vue.d.ts +1174 -0
- package/lib/components/header/src/index.vue.js +10 -0
- package/lib/components/header/src/index.vue2.js +214 -0
- package/lib/components/header/style/css.d.ts +6 -0
- package/lib/components/header/style/css.js +9 -0
- package/lib/components/header/style/index.d.ts +6 -0
- package/lib/components/header/style/index.js +9 -0
- package/lib/components/index.d.ts +22 -0
- package/lib/components/index.js +50 -0
- package/lib/components/input-tag/index.d.ts +893 -0
- package/lib/components/input-tag/index.js +7 -0
- package/lib/components/input-tag/src/index.vue.d.ts +917 -0
- package/lib/components/input-tag/src/index.vue.js +10 -0
- package/lib/components/input-tag/src/index.vue2.js +140 -0
- package/lib/components/input-tag/style/css.d.ts +3 -0
- package/lib/components/input-tag/style/css.js +6 -0
- package/lib/components/input-tag/style/index.d.ts +3 -0
- package/lib/components/input-tag/style/index.js +6 -0
- package/lib/components/layout/index.d.ts +10618 -0
- package/lib/components/layout/index.js +7 -0
- package/lib/components/layout/src/index.vue.d.ts +10643 -0
- package/lib/components/layout/src/index.vue.js +10 -0
- package/lib/components/layout/src/index.vue2.js +173 -0
- package/lib/components/layout/style/css.d.ts +8 -0
- package/lib/components/layout/style/css.js +11 -0
- package/lib/components/layout/style/index.d.ts +8 -0
- package/lib/components/layout/style/index.js +11 -0
- package/lib/components/page/index.d.ts +219 -0
- package/lib/components/page/index.js +7 -0
- package/lib/components/page/src/index.vue.d.ts +291 -0
- package/lib/components/page/src/index.vue.js +10 -0
- package/lib/components/page/src/index.vue2.js +279 -0
- package/lib/components/page/style/css.d.ts +4 -0
- package/lib/components/page/style/css.js +7 -0
- package/lib/components/page/style/index.d.ts +4 -0
- package/lib/components/page/style/index.js +7 -0
- package/lib/components/pagination/index.d.ts +446 -0
- package/lib/components/pagination/index.js +7 -0
- package/lib/components/pagination/src/index.vue.d.ts +458 -0
- package/lib/components/pagination/src/index.vue.js +10 -0
- package/lib/components/pagination/src/index.vue2.js +81 -0
- package/lib/components/pagination/style/css.d.ts +2 -0
- package/lib/components/pagination/style/css.js +5 -0
- package/lib/components/pagination/style/index.d.ts +2 -0
- package/lib/components/pagination/style/index.js +5 -0
- package/lib/components/popover/index.d.ts +1125 -0
- package/lib/components/popover/index.js +7 -0
- package/lib/components/popover/src/index.vue.d.ts +1135 -0
- package/lib/components/popover/src/index.vue.js +10 -0
- package/lib/components/popover/src/index.vue2.js +101 -0
- package/lib/components/popover/style/css.d.ts +3 -0
- package/lib/components/popover/style/css.js +6 -0
- package/lib/components/popover/style/index.d.ts +3 -0
- package/lib/components/popover/style/index.js +6 -0
- package/lib/components/radio/index.d.ts +1593 -0
- package/lib/components/radio/index.js +7 -0
- package/lib/components/radio/src/index.vue.d.ts +1608 -0
- package/lib/components/radio/src/index.vue.js +10 -0
- package/lib/components/radio/src/index.vue2.js +206 -0
- package/lib/components/radio/style/css.d.ts +3 -0
- package/lib/components/radio/style/css.js +6 -0
- package/lib/components/radio/style/index.d.ts +3 -0
- package/lib/components/radio/style/index.js +6 -0
- package/lib/components/render/index.d.ts +71 -0
- package/lib/components/render/index.js +7 -0
- package/lib/components/render/src/index.vue.d.ts +86 -0
- package/lib/components/render/src/index.vue.js +10 -0
- package/lib/components/render/src/index.vue2.js +77 -0
- package/lib/components/search/index.d.ts +8778 -0
- package/lib/components/search/index.js +7 -0
- package/lib/components/search/src/index.vue.d.ts +8807 -0
- package/lib/components/search/src/index.vue.js +10 -0
- package/lib/components/search/src/index.vue2.js +220 -0
- package/lib/components/search/style/css.d.ts +3 -0
- package/lib/components/search/style/css.js +6 -0
- package/lib/components/search/style/index.d.ts +3 -0
- package/lib/components/search/style/index.js +6 -0
- package/lib/components/sidebar/index.d.ts +3009 -0
- package/lib/components/sidebar/index.js +10 -0
- package/lib/components/sidebar/src/index.vue.d.ts +2557 -0
- package/lib/components/sidebar/src/index.vue.js +10 -0
- package/lib/components/sidebar/src/index.vue2.js +179 -0
- package/lib/components/sidebar/src/sidebar-item.vue.d.ts +513 -0
- package/lib/components/sidebar/src/sidebar-item.vue.js +10 -0
- package/lib/components/sidebar/src/sidebar-item.vue2.js +274 -0
- package/lib/components/sidebar/style/css.d.ts +6 -0
- package/lib/components/sidebar/style/css.js +9 -0
- package/lib/components/sidebar/style/index.d.ts +6 -0
- package/lib/components/sidebar/style/index.js +9 -0
- package/lib/components/steps-form/index.d.ts +8350 -0
- package/lib/components/steps-form/index.js +7 -0
- package/lib/components/steps-form/src/index.vue.d.ts +8370 -0
- package/lib/components/steps-form/src/index.vue.js +10 -0
- package/lib/components/steps-form/src/index.vue2.js +128 -0
- package/lib/components/steps-form/style/css.d.ts +4 -0
- package/lib/components/steps-form/style/css.js +7 -0
- package/lib/components/steps-form/style/index.d.ts +4 -0
- package/lib/components/steps-form/style/index.js +7 -0
- package/lib/components/table/index.d.ts +6 -0
- package/lib/components/table/index.js +8 -0
- package/lib/components/table/src/index.vue.js +10 -0
- package/lib/components/table/src/index.vue2.js +342 -0
- package/lib/components/table/src/table-action-bar.vue.js +10 -0
- package/lib/components/table/src/table-action-bar.vue2.js +221 -0
- package/lib/components/table/src/table-column-drag-sort.vue.js +10 -0
- package/lib/components/table/src/table-column-drag-sort.vue2.js +78 -0
- package/lib/components/table/src/table-column-index.vue.js +10 -0
- package/lib/components/table/src/table-column-index.vue2.js +95 -0
- package/lib/components/table/src/table-column.vue.js +10 -0
- package/lib/components/table/src/table-column.vue2.js +165 -0
- package/lib/components/table/src/table-title-bar.vue.d.ts +3594 -0
- package/lib/components/table/src/table-title-bar.vue.js +10 -0
- package/lib/components/table/src/table-title-bar.vue2.js +439 -0
- package/lib/components/table/src/type.d.ts +208 -0
- package/lib/components/table/src/type.js +2 -0
- package/lib/components/table/style/css.d.ts +13 -0
- package/lib/components/table/style/css.js +16 -0
- package/lib/components/table/style/index.d.ts +13 -0
- package/lib/components/table/style/index.js +16 -0
- package/lib/components/utils/format.d.ts +9 -0
- package/lib/components/utils/format.js +13 -0
- package/lib/components/utils/index.d.ts +92 -0
- package/lib/components/utils/index.js +147 -0
- package/lib/components/utils/is.d.ts +98 -0
- package/lib/components/utils/is.js +47 -0
- package/lib/constants/form.d.ts +20 -0
- package/lib/constants/form.js +19 -0
- package/lib/constants/index.d.ts +2 -0
- package/lib/constants/index.js +14 -0
- package/lib/constants/page.d.ts +9 -0
- package/lib/constants/page.js +10 -0
- package/lib/defaults.d.ts +4 -0
- package/lib/defaults.js +11 -0
- package/lib/directive.d.ts +3 -0
- package/lib/directive.js +12 -0
- package/lib/directives/click/hook/useClickControl.d.ts +11 -0
- package/lib/directives/click/hook/useClickControl.js +77 -0
- package/lib/directives/click/index.d.ts +3 -0
- package/lib/directives/click/index.js +55 -0
- package/lib/directives/click/type/index.d.ts +16 -0
- package/lib/directives/click/type/index.js +19 -0
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +7 -0
- package/lib/hooks/index.d.ts +3 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/useGetOptions.d.ts +6 -0
- package/lib/hooks/useGetOptions.js +64 -0
- package/lib/hooks/useLocale.d.ts +18 -0
- package/lib/hooks/useLocale.js +33 -0
- package/lib/hooks/useTable.d.ts +20 -0
- package/lib/hooks/useTable.js +23 -0
- package/lib/index.css +22 -0
- package/lib/index.d.ts +9 -0
- package/lib/index.js +82 -0
- package/lib/locale/index.d.ts +9 -0
- package/lib/locale/index.js +9 -0
- package/lib/locale/lang/en.d.ts +66 -0
- package/lib/locale/lang/en.js +71 -0
- package/lib/locale/lang/zh-cn.d.ts +66 -0
- package/lib/locale/lang/zh-cn.js +71 -0
- package/lib/make-installer.d.ts +4 -0
- package/lib/make-installer.js +13 -0
- package/lib/theme-chalk/src/breadcrumb.scss.js +7 -0
- package/lib/theme-chalk/src/check-card-group.scss.js +7 -0
- package/lib/theme-chalk/src/check-card.scss.js +7 -0
- package/lib/theme-chalk/src/date-picker.scss.js +7 -0
- package/lib/theme-chalk/src/descriptions.scss.js +7 -0
- package/lib/theme-chalk/src/dialog-form.scss.js +7 -0
- package/lib/theme-chalk/src/dialog.scss.js +7 -0
- package/lib/theme-chalk/src/display-item.scss.js +7 -0
- package/lib/theme-chalk/src/drawer-form.scss.js +7 -0
- package/lib/theme-chalk/src/form-item.scss.js +7 -0
- package/lib/theme-chalk/src/form.scss.js +7 -0
- package/lib/theme-chalk/src/header.scss.js +7 -0
- package/lib/theme-chalk/src/input-tag.scss.js +7 -0
- package/lib/theme-chalk/src/layout.scss.js +7 -0
- package/lib/theme-chalk/src/page.scss.js +7 -0
- package/lib/theme-chalk/src/pagination.scss.js +7 -0
- package/lib/theme-chalk/src/popover.scss.js +7 -0
- package/lib/theme-chalk/src/radio.scss.js +7 -0
- package/lib/theme-chalk/src/search.scss.js +7 -0
- package/lib/theme-chalk/src/sidebar.scss.js +7 -0
- package/lib/theme-chalk/src/steps-form.scss.js +7 -0
- package/lib/theme-chalk/src/table.scss.js +7 -0
- package/lib/types/form.d.ts +234 -0
- package/lib/types/form.js +2 -0
- package/lib/types/global.d.ts +29 -0
- package/lib/types/global.js +2 -0
- package/lib/types/index.d.ts +5 -0
- package/lib/types/index.js +8 -0
- package/lib/types/layout.d.ts +43 -0
- package/lib/types/layout.js +2 -0
- package/lib/types/plus.d.ts +217 -0
- package/lib/types/plus.js +2 -0
- package/lib/types/table.d.ts +36 -0
- package/lib/types/table.js +2 -0
- package/lib/version.d.ts +1 -0
- package/lib/version.js +5 -0
- package/locale/en.d.ts +66 -0
- package/locale/en.js +77 -0
- package/locale/en.min.js +1 -0
- package/locale/en.min.mjs +1 -0
- package/locale/en.mjs +69 -0
- package/locale/zh-cn.d.ts +66 -0
- package/locale/zh-cn.js +77 -0
- package/locale/zh-cn.min.js +1 -0
- package/locale/zh-cn.min.mjs +1 -0
- package/locale/zh-cn.mjs +69 -0
- package/package.json +103 -0
- package/theme-chalk/index.css +1 -0
- package/theme-chalk/plus-breadcrumb.css +1 -0
- package/theme-chalk/plus-check-card-group.css +1 -0
- package/theme-chalk/plus-check-card.css +1 -0
- package/theme-chalk/plus-date-picker.css +1 -0
- package/theme-chalk/plus-descriptions.css +1 -0
- package/theme-chalk/plus-dialog-form.css +0 -0
- package/theme-chalk/plus-dialog.css +1 -0
- package/theme-chalk/plus-display-item.css +1 -0
- package/theme-chalk/plus-drawer-form.css +0 -0
- package/theme-chalk/plus-form-item.css +1 -0
- package/theme-chalk/plus-form.css +1 -0
- package/theme-chalk/plus-header.css +1 -0
- package/theme-chalk/plus-input-tag.css +1 -0
- package/theme-chalk/plus-layout.css +1 -0
- package/theme-chalk/plus-page.css +1 -0
- package/theme-chalk/plus-pagination.css +1 -0
- package/theme-chalk/plus-popover.css +0 -0
- package/theme-chalk/plus-radio.css +0 -0
- package/theme-chalk/plus-search.css +1 -0
- package/theme-chalk/plus-sidebar.css +1 -0
- package/theme-chalk/plus-steps-form.css +1 -0
- package/theme-chalk/plus-table.css +1 -0
- package/theme-chalk/src/breadcrumb.scss +5 -0
- package/theme-chalk/src/check-card-group.scss +12 -0
- package/theme-chalk/src/check-card.scss +81 -0
- package/theme-chalk/src/date-picker.scss +75 -0
- package/theme-chalk/src/descriptions.scss +11 -0
- package/theme-chalk/src/dialog-form.scss +1 -0
- package/theme-chalk/src/dialog.scss +8 -0
- package/theme-chalk/src/display-item.scss +70 -0
- package/theme-chalk/src/drawer-form.scss +0 -0
- package/theme-chalk/src/form-item.scss +23 -0
- package/theme-chalk/src/form.scss +36 -0
- package/theme-chalk/src/header.scss +61 -0
- package/theme-chalk/src/index.scss +22 -0
- package/theme-chalk/src/input-tag.scss +74 -0
- package/theme-chalk/src/layout.scss +24 -0
- package/theme-chalk/src/mixins/config.scss +8 -0
- package/theme-chalk/src/mixins/function.scss +73 -0
- package/theme-chalk/src/mixins/mixins.scss +79 -0
- package/theme-chalk/src/page.scss +7 -0
- package/theme-chalk/src/pagination.scss +8 -0
- package/theme-chalk/src/popover.scss +1 -0
- package/theme-chalk/src/radio.scss +1 -0
- package/theme-chalk/src/search.scss +28 -0
- package/theme-chalk/src/sidebar.scss +79 -0
- package/theme-chalk/src/steps-form.scss +18 -0
- package/theme-chalk/src/table.scss +145 -0
- package/theme-chalk/src/var/index.scss +4 -0
|
@@ -0,0 +1,2557 @@
|
|
|
1
|
+
import type { VNode, Ref, ComputedRef } from 'vue';
|
|
2
|
+
import type { ScrollbarProps } from 'element-plus';
|
|
3
|
+
import type { PlusRouteRecordRaw, Mutable } from '@wlydfe/pro-ui-types';
|
|
4
|
+
export interface PlusSidebarProps {
|
|
5
|
+
routes?: PlusRouteRecordRaw[];
|
|
6
|
+
collapse?: boolean;
|
|
7
|
+
defaultActive?: string | ComputedRef<string> | Ref<string>;
|
|
8
|
+
/**
|
|
9
|
+
* 自定义 菜单的 menuItem
|
|
10
|
+
* @param route
|
|
11
|
+
*/
|
|
12
|
+
renderMenuItem?: (route: PlusRouteRecordRaw) => VNode | string;
|
|
13
|
+
/**
|
|
14
|
+
* 自定义 菜单的 subMenu
|
|
15
|
+
* @param route
|
|
16
|
+
*/
|
|
17
|
+
renderSubMenuItem?: (route: PlusRouteRecordRaw) => VNode | string;
|
|
18
|
+
/**
|
|
19
|
+
* 自定义 菜单的标题显示
|
|
20
|
+
* @param route
|
|
21
|
+
*/
|
|
22
|
+
renderTitle?: (route: PlusRouteRecordRaw) => VNode | string;
|
|
23
|
+
/**
|
|
24
|
+
* 可以为菜单增加一个额外内容,在菜单头和菜单之间
|
|
25
|
+
* @param route
|
|
26
|
+
*/
|
|
27
|
+
renderMenuExtra?: (route: PlusRouteRecordRaw) => VNode | string;
|
|
28
|
+
scrollbarProps?: Partial<Mutable<ScrollbarProps>>;
|
|
29
|
+
width?: number | string;
|
|
30
|
+
}
|
|
31
|
+
export interface PlusSidebarEmits {
|
|
32
|
+
(e: 'update:collapse', collapse: boolean): void;
|
|
33
|
+
(e: 'toggleCollapse', collapse: boolean): void;
|
|
34
|
+
}
|
|
35
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
36
|
+
routes: {
|
|
37
|
+
type: ArrayConstructor;
|
|
38
|
+
required: false;
|
|
39
|
+
default: () => never[];
|
|
40
|
+
};
|
|
41
|
+
collapse: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
required: false;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
defaultActive: {
|
|
47
|
+
type: null;
|
|
48
|
+
required: false;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
renderMenuItem: {
|
|
52
|
+
type: FunctionConstructor;
|
|
53
|
+
required: false;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
56
|
+
renderSubMenuItem: {
|
|
57
|
+
type: FunctionConstructor;
|
|
58
|
+
required: false;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
61
|
+
renderTitle: {
|
|
62
|
+
type: FunctionConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
default: undefined;
|
|
65
|
+
};
|
|
66
|
+
renderMenuExtra: {
|
|
67
|
+
type: FunctionConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
default: undefined;
|
|
70
|
+
};
|
|
71
|
+
scrollbarProps: {
|
|
72
|
+
type: ObjectConstructor;
|
|
73
|
+
required: false;
|
|
74
|
+
default: () => {};
|
|
75
|
+
};
|
|
76
|
+
width: {
|
|
77
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
78
|
+
required: false;
|
|
79
|
+
default: number;
|
|
80
|
+
};
|
|
81
|
+
}>, {
|
|
82
|
+
props: any;
|
|
83
|
+
emit: (event: "update:collapse" | "toggleCollapse", ...args: any[]) => void;
|
|
84
|
+
w: ComputedRef<any>;
|
|
85
|
+
instance: import("vue").ComponentInternalInstance;
|
|
86
|
+
route: ComputedRef<import("vue-router").RouteLocationNormalizedLoadedGeneric>;
|
|
87
|
+
plusSidebarInstance: Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
88
|
+
readonly mode: {
|
|
89
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
90
|
+
readonly required: false;
|
|
91
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
+
__epPropKey: true;
|
|
93
|
+
} & {
|
|
94
|
+
readonly default: "vertical";
|
|
95
|
+
};
|
|
96
|
+
readonly defaultActive: {
|
|
97
|
+
readonly type: import("vue").PropType<string>;
|
|
98
|
+
readonly required: false;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
+
__epPropKey: true;
|
|
101
|
+
} & {
|
|
102
|
+
readonly default: "";
|
|
103
|
+
};
|
|
104
|
+
readonly defaultOpeneds: {
|
|
105
|
+
readonly type: import("vue").PropType<string[]>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
} & {
|
|
110
|
+
readonly default: () => [];
|
|
111
|
+
};
|
|
112
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
113
|
+
readonly router: BooleanConstructor;
|
|
114
|
+
readonly menuTrigger: {
|
|
115
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
116
|
+
readonly required: false;
|
|
117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
+
__epPropKey: true;
|
|
119
|
+
} & {
|
|
120
|
+
readonly default: "hover";
|
|
121
|
+
};
|
|
122
|
+
readonly collapse: BooleanConstructor;
|
|
123
|
+
readonly backgroundColor: StringConstructor;
|
|
124
|
+
readonly textColor: StringConstructor;
|
|
125
|
+
readonly activeTextColor: StringConstructor;
|
|
126
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
127
|
+
readonly collapseTransition: {
|
|
128
|
+
readonly type: import("vue").PropType<boolean>;
|
|
129
|
+
readonly required: false;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
+
__epPropKey: true;
|
|
132
|
+
} & {
|
|
133
|
+
readonly default: true;
|
|
134
|
+
};
|
|
135
|
+
readonly ellipsis: {
|
|
136
|
+
readonly type: import("vue").PropType<boolean>;
|
|
137
|
+
readonly required: false;
|
|
138
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
|
+
__epPropKey: true;
|
|
140
|
+
} & {
|
|
141
|
+
readonly default: true;
|
|
142
|
+
};
|
|
143
|
+
readonly popperOffset: {
|
|
144
|
+
readonly type: import("vue").PropType<number>;
|
|
145
|
+
readonly required: false;
|
|
146
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
+
__epPropKey: true;
|
|
148
|
+
} & {
|
|
149
|
+
readonly default: 6;
|
|
150
|
+
};
|
|
151
|
+
readonly ellipsisIcon: {
|
|
152
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
153
|
+
readonly required: false;
|
|
154
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
|
+
__epPropKey: true;
|
|
156
|
+
} & {
|
|
157
|
+
readonly default: () => any;
|
|
158
|
+
};
|
|
159
|
+
readonly popperEffect: {
|
|
160
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
161
|
+
readonly required: false;
|
|
162
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
+
__epPropKey: true;
|
|
164
|
+
} & {
|
|
165
|
+
readonly default: "dark";
|
|
166
|
+
};
|
|
167
|
+
readonly popperClass: StringConstructor;
|
|
168
|
+
readonly showTimeout: {
|
|
169
|
+
readonly type: import("vue").PropType<number>;
|
|
170
|
+
readonly required: false;
|
|
171
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
|
+
__epPropKey: true;
|
|
173
|
+
} & {
|
|
174
|
+
readonly default: 300;
|
|
175
|
+
};
|
|
176
|
+
readonly hideTimeout: {
|
|
177
|
+
readonly type: import("vue").PropType<number>;
|
|
178
|
+
readonly required: false;
|
|
179
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
|
+
__epPropKey: true;
|
|
181
|
+
} & {
|
|
182
|
+
readonly default: 300;
|
|
183
|
+
};
|
|
184
|
+
readonly persistent: {
|
|
185
|
+
readonly type: import("vue").PropType<boolean>;
|
|
186
|
+
readonly required: false;
|
|
187
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
|
+
__epPropKey: true;
|
|
189
|
+
} & {
|
|
190
|
+
readonly default: true;
|
|
191
|
+
};
|
|
192
|
+
}>> & {
|
|
193
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
194
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
195
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
196
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
199
|
+
close: (index: string, indexPath: string[]) => boolean;
|
|
200
|
+
open: (index: string, indexPath: string[]) => boolean;
|
|
201
|
+
select: (index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => boolean;
|
|
202
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
203
|
+
readonly ellipsis: boolean;
|
|
204
|
+
readonly collapse: boolean;
|
|
205
|
+
readonly mode: "vertical" | "horizontal";
|
|
206
|
+
readonly persistent: boolean;
|
|
207
|
+
readonly showTimeout: number;
|
|
208
|
+
readonly hideTimeout: number;
|
|
209
|
+
readonly defaultActive: string;
|
|
210
|
+
readonly defaultOpeneds: string[];
|
|
211
|
+
readonly menuTrigger: "hover" | "click";
|
|
212
|
+
readonly collapseTransition: boolean;
|
|
213
|
+
readonly popperOffset: number;
|
|
214
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
215
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
216
|
+
readonly uniqueOpened: boolean;
|
|
217
|
+
readonly router: boolean;
|
|
218
|
+
readonly closeOnClickOutside: boolean;
|
|
219
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
220
|
+
P: {};
|
|
221
|
+
B: {};
|
|
222
|
+
D: {};
|
|
223
|
+
C: {};
|
|
224
|
+
M: {};
|
|
225
|
+
Defaults: {};
|
|
226
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
227
|
+
readonly mode: {
|
|
228
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
229
|
+
readonly required: false;
|
|
230
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
231
|
+
__epPropKey: true;
|
|
232
|
+
} & {
|
|
233
|
+
readonly default: "vertical";
|
|
234
|
+
};
|
|
235
|
+
readonly defaultActive: {
|
|
236
|
+
readonly type: import("vue").PropType<string>;
|
|
237
|
+
readonly required: false;
|
|
238
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
+
__epPropKey: true;
|
|
240
|
+
} & {
|
|
241
|
+
readonly default: "";
|
|
242
|
+
};
|
|
243
|
+
readonly defaultOpeneds: {
|
|
244
|
+
readonly type: import("vue").PropType<string[]>;
|
|
245
|
+
readonly required: false;
|
|
246
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
|
+
__epPropKey: true;
|
|
248
|
+
} & {
|
|
249
|
+
readonly default: () => [];
|
|
250
|
+
};
|
|
251
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
252
|
+
readonly router: BooleanConstructor;
|
|
253
|
+
readonly menuTrigger: {
|
|
254
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
255
|
+
readonly required: false;
|
|
256
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
257
|
+
__epPropKey: true;
|
|
258
|
+
} & {
|
|
259
|
+
readonly default: "hover";
|
|
260
|
+
};
|
|
261
|
+
readonly collapse: BooleanConstructor;
|
|
262
|
+
readonly backgroundColor: StringConstructor;
|
|
263
|
+
readonly textColor: StringConstructor;
|
|
264
|
+
readonly activeTextColor: StringConstructor;
|
|
265
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
266
|
+
readonly collapseTransition: {
|
|
267
|
+
readonly type: import("vue").PropType<boolean>;
|
|
268
|
+
readonly required: false;
|
|
269
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
|
+
__epPropKey: true;
|
|
271
|
+
} & {
|
|
272
|
+
readonly default: true;
|
|
273
|
+
};
|
|
274
|
+
readonly ellipsis: {
|
|
275
|
+
readonly type: import("vue").PropType<boolean>;
|
|
276
|
+
readonly required: false;
|
|
277
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
|
+
__epPropKey: true;
|
|
279
|
+
} & {
|
|
280
|
+
readonly default: true;
|
|
281
|
+
};
|
|
282
|
+
readonly popperOffset: {
|
|
283
|
+
readonly type: import("vue").PropType<number>;
|
|
284
|
+
readonly required: false;
|
|
285
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
286
|
+
__epPropKey: true;
|
|
287
|
+
} & {
|
|
288
|
+
readonly default: 6;
|
|
289
|
+
};
|
|
290
|
+
readonly ellipsisIcon: {
|
|
291
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
292
|
+
readonly required: false;
|
|
293
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
+
__epPropKey: true;
|
|
295
|
+
} & {
|
|
296
|
+
readonly default: () => any;
|
|
297
|
+
};
|
|
298
|
+
readonly popperEffect: {
|
|
299
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
300
|
+
readonly required: false;
|
|
301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
+
__epPropKey: true;
|
|
303
|
+
} & {
|
|
304
|
+
readonly default: "dark";
|
|
305
|
+
};
|
|
306
|
+
readonly popperClass: StringConstructor;
|
|
307
|
+
readonly showTimeout: {
|
|
308
|
+
readonly type: import("vue").PropType<number>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
} & {
|
|
313
|
+
readonly default: 300;
|
|
314
|
+
};
|
|
315
|
+
readonly hideTimeout: {
|
|
316
|
+
readonly type: import("vue").PropType<number>;
|
|
317
|
+
readonly required: false;
|
|
318
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
+
__epPropKey: true;
|
|
320
|
+
} & {
|
|
321
|
+
readonly default: 300;
|
|
322
|
+
};
|
|
323
|
+
readonly persistent: {
|
|
324
|
+
readonly type: import("vue").PropType<boolean>;
|
|
325
|
+
readonly required: false;
|
|
326
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
+
__epPropKey: true;
|
|
328
|
+
} & {
|
|
329
|
+
readonly default: true;
|
|
330
|
+
};
|
|
331
|
+
}>> & {
|
|
332
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
333
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
334
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
335
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
336
|
+
[key: string]: any;
|
|
337
|
+
}>, {}, {}, {}, {
|
|
338
|
+
readonly ellipsis: boolean;
|
|
339
|
+
readonly collapse: boolean;
|
|
340
|
+
readonly mode: "vertical" | "horizontal";
|
|
341
|
+
readonly persistent: boolean;
|
|
342
|
+
readonly showTimeout: number;
|
|
343
|
+
readonly hideTimeout: number;
|
|
344
|
+
readonly defaultActive: string;
|
|
345
|
+
readonly defaultOpeneds: string[];
|
|
346
|
+
readonly menuTrigger: "hover" | "click";
|
|
347
|
+
readonly collapseTransition: boolean;
|
|
348
|
+
readonly popperOffset: number;
|
|
349
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
350
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
351
|
+
readonly uniqueOpened: boolean;
|
|
352
|
+
readonly router: boolean;
|
|
353
|
+
readonly closeOnClickOutside: boolean;
|
|
354
|
+
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
355
|
+
readonly mode: {
|
|
356
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
357
|
+
readonly required: false;
|
|
358
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
+
__epPropKey: true;
|
|
360
|
+
} & {
|
|
361
|
+
readonly default: "vertical";
|
|
362
|
+
};
|
|
363
|
+
readonly defaultActive: {
|
|
364
|
+
readonly type: import("vue").PropType<string>;
|
|
365
|
+
readonly required: false;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
+
__epPropKey: true;
|
|
368
|
+
} & {
|
|
369
|
+
readonly default: "";
|
|
370
|
+
};
|
|
371
|
+
readonly defaultOpeneds: {
|
|
372
|
+
readonly type: import("vue").PropType<string[]>;
|
|
373
|
+
readonly required: false;
|
|
374
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
|
+
__epPropKey: true;
|
|
376
|
+
} & {
|
|
377
|
+
readonly default: () => [];
|
|
378
|
+
};
|
|
379
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
380
|
+
readonly router: BooleanConstructor;
|
|
381
|
+
readonly menuTrigger: {
|
|
382
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
} & {
|
|
387
|
+
readonly default: "hover";
|
|
388
|
+
};
|
|
389
|
+
readonly collapse: BooleanConstructor;
|
|
390
|
+
readonly backgroundColor: StringConstructor;
|
|
391
|
+
readonly textColor: StringConstructor;
|
|
392
|
+
readonly activeTextColor: StringConstructor;
|
|
393
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
394
|
+
readonly collapseTransition: {
|
|
395
|
+
readonly type: import("vue").PropType<boolean>;
|
|
396
|
+
readonly required: false;
|
|
397
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
398
|
+
__epPropKey: true;
|
|
399
|
+
} & {
|
|
400
|
+
readonly default: true;
|
|
401
|
+
};
|
|
402
|
+
readonly ellipsis: {
|
|
403
|
+
readonly type: import("vue").PropType<boolean>;
|
|
404
|
+
readonly required: false;
|
|
405
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
|
+
__epPropKey: true;
|
|
407
|
+
} & {
|
|
408
|
+
readonly default: true;
|
|
409
|
+
};
|
|
410
|
+
readonly popperOffset: {
|
|
411
|
+
readonly type: import("vue").PropType<number>;
|
|
412
|
+
readonly required: false;
|
|
413
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
|
+
__epPropKey: true;
|
|
415
|
+
} & {
|
|
416
|
+
readonly default: 6;
|
|
417
|
+
};
|
|
418
|
+
readonly ellipsisIcon: {
|
|
419
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
420
|
+
readonly required: false;
|
|
421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
+
__epPropKey: true;
|
|
423
|
+
} & {
|
|
424
|
+
readonly default: () => any;
|
|
425
|
+
};
|
|
426
|
+
readonly popperEffect: {
|
|
427
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
428
|
+
readonly required: false;
|
|
429
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
|
+
__epPropKey: true;
|
|
431
|
+
} & {
|
|
432
|
+
readonly default: "dark";
|
|
433
|
+
};
|
|
434
|
+
readonly popperClass: StringConstructor;
|
|
435
|
+
readonly showTimeout: {
|
|
436
|
+
readonly type: import("vue").PropType<number>;
|
|
437
|
+
readonly required: false;
|
|
438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
+
__epPropKey: true;
|
|
440
|
+
} & {
|
|
441
|
+
readonly default: 300;
|
|
442
|
+
};
|
|
443
|
+
readonly hideTimeout: {
|
|
444
|
+
readonly type: import("vue").PropType<number>;
|
|
445
|
+
readonly required: false;
|
|
446
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
447
|
+
__epPropKey: true;
|
|
448
|
+
} & {
|
|
449
|
+
readonly default: 300;
|
|
450
|
+
};
|
|
451
|
+
readonly persistent: {
|
|
452
|
+
readonly type: import("vue").PropType<boolean>;
|
|
453
|
+
readonly required: false;
|
|
454
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
+
__epPropKey: true;
|
|
456
|
+
} & {
|
|
457
|
+
readonly default: true;
|
|
458
|
+
};
|
|
459
|
+
}>> & {
|
|
460
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
461
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
462
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
463
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
464
|
+
[key: string]: any;
|
|
465
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
466
|
+
close: (index: string, indexPath: string[]) => boolean;
|
|
467
|
+
open: (index: string, indexPath: string[]) => boolean;
|
|
468
|
+
select: (index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => boolean;
|
|
469
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
470
|
+
readonly ellipsis: boolean;
|
|
471
|
+
readonly collapse: boolean;
|
|
472
|
+
readonly mode: "vertical" | "horizontal";
|
|
473
|
+
readonly persistent: boolean;
|
|
474
|
+
readonly showTimeout: number;
|
|
475
|
+
readonly hideTimeout: number;
|
|
476
|
+
readonly defaultActive: string;
|
|
477
|
+
readonly defaultOpeneds: string[];
|
|
478
|
+
readonly menuTrigger: "hover" | "click";
|
|
479
|
+
readonly collapseTransition: boolean;
|
|
480
|
+
readonly popperOffset: number;
|
|
481
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
482
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
483
|
+
readonly uniqueOpened: boolean;
|
|
484
|
+
readonly router: boolean;
|
|
485
|
+
readonly closeOnClickOutside: boolean;
|
|
486
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
487
|
+
P: {};
|
|
488
|
+
B: {};
|
|
489
|
+
D: {};
|
|
490
|
+
C: {};
|
|
491
|
+
M: {};
|
|
492
|
+
Defaults: {};
|
|
493
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
494
|
+
readonly mode: {
|
|
495
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
496
|
+
readonly required: false;
|
|
497
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
498
|
+
__epPropKey: true;
|
|
499
|
+
} & {
|
|
500
|
+
readonly default: "vertical";
|
|
501
|
+
};
|
|
502
|
+
readonly defaultActive: {
|
|
503
|
+
readonly type: import("vue").PropType<string>;
|
|
504
|
+
readonly required: false;
|
|
505
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
506
|
+
__epPropKey: true;
|
|
507
|
+
} & {
|
|
508
|
+
readonly default: "";
|
|
509
|
+
};
|
|
510
|
+
readonly defaultOpeneds: {
|
|
511
|
+
readonly type: import("vue").PropType<string[]>;
|
|
512
|
+
readonly required: false;
|
|
513
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
|
+
__epPropKey: true;
|
|
515
|
+
} & {
|
|
516
|
+
readonly default: () => [];
|
|
517
|
+
};
|
|
518
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
519
|
+
readonly router: BooleanConstructor;
|
|
520
|
+
readonly menuTrigger: {
|
|
521
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
522
|
+
readonly required: false;
|
|
523
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
524
|
+
__epPropKey: true;
|
|
525
|
+
} & {
|
|
526
|
+
readonly default: "hover";
|
|
527
|
+
};
|
|
528
|
+
readonly collapse: BooleanConstructor;
|
|
529
|
+
readonly backgroundColor: StringConstructor;
|
|
530
|
+
readonly textColor: StringConstructor;
|
|
531
|
+
readonly activeTextColor: StringConstructor;
|
|
532
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
533
|
+
readonly collapseTransition: {
|
|
534
|
+
readonly type: import("vue").PropType<boolean>;
|
|
535
|
+
readonly required: false;
|
|
536
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
537
|
+
__epPropKey: true;
|
|
538
|
+
} & {
|
|
539
|
+
readonly default: true;
|
|
540
|
+
};
|
|
541
|
+
readonly ellipsis: {
|
|
542
|
+
readonly type: import("vue").PropType<boolean>;
|
|
543
|
+
readonly required: false;
|
|
544
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
545
|
+
__epPropKey: true;
|
|
546
|
+
} & {
|
|
547
|
+
readonly default: true;
|
|
548
|
+
};
|
|
549
|
+
readonly popperOffset: {
|
|
550
|
+
readonly type: import("vue").PropType<number>;
|
|
551
|
+
readonly required: false;
|
|
552
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
|
+
__epPropKey: true;
|
|
554
|
+
} & {
|
|
555
|
+
readonly default: 6;
|
|
556
|
+
};
|
|
557
|
+
readonly ellipsisIcon: {
|
|
558
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
559
|
+
readonly required: false;
|
|
560
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
561
|
+
__epPropKey: true;
|
|
562
|
+
} & {
|
|
563
|
+
readonly default: () => any;
|
|
564
|
+
};
|
|
565
|
+
readonly popperEffect: {
|
|
566
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
567
|
+
readonly required: false;
|
|
568
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
569
|
+
__epPropKey: true;
|
|
570
|
+
} & {
|
|
571
|
+
readonly default: "dark";
|
|
572
|
+
};
|
|
573
|
+
readonly popperClass: StringConstructor;
|
|
574
|
+
readonly showTimeout: {
|
|
575
|
+
readonly type: import("vue").PropType<number>;
|
|
576
|
+
readonly required: false;
|
|
577
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
+
__epPropKey: true;
|
|
579
|
+
} & {
|
|
580
|
+
readonly default: 300;
|
|
581
|
+
};
|
|
582
|
+
readonly hideTimeout: {
|
|
583
|
+
readonly type: import("vue").PropType<number>;
|
|
584
|
+
readonly required: false;
|
|
585
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
+
__epPropKey: true;
|
|
587
|
+
} & {
|
|
588
|
+
readonly default: 300;
|
|
589
|
+
};
|
|
590
|
+
readonly persistent: {
|
|
591
|
+
readonly type: import("vue").PropType<boolean>;
|
|
592
|
+
readonly required: false;
|
|
593
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
594
|
+
__epPropKey: true;
|
|
595
|
+
} & {
|
|
596
|
+
readonly default: true;
|
|
597
|
+
};
|
|
598
|
+
}>> & {
|
|
599
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
600
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
601
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
602
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
603
|
+
[key: string]: any;
|
|
604
|
+
}>, {}, {}, {}, {
|
|
605
|
+
readonly ellipsis: boolean;
|
|
606
|
+
readonly collapse: boolean;
|
|
607
|
+
readonly mode: "vertical" | "horizontal";
|
|
608
|
+
readonly persistent: boolean;
|
|
609
|
+
readonly showTimeout: number;
|
|
610
|
+
readonly hideTimeout: number;
|
|
611
|
+
readonly defaultActive: string;
|
|
612
|
+
readonly defaultOpeneds: string[];
|
|
613
|
+
readonly menuTrigger: "hover" | "click";
|
|
614
|
+
readonly collapseTransition: boolean;
|
|
615
|
+
readonly popperOffset: number;
|
|
616
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
617
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
618
|
+
readonly uniqueOpened: boolean;
|
|
619
|
+
readonly router: boolean;
|
|
620
|
+
readonly closeOnClickOutside: boolean;
|
|
621
|
+
}> | null>;
|
|
622
|
+
subCollapse: Ref<boolean, boolean>;
|
|
623
|
+
subRoutes: ComputedRef<any>;
|
|
624
|
+
computedDefaultActive: ComputedRef<string>;
|
|
625
|
+
subDefaultActive: ComputedRef<string>;
|
|
626
|
+
toggleCollapse: () => void;
|
|
627
|
+
readonly ElMenu: ({
|
|
628
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
629
|
+
readonly mode: {
|
|
630
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
631
|
+
readonly required: false;
|
|
632
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
633
|
+
__epPropKey: true;
|
|
634
|
+
} & {
|
|
635
|
+
readonly default: "vertical";
|
|
636
|
+
};
|
|
637
|
+
readonly defaultActive: {
|
|
638
|
+
readonly type: import("vue").PropType<string>;
|
|
639
|
+
readonly required: false;
|
|
640
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
|
+
__epPropKey: true;
|
|
642
|
+
} & {
|
|
643
|
+
readonly default: "";
|
|
644
|
+
};
|
|
645
|
+
readonly defaultOpeneds: {
|
|
646
|
+
readonly type: import("vue").PropType<string[]>;
|
|
647
|
+
readonly required: false;
|
|
648
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
|
+
__epPropKey: true;
|
|
650
|
+
} & {
|
|
651
|
+
readonly default: () => [];
|
|
652
|
+
};
|
|
653
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
654
|
+
readonly router: BooleanConstructor;
|
|
655
|
+
readonly menuTrigger: {
|
|
656
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
657
|
+
readonly required: false;
|
|
658
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
|
+
__epPropKey: true;
|
|
660
|
+
} & {
|
|
661
|
+
readonly default: "hover";
|
|
662
|
+
};
|
|
663
|
+
readonly collapse: BooleanConstructor;
|
|
664
|
+
readonly backgroundColor: StringConstructor;
|
|
665
|
+
readonly textColor: StringConstructor;
|
|
666
|
+
readonly activeTextColor: StringConstructor;
|
|
667
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
668
|
+
readonly collapseTransition: {
|
|
669
|
+
readonly type: import("vue").PropType<boolean>;
|
|
670
|
+
readonly required: false;
|
|
671
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
672
|
+
__epPropKey: true;
|
|
673
|
+
} & {
|
|
674
|
+
readonly default: true;
|
|
675
|
+
};
|
|
676
|
+
readonly ellipsis: {
|
|
677
|
+
readonly type: import("vue").PropType<boolean>;
|
|
678
|
+
readonly required: false;
|
|
679
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
680
|
+
__epPropKey: true;
|
|
681
|
+
} & {
|
|
682
|
+
readonly default: true;
|
|
683
|
+
};
|
|
684
|
+
readonly popperOffset: {
|
|
685
|
+
readonly type: import("vue").PropType<number>;
|
|
686
|
+
readonly required: false;
|
|
687
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
688
|
+
__epPropKey: true;
|
|
689
|
+
} & {
|
|
690
|
+
readonly default: 6;
|
|
691
|
+
};
|
|
692
|
+
readonly ellipsisIcon: {
|
|
693
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
694
|
+
readonly required: false;
|
|
695
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
696
|
+
__epPropKey: true;
|
|
697
|
+
} & {
|
|
698
|
+
readonly default: () => any;
|
|
699
|
+
};
|
|
700
|
+
readonly popperEffect: {
|
|
701
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
702
|
+
readonly required: false;
|
|
703
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
704
|
+
__epPropKey: true;
|
|
705
|
+
} & {
|
|
706
|
+
readonly default: "dark";
|
|
707
|
+
};
|
|
708
|
+
readonly popperClass: StringConstructor;
|
|
709
|
+
readonly showTimeout: {
|
|
710
|
+
readonly type: import("vue").PropType<number>;
|
|
711
|
+
readonly required: false;
|
|
712
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
|
+
__epPropKey: true;
|
|
714
|
+
} & {
|
|
715
|
+
readonly default: 300;
|
|
716
|
+
};
|
|
717
|
+
readonly hideTimeout: {
|
|
718
|
+
readonly type: import("vue").PropType<number>;
|
|
719
|
+
readonly required: false;
|
|
720
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
721
|
+
__epPropKey: true;
|
|
722
|
+
} & {
|
|
723
|
+
readonly default: 300;
|
|
724
|
+
};
|
|
725
|
+
readonly persistent: {
|
|
726
|
+
readonly type: import("vue").PropType<boolean>;
|
|
727
|
+
readonly required: false;
|
|
728
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
729
|
+
__epPropKey: true;
|
|
730
|
+
} & {
|
|
731
|
+
readonly default: true;
|
|
732
|
+
};
|
|
733
|
+
}>> & {
|
|
734
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
735
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
736
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
737
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
738
|
+
[key: string]: any;
|
|
739
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
740
|
+
close: (index: string, indexPath: string[]) => boolean;
|
|
741
|
+
open: (index: string, indexPath: string[]) => boolean;
|
|
742
|
+
select: (index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => boolean;
|
|
743
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
744
|
+
readonly ellipsis: boolean;
|
|
745
|
+
readonly collapse: boolean;
|
|
746
|
+
readonly mode: "vertical" | "horizontal";
|
|
747
|
+
readonly persistent: boolean;
|
|
748
|
+
readonly showTimeout: number;
|
|
749
|
+
readonly hideTimeout: number;
|
|
750
|
+
readonly defaultActive: string;
|
|
751
|
+
readonly defaultOpeneds: string[];
|
|
752
|
+
readonly menuTrigger: "hover" | "click";
|
|
753
|
+
readonly collapseTransition: boolean;
|
|
754
|
+
readonly popperOffset: number;
|
|
755
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
756
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
757
|
+
readonly uniqueOpened: boolean;
|
|
758
|
+
readonly router: boolean;
|
|
759
|
+
readonly closeOnClickOutside: boolean;
|
|
760
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
761
|
+
P: {};
|
|
762
|
+
B: {};
|
|
763
|
+
D: {};
|
|
764
|
+
C: {};
|
|
765
|
+
M: {};
|
|
766
|
+
Defaults: {};
|
|
767
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
768
|
+
readonly mode: {
|
|
769
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
770
|
+
readonly required: false;
|
|
771
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
772
|
+
__epPropKey: true;
|
|
773
|
+
} & {
|
|
774
|
+
readonly default: "vertical";
|
|
775
|
+
};
|
|
776
|
+
readonly defaultActive: {
|
|
777
|
+
readonly type: import("vue").PropType<string>;
|
|
778
|
+
readonly required: false;
|
|
779
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
780
|
+
__epPropKey: true;
|
|
781
|
+
} & {
|
|
782
|
+
readonly default: "";
|
|
783
|
+
};
|
|
784
|
+
readonly defaultOpeneds: {
|
|
785
|
+
readonly type: import("vue").PropType<string[]>;
|
|
786
|
+
readonly required: false;
|
|
787
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
788
|
+
__epPropKey: true;
|
|
789
|
+
} & {
|
|
790
|
+
readonly default: () => [];
|
|
791
|
+
};
|
|
792
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
793
|
+
readonly router: BooleanConstructor;
|
|
794
|
+
readonly menuTrigger: {
|
|
795
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
796
|
+
readonly required: false;
|
|
797
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
798
|
+
__epPropKey: true;
|
|
799
|
+
} & {
|
|
800
|
+
readonly default: "hover";
|
|
801
|
+
};
|
|
802
|
+
readonly collapse: BooleanConstructor;
|
|
803
|
+
readonly backgroundColor: StringConstructor;
|
|
804
|
+
readonly textColor: StringConstructor;
|
|
805
|
+
readonly activeTextColor: StringConstructor;
|
|
806
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
807
|
+
readonly collapseTransition: {
|
|
808
|
+
readonly type: import("vue").PropType<boolean>;
|
|
809
|
+
readonly required: false;
|
|
810
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
811
|
+
__epPropKey: true;
|
|
812
|
+
} & {
|
|
813
|
+
readonly default: true;
|
|
814
|
+
};
|
|
815
|
+
readonly ellipsis: {
|
|
816
|
+
readonly type: import("vue").PropType<boolean>;
|
|
817
|
+
readonly required: false;
|
|
818
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
819
|
+
__epPropKey: true;
|
|
820
|
+
} & {
|
|
821
|
+
readonly default: true;
|
|
822
|
+
};
|
|
823
|
+
readonly popperOffset: {
|
|
824
|
+
readonly type: import("vue").PropType<number>;
|
|
825
|
+
readonly required: false;
|
|
826
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
827
|
+
__epPropKey: true;
|
|
828
|
+
} & {
|
|
829
|
+
readonly default: 6;
|
|
830
|
+
};
|
|
831
|
+
readonly ellipsisIcon: {
|
|
832
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
833
|
+
readonly required: false;
|
|
834
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
835
|
+
__epPropKey: true;
|
|
836
|
+
} & {
|
|
837
|
+
readonly default: () => any;
|
|
838
|
+
};
|
|
839
|
+
readonly popperEffect: {
|
|
840
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
841
|
+
readonly required: false;
|
|
842
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
843
|
+
__epPropKey: true;
|
|
844
|
+
} & {
|
|
845
|
+
readonly default: "dark";
|
|
846
|
+
};
|
|
847
|
+
readonly popperClass: StringConstructor;
|
|
848
|
+
readonly showTimeout: {
|
|
849
|
+
readonly type: import("vue").PropType<number>;
|
|
850
|
+
readonly required: false;
|
|
851
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
852
|
+
__epPropKey: true;
|
|
853
|
+
} & {
|
|
854
|
+
readonly default: 300;
|
|
855
|
+
};
|
|
856
|
+
readonly hideTimeout: {
|
|
857
|
+
readonly type: import("vue").PropType<number>;
|
|
858
|
+
readonly required: false;
|
|
859
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
860
|
+
__epPropKey: true;
|
|
861
|
+
} & {
|
|
862
|
+
readonly default: 300;
|
|
863
|
+
};
|
|
864
|
+
readonly persistent: {
|
|
865
|
+
readonly type: import("vue").PropType<boolean>;
|
|
866
|
+
readonly required: false;
|
|
867
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
|
+
__epPropKey: true;
|
|
869
|
+
} & {
|
|
870
|
+
readonly default: true;
|
|
871
|
+
};
|
|
872
|
+
}>> & {
|
|
873
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
874
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
875
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
876
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
877
|
+
[key: string]: any;
|
|
878
|
+
}>, {}, {}, {}, {
|
|
879
|
+
readonly ellipsis: boolean;
|
|
880
|
+
readonly collapse: boolean;
|
|
881
|
+
readonly mode: "vertical" | "horizontal";
|
|
882
|
+
readonly persistent: boolean;
|
|
883
|
+
readonly showTimeout: number;
|
|
884
|
+
readonly hideTimeout: number;
|
|
885
|
+
readonly defaultActive: string;
|
|
886
|
+
readonly defaultOpeneds: string[];
|
|
887
|
+
readonly menuTrigger: "hover" | "click";
|
|
888
|
+
readonly collapseTransition: boolean;
|
|
889
|
+
readonly popperOffset: number;
|
|
890
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
891
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
892
|
+
readonly uniqueOpened: boolean;
|
|
893
|
+
readonly router: boolean;
|
|
894
|
+
readonly closeOnClickOutside: boolean;
|
|
895
|
+
}>;
|
|
896
|
+
__isFragment?: undefined;
|
|
897
|
+
__isTeleport?: undefined;
|
|
898
|
+
__isSuspense?: undefined;
|
|
899
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
900
|
+
readonly mode: {
|
|
901
|
+
readonly type: import("vue").PropType<"vertical" | "horizontal">;
|
|
902
|
+
readonly required: false;
|
|
903
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
904
|
+
__epPropKey: true;
|
|
905
|
+
} & {
|
|
906
|
+
readonly default: "vertical";
|
|
907
|
+
};
|
|
908
|
+
readonly defaultActive: {
|
|
909
|
+
readonly type: import("vue").PropType<string>;
|
|
910
|
+
readonly required: false;
|
|
911
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
912
|
+
__epPropKey: true;
|
|
913
|
+
} & {
|
|
914
|
+
readonly default: "";
|
|
915
|
+
};
|
|
916
|
+
readonly defaultOpeneds: {
|
|
917
|
+
readonly type: import("vue").PropType<string[]>;
|
|
918
|
+
readonly required: false;
|
|
919
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
920
|
+
__epPropKey: true;
|
|
921
|
+
} & {
|
|
922
|
+
readonly default: () => [];
|
|
923
|
+
};
|
|
924
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
925
|
+
readonly router: BooleanConstructor;
|
|
926
|
+
readonly menuTrigger: {
|
|
927
|
+
readonly type: import("vue").PropType<"hover" | "click">;
|
|
928
|
+
readonly required: false;
|
|
929
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
930
|
+
__epPropKey: true;
|
|
931
|
+
} & {
|
|
932
|
+
readonly default: "hover";
|
|
933
|
+
};
|
|
934
|
+
readonly collapse: BooleanConstructor;
|
|
935
|
+
readonly backgroundColor: StringConstructor;
|
|
936
|
+
readonly textColor: StringConstructor;
|
|
937
|
+
readonly activeTextColor: StringConstructor;
|
|
938
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
939
|
+
readonly collapseTransition: {
|
|
940
|
+
readonly type: import("vue").PropType<boolean>;
|
|
941
|
+
readonly required: false;
|
|
942
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
943
|
+
__epPropKey: true;
|
|
944
|
+
} & {
|
|
945
|
+
readonly default: true;
|
|
946
|
+
};
|
|
947
|
+
readonly ellipsis: {
|
|
948
|
+
readonly type: import("vue").PropType<boolean>;
|
|
949
|
+
readonly required: false;
|
|
950
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
951
|
+
__epPropKey: true;
|
|
952
|
+
} & {
|
|
953
|
+
readonly default: true;
|
|
954
|
+
};
|
|
955
|
+
readonly popperOffset: {
|
|
956
|
+
readonly type: import("vue").PropType<number>;
|
|
957
|
+
readonly required: false;
|
|
958
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
959
|
+
__epPropKey: true;
|
|
960
|
+
} & {
|
|
961
|
+
readonly default: 6;
|
|
962
|
+
};
|
|
963
|
+
readonly ellipsisIcon: {
|
|
964
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
965
|
+
readonly required: false;
|
|
966
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
967
|
+
__epPropKey: true;
|
|
968
|
+
} & {
|
|
969
|
+
readonly default: () => any;
|
|
970
|
+
};
|
|
971
|
+
readonly popperEffect: {
|
|
972
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
973
|
+
readonly required: false;
|
|
974
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
975
|
+
__epPropKey: true;
|
|
976
|
+
} & {
|
|
977
|
+
readonly default: "dark";
|
|
978
|
+
};
|
|
979
|
+
readonly popperClass: StringConstructor;
|
|
980
|
+
readonly showTimeout: {
|
|
981
|
+
readonly type: import("vue").PropType<number>;
|
|
982
|
+
readonly required: false;
|
|
983
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
|
+
__epPropKey: true;
|
|
985
|
+
} & {
|
|
986
|
+
readonly default: 300;
|
|
987
|
+
};
|
|
988
|
+
readonly hideTimeout: {
|
|
989
|
+
readonly type: import("vue").PropType<number>;
|
|
990
|
+
readonly required: false;
|
|
991
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
+
__epPropKey: true;
|
|
993
|
+
} & {
|
|
994
|
+
readonly default: 300;
|
|
995
|
+
};
|
|
996
|
+
readonly persistent: {
|
|
997
|
+
readonly type: import("vue").PropType<boolean>;
|
|
998
|
+
readonly required: false;
|
|
999
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1000
|
+
__epPropKey: true;
|
|
1001
|
+
} & {
|
|
1002
|
+
readonly default: true;
|
|
1003
|
+
};
|
|
1004
|
+
}>> & {
|
|
1005
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => any) | undefined;
|
|
1006
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
1007
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
1008
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1009
|
+
[key: string]: any;
|
|
1010
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1011
|
+
close: (index: string, indexPath: string[]) => boolean;
|
|
1012
|
+
open: (index: string, indexPath: string[]) => boolean;
|
|
1013
|
+
select: (index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | import("vue-router").NavigationFailure> | undefined) => boolean;
|
|
1014
|
+
}, string, {
|
|
1015
|
+
readonly ellipsis: boolean;
|
|
1016
|
+
readonly collapse: boolean;
|
|
1017
|
+
readonly mode: "vertical" | "horizontal";
|
|
1018
|
+
readonly persistent: boolean;
|
|
1019
|
+
readonly showTimeout: number;
|
|
1020
|
+
readonly hideTimeout: number;
|
|
1021
|
+
readonly defaultActive: string;
|
|
1022
|
+
readonly defaultOpeneds: string[];
|
|
1023
|
+
readonly menuTrigger: "hover" | "click";
|
|
1024
|
+
readonly collapseTransition: boolean;
|
|
1025
|
+
readonly popperOffset: number;
|
|
1026
|
+
readonly ellipsisIcon: string | import("vue").Component;
|
|
1027
|
+
readonly popperEffect: import("element-plus").PopperEffect;
|
|
1028
|
+
readonly uniqueOpened: boolean;
|
|
1029
|
+
readonly router: boolean;
|
|
1030
|
+
readonly closeOnClickOutside: boolean;
|
|
1031
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & {
|
|
1032
|
+
MenuItem: {
|
|
1033
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1034
|
+
readonly index: {
|
|
1035
|
+
readonly type: import("vue").PropType<string | null>;
|
|
1036
|
+
readonly required: false;
|
|
1037
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1038
|
+
__epPropKey: true;
|
|
1039
|
+
} & {
|
|
1040
|
+
readonly default: null;
|
|
1041
|
+
};
|
|
1042
|
+
readonly route: {
|
|
1043
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
1044
|
+
readonly required: false;
|
|
1045
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1046
|
+
__epPropKey: true;
|
|
1047
|
+
};
|
|
1048
|
+
readonly disabled: BooleanConstructor;
|
|
1049
|
+
}>> & {
|
|
1050
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
1051
|
+
}, {
|
|
1052
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
1053
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
1054
|
+
active: ComputedRef<boolean>;
|
|
1055
|
+
nsMenu: {
|
|
1056
|
+
namespace: ComputedRef<string>;
|
|
1057
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1058
|
+
e: (element?: string | undefined) => string;
|
|
1059
|
+
m: (modifier?: string | undefined) => string;
|
|
1060
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1061
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1062
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1063
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1064
|
+
is: {
|
|
1065
|
+
(name: string, state: boolean | undefined): string;
|
|
1066
|
+
(name: string): string;
|
|
1067
|
+
};
|
|
1068
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1069
|
+
cssVarName: (name: string) => string;
|
|
1070
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1071
|
+
cssVarBlockName: (name: string) => string;
|
|
1072
|
+
};
|
|
1073
|
+
nsMenuItem: {
|
|
1074
|
+
namespace: ComputedRef<string>;
|
|
1075
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1076
|
+
e: (element?: string | undefined) => string;
|
|
1077
|
+
m: (modifier?: string | undefined) => string;
|
|
1078
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1079
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1080
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1081
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1082
|
+
is: {
|
|
1083
|
+
(name: string, state: boolean | undefined): string;
|
|
1084
|
+
(name: string): string;
|
|
1085
|
+
};
|
|
1086
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1087
|
+
cssVarName: (name: string) => string;
|
|
1088
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1089
|
+
cssVarBlockName: (name: string) => string;
|
|
1090
|
+
};
|
|
1091
|
+
handleClick: () => void;
|
|
1092
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1093
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
1094
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1095
|
+
readonly disabled: boolean;
|
|
1096
|
+
readonly index: string | null;
|
|
1097
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1098
|
+
P: {};
|
|
1099
|
+
B: {};
|
|
1100
|
+
D: {};
|
|
1101
|
+
C: {};
|
|
1102
|
+
M: {};
|
|
1103
|
+
Defaults: {};
|
|
1104
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1105
|
+
readonly index: {
|
|
1106
|
+
readonly type: import("vue").PropType<string | null>;
|
|
1107
|
+
readonly required: false;
|
|
1108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1109
|
+
__epPropKey: true;
|
|
1110
|
+
} & {
|
|
1111
|
+
readonly default: null;
|
|
1112
|
+
};
|
|
1113
|
+
readonly route: {
|
|
1114
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
1115
|
+
readonly required: false;
|
|
1116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1117
|
+
__epPropKey: true;
|
|
1118
|
+
};
|
|
1119
|
+
readonly disabled: BooleanConstructor;
|
|
1120
|
+
}>> & {
|
|
1121
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
1122
|
+
}, {
|
|
1123
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
1124
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
1125
|
+
active: ComputedRef<boolean>;
|
|
1126
|
+
nsMenu: {
|
|
1127
|
+
namespace: ComputedRef<string>;
|
|
1128
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1129
|
+
e: (element?: string | undefined) => string;
|
|
1130
|
+
m: (modifier?: string | undefined) => string;
|
|
1131
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1132
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1133
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1134
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1135
|
+
is: {
|
|
1136
|
+
(name: string, state: boolean | undefined): string;
|
|
1137
|
+
(name: string): string;
|
|
1138
|
+
};
|
|
1139
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1140
|
+
cssVarName: (name: string) => string;
|
|
1141
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1142
|
+
cssVarBlockName: (name: string) => string;
|
|
1143
|
+
};
|
|
1144
|
+
nsMenuItem: {
|
|
1145
|
+
namespace: ComputedRef<string>;
|
|
1146
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1147
|
+
e: (element?: string | undefined) => string;
|
|
1148
|
+
m: (modifier?: string | undefined) => string;
|
|
1149
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1150
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1151
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1152
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1153
|
+
is: {
|
|
1154
|
+
(name: string, state: boolean | undefined): string;
|
|
1155
|
+
(name: string): string;
|
|
1156
|
+
};
|
|
1157
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1158
|
+
cssVarName: (name: string) => string;
|
|
1159
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1160
|
+
cssVarBlockName: (name: string) => string;
|
|
1161
|
+
};
|
|
1162
|
+
handleClick: () => void;
|
|
1163
|
+
}, {}, {}, {}, {
|
|
1164
|
+
readonly disabled: boolean;
|
|
1165
|
+
readonly index: string | null;
|
|
1166
|
+
}>;
|
|
1167
|
+
__isFragment?: undefined;
|
|
1168
|
+
__isTeleport?: undefined;
|
|
1169
|
+
__isSuspense?: undefined;
|
|
1170
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1171
|
+
readonly index: {
|
|
1172
|
+
readonly type: import("vue").PropType<string | null>;
|
|
1173
|
+
readonly required: false;
|
|
1174
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1175
|
+
__epPropKey: true;
|
|
1176
|
+
} & {
|
|
1177
|
+
readonly default: null;
|
|
1178
|
+
};
|
|
1179
|
+
readonly route: {
|
|
1180
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
1181
|
+
readonly required: false;
|
|
1182
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1183
|
+
__epPropKey: true;
|
|
1184
|
+
};
|
|
1185
|
+
readonly disabled: BooleanConstructor;
|
|
1186
|
+
}>> & {
|
|
1187
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
1188
|
+
}, {
|
|
1189
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
1190
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
1191
|
+
active: ComputedRef<boolean>;
|
|
1192
|
+
nsMenu: {
|
|
1193
|
+
namespace: ComputedRef<string>;
|
|
1194
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1195
|
+
e: (element?: string | undefined) => string;
|
|
1196
|
+
m: (modifier?: string | undefined) => string;
|
|
1197
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1198
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1199
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1200
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1201
|
+
is: {
|
|
1202
|
+
(name: string, state: boolean | undefined): string;
|
|
1203
|
+
(name: string): string;
|
|
1204
|
+
};
|
|
1205
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1206
|
+
cssVarName: (name: string) => string;
|
|
1207
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1208
|
+
cssVarBlockName: (name: string) => string;
|
|
1209
|
+
};
|
|
1210
|
+
nsMenuItem: {
|
|
1211
|
+
namespace: ComputedRef<string>;
|
|
1212
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1213
|
+
e: (element?: string | undefined) => string;
|
|
1214
|
+
m: (modifier?: string | undefined) => string;
|
|
1215
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1216
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1217
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1218
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1219
|
+
is: {
|
|
1220
|
+
(name: string, state: boolean | undefined): string;
|
|
1221
|
+
(name: string): string;
|
|
1222
|
+
};
|
|
1223
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1224
|
+
cssVarName: (name: string) => string;
|
|
1225
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1226
|
+
cssVarBlockName: (name: string) => string;
|
|
1227
|
+
};
|
|
1228
|
+
handleClick: () => void;
|
|
1229
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1230
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
1231
|
+
}, string, {
|
|
1232
|
+
readonly disabled: boolean;
|
|
1233
|
+
readonly index: string | null;
|
|
1234
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1235
|
+
$slots: {
|
|
1236
|
+
title?(_: {}): any;
|
|
1237
|
+
title?(_: {}): any;
|
|
1238
|
+
default?(_: {}): any;
|
|
1239
|
+
default?(_: {}): any;
|
|
1240
|
+
};
|
|
1241
|
+
});
|
|
1242
|
+
MenuItemGroup: {
|
|
1243
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1244
|
+
readonly title: StringConstructor;
|
|
1245
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1246
|
+
P: {};
|
|
1247
|
+
B: {};
|
|
1248
|
+
D: {};
|
|
1249
|
+
C: {};
|
|
1250
|
+
M: {};
|
|
1251
|
+
Defaults: {};
|
|
1252
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1253
|
+
readonly title: StringConstructor;
|
|
1254
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
1255
|
+
__isFragment?: undefined;
|
|
1256
|
+
__isTeleport?: undefined;
|
|
1257
|
+
__isSuspense?: undefined;
|
|
1258
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1259
|
+
readonly title: StringConstructor;
|
|
1260
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1261
|
+
$slots: {
|
|
1262
|
+
title?(_: {}): any;
|
|
1263
|
+
default?(_: {}): any;
|
|
1264
|
+
};
|
|
1265
|
+
});
|
|
1266
|
+
SubMenu: import("vue").DefineComponent<{
|
|
1267
|
+
readonly index: {
|
|
1268
|
+
readonly type: import("vue").PropType<string>;
|
|
1269
|
+
readonly required: true;
|
|
1270
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1271
|
+
__epPropKey: true;
|
|
1272
|
+
};
|
|
1273
|
+
readonly showTimeout: NumberConstructor;
|
|
1274
|
+
readonly hideTimeout: NumberConstructor;
|
|
1275
|
+
readonly popperClass: StringConstructor;
|
|
1276
|
+
readonly disabled: BooleanConstructor;
|
|
1277
|
+
readonly teleported: {
|
|
1278
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1279
|
+
readonly required: false;
|
|
1280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1281
|
+
__epPropKey: true;
|
|
1282
|
+
} & {
|
|
1283
|
+
readonly default: undefined;
|
|
1284
|
+
};
|
|
1285
|
+
readonly popperOffset: NumberConstructor;
|
|
1286
|
+
readonly expandCloseIcon: {
|
|
1287
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1288
|
+
readonly required: false;
|
|
1289
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1290
|
+
__epPropKey: true;
|
|
1291
|
+
};
|
|
1292
|
+
readonly expandOpenIcon: {
|
|
1293
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1294
|
+
readonly required: false;
|
|
1295
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1296
|
+
__epPropKey: true;
|
|
1297
|
+
};
|
|
1298
|
+
readonly collapseCloseIcon: {
|
|
1299
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1300
|
+
readonly required: false;
|
|
1301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1302
|
+
__epPropKey: true;
|
|
1303
|
+
};
|
|
1304
|
+
readonly collapseOpenIcon: {
|
|
1305
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1306
|
+
readonly required: false;
|
|
1307
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1308
|
+
__epPropKey: true;
|
|
1309
|
+
};
|
|
1310
|
+
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1311
|
+
[key: string]: any;
|
|
1312
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1313
|
+
readonly index: {
|
|
1314
|
+
readonly type: import("vue").PropType<string>;
|
|
1315
|
+
readonly required: true;
|
|
1316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1317
|
+
__epPropKey: true;
|
|
1318
|
+
};
|
|
1319
|
+
readonly showTimeout: NumberConstructor;
|
|
1320
|
+
readonly hideTimeout: NumberConstructor;
|
|
1321
|
+
readonly popperClass: StringConstructor;
|
|
1322
|
+
readonly disabled: BooleanConstructor;
|
|
1323
|
+
readonly teleported: {
|
|
1324
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1325
|
+
readonly required: false;
|
|
1326
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1327
|
+
__epPropKey: true;
|
|
1328
|
+
} & {
|
|
1329
|
+
readonly default: undefined;
|
|
1330
|
+
};
|
|
1331
|
+
readonly popperOffset: NumberConstructor;
|
|
1332
|
+
readonly expandCloseIcon: {
|
|
1333
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1334
|
+
readonly required: false;
|
|
1335
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1336
|
+
__epPropKey: true;
|
|
1337
|
+
};
|
|
1338
|
+
readonly expandOpenIcon: {
|
|
1339
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1340
|
+
readonly required: false;
|
|
1341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1342
|
+
__epPropKey: true;
|
|
1343
|
+
};
|
|
1344
|
+
readonly collapseCloseIcon: {
|
|
1345
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1346
|
+
readonly required: false;
|
|
1347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1348
|
+
__epPropKey: true;
|
|
1349
|
+
};
|
|
1350
|
+
readonly collapseOpenIcon: {
|
|
1351
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
1352
|
+
readonly required: false;
|
|
1353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1354
|
+
__epPropKey: true;
|
|
1355
|
+
};
|
|
1356
|
+
}>>, {
|
|
1357
|
+
readonly disabled: boolean;
|
|
1358
|
+
readonly teleported: boolean;
|
|
1359
|
+
}>;
|
|
1360
|
+
};
|
|
1361
|
+
readonly ElMenuItem: {
|
|
1362
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1363
|
+
readonly index: {
|
|
1364
|
+
readonly type: import("vue").PropType<string | null>;
|
|
1365
|
+
readonly required: false;
|
|
1366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1367
|
+
__epPropKey: true;
|
|
1368
|
+
} & {
|
|
1369
|
+
readonly default: null;
|
|
1370
|
+
};
|
|
1371
|
+
readonly route: {
|
|
1372
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
1373
|
+
readonly required: false;
|
|
1374
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1375
|
+
__epPropKey: true;
|
|
1376
|
+
};
|
|
1377
|
+
readonly disabled: BooleanConstructor;
|
|
1378
|
+
}>> & {
|
|
1379
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
1380
|
+
}, {
|
|
1381
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
1382
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
1383
|
+
active: ComputedRef<boolean>;
|
|
1384
|
+
nsMenu: {
|
|
1385
|
+
namespace: ComputedRef<string>;
|
|
1386
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1387
|
+
e: (element?: string | undefined) => string;
|
|
1388
|
+
m: (modifier?: string | undefined) => string;
|
|
1389
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1390
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1391
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1392
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1393
|
+
is: {
|
|
1394
|
+
(name: string, state: boolean | undefined): string;
|
|
1395
|
+
(name: string): string;
|
|
1396
|
+
};
|
|
1397
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1398
|
+
cssVarName: (name: string) => string;
|
|
1399
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1400
|
+
cssVarBlockName: (name: string) => string;
|
|
1401
|
+
};
|
|
1402
|
+
nsMenuItem: {
|
|
1403
|
+
namespace: ComputedRef<string>;
|
|
1404
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1405
|
+
e: (element?: string | undefined) => string;
|
|
1406
|
+
m: (modifier?: string | undefined) => string;
|
|
1407
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1408
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1409
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1410
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1411
|
+
is: {
|
|
1412
|
+
(name: string, state: boolean | undefined): string;
|
|
1413
|
+
(name: string): string;
|
|
1414
|
+
};
|
|
1415
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1416
|
+
cssVarName: (name: string) => string;
|
|
1417
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1418
|
+
cssVarBlockName: (name: string) => string;
|
|
1419
|
+
};
|
|
1420
|
+
handleClick: () => void;
|
|
1421
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1422
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
1423
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1424
|
+
readonly disabled: boolean;
|
|
1425
|
+
readonly index: string | null;
|
|
1426
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1427
|
+
P: {};
|
|
1428
|
+
B: {};
|
|
1429
|
+
D: {};
|
|
1430
|
+
C: {};
|
|
1431
|
+
M: {};
|
|
1432
|
+
Defaults: {};
|
|
1433
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1434
|
+
readonly index: {
|
|
1435
|
+
readonly type: import("vue").PropType<string | null>;
|
|
1436
|
+
readonly required: false;
|
|
1437
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1438
|
+
__epPropKey: true;
|
|
1439
|
+
} & {
|
|
1440
|
+
readonly default: null;
|
|
1441
|
+
};
|
|
1442
|
+
readonly route: {
|
|
1443
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
1444
|
+
readonly required: false;
|
|
1445
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1446
|
+
__epPropKey: true;
|
|
1447
|
+
};
|
|
1448
|
+
readonly disabled: BooleanConstructor;
|
|
1449
|
+
}>> & {
|
|
1450
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
1451
|
+
}, {
|
|
1452
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
1453
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
1454
|
+
active: ComputedRef<boolean>;
|
|
1455
|
+
nsMenu: {
|
|
1456
|
+
namespace: ComputedRef<string>;
|
|
1457
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1458
|
+
e: (element?: string | undefined) => string;
|
|
1459
|
+
m: (modifier?: string | undefined) => string;
|
|
1460
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1461
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1462
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1463
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1464
|
+
is: {
|
|
1465
|
+
(name: string, state: boolean | undefined): string;
|
|
1466
|
+
(name: string): string;
|
|
1467
|
+
};
|
|
1468
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1469
|
+
cssVarName: (name: string) => string;
|
|
1470
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1471
|
+
cssVarBlockName: (name: string) => string;
|
|
1472
|
+
};
|
|
1473
|
+
nsMenuItem: {
|
|
1474
|
+
namespace: ComputedRef<string>;
|
|
1475
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1476
|
+
e: (element?: string | undefined) => string;
|
|
1477
|
+
m: (modifier?: string | undefined) => string;
|
|
1478
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1479
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1480
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1481
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1482
|
+
is: {
|
|
1483
|
+
(name: string, state: boolean | undefined): string;
|
|
1484
|
+
(name: string): string;
|
|
1485
|
+
};
|
|
1486
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1487
|
+
cssVarName: (name: string) => string;
|
|
1488
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1489
|
+
cssVarBlockName: (name: string) => string;
|
|
1490
|
+
};
|
|
1491
|
+
handleClick: () => void;
|
|
1492
|
+
}, {}, {}, {}, {
|
|
1493
|
+
readonly disabled: boolean;
|
|
1494
|
+
readonly index: string | null;
|
|
1495
|
+
}>;
|
|
1496
|
+
__isFragment?: undefined;
|
|
1497
|
+
__isTeleport?: undefined;
|
|
1498
|
+
__isSuspense?: undefined;
|
|
1499
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1500
|
+
readonly index: {
|
|
1501
|
+
readonly type: import("vue").PropType<string | null>;
|
|
1502
|
+
readonly required: false;
|
|
1503
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1504
|
+
__epPropKey: true;
|
|
1505
|
+
} & {
|
|
1506
|
+
readonly default: null;
|
|
1507
|
+
};
|
|
1508
|
+
readonly route: {
|
|
1509
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
1510
|
+
readonly required: false;
|
|
1511
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1512
|
+
__epPropKey: true;
|
|
1513
|
+
};
|
|
1514
|
+
readonly disabled: BooleanConstructor;
|
|
1515
|
+
}>> & {
|
|
1516
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
1517
|
+
}, {
|
|
1518
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
1519
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
1520
|
+
active: ComputedRef<boolean>;
|
|
1521
|
+
nsMenu: {
|
|
1522
|
+
namespace: ComputedRef<string>;
|
|
1523
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1524
|
+
e: (element?: string | undefined) => string;
|
|
1525
|
+
m: (modifier?: string | undefined) => string;
|
|
1526
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1527
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1528
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1529
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1530
|
+
is: {
|
|
1531
|
+
(name: string, state: boolean | undefined): string;
|
|
1532
|
+
(name: string): string;
|
|
1533
|
+
};
|
|
1534
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1535
|
+
cssVarName: (name: string) => string;
|
|
1536
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1537
|
+
cssVarBlockName: (name: string) => string;
|
|
1538
|
+
};
|
|
1539
|
+
nsMenuItem: {
|
|
1540
|
+
namespace: ComputedRef<string>;
|
|
1541
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
1542
|
+
e: (element?: string | undefined) => string;
|
|
1543
|
+
m: (modifier?: string | undefined) => string;
|
|
1544
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1545
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1546
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1547
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1548
|
+
is: {
|
|
1549
|
+
(name: string, state: boolean | undefined): string;
|
|
1550
|
+
(name: string): string;
|
|
1551
|
+
};
|
|
1552
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1553
|
+
cssVarName: (name: string) => string;
|
|
1554
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1555
|
+
cssVarBlockName: (name: string) => string;
|
|
1556
|
+
};
|
|
1557
|
+
handleClick: () => void;
|
|
1558
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1559
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
1560
|
+
}, string, {
|
|
1561
|
+
readonly disabled: boolean;
|
|
1562
|
+
readonly index: string | null;
|
|
1563
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1564
|
+
$slots: {
|
|
1565
|
+
title?(_: {}): any;
|
|
1566
|
+
title?(_: {}): any;
|
|
1567
|
+
default?(_: {}): any;
|
|
1568
|
+
default?(_: {}): any;
|
|
1569
|
+
};
|
|
1570
|
+
}) & import("vue").Plugin;
|
|
1571
|
+
readonly ElIcon: {
|
|
1572
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1573
|
+
readonly size: {
|
|
1574
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1575
|
+
readonly required: false;
|
|
1576
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1577
|
+
__epPropKey: true;
|
|
1578
|
+
};
|
|
1579
|
+
readonly color: {
|
|
1580
|
+
readonly type: import("vue").PropType<string>;
|
|
1581
|
+
readonly required: false;
|
|
1582
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1583
|
+
__epPropKey: true;
|
|
1584
|
+
};
|
|
1585
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1586
|
+
P: {};
|
|
1587
|
+
B: {};
|
|
1588
|
+
D: {};
|
|
1589
|
+
C: {};
|
|
1590
|
+
M: {};
|
|
1591
|
+
Defaults: {};
|
|
1592
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1593
|
+
readonly size: {
|
|
1594
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1595
|
+
readonly required: false;
|
|
1596
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1597
|
+
__epPropKey: true;
|
|
1598
|
+
};
|
|
1599
|
+
readonly color: {
|
|
1600
|
+
readonly type: import("vue").PropType<string>;
|
|
1601
|
+
readonly required: false;
|
|
1602
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1603
|
+
__epPropKey: true;
|
|
1604
|
+
};
|
|
1605
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
1606
|
+
__isFragment?: undefined;
|
|
1607
|
+
__isTeleport?: undefined;
|
|
1608
|
+
__isSuspense?: undefined;
|
|
1609
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1610
|
+
readonly size: {
|
|
1611
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1612
|
+
readonly required: false;
|
|
1613
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1614
|
+
__epPropKey: true;
|
|
1615
|
+
};
|
|
1616
|
+
readonly color: {
|
|
1617
|
+
readonly type: import("vue").PropType<string>;
|
|
1618
|
+
readonly required: false;
|
|
1619
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1620
|
+
__epPropKey: true;
|
|
1621
|
+
};
|
|
1622
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1623
|
+
$slots: {
|
|
1624
|
+
default?(_: {}): any;
|
|
1625
|
+
};
|
|
1626
|
+
}) & import("vue").Plugin;
|
|
1627
|
+
readonly ElScrollbar: {
|
|
1628
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1629
|
+
readonly ariaLabel: StringConstructor;
|
|
1630
|
+
readonly ariaOrientation: {
|
|
1631
|
+
readonly type: import("vue").PropType<string>;
|
|
1632
|
+
readonly required: false;
|
|
1633
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1634
|
+
__epPropKey: true;
|
|
1635
|
+
};
|
|
1636
|
+
readonly height: {
|
|
1637
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1638
|
+
readonly required: false;
|
|
1639
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1640
|
+
__epPropKey: true;
|
|
1641
|
+
} & {
|
|
1642
|
+
readonly default: "";
|
|
1643
|
+
};
|
|
1644
|
+
readonly maxHeight: {
|
|
1645
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1646
|
+
readonly required: false;
|
|
1647
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1648
|
+
__epPropKey: true;
|
|
1649
|
+
} & {
|
|
1650
|
+
readonly default: "";
|
|
1651
|
+
};
|
|
1652
|
+
readonly native: BooleanConstructor;
|
|
1653
|
+
readonly wrapStyle: {
|
|
1654
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1655
|
+
readonly required: false;
|
|
1656
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1657
|
+
__epPropKey: true;
|
|
1658
|
+
} & {
|
|
1659
|
+
readonly default: "";
|
|
1660
|
+
};
|
|
1661
|
+
readonly wrapClass: {
|
|
1662
|
+
readonly type: import("vue").PropType<string | unknown[]>;
|
|
1663
|
+
readonly required: false;
|
|
1664
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1665
|
+
__epPropKey: true;
|
|
1666
|
+
} & {
|
|
1667
|
+
readonly default: "";
|
|
1668
|
+
};
|
|
1669
|
+
readonly viewClass: {
|
|
1670
|
+
readonly type: import("vue").PropType<string | unknown[]>;
|
|
1671
|
+
readonly required: false;
|
|
1672
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1673
|
+
__epPropKey: true;
|
|
1674
|
+
} & {
|
|
1675
|
+
readonly default: "";
|
|
1676
|
+
};
|
|
1677
|
+
readonly viewStyle: {
|
|
1678
|
+
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
1679
|
+
readonly required: false;
|
|
1680
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1681
|
+
__epPropKey: true;
|
|
1682
|
+
} & {
|
|
1683
|
+
readonly default: "";
|
|
1684
|
+
};
|
|
1685
|
+
readonly noresize: BooleanConstructor;
|
|
1686
|
+
readonly tag: {
|
|
1687
|
+
readonly type: import("vue").PropType<string>;
|
|
1688
|
+
readonly required: false;
|
|
1689
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1690
|
+
__epPropKey: true;
|
|
1691
|
+
} & {
|
|
1692
|
+
readonly default: "div";
|
|
1693
|
+
};
|
|
1694
|
+
readonly always: BooleanConstructor;
|
|
1695
|
+
readonly minSize: {
|
|
1696
|
+
readonly type: import("vue").PropType<number>;
|
|
1697
|
+
readonly required: false;
|
|
1698
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1699
|
+
__epPropKey: true;
|
|
1700
|
+
} & {
|
|
1701
|
+
readonly default: 20;
|
|
1702
|
+
};
|
|
1703
|
+
readonly tabindex: {
|
|
1704
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1705
|
+
readonly required: false;
|
|
1706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1707
|
+
__epPropKey: true;
|
|
1708
|
+
} & {
|
|
1709
|
+
readonly default: undefined;
|
|
1710
|
+
};
|
|
1711
|
+
readonly id: StringConstructor;
|
|
1712
|
+
readonly role: StringConstructor;
|
|
1713
|
+
}>> & {
|
|
1714
|
+
onScroll?: ((args_0: {
|
|
1715
|
+
scrollTop: number;
|
|
1716
|
+
scrollLeft: number;
|
|
1717
|
+
}) => any) | undefined;
|
|
1718
|
+
"onEnd-reached"?: ((direction: import("element-plus").ScrollbarDirection) => any) | undefined;
|
|
1719
|
+
}, {
|
|
1720
|
+
wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
1721
|
+
update: () => void;
|
|
1722
|
+
scrollTo: {
|
|
1723
|
+
(xCord: number, yCord?: number | undefined): void;
|
|
1724
|
+
(options: ScrollToOptions): void;
|
|
1725
|
+
};
|
|
1726
|
+
setScrollTop: (value: number) => void;
|
|
1727
|
+
setScrollLeft: (value: number) => void;
|
|
1728
|
+
handleScroll: () => void;
|
|
1729
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1730
|
+
scroll: (args_0: {
|
|
1731
|
+
scrollTop: number;
|
|
1732
|
+
scrollLeft: number;
|
|
1733
|
+
}) => void;
|
|
1734
|
+
"end-reached": (direction: import("element-plus").ScrollbarDirection) => void;
|
|
1735
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1736
|
+
readonly height: string | number;
|
|
1737
|
+
readonly maxHeight: string | number;
|
|
1738
|
+
readonly always: boolean;
|
|
1739
|
+
readonly tabindex: string | number;
|
|
1740
|
+
readonly minSize: number;
|
|
1741
|
+
readonly wrapStyle: import("vue").StyleValue;
|
|
1742
|
+
readonly wrapClass: string | unknown[];
|
|
1743
|
+
readonly viewClass: string | unknown[];
|
|
1744
|
+
readonly viewStyle: string | unknown[] | Record<string, any>;
|
|
1745
|
+
readonly tag: string;
|
|
1746
|
+
readonly native: boolean;
|
|
1747
|
+
readonly noresize: boolean;
|
|
1748
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1749
|
+
P: {};
|
|
1750
|
+
B: {};
|
|
1751
|
+
D: {};
|
|
1752
|
+
C: {};
|
|
1753
|
+
M: {};
|
|
1754
|
+
Defaults: {};
|
|
1755
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1756
|
+
readonly ariaLabel: StringConstructor;
|
|
1757
|
+
readonly ariaOrientation: {
|
|
1758
|
+
readonly type: import("vue").PropType<string>;
|
|
1759
|
+
readonly required: false;
|
|
1760
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1761
|
+
__epPropKey: true;
|
|
1762
|
+
};
|
|
1763
|
+
readonly height: {
|
|
1764
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1765
|
+
readonly required: false;
|
|
1766
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1767
|
+
__epPropKey: true;
|
|
1768
|
+
} & {
|
|
1769
|
+
readonly default: "";
|
|
1770
|
+
};
|
|
1771
|
+
readonly maxHeight: {
|
|
1772
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1773
|
+
readonly required: false;
|
|
1774
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1775
|
+
__epPropKey: true;
|
|
1776
|
+
} & {
|
|
1777
|
+
readonly default: "";
|
|
1778
|
+
};
|
|
1779
|
+
readonly native: BooleanConstructor;
|
|
1780
|
+
readonly wrapStyle: {
|
|
1781
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1782
|
+
readonly required: false;
|
|
1783
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1784
|
+
__epPropKey: true;
|
|
1785
|
+
} & {
|
|
1786
|
+
readonly default: "";
|
|
1787
|
+
};
|
|
1788
|
+
readonly wrapClass: {
|
|
1789
|
+
readonly type: import("vue").PropType<string | unknown[]>;
|
|
1790
|
+
readonly required: false;
|
|
1791
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1792
|
+
__epPropKey: true;
|
|
1793
|
+
} & {
|
|
1794
|
+
readonly default: "";
|
|
1795
|
+
};
|
|
1796
|
+
readonly viewClass: {
|
|
1797
|
+
readonly type: import("vue").PropType<string | unknown[]>;
|
|
1798
|
+
readonly required: false;
|
|
1799
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1800
|
+
__epPropKey: true;
|
|
1801
|
+
} & {
|
|
1802
|
+
readonly default: "";
|
|
1803
|
+
};
|
|
1804
|
+
readonly viewStyle: {
|
|
1805
|
+
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
1806
|
+
readonly required: false;
|
|
1807
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1808
|
+
__epPropKey: true;
|
|
1809
|
+
} & {
|
|
1810
|
+
readonly default: "";
|
|
1811
|
+
};
|
|
1812
|
+
readonly noresize: BooleanConstructor;
|
|
1813
|
+
readonly tag: {
|
|
1814
|
+
readonly type: import("vue").PropType<string>;
|
|
1815
|
+
readonly required: false;
|
|
1816
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1817
|
+
__epPropKey: true;
|
|
1818
|
+
} & {
|
|
1819
|
+
readonly default: "div";
|
|
1820
|
+
};
|
|
1821
|
+
readonly always: BooleanConstructor;
|
|
1822
|
+
readonly minSize: {
|
|
1823
|
+
readonly type: import("vue").PropType<number>;
|
|
1824
|
+
readonly required: false;
|
|
1825
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1826
|
+
__epPropKey: true;
|
|
1827
|
+
} & {
|
|
1828
|
+
readonly default: 20;
|
|
1829
|
+
};
|
|
1830
|
+
readonly tabindex: {
|
|
1831
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1832
|
+
readonly required: false;
|
|
1833
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1834
|
+
__epPropKey: true;
|
|
1835
|
+
} & {
|
|
1836
|
+
readonly default: undefined;
|
|
1837
|
+
};
|
|
1838
|
+
readonly id: StringConstructor;
|
|
1839
|
+
readonly role: StringConstructor;
|
|
1840
|
+
}>> & {
|
|
1841
|
+
onScroll?: ((args_0: {
|
|
1842
|
+
scrollTop: number;
|
|
1843
|
+
scrollLeft: number;
|
|
1844
|
+
}) => any) | undefined;
|
|
1845
|
+
"onEnd-reached"?: ((direction: import("element-plus").ScrollbarDirection) => any) | undefined;
|
|
1846
|
+
}, {
|
|
1847
|
+
wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
1848
|
+
update: () => void;
|
|
1849
|
+
scrollTo: {
|
|
1850
|
+
(xCord: number, yCord?: number | undefined): void;
|
|
1851
|
+
(options: ScrollToOptions): void;
|
|
1852
|
+
};
|
|
1853
|
+
setScrollTop: (value: number) => void;
|
|
1854
|
+
setScrollLeft: (value: number) => void;
|
|
1855
|
+
handleScroll: () => void;
|
|
1856
|
+
}, {}, {}, {}, {
|
|
1857
|
+
readonly height: string | number;
|
|
1858
|
+
readonly maxHeight: string | number;
|
|
1859
|
+
readonly always: boolean;
|
|
1860
|
+
readonly tabindex: string | number;
|
|
1861
|
+
readonly minSize: number;
|
|
1862
|
+
readonly wrapStyle: import("vue").StyleValue;
|
|
1863
|
+
readonly wrapClass: string | unknown[];
|
|
1864
|
+
readonly viewClass: string | unknown[];
|
|
1865
|
+
readonly viewStyle: string | unknown[] | Record<string, any>;
|
|
1866
|
+
readonly tag: string;
|
|
1867
|
+
readonly native: boolean;
|
|
1868
|
+
readonly noresize: boolean;
|
|
1869
|
+
}>;
|
|
1870
|
+
__isFragment?: undefined;
|
|
1871
|
+
__isTeleport?: undefined;
|
|
1872
|
+
__isSuspense?: undefined;
|
|
1873
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1874
|
+
readonly ariaLabel: StringConstructor;
|
|
1875
|
+
readonly ariaOrientation: {
|
|
1876
|
+
readonly type: import("vue").PropType<string>;
|
|
1877
|
+
readonly required: false;
|
|
1878
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1879
|
+
__epPropKey: true;
|
|
1880
|
+
};
|
|
1881
|
+
readonly height: {
|
|
1882
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1883
|
+
readonly required: false;
|
|
1884
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1885
|
+
__epPropKey: true;
|
|
1886
|
+
} & {
|
|
1887
|
+
readonly default: "";
|
|
1888
|
+
};
|
|
1889
|
+
readonly maxHeight: {
|
|
1890
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1891
|
+
readonly required: false;
|
|
1892
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1893
|
+
__epPropKey: true;
|
|
1894
|
+
} & {
|
|
1895
|
+
readonly default: "";
|
|
1896
|
+
};
|
|
1897
|
+
readonly native: BooleanConstructor;
|
|
1898
|
+
readonly wrapStyle: {
|
|
1899
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1900
|
+
readonly required: false;
|
|
1901
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1902
|
+
__epPropKey: true;
|
|
1903
|
+
} & {
|
|
1904
|
+
readonly default: "";
|
|
1905
|
+
};
|
|
1906
|
+
readonly wrapClass: {
|
|
1907
|
+
readonly type: import("vue").PropType<string | unknown[]>;
|
|
1908
|
+
readonly required: false;
|
|
1909
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1910
|
+
__epPropKey: true;
|
|
1911
|
+
} & {
|
|
1912
|
+
readonly default: "";
|
|
1913
|
+
};
|
|
1914
|
+
readonly viewClass: {
|
|
1915
|
+
readonly type: import("vue").PropType<string | unknown[]>;
|
|
1916
|
+
readonly required: false;
|
|
1917
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1918
|
+
__epPropKey: true;
|
|
1919
|
+
} & {
|
|
1920
|
+
readonly default: "";
|
|
1921
|
+
};
|
|
1922
|
+
readonly viewStyle: {
|
|
1923
|
+
readonly type: import("vue").PropType<string | unknown[] | Record<string, any>>;
|
|
1924
|
+
readonly required: false;
|
|
1925
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1926
|
+
__epPropKey: true;
|
|
1927
|
+
} & {
|
|
1928
|
+
readonly default: "";
|
|
1929
|
+
};
|
|
1930
|
+
readonly noresize: BooleanConstructor;
|
|
1931
|
+
readonly tag: {
|
|
1932
|
+
readonly type: import("vue").PropType<string>;
|
|
1933
|
+
readonly required: false;
|
|
1934
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1935
|
+
__epPropKey: true;
|
|
1936
|
+
} & {
|
|
1937
|
+
readonly default: "div";
|
|
1938
|
+
};
|
|
1939
|
+
readonly always: BooleanConstructor;
|
|
1940
|
+
readonly minSize: {
|
|
1941
|
+
readonly type: import("vue").PropType<number>;
|
|
1942
|
+
readonly required: false;
|
|
1943
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1944
|
+
__epPropKey: true;
|
|
1945
|
+
} & {
|
|
1946
|
+
readonly default: 20;
|
|
1947
|
+
};
|
|
1948
|
+
readonly tabindex: {
|
|
1949
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1950
|
+
readonly required: false;
|
|
1951
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1952
|
+
__epPropKey: true;
|
|
1953
|
+
} & {
|
|
1954
|
+
readonly default: undefined;
|
|
1955
|
+
};
|
|
1956
|
+
readonly id: StringConstructor;
|
|
1957
|
+
readonly role: StringConstructor;
|
|
1958
|
+
}>> & {
|
|
1959
|
+
onScroll?: ((args_0: {
|
|
1960
|
+
scrollTop: number;
|
|
1961
|
+
scrollLeft: number;
|
|
1962
|
+
}) => any) | undefined;
|
|
1963
|
+
"onEnd-reached"?: ((direction: import("element-plus").ScrollbarDirection) => any) | undefined;
|
|
1964
|
+
}, {
|
|
1965
|
+
wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
1966
|
+
update: () => void;
|
|
1967
|
+
scrollTo: {
|
|
1968
|
+
(xCord: number, yCord?: number | undefined): void;
|
|
1969
|
+
(options: ScrollToOptions): void;
|
|
1970
|
+
};
|
|
1971
|
+
setScrollTop: (value: number) => void;
|
|
1972
|
+
setScrollLeft: (value: number) => void;
|
|
1973
|
+
handleScroll: () => void;
|
|
1974
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1975
|
+
scroll: (args_0: {
|
|
1976
|
+
scrollTop: number;
|
|
1977
|
+
scrollLeft: number;
|
|
1978
|
+
}) => void;
|
|
1979
|
+
"end-reached": (direction: import("element-plus").ScrollbarDirection) => void;
|
|
1980
|
+
}, string, {
|
|
1981
|
+
readonly height: string | number;
|
|
1982
|
+
readonly maxHeight: string | number;
|
|
1983
|
+
readonly always: boolean;
|
|
1984
|
+
readonly tabindex: string | number;
|
|
1985
|
+
readonly minSize: number;
|
|
1986
|
+
readonly wrapStyle: import("vue").StyleValue;
|
|
1987
|
+
readonly wrapClass: string | unknown[];
|
|
1988
|
+
readonly viewClass: string | unknown[];
|
|
1989
|
+
readonly viewStyle: string | unknown[] | Record<string, any>;
|
|
1990
|
+
readonly tag: string;
|
|
1991
|
+
readonly native: boolean;
|
|
1992
|
+
readonly noresize: boolean;
|
|
1993
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1994
|
+
$slots: {
|
|
1995
|
+
default?(_: {}): any;
|
|
1996
|
+
};
|
|
1997
|
+
}) & import("vue").Plugin;
|
|
1998
|
+
readonly Expand: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1999
|
+
readonly Fold: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2000
|
+
readonly isFunction: (val: any) => boolean;
|
|
2001
|
+
PlusSidebarItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2002
|
+
item: {
|
|
2003
|
+
type: null;
|
|
2004
|
+
required: true;
|
|
2005
|
+
};
|
|
2006
|
+
collapse: {
|
|
2007
|
+
type: BooleanConstructor;
|
|
2008
|
+
required: false;
|
|
2009
|
+
default: boolean;
|
|
2010
|
+
};
|
|
2011
|
+
renderMenuItem: {
|
|
2012
|
+
type: FunctionConstructor; /**
|
|
2013
|
+
* 自定义 菜单的标题显示
|
|
2014
|
+
* @param route
|
|
2015
|
+
*/
|
|
2016
|
+
required: false;
|
|
2017
|
+
default: undefined;
|
|
2018
|
+
};
|
|
2019
|
+
renderSubMenuItem: {
|
|
2020
|
+
type: FunctionConstructor;
|
|
2021
|
+
required: false;
|
|
2022
|
+
default: undefined;
|
|
2023
|
+
};
|
|
2024
|
+
renderTitle: {
|
|
2025
|
+
type: FunctionConstructor;
|
|
2026
|
+
required: false;
|
|
2027
|
+
default: undefined;
|
|
2028
|
+
};
|
|
2029
|
+
}>, {
|
|
2030
|
+
instance: import("vue").ComponentInternalInstance;
|
|
2031
|
+
router: import("vue-router").Router;
|
|
2032
|
+
resolveMenuItem: (item: PlusRouteRecordRaw) => boolean;
|
|
2033
|
+
replacePath: (path: string) => string;
|
|
2034
|
+
getIndex: (item: PlusRouteRecordRaw) => string;
|
|
2035
|
+
handleClickItem: (item: PlusRouteRecordRaw) => void;
|
|
2036
|
+
readonly ElSubMenu: {
|
|
2037
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2038
|
+
readonly index: {
|
|
2039
|
+
readonly type: import("vue").PropType<string>;
|
|
2040
|
+
readonly required: true;
|
|
2041
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2042
|
+
__epPropKey: true;
|
|
2043
|
+
};
|
|
2044
|
+
readonly showTimeout: NumberConstructor;
|
|
2045
|
+
readonly hideTimeout: NumberConstructor;
|
|
2046
|
+
readonly popperClass: StringConstructor;
|
|
2047
|
+
readonly disabled: BooleanConstructor;
|
|
2048
|
+
readonly teleported: {
|
|
2049
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2050
|
+
readonly required: false;
|
|
2051
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2052
|
+
__epPropKey: true;
|
|
2053
|
+
} & {
|
|
2054
|
+
readonly default: undefined;
|
|
2055
|
+
};
|
|
2056
|
+
readonly popperOffset: NumberConstructor;
|
|
2057
|
+
readonly expandCloseIcon: {
|
|
2058
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2059
|
+
readonly required: false;
|
|
2060
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2061
|
+
__epPropKey: true;
|
|
2062
|
+
};
|
|
2063
|
+
readonly expandOpenIcon: {
|
|
2064
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2065
|
+
readonly required: false;
|
|
2066
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2067
|
+
__epPropKey: true;
|
|
2068
|
+
};
|
|
2069
|
+
readonly collapseCloseIcon: {
|
|
2070
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2071
|
+
readonly required: false;
|
|
2072
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2073
|
+
__epPropKey: true;
|
|
2074
|
+
};
|
|
2075
|
+
readonly collapseOpenIcon: {
|
|
2076
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2077
|
+
readonly required: false;
|
|
2078
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2079
|
+
__epPropKey: true;
|
|
2080
|
+
};
|
|
2081
|
+
}>>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2082
|
+
[key: string]: any;
|
|
2083
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
2084
|
+
readonly disabled: boolean;
|
|
2085
|
+
readonly teleported: boolean;
|
|
2086
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2087
|
+
P: {};
|
|
2088
|
+
B: {};
|
|
2089
|
+
D: {};
|
|
2090
|
+
C: {};
|
|
2091
|
+
M: {};
|
|
2092
|
+
Defaults: {};
|
|
2093
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2094
|
+
readonly index: {
|
|
2095
|
+
readonly type: import("vue").PropType<string>;
|
|
2096
|
+
readonly required: true;
|
|
2097
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2098
|
+
__epPropKey: true;
|
|
2099
|
+
};
|
|
2100
|
+
readonly showTimeout: NumberConstructor;
|
|
2101
|
+
readonly hideTimeout: NumberConstructor;
|
|
2102
|
+
readonly popperClass: StringConstructor;
|
|
2103
|
+
readonly disabled: BooleanConstructor;
|
|
2104
|
+
readonly teleported: {
|
|
2105
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2106
|
+
readonly required: false;
|
|
2107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2108
|
+
__epPropKey: true;
|
|
2109
|
+
} & {
|
|
2110
|
+
readonly default: undefined;
|
|
2111
|
+
};
|
|
2112
|
+
readonly popperOffset: NumberConstructor;
|
|
2113
|
+
readonly expandCloseIcon: {
|
|
2114
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2115
|
+
readonly required: false;
|
|
2116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2117
|
+
__epPropKey: true;
|
|
2118
|
+
};
|
|
2119
|
+
readonly expandOpenIcon: {
|
|
2120
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2121
|
+
readonly required: false;
|
|
2122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2123
|
+
__epPropKey: true;
|
|
2124
|
+
};
|
|
2125
|
+
readonly collapseCloseIcon: {
|
|
2126
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2127
|
+
readonly required: false;
|
|
2128
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2129
|
+
__epPropKey: true;
|
|
2130
|
+
};
|
|
2131
|
+
readonly collapseOpenIcon: {
|
|
2132
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2133
|
+
readonly required: false;
|
|
2134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2135
|
+
__epPropKey: true;
|
|
2136
|
+
};
|
|
2137
|
+
}>>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2138
|
+
[key: string]: any;
|
|
2139
|
+
}>, {}, {}, {}, {
|
|
2140
|
+
readonly disabled: boolean;
|
|
2141
|
+
readonly teleported: boolean;
|
|
2142
|
+
}>;
|
|
2143
|
+
__isFragment?: undefined;
|
|
2144
|
+
__isTeleport?: undefined;
|
|
2145
|
+
__isSuspense?: undefined;
|
|
2146
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2147
|
+
readonly index: {
|
|
2148
|
+
readonly type: import("vue").PropType<string>;
|
|
2149
|
+
readonly required: true;
|
|
2150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2151
|
+
__epPropKey: true;
|
|
2152
|
+
};
|
|
2153
|
+
readonly showTimeout: NumberConstructor;
|
|
2154
|
+
readonly hideTimeout: NumberConstructor;
|
|
2155
|
+
readonly popperClass: StringConstructor;
|
|
2156
|
+
readonly disabled: BooleanConstructor;
|
|
2157
|
+
readonly teleported: {
|
|
2158
|
+
readonly type: import("vue").PropType<boolean>;
|
|
2159
|
+
readonly required: false;
|
|
2160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2161
|
+
__epPropKey: true;
|
|
2162
|
+
} & {
|
|
2163
|
+
readonly default: undefined;
|
|
2164
|
+
};
|
|
2165
|
+
readonly popperOffset: NumberConstructor;
|
|
2166
|
+
readonly expandCloseIcon: {
|
|
2167
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2168
|
+
readonly required: false;
|
|
2169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2170
|
+
__epPropKey: true;
|
|
2171
|
+
};
|
|
2172
|
+
readonly expandOpenIcon: {
|
|
2173
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2174
|
+
readonly required: false;
|
|
2175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2176
|
+
__epPropKey: true;
|
|
2177
|
+
};
|
|
2178
|
+
readonly collapseCloseIcon: {
|
|
2179
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2180
|
+
readonly required: false;
|
|
2181
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2182
|
+
__epPropKey: true;
|
|
2183
|
+
};
|
|
2184
|
+
readonly collapseOpenIcon: {
|
|
2185
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
2186
|
+
readonly required: false;
|
|
2187
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2188
|
+
__epPropKey: true;
|
|
2189
|
+
};
|
|
2190
|
+
}>>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2191
|
+
[key: string]: any;
|
|
2192
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2193
|
+
readonly disabled: boolean;
|
|
2194
|
+
readonly teleported: boolean;
|
|
2195
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
2196
|
+
readonly ElMenuItem: {
|
|
2197
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2198
|
+
readonly index: {
|
|
2199
|
+
readonly type: import("vue").PropType<string | null>;
|
|
2200
|
+
readonly required: false;
|
|
2201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2202
|
+
__epPropKey: true;
|
|
2203
|
+
} & {
|
|
2204
|
+
readonly default: null;
|
|
2205
|
+
};
|
|
2206
|
+
readonly route: {
|
|
2207
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
2208
|
+
readonly required: false;
|
|
2209
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2210
|
+
__epPropKey: true;
|
|
2211
|
+
};
|
|
2212
|
+
readonly disabled: BooleanConstructor;
|
|
2213
|
+
}>> & {
|
|
2214
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
2215
|
+
}, {
|
|
2216
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
2217
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
2218
|
+
active: ComputedRef<boolean>;
|
|
2219
|
+
nsMenu: {
|
|
2220
|
+
namespace: ComputedRef<string>;
|
|
2221
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2222
|
+
e: (element?: string | undefined) => string;
|
|
2223
|
+
m: (modifier?: string | undefined) => string;
|
|
2224
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2225
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2226
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2227
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2228
|
+
is: {
|
|
2229
|
+
(name: string, state: boolean | undefined): string;
|
|
2230
|
+
(name: string): string;
|
|
2231
|
+
};
|
|
2232
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2233
|
+
cssVarName: (name: string) => string;
|
|
2234
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2235
|
+
cssVarBlockName: (name: string) => string;
|
|
2236
|
+
};
|
|
2237
|
+
nsMenuItem: {
|
|
2238
|
+
namespace: ComputedRef<string>;
|
|
2239
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2240
|
+
e: (element?: string | undefined) => string;
|
|
2241
|
+
m: (modifier?: string | undefined) => string;
|
|
2242
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2243
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2244
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2245
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2246
|
+
is: {
|
|
2247
|
+
(name: string, state: boolean | undefined): string;
|
|
2248
|
+
(name: string): string;
|
|
2249
|
+
};
|
|
2250
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2251
|
+
cssVarName: (name: string) => string;
|
|
2252
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2253
|
+
cssVarBlockName: (name: string) => string;
|
|
2254
|
+
};
|
|
2255
|
+
handleClick: () => void;
|
|
2256
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2257
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
2258
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
2259
|
+
readonly disabled: boolean;
|
|
2260
|
+
readonly index: string | null;
|
|
2261
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2262
|
+
P: {};
|
|
2263
|
+
B: {};
|
|
2264
|
+
D: {};
|
|
2265
|
+
C: {};
|
|
2266
|
+
M: {};
|
|
2267
|
+
Defaults: {};
|
|
2268
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2269
|
+
readonly index: {
|
|
2270
|
+
readonly type: import("vue").PropType<string | null>;
|
|
2271
|
+
readonly required: false;
|
|
2272
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2273
|
+
__epPropKey: true;
|
|
2274
|
+
} & {
|
|
2275
|
+
readonly default: null;
|
|
2276
|
+
};
|
|
2277
|
+
readonly route: {
|
|
2278
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
2279
|
+
readonly required: false;
|
|
2280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2281
|
+
__epPropKey: true;
|
|
2282
|
+
};
|
|
2283
|
+
readonly disabled: BooleanConstructor;
|
|
2284
|
+
}>> & {
|
|
2285
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
2286
|
+
}, {
|
|
2287
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
2288
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
2289
|
+
active: ComputedRef<boolean>;
|
|
2290
|
+
nsMenu: {
|
|
2291
|
+
namespace: ComputedRef<string>;
|
|
2292
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2293
|
+
e: (element?: string | undefined) => string;
|
|
2294
|
+
m: (modifier?: string | undefined) => string;
|
|
2295
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2296
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2297
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2298
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2299
|
+
is: {
|
|
2300
|
+
(name: string, state: boolean | undefined): string;
|
|
2301
|
+
(name: string): string;
|
|
2302
|
+
};
|
|
2303
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2304
|
+
cssVarName: (name: string) => string;
|
|
2305
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2306
|
+
cssVarBlockName: (name: string) => string;
|
|
2307
|
+
};
|
|
2308
|
+
nsMenuItem: {
|
|
2309
|
+
namespace: ComputedRef<string>;
|
|
2310
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2311
|
+
e: (element?: string | undefined) => string;
|
|
2312
|
+
m: (modifier?: string | undefined) => string;
|
|
2313
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2314
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2315
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2316
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2317
|
+
is: {
|
|
2318
|
+
(name: string, state: boolean | undefined): string;
|
|
2319
|
+
(name: string): string;
|
|
2320
|
+
};
|
|
2321
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2322
|
+
cssVarName: (name: string) => string;
|
|
2323
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2324
|
+
cssVarBlockName: (name: string) => string;
|
|
2325
|
+
};
|
|
2326
|
+
handleClick: () => void;
|
|
2327
|
+
}, {}, {}, {}, {
|
|
2328
|
+
readonly disabled: boolean;
|
|
2329
|
+
readonly index: string | null;
|
|
2330
|
+
}>;
|
|
2331
|
+
__isFragment?: undefined;
|
|
2332
|
+
__isTeleport?: undefined;
|
|
2333
|
+
__isSuspense?: undefined;
|
|
2334
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2335
|
+
readonly index: {
|
|
2336
|
+
readonly type: import("vue").PropType<string | null>;
|
|
2337
|
+
readonly required: false;
|
|
2338
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2339
|
+
__epPropKey: true;
|
|
2340
|
+
} & {
|
|
2341
|
+
readonly default: null;
|
|
2342
|
+
};
|
|
2343
|
+
readonly route: {
|
|
2344
|
+
readonly type: import("vue").PropType<string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric>;
|
|
2345
|
+
readonly required: false;
|
|
2346
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2347
|
+
__epPropKey: true;
|
|
2348
|
+
};
|
|
2349
|
+
readonly disabled: BooleanConstructor;
|
|
2350
|
+
}>> & {
|
|
2351
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
2352
|
+
}, {
|
|
2353
|
+
parentMenu: ComputedRef<import("vue").ComponentInternalInstance>;
|
|
2354
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
2355
|
+
active: ComputedRef<boolean>;
|
|
2356
|
+
nsMenu: {
|
|
2357
|
+
namespace: ComputedRef<string>;
|
|
2358
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2359
|
+
e: (element?: string | undefined) => string;
|
|
2360
|
+
m: (modifier?: string | undefined) => string;
|
|
2361
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2362
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2363
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2364
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2365
|
+
is: {
|
|
2366
|
+
(name: string, state: boolean | undefined): string;
|
|
2367
|
+
(name: string): string;
|
|
2368
|
+
};
|
|
2369
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2370
|
+
cssVarName: (name: string) => string;
|
|
2371
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2372
|
+
cssVarBlockName: (name: string) => string;
|
|
2373
|
+
};
|
|
2374
|
+
nsMenuItem: {
|
|
2375
|
+
namespace: ComputedRef<string>;
|
|
2376
|
+
b: (blockSuffix?: string | undefined) => string;
|
|
2377
|
+
e: (element?: string | undefined) => string;
|
|
2378
|
+
m: (modifier?: string | undefined) => string;
|
|
2379
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
2380
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
2381
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
2382
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
2383
|
+
is: {
|
|
2384
|
+
(name: string, state: boolean | undefined): string;
|
|
2385
|
+
(name: string): string;
|
|
2386
|
+
};
|
|
2387
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
2388
|
+
cssVarName: (name: string) => string;
|
|
2389
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
2390
|
+
cssVarBlockName: (name: string) => string;
|
|
2391
|
+
};
|
|
2392
|
+
handleClick: () => void;
|
|
2393
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2394
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
2395
|
+
}, string, {
|
|
2396
|
+
readonly disabled: boolean;
|
|
2397
|
+
readonly index: string | null;
|
|
2398
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2399
|
+
$slots: {
|
|
2400
|
+
title?(_: {}): any;
|
|
2401
|
+
title?(_: {}): any;
|
|
2402
|
+
default?(_: {}): any;
|
|
2403
|
+
default?(_: {}): any;
|
|
2404
|
+
};
|
|
2405
|
+
}) & import("vue").Plugin;
|
|
2406
|
+
readonly ElIcon: {
|
|
2407
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2408
|
+
readonly size: {
|
|
2409
|
+
readonly type: import("vue").PropType<string | number>;
|
|
2410
|
+
readonly required: false;
|
|
2411
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2412
|
+
__epPropKey: true;
|
|
2413
|
+
};
|
|
2414
|
+
readonly color: {
|
|
2415
|
+
readonly type: import("vue").PropType<string>;
|
|
2416
|
+
readonly required: false;
|
|
2417
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2418
|
+
__epPropKey: true;
|
|
2419
|
+
};
|
|
2420
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2421
|
+
P: {};
|
|
2422
|
+
B: {};
|
|
2423
|
+
D: {};
|
|
2424
|
+
C: {};
|
|
2425
|
+
M: {};
|
|
2426
|
+
Defaults: {};
|
|
2427
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2428
|
+
readonly size: {
|
|
2429
|
+
readonly type: import("vue").PropType<string | number>;
|
|
2430
|
+
readonly required: false;
|
|
2431
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2432
|
+
__epPropKey: true;
|
|
2433
|
+
};
|
|
2434
|
+
readonly color: {
|
|
2435
|
+
readonly type: import("vue").PropType<string>;
|
|
2436
|
+
readonly required: false;
|
|
2437
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2438
|
+
__epPropKey: true;
|
|
2439
|
+
};
|
|
2440
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
2441
|
+
__isFragment?: undefined;
|
|
2442
|
+
__isTeleport?: undefined;
|
|
2443
|
+
__isSuspense?: undefined;
|
|
2444
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2445
|
+
readonly size: {
|
|
2446
|
+
readonly type: import("vue").PropType<string | number>;
|
|
2447
|
+
readonly required: false;
|
|
2448
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2449
|
+
__epPropKey: true;
|
|
2450
|
+
};
|
|
2451
|
+
readonly color: {
|
|
2452
|
+
readonly type: import("vue").PropType<string>;
|
|
2453
|
+
readonly required: false;
|
|
2454
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2455
|
+
__epPropKey: true;
|
|
2456
|
+
};
|
|
2457
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2458
|
+
$slots: {
|
|
2459
|
+
default?(_: {}): any;
|
|
2460
|
+
};
|
|
2461
|
+
}) & import("vue").Plugin;
|
|
2462
|
+
readonly isFunction: (val: any) => boolean;
|
|
2463
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2464
|
+
item: {
|
|
2465
|
+
type: null;
|
|
2466
|
+
required: true;
|
|
2467
|
+
};
|
|
2468
|
+
collapse: {
|
|
2469
|
+
type: BooleanConstructor;
|
|
2470
|
+
required: false;
|
|
2471
|
+
default: boolean;
|
|
2472
|
+
};
|
|
2473
|
+
renderMenuItem: {
|
|
2474
|
+
type: FunctionConstructor; /**
|
|
2475
|
+
* 自定义 菜单的标题显示
|
|
2476
|
+
* @param route
|
|
2477
|
+
*/
|
|
2478
|
+
required: false;
|
|
2479
|
+
default: undefined;
|
|
2480
|
+
};
|
|
2481
|
+
renderSubMenuItem: {
|
|
2482
|
+
type: FunctionConstructor;
|
|
2483
|
+
required: false;
|
|
2484
|
+
default: undefined;
|
|
2485
|
+
};
|
|
2486
|
+
renderTitle: {
|
|
2487
|
+
type: FunctionConstructor;
|
|
2488
|
+
required: false;
|
|
2489
|
+
default: undefined;
|
|
2490
|
+
};
|
|
2491
|
+
}>> & Readonly<{}>, {
|
|
2492
|
+
renderTitle: Function;
|
|
2493
|
+
collapse: boolean;
|
|
2494
|
+
renderMenuItem: Function;
|
|
2495
|
+
renderSubMenuItem: Function;
|
|
2496
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2497
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:collapse" | "toggleCollapse")[], "update:collapse" | "toggleCollapse", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2498
|
+
routes: {
|
|
2499
|
+
type: ArrayConstructor;
|
|
2500
|
+
required: false;
|
|
2501
|
+
default: () => never[];
|
|
2502
|
+
};
|
|
2503
|
+
collapse: {
|
|
2504
|
+
type: BooleanConstructor;
|
|
2505
|
+
required: false;
|
|
2506
|
+
default: boolean;
|
|
2507
|
+
};
|
|
2508
|
+
defaultActive: {
|
|
2509
|
+
type: null;
|
|
2510
|
+
required: false;
|
|
2511
|
+
default: undefined;
|
|
2512
|
+
};
|
|
2513
|
+
renderMenuItem: {
|
|
2514
|
+
type: FunctionConstructor;
|
|
2515
|
+
required: false;
|
|
2516
|
+
default: undefined;
|
|
2517
|
+
};
|
|
2518
|
+
renderSubMenuItem: {
|
|
2519
|
+
type: FunctionConstructor;
|
|
2520
|
+
required: false;
|
|
2521
|
+
default: undefined;
|
|
2522
|
+
};
|
|
2523
|
+
renderTitle: {
|
|
2524
|
+
type: FunctionConstructor;
|
|
2525
|
+
required: false;
|
|
2526
|
+
default: undefined;
|
|
2527
|
+
};
|
|
2528
|
+
renderMenuExtra: {
|
|
2529
|
+
type: FunctionConstructor;
|
|
2530
|
+
required: false;
|
|
2531
|
+
default: undefined;
|
|
2532
|
+
};
|
|
2533
|
+
scrollbarProps: {
|
|
2534
|
+
type: ObjectConstructor;
|
|
2535
|
+
required: false;
|
|
2536
|
+
default: () => {};
|
|
2537
|
+
};
|
|
2538
|
+
width: {
|
|
2539
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2540
|
+
required: false;
|
|
2541
|
+
default: number;
|
|
2542
|
+
};
|
|
2543
|
+
}>> & Readonly<{
|
|
2544
|
+
"onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
|
|
2545
|
+
onToggleCollapse?: ((...args: any[]) => any) | undefined;
|
|
2546
|
+
}>, {
|
|
2547
|
+
width: string | number;
|
|
2548
|
+
routes: unknown[];
|
|
2549
|
+
renderTitle: Function;
|
|
2550
|
+
scrollbarProps: Record<string, any>;
|
|
2551
|
+
collapse: boolean;
|
|
2552
|
+
defaultActive: any;
|
|
2553
|
+
renderMenuItem: Function;
|
|
2554
|
+
renderSubMenuItem: Function;
|
|
2555
|
+
renderMenuExtra: Function;
|
|
2556
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2557
|
+
export default _default;
|