@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,1135 @@
|
|
|
1
|
+
export interface PlusPopoverProps {
|
|
2
|
+
hasShowBottomButton?: boolean;
|
|
3
|
+
confirmLoading?: boolean;
|
|
4
|
+
cancelText?: string;
|
|
5
|
+
confirmText?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface PlusPopoverEmits {
|
|
8
|
+
(e: 'cancel'): void;
|
|
9
|
+
(e: 'confirm'): void;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
|
+
hasShowBottomButton: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
confirmLoading: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
cancelText: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
confirmText: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
required: false;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
}>, {
|
|
33
|
+
props: any;
|
|
34
|
+
emit: (event: "cancel" | "confirm", ...args: any[]) => void;
|
|
35
|
+
subVisible: import("vue").Ref<boolean, boolean>;
|
|
36
|
+
t: import("@wlydfe/pro-ui-hooks").Translator;
|
|
37
|
+
handleCancelPopover: () => void;
|
|
38
|
+
handleConfirmPopover: () => void;
|
|
39
|
+
readonly ElPopover: ({
|
|
40
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
+
readonly trigger: {
|
|
42
|
+
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
43
|
+
readonly required: false;
|
|
44
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
|
+
__epPropKey: true;
|
|
46
|
+
} & {
|
|
47
|
+
readonly default: "hover";
|
|
48
|
+
};
|
|
49
|
+
readonly triggerKeys: {
|
|
50
|
+
readonly type: import("vue").PropType<string[]>;
|
|
51
|
+
readonly required: false;
|
|
52
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
+
__epPropKey: true;
|
|
54
|
+
} & {
|
|
55
|
+
readonly default: () => string[];
|
|
56
|
+
};
|
|
57
|
+
readonly placement: {
|
|
58
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
59
|
+
readonly required: false;
|
|
60
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
|
+
__epPropKey: true;
|
|
62
|
+
} & {
|
|
63
|
+
readonly default: "bottom";
|
|
64
|
+
};
|
|
65
|
+
readonly disabled: BooleanConstructor;
|
|
66
|
+
readonly visible: {
|
|
67
|
+
readonly type: import("vue").PropType<boolean | null>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: null;
|
|
73
|
+
};
|
|
74
|
+
readonly transition: StringConstructor;
|
|
75
|
+
readonly popperOptions: {
|
|
76
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
77
|
+
readonly required: false;
|
|
78
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
|
+
__epPropKey: true;
|
|
80
|
+
} & {
|
|
81
|
+
readonly default: () => {};
|
|
82
|
+
};
|
|
83
|
+
readonly tabindex: {
|
|
84
|
+
readonly type: import("vue").PropType<string | number>;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
} & {
|
|
89
|
+
readonly default: 0;
|
|
90
|
+
};
|
|
91
|
+
readonly content: {
|
|
92
|
+
readonly type: import("vue").PropType<string>;
|
|
93
|
+
readonly required: false;
|
|
94
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
95
|
+
__epPropKey: true;
|
|
96
|
+
} & {
|
|
97
|
+
readonly default: "";
|
|
98
|
+
};
|
|
99
|
+
readonly popperStyle: {
|
|
100
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
101
|
+
readonly required: false;
|
|
102
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
|
+
__epPropKey: true;
|
|
104
|
+
};
|
|
105
|
+
readonly popperClass: {
|
|
106
|
+
readonly type: import("vue").PropType<string | {
|
|
107
|
+
[x: string]: boolean;
|
|
108
|
+
} | (string | {
|
|
109
|
+
[x: string]: boolean;
|
|
110
|
+
} | (string | {
|
|
111
|
+
[x: string]: boolean;
|
|
112
|
+
} | (string | {
|
|
113
|
+
[x: string]: boolean;
|
|
114
|
+
} | (string | {
|
|
115
|
+
[x: string]: boolean;
|
|
116
|
+
} | (string | {
|
|
117
|
+
[x: string]: boolean;
|
|
118
|
+
} | (string | {
|
|
119
|
+
[x: string]: boolean;
|
|
120
|
+
} | (string | {
|
|
121
|
+
[x: string]: boolean;
|
|
122
|
+
} | (string | {
|
|
123
|
+
[x: string]: boolean;
|
|
124
|
+
} | (string | {
|
|
125
|
+
[x: string]: boolean;
|
|
126
|
+
} | (string | any[] | {
|
|
127
|
+
[x: string]: boolean;
|
|
128
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
129
|
+
readonly required: false;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
+
__epPropKey: true;
|
|
132
|
+
};
|
|
133
|
+
readonly enterable: {
|
|
134
|
+
readonly default: true;
|
|
135
|
+
readonly type: import("vue").PropType<boolean>;
|
|
136
|
+
readonly required: false;
|
|
137
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
|
+
readonly __epPropKey: true;
|
|
139
|
+
};
|
|
140
|
+
readonly effect: {
|
|
141
|
+
readonly default: "light";
|
|
142
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
143
|
+
readonly required: false;
|
|
144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
145
|
+
readonly __epPropKey: true;
|
|
146
|
+
};
|
|
147
|
+
readonly teleported: {
|
|
148
|
+
readonly type: import("vue").PropType<boolean>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
} & {
|
|
153
|
+
readonly default: true;
|
|
154
|
+
};
|
|
155
|
+
readonly appendTo: {
|
|
156
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
157
|
+
readonly required: false;
|
|
158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
|
+
__epPropKey: true;
|
|
160
|
+
};
|
|
161
|
+
readonly title: StringConstructor;
|
|
162
|
+
readonly width: {
|
|
163
|
+
readonly type: import("vue").PropType<string | number>;
|
|
164
|
+
readonly required: false;
|
|
165
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
|
+
__epPropKey: true;
|
|
167
|
+
} & {
|
|
168
|
+
readonly default: 150;
|
|
169
|
+
};
|
|
170
|
+
readonly offset: {
|
|
171
|
+
readonly type: import("vue").PropType<number>;
|
|
172
|
+
readonly required: false;
|
|
173
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
|
+
__epPropKey: true;
|
|
175
|
+
} & {
|
|
176
|
+
readonly default: undefined;
|
|
177
|
+
};
|
|
178
|
+
readonly showAfter: {
|
|
179
|
+
readonly type: import("vue").PropType<number>;
|
|
180
|
+
readonly required: false;
|
|
181
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
+
__epPropKey: true;
|
|
183
|
+
} & {
|
|
184
|
+
readonly default: 0;
|
|
185
|
+
};
|
|
186
|
+
readonly hideAfter: {
|
|
187
|
+
readonly type: import("vue").PropType<number>;
|
|
188
|
+
readonly required: false;
|
|
189
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
|
+
__epPropKey: true;
|
|
191
|
+
} & {
|
|
192
|
+
readonly default: 200;
|
|
193
|
+
};
|
|
194
|
+
readonly autoClose: {
|
|
195
|
+
readonly type: import("vue").PropType<number>;
|
|
196
|
+
readonly required: false;
|
|
197
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
|
+
__epPropKey: true;
|
|
199
|
+
} & {
|
|
200
|
+
readonly default: 0;
|
|
201
|
+
};
|
|
202
|
+
readonly showArrow: {
|
|
203
|
+
readonly type: import("vue").PropType<boolean>;
|
|
204
|
+
readonly required: false;
|
|
205
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
|
+
__epPropKey: true;
|
|
207
|
+
} & {
|
|
208
|
+
readonly default: true;
|
|
209
|
+
};
|
|
210
|
+
readonly persistent: {
|
|
211
|
+
readonly type: import("vue").PropType<boolean>;
|
|
212
|
+
readonly required: false;
|
|
213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
+
__epPropKey: true;
|
|
215
|
+
} & {
|
|
216
|
+
readonly default: true;
|
|
217
|
+
};
|
|
218
|
+
readonly "onUpdate:visible": {
|
|
219
|
+
readonly type: import("vue").PropType<(visible: boolean) => void>;
|
|
220
|
+
readonly required: false;
|
|
221
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
222
|
+
__epPropKey: true;
|
|
223
|
+
};
|
|
224
|
+
}>> & {
|
|
225
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
226
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
227
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
228
|
+
"onBefore-enter"?: (() => any) | undefined;
|
|
229
|
+
"onBefore-leave"?: (() => any) | undefined;
|
|
230
|
+
}, {
|
|
231
|
+
popperRef: import("vue").ComputedRef<import("element-plus").PopperInstance | undefined>;
|
|
232
|
+
hide: () => void;
|
|
233
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
234
|
+
"after-enter": () => void;
|
|
235
|
+
"after-leave": () => void;
|
|
236
|
+
"before-enter": () => void;
|
|
237
|
+
"before-leave": () => void;
|
|
238
|
+
"update:visible": (value: boolean) => void;
|
|
239
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
240
|
+
readonly disabled: boolean;
|
|
241
|
+
readonly width: string | number;
|
|
242
|
+
readonly content: string;
|
|
243
|
+
readonly offset: number;
|
|
244
|
+
readonly visible: boolean | null;
|
|
245
|
+
readonly placement: import("element-plus").Placement;
|
|
246
|
+
readonly effect: import("element-plus").PopperEffect;
|
|
247
|
+
readonly showAfter: number;
|
|
248
|
+
readonly hideAfter: number;
|
|
249
|
+
readonly autoClose: number;
|
|
250
|
+
readonly tabindex: string | number;
|
|
251
|
+
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
252
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
253
|
+
readonly enterable: boolean;
|
|
254
|
+
readonly triggerKeys: string[];
|
|
255
|
+
readonly teleported: boolean;
|
|
256
|
+
readonly persistent: boolean;
|
|
257
|
+
readonly showArrow: boolean;
|
|
258
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
259
|
+
P: {};
|
|
260
|
+
B: {};
|
|
261
|
+
D: {};
|
|
262
|
+
C: {};
|
|
263
|
+
M: {};
|
|
264
|
+
Defaults: {};
|
|
265
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
266
|
+
readonly trigger: {
|
|
267
|
+
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
268
|
+
readonly required: false;
|
|
269
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
|
+
__epPropKey: true;
|
|
271
|
+
} & {
|
|
272
|
+
readonly default: "hover";
|
|
273
|
+
};
|
|
274
|
+
readonly triggerKeys: {
|
|
275
|
+
readonly type: import("vue").PropType<string[]>;
|
|
276
|
+
readonly required: false;
|
|
277
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
|
+
__epPropKey: true;
|
|
279
|
+
} & {
|
|
280
|
+
readonly default: () => string[];
|
|
281
|
+
};
|
|
282
|
+
readonly placement: {
|
|
283
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
284
|
+
readonly required: false;
|
|
285
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
286
|
+
__epPropKey: true;
|
|
287
|
+
} & {
|
|
288
|
+
readonly default: "bottom";
|
|
289
|
+
};
|
|
290
|
+
readonly disabled: BooleanConstructor;
|
|
291
|
+
readonly visible: {
|
|
292
|
+
readonly type: import("vue").PropType<boolean | null>;
|
|
293
|
+
readonly required: false;
|
|
294
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
295
|
+
__epPropKey: true;
|
|
296
|
+
} & {
|
|
297
|
+
readonly default: null;
|
|
298
|
+
};
|
|
299
|
+
readonly transition: StringConstructor;
|
|
300
|
+
readonly popperOptions: {
|
|
301
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
302
|
+
readonly required: false;
|
|
303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
+
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: () => {};
|
|
307
|
+
};
|
|
308
|
+
readonly tabindex: {
|
|
309
|
+
readonly type: import("vue").PropType<string | number>;
|
|
310
|
+
readonly required: false;
|
|
311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
+
__epPropKey: true;
|
|
313
|
+
} & {
|
|
314
|
+
readonly default: 0;
|
|
315
|
+
};
|
|
316
|
+
readonly content: {
|
|
317
|
+
readonly type: import("vue").PropType<string>;
|
|
318
|
+
readonly required: false;
|
|
319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
+
__epPropKey: true;
|
|
321
|
+
} & {
|
|
322
|
+
readonly default: "";
|
|
323
|
+
};
|
|
324
|
+
readonly popperStyle: {
|
|
325
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
326
|
+
readonly required: false;
|
|
327
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
328
|
+
__epPropKey: true;
|
|
329
|
+
};
|
|
330
|
+
readonly popperClass: {
|
|
331
|
+
readonly type: import("vue").PropType<string | {
|
|
332
|
+
[x: string]: boolean;
|
|
333
|
+
} | (string | {
|
|
334
|
+
[x: string]: boolean;
|
|
335
|
+
} | (string | {
|
|
336
|
+
[x: string]: boolean;
|
|
337
|
+
} | (string | {
|
|
338
|
+
[x: string]: boolean;
|
|
339
|
+
} | (string | {
|
|
340
|
+
[x: string]: boolean;
|
|
341
|
+
} | (string | {
|
|
342
|
+
[x: string]: boolean;
|
|
343
|
+
} | (string | {
|
|
344
|
+
[x: string]: boolean;
|
|
345
|
+
} | (string | {
|
|
346
|
+
[x: string]: boolean;
|
|
347
|
+
} | (string | {
|
|
348
|
+
[x: string]: boolean;
|
|
349
|
+
} | (string | {
|
|
350
|
+
[x: string]: boolean;
|
|
351
|
+
} | (string | any[] | {
|
|
352
|
+
[x: string]: boolean;
|
|
353
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
354
|
+
readonly required: false;
|
|
355
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
356
|
+
__epPropKey: true;
|
|
357
|
+
};
|
|
358
|
+
readonly enterable: {
|
|
359
|
+
readonly default: true;
|
|
360
|
+
readonly type: import("vue").PropType<boolean>;
|
|
361
|
+
readonly required: false;
|
|
362
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
363
|
+
readonly __epPropKey: true;
|
|
364
|
+
};
|
|
365
|
+
readonly effect: {
|
|
366
|
+
readonly default: "light";
|
|
367
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
368
|
+
readonly required: false;
|
|
369
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
|
+
readonly __epPropKey: true;
|
|
371
|
+
};
|
|
372
|
+
readonly teleported: {
|
|
373
|
+
readonly type: import("vue").PropType<boolean>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
} & {
|
|
378
|
+
readonly default: true;
|
|
379
|
+
};
|
|
380
|
+
readonly appendTo: {
|
|
381
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
382
|
+
readonly required: false;
|
|
383
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
|
+
__epPropKey: true;
|
|
385
|
+
};
|
|
386
|
+
readonly title: StringConstructor;
|
|
387
|
+
readonly width: {
|
|
388
|
+
readonly type: import("vue").PropType<string | number>;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
} & {
|
|
393
|
+
readonly default: 150;
|
|
394
|
+
};
|
|
395
|
+
readonly offset: {
|
|
396
|
+
readonly type: import("vue").PropType<number>;
|
|
397
|
+
readonly required: false;
|
|
398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
+
__epPropKey: true;
|
|
400
|
+
} & {
|
|
401
|
+
readonly default: undefined;
|
|
402
|
+
};
|
|
403
|
+
readonly showAfter: {
|
|
404
|
+
readonly type: import("vue").PropType<number>;
|
|
405
|
+
readonly required: false;
|
|
406
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
+
__epPropKey: true;
|
|
408
|
+
} & {
|
|
409
|
+
readonly default: 0;
|
|
410
|
+
};
|
|
411
|
+
readonly hideAfter: {
|
|
412
|
+
readonly type: import("vue").PropType<number>;
|
|
413
|
+
readonly required: false;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
} & {
|
|
417
|
+
readonly default: 200;
|
|
418
|
+
};
|
|
419
|
+
readonly autoClose: {
|
|
420
|
+
readonly type: import("vue").PropType<number>;
|
|
421
|
+
readonly required: false;
|
|
422
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
423
|
+
__epPropKey: true;
|
|
424
|
+
} & {
|
|
425
|
+
readonly default: 0;
|
|
426
|
+
};
|
|
427
|
+
readonly showArrow: {
|
|
428
|
+
readonly type: import("vue").PropType<boolean>;
|
|
429
|
+
readonly required: false;
|
|
430
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
+
__epPropKey: true;
|
|
432
|
+
} & {
|
|
433
|
+
readonly default: true;
|
|
434
|
+
};
|
|
435
|
+
readonly persistent: {
|
|
436
|
+
readonly type: import("vue").PropType<boolean>;
|
|
437
|
+
readonly required: false;
|
|
438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
+
__epPropKey: true;
|
|
440
|
+
} & {
|
|
441
|
+
readonly default: true;
|
|
442
|
+
};
|
|
443
|
+
readonly "onUpdate:visible": {
|
|
444
|
+
readonly type: import("vue").PropType<(visible: boolean) => void>;
|
|
445
|
+
readonly required: false;
|
|
446
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
447
|
+
__epPropKey: true;
|
|
448
|
+
};
|
|
449
|
+
}>> & {
|
|
450
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
451
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
452
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
453
|
+
"onBefore-enter"?: (() => any) | undefined;
|
|
454
|
+
"onBefore-leave"?: (() => any) | undefined;
|
|
455
|
+
}, {
|
|
456
|
+
popperRef: import("vue").ComputedRef<import("element-plus").PopperInstance | undefined>;
|
|
457
|
+
hide: () => void;
|
|
458
|
+
}, {}, {}, {}, {
|
|
459
|
+
readonly disabled: boolean;
|
|
460
|
+
readonly width: string | number;
|
|
461
|
+
readonly content: string;
|
|
462
|
+
readonly offset: number;
|
|
463
|
+
readonly visible: boolean | null;
|
|
464
|
+
readonly placement: import("element-plus").Placement;
|
|
465
|
+
readonly effect: import("element-plus").PopperEffect;
|
|
466
|
+
readonly showAfter: number;
|
|
467
|
+
readonly hideAfter: number;
|
|
468
|
+
readonly autoClose: number;
|
|
469
|
+
readonly tabindex: string | number;
|
|
470
|
+
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
471
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
472
|
+
readonly enterable: boolean;
|
|
473
|
+
readonly triggerKeys: string[];
|
|
474
|
+
readonly teleported: boolean;
|
|
475
|
+
readonly persistent: boolean;
|
|
476
|
+
readonly showArrow: boolean;
|
|
477
|
+
}>;
|
|
478
|
+
__isFragment?: undefined;
|
|
479
|
+
__isTeleport?: undefined;
|
|
480
|
+
__isSuspense?: undefined;
|
|
481
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
482
|
+
readonly trigger: {
|
|
483
|
+
readonly type: import("vue").PropType<import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]>;
|
|
484
|
+
readonly required: false;
|
|
485
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
486
|
+
__epPropKey: true;
|
|
487
|
+
} & {
|
|
488
|
+
readonly default: "hover";
|
|
489
|
+
};
|
|
490
|
+
readonly triggerKeys: {
|
|
491
|
+
readonly type: import("vue").PropType<string[]>;
|
|
492
|
+
readonly required: false;
|
|
493
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
|
+
__epPropKey: true;
|
|
495
|
+
} & {
|
|
496
|
+
readonly default: () => string[];
|
|
497
|
+
};
|
|
498
|
+
readonly placement: {
|
|
499
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
500
|
+
readonly required: false;
|
|
501
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
502
|
+
__epPropKey: true;
|
|
503
|
+
} & {
|
|
504
|
+
readonly default: "bottom";
|
|
505
|
+
};
|
|
506
|
+
readonly disabled: BooleanConstructor;
|
|
507
|
+
readonly visible: {
|
|
508
|
+
readonly type: import("vue").PropType<boolean | null>;
|
|
509
|
+
readonly required: false;
|
|
510
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
511
|
+
__epPropKey: true;
|
|
512
|
+
} & {
|
|
513
|
+
readonly default: null;
|
|
514
|
+
};
|
|
515
|
+
readonly transition: StringConstructor;
|
|
516
|
+
readonly popperOptions: {
|
|
517
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
518
|
+
readonly required: false;
|
|
519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
+
__epPropKey: true;
|
|
521
|
+
} & {
|
|
522
|
+
readonly default: () => {};
|
|
523
|
+
};
|
|
524
|
+
readonly tabindex: {
|
|
525
|
+
readonly type: import("vue").PropType<string | number>;
|
|
526
|
+
readonly required: false;
|
|
527
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
528
|
+
__epPropKey: true;
|
|
529
|
+
} & {
|
|
530
|
+
readonly default: 0;
|
|
531
|
+
};
|
|
532
|
+
readonly content: {
|
|
533
|
+
readonly type: import("vue").PropType<string>;
|
|
534
|
+
readonly required: false;
|
|
535
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
536
|
+
__epPropKey: true;
|
|
537
|
+
} & {
|
|
538
|
+
readonly default: "";
|
|
539
|
+
};
|
|
540
|
+
readonly popperStyle: {
|
|
541
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
542
|
+
readonly required: false;
|
|
543
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
544
|
+
__epPropKey: true;
|
|
545
|
+
};
|
|
546
|
+
readonly popperClass: {
|
|
547
|
+
readonly type: import("vue").PropType<string | {
|
|
548
|
+
[x: string]: boolean;
|
|
549
|
+
} | (string | {
|
|
550
|
+
[x: string]: boolean;
|
|
551
|
+
} | (string | {
|
|
552
|
+
[x: string]: boolean;
|
|
553
|
+
} | (string | {
|
|
554
|
+
[x: string]: boolean;
|
|
555
|
+
} | (string | {
|
|
556
|
+
[x: string]: boolean;
|
|
557
|
+
} | (string | {
|
|
558
|
+
[x: string]: boolean;
|
|
559
|
+
} | (string | {
|
|
560
|
+
[x: string]: boolean;
|
|
561
|
+
} | (string | {
|
|
562
|
+
[x: string]: boolean;
|
|
563
|
+
} | (string | {
|
|
564
|
+
[x: string]: boolean;
|
|
565
|
+
} | (string | {
|
|
566
|
+
[x: string]: boolean;
|
|
567
|
+
} | (string | any[] | {
|
|
568
|
+
[x: string]: boolean;
|
|
569
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
570
|
+
readonly required: false;
|
|
571
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
+
__epPropKey: true;
|
|
573
|
+
};
|
|
574
|
+
readonly enterable: {
|
|
575
|
+
readonly default: true;
|
|
576
|
+
readonly type: import("vue").PropType<boolean>;
|
|
577
|
+
readonly required: false;
|
|
578
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
579
|
+
readonly __epPropKey: true;
|
|
580
|
+
};
|
|
581
|
+
readonly effect: {
|
|
582
|
+
readonly default: "light";
|
|
583
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
584
|
+
readonly required: false;
|
|
585
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
+
readonly __epPropKey: true;
|
|
587
|
+
};
|
|
588
|
+
readonly teleported: {
|
|
589
|
+
readonly type: import("vue").PropType<boolean>;
|
|
590
|
+
readonly required: false;
|
|
591
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
|
+
__epPropKey: true;
|
|
593
|
+
} & {
|
|
594
|
+
readonly default: true;
|
|
595
|
+
};
|
|
596
|
+
readonly appendTo: {
|
|
597
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
};
|
|
602
|
+
readonly title: StringConstructor;
|
|
603
|
+
readonly width: {
|
|
604
|
+
readonly type: import("vue").PropType<string | number>;
|
|
605
|
+
readonly required: false;
|
|
606
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
607
|
+
__epPropKey: true;
|
|
608
|
+
} & {
|
|
609
|
+
readonly default: 150;
|
|
610
|
+
};
|
|
611
|
+
readonly offset: {
|
|
612
|
+
readonly type: import("vue").PropType<number>;
|
|
613
|
+
readonly required: false;
|
|
614
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
615
|
+
__epPropKey: true;
|
|
616
|
+
} & {
|
|
617
|
+
readonly default: undefined;
|
|
618
|
+
};
|
|
619
|
+
readonly showAfter: {
|
|
620
|
+
readonly type: import("vue").PropType<number>;
|
|
621
|
+
readonly required: false;
|
|
622
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
623
|
+
__epPropKey: true;
|
|
624
|
+
} & {
|
|
625
|
+
readonly default: 0;
|
|
626
|
+
};
|
|
627
|
+
readonly hideAfter: {
|
|
628
|
+
readonly type: import("vue").PropType<number>;
|
|
629
|
+
readonly required: false;
|
|
630
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
|
+
__epPropKey: true;
|
|
632
|
+
} & {
|
|
633
|
+
readonly default: 200;
|
|
634
|
+
};
|
|
635
|
+
readonly autoClose: {
|
|
636
|
+
readonly type: import("vue").PropType<number>;
|
|
637
|
+
readonly required: false;
|
|
638
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
|
+
__epPropKey: true;
|
|
640
|
+
} & {
|
|
641
|
+
readonly default: 0;
|
|
642
|
+
};
|
|
643
|
+
readonly showArrow: {
|
|
644
|
+
readonly type: import("vue").PropType<boolean>;
|
|
645
|
+
readonly required: false;
|
|
646
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
647
|
+
__epPropKey: true;
|
|
648
|
+
} & {
|
|
649
|
+
readonly default: true;
|
|
650
|
+
};
|
|
651
|
+
readonly persistent: {
|
|
652
|
+
readonly type: import("vue").PropType<boolean>;
|
|
653
|
+
readonly required: false;
|
|
654
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
655
|
+
__epPropKey: true;
|
|
656
|
+
} & {
|
|
657
|
+
readonly default: true;
|
|
658
|
+
};
|
|
659
|
+
readonly "onUpdate:visible": {
|
|
660
|
+
readonly type: import("vue").PropType<(visible: boolean) => void>;
|
|
661
|
+
readonly required: false;
|
|
662
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
663
|
+
__epPropKey: true;
|
|
664
|
+
};
|
|
665
|
+
}>> & {
|
|
666
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
667
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
668
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
669
|
+
"onBefore-enter"?: (() => any) | undefined;
|
|
670
|
+
"onBefore-leave"?: (() => any) | undefined;
|
|
671
|
+
}, {
|
|
672
|
+
popperRef: import("vue").ComputedRef<import("element-plus").PopperInstance | undefined>;
|
|
673
|
+
hide: () => void;
|
|
674
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
675
|
+
"after-enter": () => void;
|
|
676
|
+
"after-leave": () => void;
|
|
677
|
+
"before-enter": () => void;
|
|
678
|
+
"before-leave": () => void;
|
|
679
|
+
"update:visible": (value: boolean) => void;
|
|
680
|
+
}, string, {
|
|
681
|
+
readonly disabled: boolean;
|
|
682
|
+
readonly width: string | number;
|
|
683
|
+
readonly content: string;
|
|
684
|
+
readonly offset: number;
|
|
685
|
+
readonly visible: boolean | null;
|
|
686
|
+
readonly placement: import("element-plus").Placement;
|
|
687
|
+
readonly effect: import("element-plus").PopperEffect;
|
|
688
|
+
readonly showAfter: number;
|
|
689
|
+
readonly hideAfter: number;
|
|
690
|
+
readonly autoClose: number;
|
|
691
|
+
readonly tabindex: string | number;
|
|
692
|
+
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
693
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
694
|
+
readonly enterable: boolean;
|
|
695
|
+
readonly triggerKeys: string[];
|
|
696
|
+
readonly teleported: boolean;
|
|
697
|
+
readonly persistent: boolean;
|
|
698
|
+
readonly showArrow: boolean;
|
|
699
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
700
|
+
$slots: {
|
|
701
|
+
reference?(_: {}): any;
|
|
702
|
+
default?(_: {}): any;
|
|
703
|
+
};
|
|
704
|
+
}) & import("vue").Plugin) & {
|
|
705
|
+
directive: import("vue").ObjectDirective<any, any, string, string> & import("vue").Plugin;
|
|
706
|
+
};
|
|
707
|
+
readonly ElButton: ({
|
|
708
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
709
|
+
readonly size: {
|
|
710
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
711
|
+
readonly required: false;
|
|
712
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
|
+
__epPropKey: true;
|
|
714
|
+
};
|
|
715
|
+
readonly disabled: BooleanConstructor;
|
|
716
|
+
readonly type: {
|
|
717
|
+
readonly type: import("vue").PropType<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
718
|
+
readonly required: false;
|
|
719
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
720
|
+
__epPropKey: true;
|
|
721
|
+
} & {
|
|
722
|
+
readonly default: "";
|
|
723
|
+
};
|
|
724
|
+
readonly icon: {
|
|
725
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
726
|
+
readonly required: false;
|
|
727
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
728
|
+
__epPropKey: true;
|
|
729
|
+
};
|
|
730
|
+
readonly nativeType: {
|
|
731
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
732
|
+
readonly required: false;
|
|
733
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
734
|
+
__epPropKey: true;
|
|
735
|
+
} & {
|
|
736
|
+
readonly default: "button";
|
|
737
|
+
};
|
|
738
|
+
readonly loading: BooleanConstructor;
|
|
739
|
+
readonly loadingIcon: {
|
|
740
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
741
|
+
readonly required: false;
|
|
742
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
743
|
+
__epPropKey: true;
|
|
744
|
+
} & {
|
|
745
|
+
readonly default: () => any;
|
|
746
|
+
};
|
|
747
|
+
readonly plain: {
|
|
748
|
+
readonly type: import("vue").PropType<boolean>;
|
|
749
|
+
readonly required: false;
|
|
750
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
751
|
+
__epPropKey: true;
|
|
752
|
+
} & {
|
|
753
|
+
readonly default: undefined;
|
|
754
|
+
};
|
|
755
|
+
readonly text: BooleanConstructor;
|
|
756
|
+
readonly link: BooleanConstructor;
|
|
757
|
+
readonly bg: BooleanConstructor;
|
|
758
|
+
readonly autofocus: BooleanConstructor;
|
|
759
|
+
readonly round: {
|
|
760
|
+
readonly type: import("vue").PropType<boolean>;
|
|
761
|
+
readonly required: false;
|
|
762
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
763
|
+
__epPropKey: true;
|
|
764
|
+
} & {
|
|
765
|
+
readonly default: undefined;
|
|
766
|
+
};
|
|
767
|
+
readonly circle: BooleanConstructor;
|
|
768
|
+
readonly color: StringConstructor;
|
|
769
|
+
readonly dark: BooleanConstructor;
|
|
770
|
+
readonly autoInsertSpace: {
|
|
771
|
+
readonly type: import("vue").PropType<boolean>;
|
|
772
|
+
readonly required: false;
|
|
773
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
774
|
+
__epPropKey: true;
|
|
775
|
+
} & {
|
|
776
|
+
readonly default: undefined;
|
|
777
|
+
};
|
|
778
|
+
readonly tag: {
|
|
779
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
780
|
+
readonly required: false;
|
|
781
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
782
|
+
__epPropKey: true;
|
|
783
|
+
} & {
|
|
784
|
+
readonly default: "button";
|
|
785
|
+
};
|
|
786
|
+
}>> & {
|
|
787
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
788
|
+
}, {
|
|
789
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
790
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
791
|
+
type: import("vue").ComputedRef<string>;
|
|
792
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
793
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
794
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
795
|
+
click: (evt: MouseEvent) => void;
|
|
796
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
797
|
+
readonly link: boolean;
|
|
798
|
+
readonly circle: boolean;
|
|
799
|
+
readonly text: boolean;
|
|
800
|
+
readonly disabled: boolean;
|
|
801
|
+
readonly round: boolean;
|
|
802
|
+
readonly dark: boolean;
|
|
803
|
+
readonly type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
804
|
+
readonly bg: boolean;
|
|
805
|
+
readonly loading: boolean;
|
|
806
|
+
readonly autofocus: boolean;
|
|
807
|
+
readonly tag: string | import("vue").Component;
|
|
808
|
+
readonly plain: boolean;
|
|
809
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
810
|
+
readonly loadingIcon: string | import("vue").Component;
|
|
811
|
+
readonly autoInsertSpace: boolean;
|
|
812
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
813
|
+
P: {};
|
|
814
|
+
B: {};
|
|
815
|
+
D: {};
|
|
816
|
+
C: {};
|
|
817
|
+
M: {};
|
|
818
|
+
Defaults: {};
|
|
819
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
820
|
+
readonly size: {
|
|
821
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
822
|
+
readonly required: false;
|
|
823
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
+
__epPropKey: true;
|
|
825
|
+
};
|
|
826
|
+
readonly disabled: BooleanConstructor;
|
|
827
|
+
readonly type: {
|
|
828
|
+
readonly type: import("vue").PropType<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
829
|
+
readonly required: false;
|
|
830
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
831
|
+
__epPropKey: true;
|
|
832
|
+
} & {
|
|
833
|
+
readonly default: "";
|
|
834
|
+
};
|
|
835
|
+
readonly icon: {
|
|
836
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
837
|
+
readonly required: false;
|
|
838
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
+
__epPropKey: true;
|
|
840
|
+
};
|
|
841
|
+
readonly nativeType: {
|
|
842
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
843
|
+
readonly required: false;
|
|
844
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
845
|
+
__epPropKey: true;
|
|
846
|
+
} & {
|
|
847
|
+
readonly default: "button";
|
|
848
|
+
};
|
|
849
|
+
readonly loading: BooleanConstructor;
|
|
850
|
+
readonly loadingIcon: {
|
|
851
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
852
|
+
readonly required: false;
|
|
853
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
854
|
+
__epPropKey: true;
|
|
855
|
+
} & {
|
|
856
|
+
readonly default: () => any;
|
|
857
|
+
};
|
|
858
|
+
readonly plain: {
|
|
859
|
+
readonly type: import("vue").PropType<boolean>;
|
|
860
|
+
readonly required: false;
|
|
861
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
862
|
+
__epPropKey: true;
|
|
863
|
+
} & {
|
|
864
|
+
readonly default: undefined;
|
|
865
|
+
};
|
|
866
|
+
readonly text: BooleanConstructor;
|
|
867
|
+
readonly link: BooleanConstructor;
|
|
868
|
+
readonly bg: BooleanConstructor;
|
|
869
|
+
readonly autofocus: BooleanConstructor;
|
|
870
|
+
readonly round: {
|
|
871
|
+
readonly type: import("vue").PropType<boolean>;
|
|
872
|
+
readonly required: false;
|
|
873
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
874
|
+
__epPropKey: true;
|
|
875
|
+
} & {
|
|
876
|
+
readonly default: undefined;
|
|
877
|
+
};
|
|
878
|
+
readonly circle: BooleanConstructor;
|
|
879
|
+
readonly color: StringConstructor;
|
|
880
|
+
readonly dark: BooleanConstructor;
|
|
881
|
+
readonly autoInsertSpace: {
|
|
882
|
+
readonly type: import("vue").PropType<boolean>;
|
|
883
|
+
readonly required: false;
|
|
884
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
885
|
+
__epPropKey: true;
|
|
886
|
+
} & {
|
|
887
|
+
readonly default: undefined;
|
|
888
|
+
};
|
|
889
|
+
readonly tag: {
|
|
890
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
891
|
+
readonly required: false;
|
|
892
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
893
|
+
__epPropKey: true;
|
|
894
|
+
} & {
|
|
895
|
+
readonly default: "button";
|
|
896
|
+
};
|
|
897
|
+
}>> & {
|
|
898
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
899
|
+
}, {
|
|
900
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
901
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
902
|
+
type: import("vue").ComputedRef<string>;
|
|
903
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
904
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
905
|
+
}, {}, {}, {}, {
|
|
906
|
+
readonly link: boolean;
|
|
907
|
+
readonly circle: boolean;
|
|
908
|
+
readonly text: boolean;
|
|
909
|
+
readonly disabled: boolean;
|
|
910
|
+
readonly round: boolean;
|
|
911
|
+
readonly dark: boolean;
|
|
912
|
+
readonly type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
913
|
+
readonly bg: boolean;
|
|
914
|
+
readonly loading: boolean;
|
|
915
|
+
readonly autofocus: boolean;
|
|
916
|
+
readonly tag: string | import("vue").Component;
|
|
917
|
+
readonly plain: boolean;
|
|
918
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
919
|
+
readonly loadingIcon: string | import("vue").Component;
|
|
920
|
+
readonly autoInsertSpace: boolean;
|
|
921
|
+
}>;
|
|
922
|
+
__isFragment?: undefined;
|
|
923
|
+
__isTeleport?: undefined;
|
|
924
|
+
__isSuspense?: undefined;
|
|
925
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
926
|
+
readonly size: {
|
|
927
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
928
|
+
readonly required: false;
|
|
929
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
930
|
+
__epPropKey: true;
|
|
931
|
+
};
|
|
932
|
+
readonly disabled: BooleanConstructor;
|
|
933
|
+
readonly type: {
|
|
934
|
+
readonly type: import("vue").PropType<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
935
|
+
readonly required: false;
|
|
936
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
937
|
+
__epPropKey: true;
|
|
938
|
+
} & {
|
|
939
|
+
readonly default: "";
|
|
940
|
+
};
|
|
941
|
+
readonly icon: {
|
|
942
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
943
|
+
readonly required: false;
|
|
944
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
945
|
+
__epPropKey: true;
|
|
946
|
+
};
|
|
947
|
+
readonly nativeType: {
|
|
948
|
+
readonly type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
949
|
+
readonly required: false;
|
|
950
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
951
|
+
__epPropKey: true;
|
|
952
|
+
} & {
|
|
953
|
+
readonly default: "button";
|
|
954
|
+
};
|
|
955
|
+
readonly loading: BooleanConstructor;
|
|
956
|
+
readonly loadingIcon: {
|
|
957
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
958
|
+
readonly required: false;
|
|
959
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
960
|
+
__epPropKey: true;
|
|
961
|
+
} & {
|
|
962
|
+
readonly default: () => any;
|
|
963
|
+
};
|
|
964
|
+
readonly plain: {
|
|
965
|
+
readonly type: import("vue").PropType<boolean>;
|
|
966
|
+
readonly required: false;
|
|
967
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
968
|
+
__epPropKey: true;
|
|
969
|
+
} & {
|
|
970
|
+
readonly default: undefined;
|
|
971
|
+
};
|
|
972
|
+
readonly text: BooleanConstructor;
|
|
973
|
+
readonly link: BooleanConstructor;
|
|
974
|
+
readonly bg: BooleanConstructor;
|
|
975
|
+
readonly autofocus: BooleanConstructor;
|
|
976
|
+
readonly round: {
|
|
977
|
+
readonly type: import("vue").PropType<boolean>;
|
|
978
|
+
readonly required: false;
|
|
979
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
980
|
+
__epPropKey: true;
|
|
981
|
+
} & {
|
|
982
|
+
readonly default: undefined;
|
|
983
|
+
};
|
|
984
|
+
readonly circle: BooleanConstructor;
|
|
985
|
+
readonly color: StringConstructor;
|
|
986
|
+
readonly dark: BooleanConstructor;
|
|
987
|
+
readonly autoInsertSpace: {
|
|
988
|
+
readonly type: import("vue").PropType<boolean>;
|
|
989
|
+
readonly required: false;
|
|
990
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
991
|
+
__epPropKey: true;
|
|
992
|
+
} & {
|
|
993
|
+
readonly default: undefined;
|
|
994
|
+
};
|
|
995
|
+
readonly tag: {
|
|
996
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
997
|
+
readonly required: false;
|
|
998
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
999
|
+
__epPropKey: true;
|
|
1000
|
+
} & {
|
|
1001
|
+
readonly default: "button";
|
|
1002
|
+
};
|
|
1003
|
+
}>> & {
|
|
1004
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1005
|
+
}, {
|
|
1006
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1007
|
+
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
1008
|
+
type: import("vue").ComputedRef<string>;
|
|
1009
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
1010
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
1011
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1012
|
+
click: (evt: MouseEvent) => void;
|
|
1013
|
+
}, string, {
|
|
1014
|
+
readonly link: boolean;
|
|
1015
|
+
readonly circle: boolean;
|
|
1016
|
+
readonly text: boolean;
|
|
1017
|
+
readonly disabled: boolean;
|
|
1018
|
+
readonly round: boolean;
|
|
1019
|
+
readonly dark: boolean;
|
|
1020
|
+
readonly type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
1021
|
+
readonly bg: boolean;
|
|
1022
|
+
readonly loading: boolean;
|
|
1023
|
+
readonly autofocus: boolean;
|
|
1024
|
+
readonly tag: string | import("vue").Component;
|
|
1025
|
+
readonly plain: boolean;
|
|
1026
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
1027
|
+
readonly loadingIcon: string | import("vue").Component;
|
|
1028
|
+
readonly autoInsertSpace: boolean;
|
|
1029
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1030
|
+
$slots: {
|
|
1031
|
+
loading?(_: {}): any;
|
|
1032
|
+
icon?(_: {}): any;
|
|
1033
|
+
default?(_: {}): any;
|
|
1034
|
+
};
|
|
1035
|
+
}) & import("vue").Plugin) & {
|
|
1036
|
+
ButtonGroup: {
|
|
1037
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1038
|
+
readonly size: {
|
|
1039
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1040
|
+
readonly required: false;
|
|
1041
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1042
|
+
__epPropKey: true;
|
|
1043
|
+
};
|
|
1044
|
+
readonly type: {
|
|
1045
|
+
readonly type: import("vue").PropType<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
1046
|
+
readonly required: false;
|
|
1047
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1048
|
+
__epPropKey: true;
|
|
1049
|
+
} & {
|
|
1050
|
+
readonly default: "";
|
|
1051
|
+
};
|
|
1052
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1053
|
+
readonly type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
1054
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1055
|
+
P: {};
|
|
1056
|
+
B: {};
|
|
1057
|
+
D: {};
|
|
1058
|
+
C: {};
|
|
1059
|
+
M: {};
|
|
1060
|
+
Defaults: {};
|
|
1061
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1062
|
+
readonly size: {
|
|
1063
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1064
|
+
readonly required: false;
|
|
1065
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1066
|
+
__epPropKey: true;
|
|
1067
|
+
};
|
|
1068
|
+
readonly type: {
|
|
1069
|
+
readonly type: import("vue").PropType<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
1070
|
+
readonly required: false;
|
|
1071
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1072
|
+
__epPropKey: true;
|
|
1073
|
+
} & {
|
|
1074
|
+
readonly default: "";
|
|
1075
|
+
};
|
|
1076
|
+
}>>, {}, {}, {}, {}, {
|
|
1077
|
+
readonly type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
1078
|
+
}>;
|
|
1079
|
+
__isFragment?: undefined;
|
|
1080
|
+
__isTeleport?: undefined;
|
|
1081
|
+
__isSuspense?: undefined;
|
|
1082
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1083
|
+
readonly size: {
|
|
1084
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1085
|
+
readonly required: false;
|
|
1086
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1087
|
+
__epPropKey: true;
|
|
1088
|
+
};
|
|
1089
|
+
readonly type: {
|
|
1090
|
+
readonly type: import("vue").PropType<"" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
1091
|
+
readonly required: false;
|
|
1092
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1093
|
+
__epPropKey: true;
|
|
1094
|
+
} & {
|
|
1095
|
+
readonly default: "";
|
|
1096
|
+
};
|
|
1097
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1098
|
+
readonly type: "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
1099
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1100
|
+
$slots: {
|
|
1101
|
+
default?(_: {}): any;
|
|
1102
|
+
};
|
|
1103
|
+
});
|
|
1104
|
+
};
|
|
1105
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1106
|
+
hasShowBottomButton: {
|
|
1107
|
+
type: BooleanConstructor;
|
|
1108
|
+
required: false;
|
|
1109
|
+
default: boolean;
|
|
1110
|
+
};
|
|
1111
|
+
confirmLoading: {
|
|
1112
|
+
type: BooleanConstructor;
|
|
1113
|
+
required: false;
|
|
1114
|
+
default: boolean;
|
|
1115
|
+
};
|
|
1116
|
+
cancelText: {
|
|
1117
|
+
type: StringConstructor;
|
|
1118
|
+
required: false;
|
|
1119
|
+
default: string;
|
|
1120
|
+
};
|
|
1121
|
+
confirmText: {
|
|
1122
|
+
type: StringConstructor;
|
|
1123
|
+
required: false;
|
|
1124
|
+
default: string;
|
|
1125
|
+
};
|
|
1126
|
+
}>> & Readonly<{
|
|
1127
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1128
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
1129
|
+
}>, {
|
|
1130
|
+
confirmText: string;
|
|
1131
|
+
cancelText: string;
|
|
1132
|
+
confirmLoading: boolean;
|
|
1133
|
+
hasShowBottomButton: boolean;
|
|
1134
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1135
|
+
export default _default;
|