????
Current Path : C:/inetpub/vhost/donthu.nextform.vn/wwwroot/assets/ |
Current File : C:/inetpub/vhost/donthu.nextform.vn/wwwroot/assets/AppDialog-BrxZfGwT.js |
var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});import{g as generateUtilityClass,b as generateUtilityClasses,s as styled,_ as _extends,r as reactExports,f as useThemeProps,j as _objectWithoutPropertiesLoose,b4 as ListContext,k as jsxRuntimeExports,l as clsx,m as composeClasses,b5 as PropTypes,o as styled$1,Z as React,aM as List,y as Button,ar as Typography,x as IconButton,B as Box,aB as TextField,p as useTheme,L as H6,b6 as Divider,aN as FormControl,b7 as InputLabel,as as Select,ad as MenuItem,aJ as requireCreateSvgIcon,aK as interopRequireDefaultExports,ag as Avatar,b8 as blue,J as Box$1,aj as Breadcrumb,aG as Stack,ak as SimpleCard}from"./index-y1X-EiI1.js";import{a as ListItem,L as ListItemText}from"./ListItemText-BvrfP19N.js";import{D as Dialog,a as DialogTitle$1,b as DialogContent$1,c as DialogActions$1}from"./DialogTitle-B28XGy8_.js";import{R as RadioGroup,a as Radio}from"./RadioGroup-CAVRbwuR.js";import{F as FormControlLabel}from"./FormControlLabel-DsNUWeNq.js";import{d as default_1$2}from"./Close-DMcvfp4l.js";import{S as Slide}from"./Slide--5eXGPG6.js";import{D as DialogContentText}from"./DialogContentText-vv6CMCLq.js";import{A as AppBar}from"./AppBar-BrohM22l.js";import{T as Toolbar}from"./Toolbar-BZCdaOvb.js";import{S as Switch}from"./Switch-BlzK9Osj.js";import{u as useMediaQuery}from"./useMediaQuery-BtRkfgHg.js";import"./SwitchBase-HB81Uehs.js";import"./FormGroup-CEJG6asl.js";function getListItemAvatarUtilityClass(slot){return generateUtilityClass("MuiListItemAvatar",slot)}__name(getListItemAvatarUtilityClass,"getListItemAvatarUtilityClass");generateUtilityClasses("MuiListItemAvatar",["root","alignItemsFlexStart"]);const _excluded=["className"],useUtilityClasses=__name(ownerState=>{const{alignItems,classes}=ownerState;return composeClasses({root:["root",alignItems==="flex-start"&&"alignItemsFlexStart"]},getListItemAvatarUtilityClass,classes)},"useUtilityClasses"),ListItemAvatarRoot=styled("div",{name:"MuiListItemAvatar",slot:"Root",overridesResolver:(props,styles)=>{const{ownerState}=props;return[styles.root,ownerState.alignItems==="flex-start"&&styles.alignItemsFlexStart]}})(({ownerState})=>_extends({minWidth:56,flexShrink:0},ownerState.alignItems==="flex-start"&&{marginTop:8})),ListItemAvatar=reactExports.forwardRef(__name(function(inProps,ref){const props=useThemeProps({props:inProps,name:"MuiListItemAvatar"}),{className}=props,other=_objectWithoutPropertiesLoose(props,_excluded),context=reactExports.useContext(ListContext),ownerState=_extends({},props,{alignItems:context.alignItems}),classes=useUtilityClasses(ownerState);return jsxRuntimeExports.jsx(ListItemAvatarRoot,_extends({className:clsx(classes.root,className),ownerState,ref},other))},"ListItemAvatar2")),options=["None","Atria","Callisto","Dione","Ganymede","Hangouts Call","Luna","Oberon","Phobos","Pyxis","Sedna","Titania","Triton","Umbriel"];function ConfirmationDialogRaw(props){const{onClose,value:valueProp,open,...other}=props,[value,setValue]=reactExports.useState(valueProp),radioGroupRef=reactExports.useRef(null);reactExports.useEffect(()=>{open||setValue(valueProp)},[valueProp,open]);function handleEntering(){radioGroupRef.current!==null&&radioGroupRef.current.focus()}__name(handleEntering,"handleEntering");const handleCancel=__name(()=>onClose(),"handleCancel"),handleOk=__name(()=>onClose(value),"handleOk"),handleChange=__name((_,newValue)=>setValue(newValue),"handleChange");return jsxRuntimeExports.jsxs(Dialog,{maxWidth:"xs",disableEscapeKeyDown:!0,TransitionProps:{onExiting:handleEntering},"aria-labelledby":"confirmation-dialog-title",open,...other,children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"confirmation-dialog-title",children:"Phone Ringtone"}),jsxRuntimeExports.jsx(DialogContent$1,{dividers:!0,children:jsxRuntimeExports.jsx(RadioGroup,{ref:radioGroupRef,"aria-label":"Ringtone",name:"ringtone",value,onChange:handleChange,children:options.map(option=>jsxRuntimeExports.jsx(FormControlLabel,{value:option,control:jsxRuntimeExports.jsx(Radio,{}),label:option},option))})}),jsxRuntimeExports.jsxs(DialogActions$1,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"secondary",onClick:handleCancel,children:"Cancel"}),jsxRuntimeExports.jsx(Button,{onClick:handleOk,color:"primary",children:"Ok"})]})]})}__name(ConfirmationDialogRaw,"ConfirmationDialogRaw");ConfirmationDialogRaw.propTypes={onClose:PropTypes.func.isRequired,open:PropTypes.bool.isRequired,value:PropTypes.string.isRequired};const DialogRoot$1=styled$1("div")(({theme})=>({width:"100%",maxWidth:360,backgroundColor:theme.palette.background.paper,"& .paper":{width:"80%",maxHeight:435}}));function ConfirmationDialog(){const[open,setOpen]=React.useState(!1),[value,setValue]=React.useState("Dione");function handleClickListItem(){setOpen(!0)}__name(handleClickListItem,"handleClickListItem");function handleClose(newValue){setOpen(!1),newValue&&setValue(newValue)}return __name(handleClose,"handleClose"),jsxRuntimeExports.jsx(DialogRoot$1,{children:jsxRuntimeExports.jsxs(List,{component:"div",role:"list",children:[jsxRuntimeExports.jsx(ListItem,{button:!0,divider:!0,disabled:!0,role:"listitem",children:jsxRuntimeExports.jsx(ListItemText,{primary:"Interruptions"})}),jsxRuntimeExports.jsx(ListItem,{button:!0,divider:!0,"aria-controls":"ringtone-menu","aria-label":"Phone ringtone",onClick:handleClickListItem,role:"listitem",children:jsxRuntimeExports.jsx(ListItemText,{primary:"Phone ringtone",secondary:value})}),jsxRuntimeExports.jsx(ListItem,{button:!0,divider:!0,disabled:!0,role:"listitem",children:jsxRuntimeExports.jsx(ListItemText,{primary:"Default notification ringtone",secondary:"Tethys"})}),jsxRuntimeExports.jsx(ConfirmationDialogRaw,{keepMounted:!0,open,value,className:"paper",id:"ringtone-menu",onClose:handleClose})]})})}__name(ConfirmationDialog,"ConfirmationDialog");const DialogTitleRoot=styled$1(DialogTitle$1)(({theme})=>({margin:0,padding:theme.spacing(2),"& .closeButton":{position:"absolute",right:theme.spacing(1),top:theme.spacing(1),color:theme.palette.grey[500]}})),DialogTitle=__name(props=>{const{children,onClose}=props;return jsxRuntimeExports.jsxs(DialogTitleRoot,{disableTypography:!0,children:[jsxRuntimeExports.jsx(Typography,{variant:"h6",children}),onClose?jsxRuntimeExports.jsx(IconButton,{"aria-label":"Close",className:"closeButton",onClick:onClose,children:jsxRuntimeExports.jsx(default_1$2,{})}):null]})},"DialogTitle"),DialogContent=styled$1(DialogContent$1)(({theme})=>({"&.root":{padding:theme.spacing(2)}})),DialogActions=styled$1(DialogActions$1)(({theme})=>({"&.root":{margin:0,padding:theme.spacing(1)}})),CustomizedDialogs=__name(()=>{const[open,setOpen]=reactExports.useState(!1),handleClickOpen=__name(()=>setOpen(!0),"handleClickOpen"),handleClose=__name(()=>setOpen(!1),"handleClose");return jsxRuntimeExports.jsxs("div",{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"secondary",onClick:handleClickOpen,children:"Open dialog"}),jsxRuntimeExports.jsxs(Dialog,{onClose:handleClose,"aria-labelledby":"customized-dialog-title",open,children:[jsxRuntimeExports.jsx(DialogTitle,{id:"customized-dialog-title",onClose:handleClose,children:"Modal title"}),jsxRuntimeExports.jsxs(DialogContent,{dividers:!0,children:[jsxRuntimeExports.jsx(Typography,{gutterBottom:!0,children:"Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros."}),jsxRuntimeExports.jsx(Typography,{gutterBottom:!0,children:"Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor."}),jsxRuntimeExports.jsx(Typography,{gutterBottom:!0,children:"Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla."})]}),jsxRuntimeExports.jsx(DialogActions,{children:jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Save changes"})})]})]})},"CustomizedDialogs"),Transition$1=React.forwardRef(__name(function(props,ref){return jsxRuntimeExports.jsx(Slide,{direction:"up",ref,...props})},"Transition2"));function AlertDialogSlide(){const[open,setOpen]=React.useState(!1);function handleClickOpen(){setOpen(!0)}__name(handleClickOpen,"handleClickOpen");function handleClose(){setOpen(!1)}return __name(handleClose,"handleClose"),jsxRuntimeExports.jsxs("div",{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Slide in alert dialog"}),jsxRuntimeExports.jsxs(Dialog,{open,keepMounted:!0,onClose:handleClose,TransitionComponent:Transition$1,"aria-labelledby":"alert-dialog-slide-title","aria-describedby":"alert-dialog-slide-description",children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"alert-dialog-slide-title",children:"Use Google's location service?"}),jsxRuntimeExports.jsx(DialogContent$1,{children:jsxRuntimeExports.jsx(DialogContentText,{id:"alert-dialog-slide-description",children:"Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running."})}),jsxRuntimeExports.jsxs(DialogActions$1,{children:[jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Disagree"}),jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Agree"})]})]})]})}__name(AlertDialogSlide,"AlertDialogSlide");function FormDialog(){const[open,setOpen]=React.useState(!1);function handleClickOpen(){setOpen(!0)}__name(handleClickOpen,"handleClickOpen");function handleClose(){setOpen(!1)}return __name(handleClose,"handleClose"),jsxRuntimeExports.jsxs(Box,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Open form dialog"}),jsxRuntimeExports.jsxs(Dialog,{open,onClose:handleClose,"aria-labelledby":"form-dialog-title",children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"form-dialog-title",children:"Subscribe"}),jsxRuntimeExports.jsxs(DialogContent$1,{children:[jsxRuntimeExports.jsx(DialogContentText,{children:"To subscribe to this website, please enter your email address here. We will send updates occasionally."}),jsxRuntimeExports.jsx(TextField,{autoFocus:!0,margin:"dense",id:"name",label:"Email Address",type:"email",fullWidth:!0})]}),jsxRuntimeExports.jsxs(DialogActions$1,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"secondary",onClick:handleClose,children:"Cancel"}),jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Subscribe"})]})]})]})}__name(FormDialog,"FormDialog");const Transition=React.forwardRef(__name(function(props,ref){return jsxRuntimeExports.jsx(Slide,{direction:"up",ref,...props})},"Transition2"));function FullScreenDialog(){const theme=useTheme(),[open,setOpen]=React.useState(!1);function handleClickOpen(){setOpen(!0)}__name(handleClickOpen,"handleClickOpen");function handleClose(){setOpen(!1)}return __name(handleClose,"handleClose"),jsxRuntimeExports.jsxs(Box,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Open full-screen dialog"}),jsxRuntimeExports.jsxs(Dialog,{fullScreen:!0,open,onClose:handleClose,TransitionComponent:Transition,children:[jsxRuntimeExports.jsx(AppBar,{sx:{position:"relative"},children:jsxRuntimeExports.jsxs(Toolbar,{children:[jsxRuntimeExports.jsx(IconButton,{edge:"start",color:"inherit",onClick:handleClose,"aria-label":"Close",children:jsxRuntimeExports.jsx(default_1$2,{})}),jsxRuntimeExports.jsx(H6,{sx:{flex:1,marginLeft:theme.spacing(2)},children:"Sound"}),jsxRuntimeExports.jsx(Button,{color:"inherit",onClick:handleClose,children:"save"})]})}),jsxRuntimeExports.jsxs(List,{children:[jsxRuntimeExports.jsx(ListItem,{button:!0,children:jsxRuntimeExports.jsx(ListItemText,{primary:"Phone ringtone",secondary:"Titania"})}),jsxRuntimeExports.jsx(Divider,{}),jsxRuntimeExports.jsx(ListItem,{button:!0,children:jsxRuntimeExports.jsx(ListItemText,{primary:"Default notification ringtone",secondary:"Tethys"})})]})]})]})}__name(FullScreenDialog,"FullScreenDialog");const DialogRoot=styled$1("div")(({theme})=>({"& form":{display:"flex",margin:"auto",flexDirection:"column",width:"fit-content"},"& .formControl":{marginTop:theme.spacing(2),minWidth:120},"& .formControlLabel":{marginTop:theme.spacing(1)}}));function MaxWidthDialog(){const[open,setOpen]=React.useState(!1),[fullWidth,setFullWidth]=React.useState(!0),[maxWidth,setMaxWidth]=React.useState("sm");function handleClickOpen(){setOpen(!0)}__name(handleClickOpen,"handleClickOpen");function handleClose(){setOpen(!1)}__name(handleClose,"handleClose");function handleMaxWidthChange(event){setMaxWidth(event.target.value)}__name(handleMaxWidthChange,"handleMaxWidthChange");function handleFullWidthChange(event){setFullWidth(event.target.checked)}return __name(handleFullWidthChange,"handleFullWidthChange"),jsxRuntimeExports.jsxs(DialogRoot,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Open max-width dialog"}),jsxRuntimeExports.jsxs(Dialog,{open,fullWidth,maxWidth,onClose:handleClose,"aria-labelledby":"max-width-dialog-title",children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"max-width-dialog-title",children:"Optional sizes"}),jsxRuntimeExports.jsxs(DialogContent$1,{children:[jsxRuntimeExports.jsx(DialogContentText,{children:"You can set my maximum width and whether to adapt or not."}),jsxRuntimeExports.jsxs("form",{noValidate:!0,children:[jsxRuntimeExports.jsxs(FormControl,{className:"formControl",children:[jsxRuntimeExports.jsx(InputLabel,{htmlFor:"max-width",children:"maxWidth"}),jsxRuntimeExports.jsxs(Select,{value:maxWidth,onChange:handleMaxWidthChange,inputProps:{name:"max-width",id:"max-width"},children:[jsxRuntimeExports.jsx(MenuItem,{value:!1,children:"false"}),jsxRuntimeExports.jsx(MenuItem,{value:"xs",children:"xs"}),jsxRuntimeExports.jsx(MenuItem,{value:"sm",children:"sm"}),jsxRuntimeExports.jsx(MenuItem,{value:"md",children:"md"}),jsxRuntimeExports.jsx(MenuItem,{value:"lg",children:"lg"}),jsxRuntimeExports.jsx(MenuItem,{value:"xl",children:"xl"})]})]}),jsxRuntimeExports.jsx(FormControlLabel,{className:"formControlLabel",label:"Full width",control:jsxRuntimeExports.jsx(Switch,{checked:fullWidth,onChange:handleFullWidthChange,value:"fullWidth"})})]})]}),jsxRuntimeExports.jsx(DialogActions$1,{children:jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Close"})})]})]})}__name(MaxWidthDialog,"MaxWidthDialog");function ResponsiveDialog(){const[open,setOpen]=React.useState(!1),theme=useTheme(),fullScreen=useMediaQuery(theme.breakpoints.down("sm"));function handleClickOpen(){setOpen(!0)}__name(handleClickOpen,"handleClickOpen");function handleClose(){setOpen(!1)}return __name(handleClose,"handleClose"),jsxRuntimeExports.jsxs(Box,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Open responsive dialog"}),jsxRuntimeExports.jsxs(Dialog,{fullScreen,open,onClose:handleClose,"aria-labelledby":"responsive-dialog-title",children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"responsive-dialog-title",children:"Use Google's location service?"}),jsxRuntimeExports.jsx(DialogContent$1,{children:jsxRuntimeExports.jsx(DialogContentText,{children:"Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running."})}),jsxRuntimeExports.jsxs(DialogActions$1,{children:[jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Disagree"}),jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",autoFocus:!0,children:"Agree"})]})]})]})}__name(ResponsiveDialog,"ResponsiveDialog");function AlertDialog(){const[open,setOpen]=reactExports.useState(!1),handleClickOpen=__name(()=>setOpen(!0),"handleClickOpen"),handleClose=__name(()=>setOpen(!1),"handleClose");return jsxRuntimeExports.jsxs(Box,{children:[jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Open alert dialog"}),jsxRuntimeExports.jsxs(Dialog,{open,onClose:handleClose,"aria-labelledby":"alert-dialog-title","aria-describedby":"alert-dialog-description",children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"alert-dialog-title",children:"Use Google's location service?"}),jsxRuntimeExports.jsx(DialogContent$1,{children:jsxRuntimeExports.jsx(DialogContentText,{id:"alert-dialog-description",children:"Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running."})}),jsxRuntimeExports.jsxs(DialogActions$1,{children:[jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",children:"Disagree"}),jsxRuntimeExports.jsx(Button,{onClick:handleClose,color:"primary",autoFocus:!0,children:"Agree"})]})]})]})}__name(AlertDialog,"AlertDialog");var Add={},_interopRequireDefault$1=interopRequireDefaultExports;Object.defineProperty(Add,"__esModule",{value:!0});var default_1$1=Add.default=void 0,_createSvgIcon$1=_interopRequireDefault$1(requireCreateSvgIcon()),_jsxRuntime$1=jsxRuntimeExports;default_1$1=Add.default=(0,_createSvgIcon$1.default)((0,_jsxRuntime$1.jsx)("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"}),"Add");var Person={},_interopRequireDefault=interopRequireDefaultExports;Object.defineProperty(Person,"__esModule",{value:!0});var default_1=Person.default=void 0,_createSvgIcon=_interopRequireDefault(requireCreateSvgIcon()),_jsxRuntime=jsxRuntimeExports;default_1=Person.default=(0,_createSvgIcon.default)((0,_jsxRuntime.jsx)("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"}),"Person");const emails=["username@gmail.com","user02@gmail.com"];function SimpleDialog(props){const{onClose,selectedValue,...other}=props;function handleClose(){onClose(selectedValue)}__name(handleClose,"handleClose");function handleListItemClick(value){onClose(value)}return __name(handleListItemClick,"handleListItemClick"),jsxRuntimeExports.jsxs(Dialog,{onClose:handleClose,"aria-labelledby":"simple-dialog-title",...other,children:[jsxRuntimeExports.jsx(DialogTitle$1,{id:"simple-dialog-title",children:"Set backup account"}),jsxRuntimeExports.jsxs(List,{children:[emails.map(email=>jsxRuntimeExports.jsxs(ListItem,{button:!0,onClick:()=>handleListItemClick(email),children:[jsxRuntimeExports.jsx(ListItemAvatar,{children:jsxRuntimeExports.jsx(Avatar,{sx:{backgroundColor:blue[100],color:blue[600]},children:jsxRuntimeExports.jsx(default_1,{})})}),jsxRuntimeExports.jsx(ListItemText,{primary:email})]},email)),jsxRuntimeExports.jsxs(ListItem,{button:!0,onClick:()=>handleListItemClick("addAccount"),children:[jsxRuntimeExports.jsx(ListItemAvatar,{children:jsxRuntimeExports.jsx(Avatar,{children:jsxRuntimeExports.jsx(default_1$1,{})})}),jsxRuntimeExports.jsx(ListItemText,{primary:"add account"})]})]})]})}__name(SimpleDialog,"SimpleDialog");SimpleDialog.propTypes={open:PropTypes.bool,onClose:PropTypes.func,selectedValue:PropTypes.string};function SimpleDialogDemo(){const[open,setOpen]=reactExports.useState(!1),[selectedValue,setSelectedValue]=reactExports.useState("user02@gmail.com"),handleClickOpen=__name(()=>setOpen(!0),"handleClickOpen"),handleClose=__name(value=>{setOpen(!1),setSelectedValue(value)},"handleClose");return jsxRuntimeExports.jsxs(Box,{children:[jsxRuntimeExports.jsxs(Typography,{variant:"subtitle1",children:["Selected: ",selectedValue]}),jsxRuntimeExports.jsx("br",{}),jsxRuntimeExports.jsx(Button,{variant:"outlined",color:"primary",onClick:handleClickOpen,children:"Open simple dialog"}),jsxRuntimeExports.jsx(SimpleDialog,{selectedValue,open,onClose:handleClose})]})}__name(SimpleDialogDemo,"SimpleDialogDemo");const Container=styled$1("div")(({theme})=>({margin:"30px",[theme.breakpoints.down("sm")]:{margin:"16px"},"& .breadcrumb":{marginBottom:"30px",[theme.breakpoints.down("sm")]:{marginBottom:"16px"}}})),AppDialog=__name(()=>jsxRuntimeExports.jsxs(Container,{children:[jsxRuntimeExports.jsx(Box$1,{className:"breadcrumb",children:jsxRuntimeExports.jsx(Breadcrumb,{routeSegments:[{name:"Material",path:"/material"},{name:"Dialog"}]})}),jsxRuntimeExports.jsxs(Stack,{spacing:3,children:[jsxRuntimeExports.jsx(SimpleCard,{title:"simple Dialog",children:jsxRuntimeExports.jsx(SimpleDialogDemo,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"alert dialog",children:jsxRuntimeExports.jsx(AlertDialog,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"transition",children:jsxRuntimeExports.jsx(AlertDialogSlide,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"form dialog",children:jsxRuntimeExports.jsx(FormDialog,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"customized dialog",children:jsxRuntimeExports.jsx(CustomizedDialogs,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"full-screen dialog",children:jsxRuntimeExports.jsx(FullScreenDialog,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"optimized size dialog",children:jsxRuntimeExports.jsx(MaxWidthDialog,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"responsive dialog",children:jsxRuntimeExports.jsx(ResponsiveDialog,{})}),jsxRuntimeExports.jsx(SimpleCard,{title:"confirmation dialog",children:jsxRuntimeExports.jsx(ConfirmationDialog,{})})]})]}),"AppDialog");export{AppDialog as default};