You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 lines
3.1 KiB

{"ast":null,"code":"import { buildProps } from '../../../utils/vue/props/runtime.mjs';\nimport { iconPropType } from '../../../utils/vue/icon.mjs';\nconst dialogContentProps = buildProps({\n center: Boolean,\n alignCenter: Boolean,\n closeIcon: {\n type: iconPropType\n },\n draggable: Boolean,\n overflow: Boolean,\n fullscreen: Boolean,\n headerClass: String,\n bodyClass: String,\n footerClass: String,\n showClose: {\n type: Boolean,\n default: true\n },\n title: {\n type: String,\n default: \"\"\n },\n ariaLevel: {\n type: String,\n default: \"2\"\n }\n});\nconst dialogContentEmits = {\n close: () => true\n};\nexport { dialogContentEmits, dialogContentProps };","map":{"version":3,"names":["dialogContentProps","buildProps","center","Boolean","alignCenter","closeIcon","type","iconPropType","draggable","overflow","fullscreen","headerClass","String","bodyClass","footerClass","showClose","default","title","ariaLevel","dialogContentEmits","close"],"sources":["../../../../../../packages/components/dialog/src/dialog-content.ts"],"sourcesContent":["import { buildProps, iconPropType } from '@element-plus/utils'\n\nexport const dialogContentProps = buildProps({\n /**\n * @description whether to align the header and footer in center\n */\n center: Boolean,\n /**\n * @description whether to align the dialog both horizontally and vertically\n */\n alignCenter: Boolean,\n /**\n * @description custom close icon, default is Close\n */\n closeIcon: {\n type: iconPropType,\n },\n /**\n * @description enable dragging feature for Dialog\n */\n draggable: Boolean,\n /**\n * @description draggable Dialog can overflow the viewport\n */\n overflow: Boolean,\n /**\n * @description whether the Dialog takes up full screen\n */\n fullscreen: Boolean,\n /**\n * @description custom class names for header wrapper\n */\n headerClass: String,\n /**\n * @description custom class names for body wrapper\n */\n bodyClass: String,\n /**\n * @description custom class names for footer wrapper\n */\n footerClass: String,\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: true,\n },\n /**\n * @description title of Dialog. Can also be passed with a named slot (see the following table)\n */\n title: {\n type: String,\n default: '',\n },\n /**\n * @description header's aria-level attribute\n */\n ariaLevel: {\n type: String,\n default: '2',\n },\n} as const)\n\nexport const dialogContentEmits = {\n close: () => true,\n}\n"],"mappings":";;AACY,MAACA,kBAAkB,GAAGC,UAAU,CAAC;EAC3CC,MAAM,EAAEC,OAAO;EACfC,WAAW,EAAED,OAAO;EACpBE,SAAS,EAAE;IACTC,IAAI,EAAEC;EACV,CAAG;EACDC,SAAS,EAAEL,OAAO;EAClBM,QAAQ,EAAEN,OAAO;EACjBO,UAAU,EAAEP,OAAO;EACnBQ,WAAW,EAAEC,MAAM;EACnBC,SAAS,EAAED,MAAM;EACjBE,WAAW,EAAEF,MAAM;EACnBG,SAAS,EAAE;IACTT,IAAI,EAAEH,OAAO;IACba,OAAO,EAAE;EACb,CAAG;EACDC,KAAK,EAAE;IACLX,IAAI,EAAEM,MAAM;IACZI,OAAO,EAAE;EACb,CAAG;EACDE,SAAS,EAAE;IACTZ,IAAI,EAAEM,MAAM;IACZI,OAAO,EAAE;EACb;AACA,CAAC;AACW,MAACG,kBAAkB,GAAG;EAChCC,KAAK,EAAEA,CAAA,KAAM;AACf","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}