{"ast":null,"code":"\"use client\";\n\nimport React, { useContext } from 'react';\nimport classNames from 'classnames';\nimport { ConfigContext } from '../config-provider';\nimport useMessage from '../message/useMessage';\nimport useModal from '../modal/useModal';\nimport useNotification from '../notification/useNotification';\nimport AppContext, { AppConfigContext } from './context';\nimport useStyle from './style';\nconst useApp = () => React.useContext(AppContext);\nconst App = props => {\n  const {\n    prefixCls: customizePrefixCls,\n    children,\n    className,\n    rootClassName,\n    message,\n    notification,\n    style,\n    component = 'div'\n  } = props;\n  const {\n    getPrefixCls\n  } = useContext(ConfigContext);\n  const prefixCls = getPrefixCls('app', customizePrefixCls);\n  const [wrapCSSVar, hashId, cssVarCls] = useStyle(prefixCls);\n  const customClassName = classNames(hashId, prefixCls, className, rootClassName, cssVarCls);\n  const appConfig = useContext(AppConfigContext);\n  const mergedAppConfig = React.useMemo(() => ({\n    message: Object.assign(Object.assign({}, appConfig.message), message),\n    notification: Object.assign(Object.assign({}, appConfig.notification), notification)\n  }), [message, notification, appConfig.message, appConfig.notification]);\n  const [messageApi, messageContextHolder] = useMessage(mergedAppConfig.message);\n  const [notificationApi, notificationContextHolder] = useNotification(mergedAppConfig.notification);\n  const [ModalApi, ModalContextHolder] = useModal();\n  const memoizedContextValue = React.useMemo(() => ({\n    message: messageApi,\n    notification: notificationApi,\n    modal: ModalApi\n  }), [messageApi, notificationApi, ModalApi]);\n  // ============================ Render ============================\n  const Component = component === false ? React.Fragment : component;\n  const rootProps = {\n    className: customClassName,\n    style\n  };\n  return wrapCSSVar( /*#__PURE__*/React.createElement(AppContext.Provider, {\n    value: memoizedContextValue\n  }, /*#__PURE__*/React.createElement(AppConfigContext.Provider, {\n    value: mergedAppConfig\n  }, /*#__PURE__*/React.createElement(Component, Object.assign({}, component === false ? undefined : rootProps), ModalContextHolder, messageContextHolder, notificationContextHolder, children))));\n};\nif (process.env.NODE_ENV !== 'production') {\n  App.displayName = 'App';\n}\nApp.useApp = useApp;\nexport default App;","map":{"version":3,"names":["React","useContext","classNames","ConfigContext","useMessage","useModal","useNotification","AppContext","AppConfigContext","useStyle","useApp","App","props","prefixCls","customizePrefixCls","children","className","rootClassName","message","notification","style","component","getPrefixCls","wrapCSSVar","hashId","cssVarCls","customClassName","appConfig","mergedAppConfig","useMemo","Object","assign","messageApi","messageContextHolder","notificationApi","notificationContextHolder","ModalApi","ModalContextHolder","memoizedContextValue","modal","Component","Fragment","rootProps","createElement","Provider","value","undefined","process","env","NODE_ENV","displayName"],"sources":["D:/Project/UC_Trains_Voice/react-demo/node_modules/antd/es/app/index.js"],"sourcesContent":["\"use client\";\n\nimport React, { useContext } from 'react';\nimport classNames from 'classnames';\nimport { ConfigContext } from '../config-provider';\nimport useMessage from '../message/useMessage';\nimport useModal from '../modal/useModal';\nimport useNotification from '../notification/useNotification';\nimport AppContext, { AppConfigContext } from './context';\nimport useStyle from './style';\nconst useApp = () => React.useContext(AppContext);\nconst App = props => {\n  const {\n    prefixCls: customizePrefixCls,\n    children,\n    className,\n    rootClassName,\n    message,\n    notification,\n    style,\n    component = 'div'\n  } = props;\n  const {\n    getPrefixCls\n  } = useContext(ConfigContext);\n  const prefixCls = getPrefixCls('app', customizePrefixCls);\n  const [wrapCSSVar, hashId, cssVarCls] = useStyle(prefixCls);\n  const customClassName = classNames(hashId, prefixCls, className, rootClassName, cssVarCls);\n  const appConfig = useContext(AppConfigContext);\n  const mergedAppConfig = React.useMemo(() => ({\n    message: Object.assign(Object.assign({}, appConfig.message), message),\n    notification: Object.assign(Object.assign({}, appConfig.notification), notification)\n  }), [message, notification, appConfig.message, appConfig.notification]);\n  const [messageApi, messageContextHolder] = useMessage(mergedAppConfig.message);\n  const [notificationApi, notificationContextHolder] = useNotification(mergedAppConfig.notification);\n  const [ModalApi, ModalContextHolder] = useModal();\n  const memoizedContextValue = React.useMemo(() => ({\n    message: messageApi,\n    notification: notificationApi,\n    modal: ModalApi\n  }), [messageApi, notificationApi, ModalApi]);\n  // ============================ Render ============================\n  const Component = component === false ? React.Fragment : component;\n  const rootProps = {\n    className: customClassName,\n    style\n  };\n  return wrapCSSVar( /*#__PURE__*/React.createElement(AppContext.Provider, {\n    value: memoizedContextValue\n  }, /*#__PURE__*/React.createElement(AppConfigContext.Provider, {\n    value: mergedAppConfig\n  }, /*#__PURE__*/React.createElement(Component, Object.assign({}, component === false ? undefined : rootProps), ModalContextHolder, messageContextHolder, notificationContextHolder, children))));\n};\nif (process.env.NODE_ENV !== 'production') {\n  App.displayName = 'App';\n}\nApp.useApp = useApp;\nexport default App;"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}