{"ast":null,"code":"\"use client\";\n\nimport DotChartOutlined from \"@ant-design/icons/es/icons/DotChartOutlined\";\nimport classNames from 'classnames';\nimport * as React from 'react';\nimport { ConfigContext } from '../config-provider';\nimport useStyle from './style';\nconst SkeletonNode = props => {\n  const {\n    prefixCls: customizePrefixCls,\n    className,\n    rootClassName,\n    style,\n    active,\n    children\n  } = props;\n  const {\n    getPrefixCls\n  } = React.useContext(ConfigContext);\n  const prefixCls = getPrefixCls('skeleton', customizePrefixCls);\n  const [wrapSSR, hashId] = useStyle(prefixCls);\n  const cls = classNames(prefixCls, `${prefixCls}-element`, {\n    [`${prefixCls}-active`]: active\n  }, hashId, className, rootClassName);\n  const content = children !== null && children !== void 0 ? children : /*#__PURE__*/React.createElement(DotChartOutlined, null);\n  return wrapSSR( /*#__PURE__*/React.createElement(\"div\", {\n    className: cls\n  }, /*#__PURE__*/React.createElement(\"div\", {\n    className: classNames(`${prefixCls}-image`, className),\n    style: style\n  }, content)));\n};\nexport default SkeletonNode;","map":{"version":3,"names":["DotChartOutlined","classNames","React","ConfigContext","useStyle","SkeletonNode","props","prefixCls","customizePrefixCls","className","rootClassName","style","active","children","getPrefixCls","useContext","wrapSSR","hashId","cls","content","createElement"],"sources":["/var/www/gavt/node_modules/antd/es/skeleton/Node.js"],"sourcesContent":["\"use client\";\n\nimport DotChartOutlined from \"@ant-design/icons/es/icons/DotChartOutlined\";\nimport classNames from 'classnames';\nimport * as React from 'react';\nimport { ConfigContext } from '../config-provider';\nimport useStyle from './style';\nconst SkeletonNode = props => {\n  const {\n    prefixCls: customizePrefixCls,\n    className,\n    rootClassName,\n    style,\n    active,\n    children\n  } = props;\n  const {\n    getPrefixCls\n  } = React.useContext(ConfigContext);\n  const prefixCls = getPrefixCls('skeleton', customizePrefixCls);\n  const [wrapSSR, hashId] = useStyle(prefixCls);\n  const cls = classNames(prefixCls, `${prefixCls}-element`, {\n    [`${prefixCls}-active`]: active\n  }, hashId, className, rootClassName);\n  const content = children !== null && children !== void 0 ? children : /*#__PURE__*/React.createElement(DotChartOutlined, null);\n  return wrapSSR( /*#__PURE__*/React.createElement(\"div\", {\n    className: cls\n  }, /*#__PURE__*/React.createElement(\"div\", {\n    className: classNames(`${prefixCls}-image`, className),\n    style: style\n  }, content)));\n};\nexport default SkeletonNode;"],"mappings":"AAAA,YAAY;;AAEZ,OAAOA,gBAAgB,MAAM,6CAA6C;AAC1E,OAAOC,UAAU,MAAM,YAAY;AACnC,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,SAASC,aAAa,QAAQ,oBAAoB;AAClD,OAAOC,QAAQ,MAAM,SAAS;AAC9B,MAAMC,YAAY,GAAGC,KAAK,IAAI;EAC5B,MAAM;IACJC,SAAS,EAAEC,kBAAkB;IAC7BC,SAAS;IACTC,aAAa;IACbC,KAAK;IACLC,MAAM;IACNC;EACF,CAAC,GAAGP,KAAK;EACT,MAAM;IACJQ;EACF,CAAC,GAAGZ,KAAK,CAACa,UAAU,CAACZ,aAAa,CAAC;EACnC,MAAMI,SAAS,GAAGO,YAAY,CAAC,UAAU,EAAEN,kBAAkB,CAAC;EAC9D,MAAM,CAACQ,OAAO,EAAEC,MAAM,CAAC,GAAGb,QAAQ,CAACG,SAAS,CAAC;EAC7C,MAAMW,GAAG,GAAGjB,UAAU,CAACM,SAAS,EAAG,GAAEA,SAAU,UAAS,EAAE;IACxD,CAAE,GAAEA,SAAU,SAAQ,GAAGK;EAC3B,CAAC,EAAEK,MAAM,EAAER,SAAS,EAAEC,aAAa,CAAC;EACpC,MAAMS,OAAO,GAAGN,QAAQ,KAAK,IAAI,IAAIA,QAAQ,KAAK,KAAK,CAAC,GAAGA,QAAQ,GAAG,aAAaX,KAAK,CAACkB,aAAa,CAACpB,gBAAgB,EAAE,IAAI,CAAC;EAC9H,OAAOgB,OAAO,EAAE,aAAad,KAAK,CAACkB,aAAa,CAAC,KAAK,EAAE;IACtDX,SAAS,EAAES;EACb,CAAC,EAAE,aAAahB,KAAK,CAACkB,aAAa,CAAC,KAAK,EAAE;IACzCX,SAAS,EAAER,UAAU,CAAE,GAAEM,SAAU,QAAO,EAAEE,SAAS,CAAC;IACtDE,KAAK,EAAEA;EACT,CAAC,EAAEQ,OAAO,CAAC,CAAC,CAAC;AACf,CAAC;AACD,eAAed,YAAY"},"metadata":{},"sourceType":"module","externalDependencies":[]}