@next-bricks/ai-portal 0.67.0 → 0.68.0
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/bricks.json +57 -41
- package/dist/chunks/2118.677e19e7.js +3 -0
- package/dist/chunks/2118.677e19e7.js.LICENSE.txt +5 -0
- package/dist/chunks/2118.677e19e7.js.map +1 -0
- package/dist/chunks/3573.7b0bb780.js +3 -0
- package/dist/chunks/3573.7b0bb780.js.map +1 -0
- package/dist/chunks/3744.06d6d911.js +2 -0
- package/dist/chunks/{3744.ed6d0719.js.map → 3744.06d6d911.js.map} +1 -1
- package/dist/chunks/4208.7a99a847.js +2 -0
- package/dist/chunks/4208.7a99a847.js.map +1 -0
- package/dist/chunks/4228.692fa030.js +2 -0
- package/dist/chunks/{4228.ea602510.js.map → 4228.692fa030.js.map} +1 -1
- package/dist/chunks/4573.56d7bc95.js +3 -0
- package/dist/chunks/4573.56d7bc95.js.map +1 -0
- package/dist/chunks/488.ec641231.js +2 -0
- package/dist/chunks/488.ec641231.js.map +1 -0
- package/dist/chunks/6530.6d9e7c8b.js +2 -0
- package/dist/chunks/6530.6d9e7c8b.js.map +1 -0
- package/dist/chunks/chat-box.1ac7555a.js +3 -0
- package/dist/chunks/chat-box.1ac7555a.js.map +1 -0
- package/dist/chunks/chat-input.444c80bb.js +3 -0
- package/dist/chunks/chat-input.444c80bb.js.map +1 -0
- package/dist/chunks/chat-panel-welcome.2f7c6c8b.js +2 -0
- package/dist/chunks/chat-panel-welcome.2f7c6c8b.js.map +1 -0
- package/dist/chunks/chat-panel.3160f2e8.js +2 -0
- package/dist/chunks/chat-panel.3160f2e8.js.map +1 -0
- package/dist/chunks/{elevo-sidebar.fba49f67.js → elevo-sidebar.a1b4645a.js} +3 -3
- package/dist/chunks/{elevo-sidebar.fba49f67.js.map → elevo-sidebar.a1b4645a.js.map} +1 -1
- package/dist/chunks/main.638b1f10.js +2 -0
- package/dist/chunks/main.638b1f10.js.map +1 -0
- package/dist/chunks/space-workbench.572f4029.js +2 -0
- package/dist/chunks/space-workbench.572f4029.js.map +1 -0
- package/dist/examples.json +12 -12
- package/dist/images/09a19fbf.svg +4 -0
- package/dist/images/2da0514e.png +0 -0
- package/dist/images/33bca987.png +0 -0
- package/dist/images/9da11f86.png +0 -0
- package/dist/images/da88bb60.svg +12 -0
- package/dist/images/e15f6abd.svg +3 -0
- package/dist/index.ebd91b13.js +2 -0
- package/dist/index.ebd91b13.js.map +1 -0
- package/dist/manifest.json +398 -384
- package/dist/types.json +3242 -2713
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/chat-panel/ChatPanelContent.d.ts +22 -0
- package/dist-types/cruise-canvas/useConversationDetail.d.ts +2 -2
- package/dist-types/shared/interfaces.d.ts +10 -1
- package/dist-types/space-workbench/bricks.d.ts +23 -0
- package/dist-types/space-workbench/chat-panel-welcome/i18n.d.ts +14 -0
- package/dist-types/space-workbench/chat-panel-welcome/index.d.ts +13 -0
- package/dist-types/space-workbench/chat-panel-welcome/index.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/ActivityCard.d.ts +14 -0
- package/dist-types/space-workbench/components/ActivityDetailModal.d.ts +13 -0
- package/dist-types/space-workbench/components/BusinessFlowPreview.d.ts +13 -0
- package/dist-types/space-workbench/components/BusinessFlowPreview.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/BusinessManage.d.ts +15 -0
- package/dist-types/space-workbench/components/BusinessManage.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/BusinessObjectPreview.d.ts +13 -0
- package/dist-types/space-workbench/components/BusinessObjectPreview.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/ConfigPreview.d.ts +14 -0
- package/dist-types/space-workbench/components/ConfigPreview.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/EmptyState.d.ts +15 -0
- package/dist-types/space-workbench/components/EmptyState.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/SpaceConfigModal/ConfigContext.d.ts +6 -0
- package/dist-types/space-workbench/components/SpaceConfigModal/SpaceConfigModal.d.ts +12 -0
- package/dist-types/space-workbench/components/SpaceConfigModal/SpaceConfigModal.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/SpaceConfigModal/utils.d.ts +3 -0
- package/dist-types/space-workbench/components/SpaceConfigModal/utils.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/{SpaceGuide/SpaceGuide.d.ts → SpaceGuide.d.ts} +3 -1
- package/dist-types/space-workbench/components/SpaceGuide.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/{SpaceNav/SpaceNav.d.ts → SpaceNav.d.ts} +4 -3
- package/dist-types/space-workbench/components/SpaceNav.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/knowLedgesList.d.ts +8 -0
- package/dist-types/space-workbench/i18n.d.ts +51 -1
- package/dist-types/space-workbench/interfaces.d.ts +119 -0
- package/dist-types/space-workbench/workbenchContext.d.ts +8 -0
- package/package.json +2 -2
- package/dist/chunks/1750.ba9f8f80.js +0 -2
- package/dist/chunks/1750.ba9f8f80.js.map +0 -1
- package/dist/chunks/3744.ed6d0719.js +0 -2
- package/dist/chunks/3840.6080d56e.js +0 -3
- package/dist/chunks/3840.6080d56e.js.map +0 -1
- package/dist/chunks/4208.a1a0dfdd.js +0 -2
- package/dist/chunks/4208.a1a0dfdd.js.map +0 -1
- package/dist/chunks/4228.ea602510.js +0 -2
- package/dist/chunks/5411.095a6093.js +0 -3
- package/dist/chunks/5411.095a6093.js.map +0 -1
- package/dist/chunks/6530.3c295a95.js +0 -2
- package/dist/chunks/6530.3c295a95.js.map +0 -1
- package/dist/chunks/chat-box.060b8727.js +0 -3
- package/dist/chunks/chat-box.060b8727.js.map +0 -1
- package/dist/chunks/chat-input.e913e9ed.js +0 -3
- package/dist/chunks/chat-input.e913e9ed.js.map +0 -1
- package/dist/chunks/chat-panel.3b7afbd5.js +0 -2
- package/dist/chunks/chat-panel.3b7afbd5.js.map +0 -1
- package/dist/chunks/main.659aac54.js +0 -2
- package/dist/chunks/main.659aac54.js.map +0 -1
- package/dist/chunks/space-workbench.964b8644.js +0 -2
- package/dist/chunks/space-workbench.964b8644.js.map +0 -1
- package/dist/index.bdb0052a.js +0 -2
- package/dist/index.bdb0052a.js.map +0 -1
- /package/dist/chunks/{3840.6080d56e.js.LICENSE.txt → 3573.7b0bb780.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{5411.095a6093.js.LICENSE.txt → 4573.56d7bc95.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-box.060b8727.js.LICENSE.txt → chat-box.1ac7555a.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-input.e913e9ed.js.LICENSE.txt → chat-input.444c80bb.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.fba49f67.js.LICENSE.txt → elevo-sidebar.a1b4645a.js.LICENSE.txt} +0 -0
- /package/dist-types/space-workbench/components/{SpaceGuide/SpaceGuide.spec.d.ts → ActivityCard.spec.d.ts} +0 -0
- /package/dist-types/space-workbench/components/{SpaceNav/SpaceNav.spec.d.ts → ActivityDetailModal.spec.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chunks/main.659aac54.js","mappings":"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","sources":["webpack:///webpack/runtime/load script","webpack:///webpack/runtime/consumes","webpack:///./src/index.ts","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/ensure chunk","webpack:///webpack/runtime/get javascript chunk filename","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///webpack/runtime/node module decorator","webpack:///webpack/runtime/sharing","webpack:///webpack/runtime/publicPath","webpack:///webpack/runtime/jsonp chunk loading","webpack:///webpack/runtime/nonce","webpack:///webpack/startup"],"sourcesContent":["var inProgress = {};\nvar dataWebpackPrefix = \"@next-bricks/ai-portal:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","var parseVersion = (str) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar p=p=>{return p.split(\".\").map((p=>{return+p==p?+p:p}))},n=/^([^-+]+)?(?:-([^+]+))?(?:\\+(.+))?$/.exec(str),r=n[1]?p(n[1]):[];return n[2]&&(r.length++,r.push.apply(r,p(n[2]))),n[3]&&(r.push([]),r.push.apply(r,p(n[3]))),r;\n}\nvar versionLt = (a, b) => {\n\t// see webpack/lib/util/semver.js for original code\n\ta=parseVersion(a),b=parseVersion(b);for(var r=0;;){if(r>=a.length)return r<b.length&&\"u\"!=(typeof b[r])[0];var e=a[r],n=(typeof e)[0];if(r>=b.length)return\"u\"==n;var t=b[r],f=(typeof t)[0];if(n!=f)return\"o\"==n&&\"n\"==f||(\"s\"==f||\"u\"==n);if(\"o\"!=n&&\"u\"!=n&&e!=t)return e<t;r++}\n}\nvar rangeToString = (range) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar r=range[0],n=\"\";if(1===range.length)return\"*\";if(r+.5){n+=0==r?\">=\":-1==r?\"<\":1==r?\"^\":2==r?\"~\":r>0?\"=\":\"!=\";for(var e=1,a=1;a<range.length;a++){e--,n+=\"u\"==(typeof(t=range[a]))[0]?\"-\":(e>0?\".\":\"\")+(e=2,t)}return n}var g=[];for(a=1;a<range.length;a++){var t=range[a];g.push(0===t?\"not(\"+o()+\")\":1===t?\"(\"+o()+\" || \"+o()+\")\":2===t?g.pop()+\" \"+g.pop():rangeToString(t))}return o();function o(){return g.pop().replace(/^\\((.+)\\)$/,\"$1\")}\n}\nvar satisfy = (range, version) => {\n\t// see webpack/lib/util/semver.js for original code\n\tif(0 in range){version=parseVersion(version);var e=range[0],r=e<0;r&&(e=-e-1);for(var n=0,i=1,a=!0;;i++,n++){var f,s,g=i<range.length?(typeof range[i])[0]:\"\";if(n>=version.length||\"o\"==(s=(typeof(f=version[n]))[0]))return!a||(\"u\"==g?i>e&&!r:\"\"==g!=r);if(\"u\"==s){if(!a||\"u\"!=g)return!1}else if(a)if(g==s)if(i<=e){if(f!=range[i])return!1}else{if(r?f>range[i]:f<range[i])return!1;f!=range[i]&&(a=!1)}else if(\"s\"!=g&&\"n\"!=g){if(r||i<=e)return!1;a=!1,i--}else{if(i<=e||s<g!=r)return!1;a=!1}else\"s\"!=g&&\"n\"!=g&&(a=!1,i--)}}var t=[],o=t.pop.bind(t);for(n=1;n<range.length;n++){var u=range[n];t.push(1==u?o()|o():2==u?o()&o():u?satisfy(u,version):!o())}return!!o();\n}\nvar exists = (scope, key) => {\n\treturn scope && __webpack_require__.o(scope, key);\n}\nvar get = (entry) => {\n\tentry.loaded = 1;\n\treturn entry.get()\n};\nvar eagerOnly = (versions) => {\n\treturn Object.keys(versions).reduce((filtered, version) => {\n\t\t\tif (versions[version].eager) {\n\t\t\t\tfiltered[version] = versions[version];\n\t\t\t}\n\t\t\treturn filtered;\n\t}, {});\n};\nvar findLatestVersion = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key];\n};\nvar findSatisfyingVersion = (scope, key, requiredVersion, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\tif (!satisfy(requiredVersion, b)) return a;\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key]\n};\nvar findSingletonVersionKey = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\treturn Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || (!versions[a].loaded && versionLt(a, b)) ? b : a;\n\t}, 0);\n};\nvar getInvalidSingletonVersionMessage = (scope, key, version, requiredVersion) => {\n\treturn \"Unsatisfied version \" + version + \" from \" + (version && scope[key][version].from) + \" of shared singleton module \" + key + \" (required \" + rangeToString(requiredVersion) + \")\"\n};\nvar getInvalidVersionMessage = (scope, scopeName, key, requiredVersion, eager) => {\n\tvar versions = scope[key];\n\treturn \"No satisfying version (\" + rangeToString(requiredVersion) + \")\" + (eager ? \" for eager consumption\" : \"\") + \" of shared module \" + key + \" found in shared scope \" + scopeName + \".\\n\" +\n\t\t\"Available versions: \" + Object.keys(versions).map((key) => {\n\t\treturn key + \" from \" + versions[key].from;\n\t}).join(\", \");\n};\nvar fail = (msg) => {\n\tthrow new Error(msg);\n}\nvar failAsNotExist = (scopeName, key) => {\n\treturn fail(\"Shared module \" + key + \" doesn't exist in shared scope \" + scopeName);\n}\nvar warn = /*#__PURE__*/ (msg) => {\n\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n};\nvar init = (fn) => (function(scopeName, key, eager, c, d) {\n\tvar promise = __webpack_require__.I(scopeName);\n\tif (promise && promise.then && !eager) {\n\t\treturn promise.then(fn.bind(fn, scopeName, __webpack_require__.S[scopeName], key, false, c, d));\n\t}\n\treturn fn(scopeName, __webpack_require__.S[scopeName], key, eager, c, d);\n});\n\nvar useFallback = (scopeName, key, fallback) => {\n\treturn fallback ? fallback() : failAsNotExist(scopeName, key);\n}\nvar load = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\twarn(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager))\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadStrictVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\tif (fallback) return fallback();\n\tfail(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager));\n});\nvar loadSingleton = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\treturn get(scope[key][version]);\n});\nvar loadSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\twarn(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar loadStrictSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\tfail(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar installedModules = {};\nvar moduleToHandlerMapping = {\n\t18769: () => (loadStrictVersion(\"default\", \"react\", false, [6,0,0,0,,\"experimental-ee8509801-20230117\"], () => (__webpack_require__.e(4041).then(() => (() => (__webpack_require__(14041))))))),\n\t90870: () => (loadStrictVersion(\"default\", \"@next-core/element\", false, [1,1,2,19], () => (__webpack_require__.e(1045).then(() => (() => (__webpack_require__(21045))))))),\n\t30981: () => (loadStrictVersion(\"default\", \"@next-core/react-element\", false, [1,1,0,38], () => (Promise.all([__webpack_require__.e(870), __webpack_require__.e(9435), __webpack_require__.e(7733)]).then(() => (() => (__webpack_require__(20114))))))),\n\t34419: () => (loadSingletonVersion(\"default\", \"@next-core/theme\", false, [1,1,6,1], () => (__webpack_require__.e(1889).then(() => (() => (__webpack_require__(51889))))))),\n\t67177: () => (loadSingletonVersion(\"default\", \"@next-core/i18n\", false, [1,1,0,87], () => (Promise.all([__webpack_require__.e(410), __webpack_require__.e(671), __webpack_require__.e(3171)]).then(() => (() => (__webpack_require__(75552))))))),\n\t41030: () => (loadSingletonVersion(\"default\", \"lodash\", false, [1,4,17,21], () => (__webpack_require__.e(5250).then(() => (() => (__webpack_require__(45250))))))),\n\t40410: () => (loadSingletonVersion(\"default\", \"@next-core/utils/general\", false, [1,1,8,8], () => (__webpack_require__.e(871).then(() => (() => (__webpack_require__(40871))))))),\n\t21302: () => (loadSingletonVersion(\"default\", \"moment\", false, [1,2,30,1], () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(99420))))))),\n\t60128: () => (loadSingletonVersion(\"default\", \"@next-core/runtime\", false, [1,1,71,4], () => (Promise.all([__webpack_require__.e(948), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1302), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(5188), __webpack_require__.e(5651)]).then(() => (() => (__webpack_require__(30948))))))),\n\t22919: () => (loadSingletonVersion(\"default\", \"@next-core/http\", false, [1,1,2,14], () => (__webpack_require__.e(8989).then(() => (() => (__webpack_require__(48989))))))),\n\t71321: () => (loadSingletonVersion(\"default\", \"@next-core/cook\", false, [0], () => (Promise.all([__webpack_require__.e(1122), __webpack_require__.e(580)]).then(() => (() => (__webpack_require__(61122))))))),\n\t61919: () => (loadSingletonVersion(\"default\", \"@easyops-cn/brick-next-pipes\", false, [2,0,7,3], () => (Promise.all([__webpack_require__.e(4306), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(5310)]).then(() => (() => (__webpack_require__(34306))))))),\n\t95188: () => (loadSingletonVersion(\"default\", \"@next-core/utils/storyboard\", false, [1,1,8,8], () => (__webpack_require__.e(4765).then(() => (() => (__webpack_require__(97146))))))),\n\t59435: () => (loadStrictVersion(\"default\", \"react-dom\", false, [6,0,0,0,,\"experimental-ee8509801-20230117\"], () => (__webpack_require__.e(3144).then(() => (() => (__webpack_require__(43144))))))),\n\t18796: () => (loadStrictVersion(\"default\", \"@next-core/react-runtime\", false, [1,1,7,43], () => (__webpack_require__.e(9599).then(() => (() => (__webpack_require__(64837))))))),\n\t55310: () => (loadSingletonVersion(\"default\", \"js-yaml\", false, [0], () => (__webpack_require__.e(9515).then(() => (() => (__webpack_require__(19515))))))),\n\t40580: () => (loadSingletonVersion(\"default\", \"@babel/parser\", false, [0], () => (__webpack_require__.e(6773).then(() => (() => (__webpack_require__(46773))))))),\n\t848: () => (loadSingletonVersion(\"default\", \"i18next-browser-languagedetector\", false, [0], () => (__webpack_require__.e(726).then(() => (() => (__webpack_require__(50726))))))),\n\t75630: () => (loadSingletonVersion(\"default\", \"i18next\", false, [0], () => (__webpack_require__.e(2357).then(() => (() => (__webpack_require__(2357))))))),\n\t59933: () => (loadSingletonVersion(\"default\", \"@next-core/pipes\", false, [0], () => (Promise.all([__webpack_require__.e(1919), __webpack_require__.e(6519)]).then(() => (() => (__webpack_require__(76519))))))),\n\t11732: () => (loadSingletonVersion(\"default\", \"history\", false, [0], () => (__webpack_require__.e(3003).then(() => (() => (__webpack_require__(65384))))))),\n\t26036: () => (loadSingletonVersion(\"default\", \"moment/locale/zh-cn.js\", false, [1,2,30,1], () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(61329))))))),\n\t29283: () => (loadSingletonVersion(\"default\", \"@next-core/inject\", false, [0], () => (Promise.all([__webpack_require__.e(9933), __webpack_require__.e(4658)]).then(() => (() => (__webpack_require__(72277))))))),\n\t45599: () => (loadSingletonVersion(\"default\", \"@next-core/loader\", false, [0], () => (__webpack_require__.e(5399).then(() => (() => (__webpack_require__(35399))))))),\n\t94167: () => (loadSingletonVersion(\"default\", \"@next-core/supply\", false, [0], () => (Promise.all([__webpack_require__.e(9933), __webpack_require__.e(1940)]).then(() => (() => (__webpack_require__(49559)))))))\n};\n// no consumes in initial chunks\nvar chunkMapping = {\n\t\"128\": [\n\t\t60128\n\t],\n\t\"410\": [\n\t\t40410\n\t],\n\t\"580\": [\n\t\t40580\n\t],\n\t\"671\": [\n\t\t848,\n\t\t75630\n\t],\n\t\"870\": [\n\t\t90870\n\t],\n\t\"981\": [\n\t\t30981\n\t],\n\t\"1030\": [\n\t\t41030\n\t],\n\t\"1302\": [\n\t\t21302\n\t],\n\t\"1321\": [\n\t\t71321\n\t],\n\t\"1919\": [\n\t\t61919\n\t],\n\t\"2919\": [\n\t\t22919\n\t],\n\t\"4419\": [\n\t\t34419\n\t],\n\t\"5188\": [\n\t\t95188\n\t],\n\t\"5310\": [\n\t\t55310\n\t],\n\t\"5651\": [\n\t\t11732,\n\t\t26036,\n\t\t29283,\n\t\t45599,\n\t\t94167\n\t],\n\t\"7177\": [\n\t\t67177\n\t],\n\t\"8769\": [\n\t\t18769\n\t],\n\t\"8796\": [\n\t\t18796\n\t],\n\t\"9435\": [\n\t\t59435\n\t],\n\t\"9933\": [\n\t\t59933\n\t]\n};\nvar startedInstallModules = {};\n__webpack_require__.f.consumes = (chunkId, promises) => {\n\tif(__webpack_require__.o(chunkMapping, chunkId)) {\n\t\tchunkMapping[chunkId].forEach((id) => {\n\t\t\tif(__webpack_require__.o(installedModules, id)) return promises.push(installedModules[id]);\n\t\t\tif(!startedInstallModules[id]) {\n\t\t\tvar onFactory = (factory) => {\n\t\t\t\tinstalledModules[id] = 0;\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tmodule.exports = factory();\n\t\t\t\t}\n\t\t\t};\n\t\t\tstartedInstallModules[id] = true;\n\t\t\tvar onError = (error) => {\n\t\t\t\tdelete installedModules[id];\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tthrow error;\n\t\t\t\t}\n\t\t\t};\n\t\t\ttry {\n\t\t\t\tvar promise = moduleToHandlerMapping[id]();\n\t\t\t\tif(promise.then) {\n\t\t\t\t\tpromises.push(installedModules[id] = promise.then(onFactory)['catch'](onError));\n\t\t\t\t} else onFactory(promise);\n\t\t\t} catch(e) { onError(e); }\n\t\t\t}\n\t\t});\n\t}\n}","import(\"./bootstrap.js\");\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"chunks/\" + chunkId + \".\" + {\"114\":\"af61e48a\",\"721\":\"f43de0ef\",\"726\":\"392de709\",\"871\":\"42c14164\",\"879\":\"a469d051\",\"948\":\"e601f18c\",\"1045\":\"0906fc23\",\"1120\":\"fd177648\",\"1122\":\"95231c39\",\"1136\":\"456f1c68\",\"1215\":\"78630d79\",\"1341\":\"bd8f14f2\",\"1750\":\"ba9f8f80\",\"1889\":\"b7766f77\",\"1931\":\"2abee15e\",\"1940\":\"afcdea49\",\"1999\":\"f9846bc3\",\"2052\":\"ef23d12a\",\"2260\":\"9564eb16\",\"2277\":\"b026624f\",\"2357\":\"b6f1e719\",\"2432\":\"352ae272\",\"2449\":\"b46fc22a\",\"2508\":\"15c05669\",\"2510\":\"91062655\",\"2593\":\"783fb42e\",\"3003\":\"a607b32b\",\"3144\":\"4088b5d1\",\"3171\":\"45ef4669\",\"3186\":\"f231329a\",\"3208\":\"0796f5be\",\"3331\":\"bb7b4c1c\",\"3363\":\"d64d8e2a\",\"3419\":\"28287d23\",\"3744\":\"ed6d0719\",\"3793\":\"03162dd0\",\"3816\":\"fc867cd4\",\"3840\":\"6080d56e\",\"3935\":\"3b6a2f5d\",\"4041\":\"6b503155\",\"4190\":\"7612613e\",\"4208\":\"a1a0dfdd\",\"4228\":\"ea602510\",\"4281\":\"ddad94d5\",\"4306\":\"9e8251b7\",\"4474\":\"5fd3e9c8\",\"4491\":\"539d30f8\",\"4609\":\"e21567a0\",\"4658\":\"18d5ee4d\",\"4735\":\"24157512\",\"4765\":\"03d9c7c5\",\"4837\":\"570099ad\",\"4864\":\"5b042afd\",\"5032\":\"2e4fb116\",\"5065\":\"9616e9d3\",\"5191\":\"ce5dfec4\",\"5250\":\"5294dc23\",\"5307\":\"28ab7643\",\"5384\":\"564ae2e4\",\"5399\":\"501fc322\",\"5411\":\"095a6093\",\"5452\":\"bb5140b0\",\"5498\":\"298984c7\",\"5548\":\"498b312d\",\"5552\":\"09658542\",\"5727\":\"93a1388d\",\"5807\":\"0b926b80\",\"5936\":\"5bba7f2f\",\"6023\":\"843ea4a1\",\"6029\":\"6fe4c192\",\"6161\":\"d7e3ea42\",\"6450\":\"9e9165f9\",\"6519\":\"3ce478ef\",\"6530\":\"3c295a95\",\"6773\":\"afd27a30\",\"7146\":\"b327120d\",\"7302\":\"3117acc5\",\"7353\":\"02afd00b\",\"7367\":\"d389861e\",\"7721\":\"c985db03\",\"7729\":\"1ccf3e2a\",\"7733\":\"dbb66cbc\",\"7842\":\"d5a94411\",\"7888\":\"61a7cdf2\",\"8231\":\"89b65f56\",\"8263\":\"d9eaafab\",\"8311\":\"69ab488d\",\"8324\":\"5ac013ff\",\"8348\":\"2fbb3b7e\",\"8588\":\"0bce58e7\",\"8633\":\"1b8bb39e\",\"8755\":\"1525c38d\",\"8757\":\"5cde95c7\",\"8936\":\"b9a73775\",\"8989\":\"ddf83737\",\"9034\":\"7ff08734\",\"9251\":\"52df4857\",\"9263\":\"affcdb7b\",\"9271\":\"2786528c\",\"9515\":\"b58eb80e\",\"9559\":\"3db56cb0\",\"9599\":\"02a5e6e3\",\"9634\":\"71192f72\",\"9831\":\"f659ce60\",\"9844\":\"c3062a6b\"}[chunkId] + \".js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.S = {};\nvar initPromises = {};\nvar initTokens = {};\n__webpack_require__.I = (name, initScope) => {\n\tif(!initScope) initScope = [];\n\t// handling circular init calls\n\tvar initToken = initTokens[name];\n\tif(!initToken) initToken = initTokens[name] = {};\n\tif(initScope.indexOf(initToken) >= 0) return;\n\tinitScope.push(initToken);\n\t// only runs once\n\tif(initPromises[name]) return initPromises[name];\n\t// creates a new share scope if needed\n\tif(!__webpack_require__.o(__webpack_require__.S, name)) __webpack_require__.S[name] = {};\n\t// runs all init snippets from all modules reachable\n\tvar scope = __webpack_require__.S[name];\n\tvar warn = (msg) => {\n\t\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n\t};\n\tvar uniqueName = \"@next-bricks/ai-portal\";\n\tvar register = (name, version, factory, eager) => {\n\t\tvar versions = scope[name] = scope[name] || {};\n\t\tvar activeVersion = versions[version];\n\t\tif(!activeVersion || (!activeVersion.loaded && (!eager != !activeVersion.eager ? eager : uniqueName > activeVersion.from))) versions[version] = { get: factory, from: uniqueName, eager: !!eager };\n\t};\n\tvar initExternal = (id) => {\n\t\tvar handleError = (err) => (warn(\"Initialization of sharing external failed: \" + err));\n\t\ttry {\n\t\t\tvar module = __webpack_require__(id);\n\t\t\tif(!module) return;\n\t\t\tvar initFn = (module) => (module && module.init && module.init(__webpack_require__.S[name], initScope))\n\t\t\tif(module.then) return promises.push(module.then(initFn, handleError));\n\t\t\tvar initResult = initFn(module);\n\t\t\tif(initResult && initResult.then) return promises.push(initResult['catch'](handleError));\n\t\t} catch(err) { handleError(err); }\n\t}\n\tvar promises = [];\n\tswitch(name) {\n\t\tcase \"default\": {\n\t\t\tregister(\"@babel/parser\", \"7.27.2\", () => (__webpack_require__.e(6773).then(() => (() => (__webpack_require__(46773))))));\n\t\t\tregister(\"@easyops-cn/brick-next-pipes\", \"0.7.6\", () => (Promise.all([__webpack_require__.e(4306), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(5310)]).then(() => (() => (__webpack_require__(34306))))));\n\t\t\tregister(\"@next-core/cook\", \"2.5.12\", () => (Promise.all([__webpack_require__.e(1122), __webpack_require__.e(580)]).then(() => (() => (__webpack_require__(61122))))));\n\t\t\tregister(\"@next-core/element\", \"1.2.19\", () => (__webpack_require__.e(1045).then(() => (() => (__webpack_require__(21045))))));\n\t\t\tregister(\"@next-core/http\", \"1.2.14\", () => (__webpack_require__.e(8989).then(() => (() => (__webpack_require__(48989))))));\n\t\t\tregister(\"@next-core/i18n\", \"1.0.87\", () => (Promise.all([__webpack_require__.e(7177), __webpack_require__.e(410), __webpack_require__.e(671), __webpack_require__.e(5552)]).then(() => (() => (__webpack_require__(75552))))));\n\t\t\tregister(\"@next-core/inject\", \"1.0.62\", () => (Promise.all([__webpack_require__.e(1030), __webpack_require__.e(9933), __webpack_require__.e(2277)]).then(() => (() => (__webpack_require__(72277))))));\n\t\t\tregister(\"@next-core/loader\", \"1.6.17\", () => (__webpack_require__.e(5399).then(() => (() => (__webpack_require__(35399))))));\n\t\t\tregister(\"@next-core/pipes\", \"2.0.36\", () => (Promise.all([__webpack_require__.e(1919), __webpack_require__.e(6519)]).then(() => (() => (__webpack_require__(76519))))));\n\t\t\tregister(\"@next-core/react-element\", \"1.0.38\", () => (Promise.all([__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(9435), __webpack_require__.e(114)]).then(() => (() => (__webpack_require__(20114))))));\n\t\t\tregister(\"@next-core/react-runtime\", \"1.7.43\", () => (Promise.all([__webpack_require__.e(8769), __webpack_require__.e(981), __webpack_require__.e(1030), __webpack_require__.e(128), __webpack_require__.e(4837)]).then(() => (() => (__webpack_require__(64837))))));\n\t\t\tregister(\"@next-core/runtime\", \"1.71.4\", () => (Promise.all([__webpack_require__.e(948), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1302), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(5188), __webpack_require__.e(5651)]).then(() => (() => (__webpack_require__(30948))))));\n\t\t\tregister(\"@next-core/supply\", \"2.3.9\", () => (Promise.all([__webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(9933), __webpack_require__.e(9559)]).then(() => (() => (__webpack_require__(49559))))));\n\t\t\tregister(\"@next-core/theme\", \"1.6.1\", () => (Promise.all([__webpack_require__.e(1889), __webpack_require__.e(2052)]).then(() => (() => (__webpack_require__(51889))))));\n\t\t\tregister(\"@next-core/utils/general\", \"1.8.8\", () => (__webpack_require__.e(871).then(() => (() => (__webpack_require__(40871))))));\n\t\t\tregister(\"@next-core/utils/storyboard\", \"1.8.8\", () => (Promise.all([__webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1321), __webpack_require__.e(7146)]).then(() => (() => (__webpack_require__(97146))))));\n\t\t\tregister(\"history\", \"4.10.1\", () => (__webpack_require__.e(3003).then(() => (() => (__webpack_require__(65384))))));\n\t\t\tregister(\"i18next-browser-languagedetector\", \"7.2.2\", () => (__webpack_require__.e(726).then(() => (() => (__webpack_require__(50726))))));\n\t\t\tregister(\"i18next\", \"22.5.1\", () => (__webpack_require__.e(2357).then(() => (() => (__webpack_require__(2357))))));\n\t\t\tregister(\"js-yaml\", \"3.14.1\", () => (__webpack_require__.e(9515).then(() => (() => (__webpack_require__(19515))))));\n\t\t\tregister(\"lodash\", \"4.17.21\", () => (__webpack_require__.e(5250).then(() => (() => (__webpack_require__(45250))))));\n\t\t\tregister(\"moment/locale/zh-cn.js\", \"2.30.1\", () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(61329))))));\n\t\t\tregister(\"moment\", \"2.30.1\", () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(99420))))));\n\t\t\tregister(\"react-dom\", \"0.0.0-experimental-ee8509801-20230117\", () => (Promise.all([__webpack_require__.e(3144), __webpack_require__.e(8769)]).then(() => (() => (__webpack_require__(43144))))));\n\t\t\tregister(\"react\", \"0.0.0-experimental-ee8509801-20230117\", () => (__webpack_require__.e(4041).then(() => (() => (__webpack_require__(14041))))));\n\t\t}\n\t\tbreak;\n\t}\n\tif(!promises.length) return initPromises[name] = 1;\n\treturn initPromises[name] = Promise.all(promises).then(() => (initPromises[name] = 1));\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/^blob:/, \"\").replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl + \"../\";","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t8792: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(!/^(1(030|28|302|321|919)|5(188|310|651|80)|87(0|69|96)|9(435|81|933)|(29|44)19|410|671|7177)$/.test(chunkId)) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = globalThis[\"webpackChunk_next_bricks_ai_portal\"] = globalThis[\"webpackChunk_next_bricks_ai_portal\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__(77736);\n"],"names":["inProgress","dataWebpackPrefix","parseVersion","versionLt","rangeToString","satisfy","exists","get","eagerOnly","findSatisfyingVersion","findSingletonVersionKey","getInvalidSingletonVersionMessage","getInvalidVersionMessage","fail","warn","init","useFallback","loadStrictVersion","loadSingletonVersion","installedModules","moduleToHandlerMapping","chunkMapping","startedInstallModules","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","exports","module","id","loaded","__webpack_modules__","call","m","c","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","f","e","chunkId","Promise","all","keys","reduce","promises","u","g","globalThis","this","Function","window","obj","prop","prototype","hasOwnProperty","l","url","done","push","script","needAttach","scripts","document","getElementsByTagName","i","length","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","forEach","fn","setTimeout","bind","type","target","head","appendChild","r","Symbol","toStringTag","value","nmd","paths","children","S","initPromises","initTokens","I","name","initScope","initToken","indexOf","scope","uniqueName","register","version","factory","eager","versions","activeVersion","from","then","scriptUrl","importScripts","location","currentScript","tagName","toUpperCase","test","Error","replace","p","str","split","map","exec","apply","b","t","range","pop","entry","filtered","requiredVersion","scopeName","join","msg","console","fallback","failAsNotExist","promise","satisfyingVersion","consumes","onFactory","onError","error","baseURI","self","href","installedChunks","j","installedChunkData","resolve","reject","errorType","realSrc","message","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","some","chunkLoadingGlobal"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_next_bricks_ai_portal=globalThis.webpackChunk_next_bricks_ai_portal||[]).push([[2052,6715],{5536:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(12559);function o(e,t,n){return n((0,i.A)(e,t))}},11369:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(17545);function o(e){var t=function(e){if("object"!=(0,i.A)(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=(0,i.A)(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==(0,i.A)(t)?t:t+""}},12559:(e,t,n)=>{function i(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object")}n.d(t,{A:()=>i})},17545:(e,t,n)=>{function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}n.d(t,{A:()=>i})},20062:e=>{e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},26902:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(17545);function o(e){if(Object(e)!==e)throw TypeError("right-hand side of 'in' should be an object, got "+(null!==e?(0,i.A)(e):"null"));return e}},32360:(e,t,n)=>{e.exports=n.p+"images/72c24398.png"},33950:(e,t,n)=>{n.d(t,{A:()=>c});var i=n(36758),o=n.n(i),r=n(40935),a=n.n(r)()(o());a.push([e.id,".space-workbench-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.header-left{display:flex;align-items:center;gap:12px;flex:1}.space-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#2540ff;box-shadow:0px 4px 4px 0px rgba(37,64,255,0.1);overflow:hidden;flex-shrink:0}.space-icon img{width:28px;height:28px;object-fit:cover}.space-title{margin:0;font-size:18px;font-weight:600;color:rgba(0,0,0,0.85);line-height:28px}.action-icons{display:flex;align-items:center;gap:4px;margin-left:16px}.header-right{display:flex;align-items:center;gap:16px;position:relative}.divider{width:1px;height:20px;background-color:rgba(0,0,0,0.15)}.icon-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:8px;background:none;cursor:pointer;color:inherit;flex-shrink:0;transition:background-color 0.2s ease}.icon-button eo-icon{font-size:16px;color:rgba(0,0,0,0.65);transition:color 0.2s ease}.icon-button:hover{background:rgba(0,0,0,0.04)}.icon-button:active{background:rgba(0,0,0,0.08)}.icon-button:focus{outline:none}.icon-button.active{background:rgba(0,0,0,0.06)}.space-description{padding:18px 20px;background-color:rgba(184,187,205,0.2);border-radius:12px;margin:4px 24px;display:flex;flex-direction:column;gap:11px;overflow:hidden;animation:slideDown 0.3s ease-out;transform-origin:top;position:relative}@keyframes slideDown{from{opacity:0;transform:translateY(-10px);max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}to{opacity:1;transform:translateY(0);max-height:500px;margin-top:4px;margin-bottom:12px;padding-top:18px;padding-bottom:18px}}.description-header{display:flex;align-items:center;justify-content:space-between}.description-title{font-size:14px;font-weight:500;line-height:15px;color:rgba(0,0,0,0.85);text-transform:uppercase;letter-spacing:0.6172px;margin:0}.description-edit-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:none;cursor:pointer;color:rgba(0,0,0,0.45);transition:all 0.2s ease;flex-shrink:0}.description-edit-button eo-icon{font-size:14px;color:rgba(0,0,0,0.45);transition:color 0.2s ease}.description-edit-button:hover{background:rgba(0,0,0,0.06)}.description-edit-button:hover eo-icon{color:rgba(0,0,0,0.65)}.description-edit-button:active{background:rgba(0,0,0,0.1)}.description-edit-button:focus{outline:none}.description-content{font-size:14px;font-weight:400;line-height:22.75px;color:rgba(0,0,0,0.45);margin:0}",""]);const c=a.toString()},36758:e=>{e.exports=function(e){return e[1]}},39524:(e,t,n)=>{n.d(t,{A:()=>u});var i=n(36758),o=n.n(i),r=n(40935),a=n.n(r),c=n(20062),s=n.n(c),l=new URL(n(32360),n.b),p=a()(o()),d=s()(l);p.push([e.id,`:host{display:block;width:100%}:host([hidden]){display:none}:host::before{content:"";position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;background-color:#f1f1f1;background-image:url(${d});background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.space-workbench-container{display:flex;flex-direction:column;height:100%}`,""]);const u=p.toString()},40935:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",i=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),i&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),i&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,i,o,r){"string"==typeof e&&(e=[[null,e,void 0]]);var a={};if(i)for(var c=0;c<this.length;c++){var s=this[c][0];null!=s&&(a[s]=!0)}for(var l=0;l<e.length;l++){var p=[].concat(e[l]);i&&a[p[0]]||(void 0!==r&&(void 0===p[5]||(p[1]="@layer".concat(p[5].length>0?" ".concat(p[5]):""," {").concat(p[1],"}")),p[5]=r),n&&(p[2]?(p[1]="@media ".concat(p[2]," {").concat(p[1],"}"),p[2]=n):p[2]=n),o&&(p[4]?(p[1]="@supports (".concat(p[4],") {").concat(p[1],"}"),p[4]=o):p[4]="".concat(o)),t.push(p))}},t}},49325:(e,t,n)=>{n.d(t,{I:()=>a,K:()=>o,NS:()=>r,t:()=>c});var i=n(67177);let o=function(e){return e.DESCRIPTION="DESCRIPTION",e.SPACE_GUIDE_SECTION_TITLE="SPACE_GUIDE_SECTION_TITLE",e.SPACE_GUIDE_CARD_1_TITLE="SPACE_GUIDE_CARD_1_TITLE",e.SPACE_GUIDE_CARD_2_TITLE="SPACE_GUIDE_CARD_2_TITLE",e.SPACE_GUIDE_CARD_3_TITLE="SPACE_GUIDE_CARD_3_TITLE",e}({});const r="bricks/ai-portal/space-workbench",a={en:{DESCRIPTION:"Description",SPACE_GUIDE_SECTION_TITLE:"I can help you with:",SPACE_GUIDE_CARD_1_TITLE:"Manage Business Cases",SPACE_GUIDE_CARD_2_TITLE:"Initiate Business Flow",SPACE_GUIDE_CARD_3_TITLE:"Manage Space Knowledge"},zh:{DESCRIPTION:"描述",SPACE_GUIDE_SECTION_TITLE:"我可以协助您完成:",SPACE_GUIDE_CARD_1_TITLE:"管理业务案例",SPACE_GUIDE_CARD_2_TITLE:"发起业务流",SPACE_GUIDE_CARD_3_TITLE:"管理空间知识"}},c=i.i18n.getFixedT(null,r)},62740:(e,t,n)=>{n.d(t,{A:()=>c});var i=n(17545),o=n(26902);function r(e,t,n){"symbol"==(0,i.A)(t)&&(t=(t=t.description)?"["+t+"]":"");try{Object.defineProperty(e,"name",{configurable:!0,value:n?n+" "+t:t})}catch(e){}return e}var a=n(11369);function c(e,t,n,c,s,l){var p,d,u,h,g,f,m,b=Symbol.metadata||Symbol.for("Symbol.metadata"),x=Object.defineProperty,E=Object.create,A=[E(null),E(null)],v=t.length;function k(t,n,i){return function(o,r){n&&(r=o,o=e);for(var a=0;a<t.length;a++)r=t[a].apply(o,i?[r]:[]);return i?r:o}}function w(e,t,n,i){if("function"!=typeof e&&(i||void 0!==e))throw new TypeError(t+" must "+(n||"be")+" a function"+(i?"":" or undefined"));return e}function y(e,t,n,o,a,c,s,l,u,h,g){function f(e){if(!g(e))throw new TypeError("Attempted to access private element on non-instance")}var m=[].concat(t[0]),b=t[3],E=!s,v=1===a,y=3===a,_=4===a,C=2===a;function I(t,n,i){return function(o,r){return n&&(r=o,o=e),i&&i(o),T[t].call(o,r)}}if(!E){var T={},S=[],D=y?"get":_||v?"set":"value";if(u?(h||v?T={get:r((function(){return b(this)}),o,"get"),set:function(e){t[4](this,e)}}:T[D]=b,h||r(T[D],o,C?"":D)):h||(T=Object.getOwnPropertyDescriptor(e,o)),!h&&!u){if((d=A[+l][o])&&7!=(d^a))throw Error("Decorating two elements with the same name ("+T[D].name+") is not supported yet");A[+l][o]=a<3?1:a}}for(var N=e,P=m.length-1;P>=0;P-=n?2:1){var R=w(m[P],"A decorator","be",!0),U=n?m[P-1]:void 0,z={},M={kind:["field","accessor","method","getter","setter","class"][a],name:o,metadata:p,addInitializer:function(e,t){if(e.v)throw Error("attempted to call addInitializer after decoration was finished");w(t,"An initializer","be",!0),c.push(t)}.bind(null,z)};if(E)d=R.call(U,N,M),z.v=1,w(d,"class decorators","return")&&(N=d);else if(M.static=l,M.private=u,d=M.access={has:u?g.bind():function(e){return o in e}},_||(d.get=u?C?function(e){return f(e),T.value}:I("get",0,f):function(e){return e[o]}),C||y||(d.set=u?I("set",0,f):function(e,t){e[o]=t}),N=R.call(U,v?{get:T.get,set:T.set}:T[D],M),z.v=1,v){if("object"==(0,i.A)(N)&&N)(d=w(N.get,"accessor.get"))&&(T.get=d),(d=w(N.set,"accessor.set"))&&(T.set=d),(d=w(N.init,"accessor.init"))&&S.unshift(d);else if(void 0!==N)throw new TypeError("accessor decorators must return an object with get, set, or init properties or undefined")}else w(N,(h?"field":"method")+" decorators","return")&&(h?S.unshift(N):T[D]=N)}return a<2&&s.push(k(S,l,1),k(c,l,0)),h||E||(u?v?s.splice(-1,0,I("get",l),I("set",l)):s.push(C?T[D]:w.call.bind(T[D])):x(e,o,T)),N}function _(e){return x(e,b,{configurable:!0,enumerable:!0,value:p})}return void 0!==l&&(p=l[b]),p=E(null==p?null:p),g=[],f=function(e){e&&g.push(k(e))},m=function(t,i){for(var r=0;r<n.length;r++){var c=n[r],l=c[1],p=7&l;if((8&l)==t&&!p==i){var d=c[2],f=!!c[3],m=16&l;y(t?e:e.prototype,c,m,f?"#"+d:(0,a.A)(d),p,p<2?[]:t?h=h||[]:u=u||[],g,!!t,f,i,t&&f?function(t){return(0,o.A)(t)===e}:s)}}},m(8,0),m(0,0),m(8,1),m(0,1),f(u),f(h),d=g,v||_(e),{e:d,get c(){var n=[];return v&&[_(e=y(e,[t],c,e.name,5,n)),k(n,1)]}}}},70829:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(12559);function o(e,t){return e.get((0,i.A)(e,t))}},70918:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(72016);function o(e,t,n){(0,i.A)(e,t),t.set(e,n)}},72016:(e,t,n)=>{function i(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}n.d(t,{A:()=>i})},74635:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(72016);function o(e,t){(0,i.A)(e,t),t.add(e)}},86121:(e,t,n)=>{n.d(t,{A:()=>o});var i=n(12559);function o(e,t,n){return e.set((0,i.A)(e,t),n),n}},90955:(e,t,n)=>{n.d(t,{c:()=>p});var i=n(18769),o=n.n(i),r=n(30981),a=n(49325);const c=(0,r.wrapBrick)("eo-icon"),s=(0,r.wrapBrick)("ai-portal.notice-dropdown",{onNoticeClick:"notice.click",onMarkAllRead:"mark.all.read"}),l=(0,r.wrapBrick)("ai-portal.space-logo");function p(e){const{spaceName:t,notices:n=[],notifyCenterUrl:i,onBack:r,onMembersClick:p,onMarkAllRead:d,onNoticeClick:u,description:h,onSpaceEdit:g}=e,[f,m]=o().useState(!1);return o().createElement(o().Fragment,null,o().createElement("header",{className:"space-workbench-header"},o().createElement("div",{className:"header-left"},o().createElement("button",{className:"icon-button",onClick:r},o().createElement(c,{lib:"antd",icon:"arrow-left",theme:"outlined"})),o().createElement(l,{size:32}),o().createElement("h1",{className:"space-title"},t),o().createElement("div",{className:"action-icons"},o().createElement("button",{className:"icon-button"},o().createElement(c,{lib:"antd",icon:"setting",theme:"outlined"})),o().createElement("button",{className:"icon-button "+(f?"active":""),onClick:()=>{m(!f)}},o().createElement(c,{lib:"antd",icon:"question-circle",theme:"outlined"})))),o().createElement("div",{className:"header-right"},o().createElement(c,{className:"icon-button",lib:"antd",icon:"usergroup-add",onClick:p}),o().createElement("div",{className:"divider"}),o().createElement(s,{dataSource:n,dropdownContentStyle:{minWidth:"300px"},hideNotifyCenterButton:!0,urlTarget:"_blank",notifyCenterUrl:i,onMarkAllRead:()=>d(),onNoticeClick:e=>u(e.detail)}))),f&&h&&o().createElement("div",{className:"space-description"},o().createElement("div",{className:"description-header"},o().createElement("p",{className:"description-title"},(0,a.t)(a.K.DESCRIPTION)),o().createElement("button",{className:"description-edit-button",onClick:g},o().createElement(c,{lib:"antd",icon:"edit",theme:"outlined"}))),o().createElement("p",{className:"description-content"},h)))}},92580:(e,t,n)=>{n.d(t,{A:()=>c});var i=n(36758),o=n.n(i),r=n(40935),a=n.n(r)()(o());a.push([e.id,".space-guide-container{display:flex;flex-direction:column;align-items:center;margin:0 auto}.guide-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.space-logo{margin-bottom:24px}.guide-title{font-size:24px;font-weight:600;line-height:32px;color:rgba(0,0,0,0.88);margin:0 0 16px 0}.guide-description{font-size:16px;line-height:26px;color:rgba(0,0,0,0.65);margin:0;max-width:600px}.guide-content{width:100%}.section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:20px;color:#0f172b;margin-bottom:24px}.section-icon{width:16px;height:16px}.cards-grid{display:grid;grid-template-columns:repeat(3,220px);gap:16px}.guide-card{height:110px;border-radius:12px;padding:24px;overflow:hidden;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease;border:1px solid rgba(0,0,0,0.1);background-size:cover;background-repeat:no-repeat;background-position:center}.guide-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}.card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column}.card-icon{width:32px;height:32px;margin-bottom:16px}.card-title{font-size:14px;font-weight:500;line-height:20px;color:rgba(0,0,0,0.88);margin:0 0 8px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-description{font-size:12px;line-height:18px;color:rgba(0,0,0,0.45);margin:0;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}",""]);const c=a.toString()},99991:(e,t,n)=>{n.r(t),n.d(t,{SpaceWorkbench:()=>V});var i,o=n(74635),r=n(70918),a=n(26902),c=n(5536),s=n(86121),l=n(70829),p=n(62740),d=n(18769),u=n.n(d),h=n(90870),g=n(30981),f=(n(34419),n(67177)),m=n(49325),b=n(33950),x=n(92580),E=n(39524),A=n(90955);let v,k,w,y,_,C,I,T,S,D,N,P,R,U,z,M,j,L,G,O,B,W,F,K,Y,$,q;(0,f.initializeI18n)(m.NS,m.I);const{defineElement:Q,property:H,event:J}=(0,h.createDecorators)();let V;var X=new WeakMap,Z=new WeakMap,ee=new WeakMap,te=new WeakMap,ne=new WeakSet,ie=new WeakMap,oe=new WeakMap,re=new WeakMap,ae=new WeakMap;class ce extends g.ReactNextElement{constructor(){super(...arguments),(0,o.A)(this,ne),(0,r.A)(this,X,k(this)),(0,r.A)(this,Z,(w(this),y(this))),(0,r.A)(this,ee,(_(this),C(this))),(0,r.A)(this,te,(I(this),T(this))),(0,r.A)(this,ie,(N(this),P(this))),(0,r.A)(this,oe,(z(this),M(this))),(0,r.A)(this,re,(G(this),O(this))),(0,r.A)(this,ae,(F(this),K(this))),q(this)}get notices(){return(0,l.A)(X,this)}set notices(e){(0,s.A)(X,this,e)}get spaceDetail(){return(0,l.A)(Z,this)}set spaceDetail(e){(0,s.A)(Z,this,e)}get notifyCenterUrl(){return(0,l.A)(ee,this)}set notifyCenterUrl(e){(0,s.A)(ee,this,e)}render(){return u().createElement(se,{spaceDetail:this.spaceDetail,notices:this.notices,notifyCenterUrl:this.notifyCenterUrl,onBack:()=>(0,c.A)(ne,this,S).emit(),onMembersClick:()=>(0,c.A)(ne,this,R).emit(),onNoticeClick:e=>(0,c.A)(ne,this,j).emit(e),onMarkAllRead:()=>(0,c.A)(ne,this,B).emit(),onSpaceEdit:()=>(0,c.A)(ne,this,Y).emit()})}}function se(e){const{spaceDetail:t,notices:n=[],notifyCenterUrl:i,onBack:o,onMembersClick:r,onMarkAllRead:a,onNoticeClick:c,onSpaceEdit:s}=e;return u().createElement("div",{className:"space-workbench-container"},u().createElement(A.c,{spaceName:t.name,description:t.description,notifyCenterUrl:i,notices:n,onBack:o,onMembersClick:r,onMarkAllRead:a,onNoticeClick:c,onSpaceEdit:s}))}i=ce,({e:[k,w,y,_,C,I,T,S,D,N,P,R,U,z,M,j,L,G,O,B,W,F,K,Y,$,q],c:[V,v]}=(0,p.A)(i,[Q("ai-portal.space-workbench",{styleTexts:[b.A,x.A,E.A]})],[[H({attribute:!1}),1,"notices"],[H({attribute:!1}),1,"spaceDetail"],[H(),1,"notifyCenterUrl"],[J({type:"go.back"}),1,"_goBackEvent",e=>(0,l.A)(te,e),(e,t)=>(0,s.A)(te,e,t)],[J({type:"members.click"}),1,"_membersClickEvent",e=>(0,l.A)(ie,e),(e,t)=>(0,s.A)(ie,e,t)],[J({type:"notice.click"}),1,"_noticeClickEvent",e=>(0,l.A)(oe,e),(e,t)=>(0,s.A)(oe,e,t)],[J({type:"mark.all.read"}),1,"_markAllReadEvent",e=>(0,l.A)(re,e),(e,t)=>(0,s.A)(re,e,t)],[J({type:"space.edit"}),1,"_spaceEditEvent",e=>(0,l.A)(ae,e),(e,t)=>(0,s.A)(ae,e,t)]],0,(e=>ne.has((0,a.A)(e))),g.ReactNextElement)),v()}}]);
|
|
2
|
-
//# sourceMappingURL=space-workbench.964b8644.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"chunks/space-workbench.964b8644.js","mappings":"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","sources":["webpack:///../../node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/assertClassBrand.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/typeof.js","webpack:///../../node_modules/css-loader/dist/runtime/getUrl.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/checkInRHS.js","webpack:///./src/space-workbench/components/SpaceNav/SpaceNav.shadow.css","webpack:///../../node_modules/css-loader/dist/runtime/noSourceMaps.js","webpack:///./src/space-workbench/styles.shadow.css","webpack:///../../node_modules/css-loader/dist/runtime/api.js","webpack:///./src/space-workbench/i18n.ts","webpack:///../../node_modules/@babel/runtime/helpers/esm/setFunctionName.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/applyDecs2311.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js","webpack:///../../node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js","webpack:///./src/space-workbench/components/SpaceNav/SpaceNav.tsx","webpack:///./src/space-workbench/components/SpaceGuide/SpaceGuide.shadow.css","webpack:///./src/space-workbench/index.tsx"],"sourcesContent":["import assertClassBrand from \"./assertClassBrand.js\";\nexport default function _classPrivateGetter(s, r, a) {\n return a(assertClassBrand(s, r));\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : i + \"\";\n}","import _typeof from \"./typeof.js\";\nexport default function toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}","export default function _assertClassBrand(e, t, n) {\n if (\"function\" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;\n throw new TypeError(\"Private element is not present on this object\");\n}","export default function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}","\"use strict\";\n\nmodule.exports = function (url, options) {\n if (!options) {\n options = {};\n }\n if (!url) {\n return url;\n }\n url = String(url.__esModule ? url.default : url);\n\n // If url is already wrapped in quotes, remove them\n if (/^['\"].*['\"]$/.test(url)) {\n url = url.slice(1, -1);\n }\n if (options.hash) {\n url += options.hash;\n }\n\n // Should url be wrapped?\n // See https://drafts.csswg.org/css-values-3/#urls\n if (/[\"'() \\t\\n]|(%20)/.test(url) || options.needQuotes) {\n return \"\\\"\".concat(url.replace(/\"/g, '\\\\\"').replace(/\\n/g, \"\\\\n\"), \"\\\"\");\n }\n return url;\n};","import _typeof from \"./typeof.js\";\nexport default function _checkInRHS(e) {\n if (Object(e) !== e) throw TypeError(\"right-hand side of 'in' should be an object, got \" + (null !== e ? _typeof(e) : \"null\"));\n return e;\n}","// Imports\nimport ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \"../../../../../../node_modules/css-loader/dist/runtime/noSourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.space-workbench-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.header-left{display:flex;align-items:center;gap:12px;flex:1}.space-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#2540ff;box-shadow:0px 4px 4px 0px rgba(37,64,255,0.1);overflow:hidden;flex-shrink:0}.space-icon img{width:28px;height:28px;object-fit:cover}.space-title{margin:0;font-size:18px;font-weight:600;color:rgba(0,0,0,0.85);line-height:28px}.action-icons{display:flex;align-items:center;gap:4px;margin-left:16px}.header-right{display:flex;align-items:center;gap:16px;position:relative}.divider{width:1px;height:20px;background-color:rgba(0,0,0,0.15)}.icon-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:8px;background:none;cursor:pointer;color:inherit;flex-shrink:0;transition:background-color 0.2s ease}.icon-button eo-icon{font-size:16px;color:rgba(0,0,0,0.65);transition:color 0.2s ease}.icon-button:hover{background:rgba(0,0,0,0.04)}.icon-button:active{background:rgba(0,0,0,0.08)}.icon-button:focus{outline:none}.icon-button.active{background:rgba(0,0,0,0.06)}.space-description{padding:18px 20px;background-color:rgba(184,187,205,0.2);border-radius:12px;margin:4px 24px;display:flex;flex-direction:column;gap:11px;overflow:hidden;animation:slideDown 0.3s ease-out;transform-origin:top;position:relative}@keyframes slideDown{from{opacity:0;transform:translateY(-10px);max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}to{opacity:1;transform:translateY(0);max-height:500px;margin-top:4px;margin-bottom:12px;padding-top:18px;padding-bottom:18px}}.description-header{display:flex;align-items:center;justify-content:space-between}.description-title{font-size:14px;font-weight:500;line-height:15px;color:rgba(0,0,0,0.85);text-transform:uppercase;letter-spacing:0.6172px;margin:0}.description-edit-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:none;cursor:pointer;color:rgba(0,0,0,0.45);transition:all 0.2s ease;flex-shrink:0}.description-edit-button eo-icon{font-size:14px;color:rgba(0,0,0,0.45);transition:color 0.2s ease}.description-edit-button:hover{background:rgba(0,0,0,0.06)}.description-edit-button:hover eo-icon{color:rgba(0,0,0,0.65)}.description-edit-button:active{background:rgba(0,0,0,0.1)}.description-edit-button:focus{outline:none}.description-content{font-size:14px;font-weight:400;line-height:22.75px;color:rgba(0,0,0,0.45);margin:0}`, \"\"]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___.toString();\n","\"use strict\";\n\nmodule.exports = function (i) {\n return i[1];\n};","// Imports\nimport ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/noSourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nimport ___CSS_LOADER_GET_URL_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/getUrl.js\";\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(\"../home-container/images/background.png\", import.meta.url);\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `:host{display:block;width:100%}:host([hidden]){display:none}:host::before{content:\"\";position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;background-color:#f1f1f1;background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___});background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.space-workbench-container{display:flex;flex-direction:column;height:100%}`, \"\"]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___.toString();\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","import { i18n } from \"@next-core/i18n\";\n\nexport enum K {\n DESCRIPTION = \"DESCRIPTION\",\n SPACE_GUIDE_SECTION_TITLE = \"SPACE_GUIDE_SECTION_TITLE\",\n SPACE_GUIDE_CARD_1_TITLE = \"SPACE_GUIDE_CARD_1_TITLE\",\n SPACE_GUIDE_CARD_2_TITLE = \"SPACE_GUIDE_CARD_2_TITLE\",\n SPACE_GUIDE_CARD_3_TITLE = \"SPACE_GUIDE_CARD_3_TITLE\",\n}\n\nconst en: Locale = {\n DESCRIPTION: \"Description\",\n SPACE_GUIDE_SECTION_TITLE: \"I can help you with:\",\n SPACE_GUIDE_CARD_1_TITLE: \"Manage Business Cases\",\n SPACE_GUIDE_CARD_2_TITLE: \"Initiate Business Flow\",\n SPACE_GUIDE_CARD_3_TITLE: \"Manage Space Knowledge\",\n};\n\nconst zh: Locale = {\n DESCRIPTION: \"描述\",\n SPACE_GUIDE_SECTION_TITLE: \"我可以协助您完成:\",\n SPACE_GUIDE_CARD_1_TITLE: \"管理业务案例\",\n SPACE_GUIDE_CARD_2_TITLE: \"发起业务流\",\n SPACE_GUIDE_CARD_3_TITLE: \"管理空间知识\",\n};\n\nexport const NS = \"bricks/ai-portal/space-workbench\";\n\nexport const locales = { en, zh };\n\nexport const t = i18n.getFixedT(null, NS);\n\ntype Locale = { [k in K]: string } & {\n [k in K as `${k}_plural`]?: string;\n};\n","import _typeof from \"./typeof.js\";\nexport default function setFunctionName(e, t, n) {\n \"symbol\" == _typeof(t) && (t = (t = t.description) ? \"[\" + t + \"]\" : \"\");\n try {\n Object.defineProperty(e, \"name\", {\n configurable: !0,\n value: n ? n + \" \" + t : t\n });\n } catch (e) {}\n return e;\n}","import _typeof from \"./typeof.js\";\nimport checkInRHS from \"./checkInRHS.js\";\nimport setFunctionName from \"./setFunctionName.js\";\nimport toPropertyKey from \"./toPropertyKey.js\";\nexport default function applyDecs2311(e, t, n, r, o, i) {\n var a,\n c,\n u,\n s,\n f,\n l,\n p,\n d = Symbol.metadata || Symbol[\"for\"](\"Symbol.metadata\"),\n m = Object.defineProperty,\n h = Object.create,\n y = [h(null), h(null)],\n v = t.length;\n function g(t, n, r) {\n return function (o, i) {\n n && (i = o, o = e);\n for (var a = 0; a < t.length; a++) i = t[a].apply(o, r ? [i] : []);\n return r ? i : o;\n };\n }\n function b(e, t, n, r) {\n if (\"function\" != typeof e && (r || void 0 !== e)) throw new TypeError(t + \" must \" + (n || \"be\") + \" a function\" + (r ? \"\" : \" or undefined\"));\n return e;\n }\n function applyDec(e, t, n, r, o, i, u, s, f, l, p) {\n function d(e) {\n if (!p(e)) throw new TypeError(\"Attempted to access private element on non-instance\");\n }\n var h = [].concat(t[0]),\n v = t[3],\n w = !u,\n D = 1 === o,\n S = 3 === o,\n j = 4 === o,\n E = 2 === o;\n function I(t, n, r) {\n return function (o, i) {\n return n && (i = o, o = e), r && r(o), P[t].call(o, i);\n };\n }\n if (!w) {\n var P = {},\n k = [],\n F = S ? \"get\" : j || D ? \"set\" : \"value\";\n if (f ? (l || D ? P = {\n get: setFunctionName(function () {\n return v(this);\n }, r, \"get\"),\n set: function set(e) {\n t[4](this, e);\n }\n } : P[F] = v, l || setFunctionName(P[F], r, E ? \"\" : F)) : l || (P = Object.getOwnPropertyDescriptor(e, r)), !l && !f) {\n if ((c = y[+s][r]) && 7 != (c ^ o)) throw Error(\"Decorating two elements with the same name (\" + P[F].name + \") is not supported yet\");\n y[+s][r] = o < 3 ? 1 : o;\n }\n }\n for (var N = e, O = h.length - 1; O >= 0; O -= n ? 2 : 1) {\n var z = b(h[O], \"A decorator\", \"be\", !0),\n A = n ? h[O - 1] : void 0,\n H = {},\n K = {\n kind: [\"field\", \"accessor\", \"method\", \"getter\", \"setter\", \"class\"][o],\n name: r,\n metadata: a,\n addInitializer: function (e, t) {\n if (e.v) throw Error(\"attempted to call addInitializer after decoration was finished\");\n b(t, \"An initializer\", \"be\", !0), i.push(t);\n }.bind(null, H)\n };\n if (w) c = z.call(A, N, K), H.v = 1, b(c, \"class decorators\", \"return\") && (N = c);else if (K[\"static\"] = s, K[\"private\"] = f, c = K.access = {\n has: f ? p.bind() : function (e) {\n return r in e;\n }\n }, j || (c.get = f ? E ? function (e) {\n return d(e), P.value;\n } : I(\"get\", 0, d) : function (e) {\n return e[r];\n }), E || S || (c.set = f ? I(\"set\", 0, d) : function (e, t) {\n e[r] = t;\n }), N = z.call(A, D ? {\n get: P.get,\n set: P.set\n } : P[F], K), H.v = 1, D) {\n if (\"object\" == _typeof(N) && N) (c = b(N.get, \"accessor.get\")) && (P.get = c), (c = b(N.set, \"accessor.set\")) && (P.set = c), (c = b(N.init, \"accessor.init\")) && k.unshift(c);else if (void 0 !== N) throw new TypeError(\"accessor decorators must return an object with get, set, or init properties or undefined\");\n } else b(N, (l ? \"field\" : \"method\") + \" decorators\", \"return\") && (l ? k.unshift(N) : P[F] = N);\n }\n return o < 2 && u.push(g(k, s, 1), g(i, s, 0)), l || w || (f ? D ? u.splice(-1, 0, I(\"get\", s), I(\"set\", s)) : u.push(E ? P[F] : b.call.bind(P[F])) : m(e, r, P)), N;\n }\n function w(e) {\n return m(e, d, {\n configurable: !0,\n enumerable: !0,\n value: a\n });\n }\n return void 0 !== i && (a = i[d]), a = h(null == a ? null : a), f = [], l = function l(e) {\n e && f.push(g(e));\n }, p = function p(t, r) {\n for (var i = 0; i < n.length; i++) {\n var a = n[i],\n c = a[1],\n l = 7 & c;\n if ((8 & c) == t && !l == r) {\n var p = a[2],\n d = !!a[3],\n m = 16 & c;\n applyDec(t ? e : e.prototype, a, m, d ? \"#\" + p : toPropertyKey(p), l, l < 2 ? [] : t ? s = s || [] : u = u || [], f, !!t, d, r, t && d ? function (t) {\n return checkInRHS(t) === e;\n } : o);\n }\n }\n }, p(8, 0), p(0, 0), p(8, 1), p(0, 1), l(u), l(s), c = f, v || w(e), {\n e: c,\n get c() {\n var n = [];\n return v && [w(e = applyDec(e, [t], r, e.name, 5, n)), g(n, 1)];\n }\n };\n}","import assertClassBrand from \"./assertClassBrand.js\";\nexport default function _classPrivateFieldGet2(s, a) {\n return s.get(assertClassBrand(s, a));\n}","import checkPrivateRedeclaration from \"./checkPrivateRedeclaration.js\";\nexport default function _classPrivateFieldInitSpec(obj, privateMap, value) {\n checkPrivateRedeclaration(obj, privateMap);\n privateMap.set(obj, value);\n}","export default function _checkPrivateRedeclaration(obj, privateCollection) {\n if (privateCollection.has(obj)) {\n throw new TypeError(\"Cannot initialize the same private elements twice on an object\");\n }\n}","import checkPrivateRedeclaration from \"./checkPrivateRedeclaration.js\";\nexport default function _classPrivateMethodInitSpec(obj, privateSet) {\n checkPrivateRedeclaration(obj, privateSet);\n privateSet.add(obj);\n}","import assertClassBrand from \"./assertClassBrand.js\";\nexport default function _classPrivateFieldSet2(s, a, r) {\n return s.set(assertClassBrand(s, a), r), r;\n}","import React from \"react\";\nimport { wrapBrick } from \"@next-core/react-element\";\nimport type {\n GeneralIcon,\n GeneralIconProps,\n} from \"@next-bricks/icons/general-icon\";\nimport {\n NoticeDropdown,\n NoticeDropdownProps,\n NoticeItem,\n} from \"../../../notice-dropdown/index.jsx\";\nimport type { SpaceLogo, SpaceLogoProps } from \"../../space-logo/index.jsx\";\nimport { K, t } from \"../../i18n.js\";\n\nconst WrappedIcon = wrapBrick<GeneralIcon, GeneralIconProps>(\"eo-icon\");\nexport interface NoticeDropdownEvents {\n \"notice.click\": CustomEvent<NoticeItem>;\n \"mark.all.read\": CustomEvent<void>;\n}\n\nexport interface NoticeDropdownMapping {\n onNoticeClick: \"notice.click\";\n onMarkAllRead: \"mark.all.read\";\n}\n\nconst WrappedNoticeDropdown = wrapBrick<\n NoticeDropdown,\n NoticeDropdownProps,\n NoticeDropdownEvents,\n NoticeDropdownMapping\n>(\"ai-portal.notice-dropdown\", {\n onNoticeClick: \"notice.click\",\n onMarkAllRead: \"mark.all.read\",\n});\nconst WrappedSpaceLogo = wrapBrick<SpaceLogo, SpaceLogoProps>(\n \"ai-portal.space-logo\"\n);\n\nexport interface SpaceNavProps {\n spaceName: string;\n notices?: NoticeItem[];\n onBack: () => void;\n onMembersClick: () => void;\n notifyCenterUrl: string;\n onMarkAllRead: () => void;\n onNoticeClick: (notice: NoticeItem) => void;\n description?: string;\n onSpaceEdit?: () => void;\n}\n\nexport function SpaceNav(props: SpaceNavProps) {\n const {\n spaceName,\n notices = [],\n notifyCenterUrl,\n onBack,\n onMembersClick,\n onMarkAllRead,\n onNoticeClick,\n description,\n onSpaceEdit,\n } = props;\n\n const [showDescription, setShowDescription] = React.useState(false);\n\n const handleQuestionClick = () => {\n setShowDescription(!showDescription);\n };\n\n return (\n <>\n <header className=\"space-workbench-header\">\n <div className=\"header-left\">\n <button className=\"icon-button\" onClick={onBack}>\n <WrappedIcon lib=\"antd\" icon=\"arrow-left\" theme=\"outlined\" />\n </button>\n\n <WrappedSpaceLogo size={32} />\n\n <h1 className=\"space-title\">{spaceName}</h1>\n\n <div className=\"action-icons\">\n <button className=\"icon-button\">\n <WrappedIcon lib=\"antd\" icon=\"setting\" theme=\"outlined\" />\n </button>\n <button\n className={`icon-button ${showDescription ? \"active\" : \"\"}`}\n onClick={handleQuestionClick}\n >\n <WrappedIcon lib=\"antd\" icon=\"question-circle\" theme=\"outlined\" />\n </button>\n </div>\n </div>\n\n <div className=\"header-right\">\n <WrappedIcon\n className=\"icon-button\"\n lib=\"antd\"\n icon=\"usergroup-add\"\n onClick={onMembersClick}\n ></WrappedIcon>\n\n <div className=\"divider\" />\n\n <WrappedNoticeDropdown\n dataSource={notices}\n dropdownContentStyle={{ minWidth: \"300px\" }}\n hideNotifyCenterButton\n urlTarget=\"_blank\"\n notifyCenterUrl={notifyCenterUrl}\n onMarkAllRead={() => onMarkAllRead()}\n onNoticeClick={(e) => onNoticeClick(e.detail)}\n />\n </div>\n </header>\n\n {showDescription && description && (\n <div className=\"space-description\">\n <div className=\"description-header\">\n <p className=\"description-title\">{t(K.DESCRIPTION)}</p>\n <button className=\"description-edit-button\" onClick={onSpaceEdit}>\n <WrappedIcon lib=\"antd\" icon=\"edit\" theme=\"outlined\" />\n </button>\n </div>\n <p className=\"description-content\">{description}</p>\n </div>\n )}\n </>\n );\n}\n","// Imports\nimport ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ from \"../../../../../../node_modules/css-loader/dist/runtime/noSourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.space-guide-container{display:flex;flex-direction:column;align-items:center;margin:0 auto}.guide-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.space-logo{margin-bottom:24px}.guide-title{font-size:24px;font-weight:600;line-height:32px;color:rgba(0,0,0,0.88);margin:0 0 16px 0}.guide-description{font-size:16px;line-height:26px;color:rgba(0,0,0,0.65);margin:0;max-width:600px}.guide-content{width:100%}.section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:20px;color:#0f172b;margin-bottom:24px}.section-icon{width:16px;height:16px}.cards-grid{display:grid;grid-template-columns:repeat(3,220px);gap:16px}.guide-card{height:110px;border-radius:12px;padding:24px;overflow:hidden;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease;border:1px solid rgba(0,0,0,0.1);background-size:cover;background-repeat:no-repeat;background-position:center}.guide-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}.card-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column}.card-icon{width:32px;height:32px;margin-bottom:16px}.card-title{font-size:14px;font-weight:500;line-height:20px;color:rgba(0,0,0,0.88);margin:0 0 8px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-description{font-size:12px;line-height:18px;color:rgba(0,0,0,0.45);margin:0;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}`, \"\"]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___.toString();\n","// istanbul ignore file\nimport React from \"react\";\nimport { createDecorators, EventEmitter } from \"@next-core/element\";\nimport { ReactNextElement } from \"@next-core/react-element\";\nimport \"@next-core/theme\";\nimport { initializeI18n } from \"@next-core/i18n\";\nimport { NS, locales } from \"./i18n.js\";\nimport SpaceNavStyle from \"./components/SpaceNav/SpaceNav.shadow.css\";\nimport SpaceGuideStyle from \"./components/SpaceGuide/SpaceGuide.shadow.css\";\nimport styleText from \"./styles.shadow.css\";\nimport type { NoticeItem } from \"../notice-dropdown/index.js\";\nimport { SpaceDetail } from \"./interfaces.js\";\nimport { SpaceNav } from \"./components/SpaceNav/SpaceNav\";\n\ninitializeI18n(NS, locales);\n\nconst { defineElement, property, event } = createDecorators();\n\nexport interface SpaceWorkbenchProps {\n notifyCenterUrl: string;\n spaceDetail: SpaceDetail;\n notices?: NoticeItem[];\n}\n\n/**\n * 构件 `ai-portal.space-workbench`\n */\nexport\n@defineElement(\"ai-portal.space-workbench\", {\n styleTexts: [SpaceNavStyle, SpaceGuideStyle, styleText],\n})\nclass SpaceWorkbench extends ReactNextElement implements SpaceWorkbenchProps {\n @property({ attribute: false })\n accessor notices: NoticeItem[] | undefined;\n\n @property({ attribute: false })\n accessor spaceDetail!: SpaceDetail;\n\n @property()\n accessor notifyCenterUrl!: string;\n\n @event({ type: \"go.back\" })\n accessor #_goBackEvent!: EventEmitter<void>;\n\n @event({ type: \"members.click\" })\n accessor #_membersClickEvent!: EventEmitter<void>;\n\n @event({ type: \"notice.click\" })\n accessor #_noticeClickEvent!: EventEmitter<NoticeItem>;\n\n @event({ type: \"mark.all.read\" })\n accessor #_markAllReadEvent!: EventEmitter<void>;\n\n @event({ type: \"space.edit\" })\n accessor #_spaceEditEvent!: EventEmitter<void>;\n\n render() {\n return (\n <SpaceWorkbenchComponent\n spaceDetail={this.spaceDetail}\n notices={this.notices}\n notifyCenterUrl={this.notifyCenterUrl}\n onBack={() => this.#_goBackEvent.emit()}\n onMembersClick={() => this.#_membersClickEvent.emit()}\n onNoticeClick={(notice) => this.#_noticeClickEvent.emit(notice)}\n onMarkAllRead={() => this.#_markAllReadEvent.emit()}\n onSpaceEdit={() => this.#_spaceEditEvent.emit()}\n />\n );\n }\n}\n\ninterface SpaceWorkbenchComponentProps extends SpaceWorkbenchProps {\n onBack: () => void;\n onMembersClick: () => void;\n onMarkAllRead: () => void;\n onNoticeClick: (notice: NoticeItem) => void;\n onSpaceEdit: () => void;\n}\n\nfunction SpaceWorkbenchComponent(props: SpaceWorkbenchComponentProps) {\n const {\n spaceDetail,\n notices = [],\n notifyCenterUrl,\n onBack,\n onMembersClick,\n onMarkAllRead,\n onNoticeClick,\n onSpaceEdit,\n } = props;\n\n return (\n <div className=\"space-workbench-container\">\n <SpaceNav\n spaceName={spaceDetail.name}\n description={spaceDetail.description}\n notifyCenterUrl={notifyCenterUrl}\n notices={notices}\n onBack={onBack}\n onMembersClick={onMembersClick}\n onMarkAllRead={onMarkAllRead}\n onNoticeClick={onNoticeClick}\n onSpaceEdit={onSpaceEdit}\n />\n </div>\n );\n}\n"],"names":["_classPrivateGetter","s","r","a","toPropertyKey","t","i","e","Symbol","toPrimitive","call","TypeError","String","_assertClassBrand","n","has","arguments","length","_typeof","o","iterator","constructor","prototype","module","exports","url","options","__esModule","default","test","slice","hash","needQuotes","concat","replace","_checkInRHS","Object","___CSS_LOADER_EXPORT___","push","id","toString","___CSS_LOADER_URL_IMPORT_0___","URL","___CSS_LOADER_URL_REPLACEMENT_0___","cssWithMappingToString","list","this","map","item","content","needLayer","join","modules","media","dedupe","supports","layer","undefined","alreadyImportedModules","k","_k","K","NS","locales","en","DESCRIPTION","SPACE_GUIDE_SECTION_TITLE","SPACE_GUIDE_CARD_1_TITLE","SPACE_GUIDE_CARD_2_TITLE","SPACE_GUIDE_CARD_3_TITLE","zh","i18n","getFixedT","setFunctionName","description","defineProperty","configurable","value","applyDecs2311","c","u","f","l","p","d","metadata","m","h","create","y","v","g","apply","b","applyDec","w","D","S","j","E","I","P","F","get","set","getOwnPropertyDescriptor","Error","name","N","O","z","A","H","kind","addInitializer","bind","access","init","unshift","splice","enumerable","checkInRHS","_classPrivateFieldGet2","_classPrivateFieldInitSpec","obj","privateMap","_checkPrivateRedeclaration","privateCollection","_classPrivateMethodInitSpec","privateSet","add","_classPrivateFieldSet2","WrappedIcon","wrapBrick","WrappedNoticeDropdown","onNoticeClick","onMarkAllRead","WrappedSpaceLogo","SpaceNav","props","spaceName","notices","notifyCenterUrl","onBack","onMembersClick","onSpaceEdit","showDescription","setShowDescription","React","className","onClick","lib","icon","theme","size","handleQuestionClick","dataSource","dropdownContentStyle","minWidth","hideNotifyCenterButton","urlTarget","detail","initializeI18n","defineElement","property","event","createDecorators","_SpaceWorkbench","_A","WeakMap","_B","_C","_D","_SpaceWorkbench_brand","WeakSet","_E","_F","_G","_H","SpaceWorkbench","ReactNextElement","_init_notices","_init_extra_notices","_init_spaceDetail","_init_extra_spaceDetail","_init_notifyCenterUrl","_init_extra_notifyCenterUrl","_init__goBackEvent","_init_extra__goBackEvent","_init__membersClickEvent","_init_extra__membersClickEvent","_init__noticeClickEvent","_init_extra__noticeClickEvent","_init__markAllReadEvent","_init_extra__markAllReadEvent","_init__spaceEditEvent","_init_extra__spaceEditEvent","_classPrivateFieldGet","_classPrivateFieldSet","spaceDetail","render","SpaceWorkbenchComponent","_get__goBackEvent","emit","_get__membersClickEvent","notice","_get__noticeClickEvent","_get__markAllReadEvent","_get__spaceEditEvent","_SpaceWorkbench2","_set__goBackEvent","_set__membersClickEvent","_set__noticeClickEvent","_set__markAllReadEvent","_set__spaceEditEvent","_initClass","_applyDecs","styleTexts","SpaceNavStyle","SpaceGuideStyle","styleText","attribute","type","_"],"sourceRoot":""}
|
package/dist/index.bdb0052a.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";var e,t,r,a,n,o,l,i,c,s,d,f,h,u,b,m,p,v,P,g,x,y,w,k={17593:(e,t,r)=>{var a={"./stat-with-mini-chart":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7345)]).then((()=>()=>r(45657))),"./elevo-sidebar":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(128),r.e(2919),r.e(5411),r.e(7771)]).then((()=>()=>r(17295))),"./icon-button":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(1541)]).then((()=>()=>r(68845))),"./show-cases":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(4332)]).then((()=>()=>r(64604))),"./mcp-tools":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(7087)]).then((()=>()=>r(91375))),"./chat-stream":()=>Promise.all([r.e(1341),r.e(3793),r.e(7888),r.e(3840),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(410),r.e(1302),r.e(128),r.e(2919),r.e(1321),r.e(1919),r.e(5188),r.e(4208),r.e(4864),r.e(5452),r.e(1999),r.e(366)]).then((()=>()=>r(23182))),"./ai-employees":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(6729)]).then((()=>()=>r(80749))),"./ai-agents":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(304)]).then((()=>()=>r(50520))),"./chat-box":()=>Promise.all([r.e(1341),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(410),r.e(128),r.e(2919),r.e(1919),r.e(9435),r.e(9271),r.e(6573)]).then((()=>()=>r(94669))),"./call-tool":()=>Promise.all([r.e(410),r.e(2919),r.e(5234)]).then((()=>()=>r(24963))),"./save-request-store":()=>Promise.all([r.e(410),r.e(8539)]).then((()=>()=>r(93291))),"./load-request-store":()=>Promise.all([r.e(410),r.e(8539)]).then((()=>()=>r(93291))),"./clear-request-store":()=>Promise.all([r.e(410),r.e(8539)]).then((()=>()=>r(93291))),"./set-chat-command":()=>Promise.all([r.e(410),r.e(5944)]).then((()=>()=>r(93757))),"./set-chat-mentioned-employee":()=>Promise.all([r.e(410),r.e(1731)]).then((()=>()=>r(40036))),"./cruise-canvas":()=>Promise.all([r.e(1341),r.e(3793),r.e(7888),r.e(3840),r.e(8324),r.e(3363),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(410),r.e(1302),r.e(128),r.e(2919),r.e(1321),r.e(1919),r.e(5188),r.e(4208),r.e(5452),r.e(8796),r.e(3186),r.e(2267)]).then((()=>()=>r(99631))),"./page-container":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(128),r.e(5020)]).then((()=>()=>r(7476))),"./tab-list":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(9873)]).then((()=>()=>r(48581))),"./dropdown-select":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(9053)]).then((()=>()=>r(26001))),"./preview-container":()=>Promise.all([r.e(3793),r.e(7888),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(410),r.e(128),r.e(1321),r.e(5188),r.e(8775)]).then((()=>()=>r(54519))),"./action-buttons":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(6109)]).then((()=>()=>r(27725))),"./goal-card-list":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(4322)]).then((()=>()=>r(96318))),"./project-knowledges":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(1302),r.e(7908)]).then((()=>()=>r(73388))),"./project-conversations":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(1302),r.e(2697)]).then((()=>()=>r(36709))),"./activity-timeline":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(1302),r.e(9576)]).then((()=>()=>r(59544))),"./home-container":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(3172)]).then((()=>()=>r(6492))),"./chat-input":()=>Promise.all([r.e(1341),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(128),r.e(2919),r.e(1919),r.e(9435),r.e(9271),r.e(7218)]).then((()=>()=>r(45962))),"./elevo-logo":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(5064)]).then((()=>()=>r(52404))),"./show-case":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(3901)]).then((()=>()=>r(2865))),"./blank-state":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(1291)]).then((()=>()=>r(3019))),"./sticky-container":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(5144)]).then((()=>()=>r(46544))),"./elevo-card":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7923)]).then((()=>()=>r(5527))),"./flow-tabs":()=>Promise.all([r.e(1341),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(5764)]).then((()=>()=>r(42252))),"./stage-flow":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(410),r.e(7195)]).then((()=>()=>r(68268))),"./running-flow":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(9789)]).then((()=>()=>r(69897))),"./notice-dropdown":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(4595)]).then((()=>()=>r(72419))),"./notice-list":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(1302),r.e(4595),r.e(9780)]).then((()=>()=>r(70976))),"./chat-panel":()=>Promise.all([r.e(1341),r.e(3793),r.e(7888),r.e(3840),r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(1030),r.e(410),r.e(128),r.e(2919),r.e(1321),r.e(1919),r.e(5188),r.e(4208),r.e(4864),r.e(8796),r.e(288)]).then((()=>()=>r(11552))),"./space-workbench":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(7177),r.e(6715)]).then((()=>()=>r(99991))),"./space-logo":()=>Promise.all([r.e(8769),r.e(870),r.e(981),r.e(4419),r.e(6733)]).then((()=>()=>r(84136)))},n=(e,t)=>(r.R=t,t=r.o(a,e)?a[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),r.R=void 0,t),o=(e,t)=>{if(r.S){var a="default",n=r.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return r.S[a]=e,r.I(a,t)}};r.d(t,{get:()=>n,init:()=>o})}},j={};function S(e){var t=j[e];if(void 0!==t)return t.exports;var r=j[e]={id:e,loaded:!1,exports:{}};return k[e].call(r.exports,r,r.exports,S),r.loaded=!0,r.exports}S.m=k,S.c=j,S.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return S.d(t,{a:t}),t},S.d=(e,t)=>{for(var r in t)S.o(t,r)&&!S.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},S.f={},S.e=e=>Promise.all(Object.keys(S.f).reduce(((t,r)=>(S.f[r](e,t),t)),[])),S.u=e=>"chunks/"+({288:"chat-panel",304:"ai-agents",366:"chat-stream",1291:"blank-state",1541:"icon-button",1731:"set-chat-mentioned-employee",2267:"cruise-canvas",2697:"project-conversations",3172:"home-container",3901:"show-case",4322:"goal-card-list",4332:"show-cases",4595:"notice-dropdown",5020:"page-container",5064:"elevo-logo",5144:"sticky-container",5234:"call-tool",5764:"flow-tabs",5944:"set-chat-command",6109:"action-buttons",6573:"chat-box",6715:"space-workbench",6729:"ai-employees",6733:"space-logo",7087:"mcp-tools",7195:"stage-flow",7218:"chat-input",7345:"stat-with-mini-chart",7771:"elevo-sidebar",7908:"project-knowledges",7923:"elevo-card",8539:"load-request-store",8775:"preview-container",9053:"dropdown-select",9576:"activity-timeline",9780:"notice-list",9789:"running-flow",9873:"tab-list"}[e]||e)+"."+{114:"af61e48a",288:"3b7afbd5",304:"cffd08a0",366:"393c8241",721:"f43de0ef",726:"392de709",871:"42c14164",879:"a469d051",948:"e601f18c",1045:"0906fc23",1120:"fd177648",1122:"95231c39",1136:"456f1c68",1215:"78630d79",1291:"648eea95",1341:"bd8f14f2",1541:"545ffb24",1731:"69199eec",1889:"b7766f77",1931:"2abee15e",1940:"afcdea49",1999:"f9846bc3",2052:"ef23d12a",2260:"9564eb16",2267:"bfae3138",2277:"b026624f",2357:"b6f1e719",2432:"352ae272",2449:"b46fc22a",2508:"15c05669",2510:"91062655",2593:"783fb42e",2697:"4cc72f40",3003:"a607b32b",3144:"4088b5d1",3171:"45ef4669",3172:"f1829834",3186:"f231329a",3208:"0796f5be",3331:"bb7b4c1c",3363:"d64d8e2a",3419:"28287d23",3744:"ed6d0719",3793:"03162dd0",3816:"fc867cd4",3840:"6080d56e",3901:"44e995fc",3935:"3b6a2f5d",4041:"6b503155",4190:"7612613e",4208:"a1a0dfdd",4228:"ea602510",4281:"ddad94d5",4306:"9e8251b7",4322:"74ab5767",4332:"c3921ea0",4474:"5fd3e9c8",4491:"539d30f8",4595:"63cb2415",4609:"e21567a0",4658:"18d5ee4d",4735:"24157512",4765:"03d9c7c5",4837:"570099ad",4864:"5b042afd",5020:"2185f2e0",5032:"2e4fb116",5064:"25e3b889",5065:"9616e9d3",5144:"d3f7054e",5191:"ce5dfec4",5234:"a3219d5e",5250:"5294dc23",5307:"28ab7643",5384:"564ae2e4",5399:"501fc322",5411:"095a6093",5452:"bb5140b0",5498:"298984c7",5548:"498b312d",5552:"09658542",5727:"93a1388d",5764:"ee1290c2",5807:"0b926b80",5936:"5bba7f2f",5944:"182747cc",6023:"843ea4a1",6029:"6fe4c192",6109:"68666920",6161:"d7e3ea42",6450:"9e9165f9",6519:"3ce478ef",6530:"3c295a95",6573:"060b8727",6715:"964b8644",6729:"267c3626",6733:"994f7a25",6773:"afd27a30",7087:"f132c502",7146:"b327120d",7195:"9b6fad93",7218:"e913e9ed",7302:"3117acc5",7345:"1509cf8c",7353:"02afd00b",7367:"d389861e",7721:"c985db03",7729:"1ccf3e2a",7733:"dbb66cbc",7771:"fba49f67",7842:"d5a94411",7888:"61a7cdf2",7908:"51731410",7923:"49b42ed0",8231:"89b65f56",8263:"d9eaafab",8311:"69ab488d",8324:"5ac013ff",8348:"2fbb3b7e",8539:"a6effafd",8588:"0bce58e7",8633:"1b8bb39e",8755:"1525c38d",8757:"5cde95c7",8775:"a0ca6e2f",8936:"b9a73775",8989:"ddf83737",9034:"7ff08734",9053:"336442ba",9251:"52df4857",9263:"affcdb7b",9271:"2786528c",9515:"b58eb80e",9559:"3db56cb0",9576:"96e7aaea",9599:"02a5e6e3",9634:"71192f72",9780:"9a78cc87",9789:"37a428cf",9831:"f659ce60",9844:"c3062a6b",9873:"ee97567f"}[e]+".js",S.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),S.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="@next-bricks/ai-portal:",S.l=(r,a,n,o)=>{if(e[r])e[r].push(a);else{var l,i;if(void 0!==n)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var d=c[s];if(d.getAttribute("src")==r||d.getAttribute("data-webpack")==t+n){l=d;break}}l||(i=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,S.nc&&l.setAttribute("nonce",S.nc),l.setAttribute("data-webpack",t+n),l.src=r),e[r]=[a];var f=(t,a)=>{l.onerror=l.onload=null,clearTimeout(h);var n=e[r];if(delete e[r],l.parentNode&&l.parentNode.removeChild(l),n&&n.forEach((e=>e(a))),t)return t(a)},h=setTimeout(f.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=f.bind(null,l.onerror),l.onload=f.bind(null,l.onload),i&&document.head.appendChild(l)}},S.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},S.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{S.S={};var e={},t={};S.I=(r,a)=>{a||(a=[]);var n=t[r];if(n||(n=t[r]={}),!(a.indexOf(n)>=0)){if(a.push(n),e[r])return e[r];S.o(S.S,r)||(S.S[r]={});var o=S.S[r],l="@next-bricks/ai-portal",i=(e,t,r,a)=>{var n=o[e]=o[e]||{},i=n[t];(!i||!i.loaded&&(!a!=!i.eager?a:l>i.from))&&(n[t]={get:r,from:l,eager:!!a})},c=[];return"default"===r&&(i("@babel/parser","7.27.2",(()=>S.e(6773).then((()=>()=>S(46773))))),i("@easyops-cn/brick-next-pipes","0.7.6",(()=>Promise.all([S.e(4306),S.e(1030),S.e(1302),S.e(5310)]).then((()=>()=>S(34306))))),i("@next-core/cook","2.5.12",(()=>Promise.all([S.e(1122),S.e(580)]).then((()=>()=>S(61122))))),i("@next-core/element","1.2.19",(()=>S.e(1045).then((()=>()=>S(21045))))),i("@next-core/http","1.2.14",(()=>S.e(8989).then((()=>()=>S(48989))))),i("@next-core/i18n","1.0.87",(()=>Promise.all([S.e(7177),S.e(410),S.e(671),S.e(5552)]).then((()=>()=>S(75552))))),i("@next-core/inject","1.0.62",(()=>Promise.all([S.e(1030),S.e(9933),S.e(2277)]).then((()=>()=>S(72277))))),i("@next-core/loader","1.6.17",(()=>S.e(5399).then((()=>()=>S(35399))))),i("@next-core/pipes","2.0.36",(()=>Promise.all([S.e(1919),S.e(6519)]).then((()=>()=>S(76519))))),i("@next-core/react-element","1.0.38",(()=>Promise.all([S.e(8769),S.e(870),S.e(9435),S.e(114)]).then((()=>()=>S(20114))))),i("@next-core/react-runtime","1.7.43",(()=>Promise.all([S.e(8769),S.e(981),S.e(1030),S.e(128),S.e(4837)]).then((()=>()=>S(64837))))),i("@next-core/runtime","1.71.4",(()=>Promise.all([S.e(948),S.e(7177),S.e(1030),S.e(410),S.e(1302),S.e(2919),S.e(1321),S.e(5188),S.e(5651)]).then((()=>()=>S(30948))))),i("@next-core/supply","2.3.9",(()=>Promise.all([S.e(1030),S.e(1302),S.e(9933),S.e(9559)]).then((()=>()=>S(49559))))),i("@next-core/theme","1.6.1",(()=>Promise.all([S.e(1889),S.e(2052)]).then((()=>()=>S(51889))))),i("@next-core/utils/general","1.8.8",(()=>S.e(871).then((()=>()=>S(40871))))),i("@next-core/utils/storyboard","1.8.8",(()=>Promise.all([S.e(1030),S.e(410),S.e(1321),S.e(7146)]).then((()=>()=>S(97146))))),i("history","4.10.1",(()=>S.e(3003).then((()=>()=>S(65384))))),i("i18next-browser-languagedetector","7.2.2",(()=>S.e(726).then((()=>()=>S(50726))))),i("i18next","22.5.1",(()=>S.e(2357).then((()=>()=>S(2357))))),i("js-yaml","3.14.1",(()=>S.e(9515).then((()=>()=>S(19515))))),i("lodash","4.17.21",(()=>S.e(5250).then((()=>()=>S(45250))))),i("moment/locale/zh-cn.js","2.30.1",(()=>Promise.all([S.e(7721),S.e(9844)]).then((()=>()=>S(61329))))),i("moment","2.30.1",(()=>Promise.all([S.e(7721),S.e(9844)]).then((()=>()=>S(99420))))),i("react-dom","0.0.0-experimental-ee8509801-20230117",(()=>Promise.all([S.e(3144),S.e(8769)]).then((()=>()=>S(43144))))),i("react","0.0.0-experimental-ee8509801-20230117",(()=>S.e(4041).then((()=>()=>S(14041)))))),e[r]=c.length?Promise.all(c).then((()=>e[r]=1)):1}}})(),(()=>{var e;S.g.importScripts&&(e=S.g.location+"");var t=S.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var a=r.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=r[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),S.p=e})(),r=e=>{var t=e=>e.split(".").map((e=>+e==e?+e:e)),r=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=r[1]?t(r[1]):[];return r[2]&&(a.length++,a.push.apply(a,t(r[2]))),r[3]&&(a.push([]),a.push.apply(a,t(r[3]))),a},a=(e,t)=>{e=r(e),t=r(t);for(var a=0;;){if(a>=e.length)return a<t.length&&"u"!=(typeof t[a])[0];var n=e[a],o=(typeof n)[0];if(a>=t.length)return"u"==o;var l=t[a],i=(typeof l)[0];if(o!=i)return"o"==o&&"n"==i||"s"==i||"u"==o;if("o"!=o&&"u"!=o&&n!=l)return n<l;a++}},n=e=>{var t=e[0],r="";if(1===e.length)return"*";if(t+.5){r+=0==t?">=":-1==t?"<":1==t?"^":2==t?"~":t>0?"=":"!=";for(var a=1,o=1;o<e.length;o++)a--,r+="u"==(typeof(i=e[o]))[0]?"-":(a>0?".":"")+(a=2,i);return r}var l=[];for(o=1;o<e.length;o++){var i=e[o];l.push(0===i?"not("+c()+")":1===i?"("+c()+" || "+c()+")":2===i?l.pop()+" "+l.pop():n(i))}return c();function c(){return l.pop().replace(/^\((.+)\)$/,"$1")}},o=(e,t)=>{if(0 in e){t=r(t);var a=e[0],n=a<0;n&&(a=-a-1);for(var l=0,i=1,c=!0;;i++,l++){var s,d,f=i<e.length?(typeof e[i])[0]:"";if(l>=t.length||"o"==(d=(typeof(s=t[l]))[0]))return!c||("u"==f?i>a&&!n:""==f!=n);if("u"==d){if(!c||"u"!=f)return!1}else if(c)if(f==d)if(i<=a){if(s!=e[i])return!1}else{if(n?s>e[i]:s<e[i])return!1;s!=e[i]&&(c=!1)}else if("s"!=f&&"n"!=f){if(n||i<=a)return!1;c=!1,i--}else{if(i<=a||d<f!=n)return!1;c=!1}else"s"!=f&&"n"!=f&&(c=!1,i--)}}var h=[],u=h.pop.bind(h);for(l=1;l<e.length;l++){var b=e[l];h.push(1==b?u()|u():2==b?u()&u():b?o(b,t):!u())}return!!u()},l=(e,t)=>e&&S.o(e,t),i=e=>(e.loaded=1,e.get()),c=e=>Object.keys(e).reduce(((t,r)=>(e[r].eager&&(t[r]=e[r]),t)),{}),s=(e,t,r,n)=>{var l=n?c(e[t]):e[t];return(t=Object.keys(l).reduce(((e,t)=>!o(r,t)||e&&!a(e,t)?e:t),0))&&l[t]},d=(e,t,r)=>{var n=r?c(e[t]):e[t];return Object.keys(n).reduce(((e,t)=>!e||!n[e].loaded&&a(e,t)?t:e),0)},f=(e,t,r,a)=>"Unsatisfied version "+r+" from "+(r&&e[t][r].from)+" of shared singleton module "+t+" (required "+n(a)+")",h=(e,t,r,a,o)=>{var l=e[r];return"No satisfying version ("+n(a)+")"+(o?" for eager consumption":"")+" of shared module "+r+" found in shared scope "+t+".\nAvailable versions: "+Object.keys(l).map((e=>e+" from "+l[e].from)).join(", ")},u=e=>{throw new Error(e)},b=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},p=(e,t,r)=>r?r():((e,t)=>u("Shared module "+t+" doesn't exist in shared scope "+e))(e,t),v=(m=e=>function(t,r,a,n,o){var l=S.I(t);return l&&l.then&&!a?l.then(e.bind(e,t,S.S[t],r,!1,n,o)):e(t,S.S[t],r,a,n,o)})(((e,t,r,a,n,o)=>{if(!l(t,r))return p(e,r,o);var c=s(t,r,n,a);return c?i(c):o?o():void u(h(t,e,r,n,a))})),P=m(((e,t,r,a,n,c)=>{if(!l(t,r))return p(e,r,c);var s=d(t,r,a);return o(n,s)||b(f(t,r,s,n)),i(t[r][s])})),g={},x={41030:()=>P("default","lodash",!1,[1,4,17,21],(()=>S.e(5250).then((()=>()=>S(45250))))),21302:()=>P("default","moment",!1,[1,2,30,1],(()=>Promise.all([S.e(7721),S.e(9844)]).then((()=>()=>S(99420))))),55310:()=>P("default","js-yaml",!1,[0],(()=>S.e(9515).then((()=>()=>S(19515))))),40580:()=>P("default","@babel/parser",!1,[0],(()=>S.e(6773).then((()=>()=>S(46773))))),67177:()=>P("default","@next-core/i18n",!1,[1,1,0,87],(()=>Promise.all([S.e(410),S.e(671),S.e(3171)]).then((()=>()=>S(75552))))),40410:()=>P("default","@next-core/utils/general",!1,[1,1,8,8],(()=>S.e(871).then((()=>()=>S(40871))))),848:()=>P("default","i18next-browser-languagedetector",!1,[0],(()=>S.e(726).then((()=>()=>S(50726))))),75630:()=>P("default","i18next",!1,[0],(()=>S.e(2357).then((()=>()=>S(2357))))),59933:()=>P("default","@next-core/pipes",!1,[0],(()=>Promise.all([S.e(1919),S.e(6519)]).then((()=>()=>S(76519))))),61919:()=>P("default","@easyops-cn/brick-next-pipes",!1,[2,0,7,3],(()=>Promise.all([S.e(4306),S.e(1030),S.e(1302),S.e(5310)]).then((()=>()=>S(34306))))),18769:()=>v("default","react",!1,[6,0,0,0,,"experimental-ee8509801-20230117"],(()=>S.e(4041).then((()=>()=>S(14041))))),90870:()=>v("default","@next-core/element",!1,[1,1,2,19],(()=>S.e(1045).then((()=>()=>S(21045))))),59435:()=>v("default","react-dom",!1,[6,0,0,0,,"experimental-ee8509801-20230117"],(()=>S.e(3144).then((()=>()=>S(43144))))),30981:()=>v("default","@next-core/react-element",!1,[1,1,0,38],(()=>Promise.all([S.e(870),S.e(9435),S.e(7733)]).then((()=>()=>S(20114))))),60128:()=>P("default","@next-core/runtime",!1,[1,1,71,4],(()=>Promise.all([S.e(948),S.e(7177),S.e(1030),S.e(410),S.e(1302),S.e(2919),S.e(1321),S.e(5188),S.e(5651)]).then((()=>()=>S(30948))))),22919:()=>P("default","@next-core/http",!1,[1,1,2,14],(()=>S.e(8989).then((()=>()=>S(48989))))),71321:()=>P("default","@next-core/cook",!1,[0],(()=>Promise.all([S.e(1122),S.e(580)]).then((()=>()=>S(61122))))),95188:()=>P("default","@next-core/utils/storyboard",!1,[1,1,8,8],(()=>S.e(4765).then((()=>()=>S(97146))))),11732:()=>P("default","history",!1,[0],(()=>S.e(3003).then((()=>()=>S(65384))))),26036:()=>P("default","moment/locale/zh-cn.js",!1,[1,2,30,1],(()=>Promise.all([S.e(7721),S.e(9844)]).then((()=>()=>S(61329))))),29283:()=>P("default","@next-core/inject",!1,[0],(()=>Promise.all([S.e(9933),S.e(4658)]).then((()=>()=>S(72277))))),45599:()=>P("default","@next-core/loader",!1,[0],(()=>S.e(5399).then((()=>()=>S(35399))))),94167:()=>P("default","@next-core/supply",!1,[0],(()=>Promise.all([S.e(9933),S.e(1940)]).then((()=>()=>S(49559))))),34419:()=>P("default","@next-core/theme",!1,[1,1,6,1],(()=>S.e(1889).then((()=>()=>S(51889))))),18796:()=>v("default","@next-core/react-runtime",!1,[1,1,7,43],(()=>S.e(9599).then((()=>()=>S(64837)))))},y={128:[60128],410:[40410],580:[40580],671:[848,75630],870:[90870],981:[30981],1030:[41030],1302:[21302],1321:[71321],1919:[61919],2919:[22919],4419:[34419],5188:[95188],5310:[55310],5651:[11732,26036,29283,45599,94167],7177:[67177],8769:[18769],8796:[18796],9435:[59435],9933:[59933]},w={},S.f.consumes=(e,t)=>{S.o(y,e)&&y[e].forEach((e=>{if(S.o(g,e))return t.push(g[e]);if(!w[e]){var r=t=>{g[e]=0,S.m[e]=r=>{delete S.c[e],r.exports=t()}};w[e]=!0;var a=t=>{delete g[e],S.m[e]=r=>{throw delete S.c[e],t}};try{var n=x[e]();n.then?t.push(g[e]=n.then(r).catch(a)):r(n)}catch(e){a(e)}}}))},(()=>{S.b=document.baseURI||self.location.href;var e={2641:0};S.f.j=(t,r)=>{var a=S.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(/^(1(030|28|302|321|919)|5(188|310|651|80)|87(0|69|96)|9(435|81|933)|(29|44)19|410|671|7177)$/.test(t))e[t]=0;else{var n=new Promise(((r,n)=>a=e[t]=[r,n]));r.push(a[2]=n);var o=S.p+S.u(t),l=new Error;S.l(o,(r=>{if(S.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var n=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;l.message="Loading chunk "+t+" failed.\n("+n+": "+o+")",l.name="ChunkLoadError",l.type=n,l.request=o,a[1](l)}}),"chunk-"+t,t)}};var t=(t,r)=>{var a,n,[o,l,i]=r,c=0;if(o.some((t=>0!==e[t]))){for(a in l)S.o(l,a)&&(S.m[a]=l[a]);i&&i(S)}for(t&&t(r);c<o.length;c++)n=o[c],S.o(e,n)&&e[n]&&e[n][0](),e[n]=0},r=globalThis.webpackChunk_next_bricks_ai_portal=globalThis.webpackChunk_next_bricks_ai_portal||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),S.nc=void 0;var E=S(17593);window["bricks/ai-portal"]=E})();
|
|
2
|
-
//# sourceMappingURL=index.bdb0052a.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.bdb0052a.js","mappings":"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W,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAAW,KAAO,WAA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","sources":["webpack:///webpack/runtime/load script","webpack:///webpack/runtime/consumes","webpack:///webpack/container-entry","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/ensure chunk","webpack:///webpack/runtime/get javascript chunk filename","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///webpack/runtime/node module decorator","webpack:///webpack/runtime/sharing","webpack:///webpack/runtime/publicPath","webpack:///webpack/runtime/jsonp chunk loading","webpack:///webpack/runtime/nonce","webpack:///webpack/startup"],"sourcesContent":["var inProgress = {};\nvar dataWebpackPrefix = \"@next-bricks/ai-portal:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","var parseVersion = (str) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar p=p=>{return p.split(\".\").map((p=>{return+p==p?+p:p}))},n=/^([^-+]+)?(?:-([^+]+))?(?:\\+(.+))?$/.exec(str),r=n[1]?p(n[1]):[];return n[2]&&(r.length++,r.push.apply(r,p(n[2]))),n[3]&&(r.push([]),r.push.apply(r,p(n[3]))),r;\n}\nvar versionLt = (a, b) => {\n\t// see webpack/lib/util/semver.js for original code\n\ta=parseVersion(a),b=parseVersion(b);for(var r=0;;){if(r>=a.length)return r<b.length&&\"u\"!=(typeof b[r])[0];var e=a[r],n=(typeof e)[0];if(r>=b.length)return\"u\"==n;var t=b[r],f=(typeof t)[0];if(n!=f)return\"o\"==n&&\"n\"==f||(\"s\"==f||\"u\"==n);if(\"o\"!=n&&\"u\"!=n&&e!=t)return e<t;r++}\n}\nvar rangeToString = (range) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar r=range[0],n=\"\";if(1===range.length)return\"*\";if(r+.5){n+=0==r?\">=\":-1==r?\"<\":1==r?\"^\":2==r?\"~\":r>0?\"=\":\"!=\";for(var e=1,a=1;a<range.length;a++){e--,n+=\"u\"==(typeof(t=range[a]))[0]?\"-\":(e>0?\".\":\"\")+(e=2,t)}return n}var g=[];for(a=1;a<range.length;a++){var t=range[a];g.push(0===t?\"not(\"+o()+\")\":1===t?\"(\"+o()+\" || \"+o()+\")\":2===t?g.pop()+\" \"+g.pop():rangeToString(t))}return o();function o(){return g.pop().replace(/^\\((.+)\\)$/,\"$1\")}\n}\nvar satisfy = (range, version) => {\n\t// see webpack/lib/util/semver.js for original code\n\tif(0 in range){version=parseVersion(version);var e=range[0],r=e<0;r&&(e=-e-1);for(var n=0,i=1,a=!0;;i++,n++){var f,s,g=i<range.length?(typeof range[i])[0]:\"\";if(n>=version.length||\"o\"==(s=(typeof(f=version[n]))[0]))return!a||(\"u\"==g?i>e&&!r:\"\"==g!=r);if(\"u\"==s){if(!a||\"u\"!=g)return!1}else if(a)if(g==s)if(i<=e){if(f!=range[i])return!1}else{if(r?f>range[i]:f<range[i])return!1;f!=range[i]&&(a=!1)}else if(\"s\"!=g&&\"n\"!=g){if(r||i<=e)return!1;a=!1,i--}else{if(i<=e||s<g!=r)return!1;a=!1}else\"s\"!=g&&\"n\"!=g&&(a=!1,i--)}}var t=[],o=t.pop.bind(t);for(n=1;n<range.length;n++){var u=range[n];t.push(1==u?o()|o():2==u?o()&o():u?satisfy(u,version):!o())}return!!o();\n}\nvar exists = (scope, key) => {\n\treturn scope && __webpack_require__.o(scope, key);\n}\nvar get = (entry) => {\n\tentry.loaded = 1;\n\treturn entry.get()\n};\nvar eagerOnly = (versions) => {\n\treturn Object.keys(versions).reduce((filtered, version) => {\n\t\t\tif (versions[version].eager) {\n\t\t\t\tfiltered[version] = versions[version];\n\t\t\t}\n\t\t\treturn filtered;\n\t}, {});\n};\nvar findLatestVersion = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key];\n};\nvar findSatisfyingVersion = (scope, key, requiredVersion, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\tif (!satisfy(requiredVersion, b)) return a;\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key]\n};\nvar findSingletonVersionKey = (scope, key, eager) => {\n\tvar versions = eager ? eagerOnly(scope[key]) : scope[key];\n\treturn Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || (!versions[a].loaded && versionLt(a, b)) ? b : a;\n\t}, 0);\n};\nvar getInvalidSingletonVersionMessage = (scope, key, version, requiredVersion) => {\n\treturn \"Unsatisfied version \" + version + \" from \" + (version && scope[key][version].from) + \" of shared singleton module \" + key + \" (required \" + rangeToString(requiredVersion) + \")\"\n};\nvar getInvalidVersionMessage = (scope, scopeName, key, requiredVersion, eager) => {\n\tvar versions = scope[key];\n\treturn \"No satisfying version (\" + rangeToString(requiredVersion) + \")\" + (eager ? \" for eager consumption\" : \"\") + \" of shared module \" + key + \" found in shared scope \" + scopeName + \".\\n\" +\n\t\t\"Available versions: \" + Object.keys(versions).map((key) => {\n\t\treturn key + \" from \" + versions[key].from;\n\t}).join(\", \");\n};\nvar fail = (msg) => {\n\tthrow new Error(msg);\n}\nvar failAsNotExist = (scopeName, key) => {\n\treturn fail(\"Shared module \" + key + \" doesn't exist in shared scope \" + scopeName);\n}\nvar warn = /*#__PURE__*/ (msg) => {\n\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n};\nvar init = (fn) => (function(scopeName, key, eager, c, d) {\n\tvar promise = __webpack_require__.I(scopeName);\n\tif (promise && promise.then && !eager) {\n\t\treturn promise.then(fn.bind(fn, scopeName, __webpack_require__.S[scopeName], key, false, c, d));\n\t}\n\treturn fn(scopeName, __webpack_require__.S[scopeName], key, eager, c, d);\n});\n\nvar useFallback = (scopeName, key, fallback) => {\n\treturn fallback ? fallback() : failAsNotExist(scopeName, key);\n}\nvar load = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\twarn(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager))\n\treturn get(findLatestVersion(scope, key, eager));\n});\nvar loadStrictVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar satisfyingVersion = findSatisfyingVersion(scope, key, requiredVersion, eager);\n\tif (satisfyingVersion) return get(satisfyingVersion);\n\tif (fallback) return fallback();\n\tfail(getInvalidVersionMessage(scope, scopeName, key, requiredVersion, eager));\n});\nvar loadSingleton = /*#__PURE__*/ init((scopeName, scope, key, eager, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\treturn get(scope[key][version]);\n});\nvar loadSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\twarn(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar loadStrictSingletonVersion = /*#__PURE__*/ init((scopeName, scope, key, eager, requiredVersion, fallback) => {\n\tif (!exists(scope, key)) return useFallback(scopeName, key, fallback);\n\tvar version = findSingletonVersionKey(scope, key, eager);\n\tif (!satisfy(requiredVersion, version)) {\n\t\tfail(getInvalidSingletonVersionMessage(scope, key, version, requiredVersion));\n\t}\n\treturn get(scope[key][version]);\n});\nvar installedModules = {};\nvar moduleToHandlerMapping = {\n\t41030: () => (loadSingletonVersion(\"default\", \"lodash\", false, [1,4,17,21], () => (__webpack_require__.e(5250).then(() => (() => (__webpack_require__(45250))))))),\n\t21302: () => (loadSingletonVersion(\"default\", \"moment\", false, [1,2,30,1], () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(99420))))))),\n\t55310: () => (loadSingletonVersion(\"default\", \"js-yaml\", false, [0], () => (__webpack_require__.e(9515).then(() => (() => (__webpack_require__(19515))))))),\n\t40580: () => (loadSingletonVersion(\"default\", \"@babel/parser\", false, [0], () => (__webpack_require__.e(6773).then(() => (() => (__webpack_require__(46773))))))),\n\t67177: () => (loadSingletonVersion(\"default\", \"@next-core/i18n\", false, [1,1,0,87], () => (Promise.all([__webpack_require__.e(410), __webpack_require__.e(671), __webpack_require__.e(3171)]).then(() => (() => (__webpack_require__(75552))))))),\n\t40410: () => (loadSingletonVersion(\"default\", \"@next-core/utils/general\", false, [1,1,8,8], () => (__webpack_require__.e(871).then(() => (() => (__webpack_require__(40871))))))),\n\t848: () => (loadSingletonVersion(\"default\", \"i18next-browser-languagedetector\", false, [0], () => (__webpack_require__.e(726).then(() => (() => (__webpack_require__(50726))))))),\n\t75630: () => (loadSingletonVersion(\"default\", \"i18next\", false, [0], () => (__webpack_require__.e(2357).then(() => (() => (__webpack_require__(2357))))))),\n\t59933: () => (loadSingletonVersion(\"default\", \"@next-core/pipes\", false, [0], () => (Promise.all([__webpack_require__.e(1919), __webpack_require__.e(6519)]).then(() => (() => (__webpack_require__(76519))))))),\n\t61919: () => (loadSingletonVersion(\"default\", \"@easyops-cn/brick-next-pipes\", false, [2,0,7,3], () => (Promise.all([__webpack_require__.e(4306), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(5310)]).then(() => (() => (__webpack_require__(34306))))))),\n\t18769: () => (loadStrictVersion(\"default\", \"react\", false, [6,0,0,0,,\"experimental-ee8509801-20230117\"], () => (__webpack_require__.e(4041).then(() => (() => (__webpack_require__(14041))))))),\n\t90870: () => (loadStrictVersion(\"default\", \"@next-core/element\", false, [1,1,2,19], () => (__webpack_require__.e(1045).then(() => (() => (__webpack_require__(21045))))))),\n\t59435: () => (loadStrictVersion(\"default\", \"react-dom\", false, [6,0,0,0,,\"experimental-ee8509801-20230117\"], () => (__webpack_require__.e(3144).then(() => (() => (__webpack_require__(43144))))))),\n\t30981: () => (loadStrictVersion(\"default\", \"@next-core/react-element\", false, [1,1,0,38], () => (Promise.all([__webpack_require__.e(870), __webpack_require__.e(9435), __webpack_require__.e(7733)]).then(() => (() => (__webpack_require__(20114))))))),\n\t60128: () => (loadSingletonVersion(\"default\", \"@next-core/runtime\", false, [1,1,71,4], () => (Promise.all([__webpack_require__.e(948), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1302), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(5188), __webpack_require__.e(5651)]).then(() => (() => (__webpack_require__(30948))))))),\n\t22919: () => (loadSingletonVersion(\"default\", \"@next-core/http\", false, [1,1,2,14], () => (__webpack_require__.e(8989).then(() => (() => (__webpack_require__(48989))))))),\n\t71321: () => (loadSingletonVersion(\"default\", \"@next-core/cook\", false, [0], () => (Promise.all([__webpack_require__.e(1122), __webpack_require__.e(580)]).then(() => (() => (__webpack_require__(61122))))))),\n\t95188: () => (loadSingletonVersion(\"default\", \"@next-core/utils/storyboard\", false, [1,1,8,8], () => (__webpack_require__.e(4765).then(() => (() => (__webpack_require__(97146))))))),\n\t11732: () => (loadSingletonVersion(\"default\", \"history\", false, [0], () => (__webpack_require__.e(3003).then(() => (() => (__webpack_require__(65384))))))),\n\t26036: () => (loadSingletonVersion(\"default\", \"moment/locale/zh-cn.js\", false, [1,2,30,1], () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(61329))))))),\n\t29283: () => (loadSingletonVersion(\"default\", \"@next-core/inject\", false, [0], () => (Promise.all([__webpack_require__.e(9933), __webpack_require__.e(4658)]).then(() => (() => (__webpack_require__(72277))))))),\n\t45599: () => (loadSingletonVersion(\"default\", \"@next-core/loader\", false, [0], () => (__webpack_require__.e(5399).then(() => (() => (__webpack_require__(35399))))))),\n\t94167: () => (loadSingletonVersion(\"default\", \"@next-core/supply\", false, [0], () => (Promise.all([__webpack_require__.e(9933), __webpack_require__.e(1940)]).then(() => (() => (__webpack_require__(49559))))))),\n\t34419: () => (loadSingletonVersion(\"default\", \"@next-core/theme\", false, [1,1,6,1], () => (__webpack_require__.e(1889).then(() => (() => (__webpack_require__(51889))))))),\n\t18796: () => (loadStrictVersion(\"default\", \"@next-core/react-runtime\", false, [1,1,7,43], () => (__webpack_require__.e(9599).then(() => (() => (__webpack_require__(64837)))))))\n};\n// no consumes in initial chunks\nvar chunkMapping = {\n\t\"128\": [\n\t\t60128\n\t],\n\t\"410\": [\n\t\t40410\n\t],\n\t\"580\": [\n\t\t40580\n\t],\n\t\"671\": [\n\t\t848,\n\t\t75630\n\t],\n\t\"870\": [\n\t\t90870\n\t],\n\t\"981\": [\n\t\t30981\n\t],\n\t\"1030\": [\n\t\t41030\n\t],\n\t\"1302\": [\n\t\t21302\n\t],\n\t\"1321\": [\n\t\t71321\n\t],\n\t\"1919\": [\n\t\t61919\n\t],\n\t\"2919\": [\n\t\t22919\n\t],\n\t\"4419\": [\n\t\t34419\n\t],\n\t\"5188\": [\n\t\t95188\n\t],\n\t\"5310\": [\n\t\t55310\n\t],\n\t\"5651\": [\n\t\t11732,\n\t\t26036,\n\t\t29283,\n\t\t45599,\n\t\t94167\n\t],\n\t\"7177\": [\n\t\t67177\n\t],\n\t\"8769\": [\n\t\t18769\n\t],\n\t\"8796\": [\n\t\t18796\n\t],\n\t\"9435\": [\n\t\t59435\n\t],\n\t\"9933\": [\n\t\t59933\n\t]\n};\nvar startedInstallModules = {};\n__webpack_require__.f.consumes = (chunkId, promises) => {\n\tif(__webpack_require__.o(chunkMapping, chunkId)) {\n\t\tchunkMapping[chunkId].forEach((id) => {\n\t\t\tif(__webpack_require__.o(installedModules, id)) return promises.push(installedModules[id]);\n\t\t\tif(!startedInstallModules[id]) {\n\t\t\tvar onFactory = (factory) => {\n\t\t\t\tinstalledModules[id] = 0;\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tmodule.exports = factory();\n\t\t\t\t}\n\t\t\t};\n\t\t\tstartedInstallModules[id] = true;\n\t\t\tvar onError = (error) => {\n\t\t\t\tdelete installedModules[id];\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tthrow error;\n\t\t\t\t}\n\t\t\t};\n\t\t\ttry {\n\t\t\t\tvar promise = moduleToHandlerMapping[id]();\n\t\t\t\tif(promise.then) {\n\t\t\t\t\tpromises.push(installedModules[id] = promise.then(onFactory)['catch'](onError));\n\t\t\t\t} else onFactory(promise);\n\t\t\t} catch(e) { onError(e); }\n\t\t\t}\n\t\t});\n\t}\n}","var moduleMap = {\n\t\"./stat-with-mini-chart\": () => {\n\t\treturn Promise.all(/* stat-with-mini-chart */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7345)]).then(() => (() => ((__webpack_require__(45657)))));\n\t},\n\t\"./elevo-sidebar\": () => {\n\t\treturn Promise.all(/* elevo-sidebar */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(128), __webpack_require__.e(2919), __webpack_require__.e(5411), __webpack_require__.e(7771)]).then(() => (() => ((__webpack_require__(17295)))));\n\t},\n\t\"./icon-button\": () => {\n\t\treturn Promise.all(/* icon-button */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(1541)]).then(() => (() => ((__webpack_require__(68845)))));\n\t},\n\t\"./show-cases\": () => {\n\t\treturn Promise.all(/* show-cases */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(4332)]).then(() => (() => ((__webpack_require__(64604)))));\n\t},\n\t\"./mcp-tools\": () => {\n\t\treturn Promise.all(/* mcp-tools */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(7087)]).then(() => (() => ((__webpack_require__(91375)))));\n\t},\n\t\"./chat-stream\": () => {\n\t\treturn Promise.all(/* chat-stream */[__webpack_require__.e(1341), __webpack_require__.e(3793), __webpack_require__.e(7888), __webpack_require__.e(3840), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1302), __webpack_require__.e(128), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(1919), __webpack_require__.e(5188), __webpack_require__.e(4208), __webpack_require__.e(4864), __webpack_require__.e(5452), __webpack_require__.e(1999), __webpack_require__.e(366)]).then(() => (() => ((__webpack_require__(23182)))));\n\t},\n\t\"./ai-employees\": () => {\n\t\treturn Promise.all(/* ai-employees */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(6729)]).then(() => (() => ((__webpack_require__(80749)))));\n\t},\n\t\"./ai-agents\": () => {\n\t\treturn Promise.all(/* ai-agents */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(304)]).then(() => (() => ((__webpack_require__(50520)))));\n\t},\n\t\"./chat-box\": () => {\n\t\treturn Promise.all(/* chat-box */[__webpack_require__.e(1341), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(410), __webpack_require__.e(128), __webpack_require__.e(2919), __webpack_require__.e(1919), __webpack_require__.e(9435), __webpack_require__.e(9271), __webpack_require__.e(6573)]).then(() => (() => ((__webpack_require__(94669)))));\n\t},\n\t\"./call-tool\": () => {\n\t\treturn Promise.all(/* call-tool */[__webpack_require__.e(410), __webpack_require__.e(2919), __webpack_require__.e(5234)]).then(() => (() => ((__webpack_require__(24963)))));\n\t},\n\t\"./save-request-store\": () => {\n\t\treturn Promise.all(/* save-request-store */[__webpack_require__.e(410), __webpack_require__.e(8539)]).then(() => (() => ((__webpack_require__(93291)))));\n\t},\n\t\"./load-request-store\": () => {\n\t\treturn Promise.all(/* load-request-store */[__webpack_require__.e(410), __webpack_require__.e(8539)]).then(() => (() => ((__webpack_require__(93291)))));\n\t},\n\t\"./clear-request-store\": () => {\n\t\treturn Promise.all(/* clear-request-store */[__webpack_require__.e(410), __webpack_require__.e(8539)]).then(() => (() => ((__webpack_require__(93291)))));\n\t},\n\t\"./set-chat-command\": () => {\n\t\treturn Promise.all(/* set-chat-command */[__webpack_require__.e(410), __webpack_require__.e(5944)]).then(() => (() => ((__webpack_require__(93757)))));\n\t},\n\t\"./set-chat-mentioned-employee\": () => {\n\t\treturn Promise.all(/* set-chat-mentioned-employee */[__webpack_require__.e(410), __webpack_require__.e(1731)]).then(() => (() => ((__webpack_require__(40036)))));\n\t},\n\t\"./cruise-canvas\": () => {\n\t\treturn Promise.all(/* cruise-canvas */[__webpack_require__.e(1341), __webpack_require__.e(3793), __webpack_require__.e(7888), __webpack_require__.e(3840), __webpack_require__.e(8324), __webpack_require__.e(3363), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1302), __webpack_require__.e(128), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(1919), __webpack_require__.e(5188), __webpack_require__.e(4208), __webpack_require__.e(5452), __webpack_require__.e(8796), __webpack_require__.e(3186), __webpack_require__.e(2267)]).then(() => (() => ((__webpack_require__(99631)))));\n\t},\n\t\"./page-container\": () => {\n\t\treturn Promise.all(/* page-container */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(128), __webpack_require__.e(5020)]).then(() => (() => ((__webpack_require__(7476)))));\n\t},\n\t\"./tab-list\": () => {\n\t\treturn Promise.all(/* tab-list */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(9873)]).then(() => (() => ((__webpack_require__(48581)))));\n\t},\n\t\"./dropdown-select\": () => {\n\t\treturn Promise.all(/* dropdown-select */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(9053)]).then(() => (() => ((__webpack_require__(26001)))));\n\t},\n\t\"./preview-container\": () => {\n\t\treturn Promise.all(/* preview-container */[__webpack_require__.e(3793), __webpack_require__.e(7888), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(128), __webpack_require__.e(1321), __webpack_require__.e(5188), __webpack_require__.e(8775)]).then(() => (() => ((__webpack_require__(54519)))));\n\t},\n\t\"./action-buttons\": () => {\n\t\treturn Promise.all(/* action-buttons */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(6109)]).then(() => (() => ((__webpack_require__(27725)))));\n\t},\n\t\"./goal-card-list\": () => {\n\t\treturn Promise.all(/* goal-card-list */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(4322)]).then(() => (() => ((__webpack_require__(96318)))));\n\t},\n\t\"./project-knowledges\": () => {\n\t\treturn Promise.all(/* project-knowledges */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(7908)]).then(() => (() => ((__webpack_require__(73388)))));\n\t},\n\t\"./project-conversations\": () => {\n\t\treturn Promise.all(/* project-conversations */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(2697)]).then(() => (() => ((__webpack_require__(36709)))));\n\t},\n\t\"./activity-timeline\": () => {\n\t\treturn Promise.all(/* activity-timeline */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(9576)]).then(() => (() => ((__webpack_require__(59544)))));\n\t},\n\t\"./home-container\": () => {\n\t\treturn Promise.all(/* home-container */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(3172)]).then(() => (() => ((__webpack_require__(6492)))));\n\t},\n\t\"./chat-input\": () => {\n\t\treturn Promise.all(/* chat-input */[__webpack_require__.e(1341), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(128), __webpack_require__.e(2919), __webpack_require__.e(1919), __webpack_require__.e(9435), __webpack_require__.e(9271), __webpack_require__.e(7218)]).then(() => (() => ((__webpack_require__(45962)))));\n\t},\n\t\"./elevo-logo\": () => {\n\t\treturn Promise.all(/* elevo-logo */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(5064)]).then(() => (() => ((__webpack_require__(52404)))));\n\t},\n\t\"./show-case\": () => {\n\t\treturn Promise.all(/* show-case */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(3901)]).then(() => (() => ((__webpack_require__(2865)))));\n\t},\n\t\"./blank-state\": () => {\n\t\treturn Promise.all(/* blank-state */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(1291)]).then(() => (() => ((__webpack_require__(3019)))));\n\t},\n\t\"./sticky-container\": () => {\n\t\treturn Promise.all(/* sticky-container */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(5144)]).then(() => (() => ((__webpack_require__(46544)))));\n\t},\n\t\"./elevo-card\": () => {\n\t\treturn Promise.all(/* elevo-card */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7923)]).then(() => (() => ((__webpack_require__(5527)))));\n\t},\n\t\"./flow-tabs\": () => {\n\t\treturn Promise.all(/* flow-tabs */[__webpack_require__.e(1341), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(5764)]).then(() => (() => ((__webpack_require__(42252)))));\n\t},\n\t\"./stage-flow\": () => {\n\t\treturn Promise.all(/* stage-flow */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(410), __webpack_require__.e(7195)]).then(() => (() => ((__webpack_require__(68268)))));\n\t},\n\t\"./running-flow\": () => {\n\t\treturn Promise.all(/* running-flow */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(9789)]).then(() => (() => ((__webpack_require__(69897)))));\n\t},\n\t\"./notice-dropdown\": () => {\n\t\treturn Promise.all(/* notice-dropdown */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(4595)]).then(() => (() => ((__webpack_require__(72419)))));\n\t},\n\t\"./notice-list\": () => {\n\t\treturn Promise.all(/* notice-list */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(4595), __webpack_require__.e(9780)]).then(() => (() => ((__webpack_require__(70976)))));\n\t},\n\t\"./chat-panel\": () => {\n\t\treturn Promise.all(/* chat-panel */[__webpack_require__.e(1341), __webpack_require__.e(3793), __webpack_require__.e(7888), __webpack_require__.e(3840), __webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(128), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(1919), __webpack_require__.e(5188), __webpack_require__.e(4208), __webpack_require__.e(4864), __webpack_require__.e(8796), __webpack_require__.e(288)]).then(() => (() => ((__webpack_require__(11552)))));\n\t},\n\t\"./space-workbench\": () => {\n\t\treturn Promise.all(/* space-workbench */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(7177), __webpack_require__.e(6715)]).then(() => (() => ((__webpack_require__(99991)))));\n\t},\n\t\"./space-logo\": () => {\n\t\treturn Promise.all(/* space-logo */[__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(981), __webpack_require__.e(4419), __webpack_require__.e(6733)]).then(() => (() => ((__webpack_require__(84136)))));\n\t}\n};\nvar get = (module, getScope) => {\n\t__webpack_require__.R = getScope;\n\tgetScope = (\n\t\t__webpack_require__.o(moduleMap, module)\n\t\t\t? moduleMap[module]()\n\t\t\t: Promise.resolve().then(() => {\n\t\t\t\tthrow new Error('Module \"' + module + '\" does not exist in container.');\n\t\t\t})\n\t);\n\t__webpack_require__.R = undefined;\n\treturn getScope;\n};\nvar init = (shareScope, initScope) => {\n\tif (!__webpack_require__.S) return;\n\tvar name = \"default\"\n\tvar oldScope = __webpack_require__.S[name];\n\tif(oldScope && oldScope !== shareScope) throw new Error(\"Container initialization failed as it has already been initialized with a different share scope\");\n\t__webpack_require__.S[name] = shareScope;\n\treturn __webpack_require__.I(name, initScope);\n};\n\n// This exports getters to disallow modifications\n__webpack_require__.d(exports, {\n\tget: () => (get),\n\tinit: () => (init)\n});","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"chunks/\" + ({\"288\":\"chat-panel\",\"304\":\"ai-agents\",\"366\":\"chat-stream\",\"1291\":\"blank-state\",\"1541\":\"icon-button\",\"1731\":\"set-chat-mentioned-employee\",\"2267\":\"cruise-canvas\",\"2697\":\"project-conversations\",\"3172\":\"home-container\",\"3901\":\"show-case\",\"4322\":\"goal-card-list\",\"4332\":\"show-cases\",\"4595\":\"notice-dropdown\",\"5020\":\"page-container\",\"5064\":\"elevo-logo\",\"5144\":\"sticky-container\",\"5234\":\"call-tool\",\"5764\":\"flow-tabs\",\"5944\":\"set-chat-command\",\"6109\":\"action-buttons\",\"6573\":\"chat-box\",\"6715\":\"space-workbench\",\"6729\":\"ai-employees\",\"6733\":\"space-logo\",\"7087\":\"mcp-tools\",\"7195\":\"stage-flow\",\"7218\":\"chat-input\",\"7345\":\"stat-with-mini-chart\",\"7771\":\"elevo-sidebar\",\"7908\":\"project-knowledges\",\"7923\":\"elevo-card\",\"8539\":\"load-request-store\",\"8775\":\"preview-container\",\"9053\":\"dropdown-select\",\"9576\":\"activity-timeline\",\"9780\":\"notice-list\",\"9789\":\"running-flow\",\"9873\":\"tab-list\"}[chunkId] || chunkId) + \".\" + {\"114\":\"af61e48a\",\"288\":\"3b7afbd5\",\"304\":\"cffd08a0\",\"366\":\"393c8241\",\"721\":\"f43de0ef\",\"726\":\"392de709\",\"871\":\"42c14164\",\"879\":\"a469d051\",\"948\":\"e601f18c\",\"1045\":\"0906fc23\",\"1120\":\"fd177648\",\"1122\":\"95231c39\",\"1136\":\"456f1c68\",\"1215\":\"78630d79\",\"1291\":\"648eea95\",\"1341\":\"bd8f14f2\",\"1541\":\"545ffb24\",\"1731\":\"69199eec\",\"1889\":\"b7766f77\",\"1931\":\"2abee15e\",\"1940\":\"afcdea49\",\"1999\":\"f9846bc3\",\"2052\":\"ef23d12a\",\"2260\":\"9564eb16\",\"2267\":\"bfae3138\",\"2277\":\"b026624f\",\"2357\":\"b6f1e719\",\"2432\":\"352ae272\",\"2449\":\"b46fc22a\",\"2508\":\"15c05669\",\"2510\":\"91062655\",\"2593\":\"783fb42e\",\"2697\":\"4cc72f40\",\"3003\":\"a607b32b\",\"3144\":\"4088b5d1\",\"3171\":\"45ef4669\",\"3172\":\"f1829834\",\"3186\":\"f231329a\",\"3208\":\"0796f5be\",\"3331\":\"bb7b4c1c\",\"3363\":\"d64d8e2a\",\"3419\":\"28287d23\",\"3744\":\"ed6d0719\",\"3793\":\"03162dd0\",\"3816\":\"fc867cd4\",\"3840\":\"6080d56e\",\"3901\":\"44e995fc\",\"3935\":\"3b6a2f5d\",\"4041\":\"6b503155\",\"4190\":\"7612613e\",\"4208\":\"a1a0dfdd\",\"4228\":\"ea602510\",\"4281\":\"ddad94d5\",\"4306\":\"9e8251b7\",\"4322\":\"74ab5767\",\"4332\":\"c3921ea0\",\"4474\":\"5fd3e9c8\",\"4491\":\"539d30f8\",\"4595\":\"63cb2415\",\"4609\":\"e21567a0\",\"4658\":\"18d5ee4d\",\"4735\":\"24157512\",\"4765\":\"03d9c7c5\",\"4837\":\"570099ad\",\"4864\":\"5b042afd\",\"5020\":\"2185f2e0\",\"5032\":\"2e4fb116\",\"5064\":\"25e3b889\",\"5065\":\"9616e9d3\",\"5144\":\"d3f7054e\",\"5191\":\"ce5dfec4\",\"5234\":\"a3219d5e\",\"5250\":\"5294dc23\",\"5307\":\"28ab7643\",\"5384\":\"564ae2e4\",\"5399\":\"501fc322\",\"5411\":\"095a6093\",\"5452\":\"bb5140b0\",\"5498\":\"298984c7\",\"5548\":\"498b312d\",\"5552\":\"09658542\",\"5727\":\"93a1388d\",\"5764\":\"ee1290c2\",\"5807\":\"0b926b80\",\"5936\":\"5bba7f2f\",\"5944\":\"182747cc\",\"6023\":\"843ea4a1\",\"6029\":\"6fe4c192\",\"6109\":\"68666920\",\"6161\":\"d7e3ea42\",\"6450\":\"9e9165f9\",\"6519\":\"3ce478ef\",\"6530\":\"3c295a95\",\"6573\":\"060b8727\",\"6715\":\"964b8644\",\"6729\":\"267c3626\",\"6733\":\"994f7a25\",\"6773\":\"afd27a30\",\"7087\":\"f132c502\",\"7146\":\"b327120d\",\"7195\":\"9b6fad93\",\"7218\":\"e913e9ed\",\"7302\":\"3117acc5\",\"7345\":\"1509cf8c\",\"7353\":\"02afd00b\",\"7367\":\"d389861e\",\"7721\":\"c985db03\",\"7729\":\"1ccf3e2a\",\"7733\":\"dbb66cbc\",\"7771\":\"fba49f67\",\"7842\":\"d5a94411\",\"7888\":\"61a7cdf2\",\"7908\":\"51731410\",\"7923\":\"49b42ed0\",\"8231\":\"89b65f56\",\"8263\":\"d9eaafab\",\"8311\":\"69ab488d\",\"8324\":\"5ac013ff\",\"8348\":\"2fbb3b7e\",\"8539\":\"a6effafd\",\"8588\":\"0bce58e7\",\"8633\":\"1b8bb39e\",\"8755\":\"1525c38d\",\"8757\":\"5cde95c7\",\"8775\":\"a0ca6e2f\",\"8936\":\"b9a73775\",\"8989\":\"ddf83737\",\"9034\":\"7ff08734\",\"9053\":\"336442ba\",\"9251\":\"52df4857\",\"9263\":\"affcdb7b\",\"9271\":\"2786528c\",\"9515\":\"b58eb80e\",\"9559\":\"3db56cb0\",\"9576\":\"96e7aaea\",\"9599\":\"02a5e6e3\",\"9634\":\"71192f72\",\"9780\":\"9a78cc87\",\"9789\":\"37a428cf\",\"9831\":\"f659ce60\",\"9844\":\"c3062a6b\",\"9873\":\"ee97567f\"}[chunkId] + \".js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.S = {};\nvar initPromises = {};\nvar initTokens = {};\n__webpack_require__.I = (name, initScope) => {\n\tif(!initScope) initScope = [];\n\t// handling circular init calls\n\tvar initToken = initTokens[name];\n\tif(!initToken) initToken = initTokens[name] = {};\n\tif(initScope.indexOf(initToken) >= 0) return;\n\tinitScope.push(initToken);\n\t// only runs once\n\tif(initPromises[name]) return initPromises[name];\n\t// creates a new share scope if needed\n\tif(!__webpack_require__.o(__webpack_require__.S, name)) __webpack_require__.S[name] = {};\n\t// runs all init snippets from all modules reachable\n\tvar scope = __webpack_require__.S[name];\n\tvar warn = (msg) => {\n\t\tif (typeof console !== \"undefined\" && console.warn) console.warn(msg);\n\t};\n\tvar uniqueName = \"@next-bricks/ai-portal\";\n\tvar register = (name, version, factory, eager) => {\n\t\tvar versions = scope[name] = scope[name] || {};\n\t\tvar activeVersion = versions[version];\n\t\tif(!activeVersion || (!activeVersion.loaded && (!eager != !activeVersion.eager ? eager : uniqueName > activeVersion.from))) versions[version] = { get: factory, from: uniqueName, eager: !!eager };\n\t};\n\tvar initExternal = (id) => {\n\t\tvar handleError = (err) => (warn(\"Initialization of sharing external failed: \" + err));\n\t\ttry {\n\t\t\tvar module = __webpack_require__(id);\n\t\t\tif(!module) return;\n\t\t\tvar initFn = (module) => (module && module.init && module.init(__webpack_require__.S[name], initScope))\n\t\t\tif(module.then) return promises.push(module.then(initFn, handleError));\n\t\t\tvar initResult = initFn(module);\n\t\t\tif(initResult && initResult.then) return promises.push(initResult['catch'](handleError));\n\t\t} catch(err) { handleError(err); }\n\t}\n\tvar promises = [];\n\tswitch(name) {\n\t\tcase \"default\": {\n\t\t\tregister(\"@babel/parser\", \"7.27.2\", () => (__webpack_require__.e(6773).then(() => (() => (__webpack_require__(46773))))));\n\t\t\tregister(\"@easyops-cn/brick-next-pipes\", \"0.7.6\", () => (Promise.all([__webpack_require__.e(4306), __webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(5310)]).then(() => (() => (__webpack_require__(34306))))));\n\t\t\tregister(\"@next-core/cook\", \"2.5.12\", () => (Promise.all([__webpack_require__.e(1122), __webpack_require__.e(580)]).then(() => (() => (__webpack_require__(61122))))));\n\t\t\tregister(\"@next-core/element\", \"1.2.19\", () => (__webpack_require__.e(1045).then(() => (() => (__webpack_require__(21045))))));\n\t\t\tregister(\"@next-core/http\", \"1.2.14\", () => (__webpack_require__.e(8989).then(() => (() => (__webpack_require__(48989))))));\n\t\t\tregister(\"@next-core/i18n\", \"1.0.87\", () => (Promise.all([__webpack_require__.e(7177), __webpack_require__.e(410), __webpack_require__.e(671), __webpack_require__.e(5552)]).then(() => (() => (__webpack_require__(75552))))));\n\t\t\tregister(\"@next-core/inject\", \"1.0.62\", () => (Promise.all([__webpack_require__.e(1030), __webpack_require__.e(9933), __webpack_require__.e(2277)]).then(() => (() => (__webpack_require__(72277))))));\n\t\t\tregister(\"@next-core/loader\", \"1.6.17\", () => (__webpack_require__.e(5399).then(() => (() => (__webpack_require__(35399))))));\n\t\t\tregister(\"@next-core/pipes\", \"2.0.36\", () => (Promise.all([__webpack_require__.e(1919), __webpack_require__.e(6519)]).then(() => (() => (__webpack_require__(76519))))));\n\t\t\tregister(\"@next-core/react-element\", \"1.0.38\", () => (Promise.all([__webpack_require__.e(8769), __webpack_require__.e(870), __webpack_require__.e(9435), __webpack_require__.e(114)]).then(() => (() => (__webpack_require__(20114))))));\n\t\t\tregister(\"@next-core/react-runtime\", \"1.7.43\", () => (Promise.all([__webpack_require__.e(8769), __webpack_require__.e(981), __webpack_require__.e(1030), __webpack_require__.e(128), __webpack_require__.e(4837)]).then(() => (() => (__webpack_require__(64837))))));\n\t\t\tregister(\"@next-core/runtime\", \"1.71.4\", () => (Promise.all([__webpack_require__.e(948), __webpack_require__.e(7177), __webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1302), __webpack_require__.e(2919), __webpack_require__.e(1321), __webpack_require__.e(5188), __webpack_require__.e(5651)]).then(() => (() => (__webpack_require__(30948))))));\n\t\t\tregister(\"@next-core/supply\", \"2.3.9\", () => (Promise.all([__webpack_require__.e(1030), __webpack_require__.e(1302), __webpack_require__.e(9933), __webpack_require__.e(9559)]).then(() => (() => (__webpack_require__(49559))))));\n\t\t\tregister(\"@next-core/theme\", \"1.6.1\", () => (Promise.all([__webpack_require__.e(1889), __webpack_require__.e(2052)]).then(() => (() => (__webpack_require__(51889))))));\n\t\t\tregister(\"@next-core/utils/general\", \"1.8.8\", () => (__webpack_require__.e(871).then(() => (() => (__webpack_require__(40871))))));\n\t\t\tregister(\"@next-core/utils/storyboard\", \"1.8.8\", () => (Promise.all([__webpack_require__.e(1030), __webpack_require__.e(410), __webpack_require__.e(1321), __webpack_require__.e(7146)]).then(() => (() => (__webpack_require__(97146))))));\n\t\t\tregister(\"history\", \"4.10.1\", () => (__webpack_require__.e(3003).then(() => (() => (__webpack_require__(65384))))));\n\t\t\tregister(\"i18next-browser-languagedetector\", \"7.2.2\", () => (__webpack_require__.e(726).then(() => (() => (__webpack_require__(50726))))));\n\t\t\tregister(\"i18next\", \"22.5.1\", () => (__webpack_require__.e(2357).then(() => (() => (__webpack_require__(2357))))));\n\t\t\tregister(\"js-yaml\", \"3.14.1\", () => (__webpack_require__.e(9515).then(() => (() => (__webpack_require__(19515))))));\n\t\t\tregister(\"lodash\", \"4.17.21\", () => (__webpack_require__.e(5250).then(() => (() => (__webpack_require__(45250))))));\n\t\t\tregister(\"moment/locale/zh-cn.js\", \"2.30.1\", () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(61329))))));\n\t\t\tregister(\"moment\", \"2.30.1\", () => (Promise.all([__webpack_require__.e(7721), __webpack_require__.e(9844)]).then(() => (() => (__webpack_require__(99420))))));\n\t\t\tregister(\"react-dom\", \"0.0.0-experimental-ee8509801-20230117\", () => (Promise.all([__webpack_require__.e(3144), __webpack_require__.e(8769)]).then(() => (() => (__webpack_require__(43144))))));\n\t\t\tregister(\"react\", \"0.0.0-experimental-ee8509801-20230117\", () => (__webpack_require__.e(4041).then(() => (() => (__webpack_require__(14041))))));\n\t\t}\n\t\tbreak;\n\t}\n\tif(!promises.length) return initPromises[name] = 1;\n\treturn initPromises[name] = Promise.all(promises).then(() => (initPromises[name] = 1));\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/^blob:/, \"\").replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t2641: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(!/^(1(030|28|302|321|919)|5(188|310|651|80)|87(0|69|96)|9(435|81|933)|(29|44)19|410|671|7177)$/.test(chunkId)) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = globalThis[\"webpackChunk_next_bricks_ai_portal\"] = globalThis[\"webpackChunk_next_bricks_ai_portal\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__(17593);\n"],"names":["inProgress","dataWebpackPrefix","parseVersion","versionLt","rangeToString","satisfy","exists","get","eagerOnly","findSatisfyingVersion","findSingletonVersionKey","getInvalidSingletonVersionMessage","getInvalidVersionMessage","fail","warn","init","useFallback","loadStrictVersion","loadSingletonVersion","installedModules","moduleToHandlerMapping","chunkMapping","startedInstallModules","moduleMap","Promise","all","__webpack_require__","e","then","module","getScope","R","o","resolve","Error","undefined","shareScope","initScope","S","name","oldScope","I","d","exports","__webpack_module_cache__","moduleId","cachedModule","id","loaded","__webpack_modules__","call","m","c","n","getter","__esModule","a","definition","key","Object","defineProperty","enumerable","f","chunkId","keys","reduce","promises","u","g","globalThis","this","Function","window","obj","prop","prototype","hasOwnProperty","l","url","done","push","script","needAttach","scripts","document","getElementsByTagName","i","length","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","forEach","fn","setTimeout","bind","type","target","head","appendChild","r","Symbol","toStringTag","value","nmd","paths","children","initPromises","initTokens","initToken","indexOf","scope","uniqueName","register","version","factory","eager","versions","activeVersion","from","scriptUrl","importScripts","location","currentScript","tagName","toUpperCase","test","replace","p","str","split","map","exec","apply","b","t","range","pop","entry","filtered","requiredVersion","scopeName","join","msg","console","fallback","failAsNotExist","promise","satisfyingVersion","consumes","onFactory","onError","error","baseURI","self","href","installedChunks","j","installedChunkData","reject","errorType","realSrc","message","request","webpackJsonpCallback","parentChunkLoadingFunction","data","chunkIds","moreModules","runtime","some","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|