fast-element-plus 1.0.0-alpha.9 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.js +3180 -4581
- package/dist/index.full.js.map +1 -1
- package/dist/index.full.min.js +5 -5
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +5 -5
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +3180 -4581
- package/dist/index.full.mjs.map +1 -1
- package/dist/styles/index.css +2 -2
- package/es/components/avatar/index.d.ts +1 -1
- package/es/components/avatar/index.mjs.map +1 -1
- package/es/components/avatar/src/avatar.d.ts +18 -102
- package/es/components/avatar/src/avatar.mjs +1 -2
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/index.mjs.map +1 -1
- package/es/components/button/src/button.d.ts +35 -180
- package/es/components/button/src/button.mjs +14 -4
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/carNumber/src/carNumber.d.ts +58 -194
- package/es/components/contextMenu/src/contextMenu.mjs +1 -1
- package/es/components/contextMenu/src/contextMenu.mjs.map +1 -1
- package/es/components/dialog/src/dialog.d.ts +45 -297
- package/es/components/drawer/src/drawer.d.ts +72 -450
- package/es/components/form/src/form.d.ts +28 -133
- package/es/components/form/src/formItem.d.ts +32 -137
- package/es/components/iconSelector/src/iconSelector.mjs +2 -2
- package/es/components/iconSelector/src/iconSelector.mjs.map +1 -1
- package/es/components/image/src/image.d.ts +43 -253
- package/es/components/select/src/select.d.ts +25 -81
- package/es/components/select/src/select.mjs +1 -0
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/selectPage/src/selectPage.d.ts +19 -61
- package/es/components/selectV2/src/selectV2.d.ts +25 -81
- package/es/components/selectV2/src/selectV2.mjs +1 -0
- package/es/components/selectV2/src/selectV2.mjs.map +1 -1
- package/es/components/table/src/table.d.ts +5 -12
- package/es/components/table/src/table.mjs +4 -6
- package/es/components/table/src/table.mjs.map +1 -1
- package/es/components/table/src/table.state.d.ts +1 -1
- package/es/components/table/src/table.type.d.ts +4 -1
- package/es/components/table/src/table.type.mjs.map +1 -1
- package/es/components/table/src/tableColumn.d.ts +1 -1
- package/es/components/table/src/tableColumn.mjs +7 -7
- package/es/components/table/src/tableColumn.mjs.map +1 -1
- package/es/components/table/src/tableSearchForm.d.ts +6 -4
- package/es/components/table/src/tableSearchForm.mjs +2 -2
- package/es/components/table/src/tableSearchForm.mjs.map +1 -1
- package/es/components/table/src/useTable.mjs +3 -3
- package/es/components/table/src/useTable.mjs.map +1 -1
- package/es/components/tree/src/tree.d.ts +23 -653
- package/es/components/tree/src/tree.mjs +1 -1
- package/es/components/tree/src/tree.mjs.map +1 -1
- package/es/components/tree/src/tree.type.d.ts +1 -1
- package/es/components/treeSelect/src/treeSelect.d.ts +20 -62
- package/es/components/treeSelect/src/treeSelect.mjs +1 -0
- package/es/components/treeSelect/src/treeSelect.mjs.map +1 -1
- package/es/components/upload/src/upload.d.ts +298 -460
- package/es/components/upload/src/useUpload.mjs +2 -2
- package/es/components/upload/src/useUpload.mjs.map +1 -1
- package/es/components/uploadImage/src/uploadImage.d.ts +295 -394
- package/es/components/uploadImage/src/uploadImage.mjs +1 -1
- package/es/components/uploadImage/src/uploadImage.mjs.map +1 -1
- package/es/components/uploadImages/src/uploadImages.d.ts +300 -420
- package/es/components/uploadImages/src/uploadImages.mjs +4 -4
- package/es/components/uploadImages/src/uploadImages.mjs.map +1 -1
- package/es/constants/regex.mjs +13 -13
- package/es/constants/regex.mjs.map +1 -1
- package/es/directive.d.ts +1 -1
- package/es/directives/click-copy/index.d.ts +1 -1
- package/es/directives/click-debounce/index.d.ts +1 -1
- package/es/directives/click-draggable/index.d.ts +1 -1
- package/es/directives/click-icon-copy/index.d.ts +1 -1
- package/es/directives/click-longpress/index.d.ts +1 -1
- package/es/directives/click-throttle/index.d.ts +1 -1
- package/es/element-plus.mjs +1 -1
- package/es/element-plus.mjs.map +1 -1
- package/es/make-installer.mjs +4 -0
- package/es/make-installer.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/avatar/index.d.ts +1 -1
- package/lib/components/avatar/index.js.map +1 -1
- package/lib/components/avatar/src/avatar.d.ts +18 -102
- package/lib/components/avatar/src/avatar.js +1 -1
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/index.js.map +1 -1
- package/lib/components/button/src/button.d.ts +35 -180
- package/lib/components/button/src/button.js +1 -1
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/carNumber/src/carNumber.d.ts +58 -194
- package/lib/components/contextMenu/src/contextMenu.js +1 -1
- package/lib/components/contextMenu/src/contextMenu.js.map +1 -1
- package/lib/components/dialog/src/dialog.d.ts +45 -297
- package/lib/components/drawer/src/drawer.d.ts +72 -450
- package/lib/components/form/src/form.d.ts +28 -133
- package/lib/components/form/src/formItem.d.ts +32 -137
- package/lib/components/image/src/image.d.ts +43 -253
- package/lib/components/select/src/select.d.ts +25 -81
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/selectPage/src/selectPage.d.ts +19 -61
- package/lib/components/selectV2/src/selectV2.d.ts +25 -81
- package/lib/components/selectV2/src/selectV2.js +1 -1
- package/lib/components/selectV2/src/selectV2.js.map +1 -1
- package/lib/components/table/src/table.d.ts +5 -12
- package/lib/components/table/src/table.js +1 -1
- package/lib/components/table/src/table.js.map +1 -1
- package/lib/components/table/src/table.state.d.ts +1 -1
- package/lib/components/table/src/table.type.d.ts +4 -1
- package/lib/components/table/src/table.type.js.map +1 -1
- package/lib/components/table/src/tableColumn.d.ts +1 -1
- package/lib/components/table/src/tableColumn.js +1 -1
- package/lib/components/table/src/tableColumn.js.map +1 -1
- package/lib/components/table/src/tableSearchForm.d.ts +6 -4
- package/lib/components/table/src/tableSearchForm.js +1 -1
- package/lib/components/table/src/tableSearchForm.js.map +1 -1
- package/lib/components/table/src/useTable.js +1 -1
- package/lib/components/table/src/useTable.js.map +1 -1
- package/lib/components/tree/src/tree.d.ts +23 -653
- package/lib/components/tree/src/tree.js +1 -1
- package/lib/components/tree/src/tree.js.map +1 -1
- package/lib/components/tree/src/tree.type.d.ts +1 -1
- package/lib/components/treeSelect/src/treeSelect.d.ts +20 -62
- package/lib/components/treeSelect/src/treeSelect.js +1 -1
- package/lib/components/treeSelect/src/treeSelect.js.map +1 -1
- package/lib/components/upload/src/upload.d.ts +298 -460
- package/lib/components/upload/src/useUpload.js +1 -1
- package/lib/components/upload/src/useUpload.js.map +1 -1
- package/lib/components/uploadImage/src/uploadImage.d.ts +295 -394
- package/lib/components/uploadImage/src/uploadImage.js +1 -1
- package/lib/components/uploadImage/src/uploadImage.js.map +1 -1
- package/lib/components/uploadImages/src/uploadImages.d.ts +300 -420
- package/lib/components/uploadImages/src/uploadImages.js +1 -1
- package/lib/components/uploadImages/src/uploadImages.js.map +1 -1
- package/lib/constants/regex.js +1 -1
- package/lib/constants/regex.js.map +1 -1
- package/lib/directive.d.ts +1 -1
- package/lib/directives/click-copy/index.d.ts +1 -1
- package/lib/directives/click-debounce/index.d.ts +1 -1
- package/lib/directives/click-draggable/index.d.ts +1 -1
- package/lib/directives/click-icon-copy/index.d.ts +1 -1
- package/lib/directives/click-longpress/index.d.ts +1 -1
- package/lib/directives/click-throttle/index.d.ts +1 -1
- package/lib/element-plus.js +1 -1
- package/lib/element-plus.js.map +1 -1
- package/lib/make-installer.js +1 -1
- package/lib/make-installer.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +8 -8
- package/styles/components/contextMenu.scss +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),i=require("element-plus"),t=require("../../icon/index.js"),o=require("@fast-china/utils"),l=require("@vueuse/core"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),i=require("element-plus"),t=require("../../icon/index.js"),o=require("@fast-china/utils"),l=require("@vueuse/core"),s=require("lodash-unified"),n=e.defineComponent({name:"FaContextMenu",props:{data:{type:o.definePropType(Array),default:()=>[]}},emits:{click:(e,i)=>e instanceof MouseEvent&&s.isObject(i)},setup(s,{emit:n,expose:a}){const r=i.useGlobalSize(),u=e.reactive({visible:!1,axis:{x:0,y:0}}),c=()=>{u.visible=!1};return e.onMounted(()=>{l.useEventListener(document,"click",c)}),o.useRender(()=>e.createVNode(e.Transition,{name:"el-zoom-in-top"},{default:()=>[e.withDirectives(e.createVNode("div",{class:["fa-context-menu",`fa-context-menu-${r.value}`,"el-popper el-dropdown__popper"],style:{top:`${u.axis.y+5}px`,left:`${u.axis.x+14}px`},key:Math.random()},[e.createVNode("ul",{class:"el-dropdown-menu"},[s.data.filter(e=>!e.hide).map(i=>e.createVNode("li",{class:["el-dropdown-menu__item",!0===i?.disabled?"is-disabled":""],tabIndex:"-1",onClick:e=>{((e,i)=>{i?.disabled||(i?.click&&i.click(e,i),n("click",e,i))})(e,i)}},[i?.icon?e.createVNode(t.FaIcon,{name:i?.icon},null):null,e.createVNode("span",null,[i.label])]))])]),[[e.vShow,u.visible]])]})),o.useExpose(a,{visible:e.computed(()=>u.visible),open:(e={x:0,y:0})=>{u.axis=e,u.visible=!0},close:c})}});exports.default=n;
|
|
2
2
|
//# sourceMappingURL=contextMenu.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contextMenu.js","sources":["../../../../../packages/components/contextMenu/src/contextMenu.tsx"],"sourcesContent":["import { Transition, computed, defineComponent, onMounted, reactive } from \"vue\";\nimport { useGlobalSize } from \"element-plus\";\nimport { FaIcon } from \"@fast-element-plus/components/icon\";\nimport { definePropType, useExpose, useRender } from \"@fast-china/utils\";\nimport { useEventListener } from \"@vueuse/core\";\nimport { isObject } from \"lodash-unified\";\nimport type { FaContextMenuData } from \"./contextMenu.type\";\n\nexport default defineComponent({\n\tname: \"FaContextMenu\",\n\tprops: {\n\t\t/** @description 数据 */\n\t\tdata: {\n\t\t\ttype: definePropType<FaContextMenuData[]>(Array),\n\t\t\tdefault: () => [],\n\t\t},\n\t},\n\temits: {\n\t\t/** @description 点击事件 */\n\t\tclick: (event: MouseEvent, data: FaContextMenuData) => event instanceof MouseEvent && isObject(data),\n\t},\n\tsetup(props, { emit, expose }) {\n\t\tconst _globalSize = useGlobalSize();\n\n\t\tconst state = reactive({\n\t\t\tvisible: false,\n\t\t\taxis: {\n\t\t\t\tx: 0,\n\t\t\t\ty: 0,\n\t\t\t},\n\t\t});\n\n\t\tconst handleClick = (event: MouseEvent, data: FaContextMenuData): void => {\n\t\t\tif (data?.disabled) return;\n\t\t\tdata?.click && data.click(event, data);\n\t\t\temit(\"click\", event, data);\n\t\t};\n\n\t\tconst open = (axis: { x: number; y: number } = { x: 0, y: 0 }): void => {\n\t\t\tstate.axis = axis;\n\t\t\tstate.visible = true;\n\t\t};\n\n\t\tconst close = (): void => {\n\t\t\tstate.visible = false;\n\t\t};\n\n\t\tonMounted(() => {\n\t\t\tuseEventListener(document, \"click\", close);\n\t\t});\n\n\t\tuseRender(() => (\n\t\t\t<Transition name=\"el-zoom-in-
|
|
1
|
+
{"version":3,"file":"contextMenu.js","sources":["../../../../../packages/components/contextMenu/src/contextMenu.tsx"],"sourcesContent":["import { Transition, computed, defineComponent, onMounted, reactive } from \"vue\";\nimport { useGlobalSize } from \"element-plus\";\nimport { FaIcon } from \"@fast-element-plus/components/icon\";\nimport { definePropType, useExpose, useRender } from \"@fast-china/utils\";\nimport { useEventListener } from \"@vueuse/core\";\nimport { isObject } from \"lodash-unified\";\nimport type { FaContextMenuData } from \"./contextMenu.type\";\n\nexport default defineComponent({\n\tname: \"FaContextMenu\",\n\tprops: {\n\t\t/** @description 数据 */\n\t\tdata: {\n\t\t\ttype: definePropType<FaContextMenuData[]>(Array),\n\t\t\tdefault: () => [],\n\t\t},\n\t},\n\temits: {\n\t\t/** @description 点击事件 */\n\t\tclick: (event: MouseEvent, data: FaContextMenuData) => event instanceof MouseEvent && isObject(data),\n\t},\n\tsetup(props, { emit, expose }) {\n\t\tconst _globalSize = useGlobalSize();\n\n\t\tconst state = reactive({\n\t\t\tvisible: false,\n\t\t\taxis: {\n\t\t\t\tx: 0,\n\t\t\t\ty: 0,\n\t\t\t},\n\t\t});\n\n\t\tconst handleClick = (event: MouseEvent, data: FaContextMenuData): void => {\n\t\t\tif (data?.disabled) return;\n\t\t\tdata?.click && data.click(event, data);\n\t\t\temit(\"click\", event, data);\n\t\t};\n\n\t\tconst open = (axis: { x: number; y: number } = { x: 0, y: 0 }): void => {\n\t\t\tstate.axis = axis;\n\t\t\tstate.visible = true;\n\t\t};\n\n\t\tconst close = (): void => {\n\t\t\tstate.visible = false;\n\t\t};\n\n\t\tonMounted(() => {\n\t\t\tuseEventListener(document, \"click\", close);\n\t\t});\n\n\t\tuseRender(() => (\n\t\t\t<Transition name=\"el-zoom-in-top\">\n\t\t\t\t<div\n\t\t\t\t\tclass={[\"fa-context-menu\", `fa-context-menu-${_globalSize.value}`, \"el-popper el-dropdown__popper\"]}\n\t\t\t\t\tstyle={{ top: `${state.axis.y + 5}px`, left: `${state.axis.x + 14}px` }}\n\t\t\t\t\tvShow={state.visible}\n\t\t\t\t\tkey={Math.random()}\n\t\t\t\t>\n\t\t\t\t\t<ul class=\"el-dropdown-menu\">\n\t\t\t\t\t\t{props.data\n\t\t\t\t\t\t\t.filter((f) => !f.hide)\n\t\t\t\t\t\t\t.map((item) => (\n\t\t\t\t\t\t\t\t<li\n\t\t\t\t\t\t\t\t\tclass={[\"el-dropdown-menu__item\", item?.disabled === true ? \"is-disabled\" : \"\"]}\n\t\t\t\t\t\t\t\t\ttabIndex=\"-1\"\n\t\t\t\t\t\t\t\t\tonClick={(event: MouseEvent) => {\n\t\t\t\t\t\t\t\t\t\thandleClick(event, item);\n\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{item?.icon ? <FaIcon name={item?.icon} /> : null}\n\t\t\t\t\t\t\t\t\t<span>{item.label}</span>\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t))}\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t</Transition>\n\t\t));\n\n\t\treturn useExpose(expose, {\n\t\t\t/** @description 是否显示 */\n\t\t\tvisible: computed(() => state.visible),\n\t\t\t/** @description 打开菜单 */\n\t\t\topen,\n\t\t\t/** @description 关闭菜单 */\n\t\t\tclose,\n\t\t});\n\t},\n});\n"],"names":["ContextMenu","name","props","data","type","definePropType","Array","default","emits","click","event","MouseEvent","isObject","setup","emit","expose","_globalSize","useGlobalSize","state","reactive","visible","axis","x","y","close","onMounted","useEventListener","document","useRender","_createVNode","Transition","_withDirectives","class","value","style","top","left","key","Math","random","filter","f","hide","map","item","disabled","tabIndex","onClick","handleClick","icon","FaIcon","label","_vShow","useExpose","computed","open"],"mappings":"mRAQAA,oBAA+B,CAC9BC,KAAM,gBACNC,MAAO,CAENC,KAAM,CACLC,KAAMC,EAAAA,eAAoCC,OAC1CC,QAASA,IAAM,KAGjBC,MAAO,CAENC,MAAOA,CAACC,EAAmBP,IAA4BO,aAAiBC,YAAcC,EAAAA,SAAST,IAEhGU,KAAAA,CAAMX,GAAOY,KAAEA,EAAAA,OAAMC,IACpB,MAAMC,EAAcC,EAAAA,gBAEdC,EAAQC,EAAAA,SAAS,CACtBC,SAAS,EACTC,KAAM,CACLC,EAAG,EACHC,EAAG,KAeCC,EAAQA,KACbN,EAAME,SAAU,GAmCjB,OAhCAK,EAAAA,UAAU,KACTC,mBAAiBC,SAAU,QAASH,KAGrCI,YAAU,IAAAC,EAAAA,YAAAC,aAAA,CAAA7B,KAAA,kBAAA,CAAAM,QAAAA,IAAA,CAAAwB,iBAAAF,EAAAA,YAAA,MAAA,CAAAG,MAGA,CAAC,kBAAmB,mBAAmBhB,EAAYiB,QAAS,iCAAgCC,MAC5F,CAAEC,IAAK,GAAGjB,EAAMG,KAAKE,EAAI,MAAOa,KAAM,GAAGlB,EAAMG,KAAKC,EAAI,QAAQe,IAElEC,KAAKC,UAAQ,CAAAV,EAAAA,YAAA,KAAA,CAAAG,MAAA,oBAAA,CAGhB9B,EAAMC,KACLqC,OAAQC,IAAOA,EAAEC,MACjBC,IAAKC,GAAIf,EAAAA,YAAA,KAAA,CAAAG,MAED,CAAC,0BAA6C,IAAnBY,GAAMC,SAAoB,cAAgB,IAAGC,SAAA,KAAAC,QAErErC,IAlCGsC,EAACtC,EAAmBP,KACnCA,GAAM0C,WACV1C,GAAMM,OAASN,EAAKM,MAAMC,EAAOP,GACjCW,EAAK,QAASJ,EAAOP,KAgCd6C,CAAYtC,EAAOkC,KACnB,CAEAA,GAAMK,KAAIpB,EAAAA,YAAAqB,EAAAA,OAAA,CAAAjD,KAAiB2C,GAAMK,MAAI,MAAO,KAAIpB,EAAAA,YAAA,OAAA,KAAA,CAC1Ce,EAAKO,eAEZ,CAAA,CAAAC,EAAAA,MAjBGlC,EAAME,eAuBTiC,EAAAA,UAAUtC,EAAQ,CAExBK,QAASkC,EAAAA,SAAS,IAAMpC,EAAME,SAE9BmC,KA7CYA,CAAClC,EAAiC,CAAEC,EAAG,EAAGC,EAAG,MACzDL,EAAMG,KAAOA,EACbH,EAAME,SAAU,GA6ChBI,SAEF"}
|
|
@@ -76,69 +76,20 @@ export declare const faDialogProps: {
|
|
|
76
76
|
afterOpen: {
|
|
77
77
|
type: import('vue').PropType<() => void>;
|
|
78
78
|
};
|
|
79
|
-
appendTo:
|
|
80
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
81
|
-
readonly required: false;
|
|
82
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
|
-
__epPropKey: true;
|
|
84
|
-
} & {
|
|
85
|
-
readonly default: "body";
|
|
86
|
-
};
|
|
79
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown, "body", boolean>;
|
|
87
80
|
beforeClose: {
|
|
88
81
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
89
82
|
readonly required: false;
|
|
90
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
84
|
__epPropKey: true;
|
|
92
85
|
};
|
|
93
|
-
closeOnClickModal:
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
__epPropKey: true;
|
|
98
|
-
} & {
|
|
99
|
-
readonly default: true;
|
|
100
|
-
};
|
|
101
|
-
closeOnPressEscape: {
|
|
102
|
-
readonly type: import('vue').PropType<boolean>;
|
|
103
|
-
readonly required: false;
|
|
104
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
|
-
__epPropKey: true;
|
|
106
|
-
} & {
|
|
107
|
-
readonly default: true;
|
|
108
|
-
};
|
|
109
|
-
lockScroll: {
|
|
110
|
-
readonly type: import('vue').PropType<boolean>;
|
|
111
|
-
readonly required: false;
|
|
112
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
|
-
__epPropKey: true;
|
|
114
|
-
} & {
|
|
115
|
-
readonly default: true;
|
|
116
|
-
};
|
|
117
|
-
modal: {
|
|
118
|
-
readonly type: import('vue').PropType<boolean>;
|
|
119
|
-
readonly required: false;
|
|
120
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
|
-
__epPropKey: true;
|
|
122
|
-
} & {
|
|
123
|
-
readonly default: true;
|
|
124
|
-
};
|
|
86
|
+
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
87
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
88
|
+
lockScroll: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
|
+
modal: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
125
90
|
modalPenetrable: BooleanConstructor;
|
|
126
|
-
openDelay:
|
|
127
|
-
|
|
128
|
-
readonly required: false;
|
|
129
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
|
-
__epPropKey: true;
|
|
131
|
-
} & {
|
|
132
|
-
readonly default: 0;
|
|
133
|
-
};
|
|
134
|
-
closeDelay: {
|
|
135
|
-
readonly type: import('vue').PropType<number>;
|
|
136
|
-
readonly required: false;
|
|
137
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
|
-
__epPropKey: true;
|
|
139
|
-
} & {
|
|
140
|
-
readonly default: 0;
|
|
141
|
-
};
|
|
91
|
+
openDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
92
|
+
closeDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
142
93
|
modelValue: BooleanConstructor;
|
|
143
94
|
modalClass: StringConstructor;
|
|
144
95
|
headerClass: StringConstructor;
|
|
@@ -151,54 +102,19 @@ export declare const faDialogProps: {
|
|
|
151
102
|
__epPropKey: true;
|
|
152
103
|
};
|
|
153
104
|
trapFocus: BooleanConstructor;
|
|
154
|
-
headerAriaLevel:
|
|
155
|
-
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
} & {
|
|
160
|
-
readonly default: "2";
|
|
161
|
-
};
|
|
162
|
-
transition: {
|
|
163
|
-
readonly type: import('vue').PropType<unknown>;
|
|
164
|
-
readonly required: false;
|
|
165
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
|
-
__epPropKey: true;
|
|
167
|
-
} & {
|
|
168
|
-
readonly default: undefined;
|
|
169
|
-
};
|
|
105
|
+
headerAriaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
106
|
+
transition: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition))[], unknown, unknown, undefined, boolean>;
|
|
170
107
|
center: BooleanConstructor;
|
|
171
108
|
closeIcon: {
|
|
172
|
-
readonly type: import('vue').PropType<unknown
|
|
109
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
173
110
|
readonly required: false;
|
|
174
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
112
|
__epPropKey: true;
|
|
176
113
|
};
|
|
177
114
|
fullscreen: BooleanConstructor;
|
|
178
|
-
showClose:
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
} & {
|
|
184
|
-
readonly default: true;
|
|
185
|
-
};
|
|
186
|
-
title: {
|
|
187
|
-
readonly type: import('vue').PropType<string>;
|
|
188
|
-
readonly required: false;
|
|
189
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
|
-
__epPropKey: true;
|
|
191
|
-
} & {
|
|
192
|
-
readonly default: "";
|
|
193
|
-
};
|
|
194
|
-
ariaLevel: {
|
|
195
|
-
readonly type: import('vue').PropType<string>;
|
|
196
|
-
readonly required: false;
|
|
197
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
|
-
__epPropKey: true;
|
|
199
|
-
} & {
|
|
200
|
-
readonly default: "2";
|
|
201
|
-
};
|
|
115
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
116
|
+
title: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
117
|
+
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
202
118
|
};
|
|
203
119
|
export declare const faDialogEmits: {
|
|
204
120
|
/** @description v-model 回调 */
|
|
@@ -306,69 +222,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
306
222
|
afterOpen: {
|
|
307
223
|
type: import('vue').PropType<() => void>;
|
|
308
224
|
};
|
|
309
|
-
appendTo:
|
|
310
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
} & {
|
|
315
|
-
readonly default: "body";
|
|
316
|
-
};
|
|
225
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown, "body", boolean>;
|
|
317
226
|
beforeClose: {
|
|
318
227
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
319
228
|
readonly required: false;
|
|
320
229
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
321
230
|
__epPropKey: true;
|
|
322
231
|
};
|
|
323
|
-
closeOnClickModal:
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
__epPropKey: true;
|
|
328
|
-
} & {
|
|
329
|
-
readonly default: true;
|
|
330
|
-
};
|
|
331
|
-
closeOnPressEscape: {
|
|
332
|
-
readonly type: import('vue').PropType<boolean>;
|
|
333
|
-
readonly required: false;
|
|
334
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
-
__epPropKey: true;
|
|
336
|
-
} & {
|
|
337
|
-
readonly default: true;
|
|
338
|
-
};
|
|
339
|
-
lockScroll: {
|
|
340
|
-
readonly type: import('vue').PropType<boolean>;
|
|
341
|
-
readonly required: false;
|
|
342
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
343
|
-
__epPropKey: true;
|
|
344
|
-
} & {
|
|
345
|
-
readonly default: true;
|
|
346
|
-
};
|
|
347
|
-
modal: {
|
|
348
|
-
readonly type: import('vue').PropType<boolean>;
|
|
349
|
-
readonly required: false;
|
|
350
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
351
|
-
__epPropKey: true;
|
|
352
|
-
} & {
|
|
353
|
-
readonly default: true;
|
|
354
|
-
};
|
|
232
|
+
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
233
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
234
|
+
lockScroll: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
235
|
+
modal: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
355
236
|
modalPenetrable: BooleanConstructor;
|
|
356
|
-
openDelay:
|
|
357
|
-
|
|
358
|
-
readonly required: false;
|
|
359
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
|
-
__epPropKey: true;
|
|
361
|
-
} & {
|
|
362
|
-
readonly default: 0;
|
|
363
|
-
};
|
|
364
|
-
closeDelay: {
|
|
365
|
-
readonly type: import('vue').PropType<number>;
|
|
366
|
-
readonly required: false;
|
|
367
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
368
|
-
__epPropKey: true;
|
|
369
|
-
} & {
|
|
370
|
-
readonly default: 0;
|
|
371
|
-
};
|
|
237
|
+
openDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
238
|
+
closeDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
372
239
|
modelValue: BooleanConstructor;
|
|
373
240
|
modalClass: StringConstructor;
|
|
374
241
|
headerClass: StringConstructor;
|
|
@@ -381,54 +248,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
381
248
|
__epPropKey: true;
|
|
382
249
|
};
|
|
383
250
|
trapFocus: BooleanConstructor;
|
|
384
|
-
headerAriaLevel:
|
|
385
|
-
|
|
386
|
-
readonly required: false;
|
|
387
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
388
|
-
__epPropKey: true;
|
|
389
|
-
} & {
|
|
390
|
-
readonly default: "2";
|
|
391
|
-
};
|
|
392
|
-
transition: {
|
|
393
|
-
readonly type: import('vue').PropType<unknown>;
|
|
394
|
-
readonly required: false;
|
|
395
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
396
|
-
__epPropKey: true;
|
|
397
|
-
} & {
|
|
398
|
-
readonly default: undefined;
|
|
399
|
-
};
|
|
251
|
+
headerAriaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
252
|
+
transition: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition))[], unknown, unknown, undefined, boolean>;
|
|
400
253
|
center: BooleanConstructor;
|
|
401
254
|
closeIcon: {
|
|
402
|
-
readonly type: import('vue').PropType<unknown
|
|
255
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
403
256
|
readonly required: false;
|
|
404
257
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
258
|
__epPropKey: true;
|
|
406
259
|
};
|
|
407
260
|
fullscreen: BooleanConstructor;
|
|
408
|
-
showClose:
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
412
|
-
__epPropKey: true;
|
|
413
|
-
} & {
|
|
414
|
-
readonly default: true;
|
|
415
|
-
};
|
|
416
|
-
title: {
|
|
417
|
-
readonly type: import('vue').PropType<string>;
|
|
418
|
-
readonly required: false;
|
|
419
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
|
-
__epPropKey: true;
|
|
421
|
-
} & {
|
|
422
|
-
readonly default: "";
|
|
423
|
-
};
|
|
424
|
-
ariaLevel: {
|
|
425
|
-
readonly type: import('vue').PropType<string>;
|
|
426
|
-
readonly required: false;
|
|
427
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
428
|
-
__epPropKey: true;
|
|
429
|
-
} & {
|
|
430
|
-
readonly default: "2";
|
|
431
|
-
};
|
|
261
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
262
|
+
title: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
263
|
+
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
432
264
|
}>, {
|
|
433
265
|
/** @description 弹窗内容引用 */
|
|
434
266
|
dialogContentRef: import('vue').ComputedRef<any>;
|
|
@@ -535,69 +367,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
535
367
|
afterOpen: {
|
|
536
368
|
type: import('vue').PropType<() => void>;
|
|
537
369
|
};
|
|
538
|
-
appendTo:
|
|
539
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
540
|
-
readonly required: false;
|
|
541
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
542
|
-
__epPropKey: true;
|
|
543
|
-
} & {
|
|
544
|
-
readonly default: "body";
|
|
545
|
-
};
|
|
370
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown, "body", boolean>;
|
|
546
371
|
beforeClose: {
|
|
547
372
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
548
373
|
readonly required: false;
|
|
549
374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
550
375
|
__epPropKey: true;
|
|
551
376
|
};
|
|
552
|
-
closeOnClickModal:
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
__epPropKey: true;
|
|
557
|
-
} & {
|
|
558
|
-
readonly default: true;
|
|
559
|
-
};
|
|
560
|
-
closeOnPressEscape: {
|
|
561
|
-
readonly type: import('vue').PropType<boolean>;
|
|
562
|
-
readonly required: false;
|
|
563
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
564
|
-
__epPropKey: true;
|
|
565
|
-
} & {
|
|
566
|
-
readonly default: true;
|
|
567
|
-
};
|
|
568
|
-
lockScroll: {
|
|
569
|
-
readonly type: import('vue').PropType<boolean>;
|
|
570
|
-
readonly required: false;
|
|
571
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
-
__epPropKey: true;
|
|
573
|
-
} & {
|
|
574
|
-
readonly default: true;
|
|
575
|
-
};
|
|
576
|
-
modal: {
|
|
577
|
-
readonly type: import('vue').PropType<boolean>;
|
|
578
|
-
readonly required: false;
|
|
579
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
580
|
-
__epPropKey: true;
|
|
581
|
-
} & {
|
|
582
|
-
readonly default: true;
|
|
583
|
-
};
|
|
377
|
+
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
378
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
379
|
+
lockScroll: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
380
|
+
modal: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
584
381
|
modalPenetrable: BooleanConstructor;
|
|
585
|
-
openDelay:
|
|
586
|
-
|
|
587
|
-
readonly required: false;
|
|
588
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
589
|
-
__epPropKey: true;
|
|
590
|
-
} & {
|
|
591
|
-
readonly default: 0;
|
|
592
|
-
};
|
|
593
|
-
closeDelay: {
|
|
594
|
-
readonly type: import('vue').PropType<number>;
|
|
595
|
-
readonly required: false;
|
|
596
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
597
|
-
__epPropKey: true;
|
|
598
|
-
} & {
|
|
599
|
-
readonly default: 0;
|
|
600
|
-
};
|
|
382
|
+
openDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
383
|
+
closeDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
601
384
|
modelValue: BooleanConstructor;
|
|
602
385
|
modalClass: StringConstructor;
|
|
603
386
|
headerClass: StringConstructor;
|
|
@@ -610,54 +393,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
610
393
|
__epPropKey: true;
|
|
611
394
|
};
|
|
612
395
|
trapFocus: BooleanConstructor;
|
|
613
|
-
headerAriaLevel:
|
|
614
|
-
|
|
615
|
-
readonly required: false;
|
|
616
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
617
|
-
__epPropKey: true;
|
|
618
|
-
} & {
|
|
619
|
-
readonly default: "2";
|
|
620
|
-
};
|
|
621
|
-
transition: {
|
|
622
|
-
readonly type: import('vue').PropType<unknown>;
|
|
623
|
-
readonly required: false;
|
|
624
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
|
-
__epPropKey: true;
|
|
626
|
-
} & {
|
|
627
|
-
readonly default: undefined;
|
|
628
|
-
};
|
|
396
|
+
headerAriaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
397
|
+
transition: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition))[], unknown, unknown, undefined, boolean>;
|
|
629
398
|
center: BooleanConstructor;
|
|
630
399
|
closeIcon: {
|
|
631
|
-
readonly type: import('vue').PropType<unknown
|
|
400
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
632
401
|
readonly required: false;
|
|
633
402
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
634
403
|
__epPropKey: true;
|
|
635
404
|
};
|
|
636
405
|
fullscreen: BooleanConstructor;
|
|
637
|
-
showClose:
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
|
-
__epPropKey: true;
|
|
642
|
-
} & {
|
|
643
|
-
readonly default: true;
|
|
644
|
-
};
|
|
645
|
-
title: {
|
|
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
|
-
ariaLevel: {
|
|
654
|
-
readonly type: import('vue').PropType<string>;
|
|
655
|
-
readonly required: false;
|
|
656
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
657
|
-
__epPropKey: true;
|
|
658
|
-
} & {
|
|
659
|
-
readonly default: "2";
|
|
660
|
-
};
|
|
406
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
407
|
+
title: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
408
|
+
ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
661
409
|
}>> & Readonly<{
|
|
662
410
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
663
411
|
onOpen?: () => any;
|
|
@@ -670,9 +418,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
670
418
|
}>, {
|
|
671
419
|
title: string;
|
|
672
420
|
center: boolean;
|
|
673
|
-
showClose:
|
|
421
|
+
showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
674
422
|
top: string;
|
|
675
|
-
appendTo: string | HTMLElement
|
|
423
|
+
appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
676
424
|
modelValue: boolean;
|
|
677
425
|
transition: undefined;
|
|
678
426
|
width: string | number;
|
|
@@ -692,10 +440,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
692
440
|
hideFooter: boolean;
|
|
693
441
|
fillHeight: boolean;
|
|
694
442
|
showBeforeClose: boolean;
|
|
695
|
-
closeOnClickModal:
|
|
696
|
-
closeOnPressEscape:
|
|
697
|
-
lockScroll:
|
|
698
|
-
modal:
|
|
443
|
+
closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
444
|
+
closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
445
|
+
lockScroll: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
446
|
+
modal: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
699
447
|
modalPenetrable: boolean;
|
|
700
448
|
openDelay: number;
|
|
701
449
|
closeDelay: number;
|